
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #2A3033;
font-family: 'Poppins', sans-serif;
    font-size:16px;
}

a {
  color: #2A3033;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}
a:hover
{
     color: #16cca1;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
  color: #2A3033;
  font-weight:400;
  font-size:16px;
  color: #2E3335;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 0;
  color: #2E3335;
  font-weight: 600;
}


@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #909090;
  transition: all 0.5s;
  z-index: 997;
  padding: 8px 20px;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  top: 0;
  background: #909090;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  padding: 5px 20px;
}
#header.header-scrolled .logo img {
    max-height: 45px;
}
#header .logo {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo a {
  color: #413e66;
}

#header .logo img {
  max-height: 60px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav, .main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding-left: 30px;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 0;
  transition: 0.3s;
  font-size: 16px;
font-family: 'Poppins', sans-serif;
  font-weight:500;
}

.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
 color: #fff;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
  color: #16CCA1;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #000;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size:16px;
  font-family: 'Open Sans', sans-serif;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #16CCA1;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: #000000ad;
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*height: 90vh;*/
  position: relative;
  background: url("../img/military-claims.jpg") center top no-repeat;
  background-size: cover; 
    overflow: hidden;
    padding-bottom: 0px;

}

#hero.banner-claims{
   width: 100%;
 height: 84vh;
  position: relative;
  background: url("../img/military-claims.jpg") center top no-repeat;
  background-size: cover; 
    overflow: hidden;
    padding-bottom: 0px;
 
}
 

#hero.banner-claims:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}

#hero.banner-claims .logo-banner-circle {
    display: none;
}

#hero .intro-info h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
#hero .sub-title {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
}
@media (max-width: 767px) {
  #hero {
    height: auto;
    padding: 75px 0 60px 0;
  }
  #hero .container {
    height: auto !important;
  }
  #hero .intro-img {
    width: 80%;
  }
}
@media (min-width:768px) and (max-width:981px)
{
}
@media (min-width: 992px) {
  #hero .carousel-container
  {
    display: flex;
    justify-content: center;
       align-items: flex-end;
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  #hero .intro-info {
    text-align: center;
    padding-top: 40px;
  }
}


@media (max-width: 767px) {
  #hero .intro-info h1 {
    font-size: 34px;
    line-height:34px;
    margin-bottom: 20px;
  }
  #hero .sub-title {
    font-size: 20px;
}
#hero .sub-para {
    font-size: 16px;
}
#hero .sub-para br {
    display: none;
}
#hero .bottom-text {
    top: 30px;
    position: relative;
}
.intro-info-right {
    padding-top: 50px!important;
}
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
      padding: 60px 0;
}
.main-nav {
    float: right;
}
.btn-top-cal {
    background: #16CCA1;
    padding: 10px 30px;
    min-width: 200px;
    text-align: center;
    border:1px solid #16CCA1;
}
.btn-top-cal:hover
{
  background: transparent;
  color: #fff!important;
}
.form-card .card-header h3 {
    font-style: normal;
    font-weight:600;
    font-size: 22px;
    line-height: 50px;
    margin-bottom: 0px;
    text-align: center;
}
.form-card .card-header {
    background: #E9E9E9;
    padding: 5px;
}
.form-card.card {
    margin-top: 40px;
}
.form-card .title-que {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}
.form-card .card-body {
    padding: 30px;
}
.form-card .card-body form {
    max-width: 435px;
    margin: 0 auto;
}
.bg-strip-services {
    background: #23333A;
    padding: 30px 0px;
}
.blurb-ico img{
float: left;
}
.blurb-ico h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;
}
.blurb-ico p {
   color: #fff;
}
.b1 {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
.blurb-ico {
    position: relative;
    display: flex;
    align-items: self-start;
}
.blurb-ico:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    width: 2px;
    height: 100%;
    right: 15px;
    top: 0px;
}
.important-sec-grey {
    background: #F2F2F2;
    /* padding: 50px 0px 55px; */
}
.important-sec-grey h2 {
    color: #2E3335;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
.important-sec-grey p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #2E3335;
}
.bg-strip-services .col-md-3:last-child .blurb-ico:after {
    content: none;
  }
  .main-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}
