/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

    .oursuBox {
        box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
        border-radius: 24px;
        margin-bottom: 30px;
        min-height: 360px;
        max-height: 350px;
        background-color: #ffffff;
      }
      
      .oursuBox .suppowImg {}
      
      .oursuBox .suppowImg img {
        border-radius: 24px 24px 0px 0px;
      }
      
      .oursuBox .superCon {
        padding: 20px;
      }
      
      .oursuBox .superCon h4 {
        font-size: 20px;
        margin-bottom: 10px;
      }
      
      .oursuBox .superCon p {
        font-size: 15px;
        margin-bottom: 0px;
      }

      .whysbmaBox{
        padding: 20px;
        margin-bottom: 30px;
        min-height: 280px;
        max-height: 280px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
      }
      
      .whysbmaBox img{
        margin-bottom: 10px;
      }
      
      .whysbmaBox h3{
        color: #09412a;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
      }
      
      .whysbmaBox p{
        font-size: 15px;
        margin: 0;
      }

      .westandbg {
        background-color: #ebfbee;
        position: relative;
        overflow: hidden;
        /* optional, keeps image from overflowing */
      }
      
      .westandbg::before {
        background-position: center bottom;
        right: 0;
        bottom: 0;
        min-width: auto;
        height: 250px;
        opacity: 0.3; /* optional: reduce distraction on mobile */
      }
}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

    .vismisBox {
        padding: 40px;
        margin-bottom: 30px;
        min-height: 374px;
        max-height: 300px;
        box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
        background-color: #09412a;
        border-radius: 24px;
      }
      
      .vismisBox img {
        width: 65px;
        margin-bottom: 20px;
      }
      
      .vismisBox h3 {
        color: #ffffff;
        font-size: 28px;
        margin-bottom: 10px;
      }
      
      .vismisBox p {
        color: #ffffff;
        font-size: 15px;
        margin-bottom: 0px;
      }

      .oursuBox {
        box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
        border-radius: 24px;
        margin-bottom: 30px;
        min-height: 410px;
        max-height: 400px;
        background-color: #ffffff;
      }
      
      .oursuBox .suppowImg {}
      
      .oursuBox .suppowImg img {
        border-radius: 24px 24px 0px 0px;
      }
      
      .oursuBox .superCon {
        padding: 20px;
      }
      
      .oursuBox .superCon h4 {
        font-size: 20px;
        margin-bottom: 10px;
      }
      
      .oursuBox .superCon p {
        font-size: 15px;
        margin-bottom: 0px;
      }

      .whysbmaBox{
        padding: 20px;
        margin-bottom: 30px;
        min-height: 340px;
        max-height: 300px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
      }
      
      .whysbmaBox img{
        margin-bottom: 10px;
      }
      
      .whysbmaBox h3{
        color: #09412a;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
      }
      
      .whysbmaBox p{
        font-size: 15px;
        margin: 0;
      }

      .westandbg {
        background-color: #ebfbee;
        position: relative;
        overflow: hidden;
        /* optional, keeps image from overflowing */
      }
      
      .westandbg::before {
        background-position: center bottom;
        right: 0;
        bottom: 0;
        min-width: auto;
        height: 250px;
        opacity: 0.3; /* optional: reduce distraction on mobile */
      }

        /* Footer List Start Responsive CSS */

  .resw50{
    width: 50% !important;
  }

  .footer-menu{
    text-align: left;
  }
  
  .footer-menu ul {
    margin: 0;
    padding: 0;
  }
  
  .footer-menu ul li {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 8px;
    position: relative;
  }
  
  .footer-menu ul li a {
    color: #ffffff;
    font-size: 15px;
    position: relative;
  }
  
  .footer-menu ul li a::before {
    display: none;
    position: absolute;
    content: "//";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    opacity: 0;
    visibility: hidden;
    margin-left: -20px;
    color: var(--ltn__secondary-color);
  }
  
  .footer-menu ul li:hover a {
    color: #b3b3b3;
    padding-left: 20px;
  }
  
  .footer-menu ul li:hover a::before {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }
  
  .footer-menu ul ul {
    margin-left: 15px;
  }

  .footersupList{
    text-align: right;
  }
  
  .footersupList ul{
    padding: 0;
    margin: 0;
  }
  
  .footersupList ul li {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 8px;
    position: relative;
  }
  
  .footersupList ul li a{
    color: #ffffff;
    font-size: 15px;
    position: relative;
  }
  
  .footersupList ul li:hover a{
    color: #b3b3b3;
    padding-right: 20px;
  }
  
  .footersupList ul li:hover a::before {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }

  .footproLinks {
    display: inline-flex;
    color: #ffffff;
  }
  
  .footproLinks a{
    color: #ffffff;
    font-size: 15px;
  }
  
  .footproLinks span:hover a {
    color: #b3b3b3;
  }

    /* Footer List End Responsive CSS */
}

