:root {
	--default-font: "Montserrat", serif;
    --text-color: #202020;
}

.row.g-0 > * {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


/* Reset body padding and prevent scroll */
body.modal-open {
    padding: 0 !important;
    overflow: hidden !important;
    /*
    position: fixed;
    width: 100%; 
    */
}

.sidebar-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.sidebar-cta-box:hover .sidebar-img img {
    transform: scale(1);
}

.page-faq {
    padding: 70px 0;
}

.about-us-content .btn-phone i {
    color: var(--accent-color);
}

.blog-item {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.section-btn-border-bottom {
    border-bottom: 1px solid var(--divider-color);  
}

.section-btn-border-bottom .btn-default {
    font-size: 1.3rem;
}

.section-btn-border-bottom:last-child{
    border-bottom: none;
}

.pricing-title {
    /* display: inline-block; */
    vertical-align: top;
    margin-bottom: 10px;
    margin-left: 10px;
}

.blog-item-content p {
    position: relative;
    display: inline-block;
    min-height: 110px;
    max-height: 110px;
    overflow: hidden;
}

.blog-item-content p:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(242, 241, 237, .98), rgba(43, 55, 67, 0) 57.86%);
}


.blog-item-btn {
    margin-top: -50px;
}


/*
.pricing-title h2 {
    font-size: 20px;
}

.pricing-title h2 sup {
    font-size: 12px;
}
*/

.book-tour.btn-default {
    padding: 7px 20px;
    margin-bottom: 10px;
}

.book-tour.btn-default:before {
    content: none;
}

.header-btn .btn-phone,
.main-menu ul li a {
    white-space: nowrap;
}

.header-btn .btn-phone i {
    margin: 0 15px;
}

.header-btn a[href^="https://wa.me/"], .header-btn a[href^="http://wa.me/"] {
    font-size: 12px;
    white-space: nowrap;
}

.our-faq-section .accordion-item .accordion-body {
    background: linear-gradient(263deg, #aaffb5 0.16%, #fafdfb 99.84%);

}

.our-faq-section .accordion-item .accordion-body div,
.our-faq-section .accordion-item .accordion-body ul,
.our-faq-section .accordion-item .accordion-body p {
    color: var(--primary-color);
}

.team-image img {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.team-social-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    /*transform: translateY(60%);*/
    transform: translateY(10%);
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-social-icon {
    bottom: 0;
    transform: translateY(10%); 
}

.team-social-icon h2 {
    font-weight: 700;
    /* background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, #e9feff 97.92%); */
    background-image: linear-gradient(315deg, #93ff9b 1.55%, #ecffef 50.92%);
	/* background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%); */
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    /* white-space: nowrap; */   
}

.team-member-item .team-content .h5, .team-member-item .team-content h5 {
    font-size: .9rem;
}

.team-member-item .team-content p {
    font-size: .8rem;
}

.team-social-icon ul::before {
    background-color: #000000;
    opacity: 60%;
}

.team-social-icon ul {
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.team-social-icon .btn-default {
    padding: 12px;
}

.team-social-icon .btn-default::before {
    content: none;
}

.team-member-item .team-social-icon .h5, .team-member-item .team-social-icon h5 {
    font-size: .9rem;
    color: var(--white-color);
}

.sidebar-cta-content {
    position: relative;
}

.sidebar-cta-content h3 {
    position: absolute;
    bottom: 6.5rem;
    color: var(--bs-body-bg);
}

.company-growth-content h4, 
.company-growth-content h5 {
    font-weight: 600;
}

.team-social-icon ul li {
    margin-right: 0;
}

#date-range, #date-range-container {
    text-align: center;
}

.date-picker-wrapper {
    color: #333;
    z-index: 1000;
    padding: 0;
    border: 0px;
    padding: 0;
    background-color: #ffffff;
    /* box-shadow: 0px 0px 24px 0px #0000001F, 0px 32px 32px -16px #00000014 !important; */
    border-radius: 8px !important;
    border: 0 !important;
    font-family: var(--default-font);
}

.date-picker-wrapper table .caption {
    height: 80px;
}

.date-picker-wrapper .month-wrapper {
    /*width: 225px; */
    border: 0 !important;
}

.date-picker-wrapper .month-name {
    /*text-transform: capitalize;*/
    text-transform: initial;
}

.date-picker-wrapper .month-wrapper table .day {
    font-size: 19px;
    padding: 3px 7px;
    color: #333;
    opacity: 0.3;   
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    cursor: pointer;
    opacity: 1; 
}

.date-picker-wrapper .month-wrapper table .day.toMonth.disabled {
    cursor: not-allowed;
    opacity: 0.3;
    pointer-events: none;
}

tr.week-name {
    display: none;
}

.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
    font-size: 17px;
}

.filter-block-date .SumoSelect>.optWrapper ul {
    overflow: initial;
}

.filter-block-date .SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
    z-index: 10000;
}

.date-picker-wrapper .select-wrapper {
    vertical-align: bottom;
    min-height: 20px;
    text-transform: initial;
}

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected,
.date-picker-wrapper .month-wrapper table .day.checked,
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #ececec !important;
    color: #333 !important;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #ffffff;
    color: #333 !important;
}

