@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,600;0,700;0,800;1,200;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.container {
    max-width: 600px;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 16px rgba(19, 57, 130, 0.06);
}
body {
    background: #F4F8FF;
    position: relative;
}
.main-background{
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: auto;
    min-height: 315px;
}
body.bg-blue{
    background: linear-gradient(to right, #4884FA, #2A69E4);
}
.blue-bg {
    shape-outside: polygon(1px 28px, 2px 300px, 100% 300px, 100% 2px, 51.41% 46.65%);
    clip-path: polygon(1px 28px, 2px 300px, 100% 300px, 100% 2px, 51.41% 46.65%);
    background: linear-gradient(to top right, #4884FA, #2A69E4);
    height: 300px;
    width:100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
.page-wrapper{
    padding: 80px 0;
}
.multscheck label.container-check {
    width: auto;
    text-align: left;
    font-family: 'Nunito Sans';
    font-size: 18px;
    color: #13466F;
    line-height: 27px;
    font-weight: 600;
}
.multscheck .container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.multscheck .container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.multscheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #D3D9F0;
    border-radius: 8px;
}
.multscheck .container-check:hover input ~ .checkmark {
  background-color: #ccc;
}
.row.multscheck.custom{
    margin-bottom: 28px;
}
.multscheck.custom .container-check:hover input ~ .checkmark {
    background: #FFFFFF;
    border: 1px solid #4884FA;
  }
  .multscheck.custom .container-check:hover .checkmark:after {
    background: #4884FA;
    border-radius: 4px;
    display: block;
    width: 16px;
    height: 16px;
    transform: none !important;
    top: 3px;
    left: 3px;
  }
.multscheck .container-check input:checked ~ .checkmark {
  background-color: #2196F3;
  border-radius: 2px;
}
.multscheck.custom .container-check input:checked ~ .checkmark{
    border: 1px solid #4884FA;
    background: #fff;
    border-radius: 8px;
}
.multscheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.multscheck .container-check input:checked ~ .checkmark:after {
  display: block;
}
.multscheck .container-check .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.multscheck.custom .container-check .checkmark:after{
    border: solid #4884FA;
    border-width: 0 2px 2px 0;
}
.male-female input:checked ~ .checkmark {
    background-color: #fff !important;
    border-radius: 36px !important;
}
.male-female.pseudo-radio input:checked ~ .checkmark {
    border-radius: 8px !important;
}
label.container-check.activeback {
    color: #fff !important;
    background: #4884FA !important;
    font-weight: 700 !important;
}
.male-female .container-check .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid #4884FA;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.male-female label.container-check {
    padding: 4px 54px;
    height: 48px;
    line-height: 36px;
    background: #fff;
    font-size: 18px;
    border-radius: 57px;
    border: 1px solid #D3D9F0;
    color: #13466F;
    font-weight: 500;
}
.male-female span.checkmark {
    margin-top: 9px;
    border-radius: 38px;
    margin-left: 20px;
}
.male-female.pseudo-radio span.checkmark {
    border-radius: 8px !important;
}
::placeholder {
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #13466F;
    opacity: 0.7;
}
.offer-detail p {
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #02044A;
    opacity: 0.7;
    margin-bottom: 18px;
}
.apply_now a {
    background: #4884FA;
    font-size: 16px;
    color: #fff;
    font-family: 'NUNITO SANS';
    padding: 12px 22px;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    border-radius: 125px;
}
.offerpro {
    max-width: 550px;
    margin: 0 auto;
}
.container.custom {
    max-width: 900px;
    background: none;
    box-shadow: none;
    margin-bottom: 320px;
}
.container.custom .msform fieldset{
    background: none;
}
.row.date_field {
    max-width: 518px;
    margin: 0 auto;
}
.row.date_field .col-md-4 {
    padding: 0px;
}
.hyperling_main.offer_click_submit_btn {
    background-color: #fff;
    color: #3490dc;
    border: 1px solid #3490dc;
}
.msform input.nothanks_btn {
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: right;
    text-decoration: none;
    padding: 12px 32px;
    color: #4884FA;
    background: transparent;
    float: right;
    opacity: 1;
    padding: 0;
    margin: 0 32px 0 0;
    width: auto;
    height: auto;
    border: none !important;
}
.msform input.nothanks_btn:hover{
    background: transparent;
    color: #4884FA !important;
    text-decoration: underline;
}
.two-buttons-wrapper{
    display: block;
    overflow: hidden;
}
input.bootpost_btn {
    background: #2196F3;
    height: 48px;
    width: 180px;
    left: 631px;
    top: 724px;
    border-radius: 2px;
    color: #fff !important;
    font-family: 'Nunito Sans';
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 50px;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 4px 0 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    border: 0px;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: unset;
    font-family: Nunito Sans;
    font-style: normal;
    letter-spacing: 0em;
    text-align: left;
    color: #D3D9F0;
    border-bottom: 1px solid #D3D9F0 !important;
}
.form-control:focus {
    box-shadow: none;
}
.page-title-wrapper {
    background: #EBF6FE;
    padding: 30px 0 50px;
}
.page-title-wrapper h3 {
    color: #13466F;
    font-family: Nunito Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}
.page-title-wrapper p {
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #13466F;
}
.msform .form-group {
    min-height: 66px;
}
.form-group.notes {
    height: 106px;
}
input[type="text"], input[type="email"], input[type="textarea"], input[type="phone"] {
    border: 0px !important;
}
/*form styles*/
.msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}
.msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-sizing: border-box;
    position: relative;
}
.row.twofield {
    max-width: 521px;
    margin: 0 auto;
}
.row.twofield > div {
    padding: 0px;
}
.row.twofield > div:first-child {
    padding: 0px 15px 0 0;
}
label.inside-label span {
    color: red;
}
label.inside-label {
    font-family: Nunito Sans !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
    opacity: 70%;
    margin-bottom: 0px;
    margin-top: 12px;
    color: #13466F;
}
/*inputs*/
.msform input, .msform textarea {
    border: 0 solid #D3D9F0;
    border-bottom: 1px solid #D3D9F0 !important;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #13466F;
    font-size: 16px;
    opacity: 0.4;
}
.msform input:focus, .msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
    border-bottom: 1px solid #4884FA !important;
    opacity: 100%;
}
.msform textarea{
    resize: none;
    overflow: hidden;
    height: auto !important;
}

