/*New code*/

/*header*/
.header-content .logo {
    width: 200px;
    display: flex;
    align-items: center;
}
.header-content .logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-content .logo a img {
    width: 180px;
}
.site-header .container {
    padding: 0 40px;
}
.header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0 10px 0;
}
.to-bar-right>ul li {
    display: inline-block;
    padding-bottom: 0px;
    margin: 0px 2px;
}
.to-bar-right li svg {
    color: #fff;
    fill: #fff;
    display: inline-block;
}
.to-bar-right {
    display: flex;
    align-items: center;
}
.to-bar-right ul .topheaderNumber span {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 25px;
    color: #fff;    
}
.to-bar-right a {
    display: flex;
}
.to-bar-right ul {
    margin: 0;
    display: flex;
    align-items: center;
}
header.site-header {
    position: sticky;
    top: 0;
    z-index: 9;
}
.footer-grid .first-widget img {
    max-width: 200px;
}
.footer-grid .first-widget {
    display: flex;
    align-items: center;
}
.third-widget img {
    max-width: 90px;
}
.third-widget a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.landing_footer_sec .container {
    padding: 0 40px;
}
.gb-container.gb-container-4a04ebfd {
    display: none;
}
a:hover {
    text-decoration: none !important;
}
/*.user-active .site-description {
    display: none;
}
.user-active .header-content .logo a img {
    width: 200px;
}
.user-active .header-content {
    padding: 10px 0;
}
*/

