.heading h1{
background-color: #1a2749;
    font-size: 34px;
    text-align: center;
    color: white;
    text-align: center;
    margin-bottom:50px;
    padding: 20px 0px;
}
.faq-heading h1{
    font-size: 40px;
    text-align: center;
    text-align: center;
}
.heading p{
	font-size:26px;
}
.heading{
	    padding: 0px 33px;
	    background-color: #1a2749;
}
.section-1{
    display: flex;
    flex-wrap: wrap;
    /*max-width: 1024px;*/
    /*margin: 0px auto 50px;*/
    /*background: rgb(232 241 252);*/
}
.section-2 .left-side{
   background: rgb(232 241 252);
   width:60%;
   padding:0px;
   margin:0px;
}
.section-2 .left-side .list{
    display:flex;
    padding:0px;
    margin:0px;
}
.section-2 .left-side h3{
    margin:20px 0px 05px;
}
.section-2 .left-side p{
    margin:0px;
}
.section-2 .right-side{
    width:40%;
}
.section-2 .right-side img{
    width:100%;
}
.section-2{
    display: flex;
    flex-wrap: wrap;
    /*max-width: 874px;*/
    margin: 0px auto 50px;
}
.image-1-right{
	    height: auto;
    max-width: 100%;
}

.left-side{
    width: 60%;
    background: #1a2749;
    display: flex;
    align-items: center;
}
.left-side .cntnt{
    padding:30px;
    margin:auto;
}
.section-2 .left-side-cntnt{
        padding:15px;
}
.left-side .contact-btn{
     margin-top: 25px;
     display:flex;
     justify-content:center;
     column-gap:20px;
}
.left-side .contact-btn a{
        background: white;
    padding: 6px 10px;
    border: 1px solid;
    text-decoration: none;
    border-radius: 50px;
}
.left-side ul{
    padding-inline-start:15px;
    width:50%;
}
.biote-page .left-side h2{
	font-size: 33px;
    margin-bottom:10px;
}
.biote-page .left-side a.consult-btn{
        background: #1a2749;
    padding: 9px 10px;
    border-radius: 60px;
    font-size: 12px;
    color: white;
    text-decoration: none;
}
.left-side ul li{
    margin-bottom: 10px;
    font-size: 13px;
        list-style-type: circle;
}

.right-side{
    width: 40%;
    display: flex;
    justify-content: end;
}
.right-side img{
    width: 100%;
}
.section-2-head h1{
    text-align: center;
    font-size: 32px;
}
.desc-text h2{
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}
.desc-text{
        text-align: center;
    max-width: 60%;
    margin: auto;
    margin-bottom: 60px;
}
.desc-text p{
        text-align: justify;
    text-align-last: center;
}
.desc-text h4{
    font-size:20px;
}
.list-box{
    border:2px solid black;
    margin-bottom:50px;
}
.list-box h2{
    padding: 12px 0px;
    text-align: center;
    border-bottom: 2px solid;
    background-color: rgb(26 39 73);
    color: white;
    border: 0px;
}
.text-part{
    display:flex;
}
.text-box-right{
    width:50%;
    padding: 0px 0px 20px;
}
.text-box-left{
    width:50%;
    border-right:2px solid black;
    padding: 0px 0px 20px;
}
.text-box-left ul li{
    margin-bottom: 15px;
    font-size: 14px;
    display:flex;
}
.checkmark{
    height: 15px;
    width: 15px;
    padding-right: 10px;
    padding-top:2px;
}
.text-box-right ul li{
        margin-bottom: 15px;
    font-size: 14px;
    display:flex;
}



 .faqs-section{
    max-width: 1100px;
    margin: 0px auto 50px;
	display:flex;
}

.main ul li{
	    margin: 10px;
    background-color: #DBDFDF;
    position: relative;
}

.left-faqs{
	width:50%;
}
.faq-heading.faq-sec h1 {
    margin-top:0px;
        font-size: 32px;
}
.list-text.faq-box p{
    font-size: 16px;
}
.list-text.faq-box ul, .list-text.faq-box ul li{
    background:white;
}
.list-text{
      background:white;
}
.modal-box{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgb(0,0,0,.6);
    display:none;
}
    .modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    letter-spacing: 1px;
    line-height: 28px;
    background: rgb(255, 255, 255);
    color: #000;
    padding: 25px;
    border-radius: 30px;
    overflow: auto;
    height: 350px;
}


#myBtn{ display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 1px solid #fff;
    outline: none;
    background-color: #e565656b;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.6);
  }
  
  #myBtn img{
    width:100%;
  }

@media screen and (max-width:450px) {
    .modal_content{
        width: 220px;
        height: 250px;
    }
}
.modal_title h2 {
    font-size: 18px;
}

.modal_content .modal_title h2 {
    margin-bottom: 30px;
    margin-top: 20px;
    color:#000;
}

.modal_content .close_btn p {
    text-align: right;
    cursor: pointer;
    font-size: 16px;
}

.modal_content .close_btn i {
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
    cursor: pointer;
}
a.modal-popup{
    text-decoration:underline;
}

