/* ## common styles ##*/
.gradient__bg__light{
    background: linear-gradient(180deg, #E8F7FF 0%, #FFFFFF 100%);
}
.custom__row{
    display: flex;
    flex-wrap: wrap;
}
.py__60__100{
    padding: 60px 0px 100px;
}
.py__60{
    padding: 60px 0px;
}
.pb__100{
    padding-bottom: 100px;
}
.py__100{
    padding: 100px 0px;
}
.fc__6CA2D4{
    color: #6CA2D4 !important;
}
.fc__6CA2D3{
    color: #6CA2D3 !important;
}
.fc__262C29{
    color: #262C29;
}
.fc__5C5C5C{
    color: #5C5C5C;
}
.mw__503{
    max-width: 503px;
    width: 100%;
}
.mb__10{
    margin-bottom: 10px;
}
.mb__40{
    margin-bottom: 40px;
}
.mb__20{
    margin-bottom: 20px;
}
.mb__10{
    margin-bottom: 10px;
}
.mb__14{
    margin-bottom: 14px;
}
.fb__14{
    font-size: 14px;
    line-height: 22px;
    font-family: "europa";
}
.fb__18{
    font-size: 18px;
    line-height: 26px;
    font-family: "europa";
}
.fb__24{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.72px;
    font-family: "EB Garamond", serif;
}
.fb__30{
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1.4px;
    font-family: "EB Garamond", serif;
}
.fb__50{
    font-size: 50px;
    line-height: 58px;
    font-family: "EB Garamond", serif;
}

/* ## common fonts weights ## */
.fw__300 {
    font-weight: 300 !important;
}

.fw__400 {
    font-weight: 400 !important;
}

.fw__500 {
    font-weight: 500 !important;
}

.fw__600 {
    font-weight: 600 !important;
}

.fw__700 {
    font-weight: 700 !important;
}

.fw__800 {
    font-weight: 800 !important;
}
.ft__transform{
    text-transform: uppercase;
}




/* ## page css ##*/
.wrapper__banner__inner {
    z-index: 1;
    background-position: center center;
    padding: 142px 0px 114px 60px;
    width: 100%;
    background-size: cover;
}
.wrapper__banner__inner::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.5) 38.51%, rgba(0, 0, 0, 0) 75.56%);
}

.wrapper__projection__calc__left{
    max-width: 542px;
    width: 100%;
    padding-right: 51px;
}
.wrapper__projection__calc__right{
    max-width: calc(100% - 542px);
    width: 100%;
}
.wrapper__right__calc{
    padding: 30px 40px;
    border-radius: 12px;
}

.wrapper__roi__grid{
    margin-left: -20px;
    margin-right: -20px;
    row-gap: 40px;
}
.wrapper__roi__card{
    max-width: calc(100% / 2);
    width: 100%;
    padding: 0px 20px;
}
.wrapper__roi__card__inner{
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #E1E7EF;
    height: 100%;
}
.formula__tag{
    background: #6CA2D4;
    padding: 3px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    font-family: "europa";
    display: block;
}

.wrapper__rs__grid{
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 10px;
}
.wrapper__rs__col{
    max-width: calc(100% / 4);
    width: 100%;
    padding: 0px 10px;
}
.wrapper__rs__col__inner{
    border: 1px solid #E1E7EF;
    border-radius: 12px;
    padding: 20px;
    background: #FFFFFF;

}


.wrapper__pt__container{
    display: flex;
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    gap: 20px;
}

.wrapper__pt__left{
    max-width: 491px;
    width: 100%;
}

.wrapper__pt__right{
    max-width: 698px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapper__pt__card{
    border: 1px solid #E1E7EF;
    border-radius: 12px;
    padding: 25px;
}

.pt_content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.wrapper__pt__card:not(:last-child){
    margin-bottom: 20px;
}

.fc__E8F7FF{
    color: #E8F7FF;
}

.fc__F8FAFC{
    color: #F8FAFC;
}

.fc__6CA2D4{
    color: #6CA2D4;
}

.fc__CBCCCC{
    color: #CBCCCC;
}

.fc__65758B{
    color: #65758B;
}

.mb__34{
    margin-bottom: 34px;
}

.mb__4{
    margin-bottom: 4px;
}

.wrapper__pt__right{
    background-color: #0F294C;
    border-radius: 12px;
    padding: 30px 40px;
}

.pt_result_box_container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 20px;
    justify-content: space-between;
}

.wrapper__pt__result-box{
    padding: 15px;
    border: 1px solid #F8FAFC1A;
    border-radius: 12px;
    max-width: 289px;
    width: 100%;
    background-color: #F8FAFC0D;
}

.wrapper__pt__bar-label{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.wrapper__pt__progress{
    background-color: #F8FAFC1A;
    height: 12px;
    border-radius: 9999px;
}

.wrapper__pt__progress-fill{
    height: 100%;
    background-color: #E8F7FF;
    border-radius: 9999px;
}

.gross_progress .wrapper__pt__progress-fill{
    background-color: #6CA2D4;
}

.min_max_value_container{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}



/*  */

.wrapper__pt__range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 50px;
  background: linear-gradient(to right, #4a90e2 0%, #4a90e2 50%, #dfe6ee 50%, #dfe6ee 100%);
  outline: none;
  cursor: pointer;
}

/* Thumb */
.wrapper__pt__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #4a90e2;
  cursor: pointer;
}

