/* 
Theme Name: Stripes Realty
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FDM
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/******Default vip css start*****/  
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

*{
	outline: none !important; 
	text-decoration: none !important;  
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}  
p, li, div, p.elementor-heading-title {
	color: #000;
	font-size: 17px;
	line-height: 1.8;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: normal;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #0c3c64;
	letter-spacing: 0;
	font-family: "Plus Jakarta Sans", sans-serif; 
	font-weight: bold; 
} 
p a{
	color: #0142ae !important;
	font-weight: 700;
	text-decoration: unset !important;
} 
p a:hover, .link-text a:hover {
	color: #c0262b !important;
} 
.subheading h6 {
	font-size: 18px;
	line-height: 49px;
	text-transform: uppercase;
	color: #2b328c;
}
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn .elementor-widget-container {
	margin-top: 30px;
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
.pad50{
	padding: 50px 15px;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	background: #fff;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
}
.hdactive .header {
	padding: 10px 15px;
}
.hd_menu  .elementor-widget-container {
	width: 100%;
}      
.header_main .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
} 
.hd_menu .elementor-nav-menu > li {
	margin-left: 21px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 16px;
	color: #fff !important;
	padding: 0 !important;
	text-transform: uppercase;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #ee052b !important;
}
.hd_menu .elementor-nav-menu > li a {
	background: top;
	text-transform: capitalize;
	padding: 0px !important;
	position: relative;
	transition: all ease-in-out 0.5s !important;
	color: #000 !important;
	font-weight: 500;
	letter-spacing: 0;
	border-radius: 50px !important; 
	line-height: 15px;
}
.hd_menu .elementor-nav-menu > li:last-child a {
	background: #0c3c64;
	padding: 17px 40px !important;
	color: #fff !important;
} 
.hd_menu .elementor-nav-menu > li a:hover {
	color: #0c3c64 !important;
}
.hd_menu .elementor-nav-menu > li:last-child a:hover {
	background: #910916 !important;
	color: #fff !important;
} 
.header {
	padding: 0px 15px;
} 
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 14px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: #6d7358 !important;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0;
}
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}  
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #222334;
	min-width: 235px !important;
	border-radius: 0px;
	margin-top: -5px !important;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: #4c5238 !important;
	opacity: 1;
	border-left: unset !important;
	color: #fff !important;
}
.elementor-location-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100; 
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #fff;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #dbdbdb;
} 
.site_logo {
	width: auto !important;
	max-width: 160px;
	background: #ffff;
	border-radius: 0px 0px 20px 20px;
	padding: 16px;
}
.hdactive .site_logo {
	max-width: 100px;
}
.hdactive .btmheader > div { 
	padding: 10px 0;
}
/*** Header End***/ 

