body{
   font-family: 'DM Sans', sans-serif !important;
   margin: 0 !important;
   padding: 0 !important;
}

.fs11{
  font-size: 11px;
}
.fs12{
  font-size: 12px;
}
.fs14{
  font-size: 14px !important;
}
.fs15{
  font-size: 15px;
}
.fs18{
  font-size: 18px;
}
.fs20{
  font-size: 20px;
}
.fs1-var{
  font-size: 3.5vw;
  line-height:4.5vw ;
}
.brdr10{
  border-radius: 10px;
}
.brdr7{
  border-radius: 7px;
}
.fw500{
  font-weight: 500;
}
.fw600{
  font-weight: 600;
}
.nav-bg{
        
        box-shadow: 0 6px 5px rgba(0, 0, 0, 0.05);      
    }
.btn-clr{
  background-color: #0f90ca;
}
.clr-main{
  color: #001049 !important;
}
.bgMain{
  background-color: #011349;
}
.ancr-styl{
  text-decoration: none;
}

.footr-lst{
  list-style: none;margin-left: -33px;
}

.brdr20{
  border-radius: 20px;
}
.brdr10{
  border-radius: 10px;
}
.shdw{
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1); 
}

.accordion {
  background-color: #ffffff !important;
  color: #000000;
  font-weight:400 !important;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  font-weight: 500;
  transition: 0.4s;
   border-radius: 5px !important;
  
}

.active2, .accordion:hover {
color: #000000;
font-weight:500;
 
}
.brdr-faq{
 border: 1px solid #001049;
 border-radius: 10px;
}

.accordion:after {
  
  content: url(../images/dwn-arrow.png);
  font-size: 25px;
  color: #000000;
  font-weight:600 !important;
  font-weight: normal;
  float: right;
  margin-left: 5px;
  margin-top: 0px;
}

.active2:after {
  content: url(../images/up-arrow.png);
  font-size: 25px;
  color: #000000;
  font-weight:600;
  font-weight: normal;
  float: right;
  margin-left: 5px;
  margin-top: 0px;
}
.acco-content{ 
  text-align: justify;
}
.panel {
  padding: 0px;
  color: #000000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out; 
}

.servcBx{
  height: 450px;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
}
.mnu-fnt{
  font-size: 16px;
  text-decoration: none;
  color: #0f90ca;
}
.active{
  color: #014c98 !important;
}
.jst-contnt{
  text-align: justify;
}
.smlBx{
  width: 60px;height: 60px;background-color: #0f90ca;border-radius: 9px;
}
.p-txt{
  color:#737373 ;
}
.p-txt1{
  color: #7E8299;
}
.p-txt2{
  color: #717074;
}
.scndry-hdng{
  color:#ace5ff ;
}
.sml-undrln{
  height: 3px;width: 45px;background-color: #d85012;
}
.bg-blu{
  background-color: #0f90ca;
}
.verfctn-txt{
  color:#a1a5b7 ;
}
.hdng-clr{
  color: #252b42;
}
.btn-strt{
  width: 160px;border-radius: 30px;
}
.footr-txt{
  color: #c8e0eb;
}
.btn-cntct{
  border: 1px solid #014c98;
  color: #014c98;
}
.mrg-negTp{
  margin-top: -10px;
}
.bx-sz{
  height: 280px;
}
@media (max-width: 599px){
  
  .logo-img{
    width: 200px;
  }

.accordion:after {
  margin-top: -20px;
  width: 12px;
}

.active2:after {
  margin-top: -20px;
  width: 12px;
}
.accordion {
 height: 80px !important; 
 font-size: 14px;
 padding-right: 10px;
  
}
.fs1-var{
  font-size: 8vw;
  line-height:50px;
}
.bx-sz{
  height: auto;
}
.servcBx{
  height: auto;
}
}
@media (min-width: 600px) and (max-width: 1200px){

.accordion:after {
  margin-top: -20px;
  width: 12px;
}

.active2:after {
  margin-top: -20px;
  width: 12px;
}
.accordion {
 height: 80px !important; 
 font-size: 14px;
 padding-right: 10px;
  
}
.fs1-var{
  font-size: 5vw;
  line-height:60px ;
}
.bx-sz{
  height: auto;
}
.servcBx{
  height: auto;
}

}
@media (min-width: 1499px){
.servcBx{
  height: 390px;
  
}
}