/*
Theme Name: broker-child
Template: broker
*/
@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("fonts/Flaticon.woff") format("woff"),
    url("fonts/Flaticon.ttf") format("truetype"),
    url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  /*font-size: 20px;*/
  font-style: normal;
}
.flaticon-left-arrow:before { content: "\f100"; }
.flaticon-right-arrow:before { content: "\f101"; }
.flaticon-warning:before { content: "\f102"; }
.flaticon-charity:before { content: "\f103"; }
.flaticon-first-aid-kit:before { content: "\f104"; }
.flaticon-insurance:before { content: "\f105"; }
.flaticon-care:before { content: "\f106"; }
.flaticon-mortgage:before { content: "\f107"; }
.flaticon-call-center-worker-with-headset:before { content: "\f108"; }
.flaticon-house:before { content: "\f109"; }
.flaticon-auto-insurance:before { content: "\f10a"; }
.flaticon-doctor:before { content: "\f10b"; }
.flaticon-car-insurance:before { content: "\f10c"; }
.flaticon-phone:before { content: "\f10d"; }
.flaticon-family-care:before { content: "\f10e"; }

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?1wump0');
  src:  url('fonts/icomoon.eot?1wump0#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?1wump0') format('truetype'),
    url('fonts/icomoon.woff?1wump0') format('woff'),
    url('fonts/icomoon.svg?1wump0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-question:before {
  content: "\e921";
}
.icon-dont-know:before {
  content: "\e90e";
}
.icon-health-insurance:before {
  content: "\e915";
}
.icon-home-insurance:before {
  content: "\e91c";
}
.icon-Medicare-Advantage:before {
  content: "\e91d";
}
.icon-medicare-insurance:before {
  content: "\e91e";
}
.icon-Medicare-Supplement:before {
  content: "\e91f";
}
.icon-single1:before {
  content: "\e920";
}
.icon-no-wedding:before {
  content: "\e901";
}
.icon-married:before {
  content: "\e90d";
}
.icon-address:before {
  content: "\e900";
}
.icon-child:before {
  content: "\e902";
}
.icon-dob:before {
  content: "\e903";
}
.icon-education:before {
  content: "\e904";
}
.icon-email:before {
  content: "\e905";
}
.icon-employment:before {
  content: "\e906";
}
.icon-female:before {
  content: "\e907";
}
.icon-height:before {
  content: "\e908";
}
.icon-household-income:before {
  content: "\e909";
}
.icon-household-size:before {
  content: "\e90a";
}
.icon-insurance:before {
  content: "\e90b";
}
.icon-male:before {
  content: "\e90c";
}
.icon-move:before {
  content: "\e90f";
}
.icon-no-btn:before {
  content: "\e910";
}
.icon-occupation:before {
  content: "\e911";
}
.icon-open-enrollment:before {
  content: "\e912";
}
.icon-others:before {
  content: "\e913";
}
.icon-phone:before {
  content: "\e914";
}
.icon-pre-existing-condition:before {
  content: "\e916";
}
.icon-single:before {
  content: "\e917";
}
.icon-user:before {
  content: "\e918";
}
.icon-weight:before {
  content: "\e919";
}
.icon-yes-btn:before {
  content: "\e91a";
}
.icon-zipcode:before {
  content: "\e91b";
}


*{
  margin: 0;
  padding: 0;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.container{
  position: relative;
}
.header-wrapper,
.breadcrumbs-wrapper{
  display: none;
}
/* top bar css */
.top-header.cg-announcements {
  border-bottom: 0;
  padding: 0;
  box-shadow: 0 0 12px #0d275a;
  position: relative;
  z-index: 1;
  height: 35px;
  overflow: hidden;
  display:  none;/* updated by 31 july 19 */
}
.top-header .social-icons-header ul {
  margin: -3px 0 0;
  display: flex;
}
.top-header .social-icons-header ul li {
  margin: 0;
}
.top-header .call-header{
  background-color: #1bbc9b;
  height: 35px;
}
.top-header .call-header .call-now-header{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.top-header .call-header:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 35px solid #1bbc9b;
  border-left: 25px solid transparent;
  left: -25px;
  top: 0;
}
.top-header .call-header:after {
  content: '';
  position: absolute;
  height: 35px;
  background-color: #1bbc9b;
  width: 100%;
  top: 0;
  left: 100%;
  z-index: -1;
}
.top-header .call-header .call-now-header .textwidget{
  display: flex;
}
.top-header .call-header .call-now-header .call-txt{
  font-size: 14px;
}
.top-header .call-header .call-now-header .call-icon{
  margin: 0 8px;
  font-size: 20px;
}
.top-header .call-header .call-now-header .call-number{
  font-size: 22px;
  font-weight: 500;
}
.top-header .call-header .call-now-header .call-number a{
  outline:none;
}
/* logo and menu css */
.cg-wp-menu-wrapper a {
  outline: none;
}
.main-menu-position, .cg-is-fixed #mega-menu-wrap-primary{
  position: absolute;
  top:0;
  right:15px;
}
.cg-is-fixed #mega-menu-wrap-primary{
  right:-5px;
}
.cg-header-fixed-wrapper.cg-is-fixed .cg-header-fixed {
  height: 40px;/* updated by vikas 31 july 19 */
}
.main-menu-position #mega-menu-wrap-primary,
.cg-is-fixed #mega-menu-wrap-primary{
  background-color: transparent;
}
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
  /* updated by vikas 31 july 19 */
  /*  height: 67px;
    line-height: 67px;*/
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
  color: #333!important;
}
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link {
  color: #fff!important;
}
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,#mega-menu-wrap-primary[class] #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
  background-color: #2b425e !important;
  color:#fff !important;
}
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu{
  width: 240px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.39);
  padding: 5px;
  display: none;
}
/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.helpful-articles[class]{
  display: none!important;
}*/
.autolink .mega-sub-menu {
  left: 138px!important;
}
.lifelink .mega-sub-menu {
  left: 264px!important;
}
.homelink .mega-sub-menu {
  left: 382px!important;
}
.medicarelink .mega-sub-menu {
  left: 516px!important;
}
.getquote .mega-menu-link {
  background-color: #bf1729!important;
  text-align: center!important;
  color: #fff!important;
  padding: 3px 0!important;
  text-transform: capitalize!important;
  font-size: 20px!important;
  font-weight: 500!important;
}
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item{
  padding: 0;
}
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item .mega-block-title,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item .mega-block-title{
  font-size: 16px;
  font-weight: bold;
  color: #1f1f1f;
  border-bottom: 2px solid #d9d9d9;
  text-transform: initial;
  margin: 12px 8px 8px;
  line-height: initial;
}
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul{
  margin: 0 8px;
}
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li{
  list-style: none;
  position: relative;
}
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li a,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li a{
  color: #5a5a5a;
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 3px 0 3px 20px;
}
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li a:hover,
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li a:focus,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li a:hover,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li a:focus{
  color: #1bbc9b;
}
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li:before,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li:before{
  content: '';
  height: 12px;
  width: 12px;
  border: 2px solid #b0b0af;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 6px;
}
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li:after,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li:after{
  content: '';
  position: absolute;
  width: 2px;
  height: 16px;
  left: 5px;
  background-color: #b0b0af;
  margin-top: 16px;
  top: 0;
}
.main-menu-position #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li:last-child:after,
.cg-is-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li:last-child:after{
  content: '';
  height: auto;
}
.cg-header-fixed-wrapper.cg-is-fixed .cg-wp-menu-wrapper {
  max-width: 100%;
}
.cg-header-fixed-wrapper.cg-is-fixed .logo img {
  /* updated by vikas 31 july 19 */
  max-height: 40px;
  padding: 5px 0px;
}
/* banner css */
.main-banner{
  margin-bottom: 0!important;
}
.main-banner p{
  left: 11vw!important;
}
/* body content css */
.home-form-section {
  margin: 50px 0 15px;
}
.home-content p {
  color: #2b2a2a!important;
  line-height: 28px!important;
  font-size: 20px!important;
  font-weight: 300!important;
  padding-right: 20px;
}
.call-number-section h1, .form-section h1 {
  margin: 0 0 8px;
  line-height: 29px;
}
.call-number-section p, .form-section p {
  color: #8c8c8c!important;
  line-height: 18px!important;
}
.call-number-section p:last-child{
  margin:0;
}
.call-number-section .call-number a{
  font-size: 34px;
  font-weight: 500;
  border-bottom: 0;
  padding: 18px 0 20px 65px!important;
  display: inline-block;
  position: relative;
  outline: none;
}
.call-number-section .call-number a:after {
  content: "\f10d";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  border: 2px solid #1bbc9b;
  color: #3a5371;
  font-size: 24px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page-form .form-group{
  margin-bottom: 20px;
}
.home-page-form .form-control,
.home-page-form select{
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  font-size: 16px;
  padding: 0 5px;
  color: #7e7e7e;
  width: calc(100% - 20px);
  background-color: transparent;
}
.home-page-form select{
  padding: 0!important;
}
.home-page-form .form-control:focus, .home-page-form select:focus{
  outline: none;
  box-shadow: none;
  border:none;
  border-bottom: 1px solid #333;
}
.home-page-form button {
  font-size: 24px;
  color: #1bbc9b;
  background-color: #fff;
  border: 2px solid #1bbc9b;
  outline: none;
  width: calc(100% - 20px);
  font-weight: 500;
  height: 50px;
  padding: 0 10px;
  border-radius: 0;
}
.home-page-form button:hover{
  background-color: #1bbc9b;
  color: #fff;
}
/* our products css */
.heading-styling h2{
  text-align: center;
  margin: 0;
  margin-bottom: 3vw!important;
}
.heading-styling h2 strong {
  background-color: #1bbc9b;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 28px;
  position: relative;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0 60px;
  font-weight: 500;
}
.heading-styling h2:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  top: 25px;
}
.our-products-section ul{
  margin-bottom: 15px!important;
}
.our-products-section ul li{
  vertical-align: top;
}
.our-products-section ul li a {
  border: none!important;
  background-color: #f0f0f0!important;
  color: #3a5371!important;
  font-size: 14px;
  font-weight: 500!important;
  height: 130px;
  width: 130px;
  padding: 14px 22px!important;
  line-height: 16px;
}
.our-products-section ul li.vc_active a {
  background-color: #1bbc9b!important;
  color: #fff!important;    
}
.our-products-section ul.vc_pagination li a {
  padding: 0!important;
}
.our-products-section ul.vc_pagination li.vc_pagination-item a {
  background-color: #3a5371!important;
}
.our-products-section ul.vc_pagination li.vc_active a {
  background-color: #1bbc9b!important;
}
.our-products-section h2 {
  margin: 2px 0 10px;
}
.our-products-section h3 {
  font-size: 18px!important;
  color: #4a4a4a!important;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 15px!important;
  padding-bottom: 5px;
}
.our-products-section ul li.vc_tta-tab a {
  display: flex!important;
  align-items: flex-end;
  position: relative!important;
}
.our-products-section ul li.vc_tta-tab a .vc_tta-title-text{
  margin:0!important;
}
.our-products-section ul li.vc_tta-tab a i{  
  font-family: Flaticon;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.our-products-section ul li.vc_tta-tab a i:before{
  font-size: 60px;
}
.our-products-section ul li.vc_tta-tab:nth-child(1) a i:before{
  content: "\e915";
  font-family: 'icomoon';
}
/* updated by vikas 31 july 19 */
.our-products-section ul li.vc_tta-tab:nth-child(2) a i:before{
  content: "\e952";
  font-family: 'icomoon';
}
.our-products-section ul li.vc_tta-tab:nth-child(3) a i:before{
  content: "\e955";
  font-family: 'icomoon';
}
.our-products-section ul li.vc_tta-tab:nth-child(4) a i:before{
  content: "\e91c";
  font-family: 'icomoon';
}
.our-products-section ul li.vc_tta-tab:nth-child(5) a i:before{
  content: "\e91e";
  font-family: 'icomoon';
}
/* end here */
.our-products-section .product-image a {
  border: 1px solid #eaeaea;
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .15);
  display: inline-block;
  margin-bottom: 15px;
}
.our-products-section .product-image a:hover {
  border: 1px solid #000;
}
.our-products-section .tab-content ul {
  margin: 0!important;
  padding: 0;
}
.our-products-section .tab-content ul li{
  list-style: none;
  position: relative;
}
.our-products-section .tab-content ul li:before {
  content: '';
  height: 12px;
  width: 12px;
  border: 2px solid #b0b0af;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 8px;
}
.our-products-section .tab-content ul li:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  left: 5px;
  background-color: #b0b0af;
  margin-top: 20px;
  top: 0;
}
.our-products-section .tab-content ul li:last-child:after {
  content: '';
  height: auto;
}
.our-products-section .tab-content ul li a {
  color: #1bbc9b!important;
  font-size: 14px;
  font-weight: 500!important;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 7px 0 7px 25px!important;
  width: auto;
  height: auto;
  background-color: transparent!important;
  outline: none;
}
.our-products-section .tab-content ul li a:hover,
.our-products-section .tab-content ul li a:focus{
  color:#333!important;
}
.our-products-section .vc_pagination {
  display: block!important;
}
/* additional and partner logo section css */
.additional-section h1 {
  color: #fff!important;
  text-align: center;
  font-size: 50px!important;
  line-height: 54px!important;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 30px 12vw!important;
}
.partner-heading-section{
  overflow: initial!important;
}
.partner-logos-heading h2{
  /*position: relative;
  text-align: center;
  margin: -60px 0 0;
  margin: 30px 0 0;*/
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -25px;
}
.partner-logos-heading h2 strong {
  background-color: #3a5371;
  display: inline-block;
  color: #fff!important;
  font-size: 22px!important;
  border-radius: 50px;
  line-height: 24px!important;
  padding: 10px 60px;
  font-weight: 500!important;
  text-align: center;
  border: 2px solid #fff;
}
.partner-logos ul {
  display: flex;
  flex-wrap: wrap;
  height: auto!important;
  flex-direction: row;
  justify-content: center;
}
.partner-logos ul li {
  width: 24%;
  position: static!important;
  text-align: center;
  margin: 20px 0!important;
  transform: initial!important;
}
.partner-logos ul li img{
  display: inline-block!important;
  width: 75%;
}
/* first footer css */
.first-footer {
  padding: 60px 0px 35px 0px;
  display: block;
}
.first-footer .container {
  background-color: transparent;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
.first-footer .container h1 {
  text-align: center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
  top: -22px;
}
.first-footer .container h1 strong {
  display: inline-block;
  font-size: 22px;
  color: #2a2e39;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.23);
  padding: 5px 30px;
}
.first-footer .container > .row{
  display: flex;
  flex-wrap: wrap;
  background-color: #14a789;
  justify-content: center;
}
.first-footer .container > .row .footer-insurance-article {
  padding: 30px 15px 15px;
  width: 20%;
}
.first-footer .container > .row .footer-insurance-article:nth-child(1) {
  background-color: #119c80;
}
.first-footer .container > .row .footer-insurance-article:nth-child(2) {
  background-color: #14a789;
}
.first-footer .container > .row .footer-insurance-article:nth-child(3) {
  background-color: #19b494;
}
.first-footer .container > .row .footer-insurance-article:nth-child(4) {
  background-color: #1bbc9b;
}
.first-footer .container > .row .footer-insurance-article:nth-child(5) {
  background-color: #1fc8a5;
}
.first-footer .container > .row .footer-insurance-article h4{
  position: relative;
  font-size: 18px;
  margin-bottom: 18px;
}
.first-footer .container > .row .footer-insurance-article h4:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #fff;
  bottom: -2px;
}
.first-footer .container > .row .footer-insurance-article ul li{  
  position: relative;
}
.first-footer .container > .row .footer-insurance-article ul li a {
  padding-left: 25px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}
