div#footer-block {
    background: var(--color-primary);
    padding: 5em 0 0;
}

div#footer-icon {
    background: transparent;
    border: 2px solid #fff;
    width: 130px;
    height: 120px;
    border-radius: 100%;
    margin-right: 1.5em;
}

div#footer-icon img {
    max-width: 70px;
}

a#footer-btn {
    background: var(--color-secondary) !important;
}

.footer.style-3 .ry-heading:after {
    margin: 0;
    bottom: 4em;
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background: var(--color-secondary);
}

.footer.style-3 .ry-heading h4 {
    margin-top: 3em;
	color: var(--color-secondary);
    font-family: var(--font-default) !important;
    font-size: clamp(1.25rem, 1.2251rem + 0.1327vw, 1.4375rem)
}

div#footer-block .ry-heading {
    margin-bottom: 0;
}

.footer.style-3 .footer-top .ry-content .ry-flex {
    justify-content: flex-end;
}

.footer.style-3 .footer-bottom .ry-flex {
    align-items: center;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text a:hover {
    color: var(--color-secondary);
}

.footer.style-3 .ry-heading h2 {
    color: #fff;
    line-height: 1.1;
}

.footer.style-3 .ry-heading p {
    color: var(--color-secondary);
    font-size: clamp(1.25rem, 1.1836rem + 0.354vw, 1.75rem);
    text-transform: uppercase;
    font-family: 'Jost' !important;
    font-weight: 400 !important;
}

.footer.style-3 .footer-top .form-control::-webkit-input-placeholder {
    color: #fff !important;
}

.footer-form {
    margin-top: 2em;
}



.footer.style-3 .footer-top .title {
	font-size: 25px;
	font-family: 'Roboto';
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 3px;
	margin-bottom: 25px;
}

.footer.style-3 .footer-top .hour-list ul {
	padding-left: 0;
	list-style: none;
}

.footer.style-3 .footer-top .hour-list ul li {
	display: flex;
}

.footer.style-3 .footer-top .hour-list ul li .span-1 {
	color: #FFFFFF;
	min-width: 130px;
}

.footer.style-3 .footer-top .hour-list ul li {
	font-size: 18px;
	font-family: 'Roboto';
	color: #FFFFFF;
}

.footer.style-3 .footer-top .hour-list ul li:not(:last-child) {
	margin-bottom: 5px;
}

.footer.style-3 .footer-top .ry-each:nth-child(2) {
	max-width: 460px;
}

.footer.style-3 .footer-top .ry-each {
	max-width: 700px;
	display: flex;
	flex-direction: column;
}

.footer.style-3 .footer-top .ry-each .footer-form .form-control {
	height: 60px;
	border-radius: unset;
	padding-left: 25px;
	font-family: 'Roboto';
	font-size: 20px;
	box-shadow: unset;
	background: transparent;
	    color: #fff;
}

.footer.style-3 .footer-top .ry-each .footer-form .form-group {
	margin-bottom: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form textarea.form-control {
	height: 190px;
	resize: unset;
	padding-top: 15px;
}

.footer.style-3 .footer-top .ry-each:nth-child(2) .title {
	text-align: center;
}

.footer.style-3 .footer-top .ry-each .ry-btn {
	margin-top: 1em;
	background: #63b1e1;
	padding: 0 45px;
}

.footer.style-3 .footer-top .ry-each .ry-btn:hover {
	border: 1px solid #FFFFFF !important;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-lg {
	width: calc(100% - 10px);
	margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-md {
	width: calc(50% - 10px);
	margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-lg {
	width: calc(100% - 10px);
	margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-md {
	width: calc(50% - 10px);
	margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .details {
	display: flex;
	max-width: max-content;
}

.footer.style-3 .footer-top .ry-each .details .svg-icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.3);
	margin-right: 15px;
}

.footer.style-3 .footer-top .ry-each .details .svg-icon svg {
	width: 18px;
	fill: #FFFFFF;
}

.footer.style-3 .footer-top .ry-each .details .text {color: #FFFFFF;}

.footer.style-3 .footer-top .ry-each .details .text .span-1 {color: #FFFFFF;font-family: 'Roboto';font-size: 16px;opacity: .5;margin-bottom: 7px;display: block;}

.footer.style-3 .footer-top .ry-each .details:not(:last-child) {
	margin-bottom: 25px;
}

.footer.style-3 .footer-top .ry-each .details .text a {
	font-size: 18px;
	color: #FFFFFF;
	font-family: 'Roboto';
}

.footer.style-3 .footer-top .ry-each .details .text > br {
	display: none;
}

.footer.style-3 .footer-top .ry-each .details .text a.phone {
	font-size: 22px;
}

.footer.style-3 .footer-top .ry-each .details .footer-social {}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom {
	list-style: none;
	padding-left: 0;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap {
	display: flex;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap li a {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap li a svg {
	width: 18px;
	fill: #FFFFFF;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap li {
	margin-right: 5px;
}

.footer.style-3 .footer-top .ry-content {
	max-width: 1600px;
	width: 90%;
}

.footer.style-3 .footer-top .ry-container {
	display: flex;
	justify-content: center;
}

.footer.style-3 .footer-bottom {
	padding: 30px 0;
}

.footer.style-3 .footer-bottom .ry-container {
	display: flex;
	justify-content: space-between;
}

.footer.style-3 .footer-bottom .ry-container .ry-content {border-top: 2px solid rgb(255 255 255 / 23%);margin-top: 30px;padding-top: 30px;}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each {
	max-width: max-content;
	display: flex;
	align-items: center;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
	width: 110px;
	margin-left: 5px;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text, 
.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text a {
	font-size: 16px;
	color: #fff;
}

@media (min-width:1200px) and (max-width:1439px) {
	
	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text,
	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text a {
		font-size: 14px;
		white-space: nowrap;
	}
}


@media (max-width: 1200px) {
	.footer.style-3 .footer-top .ry-each:nth-child(2) {
		max-width: 380px;
	}
}

@media (max-width:1199px) {
	.footer.style-3 .footer-top .ry-content .ry-flex {
    justify-content: center;
}

.footer.style-3 .ry-heading h2, .footer.style-3 .ry-heading p {
    text-align: center;
}

.footer.style-3 .footer-top .ry-each .ry-btn {
    margin: 1em auto 0;
}

.footer.style-3 .footer-bottom .ry-flex {
    flex-direction: column;
    gap: 10px;
}

	.footer.style-3 .footer-top .ry-container .ry-flex {
    flex-direction: column;
}

.footer.style-3 .ry-heading h4 {
    text-align: center;
}

.footer.style-3 .ry-heading:after {
    margin: auto !important;
}

a#footer-btn {
    margin: 1.5em auto 0;
}

div#footer-icon {
    margin: auto;
    float: none;
    width: 100px;
    height: 100px;
}

.footer.style-3 .footer-top .ry-container {
    flex-direction: column;
    gap: 1em 0;
}

div#footer-icon img {
    max-width: 55px;
}

div#footer-block {
    padding: 3em 0 0 !important;
}
	
}
@media (max-width: 1080px) {
	.footer.style-3 .footer-top .ry-content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}


	.footer.style-3 .footer-top .ry-each {
		max-width: 100%;
		width: 100%;
	}

	.footer.style-3 .footer-top .title {
		text-align: center;
	}

	.footer.style-3 .footer-top .hour-list ul li {
		flex-direction: column;
		text-align: center;
	}

	.footer.style-3 .footer-top .ry-each:not(:last-child) {
		margin-bottom: 30px;
	}

	.footer.style-3 .footer-top .ry-each {
		align-items: center;
		justify-content: center;
	}

	.footer.style-3 .footer-top .ry-each .details {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer.style-3 .footer-top .ry-each:nth-child(2) {
		max-width: 560px;
	}
	.footer.style-3 .footer-top .ry-each .details .svg-icon {
		margin-bottom: 15px;
		margin-right: 0;
	}

	.footer.style-3 .footer-top .ry-each .details .text {
		text-align: center;
	}

	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text, .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text a {
		line-height: 1.5;
		text-align: center;
	}

	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
		margin-left: 0;
		margin-top: 5px;
	}
}
