body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 29px;
    letter-spacing: 0.45px;
    line-height: 36px;
    color: #fff;
    font-weight: 900;
}

h3 {
    font-size: 24px;
    line-height: 31px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.45px;
}

a,
a:hover {
    outline: 0px dotted !important;
    outline: 0px !important;
}

button:focus {
    outline: none !important;    
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.content-area {
    min-height: calc(100vh - 156px);
}

@media only screen and (max-width: 767px) {
    .content-area {
        min-height: auto;
    }
}

.about_desc .button {
    background: #f8c72d;
    color: #145f81;
    border: 1px solid #f8c72d;
    border-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    max-width: 560px;
    width: 100%;
    padding: 14px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;-o-transition: all ease 0.3s;transition: all ease 0.3s;
}

.img_icon a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.img_icon img {
    max-width: 100%;
    display: block !important;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 !important;
}


.about_desc .button {
    color: #145f81;
    text-decoration: none;
}

.bg_yellow .button {
    background: #0d8ac2;
    color: #fff;
}

.about_desc .button:hover,
.bg_yellow .button:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

.about_desc .button:hover {
    color: #fff !important;
    text-decoration: none;
}

.about_desc .button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}


.about_desc .img_icon {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #43bbdd;
    display: inline-block;
    overflow: hidden;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 1px 6px rgb(0 0 0 / 50%);
    box-shadow: 0px 1px 6px rgb(0 0 0 / 50%);
}

.reviews_outer .img_icon {
    width: 100px;
    height: 100px;
    border-radius: 0;
    background: transparent;
    display: inline-block;
    overflow: hidden;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
} 

.faq-inner p,
.faq-inner {
    font-size: 18px;
    line-height: 25px;
    color: #202729;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.faq-inner .pagepd {
    padding-bottom: 30px;
}

.btm-arrow {
    padding-top: 60px;
    display: inline-block;
    width: 100%;
}

.inst-list {
    display: inline-block;
    padding: 27px 0 27px 0px;
    color: #202729;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    min-height: 60px;
}

.inst-list a {
    padding-right: 80px;
    position: relative;
    display: block;
    color: #252628;
}

.inst-list a:hover {
  text-decoration: none;
  /*color: #43bbdd;*/
}

/*span.inst-list a:hover::after {
  border-color: #43bbdd;
}*/

.inst-list:not(.inst-list--border):last-child {
    border-bottom: 0px;
}

span.inst-list a:after {
  border: solid #68686a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  content: '';
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #a2a0a0;
  font-weight: normal;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  top: calc(50% - 1px);
  position: absolute;
  right: 25px;
}

.faq-inner.pagepd {
    padding-bottom: 60px;
}

.thankInt.faqtabs {
    background: transparent !important;
    padding: 12px 0px 0;
}
.thankInt.aff br {
    display:block;
}

.faqtabs .nav-tabs {
    border-bottom: 0px !important;
    display: flex !important;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-pack: distribute;
    padding-bottom: 22px;
}

.faqtabs .tab_links li a.active {
    border-bottom: 3px solid #41bcdd !important;
    color: #43bbdd;
    border-color: transparent;
}

.faqtabs .tab_links li a {
    border-bottom: 0px !important;
    padding: 8px 3px 2px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #acb7ba;
}

