/* 	*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #0f72e5;
} */
.justify-content-start{
  justify-content: flex-start !important;
}
.popup{

    width: 100%;
    padding: 30px 40px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
	    z-index: 4;
}
.popup button{
    display: block;
    margin:  0 15px 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
/* .popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
} */
/* a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0;
} */


/**************************************************************/
.welcome-message .borderBtn {
  position: absolute;
  top: 300%;
  left: 45%;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.05em;
  color: white;
  padding: 1.45em 3.35em;
  border-radius: 0.25em;
  background: rgba(195, 40, 40, 1);
}

.borderBtn:hover {
  color: white;
  background-color: #363B3F;
}

.container .btn-lg {
  background: rgba(195, 40, 40, 1);
  border: 0.05em solid rgba(195, 40, 40, .7);
  color: white;
}

.container .btn-lg:hover {
  background: white;
  border: 0.05em solid rgba(195, 40, 40, 1);
  color: rgba(195, 40, 40, 1);
}

.modal-body .form-control {
  border-radius: 0.35em;
  margin-right: 0.25em;

}

.modal-body .form-group label {
  margin-left: 0.35em;
}

.header-modal {
  background: #337ace !important;
      padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body .form-group {
  text-align: left;
  font-size: 16px;
}

/* .close {
  color: white !important;
  opacity: 0.8 !important;
} */

.mohe {
  position: relative;
  display: block;
  color: white;
  float: left;
  padding: 0.5em;
  font-size: 14px;
}
.mohe button{
  font-size: 16px;
}

/* .mohe:after {
  position: absolute;
  content: "";
  top: -1.45em;
  bottom: -1.45em;
  right: -7.15em;
  border-left: 0.05em solid rgba(0, 0, 0, 0.2);
  border-right: 0.05em solid rgba(255, 255, 255, 0.7);
  transform: rotate(25deg);
} */

.footer-modal {
  background: rgba(195, 40, 40, 1);
      padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer button {
  background: white;
  color: black;
  width: 9em;
  border-radius: 0.35em;
}

.input-group textarea {
  height: 6.35em !important;
  background-color: rgba(255, 255, 255, 0.9);
}

.form-control {
  height: 2em;
  /*padding: 0.75em 1.15em;*/
  font-size: 1.15em;
  border: 0.05em solid #337ace !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: black;
}

.input-group .btn-primary {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(195, 40, 40, 0.9) !important;
  width: 50% !important;
  float: right !important;
  margin-right: 0 !important;
}

.input-group .btn-primary:hover {
  background-color: rgba(255, 255, 255, 1) !important;
  color: #363B3F;
  border: 0.15em solid rgba(195, 40, 40, 1);
  border-radius: 0.35em;
  font-weight: 700;
}

/**************************************************************/

#successmessage {
	background: #CCF5CC;
	width:100%;
	font-size:14px;
}
.ajaxresponse {
	padding: 10px 25px;
	border: 0;
	display: inline-block;
	margin-top: 0px;
	cursor: pointer;
	display:none;
	color:#555;
	border-radius: 10px;
}
#successmessage1 {
	background: #CCF5CC;
	width:100%;
	font-size:14px;
}
.ajaxresponse1 {
	padding: 10px 25px;
	border: 0;
	display: inline-block;
	margin-top: 0px;
	cursor: pointer;
	display:none;
	color:#555;
	border-radius: 10px;
}
.modal {
	position: fixed;
	top: 5%;
}

h4 {
	font-size: 1rem;
}
.header-modal button {
	width: 55px;
    height: 55px;
    color: #ffffff;
    opacity: 1;
    font-size: 25px;
	margin: 0 0px 0px auto;
}
