.section-headings {
    text-align: center;
    margin-bottom: 32px;
    z-index: 99;
    position: relative;
}

.pboldh {
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    color: #313131;
}

.section-headings h4 {
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    color: #383535;
    position: relative;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.section-headings h4:after,
.section-headings h4:before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    top: 50%;
    width: 30px;
    height: 1px;
}

.section-headings h4:before {
    left: -39px;
}

.section-headings h4:after {
    right: -39px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    text-align: left;
}

th, td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f4f4f4;
    font-size: 15px;
    text-align: center;
}

td {
    font-size: 13px;
    text-align: center;
}

tr:hover {
    background-color: #f1f1f1;
}

.checked {
    color: orange;
}

.card {
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    max-width: 340px;
    margin: auto;
    text-align: center;
    border: 0.5px solid grey;
    border-radius: 10px;
    font-family: Calibri;
}

.price,
.priceService {
    color: grey;
    font-size: 15px;
}

.priceService {
    font-weight: 800;
}

.priceCity {
    color: green;
    font-size: 15px;
}

.card button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
}

    .card button:hover {
        opacity: 0.7;
    }

body, p {
    font-family: Calibri;
    font-size: 15px;
}

a {
    color: #000;
}

    a:hover {
        text-decoration: none;
    }

ul {
    list-style: none;
}

.top-header {
    background: #ed5b4d;
    padding: 4px;
}

    .top-header p {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
    }

.img-responsive {
    width: 100%;
}

.top-logo img {
    max-width: 175px;
    max-height: 60px;
}

.red {
    color: #fe3e3e;
}

.home-banner {
    position: relative;
}

.home-caption h1 {
    font-size: 18px;
    font-weight: 800;
}

.home-caption h4 {
    color: #333;
    font-family: 'Kaushan Script', cursive;
}

.home-caption {
    top: 0;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
}

.nav-item {
    padding: 0 10px;
}

    .nav-item a {
        font-size: 15px;
        font-weight: 600;
    }

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

#faqAccordion h4 {
    font-size: 15px;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 10px;
}

.faq {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}

.home-caption ul {
    list-style: disc;
    padding-left: 25px;
}

    .home-caption ul li {
        padding: 2px;
        color: #666;
    }

.title h2 {
    font-size: 22px;
}

/*=============Service Slider===========*/
.service-slider-icon {
    padding: 20px 0;
}

.service-icon {
    text-align: center;
    padding: 4px;
}

    .service-icon img {
        width: 55px !important;
        margin: auto;
    }

    .service-icon p {
        font-weight: 600;
    }

    .service-icon a:hover p {
        color: #666;
    }

.owl-next, .owl-prev {
    position: absolute;
    top: 20%;
}

.owl-next {
    right: 0;
}

.heading {
    font-weight: 600;
    text-align: center;
    padding: 40px;
}

.service-box {
    padding: 15px;
}

    .service-box img {
        width: 100%;
        border-radius: 10px;
    }

    .service-box h6 {
        color: #444;
        font-weight: 600;
        text-align: center;
        padding: 10px;
        font-size: 15px;
    }

.offer-section .heading {
    padding: 40px 0 5px;
}

.inner-offer-box {
    border: 2px solid #fff;
}

.offer-box {
    background: #ff0000;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin: 5px;
}

.promo-code-label {
    max-width: 175px;
    margin: auto;
    background: #ffd200;
    padding: 20px;
    border-radius: 0 0 100px 100px;
    color: #000;
    margin-top: -17px;
}

.promo-code {
    padding: 40px;
}

    .promo-code h2 {
        font-size: 65px;
        font-weight: 700;
    }

    .promo-code span {
        font-size: 21px;
    }

/*==*/
.page-banner {
    position: relative;
}

.breadcrumb {
    padding: 8px 0;
    background-color: #fff;
    margin-bottom: 0 !important;
}

#whitebg {
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.breadcrumb-item a {
    color: #ff0000;
}

.icon-area {
    text-align: center;
    font-weight: 700;
}

.icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
}

.product12 {
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    color: #666;
    max-width: 350px;
    min-height: 230px;
    display: inline-block;
}

.product-img12 img {
    border-radius: 7px;
}

