main {
	position: relative;
	padding-block-start: 86px;
}

.common_title {
	text-align: center;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	padding-bottom: 60px;
}

.common_title span {
	font-size: 18px;
	font-weight: 700;
	color: #00A895;
}

.common_title strong,
.footer_logo span {
	font-size: 28px;
	color: #1A233F;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
}

.common_title strong.font52 {
	font-size: 52px;
}

.main_banner {
	position: relative;
	display: flex
}

.main_banner .wrapper,
.home-one .wrapper {
	width: 1010px;
	position: relative;
}

.main_banner .wrapper{
	margin-block-start: 0;
	max-width: 100%;
    padding-inline: 0;
	width: 100%;
}

.main_banner .banner_img {}

.main_banner .banner_text {
	position: absolute;
    inset: 0;
    width: min(1010px, calc(100% - 40px));
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: right;
}

.main_banner .banner_text .text_holder {
	width: 50%;
}

.main_banner .banner_text h1 {
	color: #1A233F;
	text-align: right;
	font-family: Assistant;
	font-size: 60px;
	font-weight: 600;
	line-height: 64px;
	padding-bottom: 50px;
}

.main_banner .banner_text h1 span,
.main_banner .banner_text h1 strong {
	color: #00A895;
	font-weight: 600;
    display: block;
}

.main_banner .banner_text .btn_holder {
	text-align: center;
	width: 171px;
	margin: 0;
}

.main_banner .banner_text .btn_holder a {
	display: flex;
	width: 100%;
	line-height: 37px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	box-shadow: 0 8px 28px 0 rgba(0, 168, 149, 0.30);
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.main_banner .banner_text .btn_holder a.btn1 {
	background: #E04F15;
}

.main_banner .banner_text .btn_holder a.btn2 {
	background: #1A233F;
	margin-top: 30px;
}

.home section[id] {
    scroll-margin-top: 100px;
}

.home-one {
	padding-top: 70px;
	padding-bottom: 20px;
}

.home-one .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-one .box-content {
	/*width: 93px;*/
	text-align: center;
}

.home-one .box-content img {
	width: 100%;
	margin: 0 auto 10px auto;
	max-width: 62px;
}

.home-one .box-content .img_holder{
margin-block-end: 15px;
    padding: 0;
}

.home-two {
	padding: 50px 0;
	color: #1F365D;
}

.home-two .wrapper {
	width: 980px;
	display: flex;
	align-items: center;
	justify-content: space-between;
    gap: 30px;
}

.home-two .main-content {
	font-size: 36px;
	line-height: normal;
	width: 50%;
	background: url(../images/arrow1.png) no-repeat 75% bottom;
	padding-bottom: 100px;
}

#how-it-works .anylock-media video{
    max-width: 100%;
}

#how-it-works .anylock-media video {
	width: 100%;
	height: auto;
	object-fit: cover;

	clip-path: circle(0% at 50% 50%);
	transform: scale(0.7);
	opacity: 0;

	transition:
		clip-path 2s cubic-bezier(.16, 1, .3, 1),
		transform 2s cubic-bezier(.16, 1, .3, 1),
		opacity 0.5s ease;
	will-change: clip-path, transform, opacity;
}

#how-it-works .anylock-media.is-video-visible video {
	clip-path: circle(75% at 50% 50%);
	transform: scale(1);
	opacity: 1;
}

.home-two .main-content strong {
	font-weight: 700;
    font-size: 48px;
}

.home-two .img_holder {
	width: 50%;
}

.home-three {
	background: #ebebeb;
	padding-top: 50px;
	padding-bottom: 50px;
}

.home-three p{
	text-align: center;
    font-size: 25px;
}

.home-three h2 {
	font-weight: 700;
	font-size: 42px;
	color: #00A895;
	padding-bottom: 15px;
	text-align: center;
}

.home-three h2 span {
	font-size: 16px;
	color: #1F365D;
	font-weight: 600;
	display: inline-block;
	padding-top: 25px;
}

.home-three .main-content {
display: flex;
    gap: 35px;
    flex-direction: column;
    max-width: fit-content;
    margin: auto;
    margin-block-start: 60px;
}

.home-three .main-content .box-content {
	flex: 0 0 calc((100% - 40px) / 3);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(255, 255, 255, 0.03);
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.40);
	overflow: hidden;	
}

.home-three .main-content .item{
	position: relative;
}

.home-three .main-content .item .count{
    position: absolute;
    left: -185px;
    top: 50%;
    color: rgb(0 168 149 / 50%);
    font-size: 96px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    font-weight: bold;
}

.home-three .main-content .item .count:after{
	content:"";
	background-color: rgb(0 168 149 / 50%);
	width: 75px;
	height: 2px;
	display: block;
}

.home-three .main-content .img_holder {}

.home-three .main-content .content {
	padding: 20px;
}

.home-three .main-content .content .title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #1A233F;
}

.home-three .main-content .content p {
	padding: 5px 0 0 0;
    line-height: 23px;
    height: auto;
    text-align: right;
    font-size: 14px;
    color: #1A233F;
}

.home-three .main-content .content a {
	color: #00A895;
	float: left;
	font-weight: 700;
	padding-bottom: 20px;
}

.home-four {
	padding-top: 30px;
	padding-bottom: 70px;
	text-align: center;
}

