 

.apply-form .wpforms-form .wpforms-field-large {
  padding: 12px 0px !important;
  height: auto !important;
  border-radius: 0px !important;
  color: #e2e2e2 !important;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #ffffff !important;
}
 

.apply-form .wpforms-form select.wpforms-field-large {
  background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%), linear-gradient(to right, #ffffff, #ffffff);
  background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 2em;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.apply-form .wpforms-form .wpforms-one-half {
    margin-left: 20px !important;
    width: calc(50% - 10px) !important;
}

.apply-form .wpforms-form .wpforms-one-fourth {
  width: calc(25% - 15px) !important;
  margin-left: 20px !important;
}

.apply-form .wpforms-form .wpforms-one-third {
  width: calc(33.45% - 15px) !important;
  margin-left: 20px !important;
}

.apply-form .wpforms-form textarea.wpforms-field-large {
  height: 100px !important;
}

.apply-form .wpforms-form .depth-1 {
  margin-top: 15px !important;
}

.apply-form .wpforms-form [type="radio"]:checked,
.apply-form .wpforms-form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.apply-form .wpforms-form [type="radio"]:checked+label,
.apply-form .wpforms-form [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.apply-form .wpforms-form [type="radio"]:checked+label:before,
.apply-form .wpforms-form [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #054273;
  border-radius: 100%;
  background: #fff;
}

.apply-form .wpforms-form [type="radio"]:checked+label:after,
.apply-form .wpforms-form [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #054273;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.apply-form .wpforms-form [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.apply-form .wpforms-form [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.apply-form.wpforms-container-full .wpforms-form .choices {
  padding: 0 !important;
}

.apply-form.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner {
  height: auto !important;
  font-size: 14px !important;
  border-radius: 8px !important;
  border: 2px solid transparent !important;
  padding: 0px 0px !important;
  background-color: transparent;
}

.apply-form.wpforms-container-full .wpforms-form button[type=submit] {
  padding: 17px 40px !important;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: var(--e-global-color-secondary) !important;
  text-transform: uppercase;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  transition: .5s ease all;
  text-decoration: none !important;
  border: 0px solid #ddd !important;
  width: 100%;
}

.apply-form.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner .choices__input {
  max-width: 100px;
  padding: 0 0px !important;
  margin: 0 !important;
  opacity: 1 !important;
  background: transparent;
  color: #fff;
}

.apply-form input::placeholder
{
  color: #d3d3d3 !important;
}
 
.apply-form.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner .choices__input::placeholder{
  color: #ffffff !important;
}
.apply-form.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
    color: #6a6a6a;
}

.apply-form.wpforms-container .wpforms-form .choices__list--multiple .choices__item {
    background: #4328b7;
    background-color: #4328b7;
}
.headsup-video {
    border-radius: 10px;
    overflow: hidden;
}
.headsup-video .e-tabs-wrapper {
    width: 40%;
    background: #eee;
}
.headsup-video .e-tabs-content-wrapper {
    width: 60%;
}
.headsup-video .e-tabs-items-wrapper {
    background: transparent;
}

.headsup-video .e-tabs-items-wrapper .e-tab-title {
    background: transparent;
    margin-top: 10px;
}

.headsup-video .e-tabs-items-wrapper .e-tab-title .e-tab-title-text {
    font-size: 16px !important;
    text-overflow: unset;
    /*white-space: normal;*/
}

.headsup-video .e-tabs-items-wrapper .e-tab-title .e-tab-title-text a {
    text-decoration: none;
    color: #000000 !important;
} 

.headsup-video .e-tabs-items-wrapper .e-tab-title.e-active .e-tab-title-text {
    font-weight: 700;
    color: #000;
}

.headsup-video .e-tabs-items-wrapper .e-tab-thumbnail img {
    height: 100% !important;
    width: 100%;
    object-fit: cover !important;
}

.headsup-video .e-tabs-items-wrapper .e-tab-thumbnail {
    height: 55px !important;
    width: 75px !important;
}

@media(max-width:991px){
	.headsup-video .e-tabs-wrapper {
    width: 100%; 
	}
	.headsup-video .e-tabs-content-wrapper {
		width: 100%;
	}
}