.cta-row .elementor-container {
	padding: 50px;
	border-radius: 20px !important;
	background-color: #E4F3FF;
}
.cta-row .simple-bighd h2 {
	margin-bottom: 0px;
	font-size: 48px;
	text-transform: unset;
} 
.cta-row .gform-footer {
	display: none;
}
.banner > .elementor-container {
	padding: 200px 0 180px;
} 
.banner_caption h1 {
	font-size: 70px;
	text-transform: capitalize;
	z-index:1; 
	position: relative;
} 
.banner{
	position:relative;
} 
.banner:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	background: linear-gradient(0deg,rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 55%);
	opacity: 0.5;
	z-index: 0; 
} 
.radius-img img {
	border-radius: 20px;
} 
.slide-hometext .elementor-testimonial__header, .reviews-slide .elementor-testimonial__header{
	flex-wrap: wrap;
	padding-inline-end: 0px !important;
	padding-inline-start: 0px !important;
	padding-block-end: 0px !important;
	padding-block-start: 0px !important;
} 
.slide-hometext .elementor-testimonial__image, .reviews-slide .elementor-testimonial__image {
	display: block !important;
	width: 100% !important;
} 
.slide-hometext .elementor-testimonial__cite, .reviews-slide .elementor-testimonial__cite {
	width: 100% !important; 
	margin-inline-start: 0px !important;
}  
.slide-hometext .swiper-slide {
	border: 0px !important;
	padding: 40px;
}
.slide-hometext .elementor-testimonial__content, .reviews-slide .elementor-testimonial__content {
	padding-block-end: 0px !important;
	padding-block-start: 0px !important;
	padding-inline-end: 0px !important;
	padding-inline-start: 0px !important;
} 
.bigheading h2 {
	color: #0c3c64;
	font-size: 60px;
	line-height: 65px;
	text-transform: lowercase;
	font-weight: normal; 
	margin-bottom: 15px;
} 
.bigheading h2 i {
	font-weight: 900;
	text-transform: uppercase;
	font-style: normal;
} 
.slide-hometext .swiper, .reviews-slide .swiper{
	width: 100% !important; 
	padding-bottom:0px !important;
} 
.slide-hometext .elementor-testimonial__image img{
	width: auto !important;
	height: auto !important;
	max-width: 100px; 
	margin-bottom: 15px;
} 
.slide-hometext .elementor-testimonial__name{
	font-size: 17px;
	font-weight: 600 !important;
	margin-bottom: 3px;
} 
.slide-hometext .elementor-testimonial__text {
	font-size: 17px !important;
	line-height: 29px !important;
}
.header .elementor-container {
	justify-content: space-between;
} 
.right_container .elementor-container {
	max-width: calc((100% - 1360px)/2 + 1360px) !important;
	margin-right: 0px;
}  
.right_container .radius-img img {
	border-radius: 20px 0px 0px 20px;
}
.left_container .elementor-container {
	max-width: calc((100% - 1360px)/2 + 1360px) !important;
	margin-left: 0px;
} 
.left_container .radius-img img {
	border-radius: 0px 20px 20px 0px;
} 
.simple-bighd h2 {
	font-size: 52px;
	text-transform: capitalize;
	margin-bottom: 20px;
	line-height: 1.1;
}
.bold-bigtext p {
	font-size: 25px;
	line-height: normal;
	font-weight: 600;
} 
.wt p {
	color: #fff;
} 
.site-list li {
	list-style: none;
	padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
} 
.site-list li::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #910916;
	left: 0;
	top: 12px;
	margin: auto;
	border-radius: 50px;
}
.lgt-text p {
	font-weight: 500;
} 
.reviews-slide .elementor-testimonial__name {
	font-size: 20px;
	font-weight: 600 !important;
	margin-top: 18px;
	order: 2;
	color: #0c3c64 !important;
}
.reviews-slide .swiper-slide {
	width: 100% !important; 
	border: 0px solid #e1e8ed !important;
	background: #f3f3f3 !important;
	border-radius: 20px !important;
	padding: 70px 130px;
	text-align: center;
} 

