.slick-dotted.slick-slider {
    margin: 0;
}
.slides {
    width: 100%;
    height: auto;
}
.slides .slide {
    color: #419be0;
    background: white;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
}
.slick-dots li {
    display: block;
}
.banner-flip {
    min-height: 100px;
}
.flip {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 40px;
    height: auto;
    top: 0;
    -moz-perspective: 100%;
    -webkit-perspective: 100%;
    perspective: 100%;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*white-space: nowrap;*/
    text-align: center;
}

#flipper_text {
    margin-left: -16px;
}

#flipper.flip{
    width: auto;
    min-height: 32px;
}

.flip span {
    font-weight: 800;
    display: flex;
    flex-wrap: wrap;
    width: 99%;
    height:20px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    position: absolute;
    top: -20px;
    justify-content: center;
}


.flip span {
    animation: glow 14s ease-in-out infinite alternate;
}
@keyframes glow {
    from {
        color: #2951A2;
    }
    to {
        color: #008d93;
    }
}

#flipper.flip span{
    width:auto;
    flex-wrap: unset;
    font-weight: 500;
    white-space: nowrap;
}

.flip span.set {
    top: 0;
    opacity: 1;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    text-align: center;
}
.flip span.down {
    top: 40px;
    opacity: 0;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    text-align: center;
}
.flip h2{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 45px;
}

.hide{
    display: none;
}
.circle-animate{
    left: 22%;
    bottom: 30%;
    top: auto;
}
.display-none{
    display:none;
    visibility:hidden
}
.mt-rem{
    margin-top: 1rem;
}
.video-player.video{
    padding:10px;
    width: 100%;
}
#all_products_video{
    padding:0px;
    border-radius: 20px;
    width: 100%;
}
.z-1{
    z-index: 1;
}
.transcript-img{
    width: 210px;
    position: absolute;
    height: auto;
    top: 25px;
    left: 70px;
    z-index: 10;
}
.gsap-marker-scroller-end, .gsap-marker-scroller-start, .gsap-marker-start, .gsap-marker-end{
    display: none !important;
}
.cta__area .cta__inner {
    border-radius: 150px;
    font-size: 40px;
}
.price-dollar, .price-pound, .price-euro, .price-inr{
    display: none;
}
.dollar .price-dollar, .euro .price-euro, .pound .price-pound, .inr .price-inr{
    display: inline-block;
}
.next i, .prev i{
    font-size: 30px;
    font-weight: 400;
    margin: 0 20px;
    cursor: pointer;
    opacity: 0.6;
    /*visibility: hidden;*/
}
.next:hover i, .prev:hover i{
    opacity: 1;
}
/*.hero__content:hover .next i, .hero__content:hover .prev i{
    visibility: visible;
}*/
.banner-section-center{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    position: relative;
    margin-top: 0;
}
.prev, .next{
    width:120px;
}
.prev i{
    opacity: 0;
}
.contact__wrapper{
    padding: 50px;
}
.contact__form{
    background: #fff;
}
.contact__form input, .contact__form textarea{
    margin-bottom: 0;
}
.contact__form .form_block{
    margin-bottom: 25px;
}
label.error{
    text-align: left;
    width: 100%;
}
.loader{
    margin-right:6px;
}
.success {
    display: none;
    height: 370px;
    padding: 140px 0;
    text-align: center;
}
.success-content h2{
    margin-bottom: 0;
    border: 2px dashed #ddd;
    padding: 20px;
    border-radius: 10px;
    color: #60A327;
    display: inline-block;
}
.contact__form{
    padding: 30px;
    box-shadow: 0px 2px 12px #00000040;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.contact__form .form-sec{
    width:100%;
}
#offer_popup .modal-body{
    padding: 0;
}
.popup-close{
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 100;
    color: #fff;
    opacity: 1;
}
.qk-section-content h2.section__title, h2.section__title:not(.features__thumb .section__title){
    color: #2750a3;
}



