:root {
    --white: #fff;
    --black: #000;
    --primary: #28aae1;
    --secondary: #4282b9;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #828288;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Poppins", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

figure {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar-brand img {
    max-height: 150px;
    transition: 0.3s ease-in-out;
}

.top-row {
    background: var(--primary);
    margin-bottom: .5rem;
}

.top-row p {
    color: var(--bblack);
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.top-row ul {
    display: flex;
    justify-content: flex-end;
}

.top-row ul a {
    color: var(--bblack);
    font-size: 14px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-left: 1px solid var(--black);
    display: block;
}

.top-row ul li:first-child a {
    border-left: 0;
}

header {
    /* position: absolute; */
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    top: 0;
    width: 100%;
    padding-bottom: 0.5rem;
    transition: 0.3s ease-in-out;
}

header.sticky {
    position: fixed;
}

header.sticky .navbar-brand img {
    max-width: 100px;
}

.navbar-nav {
    gap: 1rem 2rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    font-weight: 400;
    display: inline-block;
    color: var(--black);
    text-transform: capitalize;
    line-height: 1;
    position: relative;
    padding: 0;
}

.navbar-nav .nav-item .nav-link::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: transform 0.3s ease-in-out;
    background-color: var(--primary);
    transform-origin: center;
    transform: scaleX(0);
}

.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
    transform: scaleX(1);
}

.callBtn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1;
    font-size: 1.375rem;
    font-weight: 400;
    color: #2d2d2d;
}

.callBtn span strong {
    display: block;
    font-size: 1.875rem;
    font-weight: 700;
}

.callBtn:hover {
    color: var(--primary);
}

