
.row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

/* .container-new{
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding: 0px 110px;
} */
[tabindex]:not([tabindex="-1"]):focus, a:focus, button:focus, input:focus, select:focus, textarea:focus{
    outline: none;
}
.is-menu-active{
    overflow: hidden;
}
body{
    background-color: #DAFBFF !important;
}
/*--------- home Banner start -------------*/
.hero-bg {
    display: block;
    background-image: url(../images/hero-bg.png);
    background-size: cover;
    background-position: right bottom; 
    width: 100%;
    background-repeat: no-repeat;
    padding-bottom: 180px;
    position: relative;
    z-index: 1;
}
.home-banner{
    /* background: #DAFBFF; */
    padding-bottom: 50px;
}
.home-banner-wrapper{
    display: flex;
}

.home-banner-text,.home-banner-image{
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
}
.home-banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner-image .video-wrap{
    height: 600px;
}
.home-banner-image video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: object-fit 0.3s ease;
}
.home-banner-image video:fullscreen{
    object-fit: contain;
}
.home-banner-text h1{
    color: #1B1857;
}

.home-banner-text p{
    font-weight: 400;
    color: #1B1857;
    margin-bottom: 25px;
}

.home-banner-text{
    margin-top: 105px;
}

.home-banner-image{
    padding-left: 100px;
}
.home-banner-text ul li a,.home-banner-text ol li a{
    color: #1B1857;
}
.home-banner-text ul li a:hover,.home-banner-text ol li a:hover{
    color: #2e278b;
}
.home-banner-text ol{
    text-indent: 5px;
}

.no-partners{
    font-size: 16px;
    color: #fff;
    background: #1B1857;
    width: 100%;
    padding: 20px;
}
/*--------- Home Banner End -------------*/

/*--------- Brand Logo start -------------*/
/* .brand-logo{
    background: #DAFBFF;
} */

