@charset "utf-8";

/* Media Queries */
@media screen and (max-width: 767px) {
	footer .social_section{
		width: 50px;
		display: block;
		margin: 0 auto;
	}
	#agency-logo {
  max-width: 240px;
  width: auto;
}
	.home-anim {
		animation: none !important;
		visibility: visible !important;
	}

	.first_show {
		order: 1 !important;
		/* Overrides the order for mobile view */
	}

	.second_show {
		order: 2 !important;
		/* Overrides the order for mobile view */
	}

	.first_show img,
	.index_b img {
		position: relative;
		z-index: 999;
	}

	.jotform-qte h2 {
		margin: 0px 0 40px;
	}

	@keyframes fade-in-down {
		0% {
			opacity: 0;
			transform: translateY(-400px);
			visibility: hidden;
		}

		100% {
			opacity: 1;
			transform: translateY(0);
			visibility: visible;
		}
	}

	@keyframes fade-in-down2 {
		0% {
			opacity: 1;
			transform: translateY(-400px);
			visibility: hidden;
		}

		100% {
			opacity: 1;
			transform: translateY(0);
			visibility: visible;
		}
	}

	.second_show {
		animation: fade-in-down 2s ease-in-out forwards !important;
		position: relative;
	}

	.agency_infos {
		animation: fade-in-down2 2s ease-in-out forwards;
		position: relative;
	}


	.wrapper {
		display: block;
		overflow-x: hidden;
	}

	.anim-top-bar {
		animation: movingTopToBottom 1s linear;
		animation-delay: 0s;
		animation-fill-mode: none;
		position: relative;
		top: 5px;
		animation-fill-mode: forwards;
		animation-delay: .2s !important;
		opacity: 0;
	}

	.container,
	.container-sm {
		max-width: 100%;
	}

	.top_bar_nav {
		float: right;
		width: auto;
        margin: 10px 0 5px!important;
	}

	.center-logo {
		display: block;
		margin-bottom: 0px;
	}

	.center-logo img,
	.center-logo-home img {
		max-width: 250px;
		
		padding: 10px 0 0 0px;
	}

	.center-logo-home img {
		padding-left: 15px;
	}
.center-logo-home {
  z-index: 0 !important;
}
	.animation-center-to-left {
		animation: none !important;
		margin-left: 0px !important;
	}

	.jk-absolute {
		position: relative !important;
		z-index: 99 !important;
		width: 100% !important;
	}

	.jk-absolute1 {
		position: relative !important;
		z-index: 0 !important;
		width: 100% !important;
	}

	.center-logo-home {
		z-index: 0 !important;
	}

	.animation-left-to-right {
		animation: none !important;
		height: 100%;
		margin-right: 0px !important;
	}

	.animation-right-to-left {
		animation: none !important;
		margin-left: 0px !important;
	}

	.banners-bottom {
		animation: none !important;
		visibility: visible !important;
	}

	/*.navbar-toggler{
	background: linear-gradient(360deg, #153d55 0%, #153d55 100%);
border-radius: 5px;
padding: 4px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
	.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler-icon{
	width: 1.25em;
	height: 1.15em;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover{
	color: #e05a26;
}*/

	.nav-section,
	.logo-section,
	.navbar-custom,
	.nav-row .row {
		display: inherit;

	}

	.navbar-toggler {
		background: #355668;
		border-radius: 5px;
		border: none;
		cursor: pointer;
		height: 30px;
		overflow: hidden;
		width: 32px;
		float: right;
		z-index: 100;
		padding: 0;
		position: absolute;
		top: -85px;
		right: 15px;
	}

	.navbar-toggler:hover,
	.navbar-toggler:focus {
		background: #355668;
		border-radius: 5px;
		border: none;
		cursor: pointer;
		height: 30px;
		overflow: hidden;
		width: 32px;
		float: right;
		z-index: 100;
		padding: 0;
		position: absolute;
		top: -85px;
		right: 15px;
	}

	.navbar-toggler-icon {
		display: inline-block;
		width: 100%;
		height: 23px;
		vertical-align: middle;
		content: "";
		background: 50%/100% 100% no-repeat;
	}

	.navbar-dark .navbar-nav .nav-link.active,
	.navbar-custom .nav-item.active .nav-link,
	.navbar-custom .nav-item:hover .nav-link,
	.navbar-dark .navbar-nav .nav-link:focus {
		transition: none;
	}

	.navbar-custom {
		background: #fff;
		border-radius: 0;
		filter: none;
        padding: 0px;
	}

	.navbar-nav {
		display: inherit;
		padding: 0;
		text-align: center;
		height: auto;
        
	}