/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }

}


@media (min-width: 320px) and (max-width: 480px) {
  

    .westandbg {
        background-color: #ebfbee;
        position: relative;
        overflow: hidden;
        /* optional, keeps image from overflowing */
      }
      
      .westandbg::before {
        background-position: center bottom;
        right: 0;
        bottom: 0;
        min-width: auto;
        height: 180px;
        opacity: 0.3; /* optional: reduce distraction on mobile */
      }

      .footerconde{
        text-align: center;
        border-right: none;
      }
      
      .footerconde .focondehead{
        font-size: 18px;
        color: #ffffff;
        font-weight: normal;
        margin-bottom: 5px;
      }
      
      .footerconde p{
        color: #ffffff;
      }
      
      .footerconde p a{
        color: #ffffff;
      }
      
      .footerconde p:hover a{
        color: #09412a;
      }
   
      
.fourImg img{
  width: 100%;
  position: relative;
  border-radius: 24px;
}

.fourImg .fourbtn{
    font-size: 15px;
    font-weight: 600;
    color: #09412a;
    background-color: #ffffff;
    border-radius: 30px;
    position: absolute;
    bottom: 20px;
    left: 22%;
    padding: 12px 30px;
    box-shadow: 0px 0px 2px #f1f1f1;
    transition: all .2s ease-in-out;
}

.fourImg:hover .fourbtn{
    color: #ffffff;
    background-color: #111111;
    box-shadow: 2px 2px 4px #111111;
}

.ltn__section-title-2 .section-title {
    font-size: 25px !important;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 28px;
}

.promiseBox{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 20px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
  }
  
  .promiseBox .moreSer{
    width: calc(100%/2 - 20px);
    min-height: 68px;
    border-radius: 5px;
    background-color: transparent;
    padding: 10px 15px;
    margin: 0;
    display: block;
    transition: box-shadow .2s ease-in-out;
  }
  
  .promiseBox .moreSer:hover{
    /* background-color: #f92f2c; */
    text-decoration: none;
  }
  
  .promiseBox .moreSer img{
    width: 60px;
    margin: 0 0 10px 0;
  }
  
  .promiseBox .moreSer p{
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 0px;
    padding: 0;
  }

  .footersupList li {
    float: none;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 8px;
    position: relative;
}

.textusend{
    text-align: center;
  }


  .ltn__social-media{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .whyChobox {
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 30px;
    min-height: 160px;
    max-height: 175px;
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  }
  
  .whyChobox img {
    width: 75px;
    display: block;
    margin: 0px auto 20px auto;
    transition: transform .3s ease-in-out;
  }
  
  .whyChobox:hover img {
    transform: rotateY(180deg);
  }
  
  .whyChobox h4 {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
  }

  .oursuBox {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 24px;
    margin-bottom: 30px;
    min-height: 360px;
    max-height: 380px;
    background-color: #ffffff;
  }
  
  .oursuBox .suppowImg {}
  
  .oursuBox .suppowImg img {
    border-radius: 24px 24px 0px 0px;
  }
  
  .oursuBox .superCon {
    padding: 20px;
  }
  
  .oursuBox .superCon h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .oursuBox .superCon p {
    font-size: 15px;
    margin-bottom: 0px;
  }


  /* Footer List Start Responsive CSS */

  .resw50{
    width: 50% !important;
  }

  .footer-menu{
    text-align: left;
  }
  
  .footer-menu ul {
    margin: 0;
    padding: 0;
  }
  
  .footer-menu ul li {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 8px;
    position: relative;
  }
  
  .footer-menu ul li a {
    color: #ffffff;
    font-size: 12px;
    position: relative;
  }
  
  .footer-menu ul li a::before {
    display: none;
    position: absolute;
    content: "//";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    opacity: 0;
    visibility: hidden;
    margin-left: -20px;
    color: var(--ltn__secondary-color);
  }
  
  .footer-menu ul li:hover a {
    color: #b3b3b3;
    padding-left: 20px;
  }
  
  .footer-menu ul li:hover a::before {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }
  
  .footer-menu ul ul {
    margin-left: 15px;
  }

  .footersupList{
    text-align: right;
  }
  
  .footersupList ul{
    padding: 0;
    margin: 0;
  }
  
  .footersupList ul li {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 8px;
    position: relative;
  }
  
  .footersupList ul li a{
    color: #ffffff;
    font-size: 12px;
    position: relative;
  }
  
  .footersupList ul li:hover a{
    color: #b3b3b3;
    padding-right: 20px;
  }
  
  .footersupList ul li:hover a::before {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }

  .footproLinks {
    display: inline-flex;
    color: #ffffff;
  }
  
  .footproLinks a{
    color: #ffffff;
    font-size: 13px;
  }
  
  .footproLinks span:hover a {
    color: #b3b3b3;
  }

    /* Footer List End Responsive CSS */
  }