@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  /* --theme-red-color: #c61801; */
  --theme-red-color: #9c0000;
  --theme-yellow-color: #f9ce03;
  --montserrat-font: "Montserrat", sans-serif;
  --poppins-font: "Poppins", sans-serif;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* Utils CSS */
.flexClass {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Top Header Css Start */
.topHeaderSection {
  padding: .3rem;
  background: #9c0000;
  font-family: var(--poppins-font);
}

.topHeaderSection .contactNo h1 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.topHeaderSection .whatsappNo {
  height: 100%;
}

.topHeaderSection .whatsappNo h2 {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0;
}

.topHeaderSection .toptitle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.topHeaderSection .toptitle h3 {
  font-size: 1.5rem;
  color: #fff;
  /* animation: partOne 0.5s infinite; */
  margin-bottom: 0;
}

.topHeaderSection .toptitle h3 span {
  color: var(--theme-yellow-color);
}

@keyframes partOne {
  0% {
    color: var(--theme-red-color);
  }

  100% {
    color: var(--theme-yellow-color);
  }
}

/* Top Header Css Start */

/* Header Css Start */
.headerSection img {
  width: 100%;
}

/* Header Css End */


/* Carousel Css Start */
.carouselSection img {
  height: 650px;
}

/* Carousel Css Start */


/* About Us CSS Start */
.aboutUs {
  background: #000;
  color: #fff;
  padding: 2rem 0;
}

.aboutUs h1 {
  font-size: 1.8rem;
  font-family: var(--montserrat-font);
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.aboutUs p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: var(--theme-yellow-color);
  font-family: var(--montserrat-font);
}

/* About Us CSS End */


/* Section First Css Start */
.sectionFirst {
  padding: 1.5rem;
  background: var(--theme-red-color);
}

.sectionFirst h5 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0;
  font-family: var(--poppins-font);
}

.sectionFirst h5 span {
  color: #000;
  animation: partTwo 0.5s infinite;
}

@keyframes partTwo {
  0% {
    color: #000;
  }

  100% {
    color: var(--theme-yellow-color);
  }
}

/* Section First Css End */

/* Section Second Css Start */
.sectionSecond {
  background: var(--theme-yellow-color);
  padding: 2rem;
  font-family: var(--montserrat-font);
}

.sectionSecond .title h2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
}

.sectionSecond .title h2::after {
  content: "";
  background: #000;
  width: 100%;
  height: 0.2rem;
  display: block;
  top: 3rem;
  position: absolute;
}

.sectionSecond .services .card {
  background: #000;
  color: #fff;
}

.imageContainer {
  overflow: hidden;
}

.sectionSecond .services .card h5 {
  color: var(--theme-yellow-color);
}

.sectionSecond .services .card p {
  font-size: .95rem;
  word-spacing: .1rem;
}

.sectionSecond .services .card .btn-custom {
  background: var(--theme-yellow-color);
}

.sectionSecond .services .card .btn-custom:hover {
  background: var(--theme-yellow-color);
  color: var(--theme-red-color);
}

.sectionSecond .services .card .card-img-top {
  transition: .5s all;
}

.sectionSecond .services .card .card-img-top:hover {
  transform: scale(1.2);
}

.iconService {
  display: flex;
  align-items: center;
}

.iconService img {
  width: 1.5rem;
}

.iconService p {
  margin-bottom: 0;
}

/* Section Second Css End */

/* Section Third Css Start */
.sectionThird {
  padding: 1rem;
  background: var(--theme-red-color);
}

.sectionThird h5.firstClass {
  font-size: 1.8rem;
}

.sectionThird h5 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 0;
  text-align: center;
  font-family: var(--poppins-font);
}

.sectionThird h5 span {
  color: #000;
  animation: partThree 0.5s infinite;
}

@keyframes partThree {
  0% {
    color: #000;
  }

  100% {
    color: var(--theme-yellow-color);
  }
}

/* Section Third Css End */

/* Section Fourth Css Start */
.sectionFourth {
  background-color: var(--theme-yellow-color);
  padding: 2rem;
  font-family: var(--montserrat-font);
}

.sectionFourth .title h2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--theme-red-color);
}

