/*Theme Fonts*/
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'), url(../fonts/HelveticaNeue-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot') format('embedded-opentype'),
      url('../fonts/OpenSans-Bold.woff2') format('woff2'),
      url('../fonts/OpenSans-Bold.woff') format('woff'),
      url('../fonts/OpenSans-Bold.ttf') format('truetype'),
      url('../fonts/OpenSans-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.eot');
  src: url('../fonts/OpenSans-SemiBold.eot') format('embedded-opentype'),
      url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
      url('../fonts/OpenSans-SemiBold.woff') format('woff'),
      url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
      url('../fonts/OpenSans-SemiBold.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light.eot') format('embedded-opentype'),
      url('../fonts/OpenSans-Light.woff2') format('woff2'),
      url('../fonts/OpenSans-Light.woff') format('woff'),
      url('../fonts/OpenSans-Light.ttf') format('truetype'),
      url('../fonts/OpenSans-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot') format('embedded-opentype'),
      url('../fonts/OpenSans-Regular.woff2') format('woff2'),
      url('../fonts/OpenSans-Regular.woff') format('woff'),
      url('../fonts/OpenSans-Regular.ttf') format('truetype'),
      url('../fonts/OpenSans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

body,
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: auto;
  background: #fff;
  font-family: 'Open Sans';
  scroll-behavior: smooth;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.Married-couples-mobile {
  display: none;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.d_flex {
  display: flex;
}

.justify_content_between {
  justify-content: space-between;
}

.align_center {
  align-items: center;
}

.theme_btn_green {
  cursor: pointer;
  width: 572px;
  height: 101px;
  font-size: 29px;
  font-family: 'Open Sans';
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(#15de7a 0%, #15aa65 100%);
  border: 2px solid #084819;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 39%);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.theme_btn_green:hover{
  background: linear-gradient(to right, #15aa65 0%,#15de7a 100%);
}
.theme_btn_green span img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.theme_btn_green span {
  font-weight: normal;
  font-family: 'Open Sans';
  font-size: 15px;
  display: flex;
  margin-top: 4px;
  align-items: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.mini-title {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 26px;
  text-align: left;
  color: #292929;
}
.h3 {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 26px;
  text-align: left;
  color: #292929;
}
/*header*/
.custom-width {
  max-width: 1000px;
  margin: 0 auto;
}

.header-wraper {
  min-height: 147px;
  border-bottom: 2px solid #292929;
}

.header-wraper p {
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 21px;
  padding: 22px 0 0px;
  text-align: center;
  color: #292929;
  margin-bottom: 0;
}

.bland-logo {
  max-width: 466px;
}

.banner-wraper h1 {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 58px;
  text-align: left;
  color: #292929;
  margin-bottom: 0;
  margin-top: 40px;
}

.banner-wraper h1 span {
  color: #2870c5;
}

.banner-wraper h6 {
  margin-top: 10px;
  font-family: 'Open Sans';
  font-weight: 500;
  font-size: 29px;
  margin-bottom: 0;
  line-height: 41px;
  text-align: left;
  color: #000;
}

section.section_grid.image_withDetail.familiar_services {
  display: none;
}

.cat-daniel {
  display: flex;
  align-items: center;
  margin: 18px 0px 27px;
}

.cat-daniel img {
  max-width: 75px;
  min-height: 75px;
  border-radius: 50%;
}

.cat-daniel .cat-body {
  margin-left: 13px;
}

.cat-daniel .cat-body  h4 {
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: 'Open Sans';
}

.cat-daniel .cat-body  p {
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 19px;
  line-height: 28px;
  text-align: left;
  color: #343232;
}

.list ul {
  display: flex;
  flex-wrap: wrap;
}

.list ul li {
  position: relative;
  padding: 0px 34px 0px 50px;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  text-align: left;
  color: #fff;
  margin-right: 13px;
  border-radius: 50px;
  min-height: 31px;
  /*margin-bottom: 6px;*/
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}

.list ul li:list-child {
  margin-right: 0;
}

.list ul li:after {
  content: "";
  position: absolute;
  background: url(../fonts/tick-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}

.list_bg1 {
  background: #2870C5;
}

.list_bg2 {
  background: #456E9D;
}

.list_bg3 {
  background: #244060;
}

.Married-couples {
  margin-top: 36px;
}

.mt-55 {
  margin-top: 50px;
}

.Married-couples-text {
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 15px;
  line-height: 43px;
  text-align: left;
  color: #797676;
  margin-bottom: 0;
}
/*.How-does-it-work*/
.How-does-it-work p {
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 22px;
  text-align: left;
  color: #292929;
  margin-bottom: 34px;
}

.list-work li span {
  font-weight: bold;
}

.list-work li {
  position: relative;
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  padding-left: 29px;
  color: #000;
  margin-bottom: 34px;
}

.list-work li:last-child {
  margin-bottom: 0;
}
.I-am-eligible .list-work li {
  margin-bottom: 28px;
}
.list-work li:after {
  content: "";
  position: absolute;
  background: url(../fonts/tick-green.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
/*Find-Out*/
.Find-Out {
  max-width: 1642px;
  min-height: 234px;
  background: #f3f8f2;
  margin: 0 auto;
  padding: 35px 20px;
  text-align: center;
}

.mt-60 {
  margin-top: 60px;
  margin-bottom: 48px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-85 {
  margin-bottom: 85px;
}

.Find-Out h1 {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 29px;
  line-height: 33px;
  margin-bottom: 38px;
  color: #292929;
}

.Check-your-eligibility p {
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 22px;
  text-align: left;
  color: #292929;
}

.Check-your-eligibility p span {
  font-weight: bold;
}
/*Get-started*/
.Get-started {
  margin: 45px auto 55px;
  max-width: 1641px;
  min-height: 728.07px;
  background: #f7f7f7;
  padding: 47px 20px 56px;
}

.Get-started h1 {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 29px;
  line-height: 33px;
  text-align: center;
  color: #292929;
}

.btn-container {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}

.man-wraper.btn-container .cta {
  margin-right: 20px;
}

.woman-wraper.btn-container .cta {
  margin-right: 20px;
}

.man-wraper.btn-container .cta:last-child,
.woman-wraper.btn-container .cta:last-child {
  margin-right: 0;
}

.btn-container .cta {
  outline: none;
  max-width: 100%;
  margin-bottom: 30px;
  color: #123c4a;
  width: 183px;
  min-height: 259px;
  border-radius: 11px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  /*margin: 0 20px 28px 0px;*/
  flex-direction: column;
  border: 2px solid #2870c5;
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.11));
}

.woman-wraper.btn-container {
  margin-top: 0;
}

.woman-wraper.btn-container .cta {
  border: 2px solid #C52846;
}

.woman-wraper.btn-container label span {
  color: #C52846;
}

.btn-container .cta p {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 17px;
  text-align: center;
  color: #797676;
}

.btn-container .cta label img {
  max-width: 120px;
}

.custom_radio [type=radio] {
  display: none;
}

.cta .label-text {
  cursor: pointer;
}

.cta label {
  display: inline-block;
  margin-bottom: .5rem;
}

.btn-container label span {
  display: block;
  font-family: 'Open Sans';
  margin-top: 0px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #2870c5;
}
/*.Dont-let-the-taxman*/
.Dont-let-the-taxman {
  border-radius: 72.5px;
  min-height: 145px;
  background: #000;
  display: flex;
  align-items: center;
  border: 4px dashed #ffd908;
  margin-bottom: 60px;
  border: 40px solid transparent;
  border-image: url(../images/border-dash.png) 40;
}

.Dont-let-the-taxman h1 {
  max-width: 777px;
  margin: 0 auto;
  position: relative;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 29px;
  line-height: 41px;
  text-align: center;
  color: #fff;
}

.Dont-let-the-taxman .top_icon {
  top: -21px;
  position: absolute;
  left: -10px;
  width: 19px;
  height: 57px;
}

.Dont-let-the-taxman .bottom_icon {
  position: absolute;
  bottom: 10px;
  width: 19px;
  height: 57px;
  z-index: 5;
}

.Who-can-claim {
  margin-bottom: 80px;
}

.I-am-eligible li:after {
  display: none;
}

.I-am-eligible .list-work li {
  padding-left: 0;
  display: flex;
}

.I-am-eligible .list-work li span {
  font-weight: normal;
}

.I-am-eligible .list-work li .circle {
  width: 30px;
  height: 30px;
  background: #2870c5;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 22px;
  margin-right: 14px;
  max-width: 30px;
  flex: 0 0 30px;
}

.list-work li .circle span {
  font-weight: normal;
}
/*mab-wraper*/
.mab-wraper {
  text-align: center;
}

.mab-wraper .get-started-linke {
  display: block;
  margin-top: 85px;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: bold;
  text-decoration: underline;
  font-size: 29px;
  line-height: 33px;
  text-transform: uppercase;
  color: #2e34de;
}

.mobile-map {
  display: none;
}
/*footer*/
footer {
  background: #4E4E4E;
  text-align: center;
  padding: 75px 15px 94px;
}

.footer-text {
  max-width: 1170px;
  margin: 0 auto;
}

footer p {
  color: #fff;
  font-size: 22px; 
  margin: 0 auto 36px;
  font-weight: normal;
  font-family: 'Open Sans';
}

.mb-60 {
  margin-bottom: 60px;
}

.footer_links {
    /* padding: 30px 0 0px 0; */
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.footer_links a {
  color: #fff;
  font-size: 22px;
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
  text-decoration: underline;
  font-family: 'Helvetica Neue';
}

.footer_links a:hover {
  color: #23c78c;
}

.footer_links a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -47px;
  top: -5px;
  width: 2px;
  height: 38px;
  background: #fff;
  border-radius: 20px;
  display: none;
}

.footer_links li:last-of-type a {
  margin-right: 0;
}

.footer_links li:last-of-type a:after {
  display: none;
}


/*v2*/
.mt-80{
  margin-top: 74px;
}
.check-your-elg{
  text-decoration: underline;
  color: #2E34DE;
}
.text-quikly{  
font-weight: normal;
font-size: 29px;
line-height: 41px;
text-align: left;
color: #000;
 font-family: 'Open Sans';
 margin-top: 33px;
 margin-bottom: 0;

}
.footer_links li:last-child{
  margin-bottom: 0;
}
.mt-65{
  margin-top: 65px;
}
.custom_container{max-width: 1000px;margin: 0 auto;}

.selectYear_sec{background: #2870C5;padding: 56px 20px;position: relative;z-index: 9;filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.1));}
.selectYear_sec:after {content: "";position: absolute;left: 0;right: 0;bottom: -14px;clip-path: polygon(49% 80%, 0 0, 100% 0);height: 15px;width: 133px;background: #2870C5;margin: 0 auto;z-index: 99;}
.selectYear_sec h2{margin: 0;font-size: 29px;font-weight: bold;text-align: center;color: #fff;}

.yearGrid_sec{background: #f7f7f7;padding: 30px 0 50px 0;position: relative;filter: drop-shadow(0px 2px 0 rgb(40 112 197));}
.yearGrid_wrap:after {content: "";position: absolute;left: 0;right: 0;bottom: -14px;clip-path: polygon(49% 80%, 0 0, 100% 0);height: 15px;width: 133px;background: #f7f7f7;margin: 0 auto;z-index: 99;}
.yearGrid_wrap{max-width: 1000px;margin: 0 auto;display: flex;flex-flow: wrap;justify-content: center;}
.yearGrid_wrap a{display: inline-block;border-radius: 8px;background: #e77964;color: #fff;font-size: 28px;font-weight: bold;padding: 34px 10px;text-align: center;flex: 0 0 calc(25% - 16px);margin: 8px;transition: all 0.3s;border: 1px solid transparent;}
.yearGrid_wrap a:hover{color: #e77964;border: 1px solid #e77964;background: none;}

.message_quote_sec{margin-top: 55px;margin-bottom: 45px;}
.quote_card{background: #F7F7F7;padding: 30px 20px 78px 20px;}
.quote_card p{font-weight: bold;font-size: 29px;line-height: 41px;text-align: center;color: #021d38;max-width: 800px;margin: 0 auto;position: relative;padding-top: 44px;}
.quote_card p:before{content: "";position: absolute;left: -30px;top: 0;background: url('../images/start.png') no-repeat;width: 40px;height: 23px;background-size: contain;}
.quote_card p:after{content: "";position: absolute;right: 0;bottom: -23px;background: url('../images/end.png') no-repeat;width: 40px;height: 23px;background-size: contain;}

a.get-started-linke.mt-65 {
    margin-top: 60px;
    margin-bottom: 80px;
}

.landingPage_heading {
  font-size: 36px;
  color: #2870c5;
  display: inline-block;
  position: relative;
}
.mini-heading {
  margin: 30px 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}
.landingPage_content p, .landingPage_content ul li, .landingPage_content ol li {
  font-size: 19px;
  text-align: justify;
  line-height: 30px;
}

.landingPage_contentWrap{
  background: #f4f4f4;
  padding: 40px 0;
}
.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.list_style {
  list-style-type: disc;
  padding-left: 20px;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 17px;
  text-align: left;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}
.custom_lisiting {
  list-style: none;
}
.custom_lisiting li {
  position: relative;
}
.custom_lisiting li .number {
  position: absolute;
  left: -20px;
}
.custom_lisiting li .number.two-num {
  left: -31px;
}
.custom_lisiting li .number.three-num {
  left: -48px;
}

@media (min-width: 576px){
  .container {max-width: 540px;}
}
@media (min-width: 768px){
  .container {max-width: 720px;}
}
@media (min-width: 992px){
  .container {max-width: 960px;}
}
@media (min-width: 1200px){
  .container {max-width: 1000px;}
}
