@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica.woff2') format('woff2'), url('Helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica-Bold.woff2') format('woff2'), url('Helvetica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica-Light.woff2') format('woff2'), url('Helvetica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('Arial-BoldItalicMT.woff2') format('woff2'),
    url('Arial-BoldItalicMT.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('ArialMT.woff2') format('woff2'),
    url('ArialMT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('Arial-BoldMT.woff2') format('woff2'),
    url('Arial-BoldMT.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('Arial-Black.woff2') format('woff2'),
    url('Arial-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('Arial-ItalicMT.woff2') format('woff2'),
    url('Arial-ItalicMT.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  color: #5C6673;
  font-size: 18px;
  font-weight: normal;
}

.admin-bar .wrapper .super-header {
  position: absolute;
}

.admin-bar .wrapper .popup-menu {
  top: 46px;
}

.wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}

.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6 {
  font-weight: bold;
  color: #000000;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.wrapper h1 {
  font-size: 46px;
}

.wrapper h2 {
  font-size: 32px;
}

.wrapper h3 {
  font-size: 24px;
}

.wrapper h4 {
  font-size: 20px
}

.wrapper h5 {
  font-size: 18px
}

.wrapper h6 {
  font-size: 16px;
}

.wrapper a {
  color: #1BBDEC;
  text-decoration: none;
}

.wrapper a, .wrapper ul, .wrapper ul li, .wrapper ul li a, .wrapper p, div, .wrapper label, .wrapper ol, .wrapper ol li, .wrapper ol li a, .wrapper span {
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.wrapper a:hover {
  color: #FFD31A;
}

.wrapper img {
  max-width: 100%;
  height: auto;
}

.wrapper blockquote, .wrapper pre, .wrapper abbr, .wrapper acronym, .wrapper address, .wrapper big,
.wrapper cite, .wrapper code, .wrapper del, .wrapper dfn, .wrapper em, .wrapper font, .wrapper ins,
.wrapper kbd, .wrapper q, .wrapper s, .wrapper samp, .wrapper small, .wrapper strike,
.wrapper strong, .wrapper sub, .wrapper sup, .wrapper tt, .wrapper var, .wrapper dl, .wrapper dt, .wrapper dd, .wrapper td, .wrapper th, .wrapper tr, .wrapper thead,
.wrapper tfoot, .wrapper tbody, .wrapper caption, .wrapper table, .wrapper legend, .wrapper label, .wrapper form, .wrapper fieldset, .wrapper ul, .wrapper ul li, .wrapper ol, .wrapper ol li {
  font-weight: normal;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.wrapper input::placeholder {
  font-size: 18px;
  color: #000000;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.wrapper input:-ms-input-placeholder {
  font-size: 18px;
  color: #000000;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.wrapper input::-ms-input-placeholder {
  font-size: 18px;
  color: #000000;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.wrapper .btn {
  padding: 17px 20px 17px 56px;
  min-width: 260px;
  text-align: left;
  border-radius: 8px;
  font-size: 18px;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  border: 0;
  outline: none;
}

.wrapper .btn.btn-primary {
  background-image: url(../images/primary-button-arrow.svg);
  background-position: 78% center;
  background-repeat: no-repeat;
  background-color: #1BBDEC;
  color: #ffffff;
}

.wrapper .btn.btn-primary:hover {
  background-color: rgba(27, 189, 236, .8);
}

.wrapper .btn.btn-secondary:hover {
  background-color: rgba(255, 211, 26, .7);
}

.wrapper .btn.btn-secondary {
  background-image: url(../images/secondary-button-arrow.svg);
  background-position: 91% center;
  background-repeat: no-repeat;
  background-color: #FFD31A;
  color: #000000;
  padding: 16px 20px 17px 29px;
}

.wrapper .container {
  max-width: 1200px;
}

.wrapper .super-header {
  text-align: right;
  padding: 10px 0 11px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(178, 184, 197, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}

.wrapper .top_logo {
  float: left;
  vertical-align: top;
  margin: 7px 0 0 0;
  line-height: 100%;
}

.wrapper .header {
  margin-top: 57px;
}

.wrapper .super-header a.login, .wrapper .super-header a.call, .wrapper .super-header ul {
  float: right;
}

.wrapper .super-header ul {
  padding: 0;
  margin: 0;
}

.wrapper .super-header ul li {
  list-style: none;
  line-height: 20px;
  font-size: 16px;
}

.wrapper .super-header ul li a {
  font-size: 16px;
  color: #4B4941;
  margin: 8px 0 0 15px;
  display: inline-block;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  position: relative;
  padding-bottom: 3px;
}

.wrapper .super-header ul li a:hover:before, .wrapper .super-header ul li.active>a:before {
  width: 100%;
}

.wrapper .super-header ul li a:before {
  width: 0%;
  height: 3px;
  background-color: #1BBDEC;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.wrapper .super-header ul li {
  list-style: none;
  float: right;
}

.wrapper .super-header ul li.call a {
  background: #FFD31A;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  padding: 6.5px 13px 6.5px 13px;
  color: #4B4941;
  background-image: url(../images/call.svg);
  background-position: 12px 10px;
  background-repeat: no-repeat;
  width: 171px;
  margin-left: 44px;
  border: 1px solid #FFCE07;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  margin-top: 0;
}

.wrapper .menu ul.navbar-nav li .contact-sub .contact-sub-item a:after {
  display: none;
}

.wrapper .super-header ul li.call a:hover {
  background-color: transparent;
}

.wrapper .super-header ul li.call a:before {
  display: none;
}

.wrapper .super-header a.call:hover {
  background-color: transparent;
}

.wrapper .super-header a.login {
  border: 1px solid #FFCE07;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  padding: 7px 41px;
  color: #4B4941;
  margin-left: 15px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.wrapper .super-header a.login:hover {
  background-color: #FFCE07;
}

.wrapper .site_logo {
  float: left;
  width: 23%;
}

.wrapper .menu {
  float: left;
  width: 77%;
  text-align: right;
  margin: 20px 0 17px 0px;
}

.wrapper .super-header.sticky_nav .top_logo img {
  opacity: 1;
  visibility: visible;
}

.wrapper .top_logo img {
  margin-left: 37px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  max-width: 126px;
  height: auto;
}

.wrapper .menu ul.navbar-nav {
  display: inline-block;
}

.wrapper .menu ul.navbar-nav li ul li a {
  margin: 0;
  padding: 5px 10px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.wrapper .menu ul.navbar-nav li ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.wrapper .menu ul.navbar-nav li ul li a {
  font-size: 15px;
}

.wrapper .menu ul.navbar-nav li:hover>ul {
  display: block;
}

.wrapper .menu ul.navbar-nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  padding: 0;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  display: none;
}

.wrapper .menu ul.navbar-nav li.contact:hover>.contact-sub {
  display: block;
}

.wrapper .banner p {
  font-size: 20px;
  color: #5C6673;
}

.wrapper .g-review {
  float: left;
  width: 100%;
  margin-top: -14px;
}

.wrapper .g-review img {
  margin-left: -24px;
  margin-right: 6px;
}

.wrapper .star-icon {
  display: inline-block;
  margin: 0;
}

.wrapper .star-icon img {
  float: left;
}

.wrapper .star_rating {
  float: left;
  width: 100%;
}

.wrapper .banner_item {
  float: left;
  width: 100%;
  margin-bottom: 9px;
}

.wrapper .g-review span {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}

.wrapper .banner h1 {
  margin: 0 0 8px 0;
  color: #151A43;
  line-height: 53px;
}

.wrapper .banner {
  background: linear-gradient(358.85deg, #F8F9FB 2.44%, rgba(255, 255, 255, 0) 91.5%);
  padding: 63px 0 227px 0;
}

.wrapper .menu ul.navbar-nav li ul ul {
  left: 100%;
  top: 0;
}

.wrapper .menu ul.navbar-nav li {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.wrapper .menu ul.navbar-nav li:first-child a {
  margin-left: 0;
}

.wrapper .menu ul.navbar-nav li:last-child a {
  margin-right: 0;
}

.wrapper .menu ul {
  margin: 0;
}

.wrapper .menu ul.navbar-nav li.contact a {
  padding-right: 8px;
}

.wrapper .menu ul.navbar-nav li a {
  padding: 0;
  margin: 0 55px;
  font-size: 16px;
  color: #4B4941;
  display: inline-block;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  position: relative;
}

.wrapper .menu ul.navbar-nav li a:after {
  width: 0%;
  height: 3px;
  background-color: #1BBDEC;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.wrapper .menu ul.navbar-nav li a:hover:after, .wrapper .menu ul.navbar-nav li.current_page_item>a:after {
  width: 100%;
}

.wrapper .site_logo img {
  margin: 30px 0 0 37px;
  max-width: 126px;
  height: auto;
}

.wrapper .menu ul.navbar-nav li.contact>a:before {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-top: .3em solid;
  border-right: .2em solid transparent;
  border-bottom: 0;
  border-left: .2em solid transparent;
  position: absolute;
  top: 10px;
  right: -3px;
}

.wrapper .menu ul.navbar-nav li.nav-item.dropdown a {
  padding-right: 8px;
}

.wrapper .contact-sub {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
}

.wrapper .menu ul.navbar-nav li .contact-sub a {
  padding: 0 0 0 75px !important;
  margin: 0;
  font-family: 'Roboto', 'Arial', sans-serif;
  float: left;
  width: 100%;
  margin-bottom: 28px;
  color: #000000;
}

.wrapper .menu ul.navbar-nav li .contact-sub a:hover {
  color: #1BBDEC;
}

.wrapper .menu ul.navbar-nav li .contact-sub a p {
  margin: 0 0 4px 0;
  font-size: 17px;
  line-height: 23px;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: normal;
}

.wrapper .menu ul.navbar-nav li .contact-sub a span {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  font-family: 'Roboto', 'Arial', sans-serif;
  display: block;
  margin-left: 5px;
  margin-bottom: 2px;
}

.wrapper .menu ul.navbar-nav li .contact-sub a small {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  font-family: 'Roboto', 'Arial', sans-serif;
  display: block;
  margin-left: 5px
}

.wrapper .menu ul.navbar-nav li .contact-sub {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  text-align: left;
  width: 291px;
  padding: 31px 0 16px 0;
  display: none;
  z-index: 1;
}

.wrapper .menu ul.navbar-nav li .contact-sub .contact-sub-item:nth-child(1) a {
  background-image: url(../images/phone.svg);
  background-position: 32px 2px;
  background-repeat: no-repeat;
}

.wrapper .menu ul.navbar-nav li .contact-sub .contact-sub-item:nth-child(2) a {
  background-image: url(../images/mail.svg);
  background-position: 33px 6px;
  background-repeat: no-repeat;
}

.wrapper .menu ul.navbar-nav li .contact-sub .contact-sub-item:nth-child(2) a span {
  margin-left: 0;
}

.wrapper .menu ul.navbar-nav li .contact-sub .contact-sub-item:nth-child(2) a p {
  text-decoration: underline;
}

.wrapper .menu ul.navbar-nav li .contact-sub .contact-sub-item:nth-child(3) a span {
  margin-left: 0;
}

.wrapper .menu ul.navbar-nav li .contact-sub .contact-sub-item:nth-child(3) a {
  background-image: url(../images/contact.svg);
  background-position: 35px 4px;
  background-repeat: no-repeat;
}

.wrapper .menu ul.navbar-nav li .contact-sub .contact-sub-item {
  float: left;
  width: 100%;
}

.wrapper .looking_for {
  margin-top: -175px;
  text-align: center;
}

.wrapper .looking_content {
  float: left;
  width: 100%;
}

.wrapper .looking_content h3 {
  margin-bottom: 28px;
}

.wrapper .two_box {
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 8px 25px rgba(178, 184, 197, 0.17);
  border-radius: 8px;
  width: 690px;
  margin: 0 auto;
}

.wrapper .two_box_item {
  float: left;
  width: 50%;
  padding: 52px 40px 41px 40px;
  position: relative;
}

.wrapper .two_box_item h4 {
  margin: 0 0 40px 0;
  position: relative;
  padding: 2px 0 0 80px;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 20px;
  text-align: left;
}

.wrapper .two_box_item h4 img {
  position: absolute;
  top: -15px;
  left: 5px;
}

.wrapper .two_box_item:first-child:before {
  width: 2px;
  height: 153px;
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  margin: auto;
  background: #939393;
  opacity: 0.1;
}

.wrapper .insurance-providers {
  padding: 76px 0 75px 0;
  /*border-bottom: 2px solid #F3F6FA;*/
}

.wrapper .insurance-providers h4 {
  font-weight: normal;
}

.wrapper .insurance-providers-list {
  float: left;
  width: 100%;
  margin: 45px 0 0 0;
}

.wrapper .how_it_work p {
  font-size: 18px;
  line-height: 28px;
}

.wrapper .three_block h3 {
  margin: 0 0 16px 0;
  line-height: 26px;
  font-size: 21px;
}

.wrapper .how_it_work .three_block p {
  font-size: 16px;
}

.wrapper .how_it_work h2 {
  margin: 0 0 12px 0;
}

.home .wrapper .how_it_work {
  border-top: 2px solid #F3F6FA;
  border-bottom: 0;
}

.wrapper .how_it_work {
  padding: 92px 0 75px 0;
  border-bottom: 2px solid #F3F6FA;
}

.wrapper .how_it_work .container {
  max-width: 1320px;
}

.wrapper .three_block_img {
  background: #C0DBFF;
  box-shadow: 0px 6px 12px rgba(178, 184, 197, 0.1);
  border-radius: 10px;
  margin: 0 auto 36px;
  width: 275px;
  height: 173px;
  text-align: center;
  line-height: 173px;
}

.wrapper .three_block {
  margin-top: 60px;
}

.wrapper .worth-wrapper .worth-cover .price_ h2 {
  font-size: 36px;
}

.wrapper .insurance-providers-list a:first-child {
  margin-left: 0;
}

.wrapper .insurance-providers-list a:last-child {
  margin-right: 0;
}

.wrapper .insurance-providers-list a {
  margin: 0 41px;
}

.wrapper .insurance-providers-list a img {
  max-width: 125px;
  height: auto;
  display: inline-block;
}

.wrapper .line {
  background-position: center 150px;
  background-repeat: no-repeat;
  background-image: url(../images/line-bg.png);
}

.wrapper .worth-wrapper .worth-cover {
  max-width: 854px;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0px 8px 45px rgba(178, 184, 197, 0.2);
  border-radius: 10px;
  padding: 47px 0 47px 0;
  display: inline-block;
  width: 100%;
}

.wrapper .insurance_form tr, .wrapper .insurance_form td {
  font-size: 15px;
  line-height: 22px;
  color: #000;
}

.wrapper .worth-wrapper .worth-cover .btn {
  margin: 0px 13px;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, .5);
}

.info_popup p.ListThumbnail {
  margin-top: 15px;
}

.info_popup .modal-content {
  border: 0;
  border-radius: 6px;
  padding: 15px;
}

.info_popup .modal-content p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.info_popup button.close {
  color: #000 !important;
  font-size: 30px;
  opacity: 1 !important;
  outline: none;
}

.modal.info_popup {
  padding-right: 15px !important;
  padding-left: 15px;
}

.info_popup .modal-dialog {
  margin: 50px auto;
  max-width: 550px;
}

.info_popup .modal-footer button.btn.btn-danger {
  background-color: #1BBDEC !important;
  min-width: 140px;
  min-height: 45px;
  padding: 0;
  text-align: center;
  outline: none;
}

.wrapper .worth-wrapper {
  position: relative;
}

.wrapper .worth-wrapper:before {
  background: #F3F6FA;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 429px;
  width: 100%;
  content: "";
}

.wrapper .worth-wrapper .worth-cover span {
  font-size: 12px;
  line-height: 17px;
  display: block;
  margin: 0 auto 24px;
  max-width: 540px;
}

.wrapper .worth-wrapper .worth-cover .price_ {
  float: left;
  width: 100%;
  margin: 0 0 19px 0;
}

.wrapper .worth-wrapper .worth-cover .worth-select {
  float: left;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 46px;
}

.wrapper .worth-wrapper .worth-cover .worth-select select {
  border-radius: 8px;
  border: 0;
  width: 484px;
  height: 60px;
  margin: 0 auto;
  padding: 0 0 0 31px;
  color: #000;
  background: #F8F9FB;
  outline: none;
  font-size: 18px;
  background-image: url(../images/arrow_down.svg);
  background-position: 96% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.wrapper .worth-wrapper .worth-cover p {
  font-size: 20px;
}

.wrapper .worth-wrapper .worth-cover h2 {
  margin: 0 0 6px 0;
}

.wrapper .why_insure {
  padding: 100px 0 92px 0;
  background: linear-gradient(358.85deg, #F8F9FB 2.44%, rgba(255, 255, 255, 0) 91.5%);
}

.wrapper .why_insure h2 {
  margin: 0 0 11px 0;
}

.wrapper .why_insure p {
  font-size: 18px;
  line-height: 28px;
}

.wrapper .why_insure_list {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  border-radius: 13px;
  text-align: left;
  margin: 40px 0 0 0;
  padding: 50px 25px 50px 132px;
  position: relative;
}

.wrapper .why_insure_list:before {
  display: inline-block;
  width: 87px;
  height: 53px;
  content: "";
  position: absolute;
  top: -53px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../images/top_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper .insure_list img {
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper .insure_list h4 {
  margin: 0 0 10px 0;
}

.wrapper .insure_list p {
  font-size: 16px;
  line-height: 22px;
}

.wrapper .insure_list {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 0 72px;
  margin-bottom: 20px;
  margin-top: 31px;
}

.wrapper .testimonials h2 {
  margin: 0 0 6px 0;
  letter-spacing: 0.03em;
}

.wrapper .testimonials p {
  font-size: 20px;
}

.wrapper .testimonials {
  background-position: top center;
  background-repeat: repeat;
  background-image: url(../images/testimonials-bg.png);
  text-align: center;
  padding: 68px 0 3px 0;
}

.wrapper .testimonials_wrap {
  max-width: 800px;
  margin: 0 auto;
}

.wrapper .testimonials .testimonials_wrap span {
  font-weight: bold;
  letter-spacing: -0.0037em;
  color: #151A43;
  font-size: 22px;
  text-transform: capitalize;
  font-style: initial;
}

.wrapper .testimonials .testimonials_wrap .testimonial_body p {
  color: #000;
  line-height: 26px;
  font-size: 18px;
  letter-spacing: -0.02em;
  margin: 6px 0 60px 0;
  position: relative;
  font-style: initial;
  padding: 0px 28px;
  font-weight: 400;
}

.wrapper .testimonials .testimonials_wrap .testimonial_body p:before {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/q2.svg);
  width: 35px;
  height: 29px;
  position: absolute;
  top: -31px;
  left: -7px;
  content: "";
}

.wrapper .testimonials .easy-t-cycle-pager span {
  opacity: 0.4;
  color: #1BBDEC;
  font-size: 35px;
  vertical-align: top;
  margin: 0 5px;
}

.wrapper .testimonials .easy-t-cycle-pager span.cycle-pager-active {
  opacity: 1;
}

.wrapper .testimonials .testimonials_wrap .testimonial_body p:after {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/q1.svg);
  width: 35px;
  height: 25px;
  position: absolute;
  bottom: -21px;
  right: 0;
  content: "";
}

.wrapper .testimonials_item {
  float: left;
  width: 100%;
  margin: 0;
  padding: 2px 20px 0;
  position: relative;
}

.wrapper .video-container {
  max-width: 954px;
  margin: 0 auto 39px;
  position: relative;
}

.wrapper .video-container .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/play.png);
  width: 75px;
  height: 76px;
  display: inline-block;
}

.wrapper .home_video h2 {
  line-height: 44px;
  margin: 0 0 50px 0;
}

.wrapper .home_video p {
  font-size: 20px;
  line-height: 28px;
}

.wrapper .home_video {
  padding: 83px 0 58px 0;
}

.wrapper .home_video .widget_custom_html {
  max-width: 954px;
  margin: 0 auto 50px;
  border-radius: 8px;
}

.wrapper .home_video .widget iframe {
  border-radius: 8px;
}

.wrapper blockquote.easy_testimonial p {
  margin: 0;
}

.wrapper .how_can {
  background-position: top center;
  background-repeat: repeat;
  background-image: url(../images/testimonials-bg.png);
  padding: 75px 0 75px 0;
}

.wrapper .how_can .btn {
  margin: 0 24px;
  padding-left: 26px;
  background-position: 89% center;
}

.wrapper .how_can .clear {
  margin-top: 55px;
}

.wrapper .how_can p {
  font-size: 18px;
  line-height: 26px;
}

.wrapper .how_can h2 {
  letter-spacing: -0.02em;
  margin: 0 0 16px 0;
}

.wrapper .insurance_form.setup .form_input textarea {
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px 15px;
  font-size: 16px;
  color: #000;
}

.wrapper .single-highlight {
  max-width: 898px;
  margin: 0 auto;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background: #ffffff;
  padding: 63px 100px 70px;
}

.wrapper .single-highlight-wrapper {
  padding: 100px 0 50px 0;
}

.wrapper .single-highlight img {
  margin-bottom: 22px;
}

.wrapper .single-highlight p {
  font-size: 20px;
  line-height: 27px;
}

.wrapper .accordion-wrapper {
  padding: 36px 0 78px 0
}

.wrapper #wpsm_accordion_102 .wpsm_panel {
  border: 0 !important;
  border-radius: 0 !important;
}

.wrapper #wpsm_accordion_102 .wpsm_panel-default>.wpsm_panel-heading {
  background-color: transparent !important;
  border-color: transparent !important;
  border-top: 1px solid #B2D7FA !important;
}

.wrapper #wpsm_accordion_102 .ac_title_class {
  padding: 0 !important;
}

.wrapper #wpsm_accordion_102 .ac_open_cl_icon {
  display: none !important;
}

.wrapper #wpsm_accordion_102 .wpsm_panel-title a {
  font-size: 20px !important;
  line-height: 28px !important;
  color: #000000 !important;
  text-decoration: none !important;
  padding: 26px 60px 24px 0 !important;
  outline: none !important;
  min-width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
  font-family: 'Helvetica', 'Arial', sans-serif !important;
  font-weight: normal;
}

.wrapper #wpsm_accordion_102 .wpsm_panel-title a:before {
  background-image: url(../images//d_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 26px;
  right: 17px;
  background-color: #F8F9FB;
  border-radius: 50%;
  transition: all .3s;
  transform: rotate(0deg);
}

.wrapper #wpsm_accordion_102 .wpsm_panel-default>.wpsm_panel-heading:hover h4 a {
  color: #0BABDA !important;
}

.wrapper #wpsm_accordion_102 .acc-a .wpsm_panel-title a:before {
  transform: rotate(180deg);
}

.wrapper #wpsm_accordion_102 .wpsm_panel-body {
  padding: 0 0 28px 0 !important;
  font-size: 16px !important;
  max-width: 840px;
  line-height: 22px;
  border: 0 !important;
  font-family: 'Helvetica', 'Arial', sans-serif !important;
  color: #5C6673 !important;
}

