html,
body {
    /* font-family: "ModernWarfare"; */
    /* font-family: 'Modern Warfare', sans-serif; */

    font-size: 15px;
    background: #1B1B1B;
    color: #fff;
}

.post-content img {
    max-width: 100%;
    margin-bottom: 1rem;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    box-shadow: none;
}

.quote .form-group .input-group .input-group-text {
    border: 1px solid rgb(245, 183, 84);
    border-right: none;
    background-color: transparent;
    color: #fff;
    padding-left: 1rem;
    border-radius: 40px;
}

.quote .form-group .input-group .form-control {
    border-radius: 40px;
    border: 1px solid rgb(245, 183, 84);
    border-left: none;
    color: #fff;
}

.quote .form-group .input-group .bs-searchbox .form-control {
    border-left: 1px solid rgb(245, 183, 84);
}

.quote .form-group .input-group .dropdown-menu,
.quote .bootstrap-select .dropdown-menu {
    background: #222;
    box-shadow: 0 0 10px #fff;
    color: #fff
}

.quote .form-group .input-group .dropdown-menu .dropdown-item,
.quote .bootstrap-select .dropdown-menu .dropdown-item {
    color: #fff
}

.quote .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.quote .datepicker table tr td.day.focused,
.quote .datepicker table tr td.day:hover {
    background: rgb(245, 183, 84);
}

.quote .form-group .input-group .dropdown-menu .dropdown-item:hover,
.quote .form-group .input-group .dropdown-menu .dropdown-item.active,
.quote .bootstrap-select .dropdown-menu .dropdown-item:hover,
.quote .bootstrap-select .dropdown-menu .dropdown-item.active,
.quote .bootstrap-datetimepicker-widget table td span:hover {
    background: rgb(245, 183, 84);
}

.quote .bootstrap-datetimepicker-widget.dropdown-menu.top::after {
    border-top-color: #222
}

.quote .bootstrap-datetimepicker-widget.dropdown-menu.bottom::after {
    border-bottom-color: #222
}

.datepicker table tr td.active.active {
    background: rgba(245, 183, 84, 0.8);
}

.bootstrap-datetimepicker-widget table td.day {
    line-height: 25px
}

.bootstrap-datetimepicker-widget table th {
    line-height: 25px
}

.price-detail {
    background: none;
    border-bottom: 1px dashed #ccc;
}

.single-testimonial-card {
    border-color: rgba(245, 183, 84, 0.16);
}

.single-testimonial:hover .single-testimonial-card {
    border-color: rgba(245, 183, 84, 1);
}

.quote .bootstrap-select .btn-light {
    border-radius: 40px;
    background: transparent;
    color: #fff;
    border-color: rgb(245, 183, 84);
}

.input-group .bootstrap-select .btn {
    background: transparent;
    border: none;
    color: #fff
}

.quote .form-control {
    border-radius: 40px;
    height: auto;
    background: transparent;
    color: #fff;
}

.quote .form-group {
    /*padding: 10px 5px 10px 5px;*/
}

.step-number {
    position: relative;
    margin-bottom: 2rem;

}

.step-number:before {
    content: '';
    position: absolute;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
}

.step-number span {
    display: inline-block;
    width: 25px;
    font-size: 75%;
    color: #fff;
    border-radius: 50%;
    background-color: #777;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%);
    height: 25px;
    line-height: 24px;
}

.step-item.active .step-number:before {
    background-color: #FBD046
}

.step-item.active .step-title {
    color: #CC9A17
}

.step-item.active .step-number span {
    background-color: #CC9A17
}

.quote .form-group .input-group {
    border: none;
}

.form-control:focus {
    box-shadow: unset;
}

.btn-main {
    text-transform: uppercase;
    margin-top: 25px;
    padding: 11px;
    border-radius: 5px;
    /* width: 300px; */
    width: 100%;
    font-weight: 600;
    line-height: 1;
    transition: all .3s ease-in-out;
    background: #CA9914;
    color: #fff;
    font-size: 0.8rem;
}

.vehicle-item .box-image-sigle {
    width: 100%;
    height: 200px;
}

.vehicle-item .box-image-sigle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    background: #fff;
}

