@media screen and (max-width: 1599px) {
  .theme-padding {
    padding: 0 60px;
  }
  .theme-btn {
    padding: 8px 10px;
    font-size: 12px;
  }
  .contact-section-inner{
    align-items: end;
  }
}
@media screen and (max-width: 1499px) {
  .theme-logo-right img {
    width: 80px;
  }
  #section-banner {
    background-position: center;
  }
}
@media screen and (max-width: 1399px) {
  .sticky-form {
    right: 160px;
  }
  .sticky-form h3 {
    font-size: 20px;
  }

  .connectivities {
    margin-left: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .theme-btn {
    padding: 8px 10px;
    font-size: 10px;
  }
}
@media screen and (max-width: 1216px) {

  .contact-section-inner {
    align-items: end;
  }
}
@media screen and (max-width: 1024px) {
  .section-banner-res:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgb(0 0 0 / 0%) 50%, rgb(0 0 0)) !important;
    width: 100%;
    height: 100%;
  }
  .artist-impression-res {
    display: none !important;
  }
  .artist-impression {
    bottom: 20px;
    left: 10px;
    z-index: 9;
    right: auto;
  }
  .banner-logo {
    display: none !important;
  }
  .banner-logo-res img {
    width: 300px;
    margin-bottom: 10px;
  }
  .banner-logo-res {
    display: none !important;
    position: absolute;
    bottom: 50px;
    left: 10px;
  }
  .banner-block {
    min-height: inherit !important;
  }
  #footer h5 {
    color: #333;
  }
  .banner-block {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: static;
    width: 100%;
    background-color: #eaeef0 !important;
    margin-top: -10px;
  }
  #section-banner:before {
    content: none;
  }
  body {
    background-color: #fff;
    position: static;
    width: 100%;
    min-height: 100vh;
  }
  /*.banner-text {
		position: relative;   
		bottom: auto;
		top: 0;
		width: calc(100% - 120px);
		left: 0;
	    right: 0;
	    margin: 40px 60px 20px;
		text-align: left;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
		padding: 30px;
		transform: none;
	}
	.banner-text h1, .banner-text h2, .banner-text h3, .banner-text h4, .banner-text h5, .banner-text h6 {
		color: #333;
	}*/
  .sticky-form {
    position: relative;
    top: auto;
    right: auto;
    padding: 30px 30px 24px 30px;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 60px 40px;
    width: calc(100% - 120px);
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .section-banner-res {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
  }
  #section-banner {
    height: inherit;
    background-image: none !important;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .section-title {
    margin-bottom: 10px;
  }
  .banner-text h3 {
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 600;
  }
  .insomenu-bars {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    margin: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 444;
    cursor: pointer;
  }
  .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: #ab9145;
  }
  .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: #fff;
    width: 100%;
    left: 0;
    padding: 0;
    padding: 0 20px 20px !important;
    margin-top: 90px;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    -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;
  }
  .insomenu-active #header-primary-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 9;
  }
  #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;
  }
  .is-hidden-touch {
    display: none;
  }
  .is-hidden-desktop {
    display: block !important;
  }
  .col-location,
  .col-celestial-galleria {
    width: 100% !important;
  }
  .location-block {
    padding: 30px 0 0 0px;
  }
  .contact-section-inner {
    position: fixed;
    padding: 0;
    display: block;
    bottom: -135px;
    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: #ffffff;
    z-index: 9999;
    margin: 0;
  }
  .contact-section.open .close-form {
    opacity: 1;
    background-color: transparent;
  }
  .contact-section.open .contact-section-inner {
    bottom: 0;
  }
  .contact-section {
    bottom: auto;
    left: auto;
    padding: 0 !important;
    width: 100%;
    background: rgb(45 41 38 / 0.9);
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    position: inherit;
    z-index: 999 !important;
  }
  .contact-section .col-form {
    width: 50%;
  }
  .col-form-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .col-form-title h3 {
    margin: 0;
    padding: 6px 12px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #537937;
  }
  #footer {
    position: relative;
    right: 0;
    text-align: center;
    left: 0;
    padding: 10px 10px 40px !important;
  }
  #footer span,
  #footer p,
  #footer a {
    color: #333;
  }
  .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) {
  #section-banner {
    margin-top: 0;
  }
  .sticky-btn-enquire {
    display: none;
  }
  header {
    position: relative;
    padding: 8px 50px;
  }
}
@media screen and (max-width: 768px) {
  .theme-padding {
    padding: 0 30px;
  }
  .sticky-btn {
    display: none;
  }
  .col-form-btn {
    margin-bottom: 15px;
  }
  .contact-section-inner {
    bottom: -175px;
  }
  .disclaimer p {
    font-size: 12px;
    line-height: 22px !important;
  }
  .banner-text h4 p {
    font-size: 20px;
  }
  .theme-logo-right img {
    width: 70px;
  }
  .col-form {
    float: left;
  }
  #countrycode,
  #countrycode1 {
    height: 29px;
  }
  .field.has-addons,
  .select:not(.is-multiple) {
    height: 29px;
  }
  .thankyou-block h1 {
    font-size: 24px;
    line-height: 34px !important;
  }
  .banner-text {
    padding: 15px;
  }
  .sticky-form {
    padding: 15px;
  }
  .banner-text {
    left: 30px;
    width: calc(100% - 60px);
    right: 0;
    margin: 0;
    padding: 0;
  }
  .sticky-form {
    width: calc(100% - 60px);
    margin: 0 30px 30px;
    left: 0;
    right: 0;
  }
  .section {
    position: relative;
    padding: 30px 0;
  }
  .sm-form-control {
    padding: 6px 6px 6px 0;
  }
  .section {
    position: relative;
    padding: 30px 0;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .banner-text:before {
    left: -20px;
    width: 10px;
  }
  .section-title picture {
    max-width: 100px;
    margin-bottom: 10px;
  }
  .yBoxFrame.yBoxImgWrap {
    height: auto !important;
  }
  .insertYboxAjaxHere {
    height: auto !important;
  }
  .insertYboxAjaxHere:after {
    color: #ffffff;
  }
}
@media screen and (max-width: 600px) {
  .theme-logo-right img {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .modal-card-title {
    font-size: 18px;
    line-height: 28px !important;
  }

  #header-primary-menu {
    margin-top: 80px;
  }

  #inquiry1 p {
    font-size: 13px !important;
    line-height: 18px !important;
    margin-top: 0;
  }
  .section-title p {
    font-size: 14px;
    line-height: 24px !important;
  }
  .splide__arrow--prev {
    left: 0;
  }
  .splide__arrow--next {
    right: 0;
  }
  .theme-scrollbar {
    height: 240px;
  }
  .banner-logo-res img {
    width: 200px;
    margin-bottom: 0;
  }
  .banner-text h4 p {
    font-size: 14px;
  }
  #footer {
    margin-top: 0;
  }
  .theme-logo-right img {
    width: 60px;
  }
  .banner-text h5 p {
    display: block;
  }
  .banner-text h4 p {
    display: block;
    margin-bottom: 0;
  }
  .banner-text h4 span {
    display: none;
  }
  .theme-logo img {
    max-height: 55px;
  }
  .thankyou-block h1 {
    font-size: 22px;
    line-height: 32px !important;
  }
  .copyright-line {
    display: none !important;
  }
  .poweredby {
    display: block;
  }
  #footer span,
  #footer p,
  #footer a {
    line-height: 24px !important;
  }
  .theme-logo {
    top: 10px;
    left: 10px;
    padding: 6px;
  }
  .theme-logo-right {
    top: 10px;
    right: 10px;
    padding: 6px;
  }
  .sticky-form {
    margin-bottom: 22px !important;
  }
  .banner-text h2,
  .banner-text h4 {
    font-size: 14px;
    line-height: 20px !important;
  }
  .banner-text h3 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .section-title {
    margin-bottom: 5px;
  }
  .banner-text h5 {
    font-size: 10px;
    line-height: 16px !important;
  }
  .contact-section .col-form {
    width: 100%;
  }
  .contact-section-inner {
    bottom: -275px;
  }
  p {
    font-size: 14px;
    line-height: 24px !important;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 480px) {
  .single-connectivity {
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 320px) {
  .section-title h1,
  .section-title h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .banner-text h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .banner-text h2,
  .banner-text h4 {
    font-size: 13px;
    line-height: 18px !important;
  }
}
