@media (min-width: 576px){
	
}

@media (min-width: 768px){
	.pt-md-200 {
		padding-top: 200px;
	}
	.pt-md-170 {
		padding-top: 170px;
	}
	.pb-md-170 {
		padding-bottom: 170px;
	}
	.pt-md-160 {
		padding-top: 160px;
	}
	.pb-md-160 {
		padding-bottom: 160px;
	}
	.pt-md-150 {
		padding-top: 150px;
	}
	.pb-md-150 {
		padding-bottom: 150px;
	}
	.pt-md-140 {
		padding-top: 140px;
	}
	.pb-md-140 {
		padding-bottom: 140px;
	}
	.pt-md-130 {
		padding-top: 130px;
	}
	.pb-md-130 {
		padding-bottom: 130px;
	}
	.pt-md-120 {
		padding-top: 120px;
	}
	.pb-md-120 {
		padding-bottom: 120px;
	}
    .pt-md-110 {
		padding-top: 110px;
	}
	.pb-md-110 {
		padding-bottom: 110px;
	}
	.mt-md-100 {
	    margin-top: 100px;
	}
	.mb-md-100 {
	    margin-bottom: 100px;
	}
	.pt-md-100 {
	    padding-top: 100px;
	}
	.pb-md-100 {
	    padding-bottom: 100px;
	}
	.mt-md-90 {
	    margin-top: 90px;
	}
	.mb-md-90 {
	    margin-bottom: 90px;
	}
	.pt-md-90 {
	    padding-top: 90px;
	}
	.pb-md-90 {
	    padding-bottom: 90px;
	}
	.mt-md-80 {
	    margin-top: 80px;
	}
	.mb-md-80 {
	    margin-bottom: 80px;
	}
	.pt-md-80 {
	    padding-top: 80px;
	}
	.pb-md-80 {
	    padding-bottom: 80px;
	}
	.mt-md-70 {
	    margin-top: 70px;
	}
	.mb-md-70 {
	    margin-bottom: 70px;
	}
	.pt-md-70 {
	    padding-top: 70px;
	}
	.pb-md-70 {
	    padding-bottom: 70px;
	}
	.pt-md-75 {
	    padding-top: 75px;
	}
	.pb-md-75 {
	    padding-bottom: 75px;
	}
	.mt-md-65 {
	    margin-top: 65px;
	}
	.mb-md-65 {
	    margin-bottom: 65px;
	}
	.pt-md-65 {
	    padding-top: 65px;
	}
	.pb-md-65 {
	    padding-bottom: 65px;
	}
	.mt-md-60 {
	    margin-top: 60px;
	}
	.mb-md-60 {
	    margin-bottom: 60px;
	}
	.pt-md-60 {
	    padding-top: 60px;
	}
	.pb-md-60 {
	    padding-bottom: 60px;
	}
	.pt-md-55 {
	    padding-top: 55px;
	}
	.pb-md-55 {
	    padding-bottom: 55px;
	}
	.mt-md-50 {
	    margin-top: 50px;
	}
	.mb-md-50 {
	    margin-bottom: 50px;
	}
	.pt-md-50 {
	    padding-top: 50px;
	}
	.pb-md-50 {
	    padding-bottom: 50px;
	}
	.mt-md-45 {
	    margin-top: 45px;
	}
	.mb-md-45 {
	    margin-bottom: 45px;
	}
	.mt-md-40 {
	    margin-top: 40px;
	}
	.mb-md-40 {
	    margin-bottom: 40px;
	}
	.pt-md-40 {
	    padding-top: 40px;
	}
	.pb-md-40 {
	    padding-bottom: 40px;
	}
	.mt-md-35 {
	    margin-top: 35px;
	}
	.mb-md-35 {
	    margin-bottom: 35px;
	}
	.pt-md-35 {
	    padding-top: 35px;
	}
	.pb-md-35 {
	    padding-bottom: 35px;
	}
	.mt-md-30 {
	    margin-top: 30px;
	}
	.mb-md-30 {
	    margin-bottom: 30px;
	}
	.pt-md-30 {
	    padding-top: 30px;
	}
	.pb-md-30 {
	    padding-bottom: 30px;
	}
	.mt-md-25 {
	    margin-top: 25px;
	}
	.mb-md-25 {
	    margin-bottom: 25px;
	}
	.mt-md-20 {
	    margin-top: 20px;
	}
	.mb-md-20 {
	    margin-bottom: 20px;
	}
	.pt-md-20 {
	    padding-top: 20px;
	}
	.pb-md-20 {
	    padding-bottom: 20px;
	}
	.mb-md-16 {
	    margin-bottom: 16px;
	}
	.mt-md-10 {
	    margin-top: 10px;
	}
	.mb-md-10 {
	    margin-bottom: 10px;
	}
	.pt-md-10 {
	    padding-top: 10px;
	}
	.pb-md-10 {
	    padding-bottom: 10px;
	}
	.mb-md-140 {
		margin-bottom: 140px;
	}
	.gy-md-6 {
		--bs-gutter-y: 6rem;
	}
    .space-top-medium {
		padding-top: 45px;
	}
	.space-top-small {
		padding-top: 30px;
	}
	.space-top-zero {
		padding-top: 0;
	}
	.space-bottom-large {
	    padding-bottom: 65px;
	}
	.space-bottom-medium {
	    padding-bottom: 45px;
	}
	.space-bottom-small {
	    padding-bottom: 30px;
	}
	.space-bottom-zero {
	    padding-bottom: 0;
	}
}