.vehicle-item .meta-vehicle-sigle .vehicle-name {
    font-size: 20px;
    max-height: 45px;
    overflow: hidden;
    min-height: 45px;
}

#ownerTab {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    overflow: hidden;
    border: none;
}

#ownerTab .nav-item {
    flex-grow: 1;
    text-align: center;
    background: #182026;
    margin-right: 0.5px;

}

#ownerTab .nav-item .nav-link {
    width: 100%;
    color: #fff;
    border-radius: 0;
    border: none;
    background: #444;
}

#ownerTab .nav-item .nav-link.active,
#ownerTab .nav-item .nav-link:hover {
    background: #f5b754;
    color: #000
}

.header-1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0.7rem 0;
    background: rgba(0, 0, 0, 0.2);
}

header.header-1.sticky {
    background: #222;
    color: #fff;
}

header.header-1 .main-menu ul>li>a {
    color: #fff;
}

header.header-1 .main-menu ul>li.active>a,
header.header-1 .main-menu ul>li:hover>a {
    color: #fff;
}

.slide-dots li.slick-active button,
.slide-dots li button:hover {
    background: #f5b754
}

header.header-1:not(.sticky) .main-menu ul>li>ul li.active a {
    color: #f5b754;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #f5b754;
}

header.header-1 .main-menu ul>li:hover>ul li:hover>a {
    color: #f5b754;
}

header.header-1:not(.sticky) .main-menu ul>li>a {
    color: #fff;
}

header.header-1 .main-menu ul>li>ul li a {
    color: #fff;
}

header.header-1:not(.sticky) .main-menu ul>li:hover>a {
    color: #f5b754;
}

header.header-1:not(.sticky) .main-menu>ul>li.active>a {
    color: #f5b754;
}

header.header-1 .main-menu ul>li:hover>a,
header.header-3 .top-bar-3 .social-pages a:hover,
header.header-3 .main-menu ul>li:hover>a,
.call-us .icon,
.page-banner-wrap a:hover,
.breadcrumb-wrapper,
.breadcrumb-wrapper a:hover,
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a,
.section-title h2 span {
    color: #f5b754;
}

.theme-btn {
    background: #f4ef6f;
    color: #333
}

.theme-btn:hover {
    background: linear-gradient(93.01deg, #f5b754 7.72%, #f4ef6f 88.32%);
}

/*i{
    color: rgb(245, 183, 84);
}*/
.page-banner-wrap {
    background-color: rgb(245, 183, 84);
    /* padding-top: 115px;
    padding-bottom: 105px; */
    padding-top: 150px;
    padding-bottom: 130px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.footer-page {
    background-color: #182026;
    color: #fff;
    padding: 40px 0;
    width: 100%;
    border-top: 1px dotted #555;
}

form label {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}

form .row .form-group {
    padding-top: 15px;
}

.contactpage {
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .06);
}

.contactpage .info-wrap {
    background-color: #444
}

a {
    color: #fff;
}

.contactpage .input-group>.form-control,
.contactpage .input-group>.form-select,
.contactpage .form-control {
    background-color: #222222;
    border-radius: 40px;
}

.contactpage .input-group>.form-control {
    border-left: none;
}

.contactpage .form-control:focus {
    border-color: #ddd;
}

.contactpage .input-group>.input-group-text {
    background-color: #222222;
    border-radius: 40px;
    border-right: none;
    color: #fff
}

.page-banner-wrap h1 {
    color: #fff;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid #999;
}

.testimonial-meta {
    display: flex;
    align-items: center;
}

.testimonial-meta .client-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonial-meta .name {
    padding-left: 5px;
}

footer .footer-block-title,
footer a {
    color: #fff;
}

.main-sidebar .single-sidebar-widget {
    border: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}

.backtotop {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    position: fixed;
    background: #FBD046;
    text-align: center;
    line-height: 2.5rem;
    bottom: 1.5rem;
    right: 2.5rem;
}

.article-content {
    margin-top: 5rem;
    margin-bottom: 5rem;
    text-align: justify;
}

.article-content img {
    max-width: 100%
}

.header-section {
    min-height: 150px;
    position: relative;

}

.header-section .breadcrumb {
    align-content: center;
    justify-content: center;
    line-height: 28px;
}

.header-section.have-picture:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: ''
}

