* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding: 0 20px;
}
.row {
  display: flex;
}
.col-1 {
  flex: 8.33%;
  width: 100%;
  max-width: 8.33%;
}
.col-2 {
  flex: 16.66%;
  width: 100%;
  max-width: 16.66%;
}
.col-3 {
  flex: 25%;
  width: 100%;
  max-width: 25%;
}
.col-4 {
  flex: 33.3%;
  width: 100%;
  max-width: 33.3%;
}
.col-5 {
  flex: 41.66%;
  width: 100%;
  max-width: 41.66%;
}
.col-6 {
  flex: 50%;
  width: 100%;
  max-width: 50%;
}
.col-7 {
  flex: 58.33%;
  width: 100%;
  max-width: 58.33%;
}
.col-8 {
  flex: 66.66%;
  width: 100%;
  max-width: 66.66%;
}
.col-9 {
  flex: 75%;
  width: 100%;
  max-width: 75%;
}
.col-10 {
  flex: 83.33%;
  width: 100%;
  max-width: 83.33%;
}
.col-11 {
  flex: 91.66%;
  width: 100%;
  max-width: 91.66%;
}
.col-12 {
  flex: 100%;
  width: 100%;
  max-width: 100%;
}
.txt_cntr{
    text-align: center;
}
.padd-30{
    padding: 30px;
}
.ptb-50{
    padding: 50px 0;
}
.dt_only{
    display: block;
}
.mb_only{
    display: none;
}
img{
    width: 100%;
}
.dis_block{
    display: block;
}
header {
    border-bottom: 1px solid #D9F2F1;
    padding: 8px 0;
}
.testimonial-box{
    display: none;
}
.phone {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #4C5C63;
    padding: 0 12px;
    border-left: 1px solid #D9F2F1;
    border-right: 1px solid #D9F2F1;
}
.header_logo {
    max-width: 178px;
}
.header_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heading_txt p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    margin-bottom: 10px;
}
.heading_txt h2 {
    font-size: 43px;
    line-height: 49px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #000000;
}
.heading_txt h2 span{
    display: block;
}
.flex {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
.logos-head {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #6b7d89;
}
.logos-img {
    width: 100%;
    max-width: 850px;
}
section.logo_bar {
    background: #f4f6f6;
    padding: 50px 0;
}
.reviews_sec h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-bottom: 50px;
}
.rating_box {
    border: 1px solid #F3F3F3;
    padding: 30px;
    align-items: center;
}
span.grn_rank {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    background: #2AB419;
    color: #fff;
    font-family: "Cabin", sans-serif;
    padding: 4px 10px;
}
.paraStyle p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #525252;
    font-family: "Cabin", sans-serif;
}
.testies_box h6 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #525252;
    font-family: "Cabin", sans-serif;
    margin-bottom: 6px;
}
.drk_grn {
    background: #229B17 !important;
    margin-right: 8px;
    padding: 8px 10px !important;
}
.rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.feature {
    display: flex;
    justify-content: end;
    gap: 30px;
    padding: 30px;
    align-items: center;
}
.grn_txt{
    color: #25A8A2 !important;
}
.testies_box {
    border: 1px solid #F3F3F3;
    margin-bottom: 30px;
}
.feature_txt {
	border: 1px solid #F3F3F3;
	padding: 8px 12px 8px 12px;
	display: flex;
	gap: 40px;
	background-color: #fff;
}
.feature_txt{
    position: relative;
}
.feature .icons {
    background-image: url(/assets-mbn/images/arrow_down.avif);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-position: center;
    transform: rotate(0deg);
    transition: 0.35s transform;
    display: inline-block;
}
.btl_box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}
.testies_box .col-9{
    border-left: 1px solid #F3F3F3;
}
.grn_txt{
    position: relative;
}
.grn_txt:before {
    content: "";
    top: 5px;
    left: 40%;
    background-image: url(/assets-mbn/images/check_tick.avif);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 6px;
    height: 70px;
    position: absolute;
    padding-right: 7px;
    background-size: contain;
}
.recomm {
    position: relative;
    padding-left: 20px;
}
.recomm:after {
    content: "";
    top: 4px;
    left: -1%;
    background-image: url(/assets-mbn/images/thumbs.avif);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 8px;
    height: 70px;
    position: absolute;
    padding-right: 7px;
    background-size: contain;
}
.five_star{
    max-width: 94px;
}
.five_starr {
    max-width: 94px;
    margin-bottom: 5px;
}
p.time_txt {
    float: right;
}
.testi_btls{
    max-width: 95px;
}
a.show_btn {
    background: #66CEAA;
    padding: 10px 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
    display: block;
    margin: 6% auto;
    width: 100%;
    max-width: fit-content;
    cursor: pointer;
}
a.show_btn:hover{
    background: #3AA680;
}
.logo_dktp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_icons img {
    max-width: 120px;
    flex-shrink: 0;
}
.logos_mbl {
    overflow: hidden;
    width: 100%;
}

.logo_icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    animation: logo_loop 10s linear infinite;
    width: max-content;
}

@keyframes logo_loop {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media(max-width: 1366px){
.ptb-50 {
    padding: 40px 0;
}
.heading_txt h2 {
    font-size: 35px;
    line-height: 45px;
}
section.logo_bar {
    padding: 40px 0;
}
.reviews_sec h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
}
}

