/* Base CSS */

@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700|Raleway:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    /*font-family: 'Oxygen', sans-serif !important;*/
    font-family: Roboto,sans-serif !important;
}

html{
    overflow-x: hidden;
}

body {
    font-family: 'Raleway', sans-serif !important;
    overflow-x: hidden;
    position: relative;
}

a:hover {
    text-decoration: none;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #2c5d93; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #121733; 
}


.hero-area {
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-area-bg {
    background: url(../images/entry-bg.jpg) no-repeat top;
    background-size: cover;
}

.hero-area::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    content: '';
    opacity: .4;
}

.visual-wrap::after {
    display: none;
}

.custom-block {
    display: none;
}

.mock-form .mock-form-container {
    color: #fff;
    /*background: rgba(16, 16, 16, 0.8);*/
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 30px;
    /*padding: 50px 35px;*/
    padding: 30px;
    /*border: 5px solid #35aeaa;*/
}

.mock-form .b2c-step .b2c-row .b2c-radio-row {
    margin: 0 0 12px;
}

.mock-progress-bar-wrap .b2c-progress-bar.progress-bar-top {
    background-color: #333;
}

.mock-progress-bar-wrap .b2c-progress-text .b2c-progress-num {
    color: #333;
}


.ab-custom.form-wrap .b2c-form .b2c-btn-submit, .ab-custom.form-wrap .b2c-form .b2c-btn-verify,  .ab-custom.form-wrap .b2c-step .b2c-row .b2c-radio-row label span {
    /*background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
    font-size: 15px;*/

    color: #333;
    border: 2px solid #cfcfcf;
    border-radius: 2px;
    font-size: 18px;
    background: #fff;
}


