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

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

.footer_menu{
    padding-bottom: 20px
}

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

.collapsing {
    transition: height 0.6s;
}
@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: #A01E64;
    border: 1px solid #A01E64;
    border-radius: 0px;
    font-size: 12px
}

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

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


.panel-heading{
    position: relative;
}
.faq-icon{
    position: absolute;
    right:15px;
    top:20px
}
.faq_collapse{
    font-size:16px
}
.panel-body{
    font-size:16px
}

@media all and (max-width: 480px) {
    .link:hover {
        transform: scale(0.8) !important;
    }
    .faq_container{
        display: block !important;
        width:100% !important
    }
    .faq_col{
        width: 100% !important
    }
    .faq_header{
        padding:0 20px !important
    }
    .panel-heading{
        padding: 15px 20px 0px 20px !important
    }
    .faq_collapse{
        font-size:18px !important
    }
    .panel-body{
        padding: 0 0px 0px 20px !important;
        font-size:18px !important;
        /* margin-right: 25px; */
        width: 85%;
    }
    .faq_div{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        margin-top: 100px;
    }
    .faq-icon{
        right: 20px !important;
        top: 15px !important;
    }
    .panel-title{
        width: 85%;
    }
    .panel{
        margin-top: 15px !important
    }
    .double_arrow{
        justify-content:center;
        margin: auto !important
    }
    .pricing_div{
        height: 1270px !important;
        padding-top: 80px !important;
        padding-bottom: 0px !important
    }
    .pricing_content{
        padding-bottom: 0px !important;
    }

    .package_box:hover{
        -webkit-transform: scale(1.0) !important;
        transform: scale(1.0) !important;
    }
    .mobile_pricing{
        /* height: 1570px !important; */
        overflow: auto;
        justify-content: normal !important;
        padding: 0 0px;
    }
    .box_pad{
        padding: 0 10px 0 0px !important;
    }
    .mobile_color{
        height: 20px !important;
    }
    .mobile_currency_tab{
        width: 100% !important;
        justify-content: center !important;
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }
    .package_box{
        width: 340px !important;
        /* margin: auto; */
        margin-bottom: 50px !important;
    }
    .mobile_flex{
        flex-direction:column;
    }
    .container{
        padding:0 !important
    }
    .header_content{
        padding:50px 30px 100px 30px !important;
    }
    .title{
        font-size: 32px !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;
    }
    .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_header{
        width: 100% !important;
    }
    .plan_section{
        padding:0px 0px 100px 0 !important
    }
    .plan_header_text{
        font-size: 26px !important;
        padding:0 42px !important;
    }
    .plan_content{
        flex-direction: column;
    }
    .plan_box{
        width: 100% !important;
        margin: auto auto 20px auto !important;
    }
    .plan_content_text{
        padding:20px 20px !important;
        font-size: 18px !important;
        min-height: 170px !important;
    }
    .testimonial_section{
        flex-direction: column;
        padding:70px 25px 0 25px !important
    }
    .testimonial_section_pad{
        padding:0 0 40px 0 !important

    }
    .testimonial_name{
        flex-direction: column;
    }
    .testimonial_text{
        width: 100% !important;
        padding-bottom: 10px;
    }
    .footer_section{
        padding:30px 20px !important;
        flex-direction: column;
    }
    .social_icons{
        margin: auto !important;
        padding-top: 50px;
    }
    .footer_pad_right{
        margin-right: 35px !important
    }
    .howitworks{
        width: 1100px
    }
    .star{
        padding:50px 10px !important;
        font-size: 18px
    }
    .complete_content{
        flex-direction: column;
    }
    .complete_col{
        padding-bottom: 50px;
    }
    .plan_price{
        padding-top: 60px !important
    }
    .howitworks_margin{
        margin: 0 10px 0 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: 60px;
    line-height: 60px;
    word-spacing: .5px;
    margin:0;
}

.header_text{
    color:#fff;
}

.content_title{
    font-size: 50px;
    line-height: 54px;
    margin:0;
}
.float_div{
    padding:40px 30px;
    position: absolute;
    width: 750px;
    margin:auto;
    top:-85px;
    left:0;
    right:0;
}

.logo_container{
    display: flex;
    margin: 10px 0 0 0;
    background-color: #fff;
    width: 33%;
    padding:50px;
    height: 250px;
}
.logo_container_2{
    display: flex;
    margin: 0;
    width: 25%;
    position: relative;
}
.plan_box{
    width: 50%;
}
.blue_box{
    border:1.2px solid #3e67ea;
}
.red_box{
    border:1.2px solid #d13750;
}
.black_box{
    border:1.2px solid #000;
}


.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-yellow{
    background-color: #d69820;
    color:#fff;
}

.btn-yellow: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;
}