@media (min-width: 992px){
	.feature-row .col-lg-2 {
		flex: 0 0 auto;
        width: 20%;
	}
	.pt-lg-180 {
		padding-top: 130px;
	}
	.pb-lg-180 {
		padding-bottom: 130px;
	}
    .space-top-large {
		padding-top: 80px;
	}
    .space-top-medium {
    	padding-top: 60px;
    }
    .space-top-small {
    	padding-top: 40px;
    }
	.space-top-zero {
		padding-top: 0;
	}
	.space-bottom-large {
	    padding-bottom: 80px;
	}
	.space-bottom-medium {
	    padding-bottom: 60px;
	}
	.space-bottom-small {
	    padding-bottom: 40px;
	}
	.space-bottom-zero {
	    padding-bottom: 0;
	}
}

@media (min-width: 1200px){
	.container {
		max-width: 1170px;
	}

	.pt-xl-270 {
		padding-top: 270px;
	}
	.pt-xl-250 {
		padding-top: 250px;
	}	
	.pb-xl-250 {
		padding-bottom: 250px;
	}
	.pt-xl-230 {
		padding-top: 230px;
	}
	.pt-xl-215 {
		padding-top: 215px;
	}
	.pt-xl-200 {
		padding-top: 200px;
	}		
	.pb-xl-200 {
		padding-bottom: 200px;
	}
	.pt-xl-177 {
		padding-top: 178px;
	}
	.pb-xl-177 {
		padding-bottom: 178px;
	}
	.pb-xl-175 {
		padding-bottom: 175px;
	}
	.pt-xl-175 {
		padding-top: 175px;
	}
	.mt-xl-175 {
		margin-top: 175px;
	}
	.mb-xl-175 {
		margin-bottom: 175px;
	}
	.mb-xl-110 {
		margin-bottom: 110px;
	}
	.mt-md-100 {
		margin-top: 100px;
	}
	.mb-xl-80 {
		margin-bottom: 80px;
	}
	.pt-xl-130 {
		padding-top: 130px;
	}
	.pb-xl-130 {
		padding-bottom: 130px;
	}
	.pt-xl-120 {
		padding-top: 120px;
	}
	.pb-xl-120 {
		padding-bottom: 120px;
	}
	.pt-xl-100 {
		padding-top: 100px;
	}
	.pb-xl-100 {
		padding-bottom: 100px;
	}
	.pb-xl-150 {
		padding-bottom: 150px;
	}
	.pt-xl-150 {
		padding-top: 150px;
	}
	.mt-xl-150 {
		margin-top: 150px;
	}
	.mb-xl-150 {
		margin-bottom: 150px;
	}
	.mb-xl-130 {
		margin-bottom: 130px;
	}
	.pt-xl-190 {
		padding-top: 190px;
	}
	.pt-xl-75 {
		padding-top: 85px;
	}
	.pb-xl-75 {
		padding-bottom: 85px;
	}
	.pt-xl-85 {
		padding-top: 87px;
	}
	.pb-xl-85 {
		padding-bottom: 87px;
	}
	.mb-xl-70 {
		margin-bottom: 70px;
	}
	.pt-xl-160 {
		padding-top: 160px;
	}
	.pb-xl-160 {
		padding-bottom: 160px;
	}
	.pt-xl-140 {
		padding-top: 140px;
	}
	.pb-xl-140 {
		padding-bottom: 140px;
	}
	.mb-xl-90 {
		margin-bottom: 90px;
	}
	.mb-xl-120 {
		margin-bottom: 120px;
	}
	.mt-xl-50 {
		margin-top: 50px;
	}
	.pb-xl-80 {
		padding-bottom: 80px;
	}
	.mt-xl-110 {
		margin-top: 110px;
	}
	.pb-xl-90 {
		padding-bottom: 90px;
	}
	.mt-xl-120 {
		margin-top: 120px;
	}
	.pt-lg-180 {
		padding-top: 180px;
	}
	.pb-lg-180 {
		padding-bottom: 180px;
	}
	.pt-xl-110 {
		padding-top: 110px;
	}
	.pb-xl-110 {
		padding-bottom: 110px;
	}
    .space-top-large {
		padding-top: 100px;
	}
    .space-top-medium {
    	padding-top: 75px;
    }
    .space-top-small {
    	padding-top: 50px;
    }
	.space-top-zero {
		padding-top: 0;
	}
	.space-bottom-large {
	    padding-bottom: 100px;
	}
	.space-bottom-medium {
	    padding-bottom: 75px;
	}
	.space-bottom-small {
	    padding-bottom: 50px;
	}
	.space-bottom-zero {
	    padding-bottom: 0;
	}
}

