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;
}
.gray_bg{
    background-color: #ddd
}

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

.popover.custom {
    /* top:0px !important; */
    left: calc(100% - 330px) !important;
    max-width: 300px !important;
    background-color: #000
    
  }

@media all and (max-width: 480px) {

    .popover.custom {
        /* top:0px !important; */
        left: calc(100% - 270px) !important;
        max-width: 250px !important;
        
    }
    .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
    }
    .faq-icon{
        right: 20px !important;
        top: 15px !important;
    }
    .panel-title{
        width: 85%;
    }
    .panel{
        margin-top: 15px !important
    }
    .close_video {
        right:0px !important;
        top:20px !important
    }

    .video_content:hover{
        transform: scale(0.8);
        animation: aa 0.8s ease forwards;
    }
    .mobile_video{
        transition: 0.5s;
    }
    .mobile_video:hover{
        transform: scale(1.1);
    }

    @keyframes aa {
        0% {
            transform: scale(0.95);
        }
        100% {
            transform: scale(1.0);
        } 
    }
    
    .howToDesignVideoPopup{
        width: 90vw !important;
    }
    .iframe_video, #videoPopup_iframe{
        /* max-width:1100px; */
        height:33vh !important;
        margin: auto;
        width: 90vw !important;
    }
    #iframe_video{
        width:350px;
        height:200px;
        margin: auto;
    }
    .package_box{
        width: 340px !important;
    }
    .package_box:hover{
        -webkit-transform: scale(1.0) !important;
        transform: scale(1.0) !important;
    }
    .double_arrow{
        justify-content:center;
        margin: auto !important
    }
    .table_plan{
        padding: 0 !important;
        font-size: 16px;
        height: 35px !important;
        border: none !important
    }
    .table_plan img{
        width: 12px !important;
        margin: auto 8px !important;
    }
    .table_plan p {
        margin: auto 3px auto 3px !important
    }
    .currency_tab, .term_menu{
      background-color:transparent !important;
      padding: 3px 6px !important;
      font-size: 14px !important
    }

    .currency_tab.active{
        /* text-decoration: underline; */
        background-color:transparent !important;
        font-family: 'ProximaNova-Semibold' !important;
    }
    .howitworks{
        flex-direction:column
    }
    .howitworks_div{
        padding-bottom: 0 !important
    }
    .howitworks_container{
        font-size: 16px;
        margin:auto auto 160px auto !important;
        width: 80% !important;
        font-size: 20px !important;
        padding: 0 20px 30px 20px !important
    }
    .review{
        margin-bottom: 180px !important
    }
    .approve{
        margin-bottom: 60px !important
    }

    .howitworks_header{
        padding-bottom: 0px;
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .howitworks_logo{
        height: 90px;
    }
    .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:50px 20px !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 10px auto !important;
    }
    .plan_content_text{
        padding:20px 20px !important;
        font-size: 18px !important;
        min-height: 170px !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{
        margin: auto !important;
        padding-top: 50px;
    }
    .footer_pad_right{
        margin-right: 35px !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;
}

.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%;
}
.plan_box{
    width: 400px;
    margin: 0 5px;
}
.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{
    color:#fff;
}
.btn-green{
    background-color: #1fbb5d;
    color:#fff;
}

.btn-green:hover{
    color:#fff;
}

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

.btn-black:hover{
    background-color:#393939;
    color:#fff;
}
.btn-white{
    background-color: #fff;
    color:#3e67ea;
    border: 1px solid #3e67ea;
}

.btn-white:hover{
    background-color:#fff;
    color:#000;
}


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


.form-control.form-control-solid {
    background-color: #F3F6F9;
    border: 2px solid #b0d2f5;
    color: #3F4254;
    box-shadow:none;
    height:50px;
    border-radius: 8px;
    font-size: 12px

 }
    .form-control.form-control-solid::-moz-placeholder {
      color: #B5B5C3;
      opacity: 1; }
    .form-control.form-control-solid:-ms-input-placeholder {
      color: #B5B5C3; }
    .form-control.form-control-solid::-webkit-input-placeholder {
      color: #B5B5C3; }

  .form-control:focus{
      box-shadow: none !important;
      border: 2px solid #b0d2f5 !important;
  }

.howitworks_container{
    text-align: center;
    border:1px solid #999;
    border-top:none !important;
    position: relative;
    padding:0 50px 40px 50px;
    font-size: 16px;
    margin:0 25px;
    width: 30%;
    color: #686868;
}
.howitworks_logo{
    height: 100px;
    margin:auto;
    position: absolute;
    top:-120px;
    left:0;
    right:0;
}

.howitworks_header{
    padding-top:0px;
    font-size: 36px;
    line-height: 36px;
    color: #000
}


.smoothscroll {
    -webkit-overflow-scrolling: touch;
}
.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);
}

