@media (max-width: 1899px) {}

@media (max-width: 1699px) {

  #header li.menu-logo-item .header-logo a {
    width: 110px;
  }

  #header ul.menu li a {
    padding: 15px 25px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 47px;
  }

  body p {
    font-size: 18px;
  }

  .btn-wrapper {
    margin-top: 25px;
    gap: 15px;
  }

  .btn-main {
    padding: 15px 27px;
  }

  .image-slider .splide__slide {
    height: 380px;
  }

  .main-banner-section {
    padding: 190px 0px 0px 0px;
  }

  .image-slider {
    padding: 60px 0px 80px 0px;
  }

  .about-us-wrapper {
    padding-bottom: 100px;
  }

  .logo-wrapper .logo-box {
    padding: 25px 15px;
  }

  .service-section {
    padding: 80px 0px;
  }

  .testimonial-section {
    padding: 90px 0px;
  }

  .contact-section {
    padding: 80px 0px;
  }

  .contact-section .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield textarea {
    height: 55px;
    padding: 5px 25px !important;
    font-size: 15px !important;
  }

  .instagram-section {
    padding-top: 80px;
  }

  footer.footer-sec {
    padding: 60px 0px 40px 0px;
  }

  .testimonial-section .testimonial-bottom-wrapper {
    max-width: 740px;
  }

  .testimonial-box {
    padding: 25px 25px 25px 25px;
    gap: 40px;
    border-radius: 15px;

  }

  .service-box {
    height: 450px;
  }

  .service-box .service-info-wrap p {
    font-size: 16px;
  }

  .testimonial-box .info-wrapper p {
    font-size: 16px;
  }

  .testimonial-box .image {
    height: 300px;
  }

  .testimonial-box .image img {
    border-radius: 15px;
  }

  .testimonial-box .info-wrapper .more-info-wrap {
    height: 200px !important;
  }

  .service-listing {
    gap: 25px;
  }
}

@media (max-width: 1499px) {
  .container {
    width: 1250px;
  }

  body p {
    font-size: 16px;
  }

  .image-slider .splide__slide {
    height: 330px;
  }

  .service-box .service-info-wrap .hide-element {
    margin-top: 10px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  .testimonial-prev,
  .testimonial-next {
    width: 45px;
    height: 45px;
  }

  .testimonial-section .testimonial-bottom-wrapper {
    max-width: 620px;
  }

  .service-box {
    height: 400px;
  }

  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 15px !important;
  }

  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield textarea {
    height: 50px;
  }

}

@media (max-width: 1279px) {
  .container {
    width: 1121px;
  }

  #header {
    padding-top: 10px;
  }

  #header ul.menu li a {
    font-size: 14px;
    padding: 13px 20px;
  }

  .main-banner-section {
    padding: 170px 0px 0px 0px;
  }

  .image-slider .splide__slide {
    height: 250px;
  }

  h3 {
    font-size: 30px;
  }

  .about-us-wrapper .about-main-wrapper .right-col p {
    padding-bottom: 20px;
  }

  .about-us-wrapper .about-main-wrapper .right-col .btn-wrapper {
    margin-top: 30px;
  }

  .testimonial-section .testimonial-bottom-wrapper {
    max-width: 740px;
  }

}

