.contact-us-main {
     padding-top: 100px;
}

.nav-bg {
     height: 458px;
     width: 100vw;
     flex-shrink: 0;
     background: #c0e9fb;
     position: relative;
     z-index: 1;
}

.nav-bg .nav-text {
     padding: 240px 0px 0 270px;
     display: inline-flex;
     align-items: flex-start;
}


.nav-bg .nav-text .header-theme {
     width: 300px;
     position: absolute;
     bottom: -44px;
     left: 100px;
     z-index: -1;
     opacity: 0.4;
}

.nav-bg .header-design {
     position: absolute;
     right: 230px;
     bottom: -140px;
     width: 425.576px;
     height: 404.326px;
     flex-shrink: 0;
     background: url(../images/contact-us-img.png);
     background-repeat: no-repeat;
}

@media (max-width: 1024px) {
     .nav-bg .header-design {
          bottom: -101px !important;
          right: 0px !important;
          transform: scale(0.8);
     }
}

.contact-main .contact-text {
     margin-bottom: 0;
}

.contact-main .footer {
     padding-top: 100px;
}

.contact-main .contact-us-main {
     position: relative;
     z-index: 1;
     background: #fff;
}

.contact-main .contact-form-main {
     position: unset;
     bottom: unset;
}

.contact-main .map-section {
     position: relative;
     z-index: 1;
     padding: 100px 0;
}

.map-section iframe {
     box-shadow: 4px 11px 49px 0px rgba(145, 182, 212, 0.60);
}


/* newsletter */

.newsletter {
     padding: 130px 0 0 0;
     /* z-index: 1;
     background: white; */
     position: relative;
}

.newsletter-bg {
     width: auto;
     height: 250px;
     flex-shrink: 0;
     border-radius: 30px;
     background: linear-gradient(288deg, #85e1ff 0.23%, #237bff 99.44%);
     display: flex;
     justify-content: space-between;
     align-items: center;
}

.newsletter-bg .news {
     padding-left: 50px;
}

.newsletter-bg .news h2 {
     color: #fff;
     text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
     font-size: 2rem;
     font-weight: bold;
     padding-bottom: 12px;
}

.newsletter-bg .news h4 {
     color: #fff;
     text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
     font-size: 1.5rem;
     font-weight: 500;
}

.newsletter-bg .btn-wrap {
     padding-right: 50px;
}

.newsletter-bg .btn-wrap a {
     text-decoration: none;
     color: #000;
     font-size: 1.125rem;
     font-weight: 600;
     transition: 0.6s ease-in-out;
}

.newsletter-bg .btn-wrap .news-btn {
     display: inline-flex;
     padding: 10px 20px;
     align-items: center;
     gap: 30px;
     border-radius: 10px;
     background-color: #000000;
     background-image: #000000;
     background-image: -moz-linear-gradient(top, #fff 0%, #ffffff 100%);
     background-image: -webkit-linear-gradient(top, #fff 0%, #ffffff 100%);
     background-image: linear-gradient(to bottom, #fff 0%, #ffffff 100%);
     background-size: 300px;
     background-repeat: no-repeat;
     background-position: 0%;
     -webkit-transition: 0.6s ease-in-out;
     transition: 0.6s ease-in-out;
     box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.14);
}

.newsletter-bg .btn-wrap .news-btn:hover {
     color: #fff;
     background-position: -1700%;
     transition: 0.6s ease-in-out;
}

@media (max-width: 992px) {
     .newsletter {
          padding: 100px 0 0 0;
     }

     .newsletter-bg .btn-wrap a {
          font-size: 0.75rem;
     }

     .newsletter-bg .btn-wrap .news-btn img {
          height: 20px;
          width: 20px;
     }

     .newsletter-bg .btn-wrap .news-btn {
          width: 200px;
          gap: 10px;
     }
}

@media (max-width: 768px) {
     .newsletter-bg .news h2 {
          padding-top: 15px;
          font-size: 1.325rem;
     }

     .newsletter-bg .news h4 {
          font-size: 1rem;
     }

     .newsletter-bg .btn-wrap {
          padding: 15px 0 18px 0;
     }

     .newsletter-bg .btn-wrap .news-btn {
          width: 200px;
     }

     .newsletter-bg {
          width: auto;
          height: auto;
          display: flex;
          flex-direction: column;
          align-items: center;
     }
}