/*buttons*/
.msform .action-button {
    background: #4884FA url(/theme/style3html/images/ArrowRight.png) no-repeat 89% 50%;
    height: 48px;
    min-width: 115px;
    border-radius: 204px;
    color: #fff;
    font-family: 'Nunito Sans';
    font-weight: bold;
    border: none !important;
    font-size: 18px;
    padding-left: 20px !important ;
    padding-right: 46px;
    margin: 0 !important;
    float: right;
    opacity: 1;

}
.container.custom .msform .action-button{
    float: none;
    margin-top: 20px !important;
}
.msform .action-button:hover{
    background: #4884FA url(/theme/style3html/images/ArrowRight.png) no-repeat 89% 50% !important;
}
.offer-bx-wrapper {
    display: flex;
    text-align: left;
    border: 1px solid #D3D9F0;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 12px rgb(19 70 111 / 8%);
    border-radius: 16px;
}
.offer-img{
    border: 1px solid #D3D9F0;
    box-shadow: 0px 2px 12px rgb(19 70 111 / 8%);
    border-radius: 16px;
    margin: 0 16px 0 0;
    height: 80px;
    min-width: 80px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100px;
}
.offer-img img{
    max-width: 80px;
}
.address-info ul {
    padding-left: 0px;
}
.address-info li {
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    display: inline-block;
    margin-right: 0;
    color: #02044A;
}
.address-info li:last-child {
    background: url(/theme/style3html/images/divider.png) no-repeat 0 2px;
    margin-left: 2px;
    padding-left: 12px;
}
.apply_now {
    max-width: 151px;
    width: 100%;
    margin-left: 10px;
    text-align: right;
    margin-top: 56px;
}
.radio-round-style input[type="radio"] {
    width: auto !important;
    height: 28px;
    min-width: 22px !important;
    margin-right: 8px;
    position: relative;
    top: 9px;
}
.offer-detail h3 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #02044A;
}
.nothanks {
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: right;
    text-decoration: none;
    padding: 12px 32px;
}
.nth_btn {
    margin-top: 25px;
    padding-bottom: 31px;
    overflow: hidden;
    text-align: right;
}
.hyperling_main {
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    padding: 10px 70px;
}
.text-image-below img {
    max-width: 519px;
    margin-bottom: 32px;
}
.text-image-below h3 {
    font-family: Nunito Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: -0.015em;
    text-align: center;
    color: #02044A;
    margin-bottom: 32px;
}
.offer-bx-wrapper {
    display: flex;
    text-align: left;
    margin-bottom: 20px;
}
.radio-round-style label {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Nunito Sans';
    color: #13466F;
}
.row.radio-round-style{
    margin-bottom: 20px;
}
.msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
.radio-round-style input[type="radio"] {
    width: auto !important;
}
.radio-round-style .radio {
    text-align: left;
}
h3.fs-txt {
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #13466F;
    margin-bottom: 40px;
    opacity: 70%;
}
/*headings*/
.fs-title {
    font-size: 32px;
    color: #02044A;
    margin-bottom: 8px;
    font-weight: 800;
    font-family: 'Nunito Sans';
    line-height: 42px;
    text-align: left;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}
