/* =========== Media Queries ============== */
@media (min-width:768px) {
    .header-wrapper.sticky .nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        animation: smoothScroll 1s forwards;
    }
}

@media (min-width:1600px) {
    .custom-container {
        width: 1400px;
    }

    .top-logo img {
        height: 100px;
    }

    .header-book-appointment-button.call-us {
        margin-right: 30px;
    }

    .header-social-wrap {
        margin-left: 30px;
    }

    .services-details-certificate {
        height: 288px;
    }
}

@media (max-width:1279px) {
    .nav-list > li > a {
        padding: 0 10px;
    }
}


@media (max-width:1199px) {

    html,
    body {
        font-size: 13px;
    }

    .custom-container {
        width: 990px;
    }

    .header-inner {
        height: 100px;
    }

    .top-logo img {
        height: 70px;
    }

    .header-book-appointment-button {
        width: 190px;
        background-size: auto 40px;
        background-position: center left 10px;
    }

    .header-book-appointment-button.call-us {
        width: 265px;
    }

    .header-book-appointment-button-inner {
        height: 55px;
        padding-left: 55px;
    }

    .header-book-appointment-button-text1 {
        font-size: 23px;
    }

    .header-book-appointment-button-text2 {
        font-size: 14px;
    }

    .header-social-wrap-inner {
        height: 55px;
    }

    .header-social-list > li > a {
        height: 30px;
        width: 30px;
        font-size: 15px;
    }

    .nav-list > li > a {
        font-size: 13px;
        padding: 0 6px;
    }

    .banner-text {
        font-size: 30px;
    }

    .common-block-header-title.big-title {
        font-size: 32px;
    }

    .common-block-header-title.small-title {
        font-size: 22px;
    }

    .common-block-header-text {
               font-size: 120%;
        font-family: 'Montserrat';
        line-height: 24px;
    }

    .horoscope-left,
    .horoscope-right {
        width: calc(50% - 240px);
    }

    .horoscope-center {
        width: 240px;
    }

    .horoscope-center:before {
        width: 380px;
        height: 380px;
        left: -70px;
        top: -70px;
    }

    .horoscope-center:after {
        width: 300px;
        height: 300px;
        left: -30px;
        top: -30px;
    }

    .ast_waves2 {
        top: 120px;
    }

    .ast_wave {
        width: 360px;
        height: 360px;
        left: -180px;
        bottom: -180px;
    }

    .horoscope-icon-list > li + li {
        margin-top: 15px;
    }

    .horoscope-icon-dec-title {
        font-size: 16px;
    }

    .home-service-thumb-text {
        font-size: 16px;
    }

    .callus-marquee-text {
        font-size: 150%;
    }

    .whatsapp-bar-text {
        font-size: 18px;
    }

    .number-block-text,
    .number-block-number {
        font-size: 16px;
    }

    .blog-list-block-title {
        font-size: 25px;
    }

    .service-details-block + .service-details-block {
        margin-top: 30px;
    }

    .service-details-block-desc p + p,
    .service-details-block-desc ul + p,
    .service-details-block-desc ol + p {
        margin-top: 10px;
    }


    .service-details-block-desc p + ul,
    .service-details-block-desc p + ol,
    .service-details-block-desc ul + ul,
    .service-details-block-desc ol + ol,
    .service-details-block-desc ul + ol,
    .service-details-block-desc ol + ul {
        margin-top: 0px;
    }

    .service-details-block-desc p,
    .service-details-block-desc ul li. .service-details-block-desc ol li {
        font-size: 110%;
    }

    .vashikaran-special-image-content-left {
        width: 400px;
    }

    .vashikaran-special-image-content-right {
        width: calc(100% - 420px);
    }

}


