
.hero_section {
    height: 488px;
}


.hero_section .hero_img{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 488px;
}


.hero_section.header_sticky .hero_img{
    top: 60px;
}

.hero_section .hero_caption{
    position: absolute;
    top: 136px;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
}

.hero_section .hero_btn{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: var(--hero_btn_color);
    height: 27px;
    padding: 3px 12px;
    border: 1px solid var(--hero_btn_border_color);
    border-radius: 38px;
    position: relative;
}


.hero_section .hero_title{
    font-size: 30px;
    line-height: 30px;
    font-weight: var(--semiBold);
    color:var(--hero_title_color);
    text-align: center;
    position: relative;
}

.hero_section .hero_title .highlighted_text{
    color: var(--hero_title_highlighted_color);
}

.hero_section .qoute_wrapper,
.hero_section .experince_wrapper{
    position: absolute;
    width: 166px;
}
.hero_section .qoute_wrapper{
    bottom: 46px;
    left: 7px;
}
.hero_section .experince_wrapper{
    right: 18px;
    bottom: 137px;
}
.hero_section .hero_contents_wrapper{
    position: relative;
    height: 100%;
}
.hero_section .hero_contents {
    position: absolute;
    top: 0;
    max-width: 1400px;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
.hero_section .qoute_icon{
    margin-bottom: 6px;
}
.hero_section .qoute_text,
.hero_section .profession_duration{
    font-size: 12px;
    line-height: 18px;
    font-weight: var(--regular);
    color: var(--hero_qoute_lead_text_color);
}
.hero_section .profession_duration{
    text-align: right;
}
.hero_section .profession_duration strong{
    font-weight: 700;
    color: var(--hero_exprience_highlighted_text_color);
    display: block;
}
.hero_section .rating_nav {
    margin-bottom: 9px;
}
.hero_section .rating_nav li span svg{
    width: 14px;
    height: 14px;
}

@media(min-width:420px){
    .hero_section,
    .hero_section .hero_img{
        height: 650px;
    }
}

@media(min-width:520px){
    .hero_section,
    .hero_section .hero_img{
        height: 700px;
    }
}

@media(min-width:640px){
    .hero_section,
    .hero_section .hero_img{
        height: 850px;
    }
}

@media(min-width:768px){
    .hero_section,
    .hero_section .hero_img{
        height: 820px;
    }
    .hero_section .hero_caption{
        width: 425px;
    }
    .hero_section .hero_title {
        font-size: 48px;
        line-height: 48px;
    }
    .hero_section .qoute_wrapper,
    .hero_section .experince_wrapper{
        position: absolute;
        width: 274px;
    }
    .hero_section .qoute_icon{
        margin-bottom: 16px;
    }
    .hero_section .qoute_text,
    .hero_section .profession_duration{
        font-size: 14px;
        line-height: 20px;
    }
    .hero_section .profession_duration strong{
       font-size: 24px;
       line-height: 24px;
    }
    .hero_section .rating_nav {
        margin-bottom: 15px;
    }
    .hero_section .rating_nav li span svg{
        width: 22px;
        height: 22px;
    }

}


@media(min-width:1024px){
    .hero_section,
    .hero_section .hero_img{
        height: 971px;
    }
    .hero_section .hero_caption{
        width: 913px;
        top: 180px;
    }
    .hero_section .hero_title {
        font-size: 95px;
        line-height: 95px;
    }

    .qoute_wrapper{
        bottom: 341px;
        left: 30px;
    }
    .hero_section .experince_wrapper{
        right: 30px;
        bottom:360px;
    }
    .hero_section .qoute_icon{
        margin-bottom: 24px;
    }
    .hero_section .qoute_text,
    .hero_section .profession_duration{
        font-size: 16px;
        line-height: 22px;
    }
    .hero_section .profession_duration strong{
       font-size: 32px;
       line-height: 32px;
    }
    .hero_section .rating_nav {
        margin-bottom: 21px;
    }
    .hero_section .rating_nav li span svg{
        width: 32px;
        height: 32px;
    }
}

