/*Registration Global*/
.page-container {
  margin-top: 50px;
  display: grid;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}
.position-static {
  position: static !important;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .d-none {
    display: none !important;
  }
  .d-block {
    display: block !important;
  }
}
/*Registration Global*/

/* Application Global */
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.pr20 {
  padding-right: 20px;
}
.uppercase-text {
  text-transform: uppercase;
}

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
  font-family: "Open Sans Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Regular"),
    url("../assets/fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans"),
    url("../assets/fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Italic"),
    url("../assets/fonts/OpenSans-Italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Light";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Light"),
    url("../assets/fonts/OpenSans-Light.woff") format("woff");
}
@font-face {
  font-family: "Open Sans SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans SemiBold"),
    url("../assets/fonts/OpenSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Bold"),
    url("../assets/fonts/OpenSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans ExtraBold"),
    url("../assets/fonts/OpenSans-ExtraBold.woff") format("woff");
}

@media (min-width: 1300px) {
  .container {
    max-width: 1260px !important;
  }
}

.header-prelogin {
  background-color: #fff;
  min-height: 82px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header-prelogin h2 {
  float: left;
  margin-top: 11px;
}
.header-prelogin a {
  float: right;
  color: #222020;
  font-size: 14px;
  font-family: "Open Sans SemiBold";
  margin-top: 27px;
}
.header-prelogin a i {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../assets/images/spirit-img.png) no-repeat;
  background-position: -10px -12px;
  vertical-align: middle;
  margin-right: 5px;
}

.footer-prelogin {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-color: #211f1f;
  color: #7f7f7f;
  padding: 11px 15px 0;
}
.footer-prelogin p {
  float: left;
  font-size: 13px;
}
.footer-prelogin ul {
  float: right;
}
.footer-prelogin ul li {
  float: left;
  margin-right: 30px;
}
.footer-prelogin ul li:last-child {
  margin-right: 0;
}
.footer-prelogin ul li a {
  display: block;
  color: #7f7f7f;
}
.footer-prelogin ul li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.footer-prelogin ul li a i.call-icon {
  width: 14px;
  height: 14px;
  background: url(../assets/images/spirit-img.png) no-repeat;
  background-position: -466px -13px;
}
.footer-prelogin ul li a i.mail-icon {
  width: 17px;
  height: 12px;
  background: url(../assets/images/spirit-img.png) no-repeat;
  background-position: -416px -14px;
}
.page-heading {
  width: 100%;
  text-align: center;
}
.page-heading h3 {
  font-size: 20px;
  font-family: "Open Sans SemiBold";
  text-transform: uppercase;
}
.page-heading h3 i {
  display: inline-block;
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #fdae16;
  vertical-align: middle;
  margin-bottom: 4px;
}
.page-heading p {
  color: #eb6400;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 7px;
}
.common-btn {
  background-color: #eb6400;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans Bold";
  border-radius: 5px;
  border: none;
  padding: 5px 15px;
  cursor: pointer;
  min-width: 95px;
}
.popup-btn {
  text-align: center;
}

/*input and select css*/

.input-group label {
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
.input-fild,
.input-box {
  width: 100%;
  position: relative;
}
.input-group input {
  width: 100%;
  border: 1px solid #dddddd;
  height: 30px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 30px;
}
.input-group select {
  width: 100%;
  border: 1px solid #dddddd;
  height: 30px;
  border-radius: 5px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-appearance: none;*/
  -moz-appearance: none;
  position: relative;
  background: url(..images/arrow.png) 98% center no-repeat;
  font-size: 14px;
  color: #222020;
}
.input-group select:focus {
  background: url(..images/arrow.png) 98% center no-repeat;
}

/*Proced button custom css*/

.proceed-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* sample pop up styling */
.sample-image-content,
.view-uploaded-image-content {
  text-align: center;
  width: auto !important;
  height: auto !important;
  /* max-width: 80% !important;
  max-height: 80% !important; */
  /* overflow: auto; */
}
.sample-image-overlay {
  /* black background remover */
  background: unset !important;
}

/* preview pop up styling */
.preview-popup-content {
  width: 50% !important;
  height: 80%;
}
.preview-popup-overlay {
  background-color: #6d616180 !important;
}

/*media css*/
@media screen and (max-width: 830px) {
  .footer-prelogin ul li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 736px) {
  .header-prelogin a i,
  .footer-prelogin ul {
    display: none;
  }
  .footer-prelogin p {
    width: 100%;
    text-align: center;
  }
  .header-prelogin h2 img {
    width: 180px;
  }
  .header-prelogin {
    min-height: 75px;
  }
}
@media screen and (max-width: 480px) {
  .header-prelogin h2 img {
    width: 160px;
  }
  .header-prelogin {
    min-height: 70px;
  }
  .page-heading h3 {
    font-size: 18px;
  }
  .page-heading h3 i {
    width: 30px;
    height: 3px;
  }
  .page-heading p {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .page-heading h3 {
    font-size: 16px;
  }
  .page-heading h3 i {
    width: 25px;
    height: 3px;
  }
  .page-heading p {
    font-size: 13px;
  }
  .preview-popup-content {
    width: 65% !important;
    height: 60%;
  }
}
@media screen and (max-width: 360px) {
  .header-prelogin h2 img {
    width: 150px;
  }
  .header-prelogin {
    min-height: 65px;
  }
  .header-prelogin a {
    margin-top: 25px;
    font-size: 13px;
  }
  .footer-prelogin p {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .header-prelogin h2 img {
    width: 140px;
  }
  .header-prelogin {
    min-height: 62px;
  }
  .header-prelogin a {
    margin-top: 23px;
  }
  .page-heading h3 {
    font-size: 14px;
  }
  .page-heading p {
    font-size: 12px;
  }
}
@media screen and (max-width: 736px) and (min-width: 320px) {
  .container {
    max-width: 100%;
  }
}
/* Application Global */

/*.custom-file-upload-btn {
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  color: #eb6400;
  font-family: "Open Sans SemiBold";
  border-radius: 5px;
  border: 1px solid #eb6400;
  padding: 5px 15px;
  cursor: pointer;
  min-width: 80px;
  display: inline-block;
  margin: 0;
  margin-left: 30px;
}
.custom-file-upload-btn.active {
  background-color: #eb6400;
  color: white;
}
.custom-file-upload-btn.disabled {
  background-color: #eb6400;
  color: white;
}*/

input[type="file"] {
  display: none;
}