@media screen and (max-width:1280px) {
    .list-box{
   margin: 0px 5px 50px;
}
   .card-b{
   margin: 0px 5px;
}
}
@media screen and (max-width:1100px) {
    .gravity{
        display: flex;
        flex-wrap: wrap;
    }
}

.gravity {
    display: flex;
}
.list4 ul {
    padding: 0px 20px;
}

.list4 ul li{
    list-style-type: circle;
}
.list5 ul {
    padding: 0px 20px;
}

.list5 ul li{
    list-style-type: circle;
}
.biote-page .section-1 .left-side h3{
    display:grid;
    color:white;
    font-size:35px;
    text-align:center;
}
.biote-page .section-1 .left-side h3 b{
   text-align: center;
    max-width: 100%;
    color: #6cbc50;
    font-size: 68px;
    font-weight: bolder;
    font-family: sans-serif;
    /*padding-left: 57px;*/
    line-height: normal;
}
.biote-page .section-1 .left-side p b{
    color: #6cbc50;
    font-weight: bolder;
    font-family: sans-serif;
    line-height: normal;
}
.biote-page .section-1 .left-side .cntnt p{
        margin: 0px;
    text-align: center;
    font-size: 20px;
    /*padding-left: 113px;*/
    color: #6dbc50;
}
@media screen and (max-width:1200px){
     .list .list-heading h2 {
    font-size: 15px;
    padding-right: 52px;
}
}

@media screen and (max-width:1026px) {
    .page-wrapper{
        padding: 0px 15px;
    }
}
@media screen and (max-width:1024px){
    .card-1{
	width:48%;
	margin-bottom:25px;
	padding-bottom: 101.4px;
}
.card-2{
	width:48%;
	margin-bottom:25px;
}
.card-3{
	width:48%;
	margin-bottom:25px;
}
.card-4{
	width:48%;
	margin-bottom:25px;
}
.card-main h1{
    max-width:550px;
}

.main .list {
    padding: 2px 1px;
}
.section-1{
    flex-wrap:wrap;
    /*margin: 0px 25px 50px;*/
}

.list-box{
   margin: 0px 5px 50px;
}
.text-part{
    flex-wrap:wrap;
}
.text-box-left{
    width:100%;
    border-right:0px;
    border-bottom:2px solid black;
}
.text-box-right{
    width:100%;
}
.desc-text h2 {
    font-size:30px;
}
.desc-text{
    max-width:100%;
}
}
@media screen and (max-width:992px){
    .section-2 .left-side{
        width:100%;
    }
    .section-2 .right-side{
        width:100%;
    }
    .list .list-heading h2 {
    font-size: 14px;
    padding-right: 52px;
}
}
@media screen and (max-width:400px) {
.main .list button.list-heading{
    padding: 50px 28px;
}
}
@media screen and (max-width:768px){
    .section-1 .left-side{
        width:100%;
        text-align: center;
    }
    
    .faqs-section.page-wrapper {
        padding: 0px;
    }
    .list .list-heading h2 {
    font-size: 14px;
    padding-right: 60px;
}
.list .list-heading {
    padding: 22px 19px;
}
    .left-side h2{
        text-align: center;
    }
    .right-side{
        width:100%;
        justify-content:center;
    }
    .right-side img{
        width:100%;
    }
    .section-1{
        flex-direction:column-reverse;
    }
    .biote-page .section-1 .left-side h3 {
        font-size:20px;
    }
    .biote-page .section-1 .left-side h3  b{
        font-size:30px;
    }
    .biote-page .section-1 .left-side .cntnt p{
        font-size:16px;
    }
    .left-side .contact-btn{
        flex-wrap:wrap;
        row-gap:20px;
    }
}
@media screen and (max-width:750px) {
    
   .card-1{
    width:100%;
    padding-bottom: 101.4px;
    }
    .card-2{
    width:100%;
    padding-bottom: 83.4px;
    
    }
    .card-3{
    width:100%;
    padding-bottom: 101.4px;
    }
    .card-4{
    width:100%;
    }
    .left-faqs{
        width:100%;
    }
    .faqs-section{
        flex-wrap:wrap;
    }
    .section-2-head h1 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

/*.section-1 {*/
/*    margin: 0px 25px 50px;*/
/*}*/

.list-heading h2 {
    max-width:300px;
}


.faqs-section {
    margin: 0px 0px 80px;
}
.list-box{
   margin: 0px 5px 50px;
}
.text-box-left ul {
    padding: 20px 20px;
}
.text-box-right ul {
    padding: 20px 20px;
}
.heading h1 {
    font-size:27px;
} 

.list-box h1 {
    font-size:25px;
}

.faq-heading.faq-sec h1 {
    font-size:25px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0px 40px;
}
.faq-heading h1 {
    font-size: 28px;
    text-align: center;
    text-align: center;
    margin-bottom: 0px;
}
 .page-wrapper{
        padding:0px 15px;
    }
.text-box-left ul li {
    margin-bottom: 15px;
    /*font-size: 20px;*/
    display: flex;
}

.main .list {
    margin: 0px;
}
.text-box-left {
    padding:0px;
}
}
@media screen and (max-width:576px){
    .biote-page .left-side h2 {
        font-size:24px;
    }
    .desc-text h2 {
        font-size:24px;
    }
    .right-side img{
        width:100%;
    }
}