.main-slider {
    position: relative;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider .contentWrap {
    height: 30rem;
    width: 30rem;
    border-radius: 50%;
    display: flex;
    padding-top: 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgb(62 118 177/50%);
    /* box-shadow: -45px -70px rgb(69 136 188/50%); */
}

.main-slider .contentWrap::before {
    content: "";
    position: absolute;
    width: 25rem;
    height: 25rem;
    top: 3rem;
    left: 3rem;
    transform: translate(2.5rem, 2.5rem);
    border-radius: 100%;
    background: rgb(62 118 177/50%);
    animation: anscale 4s infinite linear;
    z-index: -1;
}

@keyframes anscale {
    0% {
        opacity: 1;
        transform: scale(0.8);
    }

    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

.main-slider .contentWrap h2 {
    color: var(--white);
    font-size: 3.125rem;
    font-weight: 600;
    text-transform: capitalize;
}

.main-slider .contentWrap p {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    width: 85%;
    margin: 0 auto;
}

.main-slider .contentWrap .themeBtn {
    margin: 2rem 0 -8rem;
}

.themeBtn {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    color: var(--white);
    border-radius: 50px;
    display: inline-block;
    padding: 1em 1.5em;
    margin: 0.5rem 0;
    border: 1px solid var(--primary);
    background-color: var(--primary);
}

.themeBtn:hover {
    background-color: var(--secondary);
    color: var(--white);
}

.secHeading {
    font-size: 5rem;
    font-weight: 700;
    color: #2d2d2d;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
}


/* laundryServSec */

.laundryServSec {
    padding-bottom: 0;
}

.laundryServSec p {
    color: #8f8f8f;
    font-size: 1.875rem;
    margin-bottom: 0;
}

.laundryServSec h3 {
    font-size: 3.125rem;
    line-height: 1;
    font-weight: 600;
}

.laundryServSec h3 span {
    color: var(--secondary);
    font-size: 1.375rem;
    font-weight: 500;
    display: block;
    margin-top: 1rem;
}

.laundryServSec .callBtn span strong {
    font-size: 3.125rem;
    color: var(--black);
}

.laundryServSec .callBtn span {
    color: var(--secondary);
}

.laundryServSec .callBtn {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}


/* About Section */

.aboutSec {
    padding: 6rem 0 8rem;
}

.aboutSec .waterShape {
    margin-top: -2rem;
}

.aboutSec .secHeading {
    font-size: 9.375rem;
    color: rgb(45 45 45 / 10%);
}

.aboutSec p {
    color: #2d2d2d;
    font-size: 1.125rem;
    line-height: 2.3;
}

.infoCard {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-start;
    text-align: center;
}

.infoCard h3 {
    font-size: 1.375rem;
    color: #2d2d2d;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}

.infoCard p {
    color: #8e8e8e;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 300;
}

.chooseSection {
    background: #417fb6;
}

.chooseSection figure {
    margin: -10.75rem 0 0 -8rem;
}

.chooseSection .secHeading {
    color: var(--white);
    text-align: center;
}

.chooseSection .infoCard p,
.chooseSection .infoCard h3 {
    color: var(--white);
}

.chooseSection .infoCard .imgWrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.chooseSection .infoCard img {
    filter: brightness(100) invert(0);
}

.chooseSection .infoCard .imgWrap span {
    display: block;
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 400;
    opacity: 0.5;
}

.chooseSection ul {
    display: flex;
    /* flex-flow: row wrap; */
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.chooseSection ul li {
    width: 48%;
    text-align: center;
}

.chooseSection ul li:first-child {
    margin-bottom: -12rem;
}

.chooseSection ul li:nth-child(3) {
    margin-top: 5rem;
}


/* serviceSec */

.serviceSec {
    padding-bottom: 10rem;
}

.serviceSec .secHeading {
    font-size: 9.375rem;
    color: rgb(45 45 45 / 10%);
}

.servCard {
    text-align: center;
}

.servCard .imgWrap {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}

.servCard .imgWrap img {
    transition: 0.3s ease-in-out;
}

.servCard h3 {
    color: #2d2d2d;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin: 1rem 0;
}

.servCard .themeBtn {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.servCard:hover .themeBtn {
    background-color: var(--primary);
}

.servCard:hover .imgWrap img {
    transform: scale(1.125);
}


/* Footer */

footer {
    background: #082547;
}

footer h3 {
    font-size: 3.125rem;
    line-height: 1;
    color: var(--white);
    font-weight: 700;
}

footer h3 span {
    font-size: 1.375rem;
    font-weight: 500;
    display: block;
    margin-top: 1rem;
}

footer .callBtn span strong {
    font-size: 3.125rem;
}

footer .callBtn {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: var(--white);
}

footer .callBtn:hover span {
    color: var(--primary);
}

footer figure {
    margin: -8rem -6rem 0;
}

footer h4 {
    font-size: 1.875rem;
    color: var(--white);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.5rem;
}

footer .links li a {
    color: var(--white);
    font-size: 1.125rem;
    line-height: 2;
}

footer .links li a:hover {
    color: var(--primary);
}

footer .contactInfo li+li {
    margin-top: 1rem;
}

footer .contactInfo li a {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2;
    display: block;
}

footer p {
    color: var(--white);
    font-size: 1.125rem;
}

footer .form-group {
    display: flex;
    height: 65px;
    margin: 2rem 0 1rem;
    align-items: center;
}

footer .form-group .form-control {
    border-radius: 0;
    height: 100%;
    border: 0;
}

footer .form-group .form-control:focus {
    background-color: var(--primary);
    color: var(--white);
    transition: 0.3s ease-in-out;
}

footer .form-group button {
    background-color: var(--primary);
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 400;
    height: 100%;
    width: 175px;
    border: 0;
}

footer .form-group button:hover {
    background-color: var(--secondary);
    color: var(--white);
}

.copyRight {
    margin-top: 4rem;
    padding: 1.5rem 0;
}

footer .socialIo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

footer .socialIo li a {
    line-height: 1;
    font-size: 2.5rem;
    display: inline-block;
    color: var(--white);
}

footer .socialIo li a:hover {
    color: var(--primary);
}


/* Inner Pages CSS */

.main-slider.inner-slider h2 {
    font-size: 5rem;
    font-weight: 700;
    color: var(--white);
    text-align: left;
}

.serviceSec.serviceInner .row+.row {
    margin-top: 5rem;
}

.serviceSec.serviceInner p {
    font-size: 1.125rem;
    line-height: 2.2;
}

.serviceSec.serviceInner h3 {
    font-size: 2.4rem;
    color: #2d2d2d;
    font-weight: 600;
    margin: 1.3rem 0;
    text-transform: capitalize;
}

.serviceSec.serviceInner .btn-group {
    gap: 1rem;
}

.serviceSec.serviceInner .btn-group .themeBtn {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.serviceSec.serviceInner .btn-group .themeBtn:hover {
    background-color: var(--white);
    color: var(--secondary);
}

.serviceSec.laundryServ {
    background-color: #417fb6;
    padding-bottom: 6rem;
}

.serviceSec.laundryServ h2 {
    color: var(--white);
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 1;
}

.serviceSec.laundryServ .servCard {
    margin-bottom: 1.5rem;
}

.serviceSec.laundryServ .servCard h3 {
    color: var(--white);
}


/* signUpSec */

.signUpSec {
    padding: 4rem 0 8rem;
}

.signUpSec h3 {
    font-size: 1.875rem;
    color: #082547;
    font-weight: 700;
}

.signUpSec .themeBtn {
    width: 100%;
    text-align: center;
}

.themeBtn.workBtn {
    background-color: #082547;
    border-color: #082547;
    padding: 1em 2em;
}

.themeBtn.workBtn:hover {
    background-color: var(--primary);
}

.pricingPage {
    background: #f4f5f7;
}

.headOne {
    font-size: 3.125rem;
    margin: 0 0 1.2rem;
}

.pricngContent p {
    font-size: 1.125rem;
    color: #2d2d2d;
    line-height: 2.1;
    margin: 0 0 1.5rem;
}

.pricngContent .themeBtn {
    background: #082547;
    border-color: #082547;
}

.priceImg {
    text-align: center;
}

.priceImg figure {
    margin: 0 0 1.4rem;
    box-shadow: 12px 12px 10px rgb(0 0 0 / 28%);
}

.priceImg p {
    font-size: 1.125rem;
    color: #2d2d2d;
    font-weight: 500;
    margin: 0;
}

.priceImg figure img {
    width: 100%;
}

.headTwo {
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0 0 1.2rem;
}

.pricngWash {
    text-align: center;
}

.pricngWash p {
    font-size: 1.125rem;
    color: #2d2d2d;
    margin: 0 0 1.2rem;
}

.headThre {
    font-size: 1.125rem;
    color: #2d2d2d;
    font-weight: 600;
    line-height: 2;
}

.prcngBox {
    border: 3px solid #082547;
    border-radius: 18px;
    text-align: center;
}

.prcngBox h2 {
    background: #082547;
    margin: 0;
    font-size: 1.375rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 1rem 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.weklyContent {
    padding: 2rem 0;
}

.weklyContent h3 {
    font-size: 2.5rem;
    color: #000000;
    margin: 0 0 1.4rem;
}

.weklyContent .themeBtn {
    margin: 0;
    font-size: 1.375rem;
}

.weklyContent p {
    font-size: 1.125rem;
    color: #2d2d2d;
    margin: 0 0 1.7rem;
}

.pricngTwo .row+.row {
    margin-top: 8rem;
}

.weklyContent ul li {
    font-size: 1.125rem;
    color: #2d2d2d;
    font-weight: 500;
}

.weklyContent ul li+li {
    margin-top: 1.7rem;
}

.weklyContent ul {
    margin: 0 0 2rem;
}

.pricngTwo {
    padding: 6rem 0 13rem;
}

.referPage .secHeading {
    text-align: center;
    font-size: 9.375rem;
    color: rgb(45 45 45 / 10%);
    margin: 0 0 3rem;
}

.referBox {
    border: 2px solid #8e8e8e;
    border-radius: 50px;
    text-align: center;
    padding: 6rem 2rem;
}

.referBox .headOne {
    margin: 0 0 1.5rem;
    font-weight: 400;
}

.referBox p {
    font-size: 1.125rem;
    color: #8e8e8e;
    margin: 0;
    line-height: 2.4;
}

.headFour {
    font-size: 1.375rem;
    color: #2d2d2d;
}

.faqPage .referBox {
    margin-bottom: 2.5rem;
}

.demo .accordion>.card>.card-header {
    all: unset;
}

.demo .accordion>.card {
    all: unset;
}

.demo .accordion {}

.demo .accordion>.card>.card-header h2 button {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    width: 90%;
    /* flex-flow: row-reverse; */
    padding: 0 0rem;
    font-size: 1.125rem;
    color: #000000;
    font-weight: 500;
    gap: 1rem;
    margin-top: 1.8rem;
}

.demo .accordion>.card .card-body {
    padding: 1.5rem 14rem 0rem 2.5rem;
}

.demo .accordion>.card .card-body p {
    margin: 0;
    font-size: 1rem;
    color: #8e8e8e;
    line-height: 1.7;
}

.demo .accordion>.card>.card-header h2 button i {
    font-size: 1rem;
}

.faqLst {
    padding: 0 0 6rem;
}

.faqLst h3 {
    font-size: 24px;
    margin: 4rem 0 3rem;
}

.loctnBox figure {
    position: relative;
    overflow: hidden;
}

.loctnBox figure a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.loctnBox {
    margin-bottom: 2.5rem;
}

.laundrySec {
    background: url("../images/cleanbg.jpg") no-repeat top center/ cover;
    padding: 8rem 0;
    text-align: center;
}

.laundrySec .headOne {
    color: #fff;
}

.laundrySec p {
    font-size: 1.375rem;
    color: #fff;
    margin: 0;
}

.alabamaContent h2 {
    font-size: 1.875rem;
    margin: 0 0 1.3rem;
}

.alabamaContent p {
    font-size: 1.125rem;
    color: #8e8e8e;
    margin: 0 0 3.5rem;
}

.albamaImg {
    background: #f4f5f7;
}

.albamaImg figure {
    text-align: center;
}

.alabumContent ul {
    text-align: center;
}

.alabumContent ul li {
    font-size: 1.125rem;
    color: #8e8e8e;
}

.alabumContent ul li+li {
    margin-top: 3.5rem;
}

.alabumContent {
    border-bottom: 1px solid rgb(112 112 112 / 24%);
}

.loginBox {
    border: 1px solid #707070;
    border-radius: 50px;
    text-align: center;
    padding: 6rem 2rem;
}

.loginBox .headOne {
    font-weight: 600;
    margin: 0 0 3.5rem;
}

.loginBox label {
    display: block;
    font-size: 1rem;
    color: #8e8e8e;
}

.loginBox input {
    border: 1px solid rgb(0 0 0 / 20%);
    width: 100%;
    padding-left: 1.5rem;
    height: 5.1875rem;
    border-radius: 50px;
    margin: 0 0 2rem;
}

.radioOne {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin: 0 0 3.5rem;
}

.radioOne input#html {
    width: 27px;
    height: 27px;
    margin: 0;
}

.radioOne label {
    font-size: 1rem;
    color: #8e8e8e;
    margin: 0;
}

.loginBox .themeBtn {
    width: 309px;
    display: table;
    margin: 0 auto 1rem;
    background: #082547;
    border-color: #082547;
    padding: 1.5em 1.5em;
    font-weight: 600;
}

.frgt {
    font-size: 1rem;
    color: #082547;
    font-weight: 500;
    display: table;
    margin: 0 auto 1.7rem;
}

.loginBox p {
    font-size: 1rem;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

.signUp {
    font-size: 1rem;
    color: #082547;
    font-weight: 500;
}

.loginPage .secHeading {
    margin: 0 0 1.5rem;
}

.loginPage {
    padding: 6rem 0 15rem;
}

.cntctLst ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cntctLst ul li {
    flex: 0 0 33.333333%;
}

.cntctLst ul li .infOne {
    text-align: center;
}

.cntctLst ul li .infOne figure {
    background: #417fb6;
    width: 10.5rem;
    height: 10.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 4rem;
    color: var(--white);
    margin: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cntctLst ul li .infOne h2 {
    font-size: 1.875rem;
    font-weight: 400;
    margin: 1rem 0;
}

.cntctLst ul li .infOne a {
    font-size: 1.375rem;
    color: #8e8e8e;
}

.cntctLst ul li .infOne span {
    font-size: 1.375rem;
    color: #8e8e8e;
    width: 71%;
    display: block;
    margin: auto;
}

.getForm .sectionHeading {
    margin: 0 0 1.3rem;
    font-size: 3.125rem;
    font-weight: 600;
}

.getForm label {
    display: block;
    font-size: 1rem;
    color: #8e8e8e;
    margin: 0 10px 15px;
    font-weight: 400;
}

.getForm input {
    border: 1px solid #00000042;
    width: 100%;
    height: 5.1875rem;
    margin: 0 0 2rem;
    border-radius: 10px;
}

.getForm textarea {
    border: 1px solid #00000042;
    width: 100%;
    height: 13.5625rem;
    margin: 0 0 2rem;
    resize: none;
    border-radius: 10px;
}

.contactSec .row+.row {
    margin-top: 6rem;
}

.getForm p {
    color: #8e8e8e;
}

.cntcImg {
    box-shadow: 0px -18px 0px #009df2;
    border-radius: 50%;
}

.cntctBtn .themeBtn {
    padding: 15px 50px;
    font-size: 1rem;
    font-weight: 500;
}

.form-inline {
    gap: 1rem;
}

.navbar-collapse .form-inline {
    margin-left: 3rem;
}

.navbar-collapse .form-inline .themeBtn {
    font-size: 1.125rem;
}

.navbar-nav .drop-down {
    position: relative;
}

.navbar-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 10px;
    top: calc(100% + 20px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
}

.navbar-nav .drop-down li {
    min-width: 230px;
    position: relative;
    list-style: none;
}

.navbar-nav .drop-down ul li a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #151515;
    display: block;
}

.navbar-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    left: 1%;
}

.navbar-nav .drop-down ul li a:hover {
    background: var(--primary);
    color: var(--white);
}

.bookingSec .secHeading {
    font-size: 9.375rem;
    opacity: 0.1;
    margin-bottom: 4rem;
}

#calendar {
    padding: 1rem;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border: 0;
}

.fc-event {
    background-color: var(--primary);
    border-color: var(--primary);
}

.appointmentTable {
    padding: 2rem;
    background: #f6f6f6;
    border-top: 1px solid #dfdfdf;
    display: none;
}

.appointmentTable h3 {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.appointmentTable h3 strong {
    font-weight: 700;
}

.appointmentTable .cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
    padding: 0.5rem 0;
}

#bookAppointmentModal .input-group {
    flex-direction: column;
    margin-bottom: 1rem;
}

#bookAppointmentModal label {
    font-size: 0.9rem;
    font-weight: 500;
    margin: 1rem 0 0;
    color: black;
}

#bookAppointmentModal .customerCategory {
    background: #fff;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

#bookAppointmentModal .customerCategory label {
    margin: 0;
}

#bookAppointmentModal p {
    font-size: 0.9rem;
    font-weight: 400;
}

#bookAppointmentModal .themeBtn.dark {
    background: #082547;
    border-color: #082547;
    margin-right: 2rem;
    font-size: 1rem;
}