.date-picker-wrapper .first-date-selected:not(.tmp) {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.date-picker-wrapper .last-date-selected:not(.tmp) {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
    transform: scale(0.5, 1);
}

.date-picker-wrapper .month-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid.red {
    color: #d40000 !important;
}
 
.date-picker-wrapper .date-picker-extra-data {
    padding: 0 5px;
} 

.date-picker-wrapper .date-picker-extra-data .date-picker-day {
    font-weight: bold;
    font-size: 19px;
}

.date-picker-wrapper .date-picker-extra-data .date-picker-price {
    opacity: 0.9;
    font-size: 80%;
    font-size: 11px;
}

.date-picker-wrapper .date-picker-extra-data .date-picker-price {
    min-width: 34px;
}

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
    padding: 5px 15px;
}

.team-content p,
.btn-default,
.appointment-form form .btn-default,
.main-menu ul li a,
.footer-menu ul li a,
.footer-contact-info h3,
.team-info-list ul li span,
.member-experience-list ul li,
.about-us-list ul li,
.company-result-content p,
.scrolling-content span,
.contact-info-contant h3,
.contact-us-title h3 {

    text-transform: initial;
}

.export-coaching-box {
    align-items: flex-start;
}

.btn-xl-wa {
    font-size: 18px;
    padding: 27px 47px;
}

.btn-xl-wa::before {
    content: none;
}

div.table-contacts {
    padding: 20px 30px;
    background: white;
    border-radius: 20px;
}

table.contacts td {
    padding: 15px 0;
    color: #8f8f8f;
}

.footer-contact-info h3 {
    margin-bottom: 50px;
}

.about-footer p {
    color: var(--white-color);
    margin: 0;
}

.loading {
    border: 2px solid transparent;
}

.loading.black {
    border-color: transparent var(--primary-color) transparent var(--primary-color);
}

.mfp-wrap {
    z-index: 1056 !important;
}
.mfp-bg {
    z-index: 1055 !important;
}

/* Modal container fixes */
.modal {
    padding: 0 !important;
    margin: 0 !important;
}

/* Dialog positioning */
.modal-dialog {
    margin: 0 auto !important;
    min-width: calc(100vw - 100px) !important;
    max-width: calc(100vw - 100px) !important;
    width: calc(100vw - 100px) !important;
    transform: none !important;
}

    
#callbackModal .modal-dialog {
    min-width: 800px !important;
    max-width: 800px !important;
    width: 800px !important;
}


/* Content container */
.modal-content {
    border-radius: 0;
    min-height: calc(100vh - 50px);
    border: none;
    margin: 20px 0;
}

/* Fix for iOS */
.modal-open .fixed-top, 
.modal-open .fixed-bottom {
    padding-right: 0 !important;
}

 .service-entry .itinerary-faq h2 {
    margin-bottom: 0;
}

.team-info-list ul li span {
    width: auto;
}

.company-growth {
    padding: 30px 20px;
}

.company-growth-box {
    margin-top: 20px;
    gap: 5px;
}

.team-member-item {
    margin-bottom: 10px;
}

.itinerary-faq .accordion-item {
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 0;
}