.blurb-circle {
    text-align: center;
    position: relative;
}
.check-list-ico li {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}
.check-list-ico li:before {
     content: url(../img/tick-icon.svg);
    position: absolute;
    left: 16px;
}
.blurb-circle h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
}
.blurb-circle:after {
    position: absolute;
    content: '';
    background: #E7E7E7;
    width: 2px;
    height: 100%;
    right: -18px;
    top: 0px;
}
.how-work-pt .col-lg-4.col-md-4:last-child .blurb-circle:after{
  content: none;
}
.blurb-circle img {
    margin-bottom: 20px;
}
.blurb-circle .num {
    font-size: 18px;
    line-height: 32px;
    color: #16CCA1;
    font-weight: 600;
    margin-bottom: 0px;
}
.blurb-circle .para {
    margin-bottom: 7px;
    min-height: 54px;
}
.how-work-pt {
    padding-top: 30px;
}
.pension-street {
    background: #23333A;
    padding: 30px 0px;
}
.title-strips {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 0px;
}
.title-strips span {
    color: #16cca1;
    font-weight: 300;
}
.btn-green {
    position: relative;
    color: #fff;
    padding: 13px 20px;
    transition: 0.3s;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: #16cca1;
  border: 1px solid #16cca1!important;
    border-radius: 5px;
    display: inline-block;
   
}
.btn-green:hover,
.btn-green:focus{
    background: transparent !important;
    color: #16cca1!important;
	box-shadow: none !important;
}
.form-control {
    height: 58px;
}

.contact-info__item {
    margin-bottom: 10px !important; 
}
.row.contact-info .contact-info__item{
    padding-left:5px;
    padding-right:5px;
}
 
.row.contact-info{
    margin-left:-5px;
    margin-right:-5px;
}
.btn-green .fa {
    margin-right: 5px;
}
.check-list-ico li::marker {
    color: transparent;
}
section.faq-section {
    background: #F2F2F2;
}
.myaccordion .card {
    border: none;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
}
.myaccordion .card-header {
    border-top-color: none;
     padding: 0px; 
    background: #fff;
    border: none;
}

.myaccordion .card-body {
    padding: 0;
}

.myaccordion .fa-stack img {
  width: 20px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: 400;
  color: #000;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #2E3335;
}
.myaccordion .card-body p {
    margin-top: 10px;
    font-weight: 400;
}
.myaccordion .btn:before {
    content: '+';
    right: 20px;
    position: absolute;
    font-weight: 300;
    font-size: 30px;
}
.myaccordion .btn[aria-expanded="true"]:before{
 content: '-';
}
#accordion {
    margin-top: 40px;
}
.footer-top {
    padding: 70px 0px 50px;
}
.footer-bottom {
    padding: 20px 0px 20px;
    text-align: center;
    border-top: 1px solid rgba(147, 147, 147, 0.6);
    font-size: 14px;
}
.widget-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}
.foo-logo {
    margin-bottom: 15px;
}

