/* Responsive */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
}
/* Responsive */

@media only screen and (max-width: 1450px) {
   
}/*  (max-width: 1450px) */

@media only screen and (max-width: 1260px) {

} /*  (max-width: 1260px) */

@media only screen and (max-width: 1199px) {

    /* Menu CSS  */

    nav.navContainer {
        padding: 10px 20px;
        position: relative;
        z-index: 1;
    }
    
    .dmenuTriger {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        transition: .3s ease all;
        border: 0;
        padding: 0;
        background: transparent;
        outline: none;
        box-shadow: none;
        margin-left: auto;
    }
    
    img.menuClose {
        display: none;
    }
    
    img.menuOpen {
        display: block;
        filter: invert(1);
    }
    
    header.headerArea .container {
        padding: 0;
    }
    
    body.menuActive nav.navContainer {
        background: #fff;
    }
    
    body.menuActive img.menuClose {
        display: block;
    }
    
    body.menuActive img.menuOpen {
        display: none;
    }
    
    a.navBrand {
        width: 137px;
    }

    .mainMenuContiner {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        max-height: 100vh;
        overflow: hidden auto;
        display: block;
        background: #fff;
        padding: 70px 20px 30px 20px;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease all;
        display: none;
    }

    .menuActive .mainMenuContiner {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    ul.mainMenuContainer {
        flex-direction: column;
        gap: 0;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
    
    ul.mainMenuContainer>li {
        width: 100%;
        padding: 0;
    }
    
    ul.mainMenuContainer>li a.loginLink {
        display: inline-block;
    }
    
    ul.mainMenuContainer>li>a svg {
        margin-left: auto;
        width: 24px;
        height: 24px;
        transition: .3s ease all;
    }
    
    ul.mainMenuContainer>li>a {
        color: #041200;
        font-weight: 600;
        padding: 9px 0;
    }
    
    ul.mainMenuContainer .dopdown_menuWrao {
        display: none;
        opacity: 1;
        visibility: visible;
        position: unset;
        margin: 0 !important;
        width: 100% !important;
        transform: unset;
        box-shadow: none;
        padding: 10px;
    }
    
    ul.tow_col_mediaLinks {
        grid-template-columns: repeat(1, 1fr);
    }
    
    ul.tow_col_mediaLinks li a p {
        display: none;
    }
    
    ul.tow_col_mediaLinks li a {
        padding: 10px;
    }
    
    ul.iconLinks li a {
        padding: 10px;
    }
    
    .dopdown_menuWrao.threecolDrop .row>div {
        width: 100%;
        padding: 10px 10px;
    }
    
    a.caseLinks {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding: 0 0 0 10px;
    }
    
    .caseFeature {
        margin: 0;
        width: 130px;
        border-radius: 8px;
    }
    
    .caseFeature img {
        height: 80px;
    }
    
    span.caseTag {
        font-size: 10px;
        left: 5px;
        top: 6px;
        padding: 5px 6px;
    }
    
    .feapostImg {
        width: 130px;
    }
    
    .feapostImg img {
        border-radius: 8px;
    }
    
    li.featureItem {
        padding: 0 0 0 10px;
    }

    a.menuLabel.active svg.menuDropIcon {
        transform: rotate(-180deg);
    }

    nav.navContainer::after {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        background: #fff;
        opacity: 0;
    }

    .menuActive nav.navContainer::after {
        opacity: 1;
    }


    /* All Res  */

    .heroContent h1 {
        font-size: 64px;
    }
    
    .heroContent {
        max-width: 600px;
    }
    
    p.smallText {
        max-width: 370px;
        margin: 10px auto 0 auto;
    }
    
    .heroSliderBox {
        padding: 40px 0;
        margin-top: 50px;
        max-width: 700px;
    }
    
    .heroSliderBox h3 {
        margin-bottom: 50px;
    }
    
    .owl-carousel .owl-item img.brandImte {
        height: 47px;
    }
    
    .platfromItem .row>div {
        width: 100%;
    }
    
    .platfromList {
        gap: 120px;
    }
    
    .platfromItem .row {
        flex-wrap: wrap;
        gap: 50px;
    }
    
    .platfromItem:nth-child(odd) .row {
        flex-direction: column-reverse;
    }
    
    img.platImg {
        max-width: 700px;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    
    .platCont h2 {
        max-width: 100%;
    }
    
    .howCont .row {
        gap: 40px;
    }
    
    h2.sectionTitle {
        text-align: left;
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }
    
    .quotCont>div {
        width: 100%;
    }
    
    img.quotAuthoer {
        display: none;
    }
    
    .nativeIcons {
        max-width: 600px;
        gap: 20px 40px;
    }
    
    img.gdprIcon {
        width: 150px;
    }
    
    .signupCont h2,
    .privacyGdpr h2 {
        font-size: 36px;
    }
    
    .privacyGdpr p {
        font-size: 24px;
    }
    
    footer.footerArea .container {
        max-width: 850px;
    }
    
    .col-20.footerInfoCol {
        width: 100%;
    }
    
    footer.footerArea .container .row {
        gap: 40px 0px;
    }
    
    .col-20 {
        width: 25%;
    }

} /*  (max-width: 1199px) */

@media only screen and (max-width: 1199px) {
    
} /* (max-width: 1199px) */

@media only screen and (min-width: 768px) and (max-width: 991px) {

} /*  (min-width: 768px) and (max-width: 991px) */

@media only screen and (max-width: 991px) {


}/*and (max-width: 991px)*/
    
@media only screen and (min-width: 426px) and (max-width: 767px) {
   
} /* (min-width: 426px) and (max-width: 767px) */
      
@media only screen and (max-width: 767px) {

    .heroContent {
        max-width: 100%;
    }
    
    .heroContent h1 {
        text-align: left;
        font-size: 40px;
        padding: 18px 0;
    }
    
    .heroContent h3 {
        font-size: 16px;
        text-align: left;
    }
    
    a.whiteBtn, a.greenBtn {
        width: 100%;
    }
    
    p.smallText {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    
    .heroSliderBox {
        padding: 20px 0px;
        margin-top: 30px;
    }
    
    .heroSlider.owl-carousel.owl-loaded.owl-drag {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .platfromContainer {
        padding: 30px 0 40px;
    }
    
    .howArea h2.sectionTitle,
    h2.sectionTitle {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .platCont h2 {
        font-size: 24px;
    }
    
    .platfromList {
        gap: 40px;
    }
    
    .howArea {
        padding: 50px 0 60px 0;
    }
    
    
    a.howItem {
        height: 335px;
    }
    
    .improveContainer {
        padding: 40px 0;
    }
    
    .improveImtem h2 {
        font-size: 24px;
    }
    
    .improveImtem {
        gap: 16px;
    }
    
    .quoteMessage {
        padding: 40px 16px;
    }
    
    .quotCont h3 {
        font-size: 24px;
    }
    
    img.quoteIcon {
        width: 60px;
        margin-left: -20px;
    }
    
    .nativeConnect {
        padding: 40px 0;
    }
    
    .nativeIcons {
        max-width: 380px;
        gap: 20px;
        margin-top: -10px;
    }
    
    .privacyGdpr {
        flex-direction: column;
        padding: 35px 15px;
    }
    
    .privacyGdpr h2 {
        font-size: 32px;
    }
    
    .signupCont a.greenBtn, .signupCont a.whiteBtn {
        width: auto;
        font-size: 14px;
        padding: 10px 20px;
    }
    
    .col-20 {
        width: 50% !important;
    }
    
    .signUpArea {
        padding: 80px 0;
    }
    
    .signupCont h2 {
        font-size: 22px;
    }
    
    .col-20.footerInfoCol {
        width: 100% !important;
    }

}/* and (max-width: 767px) */
       
@media only screen and (max-width: 575px) {

} /* (max-width: 575px) */
    
@media only screen and (min-width: 320px) and (max-width: 425px) {
	
}     /*  (min-width: 320px) and (max-width: 425px) */

@media only screen and (max-width: 480px) {

} /* (max-width: 480px) */
      
@media only screen and (max-width: 360px) {

} /* (max-width: 360px)  */
   