@media (max-width: 1120px) {
	
	#header.fixed ul.menu li.highlight a {
		background: transparent;
		color: var(--text) !important;
	}	
	
	#header.fixed ul.menu li.highlight a:hover {
    color: var(--primary) !important;
	}
	
  #header .header-main-menu {
    padding: 0px;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: transparent !important;
    box-shadow: unset !important;
  }

  #header .mobile {
    display: block !important;
  }

  #header .destop {
    display: none !important;
  }

  #header {
    width: 100%;
    top: 0 !important;
    padding: 15px 0px;
  }

  #header.fixed {
    background: #fff;
    padding: 10px 0px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  }

  #header ul.menu {
    margin: 0 !important;
    display: block !important;
  }

  #header ul.menu li {
    border-bottom: 1px solid rgb(235 235 235);
    margin: 0 !important;
  }

  #header ul.menu li:last-child {
    border: 0;
  }

  #header ul.menu li a {
    width: 100%;
    padding: 15px 0;
    display: inline-block;
	  border-radius: 0px !important;
  }


  #header .res_navigation {
    display: block;
    position: relative;
    order: 3;
  }

  #header .mobile-menu {
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
    padding: 140px 20px 20px 20px;
    overflow-y: auto;
    float: none;
    margin: 0 !important;
    height: 100vh;
  }

  html.menu-open #header .mobile-menu {
    left: 0;
    transform: translateX(0) translateY(0);
  }

  #header ul.menu li a:hover {
    color: var(--primary) !important;
    background-color: transparent !important;
  }

  /**/
  #header ul.menu span.submenu-click-arrow {
    top: 0;
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(4713%) hue-rotate(332deg) brightness(93%) contrast(20%);
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: 11px;
    pointer-events: all;
  }

  #header ul.menu li ul.sub-menu {
    width: 100% !important;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    position: static;
    transform-origin: unset;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    opacity: 1 !important;
    visibility: visible !important;
    padding-left: 15px;
  }

  #header ul.menu li ul.sub-menu::before {
    content: none;
  }

  #header ul.menu li ul.sub-menu li a {
    padding: 15px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }

  #header ul.menu li.menu-item-has-children::after {
    content: none;
  }

  #header ul.menu ul.sub-menu li {
    margin: 0 !important;
  }

  #header ul.menu li:last-child {
    border: 0 !important;
  }

  #header .header-logo img {
    width: 100px;
    transition: all 0.5s;
    position: relative;
    z-index: 99;
  }

  html.menu-open {
    overflow: hidden;
  }

  #header.fixed .header-logo img {
    width: 60px;
  }

  .container {
    width: 100%;
  }

  body p {
    font-size: 15px;
  }

  .image-slider .splide__slide img {
    border-radius: 15px;
  }

  .about-us-wrapper .about-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }

  .contact-section .row-wrapper {
    gap: 40px;
  }

  h2 {
    font-size: 40px;
  }

  .arrow-image {
    margin-right: -5px;
  }

  .about-info-wrap {
    gap: 15px;
  }

  h3 {
    font-size: 26px;
  }

  .about-info-wrap p {
    font-size: 12px;
  }

  .about-info-wrap h3 span {
    font-size: 35px;
  }

  .service-box {
    width: 31%;
  }

  .service-listing .service-box:nth-last-child(-n + 2) {
    width: 48%;
  }

  .service-box .service-info-wrap {
    padding: 25px;
  }

	.instagram-section .title-wrapper {
    margin-bottom: 30px;
}
}