.wrapper__pt__range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #4a90e2;
  cursor: pointer;
}

/*  */


/* .az css */

.text_center{
    text-align: center;
}

.fb__45{
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -0.9px;
}

.fc__fff{
    color: #FFFFFF;
}


.autism_card_container{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.grid_card_col_2{
    max-width: calc(100% / 2);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.autism_card{
    border-radius: 12px;
    background-color: #0F294C;
    display: flex;
    gap: 20px;
    padding: 20px;
}

.py__80{
    padding-bottom: 80px;
    padding-top: 80px;
}

.bg__0f294c{
    background-color: #0F294C;
}

.comn_ul{
    padding-left: 25px;
}

.comn_ul li{
    list-style: disc;
}

.roi_comn .roi_content .comn_ul li{
    color: #FFFFFF;
}

.comn_ul li:not(:last-child){
    margin-bottom: 10px;
}

.roi_container{
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
}

.roi_container .roi_comn{
    max-width: 560px;
    width: 100%;
}

.roi_icon{
    max-width: 40px;
}

.roi_icon img{
    width: 100%;

}

.wrapper__roi__calc{
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
} 


/* faq css */

.wrapper__faq__heading{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    cursor: pointer;
}

.wrapper__faq__card{
    padding: 20px 40px;
    border-bottom: 1px solid #C3C3C3;
}

.wrapper__faq__card:first-child{
    border-top: 1px solid #C3C3C3;
}

.wrapper__faq__content{
    display: none;
}

.faq_answer{
    padding-top: 10px;
}
/* end */

.clinic_container{
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right:auto ;
    border-radius: 16px;
    background-color: #E8F7FF;
    padding: 50px;
}

.clinic_content{
    max-width: 784px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.comn_btn{
    padding: 13px 19px;
    border: 1px solid #0F294C;
    border-radius: 41px;
    display: block;
    color: #FFFFFF;

    background-color: #0F294C;
    font-size: 18px;
    font-weight: 600;
    font-family: "europa", serif;
    width: max-content;
    transition: 0.3s;
}

.comn_btn:hover{
    background-color: transparent;
    color: #262C29;
}

.comn_trns_btn{

    padding: 13px 19px;
    border: 1px solid #0F294C;
    border-radius: 41px;
    display: block;
    background-color: transparent;
    color: #262C29;
    font-size: 18px;
    font-weight: 600;
    font-family: "europa", serif;
    width: max-content;
    transition: 0.3s;
}

.comn_trns_btn:hover{
    background-color: #0F294C;
    color: #FFFFFF;
}

.comn_trns_btn span,
.comn_btn span{
    margin-right:10px;
}

.comn_btn:hover.comn_btn span img{
    filter: brightness(0) saturate(100%) invert(15%) sepia(15%) saturate(288%) hue-rotate(97deg) brightness(98%) contrast(96%);
}


.comn_trns_btn:hover.comn_trns_btn span img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7435%) hue-rotate(144deg) brightness(90%) contrast(117%);
}

.clinic_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}




/* Responsive css*/

@media(max-width:1120px){
    .wrapper__pt__container{
        flex-wrap: wrap;
        gap: 40px;
    }

    .wrapper__pt__left,
    .wrapper__pt__right{
        max-width: 100%;
    }

    .wrapper__pt__result-box{
        max-width: 100%;
    }

    .pt_result_box_container{
        gap: 30px;
    }

    .wrapper__pt__right{
        gap: 50px;
    }
}

@media(max-width:920px){
    .wrapper__roi__card {
        max-width: calc(100%);
    }
    .wrapper__roi__grid{
        row-gap: 20px;
    }

    .roi_container{
        flex-wrap: wrap;
    }

    .roi_container .roi_comn{
        max-width: 100%;
    }

}

@media(max-width:767px){

    /* comn css */
    .mb__34{
        margin-bottom: 28px;
    }

    .mb__40{
        margin-bottom: 30px;
    }
    .mb__20{
        margin-bottom: 18px;
    }

    .wrapper__rs__col {
        max-width: calc(100% / 2);
    }

    .grid_card_col_2 {
        max-width: calc(100% );
    }

    .wrapper__faq__card{
        padding: 15px;
    }

    .clinic_container{
        padding: 20px;
    }

    .clinic_btn{
        gap: 15px;
    }

}

@media(max-width:576px){
	.fb__24{
		font-size: 20px;
		line-height: 32px;
		letter-spacing: -0.72px;
	}
	.fb__30{
		font-size: 22px;
		line-height: 32px;
		letter-spacing: 1.0px;
	}
	.fb__50{
		font-size: 30px;
		line-height: 40px;
	}
	.fb__45{
		font-size: 32px;
		line-height: 42px;
	}
	.fb__18 {
		font-size: 16px;
		line-height: 26px;
	}
    .pt_result_box_container{
        grid-template-columns: repeat(1, 1fr);
    }

    .wrapper__pt__right{
        padding: 20px;
    }
	.wrapper__banner__inner {
		padding: 20px;
	}
	.py__60__100 {
		padding: 40px 0px 50px;
	}
	.pb__100 {
		padding-bottom: 50px;
	}
	.py__60 {
		padding: 50px 0px;
	}
	.py__100 {
		padding: 50px 0px;
	}
	.py__80 {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}