.language-selector-active {
    color: #ee0f0f;
}

.language-selector-inline span {
    float: left;
    padding-right: 5px;
    margin-right: 5px;
    transition: all 0.4s;
}

.language-selector-inline span:not(:last-child) {
    border-right: 1px #fff solid;    
}

.language-selector-inline span a:hover {
    color: #ee0f0f;
}

p {
    margin: 0;
}

a,
button {
    outline: 0;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.ui-dialog.ui-widget {
    z-index: 99999;
}

.rates-short-desc {
    color: #8c8c8c;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.block-rel {
    position: relative;
}

.map-circle {
    position: absolute;
    width: 40px !important;
    height: auto;
/*
    border-radius: 50%;
    border: 2px transparent solid;
    background: #ee0f0f;
*/
}

.map-wrap img {
    width: 100%;
}

.map-circle {
    cursor: pointer;
}

.calculate-form .form-group.col-sm-6 {
    width: 50%;
}

.form-group [type="checkbox"], .form-group [type="radio"] {
    width: 
}

#calc-result-wrap,
#calc-error-wrap,
#track-result,
#track-error,
#modal-track-result,
#modal-track-error {
    display: none;
}

#calc-result-wrap.active,
#calc-error-wrap.active,
#track-result.active,
#track-error.active,
#modal-track-result.active,
#modal-track-error.active {
    display: block;
}

#calc-result-wrap {
    background: green;
}

#calc-error-wrap {
    background: red;
}

.t-center {
    text-align: center;
}

.track-result-item {
    width: 50%;
    float: left;
}

#track-error,
#modal-track-error {
    background: red;
    padding: 15px 0;
    border-radius: 5px;
    transition: all 0.5s;
}

#track-error.non-vis {
    opacity: 0;
}

#track-error-msg,
#modal-track-error-msg {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.errorSummary {
    color: red;
    font-weight: 700;
}

#track-popup .login-wrap {
    padding: 20px 0 0;
    text-align: left;
}

.language_ {
    margin: 10px 30px 0 0;
}

.menu-bar {
    padding: 15px 0;
}

.is-sticky .theme-menu {
    padding-top: 7px;
}

.top-bar {
    height: 42px;
    padding: 0;
}

.sign-in {
    position: static;
    float: right;
}

.contact-num {
    margin: 11px 95px 0 15px;
}

#map-google_map {
    color: #ee0f0f;
    cursor: pointer;
}

#googleMapModal .modal-dialog {
    max-width: 900px;
    width: calc(100% - 30px);
}

#googleMapResult {
    height: 500px;
}

#googleMapResult iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.footer-widget .logo {
    filter: grayscale(100%) invert(100%);
}

.map-svg {
    filter: drop-shadow(0px 12px 0px #222);
}

.map-svg path {
    fill: #ffffff;
    fill-opacity: 1;
    stroke: #000;
    stroke-width: 2px;
    stroke-opacity: 0.1;
    transition: all 0.5s;
}

.map-svg path:hover,
.map-svg path.active {
    fill: #ffffff;
    stroke: #000;
    stroke-opacity: 1;
}

.theme-clr,
.hvr-clr:hover,
.hvr-clr:focus,
.theme-menu > li:hover > a::after,
.theme-menu > li.active > a,
.list-items li.active a,
.header-main .theme-menu .dropdown-menu > li > a:hover,
.header-main .theme-menu .dropdown-menu > li > a:focus {
    color: #fff;
}


.sign-in:hover,
.sign-in:focus {
    background: #222222;
    color: #fff;
}

.theme-menu {
    padding-top: 12px;
}

.calculate-form .bootstrap-select .btn,
.form-control,
.input-group-addon,
.bootstrap-select .btn,
.feature-content > p,
.about-us > p,
.title-wrap > p,
.rates-short-desc > p,
.price-content li,
.calc-desc,
body {
    font-weight: 400;
    color: #383838;
}

.price-content span {
    font-weight: 700;
    color: #222;
}

.feature img {
    filter: contrast(0%);
}

.theme-menu > li > a {
    transform: scaleY(1.5);
    text-shadow: 0 0 0 #000;
}

.sign-in {
    position: static;
    float: right;
}

.steps-wrap .row .font-2 {
    width: 71px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff8c;
    color: #000;
}

.price-item {
    display: flex;
}

.pricing-box {
    display: flex;
    flex-direction: column;
}

.pricing-box .title-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact-detail {
    margin: 5px 0 0;
}

.contact-detail > li {
    padding-top: 10px;
}

.map-wrap {
    margin-top: 30px;
}

.contact-detail span,
#map-google_map,
.contact-detail p,
.contact-wrap .section-title {
    color: #fff;
}

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

.pb-0 {
    padding-bottom: 0 !important;
}

.pos-rel {
    position: relative;
}

.contact-form {
    z-index: 1;
}

.g-map {
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
}

.g-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.is-sticky .navbar-logo img {
    max-width: 70%;
}

.steps-wrap .steps-content {
    width: calc(100% - 100px);
}

.ver-t {
    vertical-align: top !important;
}

body,
.wrapper {
    overflow-x: hidden !important;
}

#preloader {
    background: #fff;
}

