/**************************************************************************************************************************/
/** Login page **/
/**************************************************************************************************************************/
/**Hide all the other section for login page**/
@media (max-width: 992px) {

    .login_register__page header.header_area {
        display: none;
    }

    .login_register__page .edm_sticky_menu_area {
        display: none;
    }

    .login_register__page .breadcrumb_area {
        display: none;
    }

    .login_register__page .footer_area {
        display: none;
    }
}

/**Login page**/
.sign_in_area {
    padding: 0 0 40px;
}

@media (max-width: 992px) {

    .sign_in_area {
        padding: 40px;
    }
}

@media (max-width: 768px) {

    .sign_in_area {
        padding: 20px;
    }
}

@media (max-width: 480px) {

    .sign_in_area {
        padding: 10px 0;
    }
}

.loginpage_form {
    padding: 25px 15px;
}

    .loginpage_form .login_modal_content {
        max-width: 768px;
        margin: 0 auto;
    }

    .loginpage_form img {
        height: 60px;
        display: none;
    }

@media (max-width: 992px) {

    .loginpage_form img {
        height: 60px;
        display: inline-block;
    }
}

@media (max-width: 480px) {

    .loginpage_form img {
        height: 45px;
        display: inline-block;
    }
}

.loginpage_form .forgotten-password {
    font-size: 14px;
    margin-top: 15px;
}

    .loginpage_form .forgotten-password a {
        text-decoration: underline;
        color: #e62237;
    }

.loginpage_form .login_modal_title h4 {
    font-size: 1.5rem;
}

.loginpage_form .login_modal_title p {
    padding: 0 250px;
}

@media (max-width: 1024px) {

    .loginpage_form .login_modal_title h4 {
        font-size: 1.5rem;
    }

    .loginpage_form .login_modal_title p {
        font-size: 12px !important;
        line-height: 18px !important;
    }
}

@media (max-width: 992px) {

    .loginpage_form .login_modal_title h4 {
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .loginpage_form .login_modal_title p {
        padding: 0 150px;
        font-size: 12px !important;
        line-height: 18px !important;
    }
}

@media (max-width: 768px) {

    .loginpage_form .login_modal_title h4 {
        font-size: 1.2rem;
    }

    .loginpage_form .login_modal_title p {
        padding: 0 120px;
        font-size: 11px !important;
        line-height: 16px !important;
    }
}

@media (max-width: 480px) {

    .loginpage_form .login_modal_title h4 {
        font-size: 1.1rem;
    }

    .loginpage_form .login_modal_title p {
        padding: 0;
        font-size: 10px !important;
        line-height: 16px !important;
    }
}

/** login tab **/
.loginpage_form .custom_style1_tab .nav-item {
    margin: 0;
    float: left;
    width: 150px;
}

    .loginpage_form .custom_style1_tab .nav-item .nav-link {
        font: 500 16px "Poppins", sans-serif;
        color: #000000;
        border: 0px;
        padding: 0px 0px 10px;
        position: relative;
    }

@media (max-width: 480px) {

    .loginpage_form .custom_style1_tab .nav-item .nav-link {
        font: 500 13px "Poppins", sans-serif;
    }
}

.loginpage_form .custom_style1_tab .nav-item .nav-link:before {
    width: 0;
    content: "";
    left: auto;
    right: 0;
    height: 5px;
    background: #e62237;
    position: absolute;
    bottom: -2px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.loginpage_form .custom_style1_tab .nav-item .nav-link.active {
    color: #e62237;
    background: transparent;
    font-weight: 700;
}

    .loginpage_form .custom_style1_tab .nav-item .nav-link.active:before {
        right: auto;
        left: 0;
        width: 100%;
    }

.loginpage_form .custom_style1_tab .nav-item:first-child {
    margin-left: 0px;
}

/**************************************************************************************************************************/
/** Login page - why choose us section **/
/**************************************************************************************************************************/
.login_register__page .why_choose_us_area {
    padding: 10px 0 150px;
}

@media (max-width: 1024px) {

    .login_register__page .why_choose_us_area {
        padding: 0 0 190px;
    }
}

.why_choose_us_area .sec_title {
    margin-bottom: 10px;
}

.why_choose_us_area .sec_title h2 {
    font-size: 1.5rem;
}

.why_choose_us_area .sec_title p {
    padding: 0 250px;
}

@media (max-width: 1024px) {

    .why_choose_us_area .sec_title h2 {
        font-size: 1.5rem;
    }

    .why_choose_us_area .sec_title p {
        font-size: 12px !important;
        line-height: 18px !important;
    }
}

@media (max-width: 992px) {

    .why_choose_us_area .sec_title h2 {
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .why_choose_us_area .sec_title p {
        padding: 0 150px;
        font-size: 12px !important;
        line-height: 18px !important;
    }
}

@media (max-width: 768px) {

    .why_choose_us_area .sec_title h2 {
        font-size: 1.2rem;
    }

    .why_choose_us_area .sec_title p {
        padding: 0 120px;
        font-size: 11px !important;
        line-height: 16px !important;
    }
}

@media (max-width: 480px) {

    .why_choose_us_area .sec_title h2 {
        font-size: 1.1rem;
    }

    .why_choose_us_area .sec_title p {
        padding: 0;
        font-size: 10px !important;
        line-height: 16px !important;
    }
}

/**why choose us item**/
.why_choose_us_item {
    border-radius: 6px;
    background-color: white;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 100%;
    padding: 40px;
    color: #000;
}

.why_choose_us_item img {
    margin-bottom: 35px;
    width: 136px;
}

.why_choose_us_item h5 {
    color: #000;
}

.why_choose_us_item h5:hover {
    color: #000;
}

@media (max-width: 992px) {

    .why_choose_us_item {
        padding: 20px;
    }

    .why_choose_us_item img {
        margin-bottom: 25px;
        width: 80px;
    }

    .why_choose_us_item h5 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {

    .why_choose_us_item {
        padding: 20px;
    }

    .why_choose_us_item img {
        margin-bottom: 20px;
        width: 75px;
    }

    .why_choose_us_item h5 {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .why_choose_us_item {
        padding: 10px;
    }

    .why_choose_us_item img {
        margin-bottom: 16px;
        width: 45px;
    }

    .why_choose_us_item h5 {
        font-size: 10px;
        text-align: left;
    }
}

/**registration form**/
.registration__form {
    margin-bottom: 120px;
}

/**Overwrite**/
#btn_toggle_ind_acct_form,
#btn_toggle_ind_acct_form1,
#btn_toggle_cpy_acct_form,
#btn_toggle_cpy_acct_form1 {
    padding: 10px 45px;
    margin-bottom: 5px;
}

@media (max-width: 992px) {

    #btn_toggle_ind_acct_form,
    #btn_toggle_ind_acct_form1,
    #btn_toggle_cpy_acct_form,
    #btn_toggle_cpy_acct_form1 {
        padding: 10px 15px;
        width: 49%;
        display: inline-block;
    }
}