body{
    background: #fff;
    font-family: Quicksand;
}
.form-control{
    font-size: 16px;
     height: 45px;
}
input::placeholder {
    font-size: 16px;
   
}
.clearfloat{
    clear: both;
}
.m-0{
    margin: 0;
}
.p-0{
    padding: 0;
}
.p-12{
    padding: 12px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag{
    height: 45px;
}
.error{
    color: red;
    font-size: 16px;
}
label.error{
    font-size: 10px;
}
.blue{
    color: #007791;
}
.header .nav{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.header-logo{
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
}
.header-name{
    font-size: 35px;
}
.header-sign,.header-sign:hover{
    display: inline-block;
    margin: 13px 0;
    font-size: 20px;
    text-decoration: none;
    color: #000;
}
.header-info{
    text-align: center;
}
.header-info .title{
    padding: 20px 0;
    text-align: center;
    font-size: 30px;
    color: #fb6672;
}
.header-info .discription{
    font-size: 15px;
    line-height: 30px;
}
.header-info .link{
    border-radius: 25px;
    padding: 7px 37px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 10px 0;
}
.header-info .link .email{
    vertical-align: middle;
}
.header-info .link .title{
    font-size: 17px;
}
.header-info .plans{
    display: inline-block;
}
.header-info .basic, .header-info .pro{
    float: left;
    width: 300px;
    background: #eee;
    border-radius: 5px;
    margin: 50px 80px;
}
.header-info .basic .header{
    background: #D7D7D7;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
}
.header-info .pro .header{
    background: #373E51;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}
.header-info .basic .showing-plan-amount .single-man,.header-info .pro .showing-plan-amount .single-man{
    font-size: 70px;
}
.header-info .basic .showing-plan-amount .amount,.header-info .pro .showing-plan-amount .amount{
    font-size: 26px;
    color: #fb6672;
    font-weight: bold;
    width: 80px;
    display: inline-block;
    line-height: 26px;
}
.header-info .basic .showing-plan-amount .amount small,.header-info .pro .showing-plan-amount .amount small{
    font-size: 50%;
    font-weight: 200;
    text-transform: capitalize;
}
.header-info .basic .description,.header-info .pro .description{
    display: inline-block;
    line-height: 30px;
    font-size: 17px;
    text-align: left;
}
.plan-select span:hover{
    border: 1px solid #fb6672;
}
.header-info .basic .plan-select,.header-info .pro .plan-select{
    margin: 20px 0;
    display: inline-block;
}
.header-info .basic .plan-select span,.header-info .pro .plan-select span{
    padding: 9px 32px;
    background: #fff;
    border-radius: 25px;
    cursor: pointer;
    color:#333;
}
.header-info .basic .plan-select a:hover,.header-info .pro .plan-select a:hover{
    text-decoration: none;
    color: #333;
}
.header-info .basic .plan-select span.active,.header-info .pro .plan-select span.active{
    background: #fb6672;
    color: #fff;
}
.login-section{
    background: #eee;
    padding: 0px 50px 50px 50px;
}
.login-section .title{
    font-weight: bold;
    font-size: 20px;
    padding: 5px 15px;
}
.register-div .title{
    font-weight: bold;
    font-size: 20px;
    padding: 5px 1px;
}
.register-div{
    padding-bottom: 20px;
}
.register-div .login{
    color: #fb6672;
    font-weight: bold;
}   
.register-div .btn-pink{
    border-radius: 25px;
    background: #fb6672;
    color: #fff;
    text-align: center;
    margin-top: -5px;
    width: 100px;
}
.intl-tel-input{
    width: 100%;
}
.selected-plan{
    background: #fff;
    border-radius: 5px;
}
.selected-plan .header{
    border-bottom: 1px solid #eee;
    padding: 20px;
}
.selected-plan .header span:first-child{
    color: #fb6672;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
    width: 125px;
    word-break: break-word;
    text-transform: capitalize;
}
.selected-plan .header span:nth-child(2){
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    width: 300px;
}
.selected-plan .header span small{
    font-size: 50%;
    display: block;
}
.selected-plan .description{
    padding: 10px 35px;
    line-height: 35px;
}
#card-element 
{
    background-color: #fff; 
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius:5px;
    padding: 12px;
    margin: 0px 0 20px 0;
}
#example3-card-cvc, #example3-card-expiry  
{
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius:5px;
    padding: 12px;
}
#example3-card-expiry{
    margin-left: 0px;
}
#card-errors{
    font-weight: bold;
    color: #292929;
    padding: 0px 0 8px 0;
}
.register-btn{
    text-align: center; 
}
.footer .submit1{
    text-align: center;
    width: 100px;
}
#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 9999;
    background-image : url('../img/loader.svg');
    background-color:#666;
    opacity : 0.8;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
.password-group,.confirm-password-group{
    position: relative;
}
.password-group img,.confirm-password-group img{
    position: absolute;
    top: 13px;
    right: 9px;
    cursor: pointer;
}
@media screen and (max-width:1023px){
    .header-info .basic, .header-info .pro{
        float: none;
    }   
    .header-info .basic, .header-info .pro{
        margin: 50px auto;
    }
    .header-info .title{
        font-size: 20px;
    }
    .selected-plan{
        margin-top: 11px;
    }
    .register-btn{
        padding-top: 22px;
    }

}