@media (max-width:1500px) {
    .page-nav-caption.height-title {
        /* height: calc(100vh - 120px); */
        height: auto !important;
        padding-top: 0px;
    }

    .audio-icon {
        bottom: 32%;
    }

    .socials-wrap {
        margin-right: 2rem;
    }

    .chatbot-view {
        width: 25%;
    }


}



@media (max-width:1700px) {
    .chatbot-view {
        width: 22%;
    }

    .chatscreen {
        width: 100%;
        height: 630px;
    }

    .icon {
        height: 250px;
        width: 400px;
    }

    .page-nav-caption.height-title {
        padding-top: 0px;
    }

    .chatbot-view {
        right: 5.5%;
    }

    .trumpet-icon .img1 {
        left: 2%;
    }

    .trumpet-icon .img5 {
        right: 5%;
    }

    .trumpet-icon .img4 {
        left: 2%;
    }

    .trumpet-icon .img2 {
        right: 5%;
    }
}

@media (max-width:1500px) {

    .chatbot-view {
        width: 25%;
        right: 6%;
    }

    .trumpet-icon .img1 {
        left: 0%;
    }

    .trumpet-icon .img5 {
        right: 2%;
    }


}




@media (min-width:1480px) and (max-width:1550px) {
    .icon {
        height: 150px;
        width: 240px;
    }

    .panel h4 {
        font-size: calc(1rem + 1vw);
    }

    .audio-icon {
        bottom: 32%;
    }

    .chatbot-view {
        width: 23%;
        right: 6%;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .brand-logo {
        width: 20% !important;
        margin-top: 2rem;
    }
}

@media (max-width:1400px) {
    .faq-container {
        width: 90% !important;
    }

    header {
        padding: 2px 0px !important;
    }

    .wed-img {
        width: 70%;
    }

    .brand-logo {
        width: 20% !important;
    }

    .panels-container>.panel p {
        font-size: 14px;
        line-height: 22px;
    }

    .chatbot-view {
        width: 28%;
        right: 6.5%;
    }

    .chatscreen {
        width: 100%;
        height: 580px;
    }

    .audio-icon {
        bottom: 32%;
    }

    .icon {
        height: 200px;
        width: 330px;
    }

    .trumpet-icon .img5 {
        right: 0%;
    }
}

@media (max-width:1300px) {
    .chatbot-view {
        width: 30%;
        right: 7%;
    }
}




@media (min-width:1300px) and (max-width:1399px) {
    .panels-container>.panel p {
        width: 90%;
        margin-bottom: 0rem;
    }
}

@media all and (min-width: 1025px) {

    .classic-menu nav {
        position: relative;
        width: auto;
        top: 0px;
        -webkit-transition: all 0.2s ease-in-out 0.5s;
        transition: all 0.2s ease-in-out 0.5s;
        display: block;
        float: right;
        height: 60px;
        margin: 10px 0;
        background-color: transparent !important;
        opacity: 1 !important;
    }

    .classic-menu .flexnav {
        display: block;
        float: right;
        position: relative;
        width: auto;
        max-height: 60px;
    }

    .classic-menu .flexnav li ul {
        min-width: 180px;
    }

    .classic-menu .flexnav .touch-button {
        background: transparent none repeat scroll 0 0;
    }

    .flexnav .touch-button .navicon {
        display: none;
    }

    .classic-menu .flexnav li {
        background: transparent none repeat scroll 0 0;
        padding: 0 30px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .classic-menu .menu-timeline {
        opacity: 1 !important;
        -webkit-transition: translateY(0px) !important;
        transform: translateY(0px) !important;
        pointer-events: initial;
    }

    .classic-menu .flexnav li:last-child {
        padding-right: 0px;
    }

    .classic-menu .before-span {
        opacity: 1 !important;
        -webkit-transition: translateY(0px) !important;
        transform: translateY(0px) !important;

    }

    .classic-menu .flexnav li a {
        background: transparent none repeat scroll 0 0;
        padding: 0;
        position: relative;
        border-left: medium none;
        color: #222;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        display: block;
        overflow: hidden;
    }

    .light-content .classic-menu .flexnav li a {
        color: #fff;
    }

    .light-content .classic-menu.white-header .flexnav li a {
        color: #222;
    }

    .classic-menu.white-header .flexnav li a {
        color: #fff;
    }

    .flexnav:hover li a {
        color: rgba(0, 0, 0, 0.4);
    }

    .light-content .classic-menu .flexnav:hover li a {
        color: rgba(255, 255, 255, 0.4);
    }

    .classic-menu.white-header .flexnav:hover li a {
        color: rgba(255, 255, 255, 0.4);
    }

    .light-content .classic-menu.white-header .flexnav:hover li a {
        color: rgba(0, 0, 0, 0.4);
    }

    .classic-menu .flexnav li:hover a {
        color: #222;
    }

    .light-content .classic-menu .flexnav li:hover a {
        color: #fff;
    }

    .classic-menu.white-header .flexnav li:hover a {
        color: #fff;
    }

    .light-content .classic-menu.white-header .flexnav li:hover a {
        color: #222;
    }

    .classic-menu .flexnav li a span {
        position: relative;
        display: block;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transform-origin: 100% 0%;
    }

    .classic-menu .flexnav li a span::before {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        content: attr(data-hover);
    }

    .classic-menu .flexnav li:hover a span {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transform-origin: 0% 0%;
    }

    .classic-menu .flexnav li a span:nth-child(2),
    .classic-menu .flexnav li a span:nth-child(3) {
        display: none;
    }

    .classic-menu .flexnav li ul li a {
        padding: 0 20px 20px;
        background-color: transparent;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        color: #fff !important;
        opacity: 0.6;
        -webkit-transition: all 0.05s ease-in-out;
        -moz-transition: all 0.05s ease-in-out;
        -o-transition: all 0.05s ease-in-out;
        -ms-transition: all 0.05s ease-in-out;
        transition: all 0.05s ease-in-out;
    }

    .classic-menu .flexnav li ul li a.link::before {
        display: none;
    }

    .classic-menu .flexnav li ul li a.active,
    .classic-menu .flexnav li ul li a:hover {
        opacity: 1;
    }

    .classic-menu .flexnav li>ul li {
        margin-left: 0;
        padding: 0;
        opacity: 1 !important;
        transform: none !important;
    }

    .classic-menu .flexnav li ul {
        -webkit-transform: translate3d(0px, 30px, 0px);
        transform: translate3d(0px, 30px, 0px);
        display: block !important;
        opacity: 0 !important;
        height: inherit !important;
        overflow: visible !important;
        visibility: hidden;
        left: 15px;
        top: 60px;
        padding-top: 20px;
        background: #e41818;
        border-radius: 3px;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
    }

    .classic-menu .flexnav li:last-child ul {
        left: auto;
        right: -10px;
    }

    .classic-menu .flexnav li ul ul {
        left: 5px !important;

    }

    .classic-menu .flexnav li ul:after {
        display: block;
        content: '';
        position: absolute;
        top: -6px;
        left: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 9px;
        border-color: transparent transparent #000;
    }

    .classic-menu .flexnav li:last-child ul:after {
        left: auto;
        right: 20px;
    }

    .classic-menu .flexnav ul li ul:after {
        display: block;
        content: '';
        position: absolute;
        top: 15px;
        left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 9px;
        border-color: transparent transparent #000;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .classic-menu .flexnav li ul li>ul,
    .classic-menu .flexnav li ul.open ul.open {
        top: -5px;
        z-index: 10;
    }

    .classic-menu .flexnav li:last-child ul li>ul,
    .classic-menu .flexnav li:last-child ul.open ul.open {
        margin-left: -100%;
        left: -5px !important;
        right: auto;
        top: 0;
    }

    .classic-menu .flexnav li:last-child ul li ul::after {
        right: -10px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .classic-menu .flexnav ul li ul li a {
        background: #e41818;
    }

    .classic-menu .flexnav ul li ul li ul li a {
        background: #e41818;
    }

    .classic-menu .flexnav li ul.flexnav-show {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        opacity: 1 !important;
        visibility: visible;
        -webkit-transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
        transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
    }

    .classic-menu .flexnav .touch-button {
        display: none;
    }


    /*-- Full Screen Menu --*/

    .fullscreen-menu .nav-height {
        overflow-y: scroll;
        position: relative;
        height: 100%;
        /* padding: 40px 0; */
        padding-right: 30px;
        width: calc(100% + 30px);
        box-sizing: border-box;
    }

    .fullscreen-menu nav {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        visibility: visible;
        pointer-events: none;
        opacity: 0;
        /* padding:20px 0; */
        background: #e41818 !important;
        /* background: linear-gradient(45deg, #e41818 30%, #ffb729) !important; */
    }

    .fullscreen-menu nav.open {
        visibility: visible;
        pointer-events: initial;
    }


    .fullscreen-menu .flexnav {
        /* max-height: 2000px; */
        max-height: 100%;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
        display: block;
        width: fit-content;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 0 0 auto;
        float: none;
        overflow: auto;
        float: right;
    }

    .fullscreen-menu .flexnav.flexnav-show {
        -webkit-transition: all .3s ease-out 0.2s;
        transition: all .3s ease-out 0.2s;
    }

    .fullscreen-menu .flexnav li {
        text-align: right;
        padding: 0;
        box-sizing: border-box;
        float: none;
    }

    .fullscreen-menu .menu-timeline {
        opacity: 0;
    }

    .fullscreen-menu .flexnav li ul li .touch-button {
        height: 32px;
    }

    .fullscreen-menu .flexnav:hover li ul li a.active,
    .fullscreen-menu .flexnav:hover li ul li:hover>a {
        opacity: 1;
    }

    .fullscreen-menu .flexnav .touch-button .navicon {
        display: none;
    }

    .fullscreen-menu .flexnav li.link {
        border-bottom: none;
    }

    .fullscreen-menu .flexnav>li>a {
        /* font-family: 'Six Caps', sans-serif;
		font-weight: 500;
		font-size: calc(1rem + 2vw);
		line-height: calc(1rem + 2vw);
		padding: 0 50px;
		-webkit-transition: all .1s ease-in-out 0s;
		transition: all .1s ease-in-out 0s;
		text-transform: capitalize;
		/* font-weight: 500; */
    }

    .fullscreen-menu .flexnav .touch-button {
        width: 100%;
        display: block;
        /* height: calc(1rem + 7.5vw); */
    }

    .fullscreen-menu .flexnav li a {
        color: #222;
    }

    .fullscreen-menu.invert-header .flexnav li a {
        color: #fff;
    }

    .fullscreen-menu .flexnav:hover li a,
    .fullscreen-menu .flexnav.hover li a {
        opacity: 1;
    }

    .fullscreen-menu .flexnav li:hover a,
    .fullscreen-menu .flexnav li a.active {
        opacity: 1;
        color: #FFB729;
    }

    .fullscreen-menu .flexnav:hover li ul li a {
        opacity: 1;
    }

    .fullscreen-menu .flexnav:hover li ul li a.active,
    .fullscreen-menu .flexnav:hover li ul li:hover>a {
        opacity: 1;
        color: #FFB729;
    }

    .fullscreen-menu .flexnav a.link::before {
        display: none;
    }

    .fullscreen-menu .flexnav li ul {
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
        left: 0;
    }

    .fullscreen-menu .flexnav li ul:after {
        display: none;
    }

    .fullscreen-menu .flexnav li ul li a {
        padding: 5px 50px;
        font-size: 20px;
        line-height: 32px;
        font-weight: 500;
        border-top: none;
        text-transform: none;
    }

    .uppercase-text .fullscreen-menu .flexnav li ul li a {
        text-transform: uppercase;
        line-height: 20px;
    }

    .fullscreen-menu .flexnav ul li ul li a {
        background: transparent;
    }

    .fullscreen-menu .flexnav li ul li>ul,
    .fullscreen-menu .flexnav li ul.open ul.open {
        margin-left: 0;
        top: 0;
    }

    .fullscreen-menu .menu-timeline {
        opacity: 1;
    }

    .fullscreen-menu .menu-timeline .before-span {
        opacity: 0;
        display: block;
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
        font-size: calc(1rem + 1vw);
    }

    .fullscreen-menu .flexnav li,
    .fullscreen-menu .flexnav li a {
        background-color: transparent;
        border: 0;
    }

    .fullscreen-menu .flexnav li a span {
        position: relative;
        display: block;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transform-origin: 100% 0%;
        overflow: hidden;
    }

    .fullscreen-menu .open .flexnav li a span {
        overflow: visible;
    }

    .fullscreen-menu .flexnav li a span::before {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        content: attr(data-hover);
    }

    .fullscreen-menu .flexnav li:hover a span {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transform-origin: 0% 0%;
    }

    .fullscreen-menu .flexnav li.hover a span {
        -webkit-transform: translateY(-100%) !important;
        transform: translateY(-100%) !important;
        transform-origin: 0% 0%;
    }

}

@media screen and (min-width: 360px) {
    .preloader__wrapper-counter {
        width: calc(1*(200*1px + (600 - 200)*(100vw - 360px)/ 1560))
    }
}

@media screen and (min-width: 1920px) {
    .preloader__wrapper-counter {
        width: calc(1*600*1px)
    }
}

@media (min-width:767px) and (max-width:1025px) {
    .journy-pdg {
        padding: 0 3rem;
    }
}

@media screen and (min-width: 360px) {
    .preloader__wrapper-counter {
        height: calc(1*(200*1px + (600 - 200)*(100vw - 360px)/ 1560))
    }
}

@media screen and (min-width: 1920px) {
    .preloader__wrapper-counter {
        height: calc(1*600*1px)
    }
}

@media only screen and (max-width: 1466px) {

    /* .contact-section {
		padding-top: 40vh;
	} */

    .row_padding_all {
        padding-left: 60px;
        padding-right: 60px;
    }

    .row_padding_left {
        padding-left: 60px;
    }

    .row_padding_right {
        padding-right: 60px;
    }

    .clipped-icon img {
        height: 200px;
        width: 200px;
    }

    .percentage-wrapper {
        width: 100%;
    }

    .percentage-intro {
        bottom: 70px;
    }

    .rudy-sec .icon {
        height: 280px;
        width: 400px;
    }

    #header-container {
        padding: 10px 60px;
    }

    .flexnav li {
        padding: 20px;
    }

    /* footer {
        height: 100px;
    } */

    #footer-container {
        padding: 0 60px;
        margin: 10px auto;
    }

    .socials-wrap:hover .socials-text {
        transform: translateY(20px) translateX(5px);
        -webkit-transform: translateY(20px) translateX(5px);
    }

    /* .panels-container > .panel {
		height: auto !important;
	} */

    .panels-container {
        height: 85vh !important;
        min-height: 85vh !important;
    }

    .clipped-image-content {
        width: 380px;
        text-align: center;
    }

    .circle {
        height: 800px;
        width: 800px;
    }

    .scrolling-element img {
        margin: auto;
        width: 80%;
    }

}

@media only screen and (max-width: 1300px) {
    .panels-container {
        height: 80vh !important;
        min-height: 80vh !important;
    }

    .icon {
        height: 160px;
        width: 250px;
    }

    .panel:after {
        content: '';
        position: absolute;
        bottom: -45px;
    }

    .scrolling-element img {
        width: 80%;
    }
}


@media only screen and (max-width: 1025px) {
    .photoswipe-gallery-caption {
        top: 10px;
        /* color: rgb(255, 255, 255); */
        font-size: 12px;
        padding: 2px 6px;
        left: 10px;
    }

    .vid-play i {
        font-size: 1rem;
        height: 50px;
        width: 50px;
    }

    .video-popup video {
        height: 100%;
        width: 100%;
    }

    .list-rotator li p {
        font-size: 16px;
    }

    .scrolling-element img {
        width: 100%;
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .cont-sec {
        margin-top: 3vh;
    }

    .fullscreen-menu .flexnav li:hover a,
    .fullscreen-menu .flexnav li a.active {
        opacity: 1;
        color: #FFB729;
    }

    .parallax-wrap {
        transform: none !important;
    }

    .parallax-element {
        transform: none !important;
    }

    .has-parallax figcaption {
        display: none;
    }

    .destroy {
        display: none;
    }

    .row_padding_left {
        padding-left: 0px;
    }

    .row_padding_right {
        padding-right: 0px;
    }

    .full.row_padding_left {
        padding-left: 40px;
    }

    .full.row_padding_right {
        padding-right: 40px;
    }

    .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 0px;
        padding-right: 0px;
    }

    .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 40px;
        padding-right: 40px;
    }

    .big-title {
        font-size: calc(1rem + 12vw);
        /* line-height: calc(1rem + 7.5vw); */
    }


    #magic-cursor {
        display: none;
    }

    /* .percentage-wrapper {
		width:12vw;
	} */

    .percentage-intro {
        bottom: 250px;
    }


    #header-container {
        padding: 10px 40px;
    }

    nav {
        height: 100vh;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        box-sizing: border-box;
        visibility: visible;
        pointer-events: none;
        opacity: 0;
        padding: 20px 0;
        background: #e41818 !important;
    }

    nav.open {
        visibility: visible;
        pointer-events: initial;
    }

    .nav-height {
        /* position: relative;
        height: 100%;
        padding: 100px 0;
        width: 100%;
        box-sizing: border-box;
        overflow-y: auto; */

        position: relative;
        height: 80%;
        padding: 100px 0;
        width: 100%;
        box-sizing: border-box;
        overflow-y: auto;
        top: 10%;
        padding-top: 0;
    }

    .flexnav {
        padding: 0 20px;
        max-height: 2000px;
        display: table;
        width: auto;
        margin: 0 auto;
        text-align: center;
        box-sizing: border-box;
        background: transparent;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
    }

    .flexnav.flexnav-show {
        -webkit-transition: all .3s ease-out 0.2s;
        transition: all .3s ease-out 0.2s;
    }

    .flexnav.opacity {
        opacity: 1;
    }

    .flexnav li {
        padding: 0;
        -webkit-transition: color .15s ease-out 0s;
        transition: color .15s ease-out 0s;
    }

    .flexnav:hover li {
        color: rgba(255, 255, 255, 0.4)
    }

    .flexnav li:hover {
        color: rgba(255, 255, 255, 1)
    }

    .flexnav li a,
    .flexnav li ul li a {
        background: transparent;
    }

    .flexnav li a {
        font-weight: 600;
        font-size: 4vw;
        line-height: 6vw;
        padding: 0;
        border: none;
        -webkit-transition: all .1s ease-in-out 0s;
        transition: all .1s ease-in-out 0s;
    }

    .flexnav>li>a {
        /* font-size: calc(1rem + 12vw);
		line-height: calc(1rem + 11.5vw); */
        font-family: 'Montserrat', sans-serif;
        text-transform: capitalize;
    }

    .socials.desktop1 {
        transform: unset;
        margin-left: 0;
    }

    .socials li:last-child {
        margin-left: unset;
    }

    .video-popup {
        max-height: 80% !important;
        height: auto;
        width: auto;
        max-width: 85% !important;
        position: relative;
        text-align: center;
    }


    .flexnav>li>.touch-button {
        width: 100%;
        height: calc(1rem + 3.5vw);
        display: block;
    }

    .flexnav li a {
        color: #000;
    }

    .invert-header .flexnav li a {
        color: #fff;
    }

    .flexnav:hover li a {
        opacity: 0.3;
    }

    .flexnav li:hover a,
    .flexnav li a.active {
        opacity: 1;
    }

    .flexnav .touch-button {
        width: 100%;
        display: block;
        height: 10vw;
    }

    .flexnav li ul {
        margin-bottom: 15px;
    }

    .flexnav li ul li a {
        padding: 3px 0;
        font-weight: 500;
        text-transform: none;
        font-size: 20px;
        line-height: 25px;
        border-top: none;
        opacity: 0.4;
        -webkit-text-stroke: none;
    }

    .uppercase-text .flexnav li ul li a {
        text-transform: uppercase;
    }

    .flexnav li ul li:hover a,
    .flexnav li ul li a.active {
        opacity: 1;
    }

    .flexnav:hover li ul li a {
        opacity: 0.3;
    }

    .flexnav:hover li ul li a.active,
    .flexnav:hover li ul li:hover>a {
        opacity: 1;
    }

    .flexnav ul li ul li a {
        background: transparent;
    }

    .flexnav li ul li ul li a {
        padding: 10px 40px;
    }

    .flexnav li ul li .touch-button {
        height: 30px;
    }

    .flexnav .touch-button .navicon {
        display: none;
    }

    #menu-burger span.touch-button {
        display: none;
    }

    .classic-menu .button-wrap.right.menu {
        display: block;
    }

    #footer-container {
        padding: 0 40px;
    }

    .copyright {
        text-align: center;
    }

    .socials-wrap {
        width: 240px;
        height: 40px;
        float: unset;
        margin: 0 auto;
        right: 0;
        margin-top: 1rem !important;
        transform: translateX(0px) translateY(20px) !important;
        -webkit-transform: translateX(0px) translateY(20px) !important;
    }

    .chatbot-view {
        width: 45%;
        right: 10.5%;
        bottom: 8%;
    }

    .socials-wrap:hover {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }

    .socials-icon,
    .socials-text {
        display: none;
    }

    .socials-wrap .socials {
        margin-top: 3px;
        text-align: center;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    .socials-wrap .socials li {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    .socials-wrap:hover .socials li {
        opacity: 1;
        transform: translateY(0px) !important;
        -webkit-transform: translateY(0px) !important;
    }

    .socials li {
        margin-right: 10px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        margin: 0 5px auto;
        display: inline-block;
        float: none;
    }

    .socials li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .hero-subtitle {
        letter-spacing: 40px;
    }

    .footer-middle {
        bottom: 50px;
        top: 40% !important;
    }

    footer {
        /* height: 150px; */
    }

    .clipped-icon {
        position: absolute;
        top: 70px;
        transform: translateX(-50%);
        left: 50%;
    }

}

@media only screen and (max-width: 992px) {
    .fixed-container {
        left: 28% !important;
    }

    .action-to-call,
    .call-icon {
        display: none !important;
    }

    #logo {
        grid-area: 1 / 2;
        margin: 0 auto;
    }

    #header-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    #header-container .button-wrap {
        grid-area: 1/3;
    }

    .mobile-video {
        display: block;
    }

    .desktop-video {
        display: none;
    }

    .clipped-image-content {
        padding: 50px 40px;
    }

    .audio-icon {
        bottom: 20%;
    }

    .cont-sec {
        margin-top: 0;
    }

    .client-logo {
        padding: 10vh 0 0vh;
        padding-bottom: 10vh;
    }

    .light-content .hero-title {
        -webkit-text-stroke: 2px;
        -webkit-text-stroke-color: rgb(13, 83, 109);
    }

    .one_fourth {
        width: 50% !important;
        margin-bottom: 1rem !important;
    }

    /* .contact-section {
		padding-top: 10vh;
	} */
    .vdo-sec {
        margin: 1vh 0vh;
    }

    .feature .one_fourth {
        margin-bottom: 30px !important;
        width: 50%;
    }

    .feature-txt {
        font-size: 18px;
        line-height: 22px;
    }

    .logo-sec1 .dark-section-container {
        height: 100vh;
    }

    .rdy-logo {
        width: 220px;
    }

    .m-box1 {
        display: none;
    }

}