.myaccordion .btn:focus {
  box-shadow: none;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li+li {
  margin-top: 10px;
}

.foo-links li {
    margin-bottom: 8px;
}
.footer-top .foo-links{
    padding-left: 0px;
}
.foo-links li::marker
{
  color: transparent;
}
.location-add {
    margin-top: 20px;
    margin-bottom: 0px;
}
.mail-underline {
    text-decoration: underline;
    text-underline-offset: 0.3em;
}
.mail-underline:hover {
    text-decoration: underline;

}
.widget-title
{
  position: relative;
}
.widget-title:after {
    content: '';
    background: #16CCA0;
    width: 30px;
    height: 10%;
    position: absolute;
    bottom: -8px;
    left: 0px;
}

section.get-started-strip {
    padding: 0px;
    background: #23333A;
}
.get-start p {
    font-size: 18px;
    line-height: 32px;
    color: #16CCA0;
    margin-bottom: 0px;
}
.get-start h4 {
    font-size: 36px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 30px;
}
.get-start {
    max-width: 670px!important;
    padding: 70px;
}
.get-started-strip .left-img
{
  background: url(../img/armed-left.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.starclaims-oval {
    position: absolute;
    left: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-70%, 45%);
}
/*******Step form css********/
/*******Form custom css******/

.banner-main.form-banner {
     padding-bottom: 100px!important; 
    height: 90vh;
}
.form-col  form section:not(:first-child){
    display:none;
}
.qtitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    
}
button#nextBtn {
    background: linear-gradient(103.86deg, #16cca1 0%, #16cca1 100%);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.05px;
    line-height: 61px;
    text-align: center;
    border-radius: 5px;
    border: none;
    color: #fff;
    width: 260px;
}
.pform-footer button#prevBtn {
    background: none;
    color: #fff !important;
    outline: none;
    border-radius: 5px;
    background-color: #909090;
    border: none;
    min-width: 260px!important;
    letter-spacing: -0.05px;
    line-height: 61px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
/*******Form css**********/
/* Progressive Bar */
.pform .form-title {
  margin-bottom: 0;
}
.pform-steps {
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pform-content {
  padding: 0px 0px;
}
.pform-content label.qtitle {
  width: 100%;
  text-align: center;
      margin-bottom: 30px;
}
.pform-content .pselect {
  margin: 5px 0 20px 0;
}
.pform input {
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    color: #969696;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    background: #F2F2F2;
    color: #000;
}
.pform textarea {
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    height: 150px;
    color: #969696;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    background: #F2F2F2;
    color: #000;
}
.pform-select__icon select {
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    color: #969696;
    width: 100%;
    border: none;
    margin-bottom: 10px;
}

.pform input:hover {
  cursor: pointer;
}
.pform input:focus {
    outline: none;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
   /* color: #1A43A4;*/
}
.pform input {
    color: #495057;
}
.pform-select__icon select
{
  color: #495057;  
}
.pform input.invalid {
  background-color: #ffdddd;
}
.pform .tab {
  display: none;
}
.pform .step {
  background-color: red;
  color: #ffffff;
  flex: 0 0 20%;
  text-align: center;
  padding: 7px;
}
.pform .step.active {
  opacity: 1;
  background-color: #c0cffc;
  color: #313131;
}
.pform-footer {
  display: flex;
  flex-direction: row;
  text-align: center;
  padding: 15px 0;
  max-width:540px;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  .pform-footer button#nextBtn {
    min-width: 200px;
  }
}
.pform .pform-radio .qtitle {
  margin-bottom: 1em;
}
.pform .pform-radio__item input {
  visibility: hidden;
  position: absolute;
}
.pform .pform-radio__item input + label {
  background-color: #00c91a;
  color: #fff;
  min-height: 125px;
  box-shadow: 0 0 0 1px rgba(57, 255, 147, 0.77);
  border-radius: 23px;
  border: 1px solid rgba(57, 255, 147, 0.77);
  width: 100%;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .pform .pform-radio__item input + label {
    min-height: 160px;
  }
}
.pform .pform-radio__item input:hover + label {
  border: 1px solid #fff;
  cursor: pointer;
  background: linear-gradient(48.07deg, #3e4ae1 0%, #e5335d 100%);
  color: #fff;
}
.pform .pform-radio__item input:checked + label {
  color: #fff;
  background-color: #009613;
  background: linear-gradient(48.07deg, #3e4ae1 0%, #e5335d 100%);
}
@media only screen and (min-width: 576px) {
  .pform .pform-radio__item input[type=checkbox] + label {
    min-height: 72px;
  }
}
.pform .pform-radio__item label:hover img {
  filter: brightness(5);
}
.pform .pform-radio__item input:checked + label > img {
  filter: brightness(5);
}
.pform .pform-radio__item label > div {
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.1em;
}
.pform .pform-radio__logo {
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .pform .pform-radio__logo {
    padding-bottom: 20px;
  }
}
.pform .pform-radio__logo input {
  visibility: hidden;
  position: absolute;
}
.pform .pform-radio__logo input + label {
  box-shadow: 0 0 0px 2px #fff;
  transition: all ease-in-out 0.1s;
}
.pform .pform-radio__logo input:hover + label {
  cursor: pointer;
  box-shadow: 0 0 0px 2px #a03e9b;
}
.pform .pform-radio__logo input:checked + label {
  cursor: pointer;
  box-shadow: 0 0 0px 2px #a03e9b;
}
.pform .pform-radio__logo label {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #a7a7a7;
  border-radius: 10px;
}
/* Showing Error on the radios and checkboxes */
.pform-content span.error {
  width: 100%;
  text-align: center;
  color: #cb1717;
  padding-top: 10px;
  font-size: 14px;
}

/* Showing error on the input contant fields */
.contact-info__item input {
  width: 100%;
}
.consent {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  display: none;
}

.secure {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
}
.secure img {
  max-width: 15px;
}

#progressive-bar {
  border: none;
  border-radius: 50px;
  min-height: 5px;
  max-width:100%;
  margin: auto;
  background: #fff;
  position: relative;
}

.bar--slim__inner {
  padding: 0px !important;
    font-size: 4px !important;
}
#loader {
  display: none;
  left: 0px;
  top: 0px;
  position: fixed;
  z-index: 10000;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  padding: 0px 5%;
}
#loader .pleasewait {
  text-align: center;
  background: #ededed;
  border-radius: 15px;
  padding: 120px 10px;
  margin-top: 30%;
}
@media only screen and (min-width: 768px) {
  #loader .pleasewait {
    padding: 200px 0;
    margin-top: 10%;
  }
}

