﻿
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'AeonikTRIAL-Bold';
    src: url('/public/fonts/AeonikTRIAL-Bold.woff2') format('woff2'),
         url('/public/fonts/AeonikTRIAL-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AeonikTRIAL-Regular';
    src: url('/public/fonts/AeonikTRIAL-Regular.woff2') format('woff2'),
         url('/public/fonts/AeonikTRIAL-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'AeonikTRIAL-Regular', sans-serif !important;
}

.topNavBtns .userDropDown {
    display: none;
}

@media (max-width: 800px) {
    .topNavBtns .userDropDown {
        display: block;
    }

    .userDropDown ul.dropdown-menu {
        display: block !important;
        position: relative;
        opacity: 1 !important;
        top: 0 !important;
        visibility: visible;
        background-color: transparent;
        padding: 0;
        margin-left: -25px;
    }
    
    .userDropDown .userName {
        display: none;
    }
    
    body .userDropDown ul.dropdown-menu .logoutbtn a,
    body .userDropDown ul.dropdown-menu li a {
        color: #aac6ee !important;
        font-size: 16px;
    }

    body .userDropDown ul.dropdown-menu li a svg {
        display: none;
    }

    .userDropDown ul.dropdown-menu {
        background: transparent !important;
        padding: 0;
    }
}

.passwordSection label {
    color: #AAB1C5;
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 3px;
    display: block;
}

#user_password_change {
    cursor: pointer;
}

.passwordSection input {
    background: transparent;
    color: #F0F2FF;
    border-radius: 2px;
    font-size: 14px;
    border-color: #F0F2FF;
    margin-bottom: 13px;
}

.passwordSection input:focus {
    background: transparent !important;
    box-shadow: none;
    border-color: #fff;
    color: #F0F2FF;
}


.help-block ul li {
    color: #c64040;
    font-size: 13px;
}

button#btnChangePassword {
    background: #198754;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
    border: 1px solid #198754;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 0px;
}

.passwordSection a {
    background: #E64141 !important;
    border-color: #E64141 !important;
    border: 2px solid #F0F2FF;
    color: #F0F2FF;
    background: transparent;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
    line-height: 38px;
    transition: .3s;
    display: inline-block;
    margin-left: 15px;
    margin-top: 16px;
}

.passwordSection {
    margin-top: -20px;
}

.userDropDown .user_img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    object-fit: cover;
    margin-right: 4px;
}

.userDropDown .userName {
    color: #F0F2FF;
    font-size: 14px;
    font-weight: 700;
}

.userDropDown .userName svg {
    width: 21px;
    position: relative;
    top: -1px;
}

.userDropDown .userName:hover {
    font-weight: 700;
}