.first-footer .container > .row .footer-insurance-article ul li:before {
  content: '';
  height: 12px;
  width: 12px;
  border: 2px solid #6df5d9;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 4px;
}
.first-footer .container > .row .footer-insurance-article ul li:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 15px;
  left: 5px;
  background-color: #6df5d9;
  margin-top: 15px;
  top: 0;
}
.first-footer .container > .row .footer-insurance-article ul li:last-child:after {
  content: '';
  height: auto;
}
/* second footer css */
.second-footer {
  position: relative;
  /*margin-top: -110px;
  padding-top: 75px;
  padding-bottom: 15px;*/
}
.second-footer .container > .row{
  display: flex;  
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.second-footer .container > .row .second-footer-widget {
  padding: 30px 15px 15px;
  /* Ancho en desktop: header-footer.css (≥1200px) reparte con flex; 25% fijo vaciaba la fila con 3 widgets */
}
.second-footer .container > .row .second-footer-widget h4{
  position: relative;
  font-size: 22px;
  margin: 0;
  margin-bottom: 18px;
}
.second-footer .container > .row .second-footer-widget h4:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #1bbc9b;
  bottom: -5px;
}
.second-footer .container > .row .second-footer-widget ul li {
  padding: 0;
}
.second-footer .container > .row .second-footer-widget ul li:before,
.second-footer .container > .row .second-footer-widget ul li > ul{
  display: none;
}
.second-footer .container > .row .second-footer-widget ul li a {
  padding: 5px 0;
  display: block;
}
.second-footer .container > .row .second-footer-widget ul li a:hover,
.second-footer .container > .row .second-footer-widget ul li a:focus{
  color: #6df5d9;
}
.second-footer .container > .row .second-footer-widget.social-icons ul li a span {
  border-radius: 5px;
}
/*.helpful-articles{
  display: none;
}*/
/* copyright css */
.footer-copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  line-height: 20px;
}
.footer-copyright strong{
  color: #fff;
}

/* inner page banner */
.inner-banner .wpb_layerslider_element {
  margin-bottom: 0;
}
.inner-banner h1,
.inner-banner h2,
.inner-banner p{
  left: 11vw!important;
}
.inner-banner p i{
  margin-left: 2.5vw;
}
.inner-banner h2 {
  margin-left: 4vw!important;
}
/* inner page content */
.call-us-today {
  width: 35%;
}
.insurance-type-txt {
  width: 65%;
}
.call-section {
  overflow: initial;
}
.call-us-today:before {
  position: absolute;
  content: '';
  background-color: #3a5371;
  right: 100%;
  top: 0;
  height: 100%;
  width: 100%;
}
.call-us-today .call-number-section h1 {
  color: #fff;
  margin-top: -10px;
}
.call-us-today .call-number-section p {
  color: #d7d7d7!important;
}
.call-us-today .call-number-section .call-number a:hover,
.call-us-today .call-number-section .call-number a:focus{
  color: #fff;
}
.call-us-today .call-number-section .call-number a:after{
  color: #fff;
}
.insurance-type-txt h4 {
  color: #fff!important;
  font-size: 16px!important;
  font-weight: normal!important;
  margin: 20px 0 0;
}
.insurance-type-txt h3 {
  color: #fff!important;
  font-size: 20px!important;
  font-weight: normal!important;
  margin: 0;
}
.insurance-type-txt h3 strong {
  font-size: 36px;
  text-shadow: 5px 5px 10px rgba(0, 81, 64, .25);
}
.insurance-type-txt p {
  font-size: 18px!important;
  color: #fff!important;
  margin: 20px 0 0;
  font-weight: 300!important;
}
/* insurance form css */
.insurance-form h3{
  font-size: 20px!important;
  font-weight: 500!important;
  margin: 20px 0 10px;
  position: relative;
}
.insurance-form label {
  font-size: 14px;
  color: #4b4b4b;
  font-weight: 500;
  line-height: 16px;
}

