.search-url, .site-register-content input[type="email"] {
    -moz-box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 12px;
    padding: 14px 15px;
}
iframe[name="google_conversion_frame"] {
    display: none;
}
.hk_btn {
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    background: #1CBBA0;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    transition: 0.4s;
}
.hk_btn:hover {
    color: #fff;
}
.hk_price_btn {
    margin-top: 23px;
    padding: 0 35px;
    position: absolute;
    display: block;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hk_price_btn:hover {
    background: #178e7a;
}

.hk_section_padding {
    padding-top: 50px;
    padding-bottom: 10px;
}
@media (min-width: 768px) {
    .hk_section_padding {
        padding-top: 121px;
        padding-bottom: 130px;
    }
}

/*****************************
START PRICING SECTION STYLES
******************************/
.hk_pricing_section{
    background: #f6fcff;
    border-top: 1px solid #e0f5ff;
    border-bottom: 1px solid #e0f5ff;
}
.hk_single_price_table {
    text-align: center;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    margin-bottom: 50px;
}
@media (min-width: 1024px) {
    .hk_single_price_table {
        margin-bottom: 0;
    }
}
.hk_single_price_table:hover,
.hk_single_price_table.active{
    border: 1px solid #e0f5ff;
}
.hk_single_price_table .pricing_svg{
    fill: #1CBBA0;
}
.hk_single_price_table:hover .pricing_svg,
.hk_single_price_table.active .pricing_svg{
    fill: #1CBBA0;
}
.hk_packager_content {
    padding-bottom: 48px;
}
.hk_package_price {
    background: #1CBBA0 none repeat scroll 0 0;
    height: 145px;
    margin: 0 auto 22px;
    width: 145px;
    border-radius: 50%;
    display: table;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
.hk_price_wrapper{
    display: table-cell;
    vertical-align: middle;
}
.hk_pricing_bg{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    background-repeat: repeat;
    display: none;
}
@media (min-width: 1024px) {
    .hk_pricing_bg{
        display: block;
    }
}
.hk_pricing_title{
    position: relative;
    height: 95px;
    display: table;
    width: 100%;
    margin-bottom: 23px;
}
.hk_pricing_title h3{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    color: #1cbba0;
}
@media (min-width: 1024px) {
    .hk_pricing_title h3{
        color: #fff;
    }
}
.hk_pattern_overlay{
    position: absolute;
    top: -9px;
    height: 100%;
    width: 100%;
    opacity: 0.55;
}
.hk_package_price p{
    color: #fff;
    text-transform: capitalize;
}
.hk_package_price .hk_price{
    display: block;
    font-size: 36px;
    line-height: 43px;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 700;
    color: #fff;
}
.hk_package_price .hk_price sup{
    font-size: 18px;
    line-height: 43px;
}
.hk_package_contains{
    position: relative;
}
.hk_package_contains li{
    color: #79848d;
    line-height: 44px;
    font-weight: 500;
    position: relative;
    font-size: 13px;
}
.hk_package_contains li:first-child::before{
    display: none;
}
.hk_package_contains li::before {
    background: #f1f1f1 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 180px;
}
.hk_price_btn{
    margin-top: 23px;
    padding: 0 35px;
    position: absolute;
    display: block;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*****************************
END PRICING SECTION STYLES
******************************/

.hk_section_title {
    text-align: center;
    padding-bottom: 73px;
}

.hk_section_title h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #222;
    padding-bottom: 33px;
    position: relative;
}

.hk_section_title h1 span {
    font-weight: bold;
}

.hk_section_title .title_highlight {
    color: #1CBBA0;
}

.hk_title_subtext {
    line-height: 26px;
    display: inline-block;
    font-size: 14px;
    color: #999999;
    margin: 0;
}
@media (min-width: 768px) {
    .hk_title_subtext {
        width: 50%;
    }
}


/*****************************
START HOW IT WORKS AREA
******************************/
.hk_how_it_works_wrapper{
    position: relative;
}
.hk_arrow{
    position: absolute;
    top: -9px;
    width: 100%;
    z-index: 0;
    display: none;
}
@media (min-width: 768px) {
    .hk_arrow {
        display: block;
    }
}
.hk_arrow .hk_arrow_img_wrapper{
    padding: 0 50px;
}
.hk_single_part{
    padding: 0 15px;
    text-align: center;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .hk_single_part{
        padding: 0 45px;
        text-align: center;
    }
}
.hk_single_part .hk_title{
    margin-top: 15px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .hk_single_part .hk_title{
        margin-top: 36px;
        margin-bottom: 16px;
    }
}
.hk_single_part .hk_title > h4{
    font-size: 20px;
}
.hk_single_part .hk_icon{
    width: 114px;
    height: 114px;
    background: #1CBBA0;
    border-radius: 50%;
    padding: 28px;
    display: inline-block;
    position: relative;
}
.hk_single_part .hk_icon::before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    background: #30aaff none repeat scroll 0% 0%;
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    border-radius: 50%;
    z-index: -1;
}
.hk_icon .st0,
.hk_icon .st1{
    fill: #fff;
}



/*****************************
END HOW IT WORKS AREA
******************************/


.what-risks {
    background: #1bba9f;
    padding: 30px 0;
}

.what-risks h2 {
    color: #fff;
}
@media (max-width: 767px) {
    .what-risks h2 {
        line-height: 4rem;
    }
}


.main_home_button {
    padding-top: 0 !important;
}

@media (min-width: 768px) {
    .main_about {
        display: flex;
    }
}

#home .main_home {
    padding-top: 140px;
}