.itinerary-faq .accordion-item:first-child {
    margin-bottom: 0;
    background: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.itinerary-faq .accordion-item:not(:first-child) {
    border-top: 0;
}

.itinerary-faq .accordion-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.our-faq-section .accordion-item .accordion-body div {
    margin: 0;
}

.our-faq-section .accordion-item {
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 0;
}

.our-faq-section .accordion-item:first-child {
    margin-bottom: 0;
    background: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.our-faq-section .accordion-item:not(:first-child) {
    border-top: 0;
}

.our-faq-section .accordion-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page-header-box h1 {
    font-weight: 500;
}

.page-header-box h2 {
    color: var(--white-color);
    font-weight: 200;
}

.company-growth-content {
    margin-left: 5px; 
}

.company-growth-content .section-title p {
    margin-top: 5px;  
}

.company-growth-content .section-title h3 {
    display: block;
}

.company-growth-content .section-title h2 {
    width: 100%;
    max-width: none;
    font-size: 24px;
}

.team-image {
    margin-bottom: 15px;
}

a[href="#hotel-details"] {
    color: var(--dark-color);        
}

a[href="#hotel-details"]:hover {
    color: var(--accent-color);
}

.team-info-list ul li {
    margin-bottom: 0;
}

.team-info-list ul li span {
    font-size: 18px;
}

.team-info-header h2 {
    display: inline-block;
}

.team-info-header h3 {
    margin-top: 15px;
    float: right;
}

.member-experience-list ul li {
    margin-bottom: 0px !important;
}


.mfp-bottom-bar {
    margin-top: -66px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    padding: 0 10px;
}

.btn-default.active {
    background-position: right center;
}
#date-left-container .date-picker-wrapper {
    top: 0 !important;
    left: 0 !important;
}


/*кнопка звонка*/
.callback-bt {
    background: #38a3fd;
    border: 2px solid #38a3fd;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    left: 30px;
    bottom: 40px;
    z-index: 999;
    transition: 0.3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
  }
  
  .callback-bt .text-call {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }
  
  .callback-bt .text-call span {
    text-align: center;
    color: #38a3fd;
    opacity: 0;
    font-size: 0;
    position: absolute;
    right: 4px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity 0.3s linear;
    font-family: "montserrat", Arial, Helvetica, sans-serif;
  }
  
  .callback-bt .text-call:hover span {
    opacity: 1;
    font-size: 11px;
  }


  .callback-bt i {
    color: #fff;
    font-size: 34px;
    transition: 0.3s;
    line-height: 66px;
    transition: 0.5s ease-in-out;
  }
  
  .callback-bt i {
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
  }
  
  @-webkit-keyframes hoverWave {
    0% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
        0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }
    40% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
        0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }
    80% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
        0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
    }
    100% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
        0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
    }
  }
  @keyframes hoverWave {
    0% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
        0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }
    40% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
        0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }
    80% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
        0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
    }
    100% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
        0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
    }
  }
  
  /* animations icon */
  
  @keyframes shake {
    0% {
      transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      -webkit-transform: rotateZ(0deg);
    }
    10% {
      transform: rotateZ(-30deg);
      -ms-transform: rotateZ(-30deg);
      -webkit-transform: rotateZ(-30deg);
    }
    20% {
      transform: rotateZ(15deg);
      -ms-transform: rotateZ(15deg);
      -webkit-transform: rotateZ(15deg);
    }
    30% {
      transform: rotateZ(-10deg);
      -ms-transform: rotateZ(-10deg);
      -webkit-transform: rotateZ(-10deg);
    }
    40% {
      transform: rotateZ(7.5deg);
      -ms-transform: rotateZ(7.5deg);
      -webkit-transform: rotateZ(7.5deg);
    }
    50% {
      transform: rotateZ(-6deg);
      -ms-transform: rotateZ(-6deg);
      -webkit-transform: rotateZ(-6deg);
    }
    60% {
      transform: rotateZ(5deg);
      -ms-transform: rotateZ(5deg);
      -webkit-transform: rotateZ(5deg);
    }
    70% {
      transform: rotateZ(-4.28571deg);
      -ms-transform: rotateZ(-4.28571deg);
      -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
      transform: rotateZ(3.75deg);
      -ms-transform: rotateZ(3.75deg);
      -webkit-transform: rotateZ(3.75deg);
    }
    90% {
      transform: rotateZ(-3.33333deg);
      -ms-transform: rotateZ(-3.33333deg);
      -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
      transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      -webkit-transform: rotateZ(0deg);
    }
  }
  
  @-webkit-keyframes shake {
    0% {
      transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      -webkit-transform: rotateZ(0deg);
    }
    10% {
      transform: rotateZ(-30deg);
      -ms-transform: rotateZ(-30deg);
      -webkit-transform: rotateZ(-30deg);
    }
    20% {
      transform: rotateZ(15deg);
      -ms-transform: rotateZ(15deg);
      -webkit-transform: rotateZ(15deg);
    }
    30% {
      transform: rotateZ(-10deg);
      -ms-transform: rotateZ(-10deg);
      -webkit-transform: rotateZ(-10deg);
    }
    40% {
      transform: rotateZ(7.5deg);
      -ms-transform: rotateZ(7.5deg);
      -webkit-transform: rotateZ(7.5deg);
    }
    50% {
      transform: rotateZ(-6deg);
      -ms-transform: rotateZ(-6deg);
      -webkit-transform: rotateZ(-6deg);
    }
    60% {
      transform: rotateZ(5deg);
      -ms-transform: rotateZ(5deg);
      -webkit-transform: rotateZ(5deg);
    }
    70% {
      transform: rotateZ(-4.28571deg);
      -ms-transform: rotateZ(-4.28571deg);
      -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
      transform: rotateZ(3.75deg);
      -ms-transform: rotateZ(3.75deg);
      -webkit-transform: rotateZ(3.75deg);
    }
    90% {
      transform: rotateZ(-3.33333deg);
      -ms-transform: rotateZ(-3.33333deg);
      -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
      transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      -webkit-transform: rotateZ(0deg);
    }
  }
  /* конец кнопки звонка */
  