.breadcrumb-item.active {
    color: #ccc
}

.header-section.have-picture .service-intro {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 3
}

.logo-footer {
    max-width: 250px;
}

.collapse.in {
    display: block
}

.pre-line {
    white-space: pre-line
}

li.decimal {
    list-style: decimal
}

body * {
    /* font-family: 'ModernWarfare', sans-serif; */

}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: -apple-system, ModernWarfare, "Segoe UI", ModernWarfare, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
}

.page-login {
    background-image: url('/assets/images/blur-bg.jpg');
    background-size: cover;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
}

.page-header {
    background-image: url('/assets/images/blur-bg.jpg');
    background-size: cover;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    padding-top: 13rem;
    padding-bottom: 5rem;
}

.rounded-10 {
    border-radius: 10px
}

.rounded-20 {
    border-radius: 20px
}

.rounded-30 {
    border-radius: 30px
}

.login-container form .form-input {
    margin-bottom: 1.7rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-color: #e7e7e7;
    line-height: 32px;
}

.form-wide {
    width: 100%;
}

.form-input,
.form-control {
    padding: 1rem 1.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-radius: 2px;
}

.login-container .custom-checkbox .custom-control-label {
    margin-top: 2px;
    font-size: 0.9rem;
    font-weight: 400
}

.main-sidebar .single-sidebar-widget ul>li a {
    font-size: 1rem;
}

.main-sidebar .single-sidebar-widget ul>li {
    margin-bottom: 0;
    border-top: 1px solid rgb(245, 183, 84)
}

.main-sidebar .single-sidebar-widget .nav-tabs .nav-link,
.main-sidebar .single-sidebar-widget .nav-tabs .nav-link,
.main-sidebar .single-sidebar-widget .nav-tabs .nav-link {
    color: #333
}

.main-sidebar .single-sidebar-widget .nav-tabs .nav-link:hover,
.main-sidebar .single-sidebar-widget .nav-tabs .nav-link:focus,
.main-sidebar .single-sidebar-widget .nav-tabs .nav-link.active {
    border-color: transparent transparent transparent;
    color: rgb(245, 183, 84)
}

.btn {
    padding: 1rem 1.2rem;
    line-height: 1;
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
}

.table> :not(:first-child) {
    border-top-width: 1px;
}

.breadcrumb {
    line-height: 28px
}

a:hover {
    color: rgb(245, 183, 84)
}

.feature-box {
    background: #444;
    border-radius: 20px;
    border: 1px solid #000
}

.feature-box h3 {
    margin: 0
}

#hamburger {
    color: rgb(245, 183, 84)
}

.mobile-nav {
    background: rgba(0, 0, 0, 0.8);
}

.section-subtitle,
.block-subtitle {
    font-size: 16px;
    font-weight: 400
}

.footer-mobile {
    display: block;
}

.footer-desktop {
    display: none;
}

@media (min-width: 768px) {
    .footer-mobile {
        display: none;
    }

    .footer-desktop {
        display: block;
    }
}


@media (max-width: 767px) {
    .step-item {
        display: none
    }

    .step-item.active {
        display: block
    }

    form.quote {
        margin-bottom: 2rem
    }

    .footer-mobile {
        display: block;
    }

    .footer-desktop {
        display: none;
    }

    #hamburger {
        text-align: left;
    }
    .header-1
    {
        padding: 10px !important;
    }
}

.main-sidebar .single-sidebar-widget {
    background: #444;
    border-color: #F5B754;
    border-radius: 10px
}

.main-sidebar .single-sidebar-widget .nav-tabs .nav-link {
    border-radius: 0;
    color: #fff;
}

.main-sidebar .nav-tabs {
    border-bottom: none;
}

.main-sidebar .single-sidebar-widget .nav-tabs .nav-link.active {
    background: rgb(245, 183, 84);
    color: #000
}

.btn-info {
    background: rgb(245, 183, 84);
    color: #333;
    border-color: transparent;
}

