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 only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) 
and (orientation : portrait) {
    .header_content{
        padding:80px 0px !important;
        height: auto !important;
        border-radius: 0 !important;
        width: 100% !important;
        margin-left: 0 !important
        
    }
}

@media all and (min-width:990px) and (max-width:1200px){
    #supported_creatives{
        width: 85% !important;
    }
    .sticky_div{
        width: 85% !important;
    }
    .package_box{
        width: 300px !important
    }
    .package_pad{
        padding: 30px 20px !important
    }
    .pricing_pad{
        padding: 0 5px !important
    }
    .mobile_currency_tab{
        width: 930px !important;
        padding: 20px 0 0 0 !important
    }
    .testimonial_title{
        font-size: 22px !important;
        line-height: 22px !important;
    }
    .download_section{
        background-image:none !important
    }

    .send_btn{
        text-align: center
    }
    .reg_col{
        margin: auto
    }
    .container{
        max-width: 1000px !important;
        margin:auto;
        width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .title{
        font-size: 46px !important;
        line-height: 46px !important;
    }

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

    .package_box{
        margin: auto !important;
        height: auto !important;
    }
    .package_box_top{
        width: 350px !important;
        margin: auto !important;
    }
    .package_box_bot{
        width: 350px !important;
        margin: auto !important;
    }
    .panel-body{
        padding: 15px 20px 0px 20px !important
    }
    .panel{
        margin-top: 15px !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
    }
    .popover.custom {
        /* top:0px !important; */
        left: calc(100% - 200px) !important;
        max-width: 200px !important;
        
    }
    .number_img{
        height: 250px !important;
    }
    .number_content{
        height: 183px !important;
        margin: auto !important
    }
    .number_content p{
        margin: auto 50px !important
    }
    /* .pricing_div_mobile{
        top: -270px !important
    } */
    .checkout_row{
        width: 100% !important;
    }
    .download_section{
        background-image:none !important
    }
    .reg_col{
        margin: auto
    }
    .col-country{
        padding: 0 !important
    }
    .howitworks_container{
        padding: 0 0px 20px 0px !important
    }
    .benefits_col p{
        margin-bottom: 10px !important
    }
    .benefits_col img{
        width: 110px !important;
    }
    .benefits{
        flex-direction:column
    }

    .benefits_col{
        font-size: 16px;
        margin:auto auto 20px auto !important;
        width: 50% !important;
        font-size: 20px !important;
        padding: 30px !important;
        border:1px solid #ddd;
        text-align: center
    }
    .header_div_text{
        width: 50%;
        margin: auto;
    }
    .container{
        max-width: 1000px !important;
        margin:auto;
        width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .header_content{
        padding:80px 50px 0 50px !important;
        /* min-height: 50vh !important */
    }
    .title{
        font-size: 36px !important;
        line-height: 36px !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
}
.faq_collapse:hover{
    color:#3e67ea !important
}
.panel-body{
    font-size:16px
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

    .container{
        max-width: 1000px !important;
        margin:auto;
        width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .title{
        font-size: 46px !important;
        line-height: 46px !important;
    }

    .package_box{
        width: 300px !important
    }
    .package_pad{
        padding: 30px 20px !important
    }
    .pricing_pad{
        padding: 0 5px !important
    }
    .mobile_currency_tab{
        width: 930px !important;
        padding: 20px 0 0 0 !important
    }
    .testimonial_title{
        font-size: 22px !important;
        line-height: 22px !important;
    }
    .download_section{
        background-image:none !important
    }

    .reg_col{
        margin: auto
    }
    .send_btn{
        text-align: center
    }
}


@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) 
and (orientation : portrait) {

    .container{
        max-width: 1000px !important;
        margin:auto;
        width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

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

@media all and (min-width: 480px) and (max-width: 1023px) {
    .popover.custom {
        left: calc(100% - 250px) !important;
        max-width: 250px !important;
        
    }
    .reg_bottom{
        width: 70% !important;
    }
}
@media all and (min-width: 415px) and (max-width: 479px) {
    .number_img{
        height: 250px !important;
    }
    .number_content{
        height: 183px !important;
    }
}

@media all and (max-width: 480px) {
    .md-form label{
        top: 15px !important
    }
    #company_size_dropdown, #country_dropdown, #company_size_dropdown_2, #country_dropdown_2{
        top: 30px !important
    }
    .register_form{
        -webkit-appearance: none !important;
        height: 65px !important;
    }
    .download_section{
        padding: 50px 0px 0 0 !important;
        background-image:none !important
    }
    .signup{
        padding: 0 20px 20px 20px !important
    }
    .reg_col{
        width: 100% !important;
    }
    .checkout_row{
        width: 100% !important;
    }
    .col-country{
        padding: 0 !important
    }
    .popover.custom {
        /* top:0px !important; */
        left: calc(100% - 270px) !important;
        max-width: 250px !important;
        
    }
    .global_brands{
        padding: 50px 0 70px 0 !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: 70px !important;
        padding-bottom: 70px !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: 90% !important;
        height: auto !important;
        margin: auto !important
        /* height: 880px !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: 34px !important;
        border: none !important;
        line-height: 1
    }
    .table_plan img{
        width: 13px !important;
        margin: auto 8px !important;
    }
    .table_plan p {
        margin: 10px 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: 'NeueHaasDisplay-Medium' !important;
    }
    .howitworks,.benefits{
        flex-direction:column
    }
    .howitworks_div{
        padding-bottom: 0 !important
    }
    .howitworks_container{
        font-size: 16px;
        margin:auto auto auto auto !important;
        width: 85% !important;
        font-size: 20px !important;
        padding: 0 0px 60px 0px !important
    }

    /* .benefits_col{
        font-size: 16px;
        margin:auto auto 20px auto !important;
        width: 90% !important;
        font-size: 20px !important;
        padding: 30px !important;
        border:1px solid #ddd
    } */
    .benefits_col p{
        margin-bottom: 10px !important
    }
    .benefits_col img{
        width: 100% !important;
    }
    .benefits{
        flex-direction:column
    }

    .benefits_col{
        font-size: 16px;
        margin:auto auto 20px auto !important;
        width: 90% !important;
        font-size: 20px !important;
        padding: 30px !important;
        border:1px solid #ddd;
        text-align: center
    }
    .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 0px 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 !important;
}

.btn-blue:hover{
    background-color: #3e67ea !important;
    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:#686868;
    border: 1px solid #686868;
}

.btn-white.active{
    background-color: #fff;
    color:#3e67ea !important;
    border: 1px solid #3e67ea !important;
}

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


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

.btn-tab.active{
    border-bottom: 1.5px solid #000 !important;
}


.btn-tab-mobile{
    background-color: #fff;
    color:#000;
    border: 1px solid #3e67ea;
    border-radius: 50px;
    margin: 0 10px;
    width: 100px;
}

.btn-tab-mobile.active{
    color:#fff !important;
    background-color: #3e67ea !important;
}


.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;
  }
/* .benefits_col{
    width: 25%;
    margin:0 5px;
    padding:0 10px 20px 10px;
    text-align: center;
    font-size: 16px;
    color: #686868;
}
.benefits_col img{
    height: 95px;
    width: auto;
} */
.howitworks_container{
    text-align: center;
    position: relative;
    padding:0 50px 20px 50px;
    font-size: 16px;
    margin:0 25px;
    width: 30%;
    color: #686868;
}
.howitworks_logo{
    height: 200px;
    margin:auto;
    padding-bottom: 30px;
    width: auto;
    /* position: absolute;
    top:-120px; */
    /* left:0;
    right:0; */
}

.howitworks_header{
    padding-top:0px;
    font-size: 34px;
    line-height: 34px;
    color: #000
}
.benefits_header{
    padding-top:0px;
    font-size: 30px;
    line-height: 30px;
    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: 860px;
    transition: 0.5s;
    
}
.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;
}
.currency_tab{
    /* background-color:#ddd; */
    color: #999;
    padding: 3px 10px;
    font-size:14px;
    cursor:pointer;
    transition: all 0.1s;
  }
  
  .currency_tab.active{
    /* background-color:#3e67ea ; */
    color: #3e67ea;
    font-family: 'NeueHaasDisplay-Medium'
  }

.currency_tab:focus, .currency_tab:active{
    transform: scale(0.7)
}
.term_menu{
    /* background-color:#ddd; */
    color: #999;
    padding: 3px 10px;
    font-size:14px;
    cursor:pointer;
    transition: all 0.1s;
}
  
.term_menu.active{
    /* background-color:#3e67ea !important; */
    color: #3e67ea !important;
    font-family: 'NeueHaasDisplay-Medium'
}
.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: 'NeueHaasDisplay-Medium' !important
  }
  .contactus_mobile:active,.contactus_mobile:focus{
    color:#000 !important;
    font-family: 'NeueHaasDisplay-Medium' !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%;
    padding: 0 !important
}

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


.carousel-indicators li{
    background-color: #ddd;
    width: 12px;
    height: 12px;
}
.carousel-indicators .active{
    background-color: #999;
    margin: 1px;
}

.button,.button2 {
    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,.button2:active {
    -webkit-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
  }
  
  .button:hover,.button2:hover {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }

  
  .button2:hover img {
    margin-left: 20px !important;
    transition: 0.5s;
  }

.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{
    color: #3e67ea !important;
    transform: scale(0.8) !important;
}
.link:hover {
    color: #3e67ea !important;
    /* transform: scale(1.1); */
}

@keyframes scroll {
    0% {transform: translateX(0);}
    100% {transform: translateX(-800px);}
}


@keyframes ani {
    from { transform:100vw; }
    to { transform:translateX(calc(-100% + 100vw)); }
}
@keyframes aniBack {
    from {transform:translateX(calc(-100% + 100vw)); }
    to {transform:100vw; }
}

.scroll-item {
    animation: ani 100s linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;

    will-change:transform;
}



@keyframes ani {
    from { transform:100vw; }
    to { transform:translateX(calc(-100% + 100vw)); }
}
@keyframes aniBack {
    from {transform:translateX(calc(-100% + 100vw)); }
    to {transform:100vw; }
}

.scroll-item-2 {
    animation: ani 360s linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;

    will-change:transform;
}


.scroll-item-2:last-child {
    animation-duration:360s;
    animation-name: aniBack;
}

.marketing_toolkit{
    overflow: hidden;
}

/* .sticky_div {
    position: fixed;
    top: 60px;
    width: 100%;
    left:0;
    right:0;
    background-color: #fff;
    margin: auto;
} */

.paddingtop{
    padding-top: 80px
}

.fixed_div{

    position: absolute;
    top:auto;
    bottom:136px;
    background-color: #fff;
    margin: auto;
    width: 100%;
    left:0;
    right:0;

}

.small_box{
    width: 290px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.long_box{
    width: 450px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.testimonials_box{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.overlay {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008CBA; */
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    position: relative;
    z-index: 100;
    /* top: -100%; */
  }
  
  .overlay.nextslide {
    height: 0;
    top: 0;
    z-index: 100;
  }

  .row_fixed{
      position: absolute;
      top: 0;
      z-index: 0;
  }

  .typed::after {
    content: "|";
    display: inline;
    color: #3e67ea;
    font-weight: 300;
    animation: blink 1s infinite;
  }
  @keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.benefits_header{
    padding-top:0px;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    margin: 0
}

.benefits_col{
    font-size: 18px;
    color: #686868;
    padding-bottom: 50px
}
.benefits_col img{
    /* height: 100px;
    padding-right: 20px */
    width: 100%;
}


.benefits_col p{
    margin: 0
}


/* The container */
.d_checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    font-size: 12px
  }
  
  /* Hide the browser's default checkbox */
  .d_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius:0px;
  }
  
  /* On mouse-over, add a grey background color */
  .d_checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .d_checkbox input:checked ~ .checkmark {
    background-color: #50a3f5;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .d_checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .d_checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }



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

.required{
    border:2px solid #c80000 !important;
    border-radius: 5px;
  }
  
  
.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: 230px;
    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; 
    color:#000
  }
  .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; 
  }

.form_label{
    color:#999;
    font-weight: normal;
    font-size: 16px
   }

.register_form{
    border-radius: 5px;
    font-size:16px;
    height: 50px ;
    border: 1px solid #dddddd;
    padding: 15px 16px 5px 16px;
    color:#000
}
.even{
    background-color: #f1f1f1
}


.sticky_div {
    position: fixed;
    top: 0;
    width: 1200px;
    background-color: #fff
}
.padtop{
    margin-top: 142px
}
/* 
.sticky_plan{
    position: fixed;
    top:0px;
    left:0;
    right:0;
    background-color: #fff;
    z-index: 1000;
    width: 340px;
    margin:auto
} */

/* .plan_pad{
    padding-top: 210px
} */

.plan_mobile{
    background-color: #fff;
    border-radius:10px 10px 0 0;
    width:90%;
    height: auto;
    margin: auto;
    
}


.package_box_top{
    background-color: #fff;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 -8px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius:10px 10px 0 0;
    width:90%;
    margin: auto;
}

.package_box_bot{
    background-color: #fff;
    box-shadow:0 10px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius:0 0 10px 10px;
    width:90%;
    margin: auto;
}

.growth_price_description{
    transition: all 0.5s;
}