@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Mulish:400,500,600,700&display=swap');
body{
    min-width:380px;
}
.mobile-logout{
    display: none !important;
}
.custom-wrapper *:not(.fa),.logo-text{
    font-family: "Mulish",sans-serif !important;
}
.custom-wrapper{
    background:linear-gradient(to right,#3FC5FF,#9E1EFF);
    margin-top:-15px;
    padding:60px 0;
    min-height:100vh
}
.custom-wrapper label{
    font-weight:600;
}
.custom-wrapper input, .custom-wrapper select{
    font-size:15px;
    height:50px;
}
.custom-wrapper input:focus, .custom-wrapper select:focus{
    box-shadow:  0 0 10px rgba(158,20,255,0.2);
    outline: none !important;
    border-color:#9E1EFF
}
.custom-wrapper input[type=checkbox]{
    height:auto
}
.custom-btn{
    background:linear-gradient(to right,#3FC5FF,#9E1EFF);
    border:none;
    font-size:16px;
    font-weight: 600;
    text-transform: uppercase;
    padding:15px;
    color:#fff;
    border-radius: 5px;
}
.main-heading{
    color:#fff;
    font-weight:700;
}
.custom-checkbox{
    position: relative;
    font-weight:400 !important;
    padding-left:30px
}
.custom-checkbox::before{
    content: "";
    height:20px;
    width:20px;
    border-radius: 50%;
    border:1px solid #ccc;
    position: absolute;
    left:0;
    top:2px;
    background-color:#f5f5f5

}
.agree-term{
    display: none;
}
.agree-term:checked +  .custom-checkbox::before{
    border-color:#9E1EFF;
    background-color:#9E1EFF
}
.link-text{
    color:#3FC5FF;
    font-weight: 600;
}
.bordered-btn{
    border:1px solid #3FC5FF;
    color:#3FC5FF !important;
    text-transform: uppercase;
    padding:10px 30px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;

}
.bordered-btn:hover{
    color:#fff !important;
    background-color:#3FC5FF;
    text-decoration: none;
}
.heading-2{
    font-size:24px;
    font-weight:700;
}
.title-wrapper>*{
    color:#fff !important;
}
.title-wrapper{
    border:1px solid #fff;
    border-radius: 10px;
    padding:20px 40px;
}
.round-text{
    height:40px;
    width:40px;
    border-radius: 50%;
    background-color:#fff;
    font-weight:700;
    color:#3FC5FF;
    font-size:18px;
    display: inline-block;
    padding-top:6px
}
.reset-steps li{
    display: flex;
    margin-bottom:10px;
}
.reset-steps p{
    margin-bottom:0;
    padding-top:10px;
    padding-left:10px;
}
.table-header{
    background:linear-gradient(to right,#3FC5FF,#9E1EFF);
}
.custom-wrapper .card-title{
    font-size:22px;
    font-weight:700;
}
.clean-btn{
    background:#fff;
    border-radius: 5px;
    color:#444;
    padding-left:30px;
    padding-right:30px;
    display: inline-block;
}
.ans-text{
    /*border:1px solid #ddd;*/
    border-radius: 5px;
}
.ans-text p{
    color:#464646 !important
}
.nav-btn{
    color:#fff !important;
    border-color:#fff;
    font-size:14px;
    padding-left:20px;
    padding-right:20px;
}
.nav-btn i{
    margin-right:6px;
}
.nav-btn:hover{
    border-color:#3FC5FF
}
.heading-sm{
    font-size:20px;
    font-weight:700;
}
.tools-wrapper{
    background-color:#F6F6F6;
    border-radius: 6px;
}
.compact-btn{
    background-color:#3FC5FF;
    display: inline-block;
    color:#fff;
    font-weight:600;
}
.compact-btn:hover{
    background-color:#9E1EFF;
    color:#fff;
}
.form-icon{
    position: absolute;
    color:#565656;
    bottom:17px;
    left:15px
}
.iconed-input{
    padding-left:38px;
}
.iconed-input:focus + .form-icon{
    color:#9E1EFF
}

.menu-link a{
    text-transform: uppercase;
    color:#565656
}
.menu-link a i{
    margin-right:8px;
}
.sm-bordered-btn{
    padding:8px 20px;
    font-weight:400;
    background-color:#3FC5FF;
    color:#fff !important
}
.logo-text{
    background: -webkit-linear-gradient(to right,#3FC5FF,#9E1EFF);
    background: linear-gradient(to right,#3FC5FF,#9E1EFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 40px;
    font-weight:700;
}
.btn-wrapper{
    flex-shrink:0;
}
.table-card{
    border-radius: 10px;
    overflow: hidden;
}
.form-outline .text-danger{
    font-size:15px;
    margin-top:5px;
}

.column-container {
    padding: 0 2.5%;
    flex-direction: column;
    display: flex;
}
.column-container .card {
    border-radius: 8px;
    background-color: #fff;
    padding: 32px;
    transition: 300ms all cubic-bezier(.4,0,.2,1);
    margin-top: 24px;
    box-shadow: 0 8px 60px 0 rgb(103 151 255 / 11%), 0 12px 90px 0 rgb(103 151 255 / 11%);
}
.column-container .centered {
    text-align: center;
    align-items: center!important;
}
.column-container .package {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 4% -2.5%;
    max-width: 105%;
}
.column-container .package {
    position: relative;
    transition: all 500ms ease-in-out;
    border: 0 solid #8f42ec;
}
.column-container .column {
    display: flex;
    flex-direction: column;
    min-width: 100%;
}

.package .card-title {
    font-size: 30px !important;
}

.package .card-title, .accent-blue .package_price .price {
    background: linear-gradient(120deg,rgba(55,118,255,0) 0%,#1e65ff 100%);
    background: linear-gradient(120deg,#379eff 0%,#1e65ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.package .package_price {
    margin-right: -32px;
}


.package .package_price {
    display: flex;
    color: rgba(109,124,144,.5);
    margin: 16px 0 40px;
    justify-content: center;
}

.column-container p.lead {
    font-size: 1.1em;
    max-width: 850px;
}
.package .package_price .price {
    font-weight: 700;
    font-size: 72px;
    line-height: 1em;
}
.package .package_price span:last-child {
    align-self: flex-end;
}
.package ul {
    list-style: none;
	padding-left:0px;
}
.package ul li {
    margin-bottom: 1em;
}

@media only screen and (max-width:992px){
    .desk-logout{
        display:none !important
    }
    .mobile-logout{
        display: inline-block !important;
        margin-left:auto
    }
    .logo-wrapper{
        display:flex;
    }
    .menu-wrapper{
        display: block !important;
        text-align: center;
        padding-top:15px;
    }
    .menu-link{
        border-top:1px solid #ddd;
        padding-top:15px;
        display: block;
        margin-bottom:0 !important
    }
}
@media only screen and (max-width:768px) {
    .formBox {
        padding:40px 20px !important;
    }
    .title-wrapper{
        padding:20px;
    }
    .main-titles{
        display:block !important;
        text-align: center;
    }
    .main-titles .main-heading{
        margin-bottom:15px !important;
    }
    .home-table{
        padding:0 !important
    }
}
@media only screen and (max-width:575px) {
    .title-wrapper{
        padding:20px;
    }
    .menu-link a{
       padding-left:10px !important;
       padding-right:10px !important;
       font-size:14px;
    }
    .logo-text{
        font-size:34px;
    }
    .menu-link{
        margin-left:-15px;
        margin-right:-15px;
    }
    .menu-wrapper {
        padding-top: 10px;
    }
}
