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

.regular {
    font-family: 'NeueHaasDisplay-Regular';
}
.extra_bold {
    font-family: 'ProximaNova-Extrabld';
}
.bold {
    font-family: 'NeueHaasDisplay-Bold' !important;
}
.light{
    font-family: 'NeueHaasDisplay-Light';
}
.semi_bold{
    font-family: 'NeueHaasDisplay-Medium'
}
.medium{
    font-family: 'NeueHaasDisplay-Medium'
}

.footer_menu{
    padding-bottom: 20px
}

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

.input-lg::placeholder {
    color: #3e67ea
}
.login_label {
    color: #3e67ea !important
}
/* 
.register_form::placeholder {
    color: #dddddd
} */

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

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

    .col-md-6{
        padding: 0 !important;
    }

    .download_section{
        padding: 80px 0 0 0 !important
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    
    .reg_col{
        width: 53% !important;
    }
    .reg_bottom{
        width: 47% !important;
    }

    .testimonial_title{
        font-size: 22px !important;
        line-height: 22px !important;
    }
    .download_section{
        padding: 80px 0 150px 0 !important
    }
}



@media all and (min-width:990px) and (max-width:1200px){
    
    .download_section{
        padding: 80px 0 80px 0 !important
    }

    /* .reg_form{
        padding: 50px 20px 50px 20px !important
    } */
}

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

    .col-md-6{
        padding: 0 !important;
    }

}


@media all and (min-width: 480px) and (max-width: 1023px) {
    .popover.custom {
        left: calc(100% - 250px) !important;
        max-width: 250px !important;
        
    }
    .project_sub_text{
        margin: 0 auto !important
    }
    .checkout_row{
        width: 100% !important;
    }
    .book{
        padding: 100px 0 !important
    }
    .signup{
        flex-direction:column
    }
    .reg_col{
        width: 100% !important;
    }

    .reg_form{
        margin: auto !important;
        width: 80%;
        margin-top: 40px !important;
        padding: 70px 30px 60px 30px !important
        /* padding: 50px 20px 10px 20px !important; */

    }
    .header_bullet{
        padding: 30px 0 0 0 !important;
        width: 80%;
        margin: auto;
    }
    .reg_bottom{
        text-align: center;
        margin: auto;
        width: 80% !important;
    }
    .download_section{
        background-image: none !important;
        padding: 80px 0 60px 0 !important;
    }
    .header_content{
        padding:80px 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;
    }
}

@media all and (max-width: 481px)  and (max-width: 600px) {
    .reg_form{
        width: 100% !important;
    }
    .reg_bottom{
        width: 100% !important;
    }
}

.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;
}
.content{
    max-width: 1230px;
    margin:auto;
    width: 100%;
}

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