.home-four .wrapper .icon{
    background: linear-gradient(135deg, rgba(0, 168, 149, 0.15) 0%, rgba(0, 134, 118, 0.1) 100%);
    border: 1px solid var(--color-cyan-3325, #00A89540);
    box-shadow: 0px 0px 30px 0px #00A89526;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    border-radius: 16px;
    margin: auto;
    margin-block-end: 20px;
}

.home-four .wrapper .icon img{
    width: 28px;
}

.home-four .wpcf7-form{
	margin-block-start: 25px;
}

.wpcf7-spinner{
	position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 10px;
}

.btn_holder{
	    position: relative;
}



.home-four .wrapper {
	width: 574px;
}

.home-four h3 {
    font-size: 28px;
    font-weight: bold;
    color: #1A233F;
    padding-bottom: 10px;
    line-height: 33px;
}

.home-four h3 span {
	display: inline-block;
	font-size: 28px;
	line-height: 33px;
	font-weight: 700;
	padding: 20px 0 15px 0;
	width: 100%;
}

.home-four h3 img,
.home-contact .common_title img {
	width: 64px;
	margin: 0 auto 0 auto;
}

.home-four .textbox {
	margin-bottom: 15px;
	border-radius: 12px;
	border: 1px solid rgba(0, 168, 149, 0.25);
	background: #fff;
}

.home-four .textbox input {
	height: 50px;
	padding: 15px 44px 16px 18px;
	background: none;
}

.home-four .textbox input:focus {
	color: #333;
}

.home-four .textbox input.user {
	background: url(../images/home-ico7.png) no-repeat 97% 50%;
	background-size: 19px;
}

.home-four .textbox input.phone {
	background: url(../images/home-ico8.png) no-repeat 97% 50%;
	background-size: 19px;
}

.home-four .btn_holder {
	padding: 15px 0 20px 0;
}

.acceptence .wpcf7-list-item{
	margin: 0;
    width: 100%;
}

.acceptence .wpcf7-list-item label{
	display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.acceptence .wpcf7-list-item label input.acceptance{
	width: 13px;
    height: 13px;
	min-height: auto;
}

.home-four .btn_holder input {
	cursor: pointer;
	border-radius: 16px;
	background: url("../images/btn-arrow.png") no-repeat 30% 54%, linear-gradient(98deg, #F26128 0%, #E04F15 100%);
	padding: 0 0 0 25px;
	height: 55px;
	box-shadow: 0 10px 32px 0 rgba(242, 97, 40, 0.40);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	width: 246px;
	text-align: center;
}

.home-four p {
color: #1F365D;
    font-size: 17px;
}

.home-five {
	padding-top: 40px;
	padding-bottom: 60px;
	background: #eaebeb;
}

.home-five h2,
.home-five p,
.home-seven h2{
	font-size: 17px;
    color: #00A895;
    font-weight: bold;
}

.home-five .wrapper {
	width: 980px;
}

.home-five .main-content {
	padding-right: 175px;
}

.home-five .main-content ul li {
	width: 100%;
	padding-bottom: 90px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #071614;
	display: flex;
	justify-content: space-between;
	background: url(../images/bg-line.png) no-repeat 0 0;
	 --line-progress: 0%;
    position: relative;
}

/* הקו הקיים */
.home-five .main-content ul li::after {
    content: '';
    position: absolute;
    right: 41px;
    top: 80px;
    width: 1px;
    height: 90px;
    background: rgba(0, 168, 149, 0.30);
}

/* הקו הירוק שמתמלא */
.home-five .main-content ul li::before {
    content: '';
    position: absolute;
    right: 40px;
    top: 80px;
    z-index: 1;
    width: 3px;
    height: var(--line-progress);
    max-height: 90px;
    background: #00a895;
}

/* בפריט האחרון אין קו */
.home-five .main-content ul li:last-child::after,
.home-five .main-content ul li:last-child::before {
    display: none;
}

.home-five .main-content ul li .box {
    position: relative;
    z-index: 2;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.home-five .main-content ul li.is-active .box {
    color: #00a895;
    border-color: rgba(0, 168, 149, 0.35);
    background: rgba(0, 168, 149, 0.12);
}

.home-five .main-content ul li:not(.is-active) .box{
	filter: grayscale(1);
}

.home-five .main-content ul li:last-child{
	padding-bottom: 20px;
	margin-block-start: -9px;
}

@media (prefers-reduced-motion: reduce) {
    .home-five .main-content ul li .box,
    .home-five .main-content ul li .box img {
        transition: none;
    }
}

.home-five .main-content .box {
	width: 80px;
	height: 80px;
	border-radius: 16px;
	border: 1px solid rgba(0, 168, 149, 0.30);
	background: #d5e3e2;
	box-shadow: 0 0 24px 0 rgba(0, 168, 149, 0.12);
	padding-top: 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #00A895;
}

.home-five .main-content .box img {
	width: 28px;
	margin: 2px auto 0 auto;
}

.home-five .main-content .text_holder {
	padding-right: 40px;
	width: 90%;
	padding-top: 5px;
	line-height: normal;
}

.home-five .main-content .text_holder p{
	font-size: 16px;
    color: #1F365D;
	font-weight: 600;
}

.home-five .main-content .text_holder strong{
	font-size: 32px;
    color: #1F365D;
}

.home-five .main-content .text_holder span {
	display: inline-block;
	width: 100%;
	font-size: 32px;
	line-height: 0.5;
	color: #1F365D;
	padding-bottom: 15px;
}

.home-five .btn_holder {
	padding-top: 50px;
	text-align: center;
}

.home-five .btn_holder a,
.home-six .main_content .btn_holder a,
.home-seven .product-slider .main-content .btn_holder a {
	display: inline-block;
	width: 265px;
	line-height: 55px;
	padding: 0;
	border-radius: 16px;
	background: linear-gradient(108deg, #F26128 0%, #E04F15 100%);
	box-shadow: 0 8px 28px 0 rgba(242, 97, 40, 0.35);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.home-seven .product-slider .main-content .btn_holder a{
	line-height: 48px;
}

.home-seven .common_title p{
	color:#fff;
	font-size: 16px;
}

.home-seven .common_title p strong{
	color: #fff;
    font-size: 23px;
	padding-block-end: 0;
}

.home-six {
	padding-top: 45px;
	padding-bottom: 60px;
}

.home-six .wrapper {
	width: 860px;
	max-width: 100%;
}

.home-six .common_title {
	display: flex;
	align-items: center;
	padding-bottom: 45px;
	justify-content: flex-end;
}

.home-six .common_title .img_holder {
	width: 200px;
}

.home-six .common_title .text_holder {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #050A09;
	line-height: normal;
	padding-left: 80px;
}

.home-six .common_title .text_holder strong {
	font-size: 30px;
	color: #00A895;
	background: url(../images/star.png) no-repeat right 10px;
	background-size: 23px;
	padding: 3px 27px 3px 0;
	display: inline;
}

.home-six .common_title .text_holder h2{
	color: #1A233F;
    font-size: 32px;
}

.home-six .common_title .text_holder p{
	font-size: 16px;
    color: #050A09;
    margin-block-start: 17px;
}

.home-six .main_content {
	width: 695px;
	margin: 0 auto;
	    max-width: 100%;
}

.home-six .main_content .text_holder {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.home-six .main_content .text_holder .box {
	flex: 0 0 calc(50% - 10px);
	border-radius: 16px;
	border: 1px solid rgba(0, 168, 149, 0.30);
	background: #e0f5f2;
	box-shadow: 0 0 24px 0 rgba(0, 168, 149, 0.12);
	padding: 16px 0;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #07100E;
}

.home-six .main_content .text_holder .box:hover {
	background: #fff;
}

.home-six .main_content .text_holder .box img {
	width: auto;
	margin: 0 auto 10px auto;
}

.home-six .main_content .btn_holder {
	padding-top: 60px;
	padding-bottom: 15px;
	text-align: center;
}

.home-six .main_content .logo_img {}

.home-six .main_content .logo_img img {
	width: 150px;
	margin: 0 auto;
}

.home-seven {
	padding-top: 50px;
	padding-bottom: 120px;
	background: #1A233F;
	color: #fff;
}

body:not(.home) .home-seven {
	padding-top: 30px;
	padding-bottom: 50px;
	background: #fff;
	color: #1F365D;	
}

h1.title{
color: #1F365D;	
}

.home-seven .wrapper {
	width: 1260px;
}

.home-seven .common_title {
	color: #fff;
}

.home-seven .common_title strong.font52 {
	color: #fff;
}

.home-seven .product-slider {
	display: flex;
	align-items: center;
	gap: 45px;
}

.home-seven .product-slider .card {
	flex: 0 0 calc((100% - 135px) / 4);
	border-radius: 24px;
	border: 1px solid rgba(0, 168, 149, 0.15);
	background: linear-gradient(167deg, #0F1917 0%, #1A233F 100%);
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.50);
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
}

.home-seven .product-slider .img_holder {}

.home-seven .product-slider .main-content {
	display: flex;
	padding: 20px;
	flex-wrap: wrap;
}

.home-seven .product-slider .main-content .prd_name {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.home-seven .product-slider .main-content .prd_name a{
	color:#fff
}

.home-seven .product-slider .main-content .prd_name span.name {
	font-size: 17px;
	font-weight: 700;
}

.home-seven .product-slider .main-content .prd_name span.rating {
	font-size: 12px;
	color: rgba(209, 211, 212, 0.50);
	display: flex;
	align-items: center;
	gap: 3px;
}

.home-seven .product-slider .main-content .prd_name span.rating img {
	width: 10px;
}

.home-seven .product-slider .main-content .prd_tag {
	padding: 15px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	color: rgba(209, 211, 212, 0.80);
	min-height: 90px;
}

.home-seven .product-slider .main-content .prd_tag span {
	display: inline-block;
	line-height: 21px;
	height: 26px;
	padding: 0 10px;
	border: 1px solid rgba(0, 168, 149, 0.20);
	background: rgba(0, 168, 149, 0.08);
	border-radius: 20px;
	margin: 0 5px 5px 0;
}

.home-seven .product-slider .main-content .prd_price {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    width: 100%;
    flex-direction: row-reverse;
    color: #fff;
}

.home-seven .product-slider .main-content .prd_price span.green {
	font-size: 12px;
	color: #00A895;
	background: url(../images/card-arrow.png) no-repeat right 1px;
	padding-right: 18px;
	background-size: 14px;
}

.home-seven .product-slider .main-content .btn_holder {
	padding-top: 14px;
	width: 100%;
}

.home-seven .product-slider .main-content .btn_holder a {
	width: 100%;
}

.home-seven .product-slider .card .offer {
	padding: 4px 10px;
	position: absolute;
	right: 13px;
	top: 13px;
	font-size: 12px;
	font-weight: 700;
	width: auto;
	border-radius: 20px;
}

.home-seven .product-slider .card .offer.blue {
    border: 1px solid rgba(0, 168, 149, 1);
    background: rgba(0, 168, 149, 1);
    color: #fff;
}

.home-seven .product-slider .card .offer.orange {
	border: 1px solid rgba(242, 97, 40, 1);
	background: rgba(242, 97, 40, 1);
	color: #fff;
}

section#lead-form div.icon,
section#contact div.icon,
.single-product-contact .icon {
    filter: grayscale(0);
    transition: filter 0.45s ease, opacity 0.45s ease, transform 0.45s ease;
}

section#lead-form div.icon:not(.is-active),
section#contact div.icon:not(.is-active),
.single-product-contact .icon:not(.is-active) {
    filter: grayscale(1);
    opacity: 0.55;
}

section#lead-form div.icon.is-active,
section#contact div.icon.is-active,
.single-product-contact .icon.is-active {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
    section#lead-form div.icon,
    section#contact div.icon,
    .single-product-contact .icon {
        transition: none;
        transform: none;
    }
}

.home-eight {
	padding-top: 70px;
	padding-bottom: 200px;
	background: url(../images/background-img1.jpg) no-repeat 0 0;
	background-size: cover;
}

.home-eight .common_title h2{
    font-size: 30px;
    font-weight: 700;
    color: #00A895;
}

.home-eight .wrapper {
	width: 760px;
}

.home-eight .common_title strong{
	padding: 5px 0;
}

.home-eight .title {
	font-size: 18px;
	font-weight: 700;
	color: #00A895;
	line-height: normal;
	padding-bottom: 90px;
	text-align: center;
}

.home-eight .title span {
	display: inline-block;
	width: 100%;
	font-size: 32px;
	color: #1A233F;
	padding-top: 20px;
}

.home-eight .text_holder {
	line-height: 24px;
}

.home-eight .text_holder p{
font-size: 20px;
    color: #1A233F;
    font-weight: 400;
    line-height: 25px;
}

.home-eight .text_holder a,
.home-nine .btn_holder a,
.home-faq .btn_holder a {
	display: inline-block;
	margin-top: 80px;
	border: 1px solid rgba(0, 168, 149, 0.40);
	background: rgba(0, 168, 149, 0.06);
	border-radius: 16px;
	line-height: 55px;
	width: 211px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #00A895;
}

.home-eight .text_holder a span {
	background: url(../images/card-arrow.png) no-repeat right 55%;
	padding-right: 17px;
	background-size: 14px;
}

.home-eight .mobile_img {
	display: none;
}

.home-nine {
	padding-top: 30px;
	padding-bottom: 70px;
}

.home-nine .wrapper {
	width: 1170px;
}

.home-nine .main-content {
	display: flex;
	align-items: stretch;
	gap: 20px;
}

.home-nine .main-content .box-content {
	flex: 0 0 calc((100% - 40px) / 3);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(255, 255, 255, 0.03);
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.40);
	overflow: hidden;
}

.home-nine .main-content .img_holder {}

.home-nine .main-content .content {
	padding: 20px;
	height: 165px;
	font-size: 12px;
}

.home-nine .main-content .content .title {
	font-size: 18px !important;
    line-height: 22px;
	font-weight: 700;
}

.home-nine .main-content .content p {
	padding: 10px 0;
	font-size: 13px;
	line-height: 20px;
}

.home-nine .main-content .content .date-time {
	display: flex;
	align-items: center;
	gap: 10px;
	/*justify-content: flex-end;*/
	margin-block-start: 15px;
}

.home-nine .main-content .content .date-time span {
	display: flex;
	align-items: center;
	gap: 5px;
	background: #ebebeb;
	padding: 3px;
}

.home-nine .main-content .content .date-time span img {
	width: 10px;
}

.home-nine .main-content a.blog-card-link {
	color: #F26128;
	float: left;
	font-weight: 700;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 12px;
}

.home-nine .btn_holder {
	text-align: center;
	padding-top: 60px;
}

.home-nine .main-content .content .title a{
	color: #1A233F;
}

.home-nine .btn_holder a {
	width: 373px;
	margin: 0;
}

.home-nine .common_title h2{
	font-size: 30px;
	font-weight: 700;
	color: #00A895;
}

.home-nine .common_title strong{
	padding-block-start: 5px;
}

.home-faq {
	padding-top: 60px;
	padding-bottom: 45px;
	background: #1A233F;
	color: #fff;
}

.home-faq .wrapper {
    width: 748px;
    max-width: 100%;
}

.home-faq .common_title,
.home-seven .common_title {
	color: rgba(209, 211, 212, 0.50);
}

.home-faq .common_title strong {
	color: #fff;
}

.home-faq .main-content {}

.home-faq .main-content ul li {
	margin-bottom: 30px;
}

.home-faq .main-content ul li button.anylock-faq-question {
	display: inline-block;
	width: 100%;
	padding: 20px 50px 20px 20px;
    border-radius: 16px;
    border: 1px solid #00A895;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M10 4V16M4 10H16' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: 20px;
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    background-repeat: no-repeat;
    background-position: right 19px top 17px;
}

.home-faq .common_title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #00A895;
}

.home-faq .common_title strong {
    padding-block-start: 5px;
}

.home-faq .main-content ul li:last-child {
	margin: 0;
}

.home-faq .btn_holder {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding-top: 60px;
}

.home-faq .btn_holder a {
	width: 364px;
	border: 1px solid rgba(0, 168, 149, 0.25);
	background: #00A895;
    color: #fff;
	margin-top: 20px;
	line-height: 45px;
}

.home-contact {}

.home-contact .common_title {
	font-size: 20px;
	padding: 0;
}

.home-contact p {
	font-size: 14px;
}

.home-contact .wrapper .icon {
    background: linear-gradient(135deg, rgba(0, 168, 149, 0.15) 0%, rgba(0, 134, 118, 0.1) 100%);
    border: 1px solid var(--color-cyan-3325, #00A89540);
    box-shadow: 0px 0px 30px 0px #00A89526;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    border-radius:16px;
    margin: auto;
    margin-block-end: 20px;
}

.home-contact .wrapper .icon img{
	width: 28px;
}

.home-four.home-contact{
	padding-top: 44px;
	padding-bottom: 44px;
}

.home-four.home-contact h3{
	font-size: 40px;
    font-weight: 600;
    line-height: 50px;
	line-height: 38px;
}

.home-contact .common_title p{
	font-size: 20px;
    font-weight: 600;
	margin-block: 20px;
    margin-block-end: 15px;
}

.home-contact .wpcf7{
	margin-block-start: 45px;
}

body:not(.home) .home-seven .product-slider{
	flex-wrap: wrap;
}

.products-archive .home-seven .product-slider .card img{
	width: 100%;
	height: auto;
}

/* ==============================
   Single Product
============================== */

.single-anylock-product {
    min-height: 100vh;
    background: #fff;
    color: #1F365D;
}

.single-product-hero {
    padding: 30px 0;
    background:#fff;
}

.single-product-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    font-size: 14px;
    color: #1F365D;
}

.products-archive__section.home-seven .common_title p{
	color: #1F365D;
}

.single-product-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.single-product-breadcrumbs a:hover {
    color: #00a895;
}

.single-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.9fr);
    gap: 80px;
    /*align-items: center;*/
	margin-block-start: 30px;
}

.single-product-gallery {
    min-width: 0;
}

.single-product-gallery__main {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    border-radius: 24px;
    background: #fff;
}

.single-product-gallery__main .single-product-gallery__arrow{
	position: absolute;
    z-index: 100;
    top: 50%;
    transform: translate(0, -50%);
	font-size:0
}

.single-product-gallery__main .single-product-gallery__arrow.single-product-gallery__arrow--next{
	right: 5px;
	background: #fff url(../images/arrow-right.svg) no-repeat center;
	width: 40px;
	height: 40px;
	background-size: 30px;
	border-radius: 50%;
}

.single-product-gallery__main .single-product-gallery__arrow.single-product-gallery__arrow--prev{
    left: 5px;
    background: #fff url(../images/arrow-left.svg) no-repeat center;
    width: 40px;
    height: 40px;
    background-size: 30px;
    border-radius: 50%;
}

.single-product-gallery__slide {
    width: 100%;
    height: 100%;
    margin: 0;
}

.single-product-gallery__slide[hidden] {
    display: none;
}

.single-product-gallery__slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 520px;
    padding: 35px;
}

.single-product-gallery__slide img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: contain;
}

.single-product-gallery__main .offer {
z-index: 2;
    padding: 4px 10px;
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 15px;
    font-weight: 700;
    width: auto;
    border-radius: 20px;
}

.single-product-gallery__thumbs {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.single-product-gallery__thumb {
    flex: 0 0 86px;
    width: 86px;
    height: 86px;
    padding: 7px;
    overflow: hidden;
    border: 2px solid 2px solid rgba(27, 46, 78, .2);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    opacity: 0.6;
    transition:
        opacity 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
	margin-block-start: 5px;
	position: relative;
}

.single-product-gallery__thumb:hover,
.single-product-gallery__thumb.active {
    opacity: 1;
    border-color: #00a895;
    transform: translateY(-2px);
}

.single-product-gallery__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-product-summary__label {
    margin-bottom: 14px;
    color: #00a895;
    font-size: 18px;
    font-weight: 700;
}

.single-product-summary h1 {
    margin: 0 0 24px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1;
}

.single-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.single-product-tags span {
    padding: 7px 14px;
    border: 1px solid #1F365D;
    border-radius: 50px;
    font-size: 14px;
}

.single-product-price {
    margin-bottom: 25px;
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 30px;
}

.single-product-price span{
    font-size: 18px;
}

.single-product-excerpt {
    max-width: 620px;
    color: rgb(255 255 255 / 75%);
    font-size: 18px;
    line-height: 1.7;
}

.single-product-actions {
    display: flex;;
    gap: 14px;
    margin-top: 38px;
}

.single-product-actions a{
    display: inline-block;
    width: 200px;
    line-height: 45px;
    padding: 0;
    border-radius: 16px;
    background: linear-gradient(108deg, #F26128 0%, #E04F15 100%);
    box-shadow: 0 8px 28px 0 rgba(242, 97, 40, 0.35);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.single-product-actions a.btn2{
	background: #1B2E4E;
	    box-shadow: 0 8px 28px 0 rgba(24, 46, 78, 0.35);
}

.single-product-content {
    padding:40px 0;
    background: #0b1c2e;
}

.single-product-content__inner {
    max-width: 950px;
    margin-inline: auto;
    color: #fff;
    font-size: 17px;
    line-height: 25px;
}

.single-product-content__inner h2,
.single-product-content__inner h3 {
    color: #fff;
}

.single-product-contact {
    padding: 50px 0;
    background: #fff;
}

.single-product-contact .icon img{
	margin: 0 auto 10px;
}

.single-anylock-product section.product-faq{
	width: 780px;
    max-width: 100%;
    margin: 50px auto;
    padding-inline: 15px;
}

.single-product-gallery__thumb .single-product-gallery__video-thumb svg{
	width: 35px;
	height: 35px;
}

.single-anylock-product section.product-faq h2{
	    text-align: center;
    margin-block-end: 30px;
}

.single-anylock-product section.product-faq .product-faq__item{
	margin-bottom: 30px;
}

.single-anylock-product section.product-faq .product-faq__item button.product-faq__button{
	display: inline-block;
    width: 100%;
    padding: 15px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background-size: 25px;
    font-size: 15px;
    font-weight: 700;
    color: #1F365D;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.single-anylock-product section.product-faq .product-faq__answer .product-faq__answer-inner{
	padding: 10px;
}

.single-anylock-product section.product-faq .product-faq__answer .product-faq__answer-inner p{
	font-size: 16px;
    line-height: 20px;
}

.product-faq__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.product-faq__icon::before,
.product-faq__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.product-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.product-faq__button[aria-expanded="true"] .product-faq__icon::after {
    opacity: 0;
}

.product-tabs-accordion button.product-tabs-accordion__button{
	width: 100%;
    padding: 15px 0;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 18px;
    font-weight: normal;
    color: #1F365D;
    text-align: right;
    display: flex;
	justify-content: space-between;
    gap: 10px;
    background: transparent;
	align-items: center;
    transform: none;
}

.product-tabs-accordion .product-tabs-accordion__item{
	border-block-end: 1px solid #1F365D;
}

.product-tabs-accordion ul li{
	    padding-inline-start: 0;
    margin-inline-start: 20px;
    font-size: 16px;
    line-height: 25px;
	list-style: disc;
}

.product-tabs-accordion .product-tabs-accordion__content{
	padding: 10px 0;
}

.product-tabs-accordion .product-tabs-accordion__content p{
	    font-size: 16px;
    line-height: 20px;
}

.product-tabs-accordion__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.product-tabs-accordion__icon::before,
.product-tabs-accordion__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.product-tabs-accordion__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.product-tabs-accordion__button[aria-expanded="true"]
.product-tabs-accordion__icon::after {
    opacity: 0;
}

body:not(.home) .home-seven.single-product-related{
	padding-top: 35px;
}

body:not(.home) .home-seven.single-product-related h2.single-product-related__title{
	color: #1F365D;
    text-align: center;
    margin-block-end: 35px;
}

.home-seven.single-product-related .product-slider .anylock-fade-up-section{
	opacity: 1;
    transform: translateY(0);
}

.home-seven.single-product-related .product-slider .card{
	box-shadow: none;
}

@media (max-width: 991px) {

	.home-four.home-contact h3{
		line-height: 30px;
		padding-bottom: 0;
	}

    .single-product-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .single-product-gallery__main,
    .single-product-gallery__slide a {
        min-height: 420px;
    }

    .single-product-gallery__slide img {
        height: 360px;
    }
}

@media (max-width:767px) {
    
	.home-seven.single-product-related .product-slider{
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto !important;
		white-space: nowrap;
		display: block !important;
		padding-right: 0;
		opacity: 1 !important;
		padding-bottom: 10px;
		padding-left: 0;
		margin-left: -15px;
	}

	.home-seven.single-product-related .product-slider article.card{
		list-style: none;
        display: inline-block;
        width: 62vw;
        text-align: right;
        vertical-align: top;
        white-space: normal;
        margin-left: 10px;
        max-width: none !important;
	}

	.home-seven.single-product-related .wrapper{
		padding-inline-end: 0;
	}
}

@media (max-width: 600px) {

	.single-product-gallery{
		overflow: hidden;
		max-width: 100%;
	}

    .single-product-breadcrumbs {
        margin-bottom: 28px;
    }

	.single-product-gallery__thumbs{
		display:none
	}

    .single-product-gallery__main,
    .single-product-gallery__slide a {
        min-height: 320px;
    }

    .single-product-gallery__slide a {
        padding: 20px;
    }

    .single-product-gallery__slide img {
        height: 280px;
    }

    .single-product-summary h1 {
        font-size: 42px;
    }

	.single-product-actions a{
		flex: 0 50%;
		width: auto;
	}

	body .anylock-fade-left-section{
		padding-block-start: 0;
		display: flex;
        flex-direction: column;
	}

	.single-product-layout{
		gap: 40px;
	}

	.single-product-actions{
		order: -1;
		margin-top: 0;
	}

	.home-two .wrapper{
    	flex-direction: column;
	}

	.home-two .img_holder,
	.home-two .main-content {
		width: 100%;
	}	

	.single-product-summary__label{
		margin-block-start: 30px;
	}

	.single-product-contact{
		padding: 15px 0;
	}

	.single-anylock-product section.product-faq{
		margin-block-start: 10px;
	}
}

.single-product-gallery__main .offer.orange {
    border: 1px solid rgba(255, 145, 0, 0.28);
    background: rgba(255, 145, 0, 0.14);
    color: #FF9100;
}

.single-product-gallery__main .offer.blue {
    border: 1px solid rgba(0, 168, 149, 0.25);
    background: rgba(0, 168, 149, 0.15);
    color: #00A895;
}

.single-product-contact .common_title {
	color: #1A233F;
	padding-bottom: 0;
}

.single-product-contact .home-four{
	width: 574px;
    max-width: 100%;
    margin: auto;
	padding: 0;
}


/* ==============================
   Products Archive filtest*/
.products-filter {
    margin-bottom: 50px;
    padding: 20px 0;
    border-top: 1px solid rgba(21, 37, 68, 0.1);
    border-bottom: 1px solid rgba(21, 37, 68, 0.1);
}

.products-filter__tags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.products-filter__tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 7px 15px;
    border: 1px solid rgba(21, 37, 68, 0.12);
    border-radius: 50px;
    background: #fff;
    color: #152544;
    text-decoration: none;
    cursor: pointer;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.products-filter__tag input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.products-filter__tag.active,
.products-filter__tag:has(input:checked) {
    border-color: #8c81e8;
    background: #8c81e8;
    color: #fff;
}

.products-filter__icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.products-filter__price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 0;
}

.products-filter__price input {
    width: 130px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(21, 37, 68, 0.15);
    border-radius: 8px;
}

.products-filter__price button {
    min-height: 40px;
    padding: 0 22px;
    border: 0;
    border-radius: 50px;
    background: #00a895;
    color: #fff;
    cursor: pointer;
}

.products-filter__reset {
    color: #152544;
}

.products-filter {
    margin-bottom: 45px;
    padding: 18px 0;
    border-top: 1px solid rgb(21 37 68 / 10%);
    border-bottom: 1px solid rgb(21 37 68 / 10%);
}

.products-filter__top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.products-filter__label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #152544;
	font-size: 17px;
    padding-inline-end: 15px;
}

.products-filter__terms_inner{
	display: flex;
    gap: 8px;
}

.products-filter__terms {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
	padding-inline-end: 15px;
	position: relative;
}

.products-filter__terms:after{
	content:"";
	background:rgb(21 37 68 / 12%);
	position: absolute;
	left:0;
	width:1px;
	height:20px;
	display:block;
}

.products-filter__all,
.products-filter__term,
.products-filter__price-option {
position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 5px 13px;
    border: 1px solid rgb(21 37 68 / 12%);
    border-radius: 50px;
    background: #fff;
    color: #152544;
    font-family: inherit;
    font-size: 17px;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.products-filter__all:hover,
.products-filter__term:hover,
.products-filter__price-option:hover {
    border-color: #1F365D;
    transform: translateY(-1px);
}

.products-filter__all.active,
.products-filter__term.active {
    border-color: #1F365D;
    background: #1F365D;
    color: #fff;
}

.products-filter__term input,
.products-filter__price-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.products-filter__term-icon {
width: 30px;
    height: 30px;
    object-fit: contain;
}

.products-filter__price {
    display: flex;
    align-items: center;
    gap: 6px;
}

.products-filter__price-option {
    padding-inline: 11px;
}

.products-filter__price-option.active {
    border-color: #00a895;
    background: rgb(0 168 149 / 12%);
    color: #008f7f;
}

.products-filter__clear-price {
    padding: 0;
    border: 0;
    background: transparent;
    color: #777;
    font-family: inherit;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.products-filter__clear-price[hidden] {
    display: none;
}

/* Loader */

#anylock-products-results {
    position: relative;
    min-height: 250px;
}

#anylock-products-results::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 50;
    background: rgb(255 255 255 / 72%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

#anylock-products-results::after {
    content: "";
    position: absolute;
    top: 120px;
    left: 50%;
    z-index: 51;
    width: 38px;
    height: 38px;
    border: 3px solid rgb(0 168 149 / 20%);
    border-top-color: #00a895;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    animation: anylockProductsSpin 0.75s linear infinite;
}

#anylock-products-results.is-loading::before,
#anylock-products-results.is-loading::after {
    opacity: 1;
    visibility: visible;
}

@keyframes anylockProductsSpin {
    to {
        transform:
            translateX(-50%)
            rotate(360deg);
    }
}

@media (max-width: 767px) {

	.products-filter__terms_inner{
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto !important;
		white-space: nowrap;
		display: block !important;
		padding-right: 0;
		opacity: 1 !important;
		padding-bottom: 10px;
		padding-left: 0;
		margin-left: -30px;
	}

	.products-filter__terms:after,
	.products-filter__label{
		display: none;
	}

	.products-filter__all:hover, .products-filter__term:hover, .products-filter__price-option:hover {
		border-color: #1F365D;
		transform: translateY(0);
	}	

    .products-filter__top {
        justify-content: flex-start;
    }

    .products-filter__terms {
        justify-content: flex-start;
    }

    .products-filter__price {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .products-filter__all,
    .products-filter__term,
    .products-filter__price-option {
        transition: none;
    }
}

/* ==============================
   Blog Archive Page
============================== */

.blog-archive-page {
    background: #fff;
}

.blog-archive-hero {
    padding:50px 0 0;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgb(0 168 149 / 8%),
            transparent 34%
        ),
        #f7f9fb;
    text-align: center;
}

.blog-archive-section {
    padding: 70px 0 110px;
}

.blog-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.blog-archive-grid .box-content {
    height: 100%;
}

.blog-archive-grid .img_holder {
    display: block;
    overflow: hidden;
}

.blog-archive-grid .img_holder img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.blog-archive-grid .title a {
    color: inherit;
    text-decoration: none;
}

.blog-archive-grid .date-time {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.blog-archive-grid .date-time span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blog-archive-grid .date-time img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.blog-archive-pagination {
    margin-top: 60px;
}

.blog-archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    margin: 0 4px;
    border-radius: 50px;
    color: #152544;
    text-decoration: none;
}

.blog-archive-pagination .page-numbers.current {
    background: #00a895;
    color: #fff;
}

.blog-archive-empty {
    text-align: center;
    font-size: 18px;
    color: #152544;
}

@media (max-width: 991px) {
    .blog-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-archive-hero {
        padding-top: 50px 0 30px;
    }
}

@media (max-width: 600px) {
    .blog-archive-grid {
        grid-template-columns: 1fr;
		padding-inline: 15px;
    }

    .blog-archive-hero {
        padding: 50px 0 0;
    }

    .blog-archive-section {
        padding: 50px 0 80px;
    }
}

/* ==============================
   Single Blog Post
============================== */

.single-blog-post {
    background: #fff;
    color: #152544;
}

.single-blog-post__banner {
    position: relative;
    height: 520px;
    overflow: hidden;
    background: #f4f5f6;
}

.single-blog-post__banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-blog-post__header {
    padding: 70px 0 35px;
    text-align: center;
}

.single-blog-post__title {
    max-width: 920px;
    margin: 0 auto 22px;
    color: #152544;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.15;
}

.single-blog-post__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    color: rgba(21, 37, 68, 0.65);
    font-size: 15px;
}

.single-blog-post__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.single-blog-post__meta img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.single-blog-post__content-section {
    padding: 35px 0 100px;
}

.single-blog-post__content {
    max-width: 860px;
    margin: 0 auto;
    color: #152544;
    font-size: 18px;
    line-height: 1.85;
}

.single-blog-post__content > *:first-child {
    margin-top: 0;
}

.single-blog-post__content h2,
.single-blog-post__content h3,
.single-blog-post__content h4 {
    margin: 42px 0 16px;
    color: #152544;
    line-height: 1.25;
}

.single-blog-post__content h2 {
    font-size: 34px;
}

.single-blog-post__content h3 {
    font-size: 28px;
}

.single-blog-post__content p {
    margin: 0 0 22px;
}

.single-blog-post__content ul,
.single-blog-post__content ol {
    margin: 0 0 24px;
    padding-inline-start: 24px;
}

.single-blog-post__content li {
    margin-bottom: 8px;
}

.single-blog-post__content a {
    color: #00a895;
    text-decoration: underline;
}

.single-blog-post__content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.single-blog-post__content blockquote {
    margin: 36px 0;
    padding: 24px 28px;
    border-inline-start: 4px solid #00a895;
    border-radius: 14px;
    background: #f4f5f6;
    color: #152544;
    font-size: 20px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .single-blog-post__banner {
        height: 420px;
    }

    .single-blog-post__header {
        padding-top: 55px;
    }
}

@media (max-width: 600px) {
    .single-blog-post__banner {
        height: 300px;
    }

    .single-blog-post__header {
        padding: 42px 0 25px;
    }

    .single-blog-post__title {
        font-size: 34px;
    }

    .single-blog-post__content-section {
        padding-bottom: 75px;
    }

    .single-blog-post__content {
        font-size: 17px;
        line-height: 1.75;
    }

    .single-blog-post__content h2 {
        font-size: 28px;
    }

    .single-blog-post__content h3 {
        font-size: 24px;
    }
}

body.page-template-default article p{
	font-size: 18px;
    margin-block-end: 20px;
    line-height: 24px;
}

.wrapper.regular{
	max-width: 1200px;
    padding-block: 30px;
}

.wrapper.regular h1{
	    margin-block-end: 20px;
}

/* ==============================
   Contact Page
============================== */

.contact-page {
    background: #fff;
    color: #152544;
}

.contact-page__hero {
    padding: 50px 0 0;
    text-align: center;
    background:
        radial-gradient(circle at 80% 20%, rgb(0 168 149 / 8%), transparent 34%),
        #f7f9fb;
}

.contact-page__hero .common_title h1 {
    margin: 0;
}

.contact-page__section {
    padding: 70px 0 110px;
}

.contact-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 50px;
    align-items: start;
}

.contact-page__info,
.contact-page__form-card {
    border: 1px solid rgb(21 37 68 / 10%);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 16px 50px rgb(21 37 68 / 7%);
}

.contact-page__info {
    padding: 42px;
}

.contact-page__info-head {
    margin-bottom: 30px;
}

.contact-page__info-head > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #00a895;
    font-size: 14px;
    font-weight: 700;
}