.brand-logo-title{
    text-align: center;
    margin-bottom: 60px;
}
.brand-logo-title h2{
    color: #1B1857;
}
.brand-logo-carousel{
    position: relative;
}
.brand-logo-carousel:before, .brand-logo-carousel:after {
    content: "";
    width: 403px;
    height: 84px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.brand-logo-carousel:before{
    background: linear-gradient(270deg, rgba(218, 251, 255, 0.00) 51%, #DAFBFF 72%);
    left: 0px;
}

.brand-logo-carousel:after{
    background: linear-gradient(270deg, #DAFBFF 28%, rgba(218, 251, 255, 0.00) 49%);
    right: 0px;
}
.brand-logo-carousel .slick-slide {
    padding: 0 50px;
}
.brand-logo-item img {
    max-height: 70px;
    max-width: 250px;
    width: auto;
    margin: 0 auto;
}
/*--------- Brand Logo End -------------*/

.blue-bg{
    background: linear-gradient(360deg, #050129 0%, #1B1857 100%);
    margin-top: -150px;
    padding-top: 225px;
}

.blue-bg *{
    color: #fff;
}

/*--------- Why choose poq Start  -------------*/
/* .why-choose .container{
    width: 100%;
    max-width: 100%;
    padding: 0px 145px;
} */
.why-choose{
    padding-bottom: 130px;
}
.why-choose .title{
    text-align: center;
    margin-bottom: 65px;
}
.why-choose .title h2{
    margin-bottom: 35px;
    color: #DAFBFF;
}
.why-choose .title .text{
    max-width: 850px;
    margin: 0 auto;
}

.why-choose-box{
    position: relative;
    display: inline-flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    background-image: url(../images/why-choose-shape.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-bottom: 40px;
}
.why-choose-box .count,.why-choose-box .count-wrap{
    font-size: 50px;
    line-height: 1.45;
    font-style: normal;
    font-weight: 700;
    color: #1B1857;
}
.why-choose-box-item a{
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #DAFBFF;
    text-align: center;
    text-decoration: none;
}
.why-choose .row{
    justify-content: space-between;
}
.why-choose-box-item{
    padding: 0px 20px;
}
/*--------- Why choose poq End -------------*/

/*--------- Testimonial Start  -------------*/
.testimonial-wrapper{
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
    padding-bottom: 90px;
}
.testimonial-image{
    width: 290px;
    flex-shrink: 0;
    position: relative;
}
.testimonial-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
}

.testimonial-text{
    width: 60%;
    background: #1B1857;
    border-radius: 0px 10px 10px 0px;
    padding: 43px 45px 54px 45px;
}
.testimonial-box{
    border-radius: 20px;
    display: flex;
    justify-content: center;
}
.testimonial-text h2{
    font-size: 30px;
    line-height: 39px;
}
.testimonial-text p{
    font-size: 20px;
    line-height: 1.45;
    margin: 10px 0px 0px 0px;
}
.testimonial-logo{
    width: 260px;
    height: 70px;
    margin-left: auto;
    margin-bottom: 15px;
}
.testimonial-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.testimonial-text .star{
    margin-bottom: 5px;
}
.testimonial-text .star img{
    width: 29px;
    height: 29px;
    object-fit: contain;
    margin-right: 5px;
}
.testimonial-text .star img:last-child{
    margin-right: 0px
}
.testimonial.no-image .testimonial-text{
    border-radius: 10px;
}
/*--------- Testimonial End  -------------*/


/*---------  Why Poq Start ---------*/
.why-poq{
    background: #050129;
    padding: 64px 0px 180px 0px;
    margin-bottom: 170px;
}
.why-poq .row{
    align-items: center;
    margin: 0px;
}
.why-poq .title{
    text-align: center;
    margin-bottom: 40px;
}

.why-poq .title h2{
    color: #fff;
}
.why-poq-left,.why-poq-right{
    width: 37%;
}
.why-poq-center{
    width: 26%;
}

.why-poq-box{
    border-radius: 10px;
    border: 3px solid #D0F5F5;
    background: #050129;
    padding: 22px 23px 20px 23px;
    flex: 1;
    max-width: 46.5%;
}
.why-poq-box .icon{
    width: 51px;
    height: 24px;
    flex-shrink: 0;
    margin-bottom: 10px;
}
.why-poq-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.why-poq-box h2{
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    color: #D0F5F5;
}

.why-poq-box p{
    color: #D0F5F5;
    font-weight: 700;
    margin: 0px;
}
.why-poq-top{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
    width: 100%;
    justify-content: center;
}

.why-poq-left{
    padding-right: 30px;
}
.why-poq-right{
    padding-left: 30px;
}

.why-poq-right .why-poq-box{
    border: 3px solid #1B1857;
    background: #1B1857;
}
.why-poq-right .why-poq-box h2,.why-poq-right .why-poq-box p{
    color: #fff;
}
.why-poq-right .why-poq-bottom{
    display: flex;
    justify-content: center;
}

.why-poq-text-image{
    border-radius: 10px;
    border: 3px solid #D0F5F5;
    background: #050129;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.why-poq-text .icon{
    width: 51px;
    height: 24px;
    flex-shrink: 0;
    margin-bottom: 10px;
}
.why-poq-text .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.why-poq-text h3{
    font-weight: 700;
    color: #D0F5F5;
    font-size: 45px;
    line-height: 40px;
}

.why-poq-text p{
    color: #D0F5F5;
    font-weight: 700;
    margin: 0px 0px 3px 0px;
}
.why-poq-text{
    padding: 22px 35px 22px 22px;
    width: 60%;
}
.why-poq-image-wrap{
    height: auto;
    width: 40%;
    flex-shrink: 0;
    position: relative;
}
.why-poq-image-wrap img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    right: 0px;
    border-radius: 0px 10px 10px 0px;
}

.request-demo-btn{
    text-align: center;
    margin-top: 40px;
}
.why-poq-text h2{
    font-weight: 700;
    color: #D0F5F5;
    font-size: 35px;
    line-height: 35px;
}

.m01,
.m08,
.g03,
.m18,
.m19,
.g01.is-scrolled:after{
    background-color: #DAFBFF !important;
}
/*---------  Why Poq End ---------*/

/*---- Unlock the power of Native App Start ----*/

.tab-box:not(:first-child){ display:none; }
.tab-menu{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.tab-menu ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: auto;
    flex-wrap: nowrap;
        width: 100%;
    padding: 0px;
    margin: 0px;

}
.tab-menu::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #d0f5f5;
    display: block;
    bottom: 0;
    border-radius: 5px;
    left: 0; 

}
.tab-menu ul li{
    list-style: none;
    text-align: center;
    height: auto;
    max-height: 220px;
    display: flex;
    flex-grow: 1;
    padding: 25px 50px 30px 50px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    transition: color 0.25s;
    color: #1B1857;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
}
.tab-menu ul li a{
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
    color: #1B1857;
    text-decoration: none;
    display: block;
    z-index: 2; /* Ensure the anchor text is clickable */
    position: relative;
    transition: 0.5s all ease;
}
.tab-menu ul li:hover {
    color: #1B1857;
    transition: color 0.25s;
  }
.tab-menu ul li.active {
    color: #1B1857;
    transition: color 0.25s;
}

.tab-menu ul li.active{
    font-weight: 700;
}
/* .tab-menu ul li a{
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
    color: #1B1857;
    text-decoration: none;
    padding: 20px 50px;
    display: block;
    border-bottom: 6px solid transparent;
    z-index: 1;
    position: relative;
    transition: 0.5s all ease;
    width: max-content;
} */

.tab-main-box{
    margin-top: 50px;
}
.tab-image{
    height: 100%;

}
.tab-image img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tab-left{
    width: 50%;
    padding: 0px 50px 0px 15px;
}
.tab-right{
    width: 50%;
    padding: 0px 15px 0px 50px;
}

.line {
    position: absolute;
    bottom: 0px;
    height: 5px;
    background-color: #1B1857;
    min-width: 30px;
    transition: all 0.5s ease-in-out;
    border-radius: 3px;
    z-index: 1;
} 
.native-tab .title{
    text-align: center;
    margin-bottom: 100px;
}
.native-tab .title h2{
    color: #1B1857;
}

.tab-details h3,.tab-title h2{
    color: #1B1857;
}
.tab-details p{
    font-size: 20px;
    color: #1B1857;
    margin: 5px 0px 20px 0px;
}

.tab-title {
    margin-bottom: 25px;
}
.native-tab{
    margin-bottom: 170px;
}
.tab-less .tab-menu ul{
    width: auto;
}
.tab-less .tab-menu{
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}
/*---- Unlock the power of Native App End ----*/


/*---- Customer Quote Start ----*/

.customer-slider-item{
    display: flex;
    background: #DAFBFF;
    height: 100%;
}
.customer-slider-image{
    width: 50%;
}
.customer-slider-image-mask{
    mask-image: url('../images/customer-mask.png');
    mask-repeat: no-repeat;
    mask-position: bottom;
    -webkit-mask-image: url('../images/customer-mask.png'); 
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: right bottom;
    height: 100%;

}
.customer-slider-image-mask img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}
.customer-slider-text{
    width: 50%;
    padding: 60px 130px 60px 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.customer-slider-text .logo{
    width: 165px;
    height: 70px;
    margin-bottom: 35px;
}
.customer-slider-text .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}


.customer-slider{
    position: relative;
}

.customer-slider .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 68px;
}
.slick-dots li {
    list-style: none;
    margin: 15px 0;
}
.slick-dots button {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: none;
    background-color: transparent;
    outline: 0;
    border: 2px solid #1B1857;
    font-size: 0px;
}
.slick-dots li.slick-active button{
    background-color:#1B1857;
}
.slick-dots li{
    display: flex;
}
.button-wrap .button--alt{
    background-color: #fff;
}
.customer-slider-text h3{
    color: #1B1857;
    margin-bottom: 30px;
}
.customer-slider-text p{
    margin: 0px;
    max-width: 350px;
    margin-bottom: 30px;
    color: #1B1857;
}
.customer-slider-text .button-wrap{
    display: flex;
    gap: 30px;
}
.customer-slider-text .button-wrap a {
    width: 200px;
    display: block;
}
.customer-quote.no-dots .slick-dots{
    display: none;
}
/*---- Customer Quote End ----*/