/* Half Width Form */
.form-wrapper__half {
  background-color: #581387;
  padding: 40px 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .form-wrapper__half {
    padding: 60px 60px 40px 60px;
  }
}
.form-wrapper__half #progressive-bar {
  min-height: 10px;
  max-width: 340px;
}
.form-wrapper__half #progressive-bar #progressive-bar__inner {
  padding: 7px;
}
.form-wrapper__half .pform-radio {
  max-width: 300px;
  margin: auto;
}
.form-wrapper__half .qtitle {
  font-size: 20px !important;
  line-height: 24px;
  padding-bottom: 20px;
}
.form-wrapper__half .pform-radio__item input + label {
  min-height: 140px;
}

/* Postcode checker */
#address1 {
  display: none;
}

#address2 {
  display: none;
}

#town {
  display: none;
}


.select-css {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #fff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css option {
  font-weight: normal;
}

*[dir=rtl] .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

:root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #aaa;
}


.pform-date__item #date-error{
    position: absolute;
    bottom: -40px;
}
.pform-content span.error {
    width: 100%;
    text-align: center;
    color: #cb1717;
    padding-top: 0px;
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
}
.pform-footer button#prevBtn {
       min-width: 200px!important;
    font-size: 18px;
    margin-right: 10px;
}
button#nextBtn {
    font-size: 18px;
    width: 100%;
    font-weight: 600;
}