@media (min-width: 768px) {
    #home .main_home {
        padding-top: 250px;
    }
}

.navbar-toggle {
    background-color: #1bba9f;
    border-radius: 0;
    border: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #1bba9f;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

@media (max-width: 767px) {
    #chooges .main_home {
        padding-top: 0;
    }
    .single_counter .single_counter_item {
        margin-bottom: 20px;
    }
    .main_about .single_about_left .single_about_left_top_text {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .main_about {
        padding-bottom: 0;
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}

@media (max-width: 768px) {
    .navbar-nav {
        margin: 0 -15px;
        padding-bottom: 20px;
    }
    .nave_menu .navbar-default .navbar-collapse {
        background: rgb(0, 0, 0);
    }
}


@media (max-width: 768px) {
    .lang-switcher {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .lang-switcher {
        float: right;
        margin-left: 40px;
        margin-top: 13px;
    } 
}
.lang-switcher a:not(:last-child) {
    margin-right: 5px;
}   


@media (min-width: 768px) {
    #about .single_about_rigth {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(../images/abright.jpg);
        background-size: cover;
    }
}

.login-app, .login-app:hover {
	background-color: #1bba9f !important;
}

@media (min-width: 768px) {
	.login-app {
		margin-left: 10px;
	}
}
.site-register-content {
    display: none;
}
#step_3 {
    margin-top: -1px;
}
.checkbox-custom label {
    font-weight: 400;
}
.start-scan,
.end-scan,
.end-register,
.go-register {
    width: auto;
    margin:15px auto;
    min-height: 40px;
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 8px;
    background: #1CBBA0;
    border: none;
    color: #fff;
    padding: 0.5rem 2rem;
    display: inline-block;
}
body .home_content:first-child {
    border:none;
}
@media (min-width: 768px) {
    #home .main_home {
        padding-top: 200px;
    }
}
.search-url {
    background: rgba(0, 0, 0, 0.44);
    border: 1px solid #fff;
    color:#fff;
}
.modal-dialog {
    z-index: 9999;
}
.modal-open {
    padding-right:0!important;
}

.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
  font-size: 14px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #baf3e9;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border:none!important;
  background: transparent!important;
  border-bottom: 4px solid #1bba9f!important;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active a {
  border:none!important;
  background: transparent!important;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.bs-wizard {margin: 20px 0;}

/*Form Wizard*/
.bs-wizard {padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #1bba9f; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #2a7568; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #1bba9f;}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
footer {color: #a5a5a5;}
.alert-success {
    color: #ffffff;
    background-color: #1bba9f;
    border-color: #259e89;
}
.badge-success {
    background-color: #1bba9f;
}
.badge-danger {
    background-color: #cc2121;
}
.modal-preloader {
    margin: 50px 0;
}
.tabbable-panel {
    display: none;
}
.list-links,
.list-scripts,
.list-iframes,
.site-clear,
.site-danger,
.site-scan-limit,
.site-scan-timeout {
    display: none;
}
.home-text {
    margin-bottom:50px;
}

.invalid-url {
    padding: 0px;
    border-radius: 0;
    background: rgba(187, 0, 0, 0.21);
    color: #fff;
    border-color: #673935;
}
.container-last-scan {
    font-size: 11px;
    display: block;
    margin-top: 7px;
}

@media (min-width: 768px) {
    #home .main_home {
        line-height: 3rem;
    }
    h1 {
        line-height: 3rem;
        font-size: 2.571rem;
    }
}

.text-danger {
    color: #cc2121!important;
}
#scanModal .alert {
    margin-bottom: 7px;
}