/* Poppins Font */

@import url("https://fonts.googleapis.com/css2?family=ABeeZee&family=Poppins:wght@400;600;700;800;900&display=swap");

/* Be Vietnam Font */

@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700&display=swap");

/* Utilities */

.be-vietnam-pro-light {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
    font-style: normal;
}
.be-vietnam-pro-regular {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 400;
    font-style: normal;
}

.be-vietnam-pro-medium {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 500;
    font-style: normal;
}

.be-vietnam-pro-semibold {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 600;
    font-style: normal;
}

.be-vietnam-pro-bold {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    width: 100%;
}
body {
    font-family: "Poppins", serif !important;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 0;
}
h1 {
    font-weight: bold;
    font-size: 45px;
}
h2 {
    font-weight: bold;
    font-size: 40px;
}
h3 {
    font-weight: bold;
    font-size: 35px;
}
h4 {
    font-weight: bold;
    line-height: 28px;
}
.fw-400 {
    font-weight: 400;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fs-24 {
    font-size: 24px;
}
.fs-20 {
    font-size: 20px;
}
.text_green {
    color: #36b864;
}
.bg_green {
    background-color: #36b864;
    border: 1px solid #36b864;
}
.dark_text {
    color: #1e1e1e;
}
.text_offWhite {
    color: #f7f7f7;
}
p {
    margin: 0;
}
a {
    text-decoration: none;
}
.gap-6 {
    gap: 4rem;
}
.text-justify {
    text-align: justify;
}
.text-underline {
    text-decoration: underline;
}
.form-control:focus {
    box-shadow: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.booking_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    border-radius: 6px;
    background: #36b864;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #36b864;
}
.booking_btn:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #666666;
}
.form-select:focus {
    box-shadow: none;
}
/* Remove number input arrows */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* For Firefox */
}
/* End Utilities */

/* Main Header */

.emergency_contact,
.emergency_contact span {
    font-size: 13px;
}
.navbar-nav .nav-item .nav-link {
    font-size: 14px;
}
.header_btn {
    min-width: 125px;
    padding: 10px 0;
}
.headerBtn_green:hover {
    background-color: transparent;
    color: #36b864 !important;
    border: 1px solid #36b864;
}
/* End Main Header */

/* Home Page */

.banner_img {
    background-image: url("../images/banner-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    height: 100%;
}
.custom_gutter {
    --bs-gutter-y: 2rem;
}
.service_banner_btn {
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 10px 30px;
}
.booking-form {
    padding: 38px 32px;
    border-radius: 24px;
    box-shadow: 0px 4px 37px 0px #00000026;
    max-width: 513px;
    width: 100%;
}
.form-select,
.form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px;
}
.banner-booking-btn {
    width: 100%;
    padding: 12px;
    font-weight: bold;
    border-radius: 6px;
    background-color: #12153a;
    border: 1px solid #12153a;
}
.banner-booking-btn:hover {
    border: 1px solid #12153a;
    color: #12153a !important;
    background-color: transparent !important;
}
.round-icon {
    right: 65px;
    bottom: -25px;
    padding: 13px;
    width: 88px;
    height: 88px;
    border-radius: 100px;
    font-size: 50px;
    border: 4px solid #ffffff;
    z-index: 9;
}

/* Services Section */

.service_main {
    background-image: url(../images/service-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 44px;
    position: relative;
    border-radius: 40px;
}
.service_main:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(33, 120, 60, 0.9);
    border-radius: 40px;
}
.service_main_content {
    position: relative;
    z-index: 2;
}
.service_main_content p {
    font-size: 18px;
}
.service_main_content img {
    min-height: 52px;
}
.achievement_content p {
    width: 70%;
    margin: 0 auto;
}
.about_btn {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 6px;
}
.about_btn:hover {
    background-color: transparent !important;
    border: 1px solid #36b864;
    color: #36b864 !important;
}
.service_method .col-4:nth-child(2) .service_method_card span {
    top: 20px;
}

