@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&family=Lexend:wght@200;300;400;500;600;700;800&display=swap');

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}


.navbar-light .navbar-nav .nav-link {
  color: #000;
    font-size: 20px;
    font-family: Inter;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-left: 25px;
}

.nav-signup-button {
    display: flex;
    align-items: center;
    border: 1px solid #18afa0;
    border-radius: 6px;
    overflow: hidden;
}
.navbar-light .navbar-nav .nav-signup-button a {
    /*padding: 10px 17px;*/
    font-size: 18px;
    /*display: flex;*/
    align-items: center;
    margin-left: 0;
    text-transform: inherit;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-signup-button .btn {
    /*padding: 10px 17px;*/
    font-size: 18px;
    /*display: flex;*/
    align-items: center;
    margin-left: 0;
    text-transform: inherit;
    font-weight: 500;
    border-radius: 0;
    line-height: 0;
}

.navbar-light .navbar-nav .nav-dark-button {
    background: #18AFA0;
    color: #fff;
}

.navbar-light .navbar-nav .nav-light-button {color: #000;}

.navbar-light .navbar-nav .nav-signup-button .btn span {
    padding-right: 6px;
}



.navbar-light .navbar-nav .nav-signup-button {
    color: #fff;
}
header .navbar {
    transition: all 0.05s;
    padding: 35px 0;
}
header.scrolled-header .navbar {
    background: rgb(255 255 255 / 95%);
    box-shadow: 0px 0px 12px #00000059;
    transition: all 0.3s;
    padding: 10px 0;
}
/*******************/
.banner {
    /* padding: 135px 0px 165px; */
    position: relative;
    height: 1050px;
    display: flex;
    align-items: center;
}

/* .banner:after {
    content: "";
    background: url(../img/banner-right.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 41%;
    height: 100%;
    z-index: -1;
    background-size: cover;
} */
.banner .row {
    align-items: center;
}

.banner-img img {
    position: absolute;
    right: 0;
    top: 0;
}
.banner-content h1 {
    color: #000000;
    font-size: 79px;
    font-family: Lexend;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 17px;
}

.banner-content h3 {
    color: #000000;
    font-size: 26px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    margin-bottom: 39px;
}

.banner-content button {
    padding: 16px 30px;
    background: #18AFA0;
    border-color: #18AFA0;
    color: #FFF;
    font-size: 20px;
    font-family: Lexend;
    font-weight: 600;
    line-height: 117%;
    text-transform: capitalize;
    border-radius: 6px;
}
.banner-content button:hover {
    background: #18AFA0;
    border-color: #18AFA0;
}

.banner-book-session {
    background: #18AFA0;
    padding: 50px 35px;
    display: inline-block;
    position: absolute;
    right: 10%;
    bottom: -5%;
    text-align: center;
    width: 100%;
    max-width: 519px;
}

.banner-book-session h4 {
    color: #FFF;
    font-size: 28px;
    font-family: Lexend;
    font-weight: 600;
    line-height: 117%;
    text-transform: capitalize;
    margin-bottom: 10px;
} 
.banner-book-session p {
    color: #FFF;
    font-size: 20px;
    font-family: Lexend;
    font-weight: 600;
    line-height: 117%;
    text-transform: capitalize;
    margin: 0;
}
.we-offer {
    padding: 100px 0px;
}

.title {
    text-align: center;
    margin-bottom: 60px;
}

.title h2 {
    color: #000;
    text-align: center;
    font-size: 72px;
    font-family: Lexend;
    font-weight: 800;
    line-height: 120%;
}
.title p {
    color: var(--foundation-light-light-900, #5C6160);
    text-align: center;
    font-size: 24px;
    font-family: Inter;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    margin-top: 20px;
}

.ofer-card img {
    width: 100%;
}

.ofer-card {
    position: relative;
    margin-bottom: 30px;
}

.ofer-caption {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.ofer-caption h2 {
    color: #FFF;
    font-size: 32px;
    font-family: Inter;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.ofer-caption a {
    color: #FFF;
    font-size: 18px;
    font-family: Inter;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
}

.ofer-caption a img {
    width: auto;
    padding-left: 10px;
}
.choose-us {
    background-image: url(../img/why-us-bg.jpg);
    padding: 100px 0px;
    background-size: cover;
}

.choose-card {
    border-radius: 24px;
    border: 1px solid #b0bebdbd;
    padding: 35px 25px;
    text-align: center;
    margin-bottom: 30px;
}


.choose-card-img {
    height: 90px;
}
.choose-card h2 {
    color: #FFF;
    font-size: 32px;
    font-family: Lexend;
    font-weight: 800;
    line-height: 120%;
    margin: 20px 0;
}

.choose-card p {
    color: #E8F7F6;
    text-align: center;
    font-size: 18px;
    font-family: Inter;
    line-height: 160%;
    margin: 0;
    font-weight: 400;
}
.choose-card p span {
    font-weight: 700;
}
.choose-us .title h2 {
    color: #FFF;
}
.what-card-img img {
    width: 100%;
}

.what-card-contant h2 {
    color: var(--foundation-light-light-900, #5C6160);
    font-size: 18px;
    font-family: Inter;
    font-weight: 500;
    line-height: 140%;
}

.what-card-contant h3 {
    color: #000;
    font-size: 22px;
    font-family: Lexend;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 62px;
}

.what-card-contant a {
    color: var(--foundation-primary-primary-500, #1BAEA0);
    font-size: 18px;
    font-family: Inter;
    font-weight: 800;
    line-height: 120%;
    position: absolute;
    bottom: 0;
    text-decoration: none;
}
.what-card-contant a img {
    padding-left: 10px;
}



.what-card-contant {
    margin-top: 22px;
}

.what-card {
    height: 100%;
    position: relative;
    margin-bottom: 30px;
}

.what-new {
    padding: 100px 0px;
}
.gmap-section {
    margin-bottom: -5px;
}
.gmap-section iframe {
    width: 100%;
    height: 719px;
}
.newslatter {
    background-image: url(../img/choose-banner.png);
    background-size: cover;
    padding: 100px 0px;
    padding-bottom: 130px;
    position: relative;
    z-index: 1;
}

.newslatter .title h2 {
    color: #FFF;
}

.newslatter .title p {
    color: #ffff;
    margin: 0;
}

.newsletter-form input {
    height: 70px; 
    border-radius: 50px;
    background: #FFF;
    color: #000;
    font-size: 18px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 100%;
    padding: 0 36px;
    width: 100%;
    min-width: 0;
}

.newsletter-form button {
    background: #18AFA0;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-family: Lexend;
    font-weight: 600;
    line-height: 100%;
    width: 100%;
    border-color: #18AFA0;
    padding: 22px 0;
    border-radius: 50px;
}

.newsletter-form {
    max-width: 885px;
    margin: 20px auto;
    position: relative;
    z-index: 20;
}

.newsletter-form .form-control,
.newsletter-form .btn {
    pointer-events: auto;
    position: relative;
    z-index: 21;
}

.newsletter-form .form-control {
    width: 100%;
}

.newsletter-form .row.g-3 {
    gap: 16px;
}

/* Prevent legacy homepage popup markup from blocking page interactions */
popup,
.u-popup-container,
.u-popup-wrapper {
    display: none !important;
    pointer-events: none !important;
}

footer {
    padding-top: 65px;
}



.footer-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.footer-logo img {
    width: 100%;
}

.footer-soocial-link h2 {
    color: #000;
    font-size: 26px;
    font-family: Lexend;
    font-weight: 700;
    line-height: 124%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer-soocial-link h2 span {
    font-size: 8px;
    padding-right: 15px;
}

.footer-soocial-link ul {
    list-style: none;
    margin: 0;
}

.footer-card {
    width: 90%;
    text-align: center;
}

.footer-soocial-link ul li a {
    color: #000;
    font-size: 16px;
    font-family: Lexend;
    line-height: 41px;
    text-transform: capitalize;
    text-decoration: none;
}

.footer-soocial-link ul li {
    display: flex;
    align-items: baseline;
}

.footer-soocial-link ul li span {
    padding-right: 12px;
}

.footer-soocial-link ul li p {
    color: #000;
    font-size: 16px;
    font-family: Lexend;
    line-height: 28px;
    text-transform: capitalize;
    margin: 0;
}


.footer-soocial-link.last-link ul li {
    margin-bottom: 25px;
}

.footer-card ul li {
    padding: 0 3px;
}
.copy-right {
    text-align: center;
    border-top: 1px solid #E2E1E1;
    margin-top: 80px;
    padding: 24px 0;
}

.copy-right p {
    color: #000;
    font-size: 18px;
    font-family: Lexend;
    line-height: 29px;
    text-transform: capitalize;
    margin: 0;
}

.newsletter-form button:hover {
    background: #18AFA0;
    border-color: #18AFA0;
}

.making-content button:hover {
    background: #18AFA0;
    border-color: #18AFA0;
}

.navbar-light .navbar-nav .nav-dark-button:hover {
    color: #fff;
}

/*******Studios page start*********/
.inner-page-banner {
    height: 410px;
    display: flex;
    align-items: center;
    justify-self: center;
}

.inner-page-banner p {
    margin: 0;
}
.studios-banner {
    background-image: url(../img/choose-banner.png);
    background-size: cover;
}
.studios-banner-content {
    text-align: center;
}

.studios-banner-content h1 {
    color: #FFF;
    font-size: 79px;
    font-family: Lexend;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
}

.studios-banner-content p {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
}
.studios-room {
    padding: 50px 0 100px;
    border-bottom: 1px solid #DDD;
}
.find-studio {
    border-radius: 8px;
    border: 1px solid var(--foundation-dark-dark-50, #E6EAEA);
    padding: 15px;
}

.find-studio h2 {
    color: #000;
    font-size: 32px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.find-studio-select h3 {
    color: #000;
    font-size: 18px;
    font-family: Inter;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.find-studio-select select {
    border-radius: 6px;
    border: 1px solid var(--foundation-light-light-500, #DBE6E5);
    padding: 15px 12px;
    color: #6D7C89;
    font-size: 16px;
    font-family: Inter;
    line-height: 160%;
    text-transform: capitalize;
}

.studio-radio-button h4 {
    color: #000;
    font-size: 18px;
    font-family: Inter;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.studio-radio-button .form-check-input {
    width: 24px;
    height: 24px;
    border: 1px solid #DBE6E5;
    color: #6D7C89;
    text-align: center;
    font-size: 16px;
    font-family: Inter;
    text-transform: capitalize;
    margin-right: 11px;
    margin-top: 0;
    cursor: pointer;
}

.studio-radio-button .form-check {
    color: #6D7C89;
    font-size: 16px;
    font-family: Inter;
    line-height: 160%;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.form-check-input:focus {
    box-shadow: none;
    outline: none;
}
.studio-radio-button .form-check-input:checked {
    background-color: #1BAEA0;
    border-color: #1BAEA0;
}

.studio-radio-button button.btn.btn-success {
    background-color: #1BAEA0;
    border-color: #1BAEA0;
    padding: 13px 12px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    width: 100%;
    border-radius: 6px;
    margin-top: 20px;
}

.studio-radio-button {
    margin-top: 25px;
}

.dj-studio-title h2 {
    color: #000;
    font-size: 26px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
}

.dj-studio-title p {
    color: #6D7C89;
    font-size: 14px;
    font-family: Inter;
    line-height: 160%;
    text-transform: capitalize;
    margin: 0;
}

.dj-studio-title p span {
    padding-right: 5px;
}

.dj-studio-title {
    border-bottom: 1px solid #E6EAEA;
    padding-bottom: 22px;
    margin-bottom: 26px;
}

.open-book-card {
    border-radius: 24px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    padding: 22px;
    margin-bottom: 30px;
}

.open-book-card-img img {
  border-radius: 10px;
    width: 100%;
}

.open-book-card-img h2 {
    color: #FFF;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    position: absolute;
    border-radius: 8px 0px;
    background: #D99A12;
    padding: 11px 16px;
    left: 0;
    top: 0;
}

.open-book-card-img {
    position: relative;
    overflow: hidden;
}

.open-book-card-contant h3 {
    color: #18AFA0;
    font-size: 24px;
    font-family: Inter;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
}

.open-book-card-contant p {
    color: #6D7C89;
    font-size: 12px;
    font-family: Inter;
    line-height: 160%;
    text-transform: capitalize;
    margin: 0;
}

.open-book-card-contant {
    margin-top: 20px;
}

.open-book-card-contant p span {
    padding-right: 10px;
}

.room-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 33px;
}

.room-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}



.open-book-card-contant h4 {
    color: #000;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
    margin: 0;
    padding-left: 7px;
}

.room-list ul li {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.room-list ul li h4 strong {
    color: #18AFA0;
    padding-left: 2px;
}
.open-book-card-contant h2 {
    color: #000;
    font-size: 22px;
    font-family: Lexend;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}
.open-book-card-contant h6 {
    color: #292D32;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
}
.login-bbok-button {
    text-align: center;
}
.login-bbok-button button.btn.Learn-link {
    color: #18AFA0;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    margin-top: 20px;
    padding: 0;
    line-height: normal;
    text-decoration: underline;
    box-shadow: unset;
}
.login-bbok-button button.btn.btn-success {
    background-color: #1BAEA0;
    border-color: #1BAEA0;
    padding: 13px 12px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    width: 100%;
    border-radius: 6px;
    margin-top: 20px;
}

.login-bbok-button button span {
    padding-right: 12px;
}

/*******Studios page end*********/

/*******about page start*********/
.about-banner {
    background-image: url(../img/about-banner.png);
    padding: 182px 0px;
    background-size: cover;
}
.about-dreams {
    padding: 108px 0px;
}
.about-card-content {
    padding-right: 15px;
}
.about-card-content h2 {
    color: #000;
    font-size: 30px;
    font-family: Lexend;
    font-weight: 700;
    line-height: 160%;
    text-transform: capitalize;
    margin-bottom: 27px;
}

.about-card-content p {
    color: #000;
    font-size: 20px;
    font-family: Inter;
    font-weight: 500;
    line-height: 172%;
}

.about-card-img img {
    width: 100%;
}
.choose-card button.btn.btn-success {
    padding: 12px 24px;
    background-color: #1BAEA0;
    border-color: #1BAEA0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    margin-top: 15px;
}
.about-list {
    background-image: url(../img/about-list-bg.jpg);
}
.about-list .choose-card {
    padding: 10px 20px;
    height: 300px;
} 
.choose-card button.btn.btn-success img {
    margin-right: 7px;
}

.choose-us.about-list .choose-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.choose-us.about-list .choose-card h2 {
    font-size: 23px;
    font-weight: 700;
}
.about-list .choose-card p span {
    color: #1baea0;
}
/*******about page end*********/

/*********** Login modal ************/
.login-form-title h2 {
    color: #000;
    font-size: 32px;
    font-family: Lexend;
    font-weight: 800;
    line-height: 160%;
}

.login-form-title h2 span {
    padding-left: 7px;
}

.login-form-title p {
    color: #6D7C89;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    margin: 0;
}

.login-form .form-group label {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 6px;
}

.login-form .form-group .form-control, .form-control {
    border-radius: 7px;
    border: 1px solid #EBEBEB;
    background: #F0F5FA;
    color: #6D7C89;
    font-size: 16px;
    font-family: Inter;
    line-height: 160%;
    padding: 14px 20px;
}
label sup {
    color: #DF4E4E;
    font-size: 18px;
    top: -3px;
    font-weight: 500;
}
.modal-body .login-form .form-group {
    margin-bottom: 20px;
}

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

.login-checkbox label {
    color: #7E8A97;
    font-size: 16px;
    font-family: Inter;
    padding-left: 10px;
}

.login-checkbox a {
    color: #FF7622;
    font-size: 16px;
    font-family: Inter;
    text-decoration: none;
}

.sign-form-button button {
    background-color: #1BAEA0;
    border-color: #1BAEA0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    width: 100%;
    padding: 12px 0;
}

.sign-form-button h3 {
    color: #6D7C89;
    font-size: 16px;
    font-family: Inter;
    line-height: 160%;
    text-transform: capitalize;
    text-align: center;
    margin-top: 25px;
}

.sign-form-button h3 a {
    color: #18AFA0;
    text-decoration: none;
}

.modal-dialog-sm {
    max-width: 714px;
}

.login-modal .modal-content {
    border-radius: 24px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

.login-modal .modal-content .modal-body {
    padding: 60px 85px;
}

.login-modal .modal-header {
    padding: 0;
    margin: 0;
    border: 0;
}

.login-modal .modal-header button.btn-close {
    color: aquamarine;
    margin: 0;
}

.login-modal .modal-body .login-form .form-group:nth-child(2) {
    margin: 0;
    margin-bottom: 13px;
}

.login-form-title {
    margin-bottom: 30px;
}

.login-checkbox .form-check-input {
    width: 20px;
    height: 20px;
    border: 1px solid #DBE6E5;
}

.login-checkbox .form-check-input:checked {
    background-color: #1BAEA0;
    border-color: #1BAEA0;
}
.password-show {
    position: relative;
}

.password-show .toggle-password {
    position: absolute;
    right: 21px;
    bottom: 21px;
    color: #B4B9CA;
    font-size: 16px;
    cursor: pointer;
}
/*********** Login modal end ************/
/*********** Signup modal end ************/
.modal-dialog-big {
    max-width: 1015px;
}
.modal .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px 12px;
    z-index: 99;
}
.signup-modal .modal-body {
    padding: 35px 80px;
}
p.input-hint {
    margin: 0;
    margin-top: 13px;
    color: #A0AABB;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 160%;
}

.signup-modal .modal-content {
    border-radius: 24px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

.picker-icon.datepicker-icon .form-control {
    position: relative;
    z-index: 99;
    cursor: pointer;
    background: transparent;
}
.picker-icon.datepicker-icon {
    position: relative;
    background: #F0F5FA;
    border-radius: 7px;
}
.datepicker-icon span.input-icon {
    right: 0;
    left: unset;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
}
.datepicker {
    font-family: Inter;
}
.datepicker table {
   min-width: 260px;
}
.datepicker td, .datepicker th {
    font-size: 14px;
}
select.form-control {
    -webkit-appearance: none;
    position: relative;
    background: #F0F5FA url(../img/select-icon.png) no-repeat !important;
    background-position: 96% center !important;
}
/*********** Signup modal end ************/
/*********** Blog page ************/
.search-field{
    position: relative;
      
    }

    .search-field input {
        height: 55px;
        border: 1px solid #DBE6E5;
        padding: 10px 15px;
        color: #6D7C89;
        font-size: 16px;
        font-family: Inter;
        font-weight: 400;
        line-height: 160%;
        text-transform: capitalize;
    }

    .search-field .fa-search{

     position: absolute;
     top: 20px;
     right: 16px;
     color: #6D7C89;

    }
    .form-control:focus {
        box-shadow: 0 0 0 0.25rem rgb(24 175 160 / 25%);
        border-color: #18afa0;
    }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #1baea0;
        border-color: #1baea0;
    }
    .studio-radio-button .form-check-input.checkbox-input {
        width: 19px;
        height: 19px;
    }
    .blog-list-wrapper {
        padding: 50px 0;
        border-bottom: 1px solid #DDD;
    }
    .blog-list-section {
        padding-left: 10px;
    }
    .blog-list-card {
        margin-bottom: 50px;
    }
    .blog-list-card img {
        width: 100%;
        border-radius: 16px;
        margin-bottom: 20px;
    }
    
    h6.blog-time {
        font-size: 18px;
        font-family: Inter;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        color: #5C6160;
        margin-bottom: 10px;
    }
    
    .blog-list-card h3 {
        color: #000;
        font-size: 24px;
        font-family: Lexend;
        font-weight: 800;
        line-height: 120%;
        width: 100%;
        max-width: 445px;
        height: 87px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-bottom: 35px;
    }
    
    .without-bg-green-btn {
        font-size: 18px;
        font-family: Inter;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        color: #1BAEA0 !important;
        padding: 0;
        outline: none !important;
        box-shadow: none !important;
    }

    .without-bg-green-btn:hover {
        text-decoration: underline;
    }

    .without-bg-green-btn .fa {
        margin-left: 7px;
    }
  
/*********** Blog page end ************/

/*********** Blog detail page ************/
.blog-detail-wrapper {
    padding-left: 10px;
}

.blog-main-img img {
    max-width: 100%;
    border-radius: 16px;
    margin-bottom: 30px;
}  

.blog-detail-heading h2 {
    color: #000;
    font-size: 40px;
    font-family: Lexend;
    font-weight: 800;
    line-height: 143%;
    margin-bottom: 15px;
}

.blog-detail-wrapper h6.blog-time {
    margin-bottom: 25px;
}
.blog-detail-wrapper p {
    color: #323F4B;
    font-size: 17.5px;
    font-family: Inter;
    font-weight: 400;
    line-height: 172%;
    margin-bottom: 20px;
}
.blog-detail-content {
    padding-bottom: 30px;
}
.blog-detail-stats-card {
    padding: 31px 34px;
    border-radius: 24px;
    border: 1px solid #B0BEBD;
    background: #FFF;
    margin: 17px 0;
}
.blog-detail-stats-card p {
    color: #000;
    margin-bottom: 0;
    margin-top: 20px;
}

.blog-stats-title {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.blog-stats-title h3 {
    margin: 0;
    margin-left: 15px;
    color: #000;
    text-align: center;
    font-size: 32px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
}
.blog-author-detail-section {
    display: flex;
    align-items: center;
    padding: 19px 22px;
    border-radius: 9px;
    background: rgba(109, 124, 137, 0.08);
}

.blog-author-name {
    width: 40%;
    display: flex;
    align-items: center;
}

.author-icon {
    border-radius: 8px;
    background: rgba(24, 175, 160, 0.20);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #18AFA0;
    font-size: 20px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    margin-right: 14px;
}

.blog-author-name h5 {
    font-size: 20px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    margin: 0;
}

.blog-written-time {
    width: 30%;
}

.blog-author-detail-section p {
    color: #6D7C89;
    font-size: 14px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-transform: capitalize;
}

.blog-written-time p {
    color: #6D7C89;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 160%;
    text-transform: capitalize;
    margin: 0;
}

.blog-written-time p span {
    font-weight: 700;
    padding-right: 5px;
}
button.btn.blog-share-btn {
    margin: 0 6px;
    padding: 0;
}

.blog-share-field {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.blog-comment-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-comment-title {
    display: flex;
    align-items: center;
}

.blog-comment-title img {
    margin-right: 14px;
}

.blog-comment-title h5 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    margin: 0;
}

button.btn.comment-submit-btn {
    width: 95px;
    height: 41px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    background: #1BAEA0;
    color: #FFF;
    font-size: 16px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
}
.blog-comment-form textarea.form-control {
    height: 104px;
    margin-top: 10px;
    border-radius: 12px;
    border: 1px solid #B0BEBD;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 160%;
    padding: 12px 18px;
}
.comment-list-table .table thead th {
    background: #000;
    color: #FFF;
    font-size: 18px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    height: 47px;
    padding: 0px 15px;
    vertical-align: middle;
    white-space: nowrap;
}

.comment-list-table .table thead th:first-child {
    border-radius: 12px 0 0 0;
}

.comment-list-table .table thead th:last-child {
    border-radius: 0px 12px 0px 0px;
}

.comment-list-table {
    margin: 30px 0;
}

.comment-list-table .table tbody td {
    color: #6D7C89;
    font-size: 14px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: capitalize;
    border: 1px solid #B0BEBD;
    vertical-align: middle;
}

.comment-author-name {
    display: flex;
    align-items: center;
}

.comment-author-name span {
    margin-left: 5px;
}
.blog-updated-time {
    text-align: right;
}

.comment-list-table .table tbody td.td_date {
    white-space: nowrap;
}
.comment-list-table .table tbody td.td_author_name {
    min-width: 165px;
}
/*********** Blog detail page end ************/
/*********** support page end ************/
.search-box{
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    max-width: 700px;
        margin: 25px auto 0;
      
    }
    .search-box .fa-search{
        position: absolute;
        top: 20px;
        right: 16px;
        color: #0d0d0d;
    }
    .form-control:focus {
        background: #F0F5FA;
    }
    .support-wrapper {
        background: #EDF3F8;
        padding: 70px 0;
    }
    .support-list-card {
        border-radius: 20px;
        border: 1px solid #CEDEEC;
        background: #FFF;
        box-shadow: 0px 50px 60px 0px rgba(138, 161, 181, 0.17);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px 30px;
        margin-bottom: 23px;
        transition: all 0.3s;
    }
    
    .support-list-card h3 {
        color: #18AFA0;
        text-align: center;
        font-family: Lexend;
        font-size: 32px;
        font-weight: 700;
        line-height: 119%;
        text-transform: capitalize;
        margin-bottom: 12px;
    }
    
    .support-list-card h6 {
        color: #323F4B;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        margin-bottom: 28px;
    }
    
    .faq-time {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    
    .faq-time p {
        margin: 0;
        color: #7E90A0;
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
    }
    
    .faq-time .fa {
        color: #66C9BF;
        margin-right: 6px;
    }
    
    a.view-detail-btn {
        height: 54px;
        padding: 5px 11px;
        flex-shrink: 0;
        width: 100%;
        border-radius: 6px;
        background: #1BAEA0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        font-family: Lexend;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        text-decoration: none;
    }
    .support-list-card:hover {
        background: #1BAEA0;
    }
    
    .support-list-card:hover h3 {
        color: #fff;
    }
    
    .support-list-card:hover h6 {
        color: #E8F7F6;
    }
    
    .support-list-card:hover .faq-time p, .support-list-card:hover .faq-time .fa {
        color: #E8F7F6;
    }
    
    .support-list-card:hover a.view-detail-btn {
        background: #fff;
        color: #1BAEA0;
    }
/*********** support page end ************/
/*********** support detail page ************/
.find-studio.find-faq {
    background: #FFF;
}

.find-studio.find-faq .form-control {
    background: #fff;
}
.studio-radio-button ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.studio-radio-button ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.faqs-count {
    display: flex;
    align-items: center;
}

.faqs-count span {
    color: #6D7C89;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    text-transform: capitalize;
    margin-right: 9px;
}

.studio-radio-button ul li .form-check {
    margin: 0;
}

.accordion-button::after {
    background-image: url(../img/plus-icon.svg);
    width: 25px;
    height: 25px;
    background-size: 25px;
    margin: 0;
    right: 25px;
    position: absolute;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/negative-icon.svg);
}

.accordion-button {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    padding: 24px 30px;
    border-radius: 20px !important;
    background: #fff;
    padding-right: 60px;
}

.accordion-item {
    margin-bottom: 16px;
    border-radius: 8px !important;
    border: 1px solid #CEDEEC !important;
    background: #FFF;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    color: #000;
}

.accordion-body {
    padding: 0px 30px 15px;
}

.accordion-body p {
    color: #323F4B;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 172%;
}
.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
/*********** support detail page end ************/

/*********** contact page ************/
.contact-wrapper {
    padding: 100px 0;
}
.contact-page-title h3 {
    color: #0B0B0B;
    font-family: Lexend;
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
}
.contact-page-title h3 {
    color: #0B0B0B;
    font-family: Lexend;
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
}

.contact-form-wrapper .form-group {
    margin-bottom: 18px;
}

.contact-form-wrapper .form-group .form-control {
    border-radius: 8px;
    border: 1px solid #DDE3E5;
    background: #FFF;
}

.contact-form-wrapper .form-group textarea.form-control {
    height: 105px;
}
button.btn.submit-btn {
    width: 100%;
    border-radius: 6px;
    background: #18AFA0;
    color: #FFF;
    font-family: Lexend;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    height: 59px;
}

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

.contact-details ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-details ul li span {
    margin-right: 12px;
    display: block;
    width: 24px;
}

.contact-details ul li p, .contact-details ul li a {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    text-decoration: none;
    margin: 0;
}
.contact-details {
    padding-left: 20px;
}
.contact-details ul li a {
    text-transform: lowercase;
}
.rules-list-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rules-list-wrapper ul li {
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #CEDEEC;
}

.rules-list-wrapper ul li p {
    margin: 0;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 170%;
}

.rules-list-wrapper ul li:last-child {
    border: 0;
}
.rules-list-wrapper ul li .icon {
    width: 25px;
    margin-right: 13px;
}
.rules-list-wrapper {
    padding: 40px 0px;
}
.main-rules {
    background: #18AFA0;
    padding: 50px 0;
}

.main-rules h5 {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 172%;
}

.send-query-info {
    padding: 50px 0;
    border-bottom: 1px solid #E2E1E1;
}

.send-query-info p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 172%;
}

.send-query-info p a {
    color: #18AFA0;
}
.rules-list-wrapper ul li p {
    font-size: 16px;
    line-height: 165%;
}
.rules-list-wrapper ul li {
    padding: 13px 0;
}
/*********** contact page end ************/

/*********** privacy policy and terms and conditions page ******************/
.privacy-policy-wrapper {
    background: #EDF3F8;
    padding: 60px 0;
}
.policy-info-heading {
    padding-bottom: 30px;
}

.policy-info-heading h6 {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 172%;
    margin-bottom: 25px;
}

.policy-content-card {
    padding: 60px 70px;
    border-radius: 24px;
    border: 1px solid #CEDEEC;
    background: #FFF;
}
.policy-content-card h4 {
    color: #000;
    font-family: Lexend;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 15px;
}

.policy-content-card p {
    color: #323F4B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 172%;
}
.policy-content-card a {
    color: #18AFA0;
}

.policy-info-heading a {
    color: #18AFA0;
}
.text-italic {
    font-style: italic !important;
}
.policy-content-card h5 {
    color: #323F4B;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 172%;
}

.privacy-content-list {
    margin-bottom: 40px;
}

.privacy-content-list {
    margin-bottom: 40px;
}

.privacy-content-list h3 {
    color: #000;
    font-family: Lexend;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}

.text-green {
    color: #18AFA0 !important;
}

ul.numberic_list {
    list-style: auto;
}
.privacy-content-list ul {
    padding-left: 20px;
}
.privacy-content-list ul li {
    padding-left: 10px;
    color: #323F4B;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 10px;
}
ul.numberic_list-small {
    list-style: auto;
}
.privacy-content-list .numberic_list-small li {
    font-size: 14px;
}
.privacy-content-list ul.no-list-style {
    list-style: none;
    padding: 0;
}
.numberic_list-lower {
    list-style: lower-alpha;
}

.privacy-content-list .numberic_list-lower li {
    font-size: 14px;
}
.privacy-content-list ul.roman-list-style {list-style: lower-roman;}
/*********** privacy policy and terms and conditions page end ******************/
/*******Book studio modal start************/
.book-studio-title {
    text-align: center;
}

.book-studio-title h2 {
    color: #000;
    font-family: Lexend;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%;
}

.book-studio-title h3 {
    color: #1F1F1F;
    font-family: Lexend;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%;
}

.book-rate-list {
     margin-top: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .book-rate-list li {
    border-radius: 100px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    margin: 0 6px;
}

.book-rate-list li h3 {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    margin-left: 10px;
}

 .book-rate-list li h3 span {
    color: #18AFA0;
}
.book-studio-form {
    max-width: 450px;
    margin: auto;
}

.book-studio-list {
    margin-bottom: 50px;
}

.book-studio-row-content .form-group label {
    color: #000;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.back-next-button {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    width: 450px;
    margin-top: 20px;
}

.back-next-button button {
    border-radius: 6px;
    text-align: center;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    padding: 12px 0px;
    border: 2px solid #1BAEA0;
    text-decoration: none;
    width: 49%;
    display: block;
}
.back-next-button button:hover {
    border-color: #1BAEA0;
}
.back-next-button .btn-check:focus+.btn-primary, .back-next-button .btn-primary:focus{
    background-color: #1BAEA0;
    border-color: #1BAEA0;
    box-shadow: unset;  
}

.back-next-button button#next_button {
    background: #1BAEA0;
}

.back-next-button button#back_button {
    color: #1BAEA0;
}
.Book-studio-modal-main .modal-content {
    border-radius: 24px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

.modal.Book-studio-modal-main .btn-close {
    right: 11px;
    top: 13px;
}

.Book-studio-modal-main .modal-body {
    padding: 88px 0px;
    overflow-x: hidden;
}
.datepicker-icon i.gj-icon {
    display: none;
}
.time-zone {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
}

.time-zone li {
    display: flex;
    align-items: center;
    margin: 0 7px;
}

.time-zone li h3 {
    margin: 0;
    color: #6D7C89;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-left: 6px;
}

.time-zone li button {
    border-radius: 4px;
    background: #E8F7F6;
    color: #18AFA0;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    border-color: #E8F7F6;
    padding: 6px 14px;
}
.date-banner .carousel-inner {
    height: 60px;
    max-width: 300px;
    margin: auto;
}

.date-banner {
    border-radius: 7px;
    border: 1px solid #EBEBEB;
    background: #F0F5FA;
    height: 60px;
}

.date-banner .carousel-inner .carousel-caption {
    padding: 0;
    bottom: 0;
    top: 14px;
   
    max-width: 373px;
}

.date-banner .carousel-inner .carousel-caption h5 {
    color: #6D7C89;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.sessoin-list-time {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sessoin-list h2 {
    color: #000;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 14px;
}
.book-title2 {
    color: #000;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 14px;
}
.duration-title p {
    font-family: Lexend;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #6D7C89;
}

.sessoin-list {
    margin-top: 34px;
}

.sessoin-list-time li {
    width: 32%;
    margin-bottom: 10px;
}
.sessoin-list-time li .btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .sessoin-list-time li .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    background-color: #1BAEA0;
    border-color: #1BAEA0;
}

.sessoin-list-time li .btn {
    border-radius: 7px;
    border: 1px solid #EBEBEB;
    background: #F0F5FA;
    padding: 10px;
    color: #6D7C89;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width: 100%;
}

.session-last-card {
    border-radius: 10px;
    border: 1px solid #E0E8F0;
    background: #F0F5FA;
    padding: 30px;
}

.additional-session {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.additional-session li {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.additional-session li h3 {
    margin: 0;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    text-transform: capitalize;
    color: #000000;
    margin-left: 10px;
}

.additional-session li h3 span {
    color: #18AFA0;
}
.book-last-room {
    padding: 0 24px;
}
.additional-people ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #E0E8F0;
    background: #F0F5FA;
    padding: 23px 28px;
    align-items: center;
}

.additional-people ul h3 {
    color: #000;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin: 0;
}

.additional-people ul li {}

.additional-checkbox {
    display: flex;
    align-items: center;
}

.additional-checkbox label {
    border-radius: 7px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    color: #6D7C89;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 12px 24px;
}

.additional-checkbox-one {
    margin: 0 4px;
}

.Clear-button button.btn.btn-link {
    color: #18AFA0;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration-line: underline;
}

.additional-people {
    margin-top: 26px;
}

.count-payment {
    text-align: center;
    margin-top: 20px;
}

.count-payment h3 {
    margin: 0;
    color: #18AFA0;
    font-family: Inter;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
.payment-method-title h2 {
    color: #000;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.payment-method-card {
    border-radius: 10px;
    border: 1px solid #E0E8F0;
    background: #F0F5FA;
    overflow: hidden;
}

.payment-method-card h2 {
    color: #000;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin: 0;
    background: #E0E8F0;
    padding: 12px 0px;
}

.payment-method-body {
    padding: 22px;
}

.payment-method-body .form-group {
    margin-bottom: 7px;
}

.payment-method-body .form-group .form-control {
    background-color: #fff;
}

.payment-method-body  select {
    border-radius: 7px;
    border: 1px solid #EBEBEB;
    color: #000;
    font-size: 16px;
    font-family: Inter;
    line-height: 160%;
    padding: 14px 20px;
}

.card-stripe {
    display: flex;
    align-items: center;
    border-radius: 33px;
    background: #BDE5F8;
    padding: 5px 12px;
    margin-top: 14px;
}

.card-stripe h3 {
    margin: 0;
    color: #2270B5;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-left: 8px;
}

.payment-method-form {
    margin-top: 50px;
}
.information-accept label {
    color: #7E8A97;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 8px;
}

.information-accept .form-check .form-check-input {
    width: 20px;
    height: 20px;
    border: 2px solid #B8C2CB;
    margin-top: 2px;
}

.information-accept {
    margin-top: 15px;
    margin-bottom: 37px;
}
/*******Book studio modal end************/


#loader {
    /* Styles for the loader */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232323;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #loader img {
    width: 250px;
}

/**************/


.careers-page-table table td {
    color: #292D32;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    background-color: #fff;
    vertical-align: middle;
    padding: 12px 20px;
	white-space: nowrap;
}

.careers-page-table table thead th {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    padding: 10px 20px;
  background-color: #18AFA0;
}

.view-button button {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration: none;
    margin-right: 5px;
}

.view-button button img {
    margin-right: 5px;
}

button.btn.btn-success.success-button {
    border-radius: 6px;
    border: 1px solid #C7D1D0;
    background: #FFF;
    color: #292D32;
	
}

button.btn.btn-link.apply-button {
    border-radius: 6px;
    background: #18AFA0;
    border-color: #18AFA0;
    color: #FFF;
}


.job-opening-form .form-group {
    border-bottom: 1px solid #E6E6E6;
    margin: 0 !important;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.job-opening-form .form-group .form-control {
    border-radius: 0;
    border: 0 !important;
    background: #FFF;
    width: calc(100% - 145px);
    padding: 0 !important;
}
.job-opening-form .form-group textarea.form-control {
    resize: none;
}
.login-form.job-opening-form .form-group label {
    margin: 0;
    color: #18AFA0;
    font-size: 16px;
    width: 145px;
    text-align: left;
    padding-right: 20px;
}

.sign-form-button.career-form-btn {
    margin-top: 40px;
}

.sign-form-button.career-form-btn button {
    background-color: #1BAEA0 !important;
    border-color: #1BAEA0 !important;
}

.job-opening-form .form-group.no-border {
    border: 0;
    align-items: flex-start;
}

.avatar-upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-img .avatar-upload__btn {
    padding: 10px 20px;
}
.avatar-upload__btn {
    padding: 5px 8px;
    border-radius: 4px;
    border: 1px solid #AAA;
    background: linear-gradient(180deg, #FFF 0%, #EFEFEF 100%);
    color: #18AFA0;
    font-family: Inter;
    font-size: 13px;
    font-weight: 600;
    line-height: 115%;
}
.avatar-upload__input {
    position: absolute;
    top: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    right: 0;
}
.upload-img .avatar-upload__btn i {
    margin-right: 6px;
}
.sign-form-button button:hover {
    background-color: #1BAEA0;
    border-color: #1BAEA0;
}

/*******************/
.learn-more-title h5 {
    color: #6D7C89;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.learn-more-title h2 {
    color: #000;
    font-family: Lexend;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%;
}

.learn-more-title h2 span {
    color: #18AFA0;
}

.learn-more-title {
    text-align: center;
}

.slide-lern-more {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #E0E8F0;
    background: #F0F5FA;
}
.features-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 10px;
    background: #F0F5FA;
    overflow: hidden;
}

.features-list ul li {
    display: flex;
   
    border-bottom: 1px solid #D5DFE9;
}

.features-list ul li span {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    background: #18AFA0;
    width: 30%;
    display: flex;
    align-items: center;
    padding-left: 20px;
   
}
.features-list-p {
  padding: 10px 20px;
  width: 70%;
}
.features-list ul li p {
    margin: 0;
    color: #292D32;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.features-list {
    margin-top: 50px;
}

.features-list ul li:last-child {
    border: 0;
}

.locktion-road {
    padding: 28px 40px;
}

.locktion-road p {
    color: #292D32;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}

.locktion-card {
    margin-top: 15px;
    border-radius: 10px;
    border: 1px solid #E0E8F0;
    background: #F0F5FA;
    padding: 30px 0px;
}

.locktion-card .additional-session {
    margin-top: 20px;
}
.features-list h2 {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 29.7px */
    text-transform: capitalize;
    margin-bottom: 23px;
    text-align: center;
}
.login-modal.learnmore .modal-body {
    padding: 60px 60px;
}
.book-now-button {
    text-align: center;
    margin-top: 30px;
}

.book-now-button button.btn.btn-success {
    background-color: #1BAEA0;
    border-color: #1BAEA0;
    padding: 13px 12px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    border-radius: 6px;
    width: 206px;
}
.banner-content {
  margin-top: 50%;
}
.fixed-banner {
    position: absolute;
    right: -125px;
    max-width: 922px;
    top: 133px;
}
.home-banner-fixed:before {
    background: #EDF3F8;
    content: "";
    width: 596px;
    position: absolute;
    right: 0;
    height: 100%;
}

/**************/
.work-guide {
    background-image: url(../img/work-banner.jpg);
    padding: 100px 0px 100px 0px;
    background-size: cover;
}
.work-guide-card {
    border-radius: 32px;
    border: 1px solid #C7D1D0;
    padding: 30px;
    text-align: center;
    position: relative;
    width: 21.5%;
}

.work-guide-card h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 21px;
    font-weight: 700;
    margin-top: 20px;
}

.work-guide-card p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.work-guide-row {
    display: flex;
    justify-content: space-between;
}

.work-guide-card:before {
    background-image: url('../img/line-arrow.svg');
    width: 80px;
    height: 73px;
    content: "";
    position: absolute;
    right: -76px;
    background-size: cover;
    top: 40%;
}

.work-guide-card:last-child:before {
    background-image: unset;
}

.table-color-green {
    color: #1BAEA0;
}
.what-new.what-new-section .blog-list-card {
  margin-bottom: 0;
  height: 312px;
  overflow: hidden;
}

.what-new.what-new-section .blog-list-card img {
  height: 100%;
}
.inner-page-banner {
  width: 100%;
}
.blog-list-card-img {
  height: 300px;
  margin-bottom: 20px;
}

.blog-list-card-img img {
  height: 100%;
}
.open-book-card.open-book-card2 .open-book-card-img {
  height: 279px;
  border-radius: 8px;
}

.open-book-card.open-book-card2 .open-book-card-img img {
  height: 100%;
}

.studios-room .sessions {
  margin-top: 10px;
}
.studios-room .session {
  font-size: 14px;
  padding: 8px 6px;
}
button.btn.close-button2 {
  font-size: 19px;
  background-color: #18AFA0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  padding: 5px 30px;
  line-height: 0px;
}
.modal-body.forgat-content {
  text-align: center;
}
.modal-body.forgat-content .login-form-title {
  margin-bottom: 0;
}