.ab-custom.form-wrap .b2c-step .b2c-row .b2c-radio-row label :checked + span {
    /*background: #79c74e;*/
    border: 2px solid #222222;
    color: #fff;
    background: #fbb829;
    background: -webkit-linear-gradient(top, #fbb829 0, #ee8200 100%);
    background: linear-gradient(to bottom, #fbb829 0, #ee8200 100%);
}

.b2c-progress-bar-line {
    background: #ee8200;
    border-right: 2px solid #af6104;
}


.mock-form .b2c-step .b2c-row .b2c-radio-row label span::after {
    background: url(../images/right-arrow.png);
    background-size: cover;
}

.ab-custom .b2c-form a.b2c-btn.b2c-btn-back {
    background: url(../images/left-arrow.png);
    border: 1px solid #fff;
    -webkit-background-size: 65%;
    -moz-background-size: 65%;
    -o-background-size: 65%;
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: 40% 50%;
}


.ab-custom .b2c-form a.b2c-btn.b2c-btn-back:hover {
    background: url(../images/left-arrow.png) #f8ac20;
    border: 1px solid #333;
    -webkit-background-size: 65%;
    -moz-background-size: 65%;
    -o-background-size: 65%;
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: 40% 50%;
}

.ab-custom .b2c-step .b2c-row .sprite-icon > input, .ab-custom .b2c-step .b2c-row .sprite-icon > select, .ab-custom .b2c-returned .b2c-row input[type], .ab-custom .b2c-returned .b2c-row input[type].b2c-valid, .ab-custom .b2c-step .b2c-row input {
    /*background: transparent !important;
    color: #fff;
    border: 2px solid #fff !important;
    border-radius: 2px;*/

    color: #333;
    border: 2px solid #cfcfcf !important;
    border-radius: 2px;
    background: #fff !important;
    font-size: 18px;
}

.mock-form .b2c-step .b2c-form-title {
    margin: 0 0 25px;
    font-family: 'Raleway',sans-serif !important;
}


.mock-form .form-title {
    font-size: 32px;
    font-weight: 400;
    text-transform: none;
}

.ab-custom.form-wrap .b2c-form a.b2c-btn:not(.b2c-btn-back) {
    /*background: #79c74e;*/
    background: #fbb829;
    background: -webkit-linear-gradient(top, #fbb829 0, #ee8200 100%);
    background: linear-gradient(to bottom, #fbb829 0, #ee8200 100%);
    color: #333;
    /*border: 1px solid #5a9e35;*/
    border-radius: 2px;
}


.ab-custom .b2c-step .b2c-row select, .ab-custom .b2c-step .b2c-row select:focus, .ab-custom .b2c-returned select, .ab-custom .b2c-returned select:focus, .ab-custom .b2c-returned select.b2c-valid, .ab-custom .b2c-step .b2c-row select.b2c-valid, .ab-custom .b2c-step .b2c-row select.b2c-dp-element, .ab-custom .b2c-step .b2c-row select.b2c-dp-element:focus, .ab-custom .b2c-step .b2c-row select.b2c-dp-element.b2c-valid, .ab-custom .b2c-step .b2c-row select.b2c-dp-element:focus {
    border: 2px solid #cfcfcf !important;
    background-size: 7% !important;
    background-image: url('../images/down-arrow-black.png') !important;
    border-radius: 2px;
    color: #333 !important;
    background-color: #fff !important;
    background-position: 96% 50% !important;
}

.ab-custom .b2c-step .b2c-row input.b2c-error {
    background: rgba(255, 0, 0, 0.2) !important;
    border: 2px solid red !important;
    color: #fff !important;
}


.ab-custom .b2c-three-cols.b2c-date-select select, .ab-custom .b2c-three-cols.b2c-date-select select:focus, .ab-custom .b2c-three-cols.b2c-date-select select, .ab-custom .b2c-three-cols.b2c-date-select select:focus, .ab-custom .b2c-three-cols.b2c-date-select select.b2c-valid, .ab-custom .b2c-three-cols.b2c-date-select select.b2c-valid, .ab-custom .b2c-three-cols.b2c-date-select select.b2c-dp-element, .ab-custom .b2c-three-cols.b2c-date-select select.b2c-dp-element:focus, .ab-custom .b2c-three-cols.b2c-date-select select.b2c-dp-element.b2c-valid, .ab-custom .b2c-three-cols.b2c-date-select select.b2c-dp-element:focus {
    border: 2px solid #cfcfcf !important;
    background-size: 10% !important;
    background-image: url('../images/down-arrow-black.png') !important;
    border-radius: 2px;
    color: #333;
    background-color: #fff !important;
    background-position: 86% 50% !important;
}

.ab-custom .b2c-step .b2c-row .b2c-hint, .ab-custom .b2c-search-loading-wrap, .ab-custom .b2c-table th, .ab-custom .b2c-table td {
    border-color: #fff !important;
}

.b2c-step .b2c-row.show-hint .b2c-hint, .b2c-step .b2c-row.show-hint .b2c-hint a {
    color: #fff;
    transition: .3s;
}

.b2c-step .b2c-row.show-hint .b2c-hint a:hover {
    color: #79c74e;
}

.section-alt {
    background: #79C74E;
}

.home-info-area {
    background: #E7E7E7;
}

.home-info {
    background: transparent;
}

.content-apr-wrap, .f-menu-wrap {
    background: #fafafa none repeat scroll 0 0;
}

.customer-notice-wrap .disclaimer strong {
    color: #555;
    font-size: 13px;
    letter-spacing: .2px;
}

.f-menu li a {
    transition: .3s;
    text-transform: uppercase;
    font-size: 13.4px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    padding: 0;
    letter-spacing: .2px;
    font-family: 'Raleway', sans-serif !important;
}

.f-menu li a:hover {
  color: #79c74e;
  text-decoration: none;
}

.form-apply-title {
    background-color: #79c74e;
}
.form-apply .btn, .form-unsubscribe .btn {
    background: #79c74e;
    color: #fff;
    border: 2px solid #125eff;
    border-radius: 2px;
    transition: .5s;
    box-shadow: none;
    font-size: 21px;
    line-height: 30px;
}
.form-apply .btn:hover, .form-unsubscribe .btn:hover {
    background: #157774;
    color: #fff;
    box-shadow: none;
}
.form-apply select, .form-apply input[type="number"], .form-apply input[type="email"], .form-apply input[type="text"] {
    border-radius: 2px;
    border: 2px solid #ddd;
}
.form-apply select:focus, .form-apply input:focus {
    border: 2px solid #79c74e;
    color: #79c74e;
}

.form-unsubscribe {
    background: #fff;
    text-align: center;
    padding: 8px;
}
.form-unsubscribe select, .form-unsubscribe input[type="number"], .form-unsubscribe input[type="email"], .form-unsubscribe input[type="text"], .form-unsubscribe input[type="tel"] {
    border-radius: 2px;
    border: 2px solid #ddd;
    height: 50px;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    font-size: 15px;
}
.form-unsubscribe label {
    margin-bottom: 10px;
    text-align: left;
    margin-left: 4%;
}
.form-unsubscribe select:focus, .form-unsubscribe input:focus {
    border: 2px solid #79c74e;
    color: #79c74e;
}

.form-unsubscribe .btn {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
}
.form-unsubscribe p {
    min-height: 40px;
}
.form-contact a {
    color: #333;
    font-weight: 700;
    transition: .4s;
    text-decoration: none;
}
.form-contact a:hover {
    color: #79c74e;
}


.customer-notice-wrap .disclaimer p {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    color: #555;
    font-family: Roboto,sans-serif;
}


.form-apply {
    padding: 12px;
}
.main-col.content h1 {
        color: #005c99;
    font-size: 35px;
    text-transform: none;
    margin-bottom: 30px;
    font-weight: 800;
    font-family: Roboto,sans-serif !important;
}
.content p, .panel-body li, .content h2, .content ul li, .content ol li {
    color: #000;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15.4px;
    line-height: 27px;
    padding-right: 20px;
    transition: .4s;
}
.content a:hover {
    color: #79c74e;
}
.content h2 {
    margin-top: 20px;
}


.main-col.content.unsubscribe {
    padding: 60px 0;
}


.container.home-info h2 {
  font-size: 36px;
  text-transform: none;
  text-align: center;
  margin-bottom: 50px;
  color: #222;
  font-family: Roboto,sans-serif !important;
}


.single-service-item {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  min-height: 320px;
    color: #555;
  font-size: 13px;
  text-align: justify;
  text-align-last: center;
  line-height: 20px;
  transition: .4s;
}
.single-service-item:hover {
    box-shadow: 0 0 15px #999;
}
.single-service-item h3 {
  color: #333;
  margin-top: 12px;
  margin-bottom: 25px;
}

.content-apr-wrap .inner {
    order: 1;
}


.f-menu-wrap {
    border-top: none;
    order: 2;
    padding: 50px 0;
    background: #292929;
    color: #fff;
}
.customer-notice-wrap .disclaimer {
    border-bottom: none;
    border-top: none;
    margin-top: 25px;
    margin-bottom: 25px;
}


.f-menu-wrap .container {
  padding: 0;
  /* width: 940px; */
}

.f-menu li {
  display: block;
  padding: 0;
  margin-bottom: 10px;
}
.f-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.f-menu li:last-child {
  margin-bottom: 0px;
}

.copyright {
    margin: 0;
    text-align: center;
    order: 3;
    font-size: 15px;
    color: #555;
    background: #fafafa;
    position: relative;
    margin-top: -30px;
}

.copyright .inner {
    padding: 20px 0;
    font-family: Roboto,sans-serif;
    font-size: 13px;
}


.copyright a {
    color: #fff;
    transition: .3s;
    text-decoration: none;
}
.copyright a:hover {
    color: #79c74e;
    text-decoration: none;
}

.copyright .inner::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
    top: 0;
    opacity: .5;
    left: 50%;
    transform: translateX(-50%);
}

.pt-0 {
    padding-top: 0;
}


/* OFF CANVAS MENU */

.mobile-header-area {
    display: none;
}

.off-canvas-menu {
    background: #212121;
    position: fixed;
    width: 300px;
    z-index: 1399;
    height: 100%;
    top: 0;
    right: -300px;
    transition: .3s;
}

.off-canvas-menu .top-area-logo {
    padding: 10px;
    padding-top: 22px;
}

.off-canvas-menu.active {
    right: 0;
}

.off-canvas-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 72px;
}

.off-canvas-menu ul li a {
    color: #fff;
    display: block;
    padding: 12px;
    text-decoration: none;
    transition: .5s;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2px;
}
.off-canvas-menu ul li a:hover {
    background-color: #79C74E;
}

.menu-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 25px;
    cursor: pointer;
}
.menu-close img {
    max-height: 18px;
}

.off-canvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: -1;
    opacity: 0;
    transition: .3s;
    top: 0;
}

