@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
html {
    scroll-behavior: smooth;
}

body {
    font-weight: normal !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 200;
    background: #fff;
    font-size: 14px;
}

.buttonInside {
    position: relative;
}

.webxsite {
    display: inline-block;
    float: right;
    width: 100%;
}

.mobilewebxsite {
    display: none;
}

.btn_inside {
    position: absolute;
    right: 6px;
    top: 17px;
    border: none;
    font-size: 22px;
    outline: none;
    text-align: center;
    padding: 2px;
    z-index: 999;
    color: #aaa;
}

.icon_select:hover {
    cursor: pointer;
}

.required_input {
    color: red;
    font-weight: 900;
}

.main-content {
    padding-bottom: 69px;
    /* Footer height */
}

.lead {
    font-size: 16px;
}

.heading {
    border-bottom: 0px solid #ccc !important;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px;
    min-height: 11px;
    margin-bottom: 15px !important;
    /* old value 15px */
}

.display-4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
}

.pricing-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px !important;
    /* old value 32px */
    padding-bottom: 10px !important;
    /* old value 20px */
}

.pricing-header h2,
.pricing-header1 h2,
.pricing-header2 h2 {
    font-size: 2.5rem;
}

.pricing-header1 {
    padding: 0 !important;
}

.pricing-header2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 16px !important;
    padding-bottom: 10px !important;
}

.small,
small {
    font-size: 18px;
}

.card-deck .card {
    margin-right: 0;
    margin-left: 0;
}

.nav {
    border: 1px solid #ccc
}

.nav li {
    float: left;
    margin-bottom: -1px;
    border-right: 1px solid #ccc;
    width: 25%;
    border-bottom: 1px solid #ccc;
}

.nav li strong {
    display: block;
}

.nav li a {
    display: block;
    padding: 10px 14px;
    margin: 0 10px 0 0;
    background: #fafbfc;
    font-size: 12px;
    height: 100%;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.nav li a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    color: #c6cbd1;
}

.nav li.active a {
    color: #000;
    cursor: default;
    background: #fff;
    /*border: 1px solid #ddd;*/
    border-bottom-color: transparent;
}

.nav li.done a,
.nav li.done1 a {
    color: #000;
    cursor: pointer;
    background: #fff;
    border-bottom-color: transparent;
}

.nav li {
    position: relative;
}

.nav li.done:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    top: 4%;
    position: absolute;
    color: #6C3;
    font-size: 18px;
    right: 3px;
    z-index: 9;
}

.loc-box {
    position: absolute;
    top: 1px;
    color: #6C3;
    font-size: 18px;
    right: 3px;
    z-index: 9;
}

.nav li .fa {
    font-size: 41px;
    float: left;
    margin-right: 15px;
    color: #c6cbd1;
}

.nav li.active a .fa {
    color: #257cb0;
}

.nav li.done a .fa,
.nav li.done1 a .fa {
    color: #257cb0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-deck .card {
    min-width: 220px;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.card-deck .col-sm-4 {
    margin-bottom: 15px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* padding: 1.25rem 5px; */
}

.btn-outline-primary {
    color: #257cb0;
    background-color: transparent;
    background-image: none;
    border-color: #257cb0;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #257cb0;
    border-color: #257cb0;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #22709e;
    border-color: #22709e;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #22709e;
    border-color: #22709e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #22709e;
    border-color: #22709e;
}

.btn-primary {
    background-color: #257cb0;
    border-color: #257cb0;
}

.more {
    float: right;
    background: #ccc;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    display: none;
}

.card-body {
    position: relative;
}

.pop {
    width: 100%;
    height: 78%;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 0;
    top: 0;
    text-align: left;
    display: none;
    overflow: auto;
    z-index: 999999;
}

.pop-head {
    background: rgba(0, 0, 0, 0.7);
    color: #257cb0;
    padding: 4%;
    font-weight: bold;
    margin-bottom: 10px;
}

.close {
    color: #ccc;
    float: right;
    font-size: 18px;
    font-weight: bold;
    opacity: 1;
}

.card ul {
    min-height: 83px;
}

.card ul li {
    text-align: left;
}

.pricing-card-title {
    margin-bottom: 22px;
}


/*--------location-----------*/

.location ul {
    margin: 10px 0;
    list-style: none;
    padding: 0;
}

.location ul li {
    display: inline-block;
    vertical-align: top;
}

.location ul li .location-box {
    padding: 10px;
    text-align: center;
    min-height: 137px;
    box-shadow: 0 0 2px #c6cbd1;
    /* 	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.1); */
    margin: 10px 0 10px;
    /*border-radius: 10px; */
    background: #fff;
    font-size: 12px;
}

.location h4 {
    font-size: 16px;
    min-height: 40px;
}

.location form {
    margin-bottom: 30px;
}

.location h3 {
    color: #B0D133;
    font-size: 20px;
}

.location input {
    min-height: 27px;
}

.location .switch {
    height: 24px;
    margin-bottom: 0;
}

.btn a {
    color: #B0D133;
    display: block;
}

.btn:hover a {
    color: #fff;
}

.submit a {
    color: #fff;
    display: block;
}


/*-------company-form---------------*/

.company-form .input {
    padding: 0;
}

.company-form .input-group {
    background: transparent;
    border: 1px solid #e1e1e1;
    padding: 0;
    border-radius: 6px;
}

.company-form .input-group:hover,
.company-form .input-group:focus-within {
    border-color: #257cb0
    /* border-color: #B0D133 */
}

.company-form .input-group .input-group-text {
    border: none;
    background: none;
    border-right: 1px solid #e1e1e1
}

.company-form .input-group .form-control {
    border: none;
    background: none;
}

.company-form .input-group .form-control:focus {
    /*--border:none !important;box-shadow: none;--*/
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #B0D133;
    background-color: #B0D133;
}

.company-form h5 {
    color: #B0D133
}

.company-form .input-group .form-control:focus {
    box-shadow: none;
}


/*-------------------**/

.company-form .btn {
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    padding: 13px 1em 13px 1em;
    z-index: 2;
    /* -webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	-ms-border-radius: 29px;
	-o-border-radius: 29px;
	border-radius: 29px; */
    color: #fff !important;
    /* width: 250px; */
    /* background-color: #B0D133; */
    /* border-color: #B0D133 */
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #22709e;
    border-color: #22709e;
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);*/
    box-shadow: none;
}

