@import url('../css/fonts/axiforma/axiforma.css');
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham/Gotham-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:root {
    --font-family: 'Axiforma';    /* Primary color */
    --font-family-loancamp: 'Axiforma', sans-serif;
}
body{
    font-family: var(--font-family) !important;
}
.main-box{
    display: flex;
    align-items: center;

}
p{
    font-family: var(--font-family);
    font-weight: 200!important;
}
.section-row{
    min-height: 100vh;
}
.form-box>div h1{
    font-family: var(--font-family);
    font-size:27px !important;
    font-weight:600 !important;
    color: black;
    margin-bottom: 0px !important;
}
.form-box>div p{
    font-family: var(--font-family);
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 28px !important;

}
button{
    width: 100%;
    border-radius: 100px !important;
    background-color: #00a2ea !important;
    border-style: none !important;
}

.btn-2{
    width: 100%;
    border-radius: 100px !important;
    background-color: #F3F4F6!important;
    border-style: none !important;
    color: black !important;
    margin-bottom: 10px;
}
.form-box{
    height:84vh;
    display: flex;
    align-items: center;
}
form label{
    font-size:13px;
    font-weight:bold;
    font-family: var(--font-family);
}

input[type="email"],input[type="password"],input[type="text"],
input[type="number"],select{
    height:35px !important;
    border-radius: 100px !important;
    font-family: var(--font-family);
    font-weight: 200;
}
.form-check-input:checked {
    background-color:#7b7ffb !important;
    border-color:#7b7ffb !important;
}
::placeholder{
    font-size: 14px !important;
}
.box-1{
    width: 50%;
    
}
.password{
    position: relative;
}
.far {
    position: absolute;
    right: 14px;
    bottom:-5px;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-size: 25px;
  }
.box-2{
    background-color: #00a2ea;
    width:50%;
    display: flex;
    justify-items: center;
    border-radius:100px 0px 0px 100px;
  
}
.sec-item{
    width: 500px;
    margin: auto;
}
.testimonial img{
    width:30px !important;
}
.testimonial p{
    font-family: var(--font-family) !important;
    font-size:15px !important;
    font-weight: 600 !important;
    line-height:28px !important;
    color: white;
}

.testimonial h6{
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height:28px !important;
    color: white;
}

.progress-steps .progress_bar{
    padding:10px 0px 10px 0px;
}
.progress-steps .progress_bar li:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 136%;
    background-color: #f2f2f2;
    top: 0;
    right: 100%;
    cursor: pointer;
    transition: all .5s;
}

.progress-steps .progress_bar li {
    list-style: none;
    margin-right: inherit;
    counter-increment: circle 1;
    position: relative;
    display: flex;
    cursor: pointer !important;
    width: 94% !important;
    margin: 0 0px 0 0px !important;
}

.progress-steps .progress_bar li:after {
    content: "";
    position: absolute;
    height: 3px !important;
    width:78% !important;
    /* background-color: #f2f2f2; */
    top: 0;
    right: 100%;
    cursor: pointer;
    transition: all .5s;
}

.progress-steps .progress_bar li:before {
    content: counter(circle);
    position: absolute;
    top: -21px;
    height: 40px;
    width: 43px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border-radius: 50%;
    z-index: 10;
    font-weight: 700;
    cursor: pointer;
    transition: all .5s;
}
.first,.sec{
    margin-left: 19px;
}

.alert{
    font-family: var(--font-family) !important;
    font-weight: 200;
}

input:-webkit-autofill {
    font-family: var(--font-family) !important;
}
input::placeholder {
    font-family: var(--font-family) !important;
    font-weight: 200;
}
select, select option {
    font-family: var(--font-family) !important;
    font-weight: 200 !important;
}
.btn-primary{
    font-family: var(--font-family) !important;
    font-weight: 200 !important;
}
@media (max-width: 767px){

    .footer-text{
        text-align: center;
    }
.box-2 {
   
 border-radius:0px 0px 0px 0px;
}
.testimonial p {
   font-size: 16px !important;
}
p{
    font-size: 13px !important;
}
button{
   margin-bottom: 25px !important;
}
.form-box {
    height:100%;
    display: flex;
    align-items:start;
    margin-top: 15px;
}
.phone-img{
    width: 300px;
}
.sec-item {
    width:300px;
    margin: auto;
}

}


.owl-theme .owl-dots .owl-dot span {
    width:12px !important;
    height: 2px !important;
    margin: 0px 0px !important;
   
    border-radius:0px !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: flex;
}

.owl-dot{
    width: 20px !important;
}

#frmRegister h4{
    font-family: var(--font-family);
    font-size:15px !important;
    font-weight:600 !important;
    color: black;
    margin-bottom: 0px !important;
}

.section-heading {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    padding: 10px 0;
    margin-bottom: 10px;
}

.section-divider {
    border: none;
    height: 2px;
    background: #ced4da;
    margin-bottom: 20px;
}