.calendly-overlay .calendly-popup{
    max-height: none !important;
    height: 108% !important;
}
@media all and (max-width: 480px) {

    .calendly-overlay .calendly-popup{
        height: auto !important;
    }
    .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;
    }
    .popover.custom {
        /* top:0px !important; */
        left: calc(100% - 270px) !important;
        max-width: 250px !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
    }
    .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
    }
    .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
    }
    .thankyou_message{
        color: #fff !important
    }
    .download_section{
        background-image: none !important;
        padding: 80px 0 0 0 !important
    }
    .book{
        padding: 50px 20px 50px 20px !important
    }
    .top_logo{
        width: 160px !important;
    }
    .button:hover span {
        padding-right: 0px !important;
      }
      
      .button:hover span:after {
        opacity: 0 !important;
        right: 0;
      }

    .text_area_label{
        top: 0px !important;
    }
    .md-form label{
        top: 15px !important
    }
    #company_size_dropdown, #country_dropdown, #company_size_dropdown_2, #country_dropdown_2{
        top: 30px !important
    }
    #company_size{
        background-color: #fff !important;
        z-index: 0;
        position: initial !important;
    }
    .rocket{
        top: -20px !important;
        right: -40px !important;
        width: 100px !important;
        z-index: 100;
    }
    .bush{
        width: 200px !important;
        left: 10px !important;
        right: auto !important;
    }
    .cloud{
        width: 100% !important;
    }
    .benefits_col p{
        margin-bottom: 10px !important
    }
    .benefits_col img{
        width: 110px !important;
    }
    .global_brands{
        padding: 70px 0 70px 0 !important
    }
    .benefits,.signup{
        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
    }
    .register_form{
        -webkit-appearance: none !important;
        height: 65px !important;
    }
    .mobile_package{
        flex-flow:wrap;
        padding-left: 15px;
    }
    
    .checkout_row{
        width: 100% !important;
    }
    #register-page{
        flex-flow: column-reverse;
        height: auto !important;
    }
    .reg_col{
        width: 100% !important;
    }
    .left_shape{
        width: 70px !important;
        top: 90px !important
    }
    .right_shape{
        width: 70px !important;
        top: 130px !important
    }
    .top_shape{
        width: 180px !important;
    }
    .bottom_shape{
        width: 200px !important;
    }
    .reg_side_text{
        font-size: 30px !important;
        line-height: 30px !important;
        padding: 0 60px !important;
        height: 60vh !important;
    }
    .reg_form{
        /* padding: 50px 20px !important;
        text-align: center */
        background-color: transparent !important;
        box-shadow:none !important;
        padding: 40px 0 30px 0px !important;
        width: 100% !important;

    }
    .col-md-6{
        padding: 0 !important
    }
    .d_checkbox{
        color: #fff !important;
        font-size:14px !important
    }
    .signup_head{
        padding:50px 20px !important 
    }
    #country_dropdown{
        top: 25px !important
    }
    .showhide{
        top:20px !important
    }
    .reg_btn{
        width: 100% !important;
    }
    .reg_bottom{
        /* height: 60vh; */
        text-align: center
    }
    .header_bullet{
        padding: 30px 25px 0 25px !important;
    }
  
    .project_div{
        padding: 70px 20px !important
    }
    #description, #message{
        height: 80px !important;
        padding-top: 25px !important
    }
    .input-lg::placeholder {
        color: #555 !important
    }
    .payment_content{
        flex-direction: column-reverse !important;
        height: auto !important;
    }
    .payment_col{
        width: 100% !important;
        padding:50px 10px!important;
    }
    .currency_dropdown{
        padding-left: 15px;
    }
    .payment_col_top{
        width: 100% !important;
        padding:50px 5px!important;
    }
    .payment_logo{
        width: 100% !important
    }
    .apply_promo_div{
        width: 100% !important;
        margin: auto 0 !important;
    }
    #promo_code{
        border-radius: 5px 0 0 5px !important;
        border: 1px solid #ddd;
        -webkit-appearance: none;
        padding-top: 12px !important
    }
    #apply_promo_mobile{
        margin-left: 0 !important;
        border-radius: 0 5px 5px 0 !important;
        padding: 12px 15px 10px 15px !important;
    }
    .payment_icons{
        width: 200px !important;
    }
    .content{
        padding:10px !important
    }
    .content_price{
        padding:20px !important;
        font-size: 16px !important;
    }
    .content_price div, .title_label{
        font-size: 18px !important;
    }

    .content_price div p{
        width:150px !important;
    }
    /* .button {
        width: auto !important;
    } */
    .button_center{
        text-align: center
    }
    .container{
        padding:0 !important
    }
    .header_content{
        padding:30px 10px 20px 10px !important;
    }
    .title{
        font-size: 32px !important;
        line-height: 1 !important
    }
    .header_text{
        width: 100% !important;
        font-size: 20px !important;
    }

    .content_title{
        font-size: 40px !important;
        line-height: 1 !important;
    }
    #package_name{
        line-height: 22px !important;
        margin: auto auto 0 0 !important
    }
    .per_month{
        font-size: 16px !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: 0px 20px !important;
    }
    .popover.blue{
        width: 300px !important;
        left: 1px !important
    }
    .popover.red{
        width: 300px !important;
        left: 1px !important
    }
    .american_express{
        padding-right: 0px !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
} */


