.CMS-Ooredoo-OneForm h4 {
    margin: 0 0 5px;
}
.CMS-Ooredoo-OneForm  .btn:focus{
    box-shadow: none;
}
.btn:hover{
    color: #fff;
}
.CMS-Ooredoo-OneForm  {
    margin-top: 148px;
    max-width: calc(100vw - 190px);
    padding: 0;    
}
.ooredooOneForm {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.ooredooOneForm h1{
    font-size: 22px;
}
.ooredooOneForm .subTitle {
    font-size: 14px;
    margin-bottom: 20px;
}
.ooredooOneForm .feild {
    padding: 5px 20px;
    width: 520px;
    margin: 0 auto;
}
.ooredooOneForm .material-input {
    position: relative;
    color: #221e20;
    margin-top: 25px;
}
.material-input input, .material-input > :first-child {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    height: auto;
    font-size: 17px;
}
.material-input__placeholder {
    font-size: 15px;
    position: absolute;
    box-sizing: border-box;
    color: #717171;
    left: 10px;
    top: 16px;
    padding: 0 5px;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    text-align: left;
    pointer-events: none;
}
.material-input__placeholder::before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.ooredooOneForm .feild .invalid-message {
    font-size: 14px;
    color: #ed1c24;
    margin-top: 15px;
    display: none;
    text-transform: uppercase;
}
.material-input input:focus ~ .material-input__placeholder, .material-input input.hasValue ~ .material-input__placeholder, .material-input > :first-child:focus ~ .material-input__placeholder, .material-input > :first-child.hasValue ~ .material-input__placeholder {
    transform: translateY(-32px) translateX(2px);
    background-color: #fff;
    border-radius: 6px;
    padding: 1px 6px;
}

/* // Material input */

.material-input {
   position: relative;
   color: #221e20;
   margin-top: 25px;
   
}

.material-input.invalid::after, .material-input.valid::after {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
 }

 .material-input.valid::after  {    
    content: url("../images/input-success-icon.svg");    
 }

 .material-input.invalid::after  {
    content: url("../images/input-error-icon.svg");
 }

 .material-input.invalid input, .material-input.invalid > :first-child {
    color: #ed1c24 !important;
    border-color: #ed1c24;
 }

 .material-input.invalid .material-input__placeholder {
    color: #ed1c24;
 }

 .material-input.invalid ~ .invalid-message {
    display: block;
 }
 .material-input__placeholder {
    font-size: 15px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #717171;
    left: 10px;
    top: 19px;
    padding: 0 5px;
    -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    text-align: left;
    pointer-events: none;
   
 }
 .material-input__placeholder::before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
 }
 .material-input input, .material-input > :first-child {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    height: auto;
    font-size: 17px;
    box-shadow: none;
 }

.material-input input:focus, .material-input > :first-child .hasValue ~ .material-input__placeholder {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    height: auto;
    font-size: 17px;
    box-shadow: none;
}

.CMS-Ooredoo-OneForm .cta {
    margin: 3% 0 3%;
}
.CMS-Ooredoo-OneForm .g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 2% 0 0;
}
.CMS-Ooredoo-OneForm .btn {
    min-width: 150px;
}
select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.select-dropdown {
    font-size: 32px !important;
    position: absolute;
    top: 13px;
    right: 14px;
    z-index: 15;
}

.OoredooONECmsFormSuccess {
    width: 50%;
    margin: 0 auto;
    padding: 5% 0;
    text-align: center;
}
.OoredooONECmsFormSuccess h5 {
    margin: 0 0 10px;
}
.OoredooONECmsFormSuccess h4 {
    margin: 10px 0 10px;
}
.OoredooONECmsFormSuccess img {
    width: 160px;
    margin: 0 0 10px;
}
.OoredooONECmsFormSuccess p {
    padding: 0 19%;
}
.loading-overlay {
    position: relative; 
 }
.loading-overlay::after{
    position: absolute;
    content: "\f021";
    font-family: 'FontAwesome';
    display: block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 31px;
    color: #f20000;
    z-index: 11;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    text-align: center;
    animation: fa-spin 1.2s infinite linear;
}
.loading-overlay::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(#FFF, 0.8);
    content: '';
    z-index: 10;
}

