@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

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

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #555555;
}

a, a:link, a:visited, a:active, a:hover, button, input, select, textarea, i {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input, select, textarea {
  width: 100%;
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

input:focus, select:focus,textarea:focus, button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img {
  max-width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
ul{
  padding: 0;
  list-style: none;
  line-height:30px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #1a1a1a;
  font-weight: bold;
  font-family: "Libre Baskerville", serif;
  line-height: 1.4;
}

.comnBTN{
  font-size: 18px;
  color: #000;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #ffc000;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -5px;
  padding: 15px 40px;
  border-radius: 4px;
  border: none;
  font-weight: 700;
  
}
.comnBTN::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #1a1a1a;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.comnBTN:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.comnBTN:hover {
  color: #ffffff;
}

.comnpadding{
  padding: 80px 0;
}
html {
  scroll-behavior: smooth;
}
/*==================================================
    
          Other Css Start

==================================================*/
p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height:26px;
}
.section-title {
  max-width: 850px;
  margin: 0px auto 50px;
  text-align: center;
  position: relative;
}
.section-title h2 {
  font-size: 45px;
  margin-bottom: 20px;
  position: relative;
  line-height:60px;
}
.section-title h3 {
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
  line-height:50px;
}
.section-title span ,
.top-title{
  font-size: 16px;
  color: #ffc000;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.section-title h2:last-child {
  margin-bottom: 0;
}
.some-bold {
  font-weight: 600;
}

.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #12bec8;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}
.go-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 87%;
}
.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #12bec8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:hover {
  color: #ffffff;
  background-color: #12bec8;
}
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #12bec8;
  top: 0;
  left: 0;
  z-index: 99999;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}
