@import "https://fonts.googleapis.com/css?family=Poppins:300,300i,500,400";
@import "https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700&amp;display=swap";
/* @import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap"); */

/* START: ***************************** Common ************************** */
:root {
  --color_primary: #0e3368;
  /* --color_primary: #970c10; */
  --color_secondary: #970c10;

  /* --color_secondary: #0e3368; */
  --color_third: #ffda0f;
  --color_four: #0000ff;

  --color_white: #ffff;
  --site_color_5: #b5bad3;
  --site_color_6: #efefef;
  --site_color_9: #00861b;
}
.text_white {
  color: #ffff !important;
}
/* END: ***************************** Common ************************** */

body {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}
ol,
ul {
  list-style: none outside none;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
/* .head-one {
  background-color: var(--color_secondary);
} */

.header_top {
  /* background: linear-gradient(45deg, white 30%, var(--color_secondary) 30%); */
  padding-top: 5px;
  padding-bottom: 5px;
  /* background-color: var(--color_secondary); */
  /* background: linear-gradient(
    45deg,
    var(--color_primary) 50%,
    var(--color_secondary) 50%
  ); */
}

.header-right {
  text-align: center;
  li {
    display: inline-block;
  }
  .fa.fa-phone-square,
  .fa.fa-envelope {
    color: var(--color_primary);
    vertical-align: middle;
  }
  .fa.fa-whatsapp {
    color: rgb(19, 132, 0);
    /* display: inline-block; */
    /* padding: 11px; */
    vertical-align: middle;
    /* width: 50px; */
  }
  .fa.fa-map-marker {
    border: 1px solid rgb(248, 153, 29);
    border-radius: 50%;
    color: rgb(248, 153, 29);
    display: inline-block;
    font-size: 26px;
    height: 50px;
    padding: 10px 15px 0 0;
    vertical-align: middle;
    width: 50px;
  }
}

.main-navigation {
  background-color: var(--color_primary);
  margin-top: 1px solid white;
}

.banner-left {
  left: 15%;
  max-width: 585px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-right {
  right: 8%;
  max-width: 585px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banner-left > b,
.banner-right > b {
  display: block;
  font-size: 47px;
  line-height: 57px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.banner-left.banner-white > b,
.banner-right.banner-white > b {
  color: #fff;
}

.banner-bottom {
  background-color: var(--color_four);
  padding: 10px 0;
}

.banner-bottom-left > b {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
}

.banner-bottom-left p {
  color: #fff;
  font-size: 16px;
}

.banner-bottom-right > a {
  border: 1px solid rgb(247, 165, 55);
  color: rgb(247, 165, 55);
  border-radius: 30px;
  padding: 8px 30px;
  background-color: var(--color_secondary);
}
.banner-bottom-right {
  margin-top: 44px;
  text-align: center;
}

.banner-bottom-right > a:hover {
  color: #fff;
}

.home-about-banner > img {
  width: 100%;
}

.home-content {
  padding: 50px 0;
}

.home-right-content h1 {
  font-size: 48px;
  color: var(--color_primary);
  margin-bottom: 15px;
}

.home-right-content > p {
  font-size: 16px;
  color: var(--color_primary0);
}

.home-right-content {
  padding-top: 0;
}

.home-about-banner::after {
  background-color: #f8991d;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  top: -15px;
  width: calc(100% - 70px);
  z-index: -1;
}

.home-scnd-content {
  display: flex;
  text-align: center;
}

.about-section-left {
  width: 50%;
}

.about-section-right {
  background-color: #f8991d;
  padding: 50px;
  text-align: left;
  width: 50%;
  h2 {
    color: #222222;
    font-size: 38px;
    font-weight: 600;
  }
}

.about-section-right > p {
  font-size: 16px;
  margin-bottom: 19px;
}

.title > h2 {
  color: var(--color_primary);
  font-size: 35px;
  font-weight: 600;
}
.title > p {
  font-size: 16px;
  color: #333;
}

.foot-box a:hover {
  color: var(--color_secondary);
}

.foot-left {
  display: inline-block;
  vertical-align: top;
}
.foot-right > p {
  color: #fff;
  margin: 0 0 0 8px;
  font-size: 15px;
}
.foot-right {
  display: inline-block;
  /* max-width: 250px; */
}
.foot_service_links .fa.fa-angle-double-right {
  color: var(--color_secondary);
}
.foot_service_links i {
  color: var(--color_secondary);
}
.foot-left .fa.fa-map-marker,
.foot-left .fa.fa-envelope,
.foot-left .fa.fa-phone,
.foot-left .fa.fa-whatsapp {
  color: var(--color_secondary);
}

.phone-foot {
  padding-bottom: 10px;
}
.phone-foot a:focus {
  color: #fff !important;
}

.footer-bottom {
  background-color: #3a3a3a;
  border-top: 1px solid var(--site_color_2);
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    padding: 20px 0 110px !important;
  }
}

.foot-bottom-left > p {
  color: var(--color_white);
  font-size: 14px;
}

.foot-bottom-right {
  text-align: right;
}

.testimonial-right > .foot-bottom-right > p,
.foot-bottom-right a {
  font-size: 14px;
  color: #fff;
}

.foot-box .fa.fa-arrow-right {
  font-size: 10px;
  vertical-align: middle;
}

.foot-bottom-right a:hover {
  color: rgb(247, 165, 55);
}

.testimonial-left {
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}

#astrologer-location {
  background-color: rgb(247, 249, 251);
  text-align: center;
  padding: 40px 0 60px;
}

.locate-title {
  background-color: #fff;
  border-radius: 5px;
  bottom: 21px;
  left: 10%;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 82%;
  text-align: left;
}

.location-box {
  border-radius: 5px;
  overflow: hidden;
}

.location-box > img {
  border-radius: 5px;
}

.locate-title span {
  font-weight: 600;
}

.locate-title > a {
  color: #131313;
  font-size: 17px;
}

#footer {
  clear: both;
  text-align: left;
  background-size: cover;
  padding: 30px 0 10px;
  background-color: black;
  /* background-image: url("../../assets/images/small_banner.jpg"); */
}

.foot-box > ul {
  padding-left: 0;
}

.foot-box h6 {
  font-size: 20px;
  margin-bottom: 21px;
  padding-bottom: 10px;
  color: var(--color_third);
  border-bottom: 1px solid white;
}
@media screen and (max-width: 767px) {
  .foot-box h6 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .header-right li:nth-child(1),
  .header-right li:nth-child(2),
  .header-right li:nth-child(3) {
    /* border-bottom: 2px solid #fff;
    border-radius: 20px;
    padding-left: 0px;
    background-color: var(--site_color_9); */
  }
}

.foot-box a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.home-content .first-carousel .owl-nav.disabled {
  display: none;
}

.two-carousel .owl-prev {
  background: rgba(0, 0, 0, 0) url("../image/blaack-arrow-1.html") no-repeat
    scroll 0 0;
  height: 43px !important;
  margin-right: 3px;
  width: 43px !important;
}

.two-carousel .owl-next {
  background: rgba(0, 0, 0, 0) url("../image/blaack-arrow-2.html") no-repeat
    scroll 0 0;
  height: 43px !important;
  width: 43px !important;
}

.two-carousel .owl-prev > span {
  font-size: 0;
}

.two-carousel .owl-next > span {
  font-size: 0;
}

#astrologer-location .owl-dots {
  display: none !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/********* about ***************/

.inner-banner-left > h1 {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inner-banner-left > h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 425px) {
  .inner-banner-left > h1 {
    font-size: 20px;
  }
}
.inner-banner {
  background: url("../images/small_banner.jpg");
  padding: 40px 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner-right {
  text-align: right;
  a {
    color: #fff;
    display: block;
    padding: 0 4px;
  }
  ul li {
    display: inline-block;
  }
}

.about-page-content {
  padding: 40px 0;
}

.about-left-content > h1 {
  color: rgb(247, 165, 55);
}

.side-city > h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.side-city > ul {
  border: 1px solid #dedede;
}
.side-city li {
  border-bottom: 1px solid #dedede;
  list-style-type: none;
  padding: 9px 15px;
}
.side-city a {
  color: #333;
  display: block;
}

.side-city > ul {
  border: 1px solid #dedede;
  padding-left: 0;
}

.about-left-content > p {
  color: #333;
  font-size: 16px;
}

.form-box {
  width: 49%;
  float: left;
  margin-right: 1%;
}
.textfield {
  border: medium none;
  color: #333;
  font-size: 14px;
  margin: 5px 0;
  min-height: 42px;
  width: 100%;
  padding: 0 2%;
}

.about-section-right > span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.form-boxs {
  width: 100%;
}

.textfield.text-area {
  width: 99%;
  min-height: 145px;
  padding-top: 6px;
  color: #999999;
}

.sub {
  background-color: #333;
  border: none;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}

/*********** contact page ****/

.contact-left .about-form .textfield {
  border: 1px solid #d3d3d3;
  margin-bottom: 9px;
}

.contact-left > h2 {
  color: #333;
}

.location-box i {
  color: rgb(248, 153, 29);
  font-size: 25px;
}

.location-box p,
.location-box a {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: #333;
}

.location-box {
  border-bottom: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
}

.contact-map iframe {
  margin-top: 30px;
}

.drops {
  display: none;
}

/* .header-right li:last-child {
  display: none;
} */

.dropdown.new-drop-down {
  position: unset;
}

.new-drop-down .dropdown-menu {
  left: 0;
  position: absolute;
  width: 100%;
}
.new-drop-down .dropdown-menu > li {
  width: 20%;
  float: left;
}

.disc {
  color: #fff;
  font-size: 13px;
}

.disc a {
  color: rgb(248, 153, 29);
}

.about-left-content.thanks {
  text-align: center;
}

.about-left-content.thanks > a {
  background-color: rgb(14, 51, 104);
  color: #fff;
  display: inline-block;
  padding: 10px;
}

.about-left-content.thanks > p {
  font-size: 22px;
}
.form-box {
  float: left;
  margin-bottom: 8px;
  margin-right: 1%;
  position: relative;
  width: 49%;
}
.about-section-right .text-danger {
  font-size: 14px;
  line-height: 10px;
  margin-bottom: 0;
  position: absolute;
}

.contact-left .text-danger {
  font-size: 14px;
  position: absolute;
  top: 45px;
}

.home-about-button {
  border: 1px solid var(--color_secondary);
  border-radius: 30px;
  padding: 8px 30px;
  background-color: var(--color_secondary);

  color: var(--color_third);
  display: inline-block;
}

.home-about-button:hover {
  color: var(--site_color_5);
}

#astrologer-location .owl-nav.disabled {
  display: none;
}

.foot-sell {
  bottom: 0;
  color: #fff;
  display: none;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999999999;
}

.foot-call.foot-whtsapp {
  background-color: #138400;
  border-right: 0 none;
  min-height: 62px;
  padding: 16px 0;
}

.foot-call {
  background-color: rgb(199, 92, 40);
  border-right: 1px solid #7f7f7f;
  box-sizing: border-box;
  color: #fff;
  float: left;
  min-height: 57px;
  padding: 17px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}

.foot-call .fa.fa-whatsapp {
  animation: zoom-in-zoom-out 1s ease-in infinite;
  background-color: rgb(19, 132, 0);
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  left: 20%;
  padding: 15px;
  position: absolute;
  top: -34px;
  transform: translate(-50%);
  width: 50px;
}
.foot-call {
  background-color: red;
  border-right: 1px solid #7f7f7f;
  box-sizing: border-box;
  color: #fff;
  float: left;
  min-height: 62px;
  padding: 17px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}

.foot-call .fa.fa-phone {
  animation: zoom-in-zoom-out 1s ease-in infinite;

  background-color: red;
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  padding: 15px;
  position: absolute;
  right: 15%;
  top: -34px;
  transform: translate(-50%);
  width: 50px;
}

#ac-wrapper {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999999;
}