body > .date-picker-wrapper .month-wrapper .day {
    padding: 0;
}

body > .date-picker-wrapper .month-wrapper {
    padding: 15px;
}


.page-blog .section-title h2 span {
    white-space: nowrap;
}

.page-blog .section-title h2 {
    font-size: 40px;
}

.page-blog {
    padding: 50px 0;
}

.page-blog .post-item-content h2 {
    font-size: 19px;
    line-height: 1.6rem;
    color: inherit;
    margin-bottom: 10px;
}

.page-blog .post-item-content p {
    font-size: 15px;
    line-height: 1.4rem;
    color: inherit;
}

.page-blog .post-featured-image {
    margin-top: 20px;
}

.page-blog .post-featured-image .testimonial-rating-item {
    
    position: absolute;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    padding: 15px 20px 0 15px;
    transition: padding 0.3s ease;
    bottom: 10px;
    right: 10px;
    width: initial;
}

.page-blog .post-featured-image .testimonial-rating-item .icon-box,
.page-blog .post-featured-image .testimonial-rating-content {
    position: relative;
}

.page-blog .post-featured-image .testimonial-rating-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 46%;
    width: 100%;
    height: 100%;
}

.page-blog .post-featured-image .testimonial-rating-item h2,
.page-blog .post-featured-image .testimonial-rating-item h2 .ot,
.page-blog .post-featured-image .testimonial-rating-item h2 sub 
{
    transition: font-size 0.3s ease;
    font-weight: 800;
}

