@media only screen and (max-width:1600px) {
  .menu1 li {
    margin: 0 10px
  }

  .menuRight img {
    width: 40px
  }

  .menuRight a span {
    height: 45px
  }

  .menu1 li a i {
    width: 18px
  }

  .form-title {
    margin-bottom: 10px;
    font-size: var(--fs-lg)
  }

  .form-title>h1 {
    font-size: var(--fs-lg) !important;
  }

  .contact_form .form-text,
  .contact_form .form-textarea {
    height: 35px
  }

  .form-submit {
    height: 45px
  }

  .contact_form LI {
    margin-bottom: 10px
  }

  .bottom .logo {
    width: 190px
  }

  .bottom .right {
    width: calc(98% - 160px)
  }

  .bottom {
    height: 85px
  }

  .bottom .right img {
    width: 30px
  }

  .logoForm {
    margin-bottom: 20px
  }

  #dp-slider,
  .dp-img img {
    height: 400px
  }

  .whatsApp {
    margin-top: 0px;
  }
}

@media only screen and (max-width:850px) {
  .form-holder {
    position: relative;
    width: 100%;
    padding: 25px 20px;
    z-index: 15
  }

  .form-inner {
    margin: 0 auto;
    display: table
  }

  .imgContent {
    width: 100%;
  }

  .w100 {
    width: 100%
  }

  .menuBar {
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 15px rgb(0 0 0 / 13%);
    background-color: #fff
  }

  .p1 {
    background: none;
    height: auto !important;
  }

  .caption {
    display: none
  }

  .desktopBg {
    display: none
  }

  .mobileBg {
    display: block
  }

  .mobile {
    display: block;
  }

  .pdn {
    padding: 20px 0
  }

  .title2 span {
    font-size: var(--fs-xl)
  }

  .title2 h2 {
    font-size: var(--fs-2xl)
  }

  .logo {
    width: 150px;
    padding: 0;
    border-radius: 0
  }

  .bottom .right {
    width: 100%;
    margin-top: 15px;
    justify-content: center;
    flex-direction: column;
    margin-left: 0px;
  }

  .bottom .right p {
    margin-left: 0px;
  }

  .bottom .right a {
    font-size: var(--fs-base);
    float: left;
    margin: 10px 0;
    text-align: center;
    padding: 0 10px
  }

  .bottom .right a:nth-last-child(1),
  .bottom .right a:nth-last-child(2),
  .bottom .right a:nth-last-child(3) {
    width: auto
  }

  .bottom {
    height: auto;
    padding: 20px 0
  }

  .menu1 {
    position: fixed;
    top: -120%;
    left: 0;
    right: 0;
    z-index: 15;
    background-color: #fff;
    height: calc(100vh - 70px);
    border-top: 1px solid #b50e7d;
    flex-direction: column;
    transition: all .5s ease-in-out
  }

  main {
    width: 100%;
    display: inline-block
  }

  .menuRight a span {
    font-size: var(--fs-base);
    padding: 5px 10px;
    margin: 0;
    height: 40px;
    background-color: transparent;
    color: #b50e7d
  }

  .bottom .logo {
    float: initial !important;
    margin: 0 auto
  }

  .title2 {
    margin-bottom: 15px;
    text-align: center
  }

  .title3 {
    position: relative;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: var(--fs-lg)
  }

  .bottom .container {
    flex-direction: column
  }

  .bottom .right p {
    font-size: var(--fs-base)
  }

  #dp-slider,
  .dp-img img {
    height: 270px
  }

  #dp-next,
  #dp-prev {
    width: 30px;
    height: 30px;
    padding: 8px
  }

  /* Fancybox mobile improvements */
  .fancybox-button--close {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 9999 !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .fancybox-button--close svg {
    width: 24px !important;
    height: 24px !important;
    stroke-width: 3 !important;
  }

  .fancybox-button--close:active {
    background-color: rgba(0, 0, 0, 0.8) !important;
    transform: scale(0.95);
  }

  .fancybox-bg {
    cursor: pointer !important;
  }

  .fancybox-content {
    padding: 20px !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
  }

  .fancybox-slide--html .fancybox-content {
    padding: 20px !important;
  }

  .fancybox-mobile-close {
    display: flex !important;
  }
}

@media only screen and (max-width:320px) {
  .form-inner {
    width: 100%
  }
}