.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
{
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}

.header-area .main-menu li a {
    font-family: var(--font_kanit) !important;
}

.header-area .header-area__inner {
    position: unset!important;
}

.dbl-line-title-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.dbl-line-section-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary);
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background-color: var(--white);
    padding: 0 22px;
    margin-top: 0;
}

.dbl-line-title-wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--border);
    top: 4px;
    z-index: -1;
}

.dbl-line-title-wrapper:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--border);
    top: 8px;
    z-index: -1;
}

.footer-area {
	background-color: var(--black);
	padding: 0 45px
}

.dark .footer-area {
	background-color: #1c1c1c
}

@media only screen and (max-width: 991px) {
	.footer-area {
		padding: 0 15px
	}
}

.footer-area-inner {
	display: grid;
	gap: 80px 50px;
	grid-template-columns: 365px 190px 190px 385px;
	justify-content: space-between;
	overflow: hidden;
	padding-top: 130px;
	padding-bottom: 130px
}

@media only screen and (max-width: 1919px) {
	.footer-area-inner {
		padding-top: 100px;
		padding-bottom: 100px;
		grid-template-columns: 265px 190px 190px 385px
	}
}

@media only screen and (max-width: 1399px) {
	.footer-area-inner {
		padding-top: 80px;
		padding-bottom: 80px;
		grid-template-columns: 225px 160px 160px 305px
	}
}

@media only screen and (max-width: 1199px) {
	.footer-area-inner {
		padding-top: 60px;
		padding-bottom: 60px;
		gap: 50px 60px;
		grid-template-columns: auto auto auto
	}
}

@media only screen and (max-width: 767px) {
	.footer-area-inner {
		grid-template-columns: auto auto
	}
}

@media(max-width: 575px) {
	.footer-area-inner {
		grid-template-columns: auto
	}
}

.footer-area .footer-area-inner>* {
	min-width: 130px
}

@media only screen and (max-width: 1199px) {
	.footer-area .footer-area-inner>*.newsletter {
		grid-column: span 2
	}
}

@media only screen and (max-width: 767px) {
	.footer-area .footer-area-inner>*.newsletter {
		order: 1
	}
}

@media(max-width: 575px) {
	.footer-area .footer-area-inner>*.newsletter {
		grid-column: auto
	}
}

.footer-area .footer-logo img {
	max-height: 42px
}

@media only screen and (max-width: 1199px) {
	.footer-area .footer-logo img {
		max-height: 34px
	}
}

.footer-area .info-text {
	max-width: 270px;
	margin-top: 26px;
	color: var(--white-2)
}

.footer-area .footer-widget-wrapper .title {
	color: var(--white);
	font-size: 24px;
	font-weight: 500;
	line-height: .73
}

@media only screen and (max-width: 1399px) {
	.footer-area .footer-widget-wrapper .title {
		font-size: 24px
	}
}

@media only screen and (max-width: 1199px) {
	.footer-area .footer-widget-wrapper .title {
		font-size: 22px
	}
}

.footer-area .footer-nav-list {
	margin-top: 27px
}

.footer-area .footer-nav-list li {
	font-size: 18px;
	line-height: 30px;
	color: var(--white-2)
}

.footer-area .footer-nav-list li a:hover {
	color: var(--white)
}

.footer-area .footer-nav-list li .location {
	margin-bottom: 22px;
	display: inline-block
}

.footer-area .social-links {
	display: flex;
	gap: 20px;
	margin-top: 30px
}

@media only screen and (max-width: 1199px) {
	.footer-area .social-links {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.footer-area .social-links {
		justify-content: center;
	}
}

.footer-area .social-links li {
	line-height: 1
}

.footer-area .social-links li a {
	color: var(--white-2)
}

.footer-area .social-links li a:hover {
	color: var(--white)
}

.footer-area .newsletter-text {
	margin-top: 29px
}

.footer-area .newsletter-text .text {
	color: var(--white-2)
}

.footer-area .newsletter-text .text a {
	color: var(--white-2)
}

.footer-area .newsletter-text .text a:hover {
	color: var(--white)
}
.footer-area .social-links .fa-brands {
	font-size: 20px;
}

.wc-btn-white {
	background-color: var(--white) !important;
	color: var(--primary) !important;
}

.wc-btn-primary, .wc-btn-white {
    font-size: 14px !important;
    font-weight: 600;
    border-radius: 0 30px 0 30px !important;
    padding: 22px 38px !important;
}
@media only screen and (max-width: 991px) {
    .wc-btn-primary, .wc-btn-white {
        padding: 16px 25px !important;
    }
}

.font-heading-beatricetrial-regular-2 h1, .font-heading-beatricetrial-regular-2 h2, .font-heading-beatricetrial-regular-2 h3, .font-heading-beatricetrial-regular-2 h4, .font-heading-beatricetrial-regular-2 h5, .font-heading-beatricetrial-regular-2 h6 {
    font-family: var(--font_kanit);
    font-weight: 400;
    line-height: 1.08;
}
.header__logo img {
    max-width: 200px;
    max-height: 50px;
}
@media only screen and (max-width: 767px) {
    .header__logo img {
		max-width: 160px;
	}
}

@media only screen and (max-width: 600px) {
	.container-preloader .animation-preloader .txt-loading .characters {
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px) {
    .header__logo img {
		max-width: 140px;
	}
}