.main-pop-up-box textarea {
  margin-top: 2px;
}

#popup {
  left: 50%;
  max-width: 750px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.pop-up-left.pop-up-right > b {
  color: #fff;
}

.pop-sub {
  background-color: rgb(240, 156, 24);
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  padding: 7px 16px;
  font-weight: 600;
}

.textfields {
  width: 100%;
  border: none;
  margin-bottom: 8px;
  min-height: 42px;
  padding: 2%;
  font-size: 14px;
}

.close-icon {
  background-color: red;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: -10px;
  top: -16px;
  width: 40px;
}

.close-icon .fa.fa-times {
  color: #fff;
  font-size: 24px;
  padding: 10px;
}

.pop-up-left {
  background-color: rgb(240, 156, 24);
  float: left;
  min-height: 408px !important;
  padding: 2% !important;
  text-align: left;
}

.pop-up-left-box-whtsapp-left {
  float: left;
}

.pop-up-left > b {
  font-size: 22px;
}

.pop-up-left-box {
  float: left;
  width: 100%;
  margin: 5px 0;
  border-bottom: 1px dashed;
  padding: 5px 0;
}
.pop-up-left-box-whtsapp-right > a:hover {
  color: #000;
}

.pop-up-left-box-whtsapp-right > a {
  color: #000;
  font-size: 19px;
  font-weight: 500;
}