@media (max-width:991px) {

    .custom-container {
        width: 760px;
    }

    .header-inner {
        height: 80px;
    }

    .top-logo img {
        height: 55px;
    }

    .header-book-appointment-button {
        width: 130px;
        background-size: auto 27px;
        background-position: center left 7px;
    }

    .header-book-appointment-button-inner {
        height: 50px;
        padding-left: 40px;
    }

    .header-book-appointment-button.call-us {
        width: 182px;
        margin-right: 8px;
    }

    .header-book-appointment-button-text1 {
        font-size: 15px;
    }

    .header-book-appointment-button-text2 {
        font-size: 9px;
    }

    .header-social-wrap {
        margin-left: 8px;
    }

    .header-social-wrap-inner {
        height: 50px;
    }

    .nav-wrap-inner {
        height: 35px;
    }

    .nav-list > li > a {
        height: 35px;
        padding: 0 4px;
        font-size: 10px
    }

    .footer-wrapper .custom-container {
        width: 100%;
    }

    .footer-col {
        padding: 30px 15px;
    }

    .footer-col-title {
        font-size: 16px;
    }

    .footer-col-content {
        margin: 15px 0 0 0;
    }

    .footer-col-text {
        line-height: 20px;
    }

    .footer-social-list > li {
        margin: 0 3px;
    }

    .footer-social-list > li > a {
        height: 30px;
        width: 30px;
        font-size: 14px;
    }

    .footer-bottom-block {
        padding: 10px 0;
    }

    .banner-text {
        font-size: 25px;
    }

    .common-block {
        padding: 40px 0;
    }

    .common-block-content {
        margin: 30px 0 0 0;
    }

    .common-block-header-title.big-title {
        font-size: 30px;
    }

    .common-block-header-title.small-title {
        font-size: 20px;
    }

    .whatsapp-bar-image {
        width: 30px;
    }

    .whatsapp-bar-text {
        font-size: 16px;
    }

    .home-about-block-img {
        border-width: 10px;
    }

    .home-about-content {
        width: calc(60% - 30px);
        margin-left: 30px;
    }

    .home-service-thumb {
        width: calc(33% - 23px);
    }

    .home-service-thumb-image {
        height: 28vw;
    }

    .home-service-thumb-text {
        font-size: 15px;
    }

    .number-block-text,
    .number-block-number {
        font-size: 15px;
    }

    .client-say-container {
        width: 650px;
    }

    .horoscope-left,
    .horoscope-right {
        width: calc(50% - 160px);
    }

    .horoscope-center {
        width: 180px;
    }

    .horoscope-center:before {
        width: 270px;
        height: 270px;
        left: -45px;
        top: -45px;
    }

    .horoscope-center:after {
        width: 220px;
        height: 220px;
        left: -20px;
        top: -20px;
    }

    .ast_waves2 {
        top: 90px;
    }

    .ast_wave {
        width: 260px;
        height: 260px;
        left: -130px;
        bottom: -130px;
    }

    .horoscope-icon {
        width: 65px;
        height: 65px;
        border-width: 5px;
    }

    .horoscope-icon-dec {
        width: calc(100% - 80px);
    }

    .horoscope-page-list-icon {
        width: 160px;
        height: 160px;
        padding: 10px;
    }

    .horoscope-page-list-desc-box {
        width: calc(100% - 160px);
    }

    .horoscope-page-list-desc-box-title {
        font-size: 18px;
    }

    .gallery-vedio-content .gallery-content-col {
        width: 50%;
    }

    .blog-list-block + .blog-list-block {
        margin-top: 25px;
    }

    .blog-list-block-title {
        font-size: 22px;
    }

    .blog-list-block-image {
        margin: 10px 0 0 0;
    }

    .blog-list-block-description {
        font-size: 110%;
    }

    .contact-address-block {
        width: 350px;
    }

    .contact-form-block {
        width: 350px;
    }

    .contact-block-title {
        margin: 0 0 15px 0;
        font-size: 22px;
    }

    .contact-address-box + .contact-address-box {
        margin-top: 15px;
    }

    .contact-address-box-title {
        font-size: 120%;
    }

    .contact-address-box-content {
        font-size: 115%;
    }

    .service-details-left-block {
        width: 250px;
    }

    .service-details-right-block {
        width: calc(100% - 270px);
        margin-left: 20px;
    }

    .vashikaran-special-image-content-left {
        width: 300px;
    }

    .vashikaran-special-image-content-right {
        width: calc(100% - 315px);
        margin-left: 15px;
    }

    .vashikaran-special-image img {
        border-width: 10px;
    }

}