.main-slider video {
    object-fit: cover;
}

.aboutSec.work h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #2d2d2d;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
}

.searchForm input {
    height: 60px;
    border-radius: 10px;
    padding-left: 1rem;
}

.themeBtn.searchForm {
    background-color: #082547;
    border-color: #082547;
    padding: 1em 2em;
    border-radius: 10px;
}

.greatContent {
    text-align: center;
}

.greatContent ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.greatContent ul li a {
    display: inline-block;
    height: 60px;
    width: 60px;
    cursor: default;
    margin-left: 5px;
    background-color: #ecfbf4;
    /* background-image: radial-gradient(circle at right, #00c194, #0092c7) !important; */
    color: #00c194;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 2px solid #00c194;
    border-radius: 50px;
    font-size: 1em;
    text-align: center;
    text-decoration: none;

    line-height: 62px;
    -webkit-transition: background-color 150ms ease-in;
    -moz-transition: background-color 150ms ease-in;
    -ms-transition: background-color 150ms ease-in;
    -o-transition: background-color 150ms ease-in;
    transition: background-color 150ms ease-in;
}

.greatContent ul li a.active {
    border: 1px solid #9ea7a7;
    color: #9ea7a7;
    background: #fff;
}

.grtPrcng {
    text-align: center;
    margin: 3rem 0 0;
}