.pop-up-left-box-whtsapp-left i {
  font-size: 30px;
  margin-right: 10px;
}

.pop-up-left-box-whtsapp-right > p {
  margin-bottom: 0;
}

.pop-up-left-box-whtsapp-right {
  float: left;
}

.pop-up-left.pop-up-right {
  background-color: rgb(14, 51, 104);
}

#scnd-astrologer-location {
  display: flex;
}

.scnd-astrologer-location-left {
  width: 50%;
  background-color: rgb(248, 153, 29);
  padding: 20px 0;
}
.scnd-astrologer-location-right {
  width: 50%;
  background-color: rgb(14, 51, 104);
  padding: 20px 0;
}
.scnd-astrologer-location-left > h2 {
  padding-left: 40px;
  margin-bottom: 20px;
}

.scnd-astrologer-location-right > h2 {
  padding-left: 40px;
  color: #fff;
  margin-bottom: 20px;
}

.scnd-astrologer-location-left a:hover {
  color: #fff;
}

.scnd-astrologer-location-left li {
  float: left;
  width: 32%;
  background-color: rgb(14, 51, 104);
  margin-right: 1%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 5px 0;
}

.scnd-astrologer-location-right li {
  float: left;
  width: 32%;
  background-color: #fff;
  margin-right: 1%;
  text-align: center;

  margin-bottom: 10px;
  border-radius: 15px;
  padding: 5px 0;
}

.scnd-astrologer-location-left a {
  color: #fff;
}

.scnd-astrologer-location-right a {
  color: var(--site_color_5);
}
