.selec_log{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 50px;
    margin-top: 30px;
}
.selec_log .slecbox_check{
    margin-bottom: 0;
    cursor: pointer;
    text-align: center !important;
    display: block;
}
.selec_log .slecbox_check figure{
    position: relative;
    width: 90px;
    margin: auto;
}
.selec_log .slecbox_check figure::before{
    content: '\f00c';
    height: 25px;
    width: 25px;
    position: absolute;
    font-size: 16px;
    text-align: center;
    background: #CCCCCC;
    color: #fff;
    border-radius: 100px;
    top: 0px;
    right: 0px;
    font-family: 'FontAwesome';
    font-weight: normal;
    text-transform: none;
    z-index: 99;
    display: flex;
    align-items: center;
    opacity: 0;
    justify-content: center;
}
.selec_log .slecbox_check input{
    display:none;
}
.selec_log .slecbox_check input:checked ~ figure::before{
    background: #28a745;
    color: #fff;
    opacity: 1;
}
.selec_log .slecbox_check img{
    width: 80px;
    height: 80px;
}
.selec_log .title{
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #1f1f1f;
    margin-top: 15px;
    margin-bottom: 8px;
}
.new_mdlstyle .selec_log p{
    font-family: 'Nunito', sans-serif;
font-weight: normal;
margin: 0;
font-size: 16px;
color: #707070;
}
.new_mdlstyle .modal-content{
    border-radius: 20px;
    background: #d5e2f6;
    width: 100%;
}
.new_mdlstyle .modal-header {
    border: 0px;
    background: transparent;
    padding: 35px 35px 30px;
}
.new_mdlstyle .modal-header .close{
    position: absolute;
    opacity: 1;
    font-size: 24px;
    font-weight: 600;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #306dd0;
    background: transparent;
    border: 0;
}
.new_mdlstyle .modal-dialog {
    max-width: 600px;
    margin: 0.5rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
@media(min-width:768px){
    .new_mdlstyle .modal-dialog {
        min-height: calc(100% - (1.75rem * 2));
        margin: 1.75rem auto;
    }
}
.new_mdlstyle .modal-header .modal-title{
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #3b3b3b;
    background: transparent;
}
.new_mdlstyle .modal-body {
    border-radius: 20px;
    background: #fff;
    margin: 7px;
    padding: 35px 35px!important;
    margin-top: 0px!important;
}
.new_mdlstyle .modal-body p{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-align: center;
    color: #3b3b3b;
}
.new_mdlstyle .btn_grp {
    text-align: center;
    margin-top: 30px;
}
.new_mdlstyle .btn_grp > ul{
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -10px;
}
.new_mdlstyle .btn_grp > ul > li{
    padding: 10px;
}
.new_mdlstyle .btn_grp .btn{
    min-width: 140px;
    border-radius: 100px;
    width: auto;
    transition: .3s ease-in-out;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px !important;
    font-size: 18px !important;
}
.new_mdlstyle .btn_grp .btn:active, .new_mdlstyle .btn_grp .btn:focus{
    outline:0;
}
.btn.btn_blue {
    background: #306dd0;
    color: #fff;

}
.btn.btn_blue:hover {
    background: #204A8F;
    color: #fff !important;
}
.btn.btn_lblue{
    background: #d5e2f6;
    color: #306dd0;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 18px;
}
.btn.btn_lblue:hover{
    background: #306dd0;
    color: #fff !important;
}
.role_stepcount {
    text-align: center;
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}
.role_stepcount li {
    display: inline-block;
    z-index: 1;
    text-align: center;
    position: relative;
}
.role_stepcount li a {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    text-decoration: underline !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #010103;
}
.role_stepcount li a span {
    height: 24px;
    margin: auto;
    width: 24px;
    background: #fff;
    border: 4px solid #707070;
    position: relative;
    display: block;
    border-radius: 100px;
    margin-bottom: 10px;
}
.role_stepcount li.active span {
    background: #306dd0;
    border-color: #306dd0;
}
.role_stepcount li.active a span::before {
    content: '\f00c';
    position: absolute;
    top: 1px;
    left: 2px;
    font-weight: 400;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 12px;
}
.role_stepcount li+li {
    margin-left: 70px;
}
.role_stepcount li+li::before {
    content: '';
    width: 105px;
    height: 2px;
    background: #2f6dd0;
    position: absolute;
    left: -90px;
    top: 11px;
    z-index: -1;
}
.new_mdlstyle .form-group.grid {
    display: grid;
    margin-bottom: 35px;
    grid-template-columns: .8fr 1.5fr;
}
.new_mdlstyle .form-group label {
    font-family: 'Nunito', sans-serif;
    font-weight: 600 !important;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #5e6d82;
}
.new_mdlstyle .form-group .form-control {
    min-height: 50px;
    border-radius: 4px;
    background: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 16px !important;
    color: #474747 !important;
    border: 1px solid #d6d6d6;
}
.new_mdlstyle .form-group .form-control.error{border-color:red;}
.new_mdlstyle .form-group .error:not(.form-control){font-size: 12px;color: red;font-style: italic;grid-column: span  1/ 3;/* margin-top: 5px; */}
.new_mdlstyle .form-group .form-control::placeholder{
    font-size:14px;
}
.ft_login p {
    font-family: 'Nunito', sans-serif;
    font-weight: normal !important;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #707070 !important;
    line-height: 20px;
    margin-top: 30px;
}
.ft_login p a{
    color: #306dd0;
}
.ft_signup {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.ft_media a {
    font-family: 'Roboto';
    font-weight: 600;
    margin: 5px 5px;
    /*width: 183px;*/
    max-width: 100%;
    /* text-transform: uppercase; */
    font-size: 14px;
    text-align: left;
    color: rgb(0 0 0 / 54%);
    padding: 10px 8px;
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    background: #fff;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 16%);
    border-radius: 4px;
}
.ft_media a:hover{
    color: #306dd0;
    text-decoration: none;
}
.ft_media a img {
    margin-right: 10px;
    height: 18px;
    width: 18px;
}
.ft_signup p {
    font-family: 'Nunito', sans-serif;
    font-weight: normal !important;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 20px;
    margin-top: 38px;
    text-align: center;
    margin-bottom: 0;
    color: #707070 !important;
}
.role_steps .form-group.subcat_chkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    margin-bottom: 0 !important;
}
.check_bx3 .subcat_chkbox .custom-control {
    display: block;
    position: relative;
    min-height: 1rem;
    padding-left: 0;
}
.check_bx3 .subcat_chkbox .custom-control-label{
    padding-left:30px;
}
.check_bx3 .like_radio {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 16px;
    height: 16px;
    opacity: 0;
}
.role_steps .form-group label {
    opacity: 1;
    display: inline-flex;
    gap: 0 10px;
}
.check_bx3 .custom-control-label::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px!important;
    height: 16px!important;
    pointer-events: none;
    content: "";
    border: 1px solid #747d84!important;
    background-color: #fff;
    border-radius: 0.25rem!important;
}
.check_bx3 .subcat_chkbox .like_radio:checked~.custom-control-label::before {
    background-color: #ff702f!important;
    border-color: #ff702f!important;
    border: 1px solid!important;
    border: 1px solid #ff702f!important;
}
.check_bx3 .custom-control-label::after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 16px;
    font-family: 'FontAwesome';
    color: #fff;
    font-weight: 100;
    height: 16px;
    font-size: 10px;
    content: "\f00c";
}
.role_steps .check_boxgrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.role_steps .check_boxgrp .custom-radio {
    padding-left: 0;
    position: relative;
}