.sectionFourth .knowUs .knowDetail h3 {
  font-size: 36px;
  color: var(--theme-red-color);
  text-transform: capitalize;
  display: block;
  font-weight: 600;
  padding: 0 0 5px;
  text-align: left;
}

.sectionFourth .knowUs .knowDetail h3::after {
  content: "";
  background: var(--theme-red-color);
  width: 10%;
  height: 0.2rem;
  display: block;
  position: absolute;
}

.sectionFourth .knowUs .knowDetail p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 3px;
  margin-top: 0;
  margin-bottom: 0.8rem;
}

.sectionFourth .knowUs .knowDetail p strong {
  color: var(--theme-red-color);
  font-weight: 600;
}

.cardDetail {
  line-height: 17px;
  margin: 0px 0px;
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  padding: 1px 1px;
  font-weight: 400;
  border-radius: 44px;
  background: var(--theme-red-color);
}

.sectionFourth .cardDetail p {
  position: relative;
  left: 1rem;
  top: 8px;
}

.material-symbols-outlined {
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 6px 0px 0;
  display: inline-block;
}

.cardContent {
  position: relative;
  top: -6px;
  color: #fff;
}

/* Section Fourth Css End */

/* Section Five Css Start */
.sectionFive {
  padding: 2rem;
  padding-top: 0;
  background-color: var(--theme-yellow-color);
}

.sectionFive .contactUs .card-header {
  background: var(--theme-red-color);
}

.contactIcon {
  position: absolute;
  z-index: 10;
  background: var(--theme-red-color);
  padding: 0.8rem;
  color: #fff !important;
}

.contactIcon2 {
  position: absolute;
  z-index: 10;
  background: var(--theme-red-color);
  padding: 1.55rem 0.8rem;
  color: #fff !important;
}

.form-control {
  padding: 0.5rem 3rem;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #dee2e6;
  box-shadow: none;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.contactIcon {
  color: #000;
}

.submitButton {
  background-color: var(--theme-red-color);
  color: #fff;
}

.submitButton:hover {
  background-color: var(--theme-red-color);
  color: var(--theme-yellow-color);
}

/* Section Five Css End */


/* Footer CSS Start */

.col_white_amrc {
  color: #fff;
}

.footerSection {
  font-family: var(--montserrat-font);
}

footer {
  width: 100%;
  background-color: #000000ec;
  min-height: 250px;
  padding: 10px 0px 10px 0px;
}

.pt2 {
  padding-top: 16px;
  margin-bottom: 20px;
}

footer {
  position: relative;
}

footer p {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 0;
}

footer .footerBootom p {
  padding: 0.5rem 0 0 0;
}

footer .footerBootom p a {
  color: #fff;
  font-weight: 700;
}

.mb10 {
  padding-bottom: 15px;
}

.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
  color: #ccc;
}

.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}

.fleft {
  float: left;
}

.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.footer_ul2_amrc li p {
  display: table;
}

.footer_ul2_amrc li a:hover {
  text-decoration: none;
}

.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.foote_bottom_ul_amrc li {
  display: inline;
}

.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}

.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}

.social_footer_ul li a {
  color: #ccc;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 50%;
}

.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}

.followLinks {
  color: #fff;
  position: absolute;
  bottom: 3rem;
  left: 34rem;
  display: flex;
  align-items: center;
}

.followLinks h2 {
  font-size: 1.2rem;
  margin-right: 2rem;
  margin-bottom: 0;
}

.followLinks img {
  width: 2rem;
  margin-right: 1rem;
}

/* Footer CSS End */



/* Magnifying Popup CSS Start */
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f73;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f73;
}

.mfp-arrow:before {
  opacity: 0.4 !important;
}

/* Magnifying Popup CSS End */


/* Faq Section Start */
.faqSection {
  padding: 1rem 0 2rem 0;
  background: var(--theme-yellow-color);
  font-family: var(--montserrat-font);
}

.faqSection .title h2 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.faqSection .title h2::after {
  content: "";
  background: #000;
  width: 100%;
  height: 0.2rem;
  display: block;
  top: 3rem;
  position: absolute;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: var(--theme-red-color);
  box-shadow: none;
  color: #fff;
}