.clearfix {
    clear: both;
    flex: 100%;
}

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
}

.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #000;
    right: 8px;
    top: 5px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    background: #fff;
    position: absolute;
    pointer-events: none;
}


/* IE11 hide native button (thanks Matt!) */

select::-ms-expand {
    display: none;
}


/*------------------------------*/

input,
select,
textarea {
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    margin: 0;
}

select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    /*outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;*/
}

.form-group {
    margin-bottom: 0;
    position: relative;
}

.form-input {
    padding-top: 0;
    width: 100%;
    min-height: 61px;
}

.form-label {
    position: absolute;
    transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    color: #bebebe;
    left: 0;
    top: 21px;
    width: 100%;
    padding: 0 10px;
}

input {
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    padding-top: 10px;
    -webkit-appearance: none;
    appearance: none;
}

input:focus+.form-label,
input:valid .form-label,
select:focus+.form-label,
select:valid .form-label {
    top: 1px !important;
    font-size: 13px;
    color: #B32828;
}

input.notblank+.form-label,
select.notblank+.form-label {
    top: 1px !important;
    font-size: 13px;
    color: #B32828;
}

select {
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    padding-top: 10px;
    -webkit-appearance: none;
    appearance: none;
}

select:active+.form-label,
select:valid .form-label {
    top: 8px !important;
    font-size: 13px;
    color: #257cb0;
}

input,
select {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    border: none !important;
    background-color: transparent !important;
    min-height: 61px !important;
    padding: 8px 10px 0 !important;
    z-index: 99;
    position: relative;
    box-shadow: none !important;
    color: #495057;
}

.modal {
    z-index: 99999;
}

input:focus,
select:focus {
    /*-- border-bottom: 1px solid #edb77d; --*/
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    outline: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

input::-webkit-input-placeholder {
    color: #257cb0;
}

input::-moz-placeholder {
    color: #257cb0;
}

input:-ms-input-placeholder {
    color: #257cb0;
}

input:-moz-placeholder {
    color: #257cb0;
}

select:-webkit-autofill {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}


/*------------cart----------------*/

.cart {
    position: sticky;
    border: 1px solid #257cb0;
    background: #fff;
    color: #257cb0;
    padding: 10px;
    top: 40px;
    right: 0;
    z-index: 999;
    float: right;
    margin-top: 13px;
}

.text-muted {
    display: block;
}

.continue-arrow {
    margin-left: 30px;
}


/*-----------switch---------**/

.switch {
    position: relative;
    display: block;
    width: 60px;
    height: 24px;
    margin: 10px auto;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #257cb0;
}

input:focus+.slider {
    box-shadow: 0 0 1px #257cb0;
}

input:checked+.slider:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/*---------------------------other header-----------*/


/* Header */

#header {
    /* position: ; */
    display: block;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    float: left;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    z-index: 499;
    -webkit-transition: top 0.1s ease-out, background-color 0.6s ease;
    -moz-transition: top 0.1s ease-out, background-color 0.6s ease;
    -ms-transition: top 0.1s ease-out, background-color 0.6s ease;
    -o-transition: top 0.1s ease-out, background-color 0.6s ease;
    transition: top 0.1s ease-out, background-color 0.6s ease;
}


/* #Main Navigation
================================================== */

#menu {
    float: right;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#menu:after,
.main_menu_holder:after {
    content: "";
    clear: both;
}

#menu a {
    text-decoration: none;
    color: #333333;
    font-weight: 400;
}

#menu ul {
    list-style: none;
    margin: 0;
}

#menu ul li {
    margin-bottom: 0;
}

#menu>ul>li {
    position: relative;
    float: left;
    /*	z-index: 1015;*/
    padding: 0px;
}