.reviews-slide .elementor-swiper-button {
	width: 20px;
	height: 20px;
	background-image: url("https://g33c2n6l65-staging.wpdns.site/wp-content/uploads/2025/12/Arrow-1-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: unset !important;
}
.reviews-slide .elementor-swiper-button-prev {
	left: 50px !important;
	-webkit-transform: scaleX(-1) !important;
	transform: scaleX(-1) !important;
	opacity: 0.5;
}
.reviews-slide .elementor-swiper-button.elementor-swiper-button-next {
	right: 50px !important;
} 
.reviews-slide {
	max-width: 1095px;
	margin: 15px auto auto;
} 
.reviews-slide .elementor-testimonial__title {
	font-size: 17px !important;
	line-height: 31px !important;
	color: #000 !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-weight: 400 !important;
	order: 1;
}
.reviews-slide .elementor-testimonial__name {
	font-size: 20px;
	font-weight: 600 !important;
	margin-top: 18px;
	order: 2;
	color: #0c3c64 !important;
}
.reviews-slide .elementor-testimonial__cite {
	flex-wrap: wrap-reverse;
} 

.select-box {
	width: 250px;
	font-family: Arial, sans-serif;
}

.select-box select {
	width: 100%;
	padding: 10px 12px;
	border: 2px solid #ccc;
	border-radius: 8px;
	background-color: white;
	font-size: 16px;
	cursor: pointer;
	transition: 0.2s ease;
}

.select-box select:focus {
	border-color: #4a90e2;
	outline: none;
	box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
} 



.gform_wrapper .gform_validation_errors {
	display: none;
}
.validation_message {
	padding: 0px !important;
	background: transparent !important;
	border: 0px !important;
	margin-top: 0px !important;
	line-height: 20px !important;
	font-size: 14px !important;
}
.gform_wrapper .gfield_required{
	display: none !important;
} 
.custom-contact label {
	font-weight: 500 !important;
	font-size: 15px !important;
	line-height: 15px !important;
	padding: 0px !important;
	color: #000000c7 !important;
	margin-left: 10px !important;
} 
.custom-contact input, .custom-contact .textarea {
	background: transparent !important;
	border:1px solid #b9b6b6 !important;
	height: 60px !important;
	margin-bottom: 0px !important;
	border-radius: 5px !important;
	padding: 8px 15px !important;
	color: #000 !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: normal !important; 
	box-shadow: unset !important;
}  
::placeholder {
	color: #939191 !important;
}
.custom-contact .textarea { 
	height:160px !important;
}	  
.custom-contact .gform_footer {
	margin: 25px 0px 0px !important;
	padding: 0px !important;
} 
.custom-contact form {
	background: transparent;
	border-radius: 40px;
	margin-top: 15px;
}  
.half-col {
	grid-column: span 6 !important;
	margin-bottom: 15px;
} 
.full-col{
	margin-bottom: 15px !important;
}
.custom-contact .button {
	border: 0px !important;
	margin: 0 auto !important;
	background: #910916 !important;
	border-radius: 50px !important;
	height: unset !important;
	color: #fff !important;
	padding: 17px 30px !important;
	font-size: 17px !important;
	transition: all ease-in-out 0.5s !important;
	min-width: 190px !important;
	font-weight: 500 !important;
	text-transform: capitalize !important;
}
.custom-contact .button:hover{
	background:#0c3c64 !important;
}
.gform_wrapper .gform_validation_errors > h2 {
	font-size: 17px !important;
	font-weight: 500;
	line-height: normal !important;
} 

.custom-contact .gform_fields {
	row-gap: 15px !important; 
}
input[type="checkbox"] {
	accent-color: #113f66!important;
}  
.check-col .gfield-choice-input {
	height: auto !important; 
	padding: 0px !important; 
	border-radius: 3px !important;
} 
.custom-contact .gfield_label {
	font-size: 17px;
	line-height: normal;
	margin-bottom: 15px;
} 
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
	border-color: unset !important;
}
.custom-contact .gfield_label {
	font-size: 17px;
	line-height: normal;
	margin-bottom: 15px;
} 

.gfield_checkbox {
	flex-wrap: wrap;
	flex-direction: row !important;
	gap: unset !important;
	row-gap: 12px !important;
} 
.gfield_checkbox .gchoice {
	width: calc(100% / 2 - 0px) !important;
	display: flex !important;
	flex-wrap: wrap;
} 