.service_method_card img {
    width: 210px;
    height: 210px;
    border-radius: 100px;
    object-fit: cover;
    /* box-shadow: 0px 0px 20px 0px rgb(178 178 178); */
}
.service_method_card span {
    position: absolute;
    bottom: 20px;
    right: -4px;
    width: 48px;
    height: 48px;
    border-radius: 100px;
}
/* End Services Section */

/* Service Details Section */

.service_details_content p:first-child {
    font-size: 24px;
}
.service_details_content p:last-child {
    font-size: 18px;
}
.main-image {
    width: 378px;
    height: 379px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 3px -4px 0px 2px rgb(54 184 100);
}
.overlay-image {
    position: absolute;
    left: -100px;
    bottom: -51px;
    width: 231px;
    height: 265px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 3px -4px 0px 2px rgb(255 255 255);
}

/* End Service Details Section */

/* Services Section */

.services_heading h2 {
    font-size: 40px;
}
.services_rightSection p:first-child {
    font-size: 20px;
}
.service_border {
    border-bottom: 1px solid #83a790;
}
.service_card img {
    border-radius: 30px;
}
.service_card {
    width: 95%;
}
.service_card a i{
    transform: rotate(-45deg);
}
.service_slider .slick-disabled {
    display: none !important;
}
.slider-main .slick-next {
    right: -10px;
}
.slider-main .slick-prev {
    left: -25px !important;
}
.slider-main .slick-arrow {
    top: 28% !important;
    width: 52px !important;
    height: 52px !important;
    background-color: #36b864 !important;
    border-radius: 100px;
    z-index: 9;
}
.slider-main .slick-next:before,
.slider-main .slick-prev:before {
    color: #ffffff !important;
}
.slider_btn {
    border: 1px solid #666666;
    padding: 10px 18px;
    border-radius: 6px;
    color: #111d15;
}
.slider_btn:hover {
    border: 1px solid #36b864;
    color: #ffffff;
    background-color: #36b864;
}
/* End Services Section */

/* Why Care n Clean */

.overly-right {
    left: inherit !important;
    right: -100px !important;
    box-shadow: -4px -4px 0px 2px rgb(255 255 255) !important;
}
.feature-box {
    display: flex;
    align-items: center;
    background: #f5f4f4;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.feature-box i {
    color: #28a745;
    margin-right: 8px;
}
/* End Why Care n Clean? */

/* Life Made Easy */

.black_layer {
    background: #111d15;
    border-radius: 16px;
}
.section_desc {
    width: 38%;
    margin: 20px auto;
}
/* End Life Made Easy */

/* Why Choose Us */

.shadow-left {
    box-shadow: -4px -4px 0px 2px rgb(54 184 100) !important;
}
.why_choose_dec {
    width: 90%;
}

/* End Why Choose Us */

/* Contact Us  */