@media (max-width: 991px) {
  .jump-link {
      margin-top: -80px;
      padding-top: 80px;
    }
  body p {
    font-size: 15px;
  }

  .page-not-found {
    padding: 130px 0px 50px;
  }

  .page-not-found h1 {
    margin-bottom: 25px;
  }

  .gform_wrapper .gfield_radio {
    grid-template-columns: repeat(2, 1fr);
  }

  #header .header-logo img {
    width: 80px;
  }

  .main-banner-section {
    padding: 130px 0px 0px 0px;
  }

  .main-banner-section h1 img.balloons-bg-shap {
    display: none;
  }

  h1 {
    font-size: 40px;
  }

  .main-banner-section h1 {
    margin-bottom: 10px;
  }

  .btn-wrapper {
    margin-top: 15px;
  }

  .btn-main {
    padding: 13px 25px;
    font-size: 12px;
    letter-spacing: 0px;
  }

  .image-slider .splide__slide img {
    border-radius: 10px;
  }

  .about-us-wrapper .about-main-wrapper {
    gap: 40px;
    grid-template-columns: 100%;
  }

  .about-us-wrapper .about-main-wrapper .left-col {
    justify-content: center;
    gap: 30px;
    align-items: center;
    text-align: center;
  }

  .about-us-wrapper .about-main-wrapper .right-col p {
    text-align: center;
  }

  .about-us-wrapper .about-main-wrapper .right-col {
    text-align: center;
  }

  .about-info-wrap {
    gap: 55px;
    text-align: center;
    justify-content: center;
  }

  .image-slider {
    padding: 50px 0px 60px 0px;
  }

  .about-us-wrapper {
    padding-bottom: 60px;
  }

  .logo-main-wrapper h5 {
    margin-bottom: 30px;
  }

  .logo-wrapper .logo-box {
    padding: 20px 10px;
  }

  .service-section {
    padding: 60px 0px;
  }

  .service-listing {
    gap: 20px;
  }

  h4 {
    font-size: 22px;
  }

  .service-box .service-info-wrap {
    padding: 15px 15px 15px 15px;
  }

  .service-box .service-info-wrap .btn-wrap {
    margin-top: 15px;
  }

  .service-box .service-info-wrap p {
    font-size: 14px;
  }

  .btn-main.btn-outline-white.sm {
    padding: 11px 20px;
  }

  .service-box {
    height: 350px;
  }

  h2 {
    font-size: 35px;
  }

  .testimonial-section h2 img {
    display: none;
  }

  .testimonial-section {
    padding: 60px 0px;
  }

  .testimonial-section h2 {
    margin-bottom: 30px;
  }

  .testimonial-box {
    padding: 20px 20px 20px 20px;
    gap: 20px;
    border-radius: 10px;
  }

  h6 {
    font-size: 16px;
  }

  .testimonial-box .info-wrapper p {
    font-size: 15px;
  }

  .testimonial-box .image img {
    border-radius: 10px;
  }

  .testimonial-section .testimonial-bottom-wrapper {
    max-width: 510px;
  }

  .testimonial-navigation {
    gap: 10px;
  }

  .contact-section {
    padding: 60px 0px;
  }

  .arrow-image {
    display: none;
  }

  .contact-section .row-wrapper {
    grid-template-columns: 100%;
  }

  .contact-section .row-wrapper .left-wrapper {
    padding-top: 0px;
    text-align: center;
  }

  .contact-form {
    padding: 40px 25px 30px 25px;
    border-radius: 15px;
  }

  .instagram-section {
    padding-top: 60px;
  }

  footer.footer-sec {
    padding: 50px 0px 25px 0px;
  }

  .footer-top a {
    font-size: 16px;
  }

  .footer-logo img {
    width: 110px;
  }
	
}