/****Custom css*****/
.pform-radio input {
    font-weight: 400;
    font-size: 20px!important;
    line-height: 30px!important;
    height: 16px!important;
    width: 30px!important;
    margin-bottom: 0px;
        font-family: 'Poppins', sans-serif;
}
.radio-box label {
    background-color: #F2F2F2;
    color: #000;
    min-height: 68px;
    border-radius: 9px;
    border: 1px #F2F2F2;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.1s ease-in-out;
    padding-left: 47px;
    font-size: 19px;
        cursor: pointer;
}
.radio-box input {
    position: absolute;
    top: 25px;
    left:30px;
}
.pform [type="radio"]:checked+label:after {
  background-color: transparent;
  border: 2px solid #fff;
  
}
.pform [type="radio"]:checked+label
{
  background: transparent;
  border: 1px solid #000;
}
.logo-banner-circle {
   position: absolute;
    right: 35%;
    top: 18%;
    width: 200px;
}
span.eclipse {
    position: relative;
}
span.eclipse:after {
    content: '';
/*
    background: url(../img/circle-arrow-bg.svg);
    position: absolute;
    left: -26px;
    top: -2px;
    width: 231px;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100%;
*/
}
.main-banner{
  position: relative;
}
.main-banner:after {
    content: url(../img/arrow-bottom.svg);
    position: absolute;
    bottom: -35px;
    right: 65px;
}
button#nextBtn:after {
    content: "\f178";
    font-family: 'FontAwesome';
    left: 5px;
    position: relative;
}
html{scroll-behavior:smooth}
/******Responsive css*****/
@media (max-width: 1200px)
{
  .logo-banner-circle
  {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px)
{
  .main-nav a {
    font-size: 14px;
}
.main-nav > ul > li {
    padding-left: 20px;
}
.btn-top-cal {
    min-width: 119px;
}
}
@media (max-width: 767px)
{
  #hero {
    background-position: 75% 100%;
}
span.eclipse:after {
    content:none;
}
.form-card .card-header h3 {
    font-size: 25px;
}
.qtitle {
    font-size: 20px;
    line-height: 25px;
}
.blurb-ico:after
{
  content:none;
}
.form-card .card-body {
    padding: 20px;
}
.blurb-ico {
    margin-bottom: 29px;
}
.blurb-ico br {
    display: none;
}
.bg-strip-services {
    padding-bottom: 10px;
}
.blurb-circle {
    margin-bottom: 40px;
}
section#how-works {
/*    padding-bottom: 30px;*/
}
.title-strips {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.btn-float-right .float-right {
    float: none!important;
    text-align: center;
}
.btn-float-right.pl-0 {
    float: unset;
    padding-left: 15px!important;
}
.main-title {
    font-size: 35px;
    line-height: 40px;
  }
  .myaccordion .btn {
    font-size: 16px;
}
.get-started-strip .left-img {
    height: 200px;
}
.starclaims-oval {
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.get-start {
    padding: 25px;
    margin-top: 50px;
}  
.get-start h4 {
    font-size: 30px;
    line-height: 35px;
}
.main-banner:after {
    bottom: -38px;
}
.blurb-circle .para br {
    display: none;
    min-height: auto;
}
.address-para a {
    display: block;
}
.pension-street .col-lg-10.col-md-9.pr-0 {
    padding-right: 15px!important;
}
section#hero:before {
    content: "";
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.3;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.blurb-circle:after
{
  content: none;
}
}
@media (max-width:480px)
{
.pform-footer button#prevBtn {
    min-width: 100%!important;
    font-size: 16px;
    margin-right: 0px;
    margin-bottom: 10px;
}
.pform-footer {
    display: block;
}
button#nextBtn {
    font-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 992px)
{
  .get-started-strip .left-img {
    background-position: 20% 100%;
}
.mail-underline {
    font-size: 14px;
}
.blurb-ico h4 {
    font-weight: 600;
    font-size: 13px;
    }
    .blurb-ico h4 br{
   display: none;
}
.blurb-ico:after {
    right: -15px;
}
.blurb-circle .para br {
    display: none;
    min-height: auto;
}
.btn-green {
    font-size: 14px;
    }
}