.ft_social svg {
	margin: 0 !important;
	fill: #000;
	width: 25px !important;
	height: 19px !important;
} 
.ft_social span {
	border: 1px solid #000;
	height: 40px !important;
	width: 40px !important;
	border-radius: 50px !important;
	justify-content: center !important;
	align-items: center !important; 
	transition: all ease-in-out 0.5s !important;
}
.ft_social span .elementor-icon-list-text {
	display: none !important;
}
.ft_social span:hover {
	background: #0c3c64 !important;
	border: 1px solid #0c3c64;
}
.ft_social span:hover svg {
	fill: #fff;
}
.ft_social span.elementor-icon-list-text {
	display: none !important;
}
.ftcopyright {
	color: #000;
}
.ftcopyright a {
	color: #910a17;
	font-weight: 500;
}
.ftcopyright a:hover{
	color:#0c3c64;
}
.ft_logo img {
	display: block !important;
	max-width: 200px;
} 
.ft_footer {
	padding: 100px 15px 35px;
} 
.ft_social {
	padding:35px 0px 18px !important;
} 
.saf-wrapper label {
	display: none;
} 
#saf-state-select {
	font-size: 17px;
	background: #fff;
	border: 0px;
	border-radius: 10px;
	height: 60px;
	padding: 5px 23px;
}
.saf-wrapper select { 
	-moz-appearance: none; 
	/* for Safari, Chrome, Opera */ 
	-webkit-appearance: none;  
	background-image: url(https://g33c2n6l65-staging.wpdns.site/wp-content/uploads/2025/12/Arrow012-1.png) !important;
	background-size: 13px !important;
	background-repeat: no-repeat !important;
	background-position: right 15px top 25px !important;
} 
.reviews-slide .elementor-testimonial__title::before {
	content: "";
	background-image: url("https://g33c2n6l65-staging.wpdns.site/wp-content/uploads/2025/12/Star-five.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 140px;
	height: 26px;
	display: block;
	margin: auto auto 20px;
}

.slide-hometext .swiper-pagination {
	bottom: 0 !important;
}
.slide-hometext {
	padding-bottom: 40px;
}
.slide-hometext .swiper-pagination span {
	width: 10px !important;
	height: 10px !important;
	background: #0c3c64 !important;
}
.slide-hometext .swiper-pagination span.swiper-pagination-bullet-active {
	background: #0c3c64 !important;
}
.saf-modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.83);
	z-index: 9999;
	justify-content: center;
	/* align-items: center; */
}
.notservetext h2 {
	font-size: 30px;
	margin: 0 0 12px;
	color: #fff;
}
.saf-modal-content {
	padding: 35px 40px 30px;
	width: 90%;
	max-width: 1130px;
	border-radius: 8px;
	position: relative;
	text-align: center;
	background: radial-gradient(circle, rgb(20, 77, 123) 0%, rgb(12, 60, 100) 100%);
	overflow: auto;
	margin: 50px 0 auto;
}
.notservetext p {
	max-width: 580px;
	margin: auto auto 10px;
}
.btnpopup {
	display: block;
	margin-top: 20px;
}