#menu>ul>li>a {
    line-height: 88px;
    text-decoration: none;
    display: block;
    padding: 4px 15px 0px 15px;
    z-index: 6;
    position: relative;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -moz-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -o-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -ms-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    transition: all 0.3s ease-out, line-height 0.1s ease-out;
}

#logo {
    float: left;
    overflow: hidden;
    padding: 5px;
}

@media only screen and (max-width: 768px) {
    #logo .logo_img {
        height: 62px;
        padding: 5px;
    }
}

#footer {
    position: relative;
}

#footer {
    clear: both;
    overflow: auto;
    margin: auto;
    background: #222;
    font-size: 14px;
    color: #7B8887;
    padding-top: 52px;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
}

.footer_btm {
    clear: both;
    padding: 20px 0px 20px;
    background: #121313;
    border-top: 1px solid #2a2a2a;
    margin-top: 16px;
    overflow: hidden;
}

#powered {
    /* float: left; */
    margin-top: 2px;
    /* margin-right: 10px; */
    color: #748188;
}

.custom-control {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px;
}


/* .btn:hover {
	background-color: #B0D133;
	opacity: .65 !important;
} */


/* .company-form .btn.focus, .company-form .btn:focus {
	box-shadow: none;
	opacity: .65 !important;
} */


/*----------*/

#menu>ul>li>a {
    font-family: 'Trebuchet', Montserrat, Arial, Helvetica, sans-serif;
}

.button,
a.button,
button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
    text-transform: uppercase;
}

@media only screen and (min-width: 1018px) {
    #menu>ul>li>a,
    #header .header_cart .icon {
        line-height: 66px;
    }
    .header_cart .widget_shopping_cart {
        top: 66px;
    }
    #menu>ul>li.boc_nav_button {
        height: 66px;
    }
    #logo .logo_img {
        height: 70px;
    }
    #boc_searchform_close {
        top: 24px;
    }
}

@media only screen and (min-width: 1018px) {
    #header.scrolled #menu>ul>li>a,
    #header.scrolled .header_cart .icon {
        line-height: 46px;
    }
    #header.scrolled .header_cart .widget_shopping_cart {
        top: 46px;
    }
    #header.scrolled #menu>ul>li.boc_nav_button {
        height: 46px;
    }
    #header.scrolled #logo .logo_img {
        height: 50px;
    }
    #header.scrolled #boc_searchform_close {
        top: 14px;
    }
}

.main_menu_underline_effect #menu>ul>li>a:after {
    background-color: #08ada7;
}

.breadcrumb {
    display: none;
}

body {
    position: relative;
    min-height: 100vh;
}

#footer {
    /* position: absolute;
	bottom: auto;
	margin-top: 100px; 
	top: auto;
	height: 69px; */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 69px;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
    width: 180px !important;
    height: 38px !important;
}

.header_cart ul.cart_list li a,
.header_cart ul.product_list_widget li a {
    color: #ffffff;
    line-height: 1.45em;
    margin: 2px 0;
}

.header_cart .cart-wrap:before,
#boc_header_cart_li .cart-wrap:before {
    border-color: transparent #c63a47 transparent;
    border-style: solid solid solid none;
    border-width: 13px 6px 0px medium;
    content: "";
    height: 0;
    left: -2px;
    position: absolute;
    top: 2px;
    width: 0;
    z-index: -1;
}

.page_title_bgr .full_container_page_title {
    border-bottom: 1px solid #eee;
    background: #fafafa;
    padding: 0px 0;
    margin-bottom: 20px;
    min-height: 50px;
}

.header_cart .cart-wrap,
#boc_header_cart_li .cart-wrap {
    font-family: Lato, arial;
    border-radius: 100%;
    background-color: #c63a47;
    min-width: 18px;
    color: #fff;
    text-align: center;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -6px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
    font-weight: 600 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 12px !important;
    border: none !important;
    padding: 8px 13px !important;
    background: #c63a47 !important;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1))!important;
    color: #fff !important;
    text-shadow: none !important;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.yrc-item .yrc-thumb a.yrc-video-link:before {
    position: absolute;
    width: 0%;
    opacity: .85;
    background: url(youtube-icon.png) no-repeat;
    background-size: 60px !important;
}

#yrc-shell-0 .yrc-brand {
    color: #fff;
    display: none;
}

.yrc-desktop .yrc-banner {
    height: 150px !important;
    display: none;
    padding-bottom: 20px;
}

@media only screen and (min-width: 1018px) {
    #logo .logo_img {
        height: 80px;
    }
}


/*mobile menu*/

.m_nav_ham {
    width: 34px;
    height: 3px;
    background: #333;
    margin: 5px auto;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#mobile_menu_toggler {
    float: right;
    width: 15px;
    height: 34px;
    display: none;
    margin-top: 25px;
    cursor: pointer;
}

@media only screen and (max-width: 575px) {
    .webxsite {
        display: none;
    }
    .mobilewebxsite {
        display: inline-block;
        float: right;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #logo {
        width: 60%;
        float: left;
        margin-left: -30px;
    }
    .texthide {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    #logo {
        width: 60%;
        float: left;
        margin-left: -10px;
    }
    #mobile_menu_toggler {
        float: right;
        width: 30px;
        height: 34px;
        display: none;
        margin-top: 25px;
        cursor: pointer;
    }
}


