@media screen and (min-width:320px) and (max-width:375px) {

  .testimonial-text {
    position: absolute;
    top: 37px;
    left: 50px;
    padding: 8px;
  }

  .testimonial-quote {
    position: absolute;
    top: 30px;
    right: -120px;
    width: 200px;
  }

  .testimonial-quote img {
    width: 20px;
  }

  .testimonial-text p {
    color: #702d0c;
    font-size: 12px;
    width: 80%;
  }
}

@media screen and (min-width:375px) and (max-width:425px) {

  .testimonial-text {
    position: absolute;
    top: 54px;
    left: 60px;
    padding: 8px;
  }

  .testimonial-text p {
    color: #702d0c;
    font-size: 13px;
    width: 80%;
  }

  .testimonial-quote {
    position: absolute;
    top: 50px;
    right: -90px;
    width: 200px;
  }

  .testimonial-quote {
    position: absolute;
    top: 40px;
    right: -110px;
    width: 200px;
  }
}

/* @media screen and (min-width:426px) and (max-width:768px) {

  .testimonial-text {
    position: absolute;
    top: 124px;
    left: 110px;
    padding: 8px;
  }

  .testimonial-text {
    position: absolute;
    top: 69px;
    left: 80px;
    padding: 8px;
  }

  .testimonial-text p {
    color: #702d0c;
    font-size: 15px;
    width: 70%;
  }

  .testimonial-quote {
    position: absolute;
    top: 50px;
    right: -90px;
    width: 200px;
  }

  .testimonial-quote img {
    width: 30px;
  }
} */

@media screen and (min-width:320px) and (max-width:768px) {
  section.main-header {
    display: none;
  }

  li {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .phone-menu img {
    width: 25px;
  }

  li.contact {
    font-size: 18px !important;
    height: 25px;
    width: 100px;
    font-weight: 400;
    border-radius: 6px;
    background-color: #fff !important;
    color: #702D0C !important;
    border: none !important;
    justify-content: left !important;
  }

  li:active {
    font-weight: 600;
  }

  .banner {
    background-image: url('../images/banner.png');
    height: 30vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .main-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30vh;
  }

  .intro {
    padding: 20px 10px 10px 10px;

  }

  .intro-text p {
    color: #381D0D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
    margin-bottom: 10px;
  }


  .intro-text h2 {
    font-size: 18px;
  }

  .founder {
    padding: 30px 10px;
  }

  .service {
    padding: 0px 0;
    background-color: #ecd29c;
  }

  .blogs {
    position: relative;
    background-color: #ecd29c;
    padding: 0px 0;
  }

  .founder-text p {
    color: #ecd29c;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: justify;
  }

  .founder-text h2 {
    font-size: 18px;

  }

  .excellence-text p {
    font-size: 16px;
    text-align: justify;
  }

  .test-text p {
    color: #381D0D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify;
  }

  .test-text h2 {
    color: #ecd29c;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: justify;
  }

  .blog-box {
    width: 100%;
    height: 190px;
    background-color: #702D0C;
    border-radius: 6px;
    box-shadow: 2px 2px 6px 2px #5f5d5d;
    margin-bottom: 30px;
  }

  .menu h2 {
    color: #381D0D;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .service h2 {
    color: #381D0D;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .blogs h2 {
    color: #381D0D;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .excellence h2 {
    color: #381D0D;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .blog-small-box {
    position: absolute;
    width: 120px;
    height: 160px;
    margin: 30px 15px;
    background-color: #ecd29c;
    margin-top: 15px;
    border-radius: 6px;
  }

  .box-line-1 {
    display: none;

  }

  .box-line-2 {
    display: none;

  }

  .box-right img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
  }

  .box-left img {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 25px;
  }

  .line-1 {
    display: none;
  }

  .line-2 {
    display: none;

  }

  .line-3 {
    display: none;

  }

  .blog-line-1 {
    display: none;
  }

  .blog-line-2 {
    display: none;
  }

  .blog-line-3 {
    display: none;
  }

  .blog-line-4 {
    display: none;
  }

  .quote-image {
    display: none;
  }

  .side-line-1 {
    display: none;
  }

  .side-line-2 {
    display: none;
  }

  .lotus-image {
    display: none;
  }

  .footer-box img {
    width: 80px;

  }

  .footer-box {
    width: 100%;
    height: 200px;
    background-color: #ecd29c;
    border-radius: 22px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }

  section.end-footer {
    font-size: 12px;
    text-align: center;
  }

}

