body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.branch_locator {
    padding: 70px 40px 30px 40px;
    position: relative;
}
.branches {
    margin-top: 10px !important;
}
.branch_locator_right {
    padding: 20px 30px 40px 30px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: #fff;
    position: relative;
}
.address_box {
    border-radius: 10px;
    background: #ededed;
    padding: 20px;
    margin: 10px 0px;
    margin-bottom: 40px;
}
.address_box h4 {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.address_box p {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Lato";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.address_box .address-icons {
    color: #8e8e8e;
    margin-top: 2px;
    margin-right: 10px;
}
.sub_address {
    display: flex;
    align-items: flex-start;
}
.branch_label {
    color: rgba(0, 0, 0, 0.6) !important;
    font-family: "Lato" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-top: 5px;
}
.corporate_office {
    background-image: url(../images/corrporate_bg_img.png);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}
.corporate_heading {
    padding: 55px 70px;
}
.address_content {
    width: 820px;
    background: #fff;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.25);
    margin: 50px auto;
}
.logo_background {
    background: #e4e4e4;
    padding: 30px 35px;
    display: flex;
    justify-content: center;
    height: 100%;
}
.left-logo-img {
    background-color: #fff;
    min-width: 225px;
    height: 225px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.address_box_right {
    padding: 25px 40px 40px 0px;
}

.address_box_right h4 {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Lato";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.address_box_right p {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Lato";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 10px;
}
.address_box_right .address-icons {
    color: #8e8e8e;
    margin-top: 2px;
    margin-right: 10px;
}
.address_top {
    display: flex;
    justify-content: space-between;
}
.text-width {
    width: 65%;
}
.get_in_touch {
    background-image: url(../images/Get_in_touch_bg.png);
    width: 100%;
    height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
    padding: 50px 70px 30px 70px;
    background-position: center;
}
.mail_text {
    display: flex;
    align-items: flex-start;
}
.check-img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.get_intouc_heading {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Lato";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    margin-bottom: 20px;
    margin-top: 20px;
}
.get_in_touch_text {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 175% */
}
.content_border {
    border-right: 1px solid #c0c0c0;
}
.get_in_touch_content {
    width: 80%;
}
.mail_id_color {
    color: #3a2d7d;
    font-weight: 700;
}
.get_in_touch_content-2 {
    padding-left: 80px;
}
.help_line {
    padding: 18px;
    border-radius: 0px 5px 5px 0px;
    background: rgba(234, 101, 43, 0.13);
    border-left: 3px solid #ea652b;
    margin: 50px 0px 30px 0px;
    width: 70%;
}
.help_line_text {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Lato";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 138.889% */
    margin-bottom: 8px;
}
.customer_login {
    padding: 70px 25px;
}
.customer_bg_image {
    background-image: url(../images/customer_bg.png);
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}
.white-color {
    color: #fff !important;
}
.customer_login_text {
    color: #fff;
    font-family: "Lato";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 125% */
    margin-bottom: 0px;
}

.input_border {
    border-radius: 50px !important;
    background-color: #ea652b !important;
    border: 1px solid #fff !important;
    height: 60px !important;
    padding: 15px 30px !important;
    margin-right: 10px;
    color: #fff !important;
}
.login-content .form-control:focus {
    box-shadow: none;
    border-color: #fff !important;
}
.input_border::-webkit-input-placeholder {
    color: #fff !important;
}
.login_button {
    padding: 15px 30px;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Lato";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 136.364% */
    border: none;
    background-color: #fff;
    border-radius: 50px !important ;
}

.login-content {
    display: flex;
    align-items: center;
    justify-content: end;
}
.conatiner-width {
    padding: 70px 60px !important;
}
/* .address_box {
    display: none;
} */
.call-number-conatct {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Lato";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
}
.location-address {
    display: flex;
}

.director-popup-header button {
    position: absolute;
    background-color: #ea652b !important;
    color: #fff !important;
    right: 16px;
    padding: 10px !important;
    z-index: 99;
    width: 40px;
    height: 40px;
}
.modal-body.modal-box {
    height: 410px;
    overflow: auto;
}
