.logowidth{
    width: 250px;
}
.text-blue{
    color: #00BFFE;
}
.text-darkblue{
    color: #0098cb;
}
.text-green{
    color: #2FA4A9;
}
.text-darkgreen{
    color: #007276;
}
.iconwidth{
    width: 30px;
}
.fw-700{
    font-weight: 700;
}
.mainiconwidth{
    width: 130px;
    border-radius: 100%;
    height: 130px;
    object-fit: cover;
}
.pt-70{
    padding-top: 70px !important;
}
.faviconwidth{
    width: 90px;
}
.fw-800{
    font-weight: 800;
}
.text-gradient{
    background: linear-gradient(104deg, #0091c3 4%, #007276 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.treatmenticonwidth{
    width: 76px !important;
    border-radius: 50px;
     margin-bottom: 12px !important;
}
.googlereviewwidth{
    width: 150px !important;
}
.ctabtn{
    background: #fff;
    border-radius: 25px;
    color: #00758e;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
}
.ftriconwidth{
    width: 25px;
}
.ml-35{
    margin-left: 35px !important;
}
.ftrnewbtn{
    min-width: 165px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    font-weight: 800 !important;
    font-size: 17px !important;
    padding: 0 !important;
    width: 100% !important;
    text-decoration: none !important;
    z-index: 1 !important;
    border-radius: 25px !important;
    padding-right: 0px !important;
}
.ftrlogowidth{
    width: 210px;
}
.pb-60{
    padding-bottom: 60px;
}
.ptb-70{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.sidebarcss{
    position: relative;
    margin-bottom: 13px;
    padding-left: 0px;
    /* display: inline-block !important; */
    color: #000000 !important;
    line-height: 25px;
    /* display: flex; */
    flex-direction: column;
    text-align: start;
    font-weight: 600;
}
.line-height-zero{
    line-height: 55px !important;
}
.drpdwnimg{
    width: 70px;
}
.cntcticon{
    width: 55px;
}

.contact-form-con form input {
    width: 100%;
    padding: 11px 30px;
    background-color: var(--secondary--color);
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    color: var(--text--color);
    border-radius: 30px;
}

.contact-form-con form textarea {
    height: 137px;
    padding: 20px 30px;
    background-color: var(--secondary--color);
    border: none;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    color: var(--text--color);
    float: left;
    /* border: 2px solid transparent; */
    border-radius: 30px;
}

.socialicnwidth{
    width: 30px;
}

.floating-wrapper {
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
    background: #fefefe;
    padding: 18px 10px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    z-index: 999;
    right: 0;
}

/* LEFT */
.floating-wrapper.left {
    right: 12px;
}

/* buttons */
.float-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s ease;
}

/* hover effect */
.float-btn:hover {
    transform: scale(1.15);
}

/* colors */
.call-btn {
    background: #26CC2E;
}

.whatsapp-btn {
    background: #24cc63;
}

.lfticowidth{
    width: 25px;
}

.enq-main-form input{
    width: 100%;
    padding: 11px 30px;
    background-color: #ffffff;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    /* border: 3px solid #fefefe; */
    color: var(--text--color);
    border-radius: 25px;
    box-shadow: 0 0 15px rgb(143 206 209 / 70%);
}

.enq-main-form textarea{
    width: 100%;
    padding: 11px 30px;
    background-color: #ffffff;
    height: 90px;
    font-size: 16px;
    font-weight: 600;
    /* border: 3px solid #fefefe; */
    color: var(--text--color);
    border-radius: 25px;
    box-shadow: 0 0 15px rgb(143 206 209 / 70%);
}
.fs-30{
    font-size: 30px;
}
.brdbtmsolid{
    border-bottom: 2px solid #2ba4ad;
}
.b-radius-25{
    border-radius: 25px;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
