.ActiveBtn {padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
border-radius: 0 !important;
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
padding-right: 2rem !important;
padding-left: 2rem !important;
}

.help-block{
	color:red !important;
}
.error{
	color:red !important;
}

.field-icon {
  margin-right: 17px;
  float: right;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}

.quickLink {
color: #939594 !important;
font-size: 14px;

}
.HeadText {
font-weight: bold;
flex: 3; text-align: center;
font-size: 18px;

}

.logoHight{

height: 80px;
}

.HeaderColor{
background-color: #f58220; color: white;
 padding-top: 5px; display: flex;
  align-items: center;
   justify-content: space-between;
}


   .nmbrbox {
    border: 3px solid #0dcaf0;
    color: black;
    border-radius: 8px;
    padding: 13px;
    min-width: 320px !important;
    min-height: 233px;
}

.custom-text {
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
    color: #444;
    font-family: Arial, sans-serif;
}

.userIcon{

    height: 50px;
}
    

.homeAboutImg{

   object-fit: cover;
}

.AboutImgHeight{

   height: 400px;
}

.AboutBackImg {
    background-image: url("../img/allbaner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.LoginImg{

  text-align: center;
}

.captchWidth{

  width: 336px;
}



.map-section {
    min-height: 600px;
}

.map-container {
    position: relative;
    height: 100%;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 600px;
    border: none;
    display: block;
}