.section-title>span {
    background: linear-gradient(to right, #fff, rgb(245, 183, 84));
    -webkit-background-clip: text;
    background-clip: text;
}

.section-title>span::before {
    background: linear-gradient(to right, #fff, rgb(245, 183, 84));
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
}

#quote_confirm .form-control,
#reschedule .form-control {
    background: transparent;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    border-color: rgb(245, 183, 84);
    color: #fff
}

#reschedule .form-control {
    padding: 1rem 1.2rem;
}

#quote_confirm .input-group {
    position: relative;
}

#quote_confirm .input-group button {
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 2rem;
    background: rgb(245, 183, 84);
    color: #000;
    border: none;
}

.price-total {
    padding: 0.5rem 1rem;
    border-radius: 4px
}

.table,
.table td {
    color: #fff !important
}

.block-about-us .title {
    padding: 0.5rem 1rem;
    margin-left: -12px;
    margin-right: -12px;
    background: #444;
    text-align: center;
}

.block-about-us .title.highlight {
    background: rgb(245, 183, 84);
    text-align: center;
}

.block-about-us .left {
    position: relative;
}

.block-about-us .left:before {
    position: absolute;
    width: 1px;
    background: #ddd;
    height: 100%;
    left: 100%;
    content: ''
}

ul.content-check {
    padding-left: 0;
}

ul.content-check li {
    background-image: url('/assets/images/check.svg');
    background-repeat: no-repeat;
    background-position: -5px 0px;
    background-size: 40px;
    padding-left: 30px;
    line-height: 1.5;
    padding-bottom: 0.5rem;
}

ul.content-check li~li,
ul.content-time li~li {
    border-top: 1px dashed #aaa;
    padding-top: 0.5rem;
}

ul.content-time li {
    line-height: 1.5;
    padding-bottom: 0.5rem;
    list-style: disc;
}

.accordion .accordion-item button.accordion-button::after {
    background: rgb(245, 183, 84);
    color: #000;
}

.accordion .accordion-item {
    border-color: rgb(245, 183, 84)
}

.accordion-button:not(.collapsed) {
    color: rgb(245, 183, 84);
}

.accordion .accordion-item .accordion-collapse .accordion-body {
    color: #fff;
}

.accordion-button {
    color: #fff;
}

.price-insurance {
    justify-content: start;
    margin-bottom: 17px;
    align-items: center;
}

.price-insurance span {
    font-size: 14px;
    margin-left: 6px;
    text-align: center;

}