.page-blog .post-featured-image .testimonial-rating-item h2 
{

    background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, #e9feff 97.92%);
    /* background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%); */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-blog .post-featured-image .testimonial-rating-item .pricing-title h2 sub 
{

    background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, #9af3a7 97.92%);
    /* background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%); */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-blog .post-featured-image .testimonial-rating-item h2 {
    font-size: 26px;
}

.page-blog .post-featured-image:hover .testimonial-rating-item h2 {
    font-size: 32px;
}

.page-blog .post-featured-image:hover .testimonial-rating-item h2 .ot {
    font-size: 27px;
}


.page-blog .post-featured-image:hover .testimonial-rating-item h2 sub {
    font-size: 17px;
}

.page-blog .post-featured-image:hover .testimonial-rating-item {
    padding: 12px 15px 0 15px;
}

.page-blog .post-featured-image .testimonial-rating-item .pricing-title {
    transition: margin-bottom 0.3s ease;
}

.page-blog .post-featured-image:hover .testimonial-rating-item .pricing-title {
    margin-bottom: 5px;
}

.page-blog .post-featured-image .testimonial-label-items.top-left {
    top: 10px;
    left: 10px;
    width: fit-content;
    height: fit-content;
    position: absolute;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    padding: 15px 20px 0 15px;
    transition: padding 0.3s ease;
}

.page-blog .post-featured-image .testimonial-label-item {
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    padding: 5px 15px;
    transition: padding 0.3s ease;
    background: #ffffff;
    border-radius: 20px;
    font-size: 12px;
    color: #202020;
    font-weight: 600;
}

.calendar-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    pointer-events: none;
    
}

.ms-drop {
    padding: 10px 30px;
}

.ms-choice {
    border: none;
}

.ms-choice > span {
    position: relative;
    font-weight: 500;
    color: #202020;
    text-align: center;
}

.ms-drop input[type=checkbox], .ms-drop input[type=radio] {
    margin-top: .4rem;
    margin-left: -1.5rem;
    transform: scale(1.3);
    
}

.overlay-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.export-coaching-step-content p {
    font-size: 15px;
}

.about-footer {
    width: 100%;
    max-width: none;
}

.about-footer img[alt="Logo"] {
    max-width: 400px;
    margin: -10px 0 20px -10px;
}

.business-planing-img {
    width: calc(33% - 18px);
}

.our-faq-section .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    background-color: transparent;
    color: var(--white-color);
    padding: 15px 50px 10px 20px;
    transition: all 0.3s ease-in-out;

}

.floatin-label-field {
    position: relative;
    margin-top: 0.5em;
  }

  .floatin-label-field input,
  .floatin-label-field textarea {
    padding: 1em 0.5em 0.5em 0.5em;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .floatin-label-field label {
    position: absolute;
    top: 1em;
    left: 0.5em;
    color: #888;
    font-size: 15px;
    pointer-events: none;
    transition: 0.2s;
    /*background: #fff;*/
    padding: 0 0.25em;
  }

  .floatin-label-field input:focus + label,
  .floatin-label-field input:not(:placeholder-shown) + label,
  .floatin-label-field textarea:focus + label,
  .floatin-label-field textarea:not(:placeholder-shown) + label {
    top: -1em;
    left: 1em;
    font-size: 12px;
    color: #333;
  }


/*---*/

#hotels2 .company-growth-content .section-title p {
    font-size: 12px; 
    line-height: 0.8rem;
}

#hotels2 .company-growth-content .section-title h2 {
    font-size: 18px; 
    line-height: normal;
}


#hotels2 .company-growth-content .section-title h2 .hotel-details {
    font-size: 18px;
}


#hotels2 .company-growth-content .section-title h2 .hotel-details .hotel-name {
    font-weight: 600; 
    color: var(--text-color);
}


#hotels2 .company-growth-content .section-title p.hotel-details {
    line-height: 0.6rem;
}


#hotels2 .company-growth-content .section-title p.hotel-details a {
    line-height: 0.6rem; 
    font-size: 12px;
}

#hotels2 .company-growth-content .section-title p.col-name {
    font-size: 12x; 
    line-height: normal;
    margin: 10px;
}

#hotels2 .company-growth-box {
    padding: 0 5px 0 15px;
}

#hotels2 .company-growth-box {
    line-height: 1.1em; 
    font-size: 0.7rem;
}


#hotels2 .company-growth-box .team-member-item.has-image {
    padding-right: 30px;  
    padding-left: 1px;
}

#hotels2 .company-growth-box .team-member-item.has-image .team-image {
    margin-bottom: 5px;
}

#hotels2 .company-growth-box .team-member-item.has-image .team-image {
    margin-bottom: 5px;
}


#hotels2 .company-growth-box .team-member-item.has-image .team-social-icon h2 {
    font-size: 12px;
    line-height: 1.1em;
}

.color-3b8 {
    color: #30b88c;
}

.more-room-pic {
    /*position: absolute;
    top: 0;*/
    display: none;
}

.on-request {
    white-space: nowrap;
    
}