.video_content{
    transition: 0.5s;
    cursor: pointer;
}
.video_content:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.video_content:active, .video_content:focus{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.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;
    height: 800px;
    transition: 0.5s;
    
}

.currency_tab{
    /* background-color:#ddd; */
    color: #686868;
    padding: 3px 15px;
    font-size:14px;
    cursor:pointer;
    transition: all 0.1s;
  }
  
  .currency_tab.active{
    /* background-color:#3e67ea ; */
    color: #3e67ea;
  }

.currency_tab:focus, .currency_tab:active{
    transform: scale(0.7)
}
.term_menu{
    /* background-color:#ddd; */
    color: #686868;
    padding: 3px 15px;
    font-size:14px;
    cursor:pointer;
    transition: all 0.1s;
}
  
.term_menu.active{
    /* background-color:#3e67ea !important; */
    color: #3e67ea !important
}
.term_menu:focus, .term_menu:active{
    transform: scale(0.7)
}

.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);
    } 
}
/* 
.contactus:hover {
    -webkit-transform: scale(2);
    transform: scale(2);
} */

.package_tab{
    width: 376px;
    background-color: #ececec;
    cursor: pointer;
}
.package_tab.active{
    width: 376px;
    background-color: #fff
}
#package_plan_popup.in,.plan_popup.in{
    display: flex !important;
    height: 100%;
}

.table_plan{
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 0px 0 0px 10px;
    height: 40px;
}

.close, .close:focus, .close:hover{
    opacity: 1;
    cursor: pointer;
}
.carousel-indicators .basic{
    background-color: #d13750;
    width: 12px;
    height: 12px;
}
.carousel-indicators .pro{
    background-color: #d69820;
    width: 12px;
    height: 12px;
}
.carousel-indicators .premium{
    background-color: #1fbb5d;
    width: 12px;
    height: 12px;
}

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

.ctrl-standard{
    transition: all 0.5s;
}
.ctrl-standard:active {
    -webkit-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
}
.ctrl-standard.fx-sliderIn {
    color: #3e67ea;
    border-color: #3e67ea;
    
}
.ctrl-standard.fx-sliderIn::after {
    background: #3e67ea;
}
[class*="ctrl-"] {
    padding: 5ox 10px;
    border-radius: 2px;
    border: 1px solid #3e67ea;
}
[class*="ctrl-"][class*="fx-"]:hover,
[class*="ctrl-"][class*="fx-"].active {
    color: #fff;
}
  
    [class*="fx-"],
  [class*="fx-"]:hover {
      -webkit-transition: color 0.5s  ease-in-out;
      transition: color 0.5s  ease-in-out;
    }
    [class*="fx-"]:not(.fx-dyna) {
      position: relative;
      z-index: 1;
      -webkit-transition-delay: 0.2s !important;
              transition-delay: 0.2s !important;
      overflow: hidden;
    }
    [class*="fx-"]:not(.fx-dyna)::after,
  [class*="fx-"]:not(.fx-dyna)::before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
    }
    [class*="fx-bubble"]::after {
      -webkit-transition: height 0.5s ease-in-out;
      transition: height 0.5s ease-in-out;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 0;
      width: 100%;
    }
    [class*="fx-bubble"]:hover::after,
  [class*="fx-bubble"].active::after {
      -webkit-transition: height 0.5s ease-in-out;
      transition: height 0.5s ease-in-out;
      height: 300%;
    }
    [class*="fx-bubble"]:disabled:hover::after {
      height: 0;
    }
    .fx-sliderIn::after {
      -webkit-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 0;
    }
    .fx-sliderIn:hover::after,
  .fx-sliderIn.active::after {
      -webkit-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
      width: 100%;
    }
    :checked + .fx-sliderIn::after,
  .fx-sliderIn.active::after {
      width: 300%;
    }
  




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


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


#iframe_video{
    width:530px;
    height:300px;
    margin: auto;
}
.iframe_video{
    /* max-width:1100px; */
    height:86vh;
    margin: auto;
    width: 79vw;
}
#videoPopup.in{
    display: flex !important;
    height: 100%;
}


.close_video {
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
    right:30px;
    top:30px;
  }
  .close_video {
    color: #fff; 
    opacity: 1;
}

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


.white, .white a {
    color: #fff;
    -webkit-text-stroke:2px #000;
}
.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
}


.slideup_mobile{
    top:100vh;
    -webkit-animation: slideup_mobile_popup 0.5s forwards !important;
    animation: slideup_mobile_popup 0.5s forwards !important;
    animation-delay: 0s !important;
}

@keyframes slideup_mobile_popup {
    100% { top: 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);
}

.popover.left>.arrow:after{
    border-left-color:#000
}
.basic_tab_btn.active{
    border-bottom: 6px solid #bf4450;
}
.pro_tab_btn.active{
    border-bottom: 6px solid #d69820;
}
.premium_tab_btn.active{
    border-bottom: 6px solid #1fbb5d;
}