/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400..700&display=swap');
/* COLORS */
:root {
--white:#FFF;
--white-100:#FAFAFA;
--dark-grey:#637979;
--light-grey:#EDF2F2;
--light-grey-300:#DAE7E7;
--black:#003333;
--green:#B4CC95;
--light-green:#D9E78D;
--dark-green:#2D7F84;
--dark-green-200:#006666;
--dark-green-100:#003D3D;

}


/* General */
html {
  font-size: 100%;
  scroll-behavior: smooth;
  height: auto;
}
body {
    font-size: 1rem;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
    color: var(--black);
    background:var(--white);
}
h1, .h1-title {
    font-size: 3.5rem;
    font-weight: 700;
line-height: 110%;
	margin-bottom: 15px;
}
h2, .h2-title{
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; 
}
h3, .h3-title{
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; 
}
h4, .h4-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 9px;
}

.button, .wpcf7-submit {
	border-radius: 8px;
	letter-spacing: .05rem;
	opacity: 1;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	background: var(--light-green);
	text-decoration: none;
	padding: 14px 24px;
	font-weight: 500;
	font-size: 1.125rem;
    color: var(--black);
    transition: opacity 0.5s;
}

.button:hover, .button:focus, .wpcf7-submit:hover, .wpcf7-submit:focus{
	opacity: .8;
	text-decoration: none;
	color: var(--black);
}
a, a:hover, a:focus{
	color: var(--dark-green-200);
}
.gradient-green{
	background: var(--Linear, linear-gradient(293deg, #00B3B3 -5.46%, #008C8C 18.83%, #066 63.24%));
}
.arrow{
	padding-right: 20px;
	background: url('./img/arrow.png') no-repeat center right transparent;
	background-size: 13px;
}
.green{
	color: var(--dark-green-200);
	font-weight: 600;
}
section {
	padding: 120px 0px;
}


/* Header */
header .main-logo {
    max-width: 230px;
}
header .navbar {
    border-bottom: 1px solid var(--light-grey-300);
    background: var(--white);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 14px 40px;
    border-right: 0px;
    border-left: 0px;
}
header .container-nav {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    background: var(--white);
    max-width: 1440px;
    margin: auto;
}
header .navbar-nav{
	margin-left: 10px;
    width: 100%;

}
header .nav-item {
    margin-left: 40px;
}
header .navbar-light .navbar-nav .nav-link{
	color: var(--black);
}
header .navbar-light .navbar-nav .nav-link:hover, header .navbar-light .navbar-nav .nav-link:focus{
	color: var(--dark-green-200);
}
header .navbar-brand{
	padding: 0px;
}
header .navbar-light .navbar-nav .button{

    padding: 0px 20px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	background: var(--dark-green-200);

	font-size: 0.938rem;
	font-weight: 500;
}
header .navbar-light .navbar-nav .button .nav-link, header .navbar-light .navbar-nav .button .nav-link:hover, header .navbar-light .navbar-nav .button .nav-link:focus{
	color: var(--white);
}
header .nav-item.tel {
    margin-left: auto;
    padding-left: 20px;
    background: url('./img/phone-icon.png') no-repeat center left transparent;
    background-size: 18px;
}
header .container-nav .dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    content: "";
    border: none;
    background: url('./img/down-icon.svg') no-repeat center center;
    background-size: contain;
    height: 12px;
    width: 11px;
    position: relative;
    top: 5px;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 12px;
    color: var(--black);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
    padding-top: 16px;
    padding-bottom: 16px;
    border: none;
    outline: none;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
	color: var(--black);
    font-size: 0.938rem;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover{
	background: var(--light-grey-300);
	color: var(--black);
}
/* footer */
footer .copy{
	color: var(--dark-grey);
	text-align: center;
	font-size: 0.875rem;
}
footer .nav-area{
	color: var(--white);

	background: var(--dark-green-100);
	padding: 40px 0;
}
footer .social{
	margin-left: auto;
}
footer .social-link{
	margin-right: 8px;
	max-width: 30px;
	height: 30px;
}
footer .social-link:hover, footer .social-link:focus{
	opacity: 0.8;
}
footer .social-link .icon{
	width: 30px;
	height: 30px;
	object-fit: contain;
}
footer .menu {
    list-style: none;
    padding-left: 0px;
}
footer .menu > li{
	margin-bottom: 15px;
}
footer .menu-item > a{
	color: var(--light-grey);
	font-weight: 400;
	font-size: 0.875rem;
}
footer .menu-item > a:hover, footer .menu-item > a:focus{
	color: var(--light-grey);
	text-decoration: underline;
}
footer .sub-menu {
    column-count: 3;
    margin-bottom: 20px;
    margin-top: 10px;
    list-style: none;
    padding-left: 0px;
}
footer .sub-menu > li{
	margin-bottom: 10px;
}
footer .menu > li.title > a, footer .menu > li.big > a {
    font-weight: 600;
    color: var(--white);
    text-decoration: none;
    font-size: 1.125rem;
}
footer .menu > li.big > a:hover, footer .menu > li.big > a:focus{
    color: var(--white);
	text-decoration: underline;
}
footer .icon-logo {
    margin-bottom: 30px;
}
footer .tel {
    color: var(--white);
    margin-bottom: 10px;
    display: inline-block;
    font-size: 0.875rem;
}
footer .address {
    font-size: 0.875rem;
}
footer .wrapper{
	display: flex;
	flex-direction: row;
	justify-content: start;

}


/* Homepage */
.home-page .banner {
    padding: 200px 0 120px 0;
    
  	color: var(--white);
  position: relative;
}
.home-page .banner .banner-img-home{
	background: url('./img/homepage-top.webp') no-repeat center right;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
    top: 0;
    right: 0;
    width: 58%;
    height: 100%;
}
.home-page .banner .overlay{
	background: linear-gradient(293deg, #066 -5.46%, var(--dark-grey) 18.83%, var(--black) 63.24%);
	
	mask-image: linear-gradient(
	94deg,
    #000 5.71%,
    #000 36.69%,
    rgba(0, 0, 0, 0.99) 50.09%,
    rgba(0, 0, 0, 0.75) 58.49%,
    rgba(0, 0, 0, 0.55) 66.31%,
    rgba(0, 0, 0, 0.35) 79.57%,
    rgba(0, 0, 0, 0.00) 91.96%
  );
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.insurance-page .banner .banner-img{
	position: absolute;
    top: 0;
    right: 0;
    width: 56%;
    height: 100%;
}
.insurance-page .banner .overlay{
	background: linear-gradient(293deg, #00B3B3 -5.46%, #008C8C 18.83%, #066 63.24%);
}
.home-page .banner .items {
    display: flex;
    flex-direction: row;
    margin-top: 70px;
}
.home-page .banner .items .item{
	flex:0 0 36.33%;
}
.home-page .banner .item-icon {
    width: 48px;
    display: inline-block;
    vertical-align: middle;
}
.home-page .banner .items .text {
    display: inline-block;
    width: calc(100% - 55px);
    vertical-align: middle;
    padding: 0 30px 0 5px;
    font-size: 0.875rem;
}
.home-page .banner .items .text b{
	display: block;
}
.home-page .banner .button-wrap {
    margin-top: 30px;
}
.home-page .insurances, .form-section {
    background: var(--white-100);
}
.home-page .box{
	border-radius: 12px;
	border: 1px solid var(--light-grey-300);
	background: var(--white);
	padding: 24px 24px 32px;
	margin-bottom: 14px;
    color: var(--black);

    height: calc(100% - 14px);
    transition: box-shadow 0.35s;
}
.home-page .box:hover{

	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
}
.home-page .box .icon {
    max-width: 50px;
    margin-bottom: 16px;
}
.home-page .box-link{
	text-decoration: none;
}
.home-page .box .arrow {
    color: var(--dark-green-200);
}
.home-page .about {
    background: rgba(237, 242, 242, 0.40);
}
.home-page .about .about-img{
	width: 100%;
	max-width: 570px;
	border-radius: 16px;
}
.home-page .about .wrapper{
	padding-left: 70px;
}
.home-page .click {
    margin-bottom: 40px;
}


.cta{
	background: linear-gradient(293deg, #00B3B3 -5.46%, #008C8C 18.83%, #066 63.24%);
	padding: 140px 0;
	color: var(--white);
}
.cta .button-wrap{
	margin-top: 40px;
}

/* About */
.about-page {
    padding-top: 80px;
}
.about-page .about-intro {
    background: var(--white-100);
}
.about-page h1{
	margin-bottom: 40px;
    color: var(--black);
}
.about-page .background{
    max-width: 1300px;
    margin: 90px auto 0;
    display: block;
    border-radius: 16px;
    width: 100%;
}

.section-faq{
	background: rgba(237, 242, 242, 0.70);
	padding-bottom:140px;
}
.section-faq .card { border-radius: 0; background: transparent;}
.section-faq .card + .card { border-top: 0; }
.section-faq .card-header { 
  border: 0; border-top: 1px solid var(--light-grey-300); 
  padding: 16px 0px;
}
.section-faq .accordion {
  border-bottom: 1px solid var(--light-grey-300); /* only the last card gets bottom border */
}

.section-faq .faq-question { font-weight: 600; text-align: left; font-size: 1rem;
	width: calc(100% - 25px);
}

.section-faq .collapse-icons .collapse-icon {
  width: 15px; height: 15px; display: inline-block; transition: opacity .15s ease;
  vertical-align: text-top;
}
.section-faq button .collapse-icons .icon-plus, .insurance-feat .collapse-icons .icon-plus { display: inline; }
.section-faq button .collapse-icons .icon-minus, .insurance-feat .collapse-icons .icon-minus { display: none; }
.section-faq button[aria-expanded="true"] .icon-plus, .insurance-feat button[aria-expanded="true"] .icon-plus { display: none; }
.section-faq button[aria-expanded="true"] .icon-minus, .insurance-feat button[aria-expanded="true"] .icon-minus { display: inline; }

.section-faq .btn.btn-link {
    padding: 0;
    text-transform: none;
    color: var(--black);
    text-decoration: none;
    font-size: 1.25rem;
    text-align: left;
    margin: 0px;
    border: 0px;
    width: 100%;
}
.section-faq .card-body {
    max-width: 768px;
    padding: 0 70px 20px 0;
}
.section-faq .text-wrap{
	text-align: center;
	margin-bottom: 40px;
}
.section-faq .text-wrap .intro{
	font-size: 1.125rem;
}
.section-faq .collapse-icons {
    align-items: start;
    margin-top: 5px;
}
.section-faq .h2-title {
    margin-bottom: 10px;
}
.insurance-feat{
	background: var(--white-100);
}
.insurance-feat .icon-img {
    max-width: 50px;
}
.insurance-feat .btn.btn-link {
    align-items: anchor-center;
    width: 100%;
    margin: 0px !important;
    border-bottom: 0px !important;
    text-decoration: none;
    font-weight: 500;
}
.insurance-feat .f-title {
    font-size: 1.25rem;
    text-transform: none;
    color: var(--black);
}
.insurance-feat .collapse-icons {
    margin-left: auto;
    display: block;
}
.insurance-feat .card-header {
    margin: 0px !important;
    border: 0px;
}
.insurance-feat .card {
    border-radius: 12px !important;
    border: 1px solid var(--light-grey-300) !important;
    background: #FFF;
    overflow: hidden;
    margin-bottom: 16px;
    padding: 15px 30px;
}
.insurance-feat .card-body {
    padding:0px 50px 10px 87px;
}
.insurance-feat .intro {
    margin-bottom: 60px;
}
.insurance-page .discounts, .insurance-page .links{
	background: var(--white-100);
	padding-top: 0px;
}
.insurance-page .discounts .d-box{
	border-radius: 12px;
	background: var(--light-grey-300);
	padding: 20px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 24px;
	height: calc(100% - 24px);
}
.insurance-page .discounts h2{
	margin-bottom: 60px;
}
.insurance-page .box-links{
	background: var(--dark-green-200);
	border-radius: 16px;
	color: var(--white);
	padding: 60px 100px;
	display: flex;
	flex-direction: row;
	gap:30px;
}
.insurance-page .box-links .link-item, .insurance-page .box-links .link-item:hover, .insurance-page .box-links .link-item:focus{
	color: var(--white);
	text-decoration: underline;
}
.insurance-page .box-links .list{
	columns: 2;           
  -webkit-columns: 2; 
  -moz-columns: 2; 
  column-gap: 2rem; 
  width: calc(100% - 260px);
  margin-bottom: 0px;
    margin-top: 10px;
}
.insurance-page .box-links .list li{
	margin-bottom: 10px;
    padding-right: 30px;
}

.contact-page .banner{
	background: url('./img/contact-pat-richard-insurance.jpg') no-repeat center right transparent;
	background-size: 55%;
}
.contact-page .form-wrap {
    border-radius: 12px;
    background: var(--white);
    border: 1px solid var(--light-grey-300);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
    padding: 50px 80px 60px;
}
.contact-page .form-wrap input[type="text"], .contact-page .form-wrap input[type="tel"], .contact-page .form-wrap input[type="email"], .contact-page .form-wrap textarea {
    border-radius: 8px !important;
    border: 1px solid var(--light-grey-300);
    background: var(--white);
    width: 100%;
    padding: 10px 16px !important;
    height: 45px !important;
    margin-top: 8px !important;
    font-size: 1rem !important;
}
.contact-page .form-wrap textarea{
	min-height: 150px;
}
.contact-page .form-wrap input[type="text"]:active,.contact-page .form-wrap input[type="text"]:focus, .contact-page .form-wrap input[type="tel"]:active, .contact-page .form-wrap input[type="tel"]:focus, .contact-page .form-wrap input[type="email"]:active, .contact-page .form-wrap input[type="email"]:focus, .contact-page .form-wrap textarea:active, .contact-page .form-wrap textarea:focus {
	background: rgba(237, 242, 242, 0.80);
	border:1px solid var(--light-grey-300);
	color:var(--black);
	outline: none;
}
.contact-page .form-wrap .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.contact-page .wpcf7-form-control.wpcf7-submit {
    border: 0px;
    font-size: 1.125rem;
    font-weight: 500;
}
.contact-page label{
	width: 100%;
}
.contact-page .contact-info {
    margin-top: 40px;
    line-height: 200%;
}
.thank-page .overview {
    padding: 200px 0;
}
.thank-page h1{
	margin-bottom: 50px;
}
.wpcf7 form.sent .wpcf7-response-output{
	display: none;
}

@media all and (max-width: 992px){
	h1, .h1-title{

		font-size: 3rem;
	}
	 /* Nav */
  .navbar-brand{
  	margin-left: auto;
  	margin-right: auto;
  }
	.bottom-nav {
	   background: transparent;
	    bottom: 0;
	    height: 80px;
	    left: 50%;
	    position: fixed;
	    text-align: center;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    width: 50%;
	    z-index: 9999;
	}
	.bottom-nav .navbar-toggler {
	    background: var(--light-green);
	    border-radius: 50%;
	    display: inline-block;
	    outline: 0;
	    padding: 17px 14px;
	    position: relative;
	    vertical-align: middle;
	    z-index: 1032;
	    box-shadow: 1px 5px 16px rgba(0, 0, 0, 0.25);
	}
	.bottom-nav .animated-icon {
        cursor: pointer;
        height: 24px;
        margin: 0;
        position: relative;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        width: 30px
    }
    .bottom-nav .animated-icon,.animated-icon span {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    .bottom-nav .animated-icon span {
        background: var(--black);
        border-radius: 9px;
        display: block;
        height: 3px;
        left: 0;
        opacity: 1;
        position: absolute;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        width: 100%
    }
	 .bottom-nav .animated-icon span:nth-child(2),.animated-icon span:nth-child(3) {
        top: 10px
    }
    .bottom-nav .animated-icon span:nth-child(4) {
        top: 20px
    }
    .bottom-nav .animated-icon.open span:first-child {
        left: 50%;
        top: 11px;
        width: 0
    }
    .bottom-nav .animated-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .bottom-nav .animated-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .bottom-nav .animated-icon.open span:nth-child(4) {
        left: 50%;
        top: 11px;
        width: 0
    }
	 .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        background: var(--white);
        position: fixed;
        bottom: -50px !important;
        left: 0px;
        padding: 40px 30px 12px 30px;
        min-height: 60px;
        max-height: 60px;
        overflow: auto;
        height: auto;
        text-align: left;
        transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
        z-index: 11000;
    }
    .navbar-collapse.show {
        min-height: 100%;
        max-height: 100%;
        bottom: 0px !important;
    }
	.no-scroll{
         overflow: hidden;
         position: fixed;
         width: 100%;
  	}
  	header .navbar-nav{
  		    margin: auto;
    	text-align: center;
  	}
  	header .nav-item {
 	   margin: 10px 0px;
	}
	header .nav-item.tel{
		margin-right: auto;
		margin-left: auto;
		max-width: 150px;
	}
	header .navbar-expand-lg .navbar-nav .dropdown-menu {
	    border-radius: 0;
	    text-align: center;
	    box-shadow: none;
	    border: none;
	}
	header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
		margin:10px 0;
	}
	header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
 	   background: transparent;
    	text-decoration: underline;
	}
	footer .address {
	    margin-bottom: 40px;
	}

	footer .wrapper {
	    flex-direction: column;
	     align-items: start;
	}
	footer .social {
	    margin-left: 0;
	    margin-top: 30px;
	}


	.home-page .banner{
		padding: 150px 0;
	}
	.home-page .banner .banner-img-home{
		background-position: bottom -300px left;
		background-size: cover;
		background-repeat: no-repeat;
		 width: 100%;
	}
	.home-page .banner .items {
	    flex-direction: column;
	    margin-top: 50px;
	    gap: 20px;
	}
	.home-page .banner .overlay{
		    mask-image: linear-gradient(179deg, #000 5.71%, #000 36.69%, rgba(0, 0, 0, 0.99) 50.09%, rgba(0, 0, 0, 0.75) 58.49%, rgba(0, 0, 0, 0.55) 66.31%, rgba(0, 0, 0, 0.35) 91.57%, rgba(0, 0, 0, 0.00) 100%);
	}
	.home-page .about .wrapper {
	    padding-left: 0px;
	    padding-top: 40px;
	}
	.insurance-page .banner {
 	   padding: 150px 0 180px 0;
	}
	.insurance-page .banner .banner-img {
	    width: 100%;
	    background-position: bottom -100px right !important;
	    background-size: 100% !important;
	}
	.insurance-page .box-links{
		flex-direction: column;
	}
	.insurance-page .box-links .list{
		width: 100%;
    padding-left: 20px;
	}
	.insurance-page .box-links{
		padding: 60px;
	}
	.contact-page .form-wrap{
		margin-top: 50px;
	}
	.contact-page .banner {
	    background-size: cover;
	    background-position: bottom -100px right;
	    padding: 160px 0 200px 0;
	}
	.about-intro .align-items-center {
	    align-items: start !important;
	}
	.about-page .image-bg {
	    padding: 0px 35px;
	}
}

@media all and (max-width: 767px){
	h1, .h1-title {
    	font-size: 2.5rem;
	}
	h2, .h2-title {
    	font-size: 1.875rem;
	}
	h3, .h3-title {
    	font-size: 1.5rem;
	}
	header .main-logo {
 	   max-width: 190px;
	}
	header .navbar-nav{
		text-align: left;
	}
	header .navbar-expand-lg .navbar-nav .dropdown-menu{
		max-width: 205px;
        margin: 0;
        text-align: left;
	}
	header .nav-item.tel{
		margin-left: 0;
	}
	header .navbar-light .navbar-nav .button{
		max-width: 150px;
	}
	section {
	    padding: 80px 0px;
	}
	.section-faq{
		padding-bottom:90px;
	}
	.cta {
    	padding: 90px 0;	
	}
	footer .social {
	    margin-top: 20px;
	}
	footer .copy {
    	margin-bottom: 80px;
	}
	.home-page .banner {
        padding: 140px 0 150px 0;
    }
	.home-page .banner .overlay {
        mask-image: linear-gradient(180deg, #000 0%, #000 51.31%, rgba(0, 0, 0, 0.99) 63.74%, rgba(0, 0, 0, 0.85) 72.47%, rgba(0, 0, 0, 0.35) 80.68%, rgba(0, 0, 0, 0.00) 85.56%);
    }
    .home-page .banner .overlay {
	    background: linear-gradient(359deg, #066 -5.46%, var(--dark-grey) 11.83%, var(--black) 46.24%);
	}
	.home-page .banner .banner-img-home {
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
    }
    .insurance-page .banner .overlay {
 	   background: linear-gradient(333deg, #00B3B3 -5.46%, #008C8C 28.83%, #066 73.24%);
	}
	.insurance-page .banner .button-wrap {
    	margin-bottom: 30px;	
	}
	.insurance-page .banner .banner-img{
		background-position: bottom -10px left !important;
	}
	.insurance-page .banner {
        padding: 140px 0 250px 0;
    }
    .insurance-feat .card{
    	padding: 15px 10px;
    }
    .insurance-feat .card .card-header {
	    padding: 10px;
	}
	.insurance-feat .f-title {
 	   font-size: 1.125rem;
 	   text-align: left;
	}
	.insurance-feat .card-body {
	    padding: 0px 33px 10px 77px;
	}
	.insurance-page .discounts h2, .insurance-feat .intro {
	    margin-bottom: 40px;
	}
	.insurance-page .box-links {
        padding: 40px;
            gap: 20px;
    }

    .insurance-page .box-links .list {
	    columns: 1;
	    -webkit-columns: 1;
	    -moz-columns: 1;
	    margin-top:0px;
	}
	.insurance-page .box-links .list li {
	    padding-right: 0px;
	}
	.section-faq .accordion{
		padding: 0 20px;
	}
	.section-faq .card-body {
	    padding: 0 0px 20px 0;
	}
	.about-page .image-bg {
	    padding: 0 15px;
	}
	.about-page .background {
	    margin: 40px auto 0;
	}
	.contact-page .form-wrap {
    	padding: 30px 30px 40px;
    	margin-top: 40px;
	}
	.contact-page .banner {
        padding: 140px 0 236px 0;
        background-position: bottom -30px center;
        background-size: contain;
    }
}