#preloader img {
    width: 35vw;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.pb-30 {
    padding-bottom: 30px;
}

.price-content {
    padding: 55px 5px 0 80px;
}

.track-prod .btn-1 {
    height: 50px;
}




@media only screen and (min-width: 768px) {
    .p-left-0-desc {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .is-sticky .theme-menu {
        padding-top: 2px;
    }
}


@media only screen and (max-width: 991px) {
    .theme-menu > li:last-child {
        padding: 5px 20px !important;
    }
    
    .navbar-logo {
        display: block;
        text-align: center;
    }
    
    .is-sticky .theme-menu {
        padding: 10px 0;
    }
    
    .price-item {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .contact-detail {
        padding-left: 33.33%;
    }
    
    .contact-wrap .title-wrap {
        text-align: center;
    }
    
    .header-main {
        height: 200px;
    }
}


@media only screen and (max-width: 767px) {
    .contact-num {
        margin: 5px 0;
        text-align: center;
        font-size: 15px;
    }
    
    .header-main {
        height: auto;
    }
    
    .language_ {
        margin: 0;
        float: none;
        clear: both;
        text-align: center;
    }
    
    .top-bar {
        height: 135px;
        padding-top: 10px;
        font-size: 12px;
    }
    
    .language_ {
        display: inline-block;
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
    
    .sign-in {
        font-size: 15px;
        line-height: 16px;
    }
    
    .header-contact {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .language-selector-inline span {
        float: none;
        font-size: 15px;
    }
    
    .sign-in {
        bottom: auto;
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
    }
    
    .prod-info .title-2 {
        width: 100%;
    }
    
    #calc-error-wrap {
        height: auto;
    }
    
    .list-items.fw-600 li {
        display: block;
        padding: 5px !important;
    }
    
    .list-items.fw-600 li:before {
        display: none;
    }
    
    .login-wrap {
        padding: 30px 15px;
    }
    
    .footer-main {
        padding: 0 0 10px;
        text-align: center;
    }
    
    .pad-80 {
        padding: 15px 0 !important;
    }
    
    .blog-wrap .pb-50,
    .pb-120,
    .contact-page {
        padding: 0 2% !important;
    }
    
    .calculate-form {
        margin: 0;
    }
    
    .calculate-form .form-group.col-sm-6 {
        width: 100%;
    }
    
    #calc-error-wrap,
    #calc-result-wrap {
        width: 100%;
        margin: 25px 0 0;
    }
    
    .blog-wrap .pb-50.post-wrap {
        padding: 10px 2% 50px !important;
    }
    
    .post-content table {
        margin-top: 10px;
    }
    
    .post-content table td {
        display: inline-block;
        width: 100%;
    }
    
    .post-content table td:first-child {
        border-top: 1px #ddd solid;
        padding: 5px 0;
        font-weight: 700;
        text-align: center;
    }
    
    .post-content table td p:last-child {
        display: none;
    }
    
    .xs-bg-red {
        z-index: 1;
        background: #ee0f0f;
        min-height: 0;
    }
    
    .navbar-nav {
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    
    .theme-menu > li > a {
        text-shadow: none;
        color: #fff;
        display: block;
        
    }
    
    .navbar-logo img {
        width: 145px;
        margin-left: 25px;
    }
    
    .section-title {
        text-align: center;
    }
    
    .calc-desc {
        display: none;
    }
    
    .steps-wrap .row .font-2 {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    
    .steps-wrap .row div {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    
    .steps-wrap .row > div:not(:first-child) {
        margin-top: 15px;
        border-top: 3px #8e8c8c double;
        padding-top: 15px;
    }
    
    #navbar {
        overflow-y: hidden;
    }
    
    .g-map {
        position: static;
        width: 100%;
        height: 500px;
    }
    
    .track-button-wrap {
        padding: 0 30px;
    }
    
}

@media only screen and (max-width: 500px) {
    .contact-detail {
        padding-left: 0;
    }
    
    .map-circle {
        width: 30px !important;
    }
}