/*mobile menu end*/

#menu>ul>li>a {
    line-height: 88px;
    text-decoration: none;
    display: block;
    padding: 4px 15px 0px 15px;
    z-index: 6;
    position: relative;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -moz-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -o-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -ms-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    transition: all 0.3s ease-out, line-height 0.1s ease-out;
}

#menu>ul>li:last-child a {
    padding-right: 0;
}

li.current-menu-item a {
    color: #c63a47 !important;
}

#logo {
    float: left;
    overflow: hidden;
    padding: 5px 0;
}

@media only screen and (max-width: 768px) {
    #logo .logo_img {
        height: 62px;
        padding: 5px;
    }
}

.main_menu_underline_effect #menu>ul>li>a:after {
    background-color: #c63a47 !important;
}

.main_menu_underline_effect #menu>ul>li>a:after {
    display: block;
    content: "";
    width: 50%;
    height: 2px;
    background-color: #c63a47;
    position: absolute;
    bottom: 0;
    left: 35%;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 0;
}


/* #Main Navigation
================================================== */

#menu {
    float: right;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#menu:after,
.main_menu_holder:after {
    content: "";
    clear: both;
}

#menu a {
    text-decoration: none;
    color: #333333;
    font-weight: 400;
}

#menu ul {
    list-style: none;
    margin: 0;
}

#menu ul li {
    margin-bottom: 0;
}

#menu>ul>li {
    position: relative;
    float: left;
    /*	z-index: 1015;*/
    padding: 0px;
}

#menu>ul>li>a {
    line-height: 88px;
    text-decoration: none;
    display: block;
    padding: 4px 15px 0px 15px;
    z-index: 6;
    position: relative;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -moz-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -o-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -ms-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    transition: all 0.3s ease-out, line-height 0.1s ease-out;
}

.scrolled #menu>ul>li>a {
    -webkit-transition: all 0.3s ease-out, line-height 0.5s ease-out;
    -moz-transition: all 0.3s ease-out, line-height 0.5s ease-out;
    -o-transition: all 0.3s ease-out, line-height 0.5s ease-out;
    -ms-transition: all 0.3s ease-out, line-height 0.5s ease-out;
    transition: all 0.3s ease-out, line-height 0.5s ease-out;
}


/* Underline on Hover */

.main_menu_underline_effect #menu>ul>li>a:after {
    display: block;
    content: "";
    width: 30%;
    height: 2px;
    background-color: #c63a47;
    position: absolute;
    bottom: 0;
    left: 35%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}

.main_menu_underline_effect #menu>ul>li>a:hover:after {
    width: calc(100% - 30px);
    left: 15px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main_menu_underline_effect #menu>ul>li>a.no_border:after {
    display: none;
}


/* Disable for Search & for menu5,6 */

.main_menu_underline_effect #menu>ul>li.boc_search_border>a:after,
.main_menu_underline_effect #menu>ul>li.boc_search_toggle_li>a:after,
.main_menu_underline_effect.custom_menu_5 #menu>ul>li>a:after,
.main_menu_underline_effect.custom_menu_6 #menu>ul>li>a:after {
    display: none;
}


/* Underline on Hover : END */

#menu>ul>li>a>span {
    padding: 0px 0px 0px 7px;
    font-family: 'icomoon';
    font-size: 14px;
    position: relative;
    top: 2px;
    line-height: 0;
}

#menu>ul>li>a>span:before {
    content: "\e78d";
}

#menu>ul>li>div {
    position: absolute;
    left: 2px;
    top: 100%;
    z-index: 1020;
    webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    background: rgba(255, 255, 255, 0.97);
    border-top: 2px solid #c63a47;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

#menu>ul>li.active>div {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#menu.sub_fade_from_btm>ul>li>div {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
}

#menu.sub_fade_from_btm>ul>li.active>div {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

#menu>ul>li>ul {
    display: none;
}

#menu>ul>li>div>ul {
    display: table-cell;
}

#menu>ul>li ul+ul {
    padding-left: 20px;
}

#menu>ul>li ul>li {
    position: relative;
}

#menu>ul>li ul>li>a {
    display: block;
    position: relative;
    padding: 6px 13px 6px 15px;
    margin: 0;
    color: #333;
    white-space: nowrap;
    min-width: 184px;
    font-size: 13px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#menu.arrow_effect>ul>li ul>li>a {
    padding-right: 30px;
}

#menu>ul>li ul>li:last-child>a {
    border-bottom: 0!important;
}

#menu.arrow_effect>ul>li ul>li>a>span {
    margin-left: -10px;
    -webkit-transition: all 0s ease-out, padding-left 0.3s ease-out;
    -moz-transition: all 0s ease-out, padding-left 0.3s ease-out;
    -ms-transition: all 0s ease-out, padding-left 0.3s ease-out;
    -o-transition: all 0s ease-out, padding-left 0.3s ease-out;
    transition: all 0s ease-out, padding-left 0.3s ease-out;
}