input#age {
    width: 100% !important;
}input[type=range] {
  -webkit-appearance: none;
  margin: 20px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #03a9f4;
  border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #03a9f4;
}
.range-wrap{
  width: 500px;
  position: relative;
}
.range-value{
  position: absolute;
  top: -50%;
  top: -33%;
    background: #16cca1;
    color: #fff;
    padding: 5px;
    border: 1px solid #16cca1;
    border-radius: 15px 15px 25px 25px;left: calc(34.75% + 2.25px);
}
.range-value span{
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #03a9f4;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}
.range-value span:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #03a9f4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}

.claimform input {
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    color: #969696;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    background: #F2F2F2;
    color: #000;
}
.claimform textarea {
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    height: 150px;
    color: #969696;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    background: #F2F2F2;
    color: #000;
}

.myaccordion .card-header {
    padding-right: 30px;
}


.box-icon {
    width: 140px;
    height: 140px;
    background: #16CCA0;
    border-radius: 50%;
    text-align: center;
    line-height: 152px;
    display: inline-block;
    margin: 0px auto 20px;
}
.pig-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}
.pig-icon {
    max-width: 240px;
}

.pig-icon img {
    max-width: 100%;
}
.man-img {
    position: relative;
}

.check-list-ico li {
    position: relative;
    padding-left: 36px;
}

ul.check-list-ico {
    padding: 0;
}
 
.check-list-ico li:before {
    top: -2px;
    left: 0;
}
.pig-icon {
    max-width: 240px;
}

.pig-icon img {
    max-width: 100%;
}


.banner-claims .main-banner:after {
    display: none !important; 
}

.banner-claims .form-card.card {
    margin-top: 0;
}

.banner-claims {
    padding: 60px 0px 26px  !important; 
}

#hero.banner-claims h1.main-title.main-banner br {
    display: none;
}


.icon-last .blurb-ico:after{
    background: transparent;
}
.mlogo-box img {
    max-width: 100%;
    max-height: 110px;
    min-height: 110px;
    object-fit: contain;
}

.mlogo-box {
    min-height: 90px;
    text-align: center;
    background: #FFF;
    padding: 17px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.11);
}

.m-logo {
    margin: 30px auto; 
}


/*New*/



@media (min-width:1200px){
 .banner-claims  .logo-banner-circle {
    top: 14%;
} 
	
.banner-claims  span.eclipse:after {
    width: 221px;
    height: 73px;
    left: -15px;
    top: -3px;
    background-size: 100% 100% !important;
}	
#hero.banner-claims h1.main-title.main-banner {
    max-width: 600px;
    margin: auto;
}
 
 	
}

@media (min-width:1400px){
  
/*
 .banner-claims .main-banner:after {
    bottom: -45px;
}	
*/
	
}

@media (min-width:992px){
  
 .banner-claims .intro-info * {
    text-align: left !important; 
}

#hero.banner-claims h1.main-title.main-banner {
    margin-left: 0;
    max-width: 695px;
    line-height: 66px;
}
span.check-text {
/*    font-size: 40px;*/
}
.banner-claims  .sub-title {
    margin-bottom: 18px !important;
}
.banner-claims .carousel-container {
    margin-top: 32px !important; 
}

.banner-claims  .claimform textarea {
    height: 81px;
}

.banner-claims  .form-card .card-body {
    padding: 18px 18px 5px;
}

 

.banner-claims  .pform-footer {
    padding-top: 0;
}	

.banner-claims .intro-info {
/*    margin-top: 336px;*/
}
 	
	
	
}





@media (max-width:991px){
.mlogo-box {
    padding: 6px;
}

.m-logo .row .col-4 {
    padding: 3px;
}

.m-logo .row {
    padding: 0px 10px;
}		
.banner-mobile {
    position: relative !important;
    background: url("../img/military-claims.jpg") center top no-repeat !important;
    background-size: 500px !important;
    background-position: top right !important;
    background-position-y: 59px !important;
    background-color: #a3a3a3 !important;
}
.banner-claims.banner-mobile {
    position: relative !important;
    background: url("../img/military-claims.jpg") center top no-repeat !important;
    background-size: cover !important;
    background-position: top center!important;
    /* background-position-x: -669px !important; */
    background-color: transparent !important;
}	
.sm-center {
    justify-content: center;
}	
.claimform textarea {
    height: 73px;
}
.icon-list4 img {
    top: 4px;
}
#hero .intro-info {
    padding-top: 0;
}

