*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*overall of all page*/
body{
   /* background: #F7F9FB;*/
}

/***** COLOR SETTINGS ****** */
/*color{
  Teal -> #1E5F67 Hover -> #184e55;
  Red -> #DE3341 Hover -> #bb1e2c
  
}*/
/*section{
  width: 100%;
  height: auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
}*/

/*==== Footer ==== */
footer{
  /*position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;*/
}
.footer{
  width: 100%;
  height: auto;
  background: #000;
  padding: 30px;
}
.footer-logo{
  width: 150px;
  height: 150px;
}
.footer-logo img{
  width: 100%;
  height: 100%;
}
.quick-links{
  width: 100%;
}
.quick-links h2{
  color: #DE3341;
  font-family: sans-serif;
  font-size: 25px;
}
.the_ul_links{
  padding-top: 10px;
}
.the_ul_links ul{
  padding: 0;
  margin: 0;
}
.the_ul_links ul li{
  list-style: none;
  margin-top: 8px;
}
.the_ul_links ul li a{
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-family: sans-serif;
  /*font-weight: bold;*/
}
.the_ul_links a:hover{
  color: #DE3341
}
.about-us{
  width: 100%;
}
.about-us label{
  text-align: justify;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.copywright-bg{
  width: 100%;
  padding: 7px;
  text-align: center;
  background: #1E5F67;
  color: #fff;
}



@media(max-width: 992px){
  /*section{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px; 
  }*/
  .recomd-text h4{
    font-size: 20px;
  }
  .recomd-text h5{
    font-size: 14px;
    color: #333;
    text-align: center;
  }
  .recomd-text a{
    font-size: 14px;
  }
  .single-box-text h4{
    font-size: 20px;
  }
  .explre h2{
    font-size: 20px;
  }
  /*--- CTA sec*/
  .cta-sec i{
    font-size: 18px;
  }
  .cta-sec h4{
    font-size: 14px;
  }
  .cta-sec a{
    font-size: 15px;
    padding: 8px;
  }
  .cta-sec{
    gap:15px;
  }
  .quick-links{
    border-top: 2px solid #ddd;
    padding-top: 10px;
  }
  .quick-links h2{
    font-size: 18px;
  }
  .about-us label{
    font-size: 15px;
    line-height: 30px;
  }
}