:root{
    --clr-primary: #F37100;
    --clr-sec: ;
}

.primary-bg{
    background: var(--clr-primary);
}
.txt-primary{
    color: var(--clr-primary) !important;
}
a{
    text-decoration: none;
}


.primary-btn{
    padding: 18px 36px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 800;
    fill: #fff;
    color: #fff;
    background-color: var(--clr-primary);
    border-radius: 7px 7px 7px 7px;
    text-transform: uppercase;
    outline: none;
}
.primary-btn-sm{
    padding: 14px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    background-color: var(--clr-primary);
    border-radius: 7px 7px 7px 7px;
    text-transform: uppercase;
}
.primary-btn:hover, .primary-btn-sm:hover{
    fill: #fff;
    color: #fff;
    background-color: var(--clr-primary);
    text-decoration: none;
}
.header-section{
    position: relative;
    max-width: 100vw;
    overflow: hidden;
}
.header-section .banner-bg-video-con{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.header-section .banner-bg-video-con video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-bottom-shape{
    position: absolute;
    width: 110%;
    height: auto;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.banner-bottom-shape svg{
    width: 100%;
    fill: #fff;
}
.thsdfes{
    width: 100%;
    min-height: 80vh;
    background: rgba(0, 0, 0,0.5);
    position: relative;
    z-index: 1;
}
header .header-text h2{
    color: #fff;
    font-family: "Outfit",Sans-serif;
    font-size: 4rem;
    font-weight: 500;
    font-style: normal;
    line-height: 4rem;
}
header .header-text h4{
    color: #fff;
    font-family: "Outfit",Sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    font-style: normal;
    line-height: 2rem;
}

@media only screen and (max-width : 1200px){
    header .header-text h2{
        font-size: 4rem;
        line-height: 4rem;
    }
    header .header-text h4{
        font-size: 1rem;
        line-height: 1rem;
    }
    
    .primary-btn{
        padding: 18px 36px;
        font-size: 16px;
        border-radius: 7px 7px 7px 7px;

    }
    .primary-btn-sm{
        padding: 13px 20px;
        font-size: 13px;
    }
}

@media only screen and (max-width : 1024px){
    header .header-text h2{
        font-size: 3rem;
        line-height: 3rem;
    }
    header .header-text h4{
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    
    .primary-btn{
        padding: 16px 32px;
        font-size: 16px;
        border-radius: 7px 7px 7px 7px;

    }
    .primary-btn-sm{
        padding: 14px 22px;
        font-size: 14px;
    }
}
@media only screen and (max-width : 768px){
    header .header-text h2{
        font-size: 2.6rem;
        line-height: 3rem;
    }
    header .header-text h4{
        font-size: 1rem;
        line-height: 1rem;
    }
    
    .primary-btn{
        padding: 14px 28px;
        font-size: 15px;
        border-radius: 7px 7px 7px 7px;

    }
    .primary-btn-sm{
        padding: 16px 32px;
        font-size: 14px;
    }
}
@media only screen and (max-width : 500px){
    header .header-text h2{
        font-size: 2rem;
        line-height: 2.6rem;
    }
    header .header-text h4{
        font-size: 0.8rem;
        line-height: 1rem;
    }
    
    .primary-btn{
        padding: 14px 28px;
        font-size: 14px;
        border-radius: 7px 7px 7px 7px;

    }
    .primary-btn.header-btn{
         font-size: 18px;
        
    }
    .primary-btn-sm{
        padding: 13px 16px;
        font-size: 13px;
    }
}
/* how it works sec style  */


@media only screen and (min-width: 1600px){
    .site-content-container{
        max-width: 1340px;
    }
}


.section-title h3{
    color: #292f36;
    font-family: "Poppins",Sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    font-style: normal;
}
 .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.item-detail .item-title h4{
    font-family: "Poppins",Sans-serif;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
}
.item-detail .item-text p{
    color: #292f36;
    font-family: "Poppins",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5em;
}

@media only screen and (max-width : 1200px){
    .section-title h3{
        font-size: 2.7rem;
    }
    .item-detail .item-title h4{
        font-size: 22px;
    }
    .item-detail .item-text p{
        font-size: 16px;
        line-height: 1.3em;
    }
}
@media only screen and (max-width : 500px){
    .section-title h3{
        font-size: 2rem;
    }
    .item-detail .item-title h4{
        font-size: 18px;
    }
    .item-detail .item-text p{
        font-size: 14px;
        line-height: 1.3em;
    }
}
/* signup call to section  styles*/
.bg-colored{
    background-color: #f4f5f6;;
}
.bg-rounded{
    border-radius: 40px 40px 40px 40px;
    padding: 60px 20px;
}

.sec-content h3{
    color: #292f36;
    font-family: "Poppins",Sans-serif;
    font-size: 2.4rem;
    font-weight:600px;
    width: 76%;
    margin: auto;
    margin-bottom:10px;
    line-height: 2.5rem;
}
@media only screen and (max-width:500px){
.sec-content h3{
    line-height: 2rem;
font-size: 1.5rem;
}
}

.sec-content p{
    color: #292f36;
    font-family: "Poppins",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5em;
}


/* services section styles  */
.service .item-title h3 {
    color: #292f36;
    font-family: "Poppins",Sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2em;
}
.service .item-img {
    height: 240px;
    overflow: hidden;
}
.service .item-text p{
    color: #292f36;
    font-family: "Poppins",Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4em;
}


@media only screen and (max-width : 1200px){
    
    .bg-rounded{
        border-radius: 40px 40px 40px 40px;
        padding: 50px 18px;
    }

    .services-section .section-title h3{
        font-size: 2rem;
    }
    .service .item-title h3 {
        font-size: 20px;
        line-height: 1.2em;
    }
    .list-prac-sec .sec-content h3{
        font-size: 2rem;
        width: 76%;
        margin: auto;
        line-height: 2.1rem;
    }
    .sec-content p{
        font-size: 16px;
        line-height: 1.5em;
    }

    .services-section .section-title h3{
        font-size: 2rem;
        margin: auto;
        line-height: 2.1rem;
    }
    .sec-content p{
        font-size: 14px;
        line-height: 1.5em;
    }
    .service .item-text p{
        font-size: 14px;
        line-height: 1.5em;
    }
    
    
}

@media only screen and (max-width : 768px){
    
    .bg-rounded{
        border-radius: 30px;
        padding: 30px 16px;
    }

    .services-section .item-title h3{
        font-size: 1.6rem;
    }
    .services-section .section-title h3{
        font-size: 1.8rem;
    }
    .sec-content p{
        font-size: 14px;
        line-height: 1.5em;
    }
    .service .item-text p{
        font-size: 14px;
        line-height: 1.5em;
    }
    .service .item-img {
        height: 210px;
        overflow: hidden;
    }
    
}
@media only screen and (max-width : 500px){
    
    .service .item-img {
        height: 180px;
        overflow: hidden;
    }
    .service .item-title h3 {
        font-size: 18px;
        line-height: 1.2em;
    }
    
}
.rounded-corner{
    border-radius: 12px;
    overflow: hidden;
}

.mt-50{
    margin-top: 100px;
}
.mb-50{
    margin-bottom: 50px;
}

.px-60{
    padding-left: 60px;
    padding-right: 60px;
}
@media only screen and (max-width:500px){
    .px-sm-30{
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* about section styles  */
.about-section .section-title h3{
    font-size: 38px;
}
.about-section .section-text p{
    color: #292f36;
    font-family: "Poppins",Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4em;
}

.about-section .section-img .sec-img-con{
    width: 400px;
    height: 400px;
    margin-left: auto;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.about-section .section-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.med-prov-sec .sec-content h3{
    font-size: 30px;
    width: 100%;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
    line-height: 45px;
}
.med-prov-sec .sec-content p{
    font-size: 30px;
    width: 100%;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
    line-height: 45px;
}
.med-prov-sec .sec-content p {
    font-size: 16px;
    line-height: 1.5em;
}
.med-prov-sec .section-img .sec-img-con{
    width: 280px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
}
.med-prov-sec .section-img .sec-img-con img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


@media only screen and (max-width : 1200px){
    .about-section .section-title h3{
        font-size: 30px;
    }
    .about-section .section-text p{
        font-size: 16px;
        line-height: 1.5em;
    }
    .about-section .section-img .sec-img-con{
        width: 35vw;
        height: 35vw;
        margin-left: auto;
    }

    .med-prov-sec .sec-content{
        width: 65%;
    }
    .med-prov-sec .sec-content h3{
        font-size: 28px;
        width: 100%;
        margin: 0;
    }
    .med-prov-sec .section-img {
        width: 35%;
    }
    .med-prov-sec .section-img .sec-img-con{
        width: 25vw;
        height: 25vw;
        border-radius: 50%;
        overflow: hidden;
        margin-left: auto;
    }
    
}

@media only screen and (max-width : 992px){
    .about-section .section-img .sec-img-con{
        width: 35vw;
        height: 35vw;
        margin-left: auto;
        margin-right: auto;
    }
    
}
@media only screen and (max-width : 768px){
    .about-section .section-title h3{
        font-size: 28px;
    }
    .about-section .section-text p{
        font-size: 15px;
        line-height: 1.5em;
    }
    .about-section .section-img .sec-img-con{
        margin-top: 5vh;
        width: 60vw;
        height: 60vw;
    }

    .med-prov-sec .sec-content{
        width: 100%;
    }
    .med-prov-sec .sec-content h3{
        font-size: 22px;
        width: 100%;
        margin: 0;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .med-prov-sec .section-img {
        width: 100%;
    }
    .med-prov-sec .section-img .sec-img-con{
        width: 50vw;
        height: 50vw;
        border-radius: 50%;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5vh;
    }
    
}
ul.under_menu_item li a {
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    white-space: nowrap;
}
ul.main-nav li a {
    color: #f37100;
}
@media only screen and (max-width:500px){
ul.main-nav li a{
color: #fff;
font-weight:800;
font-size:18px;
}
}
.mbl-arrow-icon{
    position: absolute;
    z-index: 100;
    right: 0;
    background: #f37100;
    height: 20px;
    width: 25px;
    text-align: center;
    color: #fff;
}


