/* CSS for header */
*{box-sizing: border-box;}
body {
    margin: 0;
    padding: 0;
}

header {
    background:linear-gradient(90deg, #204D9B 1.31%, #51B3AB 131.96%);
    padding: 10px 0; 
    margin: 0;
    top: 0;
    position: sticky;
    z-index: 9999;
}
.container{
    width: 90%;
    margin:  0 auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav ul {
    list-style-type: none; 
    margin: 0;
    padding: 0;
}
.header-nav ul li {
    display: inline-block;
    margin-right: 20px;
}
.header-nav ul li:last-child {
    margin-right: 0;
}
.header-nav ul li a {
    text-decoration: none; 
    color: #fff; 
    padding: 10px 15px; 
    border-radius: 5px; 
    font-family: Montserrat !important;
    font-size: 15px;
}
.header-nav ul li a:hover {
  color: #ffffff; 
}
/* baner section */

.banner-section h1{
    font-family: Montserrat !important;
    font-size: 24px;
    color: #333;
}
.description-section h1 {
    text-align: center;
    font-family: Montserrat !important;
}
.banner img{
    width: 100%;
    height: auto;
}
.baner-desc {
    text-align: center; 
}

.spine-img {
    margin-top: 0px; 
}

.banner-section {
    position: relative; 
}

.banner {
    position: relative;
    width: 100%;
}

.box-container {
    background: linear-gradient(90deg, #204D9B 1.31%, #51B3AB 131.96%);
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr)); 
    grid-gap: 20px;
    position: absolute;
    left: 50%; 
    transform: translateX(-50%); 
    padding: 20px; 
    width: calc(100% - 40px);
    max-width: 1200px; 
    height: auto;
    top: 25px;
}

.box {
    text-align: center;
}

.box img {
    width: 70%;
    height: auto;
    border-radius: 0;
}

.box p {
    font-family: Montserrat;
    font-size: 15px;
    color: #fff;
    text-decoration: underline;
}

.meet-bnr-img {
    width: 100%; 
    display: block;
}




/* footer */
.footer{
    background: #2B2B2B;
    padding: 10px;
    margin-top: 20px;
}
.footer-content{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}
.address p{
    font-family: Montserrat;
    color: #fff;
}
.contact h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.mh-logo-footer{
    margin-top: 15px;
}

.header-mobile{
    display: none;
}
@media screen and (min-width: 320px) and (max-width:770px) {
    .header-mobile {
        display: block; 
       
            background:linear-gradient(90deg, #204D9B 1.31%, #51B3AB 131.96%);
            padding: 10px 0; 
            margin: 0;
            top: 0;
            position: sticky;
            z-index: 9999;
        
        }

        header-mob {
            background:linear-gradient(90deg, #204D9B 1.31%, #51B3AB 131.96%);
            padding: 10px 0; 
            margin: 0;
            top: 0;
            
        }
    .header{
        display: none;
    }
    header{
        padding: 0;
    }
   
    .header-mobile .container {
       
        padding: 10px 0; 
        margin: 0; 
    }
    .header-mobile{
        top: 0;
        position: sticky;
        z-index: 9999;
      }
    .mhlogo {
       display: flex;
       align-items: center;
       justify-content: space-between !important;
    }
    .container {
       display: unset !important;
    }
   .header-logo-mob{
    width: 90%;
    margin: 0 auto !important;
   }
  .footer-content{
    display: block;
  }
  .header-nav ul li a {
    padding: 0 0;
  }
  .header-nav ul li {
    display: inline-block;
    margin-right: 10px;
}
  
  .banner{
    position: unset;
    height: 100% !important;
  }
  .spine-img {
    margin-top: 0px;
}
.box-container{
    background: #fff;
    top: 0;
}
.header-nav ul {
    width: 90%;
    margin: 0 auto;
}
.description-section h1{
    font-size: 17px;
}
}
@media screen and (min-width: 1024px) and (max-width:1439px){
    .box-container{
        top: 10px;
    }
}

@media screen and (max-width:340px) {
    .header-nav ul li a {
        font-size: 9px;
    }
    .contactus-content p{
        font-size: 12px;
        width: 265px;
    }
    .footer-container{
        text-align: center;
    }
    .box p{
        font-size: 10px;
        color: #000;
        font-family:Montserrat;
    }
}
@media screen and (min-width: 350px) and (max-width:390px){
    .header-nav ul li a {
        font-size: 11px;
    }
    .footer-container{
        text-align: center;
    }
    .box p{
        font-size: 12px;
        color: #000;
        font-family:Montserrat;
    }
}
@media screen and (min-width: 390px) and (max-width:480px){
    .header-nav ul li a {
        font-size: 13px;
    }
    .footer-container{
        text-align: center;
        font-size: 17px;
    }
    .box-container {
        background:#fff;
        display: grid;
        grid-template-columns: repeat(2, minmax(162px, 1fr));
        color: #000;
         top: 0;
       }
       .box p{
        font-size: 13px;
        color: #000;
        font-family:Montserrat;
    }
}

@media screen and (min-width: 690px) and (max-width:780px){
    .footer-container{
        text-align: center;
    }
    .box p{
        color: #000;
    }
}
.box-container-mob{
    display: none;
}
@media screen and (max-width: 768px) {
    .box-container {
        grid-template-columns: repeat(2, 1fr); 
        position: relative;
    }
    .box img {
        width: 100%;
    }
    .box-container > *:nth-child(3) {
        grid-column: 1 / -1;
        justify-self: center;
        width: 100%;
        max-width: 50%;
    }
}