.wrapper #wpsm_accordion_102 .wpsm_panel:last-child {
  border-bottom: 1px solid #B2D7FA !important;
}

.wrapper #wpsm_accordion_102 .ac_open_cl_icon {
  background-color: transparent !important;
}

.wrapper .accordion-wrapper h3 {
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 32px;
  line-height: 44px;
  margin: 0 !important;
}

.wrapper .wpsm_panel-group {
  max-width: 1059px;
  margin: 48px auto 0;
}

.wrapper .accordion-wrapper #accordion {
  max-width: 1059px;
  margin: 52px auto 0;
}

.wrapper .accordion-wrapper #accordion .card .card-header {
  padding: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
}

.wrapper .accordion-wrapper #accordion .card {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #B2D7FA;
}

.wrapper .accordion-wrapper #accordion .card:first-child {
  border-top: 1px solid #B2D7FA;
}

.wrapper .accordion-wrapper #accordion .card .btn {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  text-decoration: none;
  padding: 26px 60px 28px 0;
  outline: none;
  min-width: 100%;
  max-width: 100%;
  position: relative;
}

.wrapper .accordion-wrapper #accordion .card .btn:hover {
  color: #0BABDA;
}

.wrapper .accordion-wrapper #accordion .card .btn.collapsed:before {
  transform: rotate(0deg);
}

.wrapper .accordion-wrapper #accordion .card .btn:hover {
  color: #0BABDA;
}

.wrapper .accordion-wrapper #accordion .card .btn:before {
  background-image: url(../images//d_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 26px;
  right: 17px;
  background-color: #F8F9FB;
  border-radius: 50%;
  transition: all .3s;
  transform: rotate(180deg);
}

.wrapper .accordion-wrapper #accordion .card .card-body {
  padding: 0 0 30px 0;
  font-size: 16px;
  max-width: 842px;
  line-height: 22px;
}

.wrapper .accordion-wrapper #accordion .card .btn:focus {
  box-shadow: none;
}

