*{
  padding: 0;
  margin: 0 auto;
}

body {
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}


@font-face {
  font-family: 'HelveticaNeue Medium';
  src: url('../fonts/HelveticaNeue Medium.eot');
  src: url('../fonts/HelveticaNeue Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaNeue Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg'),
       url('../fonts/HelveticaNeueMedium.ttf') format('truetype'),
       url('../fonts/HelveticaNeueMedium.woff') format('woff');

}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica Neue.eot');
  src: url('../fonts/Helvetica Neue.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Helvetica Neue.woff2') format('woff2');
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg'),
       url('../fonts/HelveticaNeue.ttf') format('truetype'),
       url('../fonts/HelveticaNeue.woff') format('woff');
}





@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url('../fonts/HelveticaNeue-Light.eot');
  src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg'),
       url('../fonts/HelveticaNeue-Light.ttf') format('truetype'),
       url('../fonts/HelveticaNeue-Light.woff') format('woff'),
       url('../fonts/HelveticaNeue-Light.woff2') format('woff2');
}


@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url('../fonts/HelveticaNeue-Bold.eot');
  src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg'),
       url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
       url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
       url('../fonts/HelveticaNeue-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Helvetica-Black';
  src: url('../fonts/Helvetica-Black.eot');
  src: url('../fonts/Helvetica-Black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Helvetica-Black.svg#Helvetica-Black') format('svg'),
       url('../fonts/Helvetica-Black.ttf') format('truetype'),
       url('../fonts/Helvetica-Black.woff') format('woff'),
       url('../fonts/Helvetica-Black.woff2') format('woff2');
}

@font-face {
  font-family: 'Helvetica-Light';
  src: url('../fonts/Helvetica-Light.eot');
  src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Helvetica-Light.svg#Helvetica-Light') format('svg'),
       url('../fonts/Helvetica-Light.ttf') format('truetype'),
       url('../fonts/Helvetica-Light.woff') format('woff'),
       url('../fonts/Helvetica-Light.woff2') format('woff2');

}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.eot');
  src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Helvetica.svg#Helvetica') format('svg'),
       url('../fonts/Helvetica.ttf') format('truetype'),
       url('../fonts/Helvetica.woff') format('woff'),
       url('../fonts/Helvetica.woff2') format('woff2');

}

