.blue-bg {
	background-color: #022e77;
}
.eGNspG {
    position: absolute;
    inset: 0px;
    overflow: hidden;
    background-color: #022e77;
    z-index: -1;
}
.dOGUcN {
    --image-span: 10px;
    --image-transition: 350ms opacity ease-in-out;
    position: relative;
    aspect-ratio: 1130 / 1676;
    display: block;
}
.btmacZ img {
    object-fit: cover;
    object-position: right center;
}
.eGMclq {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    transition: 350ms opacity ease-in-out;
    z-index: 1;
}
.green-color {
    color: green;
}
img {
    vertical-align: middle;
    border-style: none;
}
.hero-bg {
    background-image: url('../images/hero-bg-1.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 37% 100%;
}
.white-color {
	color: #fff;
}
.gWLgdk {
    position: relative;
    min-height: calc(100vh - 73px);
    width: 100%;
    padding-top: 32px;
    padding-bottom: 40px;
    overflow: clip visible;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 48px;
}

.btmacZ {
    position: absolute;
    bottom: 0px;
    max-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.jLsccE {
    grid-area: Title;
}

.fvqFAA {
    hyphens: auto;
    word-break: auto-phrase;
    margin: 0px;
    font-size: 40px;
    font-family: Fellix, "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 48px;
    color: rgb(255, 255, 255);
}

.inXWfX {
    padding-top: 16px;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.dClVRP {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.iuGiaJ {
    grid-area: USPs;
}
.cMBIYl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
}

.dkOByF {
    margin: 0px;
    font-size: 16px;
    font-family: Fellix, "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    color: currentcolor;
}
.white-section {
	background-color: #fff;
}
.gray-section {
    background-color: #f6f6f6;
    border-bottom: 1px solid #fff;
}
.clip-bg {
    position: relative;
    clip-path: polygon(
        0 0,
        85% 0,
        100% 120%,
        90% 100%,
        0 100%
    );
}
h4.rzvy_categories_html_content_scroll {
	text-align: center;
}
.byTshC, h4.rzvy_categories_html_content_scroll {
    hyphens: auto;
    word-break: auto-phrase;
    margin: 0px;
    font-size: 40px;
    font-family: Fellix, "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 48px;
    color: rgb(5, 5, 5);
}
body main {
    padding: 30px 0;
}
.white-svg {
    font-size: 32px;
}
.blue-txt {
    color: #022e77;
}
.circle-blue-bg {
    background-color: #022e77;
    color: #fff;
    border-radius: 50%;
    padding: 8px 13px;
}
.top-one-bottom h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0px;
}
.service-detail-page .top-one-bottom {
    margin-top: -110px;
}
.top-one-bottom {
    margin-top: -69px;
    position: relative;
}
.text-left {
    text-align: left;
}
.white-svg i {

}
.font36 {
    font-size: 36px;
}
.font38 {
    font-size: 38px;
}
.font40 {
    font-size: 40px;
}
.font42 {
    font-size: 42px;
}
.font44 {
    font-size: 44px;
}
body .services figure > img {
    padding: 0px;
}
body .step-item.rzvy-category-container {
    display: none !important;
}
.top-bottom-sections-1 {
    background-color: #f3f7f6;
    border-radius: 10px;
    display: inline-block;
}
.top-bottom-sections-1 p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
.top-bottom-sections-1 img {
    min-width: 52px;
}
.fontStrong {
    font-weight: bold;
}
section h1, section h2, section h3 {
    font-weight: bold;
}
.main-cat-section {
    
}
.booking-card label {
    display: inline-block;
    width: 100%;
}
.footer-contact img {
    max-height: 120px;    
}
footer#footer {
    background-color: #e9e9e961;
}
.footer-bottom {
    background-color: #e9e9e9;
}
.footer-links ul {
    padding-left: 15px;
}
.footer-links li {
    padding: 5px 0px;
}
.footer-links a {
    font-size: 14px;
}
.flatpickr-wrapper {
    width: 100%;
}

  #loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.zipInputSection {
    
}
.zipInputSection .mapIcons {
    position: absolute;
    right: 10px;
    top: 4px;
    padding: 10px;
}
.form-control.serviceOpt {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 35px;
    background-color: #fff;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 26px;
}
@media (min-width: 1272px) {
    .byTshC, h4.rzvy_categories_html_content_scroll {
        font-size: 72px;
        font-family: Fellix, "Trebuchet MS", Helvetica, sans-serif;
        font-weight: 700;
        letter-spacing: -0.72px;
        line-height: 80px;
    }
    .gWLgdk {
        padding-top: 64px;
        padding-bottom: 80px;
    }
    .fvqFAA {
        font-size: 56px;
        font-family: Fellix, "Trebuchet MS", Helvetica, sans-serif;
        font-weight: 700;
        letter-spacing: -0.64px;
        line-height: 62px;
    }
    .inXWfX {
        text-wrap: pretty;
        display: grid;
        grid-template-columns: repeat(auto-fit, 230px);
    }
}
@media (min-width: 828px) {
    .btmacZ img {
        object-fit: contain;
        object-position: right bottom;
    }
    .gWLgdk {
        padding-top: 48px;
        padding-bottom: 64px;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .fvqFAA {
        font-size: 72px;
        font-family: Fellix, "Trebuchet MS", Helvetica, sans-serif;
        font-weight: 700;
        letter-spacing: -0.8px;
        line-height: 78px;
    }
    .dkOByF {
        font-size: 18px;
        font-family: Fellix, "Trebuchet MS", Helvetica, sans-serif;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 26px;
    }
    .byTshC, h4.rzvy_categories_html_content_scroll {
        font-size: 56px;
        font-family: Fellix, "Trebuchet MS", Helvetica, sans-serif;
        font-weight: 700;
        letter-spacing: -0.56px;
        line-height: 64px;
    }
}
@media (max-width: 828px) {
    body.service-detail-page .top-one-bottom {
        margin-top: 0px;
    }
    body .clip-bg {
        clip-path: none;
    }
    body .hero-bg {
        background-image: none;
    }
}

@media (min-width: 624px) {
    .inXWfX {
        padding-top: calc(44px);
        gap: 16px;
    }
}