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

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

.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
}

@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 50px 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>div{
        width: 100% !important;
        padding: 50px 20px !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
}


.currencymenu{
    background-color:#ddd;
    color: #333;
    padding: 3px 15px;
    font-size:12px;
    cursor:pointer;
  }
  
  .currencymenu.active{
    background-color:#3e67ea !important;
    color: #fff !important
  }
  
  .term_menu{
    background-color:#ddd;
    color: #333;
    padding: 3px 15px;
    font-size:12px;
    cursor:pointer;
  }
  
  .term_menu.active{
    background-color:#3e67ea !important;
    color: #fff !important
  }
  

.btn-red{
    background-color:#bf4450;
    color:#fff;
    font-weight:600
  }
  .btn-green{
    background-color:#52c378;
    color:#fff;
    font-weight:500
  }
  .btn-yellow{
    background-color:#deac43;
    color:#fff;
    font-weight:500
  }
  
  .package_box:hover .button span {
    padding-right: 25px;
  }
  
  .package_box:hover .button span:after {
    opacity: 1;
    right: 0;
  }
  
.package_box{
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* border: 1px solid #eee; */
    border-radius:10px;
    width:220px;
  }
  .package_box{
    transition: transform 0.2s ease-in-out,opacity .2s ease-in-out
  }
  .package_box:hover{
    transform: scale(1.01);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* border:none !important */
  }
  .package_box.selected{
    border: 2px solid #000
  }
  
  .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);
  }


.link {
    position: relative;
    padding-bottom: 2px;
    z-index: 3;
    display: inline-block;
    color: #000;
    transition: all 0.5s;
}

.link:focus,.link:active{
    transform: scale(0.8) !important;
}
.link:hover {
    transform: scale(1.1);
}


  
.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;
    text-align: left
  }
  
  .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, .autocomplete-active-1 {
    /*when navigating through the items using the arrow keys:*/
    background-color: #e9e9e9 !important; 
  }


.md-form {
    position: relative;
    font-size: 14px;
  }
  
  
  .md-form input[type=date],.md-form input[type=datetime-local],.md-form input[type=email],.md-form input[type=number],.md-form input[type=password],.md-form input[type=search-md],.md-form input[type=search],.md-form input[type=tel],.md-form input[type=text],.md-form input[type=time],.md-form input[type=url],.md-form textarea.md-textarea {
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 5px;
  }
  .md-form select{
    border: 1px solid #ccc;
  }
  
  
  .md-form input[type=date]+label:after,.md-form input[type=datetime-local]+label:after,.md-form input[type=email]+label:after,.md-form input[type=number]+label:after,.md-form input[type=password]+label:after,.md-form input[type=search-md]+label:after,.md-form input[type=search]+label:after,.md-form input[type=tel]+label:after,.md-form input[type=text]+label:after,.md-form input[type=time]+label:after,.md-form input[type=url]+label:after,.md-form textarea.md-textarea+label:after {
    content: "";
    position: absolute;
    top: 65px;
    display: block;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out,.2s color ease-out;
    -o-transition: .2s opacity ease-out,.2s color ease-out;
    transition: .2s opacity ease-out,.2s color ease-out
  }
  
  
  .md-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #3e67ea
  } 
  
  .mobile_field:focus {
    -webkit-box-shadow: none;
    box-shadow: none
  } 
  
  .md-form label.active {
    background-color: transparent;
    left: 10px;
    padding: 0 8px; 
  
  }
  
  .md-form label {
    position: absolute;
    top: 12px;
    left: 16px;
    font-size: 14px;
    -webkit-transition: color .2s ease-out,-webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out,color .2s ease-out;
    transition: transform .2s ease-out,color .2s ease-out;
    transition: transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
    cursor: text;
    color:#999999;
  }
  
  
  .md-form label.active {
    -webkit-transform: translateY(-5px) scale(.8);
    -ms-transform: translateY(-5px) scale(.8);
    transform: translateY(-5px) scale(.8)
  }

.register_form{
    border-radius: 5px;
    font-size:16px;
    height: 60px;
    border: 1px solid #dddddd;
    padding: 25px 16px 5px 16px;
    color:#000
}


.required{
    border:2px solid #c80000 !important;
    border-radius: 5px;
  }