@font-face {
    font-family: 'Heebo';
    src: url('fonts/Heebo-VariableFont_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-VariableFont_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}

.container-top-kid{
    margin: 0 auto;
    padding: 0 15px;
}
.top-kids-hero{
    background: url("img/Hero.jpg");
    min-height: 490px;
    background-repeat: no-repeat;
    background-size: 101%;
    background-position: -15px;
}
.top-kid-her-cont h1{
    font-weight: 900;
    font-family: 'OpenSans' !important;
    font-size: 30px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 24px;
}
.top-kid-her-cont h1 span{
    color: #95221c;
}
p{
    text-align: right !important;
}
.her-pert-right-content{
    padding-left: 67px !important;
}
.top-kid-her-cont p{
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 20px;
}
.site-button-top-kids{
    font-family: 'Assistant';
    display: flex;
    gap: 26px;
    background: #95221c;
    color: #ffffff;
    padding: 8px 20px;
    width: fit-content;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    padding-left: 12px;
}
.site-button-top-kids img{
    margin-bottom: 3px;
    width: 16px;
}
.site-button-top-kids:hover{
    color: #ffffff;
}
h1,h2,h3,h5,h6{
    font-family: 'OpenSans' !important;
    font-weight: 900;
}
.alarming-data h2{
    font-family: 'OpenSans' !important;
    font-size: 33px;
    color: #95221c;
    margin-bottom: 26px;
    font-weight: 900;
}
.alarming-data h4{
    font-family: 'OpenSans' !important;
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    line-height: 28px;
    margin-bottom: 20px;
}
.alarming-data p{
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 26px;
    text-align: justify !important;
}
.the-process{
    background: #f3f5f6;
}
.process-head h2{
    font-family: 'OpenSans' !important;
    font-weight: 900;
    font-size: 36px;
    color: #95221c;
}
.process-box{
    background: #fff;
    border-radius: 20px;
    padding: 7px;
    width: 15%;
    position: relative;
}
.process-box .process-head{
    background: #95221c;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding: 10px 30px;
}
.process-box-content{
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    position: relative;
}
.process-box-content p{
    font-family: 'OpenSans' !important;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-align: center !important;
    padding: 0 0px;
    line-height: 18px;
}
.process-head img{
    width: 50px;
    height: 40px;
}
.process-box-content span{
    font-family: 'OpenSans' !important;
    font-weight: 900;
    font-size: 29px;
    color: #95221c;
    position: absolute;
    right: -2px;
    bottom: -5px;
    opacity: .1;
}
.process-box:after{
    content: '';
    background: url(img/red-left.png);
    width: 11px;
    height: 18px;
    background-repeat: no-repeat;
    position: absolute;
    left: -17px;
    top: 45%;
    z-index: 2;
}
.process-box-wrap .process-box:last-child::after{
    content: none;
}
.plan-parent-child-heading h2{
    font-family: 'OpenSans' !important;
    font-weight: 900;
    font-size: 30px;
    color: #95221c;
    margin-top: 0;
    line-height: 38px;
    margin-bottom: 25px;
}
.plan-parent-child-heading p{
    font-family: 'OpenSans' !important;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    max-width: 58%;
    margin: 0 auto;
    text-align: center !important;
    line-height: 24px;
}
.plan-parent-child-wraps{
    border-radius: 42px;
    background: linear-gradient(to bottom, #95221c 40%, #e59312 40%);
}
.head-part-plan-par h3{
    font-family: 'OpenSans' !important;
    font-weight: 900;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 14px;
}
.plan-content-red-top{
    background: #ffffff;
    border-radius: 40px;
    padding: 16px 25px;
    z-index: 3;
    position: relative;
}
.plan-content-red-top h4{
    font-family: 'OpenSans' !important;
    color: #000000;
    font-size: 21px;
    text-align: center;
    font-weight: 700;
    margin-top: 0;
}
.plan-conttent-list h3{
    font-family: 'OpenSans' !important;
    color: #9a2218;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 3px;
}
.plan-conttent-list p{
    font-family: 'OpenSans' !important;
    font-weight: 400;
    color: #000000;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
}
.plan-coun-list{
    background: #95221c;
    padding: 4px;
    height: fit-content;
}
.plan-coun-list p{
    color: #fff;
    font-family: 'OpenSans' !important;
    font-weight: 400;
    margin-bottom: 0;
}
.bottom-content-plan p{
    font-family: 'OpenSans' !important;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    width: 75%;
    text-align: center !important;
    margin: 0 auto;
    margin-bottom: 20px;
}
.plan-parent-child-plan-reyellow .head-part-plan-par h3{
    margin: 10px 0;
}
.plan-parent-child-plan-reyellow .plan-coun-list{
    background: #e59312;
}
.yellow-bottom-plan h2{
    font-family: 'OpenSans' !important;
    font-size: 24px;
    color: #9a2218;
    font-weight: 900;
    text-align: center;
}
.bottom-content-yellow-parant{
    border-top: 2px solid #9a2218;
    text-align: center;
}
.bottom-content-yellow-parant h2{
    font-size: 22px;
    font-weight: 700;
    color: #9a2218;
}
.bottom-content-yellow-parant h4{
    font-family: 'OpenSans' !important;
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    margin-top: 0;
}
.bottom-content-yellow-parant h4 span{
    font-size: 21px;
}
.bottom-content-yellow-parant p{
    font-family: 'OpenSans' !important;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
    text-align: center !important;
}
.bottom-content-yellow-parant p span{
    font-weight: 700;
}
.chekck-compatibilty-program{
    background: #861221;
    padding-top: 6rem;
    margin-top: -13.5rem;
}
.chekck-compatibilty-program-heading  h2{
    font-family: 'Assistant' !important;
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
}
.chekck-compatibilty-program-heading  p{
    font-family: 'Assistant' !important;
    font-size: 23px;
    font-weight: 400;
    color: #ffffff;
    text-align: center !important;
}
.chekck-compatibilty-program-fomr-wrap input{
    font-family: 'Assistant' !important;
    font-size: 13px;
    font-size: 13px;
    width: 100%;
    border: none;
    padding: 12px 10px;
    border-radius: 3px;
}
.chekck-compatibilty-program-fomr-wrap input::placeholder{
    font-family: 'Assistant' !important;
    font-weight: 400;
    font-size: 12px;
    color: #646464;
}
.chekck-compatibilty-program-fomr-wrap .col-md-4{
    padding-left: 0;
    padding-right: 0;
    width: 30%;
}
.chekck-compatibilty-program-fomr-wrap{
    width: 72%;
    margin: 0 auto;
}
.compatibilty-submit{
    position: relative;
}
.compatibilty-submit input{
    background: #ffac28;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 7px 0;
    padding-left: 16px;
}
.compatibilty-submit:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 35%;
    left: 34%;
    background: url(img/arrow.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    z-index: 8;
    width: 22px;
    height: 16px;
}
.margin-right-min{
    margin-right: -32px;
    width: 100%;
}
.margin-left-min{
    margin-left: -32px;
    width: 100%;
}
.patients-tell{
    background: #f3f5f6;
}
.patent-head h2{
    font-family: 'OpenSans' !important;
    color: #952219;
    font-size: 30px;
    font-weight: 900;
    margin-top: 0;
}
.patent-wrap-box iframe{
    border-radius: 15px;
}
.patent-bton a{
    margin: 0 auto;
}
.head-about-media h2{
    font-family: 'OpenSans' !important;
    font-weight: 900;
    color: #952219;
    font-size: 30px;
    text-align: center;
}
.about-content-glani h3{
    font-family: 'OpenSans' !important;
    font-weight: 700;
    color: #952219;
    font-size: 21px;
}
.about-content-glani span{
    font-family: 'OpenSans' !important;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
}
.about-content-glani p{
    font-family: 'OpenSans' !important;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    margin-top: 15px;
}
.about-the-mediacl {
    margin-top: 65px;
    margin-bottom: 86px;
}
.faq-head h2{
    font-family: 'OpenSans' !important;
    font-weight: 900;
    color: #a9220e;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.faqs-ads .accordion-header{
    margin-top: 0;
}
.faqs-ads .accordion-header button{
    font-family: 'OpenSans' !important;
    font-weight: 700;
    padding: 16px 14px;
    color: #9d1b2a;
    font-size: 15px;
}
.accordion-item:first-of-type .accordion-button{
    border-top-right-radius:0;
    border-top-left-radius:0;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.accordion-button:not(.collapsed){
    background-color:transparent;
    box-shadow:none;
}
.accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after{
    background-image:url("img/arrowdown.svg");
}
.accordion-item:first-of-type{
    border-top-right-radius:0;
    border-top-left-radius:0;
}
.accordion-item{
    border: 1px solid #bcbfc4;
}
.faqs-ads {
    width: 74%;
    margin: 0 auto;
}
.accordion-button:focus{
    border-color:inherit;
    box-shadow:none;
}
.faq-section{
    margin-bottom: 80px !important;
}
.landing-footer{
    background: #861221;
}
.landing-footer-head h2{
    font-family: 'OpenSans' !important;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
.land-footer-compatible{
    max-width: 306px;
    margin: 0 auto;
}
.land-footer-compatible .footer-form-filed input{
    width: 100%;
    padding: 10px 10px;
    border-radius: 3px;
    margin-bottom: 12px;
    border: none;
    font-size: 15px;
    font-family: 'Assistant';
    font-weight: 400;
}
input[type=email]{
    direction: rtl;
    margin: 0;
}
.submit-form-bottom input{
    font-family: 'OpenSans' !important;
    font-weight: 700 !important;
    background: #ffac28;
    color: #000000;
    font-size: 24px !important;
    text-align: center;
    padding: 7px 10px !important;
    padding-left: 34px !important;
}
.submit-form-bottom{
    position: relative;
}
.submit-form-bottom:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 31%;
    left: 35%;
    background: url(img/arrow.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    z-index: 8;
    width: 22px;
    height: 20px;
}
.land-footer-compatible p, .chekck-compatibilty-program-fomr-wrap p{
    margin-bottom: 0;
}
.edtit-text{
    position: absolute;
    bottom: 0;
    height: 131px;
    width: 250px;
    padding-right: 77px;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 14px;
    padding-top: 10px;
}
.edtit-text h3{
    font-family: 'Heebo' !important;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
    margin-top: 7px;
    line-height: 18px;
}
.hero-mobile-img{
    display: none;
}
/*.plan-list-styel{*/
/*    padding-left: 13rem;*/
/*}*/
/*p{*/
/*    letter-spacing: -.1px;*/
/*}*/