.priceOne {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0 1.5rem;
}

.grtPrcng h2 {
    margin: 0 0 1.5rem;
}

.wklyOne h3 {
    font-weight: 600;
    font-size: 1.5rem;
    color: #0092c7;
}

.grtPrcng a {
    display: table;
    color: #1b75bc;
    margin: auto;
    text-decoration: underline !important;
}

.grtPrcng span {
    display: block;
    margin: 0.4rem 0 2rem;
    color: red;
}

.grtPrcng .themeBtn {
    color: #fff;
    text-decoration: none !important;
}

.stepOne header {
    box-shadow: 0 0 6px #000;
}

.signupContent {
    text-align: center;
}

.signupContent label {
    display: block;
    text-align: left;
}

.signupContent input {
    border: 1px solid rgb(0 0 0 / 20%);
    width: 100%;
    height: 3.5rem;
    border-radius: 50px;
    margin: 0 0 2rem;
    padding: 0 1rem;
}

.signForm {
    margin-top: 2rem;
}

.hearAbt {
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 3rem;
    padding-top: 3rem;
}

.hearAbt select {
    border: 1px solid rgb(0 0 0 / 20%);
    width: 100%;
    height: 3.5rem;
    border-radius: 50px;
    margin: 0 0 2rem;
    padding: 0 1rem;
}