.shop-insurance ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.shop-insurance ul li{
  list-style: none;
  width: 31%;
  height: 85px;
  margin: 0 10px 12px 0;
}

.radio-box[type="radio"]:checked,
.radio-box[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-box[type="radio"]:checked + label,
.radio-box[type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 95px;
  cursor: pointer;
  line-height: 16px;
  display: flex;
  align-items: center;
  font-family: Roboto!important;
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  height: 85px;
}
.radio-box[type="radio"]:checked + label:before,
.radio-box[type="radio"]:not(:checked) + label:before {
  /*content: '';*/
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #cccccc;
  font-family: 'icomoon' !important;
  color: #464646;
  font-size: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.radio-box[type="radio"]:checked + label,
.radio-box[type="radio"]:checked + label:before{
  color: #1bbc9b;
}
.radio-box[type="radio"]:checked + label:after,
.radio-box[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 85px;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 0 0 20px 0 rgba(27, 188, 155, .33);
  border: 3px solid #1bbc9b;
}
.radio-box[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-box[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-box-group {
  display: flex;
  flex-wrap: wrap;
}
.radio-box-group > div {
  /*width: 33.3%;*/
}
.radio-group {
  display: flex;
}
.radio-square[type="radio"]:checked,
.radio-square[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-square[type="radio"]:checked + label,
.radio-square[type="radio"]:not(:checked) + label
{
  position: relative;
  cursor: pointer;
  line-height: 13px;
  display: block;
  font-family: Roboto!important;
  color: #464646;
  font-weight: 500;
  height: 65px;
  width: 80px;
  padding-top: 70px;
  font-size: 12px;
  text-align: center;
}
.radio-square[type="radio"]:checked + label:before,
.radio-square[type="radio"]:not(:checked) + label:before {
  /*content: '';*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #cccccc;
  font-family: 'icomoon' !important;
  color: #464646;
  font-size: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.radio-square[type="radio"]:checked + label,
.radio-square[type="radio"]:checked + label:before{
  color: #1BBC9B;
  z-index: 1;
  background-color: transparent;
}
.radio-square[type="radio"]:checked + label:before{
  color: #fff;
}
.radio-square[type="radio"]:checked + label:after,
.radio-square[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 100%;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #1bbc9b;
}
.radio-square[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-square[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.yes-no-btn[type="radio"]:checked + label:before,
.yes-no-btn[type="radio"]:not(:checked) + label:before {
  font-size: 36px;
}

.note-txt{
  font-size: 12px;
  color: #737373;
  text-align: right;
  display: block;
  margin-bottom: 15px;
}

.input-control{
  border: 1px solid #fff!important;
  box-shadow: none;
  outline:none;
  border-radius: 0;
  background-color: #fff!important;
  height: 50px;
  padding-left: 60px!important;
  font-size: 16px;
  font-weight: 500;
}
.input-control:focus{
  border: 1px solid #000!important;
}

.input-icon {
  position: relative;
}
.input-icon .icon {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 30px;
  color: #464646;
}

.input-name{
  background-color: transparent !important;
  height: 50px;
  font-size: 18px;
  margin-top: 10px;
  border:0!important;
  border-bottom: 1px solid #c1c1c1!important;
}
.input-name:focus{
  box-shadow: none!important;
  border:0!important;
  border-bottom: 1px solid #000!important;
}
.input-first-name{
  padding-left: 0!important;
  text-align: right;
  width: 90%;
}
.input-last-name{
  padding-left: 11px!important;
  width: 90%;
  margin-left: 10%;
}
.user-name {
  margin-bottom: 10px;
  position: relative;
}
.user-name:before {
  content: '\e918';
  width: 70px;
  height: 70px;
  position: absolute;
  border: 3px solid #a7a7a7;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #fff;
  z-index: 1;
  font-family: 'icomoon' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #888888;
}

.attireMainNav{
  display: none;
}


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon2.eot?8b5bgr');
  src:  url('fonts/icomoon2.eot?8b5bgr#iefix') format('embedded-opentype'),
    url('fonts/icomoon2.ttf?8b5bgr') format('truetype'),
    url('fonts/icomoon2.woff?8b5bgr') format('woff'),
    url('fonts/icomoon2.svg?8b5bgr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-security-system:before {
  content: "\e959";
}
.icon-final-expense:before {
  content: "\e958";
}
.icon-life-insurance:before {
  content: "\e955";
}
.icon-car-insurance:before {
  content: "\e952";
}
.icon-years-at-job:before {
  content: "\e957";
}
.icon-age-licensed:before {
  content: "\e956";
}
.icon-insurance-company:before {
  content: "\e954";
}
.icon-property-insurance-coverage:before {
  content: "\e953";
}
.icon-vehicles:before {
  content: "\e951";
}
.icon-current-residence:before {
  content: "\e950";
}
.icon-mileage:before {
  content: "\e949";
}
.icon-parking-car:before {
  content: "\e948";
}
.icon-car-use:before {
  content: "\e947";
}
.icon-car:before {
  content: "\e946";
}
.icon-calendar-expire:before {
  content: "\e945";
}
.icon-currently-insured:before {
  content: "\e944";
}
.icon-policy:before {
  content: "\e943";
}
.icon-car-accident:before {
  content: "\e942";
}
.icon-injury:before {
  content: "\e941";
}
.icon-license:before {
  content: "\e940";
}
.icon-apartment:before {
  content: "\e922";
}
.icon-bathtub:before {
  content: "\e923";
}
.icon-bed:before {
  content: "\e924";
}
.icon-coverage-type:before {
  content: "\e925";
}
.icon-duplex:before {
  content: "\e926";
}
.icon-energy-system:before {
  content: "\e927";
}
.icon-fit-screen:before {
  content: "\e928";
}
.icon-foundation:before {
  content: "\e930";
}
.icon-money:before {
  content: "\e931";
}
.icon-money-2:before {
  content: "\e932";
}
.icon-private-garage:before {
  content: "\e933";
}
.icon-property-age:before {
  content: "\e934";
}
.icon-rate-star-button:before {
  content: "\e935";
}
.icon-roof:before {
  content: "\e937";
}
.icon-safety:before {
  content: "\e938";
}
.icon-skyline:before {
  content: "\e939";
}
.icon-occupancy-type:before {
  content: "\e936";
}
.icon-value-home:before {
  content: "\e929";
}



.education-field .select2-container--default:before,
.occupation-field .select2-container--default:before,
.current-insurance-field .select2-container--default:before,
.coverage-type-field .select2-container--default:before,
.coverage-amount-field .select2-container--default:before,
.deductible-desired-field .select2-container--default:before,
.coverage-desired-field .select2-container--default:before,
.liability-desired-field .select2-container--default:before,
.property-type-field .select2-container--default:before,
.property-age-field .select2-container--default:before,
.construction-field .select2-container--default:before,
.foundation-field .select2-container--default:before,
.roof-type-field .select2-container--default:before,
.electrical-system-field .select2-container--default:before,
.garage-type-field .select2-container--default:before,
.square-feet-field .select2-container--default:before,
.stories-field .select2-container--default:before,
.bedrooms-field .select2-container--default:before,
.bathrooms-field .select2-container--default:before,
.occupancy-type-field .select2-container--default:before,
.value-home-field .select2-container--default:before,
.credit-rating-field .select2-container--default:before,
.current-residence-field .select2-container--default:before,
.years-residence-field .select2-container--default:before,
.license_status-field .select2-container--default:before,
.coverage-level-field .select2-container--default:before,
.collision-field .select2-container--default:before,
.comprehensive-field .select2-container--default:before,
.bi_per_person-field .select2-container--default:before,
.bi_per_incident-field .select2-container--default:before,
.current-insurer-field .select2-container--default:before,
.length-insured-field .select2-container--default:before,
.vehicle-use-field .select2-container--default:before,
.vehicle-parking-field .select2-container--default:before,
.annual-mileage-field .select2-container--default:before,
.pre-existing-field .select2-container:before,
.years-occupation-field .select2-container--default:before,
.years-insurance-company-field .select2-container--default:before,
.security-system-field .select2-container--default:before,
.age-of-home-owner-field .select2-container--default:before{
  font-family: 'icomoon' !important;
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 30px;
  color: #464646;
}
.education-field .select2-container--default:before{  
  content: '\e904';
}
.occupation-field .select2-container--default:before{  
  content: '\e911';
}
/*.current-insurance-field .select2-container--default{
  margin-top:25px;
}*/
.current-insurance-field .select2-container--default:before{  
  content: '\e90b';
}
.pre-existing-field .select2-container:before{
  content: '\e916';
}

.coverage-type-field .select2-container--default:before{  
  content: '\e925';
}
.coverage-amount-field .select2-container--default:before{  
  content: '\e931';
}
.deductible-desired-field .select2-container--default:before{  
  content: '\e932';
}
.coverage-desired-field .select2-container--default:before{  
  content: '\e932';
}
.liability-desired-field .select2-container--default:before{  
  content: '\e932';
}
.property-type-field .select2-container--default:before{  
  content: '\e922';
}
.property-age-field .select2-container--default:before{  
  content: '\e934';
}
.construction-field .select2-container--default:before{  
  content: '\e938';
}
.foundation-field .select2-container--default:before{  
  content: '\e930';
}
.roof-type-field .select2-container--default:before{  
  content: '\e937';
}
.electrical-system-field .select2-container--default:before{  
  content: '\e927';
}
.garage-type-field .select2-container--default:before{  
  content: '\e933';
}
.square-feet-field .select2-container--default:before{  
  content: '\e928';
}
.stories-field .select2-container--default:before{  
  content: '\e926';
}
.bedrooms-field .select2-container--default:before{  
  content: '\e924';
}
.bathrooms-field .select2-container--default:before{  
  content: '\e923';
}
.occupancy-type-field .select2-container--default:before{  
  content: '\e936';
}
.value-home-field .select2-container--default:before{  
  content: '\e929';
}
.credit-rating-field .select2-container--default:before{  
  content: '\e935';
}
.current-residence-field .select2-container--default:before{  
  content: '\e950';
}
.years-residence-field .select2-container--default:before{  
  content: "\e903";
}
.license_status-field .select2-container--default:before{  
  content: "\e940";
}
.coverage-level-field .select2-container--default:before{  
  content: "\e925";
}
.collision-field .select2-container--default:before{  
  content: "\e932";
}
.comprehensive-field .select2-container--default:before{  
  content: "\e932";
}
.bi_per_person-field .select2-container--default:before{  
  content: "\e941";
}
.bi_per_incident-field .select2-container--default:before{  
  content: "\e942";
}
.current-insurer-field .select2-container--default:before{  
  content: "\e944";
}
.length-insured-field .select2-container--default:before{  
  content: "\e903";
}
.length-insured-field .select2-container--default:before{  
  content: "\e903";
}
.annual-mileage-field .select2-container--default:before{  
  content: "\e949";
}
.vehicle-use-field .select2-container--default:before{  
  content: "\e947";
}
.vehicle-parking-field .select2-container--default:before{  
  content: "\e948";
}

.years-occupation-field .select2-container--default:before{  
  content: "\e957";
}
.years-insurance-company-field .select2-container--default:before{  
  content: "\e954";
}
.security-system-field .select2-container--default:before{
  content: "\e959";
}
.age-of-home-owner-field .select2-container--default:before{
  content: "\e903";
}






/* select2 css */
.multiselect-dropdown .select2-container {
  display: block;
  width: 100%!important;
  border: 1px solid #fff!important;
}
.multiselect-dropdown .select2-selection--multiple{  
  border: 1px solid #fff!important;
  border-radius: 0;
  background-color: #fff!important;
  min-height: 48px;
  padding-left: 60px!important;
  font-size: 16px;
  font-weight: 500;
}
.multiselect-dropdown .select2-container--focus{
  border: 1px solid #000!important;
}
.multiselect-dropdown .select2-search__field{
  width: 220px!important;
  font-weight: 500;
  height: 35px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1bbc9b!important;
}
.multiselect-dropdown .select2-selection__choice {
  background-color: #1bbc9b!important;
  color: #fff;
  border: 1px solid #107964!important;
}
.multiselect-dropdown .select2-selection__choice__remove{
  color: #fff!important;
}

.singleselect-dropdown .select2-selection--single{
  border: 1px solid #fff!important;
  box-shadow: none;
  outline:none;
  border-radius: 0;
  background-color: #fff!important;
  height: 48px;
  padding-left: 60px!important;
  font-size: 16px;
  font-weight: 500;
}
.singleselect-dropdown .select2-container--default{
  border: 1px solid #fff!important;
  width: 100%!important;
  position: relative;
}
.singleselect-dropdown .select2-container--open{
  border: 1px solid #000!important;
}
.singleselect-dropdown .select2-selection__rendered{
  line-height: 48px!important;
  padding-left: 0!important;
  color: #555!important;
}
.singleselect-dropdown .select2-selection__arrow{
  height: 48px!important;
}

.input-plus-minus {
  display: flex;
}
.input-plus-minus > div {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: #fff;
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  height: 65px;
  width: 80px;
  border: 1px solid #ccc;
}
.input-plus-minus .icon-box {
  background-color: #eaeaea;
  display: flex;
  font-size: 40px;
  justify-content: center;
  align-items: center;
}
.plus-btn, .minus-btn {
  padding: 0!important;
  background-color: #727272!important;
  color: #fff!important;
  border-radius: 0!important;
  width: 20px;
  height: 20px;
  font-size: 18px!important;
  font-weight: bold!important;
  line-height: 20px;
  margin: 0 auto;
  display: none;    
  outline: none!important;
  box-shadow: none!important;
}
.incrementDecrement {
  border: 0!important;
  padding: 0!important;
  width: 100%;
  text-align: center;
  height: 63px;
  display: block;
  outline: none!important;
  box-shadow: none!important;
  font-size: 20px;
}
.input-plus-minus .field-value {
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  font-size: 12px;
}

/* error msg classes */
.form-group .error{
  position: absolute;
  border: 1px solid red;
  padding: 5px 10px;
  bottom: -40px;
  left: 0;
  display: block;
  background-color: #fee8e5;
  border-radius: 3px;
  color: red;
  font-size: 14px;
  font-weight: normal;
  z-index: 10;
}
.form-group .error:before, .form-group .error:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #ccc transparent;
  display: block;
  left: 15px;
  right: auto;
  border-width: 0 11px 11px;
  width: 0;
}
.form-group .error:before {
  border-width: 0 8px 8px;
  top: -8px;
  border-color: #f00 transparent;
}
.form-group .error:after {
  border-width: 0 8px 8px;
  top: -7px;
  border-color: #fee8e5 transparent;
}
.user-name .error {
  bottom: -30px;
  /*left: 15px;*/
}
.form-group {
  position: relative;
}
.small-loader {
  position: absolute;
  top: 13px;
  right: 10px;
}
.home-small-loader {
  position: absolute;
  top: 3px;
  right: 20px;
}

.checkbox-style {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-style p {
  font-size: 13px!important;
  color: #616161!important;
  line-height: 18px!important;
  margin-top: 5px;
}
.checkbox-style p a{
  border: none;
}
.checkbox-style strong {
  font-size: 15px;
  color: #292929;
}
.checkbox-style strong a {
  border: none;
}
.checkbox-style input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #ccc;
}
.checkbox-style:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox-style input:checked ~ .checkmark {
  background-color: #1bbc9b;
  border: 2px solid #1bbc9b;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-style input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-style .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.thankyou-page-container {
  background: transparent url(/wp-content/uploads/2018/10/thankyou.jpg) no-repeat center center;
  background-size: cover;
}
.thank-you-msg {
  min-height: calc(100vh - 378px);
  padding: 8vw 0;
}
.thankyou-box {
  width: 600px;
  background-color: #fff;
  text-align: center;
  border: 5px solid #ccc;
  margin: 0 auto;
  padding: 50px;
  position: relative;
  border-radius: 0 50px 0 50px;
  background: rgba(237,237,237,1);
  background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}
.phone-no {
  font-size: 22px;
  font-weight: bold;
  color: #e0322e;
  margin-top: 20px;
  display: block;
  outline: none;
}
.thankyou-box h1 {
  font-size: 40px;
  font-weight: 500;
  color: #1bbc9b;
}
.thankyou-box h2 {
  color: #3a5371;
  font-size: 26px;
  line-height: 34px;
}
.thankyou-box:before, .thankyou-box:after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  left: -20px;
  top: -5px;
  z-index: 0;
  background-color: transparent;
  border-top: 8px solid #3a5371;
}
.thankyou-box:after {
  border-top: 0;
  border-left: 8px solid #3a5371;
  width: 1px;
  height: 110px;
  left: -5px;
  top: -20px;
}

.thankyou-box-inner:before, .thankyou-box-inner:after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  right: -20px;
  bottom: -5px;
  z-index: 0;
  background-color: transparent;
  border-bottom: 8px solid #3a5371;
}
.thankyou-box-inner:after {
  border-bottom: 0;
  border-right: 8px solid #3a5371;
  width: 1px;
  height: 110px;
  right: -5px;
  bottom: -20px;
}

.checkmark-box {
  display: inline-block;
  width: 52px;
  height: 52px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 12px;
}
.checkmark_circle {
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: #1bbc9b;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.checkmark_stem {
  position: absolute;
  width: 5px;
  height: 30px;
  background-color: #fff;
  left: 28px;
  top: 9px;
}
.checkmark_kick {
  position: absolute;
  width: 15px;
  height: 5px;
  background-color: #fff;
  left: 17px;
  top: 34px;
}

/*.insurance-type-form {
  width: 720px;
  margin: 0 auto;
}
.insurance-type-form h3{
  font-size: 18px!important;
  color: #5e5e5e!important;
  font-weight: 500!important;
  text-align: center;
}
.insurance-type-form h2{
  font-size: 30px!important;
  text-align: center;
  font-weight: bold!important;
  margin: 15px 0 35px;
  position: relative;
}
.insurance-type-form h2:before {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #1bbc9b;
  width: 90px;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.form-slide .form-group{
  margin-bottom: 25px;
}
.form-slide label{
  font-size: 13px;
  color: #5d5d5d;
  font-weight: 500;
  position: relative;
}
.form-slide label.required:after{
  content:'*';
  color: #5d5d5d;
  top:0;
  margin-left: 5px;
}
.form-slide .form-control {
  border: 0;
  border-bottom: 1px solid #3a5371;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0 5px;
  font-size: 16px;
  color: #3a5371;
  outline: none;
}
.form-slide .form-control:focus{  
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #1bbc9b;
}
.form-slide .radio{
  color:#494a4a;
  font-size:16px;
  position:relative;
}
.form-slide .radio span{
  position: relative;
  padding-left: 35px;
  display: block;
  line-height: 28px;
}
.form-slide .radio span:after{
  content:'';
  width:25px;
  height:25px;
  border:2px solid #858585; 
  position:absolute;
  left:0;
  top:1px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.form-slide .radio input[type="radio"]{
  cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.form-slide .radio input[type="radio"]:checked + span{
  color:#0B8;  
}
.form-slide .radio input[type="radio"]:checked + span:after{
  border: 2px solid #3a5371; 
}
.form-slide .radio input[type="radio"]:checked + span:before{
  content:'';
  width:15px;
  height:15px;
  position:absolute;
  background:#0B8;
  left:5px;
  top:6px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%; 
}
.form-slide .radio-group label{
  display: inline-block;
  margin: 0 15px 5px 0;
}
.form-slide .radio-group label:last-child{
  margin-right: 0;
}
.form-slide .error,
.blog-form .error {
  position: absolute;
  background-color: #ffe5e5;
  font-size: 11px;
  font-weight: 500;
  color: #be1f1f;
  border: 1px solid #3a5371;
  display: inline-block;
  bottom: 3px;
  right: 18px;
  padding: 0 10px;
  height: 23px;
}*/
.blog-form .error {
  position: absolute;
  background-color: #ffe5e5;
  font-size: 11px;
  font-weight: 500;
  color: #be1f1f;
  border: 1px solid #3a5371;
  display: inline-block;
  bottom: 3px;
  right: 18px;
  padding: 0 10px;
  height: 23px;
}
.btn-continue {
  font-size: 24px;
  color: #1bbc9b;
  border: 2px solid #1bbc9b;
  background-color: #fff;
  text-align: center;
  height: 52px;
  line-height: 50px;
  padding: 0 20px;
  outline: none;
  margin: 20px 5px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
}
.btn-continue i {
  margin-left: 10px;
}
.btn-continue:hover{
  color: #fff
}
.btn-effect::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1bbc9b;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
  transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.btn-effect:hover::before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}
.listing-section p {
  font-size: 30px!important;
  color: #515152!important;
  text-align: center;
  margin: 20px 0;
  line-height: 30px!important;
}
.listing-section p strong{
  color: #1bbc9b;
}

.ds-loader{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.ds-overlay{
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
}
.loader-icon{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  height: 110px;
  line-height: 200px;
  width: 100%;
  top: 50%;
  margin-top: -55px;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
.cg-header-fixed-wrapper.cg-is-fixed {
  z-index: 99999;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #1BBC9B;
  }
  20% {
    stroke: #3A5371;
  }
  40% {
    stroke: #DF322E;
  }
  60% {
    stroke: #1BBC9B;
  }
  80% {
    stroke: #3A5371;
  }
  100% {
    stroke: #DF322E;
  }
}
@keyframes color {
  0% {
    stroke: #1BBC9B;
  }
  20% {
    stroke: #3A5371;
  }
  40% {
    stroke: #DF322E;
  }
  60% {
    stroke: #1BBC9B;
  }
  80% {
    stroke: #3A5371;
  }
  100% {
    stroke: #DF322E;
  }
}


/* article blog css */
/*.article-page[class]{
  padding: 0 15px!important;
}*/
.compare-quotes{
  display: none;
}
.article-page .content{
  padding-top:0;
  padding-bottom: 0;
}
.blog-left-section{
  padding-left: 0!important;
  margin-bottom: 15px!important;
}
.blog-left-section h3{
  font-size: 18px;
  color: #555656;
  line-height: 22px;
  margin-top: 15px;
  padding: 0 10px;
}
.insurance-type-list ul li{
  margin-bottom: 3px!important;
}
.insurance-type-list ul li a {
  background-color: #f0f0f0;
  display: block;
  height: 70px;
  line-height: 70px;
  color: #3a5371!important;
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px 0 90px;
  position: relative;
}
.insurance-type-list ul li a:before {
  font-size: 45px;
  position: absolute;
  left: 20px;
  top: 0;
}
.insurance-type-list ul li a:hover,
.insurance-type-list ul li a:focus,
.insurance-type-list ul li a.active{
  background-color: #1bbc9b;
  color: #fff!important;
}
.insurance-type-list ul li a:hover:after,
.insurance-type-list ul li a.active:after{
  content: '';
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #1bbc9b;
  position: absolute;
  right: -10px;
  transform: translateY(-50%);
  top: 50%;
}
.blog-call{
  width: 100%;
  background-color: #3a5371;
  padding: 20px;
}
.blog-call:before{
  background-color:transparent;
}
.blog-call h1{
  margin-top:0!important;
}
.blog-form{
  /*padding: 20px;*/
  padding: 15px;
  background-color: #1bbc9b;
}
.blog-form h1, .blog-form p{
  color: #fff!important;
  margin:0;
}
.blog-form h1{
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
}
.blog-form p{
  margin-bottom: 15px;
}
.blog-form .form-control, .blog-form button{
  width: 100%;
  color: #fff;
}
.blog-form .form-control[type="text"]::-webkit-input-placeholder {
  color: #e0e0e0;
}
.blog-form .form-control[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #e0e0e0;
}
.blog-form .form-control[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #e0e0e0;
}
.blog-form .form-control[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #e0e0e0;
}
.blog-form .form-control:focus{
  border-bottom-color: #fff;
}
.blog-form .form-control option{
  color: #333;
}
.blog-form button{
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 18px;
}
.blog-form button:hover{
  background-color: #fff;
  color: #1bbc9b;
}
.blog-form .form-group{
  margin-bottom: 25px;
}
.blog-form .row > div:last-child .form-group{
  margin-bottom: 0;
}
/*.article-page .sidebar {
  padding-right: 0;
}*/
/*.article-list-section{
  padding-left: 0;
}*/

.article-details{
  width: 950px;
  margin: 0 auto;
}
.article-list-section {
  width: 650px;
}
.article-list-content{
  /*background-color: #f9f9f9;*/
  /*border-bottom: 4px solid #e9e9e9;*/
  /*  min-height: 892px;*/
  min-height: 580px;
}
.article-list-content h1 {
  /*background-color: #434343;*/
  position: relative;
  /*  color: #fff!important;
  font-size: 20px!important;
    padding: 5px 20px;*/
  margin: 0;
  /*font-weight: 500!important;*/
  color: #3a5371!important;
  font-size: 30px!important;
  padding: 15px 15px 10px 0;
  border-bottom: 2px solid #bbbbbb;
}
/*.article-list-content h1:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 42px solid #f9f9f9;
  border-left: 25px solid transparent;
  top: 0;
  right: 0;
}*/
.article-list-content #main{
  /*padding: 20px 30px;*/
  padding: 15px 0 0 0;
}
.article-list .row{
  margin-bottom: 25px;
}
.article-list .row:last-child{
  margin-bottom: 0!important;
}
.article-type-label a {
  background-color: #3ec6aa;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 1px 10px;
}
.article-type-label a:hover{
  color: #fff!important;
}
.article-title {
  /*margin: 10px 0 0!important;*/
  margin: 0!important;
  font-size: initial!important;
  line-height: initial!important;
}
.article-title a {
  /*  font-size: 20px;*/
  font-size: 20px;
  color: #3a5371!important;
}
.article-created-date {
  font-size: 12px;
  color: #919191;
  line-height: 14px;
  margin-top: 5px;
}
.article-description p {
  font-size: 14px;
  line-height: 20px;
  color: #494949;
  margin-top: 10px;
}
.article-image {
  border: 1px solid #1bbc9b;
  position: relative;
  display: flex;
  align-items: center;
  /*min-height: 150px;*/
  min-height: 120px;
  padding: 8px 0;
  z-index: 0;
  background-color: #fff;
}
.article-image:before,
.article-image:after{
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 20px;
  height: 20px;
  z-index: -1;
  /*  border-top: 4px solid #3ec6aa;
    border-left: 4px solid #3ec6aa;*/
}
.article-image:after {
  bottom: -4px;
  right: -4px;
  /*  border-bottom: 4px solid #3ec6aa;
    border-right: 4px solid #3ec6aa;*/
  top: initial;
  left: initial;
  border-top: 0;
  border-left: 0;
}
.article-detail-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.article-detail-header h2 {
  margin: 0;
  font-size: 24px;
  line-height: 24px;
}
.article-sidebar{
  width: 300px;
}
.article-view-more-btn{
  border: 1px solid #1bbc9b;
  border-radius: 13px;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
}
.article-view-more-btn:hover{
  border-color: #1bbc9b !important;
  background-color: #1bbc9b;
  color: #fff !important;
}

.related-articles{
  background-color: #3a5371;
  padding: 20px;
  margin: 0 -20px;
}
.related-articles h3 {
  color: #fff!important;
  position: relative;
  font-size: 18px!important;
  font-weight: 500!important;
  margin: 0 0 25px;
}
.related-articles h3:before{
  content:'';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #1bbc9b;
}
.related-articles  .article-image{
  border: 1px solid #273b53;
}
.related-articles .article-image:before, .related-articles .article-image:after{
  display: none;
}
.related-articles .article-title{
  margin-top:0!important;
}
.related-articles .article-title a {
  color: #1bbc9b!important;
  font-size: 16px;
}
.related-articles .article-created-date{
  font-size: 11px;
  color: #dcdcdc;
}
.related-articles .article-description p{
  font-size: 13px;
  color: #ffffff;
}
.related-articles .article-image{
  min-height: 0;
  padding: 5px 0;
}
.related-articles .row .col-md-6:before {
  content: '';
  position: absolute;
  border-right: 1px solid #7e9fc6;
  height: 100%;
  top: 0px;
  right: 0;
}
.related-articles .row .col-md-6:last-child:before {
  display: none;
}
.post-navigation {
  padding: 30px 0px;
}
.blog-pagination ul li {
  display: inline-block;
  float: none!important;
}
.blog-pagination ul li.active a {
  background-color: #1bbc9b;
  border: 1px solid #1bbc9b;
  color: #fff!important;
}
.single-category-list .article-title{
  margin-top:0!important;
}
.single-category-post{
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}
.single-category-post h2{
  margin: 0 0 15px 0;
  color: #5f5f5f !important;
  margin-bottom: 20px;
}
.get-quote-inner{
  min-height: 50px;
  background-color: #3a5371;
  padding: 15px;
  margin-bottom: 20px;
}
.get-quote-inner h2 {
  margin: 0 0 10px;
  color: #fff !important;
  font-weight: normal !important;
  text-align: center;
  line-height: inherit !important;
}
/*.get-quote-inner h2 strong{
  color: #1bbc9b;
}*/
.get-quote-inner .row {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
.get-quote-inner .row > div {
  padding: 0 5px;
  width: auto;
}
.get-quote-inner .row > div .form-group{
  margin-bottom: 5px;
}
.get-quote-inner input[type="text"], .get-quote-inner select{
  border-radius: 0;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  font-size: 13px;
}
.get-quote-inner .zipcode{
  width: 130px;
}
.get-quote-inner .age{
  width: 110px;
}
.get-quote-inner .Cinsured{
  width: 250px;
}
.get-quote-inner .checkbox-style .checkmark {
  border: none;
  width: 20px;
  height: 20px;
}
.get-quote-inner .checkbox-style {
  margin-top: 8px;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding-left: 28px;
}
/*.checkbox-style .checkmark:after {
  left: 5px;
  top: 0px;
}*/
.get-quote-inner .blog-getquote-btn {
  background-color: #d31212;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px 22px;
  margin-top: 2px;
}
.get-quote-inner .blog-getquote-btn:focus {
  outline: none;
}
.get-quote-inner .form-group .error {
  white-space: nowrap;
}

@media only screen and (min-width: 1200px){
  /* Tope 1920px: 1600px dejaba ~300px de margen por lado en viewports ~2240px (ver footer row left ≈ (vw−max)/2). */
  .container{
    width: 100%;
    max-width: min(1920px, calc(100vw - 30px));
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1200px){
  .container{
    width: 100%;
  }
}
@media only screen and (max-width: 1100px){
  .cg-menu-below.header-position {
    height: auto !important;
  }
  /*  .cg-menu-below .leftnav{
    top: 5px;
    }*/
  #load-mobile-menu.mean-container a.meanmenu-reveal span {
    background: #fff;
  }
  #load-mobile-menu.mean-container #mega-menu-wrap-primary,
  #load-mobile-menu.mean-container .mean-nav{
    background: transparent;
  }
  #mega-menu-wrap-primary .mega-menu-toggle {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary {
    padding: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
    display: block;
    line-height: 40px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: left;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    text-align: left;
    color: #fff;
    font-size: 14px;
    background-color: #2a2b2b;
    border-bottom: 1px solid #3c3c3c!important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
    float: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    -webkit-border-radius: 0 0 0 0 0 0 0;
    -moz-border-radius: 0 0 0 0 0 0 0;
    -ms-border-radius: 0 0 0 0 0 0 0;
    -o-border-radius: 0 0 0 0 0 0 0;
    border-radius: 0 0 0 0 0 0 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    border: 0;
    padding: 10px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    width: 50%;
    clear: initial!important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .mega-block-title{
    color: #fff!important;
    border-bottom: 1px solid #fff!important;
    padding: 0!important;
    margin-bottom: 15px!important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul li{
    border: none;
    overflow: initial;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul li a{
    color: #fff!important;
    opacity: 1;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 3px 0 8px 30px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul li a:hover{
    color: #1bbc9b!important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .mean-expand{
    display:none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {
    clear: left;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    clear: both;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: static;
    left: 0;
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding-left: 20px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, 
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, 
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children a.mega-menu-link:after {
    float: right;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, 
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, 
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after {
    content: '\f142';
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link:after, 
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link:after, 
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link:after {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
    content: '\f140';
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: left;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
    float: left;
    margin: 0 6px 0 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {
    content: '\f140';
    float: right;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-on-mobile, 
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {
    display: none;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    display: none;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu{
    background-color: #2b3a4c;
    /*display: block;*/
    display: none!important;
  }  
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    display: block;
  }
  .mean-container .mean-nav ul.mega-sub-menu{
    opacity: 1!important;
    margin-top: 0!important;
  }
  .mean-container .mean-nav .mega-sub-menu ul{
    display: block!important;            
  }   
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .textwidget .mean-expand {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
    display: block!important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li:before {
    content: '';
    height: 12px;
    width: 12px;
    border: 2px solid #b0b0af;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 6px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 21px;
    left: 5px;
    background-color: #b0b0af;
    margin-top: 16px;
    top: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item ul li:last-child:after {
    content: '';
    height: auto;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    z-index: 9999;
    background-color: #1bbc9b;
    color: #fff!important;
    height: 39px;
    padding: 0;
    width: 39px;
    line-height: 39px;
    top: 0;
    margin: 0;
    border: 0!important;
    display: none;
  }
  .mean-container .mean-nav ul li {
    position: relative!important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .textwidget .no-articles{
    color: #333;
  }  
  .main-banner p {
    left: 5vw!important;
  }
  .inner-banner h1,
  .inner-banner h2,
  .inner-banner p{
    left: 5vw!important;
  }
}

/* Después del bloque ≤1100px: en móvil anular indent vw del banner (LayerSlider + legacy). */
@media only screen and (max-width: 767px) {
  .main-banner p,
  .main-banner .ls-l {
    left: auto !important;
    margin-left: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}
@media only screen and (max-width: 980px){ 
  .article-details {
    width: 100%;
  }
  .article-list-section {
    width: 65%;
  }
  .article-sidebar {
    width: 35%;
  }
}
@media (min-width: 767px) and (max-width: 991px){  
  .call-number-section .call-number a{
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px){        
  .container {
    width: 100%;
    padding:0!important;
  }
  .home-form-section {
    margin: 15px 0 0;
  }
  .heading-styling h2 strong {
    font-size: 24px;
    padding: 0 40px;
  }
  .footer .container,
  .header-position .container{
    padding:0 15px!important;
  }
  .home-content p {
    line-height: 24px!important;
    font-size: 18px!important;
    padding-right: 2vw;
  }
  .additional-section h1 {
    font-size: 35px!important;
    line-height: 35px!important;
    padding: 1vw 12vw!important;
  }
  .first-footer {
    padding: 20px 0px 35px 0px;
  }
  .first-footer .container {
    box-shadow: none;
  }
  .first-footer .container h1{
    position: static;
  }
  .first-footer .container h1 strong {
    box-shadow: none;
  }
  .first-footer .container > .row,
  .second-footer .container > .row{
    margin: 0;
  }
  .first-footer .container > .row .footer-insurance-article h4 {
    margin-top: 15px;
  }
  .first-footer .container > .row .footer-insurance-article {
    padding: 10px 15px 15px;
    width: 33.3%;
  }
  .second-footer .container > .row {
    display: flex;
  }
  .insurance-type-list ul li a {
    font-size: 16px;
  }
  .shop-insurance ul li {
    width: 47%;
  }
  /*.radio-box-group > div {
    width: 50%;
  }*/
  .get-quote-inner h2 {
    font-size: 22px !important;
    margin: 0 0 5px;
}
  .get-quote-inner .zipcode {
    width: 80px;
  }
  .get-quote-inner .age {
    width: 60px;
  }
}
@media only screen and (max-width: 767px){  
  .second-footer .container > .row .second-footer-widget {
    width: 50%;    
    padding-bottom: 0;
  }
  .home-content p,.call-number-section h1, .form-section h1, .call-number-section p, .form-section p {
    text-align: center;
  }
  .our-products-section{
    padding-bottom: 0!important;
  }
  .our-products-section .product-image {
    text-align: center;
  }
  .our-products-section .product-tab-content.vc_active h4 a{
    background-color: #1bbc9b;
    color: #fff!important;
  }
  .our-products-section .product-tab-content h4 a {
    height: 70px;
    display: flex!important;
    align-items: center;
    padding: 10px 20px 10px 80px!important;
    font-size: 18px;
  }
  .our-products-section .product-tab-content h4 a i{  
    font-family: Flaticon;
    position: absolute;
    top: 35px;
    left: 20px;
    margin: 0 auto;
  }
  .our-products-section .product-tab-content h4 a i:before{
    font-size: 45px;
  }
  .our-products-section .product-tab-content:nth-child(1) h4 a i:before{
    content: "\f109";
  }
  .our-products-section .product-tab-content:nth-child(2) h4 a i:before{
    content: "\f107";
  }
  .our-products-section .product-tab-content:nth-child(3) h4 a i:before{
    content: "\f106";
  }
  .our-products-section .product-tab-content:nth-child(4) h4 a i:before{
    content: "\f103";
  }
  .our-products-section .product-tab-content:nth-child(5) h4 a i:before{
    content: "\f102";
  }
  .home-page-form .form-control,
  .home-page-form select,
  .home-page-form button{
    width: 100%;
  }
  .form-section h1{
    font-size: 27px!important;
  }
  .call-us-today {
    width: 100%;
  }
  .insurance-type-txt {
    width: 100%;
  }
  /*.insurance-type-form {
    width: 100%;
  }
  .form-slide .error,
  .blog-form .error{
    bottom: -22px;
  }*/
  .blog-form .error{
    bottom: -22px;
  }
  .article-list-section {
    padding-left: 15px;
  }
  .article-page .sidebar{
    padding-right: 15px;
  }
  .blog-left-section h3{
    text-align: center;
    margin-bottom: 20px;
  }
  .insurance-type-list ul{
    display: flex;
  }
  .insurance-type-list ul li{
    flex:1;
    margin-bottom: 10px!important;
  }
  .insurance-type-list ul li a{
    padding: 70px 10px 0;
    height: 105px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }
  .insurance-type-list ul li a:before{
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    top: 30px;
  }
  .insurance-type-list ul li a:after,
  .insurance-type-list ul li a:hover:after,
  .insurance-type-list ul li a.active:after{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #1bbc9b;
    top: -12px!important;
    transform: translateX(-50%)!important;
    border-top: none;
    left: 50%;
  } 

  .insurance-form h3 {
    text-align: center;
  }
  .shop-insurance ul li {
    width: 31%;
  }
  .radio-box[type="radio"]:checked + label, .radio-box[type="radio"]:not(:checked) + label {
    padding-left: 0;
    height: auto;
    justify-content: center;
    align-items: baseline;
    padding-top: 70px;
    text-align: center;
  }
  .radio-box[type="radio"]:checked + label:before, .radio-box[type="radio"]:not(:checked) + label:before {
    width: 65px;
    height: 65px;
    font-size: 36px;
    right: 0;
    margin: 0 auto;
  }
  .radio-box[type="radio"]:checked + label:after, .radio-box[type="radio"]:not(:checked) + label:after {
    width: 65px;
    height: 65px;
    right: 0;
    margin: 0 auto;
  }
  .radio-group {
    justify-content: center;
  }
  .radio-box-group {
    justify-content: center;
    text-align: center;
  }
  /*.radio-box-group > div {
    width: 190px;
  }*/
  .radio-full > div{
    width: 50%;
  }
  .thankyou-box {
    width: 430px;
    padding: 5%;
  }
  .thankyou-box h1 {
    font-size: 30px;
  }
  .thankyou-box h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .thankyou-box:before {
    border-top: 5px solid #3a5371;
  }
  .thankyou-box:after{
    border-left: 5px solid #3a5371;
  }
  .thankyou-box-inner:before {
    border-bottom: 5px solid #3a5371;
  }
  .thankyou-box-inner:after{
    border-right: 5px solid #3a5371;
  }
  /*  .article-page[class] {
      padding: 0!important;
    }*/
  .article-list-content #main {
    padding: 15px 0 0;
}
  .article-list-content h1 {
    padding: 10px 0;
    margin: 0 15px;
  }
  .get-quote-inner{
    padding: 15px;
  }
  .article-list-section, .article-sidebar {
    width: 100%;
  }
  .get-quote-inner{
    display: none;
  }
  .compare-quotes{
    display: block;
    border-top: 2px solid #1bbc9b;
    padding: 5px 10px;
    width: 420px;
    margin: 20px auto 0;
    position: fixed;
    bottom: 0;
    z-index: 9;
    background-color: #fff;
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    width: 100%;
  }
  .compare-quotes > .row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .compare-quotes > .row > div {
    width: auto;
  }
  .compare-quotes > .row label{
    color: #1bbc9b;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
  }
  .compare-quotes > .row .form-control{
    border-radius: 0;
    border: 1px solid #1bbc9b;
    float: left;
    width: calc(100% - 45px);
  }
  .compare-quotes > .row .go-btn{
    font-size: 14px;
    border: 1px solid #1bbc9b;
    background-color: #fff;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    outline: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
    font-weight: bold;
    background: #1bbc9b;    
    color: #fff;
  }
  .compare-quotes > .row .go-btn:hover{
    background: #1bbc9b;  
    color: #fff;
  }
}
@media only screen and (max-width: 640px){  
  .partner-logos ul li {
    margin: 10px 0!important;
    width: 50%;
  }  
  .first-footer .container > .row .footer-insurance-article {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{
    width: 100%;
  }
}
@media only screen and (max-width: 600px){  
  #mega-menu-wrap-primary .mega-menu-toggle {
    display: none;
  }
  .shop-insurance ul li {
    width: 46%;
    margin: 5px;
    height: 100px;
  }
}
@media only screen and (max-width: 520px){        
  .partner-logos-heading h2 strong {
    font-size: 4.2vw!important;
    line-height: 22px!important;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 480px){        
  .second-footer .container > .row .second-footer-widget {
    width: 100%;
  }
  .insurance-type-list ul li a {
    padding: 50px 10px 0;
    height: 80px;
    font-size: 10px;
    line-height: 10px;
  }
  .insurance-type-list ul li a:before {
    font-size: 30px;
    top: 20px;
  }
  .radio-full > div{
    width: 100%;
  }
  .user-name:before {
    left: -50px;
    top: 0;
    margin: 0;
    background-color: #f2f2f2;
    border: 0;
    width: 115px;
    height: 115px;
    padding-left: 50px;
  }
  .user-name > div {
    width: 100%;
  }
  .input-name {
    margin-top: 0;
    background-color: #fff!important;
    font-size: 16px;
    width: 100%;
    border: 1px solid #fff!important;
  }
  .input-name:focus{
    border: 1px solid #000!important;
  }
  .input-first-name {
    text-align: left;
    padding-right: 0!important;
    padding-left: 60px!important;
  }
  .input-last-name {
    padding-left: 60px!important;
    margin-left: 0;
  }
  .thankyou-box {
    width: 90%;
  }
  .first-name:before, .last-name:before{
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #000;
    left: -59px;
    top: 0;
  }
  .last-name:before{
    top: initial;
    bottom: 0;
  }
  .article-list .row > div {
    width: 100%;
}
  .article-image {
    margin-bottom: 15px;
  }
  .article-list .row {
    margin-bottom: 10px;
  }
  .compare-quotes {
    width: 100%;
  }
  .compare-quotes > .row {
    flex-wrap: wrap;
  }
  .compare-quotes > .row > div {
    width: 100%;
  }
  /*  .compare-quotes > .row label {
      font-size: 16px;
      margin-bottom: 4px;
    }*/
}

/* about us css */
.about-us-content p{
  font-size: 18px!important;
  line-height: 26px!important;
  color: #666!important;
}
.about-us-content a{
  border: none;
}

/* contact us css */
.contact-content .first-para {
  font-size: 16px!important;
  margin-top: 40px;
  line-height: 20px;
}
.contact-content p {
  font-size: 16px!important;
  line-height: 27px!important;
  text-align: left;
  margin: 20px 0 0;
  font-weight: 400!important;
  color: #5a5a5a!important;
}
.contact-content .form-heading {
  font-size: 20px!important;
  font-weight: 500!important;
  margin: 35px 0 0;
  text-align: center;
  line-height: 24px;
}
.contact-content h2 {
  margin: 30px 0 10px;
  color: #0e74bc!important;
  font-size: 24px!important;
  font-weight: 500!important;
  line-height: 20px!important;
}
.contact-content .wpcf7-not-valid-tip {
  font-size: 12px;
}
.contact-content .wpcf7-validation-errors, .contact-content br, .wpcs-slide-out-div br, .wpcs-slide-out-div .wpcf7-validation-errors {
  display: none!important;
}
.contact-content input[type="text"], .contact-content select, .contact-content .field, .contact-content input[type="email"], .contact-content input[type="tel"] {
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  color: #2a2a2a;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  outline: none;
  padding: 0 17px;
  margin-top: 5px;
}
.contact-content input[type="text"]:focus, .contact-content select:focus, .contact-content .field:focus, .contact-content input[type="email"]:focus, .contact-content input[type="tel"]:focus, .contact-content textarea:focus {
  border: 1px solid #333;
}
.contact-content textarea{
  font-size: 14px;
}
.contact-content input[type="submit"], .wpcs-slide-out-div input[type="submit"] {
  background-color: #1bbc9b!important;
  height: 50px;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  outline: none;
  position: relative;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border:1px solid #1bbc9b;
}
.contact-content input[type="submit"]:hover, .wpcs-slide-out-div input[type="submit"]:hover {
  background-color: #fff!important;
  color: #1bbc9b;
}
.contact-content .form-group {
  margin-bottom: 10px;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.social-media-btn {
  padding-left: 40px;
}
.social-media-btn:after {
  content: '';
  position: absolute;
  border: 1px solid #ccc;
  height: 100%;
  left: 20px;
}
.social-media-btn:before {
  content: 'OR';
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  background-color: #fff;
  z-index: 1;
  left: 0;
  border-radius: 50px;
  top: 80px;
}
.button {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-right: 30px;
  padding-left: 65px;
  position: relative;
  background-color:rgb(0,0,0);
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 1px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);  
  border: none!important;
  width: 250px;
  margin: 0 auto 20px;
}
.button:hover,
.button:focus{
  text-decoration: none;
  color: #fff!important;
}
.button p{
  font-size: 18px!important;
  color: #fff!important;
  margin: 0;
  line-height: initial!important;
}
.button span {
  position: absolute;
  left: 0;
  width: 50px;
  font-size:30px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid  rgba(0,0,0,0.15);
  text-decoration: none;
  top: 0;
  text-align: center;
}
.button.twitter {
  background: #00acee;
}
.button.facebook {
  background: #3b5998;
}

@media (max-width: 767px){
  .contact-content > .vc_column-inner {
    padding: 0;
  }
}

.medicare-banner .ls-bg {
  right: 0!important;
  left: initial;
}

.our-products-section .product-tab-content{
  margin:0 auto!important;
}
.listing-section {
  overflow: inherit;
  position: relative;
  text-align: center;
  margin-top:30px;  
  margin-bottom: 0;
  background-image: url(/wp-content/uploads/2018/07/title_bg.jpg?id=88)!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  z-index: 0;
  padding-bottom: 30px;
}
.listing-section:before {
  content: '';
  position: absolute;
  background-color: rgba(83,105,130,0.7) !important;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  z-index: -1;
}

.providers-list h1 {
  color: #3a5371!important;
  font-size: 36px!important;
  margin-top:0;
  line-height: 32px!important;
  margin-bottom: 20px;
}
.providers-list ul {
  margin: 0;
  display: table;
  padding: 0;
}
.providers-list ul li {
  list-style: none;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Lato'!important;
  display: table-cell;
  width: 30%;
  margin-right: 3%;
  float: left;
  vertical-align: top;
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px dashed #dcdcdc;
  transition: all 0.3s;
}
.providers-list ul li:hover {
  background-color: #efefef;
  padding-left: 10px;
  font-weight: bold;
}
.successmsg .close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
  opacity: 0.4;
  z-index: 1;
}
.successmsg {
  z-index: 100000;
}
.modal-backdrop {
  z-index: 99999;
}
.our-products-container > .vc_column_container > .vc_column-inner {
  padding:0 !important;
}
.our-products-container .vc_tta-container{
  margin-bottom:0!important;
}
.product-tab-content .vc_tta-panel-body {
  padding-bottom: 0!important;
}

.medicare-sign-up{
  text-align: center;
  margin-top: 50px;
}
.medicare-sign-up p{
  font-size: 24px!important;
  line-height: 34px!important;
  width: 700px;
  margin: 0 auto;
}
.medicare-sign-up p a{
  border:0!important;
}

.insurance-option-section{
  text-align: center;
}
.large-radio-group{
  justify-content: center;
}
.radio-large[type="radio"]:checked + label, .radio-large[type="radio"]:not(:checked) + label {
  width: 220px;
  height: 260px;
  padding-top: 235px;
  font-size: 16px;
  background-color: #1bbc9b;
  color: #fff;
  margin: 0 5px;
}
.radio-large[type="radio"]:checked + label:before, .radio-large[type="radio"]:not(:checked) + label:before {
  height: 220px;
  font-size: 120px;
}
.radio-large[type="radio"]:checked + label:after, .radio-large[type="radio"]:not(:checked) + label:after {
  height: 220px;
}
.radio-box-large-group{
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 767px){
  .medicare-sign-up p{
    width: 100%;
  }
}
@media (max-width: 480px){
  .radio-large[type="radio"]:checked + label, .radio-large[type="radio"]:not(:checked) + label {
    width: 145px;
    height: 182px;
    padding-top: 160px;
    font-size: 12px;
    margin: 0 3px;
  }
  .radio-large[type="radio"]:checked + label:before, .radio-large[type="radio"]:not(:checked) + label:before {
    height: 150px;
    font-size: 100px;
  }
}

/* privacy policy css */
.privacy-content{
  margin-top:10px;
}
.privacy-content h5 {
  /*font-size: 14px!important;
  color: #666!important;
  margin-bottom: 0!important;
  float: right!important;
  margin-top: 0;*/
	font-size: 14px!important;
  color: #666!important;
	margin-bottom: 5px!important;
    margin-top: -50px;
}
.privacy-content h1 {
  font-size: 36px!important;
  margin-top: 0;
  line-height: 32px!important;
  margin-bottom: 20px;
}
.privacy-content p {
  font-weight: normal!important;
  line-height: 24px!important;
}
.privacy-content p a{
  border-bottom: 0;
}
.privacy-content h2 {
  font-size: 24px!important;
  line-height: 26px!important;
}
.privacy-content h3 {
  font-size: 16px!important;
  line-height: 18px!important;
}
@media only screen and (max-width: 640px){
  .privacy-content {
    margin-top: 10px;
  }
  .privacy-content h5 {
    float: none!important;
  }
  .privacy-content h1 {
    margin-top: 10px;
  }
}

/* Loader for phone number start */
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.call-now .spinner > div {
  background-color: #1BBC9B;
}
/* Loader for phone number end */

/* taken over popup */
.popup-takeover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3a5371;
  z-index: 99999;
  overflow: auto;
}
.call-popup {
  width: 900px;
  margin: 80px auto;
  text-align: center;
}
.call-popup h1 {
  color: #fff!important;
  text-align: center;
  font-weight: normal!important;
  font-size: 45px!important;
  line-height: 50px!important;
  text-shadow: 0 0 20px #3c3c3c;
}
.call-popup h1 strong {
  color: #1bbc9b;
}
.popup-phone {
  color: #fff;
  font-size: 80px;
  margin-top: 30px;
}
.popup-phone .icon-phone {
  color: #1bbc9b;
}
.popup-OR {
  margin: 30px auto;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #fff;
  color: #fff;
}
.call-popup h2 {
  color: #fff!important;
  text-align: center;
  font-size: 28px!important;
  line-height: 32px!important;
  text-shadow: 0 0 20px #3c3c3c;
}
.call-popup .popup-close {
  font-size: 62px;
  position: absolute;
  font-weight: 700;
  right: 20px;
  top: 40px;
}
.call-popup .popup-close a {
  color: rgb(11, 47, 90);
  text-shadow: 1px 1px 0 #7b7b7b;
  border: 0;
}

@media (max-width: 960px){
  .call-popup {
    width: 90%;
    margin: 10vw auto;
  }
  .call-popup .popup-close {
    font-size: 7vw;
    top: 4vw;
    right: 2vw;
  }
  .call-popup h1 {
    font-size: 5vw!important;
    line-height: 5.5vw!important;
  }
  .popup-phone {
    font-size: 8.5vw;
    margin-top: 5vw;
  }
  .popup-OR {
    margin: 3vw auto;
    width: 5vw;
    height: 5vw;
    line-height: 4.5vw;
    font-size: 2vw;
  }
  .call-popup h2 {
    font-size: 3vw!important;
    line-height: 3.5vw!important;
  }
}
#gti-tag, #gti-tag-second {
  text-align: center;
  margin-bottom: 5vw;
}
/* MA Listing on form start */
#ad_listing_placeholder.sidebar-listing {
  border: 1px solid #f3f3f3;
}
#ad_listing_placeholder.sidebar-listing .max-ad-listings tr {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
}
#ad_listing_placeholder.sidebar-listing .max-ad-listings td:first-child {
  border: 0!important;
  max-width: 50px!important;
}
#ad_listing_placeholder.sidebar-listing .max-ad-listings td:nth-child(2) {
  border: 0!important;
  width: 111px;
}
#ad_listing_placeholder.sidebar-listing .max-ad-listings td:nth-child(3) {
  order: 4;
  padding: 10px!important;
  border: 0!important;
}
#ad_listing_placeholder.sidebar-listing .max-ad-listings td:last-child {
  border: 0!important;
  width: 98px;
  line-height: 10px;
}
#ad_listing_placeholder.sidebar-listing .max-ad-listings td:nth-child(2) .max-ad-image img {
  width: 100%;
  min-width: 100%;
}
#ad_listing_placeholder .max-ad-listings {
  margin-bottom: -5px;
}
/* MA Listing on form end */
/* Ma Listing on "Before You Go" popup start */
.call-popup .max-ad-listings .max-ad-description h1 {
  font-size: 16px!important;
  color: #2165A2!important;
  font-weight: bold!important;
  line-height: 19px!important;
  text-shadow: none !important;
}
/* Ma Listing on "Before You Go" popup end */
/* Inside Response Listing start */
.inside-response .cIns-listing-box {
  margin-bottom: 0;
  background-color: #fff;
  width: 100%;
}
.inside-response .cIns-listing-box ul {
  margin: 0;
  padding: 0;
}
.inside-response .cIns-left-side h1 {
  color: #002bff !important;
  font-size: 22px !important;
  font-weight: lighter !important;
  font-family: 'roboto_slabregular' !important;
  text-align: left !important;
  margin: 0;
  text-shadow: none !important;
}
.inside-response .cIns-left-side .cIns-counter_left{
  line-height: 40px;
}
@media(min-width: 767px){
  #inside_response .cIns-listing-box .cIns-left-side {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 18px;
  }
  #inside_response .cIns-listing-box .cIns-left-side .cIns-name_left{
    width: 85%;
  }
  #inside_response .cIns-listing-box .cIns-right-side {
    width: 100%;
  }
  #inside_response .cIns-listing-box .cIns-left-side_bottom_data{
    width: 88%;
  }
}
/* Inside Response Listing end */

/* new css of media alpha */
#take-over-popup table tr td:first-child {
  border-right: 0 !important;
}
#take-over-popup table tr td {
  padding-left: 10px !important;
}
#take-over-popup table tr td h1 {
  font-size: 16px !important;
  line-height: 19px !important;
  font-weight: bold !important;
  text-shadow: none !important;
  text-align: left;
}

