@font-face {
  font-family: 'Lato';
  src: url('../font/Lato-Regular.ttf') format('truetype');
  font-weight: 400; /* Regular weight */
  font-style: normal;
}


@font-face {
  font-family: 'Lato';
  src: url('../font/Lato-Bold.ttf') format('truetype');
  font-weight: 700; /* Bold weight */
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../font/Lato-Italic.ttf') format('truetype');
  font-weight: 400; /* Regular weight */
  font-style: italic;
}
body{
   font-family: 'Montserrat',sans-serif !important;
}
.fnt-lato {
    font-family: 'Lato', sans-serif !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;
}
.brdr10{
  border-radius: 10px;
}
.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: #ce4a4a;
}
.clr-main{
  color: #ce4a4a !important;
}
.btn-brdr{
  border: 1px solid #ce4a4a;
}
.bg-shade{
  background-color: #ce4a4a40;
}
.brdr20{
  border-radius: 20px;
}
.bg-clr{
  background-color: #fff6f6;
}
.icn-bg,.icn-bg2,.icn-bg3{
  width: 80px;height: 80px;background-color: #ce4a4a40;border-radius: 50%;
}
.icn-bg2{
  border-radius: 20%;width: 50px;height: 50px;
}
.icn-bg3{
   border-radius: 15%;width: 35px;height: 35px;
}
.brdrBx{
  border: 1px solid #d9d9d9;border-radius: 10px;
  height: calc(450px - 15vw) ;
}
.brdrBx2{
  border: 1px solid #d9d9d9;border-radius: 10px;
}
.pnt-pstn{
  margin-top: -10px !important;
}
.accordion {
  background-color: #ffffff !important;
  color: #444;
  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: #ce4a4a;
font-weight:600;
 
}
.brdr-faq{
 border: 1px solid #d9d9d9;

    border-radius: 5px !important;
}

.accordion:after {
  
  content: url(../images/dwn-arrow.png);
  font-size: 25px;
  color: #ce4a4a;
  font-weight: normal;
  float: right;
  margin-left: 5px;
  margin-top: -10px;
}

.active2:after {
  content: url(../images/up-arrow.png);
  font-size: 25px;
  color: #ce4a4a;
  font-weight: normal;
  float: right;
  margin-left: 5px;
  margin-top: -10px;
}

.acco-content{ 
  text-align: justify;
}
.panel {
  padding: 0px;
  color: #000000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
 
}
.ancr-styl{
  text-decoration: none;
  color: #ffffff;
}
.ancr-styl:hover{
  color: #ffffff;
}


  .icon-container button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    padding-top: 12px;
    padding-left: 11px;
    border: none;
    background: none;
    color: #555;
    cursor: pointer;
  }
    .search-container_admin .showBtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    padding-top: 12px;
    padding-right: 11px;
    border: none;
    background: none;
    color: #555;
    cursor: pointer;
  }
      .search-container_admin .lckBtn {
    position: absolute;
    top: 0;
    left: 5px;
    padding: 5px;
    padding-top: 12px;
    padding-right: 11px;
    border: none;
    background: none;
    color: #555;
    cursor: pointer;
  }

  .search-container_admin,.icon-container{
    position: relative;
    width: 100%;
    margin: 0px; 
  }
  input[type="text"],input[type="password"],input[type="email"],input[type="date"],input[type="time"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #d9d9d9;
   
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 13px;
   
  }
  .search-box_form{
    padding-left: 35px !important;
  }
   /* eye icon disabling :chrome*/