.wrapper .newsletter {
  background-image: url(../images/newsletter-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 81px 0 157px 0;
  background-color: #F3F6FA;
  background-size: 100% auto;
}

.wrapper .newsletter input::placeholder {
  font-size: 18px;
  color: #C4C4C4;
}

.wrapper .newsletter input:-ms-input-placeholder {
  font-size: 18px;
  color: #C4C4C4;
}

.wrapper .newsletter input::-ms-input-placeholder {
  font-size: 18px;
  color: #C4C4C4;
}

.wrapper .newsletter h2 {
  margin: 0 0 17px 0;
}

.wrapper .form_newsletter {
  width: 559px;
  margin: 52px auto 0;
  position: relative;
  vertical-align: top;
}

.wrapper .form_newsletter input {
  width: 100%;
  height: 54px;
  border: 0;
  background-color: #fff;
  border-radius: 8px;
  padding-right: 152px;
  color: #666666;
  padding-left: 28px;
  outline: none;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.wrapper .newsletter p {
  font-size: 16px;
  line-height: 22px;
}

.wrapper .form_newsletter input.btn.btn-secondary {
  background-image: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  min-width: 152px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  text-align: center;
  color: #4B4941;
}

.wrapper .form_newsletter input.btn.btn-secondary:hover {
  background-color: #1BBDEC;
  color: #fff;
}

.wrapper footer .container {
  max-width: 1260px;
}

.wrapper footer ul a {
  font-size: 14px;
  color: #000000 !important;
  line-height: 18px;
  position: relative;
}

.wrapper footer ul a:before, .wrapper .social ul li a span:before, .wrapper footer a.login:before {
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
  background-color: #1BBDEC;
}

.wrapper .social ul li a span {
  position: relative;
}

.wrapper .social ul li a:before {
  display: none !important;
}

.wrapper footer ul a:hover:before, .social ul li a span:hover:before, .wrapper footer a.login:hover:before {
  width: 100%;
}

.wrapper footer a.login:hover .wrapper .social ul li {
  margin-bottom: 10px;
}

.wrapper .social ul li a {
  line-height: 32px;
}

.wrapper .social ul li a i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1BBDEC;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
  margin-right: 9px;
  vertical-align: top;
}

.wrapper footer {
  padding: 39px 0 0 0;
  background: #F3F6FA;
}

.wrapper footer .col-md-3:first-child {
  padding-left: 15px;
}

.wrapper footer .col-md-3:nth-child(2) {
  padding-left: 93px;
}

.wrapper footer .col-md-3:nth-child(3) {
  padding-left: 73px;
}

.wrapper footer .col-md-3:last-child {
  padding-left: 108px;
}

.wrapper footer ul li {
  list-style: none;
  line-height: 18px;
  margin-bottom: 22px;
}

.wrapper footer ul {
  padding: 0;
  margin: 0;
}

.wrapper .copyright {
  background: #0BABDA;
  margin-top: 60px;
}

.wrapper footer a.login {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  position: relative;
  top: -8px;
}

.wrapper .copyright .widget {
  margin: 0;
}

.wrapper .copyright p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 19px 0 15px;
  float: left;
}

.wrapper footer .copyright ul {
  float: right;
}

.wrapper footer .copyright ul li {
  float: left;
  line-height: 100%;
}

.wrapper footer .copyright ul li {
  float: left;
  padding: 17px 0 15px;
  margin: 0;
}

.wrapper footer .copyright ul li a {
  color: #fff !important;
  font-size: 14px;
  line-height: 18px;
  margin-left: 15px;
  border-left: 1px solid #fff;
  padding-left: 15px;
}

.wrapper footer .copyright ul li:first-child a {
  border: 0;
}

.wrapper .inside-banner {
  text-align: center;
  padding: 70px 0 30px 0px;
}

.wrapper .inside-banner p {
  font-size: 18px;
  line-height: 25px;
}

.wrapper .accordion-wrapper.inside_accordian {
  padding: 0 0 84px 0;
}

.wrapper .inside-banner h2 {
  font-size: 32px;
  line-height: 44px;
}

.wrapper .accordion-wrapper.inside_accordian .col-md-6:last-child {
  padding-left: 80px;
}

.wrapper .accordion-wrapper.inside_accordian .col-md-6:first-child {
  padding-right: 75px;
}

.wrapper .accordion-wrapper.inside_accordian h4 {
  margin: 4px 0 0 2px;
  position: relative;
  padding: 15px 0 0 68px;
}

.wrapper .accordion-wrapper.inside_accordian h4 img {
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper .accordion-wrapper.inside_accordian #accordion {
  margin: 50px auto 58px;
}

.wrapper .accordion-wrapper.inside_accordian .container {
  max-width: 1130px;
}

.wrapper .accordion-wrapper.inside_accordian #accordion .card .btn {
  font-size: 20px;
  line-height: 32px;
  padding: 26px 60px 30px 0;
}

.wrapper .accordion-wrapper.inside_accordian #accordion .card .btn:before {
  right: 0;
}

.wrapper .accordion-wrapper.inside_accordian #accordion .card .card-body {
  padding: 0px 0 17px 0;
  font-size: 16px;
  margin: -20px 0 0 0;
}

.wrapper .accordion-wrapper.inside_accordian .btn.btn-secondary {
  left: 0px;
  position: relative;
  text-transform: capitalize;
  padding: 16px 20px 17px 25px;
  min-width: 232px;
  background-position: 93% center;
}

.wrapper .lets_ {
  background-image: url(../images/newsletter-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 56px 0 145px 0;
  background-color: #F3F6FA;
  background-size: 100% auto;
}

.wrapper .lets_ h2 {
  margin: 0 0 17px 0;
}

.wrapper .lets_ p {
  font-size: 20px;
  margin: 0 0 34px 0;
}

.wrapper .lets_ .btn {
  margin: 0 24px;
  padding-left: 28px;
  background-position: 90% center;
}

.wrapper .contact-wrapper .container {
  max-width: 1135px;
}

.wrapper .contact-wrapper {
  padding: 73px 0 100px 0;
}

.wrapper .contact-wrapper h2 {
  margin: 0 0 6px 0px;
}

.wrapper .contact_form h5 img {
  margin: 0 10px 0 4px;
}

.wrapper .contact-wrapper p {
  font-size: 18px;
  margin-left: 5px;
  line-height: 22px;
}

.wrapper .contact_form {
  margin-top: 19px;
}

.wrapper .contact_form h5 {
  vertical-align: top;
  margin-bottom: 27px;
}

.wrapper .contact-wrapper .pad-left p a {
  color: #5C6673;
}

.wrapper .contact-wrapper input {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  box-sizing: border-box !important;
  border-radius: 6px !important;
  width: 100% !important;
  outline: none !important;
  height: 50px !important;
  padding: 0 22px !important;
  margin-bottom: 25px !important;
  max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0 !important;
}

.wrapper .contact-wrapper .pad-left h5 {
  margin: 3px 0 23px 0;
}

.wrapper .contact-wrapper textarea {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  box-sizing: border-box !important;
  border-radius: 6px !important;
  width: 100% !important;
  outline: none !important;
  height: 140px !important;
  padding: 0 22px !important;
  padding: 10px 22px !important;
  margin-bottom: 43px !important;
}

.wrapper .contact-wrapper .col-md-5.pad-left:before {
  width: 1px;
  height: 530px;
  background-color: rgba(0, 0, 0, .1);
  content: "";
  position: absolute;
  top: 0;
  left: 21px;
}

.wrapper .contact-wrapper .pad-left p {
  margin-left: 0;
  line-height: 23px;
  margin-bottom: 46px;
}

.wrapper .contact-wrapper h5 {
  margin: 3px 0 10px 0;
}

.wrapper .contact-wrapper .btn.btn-primary {
  background-position: 70% center;
  min-width: 218px;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
  background-position: 70% center !important;
  min-width: 218px;
  background-image: url(../images/primary-button-arrow.svg);
  background-position: 78% center;
  background-repeat: no-repeat;
  background-color: #1BBDEC !important;
  color: #ffffff !important;
  padding: 24px 20px 24px 56px !important;
  text-align: left;
  border-radius: 8px;
  font-size: 18px !important;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  border: 0 !important;
  outline: none;
}

.wrapper .contact-wrapper .col-md-5.pad-left {
  padding-left: 70px;
  position: relative;
}

.wrapper .contact-wrapper .map-wrapper h2 {
  margin-bottom: 32px;
}

.wrapper .map-wrapper {
  border-top: 1px solid #efefef;
  margin-top: 103px;
  padding-top: 58px;
}

.wrapper .contact-wrapper .map-wrapper h2 img {
  margin: -1px 3px 0 6px;
}

.wrapper .about-page {
  padding: 70px 0 25px 0;
}

.wrapper .about_heading h2 {
  margin-bottom: 14px;
  text-align: center;
}

.wrapper .about-page p {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 21px;
}

.wrapper .about-page .about_heading p {
  line-height: 25px;
  margin-bottom: 1rem;
}

.wrapper .about-page .about_heading .post-65 .wp-block-column p, .wrapper .about-page .about_heading .post-65 .wp-block-column p a {
  font-size: 16px;
}

.wrapper .about-page .video-container {
  margin: 0 0 50px 0;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  padding: 56.25% 0 0 0;
  position: relative;
}

.wrapper .about-page .video-container iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.wrapper .about_heading {
  margin-bottom: 36px;
}

.wrapper .about-page .container {
  max-width: 983px;
}

.wrapper .about_highlight {
  box-shadow: 20px 30px 20px rgba(0, 0, 0, 0.04);
}

.wrapper .about-page .about_highlight p {
  font-size: 18px;
  line-height: 25px;
}

.wrapper .about_highlight img {
  margin: 0 0 24px 0;
}

.wrapper .about_highlight {
  box-shadow: 20px 30px 20px rgba(0, 0, 0, 0.04);
  padding: 19px 0 37px 20px;
  margin: 81px 0 0 0;
  min-height: 247px;
  position: relative;
}

.wrapper .about_highlight span.count {
  width: 24px;
  height: 24px;
  background-color: #F3F6FA;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 16px;
  right: 29px;
  font-size: 10px;
}

.wrapper .protect {
  padding: 0 0 0 24px;
  margin: 26px 0 0 0;
  background-image: url(../images/lock.png);
  background-position: 0px 3px;
  background-repeat: no-repeat;
}

.wrapper .protect span {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0 0px;
}

.wrapper .insurance-banner-text .btn.btn-primary {
  background-position: 90% center;
}

.wrapper .insurance-banner-text .btn {
  min-width: 327px;
  padding-left: 30px;
}

.wrapper .insurance-banner-text p {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
}

.wrapper .insurance-banner-text h1 {
  margin: 0 0 28px 0;
}

.wrapper .insurance-banner-text img {
  margin: 0 0 11px 0;
}

.wrapper .life-insurance-banner {
  float: left;
  width: 100%;
  padding: 94px 0 90px 9px;
  background-image: url(../images/Ellipse-home.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-position: 100% -110px;
  overflow: hidden;
  position: relative;
}

.wrapper .life-insurance-banner:before {
  background: linear-gradient(358.85deg, #F8F9FB 2.44%, rgba(255, 255, 255, 0) 91.5%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.wrapper .support h2 {
  margin: 0 0 16px 0;
}

.wrapper .support {
  padding: 100px 0 98px 0;
  text-align: center;
  background-color: #F3F6FA;
  background-image: url(../images/newsletter-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.wrapper .support_icon {
  width: 108px;
  height: 108px;
  display: inline-block;
  background-color: #fff;
  border-radius: 28px;
  line-height: 108px;
  margin-bottom: 47px;
}

.wrapper .support_wrapper h3 {
  margin: 0 0 1px 0;
}

.wrapper .support_wrapper h3 a {
  color: #000000;
  text-decoration: none;
  font-size: 24px;
  display: inline-block;
}

.wrapper .support_wrapper a {
  font-size: 16px;
  line-height: 18px;
  color: #5C6673;
  text-decoration: underline;
}

.wrapper .support_wrapper {
  float: left;
  width: 100%;
  margin: 52px 0 25px 0;
}

.wrapper .support p {
  font-size: 20px;
  line-height: 23px;
}

.wrapper .lineup {
  position: absolute;
  right: -70px;
  bottom: -47px;
}

.wrapper .lineup_dots {
  position: absolute;
  top: -20px;
  right: 60px;
  display: none;
}

.wrapper .prepare-btn {
  position: absolute;
  top: -115px;
  right: -158px;
  width: 287px;
  height: 52px;
  display: inline-block;
  box-shadow: none;
  text-align: center;
  border-radius: 10px;
}

.wrapper .insurance-banner-text {
  float: left;
  width: 65%;
}

.wrapper .prepare-btn a {
  background-image: url(../images/grap1.png);
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
  border-radius: 10px;
  letter-spacing: -0.0037em;
  color: #425466;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  width: 157px;
  HEIGHT: 113px;
  font-weight: 500;
  padding: 26px 20px;
  text-align: left;
}

.cycle-prev.easy-t-cycle-prev {
  position: absolute;
  top: 15%;
  font-size: 40px;
  color: #151A43;
  left: 0;
  font-size: 0;
  overflow: hidden;
  z-index: 999;
}

.cycle-prev.easy-t-cycle-prev:before {
  content: "\f104";
  font: normal normal normal 40px/1 FontAwesome;
}

.cycle-next.easy-t-cycle-next:before {
  content: "\f105";
  font: normal normal normal 40px/1 FontAwesome;
}

.cycle-next.easy-t-cycle-next {
  position: absolute;
  top: 15%;
  font-size: 40px;
  color: #151A43;
  right: 0;
  font-size: 0;
  overflow: hidden;
  z-index: 999;
}

.wrapper .progressbar {
  margin: 0 auto 50px;
  padding: 0;
  counter-reset: step;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 600px;
}

.wrapper .progressbar li {
  list-style: none;
  float: left;
  width: auto;
  text-align: center;
  position: relative;
  color: #5C6673;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  padding: 0 15px;
}

.wrapper .insurance_form label {
  font-size: 15px;
  line-height: 22px;
  color: #000;
}

.wrapper .critical_para {
  margin-top: 15px;
}

.wrapper .insurance_form {
  margin: 20px auto 125px;
  float: left;
  width: 100%;
  position: relative;
}

.wrapper .insurance_form h6 {
  margin-top: 35px;
}

.wrapper .form_radio input[type=radio]+label {
  display: block;
  cursor: pointer;
  padding: 14px 15px 14px 50px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 8px;
  vertical-align: top;
  position: relative;
}

.wrapper .form_radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  appearance: none;
}

.wrapper .form_radio input[type=radio]+label:before {
  content: "";
  border: 2px solid #E3E3E3;
  border-radius: 50%;
  display: inline-block;
  width: 22px;
  height: 22px;
  transition: .2s;
  margin-right: 15px;
  position: absolute;
  top: 13px;
  left: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper .form_radio input[type=radio]:checked+label:before {
  background-image: url(../images/check.svg);
  border-color: #1BBDEC;
  color: #fff;
}

.wrapper .form_radio input[type=radio]:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

.wrapper .form_radio input[type=radio]:checked+label {
  border-color: #1BBDEC;
  color: #1BBDEC;
}

.wrapper .form_radio input[type=radio]:checked:disabled+label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.wrapper .form_radio {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.wrapper .life-insurance-form {
  padding: 49px 0 81px 0;
}

.wrapper .progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 22px !important;
  border-radius: 50%;
  background-color: #F3F6FA;
  margin: 0 auto 6px auto;
  display: block;
  border: 2px solid transparent;
  font-size: 12px;
  color: #5C6673;
}

.wrapper .header.header-calculator {
  height: 0;
  overflow: hidden;
}

.wrapper .progressbar li.checked-active:before {
  content: "\f00c";
  font: normal normal normal 12px/1 FontAwesome;
  color: #0D9AC2;
}

.wrapper .progressbar:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #DADADA;
  top: 15px;
  left: 0;
  z-index: -1;
  height: 1px;
}

.wrapper .progressbar li:first-child:after {
  display: none;
}

.wrapper .progressbar li.active {
  font-weight: bold;
  color: #000;
}

.wrapper .progressbar li.active:before {
  border-color: #0D9AC2;
  color: #0D9AC2;
}

.wrapper .loading_para p {
  font-size: 20px;
  line-height: 26px;
  color: #000;
}

.wrapper .form_input input {
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 53px;
  padding: 0 24px;
  font-size: 16px;
  color: #000;
}

.wrapper .form_input input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.wrapper .form_input input[type="number"]::-webkit-inner-spin-button,
.wrapper .form_input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wrapper .insurance_form #FormContainer {
  max-width: 515px;
  margin: 0 auto;
}

.wrapper .insurance_form h5 {
  margin: 28px 0 22px 0;
}

.wrapper .form_input input::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
}

.wrapper .form_input {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
}

.wrapper .insurance_form label.dollor-syml {
  position: absolute;
  top: 16px;
  left: 15px;
  font-size: 15px;
}

.wrapper .form_input input::-moz-placeholder {
  font-size: 16px;
  color: #000;
}

.wrapper .form_input input:-ms-input-placeholder {
  font-size: 16px;
  color: #000;
}

.wrapper .form_input input:-moz-placeholder {
  font-size: 16px;
  color: #000;
}

.wrapper .form_input.align-right input {
  text-align: right;
}

.wrapper .insurance_form p a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}

.wrapper .insurance_form p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.wrapper .calc_wrap {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 7px;
  height: 53px;
}

.wrapper .calc_wrap .btn.btn-primary {
  background-color: #F3F6FA;
  border: 1px solid #F3F6FA;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 11px;
  line-height: 20px;
  color: #000;
  background-size: 14px 14px;
  padding: 0 0;
  min-width: 177px;
  height: 28px;
  background-position: 96% center;
  line-height: 25px;
  padding: 1px 0 0 8px;
  position: relative;
  margin: 7px 0 0 0;
  outline: none;
  text-decoration: underline;
}

.wrapper .quote-btn a.btn.btn-primary {
  min-width: auto;
  padding: 17px 0 0 30px;
  width: 195px;
  height: 55px;
  background-position: 85% center;
  font-size: 16px;
}

.wrapper .quote-btn {
  float: left;
  width: 100%;
  text-align: right;
  margin-top: 45px;
}

.wrapper .quote-btn button {
  min-height: 55px;
  min-width: 195px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 0;
  font-size: 16px;
}

.wrapper .back-btn a.btn.btn-primary {
  min-width: auto;
  padding: 17px 0 0 73px;
  width: 148px;
  height: 55px;
  background-position: 28px center;
  font-size: 16px;
  background-color: #F3F6FA;
  background-image: url(../images/back.svg);
  color: #000;
}

.wrapper .back-btn {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 45px;
}

.wrapper .critical_para .btn.btn-primary {
  background-color: #F3F6FA;
  border: 1px solid #F3F6FA;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 11px;
  line-height: 20px;
  color: #000;
  background-size: 14px 14px;
  padding: 0 0;
  min-width: 100px;
  height: 28px;
  background-position: 92% center;
  line-height: 25px;
  padding: 1px 0 0 10px;
  position: relative;
  margin: 0 0 0 7px;
  outline: none;
  text-decoration: underline;
  font-weight: normal;
}

.wrapper .calc_wrap .btn.btn-primary:before {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/left_a.svg);
  width: 5px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -6px;
  content: "";
}