.saf-close {
	position: absolute;
	right: 15px;
	top: 5px;
	cursor: pointer;
	font-size: 25px;
	color: #fff;
	line-height: normal;
}
.btnpopup a {
	background: #910916;
	text-transform: uppercase;
	padding: 15px 40px !important;
	position: relative;
	transition: all ease-in-out 0.5s !important;
	color: #fff !important;
	font-weight: 500;
	letter-spacing: 0;
	border-radius: 50px !important;
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	line-height: normal;
}
.saf-florida-popup a {
	font-weight: 500;
}
.saf-modal p, .saf-modal p a,  .saf-modal h2, .info_client {
	color: #fff !important;
}
.saf-florida-popup p img {
	max-height: 20px;
	vertical-align: middle;
	margin-right: 8px;
	max-width: 20px;
	filter: invert(1);
	margin-top: -4px;
}
.saf-florida-popup {
	text-align: left;
	position: relative;
}
.info_client {
	margin-top: 20px;
}
.saf-florida-popup p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 23px;
}
.info_client h3 {
	color: #fff;
	font-size: 21px;
	margin: 20px 0 10px;
}
.saf-florida-popup h2 {
	margin: 0 0 10px;
	font-size: 22px;
}
.saf-agent-img {
	position: absolute;
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 50%;
	left: 0;
	top: -10px;
}
.agent_info_main {
	padding-left: 174px;
}
.saf-agent-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.defbtn a {
	background: #0c3c64;
	text-transform: capitalize;
	padding: 17px 40px !important;
	transition: all ease-in-out 0.5s !important;
	color: #fff !important;
	font-weight: 500;
	letter-spacing: 0;
	border-radius: 50px !important;
	font-size: 15px;
	line-height: 15px;
	margin-top: 30px;
}
.defbtn a:hover {
	background: #910916;
}
.diff-list.site-list li {
	padding-left: 40px;
	margin-bottom: 15px;
}
.diff-list.site-list li::before {
	background: unset;
	top: 7px;
	border-radius: 0;
	background-image: url(https://g33c2n6l65-staging.wpdns.site/wp-content/uploads/2025/12/icon-logo.png);
	background-repeat: no-repeat;
	background-size: 30px;
	width: 30px;
	height: 20px;
}
.info_client {
	max-height: calc(100vh - 290px);
	overflow: auto;
}
.ft-fix-btn {
	display: none;
}

.hdactive .site_logo {
	padding: 0 !important;
}
.hd_menu {
	width: auto !important;
}
.phnhd a {
	background: transparent !important;
	padding: 0 !important;
	font-weight: 600;
	color: #0c3c64 !important;
	font-size: 17px;
} 
.phnhd a svg {
	fill: #0c3c64;
}
.phnhd {
	margin-bottom: 10px !important;
}
/* Responsive-start */
@media(max-width: 1400px) {
	.hd_menu {
		width: 70% !important;
	}
	.hd_menu .elementor-nav-menu > li:last-child a {
		padding: 15px 24px !important;
	}
	.lft-ryt-spc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner_caption {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hd_menu .elementor-nav-menu > li a {
		padding: 17px 8px !important;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 12px;
	}
}
@media(max-width: 1199px) {
	.ft_footer {
		padding: 80px 15px 35px;
	}
	.custom-contact label {
		font-size: 13px !important;
		line-height: 15px !important;
	}
	.reviews-slide .swiper-slide {
		padding: 60px 110px;
	}
	.cta-row .simple-bighd h2 {
		font-size: 43px;
	}
	.cta-row .elementor-container {
		padding: 40px;
	}
	.simple-bighd h2 {
		font-size: 48px;
		margin-bottom: 17px;
	}
	.pl60 {
		padding-left: 50px;
	}
	.pr60 {
		padding-right: 50px;
	}
	.bigheading h2 {
		font-size: 55px;
		line-height: 60px;
		margin-bottom: 13px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.banner_caption h1 {
		font-size: 65px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 8px;
	}
	/* 	.hd_menu .elementor-nav-menu > li a {
	padding: 14px 20px !important;
} */
	.pb100 {
		padding-bottom: 80px;
	}

}
@media(max-width: 1024px) {
	.header .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #0b3963;
	}
	.header ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		border-radius: 0 !important;
	}
	.hd_menu .elementor-nav-menu > li:nth-of-type(2) a {
		background: #0b3963 !important;
	}
	.hd_menu .elementor-nav-menu > li a:hover {
		background: #0b3963 !important;
	}
	.hd_menu .elementor-widget.elementor-widget-nav-menu {
		flex-direction: row-reverse !important;
	}
	.header .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		fill: #fff;
	}
	.header .elementor-menu-toggle {
		background-color: #093963;
		padding: 11px;
		margin: 0px 0px !important;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		width: fit-content;
	}
	.header nav.elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 480px;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		right: -490px;
		transform: unset !important;
		max-height: 100% !important;
		transition: all ease-in-out 0.3s !important;
		background-color: #0b3963;
		overflow: auto;
		z-index: 5;
	}
	.header .elementor-nav-menu>li>a {
		color: #fff;
	}
	.header .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
		right: 0px !important;
	}
	.header .elementor-menu-toggle.elementor-active {
		background-color: #fff;
		color: #fcb113;
		margin: 0px !important;
		position: fixed;
		right: 15px;
		top: 48px;
	}
	.hd_menu .elementor-nav-menu > li > a:hover {
		color: #fff !important;
	}
	.header .elementor-nav-menu {
		margin: auto;
		margin-top: 90px !important;
		width: 100% !important;
	}
	.header .sub-arrow {
		position: absolute;
		right: 30px;
	}
	.header .elementor-nav-menu>li:last-child>a:hover {
		background: transparent !important;
		color: #fff !important;
	}
	.header .elementor-nav-menu>li:last-child {
		margin-left: 0px;
	}
	.header .hd_menu .elementor-nav-menu>li:last-child>a {
		border: 0 !important;
	}
	.header ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		background-color: transparent !important;
		font-size: 20px !important;
		padding: 22px 15px !important;
		border: 0px !important;
		color: #fff !important;
		border-bottom: 1px solid #ffffff1f !important;
	}
	.hd_menu nav > ul.elementor-nav-menu > li {
		margin-left: 0px;
	}
	.header ul.elementor-nav-menu .sub-menu li a {
		padding: 20px 20px 20px 35px !important;
		color: #fff !important;
		font-size: 17px !important;
		background-color: #231f20 !important;
		text-transform: uppercase;
	}
	.header ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}