#menu.arrow_effect>ul>li ul>li>a>span:before {
    width: 13px;
    font-family: 'icomoon';
    font-size: 13px;
    content: "\e78f";
    float: left;
    position: relative;
    left: -9px;
    -webkit-transition: all 0s ease-out, left 0.3s ease-out, opacity 0.3s ease-out;
    -moz-transition: all 0s ease-out, left 0.3s ease-out, opacity 0.3s ease-out;
    -ms-transition: all 0s ease-out, left 0.3s ease-out, opacity 0.3s ease-out;
    -o-transition: all 0s ease-out, left 0.3s ease-out, opacity 0.3s ease-out;
    transition: all 0s ease-out, left 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
}

#menu.arrow_effect>ul>li ul>li>a:hover>span {
    padding-left: 15px;
}


/* Disabled Arrow_effect - by adding the extra no_arrow_effect to a menu item */

#menu.arrow_effect>ul>li ul>li.no_arrow_effect>a>span {
    margin-left: 2px;
}

#menu.arrow_effect>ul>li ul>li.no_arrow_effect>a>span:before {
    width: 0;
    left: 0;
    opacity: 0;
}

#menu.arrow_effect>ul>li ul>li.no_arrow_effect>a:hover>span {
    padding-left: 6px;
    -webkit-transition: all 0s linear, padding-left .12s ease-out;
    -moz-transition: all 0s linear, padding-left .12s ease-out;
    -ms-transition: all 0s linear, padding-left .12s ease-out;
    -o-transition: all 0s linear, padding-left .12s ease-out;
    transition: all 0s linear, padding-left .12s ease-in-out;
}

#menu>ul>li ul>li>a:hover>span:before {
    left: -2px;
    opacity: 1;
}

#menu>ul>li ul>li>a.last_submenu_item {
    background: none;
    border-bottom: 0;
}

#menu>ul>li ul>li>a:hover {
    text-decoration: none;
}

.sub_menu_parent>span {
    padding-right: 18px;
}

.sub_menu_parent>span>span {
    float: right;
}

.sub_menu_parent>span>span:after {
    content: '\e78f';
    font-family: 'icomoon';
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: 7px;
    right: 10px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.arrow_effect .sub_menu_parent:hover>span>span:after {
    opacity: 0;
}

#menu>ul>li ul>li>a.sub_menu_parent>span,
#menu>ul>li ul>li>a.sub_menu_parent:hover>span {
    background: none!important;
}


/* Submenu items with arrow effect and no children + extra right padding */

#menu.arrow_effect>ul>li:not(.megamenu) ul.sub-menu>li :not(.menu-item-has-children) a {
    padding-right: 30px;
}


/* Menu 1 */

.custom_menu_1 #menu>ul>li ul>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #333;
}


/* Menu 1 : End */


/* Menu 2 */

.custom_menu_2 #menu>ul>li>div {
    background: rgba(20, 20, 20, 0.97);
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom_menu_2 #menu>ul>li ul>li>a {
    color: #fff;
    text-shadow: 0px -1px 0px #343a3c;
    background: none;
}

.custom_menu_2 #menu>ul>li ul>li>a.last_submenu_item {
    background: none;
}


/* Menu 2 : End */


/* Menu 3 */

.custom_menu_3 #menu>ul>li ul>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.custom_menu_3 #menu>ul>li ul>li>a:hover {
    background: #c63a47;
    border-bottom: 1px solid rgba(0, 0, 0, 0.01);
    color: #fff;
}


/* Menu 3 : End */


/* Menu 4 */

.custom_menu_4 #menu>ul>li>div {
    background: rgba(20, 20, 20, 0.97);
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom_menu_4 #menu>ul>li>div>ul {
    border-top: none;
}

.custom_menu_4 #menu>ul>li ul>li>a {
    color: #fff;
    text-shadow: none;
    background: none;
}

.custom_menu_4 #menu>ul>li ul>li>a.last_submenu_item {
    background: none;
}

.custom_menu_4 #menu>ul>li ul>li>a:hover {
    background-color: #c63a47;
}


/* Menu 4 : End */


/* Menu 5 */

.custom_menu_5 #menu {
    margin-right: -8px
}

.custom_menu_5 #menu>ul>li>a {
    border-top: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 4px 16px 2px 16px;
    margin: 0;
}

.custom_menu_5 #menu>ul>li:hover>a,
header.transparent_header.scrolled .custom_menu_5 #menu>ul>li:hover>a {
    background-color: #fff;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
    background-repeat: repeat-x;
    border-top: 2px solid #c63a47;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

header.transparent_header .custom_menu_5 #menu>ul>li:hover>a {
    background: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 2px solid transparent;
}

.custom_menu_5 #menu>ul>li>div {
    background: rgba(20, 20, 20, 0.97);
    left: 0;
    border-top: 0;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom_menu_5 #menu>ul>li ul>li>a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: url(images/grad.png) center top repeat-x;
    color: #fff;
}