.wrapper .calc_wrap img {
  margin: 8px 10px 0 0;
}

.wrapper .step_form_popup_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(121, 121, 121, 0.83);
  width: 100%;
  z-index: 9999;
  min-height: 100vh;
  height: 100%;
  overflow-y: auto;
  display: none;
}

.wrapper .step_form_popup_wrapper.open {
  display: block;
}

.wrapper .amount {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F3F6FA;
  padding: 35px 25px;
}

.wrapper .amount .btn.btn-primary {
  background-image: url(../images/check_round.svg);
  background-color: #fff;
  border: 1px solid #909090;
  background-position: 15px 11px;
  min-width: auto;
  padding: 11px 25.5px 11px 45.5px;
  color: #000000;
  font-size: 16px;
  border-radius: 6px;
  float: right;
}

.wrapper .amount h3 {
  float: left;
  margin: 8px 20px 0 0;
  font-size: 28px;
}

.wrapper .step_form_popup {
  width: 520px;
  float: right;
  background-color: #fff;
  position: relative;
  /*  position: fixed;
  right: 0;
  top: 0;
  transition: all .3s;
  transform: translate(100%, 0);*/
}

/*.wrapper .step_form_popup_wrapper.open .step_form_popup {
  transform: translate(0, 0);
}*/
.wrapper .step_form_popup_wrapper.open .step_form_popup {
  display: block;
}

.wrapper .step_form_head h4 {
  color: #fff;
  margin: 0;
  padding: 24px 15px 22px 72px;
}

.wrapper .step_form_head {
  float: left;
  width: 100%;
  background-color: #1BBDEC;
}

.wrapper .step_form h5 {
  line-height: 24px;
}

.wrapper .cost_cover label {
  font-size: 16px;
  color: #000;
  margin: 0 0 0 0;
}

.wrapper .cost_cover input {
  width: 100%;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 4px;
  height: 49px;
  margin-bottom: 16px;
  padding: 0 18px 0 32px;
}

.wrapper .step_form label {
  margin: 0 0 6px 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/q.svg);
  position: relative;
  padding: 0 28px 0 0px;
}

.wrapper .step_form label span:before {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/left_a.svg);
  width: 5px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -5px;
  content: "";
}

.wrapper .step_form h5 {
  line-height: 24px;
  margin: 0 0 20px 0;
}

