/********************* SIGNUP *******************/
.create-account h5 {
    text-align: center;
    padding: 35px 0 12px;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    /* font-family: "ProximaNova-Regular"; */
    letter-spacing: 1px;
    color: #FFF5C5;
}
.create-account p {
    text-align: center;
    margin-bottom: 27px;
}
.create-account p a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
}
.create-account .form-control:not([type = 'file']), .create-account .form-control:not([type = 'file']):focus {
    color: #3b3a3a;
    border-width: 1px;
    border-style: solid;
    outline: 0 none;
    background-color: #f7f7f8;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    height: 50px;
    padding: 10px 20px 10px;
    border-color: transparent;
    border-radius: 0;
    /* font-family: "ProximaNova-Regular"; */
    letter-spacing: 1px;
}
.create-account select, .create-account select:focus {
  width: 100%;
    color: #3b3a3a;
    border-width: 1px;
    border-style: solid;
    outline: 0 none;
    background-color: #f7f7f8;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    height: 50px;
    padding: 10px 20px 10px;
    border-color: transparent;
    border-radius: 0;
    /* font-family: "ProximaNova-Regular"; */
    letter-spacing: 1px;
}
.create-account .card-header {
/*    background-image: url(../images/form-bg.jpg);*/
/* background-image: url(../images/form-bg-header.jpg);
background-size: 100%; */
    /* background-size: 100% 100%; */
    background: linear-gradient(180deg, rgba(0, 63, 114, 0.93) 0%, rgba(9, 97, 170, 0.93) 100%);
    /* background-size: cover; */
    padding: 15px 5px;
}

.create-account textarea {
    height: 100px !important;
    /* font-family: "ProximaNova-Regular"; */
}
::placeholder {
    color: #3b3a3a !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #3b3a3a !important;
    opacity: 1 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #3b3a3a !important;
    opacity: 1 !important;
}
.field-icon {
    float: right;
    margin-top: -34px;
    position: relative;
    z-index: 2;
    right: 11px;
    color: #b2adad;
}
.error {
    font-size: 12px;
    color: red;
}
.create-account .line {
    width: 1px;
    height: 30px !important;
    background: #000;
    display: block;
    margin: auto !important;
    min-height: auto;
}
.create-account .btn-dark {
    height: 30px;
    line-height: 16px;
    padding-left: 0;
    padding-right: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 63, 114, 0.93) 0%, rgba(9, 97, 170, 0.93) 100%);
}


.form-list__row {
    margin-bottom: 25px;
}
.form-list__row label {
    position: relative;
    display: block;
    text-transform: uppercase;
    /* font-weight: 600; */
    font-size: 11px;
    letter-spacing: .5px;
    color: #232323;
    background-image: none;
  }






@media (max-width: 600px) {
    .create-account h5 {
        font-size: 15px;
    }
    .create-account .card-header p {
        font-size: 14px;
    }
    .create-account .btn-dark {
        font-size: 13px;
    }
    .form-list__row {
      padding: 0px;
    }
}

.submit-btn {
  border-radius: 3px;
  background: #AF0D07;
  color: #FEFFFF;
  font-family: 'RedHatText-Medium';
  font-size: 15px;
  font-style: normal;
  outline: none;
  line-height: normal;
  border: 1px solid #AF0D07;
  letter-spacing: 0.45px;
  padding: 2px 12px;
  transition: all 0.5sease;
}

.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popupform {
	margin: 35px auto;
	padding: 30px 20px;
	background: #fff;
	border-radius: 5px;
	/* width: 30%; */
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popupform .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popupform .close:hover {
  	color: #C54E47;
}
.popupform .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
padding: 5px;
}
.popupform .content h3 {
    font-size: 20px;
    margin: auto;
}
.popupform .content a {
    font-size: 15px;
}
.popupform .content a:hover {
    text-decoration: none;
}

.enroll {
    position: relative;
    padding: 0;
}
.enroll.active:after {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #343a40;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.share-rec {
    position: relative;
    padding: 0;
}
.share-rec.active:after {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #343a40;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.brd-rad-7 {
    border-radius: 7px;
    margin-bottom: 60px;
}
figure.snip1197 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    /* margin: 10px; */
    /* min-width: 400px;
    max-width: 480px; */
    width: 90%;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    display: flex;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

  }
  figure.snip1197 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  figure.snip1197 .rgt-cont {
    float: right;
    max-width: 40%;
    width: 40%;
    vertical-align: middle;
    border-radius: 0 8px 8px 0;
    background: #444;
    padding-bottom: 13px;
  }
  figure.snip1197 .rgt-cont img {
    width: 83px;
    height: 83px;
    object-fit: cover;
    margin-top: -25px;
    border-radius: 7px;
    margin-left: auto;
    display: block;
    margin-right: auto;
  }
  figure.snip1197 .rgt-cont h3 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 9px;
    /* padding-left: 15px; */
  }
  figure.snip1197 .rgt-cont span {
    font-size: 11px;
    color: #fff;
    text-align: center;
    margin-top: 9px;
    display: block;
    /* padding-left: 15px; */
  }
  figure.snip1197 figcaption {
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    position: relative;
    background-color: #ffffff;
    border-radius: 8px 0 0 8px;
  }
  figure.snip1197 blockquote {
    position: relative;
    padding: 39px 15px 30px 15px;
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
  }
  figure.snip1197 blockquote:before,
  figure.snip1197 blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
  }
  figure.snip1197 blockquote:before {
    top: 25px;
    left: 20px;
  }
  figure.snip1197 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0px;
  }
  figure.snip1197 .arrow {
    top: 30px;
    left: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    position: absolute;
  }
  figure.snip1197 .author {
    position: absolute;
    top: 100%;
    width: 60%;
    padding: 10px 15px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
  }
  figure.snip1197 .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
  }
  figure.snip1197 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
  }
  
  .overall-testimonials {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-flow: wrap;
    margin: 0;
    height: 100%;
  }

  .toggle-password{
    cursor: pointer;
  }