.info-company {
    display: flex;
    margin: auto;
    justify-content: space-around;
    min-width: 400px;
    /* margin: 10px 0px 10px 0px; */
    padding: 10px;
    padding-top: 20px;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.time {
    border-top: 2px solid white;
    padding: 15px 0px 15px 0px;
}

.info {
    padding: 15px 0px 15px 0px;
    border-top: 1px solid white;
}

.time .invoice {
    padding: 5px;
    border: 1px solid;
    width: 250px;
    margin: auto;
    text-align: center;
}

.w-30 {
    width: 50px;
}

.box-item {
    border: 1px solid;
    padding: 10px;
    height: 100%;

}

.box-item .detail-header {
    border: 1px solid;
    padding: 7px;
    text-align: center;
}

.box-row {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
}

.flex-1 {
    flex: 1;
}

.pr-10 {
    padding-right: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;

}

.pr-7 {
    padding-right: 7px !important;

}

.pl-7 {
    padding-left: 7px !important;

}

.text-info-c {
    width: 50px;
    display: inline-block;
}

.box-content {
    margin-top: 5px;
}

.fee-title {
    text-align: left;
    min-width: 50%;
}

.fee-content {
    margin-top: 7px;
    line-height: 25px;
}

.fee-head-title {
    font-weight: 600;
    text-decoration: underline;
}

.mb-10 {
    margin-bottom: 10px;
}

.l-25 {
    line-height: 23px;
}

.fee-total {
    border-top: 1px solid white;
    padding-top: 10px;
    margin-top: 10px;
}

.fee-total * {
    color: #f5b754;
    font-weight: 600;
}

.bold {
    font-weight: 600;
}

.cl-green {
    color: #3d9f3d;
    font-weight: 600;
}

.item-policy {
    margin-top: 10px;
}

.policy-link {
    color: #f5b754;
    text-decoration: underline;
}

.footer-service {
    text-align: center;
}

.footer-contact {
    display: flex;
    justify-content: end;
}

@media (max-width: 576px) {
    .col-xs-12 {
        width: 100%;
    }

    .detail .pr-15 {
        padding-right: 0px !important;
    }

    .detail .pl-15 {
        padding-left: 0px !important;
    }

    .detail .pr-7 {
        padding-right: 0px !important;
    }

    .detail .pl-7 {
        padding-left: 0px !important;
    }

    .footer-service {
        text-align: left;
    }

    .footer-contact {
        display: flex;
        justify-content: center;
    }

}

.faq-accordion .accordion-item:first-child,
.faq-accordion .accordion-item {
    border: 1px solid rgb(245, 183, 84) !important;
    border-radius: 0px !important;
}

.block-faqs .accordion-item:first-child,
.block-faqs .accordion-item {
    border: 1px solid rgb(245, 183, 84) !important;
    border-radius: 0px !important;
}


.block-benifit .highlight {
    background-color: rgb(245, 183, 84);
}

.block-benifit .title {
    margin: 0px;
    padding: 6px;
}

.block-benifit table tr th,
.block-benifit table tr td {
    width: 50%;
    border-color: white;
    border-style: dotted;
    border-width: 1px;
}

.block-benifit table ul {
    margin-bottom: 0rem;
    margin-left: 0px;
    padding-left: 0px;
}

.block-benifit .content-check li {
    background-image: url(/assets/images/check.svg);
    background-repeat: no-repeat;
    background-position: -5px 0px;
    background-size: 40px;
    padding-left: 30px;
    line-height: 1.5;
}

.block-benifit table tr td {
    padding: 8px;
    vertical-align: top;
}
.page-item .page-link{
    background: #333;
    color:#fff
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color:rgb(245, 183, 84);
  border-color: rgb(245, 183, 84);
}
@media (max-width: 768px) {
    .block-benifit .benifit-desktop {
        display: none;
    }

    .block-benifit .benifit-mobile {
        display: block;
    }
}

@media (min-width: 768px) {
    .block-benifit .benifit-desktop {
        display: block;
    }

    .block-benifit .benifit-mobile {
        display: none;
    }
}

.policy-link-tooltip {
    font-size: 12.5px;
    text-decoration: underline;
    color: rgb(245, 183, 84);
}

.none-transform label {
    text-transform: none !important;
}

#mobile-menu .dropdown-menu * {
    color: black;
}

.page-contact form input,
.page-contact form textarea {
    color: white !important;
}

.border-dashed {
    border-bottom: 1px dashed #ccc;
}

.mt-10 {
    margin-top: 10rem;
}

.main-menu ul li {
    flex: 1;
    z-index: 9999;
}

.main-menu .theme-btn {
    padding: 18px 14px !important;
}

.col-flex {
    flex: 1;
}

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

.text-left {
    text-align: left;
}

.main-menu .dropdown ul a {
    color: black !important;
    z-index: 9999;

}

.main-menu .dropdown ul li {
    width: 100%;
}

.btn-signin {
    color: black !important;
    height: 40px;
    align-items: center;
    margin: auto;
    display: flex !important;
}

.menu-wrap {
    width: 100%;
    position: relative;
    height: 130px
}

.gr-image-header {
    position: absolute;

    width: 100%;
    margin: auto;
    top: 5px;
}

.justify-content-center {
    justify-content: center;
}

.ul-menu {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.align-self-end {
    align-self: flex-end;
}

.uppercase {
    text-transform: uppercase;

}

.logo-mobile {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    /* top: 3px; */
}
.architecture_breadcrumb-area,.blogs-page{
    padding-top: 180px;padding-bottom: 60px
}
.lates-blog-area .blog-media{
    height: 220px;margin-bottom: 1rem;overflow: hidden;
}
.lates-blog-area .blog-media .post-title{
    font-size: 1.2rem;line-height: 1.5rem;
}
@media (max-width: 991px) {
    header.header-1 {
        padding: 20px 0px ;
    }
}

.step-list .step-item{
    flex: 1;
}
.loading{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}