body {
    font-family: 'ProximaNova-Regular';
    color: #000
}

.extra_bold {
    font-family: 'ProximaNova-Extrabld';
}
.bold {
    font-family: 'ProximaNova-Bold';
}
.light{
    font-family: 'ProximaNova-Light';
}
.semi_bold{
    font-family: 'ProximaNova-Semibold'
}

.regular{
    font-family: 'ProximaNova-Regular'
}
.footer_menu{
    padding-bottom: 20px
}

.center_text{
    text-align: center;
}
.input-lg{
    border-radius: 0px;
    font-size:14px;
    height: 45px;
    border: 1px solid #dddddd;
}

.input-lg::placeholder {
    color: #dddddd
}
.account_fields::placeholder {
    color: #000000
}

@media all and (min-width: 480px) and (max-width: 1023px) {
    .header_content{
        padding:80px 50px !important;
        min-height: 50vh !important
    }
    .title{
        font-size: 54px !important;
        line-height: 1.3 !important
    }
    .header_text{
        width: 100% !important
    }

    .float_div{
        padding:20px 5px !important;
        width: 90% !important;
        top:-50px !important;
    }

    .logo_container{
        margin: 10px 0 0 0;
        width: 50% !important;
        padding:0px 25px !important;
        height: 130px !important;

    }
    .plan_section{
        padding:50px !important
    }
    .plan_content{
        flex-direction: column;
    }
    .plan_box{
        width: 50% !important;
        margin: auto auto 10px auto !important;
    }
    .testimonial_section{
        flex-direction: column;
        padding-top:70px !important
    }
    .testimonial_section_pad{
        padding:0 0 40px 0 !important

    }
    .testimonial_text{
        width: 100% !important;
        padding-bottom: 10px;
    }
    .footer_section{
        padding:30px 20px !important;
        flex-direction: column;
    }

    .social_icons{
        padding-top: 50px;
    }
}

.btn-custom{
    border-radius: 0px;
    font-weight: 600; 
    padding: 10px 20px;
    margin-top:40px;
    width: 250px;
}

.btn-custom:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
    background-size: cover;
    background-image : url(../img/RightArrow_white.png);
}

.italic-font{
    font-family: LibreBaskerville;
    /* font-style: italic; */
}

.border-white{
    border: 1px solid #ffffff !important;
}
.btn-transparent {
    background-color:transparent;
    color: #000;
    border: 1px solid #000;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.open>.dropdown-toggle.btn-transparent {
    background-color: #000;
    border-color: #fff;
    color: white;
    border: 1px solid #fff;
}

.btn-default {
    background-color: #A01E64;
    color: white;
    border: 1px solid #A01E64;
    border-radius: 0px !important;
    font-size: 12px;
    /*    color: cornsilk;*/
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-color: #A01E64;
    border-color: #A01E64;
    color: white;
    border: 1px solid #A01E64;
}

.btn-lg,
.btn-default {
    border-radius: 5px;
}
.btn-lg{
    padding: 10px 20px;
    font-size: 14px
}
.container{
    max-width: 1230px;
    margin:auto;
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media all and (max-width: 480px) {
    .container{
        padding:0 !important
    }
    .header_content{
        padding:50px 30px 30px 30px !important;
    }
    .title{
        font-size: 54px !important;
        line-height: 1 !important
    }
    .header_text{
        width: 100% !important;
        font-size: 20px !important;
    }

    .content_title{
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    .footer_section{
        padding:30px 20px !important;
        flex-direction: column;
    }
    .social_icons{
        margin: auto !important;
        padding-top: 50px;
    }
    .footer_pad_right{
        margin-right: 35px !important
    }
    /* .section{
        flex-direction: column;
    } */
    .section{
        width: 100% !important;
        padding: 0px 20px !important;
    }
    .right_side{
        width: 100% !important;
        padding:50px 0 !important;
    }

}


a, a:hover, a:focus {
    color: #000;
    text-decoration: none;
}
#main-page{
    overflow-x: hidden;
}


.ui-loader{
    display: none !important;
}

a{
    cursor: pointer;
}


.modal-header {
    border-bottom: 0px
}
body.modal-open .modal .modal-dialog {
    margin: auto;
}

.color-a01e64{
    color:#a01e64
}

.white, .white a {
    color: #fff;
    -webkit-text-stroke:1px #000;
}


.modal-backdrop.in {
    opacity: .9
}


.title{
    font-size: 92px;
    line-height: 92px;
    word-spacing: .5px;
    margin:0;
    color:#fff;
}

.header_text{
    color:#fff;
}

.content_title{
    font-size: 36px;
    line-height: 38px;
    margin:0;
}

.btn-red{
    background-color:#d13750;
    color:#fff;
}
.btn-red:hover{
    background-color:#a00a23;
    color:#fff;
}

.btn-blue{
    background-color: #3e67ea;
    color:#fff;
}

.btn-blue:hover{
    background-color: #003c7c;
    color:#fff;
}

.btn-black{
    background-color: #000;
    color:#ffffff;
}

.btn-black:hover{
    background-color:#393939;
    color:#fff;
}


.link, .link:hover{
    color:#333333;
    text-decoration: underline;
}

.content_text{
    margin-bottom: 16px;
    line-height: 1.5;
}

.form_label{
 color:#3e67ea
}

.active_menu{
 color:#000 !important;
 font-family: 'ProximaNova-Semibold'

}
#update_popup .modal-dialog{
    width: 700px ;
}

#login_popup.in, #update_popup.in {
    display: flex !important;
    height: 100%;
} 

.login_field::placeholder {
    color: #3e67ea
}


.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .autocomplete-items-signup-country, .autocomplete-items-country {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: scroll;
    max-height: 250px;
    height: auto;
  }
  
  .autocomplete-items-signup-country div, .autocomplete-items-country div {
    padding: 10px;
    cursor: pointer;
    background-color: #fafafa; 
    border-bottom: 1px solid #d4d4d4; 
  }
  .autocomplete-items-signup-country div:hover, .autocomplete-items-country div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9; 
  }
  
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #e9e9e9 !important; 
  }


input[type="file"] {
    display: none;
}
.custom-file-upload {
    /* border: 1px solid #333; */
    /* display: inline-block; */
    cursor: pointer;
    font-weight: normal;
    /* width: 100%; */
    margin:0;
    color:#3e67ea;
    text-decoration: underline;

}
.box{
    background-color: #eee;
    text-align: center;
    /* margin: 0 10px; */
    width: 23%;
    padding:10px;
    cursor: pointer;
}

.box:hover{
  background-color: #ccc;
}
.box.selected{
  border:1px solid #000;
  background-color:#ccc;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: #fff
}
.popover.bottom{
    margin-top: -15px;
}
.forgot_password:hover{
    text-decoration: underline
}



.button {
    transition: all 0.5s;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\203A';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }
  
  .button:active {
    -webkit-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
  }
  
  .button:hover {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
