@media only screen and  (max-width: 1399px){

}

@media only screen and  (max-width: 1199px){
.font_40 {
    font-size: 35px;
    line-height: 45px;
}
.font_35 {
    font-size: 30px;
    line-height: 38px;
}
}
@media only screen and  (max-width: 991px){
.font_40 {
    font-size: 30px;
    line-height: 40px;
}

p br {
    display: none;
}
.font_22 {
    font-size: 18px;
    line-height: 25px;
}
.font_18 {
    font-size: 16px;
    line-height: 24px;
}

.g_testimonial .nav-tabs .nav-link img {
    width: 50px;
    height: 50px;
}
.g_testimonial .font_18 {
    margin-bottom: 0 !important;
}
.g_testimonial .shadow-box {
    padding: 20px;
    border-radius: 20px;
}
.font_35 {
    font-size: 25px;
    line-height: 32px;
}
.font_20 {
    font-size: 18px;
    line-height: 26px;
}
.why-genomebeans .col-md-12.col-lg-6.text-center {
    margin-top: 30px;
}
}
@media only screen and  (max-width: 767px){
.testimonial_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.testimonial_scroll .nav.nav-tabs {
    width: 660px;
}
.genome_inner {
    padding: 25px;
  
}
.g_testimonial .shadow-box .bi.bi-quote {
    font-size: 45px !important;
    line-height: 0;
}
}

/*large-laptop-screen-start*/
@media only screen and (min-width: 1400px) and (max-width: 1600px){

}
/*large-laptop-screen-end*/


/*laptop-screen-start*/
@media only screen and (min-width: 1200px) and (max-width: 1399px){

}
/*laptop-screen-end*/


/*mini-laptop-screen-start*/
@media only screen and (min-width: 992px) and (max-width: 1199px){

}
/*mini-laptop-screen*/


/*tablet-start*/
@media only screen and (min-width: 768px) and (max-width: 991px){

}
/*tablet-end*/


/*mobile-screen-start*/
@media only screen and (min-width: 300px) and (max-width: 767px){

}
/*mobile-screen-end*/