#hotels2 .company-growth-box .team-member-item.col2 div {
	line-height: 0.7rem; 
	font-size: 11px;
	/*color: #30b88c;*/
}

#hotels2 .company-growth-box .team-member-item.col2 h2 {
	font-size: 15px;
    line-height: 1.1rem; 
}

#hotels2 .company-growth-box .team-member-item.col-price h2 {
	font-size: 22px;
}

#hotels2 .company-growth-box .team-member-item.col-price div {
	line-height: 0.7rem; 
	font-size: 11px;
	/* color: #30b88c; */
}

#hotels2 .company-growth-box .team-member-item.col-price div button.book-tour {
	font-size: 0.7rem; 
	padding: 9px;
}
   
#hotels2 .company-growth .caption {
    font-size: 0.7rem; 
    line-height: 0.7rem; 
}  


#accordion-itinerary {
    font-size: 14px;
    line-height: 1.2em;
}

@media screen and (max-width: 1200px) {
   
    #callbackModal .modal-dialog {
        min-width: 600px !important;
        max-width: 600px !important;
        width: 600px !important;
    }


    .header-btn .btn-phone,
    .main-menu ul li a {
        font-size: 14px;
    }

    .header-btn .btn-phone {
        display: none;
    }

    .export-coaching-step-content p {
        font-size: 13px;
    }

}

@media screen and (max-width: 991px) {

    .team-social-icon ul {
        padding: 7px 10px 7px; 
    }

}

@media screen and (min-width: 991px) {

    .team-social-icon ul {
        padding: 7px 10px 7px; 
    }

    .company-growth-box {
        margin-top: 20px;
        gap: 5px;
    }
}


@media screen and (min-width: 768px) {

    /*
    .book-tour.btn-default {
        display: none;
    }
    */
    
}

@media screen and (max-width: 768px) {

    .page-header-box h1 {
        font-size: 30px;
    }
    
    .page-header-box h2 {
        font-size: 17px;
    }

    .page-header-box {
        margin-bottom: 50px;
    }

    .modal-dialog {
        min-width: calc(100vw - 100px) !important;
        max-width: calc(100vw - 100px) !important;
        width: calc(100vw - 100px) !important;
    }

    
    #callbackModal .modal-dialog {
        min-width: 450px !important;
        max-width: 450px !important;
        width: 450px !important;
    }


    .team-social-icon {
        transform: translateY(18%);
    }

    .team-member-item:hover .team-social-icon {
        bottom: 0;
        transform: translateY(18%); 
    }

    .team-social-icon h2 {
        font-size: 12px;
    }

    .team-social-icon .btn-default {
        display: none;
    }

    .page-blog .section-title h2 {
        font-size: 25px;
    }

    .business-planing-img {
        width: calc(50% - 15px);
    }
    

}

