* {
    font-synthesis: none !important;
}
/* Header responsiveness code start */
@-moz-document url-prefix() {
    .logo-img{
        min-width:200px;
    }
}
.navbar button{
    margin-top:0px;
}
.navbar-toggler-icon{
    height:auto;
}
.navbar .navbar-right .wrap {
    margin-right: 20px;
}

@media only screen and (max-width: 320px) {
    .video-fullscreen-wrap .header-heading {
        font-size: 65px;
        line-height: 55px;
        margin-bottom: 0px;
    }
    .video-fullscreen-wrap h1.header-heading:before {
        top: 55px;
        left: 120px;
        width: 80px;
        height: 140px;
    }
    .video-fullscreen-video.hero-image {
        background-size: 100%;
        background-position-y: 60px;
        background-position-x: 8px;
        padding-top: 265px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
    .video-fullscreen-video.hero-image{
        background-size: 100%;
        background-position-y: 60px;
        background-position-x: 15px;
        padding-top: 305px;
    }
    .video-fullscreen-wrap .header-heading{
        font-size: 80px;
        line-height: 65px;
        margin-bottom: 0px;
    }
    .video-fullscreen-wrap h1.header-heading:before {
        top: 60px;
        left: 150px;
        width: 100px;
        height: 140px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
    .video-fullscreen-video.hero-image{
        background-size: 100%;
        background-position-y: 60px;
        background-position-x: 15px;
        padding-top: 335px;
    }
    .video-fullscreen-wrap .header-heading{
        font-size: 90px;
        line-height: 75px;
        margin-bottom: 0px;
    }
    .video-fullscreen-wrap h1.header-heading:before {
        top: 80px;
        left: 170px;
        width: 110px;
        height: 140px;
    }
}

@media only screen and (max-width: 600px) {
    .logo-wrapper,.header .video-fullscreen-wrap .header-pl-90{
        padding: 0px;
    }
    .video-fullscreen-wrap h1.header-heading:after {
        display: none;
    }
    .video-fullscreen-video.hero-image{
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 426px) and (max-width: 600px) {
    .video-fullscreen-video.hero-image{
        background-size: 100%;
        background-position-y: 60px;
        background-position-x: 15px;
        padding-top: 375px;
    }
    .video-fullscreen-wrap .header-heading{
        font-size: 103px;
        line-height: 80px;
        margin-bottom: 0px;
    }
    .video-fullscreen-wrap h1.header-heading:before {
        top: 75px;
        left: 195px;
        width: 120px;
        height: 140px;
    }
}

.video-fullscreen-wrap .button-1{
    background-color: #0C0C12;
    color: #fff;
}
.video-fullscreen-wrap .button-1 span{
    color: #fff !important;
}
/* Header responsiveness code end */

/* appointment section start */
.appointment-left-parent,.appointment-right-parent{
    width: 50%;
}
@media only screen and (max-width: 320px) {
    .video-fullscreen-wrap {
        padding-bottom: 50px
    }
    .appointment{
        margin-top: -50px;
        display: block;
        padding: 20px;
        padding-top: 60px;
        min-height: auto;
    }
    .appointmentWrapper{
        display: block;
    }
    .appointment-left-parent,.appointment-right-parent{
        width: 100%;
    }
    .appointment-left {
        font-size: 30px;
        font-weight: 900;
        line-height: 26px;
        position: relative;
        padding-left: 20px;
    }
    .appointment .help img {
        width: 100%;
    }
    .help {
        margin-left: 60px;
        margin-top: -30px;
    }
    .form1 .row>*{
        padding-left: 0px;
        padding-right: 0px;
    }
    .booking-box {
        padding: 35px 10px 0px 10px;
        margin-bottom:20px;
    }
    .input2_inner {
        margin-bottom: 10px;
    }
    .btn-form1-submit{
        width: 100%;
        margin: 0px;
        line-height: 44px;
    }
    .appointment-left:before{
        height: 40px;
        width: 40px;
        background-size: contain;
        bottom: 28px;
        top: 70px;
        left: 45px;
        transform: rotate(60deg);
    }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
    .video-fullscreen-wrap {
        padding-bottom: 50px
    }
    .appointment{
        margin-top: -50px;
        display: block;
        padding: 20px;
        padding-top: 60px;
        min-height: auto;
    }
    .appointmentWrapper{
        display: block;
    }
    .appointment-left-parent,.appointment-right-parent{
        width: 100%;
    }
    .appointment-left {
        font-size: 36px;
        font-weight: 900;
        line-height: 35px;
        position: relative;
        padding-left: 20px;
    }
    .appointment .help img {
        width: 100%;
    }
    .help {
        margin-left: 60px;
        margin-top: -40px;
    }
    .form1 .row>*{
        padding-left: 0px;
        padding-right: 0px;
    }
    .booking-box {
        padding: 35px 10px 0px 10px;
        margin-bottom:20px;
    }
    .input2_inner {
        margin-bottom: 10px;
    }
    .btn-form1-submit{
        width: 100%;
        margin: 0px;
        line-height: 44px;
    }
    .appointment-left:before{
        height: 50px;
        width: 50px;
        background-size: contain;
        bottom: 28px;
        top: 90px;
        left: 45px;
        transform: rotate(60deg);
    }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
    .video-fullscreen-wrap {
        padding-bottom: 50px
    }
    .appointment{
        margin-top: -50px;
        display: block;
        padding: 20px;
        padding-top: 60px;
        min-height: auto;
    }
    .appointmentWrapper{
        display: block;
    }
    .appointment-left-parent,.appointment-right-parent{
        width: 100%;
    }
    .appointment-left {
        font-size: 42px;
        font-weight: 900;
        line-height: 35px;
        position: relative;
        padding-left: 20px;
    }
    .appointment .help img {
        width: 100%;
    }
    .help {
        margin-left: 60px;
        margin-top: -40px;
    }
    .form1 .row>*{
        padding-left: 0px;
        padding-right: 0px;
    }
    .booking-box {
        padding: 35px 10px 0px 10px;
        margin-bottom:20px;
    }
    .input2_inner {
        margin-bottom: 10px;
    }
    .btn-form1-submit{
        width: 100%;
        margin: 0px;
        line-height: 44px;
    }
    .appointment-left:before{
        height: 50px;
        width: 50px;
        background-size: contain;
        bottom: 28px;
        top: 100px;
        left: 45px;
        transform: rotate(60deg);
    }
}

@media only screen and (min-width: 426px) and (max-width: 600px) {
    .video-fullscreen-wrap {
        padding-bottom: 50px
    }
    .appointment{
        margin-top: -50px;
        display: block;
        padding: 20px;
        padding-top: 60px;
        min-height: auto;
    }
    .appointmentWrapper{
        display: block;
    }
    .appointment-left-parent,.appointment-right-parent{
        width: 100%;
    }
    .appointment-left {
        font-size: 50px;
        font-weight: 900;
        line-height: 42px;
        position: relative;
        padding-left: 20px;
    }
    .appointment .help img {
        width: 100%;
    }
    .help {
        margin-left: 60px;
        margin-top: -40px;
    }
    .form1 .row>*{
        padding-left: 0px;
        padding-right: 0px;
    }
    .booking-box {
        padding: 35px 10px 0px 10px;
        margin-bottom:20px;
    }
    .input2_inner {
        margin-bottom: 10px;
    }
    .btn-form1-submit{
        width: 100%;
        margin: 0px;
        line-height: 44px;
    }
    .appointment-left:before{
        height: 60px;
        width: 60px;
        background-size: contain;
        bottom: 28px;
        top: 130px;
        left: 45px;
        transform: rotate(60deg);
    }
}
.appointment .bottom-text{
    padding: 40px 20px 0px 20px;
}
/* appointment section end */

/* about section  start*/

@media only screen and (max-width: 320px) {
    .about .section-title .about-heading {
        font-size: 60px;
        line-height: 50px;
    }
    .about .full-width-row .move {
        height: 180px;
        font-size: 60px;
        padding-top: 70px;
    }
    .about .section-title .about-heading:before {
        top: 16px;
        right: 45%;
        width: 50px;
        height: 50px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .about .section-title .about-heading {
        font-size: 65px;
        line-height: 55px;
    }
    .about .full-width-row .move {
        height: 180px;
        font-size: 60px;
        padding-top: 70px;
    }

    .about .section-title .about-heading:before {
        top: 16px;
        right: 49%;
        width: 55px;
        height: 55px;
    }
}
@media only screen and (min-width: 376px) and (max-width: 425px) {
    .about .section-title .about-heading {
        font-size: 75px;
        line-height: 60px;
    }
    .about .full-width-row .move {
        height: 180px;
        font-size: 60px;
        padding-top: 70px;
    }


    .about .section-title .about-heading:before {
        top: 16px;
        right: 49%;
        width: 60px;
        height: 60px;
    }
}
@media only screen and (min-width: 426px) and (max-width: 600px) {
    .about .section-title .about-heading {
        font-size: 90px;
        line-height: 70px;
    }
    .about .full-width-row .move {
        height: 180px;
        font-size: 60px;
        padding-top: 70px;
    }

    .about .section-title .about-heading:before {
        top: 16px;
        right: 46%;
        width: 75px;
        height: 75px;
    }
}
@media only screen  and (max-width: 600px) {
    .about .about-section-text{
        padding-top: 0px;
    }


    .process .container .about-img img{
        transform:scale(1);
        margin:0;
    }

}
.about .section-title .about-heading:before {
    content: "";
    background-image: url('/assets/main/img/smilingem.webp');
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    background-size: contain;
    transform: rotate(30deg);
}
@media only screen and (min-width: 601px) {
    .about .section-title .about-heading:before {
        top: 36px;
        right: 200px;
        width: 120px;
        height: 120px;
    }
}

/* about section  end*/
/* Our Process Section Start */
@media only screen and (max-width: 320px) {
    .process .container h1.unser,.process .container h1.hollow-text{
        font-size: 59px;
    }
    .process .container h1.hollow-text{
        line-height: 62px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
    .process .container h1.unser,.process .container h1.hollow-text{
        font-size: 68px;
    }
    .process .container h1.hollow-text{
        line-height: 70px;
    }
}
@media only screen and (min-width: 376px) and (max-width: 425px) {
    .process .container h1.unser,.process .container h1.hollow-text{
        font-size: 75px;
    }
    .process .container h1.hollow-text{
        line-height: 80px;
    }
}
@media only screen and (min-width: 426px) and (max-width: 600px) {
    .process .container h1.unser,.process .container h1.hollow-text{
        font-size: 86px;
    }
    .process .container h1.hollow-text{
        line-height: 95px;
    }
}
@media only screen and (max-width: 600px) {

    .process.section-padding{
        background-image: url('/assets/main/img/bkgradient1.webp');
        background-position-y: center;
        background-repeat: repeat-y;
        background-size: contain;
        padding-bottom: 160px;
        padding-top: 20px;
    }
    .process-text-col{
        order:1;
    }
    .process-img-col{
        order: 0;
    }
    .process-img-txt{
        display: none;
    }
    .process-text-col .btn{
        display: block;
        background: #fff;
        border-radius: 24px;
        width: 100%;
        padding: 12px 20px 8px 20px;
        font-size: 24px;
        text-align: left;
        position: relative;
    }
    .process-text-col .btn:before {
        content: "";
        background-image: url('/assets/main/img/diagonal_arrow_btn.webp');
        background-repeat: no-repeat;
        top: 14px;
        right: 12px;
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 40px;
        background-size: contain;
    }
    .process.section-padding .process-padding{
        margin-bottom: 0px !important;
    }
}
/* Our Process Section end */

/* Testimonials Section Start */
@media only screen and (max-width: 320px) {
    .testimonial-section .testimonial-right {
        font-size: 40px;
        line-height: 30px;
    }
    .testimonial-section .testimonial-right::before {
        height: 90px;
        width: 90px;
        right: 5px;
        bottom: 0px;
        top: -5px;
        transform: rotate(-60deg);
    }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
    .testimonial-section .testimonial-right {
        font-size: 45px;
        line-height: 35px;
    }
    .testimonial-section .testimonial-right::before {
        height: 95px;
        width: 95px;
        right: 35px;
        bottom: 0px;
        top: -5px;
        transform: rotate(-60deg);
    }
}
@media only screen and (min-width: 376px) and (max-width: 425px) {
    .testimonial-section .testimonial-right {
        font-size: 55px;
        line-height: 45px;
    }
    .testimonial-section .testimonial-right::before {
        height: 110px;
        width: 110px;
        right: 20px;
        bottom: 0px;
        top: 5px;
        transform: rotate(-60deg);
    }
}
@media only screen and (min-width: 426px) and (max-width: 600px) {
    .testimonial-section .testimonial-right {
        font-size: 65px;
        line-height:55px;
    }
    .testimonial-section .testimonial-right::before {
        height: 130px;
        width: 130px;
        right: 10px;
        bottom: 0px;
        top: 5px;
        transform: rotate(-60deg);
    }
}

@media only screen and (max-width: 600px) {
    .testimonial-section .row>*{
        display: block;
    }
    .testimonial-section .testimonials.left .caption{
        left: 0;
        margin: 0;
    }
    .testimonial-section .testimonial-column-2{
        order: 0;
        margin: 0;
        text-align:left;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .testimonial-section .testimonial-column-1{
        order: 1;
    }
    .testimonial-section.section-padding{
        padding: 0px;
        margin-top: -220px;
        padding-bottom: 120px;
    }
}
/* Testimonials Section End */
/* footer start */
@media only screen and (max-width: 320px) {

    .fp1 p.testimonial {
        margin: 0px;
        width: 200px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 600px) {
    footer > .container {
        padding: 80px 20px;
    }
    .fp1{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .fp1  p.testimonial{
        margin: 0px;
    }
    .fp1 img{
        width: 50px !important;
        height: 30px;
    }
    .fp2{
        display: none;
    }
    .fp3{
        order:2;
    }
    .fp4{
        order:1;
    }
    .fp5{
        order:0;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .footer span.footerContact p {
        font-size: 18px !important;
    }
    .footer-contact-heading{
        font-size: 22px !important;
    }
    .fp3{
        flex-direction: column;
        align-items: flex-start !important;
    }
    .fp3 .fp3-1{
        padding: 20px 0px;
        display: flex;
    }
    .footer span.footerTag{
        margin: 0px;
    }
    .footer span.socialIcons{
        margin-right: 10px;
    }

    .footer-logo{
        width: 100%;
    }
}
@media only screen and (min-width: 321px) and (max-width: 600px) {

    .fp1 p.testimonial {
        width: 250px;
    }
}


/* footer end */

/* for all */
@media only screen and (max-width: 600px) {
    .navbar-toggler-icon{
        background: #fff;
        color: black !important;
        padding: 10px;
        box-sizing: content-box;
        height: 28px;
        border-radius: 24px;
    }
    .navbar-toggler-icon i{
        line-height: 28px;
    }
    .testimonialAuthor{
        display: none;
    }
    .footerSubscribe-lg{
        display: none !important;
    }
    .footerSubscribe-sm{
        display: flex !important;
    }
}
@media only screen and (min-width: 601px) {
    .footerSubscribe-lg{
        display: flex !important;
    }
    .footerSubscribe-sm{
        display: none !important;
    }
    .footerSubscribe-lg .footer-button{
        padding: 0px 40px;
        width:auto !important;
    }
}
.footerSubscribe input{
    background: #F8F8F8 !important;
}
.footerSubscribe input::placeholder {
    font-size: 18px  !important;
    color: #B6B6B8  !important;
}

.footerSubscribe input::-ms-input-placeholder { /* Edge 12 -18 */
    font-size: 18px  !important;
    color: #B6B6B8  !important;
}
.appointment .help img{
    z-index: 1;
}
.socialIcons img{
    height: 16px;
    width: 16px;
    margin-bottom: 4px;
}
.navbar-right .icon{
    padding: 10px 16px;
    background: #fff;
    border-radius: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.navbar-right .icon svg{
    width: 20px;
    fill:none;
}
.navbar-right-icon:hover,.navbar-right-icon-scroll{
    background: #0C0C12 !important;
    cursor:pointer;
}
.navbar-right .icon:hover > a > svg > .navbar-right-icon-stroke,.navbar-right-icon-scroll-stroke{
    stroke: #fff; /* Change the fill color to red on hover */
}

.navbar-right-icon-scroll:hover{
    background: #fff !important;
}
.navbar-right .icon:hover > a > svg > .navbar-right-icon-scroll-stroke{
    stroke: #d3071f !important;
}
.navbar-right .icon:hover > a > svg >
@media only screen and (max-width: 1023px) {
    .footer-white{
        display: block;
    }
    .footer-red{
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    .footer-white{
        display: none;
    }
    .footer-red{
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}
.pointer:hover{
    cursor:pointer;
}
@media only screen and (max-width: 767px) {
    .js-cursor{
        display:none;
    }
}
.tablet span.footerTag ,.tablet{
    display:none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .footer span.footerTag,.not-tablet .fp3-1{
        display:none !important;
    }
    .tablet span.footerTag {
        display:block !important;
        font-size: 10px;
        margin-left: 0px;
    }
    .footerSubscribe-sm {
        display: flex  !important;
    }
    .footerSubscribe-lg {
        display: none !important;
    }
    .footer .fp2{
        display:none;
    }

}
