@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
html,
body{
    height: 100%;
    font-family: 'Poppins', sans-serif;
}
.body-wrap{
    background-color: #e9edf5;
    min-height: 100%;
    padding-bottom: 50px;
}
html body .form-wrap input.form-control:focus{
    border-color: #FAFAFA;
    box-shadow: none;
    background: #FAFAFA;
}
html body .input-group-text{
    background: #FAFAFA;
    border-color: #FAFAFA;
}
.form-wrap.form-wrap-reg .row.justify-content-between .col-xxl-4.col-xl-4.col-lg-4.order-2-mob {
    margin: auto 0;
}
img{
    max-width: 100%;
}
img:focus,
a:focus,
input:focus,
button:focus{
    outline: none !important;
    box-shadow: none !important;
}
.wrap-all{
    position: relative;
}
.reg-wrap {
    background: #E9EDF5;
}
.right-icon {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 1;
    width: 200px;
    height: 200px;
}
.left-icon {
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 1;
    width: 200px;
    height: 200px;
}
.form-wrap-reg {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 70px 40px;
    position: relative;
    z-index: 2;
    margin: 120px 100px;
}
.form-wrap h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 46px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 60px;
}
.form-wrap label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #222222;
}
.form-wrap input {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #222222;
    background: #FAFAFA;
    border-radius: 5px;
    border: 1px solid #FAFAFA;
    padding: 10px 10px;
    margin-bottom: 35px;
}
.last-form-row{
    margin-top: 50px;
}
.already-acc p{
    font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #999999;
}
.already-acc p a{
    color: #3F99FF;
    text-transform: uppercase;
}
.btn.btn-prim {
    background: linear-gradient(180deg, #3FABFF 0%, #3F71FF 100%);
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 10px 40px;
    transition: 0.3s;
}
.btn.btn-prim:hover{
    background: linear-gradient(90deg, #3FABFF 0%, #3F71FF 100%);
}
/* sign in */
.row.mob-left-img {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
}
.row.mob-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}
.form-wrap-login.form-wrap h2 {
    margin-bottom: 30px;
}
.form-wrap-login.form-wrap .last-form-row {
    margin-top: 20px;
}
/* header */
header {
    background: #F9FCFD;
    padding: 10px 0;
}
.prof-wrap {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.prof-wrap span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.prof-wrap span i{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #555555;
}
.prof-wrap span a {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    text-decoration: none;
}
.dropdown-menu.open {
    display: block;
}
.prof-img.d-inline-block{
    position: relative;
    margin-right: 10px;
    margin-left: 30px;
}
.prof-wrap span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../images/drop.svg);
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
}
.bg-grey{
    background: #E9EDF5;
}
.min-h-100{
    min-height: 100%;
}
.wrap-section-top {
    background-color: #fff;
    padding: 40px 100px;
}
.who-prof-wrap {
    background: #F7F7F7;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    transition: 0.3s;
}
.who-sec p {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    color: #555555;
    margin-bottom: 7px;
}
.who-prof-wrap h6 {
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0;
}
.customers-det p {
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
    color: #555555;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}
.customers-det hr {
    background: #EEEEEE;
    margin: 8px auto;
}
.customers-det {
    margin-right: 30px;
}
.payment-sec-wrap {
    margin: 100px 0;
}
.form-wrap input:focus {
    background: linear-gradient(180deg, #3FABFF 0%, #3F71FF 100%);
}
.form-wrap h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #999999;
    margin-bottom: 30px;
}
.btn.btn-prim.px-5.px-10 {
    padding: 10px 80px !important;
}
.payment-sec-wrap .form-wrap label {
    font-size: 13px;
}
.who-prof-wrap.active,
.who-prof-wrap:hover {
    background: linear-gradient(180deg, #3FABFF 0%, #3F71FF 100%);
    color: #fff;
}
.who-prof-wrap.active h6,
.who-prof-wrap:hover h6{
    color: #fff;
}
@media screen and (min-width: 992px){
    .form-wrap.form-wrap-login {
        padding-left: 30px;
    }
    .form-wrap-reg{
        margin: 120px 50px;
        padding: 70px 25px;
    }
}
@media screen and (min-width: 1200px){
    .form-wrap.form-wrap-login {
        padding-left: 0;
    }
    .form-wrap-reg {
        padding: 70px 40px;
        margin: 120px 100px;
    }
    .who-prof-wrap img {
        max-height: 80px;
    }
}
@media screen and (min-width: 1400px){
    .who-prof-wrap img {
        max-height: inherit;
    }
}

@media screen and (min-width: 1600px){

}
@media screen and (max-width: 991px) {
    .col-xxl-4.col-xl-4.col-lg-4.order-2-mob {
        order: 2;
        margin-top: 35px;
    }
    .row.mob-left-img {
        /* display: none; */
        position: unset;
        width: 100%;
        height: auto;
    }
    .row.mob-left-img img{
        width: 120px;
        height: auto;
        display: block;
        border-radius: 15px;
        margin: 20px auto;
    }
    .mob-margin-0.my-auto {
        margin: 0 !important;
    }
    .mob-h-auto.h-100{
        height: auto !important;
    }
    .wrap-section-top {
        background-color: #fff;
        padding: 30px 25px;
    }

}
@media screen and (max-width: 767px) {
    .form-wrap-reg {
        padding: 30px 15px;
        margin: 40px 0px;
    }
    .form-wrap h2 {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .last-form-row {
        margin-top: 0;
    }
    .right-icon,
    .left-icon{
        display: none;
    }
    .mob-text-start.text-end{
        text-align: left !important;
    }
}