.preloader.preloader-deactivate::before ,
.preloader.preloader-deactivate::after{
  width: 0;
}
.preloader::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #12bec8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #12bec8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: auto;
  right: 0;
}
.preloader .lds-ripple {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .lds-ripple div {
  position: absolute;
  border: 1px solid #ffffff;
  opacity: 1;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.read-more {
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1a;
}
.read-more:hover {
  letter-spacing: 1px;
}
.single-future-box.read-more {
  color: #1a1a1a;
}
.single-future-box:hover .read-more {
  color: #ffffff;
}

.grey_bg{
  background-color: #f9fafb;
}
/*================================================== 
        
      Desktop Menu Css Start

==================================================*/

.navbar-area .desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-area .desktop-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin-right: 0;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #fff;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #ffc000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 130%;
  left: 15px;
  opacity: 0;
  width: 250px;
  visibility: hidden;
  z-index: 99;
  display: block;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #1a1a1a;
  position: relative;
  padding: 15px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 98%;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu::before {
  height: 100%;
  right: auto;
  bottom: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
  left: auto;
  right: -100%;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -98%;
  top: 20px !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -4px !important;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  width: 2px;
  background-color: #12bec8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  margin: 0 15px;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #333;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-area {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #333;
}


/*================================ 
    Banner Css Start
================================*/

.banner {
  background-image: none;
  background-color: #f9fafb;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 0;
  overflow: hidden;
  text-align: center;
}
.banner h1 {
  font-size:72px;
  margin-bottom: 30px;
  color: #1a1a1a;
  text-align: center;
}
.banner img{
  margin-top: 50px;
}

/*================================ 
    Threebox Css Start
================================*/


#threebox .owl-dots {
  text-align: center;
  padding-top: 15px;
}
#threebox .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: rgb(18 190 200 / 0.3);
  margin: 0 3px;
}
#threebox .owl-dots button.owl-dot.active {
  background-color: #12bec8;
}
#threebox .owl-dots button.owl-dot:focus {
  outline: none;
}
#threebox .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
#threebox span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
#threebox .owl-stage{
  padding: 10px 0;
}
.single-future-box .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
}
.single-future-box .icon img.back {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.single-future-box:hover .icon img.back,
.single-future-box.active .icon img.back{
  opacity: 1;
}
.single-future-box:hover .icon img.front ,
.single-future-box.active .icon img.front{
  opacity: 0;
}
.single-future-box {
  background-color: transparent;
  border: 1px dashed #12bec8;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.single-future-box:hover ,
.single-future-box.active {
  background-color: #333;
  border-color: #ffc000;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.single-future-box::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  border-top: 2px solid #12bec8;
  border-left: 2px solid #12bec8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.single-future-box::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-bottom: 2px solid #12bec8;
  border-right: 2px solid #12bec8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-future-box::before ,
.single-future-box::after{
  opacity: 0;
}

.single-future-box:hover::before,
.single-future-box:hover::after ,
.single-future-box.active::before ,
.single-future-box.active::after {
    border-color: #ffffff;
    opacity: 1;
}
.single-future-box h2{
  font-size: 20px;
  margin-bottom: 15px;
}
.single-future-box:hover h2,
.single-future-box.active h2 {
  color: #ffffff;
}
.single-future-box p:last-child{
  margin: 0;
  line-height: 28px;
}
.single-future-box:hover p,
.single-future-box.active p {
  color: #ffffff;
}

/*================================ 
    Company Area Css Start
================================*/


.company_area_text h3,
.choose-us-content h3{
  font-size: 38px;
  margin-bottom: 25px;
  line-height: 60px;
}
.company_area_text .comnBTN {
  margin-top: 20px;
}

#sixbox{
  display: none;
}

.Why_ChoseUs ul{
  margin-top: 20px;
}
.Why_ChoseUs ul li {
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  color: #1a1a1a;
}
.Why_ChoseUs ul li i{
  color: #333;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
}


/*================================ 
    Insurance Quote Css Start
================================*/

.Insurance_Quote{
  padding: 80px 0;
}
.Insurance_Quote_img {
	position: absolute;
	bottom: 0px;
	padding-right: 30px;
}
.Insurance_Quote_text .section-title{
  margin: 0px auto 25px;
}
.Insurance_Quote_text .get-quote-form .form-group {
	margin-bottom:20px;
}
.Insurance_Quote_text{
  overflow: hidden;
}
.Insurance_Quote_text .nav-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin-bottom: 40px;
  line-height: 1;
  border: none;
}
.Insurance_Quote_text .nav-tabs li {
  display: inline-block;
  cursor: pointer;
  margin: 0 20px;
  font-weight: 600;
}
.nav-tabs .nav-link {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-size: 16px;
  color: #555555;
  padding: 0 0 5px 0;
	border-bottom: 2px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color:transparent;
}
.nav-tabs .nav-link.active {
  color: #12bec8;
  border-bottom: 2px solid #12bec8;
  padding-bottom: 5px;
  background: none;
}
select{
  width: 100%;
  border-radius: 0;
  height: 50px;
  padding: 5px 20px;
  border: 1px solid #dbdbdb;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  background: url("../images/down-arrow.png") no-repeat #fff;
  background-position: 98% center;
}
input.form-control{
  width: 100%;
  border-radius: 0;
  height: 50px;
  padding: 5px 20px;
  border: 1px solid #dbdbdb;
}
input.form-control:focus{
  border: 1px solid #12bec8;
  box-shadow: none;
  outline: none;
}
.tab-content button{
  width: 100%;
}
.get-quote-form .from-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.tab-pane {
  display: none;
}
.tab-pane.active{
  display: block;
}


.accordion .card-header::before {
  /* font-family: 'FontAwesome';  
  content: "\f068"; */
  font-family: 'lineicons';
  content: "\eb2c";
  position: absolute;
  left: 0;
  top: 0;
  color: #12bec8;
  font-size: 14px;
}
.accordion .card-header.collapsed::before {
  /* symbol for "collapsed" panels */
  content: "\eb53";
}




.FAQ h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.card {
	border: none;
}
.card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
  border-bottom: none;
  cursor: pointer;
  position: relative;
}
.card-body {
	padding: 5px 25px;
}
a.card-title{
  color: #1a1a1a;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 20px;
}

#ourfeedback .owl-item img {
  width: auto;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.testimonials-item {
  background-color: #ffffff;
  border: 1px dashed #ffc000;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.testimonials-item h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.testimonials-item p {
  margin-bottom: 22px;
  font-size: 20px;
  position: relative;
  line-height: 36px;
}
.testimonials-item p i {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  font-size: 150px;
  opacity: 0.1;
  line-height: 1;
  color: #2ab5be;
}
.testimonials-item span {
  color: #555555;
  font-weight: normal;
  margin-bottom: 0;
}