@media only screen and (max-width: 767px) {
    #video {
        margin: 20px auto 0px;
        height: 340px !important;
    }

    .faq-container {
        padding: 0 7%;
    }

    .motion-box,
    .float-item {
        width: 50px !important;
    }

    .video-elem1 {
        top: 1% !important;
        left: 5% !important;
    }

    .video-elem5 {
        top: -2% !important;
    }

    .video-elem2 {
        top: 3% !important;
    }

    .video-elem8 {
        top: 21% !important;
        left: -3% !important;
        rotate: 35deg !important;
        width: 140px !important;
        height: 140px !important;
    }

    .video-elem7 {
        left: unset !important;
        top: 53% !important;
        right: 4% !important;
    }

    .video-elem3 {
        bottom: 12% !important;
        left: 0% !important;
    }

    .video-elem6 {
        bottom: 29%;
        left: 86%;
    }

    .banner-txt h1,
    .banner-txt h2 span {
        font-size: 60px;
    }

    .btn-glow {
        font-size: 8px !important;
        padding: 12px 40px 16px;
    }

    .btn-glow-wrap {
        top: -18px !important;
    }

    .banner-txt h2 {
        font-size: 34px;
    }

    .play-icon2 {
        bottom: -10px !important;
    }

    .close-video {
        right: 0px;
        top: 60px;
    }

    .videoFixed video {
        object-fit: contain;
        height: 100%;
        width: 100%;
    }

    .video-section,
    .img-section {
        margin-bottom: 1rem !important;
        margin: 0;
    }

    .videoFixed .video-container {
        margin-top: 0px;
    }

    .video-section img,
    .img-section img {
        margin-bottom: 0.5rem;
    }

    .mob-logo {
        display: block
    }

    .count-sec .one_third {
        margin-bottom: 0.5rem !important;
        width: 50% !important;
        padding: 1rem;
        margin: 0.5rem auto;
    }

    .count-sec .number-counter {
        font-size: calc(1rem + 10vw);
        line-height: calc(1rem + 8vw);
        letter-spacing: 2px;
        margin-bottom: 0.5rem;

    }

    .reach-sec {
        width: 100%;
        order: 2;
    }

    figcaption {
        background-color: rgb(13 84 109);
        bottom: 13px;
        font-size: 12px;
        padding: 5px 10px;
        right: 6px;
        border-radius: 0;
    }

    .text-aligh-right {
        text-align: left;
    }

    .one_half {
        width: 100% !important;
    }

    .one_half {
        padding-right: 0 !important;
    }

    .one_half.last {
        padding-left: 0 !important;
    }

    .one_third {
        width: 100% !important;
    }

    .one_fourth {
        width: 100% !important;
        padding: 1rem;
    }

    .one_fifth {
        width: 100% !important;
    }

    .one_sixth {
        width: 100% !important;
    }

    .two_fifth {
        width: 100% !important;
    }

    .two_fourth {
        width: 100% !important;
    }

    .two_third {
        width: 100% !important;
    }

    .three_fifth {
        width: 100% !important;
    }

    .three_fourth {
        width: 100% !important;
    }

    .four_fifth {
        width: 100% !important;
    }

    .five_sixth {
        width: 100% !important;
    }

    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth,
    .two_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    .one_sixth,
    .five_sixth {
        margin-bottom: 30px !important;
        margin-right: 0% !important;
    }

    .row_padding_top {
        padding-top: 10vw;
    }

    .row_padding_bottom {
        padding-bottom: 10vw;
    }

    .row_padding_left {
        padding-left: 0px;
    }

    .row_padding_right {
        padding-right: 0px;
    }

    .full.row_padding_left {
        padding-left: 30px;
    }

    .full.row_padding_right {
        padding-right: 30px;
    }

    .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 0px;
        padding-right: 0px;
    }

    .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 30px;
        padding-right: 30px;
    }

    .clip-effects {
        overflow: hidden;
        clip-path: inset(2% 5% round 30px);
    }

    hr {
        height: 20px;
    }

    .big-title {
        font-size: calc(1rem + 13vw);
        line-height: calc(1rem + 12.5vw);
    }

    .bigger {
        font-size: 16px;
        line-height: 30px;
    }

    /* .percentage-wrapper {
		width:16vw;
	} */

    .percentage-intro {
        bottom: 30px;
    }

    /* header {
		height: 80px;
	} */
    #logo img {
        height: 85px;
    }

    #header-container {
        padding: 0;
        margin: 0 auto;
    }

    /* #logo {
		left: 30px;
	} */

    .button-wrap.right.menu {
        right: 4px;
    }

    .button-wrap.right.menu.burger-lines {
        right: 0px;
    }

    header .button-text {
        display: none;
    }

    .flexnav>li>a {
        font-size: calc(1rem + 13vw);
        line-height: calc(1rem + 12.5vw);
    }

    .flexnav>li>.touch-button {
        height: calc(1rem + 12.5vw);
    }

    footer {
        height: 80px;
    }

    .footer-button-wrap {
        bottom: 80px;
    }

    #footer-container {
        height: 80px;
        padding: 0 30px;
        margin: 0;
    }

    #footer-container #backtotop.button-wrap.left {
        float: none;
        top: 5px;
        left: 0;
        right: 0;
        position: absolute;
        display: block;
    }

    #backtotop.button-wrap.left .button-text {
        text-align: left;
        float: left;
        display: none;
    }

    #backtotop.button-wrap.left .icon-wrap {
        float: none;
        position: absolute;
        right: auto;
        left: 0;
        margin: auto;
        top: 0px;
        transition: opacity 0.2s ease-out 0s;
    }

    #backtotop.button-wrap.left:hover .icon-wrap {
        opacity: 1;
    }

    .footer-middle {
        max-width: 1180px;
        height: 20px;
        position: relative;
        margin: 0 auto;
        left: 0;
        width: 100%;
        top: 0px;
        margin-bottom: 15px;
        order: 3;
    }

    .copyright {
        margin: 0 auto;
        left: auto;
        right: auto;
        top: 0;
        height: 20px;
        line-height: 20px;
    }

    footer.showcase-footer .arrows-wrap {
        right: auto;
        left: -30px;
        float: left;
        margin: auto;
    }

    .socials-wrap {
        width: auto;
        float: none;
        display: table;
        left: auto;
        right: auto;
        top: 40px;
        margin: 0 auto;
        height: 20px;
        line-height: 20px;
        transform: translateX(0px) translateY(0px) !important;
        -webkit-transform: translateX(0px) translateY(0px) !important;
    }

    .socials-wrap .socials {
        text-align: center;
        margin: 0 auto;
        height: 20px;
        line-height: 20px;
        display: table;
        width: auto;
    }

    .socials li,
    .socials li a {
        height: 20px;
        line-height: 20px;
        margin: 0 auto;
    }

    .zoom-wrapper-gallery li {
        width: 100%;
        max-width: 100%;

    }

    /* .zoom-wrapper-gallery li:nth-child(2),
    .zoom-wrapper-gallery li:nth-child(3) {
        display: none;
    } */

    .sub-sec {
        position: relative;
        height: 110px;
    }

    .sub-sec h5 {
        position: absolute;
        bottom: 0;
        left: 0;
        text-transform: uppercase;
        font-weight: 700;
        /* text-shadow: 3px 0 0px black; */
        text-align: center;
        font-size: calc(1rem + 0vw);
        color: #ffffff;
        margin-bottom: 0;
        z-index: 1;
        height: 30%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: end;
        background: linear-gradient(0deg, #000000bd, transparent);
        padding-bottom: 0.5rem;
    }

    .margue-padding {
        padding: 8vh 2vh;
        padding-bottom: 16vh;
    }

    .copyright .txt-white {
        font-size: 16px;
    }

    .mob-logo .logoslide1 {
        display: block;
    }

    .mob-logo .logoslide1 {
        background: white;
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
    }

    .mySwiper-client .swiper-wrapper,
    .mySwiper-client2 .swiper-wrapper {
        transition-timing-function: linear !important;
        margin-left: -6rem;
        align-items: end;
    }

    .brand-logo {
        width: 50% !important;
    }

    .df-btn {
        bottom: 80px !important;
        right: 20px !important;
    }

    .rdy-logo {
        width: 150px;
        margin-top: 10px;
    }

    .padg-rudy {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .what-log {
        width: 60%;
        margin-bottom: 1rem;
    }

    .trumpet-icon .img1 {
        top: 0%;
        left: 0%;
    }

    .trumpet-icon .img2 {
        right: 0%;
        top: 40%;
        width: 20%;
    }

    .trumpet-icon .img3 {
        left: 0%;
        bottom: -4%;
        width: 20%;
    }

    .trumpet-icon .img4 {
        top: 40%;
        left: 0%;
        width: 20%;
    }

    .trumpet-icon .img5 {
        right: -3%;
        top: 1%;
        width: 20%;
    }

    .rdy-link {
        font-size: 14px !important;
    }

    #what_is {
        text-align: center;
    }

    .rdy-logo {
        width: 25%;
    }

    .prcy-cont {
        font-size: 14px;
    }

    .anuja-space {
        padding-top: 0 !important;
    }


}