.gb-container.gb-container-404bfdef {
    display: none;
}
/*.main-body {
    width: 100%;
}*/
.container.grid-container {
    width: 100% !important;
    max-width: 100% !important;
}
.main-body {
    width: 100%;
}
.topheaderNumber {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-next:before, .slick-prev:before {
	content: unset !important;
}
.slick-arrow:hover, .slick-arrow:focus {
    background-color: #002c56 !important;
}
.slick-arrow i {
    font-size: 20px;
}
section .container {
    padding: 0 40px;
}
button.slick-next {
    right: 10px !important;
}
body .slick-arrow {
    background: #002c568a;
}
.slick-arrow {
    display: inline-block;
    background: #5e9e46;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px !important;
    color: #fff !important;
    padding-top: 3px;
    top: calc(50% - 15px);
    z-index: 1;
}
@media (min-width: 768px) {
	.land-slider .slick-arrow {
	    width: 40px;
	    height: 40px;
	    border-radius: 50%;
	    font-size: 26px !important;
	    padding-top: 0px;
	    top: 50%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
}
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #585858;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/*OLD CODE*/
*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
a * {
    transition: none;
}
.to-bar-left img{
	margin-top: 5px;
    margin-bottom: 5px;
}
/*.main-body{
	margin-top: 87px;
}*/
.container{
	max-width: 940px !important;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
}
.custom-sub-heading{
	margin-bottom: 15px;
}
.custom-sub-heading h3{
    color: #bbcef6;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900 !important;
    line-height: 20px;
}
.custom-heading{
	margin-bottom: 30px;
}
.custom-heading h2{
	text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 900;
    line-height: 25px;
    color: #002c56;
}
.custom-description{
	margin-bottom: 15px;
}
.custom-description p{
	text-align: center;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
.common-btn{
	display: block;
    text-align: center;
    margin-bottom: 30px;
}
.common-btn a{
	padding: 12px 15px;
    font-size: 23px;
    font-weight: 900;
    line-height: 23px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(32,32,32,.2);
    background-color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    transition: 0.4s;
}
.common-btn a svg{
	fill: #002c56;
}
.common-btn a:hover{
	background-color: transparent;
    color: #fff;
}
.common-btn a:hover svg{
	fill: #fff;
}

@media(max-width: 991px){
}

@media(max-width: 767px){
	.custom-description p{
		font-size: 14px;
    	line-height: 22px;
	}
	.custom-heading {
	    margin-bottom: 10px;
	}
	.custom-heading h2{
		font-size: 22px;
	}
	.custom-description{
		margin-bottom: 10px;
	}
	.common-btn{
	    margin-bottom: 20px;
	}
	.common-btn a {
	    padding: 8px 10px;
	    font-size: 20px;
	    font-weight: 900;
	}
}


/*Landing Banner Section*/
.land-banner-sec{
	padding: 120px 0px;
	background-color: #000;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 10%;
}
.land-banner-sec .land-banner-inner{
/*	max-width: 550px;*/
	max-width: 100%;
}
.land-banner-sec .land-banner-inner h1 {
    text-shadow: none;
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 800 !important;
    line-height: 52px;
    color: #002c56;
}
.land-banner-sec .land-banner-inner h5{
	margin-bottom: 20px;
    font-family: Lato,sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}
.land-banner-sec .hero-button a{
    width: max-content;
    background-color: #002c56;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    padding: 13px 30px;
    font-weight: 800;
    text-decoration: none;
    transition: all .3s;
    box-shadow: 0 2px 5px rgba(32,32,32,0);
    display: block;
    border: 2px solid #002c56;
}
.land-banner-sec .hero-button a:hover{
	background-color: transparent;
    color: #002c56;
}
.land-banner-sec .hero-button a p{
	padding: 0;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 11px;
    display: block;
	margin-bottom: 8px;
}
.land-banner-sec .hero-button a:hover p{
	color: #002c56;
}
.land-banner-sec .hero-button a span{
	font-size: 28px;
    line-height: 20px;
    display: inline-block;
}

/*Insurance Logo Section*/
.insurance-logo-sec{
	padding: 50px 0px;
	background-color: #002c56;
}
.insurance-logo-sec .custom-heading h2{
	color: #fff;
}
.insurance-logo-sec .insurance-logos{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	align-items: center;
    justify-content: center;
}
.insurance-logo-sec .insurance-logos .logo-box{
	width: 20%;
	padding: 0px 10px;
	text-align: center;
}
.insurance-logo-sec .insurance-logos img{
	filter: brightness(0) invert(1);
    width: 80%;
}
.insurance-logo-sec .insurance-footer h2{
	color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 900;
    line-height: 40px;
}
.insurance-logo-sec .insurance-footer h2 strong{
    display: block;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Montserrat,sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 25px;
    color: #bbcef6;
}


/*Landing Info*/
.landing-info{
	padding: 60px 0px;
}
.landing-info .main-info-grid{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.landing-info .main-info-grid .info-items-box{
	width: 47%;
	text-align: center;
	margin-bottom: 30px;
}
.landing-info .main-info-grid .info-item-image{
	margin-bottom: 15px;
	box-shadow: 0 0 25px 2px rgba(32,32,32,.25);
    height: 250px;
}
.landing-info .main-info-grid img{
	width: 100%;
	height: 250px;
    object-fit: cover;
}
.landing-info .main-info-grid .info-items-box h3{
	text-transform: uppercase;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 900 !important;
    line-height: 20px;
}


/*Landing CTA*/
.landing-cta{
	padding: 45px 0px;
	background-color: #002c56;
}
.landing-cta .landing-cta-inner{
	max-width: 480px;
    margin: 0 auto;
}
.landing-cta .custom-heading h2{
	color: #fff;
}
.landing-cta .custom-heading{
	margin-bottom: 26px;
}
.landing-cta .land-number{
	display: block;
    text-align: center;
    margin-bottom: 15px;
}
.landing-cta .land-number .topheaderNumber{
	color: #fff;
    text-align: center;
    letter-spacing: -.5px;
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
}
.landing-cta .land-number svg{
	fill: #fff;
    width: 65px;
}
.landing-cta .common-btn a{
	text-transform: uppercase;
}
.landing-cta .common-btn{
	margin-bottom: 0;
}


/*Large CTA*/
.gallery-sec{
	padding: 60px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 40%);
	text-align: center;
}
.gallery-sec .custom-heading h2{
	color: #fff;
}
.gallery-sec .gallery-grid{
	display: flex;
	flex-flow: wrap;
	margin-bottom: 20px;
}
.gallery-sec .gallery-main-box{
	width: 50%;
	padding: 10px;
}
.gallery-sec .gallery-box{
    position: relative;
    display: inline-block;
}
.gallery-sec .gallery-box img{
    display: block;
    width: 100%;
}
.gallery-sec .gallery-box .overlay-img {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transition: .3s ease-out;
    background-color: rgba(26,25,25,.48);
    align-items: center;
}
.gallery-sec .gallery-box .overlay-img svg {
    height: 100%;
    fill: #fff;
}
.gallery-sec .gallery-box:hover .overlay-img {
    opacity: 1;
}
.gallery-sec .common-btn{
	margin-bottom: 0;
}


/*Landing Slider*/
.landing-slider{
	padding: 60px 0px;
}
.landing-slider .slick-slider {
    margin-bottom: 0;
}
.landing-slider .custom-sub-heading h3{
	text-align: left;
}
.landing-slider .custom-heading h2{
	text-align: left;
    color: #002c56;
}
.landing-slider .slick-arrow {
    top: -43px;
    right: 0;
    border-radius: 0;
}
.landing-slider .slick-prev{
	left: auto !important;
    right: 60px !important;
}
.landing-slider .slider-box-inner{
	position: relative;
    padding: 0px 20px;
    margin-top: 83px;
    text-align: center;
}
.landing-slider .slider-box-inner h2{
	text-align: center;
}
.landing-slider .slider-box-inner .icon-img{
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -80px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 0px 20px 2px #00000014;
    border-radius: 100%;
    padding: 20px;
    max-width: 168px;
}
.landing-slider .slider-box-inner .icon-img img{
	width: 100%;
}
.landing-slider .slider-box-inner .slide-content{
	background-color: #fff;
    box-shadow: 0px 0px 20px 2px #00000014;
    padding: 120px 30px 30px;
}


/*Landing Footer Section*/
a.generate-back-to-top {
    bottom: 50px;
}
.landing_footer_sec{
	padding: 40px 0 60px 0;
	background: #e8eaec;
}
.landing_footer_sec .footer-grid{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}
.center-text-area {
    padding: 0 15px;
}
/*.landing_footer_sec .custom-widget{
	width: calc(100% / 3);
}*/
/*.landing_footer_sec .custom-widget img{
	width: 90px;
}*/
.landing_footer_sec .custom-widget .custom-widget-inner{
	max-width: 280px;
	width: 100%;
}
.landing_footer_sec .custom-widget .custom-widget-inner p{
	margin: 0;
	padding: 0;
}
.landing_footer_sec .custom-widget .second-widget{
	text-align: center;
}
.landing_footer_sec .custom-widget .third-widget{
	text-align: right;
}

/*Quote Section*/
section.landing-slider {
    padding-bottom: 20px;
}
section.quote-section {
    padding-bottom: 60px;
}
section.quote-section p {
    margin: 0;
    font-size: 21px;
    color: #002c56;
    font-weight: 600;
    font-family: cursive;
    line-height: 30px;
    font-style: italic;
}



@media(max-width: 991px){
/*	.main-body {
	    margin-top: 96px;
	}*/
	.land-banner-sec{
		padding: 80px 0px;
	}
	.land-banner-sec .land-banner-inner h1{
		font-size: 40px;
		line-height: 45px;
	}
	.insurance-logo-sec{
		padding: 40px 0px;
	}
	.insurance-logo-sec .insurance-logos img{
		width: 100%;
	    max-width: 140px;
	}
	.landing-info {
	    padding: 40px 0px;
	}
	.landing-info .main-info-grid .info-items-box{
		width: 49%;
	}
	.landing-cta {
	    padding: 40px 0px;
	}
	.gallery-sec {
	    padding: 40px 0px;
	}
	.landing-slider {
	    padding: 40px 0px;
	}

/*	New code*/
	.site-header .container {
	    padding: 0 20px;
	}
	section .container {
	    padding: 0 20px;
	}
	.landing_footer_sec .container {
	    padding: 0 20px;
	}

}

@media(max-width: 767px){
/*	.main-body {
	    margin-top: 81px;
	}*/
	.land-banner-sec{
		padding: 40px 0px;
		background-position: left;
	}
	.land-banner-sec .land-banner-inner h1{
		font-size: 35px;
		line-height: 36px;
	}
	.insurance-logo-sec{
		padding: 30px 0px;
	}
	.insurance-logo-sec .insurance-logos .logo-box{
		width: 50%;
    	padding: 5px;
    	max-width: 200px;
	}
	.insurance-logo-sec .insurance-logos img{
		width: 100%;
	}
	.landing-info {
	    padding: 30px 0px;
	}
	.landing-info .main-info-grid .info-items-box{
		width: 100%;
	}
	.landing-cta {
	    padding: 30px 0px;
	}
	.gallery-sec {
	    padding: 30px 0px;
	}
	.gallery-sec .gallery-main-box {
	    width: 100%;
	}
	.landing-slider {
	    padding-top: 30px;
    	padding-bottom: 50px;
	}
	.landing-slider .custom-sub-heading h3 {
	    text-align: center;
	}
	.landing-slider .custom-heading h2{
		text-align: center;
	}
	.landing-slider .slick-arrow{
		top: auto;
		bottom: -30px;
		left: 52%;
	}
	.landing-slider .slick-prev{
		left: auto !important;
    	right: 52% !important;
	}
	.landing-slider .slider-box-inner .slide-content{
		padding: 110px 20px 20px;
	}
	.landing-slider .slider-box-inner{
		margin-top: 90px;
	}
	.landing-slider .slider-box{
		margin-bottom: 30px;
	}
	.insurance-logo-sec .insurance-footer h2{
		font-size: 20px;
    	line-height: 23px;
	}
	.insurance-logo-sec .insurance-footer h2 strong{
		font-size: 20px;
    	line-height: 23px;
	}
	.landing-cta .land-number .topheaderNumber{
		font-size: 20px;
	}
	.land-banner-sec .land-banner-inner h5{
		font-size: 24px;
		line-height: 27px;
	}
/*	.landing_footer_sec{
		margin-bottom: 125px;
	}*/
	.landing_footer_sec .custom-widget .custom-widget-inner{
		max-width: 100%;
    	text-align: center;
    	justify-content: center;
	}
	.landing_footer_sec .custom-widget{
		width: 100%;
		margin-bottom: 10px;
	}
	.landing_footer_sec .custom-widget:last-child{
		margin-bottom: 0px;
	}
	.landing_footer_sec .custom-widget .third-widget {
	    text-align: center;
	}
	.land-banner-sec .hero-button a p{
		margin-bottom: 4px;
	}
	.land-banner-sec .hero-button a span{
		font-size: 20px;
	}
	.land-banner-sec .hero-button a{
		padding: 10px 20px;
	}
	.landing-slider .slick-next, .landing-slider .slick-prev {
	    height: 30px;
	    width: 30px;
	}
	.center-text-area {
	    padding: 0;
	}
	.third-widget a {
	    justify-content: center;
	}
	section.quote-section {
	    padding-top: 30px;
	}
}

/*@media(max-width: 719px){
	.landing_footer_sec{
		margin-bottom: 105px;
	}
}*/

@media (max-width: 580px){
	.callnow {
	    padding-bottom: 10px;
	}
/*	p.site-description {
	    display: none;
	}*/
	.to-bar-right>ul>li:nth-child(2), .to-bar-right>ul>li:nth-child(3) {
	    display: none !important;
	}
	.land-banner-sec .land-banner-inner h1 {
	    font-size: 28px;
	    line-height: 34px;
	}
	.land-banner-sec .land-banner-inner h5 {
	    font-size: 22px;
	    line-height: 26px;
	}
}

@media (max-width: 480px){
	p.site-description {
	    display: none;
	}
	.header-content .logo {
	    width: 150px;
	}	
	.header-content .logo a img {
	    width: 150px;
	}
	.to-bar-right ul .topheaderNumber span {
	    font-size: 20px;
	}
	.to-bar-right li svg {
	    height: 32px;
	    width: 40px;
	}
	.header-content {
	    padding: 10px 0;
	}
}

@media (max-width: 374px){
	.header-content .logo {
	    width: 100px;
	}	
	.header-content .logo a img {
	    width: 100px;
	}
	.to-bar-right ul .topheaderNumber span {
	    font-size: 16px;
	}
}