@media (max-width: 767px) {
  #header .header-logo img {
    width: 70px;
  }

  #header .mobile-menu {
    padding: 100px 20px 20px 20px;
  }

  .main-banner-section {
    padding: 110px 0px 0px 0px;
  }

  legend.gfield_label {
    font-size: 16px !important;
  }

  .gform_wrapper .gfield_radio {
    gap: 13px;
  }

  .gform_wrapper .gfield_radio label {
    font-size: 12px !important;
  }

  .gform_wrapper .gfield_radio>.gchoice {
    padding: 5px 12px 5px 12px;
  }

  .ginput_container_consent label.gfield_consent_label {
    font-size: 14px;
  }

  .gform_confirmation_message {
    font-size: 14px;
    padding: 15px 25px;
  }

  .page-not-found {
    padding: 120px 0px 50px;
  }

  .page-not-found h1 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .gform_wrapper .gfield_radio {
    grid-template-columns: 100%;
  }

  br {
    display: none;
  }

  .mobile-list-menu {
    display: block;
  }

  .subtitle {
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }
	.about-us-wrapper .about-main-wrapper {
    gap: 30px;
}

  h1 {
    font-size: 33px;
    letter-spacing: 0;
  }

  .btn-wrapper {
    flex-direction: column;
  }

  .btn-main {
    padding: 12px 20px;
    font-size: 13px;
    letter-spacing: 0px;
    gap: 8px;
  }
	.service-box .service-info-wrap {
    padding: 20px 20px 20px 20px;
}
	.service-box .service-info-wrap .btn-wrap {
    margin-top: 10px;
}

  h2 {
    font-size: 30px;
    letter-spacing: 0px;
  }

  .about-info-wrap {
    gap: 25px;
  }

  .about-us-wrapper {
    padding-bottom: 50px;
  }

  .logo-main-wrapper h5 {
    margin-bottom: 20px;
  }

  .logo-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-wrapper .logo-box {
    border-bottom: 1px solid #DFDCDB;
    padding: 20px 25px;
  }

  .logo-wrapper .logo-box:nth-child(2) {
    border-right: 0px;
  }

  .service-section {
    padding: 50px 0px;
  }

  .service-box {
    width: 100%;
    border-radius: 15px;
	  height: 400px;
  }

  .service-section h2 {
    margin-bottom: 30px;
  }

  .service-listing .service-box:nth-last-child(-n + 2) {
    width: 100%;
  }

  .service-box:hover .image img {
    transform: unset;
  }

  .testimonial-section {
    padding: 50px 0px;
  }

  .testimonial-section h2 {
    margin-bottom: 25px;
  }

  .testimonial-box {
    grid-template-columns: 100%;
    padding: 15px 15px 20px 15px;
  }

  .testimonial-box .info-wrapper .more-info-wrap {
    height: 140px !important;
  }

  .testimonial-box .image {
    height: 250px;
  }

  .testimonial-box .info-wrapper .bottom-wrapper span {
    font-size: 13px;
  }

  h6 {
    font-size: 15px;
  }

  .testimonial-prev svg,
  .testimonial-next svg {
    height: 14px;
  }

  .testimonial-prev,
  .testimonial-next {
    width: 40px;
    height: 40px;
  }

  .contact-section {
    padding: 50px 0px;
  }

  .contact-section .row-wrapper {
    gap: 15px;
  }

  .contact-form {
    padding: 35px 20px 25px 20px;
    border-radius: 10px;
  }

  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield textarea {
    height: 45px;
    padding: 5px 20px !important;
    font-size: 14px !important;
  }

  html .gform_wrapper .gfield textarea {
    height: 100px !important;
    padding: 18px 20px !important;
    border-radius: 20px;
  }

  .gform_wrapper .gform_footer .gform_button {
    padding: 14px 20px 14px 20px;
    font-size: 14px;
  }

  .instagram-section {
    padding-top: 50px;
  }

  .instagram-section .title-wrapper span {
    font-size: 13px;
    letter-spacing: 1.5px;
  }

  .footer-top {
    max-width: 100%;
    justify-content: center;
    text-align: center;
    flex-direction: column;
	  margin-bottom: 20px;
  }

  .footer-logo {
    order: 1;
  }

  .footer-top .footer-sm-wrap {
    order: 1;
  }

  .footer-top>a {
    order: 2;
  }

  ul.social-list li a {
    padding: 9px;
  }

  .service-box .service-info-wrap .hide-element {
    max-height: 100%;
    opacity: 1;
  }

  .service-box .service-info-wrap::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 63.32%) !important;
  }
	.contact-section h2 {
    margin-bottom: 13px;
}

  .service-box .service-info-wrap {
    height: 100% !important;
  }

    #header.fixed .header-logo img {
      width: 50px;
    }
	.image-slider {
    padding: 40px 0px 50px 0px;
}
	.main-banner-section .btn-wrapper {
    flex-direction: unset;
    gap: 10px;
}
	.main-banner-section .btn-wrapper .btn-main {
    font-size: 11px;
    gap: 6px;
}
	.page-not-found {
    padding: 120px 0px 30px;
}
	.gform-theme-datepicker:not(.gform-legacy-datepicker) {
    width: 300px !important;
    overflow-x: auto !important;
}
}