@media screen and (max-width: 576px) {

    .modal-dialog {
        max-width: 100% !important;
        width: 100% !important;
    }

    #callbackModal .modal-dialog {
        min-width: calc(100vw - 50px) !important;
        max-width: calc(100vw - 50px) !important;
        width: calc(100vw - 50px) !important;
    }

    .team-social-icon {
        transform: translateY(20%);
    }

    .team-member-item:hover .team-social-icon {
        bottom: 0;
        transform: translateY(20%); 
    }


    .team-social-icon h2 {
        font-size: 11px;
        line-height: 1.1em;
    }

    .team-social-icon .price .ot,
    .team-social-icon .btn-default {
            display: none;
    }
   
    .date-picker-wrapper .month-wrapper table .day {
        font-size: 18px;
        padding: 11px 1px;
    }
 
    .date-picker-wrapper .date-picker-extra-data {
        padding: 0 3px;
    } 

    .date-picker-wrapper .date-picker-extra-data .date-picker-day {
        font-size: 18px;
    }

    .date-picker-wrapper .date-picker-extra-data .date-picker-price {
        font-size: 10px;
    }

    .company-growth {
        padding: 10px 0 0 10px;
    }


    .about-footer img[alt="Logo"] {
        max-width: 100px;
    }
     
    .business-planing-img {
        width: calc(100%);
    }   


    /*---*/

    #hotels2 .company-growth-content .section-title p {
        font-size: 12px; 
        line-height: 0.8rem;
    }

    #hotels2 .company-growth-content .section-title h2 {
        font-size: 15px; 
        line-height: 0.9;
    }


    #hotels2 .company-growth-content .section-title h2 .hotel-details {
        font-size: 15px;
    }


    #hotels2 .company-growth-content .section-title h2 .hotel-details .hotel-name {
        font-weight: 600; 
        color: var(--text-color);
    }


    #hotels2 .company-growth-content .section-title p.hotel-link {
        line-height: 0.6rem;
    }


    #hotels2 .company-growth-content .section-title p.hotel-link a {
        line-height: 0.6rem; 
        font-size: 10px;
    }

    #hotels2 .company-growth-content .section-title p.col-name {
        font-size: 10px; 
        line-height: normal;
    }

    #hotels2 .company-growth-box {
        padding: 0 5px 0 15px;
    }

    #hotels2 .company-growth-box {
        line-height: 1.1em; 
        font-size: 0.7rem;
    }

    #hotels2 .company-growth-box .team-member-item.has-image {
        padding-right: 20px;  
        padding-left: 1px;
    }
    
    #hotels2 .company-growth-box .team-member-item.has-image .team-image {
        margin-bottom: 5px;
    }

    #hotels2 .company-growth-box .team-member-item.has-image .team-image {
        margin-bottom: 5px;
    }

    #hotels2 .company-growth-box .team-member-item.col2 div {
        line-height: 0.7rem; 
        font-size: 11px;
        color: #30b88c;
    }
    
    #hotels2 .company-growth-box .team-member-item.col2 h2 {
        font-size: 16px;
    }
    
    #hotels2 .company-growth-box .team-member-item.col-price h2 {
        font-size: 18px;
    }
    
    #hotels2 .company-growth-box .team-member-item.col-price div {
        line-height: 0.7rem; 
        font-size: 11px;
        color: #30b88c;
    }
    
    #hotels2 .company-growth-box .team-member-item.col-price div button.book-tour {
        font-size: 0.5rem; 
        padding: 7px;
    }

    .on-request {
        font-size: 12px;
        line-height: 1rem;
    }

}

@media screen and (min-width: 375px) and (max-width: 576px) {
    .col-xs-1 { width: 8.33%; }
    .col-xs-2 { width: 16.66%; }
    .col-xs-3 { width: 25%; }
    .col-xs-4 { width: 33.33%; }
    .col-xs-5 { width: 41.66%; }
    .col-xs-6 { width: 50%; }
    .col-xs-7 { width: 58.33%; }
    .col-xs-8 { width: 66.66%; }
    .col-xs-9 { width: 75%; }
    .col-xs-10 { width: 83.33%; }
    .col-xs-11 { width: 91.66%; }
    .col-xs-12 { width: 100%; }

    .offset-xs-1 { margin-left: 8.333%; }
    .offset-xs-2 { margin-left: 16.666%; }
    .offset-xs-3 { margin-left: 25%; }
    .offset-xs-4 { margin-left: 33.333%; }
    .offset-sm-5 { margin-left: 41.666%; }
    .offset-sm-6 { margin-left: 50%; }
    .offset-sm-7 { margin-left: 58.333%; }
    .offset-sm-8 { margin-left: 66.666%; }
    .offset-sm-9 { margin-left: 75%; }
    .offset-sm-10 { margin-left: 83.333%; }
    .offset-sm-11 { margin-left: 91.666%; }
}


@media screen and (max-width: 375px) {

    .team-social-icon h2 {
        font-size: 11px;
        line-height: 1.1em;
    }

    .team-member-item .team-content .h5, .team-member-item .team-content h5 {
        font-size: .7rem;
    }

    .team-member-item .team-content p {
        font-size: .7rem;
    }

    .date-picker-wrapper .date-picker-extra-data .date-picker-price {
        font-size: 9px;
    }

    .date-picker-wrapper .month-wrapper table .day {
        font-size: 18px;
        padding: 5px 0px;
    }

    .appointment-form {
        padding: 10px;
    }



}

@media (hover: none) and (min-width: 768px)  {

    .team-member-item:hover .team-social-icon {
        transform: translateY(60%); 
    }


}