.testimonials .owl-nav .owl-prev {
  left: -21px;
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}
.testimonials .owl-nav .owl-next {
  right: -21px;
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}
#ourfeedback .owl-nav .owl-prev i,
#ourfeedback .owl-nav .owl-next i,
#sixbox .owl-nav .owl-prev i,
#sixbox .owl-nav .owl-next i {
  background-color: #ffffff;
  font-size: 26px;
  color: #333;
  border: 1px solid #ffc000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}


#ourfeedback  .owl-nav .owl-prev, 
#ourfeedback  .owl-nav .owl-next ,
#sixbox  .owl-nav .owl-prev, 
#sixbox  .owl-nav .owl-next{
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  margin: 0;
}
#ourfeedback .owl-nav .owl-next,
#sixbox .owl-nav .owl-next {
  right: -20px;
  left: auto;
}

footer{
  background-color: #333;
  position: relative;
  color:#fff;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 637px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ft_bottom{
  border-top: 1px solid #d2dadb;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ft_bottom p{
  margin: 0;
}
.ft_bottom p a {
  color: #12bec8;
}
.ft_top{
  padding: 120px 0 70px;
}
.single-bg {
  position: relative;
  z-index: 1;
}
.single-footer-widget.single-bg::before {
  content: "";
  position: absolute;
  top: -26px;
  left: -45px;
  width: 345px;
  height: 290px;
  background-color: #ffffff;
  z-index: -1;
}
.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget .logo {
  margin-bottom: 15px;
  display: inline-block;
}
.single-footer-widget p {
  margin-bottom: 25px;
}
.single-footer-widget .social-icon {
  line-height: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.single-footer-widget .social-icon li {
  display: inline-block;
  margin-right: 5px;
}
.single-footer-widget .social-icon li a i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.single-footer-widget .social-icon li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.single-footer-widget .social-icon li a:hover i {
  background-color: #12bec8;
  border-color: #12bec8;
  color: #ffffff;
}

.single-footer-widget h6 {
  font-size: 24px;
  margin-bottom: 20px;
}
.single-footer-widget .address li {
  position: relative;
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}
.single-footer-widget .address li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #12bec8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.single-footer-widget .address li span {
  color: #1a1a1a;
  font-weight: 600;
  display: block;
}
.single-footer-widget .address li a {
  display: block;
}
.single-footer-widget .address li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .import-link {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.single-footer-widget .import-link li {
  margin-bottom: 10px;
}
.single-footer-widget  li a{
  color: #555555;
}
.single-footer-widget  li a:hover {
  text-decoration: none;
  color: #12bec8;
}

.single-footer-widget .newsletter-form .form-control {
  background-color: #ffffff;
}
.single-footer-widget .newsletter-form button {
  margin-top: 10px;
  display: block;
  width: 100%;
}


.mobile-nav{
  display: none;
}

.mobile_menu {
	padding: 5px 20px;
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #333;
	z-index: 2;
}
.navbar-area.is-sticky .mobile_menu{
  background: #fff;
}
.baricon{
  color: #12bec8;
  font-size: 24px;
  cursor: pointer;
}
.menubar{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

 nav.moblie:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
 nav.moblie ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav.moblie ul li {
	margin: 0px;
	float: left;
	background-color: #254441;
	}

/* Styling the links */
nav.moblie a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav.moblie ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav.moblie a:hover { 
	background-color: #000000; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
 nav.moblie ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px; 
}
	
/* Display Dropdowns on Hover */
nav.moblie ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav.moblie ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav.moblie ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
nav.moblie li > a:after { content:  ' +'; }
nav.moblie li > a:only-child:after { content: ''; }





.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(18 190 200)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  /* border-color: rgb(255,102,203); */
  border: none;
  padding: 0;
} 

/*================================ 
        Index Page 2 Css Start 
================================*/


.home2_banner{
  background: url("../images/banner-bg-1.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 700px; */
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.home2_banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 450px;
  background-color: #0a2046;
  z-index: -1;
}
.home2_banner_text small {
  display: block;
  margin-bottom: 10px;
  color: #12bec8;
  font-size: 16px;
}
.home2_banner_text h1{
  font-size: 52px;
  margin-bottom: 30px;
  color: #1a1a1a;
}

.home2_banner_text p {
  margin-bottom: 40px;
  font-size: 17px;
  color: #1a1a1a;
}

.home2_banner_img{
  position: relative;
  z-index: 1;
}
.home2_banner_img::after{
  content: "";
  background: url("../images/banner-shape-1.png") no-repeat;
  position: absolute;
  top: -25px;
  right: -32px;
  width: 135px;
  height: 130px;
  z-index: -1;
}




/*================================ 
        List Page Css Start 
================================*/


.list_banner{
  background: url("../images/car_2.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 700px; */
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

.list_banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}

.list_banner h1{
  margin-bottom: 15px;
  font-size: 50px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.4;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb-item a{
  color: #1a1a1a;
  font-weight: 600;
  font-size: 16px;
}
.breadcrumb-item.active {
  color: #12bec8;
  font-weight: 600;
  font-size: 16px;
}

.list_view{
  position: relative;
  z-index: 1;  
  background: #f1f1f1;
}
.list_view ul{
  background: #fff;
  margin-top: -100px;
  padding: 35px;
  box-shadow: 0 0 10px #cdcdcd;
}
.list_view ul li{
  position: relative;
  
  padding:20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.list_view li span{
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
  text-align: center;
  width: 30px;
  line-height: 30px;
  height: 30px;
}
.list_view li span:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 55px solid #12bec8;
  border-right: 55px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.list_view ul.style1{
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.list_view .style1 li{
  padding: 0 0 0 25px;
  border: none;
  margin-bottom: 5px;
  position: relative;
}
.list_view .style1 li::before{
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  color: #2ab5be;
}
.list_text{
  padding: 0 20px;
}
.list_text h3{
  font-size:20px;
  border-bottom: 1px solid;
}
.list_button a {
	text-transform: uppercase;
	background: #00a4bd;
	color: #fff;
	padding: 12px 20px;
  font-weight: 700;
  display: block;
}

.list_img ,
.list_button{
  width: 15%;
}
.list_text{
  width: 70%;
}

.blog_banner{
  background: url(../images/indi-health-banner.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

.blog_banner_auto{
  background: url(../images/car.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 150px 0;
}
.blog_banner_1{
  background: url(../images/lif.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 150px 0;
}
.blog_banner_2{
  background: url(../images/hom.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 150px 0;
}
.blog_banner_3{
  background: url(../images/medicar.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

.blog_banner_4{
  background: url(../images/life.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 150px 0;
}


.blog_content h3{
  margin-bottom: 20px;
  font-size: 25px;
}
.blog_content blockquote {
  position: relative;
  margin: 30px 0;
  background-color: #f1fbfc;
  display: flex;
  align-items: center;
}
.blog_content blockquote p {
  font-weight: 600;
  font-size: 18px;
  color: #1a1a1a;
  padding: 15px;
  margin: 0;
}
.blog_content blockquote i {
  font-size: 93px;
  color: #b9ecef;
  border-right: 2px solid #12bec8;
  padding: 0 20px;
}



.blog_form {
  background: url("../images/health-sidebar.jpg") no-repeat;
  padding: 220px 30px 30px 30px;
  background-color: #0a173f;
  box-shadow: 0 0 10px #e2e2e2;
  border-radius: 10px;
  background-size: 100% 200px;  
 
}




.blog_form form{
  position: relative;
}

.blog_form form i {
  position: absolute;
  top: -50px;
  font-size: 30px;
  color: #fff;
  background: #0a173f;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 5px solid #2ab5be;
}
.blog_form strong {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  display: table;
  margin:0 auto 12px;
  color: #fff;
  /*border-bottom: 3px solid;*/
}

.blog_form strong:after{
  content: "";
  width: 70px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 5px auto 0;
}
.blog_form p {
  text-transform: capitalize;
  font-size: 20px;
  text-align: center;
  color: #12bec8;
  margin-bottom: 15px
}

.blog_form input{
  height: 50px;
  border: 1px solid #2ab5be;
  padding: 5px 10px 5px 35px;
}

.blog_form button{
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  background: #2ab5be;
  color: #fff;
  font-weight: bold;
}
.zip{
  position: relative;
  margin-bottom: 20px;
}
.zip::before {
  content: "\f041";
  font-family: fontawesome;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 28px;
  color: #2ab5be;
}
.blog_form strong {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  display: table;
  margin:0 auto 25px;
  color: #fff;

}



.medicareoffer_banner{
  background: url("../images/medicare.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 700px; */
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

.medicareoffer_banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}

.medicareoffer_banner h1{
  margin-bottom: 15px;
  font-size: 50px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.4;
}

.life_banner{
  background: url("../images/life.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 700px; */
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

.life_banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}

.life_banner h1{
  margin-bottom: 15px;
  font-size: 50px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.4;
}

.health_banner{
  background: url("../images/health_2.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 700px; */
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

.health_banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}

.health_banner h1{
  margin-bottom: 15px;
  font-size: 50px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.4;
}

.caroffer_banner{
  background: url("../images/car_2.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 700px; */
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

.caroffer_banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}

.caroffer_banner h1{
  margin-bottom: 15px;
  font-size: 50px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.4;
}

.healthoffer_banner{
  background: url("../images/health_2.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 700px; */
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

.healthoffer_banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}

.healthoffer_banner h1{
  margin-bottom: 15px;
  font-size: 50px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.4;
}

.homeoffer_banner{
  background: url("../images/home.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 700px; */
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

.homeoffer_banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}

.homeoffer_banner h1{
  margin-bottom: 15px;
  font-size: 50px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.4;
}

medicare_banner{
  background: url("../images/medicare.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 700px; */
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

.medicare_banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}

.medicare_banner h1{
  margin-bottom: 15px;
  font-size: 50px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.4;
}

.blog_form_car{
  background: url("../images/medicaree.jpg") no-repeat;
  padding: 220px 30px 30px 30px;
  background-color: #0a173f;
  box-shadow: 0 0 10px #e2e2e2;
  border-radius: 10px;
  background-size: 100% 200px;  
 
}

.blog_form_car form{
  position: relative;
}

.blog_form_car form i {
  position: absolute;
  top: -50px;
  font-size: 30px;
  color: #fff;
  background: #0a173f;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 5px solid #2ab5be;
}
.blog_form_car strong {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  display: table;
  margin:0 auto 12px;
  color: #fff;
  /*border-bottom: 3px solid;*/
}

.blog_form_car strong:after{
  content: "";
  width: 70px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 5px auto 0;
}
.blog_form_car p {
  text-transform: capitalize;
  font-size: 20px;
  text-align: center;
  color: #12bec8;
  margin-bottom: 15px
}

.blog_form_car input{
  height: 50px;
  border: 1px solid #2ab5be;
  padding: 5px 10px 5px 35px;
}

.blog_form_car button{
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  background: #2ab5be;
  color: #fff;
  font-weight: bold;
}
.zip{
  position: relative;
  margin-bottom: 20px;
}
.zip::before {
  content: "\f041";
  font-family: fontawesome;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 28px;
  color: #2ab5be;
}
.blog_form_car strong {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  display: table;
  margin:0 auto 25px;
  color: #fff;
}



.blog_form_1 {
  background: url("../images/lifee.jpg") no-repeat;
  padding: 220px 30px 30px 30px;
  background-color: #0a173f;
  box-shadow: 0 0 10px #e2e2e2;
  border-radius: 10px;
  background-size: 100% 200px;  
 
}


.blog_form_1 form{
  position: relative;
}

.blog_form_1 form i {
  position: absolute;
  top: -50px;
  font-size: 30px;
  color: #fff;
  background: #0a173f;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 5px solid #2ab5be;
}
.blog_form_1 strong {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  display: table;
  margin:0 auto 12px;
  color: #fff;
  /*border-bottom: 3px solid;*/
}

.blog_form_1 strong:after{
  content: "";
  width: 70px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 5px auto 0;
}
.blog_form_1 p {
  text-transform: capitalize;
  font-size: 20px;
  text-align: center;
  color: #12bec8;
  margin-bottom: 15px
}

.blog_form_1 input{
  height: 50px;
  border: 1px solid #2ab5be;
  padding: 5px 10px 5px 35px;
}

.blog_form_1 button{
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  background: #2ab5be;
  color: #fff;
  font-weight: bold;
}
.zip{
  position: relative;
  margin-bottom: 20px;
}
.zip::before {
  content: "\f041";
  font-family: fontawesome;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 28px;
  color: #2ab5be;
}
.blog_form_1 strong {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  display: table;
  margin:0 auto 25px;
  color: #fff;
}


.blog_form_2 {
  background: url("../images/Homee.jpg") no-repeat;
  padding: 220px 30px 30px 30px;
  background-color: #0a173f;
  box-shadow: 0 0 10px #e2e2e2;
  border-radius: 10px;
  background-size: 100% 200px;  
 
}


.blog_form_4 {
  background: url("../images/lifee.jpg") no-repeat;
  padding: 220px 30px 30px 30px;
  background-color: #0a173f;
  box-shadow: 0 0 10px #e2e2e2;
  border-radius: 10px;
  background-size: 100% 200px;  
 
}

.blog_form_4 form{
  position: relative;
}

.blog_form_4 form i {
  position: absolute;
  top: -50px;
  font-size: 30px;
  color: #fff;
  background: #0a173f;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 5px solid #2ab5be;
}
.blog_form_4 strong {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  display: table;
  margin:0 auto 12px;
  color: #fff;
  /*border-bottom: 3px solid;*/
}

.blog_form_4 strong:after{
  content: "";
  width: 70px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 5px auto 0;
}
.blog_form_4 p {
  text-transform: capitalize;
  font-size: 20px;
  text-align: center;
  color: #12bec8;
  margin-bottom: 15px
}

.blog_form_4 input{
  height: 50px;
  border: 1px solid #2ab5be;
  padding: 5px 10px 5px 35px;
}

.blog_form_4 button{
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  background: #2ab5be;
  color: #fff;
  font-weight: bold;
}



.blog_form_2 form{
  position: relative;
}

.blog_form_2 form i {
  position: absolute;
  top: -50px;
  font-size: 30px;
  color: #fff;
  background: #0a173f;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 5px solid #2ab5be;
}
.blog_form_2 strong {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  display: table;
  margin:0 auto 12px;
  color: #fff;
  /*border-bottom: 3px solid;*/
}

.blog_form_2 strong:after{
  content: "";
  width: 70px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 5px auto 0;
}
.blog_form_2 p {
  text-transform: capitalize;
  font-size: 20px;
  text-align: center;
  color: #12bec8;
  margin-bottom: 15px
}

.blog_form_2 input{
  height: 50px;
  border: 1px solid #2ab5be;
  padding: 5px 10px 5px 35px;
}

.blog_form_2 button{
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  background: #2ab5be;
  color: #fff;
  font-weight: bold;
}
.zip{
  position: relative;
  margin-bottom: 20px;
}
.zip::before {
  content: "\f041";
  font-family: fontawesome;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 28px;
  color: #2ab5be;
}
.blog_form_2 strong {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  display: table;
  margin:0 auto 25px;
  color: #fff;
}

.blog_form_3 {
  background: url("../images/medicaree.jpg") no-repeat;
  padding: 220px 30px 30px 30px;
  background-color: #0a173f;
  box-shadow: 0 0 10px #e2e2e2;
  border-radius: 10px;
  background-size: 100% 200px;  
 
}


.blog_form_3 form{
  position: relative;
}

.blog_form_3 form i {
  position: absolute;
  top: -50px;
  font-size: 30px;
  color: #fff;
  background: #0a173f;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 5px solid #2ab5be;
}
.blog_form_3 strong {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  display: table;
  margin:0 auto 12px;
  color: #fff;
  /*border-bottom: 3px solid;*/
}

.blog_form_3 strong:after{
  content: "";
  width: 70px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 5px auto 0;
}
.blog_form_3 p {
  text-transform: capitalize;
  font-size: 20px;
  text-align: center;
  color: #12bec8;
  margin-bottom: 15px
}

.blog_form_3 input{
  height: 50px;
  border: 1px solid #2ab5be;
  padding: 5px 10px 5px 35px;
}

.blog_form_3 button{
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  background: #2ab5be;
  color: #fff;
  font-weight: bold;
}
.zip{
  position: relative;
  margin-bottom: 20px;
}
.zip::before {
  content: "\f041";
  font-family: fontawesome;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 28px;
  color: #2ab5be;
}
.blog_form_3 strong {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  display: table;
  margin:0 auto 25px;
  color: #fff;
}


.home_banner{
  background: url("../images/home.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 700px; */
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

.home_banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}

.home_banner h1{
  margin-bottom: 15px;
  font-size: 50px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.4;
}


.medicare_banner{
  background: url("../images/medicare.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 700px; */
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

.medicare_banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}

.medicare_banner h1{
  margin-bottom: 15px;
  font-size: 50px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.4;
}

.life_banner{
  background: url("../images/life.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 700px; */
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

.life_banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}

.life_banner h1{
  margin-bottom: 15px;
  font-size: 50px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.4;
}


.auto_baner_bg {
  background: url(../images/car_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.home_baner_bg {
  background: url(../images/home_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.life_baner_bg {
  background: url(../images/life_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.health_baner_bg {
  background: url(../images/health_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.medicare_baner_bg {
  background: url(../images/medicare_banner.png);
  background-repeat: no-repeat;
  background-position: center;
}

.home_listing_bg {
  background: url(../images/home_listing_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.life_listing_bg {
  background: url(../images/life_listing_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.auto_listing_bg {
  background: url(../images/car_listing_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.health_listing_bg {
  background: url(../images/health_listing_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.home_form {
  background: url(../images/home_blog_form.jpg) no-repeat;
  padding: 220px 30px 30px 30px;
  background-color: #4c596c;
  -webkit-box-shadow: 0 0 10px #e2e2e2;
  box-shadow: 0 0 10px #e2e2e2;
  border-radius: 10px;
  background-size: 100% 200px;
}


.inner_banner {
  position: relative;
  height: 425px;
}

.inner_banner::before {
  content: "";
  background: #4c596c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
}

.inner_banner .shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
  color: #fff !important;
  overflow: hidden;
  z-index: 1;
}

.inner_banner .shape svg {
  -webkit-transform: scale(2);
  transform: scale(2);
  width: 100%;
  height: auto;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.inner_banner .bannerlink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 800px;
  margin: auto;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.inner_banner .bannerlink h1 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 90px;
  color: #fff;
}

.inner_banner .bannerlink h1::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.inner_banner .bannerlink p {
  color: #fff;
}

.inner_banner .bannerlink aside {
  margin-top: 25px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inner_banner .bannerlink aside a {
  color: #4c596c;
  background: #fff;
  display: block;
  text-align: center;
  width: 23%;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 10px;
  border-radius: 10px;
  font-weight: 500;
  -webkit-box-shadow: 0 0 10px #4c596c inset;
          box-shadow: 0 0 10px #4c596c inset;
}

.inner_banner .bannerlink aside a img {
  display: block;
  margin: 0 auto 10px;
}

.inner_banner .bannerlink aside a:hover {
  background: #fff4e5;
}


.banner .bannerlink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
  width: 800px;
  margin: auto;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.banner .bannerlink h1 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.banner .bannerlink h1::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.banner .bannerlink p {
  color: #fff;
}

.banner .bannerlink aside {
  margin-top: 25px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner .bannerlink aside a {
  color: #4c596c;
  background: #fff;
  display: block;
  text-align: center;
  width: 23%;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 10px;
  border-radius: 10px;
  font-weight: 500;
  -webkit-box-shadow: 0 0 10px #4c596c inset;
          box-shadow: 0 0 10px #4c596c inset;
}

.banner .bannerlink aside a img {
  display: block;
  margin: 0 auto 10px;
}

.banner .bannerlink aside a:hover {
  background: #fff4e5;
}