@media only screen and (max-width: 600px) {
    .banner-txt h2 span {
        font-size: 9vw !important;
    }

    .banner-txt h2 {
        padding: 0 2% !important;
    }

    .get-started-button {
        width: calc(60% - 65px) !important;
        font-size: 1.2em !important;
    }

    .timer-value {
        font-size: 1.1em !important;
    }

    .timer-label {
        font-size: 0.5em !important;
    }

    .tagline-txt2 {
        background-color: #0f4c81;
        margin: 0;
        padding: 30px 0 !important;
    }

    #banner {
        padding: 180px 0% 0% !important;
    }

    .video-popup video {
        height: 100%;
        width: 100%;
    }

    .hero-title {
        font-size: calc(1rem + 35vw);
        line-height: calc(1rem + 30vw);
    }

    /* .redu .next-hero-subtitle {
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
    } */
    .redu .next-hero-subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    .feature img {
        width: 100px;
    }

    .feature .one_fourth {
        margin-bottom: 30px !important;
    }

    /* .feature .one_fourth:last-child {
        margin-bottom: 0px !important;
    } */

    .zoom-wrapper-gallery {
        flex-wrap: wrap;
    }

    .start-thumbs-caption {
        height: 50vh;
    }

    .number-counter {
        font-size: calc(1rem + 15vw);
        line-height: calc(1rem + 14.5vw);
        letter-spacing: 7px;
    }

    .mobile-video {
        display: block;
    }

    .desktop-video {
        display: none;
    }

    .form-content,
    .msg-content {
        width: 100%;
        padding: 1rem !important;
    }

    .message-box {
        margin-top: 0px;
    }

    .circle {
        height: 500px;
        width: 500px;
    }

    .clipped-image-content {
        width: 100%;
        padding: 30px 15px;
        height: 220px;
        /* height: 350px */
        text-align: center;
    }

    .preloader__wrapper-image {
        width: 70%;
    }

    .preloader__image {
        width: 100%;
    }

    .preloader__image img,
    .preloader__image video {
        height: 100%;
        max-height: 66vh;
        width: 100%;
        display: block;
        object-fit: fill;
    }

    .nav-height .contact {
        display: none !important;
    }

    .contact-section .mt-5 {
        margin-top: 0 !important;
    }

    .percentage-intro {
        bottom: 100px;
        font-size: 20px;
    }

    .contact-section {
        padding-top: 5vh;
        padding-bottom: 80px;
    }

    .clipped-icon {
        top: 70px;
    }

    .clipped-icon img {
        height: 120px;
        width: 120px;
    }

    .hero-subtitle {
        letter-spacing: 15px;
    }

    .hero-footer-left.center {
        transform: none !important;
    }

    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth,
    .two_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    .one_sixth,
    .five_sixth {
        margin-bottom: 20px !important;
        margin-right: 0% !important;
    }

    .row_padding_top {
        padding-top: 20vw;
    }

    .row_padding_bottom {
        padding-bottom: 20vw;
    }

    .row_padding_left {
        padding-left: 0px;
    }

    .row_padding_right {
        padding-right: 0px;
    }

    .full.row_padding_left {
        padding-left: 10px;
    }

    .full.row_padding_right {
        padding-right: 10px;
    }

    .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 0px;
        padding-right: 0px;
    }

    .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 20px;
        padding-right: 20px;
    }

    hr {
        height: 10px;
    }

    .big-title {
        font-size: calc(1rem + 14vw);
        line-height: calc(1rem + 13.5vw);
    }

    /* .percentage-wrapper {
		width:20vw;
	} */

    /* #logo {
		left: 20px;
	} */

    .button-wrap.right.menu {
        right: -6px;
    }

    .button-wrap.right.menu.burger-lines {
        right: -10px;
    }

    .flexnav>li>a {
        font-size: calc(1rem + 6vw);
        line-height: calc(1rem + 8vw);
    }

    .flexnav>li>.touch-button {
        height: calc(1rem + 3.5vw);
    }

    #footer-container {
        padding: 0px;
        margin: 0;
        height: 200px;
        padding-bottom: 100px;
    }

    footer {
        height: 200px;
    }

    footer .socials-wrap {
        margin-top: 10px;
    }

    footer.showcase-footer #footer-container {
        padding: 0px 20px;
    }

    .arrows-wrap {
        left: -10px;
        width: 80px;
    }

    .prev-wrap,
    .next-wrap {
        width: 40px;
    }

    footer.showcase-footer .arrows-wrap {
        right: 0;
        left: 0;
        float: none;
        margin: auto;
    }

    footer.showcase-footer .arrows-wrap {
        width: 100%;
    }

    footer.showcase-footer .prev-wrap,
    footer.showcase-footer .next-wrap {
        width: 60px;
    }

    footer.showcase-footer .footer-middle {
        top: 0px;
    }

    footer.showcase-footer .showcase-subtitles-wrap {
        left: 0;
    }

    footer.showcase-footer .socials-wrap {
        display: none;
    }

    .button-text {
        display: none;
    }

    #main-page-content .button-text,
    #hero .button-text {
        display: block;
    }

    .loadbar {
        width: 350px !important;
        height: 350px;
    }

    /* .action-to-call {
        bottom: 0 !important;
        left: 0;
        right: 0;
        z-index: 1000;
        height: fit-content;
        width: 100%;
        background-color: rgb(13 84 109 / 74%);
        padding: 10px 0;
        text-align: center;
    } */

    /* .action-to-call>div {
        width: 95%;
        border-radius: 10px;
        margin: auto;
        color: #e41818;
    } */

    .action-to-call>div:after {
        /* display: none; */
    }

    /* .action-to-call .txt {
        display: inline-block;
        color: #e41818;
        padding: 0 16px;
        margin: 0;
    } */

    .whatsapp-icon {
        bottom: 90px;
        right: 20px;
    }

    #hero.has-image #hero-caption.align-start {
        align-items: flex-start;
    }

    .light-content .hero-title {
        margin-bottom: 80px;
    }
}