@font-face {
  font-family: 'Georgia';
  src: url('../Georgia.ttf') format('truetype'),
       url('../Georgia.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'georgia_0';
  src: url('../georgia_0.eot');
  src: url('../georgia_0.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}




@font-face {
  font-family: 'ArialMT';
  src: url('../fonts/ArialMT.woff') format('woff'),
       url('../fonts/ArialMT.ttf') format('truetype'),
       url('../fonts/ArialMT.svg#ArialMT') format('svg');
}

@font-face {
  font-family: 'arial';
  src: url('../fonts/arial.eot');
  src: url('../fonts/arial.woff2') format('woff2'),
       url('../fonts/arial.eot?#iefix') format('embedded-opentype');
}

body {
  font-family: 'HelveticaNeueMedium';
  color: #000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 100;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-weight: 100;
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-weight: 100;
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  font-weight: 100;
  font-size: 14px;
}

.wrapper {
padding:0;
}

.logo-form img {
  width: 160px;
}

.wrapper .from-dtls h4 {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 30px;
  margin-bottom: 0px;
}

.wrapper .from-dtls p {
  font-size: 14px;
}

.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 200px;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;
    font-weight: 300 !important;
}

.inputDnD .form-control-file:before {
content: attr(data-title);
    position: absolute;
    top:-50px;
    left: 0;
    width: 230px;
    min-height: 250px;
    line-height: 2em;
    padding-top: 1.5em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.faculty-form .grid span {
    display: inline-block;
}

.center-width label {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 25px;
    padding: 0;
    margin-right: 0;
    text-align: left;
    margin-left: 10px;
}

.center-width .common_input {
    border: none;
    border-bottom: solid 2px #333;
    border-radius: 0;
    margin-top: -7px;
    font-size: 17px;
    padding: 0 !important;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.center-width .form-group {
    margin-bottom: 0;
    margin: auto;
    width: 100%;
}
.center-width .col-sm-5 {
  margin-left: 0;
}

.faculty-form .grid {
    width: 100%;
    /* float: left; */
    /* margin-top: 40px !important; */
}
.grid.form-group.top-none {
    margin-top: 40px !important;
    margin-bottom: 60px !important;
}

label.custom-control-label {
    font-weight: 400;
}

.no-mar {
  margin: 0;
}
.faculty-form {
    /*margin-top: 10px;*/
    max-width: 100%;
    width:100%;
    
}

.photo-form-label{
   width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 0;
    font-size: 13px;
    font-family: 'Georgia';
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: top;
    line-height: 43px;
}

span.btn.btn-default.btn-file.btn-dlf.hvr-sweep-to-right.greys {
    border: solid 1px #000;
    color: #fff;
    padding:10px 20px;
    font-size:13px;
    letter-spacing: 1px;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
}

.contact_from input {
    width: 100%;
}

/*
span.btn.btn-default.btn-file.btn-dlf.hvr-sweep-to-right.greys:hover {
    background: #000;
    color: #fff;
}*/

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right:0;
    min-width:100%;
    min-height:100%;
    font-size:13px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #f46c21!important;
    cursor: inherit;
    display: block;
   /* display: table;
    width: 100%;
    height: 37px*/
}

.btn-file {
    position: relative;
    overflow: hidden;
}

span.file-name {
    font-size: 13px;
}


.file-name{font-size:11px;}

form h1{
    margin-bottom:30px;
   font-size:40px;
    text-align: center;
  /*  font-weight: 600; */
    color: #000;
    font-family: 'HelveticaNeueMedium';
}

/*.pd-bottom .type-hide {
    border: solid 1px #000;
    color: #fff;
    padding: 12px 20px;
    font-size: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    color: #000;
}*/

.grid.row label{line-height:11px;}

.border_bottom{
    padding:10px 0;
    border-top: solid 4px #000;
    border-bottom: solid 4px #000;
    font-size:10px;
    text-align:justify;
    font-family: 'HelveticaNeue Medium';
}
/* .faculty-form label {
    width: 40%;
    float: left;
    font-weight: bold;
    color: #2f2f2f ;
    font-size:16px;
    margin-bottom: 0;
    line-height: 40px;
}

.faculty-form input {
    border: solid 1px #e0e0e0;
     width: 55%;
    padding: 8px;
    border-radius: 4px;
    float: right;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    outline: none;
} */

.faculty-form .grid .span3 {
    /*display: inline-block;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: lr-tb;
    writing-mode: vertical-lr;*/
   /* border-right: solid 4px #000;*/
    padding-right:4px;
    margin-right: 0px;
    font-size: 11px;
   font-family: 'HelveticaNeue Medium';
   font-weight:600;
    padding-left: 15px;
    /* margin-left: 10px; */
    margin-top: 8px;
    letter-spacing: .7px;
}

.error{
    text-align:left;
    font-size: 14px;
    color:red;
   /* float: right;*/
}

.error3{
    
    text-align:right;
    font-size: 14px;
    color:red;
}

.faculty-form .grid .span2 {
  display: inline-block;
    /* -webkit-writing-mode: vertical-lr; */
    -ms-writing-mode: lr-tb;
    /* writing-mode: vertical-lr; */
    */: ;
    /* border-right: solid 4px #000; */
    padding-right: 0;
    margin-right: 0px;
    font-size: 11.9px;
    font-family: 'HelveticaNeue Medium';
    font-weight: 600;
    padding-left: 15px;
    /* margin-left: 10px; */
    margin-top: 9px;
    letter-spacing: .5px;
    webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    position: relative;
    width:auto;
    top: 205px;
    top:177px;
    left: 113px;
    margin: 0px -100px;
    padding: 0px 0px 3px 0;
    color: #000;
    border-bottom: 4px solid #000;
}


/*.faculty-form .grid span {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-right: solid 1px #000;
    padding-right: 10px;
    margin-right: 0;
    font-weight: 600;
    font-size: 13px;
}*/

.top-input {
  margin-top: 25px;
}

span.two-width{
  width: 156px !important;
}

.grid_half {
  margin-top: 12px !important;
}

.flex-label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-label label span {
  margin: 0;
}

.full_label label {
    width: 100%;
    line-height: 1.4;
}

.grid.grid_half.input-set {
  margin-top: 23px !important;
}

.group-photo .d-flex{ align-items: baseline;}


.group-photo {margin:0;margin-bottom:25px;}
.group-photo  p{
    text-align: left;
    width:366px;
    font-family: 'HelveticaNeue-Bold';
    font-size: 17px;
    padding-left:14px;
    color:#494949;
    
    }

.grid.row label {
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 0;
    font-size: 17px;
    font-family: 'HelveticaNeue-Bold';
    padding-bottom: 0;
    line-height:60px;
    color:#494949 !important;
}

.six-box {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    margin-top: 14px;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    display: inline-block;
    width: 100%;
}

.space_check {
  margin-top: 14px;
  width: 80% !important;
}

.faculty-form .grid .six-box input {
    padding-left: 10px;
    margin-left: 10px;
}

.fulls-aray {
  width: 80% !important;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_btn {
  margin-top: 45px !important;
}

.date-box .grid {
  margin-top: 0;
}

.date-box .grid input {
  border: dotted 2px #e0e0e0;
}

.stem-box .inputDnD .form-control-file:before {
    width: 310px;
    min-height: 148px;
    top: 0;
    padding-top: 9.5em;
    font-size: 16px;

}

.top-sign-wrapper {
  margin-top: 50px;
}

.date-box {
  position: relative;
}

.date-box .grid {
      margin-top: 163px;
  height: 100%;
}

.stem-box .inputDnD{
  position: absolute;
    right: 62px;
}

.date-box .grid label {
  width: 60px;
}

.sign-box h4 {
    font-size: 20px;
    min-height: 170px;
}
.sign-box input {
  border: dotted 2px #e0e0e0;
  text-align: center;
  font-size: 20px;
  float: none;
}

.sign-wrapper {
  margin-top: 50px;
}

.sign-box {
    height: 100%;
}

.first-box h4 {
  max-width: 200px;
  text-align: center;
}

.form-kam {
      margin-top: 50px;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #333;
}
.desciption p {
    font-size: 21px;
    font-style: italic;
    margin-bottom: 16px;
}

.desciption ol {
  margin-left: 15px;
}

.desciption ol li {
  padding-left: 15px;
}



.file-upload {
  background-color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
  padding:0 20px;
  /* margin-top: -60px; */
}

.file-upload-btn {
  width: 216px;
  margin: 0;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 0px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  height: 100%;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.file-upload-content {
  margin-top: -240px;
      position: relative;
  border: solid 1px #333;
  display: none;
      height: 240px;
      max-width: 600px;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  z-index: 999;
  margin-top: 20px;
  border: 1px solid #333;
  position: relative; 
  height: 240px;
}



.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
font-size: 20px;
  font-weight: 100;
  color: #333;
  padding: 98px 0;
}

.file-upload-image {
    width: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.grid.full_label.flex-label label span {
  width: 100px !important;
}

.select_js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.select_js .populate {
    width: 100%;
}

div#s2id_e1 {
    margin-right: 5px;
}

div#s2id_e12 {
    margin-left: 5px;
}

.check-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.check-flex span {
  margin-right: 25px;
}

.btn-kdl {
    background: #E4332D;
    border: solid 1px #E4332D;
    border: none;
    color: #fff;
    padding: 10px 45px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.btn-kdl:hover {
  border: solid 1px #E4332D;
  background: transparent;
  color: #E4332D;
}

.btn-wrapper {
  margin-top: 50px;
}

.block.add-more.text-center {
    margin: 0px 0 5px;
}

.block.add-more {
    margin: 5px 0 10px;
}

.flex-img{padding-left:20px;}

.uploader {
 display: block;
    clear: both;
    margin: 0 0px;
    width: 100%;
    /* max-width: 607px; */
    padding-left: 0;
  /*padding-right:216px;*/
}
.uploader label {
    margin-bottom: 0;
    float:left;
    clear: both;
    padding: 0px 0;
    text-align: center;
    background: #f7f7f7;
    border-radius: 0;
    border: 0px solid #a0a0a0 ;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    height:250px;
    width:250px;
    position: relative;
    overflow: hidden;
  /*float: left;
  clear: both;
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;*/
}
.uploader label:hover {
  border-color: #a0a0a0 ;
}
.uploader label:hover .select-file {
  background: #E4332D;
}

.grid.row.form-group {
  margin: 0;
  margin-bottom:33px;
}

.uploader label.hover {
  border: 3px solid #333;
  -webkit-box-shadow: inset 0 0 0 6px #eee;
          box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa,
.uploader label.hover #starts i.fa {
  -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
      transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start,
.uploader #starts {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #start.hidden,
.uploader #starts.hidden {
  display: none;
}
.uploader #start i.fa,
.uploader #starts i.fa {
  font-size:20px;
  margin-bottom:0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.uploader #response,
.uploader #responses {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden,
.uploader #responses.hidden {
  display: none;
}
.uploader #response #messages,
.uploader #response #messagess {
  margin-bottom: .5rem;
}
.uploader #file-image,
.uploader #file-images {
  display: inline;
  margin: 0 auto .5rem auto;
  width: 100%;
  height: auto;
  max-width: 100%;
  /*object-fit: cover;*/
  overflow: hidden;
     
}
.uploader #file-image.hidden,
.uploader #file-images.hidden {
  display: none;
}
.uploader #notimage,
.uploader #notimages {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden,
.uploader #notimages.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width:160px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: -webkit-gradient(linear, left top, right top, from(#393f90), color-stop(50%, #454cad));
  background: -webkit-linear-gradient(left, #393f90 0%, #454cad 50%);
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type="file"] {
  display: none;
}
.uploader div {
  margin: 0 0 0rem 0;
  color: #5f6982;
}
.uploader .btn {
  display: inline-block;
    margin: 0;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: .2rem;
    outline: none;
    padding: 0;
    height: 40px;
    line-height: 45px;
    color: #9c9c9c;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background:transparent;
    border-color: none;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.upload_wrapper {
  padding:30px 0 0;
}

.no-fix label {
  width: 100%;
}

.block span {
    width: 140px !important;
    padding: 10px 0;
    margin-top: 4px;
    text-align: center;
    background: #000;
    border: solid 1px #000;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.block span:hover {
   background: transparent;
   border: solid 1px #000;
   color: #000;
}

.block.add-more {
    text-align: center;
}

textarea.form-control {
    height: 281px;
    resize: none;
    text-transform: capitalize;
    /*margin-bottom:10px;*/
}


.remove i {
    background: #E4332D;
    padding: 10px 1px;
    width: 26px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 6px;
    position: relative;
    top: 16px;
    font-size: 13px;
    cursor: pointer;
    left: -23px;
}
.input-group-prepend {
    height: 40px;
    margin-left: 0;
    margin-top: 12px;
}
.input-group-text {
    border: none;
}
.js-noflex {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
}
.add-more span {
    position: relative;
    left: -13px;
}
.row.append-list li {
  position: relative;
}
.row.append-list .remove {
    position: absolute;
    right: -40px;
    z-index: 9;
    top: 3px;
}

.select-file {
  margin-top: 12px;
    background: #0F9CD5;
    color: #fff;
    padding: 8px 11px;
    display: block;
    width: 110px;
    font-size: 14px;
    border-radius: 4px;
}

.row.no-fix ol {
    width: 100%;
    margin-left: 35px;
    margin-right: 19px;
}

.row.no-fix ol .six-box {
  margin-left: 0;
}

.custom-control-label::before {    
    background-color: #ffffff;
    border: solid 1px #333;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.row.no-fix ol li {
  position: relative;
}

.row.no-fix ol li span.remove {
    position: absolute;
    right: -70px;
    top: 0;
}

.wrapper form {
    background: #fff;
    padding:80px 0px;
    /*border: solid 1px #000;*/
}

.float-right {
  float: right !important; 
}

.grid.flex-label label {
    line-height: 1.4;
}

.custom-control.custom-checkbox .radio-custom-label span.full-show, 
.full-show {
    width: 100% !important;
    margin-left: 10px;
    text-align: justify;
    margin-right: 20px;
    font-weight: 400;
    line-height: 1.2;
}
.custom-control.custom-checkbox {
  margin: 0;
}


.append-list ol {
  width: 100%;
  margin-left: 38px;
}

.wrapper .container {
  max-width: 850px;
}

.from-dtls.text-center {
    padding: 40px 0;
}

.lable-center {
  margin-bottom: 10px !important;
  display: block;
  width: 100%;
  text-align: center !important;
}

.row.append-list input {
  width: 100% !important;
}

.row.no-fix li input {
  width: 100% !important;
}
.row.no-fix.no-mar .six-box {
    display:inline-block;
}

.row.no-fix.no-mar .six-box input {
    margin-top:0;
}


/* label {
  font-weight: bold;
} */

.full-back {
    background: #f5f5f5;
    padding: 10px;
    color: #333;
    text-align: center;
    margin-bottom: 16px;
}

.btn-next {
    width: 200px !important;
    height:60px;
    margin-top:80px;
    /* margin-bottom: 15px; */
    text-align: center;
    background:#161616;
    outline:none;
    border:0;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    font-size:14px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: block;
    margin-left: auto;
    letter-spacing:2px;
}

.btn-next:hover{
      background:#2d2d2d;
  color: #fff;
 
  text-decoration: none;
}

.wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

.wpcf7-form-control-wrap label input {
    position: relative;
    padding: 0px 5px;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-top: -1px;
    margin-left: 0;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #1a7df6;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute !important;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin-right: 0px;
    text-align: center;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #0F9CD5;
    font-size: 13px;
    border: solid 1px #0F9CD5;
}

.checkbox-box {
    display: flex;
}

.checkbox-box .s-input.s-input--checkbox {
  margin: 0;
  margin-right: 30px;
  position: relative;
}

.checkbox-box .s-input.s-input--checkbox label span {
    margin-left: 10px;
    font-weight: 400;
    position: relative;
    top: 2px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #0F9CD5;
    border: solid 1px #0F9CD5;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #0F9CD5;
}

.custom-control.custom-checkbox {
    padding-left: 10px;
}

.checked-show {
  display: none;
  margin-top: 10px;
}

.center-ankher {
    margin-left: -19px;
}

.d-flex input {
  width:48% !important;
}

.form-control:focus{background:#f7f7f7;}

.form-control {
  height:84px;
  border:0;
  background:#f7f7f7;
  border-radius: 0;
  outline: 0;
  font-size: 14px;
  padding:10px;
font-family: 'HelveticaNeue';
  /*font-weight: 600;*/
  text-transform: uppercase;
  color:#000;
  letter-spacing:1px
}

.email, .web{text-transform:lowercase;}

.lef-db {
    margin-left: 20px;
}

.input-file-container {
  position: relative;
  width: 130px;
  margin: 0;
} 
.js .input-file-trigger,
.js .input-file-triggers,
.js .input-file-triggers2,
.js .input-file-triggers3 {
  display: block;
  padding: 9px 0;
  text-align: center;
  border-radius: 4px;
  background: #656565;
  color: #fff;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;
}
.js .input-file,
.js .input-files,
.js .input-files2,
.js .input-files3 {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}


.file-return {
  margin: 0;
}

.js .file-return,
.js .file-returns,
.js .file-returns2,
.js .file-returns3  {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
    text-align: right;
    position: relative;
    top: -38px;
    left: -30px;
    margin-left: 170px;
}
.js .file-return:not(:empty):before, 
.js .file-returns:not(:empty):before,
.js .file-returns2:not(:empty):before,
.js .file-returns3:not(:empty):before  {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 0;
}

.custom-control.custom-radio.custom-control-inline label {
    margin-bottom: 0;
    margin-top: 0;
}

.left-nex {
  margin-right: 20px;
  background: transparent;
  border: solid 1px #E4332D;
  color: #E4332D;
}

.left-nex:hover {
  background: #E4332D;
  color: #fff;
}

























/* ======================== Media Query ====================== */

@media (max-width: 991px) {
  .faculty-form label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faculty-form input {
    width: 100%;
  }
  .faculty-form .grid span {
    margin: 0;
  }
  span.two-width {
    width: 45px !important;
  }
  
  .flex-col label {
    text-align: center !important;
    display: table;
  }
  .date-box .grid {
    margin-top: -17px;
    height: 100%;
    margin-bottom: 50px;
  }
  .first-box h4 {
      max-width: 100%;
      text-align: center;
  }
  .stem-box .inputDnD .form-control-file:before {
    width: 100%;
  }
  .stem-box .inputDnD {
    position: inherit;
    right: 0;
  }
  .sign-box h4 {
    font-size: 18px;
    min-height: 150px;
  }
  .faculty-form label br {
    display: none;
  }
  .mb-row .six-box {
    margin-top: 0;
  }
  .mb-row .flex-col {
    margin-top: 0;
  }
}


@media (max-width: 767px) {
  .mb-label label {
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
    margin-left: 0;
}
  .wrapper form {
    padding: 40px 20px;
}

.left-nex,
.btn-kdl {
  width: 100%;
}

.btn-kdl {
  margin-bottom: 10px;
}
.input-file-container {
  width: 100%;
}
.center-width label {
    font-size: 20px;
    
    margin-left: 0;
}

.custom-control-inline {
  width: 100%;
    margin-bottom: 7px;
}
.checkbox-box .s-input.s-input--checkbox {
  width: 100%;
  margin: 0;
}
.checkbox-box {
    display: flex;
    flex-wrap: wrap;
}
.full-back {
  margin: 0;
}
.row.mb-row {
    margin-bottom: 14px;
}

.row.mb-row .six-box,
.row.mb-row .flex-col {
    margin-top: 0;
}

.row.mb-row input {
    margin-top: 0;
}

.row.no-fix ol {
    width: 100%;
    margin-left: 35px;
    margin-right: 20px;
}

.row.no-fix ol li span.remove {
    position: relative;
    top: -20px;
    width: 100%;
    right: 0;
    left: 0;
    margin-bottom: 40px;
}
.center-ankher {
    margin-left: 0;
}
.remove i {
  width: 100%;
}
.faculty-form .grid .six-box input {
    padding-left: 10px;
    margin-left: 0;
}

.remove i {
    background: #E4332D;
    padding: 17px 1px;
    width: 26px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 6px;
    position: relative;
    top: 16px;
    font-size: 13px;
    cursor: pointer;
    left: 0;
    width: 92%;
    border-radius: 50px;
    bottom: 0;
     font-family: 'Helvetica';
}
.row.append-list .remove {
    position: initial;
    right: 0;
    z-index: 9;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    top: auto;
    margin-bottom: 20px;
    margin-top: -5px;
}
label.full-show.col-form-label {
    width: auto !important;
    text-align: left;
}

.row.mb-row .six-box {
  margin-bottom: 15px;
}
.row.js-noflex.mb-row {
    flex-wrap: wrap;
}
}

@media (max-width: 365px) {
  .select_js {
    flex-wrap: wrap;
  }
  div#s2id_e1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .wrapper form {
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 50px;
}
  .wrapper .from-dtls h4 {
    font-size: 30px;
  }
}


.compaylabel {
    border-bottom: solid 1px #000;
    border-top: solid 4px #000;
    padding: 7px 0;
    font-family: 'HelveticaNeue Medium' !important;
    font-weight: 600;
    letter-spacing:1px;
    font-size: 12px !important;
    padding-bottom:5px !important;
    padding-top: 6px !important;
}

.paragraph{
    font-size: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    font-weight: 600;
    
}

textarea {
    width:100%;
}

.font12{
    font-size:11px !important;
}


.address{font-weight:100 !important;}

.grid.row.grid_half.form-group.mb-4 textarea {
    border: none;
    border-radius: 0;
   border-bottom: 0 !important;
    padding: 0;
    font-size: 12px;
    padding-top: 11px;
    font-family: 'Georgia';
    font-weight:100 !important;
    text-transform: inherit !important;
    
}

.grid.append-data.form-group .grid.row.grid_half.form-group.mb-4 {
    margin: 0 !important;
    margin-bottom:0px !important;
}

.grid.append-data.form-group .grid.row.grid_half.form-group.mb-4 .form-control {
    padding: 0;
    height: auto;
    font-size: 12px;
    border: none;
    border-bottom: solid 1px #000;
    border-radius: 0;
    font-family: 'HelveticaNeue Medium';
   font-weight:600;
   color:#333;
}
.grid.append-data.form-group .grid.row.grid_half.form-group.mb-4 label {
    padding:0;
    
}

.grid.append-data.form-group .grid.row.grid_half.form-group.mb-4 .deals-in{
    text-transform: capitalize;
    font-family: 'HelveticaNeue-Light' !important;
    font-size:10px !important;
   
}

.mb-4, .my-4 {
    margin-bottom: 10px !important;
}

.mb50 {
        margin-bottom: 60px;
}


button:focus {
   
    outline: none;
}

@media (max-width:768px){
.faculty-form .grid .span2 {
    display: inline-block;
    /* -webkit-writing-mode: vertical-lr; */
    -ms-writing-mode: lr-tb;
    /* writing-mode: vertical-lr; */
    */: ;
    /* border-right: solid 4px #000; */
    padding-right: 0;
    margin-right: 0px;
    font-size: 11.9px;
    font-family: 'HelveticaNeue Medium';
    font-weight: 600;
    padding-left: 15px;
    /* margin-left: 10px; */
    margin-top: 9px;
    letter-spacing: .5px;
    webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    position: relative;
    width: 165px;
    top: 205px;
    top: 161px;
    left: 113px;
    margin: 0px -100px;
    padding: 0px 0px 3px 0;
    color: #000;
    border-bottom: 4px solid #000;
    font-size: 10.8px;
}

.grid.append-data.form-group .grid.row.grid_half.form-group.mb-4 {
    margin: 0 !important;
    margin-bottom: 10px !important;
} 

.grid.row.form-group {
    margin: 0;
    margin-bottom: 15px;
}

textarea.form-control{height:150px;}

.group-photo p {
    text-align: left;
    width: 313px;
}

}

@media (max-width:480px){
    
    .wrapper .container {
    max-width: 100%;
}

.form-control {
    height:40px;
}

.wrapper form {
    padding: 40px 0px;
}

.grid.row label {
    line-height:35px;
}
  .grid.append-data.form-group .grid.row.grid_half.form-group.mb-4 {
    margin: 0 !important;
    margin-bottom: 10px !important;
} 
    .uploader{padding-left:0;
    
    display: block;
    clear: both;
    margin: 0 0px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;

        
    }
    
    .group-photo {
    margin: 0 ;
    margin-bottom: 15px;
    margin-left:15px;
}

    
    .uploader label {
    float: right;
    height: 150px;
    width: 150px;
    }
.group-photo .d-flex {
    position:relative;
}    
.group-photo p {
    text-align: left;
    width:100%;
    /* display: none; */
    position: absolute;
    top:40%;
    z-index: 1;
        padding-left: 0;
    text-align: center;
}
    
.faculty-form .grid .span2 {
    font-size: 12px;
    writing-mode: inherit;
    border-right: 0;
    border-bottom: 4px solid #000;
    
    padding: 5px 0;
    margin: 0 15px 15px;
    display: flex;
    width: 92%;
    top: 205px;
    top: inherit;
    left: 0;
    webkit-transform: inherit;
    -ms-transform: inherit !important;
    transform: inherit;
}

.grid.row.form-group {
    margin: 0;
    margin-bottom:5px;
}

.grid.row label {
    /*line-height: 20px;*/
}

.btn-next {
    
    margin-left: inherit;
    margin: 40px auto 0;
        font-size: 12px;
    width: 180px !important;
    height: 40px;
}

form h1 {
    margin-bottom: 30px;
    font-size: 20px;
}


}
@media (max-width:375px){
   
    .uploader{padding-left:0;}
    
.faculty-form .grid .span2 {width:91%;}


    
}

@media (max-width:320px){

}