.navbar-collapse {
    padding: 20px 0;
}
	.navbar-custom .navbar-nav .nav-link {
		text-align: center;
		display: inline-block;
		height: 40px;
	}


	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

	.navbar-dark .navbar-nav .nav-link.active,
	.navbar-custom .nav-item.active .nav-link,
	.navbar-custom .nav-item:hover .nav-link,
	.navbar-dark .navbar-nav .nav-link:focus,
	.navbar-custom .nav-item.dropdown:hover .nav-link {

		width: auto;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		width: 100%;
		padding: 10px;
		border-radius: 0px;
		margin-top: 0;
		background: transparent;
		border: none;
		text-align: center;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu .nav-link {
		display: block;
		width: auto;
		margin: 10px 0;
		padding: 3px 12px !important;
		line-height: 25px;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu .nav-link {
		display: block;
		width: auto;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu a {
		text-decoration-color: transparent !important;
		margin: 10px 0;
		padding: 3px 12px !important;
		line-height: 25px;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu a:hover,
	.navbar-expand-md .navbar-nav .dropdown-menu a:focus {
		border-bottom: none !important;
		background: transparent;
		color: #000 !important;
		width: auto;

		text-decoration: underline !important;
		text-decoration-color: #ff9700 !important;
		text-decoration-thickness: 6px !important;
		text-underline-position: under;
		background: transparent;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu a:hover,
	.navbar-expand-md .navbar-nav .dropdown-menu a.active {
		color: #000 !important;
		width: auto;

		text-decoration: underline !important;
		text-decoration-color: #4b6978 !important;
		text-decoration-thickness: 3px !important;
		text-underline-position: under;
		background: transparent;

		color: #000 !important;
	}

	/*.navbar-expand-lg .navbar-nav .dropdown-menu{
	border: 0;
	width: 100%;
padding: 10px;
border-radius: 0px;
text-align: center;
margin-top: 0px;
}
.navbar-expand-lg .navbar-nav .dropdown a{
	text-align: center;
}*/
	.quote-banner img {
		object-fit: cover;
		height: 320px;
		width: 100%;
	}
	/*
	.testimonials-section img {
		object-fit: cover;
		height: 320px;
		width: 100%;
	}*/

	.quote-banner {
		margin: 20px auto 0;
		padding: 0px;
	}

	.image-info img {
		object-fit: none;
		height: 230px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.lob-section,
	.lob-content,
	.testimonials-section,
	.content_sections .container,
	.f-cta-section,
	.footer-section {
		margin: 0px;
		padding: 0px;
	}

	.lob-content .border {
		border-bottom: 5px solid #dee2e6 !important;
	}

	.f-cta-section .border:nth-child(3) {
		border-bottom: none !important;
	}

	.lob-section .col-md-2 {
		max-width: 100%;
		flex: 100%;

	}

	.f-cta-section .col-sm-4 {
		max-width: 100%;
		flex: 100%;
		padding: 40px 20px;
	}

	.f-cta-section span {
		font-size: 32px;
		line-height: 40px;
	}

	footer {
		padding: 40px 60px;
	}

	footer .col-12 {
		flex: 0 0 100%;
		max-width: 100%;

	}

	ul.footer-content,
	footer h3,
	.contact-info ul li {
		text-align: center;
		display: inherit;
	}

	.jotform-lob {
		width: 100%;
	}


	.banners-strip h2 {
		text-align: center;
		font-size: 24px;
		line-height: 36px;
	}

	.banners-strip p {
		text-align: center;
		font-size: 18px;
		line-height: 24px;
	}

	.banners-strip {
		padding: 20px 22px !important;
	}

	.insurance_main_content {
		padding: 0px;
	}

	.insurance_main_content .col-xs-12 {
		padding: 40px;
	}

	.insurance_main_content p {
		font-size: 16px;
		line-height: 26px;
	}

	.testimonials-section h2,
	.inner-cqte h2 {
		font-size: 36px;
	}

	.testimonials-section p {
		text-align: left;
		padding: 20px;
	}

	.contact-info i {
		float: none;
		margin-right: 10px;
	}

	.d-none {
		display: none !important;
	}

	.f-cta-section .my-1 {
		margin: 0px !important;
	}

	.row-list {
		display: block;
		width: 100%;
	}

	.row-list img {

		height: auto;
		margin: 10px auto;
		/* Adjust the margin as needed */
		display: block;
	}

	.logo-size {
		max-width: 100%;
		display: inline-block;

	}

	.testimonials-section::after {
		width: 0px;
	}

	.quote-text h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.quote-text p {
		font-size: 18px;
		line-height: 24px;
		margin: 20px auto;
	}

	.quote-text {
		padding: 30px 40px !important;
	}

	.quote-box select {
		width: 100%;

		margin: 0 auto 20px;
		display: block;
	}

	.submit-btn {
		width: 100%;
		margin: 0 auto;
	}

	.quote-content h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.type-of-insurance::after {
		top: 0px;
	}

	.quote-box .col {
		flex-basis: 100% !important;
	}
	
	.contact-info ul li a, .contact-info ul li, .contact-info i,.copy-ul li a, .copy-ul li {
		font-size:15px;
	}
	
	footer .social_section li{
		justify-content: center;
		align-items: center;
		width: 100%;
	}
    #cont-info{
		text-align:center;
	}
	.qr-banner-img img{
		height: auto;
		padding-left:10px;
		object-fit: contain;
		width: 200px;
	}

	.canopy-banner {
		padding: 0;
	}

	.canopy-qr-box .import,
	.canopy-qr-box .canopy-image {
		width: 100%;
	}

	.canopy-qr-box .import .qr-code {
		max-width: 10rem;
	}

	.canopy-qr-box .canopy-image img {
		max-width: 24rem;
	}
	

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.team_meet p{
		font-size: 13px;
	}
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 20px;
	}

	p {
		font-size: 15px;
		line-height: 26px;
	}

	.center-logo {
		margin-bottom: 10px;
	}

	.post-animation .animation-center-to-left img {
		margin-top: 18px !important;
	}

	.navbar {
		padding: .5rem 0;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0px;
		padding-left: 0px;
        padding-top: 0px;
	}

	.navbar-nav .nav-link {
		font-size: 12px;
        line-height: 18px;
	}

	.zip-box .col-md-6 {
		max-width: 100%;
		-ms-flex: 0 0 50%;
		flex: 0 0 100%;
	}

	.zip-box .type-of-insurance::after {
		right: 10%;
	}

	.zip-box #Type {
		width: 100%;
		margin-bottom: 20px;
	}

	.quote-text {
		padding: 30px 30px !important;
	}

	.quote-text p {
		font-size: 15px;
		line-height: 25px;
		margin: 22px 0;
	}

	.quote-text h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.quote-box {
		text-align: center;
	}

	.type-of-insurance::after {
		right: 10%;
	}

	.submit-btn {
		margin-top: 10px;
	}
    .quote-box .row {
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items:center;
    }
    .type-of-insurance, .zip-type {
        width: 225px;
        padding:0px;
    }
    .zip-type {
        margin-top: 10px;
    }
	.quote-content h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.lob-section .col-md-2 {
		padding: 15px;
	}

	.lob-section i {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.lob-section a span {
		font-size: 18px;
		line-height: 20px;
	}

	.banners-strip {
		padding: 10px 20px;
	}

	.banners-strip h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.inner-cqte h2 {
		margin: 20px 0;
		font-size: 26px;
	}

	.banners-strip p {
		font-size: 15px;
		line-height: 32px;
	}

	.testimonials-section p {
		padding: 0px 10px;
		font-size: 14px;
		line-height: 20px;
	}

	.f-cta-section .col-sm-4 {
		padding: 40px 10px;
	}

	.f-cta-section i {
		font-size: 46px;
	}

	.f-cta-section a span {
		font-size: 24px;
		line-height: 34px;
	}

	footer {
		padding: 20px 40px;
	}

	ul.footer-content li {
		margin-bottom: 10px;
	}

	ul.footer-content li a,
	.contact-info ul li,
	.copy-ul li a,
	.copy-ul li {
		font-size: 13px;
		line-height: 24px;
	}

	.row-list img {
		width: 140px;
		/* Adjust the width as needed */
		height: auto;
		margin: 10px;
		/* Adjust the margin as needed */
	}

	.center-logo-home {
		margin-left: 15px !important;
	}

	.logo-size {
		max-width: 100%;
		display: inline-block;

	}

	.ani {
		width: 72.6%;
	}

	.team-mem{
		width: 220px;
	}

	.canopy-qr-box .canopy-image {
		padding:2rem;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.client-page{
		padding: 40px 0 !important;
		border: none !important;
	}
	
	.team_meet p{
		font-size: 15px;
	}

	.navbar {
		padding: .5rem;
	}

	.navbar-nav .nav-link {
		font-size: 14px;
	}

	.post-animation .animation-center-to-left img {
		margin-top: 10px !important;
	}

	.quote-text {
		padding: 64px 30px !important;
	}

	.quote-text p {
		font-size: 18px;
		line-height: 25px;
		margin: 22px 0;
	}

	.quote-text h2 {
		font-size: 30px;
		line-height: 32px;
	}

	.quote-box {
		text-align: center;
        
	}
    .quote-box .row {
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items:center;
    }
    .type-of-insurance, .zip-type {
        width: 225px;
        padding:0px;
    }
    .zip-type {
        margin-top: 20px;
    }
	.submit-btn {
		margin-top: 10px;
	}

	.quote-content h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.lob-section .col-md-2 {
		padding: 15px;
	}

	.lob-section i {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.lob-section a span {
		font-size: 18px;
		line-height: 20px;
	}

	.banners-strip {
		padding: 10px 20px;
	}

	.banners-strip h2 {
		font-size: 24px;
		line-height: 36px;
	}

	.banners-strip p {
		font-size: 17px;
		line-height: 32px;
	}

	.testimonials-section p {
		padding: 0px 10px;
		font-size: 14px;
		line-height: 20px;
	}

	.f-cta-section .col-sm-4 {
		padding: 40px 10px;
	}

	.f-cta-section i {
		font-size: 46px;
	}

	.f-cta-section span {
		font-size: 24px;
		line-height: 34px;
	}

	footer {
		padding: 20px 40px;
	}

	ul.footer-content li {
		margin-bottom: 10px;
	}

	ul.footer-content li a,
	.contact-info ul li,
	.copy-ul li a,
	.copy-ul li {
		font-size: 16px;
		line-height: 24px;
	}
	
	.center-logo-home img, .center-logo img {
		max-width: 270px !important;
	}

}

@media screen and (max-width: 1199px) {
	a.sms_txt {
		cursor: pointer;
		pointer-events: auto;
	}
}

@media screen and (max-width: 575px) {

.bios img {
	margin:0 auto;
	display:block;
}
.bios h2, .bios .staff-title {
	text-align:center;
}


}