@media (max-width: 450px) {
    .timer-group {
        padding: 0px 0px !important;
    }

    .get-started-button span {
        font-size: 10px !important;
    }

    .timer-value {
        font-size: 0.8em !important;
    }

    .get-started-button {
        width: calc(43% - 65px) !important;
        font-size: 1.2em !important;
    }

    .timer-box {
        padding: 10px 8px !important;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {

    #rotate-device {
        display: block;
    }
}




@media (max-width:767px) {

    .panel-hdg {
        font-size: 1.3rem;
        margin-top: 1rem !important;
        line-height: 20px;
    }

    .logo-bg {
        padding: 1rem 1rem;
    }

    .logo-bg img {
        width: 90%;
    }

    .text-name.mt-5 {
        margin-top: 1rem !important;
    }

    /* .zoom-gallery {
        transform: unset !important;
    } */

    p.copyright {
        font-size: 14px;

    }

    .copyright {
        font-size: 12px;
        top: 50px !important;
    }

    .copyright a.link {
        font-size: 12px;
    }

    .center-logo {
        width: 80% !important;
        filter: drop-shadow(4px 1px 1px #000);
    }

    .invert-header .flexnav li a {
        color: #fff;
        letter-spacing: 1px;
    }

    .flexnav>li>a {
        font-size: calc(1rem + 1vw);
        line-height: calc(1rem + 3vw);
    }

    .nav-height {
        top: 28%;
    }


    .light-content li,
    .dark-section li {
        margin-bottom: 12px;
    }

    .clipped-image-content h1 {
        font-size: calc(2rem + 4vw);
        letter-spacing: 1px;
    }

    .clipped-image-content h1 {
        line-height: calc(1rem + 6vw);
    }

    .spread-img {
        width: 100%;
    }

    .list-rotator li h4 {
        margin: 0;
        color: #FFB729;
        font-size: calc(2rem + 4vw);
        letter-spacing: 2px;
    }

    /* .clipped-image-content {
		width: 190px;
	} */

    /* .video-popup {
        height: auto;
    } */
    .video-popup {
        height: 100%;
        width: 100%;
        max-width: 90% !important;
    }

    .video-popup video {
        height: auto;
    }
}


@media (max-width:1200px) {
    #banner {
        padding: 16% 0% 0%;
    }

    .fixed-container {
        scale: 0.7;
        bottom: 1% !important;
        left: 35% !important;
        transform: translate(-50%, -50%) !important;
    }

    .hrbdr {
        margin: 0rem auto 0;
    }

    .mySwiper-testimonial {
        max-width: unset;
        padding: 100px 60px;
        width: 90%;
        padding-bottom: 0;
    }

    .dot1 {
        margin-bottom: 4px;
    }

    .acting-banner {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .acting-banner img {
        height: 100%;
        object-fit: cover;
    }

    .acting-banner1 {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .acting-banner1 img {
        height: 100%;
        object-fit: cover;
    }

    .text-name p {
        font-size: 14px;
    }

    .text-name h5 {
        font-size: 1.3rem;
    }

    .tel-page {
        margin: 8vh 7vh;
        margin-bottom: 0;
    }

    .margue-padding {
        padding: 5vh 1.5vh;
        padding-bottom: 5vh;
    }

    .page-nav-caption.height-title {
        padding-top: 0px;
    }

    .audio-icon {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 18%;
    }
}

@media (max-width:767px) {

    .white-bg h2 {
        font-size: 26px;
    }

    .white-bg ul li {
        font-size: 16px;
    }

    .h-sm-80 {
        height: 80% !important;
    }

    .page-nav-caption.height-title {
        padding-top: 0px;
        opacity: 1 !important;
    }

    .dot1 {
        height: 8px;
        width: 8px;
        margin-bottom: 3px;
    }

    .mySwiper-testimonial .swiper-slide {
        padding: 45px 20px !important;
        padding-top: 0 !important;
        /* padding-bottom: 0 !important; */
        background: #fff;
        border-radius: 20px;
    }

    .mySwiper-testimonial {
        max-width: unset;
        padding: 40px 0px;
        padding: 0;
    }

    .video-sec video {
        width: 300px;
    }

    .video-sec {
        padding-bottom: 1rem;
        background: unset;
    }

    .video-sec div {
        position: relative;
        bottom: -60px;
    }

    .mySwiper-testimonial .swiper-wrapper {
        align-items: center;
    }

    .mySwiper-testimonial {
        margin-top: 1.5rem;
        background: #ffb729;
    }

    .tagline-txt22 {
        font-size: 0.8rem !important;
    }

    footer {
        z-index: 1 !important;
        padding-bottom: 316px !important;
    }

    /* .action-to-call {} */

    /* .call-icon {
        position: fixed;
        bottom: 160px;
    } */

    /* .call-icon {
        display: none;
    } */

    .action-to-call .call-icon {
        display: flex;
        height: 100% !important;
        /* outline: 2px dashed; */
        outline-offset: -5px;
    }

    /* .call-icon {
        position: initial;
        height: auto !important;
        width: 45% !important;
        margin: 0 auto !important;
    } */

    /* .action-to-call .txt {
        line-height: 1;
    } */

    /* .action-to-call>div {
        width: 95%!important;
        display: flex;
        height: 100%;
    } */

    /* .action-to-call {
        display: flex;
        align-items: center;
        justify-content: stretch;
        gap: 20px;
        bottom: 161px;
        right: 38px;
        flex-direction: column;
    } */

    /* .action-to-call .call-btn {
        font-size: 16px;
        color: #e41818;
        display: flex;
        font-weight: 500;
        align-items: center;
    } */

    .contact-section {
        padding-bottom: 0px;
    }

    .contact-section .pt-5 {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
        padding-left: 0;
    }

    .redu img {
        width: 70%;
    }

    .txt1 {
        font-size: 1.5rem;
    }

    .redu {
        padding: 0rem 0 3rem;
    }

    header {
        height: auto;
    }

    #logo img {
        height: 120px;
    }

    .clipped-image-content h1 {
        /* -webkit-text-stroke: 1px; */
        /* -webkit-text-stroke-color: #e41818; */
    }

    .button-border {
        height: 35px;
        line-height: 35px;
    }

    .button-border span {
        padding: 0 12px;
    }

    .button-border a {
        font-size: 16px;
    }

    /* .light-content a,
	.dark-section a,
	.white-header a {
		color: #FFB729;
		font-size: 16px;

	} */

    .parallax-bg {
        position: relative;
        background: unset;
    }

    .parallax-bg:after {
        top: 160%;
        font-size: 80px;
    }

    .clapat-button-wrap {
        height: 80px;
    }

    .number-counter {
        -webkit-text-stroke: 2px;
        -webkit-text-stroke-color: #e41818;
    }

    #hero #hero-caption .inner {
        justify-content: center;
    }

    .parallax-bg:before {
        content: '\201C';
        top: -10px;
        font-size: 80px;
    }

    input,
    textarea,
    select {

        font-size: 14px;
    }

    .acting-banner {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .acting-banner img {
        height: 100%;
        object-fit: cover;
    }

    .acting-banner1 {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .acting-banner1 img {
        height: 100%;
        object-fit: cover;
    }

    /* .spre-joy .big-title {
        font-size: calc(1rem + 11vw);
    } */
    .spre-joy .big-title.choose {
        font-size: calc(1rem + 2vw);
        /* font-size: calc(0.7rem + 1.5vw); */
        font-weight: 700;
        font-family: 'Montserrat';
        text-transform: capitalize;
        line-height: calc(1rem + 3.5vw);
    }

    .tagline-txt {
        color: #ffb629 !important;
        /* font-size: 1.3rem !important; */
        font-size: 1rem !important;
    }

    .spre-joy .big-title {
        line-height: calc(1rem + 6.5vw) !important;
        margin-bottom: 1rem;
    }

    p {
        font-size: 14px;
        /* font-size: 16px; */
        line-height: 22px;
    }

    .tel-page {
        margin: 12vh 4vh;
        margin-bottom: 0;
    }

    .audio-icon {
        left: 10px;
        justify-content: flex-start;
        bottom: 32%;
        /* top: 80%;
    }

    .clapat-button {
        margin-bottom: -15px;
    }

    .one_third {
        padding: 0.5rem;
    }

    #hero.has-image #hero-caption.align-start {
        align-items: end;
    }

    #hero.has-image #hero-caption {
        align-items: end;
        justify-content: center;
        /* height: 100vh; */
    }

    .thx-sub input {
        line-height: 1px;
    }

    #hero-footer {
        padding: 10px 20px;
        bottom: 50px;
    }

    /* #hero.has-image #hero-caption {
        height: 90vh
    } */
    .light-content .hero-title {
        margin-bottom: 120px;
    }

    nav .justify-content-end {
        justify-content: center !important;
    }

    .socials.mob-1 {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        text-align: center;
        display: flex;
        transform: unset;
        -webkit-transform: unset;
    }

    .socials.mob-1 li {
        margin: 0 10px;
    }

    .socials.mob-1 li a {
        font-size: 18px;
    }

    .socials.mob-1 li:last-child {
        margin-left: 10px;
    }

    .clipped-image {

        clip-path: unset !important;
    }

    /* .primary-font-title {
         display: none;
     } */

    .clipped-icon {
        display: none;
    }

    .text-name h5 {
        font-size: 1rem;
    }

    .text-name p {
        font-size: 12px;
    }

    .chatbot button {
        bottom: 150px;
        right: 15px;
    }

    .reach-sec {
        text-align: center;
    }

    .chatbot-view {
        width: 98%;
    }

    .chatbot-view {
        bottom: 11%;
        right: 1%;
    }

    .chatscreen {
        width: 100%;
        height: 560px;
    }

    .chatbot button {
        bottom: 80px;
        right: 20px;
    }

    .ser-card1 img {
        width: 35%;
        margin-bottom: 1rem;
    }

    .ser-card1 {
        text-align: center;
        padding: 10px;
        margin: 0.5rem 0;
    }

    .ser-card1 h5 {
        font-size: 1rem !important;
    }

    /* .call-btn .txt {
        font-size: 14px;
    } */

    .mfp-iframe-holder .mfp-content {
        height: 100%;
    }

    .format-icon {
        height: 60px;
    }

    .tab {
        width: 50%;
    }

    .card-text {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    .mfp-iframe-scaler video {
        width: 100% !important;
        height: auto !important;
    }


    .faq-bg {
        padding: 35px 0px 60px;
    }

    .pa-tp2 {
        padding: 35px 0;
    }

    .big-title {
        font-size: 26px !important;
    }

    .big-title22 {
        font-size: 13px !important;
    }

    .socials {
        margin: 35px auto 0px;
    }

    .txt-choose {
        font-size: 18px !important;
    }

    h2.big-title.pt-3.pb-lg-3.txt-choose.choose {
        color: #0f4c81 !important;
        padding: 0 !important;
    }

    #video {
        margin: 20px auto 0px;
        height: 240px !important;
    }

    .logoslide1 {
        padding: 35px 0 35px;
    }

    .tagline-txt2 {
        font-size: 3.7vw;
    }

    .faq-question span {
        font-size: 18px !important;
    }

    .tdmr {
        font-size: 10px !important;
        top: 10px !important;
        right: -18px !important;
    }

    .bk-tp {
        bottom: 285px !important;
        left: 10px !important;
    }

    header {
        padding: 10px 0px !important;
    }

    .banner-txt h1,
    .banner-txt h2 span {
        -webkit-text-stroke-width: 2px;
    }

    .banner-txt h2 {
        -webkit-text-stroke-width: 1px;
    }

    .banner-txt h1,
    .banner-txt h2 span {
        font-size: 40px;
    }

    .fixed-container {
        width: calc(100% - 0px) !important;
    }

    .separator {
        font-size: 24px !important;
        margin: 0px 2px !important;
    }

    .get-started-button {
        width: calc(57% - 65px) !important;
    }

    .timer-box {
        min-width: 28% !important;
    }

    .timer-group {
        width: 64% !important;
    }

    .banner-txt h2 {
        font-size: 24px;
    }

}

@media only screen and (max-width: 400px) {
    .timer-box {
        margin: 0 0px !important;
    }

    .timer-box {
        padding: 10px 0px !important;
        margin: 0 0px !important;
    }

    .get-started-button {
        font-size: 1em !important;
        padding: 12px 0px !important;
        margin-right: 10px;
    }

    .fixed-container {
        gap: 0px !important;
        width: calc(100% - 0px) !important;
        padding: 15px 0px !important;
    }
}

@media only screen and (max-width: 1025px) {
    .sec-bg .big-title {
        font-size: calc(1rem + 8vw);
        line-height: calc(1rem + 7.5vw);
    }

    .sec-bg .tagline-txt {
        color: #ffb629 !important;
        font-size: 1.5rem;
    }

    .wed-img {
        width: 100%;
    }

    .sec-bg {
        padding-bottom: 0;
    }

}