.userDropDown ul.dropdown-menu {background: #0E0F10;border: none;border-radius: 6px;padding: 10px 0;}

.userDropDown ul.dropdown-menu li a {
    border: none !important;
    color: #848294 !important;
    font-size: 14px;
    font-weight: 700;
    transition: .3s;
}
.userDropDown ul.dropdown-menu li a svg {
    margin-right: 10px;
}

.userDropDown ul.dropdown-menu li a:hover {
    color: #F0F2FF !important;
}
.userDropDown ul.dropdown-menu li a:hover svg path{
    stroke: #F0F2FF !important;
}

.userDropDown ul.dropdown-menu .logoutbtn a{
    color: #E64141 !important;
}

.userDropDown ul.dropdown-menu .logoutbtn a:hover{
    color: #E64141 !important;
}

.userDropDown ul.dropdown-menu .logoutbtn a:hover svg path{
    stroke: #E64141 !important;
}
.bookNowBtn {
    background: #F0F2FF;
    color: #051327;
    font-weight: 700;
    letter-spacing: 0 !important;
    padding: 12px 19px;
    margin-left: 21px;
}

.bookNowBtn:hover {
    font-weight: 700 !important;
}

.navbar_items_center .btn {
    background: linear-gradient(180deg, #F6F6F7 -22.5%, #649AE7 120.83%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 700;
}

html[native-dark-active] .navbar_items_center .btn { 
    background-color: transparent !important;
    background-blend-mode: normal !important;
    -webkit-text-fill-color: unset;
}


.navbar_items_center .btn:hover {
    font-weight: 700;
}

.navbar_items_center .nav-item.dropdown {
    margin-right: 15px;
}
.common-group-class .block_row {
    display: none;
}

.common-group-class .block_row:last-child {
    display: block;
}
.inner-content {
    padding: 30px;
}

.header-heading h2 {
    color: #F0F2FF;
    font-size: 24px;
    margin-bottom: 10px;
}

.header-heading p {
    color: #AAB1C5;
    font-size: 16px;
    margin-bottom: 0;
}

.tabs_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.btnThemeBorderLess {
    border: 2px solid #F0F2FF;
    border-radius: 8px;
    color: #F0F2FF;
    padding: 8px 19px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

.btnThemeBorderLess svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.btnThemeBorderLess:hover {
    background: #F0F2FF;
    color: #051327;
}

.btnThemeBorderLess:hover svg path{
    stroke: #051327;
}

.custom_tabs .nav-link {
    background: transparent;
    border: 2px solid transparent;
    border-radius: 8px;
    color: #AAB1C5;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
}

.custom_tabs .nav-item {
    margin-right: 10px;
}
.empty_msg {
    text-align: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty_msg h4 {
    color: #f0f2ff;
    font-size: 26px;
    margin-bottom: 8px;
}

.empty_msg p {
    color: #AAB1C5;
    font-size: 16px;
    width: 70%;
    margin: auto;
}

.custom_tabs .nav-link.active {
    border: 2px solid #F0F2FF;
    color: #F0F2FF;
}

.topHeaderPanel {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.block_row .theme-content-card{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
}

.block_row .spanBlock {
    width: 80px;
}

.spanBlock1 {
    text-align: center;
    border-right: 1px solid #848294;
    width: 80px;
}

.spanBlock1 h4 {
    font-size: 16px;
    color: #F0F2FF;
    margin-bottom: 0;
    line-height: normal;
}

.spanBlock1 h3 {
    font-size: 30px;
    color: #F0F2FF;
    letter-spacing: 0;
    margin-bottom: 0;
}

.spanBlock2 p {
    margin-bottom: 0;
    color: #F0F2FF;
    font-size: 16px;
}

.spanBlock3 p {
    margin-bottom: 0;
    color: #AAB1C5;
    font-size: 16px;
}

.spanBlock3 p svg {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.spanBlock2 p svg {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

#upcomingTabsData {

    .cusotm_cols:nth-child(4) {
        padding-inline: 40px;
    }
}

.cusotm_cols:nth-child(1) {
    padding-left: 0;
}

.cusotm_cols:nth-child(4) {
    padding-left: 20px;
}
.block_row.theme-card {
    margin-bottom: 25px;
}
.logoutBtn {
    padding: 0;
    color: #E64141 !important;
}

.logoutBtn svg {
    margin-right: 6px;
}

.sideMenus {
    height: 520px;
    display: flex;
    justify-content: space-between;
}
.logoutBtn:hover svg path {
    stroke: #E64141 !important;
}
.content_area_profile h2 {
    color: #F0F2FF;
    font-size: 24px;
    margin-bottom: 10px;
}
.profile_photo img {
    width: 85px;
    height: 85px;
    border-radius: 100px;
    margin-right: 16px;
    object-fit: cover;
}

.profile_photo {
    margin-top: 40px;
    margin-bottom: 50px;
}

.formBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.formBlock .formBlockInput span {
    color: #AAB1C5;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    display: block;
}

.formBlock .formBlockInput h4 {
    color: #F0F2FF;
    font-size: 18px;
}

.formBlock a svg {
    width: 22px;
    height: 22px;
    margin-right: 7px;
    position: relative;
    top: -3px;
}

.formBlock a {
    color: #848294;
    font-size: 15px;
    font-weight: 600;
}


div#inputFieldName {
    width: 100%;
}

div#inputFieldName button {
    margin-left: 12px;
    background: #F0F2FF;
    color: #08111e;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
    border: 1px solid #F0F2FF;
}

div#inputFieldName button:hover {
    background: #08111e;
    color: #F0F2FF;
}

div#inputFieldName input {
    background: transparent;
    color: #F0F2FF;
    border-radius: 2px;
    font-size: 14px;
    border-color: #F0F2FF;
}

.clsoeIcon svg {
    fill: #f56464;
}

.clsoeIcon {
    margin-left: 12px;
    margin-top: 8px;
}
.imgDiv {
    display: flex;
    align-items: center;
}

.imgDiv a {
    border: 2px solid #F0F2FF;
    color: #F0F2FF;
    background: transparent;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
    display: block;
    line-height: 38px;
    transition: .3s;
}

.imgDiv a:hover {
    transition: .3s;
    background: #F0F2FF;
    color: #051327;
}
.cancelBtn {
    background: #E64141 !important;
    border-color: #E64141 !important;
}

.cancelBtn:hover {
    color: #fff !important;
}
.imgUpdatesDiv {
    width: 100%;
    display: flex;
}
.custom-file-upload {
    position: relative;
    display: inline-block;
}

.upload-button {
    border: 2px solid #F0F2FF;
    color: #F0F2FF;
    background: transparent;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
    display: block;
    line-height: 38px;
    cursor: pointer;
    margin-right: 12px;
    transition: .3s;
}

.upload-button:hover {
    background-color: #F0F2FF;
    color: #051327;
}

/* Hide the default file input */
#user_photo {
    display: none;
}

.btnThemeStyle {
    border: 2px solid #F0F2FF;
    color: #F0F2FF;
    background: transparent;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
    display: block;
    line-height: 38px;
    transition: .3s;
}

.btnBG {
    background-color: #F0F2FF;
    color: #051327; 
}

.themeCenter {
    text-align: center;
}

.themeCenter h3 {
    color: #F0F2FF;
    font-size: 24px;
    margin-bottom: 10px;
}

.themeCenter svg {
    margin-bottom: 30px;
}

.themeCenter p {
    color: #AAB1C5;
    font-size: 15px;
    line-height: 24px;
    max-width: 45%;
    margin: 0 auto 30px;
}

.themeBtnFilled {
    background: #F0F2FF;
    color: #051327;
    padding: 13px 35px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: .3s;
    display: inline-block;
}

.messageSection {
    height: calc(100vh - 0px);
    display: flex;
    align-items: top;
    overflow: auto;
}





























.bg-theme-gradient {
    background: linear-gradient(0deg, #0E0E10 13.14%, #051327 78.89%);
  }
.theme-section {
    padding: 120px 0;
}
.theme-card {
    border-radius: 15px;
    background: linear-gradient(90deg, #0F3163 0%, #8DB4EC 50%, #0F3163 100%);
    position: relative;
    padding: 2px;
 }

 html[native-dark-active] .theme-card {
    background-image: none;
    background: #0F3163 !important;
}

 .theme-content-card {
    background: #051327;
    border-radius: 15px;
 }

 .theme-card .content {
    position: relative;
    z-index: 1;
 }
 .theme-border-btm {
    border-image-source: linear-gradient(90deg, #0F3163 0%, #8DB4EC 50%, #0F3163 100%) !important;
    border-bottom: 1px solid transparent;
    border-image-slice: 60;
}
.block-padding {
        padding: 30px;
}
.cardHeader {
    text-align: center;
}

.cardHeader h4 {
    color: #F0F2FF;
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 7px;
}

.cardHeader h5 {
    font-weight: 400;
    color: #AAB1C5;
    font-size: 18px;
}

.cardHeader {
    padding-bottom: 22px;
}




.navbar-collapse-rtl{
    flex-grow: 0 !important;
}
.navbar-light .navbar-toggler {
    color: #f4f8fa;
}

.header {
    position: relative;
    z-index: 100;
}

.top-client-testimonial .thum img {
    border-radius: 100px;
}

.top-terms-and-condition .terms-condition-area {
    color: rgb(44, 43, 43);
}

.form-control {
    -webkit-appearance: auto;
    appearance: auto;
    /* border:1px solid #ececec; */
}

.form-control:focus {
    border-color: var(--theamColor);
    box-shadow: none;
}

.banner-area {
    height: 320px;
    background-size: cover !important;
    padding: 160px 0px 70px 0px;
    background-position: center!important;
    background-size: cover !important;
}

.banner-area .overlay-bg {
    background: #2727275c;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

html {
    overflow-x: hidden;
}

body {
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #767474;
    font-weight: 400;
    background: #f7f7fe;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    color: #454545;
    font-family: "Montserrat", sans-serif;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2.2rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.3rem;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    line-height: 30px;
}

.mt-6 {
    margin-top: 5rem;
}

.color-white {
    color: #fff !important;
}

.header-top {
    background: var(--theamColor);
    font-size: 14px;
    padding: 5px 0px;
}


.text-sm {
    font-size: 14px;
}

.text-md {
    font-size: 2.25rem;
}

.text-lg {
    font-size: 3.75rem;
}

.no-spacing {
    letter-spacing: 0px;
}

a {
    color: #222;
    text-decoration: none;
    transition: all .35s ease;
}

a:focus,
a:hover {
    color: var(--theamHoverColor);
    text-decoration: none;
}

a:focus {
    outline: none !important;

}
.img_payment {
    display: none;
}
.mobile_view {
    display: none;
}


.mobile_heading {
    margin-top: 20px;
    text-align: center;
    display: none;
    
    h2, h4, h5 {
        margin-bottom: 0;
        color: var(--colorWhite);
        text-align: center;
        padding: 10px 0 10px;
    }

    h2 {
        font-size: 28px;
        padding-bottom: 0px;
    }
}
.mobile_booking_btn {
    display: none;
}
.cancelBtn svg { 
    display: none;
}
.close_svg {
    display: none;
    fill: #fff;
    width: 23px;
    height: 23px;
}
@media (max-width: 550px) {
  
    .userDropDown ul.dropdown-menu {
        min-width: 100%;
        margin-top: -10px;
        margin-left: -24px;
        padding-block: 0;
    }
    

    .userDropDown ul.dropdown-menu li a {
        padding-block: 9px;
    }

    .navbar-toggler[aria-expanded="true"] .bars_svg {
        display: none;
    }
    
    .navbar-toggler[aria-expanded="true"] .close_svg {
        display: block;
    }
    .navbar-collapse {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    
    a.btn.btn-outline-default.me-3 {
        width: 100%;
        background: var(--colorWhite);
        color: #051327;
    }
    .topNavBtns {
        display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
    button.navbar-toggler:focus {
        box-shadow: none !important;
    }
    .mobile_booking_btn {
        display: block;
        padding: 9px 15px;
        font-size: 12px;
        position: relative;
        right: -20px;
    }
    .mobileLinkHide {
        display: none !important;
    }
    
    .mobile_heading {
        display: block;
    }
    .nav_logo img:first-child {
        width: 56px;
        height: 49px;
    }
    
    .nav_logo img:last-child {
        min-width: 148px;
    }
    
    .banner-area {
        display: none;
    }
    
    .appoinment-booking-area {
        padding-top: 190px;
    }
    .cancelBtn {
        font-size: 0 !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
    
    }
    
    .cancelBtn svg {
        fill: #E64141;
        width: 22px;
        height: 22px;
        display: block;
    }
    .block_row .theme-content-card {
        height: auto;
        align-items: flex-start;
        padding: 10px 0;
    }
    
    .spanBlock1Mobile {
        width: 85px;
        text-align: center;
        padding-top: 11px;
    }
    
    .spanBlock1Mobile h4 {
        color: #F0F2FF;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 2px;
    }
    
    .spanBlock1Mobile h3 {
        color: #F0F2FF;
        font-size: 28px;
        font-weight: 700;
    }
    
    .spanBlock2Mobile p {
        margin-bottom: 3px;
    }
    
    .spanBlock2Mobile {
        padding-top: 6px;
    }
    
    .spanBlock2Mobile p svg path {
        stroke: #848294;
    }
    
    .spanBlock2Mobile p {
        color: #F0F2FF;
        font-size: 15px;
    }
    
    .spanBlock2Mobile p svg {
        margin-right: 4px;
        position: relative;
        top: -1px;
    }
    .desktop_view {
        display: none;
    }
    .mobile_view {
        display: block;
    }
    .mobile_hide {
        display: none;
    }
    .sidebar-menu {
        display: none;
    }
    
    .user_panel {
        /* padding: 60px 0; */
        height: 100vh;
    }
    
    .user_panel .header-heading h2 {
        font-size: 18px;
    }
    
    .user_panel .header-heading p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .user_panel .inner-content {
        padding: 20px;
    }
    
    .user_panel .btnThemeBorderLess {
        font-size: 0;
        border: none;
        padding: 0;
    }
    .img_payment {
        display: block;
        position: fixed;
    }
    img.img_payment {
        position: fixed;
        width: 100%;
    }
    
    .messageSection {
        z-index: 1;
        position: fixed;
        height: 350px;
        bottom: 0;
    }
    
    .themeCenter p {
        max-width: 100%;
        font-size: 14px;
    }
    
    .themeCenter svg {
        width: 53px;
        height: 53px;
        margin-bottom: 22px;
    }
    
    .themeCenter h3 {
        font-size: 20px;
    }
    
    .themeBtnFilled {
        width: 100%;
        border-radius: 2px;
    }
}

@media (max-width: 480px) {
    .text-lg {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .text-lg {
        font-size: 28px;
    }
}

#navbar {
    /* background-color: var(--theamMenuColor2); */
    background-color: #051327;
    min-height: 95px;
}

#navbar-main .nav-link {
    font-weight: 600;
    padding: 10px 12px;
    color: #222;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    transition: all .25s ease;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-brand {
    margin-top: 10px;
}

.dropdown .dropdown-menu {
    position: absolute;
    display: block;
    background: #fff;
    min-width: 240px;
    top: 130%;
    left: 0;
    right: 0px;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #f8f9fa;
    border-top: 5px solid var(--theamColor);
    border-radius: 4px;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 115%;
}

.dropdown .dropdown-item {
    padding: 13px 20px;
    border-bottom: 1px solid #eee;
    background: transparent;
    font-weight: 400;
    color: #555;
}

.dropdown .dropdown-item:hover {
    color: var(--theamHoverColor);
}

#navbar-main .nav-link:hover,
#navbar-main .active .nav-link {
    color: var(--theamHoverColor);
}

.header-top-left a {
    margin-right: 8px;
    color: #fff;
}

.header-top-left a:hover {
    margin-right: 9px;
    color: #e7e7e7;
}

.footer {
    background: #151617;
    padding-top: 89px;
}

.footer h3 {
    color: #e4e4e4;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-widget {
    padding: 0px 10px;
    line-height: 35px;
}

.footer-widget ul li a {
    color: #777777;
    font-size: 14px;
}

.footer-widget ul li a:hover {
    color: var(--theamHoverColor);
}

.footer-widget p {
    color: #777777;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 50px;
    line-height: 25px;
}

.section-gap {
    padding: 60px 0;
}

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

@media (max-width: 990px) {
    .footer-widget {
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .footer-social-media a {
        margin-top: 15px;
        float: left !important;
    }
}

.footer-social-media a {
    float: right;
    margin-right: 15px;
    color: #fff;
}

.footer-social-media a:hover {
    color: #e7e7e7;
}

.footer-button-section {
    border-top: 1px solid #292929;
    padding-top: 15px;
}

.top-section {
    position: relative;
}

.top-banner {
    overflow: hidden;
    min-height: 550px !important;
    background-size: cover !important;
    background-position: 100% 100% !important;
}

.top-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.about-service p {
    color: #615e5e;
}

.btn-booking {
    color: #fff;
    background: var(--theamColor);
    border-color: var(--theamColor);
}

.btn-booking:hover {
    color: #fff;
    background: var(--theamHoverColor);
    border-color: var(--theamHoverColor);
}

.btn-booking:focus {
    color: #fff;
}

.btn-full-round {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.top-area p {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.top-service .single-item {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.single-item p {
    color: #6c757d;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 15px 0px 15px;
}

.top-service .single-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.single-item .thum {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-item {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.single-item .thum img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-item h4 {
    margin: 20px 0px 7px 0;
    font-size: 19px;
    padding: 0px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-item:hover .thum img {
    transform: scale(1.10) rotate(-3deg);
}

.new-team .single-item {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.new-team .single-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.new-team a {
    margin-left: 15px;
}

.new-team .single-item h4 {
    margin-top: 10px !important;
}

.btn-booking-white {
    background: #EEF1F4;
    font-weight: 600;
}

.btn-booking-white:hover {
    color: var(--theamHoverColor);
}

.btn-booking-white:focus {
    box-shadow: none !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--theamColor);
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--theamHoverColor);
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0px;
}

.client-single-testimonial {
    background-color: #ffffff;
    border: 1px solid #f6f6f6;
    padding: 19px 10px 10px 18px;
    transition: all 0.3s ease 0s;
}

.top-client-testimonial .desctiotion {
    padding-left: 20px;
}

.client-single-testimonial p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    min-height: 70px;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.client-single-testimonial .thum {
    width: 130px;
}

.star .checked {
    color: #faca51;
}

.single-service .thum img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-service {
    background: #fff;
    margin-top: 30px;
    border: 1px solid #f6f6f6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.single-service .details h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single-service .details p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.single-service:hover {
    box-shadow: 0px 10px 30px 0px rgb(60 64 143 / 20%);
}

.single-service .thum img {
    width: 100% !important;
}

.single-service .details .single-service-info li {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.single-service .details .single-service-info li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.single-service .details {
    padding: 21px;
}

.single-service .details li span {
    color: #6c757d;
    font-size: 14px;
}

.single-our-team {
    background: #fff;
    margin-top: 30px;
    border: 1px solid #f6f6f6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.single-our-team .details p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.s .single-our-team:hover {
    box-shadow: 0px 10px 30px 0px rgb(60 64 143 / 20%);
}

.single-our-team .thum img {
    width: 100% !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;
    height: 260px;
}

.single-our-team .details .service-list li {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.single-our-team .details .service-list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.single-our-team .details {
    padding: 21px;
}

.single-our-team .details li span {
    color: #6c757d;
    font-size: 14px;
}

.single-our-team .details .star {
    color: var(--theamColor);
}

.photo-gallery .single-photo-gallery {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top-about-us {
    background: #fff;
}

.single-about-us .about-service-quality i {
    color: var(--theamColor)
}

.single-about-us .about-us-head {
    margin-top: 10px;
    color: var(--theamColor);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

.single-about-us h2 {
    padding-bottom: 5px;
    width: 60%;
}

.single-about-us p {
    color: #6c757d;
    font-size: 16px;
}

.single-about-us img {
    width: 100%;
    border-radius: 10px;
}

.single-about-us .about-us-details {
    padding-left: 50px;
}

.single-about-us .btn-booking-white {
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
    .single-about-us .about-us-details {
        padding-left: 15px;
    }

    .single-about-us h2 {
        width: 100%;
    }
}

.contact-address .single-contact .icon i {
    font-size: 27px;
    padding: 9px 21px;
    color: var(--theamColor);
}

.contact-us-email input {
    height: 50px;
}

.appoinment-booking-area .support-man-icon i {
    color: #777777;
}

.single-contact {
    min-height: 70px;
}

.website-service-summary {
    margin-top: -120px;
    margin-bottom: 80px;
}

.website-service-summary .single-item-service-summary {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
    position: relative;
    height: 100%;
}

.website-service-summary .icon-background {
    height: 67px;
    width: 72px;
    border-radius: 148px 89px 93px 105px;
    padding: 12px 10px 6px 14px;
}

.website-service-summary .icon-background i {
    font-size: 50px;
}

.website-service-summary .text-count {
    font-size: 38px !important;
    font-weight: 600;
    margin-bottom: -6px;
}

.website-service-summary .text-total-service-count {
    color: #DF2475;
}

.website-service-summary .icon-total-service {
    background: #df24750d;
}

.website-service-summary .icon-total-service img {
    padding-left: 4px;
}

.website-service-summary .text-service-title {
    font-size: 18px !important;
    font-weight: 400;
}

.website-service-summary .single-item-service-summary-content {
    padding-left: 15px;
}

.website-service-summary .ico-background-exp-staff {
    background: #716bf10d;
}

.website-service-summary .text-exp-staff-count {
    color: #716BF1;
}

.website-service-summary .ico-background-satisfied-client {
    background: rgba(255, 164, 47, 0.05);
}

.website-service-summary .text-satisfied-client-count {
    color: #FFA42F;
}

.website-service-summary .ico-background-done-service {
    background: rgba(106, 176, 76, 0.05);
}

.website-service-summary .text-done-service-count {
    color: #6BB04D;
}

.website-service-summary .ico-background-done-service img {
    padding-left: 5px;
    padding-top: 5px;
}


.read-more {
    padding: 15px;
}

.section-service-details {
    background: #fff;
}

.service-details {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

.service-details .details h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-details .thum img {
    width: 100% !important;
    border-radius: 5px;
}

.service-details .details .service-details-info li {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.service-details .details .service-details-info li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.service-details .details {
    padding: 21px;
}

.service-details .details li span {
    color: #6c757d;
    font-size: 14px;
}

.support-card {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
    position: relative;
}

.section-team-details {
    background: #fff;
}

.team-details .details h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-details .thum img {
    width: 95% !important;
    border-radius: 5px;
}

.top-service .single-item {
    background: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.top-service .star {
    padding: 0px 15px;
    margin-bottom: -10px;
}

.single-item p {
    color: #6c757d;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 15px 0px 15px;
}

.staff-related-service .single-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.staff-related-service .single-item {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.contact-details .address {
    width: 80%;
    text-align: justify;
}

.accordion-body {
    padding-top: 0px;
}

.accordion-item {
    background-color: #f7f7fe00;
    border: none;
    border-top: 1px solid #E5ECF4;
    border-bottom: 1px solid #E5ECF4;
    border-radius: 0px;
}

.accordion-button {
    background-color: #f7f7fe00;
    padding: 2rem 1.25rem;
}

.accordion-button .collapsed {
    border-left: 0px solid !important;

}

.accordion-button:not(.collapsed) {
    color: var(--theamColor);
    background-color: #f7f7fe00;
    ;
    box-shadow: none;
    border-left: 3px solid var(--theamColor);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    border-left: 3px solid var(--theamColor);
}

.single-faq button {
    font-size: 18px;
}

.single-faq p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.expertise-staff-section .header-expertise p {
    color: var(--theamColor);
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
}

.expertise-team .single-item {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.expertise-team .single-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.expertise-team a {
    margin-left: 15px;
}

.expertise-team .single-item h4 {
    margin-top: 10px !important;
}

.section-client-say {
    background: #fff;
    margin-bottom: -22px;
    padding-top: 35px;
    padding-bottom: 100px;
}

.section-client-say .header-client-say p {
    color: var(--theamColor);
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.client-say-about-us .thum {
    width: 80px;
    margin-bottom: 10px;
}

.client-say-about-us img {
    border-radius: 100px;
}

.client-say-about-us .desctiotion {
    margin-bottom: 20px;
}

.client-say-about-us .desctiotion p {
    font-size: 18px;
    line-height: 32px;
}

.client-say-about-us .desctiotion h4 {
    font-size: 25px;
}

.service-details-top-services .star {
    padding: 0px 15px;
}

hr {
    opacity: 0.15;
}

.top-service p {
   min-height: 75px;
}
.new-team p{
    min-height: 50px;
}

.single-service-services p{
    min-height: 90px;
}

.expertise-staff-section p{
    min-height: 50px
}
.single-our-team p{
    min-height: 50px;
}

.single-service-voucher .thum img{
    height: 300px;
    object-fit: cover;
}
.top-service .thum img {
    height: 260px;
    object-fit: cover;
}
.new-team .thum img{
    height: 260px;
    object-fit: cover;
}
.single-service-services .thum img{
    height: 260px;
    object-fit: cover;
}

.staff-related-service .thum img{
    height: 260px;
    object-fit: cover;
}

.service-details-top-services .thum img{
    height: 260px;
    object-fit: cover; 
}

.expertise-staff-section .thum img{
    height: 260px;
    object-fit: cover;
}

.single-our-team .thum img{
    height: 260px;
    object-fit: cover;
}

.table>:not(:first-child){
    border-top:none !important;
}


.visibility-hidden {
 visibility: hidden;
 /* opacity: 0.4; */
}


#isPaymentTypeBank a {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}

.cusotm_cols.desktop_view.booking_status {
    margin-left: auto;
    padding-right: 20px;
    color: #fff;
    font-weight: 400;
}

section.bg-theme-gradient.theme-section.user_panel {
    height: 100%;
}



.xdsoft_option {
    color: #000;
}