.schduelContent {
    text-align: center;
}

.schduelContent .nav-tabs {
    justify-content: center;
    border-bottom: transparent;
    gap: 4rem;
}

.nav-tabs .nav-item .nav-link {
    all: unset;
    height: 50px;
    width: 300px;
    display: block;
    color: #717171;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 1px solid #999999;
    background-color: #FFFFFF;
    border-radius: 50px;
    font-size: 1em;
    text-align: left;
    padding-left: 20px;
    text-decoration: none;
    line-height: 48px;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in;
    -moz-transition: background-color 150ms ease-in;
    -ms-transition: background-color 150ms ease-in;
    -o-transition: background-color 150ms ease-in;
    transition: background-color 150ms ease-in;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.nav-tabs .nav-item .nav-link:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 20px;
    opacity: 0;
}

.scheduel {
    padding: 6rem 0 10rem;
}

.nav-tabs .nav-item .nav-link.active {
    background: #0092c7;
    color: #fff;
}

.nav-tabs .nav-item .nav-link.active:before {
    opacity: 1;
    color: #fff;
}


.strtlst {
    margin: 3rem 0 0;
}

.strtlst .btn-group {
    display: block;
    text-align: center;
}

.strtlst .btn-group label.btn.btn-secondary {
    display: table;
    width: 40%;
    margin: auto;
    border-radius: 50px;
    background: transparent;
    color: #000;
    text-align: left;
    padding: 16px 20px;
    border-color: #0092c7;
    font-weight: 400;
    position: relative;
}