/*-------- Header Start -------*/
header.header-new .g01__primary ul{
    display: flex;
    list-style: none;
}
.pages-new, .pages-new header{
    background: #DAFBFF;
}

header.header-new.is-scrolled .g01__menu-wrapper{
    background: #DAFBFF;
}
header.header-new .g01__cta-wrap{
    margin: 0 0 0 100px;
}
header.header-new .g01__primary ul li a{
    font-size: 17px;
    font-weight: 700;
    color: #1B1857;
    text-decoration: none;
    z-index: 101;
}
header.header-new .g01__primary ul li a:hover{
    color:#2e278b;
}

header.header-new .g01__primary ul li {
    margin-right: 60px;
}

header.header-new .g01__primary ul li:last-child{
    margin-right: 0px;
}
header.header-new .is-scrolled .g01__container {
    height: 100px;
}
header.header-new .g01__logo{
    display: flex;
}
header.header-new .g01__menu-wrapper{
    background: #DAFBFF;
}


header.header-new .g01__primary ul li {
    position: relative;
}
header.header-new  .g01__cta-wrap a{
    color: #fff;
}
header.header-new .g01__primary ul li a {
    position: relative;
    display: inline-block;
    color: #1B1857;
    text-decoration: none;
    padding: 5px 0;
}

header.header-new .g01__primary ul li:hover a {
    color: #1B1857;
}

/* underline animation */
header.header-new .g01__primary ul > li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 3px;
    width: 0;
    background: #1B1857;
    transition: width 0.28s ease;
}
header.header-new .g01__primary ul  > li:hover::after {
    width: 100%;
}

/* submenu wrapper */
header.header-new .g01__primary ul li ul.sub-menu {
    position: absolute;
    top: 170%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 20px 40px;
    list-style: none;
    min-width: 220px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    z-index: 100;
    display: none;
    text-align: left;
}

/* show submenu */
header.header-new .g01__primary ul li:hover > ul.sub-menu {
    display: block;
}

/* arrow */
header.header-new .g01__primary ul li ul.sub-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    filter: drop-shadow(0 -2px 2px rgba(0,0,0,0.1));
}

/* hover buffer */
header.header-new .g01__primary ul li ul.sub-menu::after {
    content: "";
    position: absolute;
    top: -80px;   /* extends hover area above */
    left: 0;
    width: 100%;
    height: 80px;
    background: transparent;

}

/* submenu links */
header.header-new .g01__primary ul li ul.sub-menu li a {
    display: block;
    padding: 10px 0px;
    color: #1B1857;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease;
    font-weight: 500;
}

header.header-new .g01__primary ul li ul.sub-menu li a:hover{
    font-weight: 700;
    color:#091898;
}
header.header-new .g01__primary ul li ul.sub-menu li::after{
    display:none;
}

header.header-new .g01__primary ul li .sub-menu li {
    margin-right: 0;
}
.submenu-icon{
    display: none;
}  
header.header-new .g01__primary .mobile-link{
    display: none;
}
/*-------- Header End -------*/

.m02__block--video .video-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-height: 60vh;
    min-height: 300px;
    position: relative;
}
.m02__block--video .video-wrap video{
    width: 100%;
    height: 100%;
}
.m02__block--video .video-wrap video::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: transparent;
    z-index: 10;
    pointer-events: none;
  }
/* video::-webkit-media-controls {
    display: none !important;
} */
footer{
    margin-top: -1px;
}
.g03__social-item img {
    width: 25px;
}
.m02__block--video .video-wrap video{
    border: none;
  outline: none;
  background: transparent; 
}
/*------ Partners Start -------*/
.partners{
    padding: 120px 0px 140px 0px;
}