#hero .intro-info h1 {
    font-size: 24px;
    line-height: 27px;
    max-width: 399px;
    margin: 0px auto 10px;
}

.claimform input {
    height: 50px;
    font-weight: 400;
}

.pform-footer {
    padding-top: 0;
    padding-bottom: 0;
}

.form-card .card-header h3 {
    font-size: 20px;
}

.claimform textarea {
    font-weight: 400;
}

.form-card .card-header {
    padding: 1px;
}

#hero {
    padding: 80px 0 19px 0;
}

#hero .sub-title {
    font-size: 18px;
    max-width: 340px;
    margin: 0px auto 10px;
}

span.eclipse:after {
  /*   content:"";
     width: 116px;
     height: 63px;
     background-size: contain;
     left: -6px;
     display: block !important;
     visibility:visible!important;
     top: -16px;*/
  display: none;
}

span.eclipse {
    display: inline-block;
    padding: 2px 11px;
}

 .blurb-ico img {
    max-width: 22px;
    position: relative; 
}

.blurb-ico h4 {
    font-size: 13px;
    padding-left: 10px;
}
.blurb-ico {
    display: flex;
    align-items: self-start;
    margin-bottom: 10px;
}

.bg-strip-services {
    padding: 28px 0px 10px;
}
	
.range-wrap {
    width: 100%;
}	
.main-title {
    font-size: 22px;
    line-height: 31px;
}

.blurb-circle h3 {
    font-size: 20px;
}

.title-strips {
    font-size: 18px;
}

.get-start h4 {
    font-size: 20px;
    line-height: 30px;
}

.important-sec-grey {
    /* padding: 50px 0px 55px; */
}

.important-sec-grey p {
    font-size: 16px;
    font-weight: 400;
}

.check-list-ico li {
    margin-bottom: 21px;
    font-weight: 500;
    font-size: 16px;
}
.footer-col {
    margin-bottom: 40px;
}

.footer-top {
    padding: 30px 0px 0px;
}
 
section {
    padding: 40px 0;
}

.myaccordion .card:last-child {
    margin-bottom: 0;
}
 

section#how-works .col-lg-10.text-center.mt-5 {
    margin-top: 10px !important; 
}

.get-start {
    padding: 25px 0px 40px;
}

.get-start p {
    margin-bottom: 20px;
}

 #hero.banner-claims .intro-info {
    margin: 20px 0px;
} 	
.form-col-wrap .form-card .card-header h3 {
    height: auto;
    line-height: 41px;
}

.form-col-wrap .form-card .card-header {
    padding: 0;
    height: auto;
}
	
span.check-text {
    display: block;
}

span.check-text {
/*    font-size: 18px;*/
}	
	
}
/*max 991px*/






@media (min-width:768px) and (max-width:991px){
    
.starclaims-oval {
    left: 90%;
    max-width: 135px;
    bottom: 50px;
}  
    
}

@media (max-width:767px){

.starclaims-oval {
    max-width: 154px;
}   
 .row.strip-row {
    justify-content: center;
}

.row.strip-row .blurb-ico {
    justify-content: center;
}
.icon-sep.icon-last {
    flex: inherit;
    max-width: 159px;
}


 
}


@media (min-width:992px){
.icon-list.icon-list4.icon-sep img {
    /* max-width: 55px; */
}	
 
.icon-list4.icon-sep img {
    position: relative;
    top: -7px;
}   
.icon-list1 .blurb-ico img,
.icon-list2 .blurb-ico img,
.icon-list3 .blurb-ico img {
    position: relative;
    top: 4px;
}
/*.strip-row  .icon-list.icon-list1 {
    flex: inherit;
    max-width: 205px;
}

.strip-row .icon-list.icon-list3 {
    flex: inherit;
    max-width: 247px;
}

.strip-row  .icon-sep.icon-last {
     flex: inherit;
    max-width: 237px;
}

.row.strip-row {
    justify-content: center;
}	*/
	
}