@media (min-width: 1441px){
	.container {
		max-width: 1300px;
	}
}

@media (max-width: 1440px) {
	
	.container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
	.feature-blog {
		padding: 32px 20px;
	}
	.logo-slider-outer {
		padding: 0 20px;
	}
	.logo-slider.owl-carousel .owl-nav .owl-prev {
		left: -30px;
	} 
	.logo-slider.owl-carousel .owl-nav .owl-next {
		right: -30px;
	}
	.grid-128 .row {
	    --bs-gutter-x: 80px;
	}
	.timeline {
	    gap: 54px;
	}
	.result-div {
	    gap: 50px;
	}
	.result-div .counter-blog {
	    padding: 0 25px;
	}
	.result-div .content-row {
	   	margin: 0 -25px;
	}
}

@media (max-width: 1380px) {
	body {
		padding-top: 92px;
	}
	.header-logo {
	    margin-right: 30px;
	}
	.main-menu > li > a {
	    font-size: 16px;
	}
	.main-menu > li {
	    margin: 0 0 0 16px;
	}
	.header-btn .btn {
	    padding: 14px 20px;
	    font-size: 16px;
	}
}

@media (max-width: 1199px) {
	.container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
	body {
		padding-top: 91px;
	}
	.desktop-header {
		display: none;
	}
	.mobile-header {
		display: block;
	}
	.mobile-header .header-btn {
		margin-top: 30px;
	}
	h1,h1.maxtitle-1,h2.maxtitle-1,h3.maxtitle-1,h4.maxtitle-1,h5.maxtitle-1,h6.maxtitle-1,div.maxtitle-1,span.maxtitle-1,p.maxtitle-1 {
	    font-size: 45px;
	}
	h2,h1.maxtitle-2,h2.maxtitle-2,h3.maxtitle-2,h4.maxtitle-2,h5.maxtitle-2,h6.maxtitle-2,div.maxtitle-2,span.maxtitle-2,p.maxtitle-2  {
	    font-size: 36px;
	}
	.grid-55 .row {
	    --bs-gutter-x: 45px;
	}
	.feature-blog p1 {
		font-size: 16px;
	}
	.footer-subscribe {
	    max-width: 231px;
	}
	.footer-subscribe .submit-div {
		flex-direction: column;
		align-items: flex-start;
	}
	.scroll-top {
		right: 15px;
		width: 50px;
		height: 50px;
	}
	.scroll-top:after {
		width: 18px;
		height: 18px;
	}
	.counter-number {
	    font-size: 36px;
	}
	.grid-128 .row {
	    --bs-gutter-x: 60px;
	}
	.timeline {
	    gap: 40px;
	}
	.timeline-info h3 {
	    font-size: 21px;
	}
	.number-top {
	    font-size: 152px;
	    top: -64px;
	}
	.number-row .content-title h2 {
	    font-size: 55px;
	}
	.grid-80 > .row {
	    --bs-gutter-x: 45px;
	}
	.blog-row > .row {
	    --bs-gutter-x: 30px;
	    --bs-gutter-y: 50px;
	}
	.post-meta {
	    gap: 15px;
	    font-size: 15px;
	}
	.post-meta span:before {
	    width: 22px;
	    min-width: 22px;
	    height: 22px;
	}
	.blog-post h3 {
		font-size: 22px;
	}
	.post-detail {
	    padding: 74px 65px;
	}
	.error-number {
		font-size: 350px;
		top: 0;
	}
	.error-title {
	    padding: 99px 0 37px;
	}
}