.off-canvas-overlay.active {
    z-index: 1098;
    opacity: .6;
}


.rates-table th {
    background:  #0585CB;
    font-family: 'Roboto', sans-serif !important;
}
.rates-table td, .rates-table td li {
    font-size: 15px;
    color: #555;
    font-family: 'Roboto', sans-serif !important;
}
.rates-table td {
    padding: 10px;
}
.rates-table td a:hover {
    color: #79c74e;
}
.rates-table td ul, .rates-table td ol {
    margin-top: 10px;
}

.mobile-logo a {
  display: inline-block;
  padding: 20px 0;
}
.mobile-logo img {
  max-height: 55px;
}
.menu-trigger {
    display: inline-block;
    padding: 34px;
    cursor: pointer;
    transition: .5s;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1000;
}
.menu-trigger img {
  max-height: 20px;
  min-height: 20px;
}
.menu-trigger:hover {
  filter: contrast(4);
}




.service-tab li a {
  display: block;
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: .5s;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
}


.service-tab li a:hover, .service-tab li.active a {
    color: #fff;
    background: #79c74e;
}



.tab-details.service-tab-details {
  padding: 10px 15px;
  background: #fff;
  border-radius: 2px;
  font-size: 13.3px;
  text-align: justify;
  line-height: 20px;
  min-height: 200px;
} 