.contact-page__info-head h2,
.contact-page__form-card h2 {
    margin: 0 0 12px;
    color: #152544;
    font-size: 34px;
    line-height: 1.2;
}

.contact-page__info-head p,
.contact-page__form-card p {
    margin: 0;
    color: rgb(21 37 68 / 65%);
    font-size: 17px;
    line-height: 1.7;
}

.contact-page__items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-page__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    background: #f7f9fb;
    color: #152544;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}

a.contact-page__item:hover {
    background: rgb(0 168 149 / 8%);
    color: #00a895;
    transform: translateY(-2px);
}

.contact-page__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgb(0 168 149 / 12%);
    color: #00a895;
}

.contact-page__item strong {
    display: block;
    margin-bottom: 4px;
    color: #152544;
    font-size: 15px;
    font-weight: 800;
}

.contact-page__item span:last-child {
    font-size: 15px;
    line-height: 1.55;
}

.contact-page__socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
}

.contact-page__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgb(21 37 68 / 10%);
    border-radius: 50%;
    background: #fff;
    color: #152544;
    text-decoration: none;
    transition:
        border-color 0.25s ease,
        transform 0.25s ease;
}

.contact-page__socials a:hover {
    border-color: #00a895;
    transform: translateY(-2px);
}

.contact-page__socials img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.contact-page__form-card {
    padding: 42px;
}