.wrapper .cost_cover+h5 {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.wrapper .step_form label span {
  position: absolute;
  top: -3px;
  left: 100%;
  width: 100%;
  min-width: 150px;
  background: #F3F6FA;
  border-radius: 2px;
  font-size: 11px;
  padding: 6px 10px;
  margin-left: 11px;
  display: none;
  z-index: 9;
}

.wrapper .step_form label:hover span {
  display: block;
}

.wrapper .step_form .btn.btn-primary {
  min-width: 145px;
  padding: 10px 10px 10px 46px;
  background-image: url(../images/small-calc.svg);
  background-position: 24px 14px;
  background-repeat: no-repeat;
  border-radius: 6px;
}

.wrapper .step_form {
  float: left;
  width: 100%;
  padding: 39px 79px 150px 79px;
  position: relative;
}

.wrapper .cost_cover.align-right input {
  text-align: right;
}

.wrapper .cost_cover {
  float: left;
  width: 100%;
}

.wrapper .form_pop_close {
  position: absolute;
  top: 27px;
  left: 28px;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url(../images/close.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper .compare-result-head a.btn.btn-primary {
  float: left;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 177px;
  padding: 13.5px 0 13.5px 63px;
  background-image: url(../images/back.svg);
  background-position: 22px 11px;
  margin: 4px 0 0 0;
}

.wrapper .compare-result-head .container, .wrapper .compare-result .container {
  max-width: 1280px;
}

.wrapper .compare-result-head {
  text-align: center;
  background-color: #F3F6FA;
  padding: 21px 0 14px;
}

.wrapper .life-insurance-form.ad-pad ul.progressbar {
  margin: 0 auto 34px;
}

.wrapper .compare-result-head .btn.btn-secondary {
  border: 1px solid #1BBDEC;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #fff;
  color: #1BBDEC;
  font-size: 14px;
  min-width: 183px;
  padding: 13.5px 0 13.5px 48px;
  background-image: url(../images/mail-icon.svg);
  background-position: 17px 18px;
  float: right;
  margin: 6px 17px 0 0;
}

.wrapper .compare-result-head h4 {
  margin-bottom: 16px;
}

.wrapper .life-insurance-form.ad-pad {
  padding: 49px 0 12px 0;
}

.wrapper .clear {
  float: left;
  width: 100%;
}

.wrapper .compare-result-item {
  text-align: center;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 33px 0;
  margin-top: 30px;
  position: relative;
}

.wrapper .compare-result-logo {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  float: left;
  width: 100%;
  padding-bottom: 19px;
}

.wrapper .tab {
  float: left;
  width: 100%;
}

.wrapper .save-app {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 29px;
}

.wrapper .more_list.open {
  display: block;
  box-shadow: none;
}

.wrapper .more_list {
  float: left;
  width: 100%;
  padding: 61px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  text-align: left;
  position: static;
  top: 100%;
  background-color: #fff;
  z-index: 9;
  display: none;
  margin-top: 30px;
}

.wrapper .tick-img {
  display: inline-block;
  background-image: url(../images/thankyou.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 106px;
  height: 106px;
  margin-bottom: 26px;
}

.wrapper .more_list ul {
  padding: 0 24px 0 32px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.wrapper .more_list ul li {
  list-style: none;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 0 0 0 36px;
  margin: 0 0 36.5px 0;
}

.wrapper .more_list ul li.active {
  background-image: url(../images/list-check.svg);
}

.wrapper .more_list ul li.deactive {
  background-image: url(../images/cls.svg);
}

.wrapper .policy-info {
  float: left;
  width: 100%;
  padding: 26px 30px 26px 31px;
}

.wrapper .policy-info a {
  text-decoration-line: underline;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  padding: 4px 0 0 37px;
  margin-bottom: 22px;
}

.wrapper .policy-info a:before {
  background-color: #F3F6FA;
  border-radius: 10px;
  width: 29px;
  height: 29px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pdf.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.wrapper .compare-result-logo .clear {
  margin-bottom: 12px;
  line-height: 55px;
}

.wrapper .compare-result {
  padding: 42px 0 164px 0;
}

.wrapper .compare-result-price h2 sup {
  font-size: 16px;
  line-height: 20px;
  top: -13px;
  right: 7px;
}

.wrapper .compare-result-price h2 small {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper .compare-result-price input.btn.btn-primary {
  min-width: 235px;
  padding: 21px 20px 21px 27px;
  font-size: 16px;
  background-position: 88% center;
  margin-bottom: 22px;
  height: auto;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wrapper .compare-result-price h2 span {
  font-size: 14px;
  position: absolute;
  bottom: -9px;
  right: 6px;
}

.wrapper .compare-result-price a.more-details {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  padding-right: 15px;
  position: relative;
  display: inline-block;
}

.wrapper .compare-result-price a.more-details:before {
  background-image: url(../images//d_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-size: 10px;
  position: absolute;
  top: 0px;
  right: -13px;
  content: "";
  background-color: #F8F9FB;
  border-radius: 50%;
  transition: all .3s;
}

.wrapper .compare-result-price a.more-details.open:before {
  transform: rotate(180deg);
}

.wrapper .compare-result-price h2 {
  margin: 0 0 26px 0;
  line-height: 100%;
  font-size: 36px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding: 0 0 0 8px;
}

.wrapper .compare-result-price {
  margin: 30px 0 0;
}

.wrapper .compare-result-logo a {
  color: #000;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  text-decoration: underline;
}

.wrapper .form_select select {
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 53px;
  padding: 0 24px;
}

.wrapper .form_select {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}

.wrapper .form_right {
  max-width: 515px;
  margin: 0 auto;
}

.wrapper .form_wrap {
  float: left;
  width: 100%;
}

.wrapper .left-side-bar {
  float: left;
  width: 265px;
  padding: 0 15px 0 45px;
}

.wrapper .insurance_form.setup {
  margin-top: 6px;
}

.wrapper .left-side-bar ul li:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 4px;
  text-align: center;
}

.wrapper .left-side-bar ul {
  padding: 0 0 44px 0;
  margin: 0;
  float: left;
  width: 100%;
}

.wrapper .save-app .btn.btn-primary {
  min-width: 145px;
  padding: 10px 0 10px 62px;
  border-radius: 6px;
  background-image: url(../images/save.svg);
  background-position: 38px 12px;
  font-size: 16px;
}

.wrapper .left-side-bar ul li {
  list-style: none;
  line-height: 20px;
  margin-bottom: 14.5px;
  position: relative;
  padding: 0 0 0 29px;
}

.wrapper .left-side-bar ul li.active a {
  font-weight: bold;
  color: #000;
}

/*.wrapper .left-side-bar ul li.finish:before {
    content: "\f00c";
    font: normal normal normal 10px/1 FontAwesome;
}*/
.wrapper .left-side-bar ul li.finish.current:before {
  border-color: #1BBDEC;
  content: "\f00c";
  font: normal normal normal 10px/1 FontAwesome;
  color: #1BBDEC;
}

.wrapper .left-side-bar ul li.finish.active:before {
  content: "";
}

.wrapper .left-side-bar ul li.finish.current a {
  color: #000;
}

.wrapper .left-side-bar ul li.active:before {
  border-color: #1BBDEC;
  color: #0D9AC2;
}

.wrapper .left-side-bar ul li.active.active-check:before {
  content: "\f00c";
  font: normal normal normal 10px/1 FontAwesome;
  color: #0D9AC2;
}

.wrapper .left-side-bar ul li a {
  font-size: 14px;
  color: #B3BCC5;
}

.wrapper .side-nav-radio .form_radio {
  margin: 0;
}

.wrapper .insurance_form.setup .back-btn, .wrapper .insurance_form.setup .quote-btn {
  margin-top: 23px;
}

.wrapper .insurance_form.setup .back-btn .btn.btn-primary {
  padding: 17px 0 0 63px;
  width: 128px;
  background-position: 17px center;
}

.wrapper .insurance_form.setup .quote-btn a.btn.btn-primary {
  padding: 17px 0 0 42px;
  width: 164px;
  background-position: 74% center;
}

.wrapper .insurance_form.setup .form_select {
  margin-bottom: 15px;
}

.wrapper .insurance_form.setup h5 {
  margin: 3px 0 22px 0;
}

.wrapper .insurance_form.setup .form_input {
  margin-bottom: 17px;
}

.wrapper .insurance_form.setup .form_input input {
  height: 48px;
}

.wrapper .residency-status input {
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 4px;
  width: 187px;
  height: 43px;
  margin-top: -10px;
}

.wrapper .check_ {
  margin-bottom: 9px;
}

.wrapper .insurance_form input[type="checkbox"] {
  width: 20px;
  height: 20px !important;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 4px;
  vertical-align: text-top;
  margin-right: 8px;
}

.wrapper .insurance_form input[type="checkbox"].invalid {
  outline: 1px solid #f00 !important;
  border: 0 !important;
  -webkit-appearance: none;
  padding: 0;
}

.wrapper .residency-status-cehck label {
  margin: 0;
  line-height: 100%;
}

.wrapper .residency-status-cehck .check_ label {
  display: inline;
}

.wrapper .residency-status {
  margin-bottom: 40px;
}

.wrapper .insurance_form.setup .residency-status p {
  line-height: 22px;
}

.wrapper .insurance_form.setup .residency-status-cehck p {
  margin-bottom: 8px;
}

.wrapper .thankyou {
  text-align: center;
  margin-bottom: 127px;
  display: inline-block;
  width: 100%;
}

.wrapper .thankyou img {
  margin-bottom: 53px;
}

.wrapper .thankyou h2 {
  margin: 0 0 19px 0;
}

.wrapper .thankyou p {
  font-size: 20px;
  line-height: 26px;
}

.wrapper .gotohome a {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  background-image: url(../images/primary-button-arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 40px;
  padding-left: 40px;
}

.wrapper .gotohome {
  text-align: center;
}

.wrapper .setup_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
}

.wrapper .setup_popup_show {
  max-width: 557px;
  height: 365px;
  background-color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 6px;
}

.wrapper .setup_popup_head h5 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  padding-left: 35px;
  padding-top: 4px;
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/checkmark.svg);
  background-position: 0px 2px;
  background-repeat: no-repeat;
}

.wrapper .setup_popup_head {
  background-color: #F8F8F8;
  float: left;
  width: 100%;
  padding: 13.5px 18px;
}

.wrapper .setup_popup_content {
  float: left;
  width: 100%;
  padding: 32px 30px 0 30px;
  text-align: center;
}

.wrapper .setup_popup_content h4 {
  font-size: 18px;
  margin: 0 0 9px 0;
}

.wrapper .setup_popup_content p {
  font-size: 14px;
  line-height: 20px;
}

.wrapper a.close-pop {
  position: absolute;
  top: 11px;
  right: 23px;
  font-size: 14px;
  line-height: 28px;
  color: #4F5463;
  background-image: url(../images/close-gray.svg);
  background-position: 0 9px;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.wrapper .setup_popup_content input {
  border-radius: 8px;
  height: 54px;
  border: 0;
  width: 100%;
  font-size: 18px;
  color: #000;
  padding: 0 30px;
  background-color: #F8F8F8;
  margin-bottom: 34px;
}

.wrapper .setup_popup_content input::-webkit-input-placeholder {
  color: #C4C4C4;
}

.wrapper .setup_popup_content input::-moz-placeholder {
  color: #C4C4C4;
}

.wrapper .setup_popup_content input:-ms-input-placeholder {
  color: #C4C4C4;
}

.wrapper .setup_popup_content input:-moz-placeholder {
  color: #C4C4C4;
}

.wrapper .setup_popup_content input.btn.btn-primary {
  width: 290px;
  margin: 0;
  background-image: url(../images/save1.svg);
  padding: 0 0 0 80px;
  background-position: 60px 20px;
  font-size: 16px;
}

.wrapper .setup_popup_head {
  background-color: #F8F8F8;
  float: left;
  width: 100%;
  border-radius: 6px;
}

.wrapper .setup_popup.final .setup_popup_show {
  max-width: 518px;
}

.wrapper .setup_popup.final .setup_popup_content p {
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 19px;
}

.wrapper .setup_popup.final .setup_popup_content img {
  width: 90px;
  margin-bottom: 26px;
}

.wrapper .setup_popup.final .setup_popup_content {
  padding: 26px 40px 0 40px;
}

.wpsm_panel-group .collapse.show {
  display: block !important;
}

.wpsm_panel-group .collapse {
  display: none !important;
}

.wrapper .accordion-wrapper.inside_accordian h3 {
  background-image: url(../images/umbrella.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0px 0 0 0px !important;
  position: relative;
  padding: 6px 0 0 68px;
  font-size: 20px;
  text-align: left;
}

.wrapper .accordion-wrapper.inside_accordian .wpsm_panel-group {
  margin: 50px auto 58px !important;
}

.wrapper .accordion-wrapper.inside_accordian .wpsm_panel-group h4 {
  padding: 0;
}

.wrapper .accordion-wrapper.inside_accordian .health-faq h3 {
  background-image: url(../images/heart.svg);
}

.wrapper .accordion-wrapper.inside_accordian .wpsm_panel-group h4 a {
  font-size: 20px !important;
  line-height: 32px !important;
  padding: 26px 60px 30px 0 !important;
  font-family: 'Helvetica', 'Arial', sans-serif !important;
  font-weight: normal !important;
  position: relative !important;
}

.wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_146 .wpsm_panel-body, .wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_147 .wpsm_panel-body {
  padding: 0px 0 17px 0;
  font-size: 14px !important;
  margin: 0px 0 0 0;
  line-height: 20px;
  border: 0 !important;
  font-family: 'Helvetica', 'Arial', sans-serif !important;
}

.wrapper .accordion-wrapper.inside_accordian .wpsm_panel-group .ac_title_class {
  padding: 0 !important;
}

.wrapper .accordion-wrapper.inside_accordian .wpsm_panel-group .ac_title_class .fa {
  display: none !important;
}

.wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_146 .ac_open_cl_icon, .wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_147 .ac_open_cl_icon {
  display: none !important;
}

.wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_146 .wpsm_panel-default:first-child, .wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_147 .wpsm_panel-default:first-child {
  border-top: 1px solid #B2D7FA !important;
}

.wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_146 .wpsm_panel-default, .wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_147 .wpsm_panel-default {
  border: 0 !important;
  border-bottom: 1px solid #B2D7FA !important;
  border-radius: 0;
  margin: 0;
}

.wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_146 .wpsm_panel-default>.wpsm_panel-heading, .wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_147 .wpsm_panel-default>.wpsm_panel-heading {
  background-color: #fff !important;
}

.wrapper .accordion-wrapper.inside_accordian .wpsm_panel-group h4 a:before {
  background-image: url(../images//d_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 26px;
  right: 17px;
  background-color: #F8F9FB;
  border-radius: 50%;
  transition: all .3s;
  transform: rotate(0deg);
}

.wrapper .map-wrapper .map iframe {
  width: 100%;
}

.wrapper .accordion-wrapper.inside_accordian .wpsm_panel-group .acc-a h4 a:before {
  transform: rotate(180deg);
}

.wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_146 .wpsm_panel-title a, .wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_147 .wpsm_panel-title a {
  font-size: 17px !important;
}

.contact-wrapper div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea {
  width: 100% !important;
}

.contact-wrapper div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 20px 15px 0 !important;
  clear: none !important;
  position: relative;
}

.contact-wrapper div.wpforms-container-full .wpforms-form .wpforms-field label.wpforms-error {
  position: absolute;
  top: 0;
  left: 15px;
}

.contact-wrapper .wpforms-field-container .wpforms-field {
  float: left !important;
  width: 50% !important;
  padding: 0 15px !important;
}

.contact-wrapper .wpforms-field-container {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.wrapper .contact-wrapper input::-webkit-input-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, .4);
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
}

.wrapper .contact-wrapper input::-moz-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, .4);
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
}

.wrapper .contact-wrapper input:-ms-input-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, .4);
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
}

.wrapper .contact-wrapper input:-moz-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, .4);
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
}

.wrapper .contact-wrapper textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, .4);
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
}

.wrapper .contact-wrapper textarea::-moz-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, .4);
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
}