.faq-inner .fade {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.faqtabs .tab_links li a:hover {
    border-color: transparent;
}

.g-recaptcha {
    margin: 0px auto 20px;
    display: block;
    text-align: center;
}

.g-recaptcha>div {
    margin: 0px auto;
}


/* header style */

header nav.navbar {
    padding-top: 10px;
    padding-bottom: 6px;
}

header .navbar-nav li a {
    color: #1e88b8 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0.22px;
    line-height: 30px;
    font-weight: 300;
}


.value {
    font-size: 48px;
    line-height: 62px;
}

.nextlink a {
    float: right;
    color: #a2a0a0;
    -webkit-text-fill-color: #a2a0a0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.nextlink a:after {
    border: solid #a2a0a0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    content: '';
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #a2a0a0;
    font-weight: normal;
    -webkit-text-fill-color: #a2a0a0;
    -webkit-transform: rotate(-45deg);
    top: 1px;
    left: 0;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;

}

.nextlink a:hover:after {
  left: 5px;
}

.prevlink a {
    color: #a2a0a0;
    -webkit-text-fill-color: #a2a0a0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.prevlink a:before {
    display: inline-block;
    padding: 5px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    content: '';
    border: solid #a2a0a0;
    border-width: 0 2px 2px 0;
    top: 1px;
    left: 0;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.prevlink a:hover:before {
  left: -5px;
}

header ul.navbar-nav {
    padding-top: 26px;
    position: relative;
    top: 6px;
}

header button:hover,
header button:hover a {
    background: transparent !important;
    border: 0px !important;
}


/* slide content */


.slider-outer {
    color: #fff;
    text-align: center;
    /*display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;*/
}

.slick-list {
    width: 100%;
    /*height: auto !important;*/
}

.slick-track {
    height: 100% !important;
}

.slider-outer {
    background: #3cb0d7;
}

.slick-slide .top_img {
    margin: 0px auto;
}

.bg_blue {
    background: #3cb0d7;
}

.bg_yellow {
    background: #fdd657;
    color: #145f81;
}

.slider-outer .about_desc {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.45px;
    padding-top: 24px;
    display: block;
}

.slider-outer .about_desc a {
  font-size: 17px;
  font-weight: bold;
}

.sign-up p {
    margin: 0;
}

.sign-up a {
    color: #fff;
}

.sign-up a:hover {
    opacity: 0.7;
}

span.container {
    display: block;
}

.member_header h1 {
    color: #299ccb;
    padding-top: 30px;
}

.member_outer {
    padding-top: 40px;
    padding-bottom: 0px;
}

.member_inner span.box_outer .box {
    display: inline-block;
}

.member_outer span.count {
    display: block !important;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 !important;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 900;
}

.member_outer p a {
    color: #145f81;
    text-decoration: underline;
}

.member_outer .img_icon {
    margin: 0px auto;
    display: block;
}

.member_outer .qns.ps {
    padding-top: 32px;
}

.member_outer .qns.ps a {
    color: #fff;
}

.member_outer .img_icon {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #43bbdd;
    display: inline-block;
    overflow: hidden;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 1px 6px rgb(0 0 0 / 50%);
    box-shadow: 0px 1px 6px rgb(0 0 0 / 50%);
    position: relative;
    margin: 0px auto;
    display: block;
}

.member_outer h3 {
    padding-top: 24px;
}

.member_outer .ps {
    padding: 0px 25px 60px;
}

.member_outer p {
    font-size: 18px;
    color: #145f81;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.box.bg_blue p,
.box.bg_blue {
    color: #fff;
}

.member_inner .box b {
    display: block;
}

.innlinks a {
    display: block;
    color: #0D8AC1;
    line-height: 25px;
    text-decoration: underline;
    margin-bottom: 6px !important;
    display: block;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.innlinks a:hover {
    color: #000;
}

.innlinks {
    padding: 10px 0 24px 0;
    display: block;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 6px;
}

.inst_soft {
    padding: 50px 0px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inst_soft li {
    max-width: 33%;
    width: 100%;
    text-align: center;
    list-style: none;
    display: inline-block;
}

.inst_soft img {
    margin: 0px auto;
}

.inst_soft .down_arrow {
    display: none;
}

.bg_yellow h1 {
    color: #145f81;
}

.inst_soft h3 {
    padding-top: 14px;
    line-height: 1.3;
}

button.slick-prev {
    left: 14% !important;
    z-index: 99999;
    width: 20px;
    height: 35px;
    top: 250px;
}

button.slick-next {
    right: 14% !important;
    z-index: 99999;
    width: 20px;
    height: 35px;
    top: 250px;
}

button.slick-next:focus {
    opacity: 1px !important;
}

.slick-prev:before {
    content: '' !important;
    font-size: 62px;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 10px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    opacity: 1 !important;
}

.slick-next:before {
    content: '' !important;
    font-size: 62px;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 10px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 1 !important;
}

ul.slick-dots {
    display: none !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.reviews_outer {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 10px;
    min-height: 330px;
}

.reviews_outer--1 {
    background: url(../images/quote1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

.reviews_outer--2 {
    background: url(../images/quote2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

.reviews_outer--3 {
    background: url(../images/quote3.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

.review_inner {
    font-size: 16px;
    color: #013c56;
    padding: 56px 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.review_inner small {
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: block;
}

.review_img img {
    display: block;
}

.img_icon.review_img {
    float: right;
    width: 100px;
    height: 100px; 
    margin: -12px -28px 0 0;
}

.img-mid {
    margin: 4px auto;
    padding: 12px 0 4px;
}

.ques_outer {
    width: 100%;
    margin: 70px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-around;
}

.ques_outer .button {
    padding: 14px 23px;
    max-width: 270px;
}

.bg_yellow .sign-up a {
    color: #145f81;
    text-decoration:underline;
}

.policy_inner.pagepd b {
    padding-bottom: 20px;
    display: inline-block;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.policy_inner .tab-content {
    padding-bottom: 30px;
}

.policy_inner .tab-content a {
    color: #145f81;
}

.policy_inner .form-check {
    margin-bottom: 20px;
}

.policy_inner .customcheckbox {
    padding-top: 0;
    line-height: 1.4;
    color: #000;
    font-size: 16px;
}

.policy_inner h3 {
    padding-top: 16px;
    padding-bottom: 6px;
}

.policy_inner .tab-content h3 {
    line-height: 30px;
    font-size: 24px !important;
    font-weight: 300;
}

.pagepd ul {
    padding-left: 18px;
}

ul.tab_links {
    padding-left: 0px;
    list-style: none;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin: 0px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.tab_links li {
    display: inline-block;
    margin: 0px 8px;
}

ul.tab_links li a {
    color: #a09e9f;
    font-size: 16px;
    border-bottom: 3px solid #a09e9f;
    padding-bottom: 4px;
    padding-right: 8px;
    text-decoration: none;
}


ul.tab_links li a.active {
    border-bottom: 3px solid #41bcdd;
    color: #41bcdd;
}

ul.tab_links li:first-child {
    margin-left: 0px;
}

ul.tab_links li:last-child {
    margin-right: 0px;
}


/* footer style */

.footer_outer {
    background: #145F81;
    padding: 15px 0;
}

.footer_outer ul li {
    display: inline-block;
    line-height: 40px;
}

.footer-nav ul {
    margin: 0px;
    padding-left: 0px;
}

.footer-nav ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 11px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    border-right: 1px solid #fff;
    padding: 0px 8px;
}

.footer_outer ul li:first-child a {
    padding-left: 0px;
}

.footer-nav ul li:last-child a {
    border-right: 0px;
}

.copyright {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
}

.copyright p {
    margin-bottom: 0px;
    color: #fff;
}

.copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.copyright img {
    max-height: 38px;
    margin-left: 18px;
}

.ptitle_bar {
    background: url(../images/header_bg.png);
    background-repeat: repeat-x;
    width: 100%;
    display: inline-block;
    text-align: center;
    background-size: cover;
}

.ptitle_bar h1 {
    padding: 32px 0px;
    margin-bottom: 0px;
}

.ptitle_bar.faqsn h1 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 300;
    text-align: left;
    padding: 36px 30px 30px 0;
}

.ptitle_bar.faqsn h1 a {
  padding-left: 30px;
  position: relative;
  color: #fff;
}

.ptitle_bar.faqsn h1 a {
    text-decoration: none;
    display: inline-block;
}

.ptitle_bar .container {
    padding-right: 26px;
    padding-left: 26px;
}

.prev-arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    position: absolute;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    left: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.ptitle_bar.faqsn h1 a:hover > .prev-arrow {
  left: -5px;
}

.prev-arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.thankInt {
    background: #f4f2f3 !important;
    display: inline-block;
    padding: 23px 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.form_outer .fullsize {
    width: 100%;
    display: block;
}

.form_outer .halfsize {
    width: auto;
    display: inline-block;
    padding-right: 22px;
    padding-left: 20px;
}

.form_outer .form-group {
    display: block;
}

.form-check {
    padding-left: 20px;
}

.form_outer .form-group>label {
    color: #145f81;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: block;
}

.form_outer .form-group>label {
    color: #03344e;
}

.form-group.radiobtn {
    padding-left: 0;
}

.form_outer .chsefiles button {
    padding: 10px 10px;
    font-size: 16px;
    max-width: 230px;
    width: 100%;
    display: inline-block;
}

.terms label.form-check-label {
    padding-bottom: 10px;
    line-height: 20px;
    color: #03344e;
}

.terms {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 8px;
    padding-top: 4px;
}

.form_outer button.affbtn {
    max-width: 92%;
    display: block;
    margin: 0px auto;
}

.upload-document {
    border-top: 2px solid #ebebeb;
    padding-top: 16px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 22px;
}

.form_outer .form-group {
    margin-bottom: 1.4rem;
}

.form_outer .form-check-label {
    padding-left: 0;
}

.form_outer[type=radio]:after {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #4082a0;
}

.form_outer[type=radio]:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #36a5d0;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #37a6d1;
    padding: 2px;
}

.form_outer[type=checkbox] {
    margin-top: 0px;
}

.form_outer[type=checkbox]:after {
    width: 18px;
    height: 18px;
    top: -1px;
    left: -1px;
    border-radius: 3px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #4082a0;
    cursor: pointer;
    padding: 2px;
}

.form_outer[type=checkbox]:checked:after {
    width: 18px;
    height: 18px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #36a5d0;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #37a6d1;
    padding: 0px 1px 2px;
    content: '\2714';
    color: #fff;
    text-align: center;
    line-height: 15px;
    -webkit-text-fill-color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.form_outer button.btn.disabled {
    background: #ebecee;
    border: 1px solid #ebecee;
}

.checkbox-group>label {
    padding-left: 0px !important;
}

.checkbox-group .form-check {
    width: 47%;
    padding-left: 20px;
    margin: 16px 0 2px;
    padding-right: 15px;
    vertical-align: top;
}

.affil-inner .checkbox-group .form-check {
    line-height: 17px !important;
}

.affil-inner .checkbox-group .form-check input {
    position: relative;
    top: 1px;
}

.affil-inner .checkbox-group .form-check .form-check-label {
    padding-left: 10px;
}

.form_outer .terms .form-check {
    line-height: 18px;
}

.form_outer .checkbox-group .form-check .form-check-label {
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}

.form-group.checkbox-group {
    margin-top: 30px;
}

.form_outer button {
    background: #0d8ac2;
    color: #fff;
    border: 1px solid #0d8ac2;
    border-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    max-width: 340px;
    width: 100%;
    padding: 16px 15px;
    display: inline-block;
    cursor: pointer;
    margin-top: 12px;
}

.form_outer button:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

.policy_inner__button a:not(:last-child) {
  margin-right: 10px;
}

.policy_inner__button a {
    background: #0d8ac2;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    max-width: 340px;
    width: 100%;
    padding: 22px 15px;
    display: inline-block;
    cursor: pointer;
    margin-top: 12px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-transition: all ease 0.3s;-o-transition: all ease 0.3s;transition: all ease 0.3s;
}

.policy_inner__button a:not([disabled]):hover {
  background-color: #41bcdd;
}

.policy_inner__button a[disabled] {
    background-color: #ebecee;
    cursor: not-allowed;
}

.form_outer .form-check {
    font-size: 14px;
    color: #145f81;
    line-height: 28px;
}

.form-check.checkbox {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #0c0d0d;
    line-height: 20px;
}

.form_outer .fullsize {
    padding-left: 20px;
}

.agreement a {
    color: #0c0d0d;
    text-decoration: underline;
}

.agreement .form_outer {
    padding-top: 10px;
}

.form_outer ::-webkit-input-placeholder {
  color: #a5a5a5;
  opacity: 1;
}
.form_outer ::-moz-placeholder {
  color: #a5a5a5;
  opacity: 1;
}
.form_outer :-ms-input-placeholder {
  color: #a5a5a5;
  opacity: 1;
}
.form_outer :-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}

.form_outer .form-control {
    border: 0;
    border-bottom: 2px solid #108dcd;
    border-radius: 0;
    color: #4c4c4c;
    padding: 5px 0;
    font-size: 14px;
}

.form_outer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #434343;
  background-image: url(../images/select.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right center;
  padding-right: 20px !important;
}

.form_outer textarea:focus,
.form_outer input:focus {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}

.form_outer {
    padding: 40px 0;
    position: relative;
}

.form-outer .checkbox {
    padding-left: 20px;
}

.form_outer .nextlink {
    margin-top: 40px;
    display: block;
}

.chsefiles i {
    font-size: 16px;
    color: #023a5a;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.chsefiles.taxform {
    padding-top: 22px;
    display: inline-block;
    width: 100%;
}

.upload-document .form-check-label {
    padding-left: 0 !important;
}

.form-group.terms a {
    color: #108ec8;
    text-decoration: underline;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.form-group.terms a:hover {
    color: #000;
}

.form-outer span.nextlink {
    display: block;
    margin-top: 44px;
}

span.nextlink a {
    display: inline-block;
}

.chsefiles label {
    color: #03344e;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
}

.filebtn .custom-file-input {
    position: absolute;
    min-width: 230px;
    max-width: 230px;
}

.custom-file-label.btn.btn-primary {
    padding: 10px 10px;
    font-size: 16px;
    max-width: 230px;
    width: 100%;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #0d8ac2;
    color: #fff;
    border: 1px solid #0d8ac2;
}

.filebtn {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 12px;
}

.desktop-Ltoggle {
  display: block;
}

.nav-bar-mobile-login {
  display: none;
}

.nav-bar-desktop-login {
  display: block;
}

.navbar-brand__2 {
  display: none;
}

span.chsefiles {
    display: block;
    margin-top: 20px;
}

.upload-document label.form-check-label {
    max-width: 330px;
    width: 100%;
}

.customradio-full {
    padding-left: 0 !important;
}

.customradio-full + .customradio-full {
    margin-top: 4px;
}

.customradio__center {
    text-align: center;
}

.customradio__center {
    text-align: center;
    margin: 20px 0 40px;
}

.customradio-inline {
    display: inline-block;
    margin-top: 6px;
}

.customradio-inline+.customradio-inline {
    margin-left: 20px;
}


.customradio {
    position: relative;
    margin-bottom: 0;
    padding-left: 28px;
    cursor: pointer;
    font-size: 15px;
    color: #03344e;
    min-height: 22px;
    line-height: 1.2;
    font-weight: 500;
    padding-top: 1px;
}

.customradio input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.customradio__check {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #108ec8;
    border-radius: 50%;
}

.customradio__check::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #108ec8;
    margin: auto;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
}

.customradio input:checked+.customradio__check::before {
    visibility: visible;
    opacity: 1;
}

.checkbox-inline {
    padding-left: 0 !important;
}

.customcheckbox {
    position: relative;
    margin-bottom: 0;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    color: #575956;
    min-height: 22px;
    padding-top: 0;
    line-height: 1.2;
    font-weight: 400;
}

.customcheckbox input {
    position: absolute !important;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.customcheckbox__check {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #108ec8;
    border-radius: 3px;
}

.customcheckbox__check::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%);
    background-image: url(../images/check.svg);
    margin: auto;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
}

.customcheckbox input:checked+.customcheckbox__check {
  background-color: #108ec8;
}

.customcheckbox input:checked+.customcheckbox__check::before {
    visibility: visible;
    opacity: 1;
}

span.box.bgyellowgradient {
  background: #ffd359;
  background: -moz-linear-gradient(top,  #ffd359 0%, #f8c73a 50%, #f7b721 100%);
  background: -webkit-linear-gradient(top,  #ffd359 0%,#f8c73a 50%,#f7b721 100%);
  background: linear-gradient(to bottom,  #ffd359 0%,#f8c73a 50%,#f7b721 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd359', endColorstr='#f7b721',GradientType=0 );
}

span.box.bgbluegradient {
  background: #45bddf;
  background: -moz-linear-gradient(top,  #45bddf 0%, #3bacd4 51%, #3095c9 100%);
  background: -webkit-linear-gradient(top,  #45bddf 0%,#3bacd4 51%,#3095c9 100%);
  background: linear-gradient(to bottom,  #45bddf 0%,#3bacd4 51%,#3095c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45bddf', endColorstr='#3095c9',GradientType=0 );
}

.tns_img {
  display: block;
  margin: auto;
}


/**************************************************************/
/**************************************************************/
/*Responsive*/
/**************************************************************/
/**************************************************************/

@media screen and (min-width: 992px) {
    .g-recaptcha>div {
        margin: 0px;
    }
    .slide-inner.third .sign-up {
        padding-bottom: 34px;
    }
    .sign-up {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.33px;
        color: #fff;
        text-decoration: underline;
        padding: 25px 0 0px;
        display: block;
    }
    .form_outer button.affbtn {
        max-width: 350px;
        display: inline-block;
        margin: 0px auto;
        width: 100%;
    }
    header .navbar-nav .nav_btn a {
        text-transform: uppercase;
        font-weight: 700 !important;
        color: #145f81 !important;
    }
    .affil-inner .form_outer,
    .contact_page .form_outer {
        max-width: 600px;
        margin: 0px auto;
    }
    .slider-outer {
        /*min-height: calc(100vh - 86px - 70px);*/
    }
    /*.slick-track {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }*/
    .slick-slide {
        /*height: auto !important;*/
    }
    .slick-slide>div,
    .slide-inner {
        height: 100%;
    }
    .member_outer .box_outer .img_icon {
        margin-top: -100px;
    }
    .member_outer {
        margin-top: -20px;
    }
    .member_outer .box.qns.ps h3 {
        text-align: left !important;
    }
    .pagepd {
        padding-top: 40px;
        display: block;
        clear: both;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        line-height: 20px;
        padding-bottom: 80px;
    }
    .slide-inner.pd.fourth {
        padding: 60px 0px 0;
    }
    .slick-slide .top_img {
        margin: -118px auto -74px !important;
    }
    .member_outer .box_outer .box {
        width: 33.3%;
    }
    .member_outer .box_outer {
        display: flex;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .member_outer .ps {
        padding: 40px 25px 60px;
    }
    .member_outer .box_outer .box:last-child {
        width: 100%;
        margin: 25px 0 34px;
        text-align: left;
    }
    .member_outer .ps {
        padding: 40px 25px 60px;
    }
    .thankInt {
        text-align: center;
    }
    .member_inner {
        max-width: 1100px;
        margin: 0px auto;
    }
    .thankInt br {
        display: none;
    }
    .popup_menu_ftr {
        display: none;
    }
    .about_desc .button.mt {
        margin-top: 40px;
        margin-bottom: 8px;
    }
    .ques_outer .button {
        margin-top: 15px;
    }
    .slide-inner.pd {
        padding: 60px 0 0px !important;
    }
    header .navbar-nav .nav_btn {
        background: #f9c62f;
        padding: 0px 25px;
        border-radius: 5px;
        margin-left: 10px;
        position: relative;
        top: -10px;
        cursor: pointer;
    }
    header .navbar-nav .nav_btn:hover {
        background: #1c92c5;
    }
    header .navbar-nav .nav_btn:hover a {
        color: #fff !important;
    }

    .tns_img {
      max-width: 35%;
    }

    .white-box {
      margin-bottom: 5%;
    }
}

@media screen and (max-width: 991px) {
    .desktop-Ltoggle{
      display: none;
    }
    .navbar--open .navbar-brand__1 {
        display: none;
    }
    .navbar--open .navbar-brand__2 {
        display: block;
        margin-top: 16px;
    }
    header nav.navbar {
        height: 79px;
    }
    header .navbar-toggler-right {
        text-align: right;
    }
    .slick-slide>div,
    .slide-inner {
        height: 100%;
    }
    .sign-up {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.33px;
        color: #fff;
        text-decoration: underline;
        padding: 25px 0 25px;
        display: block;
    }
    .slick-slide {
        height: auto !important;
    }
    .member_header img.mhead_bg {
        margin-top: -20px;
    }
    .fixed {
        /*overflow: hidden;*/
    }
    .pagepd {
        padding-top: 20px;
        display: block;
        clear: both;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        line-height: 20px;
    }
    .member_outer {
        padding-top: 0;
        padding-bottom: 0px;
        margin-top: -44px;
        z-index: 99;
        position: relative;
    }
    .member_outer .img_icon {
        position: relative;
        top: -55px;
        margin-bottom: -30px;
    }
    .member_outer h3 {
        padding-top: 0;
        text-align: center;
        padding-bottom: 12px;
    }
    .member_outer .box {
        border-top: 5px solid #fff;
    }
    .form_outer button {
        max-width: 100%;
        max-width: 100% !important;
        width: 325px;
        font-size: 18px;
    }
    .popup_menu_ftr {
        display: block !important;
    }
    .popup_menu_ftr li a {
        font-size: 18px;
        color: #fff;
        line-height: 44px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
    }
    .popup_menu_ftr ul {
        padding-left: 0;
    }
    p.cright {
        color: #fff;
        font-size: 14px;
    }
    .popup_menu_ftr {
        background: #145F81;
        text-align: center;
        padding: 20px 0 70px;
        position: relative;
        padding: 20px 0 70px;
        z-index: 999;
        margin-top: 10px;
    }
    .popup_menu_ftr .copyright img {
        max-height: 100%;
        margin: 8px 10px 25px;
    }
    .popup_menu_ftr ul li {
        list-style: none;
    }
    .popup_menu_ftr .copyright {
        text-align: center;
        width: 100%;
        display: block;
    }
    .slide-inner h1 {
        padding-bottom: 4px;
    }
    .getstart {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 28px;
    }
    .about_desc .button.mt {
        margin-top: 30px;
    }
    .about_desc .ques_outer .button {
        margin-top: 18px;
    }
    .slick-disabled {
        display: none !important;
    }
    .ques_inner {
        padding-top: 24px;
        display: block;
    }
    .slide-inner.pd {
        padding: 26px 0px 18px;
    }
    .sign-up {
        margin-bottom: 34px;
    }
    .ques_outer {
        margin: 0px 0;
        display: block;
    }
    .reviews_outer {
        margin: 0 auto 10px !important;
    }
    .slide-inner.pd.fourth {
        padding-bottom: 30px !important;
    }
    .ques_outer .img_icon {
        display: block !important;
        margin: 0px auto 5px !important;
    }
    .ques_outer .button {
        padding: 14px 18px;
        width: 100%;
        max-width: 270px !important;
        margin-bottom: 35px;
    }
    .about_desc h3 {
        font-size: 20px;
        line-height: 27px;
    }
    header #navbarsExampleDefault {
        position: absolute;
        width: 100%;
        background: #e8e8e8;
        left: 0;
        z-index: 999;
        top: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    header ul.navbar-nav {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    header .collapse.show {
        display: block;
        position: absolute;
        width: 100%;
        background: #fff;
        left: 0;
        z-index: 99;
    }
    .navbar.navbar--open {
        background-color: #e8e8e8;
    }
    .slider-outer {
        background: #3cb0d7;
    }
    .navbar-toggler-right {
        top: 27px;
    }
    .slick-dots li {
        margin: 0 0px !important;
    }
    .toggle-right {
        display: inline-block;
        cursor: pointer;
        float: right;
        width: 35px;
        z-index: 99;
    }
    .toggle-right span {
        display: block;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 24px;
        height: 3px;
        background-color: #1c92c5;
        margin: 3px 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        z-index: 99;
    }
    .toggle-icon .bar1 {
        -webkit-transform: rotate(-45deg) translate(-8px, 4px);
        -ms-transform: rotate(-45deg) translate(-8px, 4px);
        transform: rotate(-45deg) translate(-8px, 4px);
    }
    .toggle-icon .bar2 {
        opacity: 0;
    }
    .toggle-icon .bar3 {
        -webkit-transform: rotate(45deg) translate(-4px, -1px);
        -ms-transform: rotate(45deg) translate(-4px, -1px);
        transform: rotate(45deg) translate(-4px, -1px);
    }
    .toggle-right.toggle-icon {
        margin-top: -4px;
    }
    header .login {
        padding-right: 10px;
        position: relative;
        top: 2px;
        right: 4px;
        font-size: 13px;
    }
    .nav-bar-mobile-login {
        display: block;
    }
    .nav-bar-desktop-login {
      display: none;
    }
    header button:focus {
        outline: 0px dotted !important;
        outline: 0px !important;
    }
    header .navbar-nav li a {
        font-size: 29px;
        line-height: 50px;
        font-weight: 300;
        letter-spacing: 0.45px;
    }
    header ul.navbar-nav li {
        border-bottom: 1px solid #ccc;
        text-align: center;
    }
    header ul.navbar-nav li:last-child {
        border-bottom: 0px;
    }
    .slider-outer ul.slick-dots {
        display: block !important;
        position: absolute;
        bottom: 24px;
    }
    .slider-outer .slick-dotted.slick-slider {
        margin-bottom: 20px;
    }
    .sign-up p br {
        display: block !important;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1 !important;
        color: #fff !important;
    }
    .slick-dots li button:before {
        opacity: 1 !important;
        color: rgba(255, 255, 255, 0.3) !important;
        font-size: 40px !important;
    }
    button.slick-prev {
        left: 10% !important;
        top: auto;
        bottom: 0px;
        z-index: 9;
    }
    button.slick-next,
    button.slick-next:hover {
        right: 10% !important;
        top: auto;
        z-index: 9;
        bottom: 0px;
    }
    .slick-prev:before,
    .slick-next:before {
        padding: 5px;
    }
    .inst_soft li {
        max-width: 100%;
    }
    .inst_soft {
        width: 100% !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 4px 0px 25px;
    }
    .inst_soft .down_arrow {
        display: block;
        padding-bottom: 14px;
    }
    .inst_soft h3 {
        padding-top: 0px;
    }
    .slider-outer .about_desc {
        padding-top: 5px;
    }
    .about_desc .button {
        max-width: 94%;
    }
    .slide-inner.pd.first,
    .slide-inner.pd.am_first {
        padding: 0;
    }
    .slide-inner.pd.first h1,
    .slide-inner.pd.am_first h1 {
        margin-top: -27px;
    }
    .navbar-inverse .navbar-toggler-icon {
        font-size: 12px;
        color: #1c92c5;
        letter-spacing: 0.22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 16px;
    }
    .footer_outer {
        display: none;
    }

    .tns_img {
      max-width: 40%;
    }
}

@media screen and (max-width: 768px) {
    /*.about_desc p:first-child br {
        display: none;
    }*/
    .slick-slide .top_img {
        margin: -14px auto 0;
    }
    header .navbar-nav li a {
        font-size: 20px;
        line-height: 36px;
    }
    .ques_inner .img_icon {
        margin-top: 26px;
    }
    .slider-outer .slide-inner.third .about_desc>p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .slide-inner.bg_yellow .about_desc p:first-child br {
        display: block;
    }
    .policy_inner__button {
      text-align: center;
  }
  .policy_inner__button a:not(:last-child) {
      margin-right: 0;
  }
  .about_desc .ques_outer .button {
        font-size: 15px;
    }
    .ptitle_bar.faqsn h1 {
        font-size: 20px;
    }
    .ptitle_bar.faqsn h1 a {
        padding-left: 22px;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .faq-inner.pagepd {
        padding-top: 0;
    }

    .tns_img {
      max-width: 40%;
    }
    
}

@media only screen and (max-width: 767px) {
    .slider-outer {
        /*min-height: calc(100vh - 79px);*/
        min-height: auto;
    }
}

@media screen and (max-width: 479px) {
    .slider-outer .about_desc {
        font-size: 21px;
    }
    .slider-outer .about_desc .small_font {
        font-size: 16px;
    }
    .slider-outer .about_desc a {
        font-size: 13.5px;
    }
    ul.tab_links li {
        margin: 0px 5px;
    }
    ul.tab_links li a {
        font-size: 14px;
    }
    ul.tab_links {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .review_inner small {
        font-size: 14px;
    }
    .review_inner {
        font-size: 14px;
        color: #013c56;
        padding: 40px 20px 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        line-height: 22px;
    }
    .reviews_outer {
        min-height: 380px;
        width: calc(100% - 20px);
    }

    .tns_img {
      max-width: 50%;
    }
}

@media screen and (max-width: 375px) {
    .about_desc .img_icon.review_img {
        width: 60px;
        height: 60px;
        margin: 0;
        position: absolute;
        right: 0px;
        bottom: 41px;
    }

    .reviews_outer {
        margin: 0 auto 0px !important;
    }
    img.navbar-brand__1 {
        margin-top: 8px;
    }
    header a.navbar-brand img {
        max-height: 40px;
    }
    .img_icon.review_img {
        margin: -12px -20px 0 0;
    }
    header .navbar-nav li a {
        font-size: 20px;
        line-height: 36px;
        font-weight: 300;
        letter-spacing: 0.45px;
    }
    .slider-outer h1 {
        font-size: 25px;
        line-height: 32px;
        padding-top: 10px;
    }
    .about_desc .button {
        padding: 10px 15px;
    }
    .form_outer button {
      font-size: 16px;
    }
}

@media screen and (max-width: 360px) {
    .slider-outer .about_desc {
        font-size: 18px;
        line-height: 30px;
    }
    .slider-outer .about_desc .small_font {
        font-size: 13px;
    }
    .slider-outer .about_desc a {
        font-size: 12px;
    }
    .member_header h1 {
        font-size: 23px;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 33px;
    }
    .value {
        font-size: 38px;
        line-height: 57px;
    }
    .thankInt {
        padding: 18px 0;
        font-size: 13px;
    }
    .slider-outer h1 {
        font-size: 22px;
        line-height: 32px;
        padding-top: 10px;
    }
    .member_outer {
        margin-top: -32px;
    }
    .getstart {
        font-size: 17px;
        line-height: 28px;
    }
    .checkbox-group .form-check {
        width: 100%;
    }
     ul.tab_links li a {
        font-size: 12px;
    }
    .form_outer button {
      font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .slider-outer ul.slick-dots {
        position: fixed;
        bottom: 0;
        padding: 8px;
        background-color: rgba(0,0,0,0.2);
        border-top: 1px solid rgba(0,0,0,0.05);
    }
    button.slick-prev,
    button.slick-next, button.slick-next:hover {
        position: fixed;
        bottom: -16px;
    }
    button.slick-prev {
        left: 20px !important;
    }
    button.slick-next, button.slick-next:hover {
        right: 20px !important;
    }

}

.thankInt__inner {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 74, 86, 0.9);
    z-index: 99999;
}

.popup-registration {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 74, 86, 0.9);
  z-index: 99999;
}

.popup__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow-y: auto;
}

.popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.popup__close span {
    position: absolute;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup__close span:first-child {
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);    
    left: 0;
}

.popup__close span:nth-child(2) {
    width: 2px;
    height: 100%;
    left: calc(50% - 1px);
}

.popup__close:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.popup__inner {
    max-width: 744px;
    width: 100%;
    padding: 30px;
    background-color: #fcca29;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.popup__topimage {
    width: 143px;
    margin-top: -110px;
}

.popup__content h3 {
    color: #145f81;
    font-weight: 800;
    line-height: 1.1;
}

.popup__content p {
    font-weight: 300;
    color: #145f81;
    line-height: 1.4;
    font-size: 18px;
}

.popup__form {
    max-width: 342px;
    width: 100%;
    margin: 30px auto 0;
}

.popup__form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.popup__form .form-control {
    border: 0;
    border-bottom: 2px solid #001d3a;
    border-radius: 0;
    padding: 5px 0;
    font-size: 14px;
    background-color: transparent;
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 35px;
}

.popup__form form > div:not(:last-child) {
    margin-bottom: 20px;
}

.popup__form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.popup__form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.popup__form :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.popup__form :-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.popup__form button,
.popup__form input[type="submit"] {
    background-color: #0d8ac1;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    width: 125px;
    height: 42px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.81px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.popup__form button:focus,
.popup__form input[type="submit"]:focus {
    outline: none;
}

.popup__form button:hover,
.popup__form input[type="submit"]:hover {
    background: #333;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    body.oh {
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .popup {
        display: none !important;
    }
    .popup__wrap {
        padding: 60px 20px 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.statusbar {
    text-align: center;
    background-color: #a3cc26;
    padding: 5px 0;
    border-top: 1px solid #fff;
}

.statusbar.statusbar--inactive {
    background-color: #f8c72d;
    padding: 9px 0;
}

.statusbar p {
    margin: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.statusbar.statusbar--inactive p {
    color: #196076;    
}

.statusbar p span {
    text-transform: uppercase;
}

.statusbar div {
    line-height: 1;
}

.statusbar div a {
    color: #196076;
    font-size: 13px;
    display: inline-block;
    text-decoration: underline;
}

.statusbar div a:hover {
    text-decoration: none;
}

.bottom-content {
    margin-top: 50px;
}

.bottom-content p {
    font-size: 16px;
    line-height: 1.4;
}

.bottom-content p:last-child {
    margin-bottom: 0;
}

.formheading {
    margin-bottom: 30px;
}

.formheading p {
    margin-bottom: 10px;
    line-height: 1.4;
}

.formheading p:last-child {
    margin-bottom: 0;
}

.form_outer form + form {
    margin-top: 30px;
}


/*********************/
/*Member login*/
/*********************/

.mls {
  padding: 30px 0;
  min-height: calc(100vh - 149px);
  background-image: url("../images/login-bg.jpg");
  background-size: cover;
  background-position: top center;
}

.mls__inner {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}

.mls__top {
  margin-bottom: 27px;
  text-align: center;
}

  .mls__top *:last-child {
    margin-bottom: 0;
  }

  .mls__top h2 {
    font-size: 29px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.45px;
    line-height: 36px;
    margin-bottom: 12px;
  }

  .mls__top p {
    text-align: left;
    color: #fff;
    line-height: 1.5;
  }

.form_outer .form-group button {
  max-width: 100%;
}

.white-box {
  text-align: left;
  word-break: break-word;
  color: black;
  margin-bottom: 25%;
}

.mls__form {
  padding: 40px 20px !important;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  border-radius: 10px;
}

.mls__fg:not(:last-child) {
  margin-bottom: 25px;
}

.mls__fg > label {
  color: #145f81;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: block;
  margin: 0;
}

.mls__fg input:not([type="checkbox"]):not([type="radio"]),
.mls__fg button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mls__fg input.form-control {
  border: 0;
  border-bottom: 2px solid #108dcd;
  border-radius: 0;
  color: #023A5A;
  padding: 5px 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.mls__fg--error input.form-control {
  border-bottom-color: #EE0F0F;
}

.mls__fg button {
  background: #0d8ac2;
  color: #fff;
  border: 1px solid #0d8ac2;
  border-radius: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  max-width: 100%;
  width: 100%;
  padding: 16px 15px;
  cursor: pointer;
  margin-top: 10px;
}

  .mls__fg button:hover {
    background-color: #145F81;
  }

.mls__fp {
  text-align: center;
  margin-top: 28px;
}

  .mls__fp a {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    letter-spacing: 0.33px;
  }

    .mls__fp a:hover {
      text-decoration: none;
    }

.mls.mls--change1 {
  background-image: none;
  height: auto;
}

.mls--change1 .mls__top p,
.mls__notes p,
.mls__notes li {
  color: #0c0d0d;
  font-size: 16px;
  text-align: left;
}

.mls__fg__errorcontent {
  margin-top: 10px;
}

  .mls__fg__errorcontent p {
    color: #EE0F0F;
    font-size: 16px;
    text-align: left;
    margin: 0;
  }

.mls--change1 .mls__form {
  padding: 0 !important;
  box-shadow: none;
  border-radius: 0;
}

.mls__topdanger {
  color: #EE0F0F;
  font-weight: 600;
}

.mls__top--m0 {
  margin-bottom: 0;
}

.mls__notes {
  margin-top: 40px;
}

  .mls__notes p {
    margin-bottom: 4px;
  }

  .mls__notes ul {
    padding: 0 0 0 17px;
    margin: 0;
  }

  .mls__notes li + li {
    margin-top: 2px;
  }

.password-strength-status {
  color: #EE0F0F;
  font-size: 16px;
  text-align: left;
  margin: 10px 0 25px;
}

@media only screen and (max-width: 991px) {
  .mls {
    min-height: calc(100vh - 80px);
  }
}

@media only screen and (max-width: 767px) {
  .mls {
    min-height: calc(100vh - 79px);
  }
}

/*ios & android*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-center {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.greybar {
  padding: 23px 0;
  background: #f4f2f3;
}

.greybar__inner > *:last-child {
  margin-bottom: 0;
}

.defaultbutton--center {
  text-align: center;
}

.defaultbutton a {
  background: #0d8ac2;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  max-width: 340px;
  width: 100%;
  padding: 13px 15px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  line-height: 28px;
}

  .defaultbutton a:hover {
    background-color: #41bcdd;
  }

.installsteps {
  padding: 40px 0 60px;
}

  .installsteps > ul {
    counter-reset: stepcounter;
    padding: 0;
    margin: 0 0 40px;
  }

    .installsteps > ul li {
      list-style: none;
      font-size: 16px;
      color: #696969;
      line-height: 1.4;
      position: relative;
      padding-left: 25px;
    }

      .installsteps > ul li + li {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eaeaea;
      }

      .installsteps > ul li::before {
        counter-increment: stepcounter;
        content: counter(stepcounter) ". ";
        position: absolute;
        top: 20px;
        left: 0;
        font-weight: 600;
      }

      .installsteps > ul li:first-child::before {
        top: 0;
      }

      .installsteps > ul li .installsteps__active {
        color: #41bcdd;
        font-weight: 600;
      }

        .installsteps > ul li .installsteps__active img {
          position: relative;
          top: -1px;
          margin-left: 1px;
          width: 24px;
        }

.installsteps__notes {
  display:inline-block;
  margin-top: 20px;
}


@media only screen and (max-width: 991px) {
  .greybar {
    text-align: left;
  }

  .defaultbutton {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0rem;
  }

  header .navbar-nav li a {
    line-height: 20px;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 1.2rem;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.incentive-link {
  display: block;
  margin-top: 1.5%;
}

.blue-header {
  color: #41bcdd;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  letter-spacing: 0.45px;
  line-height: 30px;
  font-weight: 900;
}