/* new css for header shrink */
.cg-menu-below.header-position {
  min-height: 40px;
  height: 46px;
  border-top: 6px solid #1bbc9b;
}
.cg-menu-below{
  line-height: 40px !important;
}
.cg-menu-below .leftnav a {
  line-height: 40px !important;
}
.leftnav .cg-main-logo img {
  height: 29px !important;
}
.mean-container a.meanmenu-reveal {
  padding: 10px 10px 10px 0px;
}
.mean-container .mean-nav {
  margin-top: 40px;
}
.header-position .rightnav{
  height: 0;
}

/* auto-insurance-quotes form css start */
.quotation-info{
  background-color: #f2f2f2 !important;
}
.quotation-info .container{
  margin: 0 auto;
  width: 500px;
}
.quotation-info .container .content {
  padding-top: 10px;
}
.quotation-info .container .content h1{
  margin-bottom: 20px;
}
.mb-0{
  margin-bottom: 0;
}
.btn-full-width{
  width: 100%;
  margin: 10px 0;
}
.btn-full-width.btn-effect:hover::before {
    -webkit-transform: scale3d(17, 9, 1);
    transform: scale3d(17, 9, 1);
}
.quotation-info .radio-square[type="radio"]:checked + label, .quotation-info .radio-square[type="radio"]:not(:checked) + label{
  width: 100%;
}
@media (max-width: 1100px){
  .talkexpert{
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
  }
}
@media (max-width: 550px){
  .quotation-info .container {
    width: 94%;
  }
  .quotation-info .container .content h1 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 440px){
  .talkexpert {
    right: 0;
    top: 40px;
    background-color: #3a5371;
    width: 100%;
    padding-right: 15px;
  }
  .quotation-info .container .content h1 {
    margin-top: 50px;
  }
}
@media (max-width: 360px){
  .quotation-info .container label {
    font-size: 13px;
  }
}
/* auto-insurance-quotes form css end */
#medianet_ad_unit_placeholder iframe {
    display: block;
    margin: 0 auto;
}

/* privacy policy page css */
.privacy-california {
	 font-size: 12px;
 line-height: initial;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    font-weight: normal;
  border: 1px solid #3a5371;
  color: #3a5371;
  box-shadow: 1px 1px 0 1px hsla(213, 32%, 34%, 0.8);
  background-color: #fff;
	margin-bottom: 10px !important;
}
.privacy-california:hover {
  background-color: #3a5371;
  color: #fff !important;
  box-shadow: 1px 1px 0 1px #365a86;
}
.privacy-content h5 strong {
  display: block;
  line-height: 1.5;
}
.additional-privacy-content ul li{
  font-weight: normal;
}
.privacy-content li a {
    border-bottom: 0;
}
.additional-privacy-content .table{
  margin-top:0 !important;
}
@media (max-width: 1100px){
  .privacy-california {
    margin-top: 0;
}
}
@media (max-width: 600px){
  .privacy-content h5 {
        margin-top: -10px;
  }
}