.role_steps .check_boxgrp .custom-control-label::before {
    width: 15px;
    height: 15px;
    left: 0;
    top: 4px;
    content: '';
    position: absolute;
    left: 0;
    border-radius: 100px;
    background: #f5f6fa;
    border: 1px solid #747d84;
}
.role_steps .check_boxgrp .custom-control-input:checked ~ .custom-control-label::before {
    background: #fff !important;
    border: 5px solid #ff702f!important;
}
.check_boxgrp .custom-control label {
    padding-left: 25px;
}
.check_boxgrp .custom-control label[for*="remeber"]{
    padding-left:0
}
.role_steps .step+.step {
    display: none;
}
@media screen and (max-width: 575.5px){
    .selec_log{
        display: block;
    }
    .selec_log .slecbox_check + .slecbox_check{
        margin-top: 20px;
    }
    .new_mdlstyle .form-group.grid {
        display: block;
        margin-bottom: 25px !important;
    }
    .new_mdlstyle .modal-header {
        padding: 20px 15px;
    }
    .new_mdlstyle .modal-body {
        padding: 15px !important;
    }
    .new_mdlstyle .btn_grp .btn{
        min-width: 100px
    }
    .new_mdlstyle .custom_tooltip_box .tooltip.right .tooltip-arrow {
        transform: initial;
        right: -6px!important;
        left: 0!important;
    }
}