/* collapse accordion */
.panel-heading .panel-title {
    font-size: inherit;
    letter-spacing: 0;
    padding: 0;
    position: relative;
}

.panel-heading .panel-title > a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    padding: 17px 20px 18px 40px;
    background: #2c5d93;
    border: none;
    color: #ffffff;
    border-radius: 3px 3px 0 0;
    word-wrap: break-word;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .panel-heading .panel-title > a {
        padding-left: 65px;
    }
}

.panel-heading .panel-title > a.collapsed:hover,
.panel-heading .panel-title > a:hover {
    background-color: #2c5d93;
    border-color: #2c5d93;
    color: #ffffff;
    text-decoration: none;
}

.panel-heading .panel-title > a.collapsed:hover i, .panel-heading .panel-title > a.collapsed:hover:after,
.panel-heading .panel-title > a:hover i,
.panel-heading .panel-title > a:hover:after {
    color: #ffffff;
    text-decoration: none;
}

.panel-heading .panel-title > a.collapsed {
    color: #666666;
    background: #fafafa;
    border-radius: 3px;
    text-decoration: none;
}

.panel-heading .panel-title > a.collapsed i {
    color: #79c74e;
}

.panel-heading .panel-title > a:after {
    content: "-";
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 200;
    transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1200px) {
    .panel-heading .panel-title > a:after {
        left: 15px;
    }
}

.panel-heading .panel-title > a.collapsed:after {
    content: "+";
    color: #2c5d93;
}

.panel-heading .panel-title > a > i {
    position: relative;
    width: 2em;
    padding-right: 30px;
    text-align: center;
    display: inline-block;
    line-height: 0;
}

.panel {
    box-shadow: none;
}

.panel-group .panel {
    border-radius: 5px;
    background-color: transparent;
}

.panel-default > .panel-heading {
    background-color: transparent;
    color: inherit;
    position: relative;
    border: none;
    border-radius: 0;
    padding: 0;
}

