:root {
     --manrope: 'Manrope', sans-serif;
     --inter : 'Inter', sans-serif;
}
 body{
     font-family: var(--inter);
     background: #F4F5F5;
}
 .radius{
     border-radius: 10px;
}
 .radiusbig{
     border-radius: 20px;
}
p{
     font-weight: 400;
     font-style: normal;
}
 h2{
     font-size: 64px;
     line-height: 77px;
     text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
     margin: 0;
}
 h3{
     font-size: 56px;
     line-height: 67px;
}
 h4{
     font-family: var(--inter);
     font-size: 32px;
     line-height: 39px;
}
 h5{
     font-size: 24px;
     line-height: 30px;
     letter-spacing: -0.03em;
}
 h6{
     font-weight: 700;
     font-size: 18px;
     line-height: 30px;
     color: #4F4F4F;
}
 p{
     line-height: 36px;
     color: #565B69;
}
 .sectionSpace{
     padding: 90px 0;
}
 .dataArea a, .card.plans .price, p, .headerMain .navbar .navbar-nav .nav-item .nav-link {
     font-size: 18px;
}
 h6, .welcomeSection button, .btnAreaJoin button, .dataArea, .cardContent p, .areaFooterForm input, .areaFooterForm textarea, .footerBtn, .btnAreaRight p, .appointmentWork h6, .personalDetails label, .personalDetails input, .personalDetails textarea {
     font-family: var(--manrope);
}
/* Header */
 .headerMain .container {
     max-width: calc(1690px - 90px);
    /* Use to match with Figma */
}
 .headerMain .navbar .navbar-nav .nav-item .nav-link {
     padding: 0 16px;
     font-weight: 400;
     color: #565B69;
}
 .headerMain .navbar .navbar-nav .nav-item .nav-link:hover, .headerMain .navbar .navbar-nav .nav-item .nav-link.active {
     color:#000;
}
 .headerMain .navbar .navbar-nav {
     margin-right: 70px;
}
 .dataArea a {
     font-weight: 500;
}
 .dataArea span {
     font-size: 13px;
     color: #565B69;
}
/* Banner */
 .mainBanner .carousel-control-prev, .mainBanner .carousel-control-next {
     display: none;
}
 .mainBanner img,
 .mainBanner video {
     max-height: 700px;
     object-fit: cover;
     pointer-events: none;
}
 .mainBanner .carousel-indicators {
     max-width: calc(1690px - 90px);
     margin: 0;
     padding: 0 15px;
     justify-content: flex-start;
     margin-bottom: 30px;
     left: 50%;
     transform: translateX(-50%);
     width: 100%;
}
 .mainBanner .carousel-indicators button[data-bs-target] {
     margin: 0 10px 0 0;
}
 .mainBanner .carousel-caption {
     bottom: 81px;
     max-width: calc(1690px - 90px);
     width: 100%;
     margin: 0 auto;
     left: 50%;
     right: auto;
     padding: 0 15px;
     transform: translateX(-50%);
}
 .mainBanner .carousel-caption.rightCap h2 {
     max-width: 675px;
}
/* Welcome Section */
 .welcomeSection .container, .serviceSection .container {
     max-width: 1100px;
}
 .welcomeSection button, .btnAreaJoin button, .footerBtn, .joinNow{
     font-weight: 500;
     font-size: 16px;
     line-height: 22px;
     color: #000;
     padding: 16px 35px;
     margin:0 20px;
     border-radius:10px;
}
 .welcomeSection button:hover, .welcomeSection button.btn-dark, .joinNow:hover{
     color: #EFEFEF;
}
/* Team Section */
 .TeamSection .card-img-top {
     width: 130px;
     height: 130px;
     right: 50px;
     top: -50px;
}
 .TeamSection .card {
     margin-top: 50px;
     box-shadow: 0px 12px 26px rgba(0, 0, 0, 0.02);
}
 .TeamSection .card.top{
     margin-top: 100px;
}
 .TeamSection .card .card-body {
     padding: 40px 50px;
}
 .TeamSection .card .card-body .desigation {
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     letter-spacing: -0.02em;
     color: #706B7A;
}
 .TeamSection .card .card-body p{
     font-size: 15px;
     line-height: 24px;
     color: #565B69;
     min-height: 120px;
}
 .TeamSection .card .card-body a{
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 19px;
     text-decoration-line: underline;
     color: #000000;
}
/* Services */
 .cardContent {
     height: 100%;
     padding: 45px 25px;
     text-align: center;
}
 .cardContent img {
     max-width: 115px;
     max-height: 85px;
}
 .cardContent p {
     font-size: 16px;
     line-height: 30px;
     padding: 0 10px;
}
 .cardContent.half {
     height: calc(50% - 12px) 
}
 .cardContent.half + .cardContent.half{
     margin-top: 30px;
}
 .card.plans {
     margin-bottom: 30px;
}
 .card.plans h5 {
     padding: 35px 35px 0;
     font-weight: 700;
}
 .card.plans .price {
     background: #212529;
     border-radius: 0px 0px 10px 10px;
     padding: 20px 35px;
     color: #f4f5f5;
     line-height: 24px;
     font-weight: 900;
}
 .card.plans .price span{
     font-weight: 300;
}
 .card.plans ul {
     list-style-type: none;
     padding: 0 35px;
     min-height: 270px;
}
 .card.plans ul li {
     font-weight: 400;
     font-size: 14px;
     line-height: 27px;
     font-family: var(--inter);
     position: relative;
     padding-left: 15px;
}
 .card.plans ul li::before {
     background: url(../images/rightTick.svg) center center no-repeat;
     width: 10px;
     height: 10px;
     content: "";
     position: absolute;
     left: 0;
     top: 11px;
}
 .card.textBlock {
     max-width: 1100px;
}
 .btnAreaJoin button{
     color:#FFF;
     width: auto;
}
/* Footer */
 .mainFooter{
     background: #222222;
}
 .bottomFooter {
     border-top: 1px solid rgba(255, 255, 255, 0.15);
}
 .bottomFooter p{
     font-size: 18px;
}
 .areaFooterForm input, .areaFooterForm textarea, .personalDetails input, .personalDetails textarea {
     height: 48px;
     border: 1px solid #DDE9FB;
     border-radius: 12px;
     padding-left: 55px;
     font-weight: 400;
     font-size: 14px;
     color: #6D7D8B;
     outline: none;
}
 .areaFooterForm textarea, .personalDetails textarea {
     height:125px;
     padding: 15px;
     border-radius: 18px;
     resize:none;
}
 .areaFooterForm .form-control:focus{
     border: 1px solid #DDE9FB;
}
 .areaFooterForm .form-control::-webkit-input-placeholder, .areaFooterForm .form-control::-moz-placeholder, .areaFooterForm .form-control:-ms-input-placeholder, .areaFooterForm .form-control:-moz-placeholder {
    /* Chrome/Opera/Safari */
     color: #6D7D8B;
     opacity: 1;
}
 .areaFooterForm .imageIco {
     top: 13px;
     left: 17px;
}
 .footerBtn{
     color: #FFF;
}
 .mainFooter .container, .partnerSection .container{
     max-width: 1130px;
}
 .mapArea{
     overflow: hidden;
     max-width: 600px;
}
 .mapArea iframe {
     line-height: 1;
     display: block;
     max-width: 100%;
     max-height: 270px;
}
 .areatextFooter p {
     font-size: 16px;
     line-height: 21px;
}
 .areatextFooter h6{
     font-family: var(--exensa);
     font-weight: 700;
}
 .appointmentWork .tab-content > .active.fade{
     opacity: 1;
}
 .appointmentWork .nav-tabs {
     border-bottom: 1px solid #DDE9FB;
}
 .appointmentWork .nav-tabs a {
     font-weight: 600;
     font-size: 14px;
     line-height: 19px;
     color: #C6CADE;
     font-family: var(--manrope);
}
 .appointmentWork .nav-tabs a.active {
     color: #000;
}
 .appointmentWork .nav-tabs li {
     width: calc(100% / 3);
}
 .appointmentWork .formArea {
     width: 500px;
     /*padding-right: 60px;*/
     position: relative;
}
 .appointmentWork .formArea::after{
     position: absolute;
     right: 0;
     background: #DDE9FB;
     width: 1px;
     height: calc(100% - 30px);
     top: 15px;
     content: "";
     display: none;
}
 .appointmentWork .btnAreaRight {
     width: 210px;
}
 .formCalendar {
     width: calc(100% - 710px);
     padding: 0 50px;
}
/* Appointment */
 .appointmentWork h6 {
     font-weight: 600;
     font-size: 16px;
     line-height: 22px;
     color: #4F4F4F;
}
 .btnAreaRight p {
     font-style: normal;
     font-weight: 600;
     font-size: 16px;
     line-height: 22px;
     color: #4F4F4F;
     margin-top: 55px;
}
 .personalDetails label {
     font-weight: 500;
     font-size: 13px;
     line-height: 16px;
     display: flex;
     align-items: center;
     color: #4F4F4F;
}
 .personalDetails input{
     padding-left: 15px;
}
 .formRow.areaCheck input {
     height: 18px;
     width: 18px;
     margin-right: 10px;
     background: #DDE9FB;
     border: 0;
     box-shadow: none;
     margin-top: -1px;
}
 .formRow.areaCheck .form-check-input:checked[type="radio"]{
     background-color: #000;
}
 .formRow.areaCheck .form-check {
     margin-right: 32px;
     display: flex;
     align-items: center;
     line-height: 1;
     margin-bottom: 0;
}
 .timeZone {
     font-size: 14px;
     font-family: var(--manrope);
     color: #4F4F4F;
}
 .joinNow{
     color:#FFF;
     margin: 0;
}
 .appointmentWork {
     padding: 60px 80px;
}
 .appointmentWork .nav-tabs a.active::after {
     height: 4px;
     background: #000;
     content: "";
     width: 55px;
     position: absolute;
     bottom: 0;
     border-radius: 10px;
     left: 50%;
     transform: translateX(-50%);
}

.mainBanner {
     max-width: 1920px;
     margin: 0 auto;
}

.cursor-pointer {
     cursor: pointer;
}

.btn {
     border-radius: 8px !important;
}