.custom_menu_5 #menu>ul>li ul>li>a:hover {
    background: #c63a47;
    border-bottom: 1px solid transparent;
}

.custom_menu_5 #menu>ul>li ul>li>a:hover>span {
    background: none;
}

.custom_menu_5 #menu>ul>li ul>li a.last_submenu_item {
    border-bottom: 1px solid transparent;
}

.custom_menu_5 #menu>ul>li.boc_search_border a {
    border-top: 2px solid transparent;
    margin: 0;
    padding: 4px 7px 2px 7px;
}

.custom_menu_5 #menu>ul>li.boc_search_border:hover a {
    background: none;
    color: inherit;
    border-top: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}


/* Menu 5 : End */


/* Menu 6 */

.custom_menu_6 #menu {
    margin-right: -8px
}

.custom_menu_6 #menu>ul>li>a {
    border-top: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 4px 16px 2px 16px;
    margin: 0;
}

.custom_menu_6 #menu>ul>li:not(.boc_nav_button):hover>a,
header.transparent_header.scrolled .custom_menu_6 #menu>ul>li:not(.boc_nav_button):hover>a {
    background-color: #fff;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.02));
    background-repeat: repeat-x;
    border-top: 2px solid #08ada7;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

header.transparent_header .custom_menu_6 #menu>ul>li:not(.boc_nav_button):hover>a {
    background: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 2px solid transparent;
}

.custom_menu_6 #menu>ul>li>div {
    left: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.transparent_header:not(.scrolled) .custom_menu_6 #menu>ul>li>div {
    border-top: none;
}

.custom_menu_6 #menu>ul>li ul>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    background: url(images/grad.png) center top repeat-x;
    color: #333;
}

.custom_menu_6 #menu>ul>li ul>li>a:hover {
    background: #08ada7;
    color: #fff;
}

.custom_menu_6 #menu>ul>li ul>li>a:hover>span {
    background: none;
}

.custom_menu_6 #menu>ul>li ul>li a.last_submenu_item {
    border-bottom: none;
}

.custom_menu_6 #menu>ul>li.boc_search_border a {
    border-top: 2px solid transparent;
    margin: 0;
    padding: 4px 7px 2px 7px;
}

.custom_menu_6 #menu>ul>li.boc_search_border:hover a {
    background: none;
    color: inherit;
    border-top: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

#logo img {
    margin-top: 20px;
    max-height: 45%;
    width: auto;
    -webkit-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    transition: opacity 0.5s ease-out, top 0.5s ease-out;
}

#logo *,
#logo *:before,
#logo *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#mobile_menu {
    display: none;
    background-color: #121212;
    padding: 0px;
    z-index: 100000;
    position: absolute;
    width: 100%;
    top: 82px;
}

#mobile_menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

#mobile_menu ul li {
    margin: 0;
}

#mobile_menu ul li.boc_search_border,
#mobile_menu ul li.boc_search_toggle_li {
    display: none;
}

#mobile_menu>ul>li a {
    background: #222;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#mobile_menu>ul>li>a:hover {
    background: #2a2a2a;
}

#mobile_menu ul ul li a:hover {
    background: #171717;
}

#mobile_menu>ul>li ul li a {
    background: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

#mobile_menu ul li a {
    color: #ccc;
    font-size: 14px;
    line-height: 1.7em;
    display: block;
    position: relative;
    padding: 12px 30px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#mobile_menu ul ul li a {
    padding: 10px 50px;
}

#mobile_menu ul ul ul li a {
    padding: 10px 70px;
}

#mobile_menu ul li a:hover {
    color: #eee;
}

#mobile_menu ul li ul {
    display: none;
}

#mobile_menu ul li a>span:not(.icl_lang_sel_bracket) {
    float: right;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 10px;
    line-height: 30px;
    margin-top: -2px;
}

#mobile_menu ul li a:hover>span {
    color: #ddd;
    cursor: pointer;
}

#mobile_menu ul li a>span:hover {
    color: #fff;
}

.m_nav_ham_1_open {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 13px;
}

.m_nav_ham_2_open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -7px;
}

.m_nav_ham_3_open {
    opacity: 0;
}

.forset_header {
    float: left;
    width: 100%;
    background: #F1F1f1;
    color: #333333;
    padding: 15px;
    margin: 10px 0;
    font-size: 35px !important;
}

.forset_header .con_1 {
    color: #B32828;
}

.company-form .btn.dsdnext {
    background: transparent !important;
    color: #257cb0 !important;
    font-style: italic;
    border: 1px solid #257cb0;
}

.company-form .btn.dsdnext:hover {
    background: #257cb0 !important;
    color: #ffffff !important;
}

.company-form .btn.dsdcancel {
    background: transparent !important;
    color: #B32828 !important;
    font-style: italic;
    border: 1px solid #B32828;
}

.company-form .btn.dsdcancel:hover {
    background: #B32828 !important;
    color: #ffffff !important;
}