.contact-section {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}
.contact-info {
    background: url("../images/contact-us.png") no-repeat center/cover;
    color: white;
    flex: 1;
    padding: 200px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-form {
    background: #c7ffdb;
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-info h2 {
    font-size: 2rem;
    font-weight: bold;
}
.contact-info p {
    margin-bottom: 20px;
}
.contact-form input,
.contact-form textarea {
    margin-bottom: 15px;
    width: 100%;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 100px;
}
.contact-form textarea {
    border-radius: 30px !important;
}
.contact-form button {
    background: #36b864;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
}
.appointment-label {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url("../images/context-head.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #2f4672;
    padding: 22px;
    text-align: center;
}
.appointment-label span {
    position: relative;
    top: 24%;
    left: 10px;
    font-size: 30px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.contact_desc {
    width: 80%;
}
.contact_details i {
    width: 50px;
    height: 50px;
    background-color: #36b864;
    border-radius: 100px;
    padding: 15px;
    font-size: 20px;
    text-align: center;
}

/* Contact Us */

/* Testimonials */
.testimonials_card {
    width: 92%;
    margin: 0 auto;
}
.testimonials_card img {
    width: 96px;
    height: 96px;
    border-radius: 100px;
    object-fit: cover;
    margin: 0 auto;
}
.testimonials_card p:last-child {
    font-size: 18px;
}

/* End Testimonials */

/* Get a Quote */
.quote_main {
    padding: 30px 0;
}
.get_quote {
    position: relative;
    z-index: 9;
}
.get_quote p {
    width: 70%;
}
.get_quote a:hover {
    background-color: #ffffff !important;
    color: #36b864 !important;
    border: 1px solid #36b864 !important;
}

/* End Get a Quote */

/* Footer */

.footer_main {
    background-color: #1b1b1a;
    padding: 29px 0 34px;
}
.subscribe_section {
    background-color: #282826;
    border-radius: 12px;
    padding: 24px;
    min-height: 293px;
}
.newslatter_form {
    position: absolute;
    width: 65%;
    bottom: 25px;
    left: 30px;
}
.newslatter_form input,
.newslatter_form input:focus {
    background-color: transparent;
    border: none;
    color: #ffffff;
    border-bottom: 1px solid #4c4b47;
    border-radius: 0;
    padding: 0px;
    padding-bottom: 10px;
    font-size: 14px;
}
.newslatter_form input::placeholder {
    color: #6f6d66;
    opacity: 1;
}
.input-group i {
    color: #36b864;
    position: absolute;
    right: -25px;
    top: 0;
}
.footer_social_media a:hover {
    border: 1px solid #36b864;
    color: #36b864;
}
.push_to_top a {
    width: 88px;
    height: 88px;
    padding: 20px;
    font-size: 24px;
    color: #6f6d66;
    border: 1px solid #ffffff;
    border-radius: 100px;
}
.social_media_icons a {
    width: 40px;
    height: 40px;
    /* padding: 20px; */
    font-size: 14px;
    color: #6f6d66;
    border: 1px solid #ffffff;
    border-radius: 100px;
}
.footer_right_section::after {
    content: "";
    height: 1px;
    background: #403f3c;
    width: 100%;
    top: 35px;
    position: absolute;
    left: 0;
}
.footer_links {
    list-style: disc;
    line-height: 30px;
}
.footer_links li a {
    font-size: 14px;
}
.footer_links li a:hover {
    color: #36b864 !important;
}
.footer_call_btn a {
    font-size: 12px;
}
.footer_info:hover {
    color: #36b864 !important;
}
/* End Footer */

/**********************************************************************************************/
/* ********************************   End Home Page *******************************************/
/**********************************************************************************************/

/**********************************************************************************************/
/* ********************************   Service Details Page ************************************/
/**********************************************************************************************/

.services_banner {
    background-image: url("../images/services-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    height: 100%;
}
.feature_box {
    background-color: #f6f6f6;
    border-radius: 11px;
    min-height: 100%;
    line-height: 30px;
}
.feature_box i {
    color: #36b864;
    font-size: 20px;
}
.feature_box strong {
    font-size: 20px;
}
.services_booking{
    position: relative;
    top: -55px;
    z-index: 9;
}
.services_icon{
    bottom: 80px;
}
.booking_content p{
    width: 85%;
}

/**********************************************************************************************/
/* ********************************   End Service Details Page *******************************/
/**********************************************************************************************/

/**********************************************************************************************/
/* ********************************   Request Service Page ************************************/
/**********************************************************************************************/

.quote_desc p {
    font-size: 18px;
    width: 50%;
}

.request_service_form{
    line-height: 45px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-checkbox input {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: background-color 0.3s;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked + .checkmark {
    background-color: #28a745;
}

.custom-checkbox input:checked + .checkmark::after {
    content: "✔";
    color: white;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-box {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid #A4A4A4C2;
    box-shadow: 0px 4px 37px 0px #00000026;
    margin-bottom: 30px;
}
.emergency-box {
    background: #FF3D3D;
    color: #fff;
    padding: 40px 20px;
    border-radius: 24px;
    border: 1px solid #A4A4A4C2;
    box-shadow: 0px 4px 37px 0px #00000026;
}
.quote_more_fields{
    width: 85%;
}
/**********************************************************************************************/
/* ********************************   End Request Service Page ********************************/
/**********************************************************************************************/


/**********************************************************************************************/
/* ********************************   All Service Page ********************************/
/**********************************************************************************************/

.all_services_banner{
    background-image: url("../images/all-services-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 115px 0;
}



/**********************************************************************************************/
/* ********************************   End All Service Page ********************************/
/**********************************************************************************************/


/**********************************************************************************************/
/* ********************************   Privacy Policy Page ********************************/
/**********************************************************************************************/

.Privacy_Policy_banner{
    background-image: url("../images/privacy-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 115px 0;
}
.Privacy_Policy_banner:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.4);
}
.privacy_policy_banner_text{
    z-index: 9;
}



/**********************************************************************************************/
/* ********************************   End Privacy Policy Page ********************************/
/**********************************************************************************************/

/* Booking Page */

.booking_left,
.booking_right {
    padding: 60px 0;
}

.booking_left {
    width: 87%;
    margin: 0 auto;
}
.search_booking {
    width: 54%;
}
.search_booking input {
    border: 2px solid #d3d8dd;
    border-radius: 10px;
    padding: 10px 20px 10px 50px;
    font-weight: 400;
    font-size: 16px;
    color: #12153a;
    font-size: 14px;
}
.search_booking input:focus {
    border: 2px solid #d3d8dd;
}
.search_booking img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.search_booking i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #12153a;
}
.slick-list {
    padding: 20px 0 !important;
}
.slider_inner,
.multi_select {
    width: 100%;
    border: 2px solid #d3d8dd;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 0 5px;
}
.slider_inner .service_type a,
.multi_select .service_type a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #4f6071;
}
.slider_inner:hover,
.multi_select:hover {
    border: 2px solid #1a78f2;
    color: #1a78f2;
}
.slider_inner:hover .service_type a,
.multi_select:hover .service_type a {
    color: #1a78f2;
}
.slick-next,
.slick-prev {
    background-color: transparent !important;
    background: transparent !important;
}
.slick-next:before,
.slick-prev:before {
    font-family: inherit !important;
    color: #4f6071 !important;
    opacity: 110 !important;
    font-size: 25px !important;
}
.slick-prev {
    left: -40px !important;
}
.small_text {
    font-size: 14px;
    font-weight: 600;
    color: #9fa7b0;
    text-transform: uppercase;
}
.other_options li a {
    width: 84px;
    text-align: center;
    display: inline-block;
    border: 2px solid #d3d8dd;
    border-radius: 10px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 18px;
    color: #4f6071;
}
.other_options li a:hover {
    border: 2px solid #1a78f2;
    color: #1a78f2;
}
.card_width {
    display: block;
    width: 40%;
    cursor: pointer;
}
.card_width:hover,
.select_div {
    border: 2px solid #1a78f2 !important;
    color: #1a78f2 !important;
}
.card_width p {
    font-size: 14px;
    font-weight: 600;
}
.card_list li {
    list-style: disc;
    font-size: 12px;
}
.card_badge .custom_badge {
    background: #36b864;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #36b864;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 9px;
    font-weight: 600;
}
.card_badge .danger_badge {
    background: #ff502936;
    margin-right: 10px;
    border: 1px solid #ff510082;
    color: #fe5a15;
    margin-right: 0px;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 9px;
    font-weight: 600;
}
.additional_services {
    display: none;
}
.select_div + .additional_services {
    display: block;
}
.additional_services textarea {
    width: 100%;
    padding: 20px;
    border: 2px solid #d3d8dd;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #12153a;
}
.discount_input input {
    padding: 13px 20px;
    border-radius: 10px;
    border: 2px solid #d3d8dd;
}
/* End Booking Page */

/* Location Page Css */
.address_type a {
    color: #88939d;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 20px;
}
.address_type a:hover,
.address_type .active_tab {
    background: #36b864;
    color: #ffffff;
}
.input_style {
    border: 2px solid #d3d8dd;
    padding: 14px;
    border-radius: 10px;
}
.blue_btn {
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radiuss: 10px;
    background: #ffffff;
    border: 2px solid #d3d8dd;
    color: #000000;
}
.blue_btn:hover {
    border: 2px solid #1a78f2;
    color: #1a78f2;
}
.additional_notes textarea {
    width: 100%;
    padding: 20px;
    border: 2px solid #d3d8dd;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #12153a;
}
.map_box iframe {
    width: 100%;
}
/* End Location Page Css */

/* Date and Time Page Css */

.workder_card img {
    width: 72px;
    height: 72px;
    border-radius: 100px;
    margin: 0 auto;
}
.workder_card {
    font-size: 14px;
}
.workder_card:hover {
    border: 1px solid #1a78f2;
}
.workder_card:hover p:nth-of-type(1) {
    color: #1a78f2;
}
.workder_card p i {
    color: #ffac33;
}
#calendar {
    width: 100%;
    margin: 40px auto;
}
.calendar-initialized .calendar-events {
    z-index: 1 !important;
    box-shadow: -5px 0px 18px -3px rgba(0, 0, 0, 0.15) !important;
}
.event-hide .calendar-events {
    z-index: 0 !important;
    box-shadow: none !important;
}
.calendar-sidebar,
.calendar-sidebar > span#sidebarToggler,
#eventListToggler,
tr.calendar-body .calendar-day .day.calendar-active,
tr.calendar-body .calendar-day .day.calendar-active:hover,
tr.calendar-body .calendar-day .day:hover {
    background-color: #36b864 !important;
    color: #ffffff !important;
}
.calendar-sidebar > .month-list > .calendar-months > li:hover,
.calendar-sidebar > .month-list > .calendar-months > li.active-month {
    background-color: #30e06e !important;
}
.calendar-sidebar > .month-list,
.calendar-sidebar > .calendar-year {
    background-color: #36b864 !important;
}
#calendar th[colspan="7"],
.event-list > .event-empty > p {
    color: #36b864 !important;
}
.calendar-events > .event-header > p {
    margin-bottom: 10px !important;
    color: #36b864 !important;
}
.event-list > .event-empty {
    border: 1px solid #36b864 !important;
    background-color: rgb(54 184 100 / 15%) !important;
}
.timeing_slot li a {
    display: inline-block;
    width: 55%;
    border-radius: 10px;
    border: 2px solid #d3d8dd;
    padding: 14px;
    font-weight: 600;
    font-size: 16px;
    color: #88939d;
    text-align: center;
}
.timeing_slot li a:hover {
    border: 2px solid #1a78f2;
    color: #1a78f2;
}
.timeing_slot li a p {
    line-height: 40px;
}
/* End Date and Time Page Css */

/* Payment Method Page Css */

.payment-option {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 18px 23px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}
.payment-option input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.payment-option input[type="radio"]:checked {
    border: 6px solid #1a78f2;
}
.payment-option.selected {
    border-color: #1a78f2;
    background-color: #f0f8ff;
}
.btn-contact {
    margin: 5px;
    border-radius: 10px;
    border: 2px solid #d3d8dd;
    padding: 10px 26px;
    font-weight: 600;
    font-size: 20px;
    background-color: #ffffff;
}
.needs-validation .form-label {
    color: #9fa4a9;
    font-size: 14px;
}
.payment-option p,
.payment-option strong,
.payment-option span {
    color: #9fa4a9 !important;
}
.selected p,
.selected strong,
.selected span {
    color: #1a78f2 !important;
}
.error-message {
    color: #ff0000;
    font-size: 0.9rem;
    display: none;
    font-size: 11px;
    margin-top: 6px;
}

.order_modal {
    border-radius: 15px;
    border: none;
    text-align: left;
    background: url(../images/order-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 50px 90px 50px;
}
.order_modal .modal-header {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.order_modal .icon {
    background-color: #ffffff;
    color: white;
    border-radius: 50%;
    width: 93px;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-bottom: 10px;
    box-shadow: 0px 9.99px 26.65px 0px #00000029;
    position: absolute;
    top: -2%;
    left: 225px;
}
.order_modal .icon i {
    padding: 12px;
    background: #36b864;
    border-radius: 50%;
    height: 44px;
    width: 44px;
}
.order_modal .modal-header h5,
.order_modal .modal-body h5 {
    font-size: 25px;
}
.order_modal .modal-header p {
    font-size: 14px;
}
.order_modal .modal-footer {
    border: none;
    justify-content: center;
}
.order_modal .modal-footer .pdf_btn {
    font-weight: 400;
    font-size: 23px;
    border-width: 1px;
}
@media (min-width: 576px) {
    #orderModal .modal-dialog {
        max-width: 550px !important;
    }
}
/* End Payment Method Page Css */

/* Responsive Css */
@media (max-width: 992px) {
    body {
        font-size: 14px;
    }
    #navbarNav {
        width: 100%;
    }
    .banner_img,
    .services_banner {
        height: auto;
    }
    .emergency_contact {
        width: 100%;
    }
    .header_btn {
        padding: 5px 0;
    }
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
    .footer_right_section::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .service_main {
        background-size: cover;
        padding: 15px;
    }
    .service_main_content p {
        font-size: 14px;
    }
    .main-image {
        width: 100%;
        height: 330px;
    }
    .overlay-image {
        position: relative;
        left: 0px;
        bottom: 0;
        margin-top: 20px;
        width: 100%;
    }
    .services_heading h2 {
        font-size: 22px;
    }
    .achievement_content p {
        width: 100%;
    }
    .slider-main .slick-prev {
        left: 0px !important;
    }
    .slider-main .slick-next {
        right: 20px;
    }
    .overly-right {
        right: 0 !important;
    }
    .section_desc {
        width: 100%;
    }
    .black_layer {
        width: 96%;
        margin: 0 auto;
    }
    .contact-info {
        padding: 30px 15px;
    }
    .contact-info h2 {
        font-size: 22px;
    }
    .contact-info p {
        margin-bottom: 0px;
    }
    .contact_desc {
        width: 100%;
    }
    .contact-form {
        padding: 30px 15px;
        flex: 1 100%;
    }
    .service_main,
    .service_main:after {
        border-radius: 15px;
    }
    .dropdown-menu {
        border: none;
        background: #e2ffec;
        border-radius: 0px;
    }
    .testimonials_head {
        width: 100% !important;
    }
    .get_quote p {
        width: 100%;
    }
    .fs-24,
    .fs-20 {
        font-size: 14px;
    }
    .subscribe_section {
        min-height: 150px;
    }
    .newslatter_form {
        position: relative;
        width: 95%;
        bottom: 0;
        left: 0;
        margin-top: 50px;
    }
    .language_options, .quote_more_fields {
        width: 100%;
    }
    .service_method_card img {
        width: 90px;
        height: 90px;
    }
    .service_method_card span {
        bottom: 10px;
        right: -4px;
        width: 25px;
        height: 25px;
    }
    .services_heading p:first-child {
        font-size: 14px;
    }
    .quote_desc p {
        width: 100%;
    }
    .services_booking{
        top: inherit;
    }
    .services_icon{
        bottom: -25px;
    }
    .booking_content p{
        width: 100%;
    }
    .booking_content h3{
        font-size: 22px;
    }
    .timeing_slot li a,
    .card_width {
        width: 100%;
    }
    .slider_section .slick-next {
        right: 25px;
    }
    .slider_section .slick-prev {
        left: 15px !important;
        z-index: 9;
    }
    .search_booking {
        width: 100%;
    }
    .order_modal {
        padding: 0 15px 90px 15px;
    }
    .order_modal .icon {
        width: 65px;
        height: 65px;
        top: 0%;
        left: 130px;
    }
}

/* End Responsive Css */