.wrapper .contact-wrapper textarea:-ms-input-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, .4);
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
}

.wrapper .contact-wrapper textarea:-moz-placeholder {
  font-size: 18px;
  color: rgba(0, 0, 0, .4);
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
}

.wrapper .compare-result-price.health-comp .form_radio h2 {
  position: absolute;
  top: 3px;
  right: 25px;
  font-size: 26px;
  margin: 0;
}

.wrapper .compare-result-price.health-comp .form_radio h2 small {
  top: 0;
  left: -3px;
}

.wrapper .compare-result-price.health-comp .form_radio h2 span {
  bottom: -3px;
  right: -5px;
}

.wrapper .compare-result-price.health-comp a.btn.btn-primary {
  margin-top: 35px;
}

.wrapper .compare-result-price.health-comp .form_radio h2 sup {
  font-size: 10px;
  line-height: 20px;
  top: -13px;
  right: 5px;
}

.wrapper .compare-result-price.health-comp .form_radio {
  text-align: left;
  margin-bottom: 12px;
  position: relative;
}

.wrapper .compare-result-price a.btn.btn-primary {
  min-width: 235px;
  padding: 17px 20px 15px 27px;
  font-size: 16px;
  background-position: 88% center;
  margin-bottom: 22px;
}

.wrapper .compare-result-head .container, .wrapper .compare-result .container {
  max-width: 1280px;
}

.wrapper .compare-result-price.health-comp .form_radio input[type=radio]+label {
  border: 0;
  border-radius: 0;
  height: auto;
  padding: 0 20px 0 45px;
  color: #000;
  font-size: 16px;
}

.wrapper .compare-result-price.health-comp .form_radio input[type=radio]+label:before {
  width: 20px;
  height: 20px;
  top: 5px;
  margin-right: 10px;
}

.wrapper .compare-result-price.health-comp {
  margin: 40px 0 0 0;
}

.wrapper .life-insurance-form.life-ins-calc ul.progressbar {
  margin-bottom: 0;
}

.wrapper .life-insurance-form.life-ins-calc {
  padding-bottom: 50px;
}

.wrapper .life-insurance-form.life-ins-calc .loading_para {
  margin-top: 50px;
}

.wrapper .container .container {
  padding: 0;
}

.wrapper .page-count-outer {
  display: none;
}

.wrapper .insurance_form tr, .wrapper .insurance_form td {
  padding: 5px 0;
}

.wrapper .setup_popup.final .setup_popup_content a.btn {
  min-width: 290px;
  background-position: 85% center;
}

.wrapper .life-insurance-form .site-main {
  margin-top: 0;
}

.wrapper .save-app h4 {
  font-weight: normal;
}

.wrapper .insurance_form .save-app p {
  color: #5C6673;
  font-size: 15px;
}

.wrapper .progressbar li p {
  margin: 0;
}

.wrapper #primary {
  width: 100%;
}

.wrapper .site-main {
  margin: 0;
}

.wrapper .row:before, .wrapper .row:after {
  display: none;
}

.wrapper .form_input input.invalid, .wrapper .form_inputinput.invalid+label,
.wrapper .form_radio input[type=radio].invalid, .wrapper .form_radio input[type=radio].invalid+label {
  background-color: #ffdddd;
  border: 1px solid #F00;
  outline: none;
}

.wrapper .form_radio input[type=radio].invalid+label:before {
  border-color: #F00;
}

.wrapper .insurance_form .info-text label p, .wrapper .insurance_form .info-text label {
  margin-bottom: 15px;
  font-weight: 500;
}

.wrapper .insurance_form h6.person {
  margin-top: 0;
  margin-bottom: 15px;
}

.wrapper .insurance_form h6.person_partner {
  margin-bottom: 30px;
  margin-top: 60px;
}

.wrapper h1 strong, .wrapper h2 strong, .wrapper h3 strong, .wrapper h4 strong, .wrapper h5 strong, .wrapper h6 strong {
  font-weight: bold;
}

span.validation-error {
  font-size: 12px;
  margin-top: 2px;
}

.wrapper .compare-result-head .setup_popup_show .setup_popup_head {
  text-align: left;
  padding: 12px 18px 2px;
}

.wrapper .compare-result-head .setup_popup_show .setup_popup_content input.btn.btn-primary {
  padding: 0;
  text-align: center;
  background-image: none;
  width: auto;
  min-width: 190px;
}

.wrapper input, .wrapper textarea, .wrapper select {
  font-family: 'Helvetica', 'Arial', sans-serif !important;
}

.wrapper .compare-result-head .setup_popup_content a.btn.btn-primary {
  background-image: none;
  padding: 13.5px;
  text-align: center;
  margin: 0 auto;
  float: none;
  display: inline-block;
  background-color: #1BBDEC;
  color: #fff;
  font-size: 16px;
}

.wrapper .form-right-wrapper .container.control-secton {
  float: left;
  width: 100%;
}

.wrapper .form-right-wrapper {
  float: left;
  width: 100%;
}

.wrapper .doller-input {
  position: relative;
  float: left;
  width: 100%;
}

.wrapper .doller-input span.doller-calc {
  position: absolute;
  top: 9px;
  left: 19px;
  color: #000;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.wrapper .about-page .about_heading .post-65 .wp-block-column {
  margin-bottom: 10px;
}

.wrapper .about-page .about_heading .post-65 .wp-block-column .wp-block-image img {
  max-width: 130px;
  height: auto;
  max-height: inherit;
}

.wrapper .about-page .about_heading .post-65 .wp-block-column .wp-block-image {
  min-height: 48px;
}