@media only screen and (min-width: 1018px) and (max-width: 1280px) {
    #menu>ul>li>a {
        padding-left: 9px;
        padding-right: 9px;
    }
    #menu>ul>li.boc_nav_button a {
        padding: 0 9px;
        margin: 2px 8px 0;
    }
    #menu>ul>li>a>span {
        padding: 0px 0px 0px 4px;
    }
    #menu>ul>li.boc_search_toggle_li {
        margin-left: 2px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1017px) {
    #header {
        position: relative;
        background: #fff;
        min-height: auto;
    }
    .full_header {
        border-bottom: none;
        background: none;
    }
    #subheader_menu {
        display: none;
    }
    #logo {
        width: 80%;
    }
    #logo .logo_img {
        height: 62px;
    }
    #transparent_logo {
        display: none;
    }
    #menu {
        display: none;
    }
    #mobile_menu #menu {
        display: block;
    }
    #mobile_menu_toggler {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .forset_header {
        font-size: 29px !important;
    }
}

@media only screen and (max-width: 768px) {
    input,
    select {
        min-height: 45px !important;
    }
    .form-input {
        min-height: 45px !important;
    }
    .form-label {
        top: 12px;
    }
    .forset_header {
        font-size: 25px !important;
        font-weight: bold;
        padding: 10px;
        margin-bottom: 5px !important;
    }
    #header {
        position: relative;
        background: #fff;
        min-height: 0;
    }
    .boxed_wrapper .full_header {
        border-bottom: none;
        background: none;
    }
    .full_header {
        display: none;
    }
    #subheader_menu {
        display: none;
    }
    .header_contacts {
        font-size: 12px;
    }
    .header_contact_item {
        margin-right: 14px;
    }
    #logo {
        width: 70%;
    }
    #logo .logo_img {
        height: 62px;
    }
    #transparent_logo {
        display: none;
    }
    #powered {
        float: none;
        clear: both;
        text-align: right;
        padding-top: 4px;
    }
    .margined_left,
    #footer .col ul.margined_left {
        margin-left: 0px;
    }
    #menu {
        display: none;
    }
    #mobile_menu #menu {
        display: block;
    }
    #mobile_menu_toggler {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .company-form .input-group {
        margin-bottom: 12px !important;
    }
    .pricing-header1>p {
        font-size: 12px !important;
        float: left;
        width: 100%;
        margin: 0 0 8px 0;
    }
    .btn_inside {
        top: 11px;
    }
    .forset_header {
        font-size: 16px !important;
        font-weight: bold;
        padding: 5px 10px;
    }
    .main-content.container {
        width: 96%;
        max-width: 100%;
    }
    #logo {
        width: 60%;
    }
    .pricing-header h2,
    .pricing-header1 h2,
    .pricing-header2 h2 {
        font-size: 2rem !important;
    }
    .company-form .btn {
        border-radius: .3rem;
        width: 100%;
        margin-top: 5px;
    }
}


/*---------------------------other header end-----------*/

.pricing-header1 h1.display-4 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.card-deck .col-md-3 {
    margin-top: 25px;
}

a {
    text-decoration: none !important;
}

.progress {
    height: 4px !important;
    margin-bottom: 10px;
}

.progress-bar-danger {
    background-color: #ff4136;
}

.progress-bar-warning {
    background-color: #ff851b;
}

.progress-bar-success {
    background-color: #28b62c;
}


/*------------pw-option-------------------*/

.form-group {
    position: relative;
}

.pw-option {
    position: absolute;
    width: 200px;
    border-radius: 6px;
    box-shadow: 0 0 5px #000;
    padding: 10px;
    z-index: 999999;
    background: #fff;
    right: -210px;
}

.pw-option:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #B0D133;
    border-bottom: 10px solid transparent;
}

.pw-option ul {
    padding: 0;
    list-style: none;
}

.pw-option ul li {
    float: left;
    width: 100%;
    text-align: left;
    color: #CC0000
}

.check-icon {
    color: #B0D133;
    float: left;
    margin: 4px 10px 10px 0;
}

.close-icon {
    color: #CC0000;
    float: left;
    margin: 4px 10px 10px 0;
}

.active-icon {
    color: #B0D133 !important;
}

.active-icon .check-icon {
    display: block;
    color: #B0D133 !important;
}

.active-icon .close-icon {
    display: none;
}

.dactive-icon .check-icon {
    display: none;
}

.dactive-icon .close-icon {
    display: block;
}

.pw-line {
    width: 100px;
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-deck .col-md-3 {
        width: 50% !important;
        max-width: 50%;
        flex: none;
    }
    .container {
        max-width: 95%;
    }
    .cart {
        /*--right:4%;top: 83px;--*/
    }
    .location ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 50% !important;
        width: 100% !important;
        margin-left: 0;
    }
}