@media screen and (min-width:450px) and (max-width:767px) {

  .box {
    width: 100%;
    height: 380px;
    background-color: #702d0c;
    border-radius: 6px;
    box-shadow: 2px 2px 6px 2px #5f5d5d;
    display: flex;
    align-items: stretch;
    margin-bottom: 40px;
    transition: 0.5s;
    flex-direction: column;
    padding: 40px 20px;
    margin-bottom: 30px;
  }
  .testimonial-text {
    position: absolute;
    top: 100px;
    left: 110px;
    padding: 8px;
}
.testimonial-text p {
  color: #702d0c;
  font-size: 14px;
  width: 70%;
}
}

@media screen and (max-width:449px) {
  .box {
    width: 100%;
    height: 500px !important;
    background-color: #702d0c;
    border-radius: 6px;
    box-shadow: 2px 2px 6px 2px #5f5d5d;
    display: flex;
    align-items: stretch;
    margin-bottom: 40px;
    transition: 0.5s;
    flex-direction: column;
    padding: 40px 20px;
  }
}

@media screen and (min-width:769px) {
  .mob-nav {
    display: none;
  }

  .box {
    width: 100%;
    height: 100% !important;
    background-color: #702d0c;
    border-radius: 6px;
    box-shadow: 2px 2px 6px 2px #5f5d5d;
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
    transition: 0.5s;
    flex-direction: column;
    padding: 40px 20px;
  }

  .blog-box {
    width: 100%;
    height: 220px;
    background-color: #702D0C;
    border-radius: 6px;
    box-shadow: 2px 2px 6px 2px #5f5d5d;
    margin-bottom: 30px;
  }

  .test-text h2 {
    color: #ecd29c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: justify;
}
  .test-text p {
    color: #381D0D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify;
  }

  .lotus-image {
    position: absolute;
    top: 60px;
    left: 43%;
  }


}
@media screen and (min-width:768px) and (max-width:991px) {

.testimonial-text {
  position: absolute;
  top: 44px;
  left: 61px;
  padding: 8px;
}

.testimonial-text p {
  color: #702d0c;
  font-size: 14px;
  width: 80%;
}

.testimonial-quote {
  position: absolute;
  top: 32px;
  right: -120px;
  width: 200px;
}
.testimonial-quote img {
  width: 22px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .box-line-1 img {
    position: absolute;
    top: 10px;
    left: 30px;
    opacity: 0.6;
    width: 140px;
  }

  .box-line-2 img {
    position: absolute;
    bottom: 10px;
    left: 30px;
    opacity: 0.6;
    width: 140px;
  }

  .box-right img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
  }

  .box-left img {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
  .box-line-1 img {
    position: absolute;
    top: 10px;
    left: 50px;
    opacity: 0.6;
    width: 170px;
  }

  .box-line-2 img {
    position: absolute;
    bottom: 10px;
    left: 50px;
    opacity: 0.6;
    width: 170px;
  }

  .box-right img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
  }

  .box-left img {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 30px;
  }

  .testimonial-text {
    position: absolute;
    top: 110px;
    left: 83px;
    padding: 8px;
}

.testimonial-quote {
  position: absolute;
  top: 60px;
  right: -95px;
  width: 200px;
}
  .testimonial-text p {
    color: #702d0c;
    font-size: 13px;
    width: 80%;
}
}

@media screen and (min-width:1024px) and (max-width:1440px) {
  .box-line-1 img {
    position: absolute;
    top: 10px;
    left: 70px;
    opacity: 0.6;
    width: 170px;
  }

  .box-line-2 img {
    position: absolute;
    bottom: 10px;
    left: 70px;
    opacity: 0.6;
    width: 170px;
  }

  .box-right img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
  }

  .box-left img {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 30px;
  }

}

@media screen and (min-width:1024px) and (max-width:1199px) {

  .testimonial-text {
    position: absolute;
    top: 33px;
    left: 45px;
    padding: 8px;
  }

  .testimonial-quote {
    position: absolute;
    top: 30px;
    right: -136px;
    width: 200px;
}

  .testimonial-text p {
    color: #702d0c;
    font-size: 13px;
    width: 80%;
  }
  .testimonial-quote img {
    width: 20px;
}
}

@media screen and (min-width:1200px) and (max-width:1440px) {

  .testimonial-text {
    position: absolute;
    top: 67px;
    left: 60px;
    padding: 8px;
}

  .testimonial-text p {
    color: #702d0c;
    font-size: 14px;
    width: 80%;
  }

  .testimonial-quote {
    position: absolute;
    top: 39px;
    right: -110px;
    width: 200px;
  }
}