.form-row h5.para-text {
  font-size: 0.9rem;
}

#header-top-pop-form{
    z-index: 9999;
}
#header-top-pop-form .modal-dialog .modal-content .modal-body .right-bg {
  height: 505px;
}

.outlineNone {
  outline: none !important;
}

.close:hover,
.close {
  opacity: 0.75 !important;
}


@supports (-ms-ime-align: auto) {
  .label-text {
    display: none !important;
  }
}

.social-links li a img {
  height: 17px;
  vertical-align: bottom;
}

.social-links .youtube {
  height: 16px;
}

@media (min-width: 1366px) {
  .social-links {
    margin-right: 0px !important;
    padding-right: 0px !important;
  }
}

#header-top-pop-form button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  right: 0;
}

#header-top-pop-form .modal-dialog {
  max-width: 700px;
}
#header-top-pop-form .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
}
#header-top-pop-form .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#header-top-pop-form .modal-dialog .modal-content .modal-body .header-form {
  margin-top: 30px;
  padding: 40px;
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .form-control {
  border: 1px solid transparent;
  border-radius: 50px;
  min-height: 45px;
  padding: 0 40px;
  outline: 0;
  box-shadow: none;
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .form-control:focus {
  border-color: #3069b3;
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .form-control::placeholder {
  color: transparent;
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  input[type="number"]::-webkit-inner-spin-button,
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  margin: 0;
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  label {
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 20px;
  margin: 0;
  color: #8f9db8;
  transition: all 0.3s ease-in;
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .form-control:focus
  ~ label,
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .form-control:not(:required):not(:placeholder-shown)
  ~ label,
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .form-control:required:valid
  ~ label {
  font-size: 11px;
  transform: translateY(-30px);
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .form-button {
  margin-left: auto;
  background-color: #00dcf7;
  color: #000;
  width: 150px;
  min-height: 50px;
  display: block;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  border-color: #00dcf7;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .form-button:hover {
  border-color: #071228;
  background-color: #071228;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #header-top-pop-form
    .modal-dialog
    .modal-content
    .modal-body
    .header-form
    .form-button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  #header-top-pop-form
    .modal-dialog
    .modal-content
    .modal-body
    .header-form
    .form-button {
    width: 100%;
    margin-right: 0;
  }
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .header-modal-heading {
  color: #3069b3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
  font-weight: 500;
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .form-row
  .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid;
  padding: 0;
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .form-row
  .label-text {
  top: 15px;
  left: 5px;
  color: #777;
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .btn-yellow {
  border-radius: 0;
  background-color: #3069b3;
  color: #fff;
  font-weight: 400;
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .form-check-label {
  top: 0;
  color: #252525;
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .header-form
  .para-text
  a {
  color: #777;
}
#header-top-pop-form .modal-dialog .modal-content .modal-body .right-bg {
  background-image: url(../images/login-popup-prime.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 495px;
}
#header-top-pop-form
  .modal-dialog
  .modal-content
  .modal-body
  .close-btn
  .close-img {
  padding: 10px;
}
@media screen and (max-width: 576px) {
  #header-top-pop-form
    .modal-dialog
    .modal-content
    .modal-body
    .close-btn
    .close-img {
    position: relative;
    top: -470px;
  }
}
.fade {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.75);
}
.form-row h5.para-text {
  font-size: 0.9rem;
}
.social-links li a img {
  height: 17px;
  vertical-align: bottom;
}
.social-links .youtube {
  height: 16px;
}
