@font-face {
  font-family: "COOKIE-SUPPLY-DEMO";
  src: url("font/COOKIE-SUPPLY-DEMO.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Euclid-Circular-A-Regular";
  src: url("font/Euclid-Circular-A-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EUCLID-CIRCULAR-A-MEDIUM";
  src: url("font/EUCLID-CIRCULAR-A-MEDIUM.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* //////////Sidebar code//////////// */
.sidebar {
  height: fit-content;
  background-color: white!important;
}
.sidebar ul li a {
  color: black !important;
}
.sidebar ul li a:hover {
  color: #0056b3 !important;
}
.offcanvas-header img {
  width: 40%;
}

@media (max-width: 991px) {
  .sidebar {
    background-color: #0056b3;
    backdrop-filter: blur(10px);
  }
  .sidebar ul li a {
    color: black !important;
  }
}
/* //////////Headings ////////// */
.center-head {
  margin-bottom: 50px;
}
.center-head h4 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #1d5f81;
  text-align: center;
  font-family: "COOKIE-SUPPLY-DEMO";
}
@media (max-width: 567px) {
  .center-head h4 {
    font-size: 1.8rem;
  }
  .center-head {
    margin-bottom: 25px;
  }
}
/* //////////Navbar/////////// */
.navbar {
  padding: 20px 75px 20px 75px !important;
}
.navbar-brand img {
  width: 250px;
  height: 100%;
}
.nav-item .nav-link {
  font-size: 18px;
  font-family: "EUCLID-CIRCULAR-A-MEDIUM";
  /* text-align: center; */
  color: black !important;
}
.nav-item .nav-link img {
  width: 35px;
}
@media (max-width: 576px) {
  .navbar-brand img {
    width: 175px;
    height: 100%;
  }
  .navbar {
    padding: 20px 35px 20px 35px !important;
  }
}
   /*whatsapp icon sticky*/
   .whatsapp-float {
   position: fixed;
   bottom: 20px;
   right: 20px;
   z-index: 999;
   background-color: #25D366;
   border-radius: 50%;
   padding: 10px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.whatsapp-float img {
   display: block;
   width: 40px;
   height: 40px;
}

/* banner section start here */
 .banner-section {
background-image: url("images/bannernew.jpg");
background-repeat: no-repeat;
/* background-position: center center; */
background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
  color: white;
  border-radius: 45px;
  margin-left: 20px;
  margin-right: 20px;
}
.banner-section .banner-head{
  text-align: start!important;
 margin-top: -50px;
}
.banner-section .banner-head h1 {
  font-size: 3rem;
  font-family: "COOKIE-SUPPLY-DEMO";
  line-height: 1;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.7);
}


.banner-section .banner-head span {
  color: white;
  font-size: 3.7rem;
}
.banner-section .banner-head a i {
  font-size: 0.7rem;
  margin-left: 5px;
}
.banner-section .banner-head .banner-texts {
  font-size: 20px;
  color: white;
  width: 60%;
  font-family: "Euclid-Circular-A-Regular";
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.banner-section .banner-head .btn {
  font-size: 1.2vw;
  padding: 15px 20px;
  color: white;
  background-color: #2a6b93;
  border: none;
  border-radius: 20px;
  margin-top: 5px;
  font-family: "EUCLID-CIRCULAR-A-MEDIUM";
}
.banner-section .banner-head .btn:hover {
  background-color: #1d5f81;
  transition: 0.3s ease;
}
.custom-mt {
    margin-top: -100px;
}
  .new-form{
    background-color: aliceblue!important;
    padding:20px 30px 20px 30px!important;
    margin-right: 30px!important;
    border-radius: 20px;
  }
  .new-form h6{
    font-family: "EUCLID-CIRCULAR-A-MEDIUM";
    font-size: 20px;
    color: black;
    text-align: center;
  }
  .new-form label{
    font-size: 15px;
    color: black;
    font-family: "Euclid-Circular-A-Regular";
  }
  .new-form input{
    font-size: 15px;
    color: black;
    font-family: "Euclid-Circular-A-Regular";
  }
  .new-form .btn{
    background-color:#2a6b93;
  }


/* General Styles for Screens 992px and Below */
@media (max-width: 992px) {
  .banner-section {
    padding: 20px;
  }

  /* Align Banner Head and Form Stacked Vertically */
 
  /* Ensure Banner Heading is Centered */
  .banner-head {
    text-align: center;
    margin-bottom: 20px;
  }

  .banner-head h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .banner-head p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  /* Adjust Form Width */
  .new-form {
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
  }
  .custom-mt {
    margin-top: 0px;
    }

  /* Adjust Form Input Field Sizes */
  .form-control, 
  .form-select, 
  .btn {
    font-size: 1rem;
    padding: 10px;
  }
}




@media(max-width: 767px){
    .banner-section {
     background-image: url("images/banner-ph.jpg");
     align-items: center;
     background-position: 70% 30%;
    background-size: cover;
    padding-top: 120px;
    min-height: 420px!important;
    text-align: center;
    }
    .banner-section .banner-head h1 {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .banner-section .banner-head{
  text-align:center!important;
  padding-bottom: 30px;
  padding-top: 30px;
}
  .banner-section .banner-head span {
    font-size: 2.2rem;
  }
  .banner-section .banner-head .banner-texts {
    font-size: 16px !important;
    line-height: 20px;
    width: unset;
  }
  .banner-section .banner-head .btn {
    font-size: 13px;
    padding: 8px 16px;
  }
    .custom-mt {
    margin-top: 0px;
    }
  .banner-section .new-form{
    margin-right: unset!important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  }


   /*banner section ends here*/

/* ////////committed to delivery section start here//////////// */

.delivery {
  padding-top: 80px;
  padding-bottom: 40px;
}

.delivery .delivery-content {
  padding: 20px;
}
.delivery .delivery-content h4 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #1d5f81;
  font-family: "COOKIE-SUPPLY-DEMO";
}
.delivery .delivery-content p {
  line-height: 1.3;
  color: #555;
  font-weight: 700;
  font-size: 15px;
  margin-top: 15px;
  font-family: "EUCLID-CIRCULAR-A-MEDIUM";
}

/*.delivery .delivery-video {*/
/*  position: relative;*/
/*  cursor: pointer;*/
/*}*/

/*#thumbnail {*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 350px;*/
/*}*/

/*#play-icon {*/
/*  position: absolute;*/
/*  top: 56%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  font-size: 64px;*/
/*  color: white;*/
/*}*/

/*#video {*/
/*  display: none;*/
/*  width: 100%;*/
/*  height: 315px;*/
/*}*/

/*.delivery-video:hover #play-icon {*/
/*  opacity: 0.8;*/
/*}*/
.delivery-video {
  position: relative;
  max-width: 100%; 
  overflow: hidden;
  border-radius: 12px;
  height: 350px;
}

.delivery-video video {
  width: 100%;
  height: 350px !important;
  display: block;
  border-radius: 12px;
  background-color: #115a81;
}


@media (max-width: 576px) {
  .delivery {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  /*#play-icon {*/
  /*  top: 90%;*/
  /*  left: 50%;*/
  /*  transform: translate(-50%, -50%);*/
  /*}*/
  /*.delivery .delivery-content p {*/
  /*  font-size: 13px;*/
  /*}*/
  /*.delivery .delivery-content h4 {*/
  /*  font-size: 1.8rem;*/
  /*}*/
  /*.delivery .delivery-content {*/
  /*  margin-bottom: 25px;*/
  /*}*/
  /*.delivery-video {*/
  /*  height: 200px;*/
  /*}*/
}

/* //////////////////Journey Section Start here////////////////////*/
.start-journey {
  padding-top: 20px;
  padding-bottom: 40px;
}
.start-journey .texts {
  position: relative;
  text-align: center;
  color: white;
}

.start-journey .texts .centered-text {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
}
.start-journey .texts .centered-contact {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
}
.start-journey .texts .centered-contact a {
  color: white !important;
  text-decoration: none !important;
}
.start-journey .texts .centered-text2 {
  position: absolute;
  top: 58%;
  left: 84%;
  transform: translateX(-30%);
  font-size: 15px;
  font-weight: bold;
  color: #1f6379;
  cursor: pointer;
}
@media (max-width: 992px) {
  .start-journey {
    /*padding-top: 50px;*/
    padding-bottom: 40px;
  }
  .start-journey .texts img {
    height: 160px;
  }
  .start-journey .texts .centered-text {
    font-size: 17px;
  }
  .start-journey .texts .centered-contact {
    font-size: 17px;
  }
  .start-journey .texts .centered-text2 {
    font-size: 9px;
  }
}
@media (max-width: 576px) {
  .start-journey {
    /*padding-top: 160px;*/
  }
  .start-journey .texts .centered-text2 {
    position: absolute;
    top: 58%;
    left: 85%;
    font-size: 7px;
    transform: translateX(-50%);
  }
  .start-journey .texts .centered-text,
  .centered-contact {
    font-size: 12px;
    line-height: 1.2;
  }
}

/* .start-journey section ends here */

/* our services section start here  */
.our-services {
  padding-top: 40px;
}
.our-services .box {
  position: relative;
  margin: 10px;
  margin-bottom: 60px;

}
.our-services .box img {
  width: 100%;
  border-radius: 20px!important;
}
.our-services .box .box-title {
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  color: white;
  background-color: #105b83;
  padding: 10px;
  border-radius: 15px;
  width: 70%;
  font-family: "EUCLID-CIRCULAR-A-MEDIUM";
  text-align: center;
}

@media (max-width: 576px) {
  .our-services {
    padding-top: 20px;
  }
  .our-services-head {
    margin-bottom: 20px;
  }
  .our-services h4 {
    font-size: 1.8rem;
  }
  .our-services .box .box-title {
    font-size: 0.8em;
    padding: 5px;
  }
  .our-services .box img {
    width: 100%;
  }
  .our-services .box {
    margin-bottom: 30px;
  }
}

/* our services section ends here */

/* why manjoli section start here  */
.why-manjoli {
  padding-top: 30px;
  padding-bottom: 40px;
}
.why-manjoli .why-manjoli-content .features-list li {
  font-size: 2rem;
  font-family: "Euclid-Circular-A-Regular";
}
.why-manjoli .why-manjoli-content .features-list li {
  color: black;
}
/*.why-manjoli .why-manjoli-content .features-list li:nth-child(2) {*/
/*  color: #00a8cc;*/
/*}*/
/*.why-manjoli .why-manjoli-content .features-list li:nth-child(3) {*/
/*  color: #00bfa5;*/
/*}*/
/*.why-manjoli .why-manjoli-content .features-list li:nth-child(4) {*/
/*  color: #ff6f61;*/
/*}*/
/*.why-manjoli .why-manjoli-content .features-list li:nth-child(5) {*/
/*  color: #a1c99a;*/
/*}*/
/*.why-manjoli .why-manjoli-content .features-list li:nth-child(6) {*/
/*  color: #f28b82;*/
/*}*/
/*.why-manjoli .why-manjoli-content .features-list li:nth-child(7) {*/
/*  color: #d7ccc8;*/
/*}*/
/*.why-manjoli .why-manjoli-content .features-list li:nth-child(8) {*/
/*  color: #ffe082;*/
/*}*/
@media (max-width: 576px) {
  .why-manjoli .why-manjoli-content .features-list li {
    padding: 5px;
  }
  .why-manjoli .why-manjoli-head h4 {
    font-size: 1.8rem;
  }
  .why-manjoli .why-manjoli-content .features-list li {
    font-size: 1rem!important;
    line-height: 17px;
    line-height: 1.2;
  }
  .why-manjoli {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .why-manjoli-head {
    margin-bottom: 10px;
  }
}

/* why manjoli section ends here */
.testimonials .slider-container {
  overflow: hidden;
  position: relative;
}
.testimonials .testimonial-head {
  margin-bottom: 50px;
}
.testimonial-head h4 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #1d5f81;
  font-family: "COOKIE-SUPPLY-DEMO";
}
.testimonials .slider-container .slider-wrapper {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 20px;
}

 .testimonial-slide {
  min-width: calc(100% - 20px);
  padding: 30px;
  background: #91cae7;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial-content {
  font-size: 18px;
  line-height: 19px;
  color: #1d5f81;
  font-family: "Euclid-Circular-A-Regular";
  /* margin-bottom: 15px; */
}
.slider-controls {
  display: none; /* Hide navigation buttons */
}

.testimonials .slider-container .slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.dot {
  cursor: pointer;
  width:8px;
  height: 8px;
  background: #ddd;
  margin-top: 30px;
  margin-bottom: 40px;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.dot.active {
  background: #1b87fa;
}

@media (min-width: 568px) {
  .testimonial-slide {
    min-width: calc(50% - 10px);
  }
}

@media (min-width: 1024px) {
  .testimonial-slide {
    min-width: calc(33.33% - 14px);
  }
}

@media (max-width: 576px) {
  /* .testimonials {
    padding-bottom: 20px;
  } */
  .testimonial-head h4 {
    font-size: 1.8rem;
    text-align: center;
  }
  .testimonial-head {
    margin-bottom: 20px;
  }
}

/* testimonials section ends here */
/* Our Gallery section start here   */
.gallery-section .gallery-section {
  padding-top: 40px;
  padding-left: 40px;
  padding: 0 110px 0 110px !important;
}


.gallery-section {
  padding: 50px 0;
}

.swiper {
  width: 100%;
  /* padding: 30px 0; */
}

.swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: auto;
  padding: 0 60px 0 60px;
}

.swiper-slide:hover {
  transform: translateY(-5px);
}

.swiper-slide video {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
/* 
.swiper-pagination {
  width: 12px;
  height: 12px;
}
.swiper-pagination{
  width: 7px;
  height: 7px;
 padding-top: 20px;
}
.swiper-pagination-active {
  background: #007bff;
} */
@media (max-width: 568px) {
 
  .swiper-slide {
    padding: 10px;
  }
}


/* Our Gallery section ends here */

/* faq section start here   */
.faq-section {
  padding: 0 110px 0 110px !important;
  padding-top: 40px;
  padding-left: 40px;
}
  .faq-section .faq-box {
  gap: 60px;
  margin: auto;
  padding: 20px;
  background-color: #1d5f81;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-section .faq-box .faq-item .faq-question {
  font-weight: bold;
  cursor: pointer;
  padding: 15px 15px 15px 15px;
  border-radius: 20px;
  font-family: "Euclid-Circular-A-Regular";
  align-items: center;
}
.faq-section .faq-box .faq-item .faq-question i {
  font-size: 8px;
  color: #1d5f81;
  padding-right: 5px;
}
.faq-section .faq-box .faq-item .faq-answer {
  padding: 0 15px 15px 15px;
  display: none;
  font-family: "Euclid-Circular-A-Regular";
  padding-bottom: 15px;
}
.faq-section .faq-box .faq-item {
  border-radius: 20px;
  background-color: aliceblue;
  margin: 30px 0 20px;
}
@media (max-width: 992px) {
  .faq-section {
    padding: 0 40px 0 40px !important;
  }
}
@media (max-width: 567px) {
  .faq-section {
    padding: 20px 0 0 0 !important;
  }
}

/* faq section ends here */
/* Footer Section start here */
    .footer {
        background: url("images/manjoli-footer.png") no-repeat center center;
      background-position: top;
      background-size: cover;
      color: white;
      padding-top: 80px;
      margin-top: 55px;
    }

    /* 3-column layout */
    .footer-box {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 15px;
      flex-wrap: wrap; /* wrap for small screens */
    }

    .footer-box .footer-logo,
    .footer-box .footer-map,
    .footer-box .contact-detail {
      flex: 1 1 30%;
      min-width: 250px;
    }

    /* Left column */
    .footer-box .footer-logo {
      /* width: 30%;  removed fixed width */
    }

    .footer-logo img {
      width: 40%;
      height: auto;
    }

    .footer-logo p {
      margin-top: 35px;
      font-size: 18px;
      line-height: 19px;
    }

    .follow-box {
      margin-top: 45px;
    }

    .follow-box h5 {
      font-size: 25px;
    }

    .follow-box .social-icons {
      display: flex;
      gap: 20px;
      margin-top: 20px;
    }

    .social-icons img {
      width: 22%;
      height: 100%;
    }

    /* Center column - map */
    .footer-map {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    /* Responsive Google Map wrapper */
    .google-maps {
      position: relative;
      padding-bottom: 49%; /* smaller height than 56.25% */
      height: 0;
      overflow: hidden;
      /* border-radius: 8px; */
    }

    .google-maps iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 85% !important;
      height: 100% !important;
      border: 0;
      border-radius: 6px;
    }

    /* Right column */
    .contact-detail h5 {
      font-size: 34px;
      margin-bottom: 15px;
      color: white;
    }
    

    .address {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }

    .address p {
      display: flex;
      align-items: center;
      gap: 20px;
      margin: 0;
      font-size: 20px;
      color: white;
    }

    .address i {
      font-size: 20px;
      color: white;
    }

    .address a {
      color: white;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .address a:hover {
      color: #2980b9;
    }

    .address img {
      width: 18%;
      height: auto;
    }

    .footer-rights {
      background-color: #053a81;
      padding: 25px;
      margin-bottom: 0;
    }

    /* Tablet */
    @media (max-width: 992px) {
      .address {
        gap: 10px;
      }
      .address img {
        width: 12%;
        height: auto;
      }
      
    }

    /* Mobile layout */
    @media (max-width: 767px) {
      .footer-box {
        flex-direction: column;
        
      }
      .footer-box .footer-logo,
      .footer-box .footer-map,
      .footer-box .contact-detail {
        min-width: 100%;
      }
     
    }
    /* Footer Section end here */
    
    /*blog section srart here*/
    
    .parent-review-section {
  /*padding: 70px 0 90px;*/
  /* background: #fff; */
}

.parent-review-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #1d5f81;
    text-align: center;
    font-family: "COOKIE-SUPPLY-DEMO";
}

.parent-slider-box {
  overflow: hidden;
  position: relative;
    padding-top: 50px;

}

/* slider */
.parent-slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

/* desktop 3 cards */
.parent-slide-item {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}

/* card design (same imagebox style) */
.parent-review-card {
  background: #fff;
  margin: 0 10px;
  padding: 0px 0px 20px 0px;
  border-radius: 16px;
  text-align: center;
   box-shadow: 0 10px 30px rgba(0,0,0,0.08); 
}

.parent-img-box img {
  width: 100%;
  height: 37vh;
  /* height: 90px; */
   border-radius: 10px; 
  /* margin-bottom: 15px; */
}

.parent-review-card h5, .parent-review-card a {
 padding: 20px 0px 10px 0px;
   font-size: 1.4rem;
    font-weight: 300;
    color: black;
    text-align: center;
    font-family: "COOKIE-SUPPLY-DEMO";
    text-decoration: none;

}


.parent-review-card button {
  background: #115A81;
  border: none;
  padding: 8px 22px;
  border-radius: 30px;
  letter-spacing: 1px;
  cursor: pointer;
  color: white;
   font-family: "COOKIE-SUPPLY-DEMO";
}

/* 🔵 HOMEPAGE-STYLE DOTS */
.parent-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;   /* 👈 exact gap like homepage */
}

.parent-slider-dots span {
  width: 8px;
  height: 8px;
  background: #d6d6d6;
  border-radius: 50%;
  cursor: pointer;
}

.parent-slider-dots span.active {
  background: #1e73ff;
}

/* tablet */
@media (max-width: 991px) {
  .parent-slide-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .parent-img-box img {
  width: 100%;
  height: 24vh;
  /* height: 90px; */
   border-radius: 10px; 
  /* margin-bottom: 15px; */
}
}

/* mobile */
@media (max-width: 576px) {
  .parent-slide-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
    .parent-review-heading {
          font-size: 1.8rem;
}
.parent-img-box img {
  width: 100%;
  height: 36vh;
  /* height: 90px; */
   border-radius: 10px; 
  /* margin-bottom: 15px; */
}

}

/*blog section end here*/

/*single blog page start*/

/* ===== TOP HEADER ===== */
.blog-header{
  background:#353a86;
  padding:90px 0 70px;
  text-align:center;
}

.blog-header-container{
  max-width:1000px;
  margin:auto;
  padding:0 20px;
}

.blog-main-title{
      font-size: 2.3rem;
    /* font-weight: 600; */
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: COOKIE-SUPPLY-DEMO;
    line-height: 44px;
}



/* ===== BLOG CONTENT ===== */
.blog-content{
  padding:70px 0;
}

.blog-container{
  max-width:1000px;
  margin:auto;
  padding:0 20px;
  text-align:left;
}

/* Featured Image */
.blog-featured-image{
  margin-bottom:12px;
}

.blog-featured-image img{
  width:100%;
  height:80vh;
  border-radius:6px;
}

/* Publish Date */
.blog-publish-date{
  font-size:16px;
  color:black;
  margin-bottom:30px;
  /*font-weight: 700;*/
  letter-spacing: 2px;
   font-family: COOKIE-SUPPLY-DEMO;
}
.blog-publish{
    font-weight: 700;
     font-size:16px;
  color:black;
  margin-bottom:30px;
  /*font-weight: 700;*/
  letter-spacing: 2px;
   font-family: COOKIE-SUPPLY-DEMO;
}

/* Content */
.blog-container h2{
  font-size:28px;
  margin:40px 0 15px;
  font-weight:600;
}

.blog-container p{
  /* margin-bottom:20px; */
  font-size:16px;
   font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.para ,.para a{
  /* margin-bottom:20px; */
  font-size:16px;
   font-family: COOKIE-SUPPLY-DEMO;
   color: white;
   text-decoration: none;
   padding: 20px 0px 0px 0px;
   letter-spacing: 1px;
}
/* ===== MOBILE ===== */
@media(max-width:767px){
  .blog-header{
    /* padding:50px 0 50px; */
  }

  .blog-featured-image img{
 
  height:32vh;
  
}
}
@media (min-width: 768px) and (max-width: 1024px){
     .blog-featured-image img{
 
  height:50vh;
  
}

}



/*single blog page end*/

/* form section start here  */
.modal-body button {
  background-color: #115a81;
}
.modal-body label, input{
  font-family: Euclid-Circular-A-Regular;
}
.form-control {
  border: 2px solid#115a81;
}
.modal-header {
  background-color: #115a81;
}
.modal-header h5 {
font-family: Euclid-Circular-A-Medium;
}