@media (max-width:1399px){
    .flip{
        top:4px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .support__item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1024px){
    .hero__height {
        padding-top: 60px;
    }

}

@media(min-width:769px){
    .all-work-btn-mt{
        margin-top:-200px;
    }
    .qk-section-content h2.section__title, h2.section__title:not(.features__thumb .section__title){
        font-size: 56px;
        color: #2750a3;
    }
}

@media (min-width:992px){
    .banner-title-1{
        font-size: 42px;
    }
    .banner-title-2 {
        font-size: 56px;
    }
    .cstm-name{
        max-width:960px;
        margin:0 auto;
    }
}


@media (max-width:1199px){
    .flip{
        display: block;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .transcript-img{
        width: 170px;
        top: 20px;
        left: 60px;
    }
}

@media (max-width:1024px){
    .hero__height {
        min-height: 650px;
        align-items: center !important;
    }

    .home .hero__content .banner-title-bottom {
        display: none;
    }

}

@media (min-width:850px) and (max-width:991px){
    .transcript-img {
        width: 150px;
        top: 10px;
        left: 50px;
    }
}

@media (min-width: 568px) and (max-width:1199px){
    .flip{
        margin-bottom: 24px;
    }
}

@media (min-width: 496px) and (max-width:768px){
    .flip{
        min-height: 65px;
    }
}

@media (max-width:779px){
    .flip{
        top:3px;
    }
    .mob-pt-hero {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
    .cta__area .cta__inner{
        border-radius: 20px;
    }
    .prev, .next{
        width:70px;
    }
    .hero__content .banner-section-center .w-btn{
        margin-top: 10px;
    }
}

@media (min-width:650px) and (max-width:849px){
    .transcript-img {
        width: 135px;
        top: 10px;
        left: 30px;
    }
}

@media (max-width: 768px){
    .home .hero__height {
        min-height: 580px;
    }
    .flip{
        min-height: 100px;
    }
    .hero__content .banner-section-center .w-btn{
        padding: 0 35px;
        min-width: 240px;
        margin-left: 0;
    }
    .client-carousel .owl-dots{
        display: none !important;
    }
    .testimonial-bg-clr{
        padding-top: 90px;
    }
    .schedule-item-7, .schedule-item-6{
        z-index: 3 !important;
    }
    .scheduler-mid-img{
        margin-top: 10px;
        z-index: 2;
    }
    .qk-unlimited__room{
        --room-translate: calc(var(--w-custom) / 3.8);
        top: 55%;
    }
    .qk-design-content-left img, .qk-design-content-right img{
        width:100%;
    }
    .sidebar__menu{
        margin-right:12px;
    }
}

@media (min-width:480px) and (max-width:649px){
    .transcript-img {
        width: 100px;
        top: 10px;
        left: 30px;
    }
}
@media (min-width:420px) and (max-width:480px){
    .transcript-img {
        width: 80px;
        top: 5px;
        left: 30px;
    }
}

@media (min-width:330px) and (max-width:420px){
    .transcript-img {
        width: 70px;
        top: 5px;
        left: 25px;
    }
    .flip{
        min-height: 100px;
    }
    .qk-section--automatic .qk-section-design .circles{
        --w-custom: 280px;
        --h-custom: 280px;
        width: calc(var(--w-custom) + 16px);
        height: calc(var(--w-custom) + 18px);
    }
    .qk-section--unlimited .qk-section-design .circles{
        --w-custom: 300px;
        --h-custom: 300px;
        width: var(--w-custom);
        height: var(--h-custom);
    }
}

@media (max-width:330px){
    .transcript-img {
        width: 70px;
        top: 0px;
        left: 20px;

    }
}

@media (max-width:560px){
    .flip{
        display: block;
        width: 100%;
    }
    .modal{
        z-index: 1050000;
        padding-right:0 !important;
        width: 100%;
    }
}