.menu_link{
    text-decoration:none;
    padding: 8px 5px;
    border-bottom: solid 1px #999999;
    color:#333;
    display: block;
    width: 100%;
}

.menu_link:hover{
    background-color: #f7f7f7;
    color:#333;
}
.menu_link.active{
    color:#A01E64;
}
.howitworks_container{
    text-align: center;
    border:1px solid #999;
    border-top:none !important;
    position: relative;
    padding:0 10px;
    font-size: 16px;
    margin:0 10px;
    width: 20%;
}
.howitworks_logo{
    width: 120px;
    margin:auto;
    position: absolute;
    top:-80px;
    left:0;
    right:0;
}
.howitworks_header{
    padding-top:30px;
}

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

.carousel-indicators li{
    background-color:#e6e6eb;
    border: none;
    width: 12px;
    height: 12px;
    opacity: 0.7;
    margin: 3px;
}

.carousel-indicators .active{
    margin: 3px;
    opacity: 1;
}

.icons .active{
 background-color: #d13750
}
.icons li{
    background-color: #fff
}
.sticky_div {
    position: fixed;
    top: 150px;
    width: 100%;
}

.package_box:hover .button span {
    padding-right: 25px;
  }
  
.package_box:hover .button span:after {
    opacity: 1;
    right: 0;
  }

.package_box:hover{
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.package_box{
    background-color: #fff;
    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:350px;
    transition: 0.5s;
    
}

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


  .round {
    position: relative;
    margin: 6px;
    /* border: 2px solid #fff; */
    /* width: 40px; */
    /* height: 40px; */
    /* border-radius: 100%; */
    
}

#cta{
    width:100%; cursor: pointer; 
    /* position: absolute; */
}

#cta .arrow{
    /* left: 30%; */
}
.arrow {position: absolute; 
    bottom: 0;  margin-left:0px; width: 12px; height: 12px; background-size: contain; top:0px;
    background-repeat:no-repeat
}
.segunda{margin-left: 8px;}
.next {
    background-image: url('../img/Icon_Arrow.png')
    
}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25%{opacity: 0; transform:translateX(10px) scale(0.9);}
  26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1);}
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.round:hover .arrow{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.round:hover .arrow.primera{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}


.double_arrow{
display: flex;
margin: 0 ;
transition: all 0.5s;
}

.double_arrow:active {
-webkit-transform: scale(0.9) !important;
transform: scale(0.9) !important;
}
.double_arrow:hover .arrow{
animation-name: bounceAlpha;
animation-duration:1.4s;
animation-iteration-count:infinite;
animation-timing-function:linear;
}

.double_arrow:hover .arrow.primera{
animation-name: bounceAlpha;
animation-duration:1.4s;
animation-delay:0.2s;
animation-iteration-count:infinite;
animation-timing-function:linear;
}

.animate_up, .animate_up_2{
    opacity: 0;
}


.content_animate{
    visibility:hidden;
}
.fadeDown{
    visibility: visible !important;
    animation-duration: 0.8s;
    transform: translateY(-50px);
    animation: showup 0.5s ease forwards;
}

@keyframes showup {
    to { transform: translateY(0) }
}
  .animated {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
  }


.contactus{
    color: #3e67ea;
}
.contactus_a{
    transition: all 0.5s;
    display: inline-flex;
}

.contactus:hover {
    color:#000 !important;
    font-family: 'ProximaNova-Semibold' !important
  }
  .contactus_mobile:active,.contactus_mobile:focus{
    color:#000 !important;
    font-family: 'ProximaNova-Semibold' !important
  }

.contactus_a:active, .contactus_a:focus {    
    transform: scale(0.80);
    animation: aa 0.3s ease forwards;
}

@keyframes aa {
    0% {
        transform: scale(0.90);
    }
    100% {
        transform: scale(1.0);
    } 
}


.panel{
    background-color: transparent
}

.panel-default>.panel-heading{
    background-color:transparent;
    border:none
}
.panel-default{
    border:none
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border:none
}
.panel{
    box-shadow: none;
}

.panel-heading{
    padding: 20px 15px 15px 15px;
}


.plus {

    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
    height: 11px;
    width: 11px;
    background-image: url('/common/img/Open.svg')
    
}
.minus {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
    height: 11px;
    width: 11px;
    background-image: url('/common/img/Close.svg')
    
}

.blue_label{
    color:#3e67ea !important
}



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