@media (min-width:220px) and (max-width:767px) {
  .wrapper .about-page .about_heading .post-65 .wp-block-column .wp-block-image {
    min-height: auto;
  }

  .wrapper .about-page .about_heading .post-65 .wp-block-column {
    margin-bottom: 25px;
  }

  .wrapper .about-page .about_heading .post-65 .wp-block-column p, .wrapper .about-page .about_heading .post-65 .wp-block-column p a {
    font-size: 14px;
    line-height: 20px;
  }

  .mob-logo-popup img {
    max-width: 126px;
    height: auto;
  }

  .wrapper .compare-result-logo img {
    width: 150px;
    height: auto;
  }

  .wrapper .insurance_form.setup .form_input input[type="date"] {
    line-height: 48px;
  }

  .wrapper .thankyou {
    margin-bottom: 50px;
  }

  .wrapper .gotohome a {
    font-size: 18px;
  }

  .wrapper .thankyou h2 {
    font-size: 20px;
  }

  .wrapper .life-insurance-form.life-ins-calc .progressbar.border-pb {
    border: 0;
    padding-bottom: 0;
  }

  .wrapper .life-insurance-form.life-ins-calc ul.progressbar {
    padding-bottom: 25px;
  }

  .wrapper .progressbar {
    border-bottom: 1px solid #F3F6FA;
  }

  .wrapper .calc_wrap .btn.btn-primary {
    min-width: 92px;
    background-size: 12px;
    padding: 1px 0 0 13px;
    font-size: 10px;
    background-position: 88% center;
  }

  .wrapper .calc_wrap img {
    margin: 8px 5px 0 0;
    max-width: 20px;
  }

  .wrapper .setup_popup_show, .wrapper .setup_popup.final .setup_popup_show {
    margin: auto;
    max-width: 90%;
  }

  .wrapper .form_right {
    float: left;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wrapper .insurance_form.setup h5 {
    padding-right: 85px;
  }

  .wrapper .insurance_form label {
    margin-bottom: 10px;
  }

  .wrapper .insurance_form.setup .quote-btn a.btn.btn-primary {
    width: 130px;
    padding: 17px 0 0 30px;
  }

  .wrapper .setup_popup_content input.btn.btn-primary {
    width: 220px;
    padding: 0 0 0 60px;
    background-position: 38px 18px;
    font-size: 16px;
    min-width: 220px;
  }

  .wrapper .page-count-outer:before {
    width: 5px;
    height: 5px;
    background-color: #1BBDEC;
    content: "";
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 8px;
    border-radius: 50%;
  }

  .wrapper .page-count-outer {
    position: absolute;
    top: 2px;
    right: 15px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #000;
  }

  .wrapper .insurance_form .save-app p {
    color: #5C6673;
    margin-bottom: 20px;
  }

  .wrapper .form_input input {
    font-size: 14px;
    padding: 0 15px;
    height: 47px;
  }

  .wrapper .cost_cover input {
    margin-bottom: 12px;
  }

  .wrapper .step_form h5 {
    text-align: left;
  }

  .wrapper .step_form {
    text-align: center;
  }

  .wrapper .step_form .btn.btn-primary {
    padding: 12px 10px 12px 46px;
    margin-top: 30px;
  }

  .wrapper .cost_cover {
    text-align: left;
  }

  .wrapper .step_form label {
    font-size: 14px;
  }

  .wrapper .step_form_head h4 {
    padding: 24px 15px 22px 65px;
    font-size: 18px;
  }

  .wrapper .cost_cover input {
    height: 47px;
  }

  .wrapper .quote-btn {
    margin-top: 15px;
  }

  .wrapper .form_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .wrapper .save-app .btn.btn-primary {
    background-image: url(../images/save-blue.svg);
    background-color: transparent;
    border: 1px solid #1BBDEC;
    color: #1BBDEC;
    background-position: 38px 14px;
  }

  .wrapper .insurance_form {
    margin: 15px auto 50px;
  }

  .wrapper .insurance_form h5 {
    margin: 20px 0 10px 0;
  }

  .wrapper .save-app {
    border: 0;
    padding-top: 50px;
  }

  .wrapper .save-app .btn.btn-primary {
    padding: 10.5px 0 10.5px 62px;
  }

  .wrapper .form_wrap ul.InsureMeXmlFormSteps {
    display: none;
  }

  .wrapper .left-side-bar {
    width: 100%;
    text-align: center;
    flex: 0 0 100%;
    padding: 0;
  }

  .wrapper .step_form {
    padding: 30px 25px 150px 25px;
  }

  .wrapper .compare-result-head {
    padding: 20px 5px 20px;
  }

  .wrapper .amount {
    text-align: center;
    padding: 20px 25px;
  }

  .wrapper .amount .btn.btn-primary {
    float: none;
    display: inline-block;
  }

  .wrapper .amount h3 {
    margin: 0px 0px 10px 0;
    font-size: 28px;
    width: 100%;
  }

  .wrapper .compare-result-head a.btn.btn-primary {
    margin: 15px 0 0 0;
    display: inline-block;
    padding: 13.5px 0 13.5px 45px;
    background-position: 10px 11px;
    min-width: 142px;
    font-size: 12px;
  }

  .wrapper .compare-result-head h4 {
    margin-bottom: 10px;
  }

  .wrapper .compare-result-head .btn.btn-secondary {
    margin: 15px 0 0 0;
    padding: 13.5px 0 12.5px 40px;
    font-size: 12px;
    min-width: 158px;
    background-position: 17px 16px;
  }

  .wrapper .compare-result-head .ButtonMenuItem {
    text-align: center !important;
  }

  .wrapper .step_form_popup {
    width: 100%;
  }

  .wrapper .form_radio {
    margin-bottom: 10px;
  }

  .wrapper .insurance_form p {
    font-size: 14px;
    line-height: 19px;
  }

  .wrapper .life-insurance-form {
    padding: 100px 0 25px 0;
  }

  .wrapper .compare-result-price.health-comp .form_radio:nth-child(4) {
    padding-bottom: 10px;
  }

  .wrapper .progressbar {
    margin: 0 auto 20px;
    padding-bottom: 25px;
  }

  .wrapper .progressbar li {
    font-size: 12px;
  }

  .wrapper .loading_para p {
    font-size: 16px;
    line-height: 19px;
    text-align: left;
  }

  .wrapper .insurance_form label {
    font-size: 14px;
    line-height: 19px;
  }

  .wrapper .about-page .slick-dotted ul.slick-dots {
    padding: 0;
    margin: -80px 0 48px 0;
    text-align: center;
  }

  .wrapper .about-page .slick-dotted ul.slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
  }

  .wrapper .about-page .slick-dotted ul.slick-dots li.slick-active button {
    background-color: #1BBDEC;
  }

  .wrapper .about-page .slick-dotted ul.slick-dots li button {
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #1BBDEC;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    opacity: .4;
    outline: none;
  }

  .wrapper .about_highlight img {
    display: inline-block;
  }

  .wrapper .about_highlight {
    padding: 20px 0 37px 0;
    margin: 50px 0 25px 0;
    min-height: 247px;
    text-align: center;
  }

  .wrapper .about-page p {
    font-size: 14px;
    line-height: 18px;
  }

  .wrapper .about-page .video-container {
    margin-bottom: 25px;
  }

  .wrapper .about-page {
    padding: 100px 0 0 0;
  }

  .wrapper .about-page .about_heading p {
    padding-left: 0;
    line-height: 18px;
    font-size: 14px;
  }

  .wrapper .about_heading h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .wrapper .mob-contact {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    display: inline-block !important;
    padding: 40px 0 16px 0;
  }

  .wrapper .mob-contact .contact-sub-item:nth-child(1) a {
    background-image: url(../images/phone.svg);
    background-position: 32px 2px;
    background-repeat: no-repeat;
  }

  .wrapper .mob-contact .contact-sub-item:nth-child(2) a {
    background-image: url(../images/mail.svg);
    background-position: 33px 6px;
    background-repeat: no-repeat;
  }

  .wrapper .mob-contact .contact-sub-item {
    float: left;
    width: 100%;
  }

  .wrapper .mob-contact .contact-sub-item p {
    text-align: left;
    font-size: 20px;
    margin: 0 0 3px 0;
  }

  .wrapper .mob-contact .contact-sub-item span, .wrapper .mob-contact .contact-sub-item small {
    font-size: 14px;
    display: block;
    line-height: 100%;
    margin-bottom: 2px;
  }

  .wrapper .mob-contact .contact-sub-item a {
    padding: 0 0 0 75px !important;
    margin: 0;
    font-family: 'Roboto', 'Arial', sans-serif;
    float: left;
    width: 100%;
    margin-bottom: 28px;
    color: #000000;
  }

  .wrapper .contact-wrapper {
    padding: 100px 0 100px 0;
  }

  .wrapper .contact-wrapper h2 {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .wrapper .contact-wrapper p {
    font-size: 14px;
    line-height: 19px;
    margin-left: 0;
    text-align: center;
  }

  .wrapper .contact-wrapper p br {
    display: none;
  }

  .contact-wrapper .wpforms-field-container .wpforms-field {
    width: 100% !important;
  }

  .wrapper .mob-tab-faq {
    border: 2px solid #1BBDEC;
    box-sizing: border-box;
    border-radius: 6px;
    width: calc(100% - 30px);
    margin: 0 auto;
    text-align: center;
  }

  .wrapper .mob-tab-faq ul {
    padding: 0;
    margin: 0;
  }

  .wrapper .mob-tab-faq ul li {
    list-style: none;
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 18.4px;
    vertical-align: top;
    font-weight: normal;
    cursor: pointer;
    padding: 10px 5px;
    border-radius: 3px;
  }

  .wrapper .lets_ {
    padding: 50px 0 75px 0;
  }

  .wrapper .lets_ p br {
    display: none;
  }

  .wrapper .lets_ .btn {
    margin-bottom: 15px;
  }

  .wrapper .lets_ p {
    font-size: 16px;
    line-height: 18px;
  }

  .wrapper .inside-banner h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .wrapper .inside-banner p {
    font-size: 14px;
    line-height: 19px;
  }

  .wrapper .inside-banner {
    padding: 100px 0 10px 0px;
  }

  .wrapper .mob-tab-faq ul li.active {
    background-color: #1BBDEC;
    color: #fff;
  }

  .wrapper .map-wrapper {
    margin-top: 0px;
    padding-top: 50px;
  }

  .wrapper .contact-wrapper .col-md-5.pad-left:before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }

  .wrapper .contact-wrapper .col-md-5.pad-left {
    padding-left: 15px;
    padding-top: 30px;
    margin-top: 15px;
  }

  .wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_146 .wpsm_panel-body, .wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_147 .wpsm_panel-body {
    font-size: 14px !important;
    line-height: 18px !important
  }

  .wrapper .life-insurance-banner {
    padding: 125px 0 50px 0px;
    text-align: center;
  }

  .wrapper .protect {
    display: inline-block;
  }

  .wrapper .support {
    padding: 50px 0;
  }

  .wrapper .support_icon {
    margin-bottom: 25px;
  }

  .wrapper .support h2 {
    margin: 0 0 16px 0;
    font-size: 24px;
  }

  .wrapper .insurance-banner-text h1 {
    margin: 0 0 15px 0;
    font-size: 26px;
    line-height: 30px;
  }

  .wrapper .insurance-banner-text h1 br, .wrapper .insurance-banner-text p br {
    display: none;
  }

  .wrapper .protect span {
    font-size: 11px;
  }

  .wrapper .support p {
    font-size: 18px;
    line-height: 22px;
  }

  .wrapper .support_wrapper {
    margin: 15px 0 25px 0;
  }

  .wrapper .support_wrapper a {
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper .support_wrapper h3 a, .wrapper .support_wrapper h3 {
    font-size: 20px;
  }

  .wrapper .lineup {
    display: none;
  }

  .wrapper .insurance-banner-text {
    width: 100%;
  }

  .wrapper .insurance-banner-text p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }

  .wrapper .insurance-banner-text .btn {
    min-width: 270px;
    padding: 15px 20px 15px 15px;
  }

  .wrapper footer .copyright ul {
    display: none;
  }

  .slick-dots li button {
    display: none;
  }

  .wrapper .worth-wrapper .worth-cover .btn {
    margin-bottom: 20px;
  }

  .wrapper .worth-wrapper .worth-cover {
    padding: 50px 15px 25px;
  }

  .wrapper .worth-wrapper .worth-cover .worth-select {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .wrapper .why_insure_list .slick-dots {
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0;
  }

  .wrapper .why_insure_list .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    line-height: 100%;
  }

  .wrapper .why_insure_list .slick-dots li.slick-active button {
    opacity: 1;
  }

  .wrapper .why_insure_list .slick-dots li button {
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #1BBDEC;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    opacity: .4;
  }

  .wrapper .testimonials .testimonials_wrap .testimonial_body p {
    line-height: 19px;
    font-size: 16px;
    margin: 6px 0 60px 0;
    padding: 0;
  }

  .wrapper .testimonials_item {
    padding: 0;
  }

  .wrapper .testimonials .testimonials_wrap .testimonial_body p:before {
    top: -40px;
    left: 0;
  }

  .wrapper .testimonials {
    padding: 41px 0 3px 0;
  }

  .easy_t_single_testimonial blockquote.easy_testimonial {
    padding: 20px;
  }

  .wrapper .how_it_work ul.slick-dots li.slick-active button {
    opacity: 1;
  }

  .wrapper .testimonials .testimonials_wrap .testimonial_body p:after {
    bottom: -30px;
    right: 0;
  }

  .wrapper .newsletter input::placeholder {
    font-size: 16px;
  }

  .wrapper .form_newsletter input {
    padding-right: 125px;
    padding-left: 15px;
  }

  .wrapper .newsletter input:-ms-input-placeholder {
    font-size: 16px;
  }

  .wrapper .newsletter input::-ms-input-placeholder {
    font-size: 16px;
  }

  .wrapper footer {
    text-align: center;
  }

  .wrapper footer .col-md-3:nth-child(3) {
    padding-left: 15px;
    order: 2;
    margin-top: 10px;
  }

  .wrapper .social ul li a span {
    display: none;
  }

  .easy-t-cycle-pager span {
    font-size: 35px !important;
    margin: 0 3px;
  }

  .wrapper footer ul {
    display: inline-block;
  }

  .wrapper .social ul li a {
    margin: 0 10px;
  }

  .wrapper footer .col-md-3:last-child {
    padding-left: 15px;
  }

  .wrapper .social ul li {
    display: inline-block;
  }

  .wrapper .copyright {
    margin-top: 39px;
  }

  .wrapper .form_newsletter input.btn.btn-secondary {
    min-width: 107px;
    font-size: 16px;
  }

  .wrapper .social ul li a i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-right: 0;
    font-size: 20px;
  }

  .wrapper footer ul li {
    margin-bottom: 10px;
  }

  .wrapper .copyright p {
    font-size: 14px;
    line-height: 16px;
    padding: 19px 0 19px;
    text-align: center;
    float: none;
  }

  .wrapper .header {
    padding: 10px 0;
  }

  .wrapper .insure_list {
    padding: 72px 15px 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .wrapper .testimonials .testimonials_wrap span {
    font-size: 18px;
  }

  .wrapper .home_video h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 30px 0;
  }

  .wrapper .home_video {
    padding: 50px 0 30px;
  }

  .wrapper .home_video .widget_custom_html {
    margin: 0 0 35px 0;
  }

  .wrapper #wpsm_accordion_102 .wpsm_panel-title a:before {
    right: 0;
  }

  .wrapper .accordion-wrapper h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .wrapper .accordion-wrapper {
    padding: 35px 0 50px 0;
  }

  .wrapper #wpsm_accordion_102 .wpsm_panel-body {
    font-size: 14px !important;
    line-height: 18px;
  }

  .wrapper .accordion-wrapper #accordion .card .btn {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 45px 15px 0 !important;
  }

  .wrapper #wpsm_accordion_102 .wpsm_panel-title a {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .wrapper .single-highlight-wrapper {
    padding: 50px 0 50px 0;
  }

  .wrapper .why_insure_list {
    margin: 30px 0 0 0;
  }

  .wrapper .single-highlight {
    padding: 35px 15px 20px 15px;
  }

  .wrapper .how_can {
    padding: 50px 0 30px 0;
  }

  .wrapper .how_can .widget {
    margin-bottom: 20px;
  }

  .wrapper .single-highlight .widget {
    margin: 0;
  }

  .wrapper .how_can .clear {
    margin-top: 30px;
  }

  .wrapper .how_can h2 {
    margin: 0 0 20px 0;
  }

  .wrapper .how_can .btn {
    margin-bottom: 20px;
  }

  .wrapper .wpsm_panel-group {
    margin: 35px auto 0;
  }

  .wrapper .newsletter {
    padding: 50px 0 60px;
  }

  .wrapper .form_newsletter {
    width: 100%;
    margin: 30px auto 0;
  }

  .wrapper .newsletter p {
    font-size: 14px;
  }

  .wrapper .newsletter p br {
    display: none;
  }

  .wrapper .accordion-wrapper #accordion .card .card-body {
    font-size: 14px;
    line-height: 18px;
  }

  .wrapper .how_can p br {
    display: none;
  }

  .wrapper .accordion-wrapper #accordion {
    margin: 52px auto 0 0;
  }

  .wrapper .accordion-wrapper h2 {
    padding: 0 15px;
  }

  .wrapper .single-highlight p {
    font-size: 15px;
    line-height: 18px;
  }

  .wrapper .single-highlight p br {
    display: none;
  }

  .wrapper .how_can p {
    font-size: 16px;
    line-height: 18px;
  }

  .wrapper .home_video p {
    font-size: 16px;
    line-height: 18px;
  }

  .wrapper .home_video p br {
    display: none;
  }

  .wrapper .home_video h2 br {
    display: none;
  }

  .wrapper .testimonials .testimonials_wrap p {
    font-size: 16px;
    line-height: 19px;
  }

  .wrapper .testimonials .testimonials_wrap p br {
    display: none;
  }

  .wrapper .testimonials p {
    font-size: 18px;
  }

  .wrapper .site_logo {
    width: 100%;
  }

  .wrapper .insure_list img {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .wrapper .insure_list h4 {
    font-size: 18px;
  }

  .wrapper .insure_list p {
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper .why_insure_list {
    padding: 0;
  }

  .wrapper .why_insure p br {
    display: none;
  }

  .wrapper .why_insure p {
    font-size: 16px;
    line-height: 20px;
  }

  .wrapper .why_insure {
    padding: 50px 0 50px 0;
  }

  .wrapper .worth-wrapper .worth-cover span br {
    display: none;
  }

  .wrapper .worth-wrapper .worth-cover span {
    font-size: 10px;
    line-height: 11px;
  }

  .wrapper .worth-wrapper .worth-cover .price_ h2 {
    font-size: 28px;
  }

  .wrapper .worth-wrapper .worth-cover .worth-select select {
    width: 100%;
  }

  .wrapper .line {
    background-image: none;
  }

  .wrapper .worth-wrapper .worth-cover p {
    font-size: 16px;
    line-height: 20px;
  }

  .wrapper .how_it_work .three_block p {
    display: none;
  }

  .wrapper .three_block h3 {
    font-size: 20px;
    line-height: 23px;
  }

  .wrapper .how_it_work p {
    font-size: 15px;
    line-height: 22px;
  }

  .wrapper .how_it_work {
    padding: 50px 0 50px;
  }

  .wrapper .three_block {
    margin-top: 10px;
  }

  .wrapper .three_block_img {
    margin: 0 auto 20px;
  }

  .wrapper .how_it_work ul.slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    line-height: 100%;
  }

  .wrapper .how_it_work ul.slick-dots li button {
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #1BBDEC;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    opacity: .4;
  }

  .wrapper .how_it_work ul.slick-dots {
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0;
  }

  .wrapper h2 {
    font-size: 26px;
  }

  .wrapper .two_box_item:first-child:before {
    width: 90%;
    height: 2px;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .wrapper .insurance-providers h4 {
    font-size: 16px;
  }

  .wrapper .two_box_item {
    width: 100%;
    padding: 35px 25px;
  }

  .wrapper .two_box {
    width: 100%;
  }

  .wrapper .looking_content h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .wrapper .site_logo img {
    margin: 0;
  }

  .wrapper .banner h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .wrapper .banner h1 br {
    display: none;
  }

  .wrapper .banner p {
    font-size: 16px;
    line-height: 18px;
  }

  /*.wrapper .three_block:before {
    border-top: 1px dashed #1BBDEC;
    transform: rotate(-90deg);
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    content: "";
    width: 70px;
    margin: 0 auto;
  }
  */
  .wrapper .line .col-md-4:last-child .three_block:before {
    display: none;
  }

  .wrapper .insurance-providers-list ul.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #1BBDEC;
    display: inline-block;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    padding: 0;
    margin: 0 5px;
    opacity: .4;
  }

  .wrapper .insurance-providers-list ul.slick-dots {
    margin: 15px 0 0 0;
    padding: 0;
  }

  .wrapper .insurance-providers {
    padding: 50px 0 15px;
  }

  .wrapper .insurance-providers-list ul.slick-dots li {
    list-style: none;
    display: inline-block;
  }

  .wrapper .insurance-providers-list a {
    margin: 0;
    display: inline-block;
  }

  .wrapper .insurance-providers-list {
    text-align: center;
    margin: 15px 0 0 0;
  }

  .wrapper .insurance-providers-list ul.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #1BBDEC;
    display: inline-block;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    padding: 0;
    margin: 0 5px;
    opacity: .4;
  }

  .wrapper .insurance-providers-list ul.slick-dots li.slick-active button {
    opacity: 1;
  }

  .wrapper .three_block {
    margin-top: 0;
    position: relative;
  }

  .wrapper .three_block_img img {
    display: inline-block;
  }

  .wrapper .two_box_item h4 {
    width: 260px;
    margin: 0 auto 25px;
    font-size: 20px;
    line-height: 18px;
    padding: 2px 0 0 70px;
  }

  .wrapper .btn {
    padding: 12px 20px 12px 56px;
    min-width: 240px;
    font-size: 16px;
  }

  .wrapper .popup-menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    height: 100vh;
    text-align: center;
    transition: all .3s;
    transform: translate(100%, 0%);
  }

  .wrapper .banner {
    padding: 125px 0 225px 0;
  }

  .wrapper .popup-menu.open {
    transform: translate(0, 0);
  }

  .wrapper .mob-header {
    text-align: right;
    padding: 20px 0 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(178, 184, 197, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
  }

  .wrapper .popup_contact {
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    width: 205px;
    margin: 0 auto;
  }

  .wrapper .popup-menu ul li a:hover {
    color: #1BBDEC;
  }

  .wrapper a.popup_contact_num:hover {
    background-color: #fff;
  }

  .wrapper .popup_contact a.login:hover {
    background: #FFD31A;
  }

  .wrapper span.close_popup {
    background-image: url(../images/close.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }

  .wrapper .popup_contact a.login {
    border: 1px solid #FFD31A;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    color: #000000;
    margin-left: 0;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    border-radius: 8px;
    min-height: 45px;
  }

  .wrapper a.popup_contact_num {
    background: #FFD31A;
    border-radius: 8px;
    font-size: 15px;
    line-height: 20px;
    padding: 5px;
    color: #4B4941;
    background-image: url(../images/call.svg);
    background-position: 20px 15px;
    background-repeat: no-repeat;
    width: 171px;
    margin-left: 0;
    border: 1px solid #FFCE07;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    margin-top: 0;
    width: 100%;
    height: 49px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .mob-logo-popup {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 20px;
  }

  .wrapper .popup_contact a {
    display: block;
  }

  .wrapper .mob-header a.mobile-phone {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/phone-icon.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    background-size: 30px;
  }

  .wrapper .mob-logo {
    float: left;
    max-width: 126px;
  }

  .wrapper .mob-wrapper {
    margin-top: 2px;
  }

  .wrapper .popup-menu ul li {
    margin-bottom: 10px;
  }

  .wrapper .popup-menu ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
  }

  .wrapper .popup-menu ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
  }

  .wrapper .mob-header .hamburger_menu {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/humbarger.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    margin-left: 15px;
    cursor: pointer;
    background-size: 30px;
  }

  .wrapper .accordion-wrapper.inside_accordian .col-md-6:first-child {
    padding-right: 15px;
  }

  .wrapper .accordion-wrapper.inside_accordian .col-md-6:last-child {
    padding-left: 15px;
  }

  .wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_146 .wpsm_panel-title a, .wrapper .accordion-wrapper.inside_accordian #wpsm_accordion_147 .wpsm_panel-title a {
    font-size: 18px !important;
  }

  .wrapper .accordion-wrapper.inside_accordian h3 {
    display: none !important;
  }

  .wrapper .life-insurance-form.life-ins-calc {
    padding-bottom: 25px;
  }

  .wrapper .life-insurance-form .site-main {
    margin: 0;
  }

  .wrapper .loading_para p br {
    display: none;
  }

  .wrapper .life-insurance-form.life-ins-calc .loading_para {
    margin-top: 25px;
  }

  .wrapper .form_radio input[type=radio]+label:before {
    margin-right: 8px;
  }

  .wrapper .quote-btn button {
    min-width: 155px;
    background-position: 88% center !important;
    margin-top: 0;
    padding-left: 15px;
  }

  .wrapper .back-btn {
    margin-top: 15px;
  }

  .wrapper .compare-result {
    padding: 42px 0 50px 0;
  }

  .wrapper .quote-btn a.btn.btn-primary {
    padding: 17px 0 0 12px;
    width: 155px;
    background-position: 95% center;
  }

  .wrapper .compare-result-price.health-comp a.btn.btn-primary {
    display: block;
    clear: both;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width:220px) and (max-width:370px) {}