.panel-default {
    border: none;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.panel-body {
    border: 2px solid #2c5d93;
    font-size: 14px;
    line-height: 24px;
    border-top: none !important;
    background-color: transparent;
}

.panel-body .media-left {
    padding-right: 15px;
}

.panel-body .media-left .img-circle {
    max-width: 50px;
}

.panel-body .media-left img {
    max-width: 80px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    padding: 20px;
    background: #fff;
    color: #555;
}

@media (min-width: 400px) {
    .panel-group .panel-heading + .panel-collapse .panel-body {
        padding: 30px;
    }
}

.collapse-unstyled .panel h4 {
    margin: 0 0 0.5em;
}

.collapse-unstyled .panel h4 a:after {
    color: #79c74e;
    padding: 0 5px;
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f107";
}

.collapse-unstyled .panel h4 a.collapsed:after {
    content: "\f105";
}

.collapse-unstyled .panel-content {
    padding: 10px 20px;
} 

.wrapper {
    background: #efefef;
}
.cf.two-cols.page-content {
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-content .main-col.content {
    padding-top: 0;
    padding-bottom: 0;
}

.main-col.content .privacy {
    margin-top: 40px;
}
.cf.main-col.content.two-cols {
    padding-bottom: 50px;
}
.main-col.content {
    min-height: auto;
}
.faq-row {
    padding-bottom: 50px;
}


/* FORM CSS */
.form-body {
    background: #79c74e;
    /*padding: 35px;*/
    border: 1px solid #909090;
    border-radius: 14px;
}
.input-wrapper {
    position: relative;;
}
.form-body input[type="text"], .form-body input[type="email"], .form-body input[type="password"], .form-body select {
    width: 100%;
    padding: 15px 0px 15px 42px;
    outline: none;
    font-size: 15px;
    color: #555;
    margin: 6px 0px;
    border: none;
    border: 1px solid #555;
    border-radius: 6px;
    background: transparent;
}
.form-body select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
.form-body select option {
    color: #333;
}
.form-body ::placeholder {
    color: #fff;
    opacity: .7; /* Firefox */
}

.form-body :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: red;
}

.form-body ::-ms-input-placeholder { /* Microsoft Edge */
   color: red;
}
.form-body span.icons {
    color: #fff;
    font-size: 22px;
    position: absolute;
    bottom: 27px;
    left: 0;
}
.form-body h4 {
    color: #fff;
    letter-spacing: .5px;
    margin-top: 0;
    text-align: center;
    text-decoration: underline;
    font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
}

.form-body h4:before {
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 80px;
  height: 2px;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}
.form-body h4:after {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: #fff;
  border: 3px solid #79c74e;
  content: "";
}

.form-body input[type="submit"] {
    padding: 12px;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 1px;
    background: rgba(0,38,50, 0.84);
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 100%;
    margin-top: 10px;
}
.form-body input[type="submit"]:hover {
    background:rgba(0,38,50, 0.64);
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    -moz-transition:0.5s all;
    -ms-transition:0.5s all;
}

.mt-30 {
    margin-top: 30px;
}
.form-body .comodo-logo::before {
    content: "SSL Secure Connection";
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    margin: 22px 10px 0 0;
    width: 75px;
    text-align: justify;
    color: #79c400;
}
.form-checkbox {
    overflow: hidden;
    padding: 0;
    padding-top: 0px;
    color: #3c3c3c;
    font-size: 13px;
    font-family: 'Raleway', sans-serif !important;
}
.form-checkbox a {
    color: #3c3c3c;
    display: inline-block;
    transition: .4s;
    text-decoration: none;
    font-weight: 500;
}
.form-checkbox a:hover {
    color: #121733;
}
.form-checkbox a.comodo-logo {
    margin-top: 20px;
    transform: translateX(25%);
}
.service-accordion-mobile {
    display: none;
}

h2.form-title {
    margin-bottom: 40px;
    font-weight: 700;
    /*border: 7px double #313131;*/
}

.mock-form .form-title {
    margin-bottom: 10px;
}

.form-body {
    background: #fff;
}

.form-body input[type="submit"]:hover {
    background: #e90000;
    border: 1px solid #9d0000;
}

.form-body input[type="submit"] {
    background: #e90000;
    border: 1px solid #9d0000;
    border-radius: 5px;
    font-size: 33px;
    font-weight: 700;
}

.form-checkbox a {
    color: #79c74e;
}

.form-checkbox p {
    color: #797979;
    padding: 0 26px;
    margin-bottom: 6%;
    margin-top: 3%;
    font-family: Roboto,sans-serif !important;
}


.form-checkbox p a {
    color: #797979;
    font-family: Roboto,sans-serif !important;
}

.mock-form .mock-form-container {
    color: #222;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}


.ab-custom.form-wrap .b2c-form .b2c-btn-submit, .ab-custom.form-wrap .b2c-form .b2c-btn-verify, .ab-custom.form-wrap .b2c-step .b2c-row .b2c-radio-row label span {
    color: #555;
    border: 1px solid #fbb829;
    border-radius: 2px;
    font-size: 14px;
    /*background: #79c74e;*/
    background: #fbb829;
    background: -webkit-linear-gradient(top, #fbb829 0, #ee8200 100%);
    background: linear-gradient(to bottom, #fbb829 0, #ee8200 100%);
}

.mock-progress-bar-wrap .b2c-progress-bar {
    background: #ffffff;
}


.ab-custom .b2c-form a.b2c-btn.b2c-btn-back {
    border: 1px solid #f08b07;
}

.form_holder .b2c-step .b2c-row input, .form_holder .b2c-step .b2c-row select, .form_holder .b2c-returned .b2c-row input, .form_holder .b2c-returned select {
    border-color: #0090ff;
    border-radius: 6px;
}


/*.ab-custom.form-wrap .b2c-step .b2c-row .b2c-radio-row label :checked + span {
    background: #79c74e;
    border: 2px solid #5a9e35;
    color: #fff;
    border-radius: 8px;
}*/

.ab-custom.form-wrap .b2c-step .b2c-row .b2c-radio-row label :checked + span {
    background: #ffb165;
    border: 1px solid #fbb829;
}


.ab-custom.form-wrap .b2c-form .b2c-btn-submit, .ab-custom.form-wrap .b2c-form .b2c-btn-verify, .ab-custom.form-wrap .b2c-step .b2c-row .b2c-radio-row label span {
    border-radius: 8px;
}



.ab-custom .b2c-step .b2c-row .sprite-icon > input, .ab-custom .b2c-step .b2c-row .sprite-icon > select, .ab-custom .b2c-returned .b2c-row input[type], .ab-custom .b2c-returned .b2c-row input[type].b2c-valid, .ab-custom .b2c-step .b2c-row input {
    border: 1px solid #ee8200 !important;
    border-radius: 8px;
}

.ab-custom.form-wrap .b2c-form a.b2c-btn:not(.b2c-btn-back) {
    border-radius: 8px;
}



.ab-custom .b2c-step .b2c-row select, .ab-custom .b2c-step .b2c-row select:focus, .ab-custom .b2c-returned select, .ab-custom .b2c-returned select:focus, .ab-custom .b2c-returned select.b2c-valid, .ab-custom .b2c-step .b2c-row select.b2c-valid, .ab-custom .b2c-step .b2c-row select.b2c-dp-element, .ab-custom .b2c-step .b2c-row select.b2c-dp-element:focus, .ab-custom .b2c-step .b2c-row select.b2c-dp-element.b2c-valid, .ab-custom .b2c-step .b2c-row select.b2c-dp-element:focus {
    border: 1px solid #ee8200 !important;
    border-radius: 8px;
}


.ab-custom .b2c-three-cols.b2c-date-select select, .ab-custom .b2c-three-cols.b2c-date-select select:focus, .ab-custom .b2c-three-cols.b2c-date-select select, .ab-custom .b2c-three-cols.b2c-date-select select:focus, .ab-custom .b2c-three-cols.b2c-date-select select.b2c-valid, .ab-custom .b2c-three-cols.b2c-date-select select.b2c-valid, .ab-custom .b2c-three-cols.b2c-date-select select.b2c-dp-element, .ab-custom .b2c-three-cols.b2c-date-select select.b2c-dp-element:focus, .ab-custom .b2c-three-cols.b2c-date-select select.b2c-dp-element.b2c-valid, .ab-custom .b2c-three-cols.b2c-date-select select.b2c-dp-element:focus {
    border: 1px solid #ee8200 !important;
    border-radius: 8px;
}


.b2c-step .b2c-row.show-hint .b2c-hint, .b2c-step .b2c-row.show-hint .b2c-hint a {
    color: #5a5f63;
}



/*FOOTER CSS*/

.content-apr-wrap.footer-top {
    border-top: 1px solid #000;
}

.footer-nav {
    padding: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0 0 20px;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 0;
    border-bottom: 1px solid #000;
    font-size: 16px;
}

.footer-nav li {
    width: auto;
    border: 0;
    text-align: center;
}

/*.footer-nav li {
    width: 100%;
    
    border-bottom: 1px solid rgba(101,28,29,.85);
}*/

.footer-nav li a:hover {
    opacity: .8;
    color: #0161ac;
}

.footer a:hover {
    color: #0161ac;
}


.footer-nav li a {
    padding: 10px 15px;
}

.footer-nav li a {
    color: #1b1b1b;
    display: block;
    font-family: Roboto,sans-serif;
    font-size: 16px;
}

.footer-menu-linx {
    margin-top: 25px;
}

.header.cf.whiteHeader {
    background: #fff;
    box-shadow: 0px 1px 12px #969696;
}

a.logo-black img {
    display: none;
}

a.logo-black.blacklogoShow img {
    display: block;
}

a.logo-white.whitelogoHide img {
    display: none;
}

h2.form-title {
    font-family: 'Montserrat', sans-serif !important;
}

.service-single-item h3 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 24px;
    color: #000;
    line-height: 1.1;
    font-family: Roboto,sans-serif !important;
}

.service-single-item p {
    margin-bottom: 20px;
    color: #000;
    font-weight: 300;
    font-family: Roboto,sans-serif !important;
    font-size: 16px;
}

.service-single-item:first-child h3 {
    margin-top: 0%;
}

.service-single-item h3 {
    margin-top: 6%;
}

.form__header {
    padding: 17.5px 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: #000;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

form#UnsubscribeFormPhone {
    padding: 14px;
}

span.icons {
    display: none;
}

.form-body input[type="email"]::placeholder {
    color: #000;
}

.contact-inner-section h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    color: #005c99;
}

.contact-inner-section a {
    color: #478fb2;
    transition: .2s ease-in-out;
}


.contact-inner-section a:hover {
    color: #a92221;
}

.form-body.unsub {
    background: #efefef;
    border: none;
}

.form-body.unsub h3 {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

input#SubscriberPhone {
    margin-top: -15px;
}

.form-body.unsub input {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #979797;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    transition: all .2s ease-in;
    border-radius: 0;
    margin-bottom: 1%;
}

.form-body.unsub input[type=submit] {
    width: 100%;
    display: block;
    padding: 10px 12px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;


    border-radius: 5px;
    
    font-weight: 700;
    line-height: 1.1;
    
    outline: none;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #9d0000;
    
    background: #e90000;
    transition: .3s ease-in-out;
}


h3.phone-no-unsub {
    margin-left: 3%;
}


.form-body.unsub input[type=submit]:hover {
    background: #9d0000;
}

.form-body input[type="text"]::placeholder {
    color: #000;
}

.unsubscribe-title {
    text-align: left;
}

.form-body input[type="submit"]:hover {
    background: #9d0000;
}

h2.h-w-i {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    color: #005c99;
}


p.b2c-form-description.b2c-form-description-nmh47 {
    margin-top: 4%;
    font-size: 12px;
}

a.pop-up {
    cursor: pointer;
}

.m-t-nmh47 {
    font-size: 30px;
    text-shadow: none;
    border: none;
    color: black;
    font-weight: 700;
}

.modal-dialog.m-d-nmh47 {
    min-width: 950px;
}

.modal-body {
    font-size: 18px;
    line-height: 1.6;
}

.modal-body ul {
    
    list-style-type: disc;
    margin-left: 3%;
}

.modal-header .close {
    margin-top: -5%;
    /* margin-right: -5%; */
}

button.close span {
    font-size: 50px;
    color: #1b1b1b;
    opacity: 1;
    /* background: red; */
}

.modal-content {
    padding: 20px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid transparent;
}

p.b2c-form-title.big-titi {
    font-size: 30px !important;
    line-height: 31px !important;
    font-weight: 700;
}



a.logo-MB img {
    display: none;
}

a.logo-MB.whitelogoHide {
    display: none;
}



.inner.benefits {
    font-weight: 700;
}

.cf.inner {
    width: 990px;
}


.inner {
    width: 990px;
}

.form-container {
    width: 97%;
}

.mock-form .b2c-step .b2c-form-title {
	font-family: 'Montserrat', sans-serif !important;
    color: #000;
    font-weight: 400;
}

.b2c-form.b2c-step.last-step p img {
    width: 200px;
    margin-left: 25%;
}