@media (max-width: 1024px) {
	
	
}

@media (max-width: 991px) {
	
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hero-section {
		padding: 50px 0 70px;
	}
	.hero-img {
		padding-left: 0;
	}
	.grid-55 .row {
	    --bs-gutter-x: 30px;
	}
	.feature-blog p1 {
		font-size: 18px;
	}
	.footer-row {
		flex-wrap: wrap;
	}
	.footer-col {
		width: 50%;
	}
	.footer-subscribe {
		max-width: 100%;
	}
	.grid-128 .row {
	    --bs-gutter-x: 40px;
	}
	.half-div-right {
	    position: relative;
	    display: block;
	    padding-bottom: 75%;
	    right: 0;
	    top: 0;
	    width: 100%;
	    height: auto;
	    margin-bottom: 50px;
	}
	.result-div {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	.result-left {
		width: 100%;
	}
	.result-left p br {
		display: none;
	}
	.grid-80 > .row {
	    --bs-gutter-x: 40px;
	}
	.post-detail {
	    padding: 74px 50px;
	}
	.claim-form-step {
	    padding: 0 25px;
	}
}

@media (max-width: 782px) {
    body.logged-in.admin-bar .header-part {
        top: 46px;
    }
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 1.4;
		padding-top: 88px;
	}
	h1,h2,h3,h4,h5,h6,div.maxtitle-1,p.maxtitle-1,span.maxtitle-1,div.maxtitle-2,p.maxtitle-2,span.maxtitle-2,div.maxtitle-3,p.maxtitle-3,span.maxtitle-3,div.maxtitle-4,p.maxtitle-4,span.maxtitle-4,div.maxtitle-5,p.maxtitle-5,span.maxtitle-5,div.maxtitle-6,p.maxtitle-6, span.maxtitle-6 {
	    margin: 0 0 15px 0;
	}
	h1,h1.maxtitle-1,h2.maxtitle-1,h3.maxtitle-1,h4.maxtitle-1,h5.maxtitle-1,h6.maxtitle-1,div.maxtitle-1,p.maxtitle-1,span.maxtitle-1 {
		font-size: 36px;
	}
	h2,h1.maxtitle-2,h2.maxtitle-2,h3.maxtitle-2,h4.maxtitle-2,h5.maxtitle-2,h6.maxtitle-2,div.maxtitle-2,p.maxtitle-2,span.maxtitle-2 {
		font-size: 24px;
	}
	h3,h1.maxtitle-3,h2.maxtitle-3,h3.maxtitle-3,h4.maxtitle-3,h5.maxtitle-3,h6.maxtitle-3,div.maxtitle-3,p.maxtitle-3,span.maxtitle-3 {
		font-size: 20px;
	}
	h4,h1.maxtitle-4,h2.maxtitle-4,h3.maxtitle-4,h4.maxtitle-4,h5.maxtitle-4,h6.maxtitle-4,div.maxtitle-4,p.maxtitle-4,span.maxtitle-4 {
		font-size: 18px;
	}
	h5,h1.maxtitle-5,h2.maxtitle-5,h3.maxtitle-5,h4.maxtitle-5,h5.maxtitle-5,h6.maxtitle-5,div.maxtitle-5,p.maxtitle-5,span.maxtitle-5 {
		font-size: 17px;
	}
	h6,h1.maxtitle-6,h2.maxtitle-6,h3.maxtitle-6,h4.maxtitle-6,h5.maxtitle-6,h6.maxtitle-6,div.maxtitle-6,p.maxtitle-6,span.maxtitle-6 {
	    font-size: 16px;
	}
	p { 
		margin-bottom: 15px;
	}
	.container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
	.navbar-collapse {
	    padding-top: 20px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.row, .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    --bs-gutter-x: 2.5rem;
	}
	.header-logo img {
	    width: 150px;
	}
	.hero-section {
		padding: 30px 0 50px;
	}
	hr.hr {
	    margin: 30px 0;
	}
	.btn {
		font-size: 16px;
		padding: 14px 25px;
	}
	.btn i img {
	    height: 15px;
	}
	.review-div p {
		font-size: 16px;
	}
	.review-div p strong {
	    font-size: 18px;
	}
	.review-div p span strong {
		font-size: 16px;
	}
	.review-div p .trust-info {
		font-size: 17.55px;
	}
	.check-list ul li:before {
	    width: 22px;
	    height: 20px;
	}
	.feature-blog p {
		font-size: 16px;
		max-width: 200px;
	}
	.feature-icon {
	    width: 80px;
	    height: 80px;
	    margin-bottom: 20px;
	    padding: 15px;
	}
	.feature-icon img {
		max-height: 50px;
		max-width: 50px;
	}
	.fancy-title h2 {
	    gap: 10px;
	}
	.fancy-title h2:after, .fancy-title h2:before {
	    width: 20px;
	    height: 2px;
	}
	.accordion .accordion-button {
	    padding: 25px 70px 25px 20px;
	    font-size: 18px;
	}
	.accordion .accordion-button span {
	    right: 15px;
	    width: 40px;
	    height: 40px;
	}
	.accordion .accordion-button span:after {
	    width: 14px;
	    height: 10px;
	}
	.accordion .accordion-body {
	    padding: 0 20px 25px 20px;
	}
    .cta-form .wpcf7-form,
	.cta-form {
		flex-direction: column;
	}
	.cta-form .input-div {
		width: 100%;
	}
	.input-div textarea,
	.input-div input {
	    padding: 12px 20px;
	    font-size: 16px;
	}
	.jq-selectbox__select {
	    padding: 0px 20px;
	    height: 47px;
	    font-size: 16px;
	}
	.jq-selectbox__select-text {
	    line-height: 47px;
	}
	.jq-selectbox__trigger {
	    width: 26px;
	}
	.btn.btn-white {
	    padding: 11px 25px;
	}
	.submit-div .btn {
		width: 100%;
		justify-content: center;
	}
	.footer-col {
		width: 100%;
		padding-bottom: 30px;
	}
	.footer-part {
		padding: 60px 0 0;
	}
	.footer-review-title {
	    font-size: 18px;
	    margin: 0 0 20px;
	}
	.footer-review .trust-info {
	    font-size: 18px;
	    margin-bottom: 12px;
	}
	.footer-review p strong {
	    font-size: 18px;
	}
	.footer-review p span strong,
	.footer-review p span {
	    font-size: 16px;
	}
	.span-heading {
	    font-size: 18px;
	    margin: 0 0 10px;
	}
	.footer-subscribe p {
	    margin-bottom: 15px;
	}
	.footer-subscribe .btn {
	    padding: 12.5px 30px;
	    font-size: 16px;
	}
	.footer-social {
		width: 100%;
		justify-content: center;
	}
	.footer-middle {
		flex-direction: column;
		padding: 20px 0;
	}
	.footer-bottom {
	    padding: 21px 0 31px;
	}
	.scroll-top {
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
	}
	.btn-outer .btn,
	.header-btn .btn {
		width: 100%;
		justify-content: center;
	}
	.sub-banner {
	    padding: 40px 0 40px;
	    min-height: 150px;
	}
    .sub-banner-caption ul,
	.breadcrumbs ul {
	    margin: 0 0 10px !important;
	}
	.counter-number {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .gy-30 {
    	--bs-gutter-y: 30px;
    }
    .title-meta span {
	    font-size: 12px;
	    padding: 7px 13px;
	}
	.title-meta {
	    margin: 0 0 20px;
	}
	.half-div-right {
        margin-bottom: 35px;
    }
    .card-blog {
	    height: 200px;
	}
	.timeline {
	    flex-direction: column;
	    gap: 35px;
	}
	.timeline:before {
		left: 20px;
		top: 0;
		width: 2px;
		height: 100%;
	}
	.timeline-item {
		position: relative;
		display: flex;
		flex-direction: row;
		gap: 15px;
	}
	.timeline-num {
		width: 40px;
		min-width: 40px;
		height: 40px;
		font-size: 20px;
		margin-top: -5px;
	}
	.timeline-info h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .video-info p {
	    margin-top: 15px;
	}
	.video-div {
	    padding-bottom: 70%;
	}
	.play-btn {
	    width: 60px;
	    height: 60px;
	}
	.play-btn img {
	    width: 22px;
	    max-width: 22px;
	    margin: 2px 0 0 5px;
	}
	.result-left {
		gap: 0;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	.result-div {
		gap: 10px;
	}
	.result-div .content-row {
		flex-direction: column;
		margin: 0;
		width: 100%;
		gap: 0;
	}
	.result-div .content-row .counter-blog {
		padding: 20px 0 24px;
		text-align: center;
	}
	.result-div .content-row .counter-blog:nth-child(2) {
		border: none;
		border-top: 1px solid rgba(217, 217, 217, 0.2);
		border-bottom: 1px solid rgba(217, 217, 217, 0.2);
	}
	.result-div .counter-number {
	    font-size: 26px;
	    margin-bottom: 5px;
	}
	.result-div .content-row .counter-blog:last-child {
		padding-bottom: 0;
	}
	.number-top {
	    font-size: 120px;
	    top: -50px;
	}
	.number-row .content-title h2 {
        font-size: 45px;
    }
    .contact-info h2 {
	    margin-bottom: 26px;
	}
	.contact-address li span {
	    width: 44px;
	    min-width: 44px;
	    height: 44px;
	}
	.contact-address li span img {
	    width: 16px;
	}
	.contact-address li p {
	    font-size: 18px;
	}
	.contact-address li p small {
	    font-size: 14px;
	    margin: 0 0 8px;
	}
	.contact-address {
	    margin: 0 0 30px;
	    gap: 25px;
	}
	.contact-social {
	    padding-top: 20px;
	    gap: 15px;
	}
	.contact-form .input-div label {
	    margin: 0 0 8px;
	    font-size: 15px;
	}
    .map-div {
    	height: auto;
    }
	.map-div .box-map {
    	position: relative;
	    height: 356px;
	}
	.blog-filter-row {
		flex-direction: column;
		align-items: flex-start;
	}
	.blog-filter-right {
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
	.post-meta span:before {
        width: 18px;
        min-width: 18px;
        height: 18px;
    }
    .post-meta {
        gap: 15px;
        font-size: 14px;
    }
    .blog-post h3 {
        font-size: 20px;
    }
    .pagination ul li a {
	    width: 35px;
	    height: 35px;
	    font-size: 14px;
	}
	.pagination ul li a.prev {
	    margin-right: 5px;
	}
	.pagination ul li a.next {
	    margin-left: 5px;
	}
	.post-detail {
        padding: 40px 20px;
    }
    .post-detail-img {
	    margin-bottom: 20px;
	}
	.post-detail-info p {
	    margin-bottom: 20px;
	}
	blockquote {
	    gap: 15px;
	    padding: 20px;
	    margin: 0 0 20px;
	    flex-direction: column;
	}
    .post-detail-info hr,
	hr.hr1 {
    	margin: 30px 0;
	}
	.post-detail-info .row {
	    --bs-gutter-x: 15px;
	    --bs-gutter-y: 0px;
	}
	.post-bottom {
		flex-direction: column;
	}
	.privacy-info h2 {
	    margin-top: 30px;
	    font-size: 24px;
	}
	.privacy-info h3 {
	    margin-top: 20px;
	}
	.paper-icon img {
	    max-width: 130px;
	}
	.message-icon img {
	    max-width: 230px;
	}
	.error-number {
        font-size: 200px;
        top: 8px;
    }
    .error-title {
        padding: 61px 0 16px;
    }
    .map-caption {
        padding: 20px 20px;
    }
    .map-caption p strong {
        font-size: 16px;
    }
    .map-caption p span {
        font-size: 14px;
    }
    .map-caption hr {
        margin: 15px 0 12px;
    }
    .map-caption p span.trust-info {
        font-size: 16px;
        margin-right: 9px;
    }
    .map-caption p span.trust-info img {
    	width: 20px;
    }
    .map-caption p .star-rating img {
        padding: 1.76px;
        width: 20.07px;
        height: 20.07px;
    }
    .faq-section .content-title h2 {
        margin-bottom: 18px;
    }
    .blog-filter-right .jq-selectbox {
    	max-width: 100%;
    }
    .map-caption {
    	position: relative;
    	left: 0;
        top: 0;
        max-width: 100%;
    	transform: none;
        width: 100%;
        border-radius: 0;
    }
    .map-caption-close {
    	top: 5px;
    	right: 5px;
    }
    .claim-form-step span {
	    width: 50px;
	    height: 50px;
	    font-size: 22px;
	}
	.claim-form-step {
        padding: 0 15px;
    }
    .claim-form-step p {
    	font-size: 14px;
    }
    .claim-form-step:after,
    .claim-form-step:before {
    	top: 25px;
    }
    .claim-form-row {
	    padding: 50px 25px 30px;
	}
	.claim-form-info {
	    padding: 15px 0;
	}
	.claim-form-info .maxtitle-1 {
	    margin-bottom: 20px;
	}
	.claim-form-info .btn {
	    margin-top: 10px;
	}
	.form-pagination {
	    right: 28px;
	    top: 21px;
	    font-size: 16px;
	}
	.claim-form .btn-outer {
	    margin-top: 40px;
	}
	.max-width-460 p {
	    margin-bottom: 30px;
	}
	.input-upload label {
	    font-size: 15px;
	}
	.input-upload {
	    margin-bottom: 22px;
	}
	.claim-form hr {
	    margin: 25px 0;
	}
	.claim-form-info .maxtitle-2 {
	    font-size: 26px;
	}
	.claim-form h2 {
	    font-size: 26px;
	    margin-bottom: 30px;
	}
    .datepicker-icon .wpcf7-form-control-wrap:before {
        right: 13px;
        top: 13px;
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 640px) {

}

@media (max-width: 600px) {
    body.logged-in.admin-bar .header-part.sticky {
        top: 0px;
    }
    
}

@media (max-width: 575px) {
	.navbar-collapse {
	    max-width: 100%;
	}
	.number-top {
	    font-size: 20vw;
	    top: -50px;
	}
	.error-number {
        font-size: 40vw;
        top: -0px;
    }
	
}

@media (max-width: 480px) {
	.claim-form-step {
        padding: 0 8px;
    }
}

@media (max-width: 390px){

}

@media (max-width: 374px) {
	.claim-form-step p {
    	font-size: 10px;
    }

}