*{
   margin: 0;
 padding: 0;box-sizing: border-box;
}
footer{
  background-color: #052326;
  position: relative;
}
.bg-green{
  background-color: #12AA67
}
.quick-link{

  color: #fafafa!important;
  font-size: 15px!important;
}
.quick-link:hover{
  color: #c4c2c2!important;
}
.text-small{
  font-size: 15px!important;
}

.pagination-section h1{
  font-size: 15px;
  color: #9b9b9b;
}

.copywrite a{
  color: #014549;
  font-size: 20px;
  font-weight: 600;
}
.img-box-container img{
  width: 95px;
  border-radius: 50px;
  border: 6px solid #3f3f3f25;
  margin: 0 -12px;
  cursor:pointer;
  z-index: 100;
}
.img-box-container img:hover{
  transform: translateX(-7px);
  transition: 0.3s ease;
}
.bottom-text{
  font-size: 36px;
  font-weight: 800;
}


.alphabet-heading {
  font-size: 26px;
  font-weight: 800;
  color: #474747;
}
.font-italic{
color: #5a5a5a;
  font-size: 24px!important;
}
.alphabet-box{
  padding: 12px;
}
.alphabet-box a{
  padding: 7px 8px;
  font-size: 16px;
  background-color: #D1E3ED;
  margin: 8px;
  border-radius: 12px;
  color: #171717;
  width: 40px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 100;
  border: 4px solid #95d3f549;
}
.alphabet-box a:hover{
  background-color: #132631;
  color: #fff;
  transition: 0.3s ease;
}
.alphabet-box  .exception{
  width: fit-content!important;
}
.alphabet-box2 a{
  background-color: #F8F2D8;
  border: 4px solid #fbe99a63!important;
}
.alphabet-box2 a:hover{
  background-color: #ffd95b;
  color: #000;
  transition: 0.3s ease;
}
.icons-bottom a i{
  font-size: 15px;
  margin: 4px!important;

}
.icons-bottom a {
  margin: 5px!important;
  padding: 3px 7px;
  border: 1px solid #ebebeb10;
  border-radius: 50px;
  background-color: #dad5d50a;
  color: #fff!important;
}
.icons-bottom a i:hover{
  color: #c0c0c1;
}
.footer-bottom{
    border-top: 1px dashed #ffffff0d;
    border-bottom: 1px dashed #ffffff0d;
}
.footer-bottom a{
    color: #c1c1c1;
    font-size: 15px;
    padding: 10px 0;
    margin: 0 6px!important;
}
.footer-bottom a:hover{
    color: #fff;
}
.separator{
  color: #aeabab;
}
.footer-heading{
  font-size: 20px;
  font-weight: 600;
  color: #dcdcdc;
}
.footer-box1 h1{
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.footer-box1 p{
  font-size: 21px;
}
.footer-btns a{
  padding: 8px 20px;
  border-radius: 50px;
  background-color: #ACE970;
  border: 4px solid #53525237;
  color: #000;
}
.footer-btns a:hover{

  background-color: #95d257;
  color: #000;
}
.footer-btns a img{
  width: 20px;
  vertical-align: sub;
}
.footer-box1{

  padding: 6px 0;

  border-radius: 12px;
  cursor: pointer;
}


.footer-box1{
  width: 58%;
  margin: 0 auto;
}

.text-muted{
  color: #d7d7d70d !important;
  margin:0 4px 0 1px!important ;
}
.copywrite{
  padding: 5px 7px!important;
}