@media (min-width:768px) and (max-width:991px) {
  .wrapper .compare-result-price.health-comp a.btn.btn-primary {
    display: block;
    clear: both;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 10px;
  }

  .wrapper .more_list {
    padding: 30px 0 0 0;
  }

  .wrapper .more_list ul {
    padding: 0 15px 0 15px;
  }

  .wrapper .more_list ul li {
    font-size: 14px;
    line-height: 18px;
    background-position: 0px 4px;
    padding: 4px 0 4px 25px;
    margin: 0 0 10px 0;
  }

  .wrapper .policy-info a {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0 0 35px;
    margin-bottom: 15px;
  }

  .wrapper .policy-info {
    padding: 25px 15px 25px 15px;
  }

  .wrapper .more_list ul li {
    padding: 4px 0 4px 36px;
    margin: 0 0 20px 0;
  }

  .wrapper .compare-result-item {
    max-width: 100%;
    float: left;
    display: inline-block;
    margin: 30px auto 0;
    width: 100%;
  }

  .wrapper #health_result_list {
    text-align: center;
  }

  .wrapper .loading_para p br {
    display: none;
  }

  .wrapper .form_right {
    max-width: inherit;
    margin: 0 auto;
    float: left;
    width: 70%;
    padding: 0 15px;
  }

  .wrapper .left-side-bar ul li {
    margin-bottom: 10.5px;
  }

  .wrapper .left-side-bar ul li a:before {
    width: 16px;
    height: 16px;
    padding-top: 2px;
  }

  .wrapper .left-side-bar ul li.active a:before {
    font: normal normal normal 8px/1 FontAwesome;
  }

  .wrapper .left-side-bar ul li a {
    font-size: 14px;
    padding: 0 0 0 25px;
  }

  .wrapper .left-side-bar {
    width: 30%;
    padding: 0 15px;
  }

  .wrapper .compare-result-price input.btn.btn-primary {
    min-width: 140px;
    padding: 12px 20px 12px 12px;
    font-size: 11px;
    background-position: 95% center;
    background-size: 15px;
  }

  .wrapper .accordion-wrapper.inside_accordian .col-md-6:first-child {
    padding-right: 15px;
  }

  .wrapper .accordion-wrapper.inside_accordian .col-md-6:last-child {
    padding-left: 15px;
  }

  .wrapper .insurance-banner-text {
    width: 57%;
  }

  .wrapper .insurance-banner-text h1 {
    margin: 0px 0 18px 0;
    font-size: 26px;
  }

  .wrapper .insurance-banner-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .wrapper .lineup {
    right: 70px;
  }

  .wrapper .prepare-btn {
    right: -85px;
    width: 200px;
    height: 40px;
  }

  .wrapper .how_it_work {
    padding: 75px 0 75px 0;
  }

  .wrapper h1 {
    font-size: 36px;
  }

  .wrapper .why_insure_list {
    padding: 89px 0 0 0;
  }

  .wrapper .worth-wrapper .worth-cover {
    max-width: 650px;
  }

  .wrapper footer ul a {
    font-size: 15px;
  }

  .wrapper footer .col-md-3:nth-child(2) {
    padding-left: 65px;
  }

  .wrapper footer .col-md-3:nth-child(3) {
    padding-left: 35px;
  }

  .wrapper footer .col-md-3:last-child {
    padding-left: 50px;
  }

  .wrapper .why_insure p {
    font-size: 18px;
    line-height: 21px;
  }

  .wrapper .worth-wrapper .worth-cover p {
    font-size: 18px;
  }

  .wrapper .how_it_work p {
    font-size: 18px;
    line-height: 21px;
  }

  .wrapper .line {
    background-position: center 120px;
    background-size: 90%;
  }

  .wrapper .three_block_img {
    width: 100%;
    height: auto;
    line-height: initial;
    padding: 20px;
  }

  .wrapper h2 {
    font-size: 28px;
  }

  .wrapper .how_it_work .three_block p {
    font-size: 14px;
  }

  .wrapper .how_it_work .three_block p br {
    display: none;
  }

  .wrapper .three_block h3 br {
    display: none;
  }

  .wrapper h3 {
    font-size: 20px;
  }

  .wrapper .banner p {
    font-size: 18px;
  }

  .wrapper .menu ul.navbar-nav li a {
    margin: 0 12px;
  }

  .wrapper .site_logo img {
    margin-left: 0;
  }

  .wrapper .insurance-providers-list a {
    margin: 0 10px;
  }

  .wrapper .insurance-providers-list a img {
    max-width: 100px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .wrapper .lineup {
    right: 100px;
  }

  .wrapper .more_list ul {
    padding: 0 20px 0 20px;
  }

  .wrapper .policy-info {
    padding: 26px 20px 26px 20px;
  }

  .wrapper .compare-result-price a.btn.btn-primary {
    min-width: 190px;
    padding: 17px 20px 15px 15px;
    font-size: 14px;
    background-position: 92% center;
  }

  .wrapper .compare-result-price.health-comp .form_radio input[type=radio]+label:before {
    top: 1px;
    margin-right: 5px;
  }

  .wrapper .compare-result-price.health-comp .form_radio h2 {
    right: 15px;
    font-size: 20px;
  }

  .wrapper .compare-result-price.health-comp .form_radio h2 span {
    bottom: -1px;
    right: -4px;
    font-size: 12px;
  }

  .wrapper .compare-result-price.health-comp .form_radio input[type=radio]+label {
    padding: 0 10px 0 40px;
    font-size: 13px;
  }

  .wrapper .form_right {
    max-width: inherit;
    margin: 0 auto;
    float: left;
    width: 69%;
    padding: 0 15px;
  }

  .wrapper .left-side-bar ul li a:before {
    width: 16px;
    height: 16px;
    padding-top: 2px;
  }

  .wrapper .compare-result-price input.btn.btn-primary {
    min-width: 200px;
    padding: 21px 20px 21px 20px;
    font-size: 14px;
  }

  .wrapper .insurance-banner-text {
    width: 57%;
  }

  .wrapper .insurance-banner-text h1 {
    font-size: 36px;
  }

  .wrapper .insurance-banner-text p {
    font-size: 18px;
    line-height: 28px;
  }

  .wrapper .menu ul.navbar-nav li a {
    margin: 0 30px;
  }

  .wrapper .insurance-providers-list a {
    margin: 0 20px;
  }

  .wrapper .why_insure_list {
    padding-left: 65px;
  }
}

@media (min-width:1200px) and (max-width:1560px) {
  .wrapper .lineup {
    right: 100px;
  }
}