/* Faq Section End */

/* Facebook Highlighted Links Start */
.facebookLinks {
  padding: .5rem 0;
  display: flex;
  justify-content: center;
  background: #000;
  font-family: var(--poppins-font);
}

.facebookLinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}

.facebookLinks p {
  margin-bottom: 0;
  color: var(--theme-yellow-color);
  /* animation: blinkFacebook .3s infinite; */
}

/* @keyframes blinkFacebook {
  0% {
    color: var(--theme-red-color);
  }

  100% {
    color: var(--theme-yellow-color);
  }
} */

.facebookLinks img {
  width: 3rem;
  background: #fff;
  padding: .2rem;
  border-radius: 50%;
  margin-right: 1rem;
}

/* Facebook Highlighted Links End */


/* Media Queries */
@media (max-width: 767px) {
  .topHeaderSection .contactNo h1 {
    color: var(--theme-red-color);
    font-size: 1rem;
    margin-bottom: 0rem;
  }

  .headerSection img {
    height: 70px;
  }

  .topHeaderSection .whatsappNo h2 {
    color: #000;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0;
  }

  .topHeaderSection .toptitle h3 {
    padding-top: 0.3rem;
    font-size: 1rem;
    color: var(--theme-red-color);
    /* animation: partOne 0.5s infinite; */
  }

  .carouselSection img {
    height: 160px;
  }

  .sectionFirst {
    padding: 0.4rem;
    background: var(--theme-red-color);
  }

  .sectionFirst h5 {
    font-size: 4vw;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }

  .sectionSecond {
    padding: 0.5rem;
  }

  .sectionSecond .title h2 {
    font-size: 1.5rem;
  }

  .sectionSecond .title h2::after {
    top: 1.8rem;
    height: 0.1rem;
  }

  .sectionSecond .subTitle h5 {
    font-size: 13px;
  }

  .serviceCards {
    margin-top: 1px !important;
  }

  .sm-mt-1 {
    margin-top: 1.5rem;
  }

  .sm-mb-1 {
    margin-bottom: 1rem;
  }

  .sectionThird {
    padding: 0.4rem;
  }

  .sectionThird h5.firstClass {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .sectionThird h5 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }


  .sectionFourth {
    padding:
      0.4rem;
  }

  .cardDetail {
    padding: 8px;
  }

  .sectionFourth .cardDetail p {
    position: relative;
    left: 0.6rem;
    top: 0.1rem;
    margin-bottom: 0;
  }

  .sectionFourth .knowUs .knowDetail h3 {
    font-size: 1.5rem;
    padding: 0 0 5px;
  }

  .sectionFourth .knowUs .knowDetail p {
    margin-bottom: 0.2rem;
    text-align: justify;
  }

  .knowRow {
    margin-left: -3px;
    padding: 0;
  }

  .ml-sm-0 {
    margin-left: 0;
  }

  .sm-pt-2 {
    padding-top: 0.5rem;
  }

  .form-control:focus {
    border-color: #dee2e6;
    box-shadow: none;
  }

  .sectionFive {
    padding: 0.4rem;
    padding-top: 0;
  }

  .cardContent {
    font-size: 11px;
    position: relative;
    top: -4px;
  }

  .material-symbols-outlined {
    font-size: 16px !important;
  }

  footer {
    padding: 10px 0px 1px 0px;
  }

  footer p {
    padding-bottom: 0px;
    margin-bottom: 0;
  }

  .footerBootom a {
    color: var(--theme-yellow-color);

  }

  .footerBootom a:hover {
    color: var(--theme-red-color);
  }

  .aboutUs .row {
    flex-direction: column-reverse;
  }

  .faqSection .title h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .faqSection .title h2::after {
    top: 1.5rem;
  }

  .aboutUs h1 {
    font-size: 1.3rem;
    margin-bottom: .5rem;
  }

  .aboutUs p {
    font-size: 3.5vw;
    margin-bottom: 1rem !important;
    text-align: justify;
  }

  .aboutUs {
    padding: 1rem 0;
  }

  .accordion-button {
    padding: .5rem;
    font-size: .85rem;
  }

  .accordion-body {
    padding: .5rem;
    font-size: .8rem;
  }

  footer .footerBootom p {
    padding: 0.5rem;
  }

  .facebookLinks {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .facebookLinks img {
    width: 1.5rem;
    padding: .1rem;
    margin-right: .4rem;
  }

  .facebookLinks p {
    font-size: 3vw;
  }

  .facebookLinks a:not(:last-child) {
    width: 40%;
    margin-bottom: .5rem;
  }

  .followLinks {
    display: none;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .carouselSection img {
    height: 400px;
  }

  .sm-mt-1 {
    margin-top: 1.5rem;
  }

  .followLinks {
    display: none;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .topHeaderSection .contactNo h1 {
    color: var(--theme-red-color);
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .topHeaderSection .whatsappNo {
    height: auto;
  }

  .topHeaderSection .whatsappNo h2 {
    font-size: 1.2rem;

  }

  .topHeaderSection .toptitle h3 {
    font-size: 1rem;
    margin-bottom: 0;

  }

  .carouselSection img {
    height: 500px;
  }

  .sectionFirst h5 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  .sectionThird h5 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0;
  }

  footer p {
    margin-bottom: 0px;
  }

  .followUsLink {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .topHeaderSection .contactNo h1 {
    font-size: 1.2rem;
    padding: .5rem .2rem;
  }

  .topHeaderSection .whatsappNo h2 {
    font-size: 1.2rem;
    padding: .5rem .2rem;

  }

  .topHeaderSection .toptitle h3 {
    font-size: 1.2rem;
    padding: .5rem .2rem;
  }

  .followUsLink {
    display: none;
  }
}

@media (min-width: 1500px) {
  .followUsLink {
    display: none;
  }
}


/* Other Page CSS Start */
.aboutPageArea {
  width: 100%;
  overflow: hidden;
}

.bannerPage {
  height: 260px;
  overflow: hidden;
}

.bannerPage img {
  height: 270px;
  width: 100%;
}

.aboutPageArea .aboutUs {
  background: var(--theme-yellow-color);
}

.aboutPageArea .aboutUs h1 {
  color: #000;
}

.aboutPageArea .aboutUs p {
  color: #000;
}

.palmReading {
  padding: 2rem 0;
  background: var(--theme-yellow-color);
  font-family: var(--montserrat-font);
}

.palmReading .image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border: 10px solid #fff;
}

.palmReading .content h5 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #000;
}

.palmReading .content p {
  font-weight: 500;
  font-size: 1.1rem;
}

.palmReadingPageArea .sectionFirst h5 {
  line-height: 1.7;
  font-size: 1.6rem;
}

.vashikaran {
  padding: 2rem 0;
  background: var(--theme-yellow-color);
  font-family: var(--montserrat-font);
}

.vashikaran .title h5 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #000;
}

.vashikaran .description p {
  font-weight: 500;
  font-size: 1.1rem;
}

.tabArea {
  padding: 3rem 0;
  background: var(--theme-red-color);
  font-family: var(--montserrat-font);
}

.tabArea .nav-tabs {
  display: flex;
  width: 100%;
  border: none;
}

.tabArea .nav-tabs .nav-link {
  box-shadow: none;
  text-align: center;
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
  color: #000;
  background: #f9f9f9;
  border-radius: 0;
  width: calc(100% / 4);
  border: none;
  border-top: 10px solid transparent;
  padding: 1rem;
}

.tabArea .nav-tabs .nav-link.active {
  border-top-color: var(--theme-yellow-color);
}

.tabArea .tab-content {
  background: var(--whiteColor);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 2rem 0;
  overflow: hidden;
}

.tabArea .title {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.tabArea .title:before {
  position: absolute;
  left: 0;
  width: 100px;
  margin: 0 auto;
  bottom: 0;
  height: 3px;
  content: "";
  border-radius: 5px;
  background: var(--orangeColor);
}

.tabArea p {
  font-size: 1.1rem;
  word-spacing: .2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: #fff;
}

.tabArea ul li {
  display: flex;
  color: #fff;
}

.tabArea ul li i {
  background-color: var(--orangeColor);
  color: var(--whiteColor);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}

.tabArea img {
  height: 385px;
  width: 100%;
}

.astrologyPageArea .astro-content-first {
  padding: 0;
  margin: 0;
  list-style: none;
  column-count: 2;
  column-gap: 0px;
  column-rule-width: 2px;
  column-rule-color: var(--theme-red-color);
  column-rule-style: solid;
  border-bottom: 2px solid var(--theme-red-color);
}

.astrologyPageArea .astro-content-second {
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 0px;
  column-rule-width: 2px;
  column-rule-color: var(--theme-red-color);
  column-rule-style: solid;
  list-style: none;
}

.astrologyPageArea .astro-content li {
  font-size: 19px;
  font-weight: 400;
  text-transform: capitalize;
}

.astrologyPageArea .astro-content li.listSecond {
  padding: 0 0 15px 15px;
}

.astrologyPageArea .astro-content li.listThird {
  padding: 15px 0 0 0;
}

.astrologyPageArea .astro-content li.listFourth {
  padding: 15px 0 15px 15px;
}

.whyChooseUsPageArea .testimonial {
  font-family: var(--montserrat-font);
  padding: 2rem 0;
}

.whyChooseUsPageArea .testimonial .card-item {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px dashed var(--theme-red-color);
  transition: .5s all;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.whyChooseUsPageArea .testimonial .card-item:hover {
  background: var(--theme-yellow-color);
}

.whyChooseUsPageArea .testimonial .card-item:hover .rating i {
  color: red;
}

.whyChooseUsPageArea .testimonial .card-item .image img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.whyChooseUsPageArea .testimonial .card-item .name h5 {
  font-weight: 600;
  font-size: 1.4rem;
}

.whyChooseUsPageArea .testimonial .card-item .message p {
  text-align: center;
  margin-bottom: 0;
}

.whyChooseUsPageArea .testimonial .card-item .rating i {
  margin-right: .5rem;
  font-size: 1.2rem;
  color: var(--theme-yellow-color);
  transition: .5s all;
}

.honeTestimonial .title h2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--theme-red-color);
}

.honeTestimonial .title h2::after {
  content: "";
  background: var(--theme-red-color);
  width: 100%;
  height: 0.2rem;
  display: block;
  top: 3rem;
  position: absolute;
}

/* Other Page CSS End */

/* Video Section CSS Start */
.videoSection {
  padding: 2rem 0;
}

.videoSection img {
  width: 100%;
}

.videoSection iframe {
  height: 315px;
  width: 560px;
}

.videoSection .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.videoSection .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.videoSection .close {
  color: #fff;
  position: absolute;
  font-size: 3rem;
  cursor: pointer;
  left: 37rem;
  top: -4rem;
  font-weight: bold;
}

.videoSection .gallery img {
  height: 250px;
  cursor: pointer;
  border: 4px solid var(--theme-red-color);
}

.viewMoreVideos {
  margin-top: 1rem;
}

.viewMoreVideos a {
  background: var(--theme-red-color);
  color: #fff;
  padding: .5rem 1rem;
}

/* Video Section CSS End */


@media (max-width: 767px) {
  .bannerPage {
    height: 90px;
  }

  .bannerPage img {
    height: 90px;
  }

  .tabArea .nav-tabs .nav-link {
    padding: 5px;
    font-size: .8rem;
  }

  .palmReading {
    padding: 1rem 0;
  }

  .palmReading .image {
    margin-bottom: 1rem;
  }

  .palmReading .content h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  .palmReadingPageArea .sectionFirst h5 {
    font-size: 1rem;
  }

  .vashikaran {
    padding: 1rem 0;
  }

  .vashikaran .description p {
    text-align: justify;
  }

  .tabArea {
    padding: 1rem 0;
  }

  .tabArea .tab-content {
    padding: 1rem 0;
  }

  .tabArea img {
    height: 180px;
  }

  .tabArea .title {
    padding-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .tabArea p {
    text-align: justify;
    font-size: .9rem;
    margin-bottom: 1rem;
  }

  .tabArea .tab-content ul {
    margin-bottom: 0;
  }

  .astrologyPageArea .astro-content li {
    font-size: .9rem;
  }

  .videoSection .popup-content {
    width: 100%;
    padding: .5rem;
  }

  .videoSection iframe {
    height: 200px;
    width: 100%;
  }

  .videoSection .close {
    font-size: 2.5rem;
    left: 21rem;
    top: -3.5rem;
  }

  .honeTestimonial .title h2 {
    font-size: 1.7rem;
  }

  .honeTestimonial .title h2::after {
    top: 2rem;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .bannerPage {
    height: 200px;
  }

  .bannerPage img {
    height: 200px;
  }

  .facebookLinks {
    overflow: hidden;
  }

  .facebookLinks a {
    margin-right: 0;
  }

  .aboutUs img {
    margin-bottom: 1rem;
  }

  .palmReading .image img {
    margin-bottom: 1rem;
  }

  .tabArea {
    padding: 3rem 0 0 0;
  }

  .tabArea img {
    height: 250px;
    margin-bottom: 1rem;
  }

  .videoSection .gallery img {
    height: 220px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .headerSection .row {
    width: 100%;
  }

  .bannerPage {
    width: 100%;
    height: 220px;
  }

  .bannerPage img {
    height: 220px;
  }

  .tabArea {
    padding: 3rem 0 0 0;
  }

  .tabArea .nav-tabs .nav-link {
    font-size: .9rem;
  }

  .tabArea .tab-content {
    padding: 1rem 0;
  }

  .tabArea .title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .tabArea p {
    font-size: 1rem;
  }

  .tabArea ul li {
    font-size: .9rem;
  }

  .videoSection .gallery img {
    height: 210px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .headerSection .row {
    width: 100%;
  }

  .facebookLinks a {
    margin-right: 1rem;
  }

  .bannerPage {
    width: 100%;
    height: 250px;
  }

  .bannerPage img {
    height: 250px;
  }

  .tabArea {
    padding: 3rem 0 0 0;
  }

}

@media (min-width: 1400px) {
  .headerSection .row {
    width: 100%;
  }
}

/* Css For Whatsapp And Call Icon */
.callWhatsappIcon {
  display: none;
}

@media (max-width: 767px) {
  .callWhatsappIcon {
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 1rem;
  }

  .callWhatsappIcon img {
    width: 3.5rem;
    animation: shake .7s cubic-bezier(.36, .07, .19, .97) infinite;
  }

  @keyframes shake {
    0% {
      transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
      transform: translate(-1px, -2px) rotate(-2deg);
    }

    20% {
      transform: translate(-3px, 0px) rotate(3deg);
    }

    30% {
      transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
      transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
      transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
      transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
      transform: translate(2px, 1px) rotate(-2deg);
    }

    80% {
      transform: translate(-1px, -1px) rotate(4deg);
    }

    90% {
      transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
      transform: translate(1px, -2px) rotate(-1deg);
    }
  }
}

/* Social Media Link Fixed CSS Start */
.side-fixed {
  position: fixed;
  top: 20rem;
  right: 0;
  z-index: 1000;
  background-color: #ba0d22;
  border-radius: 4px 0 0 4px;
  opacity: 1;
}

.side-fixed .air img {
  width: 2rem;
}

.side-fixed a {
  display: block;
  padding: .2rem .3rem;
  height: 40px;
  position: relative;
  border-bottom: 1px solid #ba0d22;
}
.side-fixed a.facebookColor{
  background: #3a559f;
}
.side-fixed a.instagramColor{
  background: #da4087;
}
.side-fixed a.youtubeColor{
  background: #f34235;
}

.side-fixed a span {
  height: 40px;
  color: #fff;
  display: block;
  width: 150px;
  position: absolute;
  top: 0;
  right: -200px;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  transition: .4s all;
  opacity: .5;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-fixed a.facebookColor span{
  background: #3a559f;
}
.side-fixed a.instagramColor span{
  background: #da4087;
}
.side-fixed a.youtubeColor span{
  background: #f34235;
}

.side-fixed a:hover span {
  right: 40px;
  transition: .4s all;
  opacity: 1;
  font-weight: 600;
}

/* Social Media Link Fixed CSS Start */