.AC_Other_Serv_ice {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin: 50px 0 20px;
    position: relative;
}

.review-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

    .review-card img {
        margin-bottom: 15px;
    }

    .review-card:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.Other_cls_Title {
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.product12 .product-body1 {
    margin-top: 10px;
}

.product-category {
    color: #000;
}

.product12 .value-text {
    line-height: 20px;
    margin-top: -8px;
    font-size: 15px;
    color: #666 !important;
    text-align: center;
}

.service_bg .box {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.service_bg .title {
    font-size: 20px;
    font-family: PT Sans Bold;
    color: #000;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
}

.service_bg .box ul li {
    padding: 4px;
    border-bottom: 1px solid #e2e2e2;
    display: table;
    width: 100%;
}

    .service_bg .box ul li a {
        font-size: 15px;
        line-height: 18px;
        color: #000;
        text-decoration: none;
    }

    .service_bg .box ul li .left {
        display: table-cell;
        width: 60px;
        height: 60px;
        text-align: center;
        font-size: 20px;
        line-height: 60px;
        border-right: 1px solid #ddd;
        color: #ff0000;
    }

    .service_bg .box ul li .right {
        display: table-cell;
        padding: 5px 10px;
        vertical-align: middle;
        color: #666;
    }

        .service_bg .box ul li .right a:hover {
            color: #ff0000;
            text-decoration: underline;
        }

        .service_bg .box ul li .right span {
            display: block;
            font-size: 15px;
        }

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    background-color: #000;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

    .scroll-to-top:hover {
        background-color: #ff0000;
    }

.heading {
    font-weight: 600;
    text-align: center;
    padding: 40px;
}

.offer-box {
    background: #ff0000;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin: 5px;
}

.promo-code-label {
    max-width: 175px;
    margin: auto;
    background: #ffd200;
    padding: 20px;
    border-radius: 0 0 100px 100px;
    color: #000;
    margin-top: -17px;
}

.promo-code {
    padding: 40px;
}

    .promo-code h2 {
        font-size: 65px;
        font-weight: 700;
    }

    .promo-code span {
        font-size: 21px;
    }

.page-banner {
    position: relative;
}

.breadcrumb {
    padding: 8px 0;
    background-color: #fff;
    margin-bottom: 0 !important;
}

#whitebg {
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.breadcrumb-item a {
    color: #ff0000;
}

.icon-area {
    text-align: center;
    font-weight: 700;
}

.icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
}

.product12 {
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    color: #666;
    max-width: 350px;
    min-height: 230px;
    display: inline-block;
}

.product-img12 img {
    border-radius: 7px;
}

.AC_Other_Serv_ice {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin: 50px 0 20px;
    position: relative;
}

.review-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

    .review-card img {
        margin-bottom: 15px;
    }

    .review-card:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.Other_cls_Title {
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.product12 .product-body1 {
    margin-top: 10px;
}

.product-category {
    color: #000;
}

.product12 .value-text {
    line-height: 20px;
    margin-top: -8px;
    font-size: 15px;
    color: #666 !important;
    text-align: center;
}

.service_bg .box {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.service_bg .title {
    font-size: 20px;
    font-family: PT Sans Bold;
    color: #000;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
}

.service_bg .box ul li {
    padding: 4px;
    border-bottom: 1px solid #e2e2e2;
    display: table;
    width: 100%;
}

    .service_bg .box ul li a {
        font-size: 15px;
        line-height: 18px;
        color: #000;
        text-decoration: none;
    }

    .service_bg .box ul li .left {
        display: table-cell;
        width: 60px;
        height: 60px;
        text-align: center;
        font-size: 20px;
        line-height: 60px;
        border-right: 1px solid #ddd;
        color: #ff0000;
    }

    .service_bg .box ul li .right {
        display: table-cell;
        padding: 5px 10px;
        vertical-align: middle;
        color: #666;
    }

        .service_bg .box ul li .right a:hover {
            color: #ff0000;
            text-decoration: underline;
        }

        .service_bg .box ul li .right span {
            display: block;
            font-size: 15px;
        }

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    background-color: #000;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

    .scroll-to-top:hover {
        background-color: #ff0000;
    }