.strtlst .btn-group label.btn.btn-secondary:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 20px;
    opacity: 0;
}

.strtlst .btn-group label.btn.btn-secondary.active {
    background: #0092c7;
    color: #fff;
}

.strtlst .btn-group label.btn.btn-secondary.active:before {
    opacity: 1;
    color: #fff;
}


.strtlst .btn-group span {
    display: block;
    margin: 10px 0 25px 0;
    color: #929696;
}


.schduelContent .themeBtn {
    width: 40%;
}

.prefrences {}

.prefrences .strtlst .btn-group label.btn.btn-secondary {
    width: 100%;
    margin-bottom: 1rem;
}

.prefrences .strtlst .btn-group span {
    margin: 10px 20px 10px;
    text-align: left;
    color: #0092c7;
    font-size: 1.2rem;
}

span.safe {
    margin-top: 3rem !important;
}

.instruct label {
    display: block;
    text-align: center;
    color: #0092c7;
    font-size: 1.2rem;
    font-weight: 600;
}

.instruct textarea {
    width: 100%;
    border: 1px solid #0092c7;
    height: 240px;
    resize: none;
    border-radius: 10px;
    margin: 0 0 2.5rem;
}


.prefrences .strtlst .btn-group label.btn.btn-secondary input {
    opacity: 0;
}

.water {
    display: flex;
    align-items: center;
    gap: 1rem;
}



.scheduel .schduelStep h2 {
    font-size: 2rem;
    font-weight: 300;
    text-transform: capitalize;
}

.scheduel .stepCtnt {
    border: 1px solid #ff443b;
    color: #ff443b !important;
    padding: 2rem;
}

.scheduel .stepCtnt i {
    padding-right: 0.4rem;
}

.scheduel .schduelStep p {
    color: #28aae1;
}

.scheduel .step6 label {
    display: block;
    text-align: left;
}

.scheduel .step6 input {
    border: 1px solid rgb(0 0 0 / 20%);
    width: 100%;
    height: 3.5rem;
    border-radius: 50px;
    margin: 0 0 2rem;
    padding: 0 1rem;
}


.scheduel .step6 textarea {
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 50px;
    width: 100%;
    height: 150px;
}

.scheduel select {
    border: 1px solid rgb(0 0 0 / 20%);
    width: 100%;
    height: 3.5rem;
    border-radius: 50px;
    margin: 0 0 2rem;
    padding: 0 1rem;
}

.cardSec i {
    padding: 0 0.3rem;
}

.serviceSec.serviceInner ul {
    list-style-type: disc;
    line-height: 2.4;
    font-size: 1.1rem;
    color: #828288;
}

.privacySec ul {
    list-style-type: disc;
    line-height: 2.2;
    color: #82829b;
}

.privacySec h4 {
    font-size: 2rem;
    text-transform: capitalize;
    margin: 1rem 0;
}

.privacySec a {
    color: #000;
    font-weight: 600;
}