.section_main_part {
    background: var(--color);
}

.reg_map {
    r min-height: 500px;
    background-image: url(/assets/whitelable1/img/regmap.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
}

.agent-dashboard-section {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background-color: var(--other-bg-light);
    padding: 0px 15px;
    margin: 30px 0;
}

    .agent-dashboard-section .title {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        padding-bottom: 10px;
        padding-top: 10px;
        margin: 0px 0 15px 0;
        background: var(--btn-bg);
        color: var(--color);
    }

.title-icon {
    display: inline-flex;
    height: 25px;
    width: 25px;
    float: left;
    z-index: 1;
    margin-right: 10px;
    background-image: url(/assets/whitelable1/img/registration-strip.svg);
}

.reg-icon {
    display: inline-flex;
    height: 25px;
    width: 20px;
    float: left;
    z-index: 1;
    margin-right: 15px;
    background-image: url(/assets/whitelable1/img/registration-strip.svg);
    position: absolute;
    top: 32px;
    left: 10px;
}

.left_div {
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px;
}

.input_redio_box input {
    display: none;
}

.input_redio_box [type=radio] + label {
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 0;
}

.input_redio_box label::before {
    font-family: FontAwesome;
    content: "";
    background: none;
    font-size: 14px;
    border: 2px solid var(--btn-bg);
    padding: 0;
    left: 0;
    position: relative;
    text-align: center;
    font-weight: normal;
    color: var(--color);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 3px;
    margin-right: 5px;
    background: var(--color);
}

.input_redio_box input:checked ~ label:after {
    top: 7px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    background: var(--btn-bg);
    left: 4px;
    border-radius: 50%;
    margin: 0 auto;
}

.input_redio_box input:checked ~ label:before {
    border: 2px solid var(--btn-bg);
}

.con-detail {
    background-position: -28px 2px;
}

.agent-reg {
    background-position: -54px 2px;
}

.p-agencyIcon {
    background-position: 0px -29px;
}

.p-addressIcon {
    background-position: 50px -29px;
}

.p-webIcon {
    background-position: -60px -29px;
}

.p-countryIcon {
    background-position: 0px -60px;
}

.p-cityIcon {
    background-position: 50px -60px;
}

.p-zipIcon {
    background-position: -60px -60px;
}

.c-agentIcon {
    background-position: 0px -90px;
}

.c-iataIcon {
    background-position: 0px -207px;
}

.c-mobIcon {
    background-position: 50px -90px;
}

.c-telIcon {
    background-position: -60px -90px;
}

.c-mailIcon {
    background-position: 0px -120px;
}

.c-cmailIcon {
    background-position: 50px -120px;
}

.c-currIcon {
    background-position: -60px -120px;
}

.c-dsgntnIcon {
    background-position: 0px -150px;
}

.c-skypeIcon {
    background-position: 50px -150px;
}

.c-whtsapIcon {
    background-position: -60px -150px;
}

.a-userIcon {
    background-position: 0px -177px;
}

.a-pwdIcon {
    background-position: 50px -177px;
}

.a-cpwdIcon {
    background-position: -60px -177px;
}

.input_box {
    color: var(--all-text-main);
    font-weight: normal;
    height: 42px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 40px;
    font-size: 14px;
    background: var(--color);
    line-height: 42px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.form-group label {
    font-size: 13px;
    width: 100%;
    font-weight: 400;
}

.con-code {
    width: 30%;
    display: block;
    float: left;
    border-radius: 3px 0px 0px 3px;
}

.mob-no {
    width: 70%;
    border-radius: 0px 3px 3px 0px;
    padding-left: 5px;
}

small {
    margin-left: 5px;
    color: red;
    font-size: 9px;
    display: flex;
    float: left;
    position: absolute;
    top: -2px;
    right: 0;
    max-width: 185px;
}

.terms_condition a {
    color: #EA1313;
}

.red_txt {
    color: #e61111 !important;
}

.per_icon {
    position: absolute;
    line-height: 40px;
    left: 14px;
    color: #e12677;
}

.fa-percent:before {
    content: "\f295";
}

.attch_button:before {
    content: "Attach File";
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 42px;
    text-align: center;
    top: 0;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color);
    padding: 10px;
    right: 0;
    background: var(--btn-bg);
}

.attch_button_input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    z-index: 9;
    height: 42px;
}

.attch_div {
    position: relative;
}

.sign_up_btn {
    font-size: 18px;
    text-align: center;
    color: var(--color);
    font-weight: 600;
    background: var(--btn-bg);
    border-radius: 3px;
    padding: 13px 25px;
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 19px;
    text-transform: uppercase;
    font-style: normal;
    border: none;
    max-width: fit-content;
    transition: all 0.3s;
    margin-bottom: 15px;
}

.reg_text_block h1 {
    color: var(--all-text-main);
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
}

.reg_text_block p {
    color: var(--all-text-sub);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 25px;
}

.sticky_nav_reg {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0px;
    z-index: 2;
}

@media (max-width:991px) {
    .sticky_nav_reg {
        position: relative;
    }

    .terms_condition {
        flex-direction: column;
        line-height: 10px;
    }
}