@media only screen and (min-width: 240px) and (max-width: 767px) {
    .company-form.w-50,
    .pricing-header1.w-50 {
        width: auto !important;
        max-width: 400px;
    }
    .h6,
    h6 {
        font-size: 13px;
    }
    .container {
        max-width: 90%;
    }
    .card-deck .col-sm-4 {
        width: 100%;
        max-width: 100% !important;
        flex: auto;
    }
    .location ul li {
        max-width: 100%;
        padding: 0;
    }
    .nav li {
        width: 25%;
        text-align: center;
    }
    .nav li .fa {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
        color: #c6cbd1;
        font-size: 25px;
    }
    .nav li a {
        padding: 5px 0;
        padding-top: 30px;
        font-size: 9px;
    }
    .cart {
        /*--right: 3%;top: 83px;--*/
    }
    .location ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0;
    }
    .pop {
        width: 100%;
        height: 82%;
    }
    .pw-option {
        margin: auto;
        left: 0;
        right: 0;
        top: 100%;
    }
    .pw-option:before {
        left: 0;
        right: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #B0D133;
        top: -20px;
        margin: auto;
    }
    .pw-option ul {
        height: 80px;
        overflow-y: auto;
    }
    .pricing-header {
        float: left;
        width: 100%;
    }
    #location_sel {
        float: left;
        width: 100%;
    }
    .support-footer #powered {
        font-size: 12px !important
    }
    .support-footer #powered>* {
        text-align: center !important;
    }
    .support-footer #footer {
        height: 98px !important
    }
    .support-footer .main-content {
        padding-bottom: 98px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .company-form.w-50,
    .pricing-header1.w-50 {
        width: auto !important;
        max-width: 450px;
    }
}

.more2 {
    cursor: pointer;
}

.skmore {
    color: #B0D133;
    font-size: 1.25rem;
    font-weight: 500;
}

.sknotice {
    color: #FF0000;
}


/* password  strength  */


/*-----------off-on-------------*/

.onoffswitch {
    position: relative;
    width: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    float: right;
    margin-right: 70px;
    margin-top: -5px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #257cb0;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 28px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "YES";
    padding-left: 10px;
    background-color: #B0D133;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    height: 18px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.hide {
    display: none;
}

#skpassstrngth {
    display: none;
}

.continue-arrow {
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-header {
        float: left;
        width: 100%;
    }
    #location_sel {
        float: left;
        width: 100%;
    }
}

#emailinfo,
#deviceinfo {
    margin: -15px 0 10px 5px;
    font-size: 13px;
    color: #22709e;
}


/* #msg {
    margin: -8px 0 10px 5px;
    font-size: 13px;
    color: red;
} */

.skcounter {
    color: #22709e;
    font-weight: bold;
    font-size: 15px;
}

input.error,
select.error {
    border: 1px solid #B32828;
}

input.valid,
select.valid {
    border: none;
}

.errormsg {
    color: #B32828;
    font-weight: bold;
}


/* 14 june 2019 -- start */

#errmsg,
#succmsg {
    display: none
}


/* 14 june 2019 -- end */

@media only screen and (min-width: 240px) and (max-width: 320px) {
    .col-md-3 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .card-deck .card {
        min-width: 200px;
    }
    .nav li {
        width: 100%;
        text-align: center;
    }
}

.company-form a {
    color: #B32828
}

.text-blue {
    color: #257cb0 !important;
}

.text-red {
    color: #B32828 !important;
}

.pricing-header1>p {
    font-size: 13px;
}

.outer-frame {
    border-radius: 7px;
}

.upload.hover,
.upload.hover .card-header {
    background: #f1f1f1;
    border-color: #f1f1f1;
}

.img_block {
    height: 180px;
    display: block;
}

.home_img {
    width: 90%;
    height: 100%;
    object-fit: contain;
}

.icon-wrap {
    padding: 10px;
}

.btn-red {
    background-color: #B32828;
    border-color: #B32828;
    color: #fff;
}

.btn-red:hover,
.btn-red:active {
    color: #fff;
}

@media only screen and (min-height: 500px) {
    .resetsuccess {
        margin-top: 100px
    }
}

@media only screen and (max-height: 499px) {
    .resetsuccess {
        margin-top: 50px
    }
}

@media screen and (min-width: 901px) {
    .w-60 {
        width: 60%;
    }
    .outer-frame {
        padding: 20px 100px;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    }
}

.mt-md-10,
.my-md-10 {
    margin-top: 5rem!important;
}

@media screen and (max-width: 767px) {
    .w-60 {
        width: 100%;
    }
}


/* ----------------New Login css------------------- */

.forheightb_g {
    float: left;
    width: 100%;
    min-height: 100vh;
    background-image: url(https://static.canva.com/web/images/42153ed….jpg);
    background-size: cover;
    background-position: top;
    position: relative;
}

.IMy50w {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 32px;
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
}

.IMy50w .rel_pos {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._0TczQQ {
    float: left;
    width: auto;
    padding: 10px;
    background: #ffffff;
    border-radius: 6px;
    display: inline-flex;
}

._0TczQQ a {
    display: inline-flex;
    align-items: center;
}

._0TczQQ a img {
    max-height: inherit;
    width: 180px;
    margin: 0;
}

.right_btn_signup .logbtn {
    padding: 0 6px;
    height: 40px;
    min-width: 80px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
}

.right_btn_signup .logbtn.signupbtn {
    background: #ffffff;
    color: #0e1318;
    margin: 0 0 0 14px;
}