@media(max-width: 999px) {
	.saf-modal-content {
		padding: 35px 30px 30px;
	}

	.reviews-slide .elementor-testimonial__title {
		font-size: 16px !important;
		line-height: 27px !important;
	}
	.custom-contact .button:hover {
		background: #910916 !important;
	}
	.custom-contact .button {
		padding: 14px 30px !important;
		font-size: 16px !important;
		min-width: 170px !important;
	}
	.gfield_checkbox .gchoice {
		width: 100% !important;
	}
	.ft_social span:hover {
		background: #fff !important;
		border: 1px solid #000;
	}
	.ft_social span:hover svg {
		fill: #000;
	}
	.ft_logo img {
		max-width: 170px;
	}
	.defbtn a:hover {
		background: #0c3c64;
	}
	.reviews-slide .elementor-swiper-button.elementor-swiper-button-next {
		right: 30px !important;
	}
	.reviews-slide .elementor-swiper-button-prev {
		left: 30px !important;
	}
	.reviews-slide .swiper-slide {
		padding: 60px 90px;
	}
	.cta-row .simple-bighd h2 {
		font-size: 37px;
	}
	.cta-row .elementor-container {
		padding: 30px;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.simple-bighd h2 {
		font-size: 41px;
		margin-bottom: 14px;
	}
	.pl60 {
		padding-left: 35px;
	}
	p, li, div, p.elementor-heading-title {
		font-size: 16px;
		line-height: 1.7;
	}
	.pr60 {
		padding-right: 35px;
	}
	.diff-list.site-list li::before {
		background-size: 25px;
	}
	.diff-list.site-list li {
		padding-left: 35px;
	}
	.bigheading h2 {
		font-size: 48px;
		line-height: 54px;
		margin-bottom: 10px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.banner_caption h1 {
		font-size: 57px;
	}
	.banner > .elementor-container {
		padding: 240px 0 180px;
		min-height: auto !important;
	}
}


@media(max-width: 767px) {
	.saf-modal-content {
		padding: 35px 20px 30px;
	}
	.ft-fix-btn a:last-child {
		background-color: #0c3c64;
		border-left: 1px solid #fff;
	}
	.ft-fix-btn a {
		width: 100% !important;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 22px;
		padding: 12px 9px;
	}
	.phnhd {
		display: none;
	}
	.ft-fix-btn {
		display: flex;
		left: 0;
		bottom: 0;
		right: 0;
		position: fixed;
		background-color: #910916;
		border-top: 1px solid #fff;
		z-index: 10;
		width: 100% !important;
		justify-content: space-between;
	}
	.right_container .radius-img img {
		border-radius: 20px 20px 20px 20px;
	}
	.left_container .radius-img img {
		border-radius: 20px 20px 20px 20px;
	}
	.cta-row .simple-bighd h2 {
		font-size: 30px;
	}
	.ft_logo img {
		max-width: 140px;
	}
	.ft_footer {
		padding: 40px 15px 60px;
	}
	.half-col {
		grid-column: span 12 !important;
		margin-bottom: 8px;
	}
	.custom-contact input {
		height: 50px !important;
	}
	.reviews-slide .elementor-swiper-button.elementor-swiper-button-next {
		right: 10px !important;
	}
	.reviews-slide .elementor-swiper-button-prev {
		left: 10px !important;
	}
	.reviews-slide .swiper-slide {
		padding: 40px 40px;
	}
	.cta-row .elementor-container {
		padding: 30px 15px;
	}
	.site-list li::before {
		display: none;
	}
	.site-list li {
		padding: 10px !important;
		border: 1px solid #80808024;
		text-align: center;
	}
	.join-sec .elementor-background-overlay {
		background-image: unset !important;
		background-color: #910916bd !important;
	}
	.simple-bighd h2 {
		font-size: 34px;
		margin-bottom: 9px;
	}
	.pb100 {
		padding-bottom: 40px;
	}
	.pl60 {
		padding-left: 0;
	}
	.radius-img img {
		border-radius: 20px;
		height: auto !important;
	}
	.diff-list.site-list li {
		border: 1px solid #80808024;
		padding: 10px;
		margin-bottom: 8px;
	}
	.diff-list.site-list li {
		padding-left: 0;
	}
	.diff-list.site-list li::before {
		display: none;
	}
	.pr60 {
		padding-right: 0;
	}
	.bigheading h2 {
		font-size: 39px;
		line-height: 44px;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.banner_caption h1 {
		font-size: 46px;
	}
	.banner > .elementor-container {
		padding: 220px 0 130px;
	}
	.hd_menu {
		width: auto;
	}
	.site_logo {
		max-width: 120px;
	}
}

@media(max-width: 600px) {
	.agent_info_main {
		padding-left: 120px;
	}
	.saf-agent-img {
		width: 100px;
		height: 100px;
	}
	.saf-florida-popup h2 {
		font-size: 20px;
	}
	.custom-contact label {
		margin-left: 6px !important;
	}
	.gfield_checkbox .gchoice {
		width: 100% !important;
		display: inline-grid !important;
	}
	.check-col .gfield-choice-input {
		height: 16px !important;
		padding: 0px !important;
		width: 16px !important;
		margin-left: 5px !important;
	}
	.hdactive .site_logo {
		max-width: 80px;
	}
	.ft_social {
		padding: 26px 0px 18px !important;
	}
	.ftcopyright {
		max-width: 340px;
		margin: 0 auto;
	}
	.reviews-slide .elementor-swiper-button {
		width: 15px;
		height: 15px;
	}
	#saf-state-select {
		height: 54px;
	}
	.simple-bighd h2 {
		font-size: 32px;
		margin-bottom: 9px;
	}
	.bigheading h2 {
		font-size: 37px;
		line-height: 42px;
	}
	.banner_caption h1 {
		font-size: 41px;
		max-width: 269px;
		margin: 0 auto;
	}
	.header ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 17px !important;
		padding: 15px 15px !important;
	}
	.header nav.elementor-nav-menu--dropdown {
		width: 300px;
	}
	.header .elementor-menu-toggle {
		padding: 8px;
	}
	.site_logo {
		max-width: 100px;
	}
}





