body{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.dark_color{
    color: #2E537D;
}

.green_color{
    color: #3AB795;
}

.request_btn{
    background-color: white;
    border-radius: 2px;
    border: 1px solid #2E537D;
    color: #2E537D;
    padding: 3px 20px;
    margin-top: 14px;
}

.login_btn{
    background-color: #2E537D;
    color: white;
    border-radius: 2px;
    padding: 3px 20px;
    margin-top: 14px;
    border: 1px solid #2E537D;
}

.first_section{
    width: 100%;
    height: 90vh;
}

.banner_img{
    width: 110%;
    margin-top: 80px;
}

.main_line{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.para_line{
    margin-top: 24px;
}

.carousel-control-prev-icon {
    background-image: url('../images/landingpageimg/left.png') !important;
    width: 40px !important;
    height: 40px !important;
}

.carousel-control-next-icon{
    background-image: url('../images/landingpageimg/right.png') !important;
    width: 40px !important;
    height: 40px !important;
}

.contact_box{
    border: 4px solid #D8EEFF;
    border-radius: 20px;
    min-height: 630px;
    background-color: white;
    /* margin-top: 100px;
    margin-bottom: 100px; */
}

.label_text{
    color: #2E537D;
}

.input_box{
    border: 1px solid #2E537D;
    border-radius: 4px;
    width: 100%;
    padding: 3px;
}

.input_box:active , .input_box:focus{
    box-shadow: none;
    outline: none;
}

.footer_logo{
    width: 140px;
    margin-top: 110px;
    margin-left: 20px;
}

.dark_footer{
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 100%;
    height: 180px;
    background-color: #2E537D;
    margin-bottom: -740px;
    text-align: center;
    
}

.head_banner{
    text-align: center;
    width: 106px;
    margin-top: -78px;
}

.rights_line{
    padding-top: 136px;
    color: white;
}

#id_login{
    border: 1px solid #2E537D !important;
    border-radius: 4px !important;
    width: 100% !important;
    padding: 3px !important;
}

.submit_btn_class:disabled{
    cursor: not-allowed;
}