.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}
.msform .bootpost_btn:hover {
    background: #3483c1;
}
.msform .nothanks_btn:hover {
    background: #cacaca;
    color:black !important;
}
select {
    background: rgba(0,0,0,0) url(/theme/style3html/images/arrow.png) no-repeat scroll calc(95% + 6px) center/11px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 100% !important;
}

@media (max-width:767px) {
    .offer-bx-wrapper {
        display: block;
    }
    .apply_now {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-top: 38px;
        margin-bottom: 20px;
    }
}

.email-tcpa-cntr label {
    font-size: 75%;
    width: 100%;
    text-align:left;
}
.email-tcpa-cntr.form-group {
    height:auto;
    border:0px;
}
.email-tcpa-cntr input {
    width: auto;
}

.phone-tcpa-cntr label {
    font-size: 75%;
    width: 100%;
    text-align:left;
}
.phone-tcpa-cntr.form-group {
    height:auto;
    border:0px;
}
.phone-tcpa-cntr input {
    width: auto;
}

.phone-tcpa-cntr td {
    height: 15px;
}

.mchoice-label{
    border:0px;
    height: auto;
}
.schoice-label{
    border:0px;
    height: auto;
}
.showaliased-muted {
    display: none;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 4px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #fff;
    border-radius: .25rem;
    border-radius: 1px;
}
.progress-bar {
    background-color: #D3D9F0;
    border-radius: 1px;
    width: 20%;
    margin:0 5px 0 5px;
}
.progress-bar:first-child{
    margin-left: 0;
}
.progress-bar.active{
    background-color: #4884FA;
}
.progress {
    margin-top: -39px;
    margin-bottom: 30px;
}

.msform label.inside-label, .msform .form-group {
    font-family: 'Poppins';
    margin-right: 16px;
}
/*.msform input::placeholder {
    color: transparent;
}*/
.schoice-label,.mchoice-label {
    margin-bottom: 0px;
    text-align: left;
}
.msform input {
    font-family: 'Roboto';
}
.msform .invalid-feedback {
    min-height: 20px;
}

.schoice-label, .mchoice-label {
    font-family: Nunito Sans !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #6F8EA7;
    margin-bottom: 22px;
    min-height: auto !important;
}

input.bootpost_btn{
    float: right !important;
    background: #4884FA url(/theme/style3html/images/ArrowRight.png) no-repeat 90% 50%;
    opacity: 1;
    border-radius: 204px;
    height: 48px;
    width: auto;
    position: unset;
    padding: 0 52px 0 16px;
    font-size: 18px;
    font-weight: 700;
}
input.bootpost_btn:hover{
    background: #4884FA url(/theme/style3html/images/ArrowRight.png) no-repeat 90% 50% !important;
}
button.nothanks {
    background-color: #fff;
    color: #3490dc;
    border: none;
    padding: 0px 32px !important;
}

.job-search-form input, .job-search-form input:focus {
    border: 0 solid #D3D9F0;
    border-bottom: 1px solid #D3D9F0 !important;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Roboto';
    color: #13466F;
    font-size: 16px;
    opacity: 0.4;
    background: #f4f8ff;
}
.job-search-form ::placeholder {
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #13466F;
    opacity: 0.7;
}
.job-search-form .btn-search-submit {
    height: 48px;
    width: auto;
    border-radius: 204px;
    color: #fff;
    font-family: 'Nunito Sans';
    font-weight: 600;
    border: none !important;
    font-size: 16px;
    padding-left: 25px !important ;
    padding-right: 20px !important ;
    margin: 0 !important;
    float: right;
    opacity: 1;
    background: #4884FA;

}
.job-search-form label {
    font-family: Nunito Sans !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
    opacity: 70%;
    margin-bottom: 0px;
    margin-top: 12px;
    color: #13466F;
}
.msform button:focus, .job-search-form button:focus {
    outline: none !important;
}
.bg-white .ms-footer {
    color: #13466F;
}
.bg-gradient .ms-footer, .bg-blue .ms-footer {
    color: #fff;
}
@media (max-width: 500px) {
    .bg-gradient .ms-footer {
        font-size: 0.8em;
    }
}