@media (max-width:767px) {
    .mobile-hide {
        display: none !important;
    }

    .custom-container {
        width: 100%;
    }

    .header-top-marquee-block-inner,
    .header-top-block-inner {
        height: auto;
        padding: 8px 0;
    }

    .header-top-block-right {
        display: none
    }

    .header-top-block-left {
        width: 100%;
        text-align: center;
    }

    .header {
        position: relative;
    }

    .header-inner-wrap {
        border-bottom: 1px #eaeaea solid;
    }

    .header-top-block-social-list li {
        margin-right: 10px;
    }

    .header-inner {
        height: 65px;
    }

    .top-logo img {
        height: 47px;
    }

    .header-book-appointment-button.call-us,
    .header-social-wrap {
        display: none;
    }

    .header-book-appointment-button {
        width: 110px;
        background-size: auto 20px;
        background-position: center left 5px;
    }

    .header-book-appointment-button-inner {
        height: 30px;
        padding-left: 30px;
    }

    .header-book-appointment-button-text1 {
        font-size: 13px;
        line-height: 12px;
    }

    .header-book-appointment-button-text2 {
        font-size: 8px;
    }

    .mob-menu-click {
        display: inline-block;
    }

    .top-contact-cart-common {
        padding-left: 40px;
        min-height: 30px;
        background-size: auto 30px;
    }

    .top-cart-content {
        max-height: 202px;
    }

    .nav-wrap {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 100;
        display: none;
        max-height: calc(100vh - 130px);
        overflow: auto;
        border-bottom: 1px #f84823 solid;
    }

    .nav-wrap-inner {
        height: auto;
        display: block;
        float: left;
        width: 100%;
    }

    .nav-list > li {
        float: left;
        width: 100%;
        margin: 0;
    }

    .nav-list > li > a {
        height: 35px;
        padding: 0 10px;
        font-size: 12px;
        text-align: center;
        justify-content: center;
        border-bottom: 1px #101010 solid;
    }

    .header-wrapper.sticky {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        animation: smoothScroll 1s forwards;
    }

    .header-wrapper.sticky .header-inner-wrap {
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    }

    .footer-col {
        margin: 0 -15px;
        width: auto;
        padding: 25px 15px;
    }

    .footer-col-block .footer-col:nth-child(2) {
        border-left: 0;
        border-right: 0;
        border-top: 1px #212121 solid;
        border-bottom: 1px #212121 solid;
    }

    .scrollup {
        width: 35px;
        height: 35px;
        bottom: 30px;
        line-height: 35px;
    }

    .scrollup:after {
        font-size: 15px;
    }

    .common-popup .modal-header {
        padding: 10px;
    }

    .banner-wrapper .owl-dots {
        bottom: 10px;
    }

    .banner-text {
        font-size: 15px;
    }

    .content-wrapper {
        min-height: 1px !important;
    }

    .common-side-btn-fixed {
        width: 25px;
        height: 185px;
        top: 170px;
        border-width: 1px;
    }

    .common-side-btn-fixed-text {
        height: 150px;
        font-size: 12px;
        letter-spacing: -3px;
    }

    .fixed-whatsapp-icon {
        width: 25px;
    }

    .fixed-whatsapp-text {
        padding: 0 8px 0 5px;
        font-size: 12px;
    }

    .callus-marquee-wrapper {
        padding: 15px 15px 10px;
    }

    .callus-marquee-text {
        font-size: 110%;
    }

    .whatsapp-bar-text {
        font-size: 14px;
        margin: 10px 0 0 0;
        padding: 0 10px;
    }

    .common-block-header-title.big-title {
        font-size: 23px;
    }

    .common-block-header-title.small-title {
        font-size: 17px;
    }

    .common-block-header-title-border {
        margin: 0;
    }

    .common-block-header-text {
        margin: 5px 0 0 0;
    }

    .common-block-content {
        margin: 20px 0 0 0;
    }

    .number-block-col {
        padding: 20px 10px;
        width: 49%;
    }

    .number-block-wrapper .custom-container {
        padding: 0;
    }

    .custom-container .number-block-col:nth-child(3) {
        border-left: 0;
    }

    .custom-container .number-block-col:nth-child(3),
    .custom-container .number-block-col:nth-child(4) {
        border-top: 1px #fff dashed;
    }

    .number-block-number {
        width: 90px;
        height: 90px
    }

    .number-block-text,
    .number-block-number {
        font-size: 14px;
    }

    .home-about-block {
        text-align: center;
    }

    .home-about-block-img {
        float: none;
        display: inline-block;
        margin: 0 auto;
        max-width: 340px;
        width: 100%;
    }

    .home-about-content {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .home-service-row {
        margin: -5px;
    }

    .home-service-thumb {
        width: calc(33% - 12px);
        margin: 7px 5px 5px;
    }

    .home-service-more-button {
        margin: 20px 0 0 0;
    }

    .client-say-container {
        width: calc(100% - 50px);
    }

    .client-say-box {
        padding: 20px 40px;
    }

    .horoscope-wrapper {
        justify-content: center;
        margin-top: 50px;
    }

    .horoscope-left,
    .horoscope-right {
        width: calc(50% - 5px);
    }

    .horoscope-center {
        margin: 0 150px 70px 150px;
        order: -1;
    }

    .horoscope-icon {
        width: 55px;
        height: 55px;
        border-width: 3px;
    }

    .horoscope-icon img {
        max-width: 35px;
    }

    .horoscope-icon-dec {
        width: calc(100% - 70px);
    }

    .horoscope-left .horoscope-icon-dec {
        margin-right: 5px;
    }

    .horoscope-right .horoscope-icon-dec {
        margin-left: 5px;
    }

    .horoscope-icon-dec-title {
        font-size: 14px;
    }

    .horoscope-page-list-icon {
        float: none !important;
        margin: 0 auto;
        width: 120px;
        height: 120px;
        border-width: 5px;
    }

    .horoscope-page-list-desc-box {
        width: 100%;
        padding: 0 !important;
        margin: 10px 0 0 0;
    }

    .horoscope-page-list-desc-box-title {
        font-size: 16px;
    }

    .ask-query-content .common-filed-half {
        width: 100%;
    }

    .ask-query-content .common-filed:nth-child(2) {
        margin-top: 20px;
    }

    .ask-query-content .common-filed-one-third {
        width: 100%;
    }

    .gallery-content-row {
        margin: -10px -5px 0;
    }

    .gallery-content-col {
        width: 33%;
        padding: 0 5px;
        margin: 10px -1px 0 -2px;
    }

    .gallery-thumb-image {
        height: 30vw;
    }

    .blog-list-block + .blog-list-block {
        margin-top: 20px;
    }

    .blog-list-block-title {
        font-size: 18px;
    }

    .contact-map {
        height: 50vw;
    }

    .contact-address-block {
        width: 100%;
    }

    .contact-form-block {
        width: 100%;
        margin-top: 20px;
    }

    .contact-block-title {
        margin: 0 0 10px 0;
        font-size: 18px;
    }

    .contact-address-box + .contact-address-box {
        margin-top: 10px;
    }

    .contact-address-box-title {
        font-size: 110%;
    }

    .contact-address-box-content {
        font-size: 100%;
    }

    .service-details-left-block {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .service-details-right-block {
        width: 100%;
        margin: 0;
    }

    .service-details-sub-menu-title {
        font-size: 0;
        padding: 20px 10px;
    }

    .service-details-sub-menu-mobile-click {
        display: block;
        font-size: 14px;
        line-height: 40px;
    }

    .service-details-sub-menu {
        display: none;
    }

    .service-details-block + .service-details-block {
        margin-top: 20px;
    }

    .service-details-block-title {
        margin: 0px 0 5px 0;
        font-size: 135%;
    }

    .service-details-block-sub-title {
        margin: 0 0 5px 0;
        font-size: 120%;
    }

    .about-image-block {
        margin-top: -10px;
    }

    .about-image-block-row {
        margin: 0 -5px;
    }

    .about-image-block-col {
        margin-top: 10px;
        padding: 0 5px;
    }

    .about-image-block-button {
        margin: 15px 0 0 0;
    }

    .vashikaran-special-image-content {
        margin-top: 10px;
    }

    .vashikaran-special-image-content-left {
        width: 100%;
        margin-top: 15px;
    }

    .vashikaran-special-image-content-right {
        width: 100%;
        margin-left: 0px;
    }

}

@media (max-width:639px) {
    .home-service-thumb {
        width: calc(50% - 12px);
    }

    .home-service-thumb-image {
        height: 45vw;
    }

    .horoscope-center {
        margin-left: 120px;
        margin-right: 120px;
    }
}

@media (max-width:559px) {
    .gallery-vedio-content .gallery-content-col {
        width: 100%;
    }
}

@media (max-width:479px) {
    .footer-menu-list > li {
        margin: 0 3px;
        font-size: 90%;
    }

    .about-image-block-col {
        width: 100%;
    }

    .horoscope-center {
        margin-left: 50px;
        margin-right: 50px;
    }

    .gallery-content-col {
        width: 50%;
    }

    .gallery-thumb-image {
        height: 45vw;
    }
}

@media (max-width:375px) {
    .header-inner-wrap .custom-container {
        padding: 0 10px;
    }

    .top-logo img {
        height: 36px;
    }

    .c-hamburger {
        margin-left: 5px;
    }
}

@media (max-width:374px) {
    .home-service-thumb {
        width: 100%;
    }

    .home-service-thumb-image {
        height: 95vw;
    }

    .home-service-thumb-details-wrap {
        height: auto !important;
    }

    .about-image-block-col {
        width: 100%;
    }
}

@media (max-width:359px) {
    .blog-list-block-title-sub-text {
        font-size: 90%;
    }
}