.partners .title{
    text-align: center;
    margin-bottom: 100px;
}
.partners h2{
    margin-bottom: 0px;
    color: #1B1857;
}
.partners-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.partners-item{
    padding: 21px 30px 30px 30px;
    box-shadow: 0px 0px 10px 3px #0000001A;
    background: #fff;
    position: relative;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
/* .partners-item:hover{
    background: #EEFDFF;
} */
.partners_hover:hover{
    background: #EEFDFF;
}
.partners-col{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.partner-tag{
    position: absolute;
    background: linear-gradient(180deg, #050129 0%, #1B1857 100%);
    color: #fff;
    padding: 12px 11px;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px 10px 0px 10px;
    max-width: 190px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-left: auto;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 0px;
}

.partner-logo{
    margin-bottom: 16px;
}
.partner-logo.no-logo{
    width: 150px;
    height: 77px;
}
.partner-logo img{
    object-fit: contain;
    display: inline-block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 150px;
    height: 70px;
}
.partners-item a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.partner-text h3{
    color: #1B1857;
    margin-bottom: 13px;
    line-height: normal;
    font-weight: 900;
}
.partner-text p{
    color: #1B1857;
    font-weight: 400;
    margin: 0px;
    line-height: normal;
    word-wrap: break-word;
}

.link-arrow{
    background: url(../images/partner-arrow.png);
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-top: 20px;
}
.hero-bg.no-brands .home-banner{
    padding-bottom: 0px;
}
.hero-bg.no-brands{
    padding-bottom: 100px;
}
/*------ Partners End -------*/

/* ----- brand trust ----- */
.brand-the-trust{
    padding-bottom: 154px;
}
.brand-tab-content .request-demo-btn a {
    color: #000;
}
.brand-tab-content .request-demo-btn a:focus {
    color: #fff;
}
.brand-tab-content .request-demo-btn a:hover {
    color: #fff;
}
.main-brand-poq {
    max-width: 1070px;
    margin: 0 auto;
    position: relative;
}
.brand-title h2 {
    font-size: 60px;
    line-height: 61.312px;
    font-weight: 700;
    padding-bottom: 25px;
}
.brand-title {
    text-align: center;
    padding-bottom: 37px;
    max-width: 760px;
    margin: 0 auto;
}
.brand-title p {
    margin: 0;
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 400;
}
.brand-tab-wrapper .nav-tabs {
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 46px;
    background: linear-gradient(270deg, rgba(131, 151, 153, 0) 0%, rgba(218, 251, 255, 0.05) 52%, rgba(174, 201, 204, 0) 100%);
    padding: 26px 21px;
    max-width: 802px;
    margin: 0 auto;
}
.brand-tab-wrapper {
    position: relative;
}
.brand-tab-wrapper span.left.scroller-btn:hover,
.brand-tab-wrapper .right:hover{
    opacity: 1;
}
.brand-tab-wrapper span.left.scroller-btn {
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 50px;
    height: 50px;
    background: #050129;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    transition: .5s;
    opacity: 0.3;
}
.brand-tab-wrapper .right {
    position: absolute;
    right: 85px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #050129;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    transition: .5s;
    opacity: 0.3;
}
.brand-tab-wrapper .nav-tabs li a {
    width: 85px;
    height: 85px;
    display: inline-block;
    transition: .5s ease-in-out;
}
.brand-tab-wrapper .nav-tabs li a:hover img{
    opacity: 1;
}
.brand-tab-wrapper .nav-tabs li.tab-active a img {
    opacity: 1;
}
.tab-video-block video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.brand-tab-wrapper .nav-tabs li {
    list-style-type: none;
}
.brand-tab-wrapper .nav-tabs li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    opacity: 0.3;
    transition: .5s ease-in-out;
}
.brand-tab-content {
    padding-top: 53px;
}
.brand-tab-content .brand-tab-panel {
    display: none;
}
.video-left-img {
    position: absolute;
    left: calc(100% - 110%);
    top: 20%;
}
.inner-video-panel {
    max-width: 744px;
    margin: 0 auto;
}
.video-left-img img {
    max-width: 200px;
}
.video-left-img img,
.video-right-img img{
    width: revert-layer;
    min-height: 411px;
    max-height: 411px;
}
.video-right-img {
    position: absolute;
    right: calc(100% - 110%);
    top: -8%;
}
.video-right-img img {
    max-width: 200px;
}
.video-right-img.large-width img {
    max-width: 257px;
}
.video-left-img.standard-width {
    left: calc(100% - 108%);
    margin-right: 50px;
}
.video-right-img.large-width {
    right: calc(100% - 113.5%);
    margin-left: 50px;
}
.video-right-img.standard-width {
    right: calc(100% - 108%);
    margin-left: 50px;
}
.brand-tab-content .brand-tab-panel{
    position: relative;
    z-index: 9;
}
.brand-tab-content .brand-tab-panel::before {
    content: "";
    display: block;
    background: #343995;
    border-radius: 1670px;
    position: absolute;
    top: 0px;
    width: 1252px;
    height: 430px;
    filter: blur(50px);
    z-index: -1;
    left: -70px;
}
.video-block-mobile-img {
    display: none;
}
/*------ brand trust End -------*/
/* ----- customer section ------ */
.our-customer {
    background: #050129;
    padding-bottom: 215px;
}
.our-customer-blocks {
    max-width: 950px;
    margin: 0 auto;
}
.customer-block {
    background: #fff;
    width: 169.5px;
    height: 169.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 69px 18px;
    border-radius: 7.5px;
}
.inner-customer-block {
    max-width: 779px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 33.75px;
}
.customer-title h2 {
    font-size: 80px;
    line-height: 81.75px;
    color: #D0F5F5;
    padding-bottom: 35px;
}
.customer-title h2 br {
    display: none;
}
.customer-title p {
    margin: 0;
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 400;
    color: #D0F5F5;
}
.customer-title {
    text-align: center;
    padding-bottom: 65px;
}
.inner-customer-block {
    max-width: 779.25px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 33.75px;
}
.our-customer-blocks .request-demo-btn {
    margin-top: 75px;
}
.our-customer-blocks .request-demo-btn a.button.button--white {
    padding: 18.5px 64px;
}
.main-inner-customer-block {
    position: relative;
    z-index: 9;
}
.main-inner-customer-block::before {
    content: "";
    display: block;
    width: 100%;
    height: 918px;
    background: linear-gradient(180deg, #050129 0%, #110E42 20%, #110E42 80%, #050129 100%);
    position: absolute;
    top: 30px;
    left: 0;
    z-index: -1;
}
.bg-mint {
    background: #DAFBFF;
}
.bg-white{
    background: #fff;
}
.bg-peach {
    background: #FFD8D1;
}
.bg-pink{
    background: #FFDCFC;
}
.bg-lime{
    background: #F2FFC4;
}
.m02__block--single{
    max-height: 60vh;
    min-height: 300px;
}
.share-links__item{
    background: transparent !important;
    width: 35px;
    height: 35px;
}
/* ----- customer section end ------ */
@media screen and (max-width: 1399px) {
    .g01:after{
        background-color: #DAFBFF;
    }
    .tab-menu ul li a{
        padding: 20px 60px;

    }
    header.header-new .g01__primary ul li {
        margin-right: 40px;
    }
}


@media screen and (max-width: 1200px) {
    header.header-new .is-scrolled .g01__container {
        height: 100px;
    }
     header.header-new .g01__primary ul{
        flex-direction: column;
        margin: 0px;
        padding-left: 25px;
    }
     header.header-new .g01__primary ul li {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    header.header-new .g01__cta-wrap {
        margin: 0 0 0 40px;
    }
    header.header-new .g01__container{
        height: 100px;
    }
    header.header-new .g01__buttons{
        z-index: 9;
        position: relative;
    }
    header.header-new .g01__menu-wrapper{
        z-index: 1;
    }
    header.header-new .g01__primary ul li a {
        justify-content: space-between;
        font-size: 20px;
        max-width: 130px;
        display: flex;
        align-items: center;
        padding: 0px;
    }
    header.header-new .g01__menu-wrapper{
        height: calc(100vh - 90px);
        top: 90px;
        border-radius: 10px 0 0 0px;
        padding-top: 25px;
        background: #fff !important;
        padding-bottom: 50px;
    }
    header.header-new .g01__primary ul > li::after{
        display: none;
    }
    header.header-new .g01__primary ul li.menu-item-has-children  > a::after {
        content: "";
        position: relative;
        background-image: url(../images/menu-rightarrow.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-left: 20px;
        margin-top: 0px;
        top: 0px;
        transition: all 0.3s ease;
    }
    header.header-new .g01__primary ul .sub-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #fff;
        padding: 20px;
        overflow-y: auto;
        transition: all 0.3s ease;
        z-index: 999;
    }
    header.header-new .g01__primary ul .sub-menu{
        transform: unset !important;
    }
    header.header-new .g01__primary ul .sub-menu{
        position: relative !important;
        left: 0px !important;
        box-shadow: unset !important;
        padding: 0px !important;
        transition: unset !important;
    }
    header.header-new .g01__primary ul .sub-menu.active {
        display: block !important;

    }
    .submenu-open .submenu-icon{
        display: block;
    }
    .submenu-open header.header-new .g01__primary ul li.active > a{
        opacity: 0;
        height: 0px;
        padding: 0px;
    }
    .submenu-icon{
        width: 25px;
        height: 25px;
        top: -2px;
        position: relative;
    }
    .submenu-icon img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .submenu-open .g01__hamburger{
        display: none;
    }
    .submenu-open header.header-new .g01__primary ul li.active ul li,.submenu-open header.header-new .g01__primary ul li.active{
        display: block;
    }
    .submenu-open header.header-new .g01__primary ul li{
        display: none;
    }

    header.header-new .g01__cta-wrap{
        display: none;
    }
    header.header-new .g01__primary ul li ul.sub-menu li a{
        padding: 0px;
    }
    header.header-new .g01__primary .mobile-link{
        display: block;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
    .brand-tab-wrapper .nav-tabs {
        max-width: 700px;
        gap: 25px;
        padding: 25px 29px;
    }
    .inner-video-panel {
        max-width: 700px;
        margin: 0 auto;
    }
    .video-left-img {
        left: calc(100% - 102%);
    }
    .video-right-img {
        right: calc(100% - 102%);
    }
    .brand-tab-wrapper .right {
        right: 100px;
    }
    .brand-tab-wrapper span.left.scroller-btn {
        left: 100px;
    }
    .video-right-img.large-width {
        right: calc(100% - 109%);
    }
    .video-left-img.standard-width {
        left: calc(100% - 104%);
    }
    .video-right-img.standard-width {
        right: calc(100% - 104%);
    }
}


@media screen and (max-width: 1199px) {
    .customer-slider-text{
        padding: 30px 100px 30px 50px;
    }

    .native-tab {
        margin-bottom: 100px;
    }
    .why-poq{
        margin-bottom: 100px;
        padding: 64px 0px 100px 0px;
    }
    .why-choose {
        padding-bottom: 100px;
    }
    .customer-slider-text .button-wrap{
        flex-direction: column;
        gap: 20px;

    }
    .customer-slider-text .button-wrap a{
        width: 100%;
    }
    .why-choose-box-item {
        margin-bottom: 50px;
    }
    .tab-menu ul li a{
        width: max-content;
        padding: 20px 40px;
    }
    .tab-menu ul{
        overflow-x: scroll;
        margin-right: -70px;
    }
    .customer-slider .slick-dots{
        right: 40px;
    }
    .brand-logo-item img {
        max-height: 60px;
        max-width: 200px;
    }
    .brand-logo-carousel:before, .brand-logo-carousel:after{
        width: 250px;
        height: 80px;
    }
    .home-banner-image {
        padding-left: 50px;
    }

    /*------ Partners Start -------*/
    .partners-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /*------ Partners End -------*/
    .m02__block--video .video-wrap{
        max-height: 50vh;
        min-height: 300px;
    }
}   

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .brand-tab-wrapper .nav-tabs {
        max-width: 650px;
        gap: 25px;
        padding: 25px 29px;
    }
    .inner-video-panel {
        max-width: 650px;
        margin: 0 auto;
    }
    .brand-tab-wrapper .nav-tabs li a {
        width: 80px;
        height: 80px;
    }
    .video-left-img {
        left: calc(100% - 105%);
    }
    .video-right-img {
        right: calc(100% - 105%);
    }
    .video-left-img img, .video-right-img img {
        min-height: 300px;
        max-height: 300px;
    }
    .video-left-img img, .video-right-img img {
        width: 100%;
        max-width: 150px;
    }
    .video-right-img.large-width img {
        max-width: 200px;
    }
    .video-right-img.large-width {
        right: calc(100% - 110%);
    }
    .video-left-img.standard-width {
        left: calc(100% - 105%);
    }
    .video-right-img.standard-width {
        right: calc(100% - 105%);
    }
}

@media only screen and (max-width: 991px) {
    .home-banner-text, .home-banner-image{
        width: 100%;
    }
    .home-banner-image {
        padding-left: 15px;
        margin-top: 30px;
    }
    .home-banner-text {
        margin-top: 50px;
    }
    .hero-bg{
        padding-bottom: 100px;
    }

    .brand-logo-item img{
        max-width: 150px;
    }
    .brand-logo-carousel:before, .brand-logo-carousel:after{
        width: 200px;
    }
    .why-choose-box-item{
        margin-bottom: 50px;
    }
    .blue-bg{
        margin-top: -150px;
    }
    .why-choose {
        padding-bottom: 50px;
    }
    .testimonial-wrapper{
        max-width: 100%;
        padding: 0px 15px;
    }
    .why-poq-left, .why-poq-right{
        width: 100%;
    }
    .why-poq-center {
        width: 100%;
    }
    .why-poq-left {
        padding-right: 0px;
    }
    .why-poq-image{
        text-align: center;
    }
    .why-poq-box{
        max-width: 50%;
    }
    .why-poq{
        padding: 64px 0px 70px 0px;
    }
    .why-poq-right {
        padding-left: 0px;
    }
    .tab-left {
        width: 100%;
        padding: 0px 15px 0px 15px;
        margin-bottom: 20px;
    }
    .tab-right {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }
    .tab-menu ul li{
        padding: 25px 50px 30px 50px;
    }
    .tab-menu{
        margin-right: -40px;
    }
    .tab-menu ul{
        overflow-x: scroll;
        margin-right: -40px;
        width: auto;
        padding-right: 40px;
    }
    .tab-menu ul::after{
        width: 100vw;
    }
    .customer-slider-item{
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .customer-slider-image,.customer-slider-text{
        width: 100%;
        height: 100%;
    }
    .customer-slider .slick-dots{
        top: 40%;
        transform: translateY(-40%);
        right: 40px;
    }
    .customer-slider-text {
        padding: 50px 100px 50px 40px;
    }
    .native-tab {
        margin-bottom: 80px;
    }
    .why-poq {
        margin-bottom: 80px;
    }
    .home-banner .button, .home-banner .gfield input[type=submit]{
        width: 100%;
        margin-right: 0px;
    }
    .line {
        display: none;
    }
    .tab-menu ul li.active::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        background: #1B1857;
        bottom: 0px;
        z-index: 1;
        border-radius: 5px;
    }

    /*------ Partners Start -------*/
    .partners {
        padding: 70px 0px 30px 0px;
    }
    .partners .title{
        margin-bottom: 50px;
    }
    .partners h2{
        font-size: 45px;
    }
    .partners-col{
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .partners-wrapper{
        margin-left: -15px;
        margin-right: -15px;
    }
    .partners-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .partner-logo img{
        width: 130px;
        height: 70px;
    }
    .partner-tag{
        max-width: 150px;
        font-size: 13px;
    }
    .partners-item {
        padding: 21px 20px 30px 20px;
    }
    .partner-logo {
        margin-bottom: 15px;
    }
    /*------ Partners End -------*/
}


@media only screen and (min-width: 768px) and (max-width: 991px){
    .brand-tab-wrapper span.left.scroller-btn {
        left: -30px;
    }
    .brand-tab-wrapper .right {
        right: -30px;
    }
    .customer-block {
        width: 100%;
    }
    .brand-tab-wrapper .nav-tabs {
        gap: 34px;
        max-width: 650px;
    }
    .brand-tab-wrapper .nav-tabs li a {
        width: 75px;
        height: 75px;
    }
    .video-left-img {
        left: calc(100% - 103%);
    }
    .video-left-img img {
        max-width: 120px;
    }
    .video-right-img {
        right: calc(100% - 103%);
    }
    .video-right-img img {
        max-width: 120px;
    }
    .video-left-img img, .video-right-img img {
        min-height: 250px;
        max-height: 250px;
    }
    .tab-video-block {
        max-width: 450px;
        margin: 0 auto;
    }
    .brand-the-trust {
        padding-bottom: 100px;
    }

    .inner-customer-block {
        grid-template-columns: repeat(3, 1fr);
        justify-items: center; /* adjusted */
    }
    .our-customer {
        padding-bottom: 100px;
    }
    .video-right-img.large-width img {
        max-width: 150px;
    }
    .video-right-img.large-width {
        right: calc(100% - 107%);
    }
    .video-left-img.standard-width {
        left: calc(100% - 102%);
    }
    .video-right-img.standard-width {
        right: calc(100% - 103%);
    }
    .video-left-img.standard-width {
        left: calc(100% - 103%);
    }
    .m02__block--video .video-wrap{
        max-height: 50vh;
        min-height: 300px;
    }
    .m02__block--video{
        width: 60%;
        margin: 0 auto;
        height: auto; 
    }
    .m02__block--single{
        max-height: 40vh;
        min-height: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .home-banner-text h1{
        font-size: 46px;
    }
    .home-banner-image {
        padding-left: 15px;
        margin-top: 20px;
    }
    .home-banner{
        padding-bottom: 40px;
    }
    .brand-logo-carousel:before, .brand-logo-carousel:after{
        display: none;
    }
    .brand-logo-carousel .slick-slide {
        padding: 0 25px;
    }
    .brand-logo-item img {
        max-width: 150px;
        height: 50px;
        object-fit: contain;
    }
    .brand-logo-title h2{
        font-size: 24px;
        line-height: 30px;
        max-width: 60%;
        margin: 0 auto;
    }
    .brand-logo-title{
        margin-bottom: 34px;
    }
    .hero-bg{
        background-image: url(../images/hero-bg-mobile.png);
        padding-bottom: 170px;
    }
    .why-choose .title h2{
        font-size: 46px;
        margin-bottom: 20px;
    }
    .why-choose .row {
        justify-content: center;
    }
    .why-choose-box-item{
        width: 100%;
        text-align: center;
    }
    .why-choose-box-item p{
        margin: 0px;
    }
    .why-choose-box-item {
        margin-bottom: 60px;
    }
    .why-choose-box{
        margin-bottom: 30px;
        width: 170px;
        height: 170px;
    }
    .why-choose-box-item a{
        font-size: 22px;
        line-height: 28px;
    }
    .testimonial-box{
        flex-direction: column;
    }
    .testimonial-text {
        width: 100%;
    }
    .testimonial-image {
        width: 100%;
        height: 250px;
    }   
    .testimonial-image img{
        position: relative;
        border-radius: 10px 10px 0px 0px;
    } 
    .testimonial-text{
        text-align: center;
        padding: 25px 25px 35px 25px;
        border-radius: 0px 0px 10px 10px;
    }
    .testimonial-text p {
        font-size: 18px;
    }
    .testimonial-logo {
        width: 216px;
        height: 53px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .why-poq {
        padding: 100px 0px 80px 0px;
    }
    .why-poq .title h2{
        font-size: 46px;
    }
    .why-poq .title{
        margin-bottom: 34px;
    }
    .why-poq-top{
        margin-bottom: 20px;
        gap: 20px;
    }
    .why-poq-box{
        padding: 16px 22px 16px 13px;
    }
    .why-poq-box .icon {
        width: 30px;
        height: 15px;
    }
    .why-poq-box p {
        font-size: 16px;
        line-height: 20px;
    }
    .why-poq-text h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .why-poq-text {
        padding: 13px 30px 17px 13px;
    }
    .request-demo-btn{
        margin-top: 30px;
    }
    .native-tab .title h2{
        font-size: 46px;
    }
    .native-tab .title{
        margin-bottom: 50px;
    }
    .tab-menu ul li{
        padding: 25px 50px 30px 50px;
        font-size: 20px;
    }
    .tab-main-box {
        margin-top: 40px;
    }
    .tab-title h2{
        font-size: 32px;
    }
    .tab-details h3{
        font-size: 18px;
    }
    .native-tab {
        margin-bottom: 58px;
    }
    .tab-left{
        margin-bottom: 30px;
    }
    .tab-left a{
        margin-top: 25px;
        width: 100%;
    }
    .customer-slider-text {
        padding: 40px 60px 50px 25px;
    }
    .customer-slider .slick-dots{
        right: 15px;
    }
    .slick-dots button{
        width: 10px;
        height: 10px;
        padding: 0px;
    }
    .customer-slider-text .logo {
        width: 120px;
        height: 60px;
        margin-bottom: 22px;
    }
    .customer-slider-text h3{
        font-size: 18px;
    }
    .customer-slider-image-mask{
        mask-image: url(../images/customer-mask-mobile.png);
        -webkit-mask-image: url(../images/customer-mask-mobile.png);
        -webkit-mask-position: initial;
        -webkit-mask-size: 100%;
        height: 200px;
    }

    /* header.header-new .g01__menu-wrapper{
        padding-top: 100px;
    } */
    header.header-new .g01__primary ul{
        padding-left: 15px;
    }
    header.header-new .g01__cta-wrap {
        margin: 0px 15px 0px 15px;
    }
    header.header-new .g01__cta-wrap a{
        width: 100%;
    }
    .home-banner-text {
        margin-top: 40px;
    }
    .tab-details p:last-child{
        margin: 5px 0px 0px 0px;
    }
    header.header-new .g01__logo{
        z-index: 9;
    }
    header.header-new .g01__menu-wrapper{
        max-width: 90%;
    }
    header.header-new.is-scrolled .g01__menu-wrapper {
        background: #DAFBFF;
    }

    /*------ Partners Start -------*/
    .partners {
        padding: 40px 0px 30px 0px;
    }
    .partners .title {
        margin-bottom: 40px;
    }
    .partners h2{
        font-size: 45px;
    }
    .partners-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .partners-wrapper{
        margin-left: -15px;
        margin-right: -15px;
    }

    .partner-tag{
        padding: 11px 9px;
        max-width: 130px;
        font-size: 13px;
        min-height: auto;
    }
    .partners-item {
        padding: 30px 20px 30px 20px;
    }
    .partner-logo{
        margin-bottom: 12px;
        height: 70px;
    }
    .partner-logo img{
        width: 150px;
        height: 70px;
    }
    .partner-text h3{
        font-size: 22px;
    }
    .partner-logo.no-logo{
        width: auto;
        height: auto;
    }
    /*------ Partners End -------*/

    /* ---- brand trust ------- */
    .video-left-img,
    .video-right-img {
        position: static;
    }
    .brand-tab-wrapper span.left.scroller-btn,
    .brand-tab-wrapper .right{
        display: none;
    }
    .video-block-mobile-img {
        display: flex;
    }
    .video-mob-img-first {
        width: 60vw;
        left: -22%;
        position: relative;
        margin-left: 0;
        top: 0;
        padding-bottom: 127.5%;
    }
    .video-mob-img-last {
        width: 70vw;
        position: relative;
        right: -42%;
        top: -60px;
        margin-left: -49vw;
        padding-bottom: 127.5%;
    }
    img.first-img.first-block-img {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
    }
    img.first-img.last-block-img {
        width: 100%;
        position: relative;
        min-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
    }
   
    .video-block-mobile-img img.last-img {
        width: 50%;
        position: relative;
        right: -18px;
    }
    .main-brand-poq .request-demo-btn {
        margin-top: 50px;
    }
    .brand-the-trust {
        padding-bottom: 80px;
    }
    .vidoe-block-mob-img {
        display: none;
    }
    .inner-video-panel{
        padding-bottom: 110px;
    }
    .swiper-scrollbar {
        background: #DAFBFF;
    }
    .swiper-scrollbar-drag {
        background: #050129;
    }
    /* .brand-tab-wrapper .nav-tabs{
        display: unset;
    } */
    button.slick-arrow {
        display: none !important;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
      }
    .progress {
        display: block;
        width: 100%;
        height: 6px;
        border-radius: 100px;
        overflow: hidden;
        
        background-color: #050129;
        background-image: linear-gradient(to right, #DAFBFF, #DAFBFF);
        background-repeat: no-repeat;
        background-size: 0 100%;
        
        transition: background-size .4s ease-in-out;
      }
      .brand-tab-wrapper .nav-tabs li a {
        width: 105px;
        height: 105px;
    }
    .brand-tab-wrapper .nav-tabs{
        padding: 26px 0;
    }
    .brand-tab-wrapper .nav-tabs .slick-list.draggable {
        padding: 0 60px 0 0 !important;
        margin: 0 -23px;
    }
    .brand-tab-wrapper .nav-tabs .slick-list.draggable li.slick-slide {
        padding: 0 23px;
    }
    .brand-title h2 {
        font-size: 46px;
        line-height: 47.01px;
        padding-bottom: 20px;
    }
    .brand-tab-content .request-demo-btn a {
        padding: 27px 77px;
    }
    
    /*------ brand trust End -------*/
    
     /*------ customer block -------*/

     .customer-title h2 {
        font-size: 46px;
        line-height: 47.01px;
        padding-bottom: 20px;
    }
    .customer-title p {
        font-size: 18px;
        line-height: 23.4px;
    }
    .main-inner-customer-block::before {
        height: 100%;
    }
    .customer-block {
        width: 226px;
        height: 226px;
    }
    .inner-customer-block {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        justify-items: center;
    }
    .our-customer {
        padding-bottom: 80px;
    }
    .customer-title h2 br {
        display: block;
    }
    .our-customer-blocks .request-demo-btn a.button.button--white {
        padding: 27px 77px;
        min-width: 293px;
    }
      /*------ customer block End -------*/
    header.header-new  .g01__logo-image {
        width: 80px;
    } 

    header.header-new .g01__menu-wrapper {
        height: calc(100vh - 80px);
        top: 80px;
    }
    header.header-new .g01__primary ul li a
    {
        font-size: 18px;
    }
    .m02__block--video .video-wrap {
        max-height: max-content;
        min-height: auto;
    }
    .m02__block--video{
        width: 70%;
        margin: auto;
        border-radius: 10px;
        padding: 0;
        overflow: hidden;
    }
    .m02__block--video {
        width: 45%;
    }
    .m02__block--single{
        min-height: 340px;
    }
}

@media only screen and (min-width: 1041px) and (max-width: 1399px){
    .g03__social {
        padding: 27px 0;
    }
}

@media only screen and (max-width: 550px) {
    .inner-customer-block {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        justify-items: center;
    }
}

@media only screen and (max-width: 320px) {
    .why-poq-text h3 {
        font-size: 25px;
        line-height: 25px;
    }
    .partners h2 {
        font-size: 35px;
    }
    .partner-logo img {
        width: 130px;
    }
}