@media (max-width:991px){
.icon-list4.icon-sep img {
    position: relative;
    top: 1px;
}    
.pig-icon {
    max-width: 162px;
}

.pig-icon img {
    max-width: 100%;
}	
	
	
	
}



@media (max-width:767px){
 
.left-row .blurb-ico {
    justify-content: flex-start !important; 
}

.row.strip-row.left-row {
    justify-content: flex-start !important; 
}

.row.strip-row.left-row .icon-sep.icon-last {
    max-width: 100%;
}	
.row.strip-row.left-row  .blurb-ico h4 {
    padding-left: 0;
    font-size: 18px;
}	
	
}





@media (max-width:395px){
#hero .intro-info h1 {
    font-size: 22px;
}	
	
#hero.banner-claims .intro-info {
    margin: 15px 0px;
}	
	
	
}

.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

label.radio_container {
  width: 100%;
}
label {
    display: inline-block;
}
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}
.link-form span.checkmark, .box-lg-space span.checkmark {
    font-size: 19px;
    padding: 10px;
}
.link-form span.checkmark {
    justify-content: center;
    padding: 20px 20px;
}
.banner-form-right span.checkmark {
    margin-bottom: 0;
}
span.icon-col {
    width: 100%;
    margin-bottom: 9px;
}
span.icon-col img {
    max-width: 42px;
}
span.checkmark {
    width: 100%;
    float: left;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    min-width: 122px;
    min-height: 47px;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: start;
    border-radius: 10px;
    border: 1px solid #122246;
    background: #FFF;
    box-shadow: none;
    font-weight: 600;
    color: #122246;
    flex-wrap: wrap;
    padding: 7px 20px;
}
h3.form-title {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
}
/*section.step1{ padding:15px 0px; }
section.step2{ padding:15px 0px; }
section.step3{padding:15px 0px;}*/
.btn-action-main li {
    list-style: none;
    display: block;
    text-align: center;
}
.error {
    color: #ff0000;
    font-size: 12px;
}
.active_box span.checkmark, span.checkmark:hover {
    border: 1px solid #23304A;
    background: #e4eaff;
    color: #23304A;
}


.progress {
    margin-top: 25px;
}

.progress-bar {
    background: #16cca1;
}



@media (max-width:991px){
    span.icon-col img {
        max-width: 26px;
    }
}

.box{ background:#fff; max-width:600px; margin:30px auto 10px auto; padding:30px;    border-radius: 10px; }
.form-col section {
    padding: 32px 0px;
}

.thanks-banner {
    display: flex;
    align-items: center;
}


@media (min-width:1200px) and (max-width:1399px){
.b1 {
    padding-right: 20px;
}	
}

@media (min-width:992px) and (max-width:1200px){

.form-card .card-header h3 {
    line-height: 30px;
}

span.checkmark {
    min-width: 91px;
}

.form-col section {
    padding:30px 0px;
}
	
}


@media (min-width:992px){

#hero.banner-claims .row {
    align-items: center;
}
#hero.banner-claims h1.main-title.main-banner {
    margin-bottom: 18px;
}
#hero .carousel-container {
    height: 100%;
    align-items: center;
}	

.get-start {
    padding: 150px 70px;
}

.get-start p {
    margin-bottom: 20px;
}

.get-start a.btn-green {
    margin-bottom: 10px;
}	
.footer-top {
    padding: 30px 0px 10px;
}	
	
}



@media (max-width:767px){
	
 .progress {
    margin-bottom: 20px;
    margin-top: 10px;
}
.form-col section {
    padding: 0;
}
section.get-started-strip a.btn-green {
    margin-bottom: 10px;
}

#hero.banner-claims {
    height: auto;
}

section#why-claim {
    padding-top: 30px;
}	
label.radio_container {
    margin-bottom: 0;
}	
.card-body ul:last-child {
    margin-top: 20px;
}
	
	
	
	
	
}



@media (max-width:350px){
	
span.checkmark {
    min-width: 107px;
}	
	
}