@media (max-width: 768px) {
    .CMS-Ooredoo-OneForm {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .ooredooOneForm h1 {
        margin: 5px 20px !important;
        font-size: 18px;
    }
    .ooredooOneForm .subTitle {
        margin: 20px;
    }
    .ooredooOneForm {
        width: 100%;
    }
    .ooredooOneForm .feild {
        width: 93%;
    }
    select {
        background-position-x: 304px;
    }
    .OoredooONECmsFormSuccess {
        width: 100%;
    }
    .OoredooONECmsFormSuccess p {
        padding: 0 9%;
    }
}

.OoredooONECmsFormSuccessContainer {
    margin-top: 100px;
}

/* START :: NEW CHANGES */
.apply-now__terms-and-conditions {
    padding: 0 !important;
    border: none !important;
    text-align: left;
    font: normal normal normal 13px/19px "Noto Sans", sans-serif, Helvetica !important;
    /* margin-bottom: 12px; */
    height: 40px !important;
    display: flex;
    align-items: center;
    padding: 0 14px !important;
}
@media (max-width: 768px) {
    .apply-now__terms-and-conditions {
        padding: 0 11px !important;
        font-size: 12px !important;
    }
}
.apply-now__terms-and-conditions a {
    color: #002DEB !important;
    text-decoration: underline !important;
}
.apply-now__checkbox-wrapper {
    background-color: #DFF7E7;
    height: 33px;
    padding: 3px 24px;
    text-align: left;
}
.apply-now__checkbox-wrapper label {
    font: normal normal normal 13px/18px "Noto Sans", sans-serif, Helvetica !important;
    color: #333355;
}
.apply-now__checkbox-wrapper label::before {
    font-size: 17px !important;
    margin-right: 2px !important;
    color: #63d98c !important;
}
.terms-and-conditions__wrapper {
    margin-top: -10px;
    border: 0.5px solid #DFF7E7;
    border-radius: 5px;
}
.terms-and-conditions-popup {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    display: none;
}
.terms-and-conditions-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    background-color: #FDFDFD;
    border: 1px solid #E0E0E0;
    border-radius: 25px 25px 0px 0px;
    padding: 60px 0 55px;
    height: 75vh;
    transition: bottom 0.5s ease-in-out;
}
.terms-and-conditions-wrapper.active {
    bottom: 0;
}
.terms-and-conditions-popup__heading {
    border-bottom: 1px solid #777CA1;
    padding-bottom: 23px;
    margin-bottom: 23px;
}
.terms-and-conditions-popup__heading h3 {
    font: normal normal 500 24px/33px "Noto Sans", sans-serif, Helvetica;
    color: #221E20;
}
.terms-and-conditions-popup__heading img {
    width: 21px;
    height: 21px;
    max-width: 21px;
    max-height: 21px;
    object-fit: contain;
    cursor: pointer;
}
.terms-and-conditions-popup__body {
    text-align: left;
    height: 50vh;
    overflow-y: auto;
    padding-right: 10px;
}
.terms-and-conditions-popup__body p,
.terms-and-conditions-popup__body ul li {
    color: #898989;
    font: normal normal 500 16px/22px "Noto Sans", sans-serif, Helvetica;
    margin-bottom: 0.5rem;
}
.terms-and-conditions-popup__body ul {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}
.terms-and-conditions-popup__body ul li {
    list-style: disc !important;
}
.terms-and-conditions-popup__body ul li::marker {
    color: #898989;
    font-size: 20px;
}
.btn.disabled, .disabled:HOVER, .disabled:FOCUS, .disabled:ACTIVE {
    color: #bbb !important;
    border-color: #ddd !important;
    box-shadow: none !important;
    background: #eeefef !important;
    cursor: auto;
    pointer-events: none;
  }
.feild.options {
    display: flex;
    justify-content: space-between;
}

.options > label {
    display: inline-block;
    position: relative;
    margin-right: 16px;
    padding-left: 24px;
    cursor: pointer;
}
.options > label:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border: 1px solid #fff;
    border-radius: 8px;
}
.options :checked + label:after {
    height: 8px;
    width: 8px;
    margin-top: -4px;
    left: 4px;
}
.options > label:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 8px;
    margin-top: 0;
    background: #fff;
    border-radius: 4px;
    transition: 0.2s ease-in-out;
}
.feild.options .radio {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px 12px;
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2% 0;
    cursor: pointer;
}
.feild.options .radio label {
    margin: 0;
    font-size: 13px;
    cursor: pointer;
    width: 80%;
    text-align: left;
}
input[type=radio] {
    width: 18px;
    height: 18px;
}
.feild .caption {
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding-top: 10px;
}
@media (max-width: 768px) {
    .terms-and-conditions-popup__heading h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .terms-and-conditions-popup__heading {
        padding-bottom: 13px;
        margin-bottom: 27px;
    }
    .terms-and-conditions-popup__body p,
    .terms-and-conditions-popup__body ul li {
        font-size: 14px;
        line-height: 19px;
    }
    .terms-and-conditions-wrapper {
        padding: 47px 0 20px;
    }
    .terms-and-conditions-popup__body {
        height: 58vh;
    }
    .feild.options {
        flex-wrap: wrap;
    }
    .feild.options .radio {
        width: 100%;
        padding: 12px 12px;
    }
}
@media (max-width: 820px) and (orientation: landscape) {
    .terms-and-conditions-wrapper {
        height: 100vh;
    }
}
/* END :: NEW CHANGES */



.g-recaptcha-bubble-arrow + div
{
    position: fixed !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.material-input__placeholder .apply_now_star {
    color: #ed1d24;
    margin-left: 3px;
}


/* START :: Form Steps */
.ooredooOneForm__steps {
    display: flex;
    justify-content: center;
}
.ooredooOneForm__steps-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 106px;
    max-width: 106px;
}
.ooredooOneForm__steps-item:not(:last-child) {
    margin-right: 20px;
    position: relative;
}
.ooredooOneForm__steps-item:not(:last-child):after {
    content: "";
    width: 64px;
    height: 2px;
    border-bottom: 2px dashed #ED1C24;
    display: block;
    position: absolute;
    top: 31px;
    right: -42px;
}
.ooredooOneForm__steps-item img {
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
    margin-bottom: 13px;
    display: block;
}
.ooredooOneForm__steps-item span {
    font: normal normal normal 14px/20px "Rubik", sans-serif;
    color: #221E20;
}
@media (max-width: 820px) {
    .ooredooOneForm__steps-item img {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
        margin-bottom: 8px;
    }
    .ooredooOneForm__steps-item span {
        font-size: 10px;
        line-height: 13px;
    }
    .ooredooOneForm__steps-item {
        flex: 0 0 70px;
        max-width: 70px;
    }
    .ooredooOneForm__steps-item:not(:last-child):after {
        width: 48px;
        top: 22px;
        right: -34px;
    }
}
/* END :: Form Steps */