@media screen and (max-width: 1799px) {
  .timer-element-right {
    max-width: 400px;
  }
  .timer-element {
    left: 150px;
  }
  .overview-element {
    max-width: 1000px;
  }
  .about-developer-logo-image img {
    max-width: 350px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1599px) {
  .title-tagline {
    font-size: 14px;
  }
  .bottom-element {
    max-width: 200px;
  }
  .flex-box {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .section-timer .section-title {
    max-width: 700px;
  }
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .overview-element {
    max-width: 800px;
  }
  .font-lg {
    font-size: 140px;
    line-height: 160px;
  }
  .explore-offers-img img {
    max-width: 40px;
  }
  .splide__arrow {
    position: static;
    transform: unset;
  }
  .splide__arrows {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    justify-content: center;
  }
  #home #footer {
    padding: 0;
  }
  .section-contact-us .container {
    max-width: 970px !important;
  }
  .big-section-padding {
    padding-top: 120px !important;
    padding-bottom: 160px !important;
  }
  .columns.gap-2 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .gap-2 > .column {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .theme-padding {
    padding-left: 100px;
    padding-right: 100px;
  }
  header {
    padding: 20px 100px;
  }
  h3 {
    font-size: 22px;
  }
  .location-list h3 {
    min-height: inherit;
  }
  #home #footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1408px) {
  .footer-qr-wrapper {
    gap: 30px;
  }
  #terms-and-conditions-modal {
    padding: 30px;
  }
  .terms-and-conditions-modal.theme-modal.is-active .theme-modal-card {
    top: 0;
    transform: unset;
    margin-top: 30px;
  }
  .qr-codes-detail ul li {
    width: 25%;
    flex: 0 0 25%;
    margin-bottom: 25px;
  }
  .projects-col h3 {
    font-size: 22px;
  }
  .theme-element-bottom {
    max-width: 250px !important;
  }
  .timer-element {
    left: 120px;
  }
  .overview-element {
    max-width: 600px;
  }
  .font-lg {
    font-size: 120px;
    line-height: 140px;
  }
  .theme-element {
    max-width: 300px;
  }
  .tenx-qr-block {
    gap: 12px;
  }
  .tenx-modal .theme-modal-card {
    padding: 0 30px;
  }
  .about-developer-logo-image img {
    max-width: 300px;
    margin-bottom: 30px;
  }
  .digit,
  .position {
    width: 70px !important;
    height: 100px !important;
    line-height: 100px !important;
    font-size: 50px !important;
  }
  .countSeconds:before,
  .countMinutes:before,
  .countHours:before,
  .countDays:before {
    font-size: 14px;
  }
  .countDiv:after {
    top: 20px !important;
  }
  .countDiv:before {
    top: 0px !important;
  }
  .theme-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
  header {
    padding: 20px 60px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1216px) {
  .section-title .sub-title {
    font-size: 24px;
  }
  .elements-items ul li {
    gap: 15px;
  }
  .elements-items .elements-icon {
    max-width: 40px;
  }
  .explore-offers-title h3 {
    font-size: 14px;
  }
  .theme-element-bottom {
    max-width: 200px !important;
  }
  .timer-element {
    left: 60px;
    max-width: 140px !important;
  }
  .theme-element {
    max-width: 250px;
  }
  .overview-element {
    max-width: 450px;
  }
  .font-lg {
    font-size: 100px;
    line-height: 120px;
  }
  .tenx-modal .theme-modal-card-body {
    padding: 30px 0;
  }
  .section-contact-us:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343434;
    opacity: 0.7;
  }
  .big-section-padding {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .about-developer-logo-image img {
    max-width: 260px;
  }
  .digit,
  .position {
    width: 60px !important;
    height: 90px !important;
    line-height: 90px !important;
    font-size: 42px !important;
  }
  .countSeconds:before,
  .countMinutes:before,
  .countHours:before,
  .countDays:before {
    top: -25px !important;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  body {
    font-size: 14px;
  }
  .theme-padding {
    padding-left: 35px;
    padding-right: 35px;
  }
  h3 {
    font-size: 20px;
  }
  header {
    padding: 20px 30px;
  }
  .insomenu-bars {
    top: 50%;
    right: 30px;
    margin: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 444;
    cursor: pointer;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .insomenu-bars span,
  .insomenu-bars span:after,
  .insomenu-bars span:before {
    width: 30px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease 0.15s;
    transition: -webkit-transform ease 0.15s;
    transition: transform ease 0.15s;
    transition: transform ease 0.15s, -webkit-transform ease 0.15s;
    position: absolute;
    left: inherit;
    right: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #28438c;
  }
  .insomenu-bars span:before {
    top: -8px;
  }
  .insomenu-active .insomenu-bars span,
  .insomenu-active .insomenu-bars span:after,
  .insomenu-active .insomenu-bars span:before {
    opacity: 1;
  }
  .insomenu-bars span {
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .insomenu-bars span:after,
  .insomenu-bars span:before {
    display: block;
    content: "";
  }
  .insomenu-bars span:before {
    top: -8px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  .insomenu-bars span:after {
    bottom: -8px;
    width: 20px;
    -webkit-transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .insomenu-active .insomenu-bars span {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .insomenu-active .insomenu-bars span:before {
    top: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    opacity: 1;
    width: 25px;
  }
  .insomenu-active .insomenu-bars span:after {
    bottom: 0;
    transition: bottom 0.1s ease,
      -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 25px;
  }
  .insomenu-active .insomenu-bars span {
    width: 25px;
  }
  .insomenu-active .menu-creative,
  .insomenu-active .our-offices-item:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .insomenu-active .our-offices-item:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  #header-primary-menu {
    position: fixed;
    background-color: #ffffff;
    color: #fff;
    width: 100%;
    right: 0;
    padding: 0;
    padding: 70px 30px 30px !important;
    margin-top: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    opacity: 0;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
    overflow-y: auto;
  }
  .insomenu-active #header-primary-menu {
    opacity: 1;
    clip-path: circle(1600px at 90% -10%);
    -webkit-clip-path: circle(1600px at 90% -10%);
    pointer-events: all;
  }
  #header-primary-menu ul li {
    display: block;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .header__menu-item {
    line-height: 32px;
  }
  #header-primary-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .sticky-btn-enquire {
    z-index: 888 !important;
  }
}
@media screen and (max-width: 1024px) {
  .bg-image img {
    object-position: bottom;
  }
  .explore-offers-col:last-child {
    border-left: 0;
  }
  .bottom-element {
    max-width: 100px;
  }
  .current-projects-name h3 {
    font-size: 14px;
    line-height: normal;
  }
  .current-projects-name span {
    font-size: 12px;
    line-height: normal;
  }
  .current-projects-btn a {
    font-size: 11px;
    line-height: normal;
    width: 110px;
    padding: 8px;
  }
  .section-title .sub-title {
    font-size: 22px;
    line-height: 26px;
  }
  .section-elements::before {
    background: rgba(35, 35, 35, 0.8);
  }
  .explore-offers-col:last-child {
    border-bottom: 0;
    border-right: 1px solid #ddbb7960;
    /* border-left: 1px solid #ddbb7960; */
  }
  .copyright-bar {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .theme-block-video-icon::before {
    height: 100px;
    width: 75px;
  }
  .footer-qr-code h6 {
    font-size: 12px;
    line-height: normal;
  }
  #home #footer {
    padding: 20px 0;
  }
  .terms-and-conditions-modal .pl-10 {
    padding-left: 15px;
  }
  /* #section-timer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffffa3;
    inset: 0;
  } */
  .section-timer {
    background-position: right;
  }
  .pl-10 {
    padding-left: 0px;
  }
  .qr-codes-detail ul {
    justify-content: center;
  }
  .theme-top-line {
    margin-top: 10px;
  }
  .projects-desc {
    padding: 20px;
  }
  .projects-col h3 {
    font-size: 20px;
  }
  .explore-offers-col:nth-child(3n + 3) {
    border-right: 0;
  }
  .explore-offers-col:nth-child(4n + 4) {
    border-right: 1px solid #ddbb7960;
  }
  .explore-offers-col:nth-child(9) {
    border-bottom: 1px solid #ddbb7960;
  }
  .explore-offers-col:nth-child(10) {
    border-right: 1px solid #ddbb7960;
    border-left: 1px solid #ddbb7960;
  }
  .theme-element-bottom {
    max-width: 150px !important;
  }
  .disclaimer-text {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .timer-element-right {
    max-width: 230px !important;
  }
  .timer-element {
    max-width: 100px !important;
  }
  .section-timer .section-title {
    max-width: 500px;
  }
  .section-timer {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .overview-element {
    max-width: 300px;
  }
  .font-lg {
    font-size: 80px;
    line-height: 100px;
  }
  .theme-element {
    max-width: 250px;
  }
  .timer-col-img {
    max-width: 300px;
  }
  .tenx-modal-col:first-child {
    display: none;
  }
  /* .bottom-responsive-btn {
    right: 140px;
  } */
  .explore-offers-img img {
    max-width: 30px;
  }
  .raymond-logo img {
    max-width: 220px;
  }
  .theme-logo {
    top: -32px;
    padding: 5px 5px;
  }
  .webp .section-contact-us {
    background-position: left;
  }
  .big-section-padding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .col-about-us:first-child {
    order: 1;
  }
  .about-us-img {
    max-width: 600px;
    margin: 0 auto;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .theme-logo img {
    max-height: 110px;
  }
  .theme-btn {
    padding: 6px 20px;
    font-size: 13px;
    line-height: 22px;
  }
  .container {
    padding: 0 30px;
  }
  .row-copyright {
    margin: -5px;
  }
  .col-copyright {
    padding: 5px;
  }
  .sticky-btn-enquire {
    font-size: 13px !important;
    right: -50px;
  }
  .sticky-btn-enquire.sticky-brochure {
    top: 260px;
    right: -87px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #section-banner,
  .section-cms {
    margin-top: 84px;
  }
  .col-copyright,
  .col-copyright:last-child {
    text-align: center;
  }
  .location-block {
    padding: 0 0 0 30px;
  }
  #back2top svg {
    width: 36px;
    height: 36px;
  }
  #back2top {
    width: 36px;
    height: 36px;
    bottom: 55px;
  }
  .call-btn {
    width: 36px;
    height: 36px;
    bottom: 105px;
  }
  .sticky-bottom-form-inner {
    position: fixed;
    padding: 0;
    display: block;
    bottom: -165px;
    left: 0;
    width: 100%;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #1d57a3;
    z-index: 999;
  }
  .sticky-bottom-form.open .close-form {
    opacity: 1;
    background-color: transparent;
  }
  .sticky-bottom-form.open .sticky-bottom-form-inner {
    bottom: 0;
    left: 0;
  }
  .sticky-bottom-form {
    bottom: auto;
    left: auto;
    padding: 0;
    width: 100%;
    background: rgb(45 41 38 / 0.9);
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    position: inherit;
    z-index: 999 !important;
  }
  .sticky-bottom-form .col-form {
    width: 50%;
    margin: 0 0 15px !important;
  }
  .sticky-bottom-form .col-form.col-form-btn {
    width: 100%;
  }
  .col-form-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }
  .col-form-title h3 {
    margin: 0;
    padding: 10px 12px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    border-top: 1px solid rgb(182 223 235);
    text-transform: uppercase;
  }
  #footer {
    padding: 20px;
  }
  .close-form {
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    top: 8px;
    right: 3px;
    opacity: 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 991px) {
  .countDiv:before {
    top: 10px !important;
  }
  .countDiv:after {
    top: 30px !important;
  }
  .col-footer {
    padding: 0;
    width: 100% !important;
    margin-bottom: 30px;
  }
  .col-footer:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .bg-image img {
    object-position: center;
  }
  .explore-offers-col:last-child {
    border-right: 1px solid #ddbb7960;
    border-left: 1px solid #ddbb7960;
  }
  .current-projects-slider .splide__arrows {
    display: flex !important;
    justify-content: center !important;
    gap: 5px !important;
    margin-top: 10px !important;
  }
  .current-projects-slider .splide__arrow {
    position: static !important;
    transform: unset !important;
  }
  .section-elements {
    padding-bottom: 60px !important;
  }
  .theme-logo img {
    max-height: 90px;
  }
  .elements-items .elements-icon {
    max-width: 35px;
  }
  .overview-col .section-title h1 {
    max-width: 350px;
  }
  #home #footer {
    padding: 20px 0 10px;
  }
  .t-c-main-point {
    margin-bottom: 20px;
  }
  .thankyou-logo img {
    height: 50px;
  }
  .overview-element {
    display: none;
  }
  .overview-detail,
  .overview-desc {
    text-align: center;
  }
  .qr-codes-detail ul li {
    width: 33.33%;
    flex: 0 0 33.33%;
  }
  .projects-col h3 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .theme-element-bottom {
    max-width: 90px !important;
  }
  .explore-offers-col:nth-child(2n + 2) {
    border-right: 0;
  }
  .explore-offers-col:nth-child(3) {
    border-right: 1px solid #ddbb7960;
  }
  .explore-offers-col:nth-child(9) {
    border-bottom: 0;
  }
  .section-timer .section-title {
    margin: 0 auto 10px;
  }
  .timer-element {
    max-width: 70px !important;
    left: 0px;
  }
  .timer-element-right {
    max-width: 180px !important;
  }
  .section-timer {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .column.overview-col {
    padding: 0 !important;
  }
  .columns.overview-cols {
    margin: 0 !important;
  }
  .overview-cols .section-title {
    max-width: 500px;
    margin: 0 auto;
  }
  .font-lg {
    font-size: 70px;
    line-height: 80px;
  }
  .theme-element {
    max-width: 200px;
  }
  .logo-with-btn {
    gap: 15px;
  }
  h4 {
    font-size: 24px;
  }
  .theme-logo {
    top: -30px;
    padding: 2px 4px;
  }
  .raymond-logo img {
    max-width: 200px;
  }
  .col-header:first-child {
    max-width: 170px;
    padding: 0;
    flex: 0 0 170px;
  }
  #section-banner,
  .section-cms {
    margin-top: 73px;
  }
  .theme-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-us-desc h4 {
    font-size: 16px;
  }
  .order-2 {
    order: unset;
  }
  .no-webp .section-contact-us {
    background-image: url(../images/contact-us/contact-md.png);
  }
  .webp .section-contact-us {
    background-image: url(../images/contact-us/contact-md.webp);
  }
  .digit,
  .position {
    width: 46px !important;
    height: 82px !important;
    line-height: 82px !important;
    font-size: 32px !important;
  }
  .countSeconds:before,
  .countMinutes:before,
  .countHours:before,
  .countDays:before {
    top: -22px !important;
  }
  .countSeconds:before,
  .countMinutes:before,
  .countHours:before,
  .countDays:before {
    font-size: 12px;
  }
  .yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
    left: 10px !important;
  }
  #location-slider1 {
    margin-top: 30px;
  }
  .copyright-detail .small {
    font-size: 13px;
  }
  .counter-block h3 {
    font-size: 28px;
  }
  .tab-list .tab {
    width: 160px;
    padding: 12px 24px;
  }
  .yBoxFrame.yBoxImgWrap .yBoxNextImg::after {
    left: 0;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .copyright-line {
    display: block;
    font-size: 0 !important;
    line-height: 0 !important;
  }
  .location-block {
    padding: 30px 0 0 0;
  }
  #register-modal {
    padding: 25px;
  }
  .columns.row-footer {
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  .contact-us-icon picture {
    width: 20px;
    height: 20px;
  }
  .contact-us-detail .column {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .bottom-element {
    max-width: 80px;
  }
  .explore-offers-col:last-child {
    border-left: 0;
  }
  .overview-col .section-title h1 {
    max-width: 280px;
  }
  #terms-and-conditions-modal .modal-title {
    top: -36px;
    padding: 20px 20px 0px;
    margin-bottom: -10px;
  }
  .form-wrapper {
    padding: 20px 15px;
  }
  .countDiv {
    height: 58px !important;
  }
  .terms-and-conditions-modal h3 {
    font-size: 16px;
  }
  #terms-and-conditions-modal {
    padding: 0;
  }
  .pl-10 {
    line-height: 18px;
  }
  .terms-and-conditions-modal .theme-modal-card-body {
    padding: 20px 0;
  }
  .theme-modal-card-body-inner.theme-scrollbar {
    padding: 0 20px;
    max-height: 450px;
  }
  .t-c-apply {
    /* left: -50px;
    bottom: 55px; */
    font-size: 10px;
  }
  .theme-video h3 {
    font-size: 16px;
  }
  .flex-box {
    margin-bottom: 10px;
  }
  .explore-offers-col:nth-child(1n + 1) {
    border-right: 0;
  }
  /* .explore-offers-col:nth-child(9) {
    border-bottom: 1px solid #ddbb7960;
  } */
  .explore-offers-col:nth-child(10) {
    border-left: 0;
  }
  .column.explore-offers-col {
    width: 100%;
    flex: 0 0 100%;
  }
  .section-timer {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .timer-element-right {
    max-width: 140px !important;
  }
  .section-timer .section-title {
    max-width: 310px;
  }
  .overview-element {
    max-width: 200px;
  }
  .font-lg {
    font-size: 60px;
    line-height: 70px;
  }
  #footer {
    padding: 20px 0 60px;
  }
  .call-btn-mobile {
    display: block;
  }
  .call-btn {
    display: none;
  }
  .theme-element {
    max-width: 150px;
  }
  .stock-image::after,
  .actual-image::after,
  .artistic-impression::after {
    bottom: 0px;
    right: 5px;
    font-size: 9px;
  }
  .timer-col-img {
    max-width: 200px;
  }
  .digit,
  .position {
    width: 26px !important;
    height: 52px !important;
    line-height: 52px !important;
    font-size: 20px !important;
  }
  .tenx-qr-block {
    gap: 10px;
  }
  .tenx-habitat-modal-wrapper h4 {
    font-size: 20px;
  }
  .tenx-habitat-modal-wrapper p {
    font-size: 12px;
    line-height: 17px;
  }
  .tenx-qr-block {
    margin: 10px 0;
  }
  .theme-logo img {
    max-height: 80px;
  }
  .theme-btn.bottom-responsive-btn:hover {
    border: 0 !important;
    border-top: 1px solid #ffffff60 !important;
    background-color: #000 !important;
  }
  .projects-desc {
    padding: 20px;
  }
  .projects-desc h3 {
    font-size: 18px;
  }
  .splide__arrow {
    width: 30px;
    height: 30px;
    padding: 7px;
  }
  .splide__arrows {
    margin-top: 10px;
  }
  .explore-offers-img img {
    margin: 0 auto 10px;
  }
  .explore-offers-title h3 {
    font-size: 14px;
  }
  .tenx-modal .theme-modal-card-body {
    padding: 20px;
  }
  h4 {
    font-size: 20px;
  }
  .tenx-modal.theme-modal .theme-modal-card {
    padding: 20px;
  }
  #home #footer {
    padding: 20px 0 30px;
  }
  .raymond-logo img {
    max-width: 180px;
  }
  .bottom-responsive-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: unset;
    top: unset;
    width: 50%;
    border: 0;
    border-top: 1px solid #231f2060;
    padding: 10px !important;
    bottom: -20px;
    display: none !important;
  }
  .contact-us-desc h4 {
    font-size: 14px;
  }
  .call-btn {
    bottom: 55px;
    right: 20px;
  }
  .modal-title:before {
    height: 55%;
  }
  .modal-title:after {
    height: 55%;
  }
  .title-tagline {
    font-size: 13px;
  }
  .theme-logo {
    top: -30px;
    padding: 4px 4px;
  }
  .col-header:first-child {
    max-width: 160px;
    padding: 0;
    flex: 0 0 160px;
  }
  .theme-modal-card-body {
    padding: 20px;
  }
  .sm-form-control {
    font-size: 13px;
  }
  .theme-btn {
    font-size: 12px;
    line-height: 18px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .accordion .card__content {
    padding: 0 15px 15px;
  }
  .accordion .card__title {
    padding: 8px 15px;
  }
  .column.col-register {
    padding: 8px;
  }
  .columns.row-register {
    margin: -8px !important;
  }
  .sm-form-control {
    padding: 12px 12px 12px 0;
  }
  .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
  .listed-points li:before {
    width: 8px;
    height: 8px;
  }
  .listed-points li {
    padding-left: 20px;
  }
  h3 {
    font-size: 18px;
  }
  #main-slider .splide__arrow {
    display: none;
  }
  .accordion .card__title {
    font-size: 16px;
    min-height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tab-list {
    gap: 10px;
  }
  .sticky-bottom-form {
    display: none !important;
  }
  .sticky-btn-enquire {
    transform: unset;
    top: unset;
    bottom: 0;
    right: 0;
    border: 0;
    border-top: 1px solid #231f2060 !important;
    border-left: 1px solid #231f2060 !important;
    border-radius: 0;
    text-align: center;
    width: 50%;
    padding: 10px 0px !important;
    background-color: #fff;
    color: #000;
  }
  .sticky-btn-enquire:hover {
    border: 0 !important;
    border-top: 1px solid #ffffff60 !important;
    background-color: #000 !important;
    color: #fff;
  }
  .sticky-btn-enquire.sticky-brochure {
    top: unset;
    right: 0;
    width: 50%;
    left: unset;
    border-left: 1px solid #fff;
  }
  .thankyou-block h1 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .thankyou-msg {
    font-size: 14px !important;
  }
  .thankyou-logo img {
    height: 50px;
  }
  .close1,
  .close {
    bottom: initial;
    top: 20px;
    left: initial;
    right: 20px;
    width: 36px;
    height: 36px;
  }
  .theme-modal-card {
    max-width: 100%;
  }
  .theme-modal .theme-modal-card {
    top: -30px;
    transform: none;
    margin-top: 30px;
    padding: 20px;
  }
  .theme-modal.is-active .theme-modal-card {
    top: 0;
    transform: none;
    margin-top: 30px;
  }
  #back2top {
    display: none !important;
  }
  body {
    font-size: 13px;
    line-height: 20px;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .section-title h2:before {
    height: 2px;
  }
  .connectivity-list {
    margin-top: 10px;
  }
  .responisve-sticky-btns {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
  }
  .responisve-sticky-btns .theme-btn {
    width: 50%;
    flex: 0 0 50%;
    border: 0 !important;
    padding: 10px 20px;
    border-top: 1px solid #000 !important;
    background-color: #e8d8bb;
  }
  .responisve-sticky-btns .theme-btn:hover {
    background-color: #fff !important;
    color: #000 !important;
  }
  .responisve-sticky-btns .theme-btn:first-child {
    border-right: 1px solid #000 !important;
  }
}
@media screen and (max-width: 480px) {
  .qr-codes-detail ul li {
    width: 50%;
    flex: 0 0 50%;
  }
  .countDiv {
    height: 61px !important;
  }
  .flex-box span {
    font-size: 12px;
  }
  .projects-col h3 {
    font-size: 16px;
  }
  .explore-offers-block {
    padding: 15px;
  }
  .section-timer {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .timer-element {
    max-width: 50px !important;
  }
  .timer-element-right {
    max-width: 100px !important;
  }
  .overview-element {
    max-width: 150px;
  }
  .font-lg {
    font-size: 50px;
    line-height: 60px;
  }
  /* .digit,
  .position {
    width: 30px !important;
    height: 66px !important;
    line-height: 66px !important;
    font-size: 24px !important;
  } */
  #section-banner,
  .section-cms {
    margin-top: 68px;
  }
  .theme-logo img {
    max-height: 80px;
  }
  .countDiv:before {
    top: 20px !important;
  }
  .countDiv:after {
    top: 35px !important;
  }
  .countDiv:after {
    top: 30px !important;
  }
  .theme-btn {
    font-size: 11px;
    line-height: 18px;
    padding: 8px 20px;
  }
  .col-header:first-child {
    max-width: 140px;
    padding: 0;
    flex: 0 0 140px;
  }
  header {
    padding: 20px 20px;
  }
  .modal-title {
    font-size: 20px;
  }
  .counter-block h3 {
    font-size: 24px;
  }
  .sticky-btn-enquire {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 420px) {
  .section-timer .section-title {
    margin: 0 auto 0px;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
  .digit,
  .position {
    width: 20px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
  }
  .current-projects-detail {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .section-title .sub-title {
    font-size: 18px;
    line-height: 22px;
  }
  .elements-items .elements-icon {
    max-width: 30px;
  }
  #terms-and-conditions-modal .modal-title {
    top: -40px;
    padding: 10px 5px 0px;
  }
  .countDiv {
    height: 58px !important;
  }
  .terms-and-conditions-modal h3 {
    max-width: 150px;
  }
  .theme-video h3 {
    font-size: 15px;
  }
  .projects-desc {
    padding: 10px;
  }
  .section-timer .section-title {
    margin: 0 auto 0px;
  }
  .timer-element-right {
    max-width: 80px !important;
  }
  .timer-element {
    max-width: 40px !important;
  }
  /* .digit,
  .position {
    width: 25px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 22px !important;
  } */
  .theme-logo img {
    max-height: 70px;
  }
  .about-developer-logo-image img {
    max-width: 220px;
  }
  .modal-title {
    font-size: 16px;
  }
  .sticky-btn-enquire {
    font-size: 12px !important;
  }
  .sticky-btn-enquire.sticky-brochure {
    width: 60%;
  }
}
@media screen and (max-width: 380px) {
  .about-developer-logo-image img {
    max-width: 200px;
  }
  .tab-list .tab {
    width: 100%;
    padding: 12px 24px;
  }
}
@media screen and (max-width: 360px) {
  .digit,
  .position {
    width: 22px !important;
  }
  .countDiv {
    height: 63px !important;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .theme-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  header {
    padding: 20px 10px;
  }
  .gap-1 > .column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .columns.gap-1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .sm-form-control {
    font-size: 12px;
  }
  .checkbox label,
  .radio label {
    padding-left: 10px;
    font-size: 12px;
    line-height: 15px;
  }
  .checkbox label::before,
  .radio label::before {
    width: 16px;
    height: 16px;
  }
  .checkbox label::after,
  .radio label::after {
    left: 3px;
    top: 2px;
  }
  .modal-title {
    font-size: 14px;
    padding: 10px 30px 0px;
  }
  .theme-modal-card-body {
    padding: 30px 20px 20px 20px;
  }
  .modal-title:before {
    height: 42%;
  }
  .modal-title:after {
    height: 42%;
  }
  .countSeconds:before,
  .countMinutes:before,
  .countHours:before,
  .countDays:before {
    font-size: 10px;
  }
  .countDiv:after {
    top: 35px !important;
  }
  .countDiv:before {
    top: 25px !important;
  }
  .no-webp .section-contact-us {
    background-image: url(../images/contact-us/contact-sm.png);
  }
  .webp .section-contact-us {
    background-image: url(../images/contact-us/contact-sm.webp);
  }
}