@media(max-width: 1140px){
.logos-img {
    max-width: 650px;
}
.ptb-50 {
    padding: 30px 0;
}
.heading_txt p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.heading_txt h2 {
    font-size: 32px;
    line-height: 42px;
}
.reviews_sec h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
}
.rating_box {
    padding: 20px;
}
span.grn_rank {
    font-size: 15px;
    line-height: 25px;
    padding: 2px 8px;
}
.drk_grn {
    padding: 6px 8px !important;
}
.testi_btls {
    max-width: 80px;
}
.padd-30 {
    padding: 20px;
}
.btl_box {
    padding: 8px 0;
}
.five_starr {
    max-width: 72px;
}
}

@media(max-width: 1024px){
    .header_logo {
    max-width: 150px;
}
.phone {
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
}
.heading_txt p {
    font-size: 18px;
}
.heading_txt h2 {
    font-size: 30px;
    line-height: 40px;
}
section.logo_bar {
    padding: 20px 0;
}
.logos-head {
    font-size: 12px;
    line-height: 20px;
}
.reviews_sec h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
}
.five_star {
    max-width: 75px;
}
.testi_btls {
    max-width: 70px;
}
.feature {
    padding: 15px;
}
.padd-30 {
    padding: 15px;
}
.recomm:after {
    content: "";
    top: 5px;
    left: 1%;
    max-width: 6px;
}
.btl_box {
    gap: 5px;
}
p.time_txt {
    margin-bottom: 20px;
}
}

@media(max-width: 991px){
.grn_txt:before {
    top: 6px;
    left: 43%;
    max-width: 5px;
}
}

@media(max-width: 850px){
.grn_txt:before {
    top: 6px;
    left: 51%;
    max-width: 4px;
}
.recomm {
    line-height: 17px !important;
}
.grn_txt:before {
    left: 51%;
}
.testies_box h6 {
    font-size: 16px;
    line-height: 22px;
}
.btl_box {
    gap: 2px;
}
.testi_btls {
    max-width: 60px;
}
}

@media(max-width: 768px){
.row {
    flex-wrap: wrap;
    flex-direction: column;
}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
    flex:100%;
    max-width: 100%;
}
.dt_only{
    display: none;
}
.mb_only{
    display: block;
}
.heading_txt h2 {
    font-size: 28px;
    line-height: 38px;
}
.logos-img {
    max-width: 320px;
}
.rating {
    margin-bottom: 5px;
}
.rating_box {
    gap: 15px 0;
}
.rating_box {
    padding: 15px;
}
.grn_txt:before {
    left: 12.5%;
    top: 7px;
}
br {
    display: contents;
}
.recomm:after {
    top: 2px;
    left: 0%;
    max-width: 6px;
}
.btl_box {
    gap: 8px;
}
.rating {
    justify-content: center;
}
.txtt_cntr{
    text-align: center;
}
.drk_grn {
    display: block;
    margin: 0 auto !important;
    width: 100%;
    max-width: fit-content;
    padding: 4px 8px !important;
}
.testies_box .col-9 {
    border-top: 1px solid #F3F3F3;
}
.padd-30 {
    padding: 22px;
}
.rating_box {
    gap: 22px 0;
}
.btl_box {
    padding: 12px 0;
}
.five_starr {
    margin-bottom: 10px;
}
.testies_box h6 {
    margin-bottom: 12px;
}
.logos-head {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
}
.logos-head {
    font-size: 17px;
    line-height: 25px;
}
}

@media(max-width: 640px){
.grn_txt:before {
    left: 15.5%;
    top: 7px;
}  
.heading_txt p {
    font-size: 17px;
    line-height: 27px;
}
.heading_txt h2 {
    font-size: 25px;
    line-height: 33px;
}
.logos-img {
    max-width: 300px;
}
.header_logo {
    max-width: 120px;
}
.reviews_sec h1 {
    font-size: 28px;
    line-height: 36px;
}
}

@media(max-width: 560px){
.grn_txt:before {
    left: 18%;
    top: 7px;
}
span.grn_rank {
    font-size: 13px;
    line-height: 23px;
    padding: 3px 8px;
}
.drk_grn {
    padding: 7px 8px !important;
    margin-right: 5px;
}
.heading_txt h2 span {
    display: inline;
}
}

@media(max-width: 500px){
.grn_txt:before {
    left: 20.5%;
    top: 7px;
}
.testi_btls {
    max-width: 80px;
}
}

@media(max-width: 430px){
    .heading_txt h2 {
    font-size: 20px;
    line-height: 30px;
}
.heading_txt p {
    font-size: 14px;
    line-height: 25px;
}
.flex {
    gap: 10px;
}
.logos-img {
    max-width: 245px;
}
.reviews_sec h1 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}
a.show_btn {
    padding: 8px 32px;
    font-size: 13px;
}
.grn_txt:before {
    left: 24.5%;
    top: 7px;
}
}

@media(max-width: 414px){
.phone {
    font-size: 13px;
    line-height: 23px;
}
.grn_txt:before {
    left: 25.5%;
    top: 7px;
}
.ptb-50 {
    padding: 25px 0;
}
.heading_txt h2 {
    font-size: 20px;
    line-height: 28px;
}
}

@media(max-width: 400px){
.grn_txt:before {
    left: 27.5%;
    top: 7px;
}
}

@media(max-width: 375px){
.logos-img {
    max-width: 230px;
}
.grn_txt:before {
    left: 29.5%;
    top: 7px;
}
.feature {
    gap: 15px;
}
}

@media(max-width: 320px){
.logos-img {
    max-width: 185px;
}
.ptb-50 {
    padding: 20px 0;
}
.logos-head {
    font-size: 11px;
    line-height: 17px;
}
.drk_grn {
    padding: 6px 7px !important;
}
.grn_txt:before {
    left: 35.5%;
    top: 7px;
}
}




