@media only screen and (min-width: 1030px) and (max-width: 1366px) {
  .header-right ul {
    /* float: right; */
    padding-top: 10px;
  }
  .about-section-right {
    padding: 22px 20px;
  }

  .about-section-right h2 {
    font-size: 40px;
  }

  .about-section-right > p {
    margin-bottom: 10px;
  }
}
.header-right a {
  /* color: var(--color_white);
  font-size: 20px;
  padding: 18px;
  font-weight: 500;
  padding-left: 0px; */
}
.header-right li:first-child {
  /* display: none; */
}

@media screen and (max-width: 1024px) {
  .header-right ul {
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
  }
  .header-right a {
    /* font-size: 25px;
    padding: 10px;
    color: var(--color_white);
    background: var(--site_color_9);
    border-radius: 10px; */
  }
  .header-right a .fa {
    padding: 5px !important;
    font-size: 1em;
  }
  .header-right .contact_now_button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-right ul {
    float: none !important;
    padding-top: 10px;
  }
  .logo {
    text-align: center;
  }

  .header-right {
    text-align: center;
    margin-top: 5px;
  }

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

  .header-right a {
    font-size: 28px;
    /* padding: 0px; */
  }

  .header-right > ul {
    padding-left: 0;
  }

  .main-navigation {
    background-color: var(--color_primary);
  }

  .main-navigation .navbar-toggle {
    background-color: var(--color_primary);
    margin-bottom: 0;
    margin-top: 0px;
    padding: 10px 10px;
  }

  .navbar-toggle > span:first-child,
  .navbar-toggle.collapsed > span:first-child {
    text-align: left;
    position: relative;
    right: 100px;
    top: -5px;
  }

  .main-navigation .navbar-nav > li > a {
    border-right: none;
  }

  .main-navigation .nav.navbar-nav a {
    color: #ffff;
    /* font-weight: 500; */
    padding: 7px 0 7px 10px !important;
  }

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

  .banner-left,
  .banner-right {
    width: 40%;
  }

  .banner-left > b,
  .banner-right > b {
    line-height: 19px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .banner-bottom-left > b {
    font-size: 19px;
  }

  .banner-bottom-left p {
    font-size: 14px;
  }

  .banner-bottom-right {
    margin-top: 23px;
    margin-bottom: 15px;
  }

  .home-about-banner::after {
    right: 0;
  }

  .home-right-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .home-right-content h1 {
    font-size: 28px;
  }

  .about-section-left {
    width: 100%;
  }
  .about-section-left > img {
    width: 100%;
  }

  .about-section-right {
    padding: 20px;
    width: 100%;
  }

  .home-scnd-content {
    display: block;
  }

  .about-section-right h2 {
    font-size: 36px;
    padding: 10px 0;
    margin: 0;
  }

  #testimonials .owl-nav.disabled {
    left: 0;
    top: 0;
    position: relative;
  }

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

  .inner-banner {
    /* padding: 45px 0 0; */
  }

  .inner-banner-right {
    text-align: left;
  }

  .right-bar-image > img {
    width: 100%;
  }

  .form-box {
    width: 100%;
  }

  .textfield.text-area {
    min-height: 105px;
    width: 100%;
  }

  .dropdown-menu {
    background-color: var(--color_secondary) !important;
    padding-left: 0 !important;
    position: relative !important;
    width: 100%;
    z-index: 100000 !important;
  }
  .dropdown-menu a:hover {
    color: #ffff !important;
  }
  .paanel-left > img {
    width: 100% !important;
  }
  .dropdown-menu > li > a {
    color: var(--color_primary0) !important;
  }
  .dropdown:hover .dropdown-menu {
    display: none;
  }
  .drops.open + ul {
    display: block !important;
    background-color: rgb(39, 66, 121) !important;
  }
  .drops {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 8px !important;
    top: 13px;
    z-index: 10000;
  }
  .navbar-nav > li > a {
    background: none !important;
  }
  .caret {
    display: none !important;
  }

  .main-navigation .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: var(--color_third);
  }

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

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

  .foot-sell {
    display: block;
  }

  .foot-call.foot-whtsapp:hover {
    color: #fff;
  }
  .foot-call:hover {
    color: #fff;
  }

  #popup {
    max-width: 750px;
    padding: 7%;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    transform: translate(0%, 0%);
    bottom: 0;
  }

  .pop-up-left {
    min-height: inherit !important;
  }

  .close-icon {
    right: 0;
    top: 4px;
  }

  #ac-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    z-index: 100000;
  }

  .pop-up-left.pop-up-right {
    width: 100%;
  }

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

  .scnd-astrologer-location-left {
    width: 100%;
    float: left;
    padding: 0 5%;
  }

  .scnd-astrologer-location-left > h2 {
    padding-left: 0;
  }
  .scnd-astrologer-location-left > ul {
    padding-left: 0;
  }

  .scnd-astrologer-location-right > h2 {
    padding-left: 0;
  }
  .scnd-astrologer-location-right > ul {
    padding-left: 0;
  }
  .scnd-astrologer-location-left li {
    width: 100%;
  }

  .title > h2 {
    font-size: 29px;
  }
  .scnd-astrologer-location-right li {
    width: 100%;
  }
  .scnd-astrologer-location-right {
    width: 100%;
    float: left;
    padding: 0 5%;
  }
}
@media screen and (max-width: 425px) {
  .header-right a {
    font-size: 20px;
  }
  .header-right ul {
    float: none;
    padding-top: 0px;
    margin-top: 0px;
  }
}
