.text-gold {
    color: #D5941D;
}

.text-brown {
    color: #9d3632;
}

.bg-gold {
    background: #d5941d;
}

.headertopwidth {
    width: 30px;
}

.iconwidth {
    width: 60px;
}

.treatmentSwiper {
    overflow: hidden;
    padding: 10px 5px;
}

.treatmentSwiper .swiper-wrapper {
    align-items: stretch;
}

.treatmentSwiper .swiper-slide {
    width: auto !important;
    height: auto;
}

.treatmentSwiper .col-xl-4,
.treatmentSwiper .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
}

.mt-100 {
    margin-top: 100px;
}

.bg-f5f5f5 {
    background: #f5f5f585;
}

.trticnwidth {
    width: 50px;
}

.pt-60 {
    padding-top: 50px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-70 {
    padding-top: 60px;
}

.pb-40 {
    padding-bottom: 30px;
}

.fs-22 {
    font-size: 22px;
}

.ptb-70 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.rvwwidth {
    width: 100px;
}

.mt-190 {
    margin-top: 190px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.ml-15 {
    margin-left: 15px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.brdrnone {
    border: none !important;
}

.sclicnwidth {
    width: 30px;
}

.pt-80 {
    padding-top: 80px;
}

.quick-connect {
    position: fixed;
    bottom: 50%;
    transform: translate(0, 50%);
    left: 0.3%;
    z-index: 999;
    border-radius: 5px;
    background-color: var(--accent-color);
}

.quick-connect .qc-single {
    font-size: 24px;
    height: 55px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
}

.qc-single {
    position: relative;
}

.call {
    border-radius: 5px 5px 0 0;
    background-color: #47b707;
}

.qc-single::before {
    content: attr(data-text);
    position: absolute;
    background-color: rgb(33 37 41);
    color: #fbf9fd;
    padding: 0.4rem 1rem;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

.quick-connect a {
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qc-single::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(33 37 41);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.direction {
    background-color: #b61658;
}

.whatsapp {
    border-radius: 0 0 5px 5px;
    background-color: #47b707;
}

.email {
    background-color: #295dd6;
}

.qc-single:hover {
    background-color: #9d3632;
}

@media (max-width: 768px) {
    .quick-connect {
        position: fixed;
        bottom: 91%;
        left: 55%;
        z-index: 9999;
        width: 42%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(-50%, 0);
        height: 40px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .quick-connect .qc-single {
        margin: 0;
        width: 100%;
        border-radius: 0;
    }
}

.modal {
    display: none;
    background: rgba(0, 0, 0, .6);
    z-index: 999999 !important;
}

.modal.show {
    display: block;
}

.bnricnwidth {
    width: 90px;
}

.mblclass{
    display: none !important;
}

.dsktopnone{
    display: none;
}

@media only screen and (max-width: 1480px) {
    .hero-banner.style-1 .item2 {
        top: 50px;
        left: 100px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .logo-header img {
        width: 100px;
    }
    .mblmthundred{
        margin-top: 100px;
    }
    .hero-banner.style-1 .item2 {
        top: 15px;
        left: 150px;
    }
    .mbljuscntr{
        display: flex !important;
        justify-content: center !important;
    }
    .site-header.box-header .main-bar > *, .site-header.box-header .main-bar > .container, .site-header.box-header .main-bar > .container-fluid {
        background-color: #ffffff;
        height: 90px;
        padding: 0px;
    }
    .mblptthirty{
        padding-top: 35px;
    }
    .mbltxtcntr{
        text-align: center;
    }
    .mblmbfive{
        margin-bottom: 5px !important;
    }
    .mblmbten{
        margin-bottom: 10px;
    }
    .mblmbtwenty{
        margin-bottom: 20px !important;
    }
    .mblpbtwentyfive{
        padding-bottom: 25px;
    }
    .mblpttwentyfive{
        padding-top: 35px;
    }
    .mblptbthirtyfive{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .icon-bx-wraper.style-2 {
        margin: 10px;
    }
    .mblptforty{
        padding-top: 40px;
    }
    .mblpbfifteen{
        padding-bottom: 15px;
    }
    .mblptthirtyfive{
        padding-top: 35px;
    }
    .mblnone{
        display: none !important;
    }
    .dz-bnr-inr.style-1 .bnr-media img {
        min-width: 130%;
        position: absolute;
        top: 10%;
        left: -20%;
    }
    .dz-bnr-inr.style-1 .dz-bnr-inr-entry .dz-bnr-inr-flex{
        display: block;
    }
    .mblpbten{
        padding-bottom: 10px;
    }
    .mblmbfifteen{
        margin-bottom: 15px !important;
    }
    .mblpttwentyeight{
        padding-top: 28px !important;
    }
    .mblfsfifteen{
        font-size: 15px !important;
    }
    .dz-bnr-inr.style-1.dz-bnr-detail .detail-media {
        width: 100%;
        z-index: 4;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }
    .mblfsfourteen{
        font-size: 14px !important;
    }
    .dz-bnr-inr.style-1.dz-bnr-detail h1, .dz-bnr-inr.style-1.dz-bnr-detail .h1 {
        margin-bottom: 12px !important;
    }
    .dz-bnr-inr.style-1.dz-bnr-detail .bnr-info .media-wrapper {
        margin-top: 20px;
    }
    .mblmttwenty{
        margin-top: 20px;
    }
    .mblfstwentytwo{
        font-size: 22px !important;
    }
    .section-head.style-1 p {
        font-size: 15px;
    }
    .mblmtten{
        margin-top: 10px !important;
    }
    .mblmenu{
        display: block !important;
    }
    .dz-team.style-3 .dz-media {
        padding: 0 0px;   
    }
    .mblmbzero{
        margin-bottom: 0px !important;
    }
    .mbldblock{
        display: block !important;
    }
    .mblmiinustop{
        margin-top: -15px !important;
    }
    .mblpzero{
        padding: 0px !important;
    }
    .mblmbtwentyfive{
        margin-bottom: 25px !important;
    }
    .dz-accordion.style-1 .accordion-item .accordion-button {
        font-size: 17px;
        padding: 20px 10px;
    }
    .dz-accordion.style-1 .accordion-item .title {
        font-size: 18px;
        text-align: center;
    }
    .dz-accordion.style-1 .accordion-item .accordion-body p:last-child {
        text-align: center;
    }
    .mblclass{
        display: flex !important;
    }
    .dsktopnone{
        display: block;
    }
    .rvwclass{
        width: 100px;
        margin-top: 15px;
    }
}