.contact-page__form-card h2 {
    margin-bottom: 8px;
}

.contact-page__form-card p {
    margin-bottom: 28px;
}

/* CF7 */
.contact-page__form .wpcf7-form p {
    margin: 0 0 16px;
}

.contact-page__form input,
.contact-page__form textarea,
.contact-page__form select {
    width: 100%;
    min-height: 52px;
    padding: 13px 16px;
    border: 1.5px solid rgb(21 37 68 / 14%);
    border-radius: 14px;
    background: #f7f9fb;
    color: #152544;
    font-family: inherit;
    font-size: 15px;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease;
}

.contact-page__form textarea {
    max-height: 100px;
    resize: vertical;
}

.contact-page__form input:focus,
.contact-page__form textarea:focus,
.contact-page__form select:focus {
    outline: none;
    border-color: #00a895;
    background: #fff;
}

.contact-page__form input[type="submit"],
.contact-page__form button[type="submit"] {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 14px;
    background: #f26128;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
	text-align: center;
}

.contact-page__form input[type="submit"]:hover,
.contact-page__form button[type="submit"]:hover {
    background: #d9531f;
    transform: translateY(-2px);
}

.contact-page__form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
}

.contact-page__form .wpcf7-response-output {
    margin: 18px 0 0;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
}

@media (max-width: 991px) {

    .contact-page__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {

    .contact-page__section {
        padding: 50px 0 80px;
    }

    .contact-page__info,
    .contact-page__form-card {
        padding: 26px;
        border-radius: 22px;
    }

    .contact-page__info-head h2,
    .contact-page__form-card h2 {
        font-size: 28px;
    }

    .contact-page__item {
        padding: 14px;
    }
}

.contact-page__item--address {
    position: relative;
}

.contact-page__waze {
    display: none;
}

.contact-page__grid .anylock-fade-left-section{
	padding-block-start: 0;
}

@media (max-width: 600px) {
    .contact-page__item--address {
        padding-bottom: 68px;
    }

    .contact-page__waze {
        position: absolute;
        right: 16px;
        bottom: 14px;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        min-height: 38px;
        padding: 8px 14px;
        border-radius: 50px;
        background: #0099ff;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
    }

    .contact-page__waze svg {
        flex: 0 0 22px;
    }
}