.header_text{
    color:#fff;
}

.content_title{
    font-size: 50px;
    line-height: 54px;
    margin:0;
}

#package_name{
    font-size: 30px;
    line-height: 30px;
    margin:0;
}

.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-black{
    background-color: #000;
    color:#ffffff;
}

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


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

.link:focus,.link:active{
    color: #3e67ea !important;
    transform: scale(0.8) !important;
}
.link:hover {
    color: #3e67ea !important;
    /* transform: scale(1.1); */
}
.content_text{
    margin-bottom: 16px;
    line-height: 1.5;
}

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

.border-ccc{
    border-color: #333
}
/* input[type='radio'] {
    -webkit-appearance: none;
 }
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: transparent;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #3e67ea;
    -webkit-appearance: none;
}
input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #3e67ea;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
    -webkit-appearance: none;

} */
/* .custom {
    display: inline; 
    border: 1px solid #3e67ea; 
    border-radius: 30px; 
    padding: 2px 0 0 0; 
    background: transparent;
} */

.popover.blue{
    background-color: #3e67ea;
    color:#fff;
    width: 320px;
    max-width: 320px;
    border-radius: 0px;
    border: 0;
}

.popover.red{
    background-color: #d13750;
    color:#fff;
    width: 320px;
    max-width: 320px;
    border-radius: 0px;
    border: 0;
}

.blue.right .arrow:after {
    border-right-color: #3e67ea !important;
}

.blue.bottom .arrow:after {
    border-bottom-color: #3e67ea !important;
}
.red.right .arrow:after {
    border-right-color: #d13750 !important;
}

.red.bottom .arrow:after {
    border-bottom-color: #d13750 !important;
}


.button,.button2 {
    transition: all 0.5s;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-size: 16px !important;
  }
  
  .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;
  }
  
.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; 
  }
  .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-group{
      position: relative;
      margin-bottom: 15px
  }

#list_of_services_popup.in {
    display: flex !important;
    height: 100%;
} 



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



/* 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);
  }


@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 200s linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;

    will-change:transform;
}


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

    will-change:transform;
}


.scroll-item-2:last-child {
    animation-duration:200s;
    animation-name: aniBack;
}
.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')
    
}
.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
}

.panel-heading{
    position: relative;
}
.faq-icon{
    position: absolute;
    right:15px;
    top:20px
}
.faq_collapse{
    font-size:16px
}
.faq_collapse:hover{
    color:#3e67ea !important
}
.blue_label{
    color:#3e67ea !important
}

.panel-body{
    font-size:16px
}

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


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


.sticky_div {
    position: fixed;
    top: 0;
    width: 1200px;
    background-color: #fff
}
.even{
    background-color: #f1f1f1
}

.paddingtop{
    padding-top: 80px
}

.fixed_div{

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

}
#company_sizeautocomplete-list-signup-country, #company_size_2autocomplete-list-signup-country{
    border: 1px solid #3e67ea;
    overflow: hidden;
    border-radius: 5px;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

#company_sizeautocomplete-list-signup-country div, #registration_countryautocomplete-list-signup-country div, .autocomplete-items-signup-country div{
    border-bottom: none;
}

#company_sizeautocomplete-list-signup-country div:hover, #registration_countryautocomplete-list-signup-country div:hover, 
.autocomplete-items-signup-country div:hover{
    background-color: #3e67ea;
    color:#fff
}
#registration_countryautocomplete-list-signup-country,.autocomplete-items-signup-country{
    border: 1px solid #3e67ea;
    border-radius: 5px;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

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


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

.btn-yellow{
    background-color: #d69820;
    color:#fff;
}

.btn-yellow:hover{
    color:#fff;
}
.btn-green{
    background-color: #1fbb5d;
    color:#fff;
}

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

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

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

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

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

.gray_bg{
    background-color: #ddd
}


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

.padtop{
    margin-top: 142px
}
.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;
}
