.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
    font-size: 16px !important;
    font-family: Open Sans !important;
    font-weight: 300 !important;
    color: black !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: Open Sans !important;
}

p.zipcodes {
    margin-bottom: 25px !important;
    margin-top: -15px !important;
}

.entry .entry-title:before {
    background: transparent !important;
    content: "" !important;
    display: block;
    height: 2px;
    margin: 1rem 0;
    width: 1em;
}

/* h1:not(.site-title):before,
h2:before {
    background: transparent !important;
    content: "" !important;
    display: block;
    height: 2px;
    margin: 1rem 0;
    width: 1em;
} */

.ifr {
    border: 15px solid #fff;
    box-shadow: 1px 9px 19px 5px #eae6e6;
    border-radius: 0px;
}

.location_container {
    width: 90%;
    margin: 0 auto;
}

.lite-green-check {
    background-image: var(--wpr-bg-2e86173d-9f5a-4672-9c4e-4cecd3182ff1);
}

input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -15px;
}


/* .css-label {
    background-image: url(../../../../../../../../../plugins/contrac-locator/frontend/images/dark-check-green.png);
} */

input[type=checkbox].css-checkbox.med+label.css-label.med {
    padding-left: 22px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox.med:checked+label.css-label.med {
    background-position: 0 -17px;
}

input[type=checkbox].css-checkbox.sme+label.css-label.sme {
    padding-left: 22px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox.sme:checked+label.css-label.sme {
    background-position: 0 -16px;
}

input[type=checkbox].css-checkbox.lrg+label.css-label.lrg {
    padding-left: 22px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox.lrg:checked+label.css-label.lrg {
    background-position: 0 -20px;
}

label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 98%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    /* border-radius: .5em; */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3…c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    margin: 0 auto;
}

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

.select-css:hover {
    border-color: #888;
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: normal;
}

.contact_info,
.country_contact_info {
    border: 1px solid #efefef;
    /* margin: 10px auto;
    padding: 0px 10px; */
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
    /* display: none; */


    /* height: 0;
    box-shadow: 0 8px 5px 1px #ececec;
    border-radius: 5px;
    border-left: 5px solid #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s linear;
    position: absolute; */





    height: 0;
        box-shadow: 1px 9px 19px 5px #eae6e6;
        border-radius: 0px;
        border-left: 16px solid white;
        border-bottom: 8px solid #0033a0;
        border-top: 5px solid white;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s linear;
        position: absolute;



}

.contact_info:hover,
.country_contact_info:hover {
    background-color: #fff;
    transition: all .5s;
    border-left: 16px solid #fff;
}

.contact_info .channel:before,
.country_contact_info .channel:before {
    display: none;
}

.contact_info .channel,
.country_contact_info .channel {
    font-size: 16px;
    font-weight: bold;
   color: #0033a0;
    margin: 10px auto;
}

.contact_info.shown,
.country_contact_info.shown {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: initial;
    margin: 10px auto;
    padding: 0px 10px;
    height: auto;
    color: black !important;
}

p.web_site {
    font-style: italic;
    /* color: #3569fb; */
}

iframe.empty_iframe {
    height: 0px;
}

.ifr iframe {
    width: 100% !important;
    height: auto;
    min-height: 270px;
}


/* .ifr:after {
    content: "Loading...";
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 138px 169px !important;
    position: relative;
    top: -300px;
    bottom: 300px;
}

.ifr.loading:after {
    content: "Loading...";
}

.ifr.no_res:after {
    content: "No Result Found";
}

.ifr.yes_res:after {
    content: " ";
} */

.ifr {
    background: #e5e4e4;
    max-height: 300px;
}

.heading {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5%;
    color: brown;
}

.contact_info i,
.country_contact_info i {
    width: 15px;
}

span.ico-mr {
    margin-right: 6px;
    color: #0033a0;
}


/*
Global Styling
*/

@media only screen and (min-width: 768px) {
    .page-id-16 .entry .entry-header,
    .page-id-7 .entry .entry-header {
        margin: calc(1 * 0rem) calc(0% + 0px) 1rem !important;
        text-align: center;
        background-color: #0033a0;
        color: white;
        font-weight: 900;
        padding: 6% 0;
        font-size: 35px;
        background: rgba(0, 3, 58, 1);
        background: -moz-linear-gradient(-45deg, rgba(0, 3, 58, 1) 0%, rgba(0, 96, 128, 1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 3, 58, 1)), color-stop(100%, rgba(0, 96, 128, 1)));
        background: -webkit-linear-gradient(-45deg, rgba(0, 3, 58, 1) 0%, rgba(0, 96, 128, 1) 100%);
        background: -o-linear-gradient(-45deg, rgba(0, 3, 58, 1) 0%, rgba(0, 96, 128, 1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(0, 3, 58, 1) 0%, rgba(0, 96, 128, 1) 100%);
        background: linear-gradient(135deg, rgba(0, 3, 58, 1) 0%, rgba(0, 96, 128, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00033a', endColorstr='#006080', GradientType=1);
    }
    .page-id-16 .entry .entry-content,
    .page-id-7 .entry .entry-content {
        max-width: 100%;
        margin: 0 0%;
        padding: 0 10px;
    }
}

.flex_div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*padding: 15px;*/
    margin: 0 auto;
}

main#main .entry-content .country_locator {
    max-width: 1280px;
    margin: 0 auto;
    width: 80%;
}

.country_locator_container {
    display: flex;
    width: 100%;
    margin-bottom: 100px;
}

.country_locator_inner {
    width: 50%;
}

.country_locator_right {
    margin-left: 5px;
}

.country_selector {
    background-color: #0033A0;
    padding: 10px 5px;
}

.search_head {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    width: 100%;
}

.search_head h3 {
    margin: 0;
    padding: 15px;
}

.cb_container {
    margin: 10px auto;
    width: 100%;
}

.cat_cb_div {
    display: flex;
    justify-content: center;
}

.cat_cbs.squaredOne {
    width: 100%;
    text-align: center;
    margin: 0px 10px;
    color: #fff;
}

.cat_cbs.squaredOne label {
    font-weight: normal;
}

.result_head h2 {
    text-align: center;
    color: #0033A0;
    text-transform: uppercase;
    letter-spacing: 5px;
        margin: 20px 0;
        display: none !important;
}

.no_contact {
    text-align: center;
    margin: 10px auto;
    padding: 20px 10px;
    background: #efefef;
    border-radius: 0px;
    color: black !important;
}

div.no_contact {
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400 !important;
    color: black !important;
}

.country_locator {
    font-family: Open Sans;
}

.entry-title {
    font-family: Open Sans;
}


/* ============ switch ============== */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

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

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

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

input:checked+.switch_slider {
    background-color: #da2e2e;
}

input:focus+.switch_slider {
    box-shadow: 0 0 1px #da2e2e;
}

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


/* Rounded sliders */

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

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

.slider_country_name {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding: 10px;
}

.us_canada {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

div.state_container select {
    width: 100%;
}

div.state_container {
    width: 100%;
    margin: 0 auto;
}

p.zipcodes {
    color: #333;
}

span.viewmap {
    position: relative;
    float: right;
    height: 0;
    top: -30px;
    color: #0086f9;
    font-style: italic;
    cursor: pointer;
}

span.view_world_map {
    position: relative;
    float: right;
    height: 0;
    top: -30px;
    color: #0086f9;
    font-style: italic;
    cursor: pointer;
}

.contact_info p a {
    text-decoration: none !important;
}


/*
/////////////////
\\\\\\\\\\\\\\\\\
Select CSS
/////////////////
\\\\\\\\\\\\\\\\\
*/

.styled-select {
    background: var(--wpr-bg-49887199-f95c-41ff-8b86-30b32b43a5e3) no-repeat 96% 0;
    overflow: hidden;
    width: 80%;
    margin: 20px auto;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    padding: 5px;
    /* If you add too much padding here, the options won't show in IE */
    width: 100%;
}


/* -------------------- Colors: Background */

.slate {
    background-color: #ddd;
}

.green {
    background-color: #779126;
}

.blue {
    background-color: #3b8ec2;
}

.yellow {
    background-color: #eec111;
}

.black {
    background-color: #000;
}


/* -------------------- Colors: Text */

.slate select {
    color: #000;
}

.green select {
    color: #fff;
}

.blue select {
    color: #fff;
}

.yellow select {
    color: #000;
}

.black select {
    color: #fff;
}

.semi-square {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

select.state_dd {
    -webkit-appearance: none;
}

select.state_dd option {
    color: #000;
}
/*
ONLy for zook
*/
.country_selector .search_head h3 {
    color: #fff;
    font-size: 33px;
}
.country_selector label.switch {
    line-height: 1;
}
.contact_info.shown div, .country_contact_info.shown div {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400 !important;
    color: black !important;
}
.contact_info.shown span, .country_contact_info.shown {
    font-size: 14px;
}
.country_selector .styled-select {
    background-size: 7%;
}



.country_locator_right p {
    margin-bottom: 0 !important;
}



@media only screen and (max-width: 900px){
     .country_locator_container {
    display: block !important;
}

.country_locator_inner {
    width: 100% !important;
}

.location_container {
    width: 100% !important;
}

.country_locator_right {
    margin-left: 0px !important;
}


.country_selector .search_head h3 {
    font-size: 28px !important;
}

.page-template-tpl-king_composer section {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

}


.country_locator {
     margin-top: 30px !important;
       margin-bottom: 30px !important;
}

@media only screen and (max-width: 900px){
     .country_locator {
          margin-top: -20px !important;
            margin-bottom: 0px !important;
     }
}

section.kc-elm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    /* padding: 0 15px !important; */
}


/*  16 aprl  */
.search_by_zip, .searchby_container {
    margin: 20px auto;
    width: 80%;
}

.search_by_zip.disabled {
    cursor: not-allowed !important;
}

input#zipsearch_box {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

button#zipsearch_btn {
    background: #2196f3;
    color: #fff;
    border: 1px solid #2196f3;
}


button#zipsearch_btn:hover, button#zipsearch_btn:active, button#zipsearch_btn:focus {
    background: #fff;
    border-color: #2196f3;
    color: #2196f3;
}

input#zipsearch_box::placeholder {
    color: #a29999 !important;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.searchby_container {
    display: flex;
}

.searchby_container .form-check-input {
    margin: 0 !important;
}


.searchby_container label.form-check-label {
    margin: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}


/* disable state dd */

.state_container.disabled .bootstrap-select.state_dd  {
    pointer-events: none;
    cursor: not-allowed;
}


.state_container.disabled .bootstrap-select.state_dd button.dropdown-toggle  {
    background: #ccc !important;
}