input[type="password"] {         /*  :chrome*/
    -webkit-text-security: disc;
    -webkit-appearance: none;
    appearance: none;
  }
  input[type="password"]::-ms-reveal {      /* :explorer and edge*/
    display: none;
  }
  .NeuraSpch-bg2{
    background-color: #f5f5f5 !important;
  }
    .botm-brdr{
   border-bottom: 1px solid #e3e3e3;
  }
  .sidenav1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color:#ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav1 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav1 a:hover {
    color: #f1f1f1;
  }
  
  .sidenav1 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 32px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  
  .closebtn:hover {
    color: black;
  }
  .botm-brdr{
   border-bottom: 1px solid #e3e3e3;
  }
  .menu-fnt{
    color: #000000;  
  }
  .sub-fnt{
    color: #575757;
  }
  .subFnt1{
    color: #626262;
  }
  .selection-styl{
    background-color: #ce4a4a;
    padding: 25px 15px 0px 10px;
    width: 100%;
    border-radius: 10px;
    margin-left: -10px;
  }
 .txt-hdng{
  color: #a4a4a4 ;
 }
 .tag-bg,.tag-bg1{
  background-color: #d9d9d9;padding: 4px 5px;border-radius: 20px;margin-left: 7px;
 }
 .nav-width{
  width: 100% !important;
 }
 .form-clr {
  background-color: #ffecec !important;
  border: none;
  font-size: 14px;
}
  .upload-box {
    background-color: #ffff;
    width: 100%;
    height: 40px;
    border: 1px dashed #ce4a4a;
    border-radius: 10px;
    text-align: center;
    padding: 0px;
    cursor: pointer;
  }
  
  .upload-box:hover {
    border-color: #666;
  }
  
  .upload-box input[type="file"] {
    display: none;
  }
    .upload-box1 {
    background-color: #ffff;
    width: 100%;
    height: 180px;
    border: 1px dashed #575757;
    border-radius: 10px;
    text-align: center;
    padding: 0px;
    cursor: pointer;
  }
  
  .upload-box1:hover {
    border-color: #666;
  }
  
  .upload-box1 input[type="file"] {
    display: none;
  }
  .usrBg{
    width: 65px;height: 65px;background-color: #ce4a4a;border-radius: 50%;
  }
  .tgleBx{
    border-radius: 20px;box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
  .tgleBx-bg{
    background-color: #e8e6e6;border-radius: 20px;
  }

.form-group1 {
  display: block;
  margin-bottom: 15px;
}

.form-group1 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group1 label {
  position: relative;
  cursor: pointer;
}

.form-group1 label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ce4a4a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group1 input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 12px;
  border: solid #ce4a4a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.brdr-right{
  border-right: 1px solid #969696;
}
.plcHldr::placeholder{
  color: #000000;
}
.brdrRigt{
  border-right: 1px solid #e3e3e3;
}
.mt-10{
  margin-top: -10px;
}
.mt-20{
  margin-top: -20px;
}
.verifictn-complt{
  background-color: #d8ffd6;
  padding: 10px 20px;
  border-radius: 20px;
  color: #115d07;
  font-weight: 500;
}
.footr-lst{
  list-style: none;margin-left: -33px;
}
.scndry-clr{
  color: #969696;
}
.trscrptnBx{
  border: 1px solid #ce4a4a;border-radius: 10px;height: 800px;
}

.prgrsRed{
  background-color: #ce4a4a;border-radius: 2px;padding: 3px 0px;
}
.prgrsGrey{
  background-color: #d9d9d9;padding: 3px 0px;
}
.brdrRed{
  border: 1px solid #ce4a4a;border-radius: 10px;
}
.lablBg{
  background-color: #27df0f20;padding-bottom: 0px;border-radius: 20px;color: #15a602;
}
.sml-vertLn{
  width: 1px;height: 25px;background-color: #969696;
}
.otp{
  width: 50px !important;
  text-align: center;
}
.txt-scndry{
  color: #575757;
  font-weight: 300;
}
.bg-footer{
  background-color: #010a1d !important;
}
.plcHldrTxt::placeholder{
  color: #d9d9d9;
}
.pTxt{
  color: #00000099;
  font-weight: 300;
}
.txtarea-brdr{
  border: 1px solid #d9d9d9;
}
#viewMob{
  display: none;
}
.form-select{
  background-image: url("../images/down-arrow-red.png");
  background-size: 12px 8px; 

}
.docBx{
  height: 576px;
}

.pagination a {
  color: black;
  float: left;
  padding: 2px 12px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  margin-bottom: 30px;
}

.pagination a.active {
  background-color: #ddd4d4;
  color: black;
  border-radius: 3px;
}

.pagination a:hover:not(.active) {background-color: #ce4a4a;border-radius: 3px;}


@media (max-width: 599px){
  .brdrBx{
  height:auto;
  }
  .logo-img{
    width: 200px;
  }
  .fntMob{
    font-size: 2.5vw;
  }
  .wave-wdth{
  width: 13.5vw;
}
.brdr-right{
  border-right: none;
}
.wave-wdth1{
   width: 7.5vw;
}
.verifictn-fnt{
  font-size: 3.5vw;
}
.lablFnt{
  font-size: 3.2vw;
}
.trscrptnBx{
height: auto;
}
.mrgLft{
  margin-left: -30px;
}
#viewMob{
  display: none;
}
#viewWeb{
  display:none ;
}
.fsMob{
  font-size: 3.5vw;
}
.docBx{
  height: auto;
}
}

@media (min-width: 600px) and (max-width: 1200px){

  .brdrBx{
  border: 1px solid #d9d9d9;border-radius: 10px;
  height: calc(470px - 15vw) ;
}
.main-width1{
  width:calc(65% - 27vw) ;
}
.main-width2{
width: calc(35% + 27vw) ;
}
.menu-hgt{
  height: 100vh;
}
  .wave-wdth{
  width: 10.5vw;
}
.wave-wdth1{
   width: 5.8vw;
}
.trscrptnBx{
height: auto;
}
#viewMob{
  display: none;
}
#viewWeb{
  display:none ;
}
.docBx{
  height: auto;
}
}

@media (min-width: 1200px){

.main-width1{
  width: 22%;
}
.main-width2{
width: 78%;
}
.wave-wdth{
  width: 6.8vw;
}
.wave-wdth1{
   width: 6.2vw;
}
.padBtm200{
  padding-bottom: 150px;
}
.fsHdng{
  font-size: 3.5vw;
}
.pdBtm16x{
  padding-bottom: 160px;
}
}