@media (max-width: 1763px) {
	.ourblog-slider .elementor-swiper-button-prev {
		margin-left: -25px !important;
	}
 
	.ourblog-slider .elementor-swiper-button-next {
		margin-right: -25px !important;
	}
	
	.ourblog-slider .elementor-swiper-button {
    	background-color: #fff !important;
    	opacity: 1 !important;
	}
	
	.blog-inner::after {
		right: -42px !important;
	}
}

@media (min-width: 1600px) and (max-width: 1720px) {
	.inner-contener>.elementor-container,
	.elementor>.elementor-section.elementor-section-boxed>.elementor-container {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 1599px) {

	/* Check 1367px and add css here */
	
	.cfform p label {
		font-size: 18px !important;
	}
	
	.home-letters-sec::after {
		top: 140px !important;
	}
	
	.blog-inner::after {
    	top: 68px;  
    	right: -60px;  
    	width: 100px;  
	}
	
	.footer-letter-code .es-form-2 input[type='email'] {
		font-size: 18px !important;
	}
	
	.footer-inner .footer-menu1 {
		width: 30% !important;
	}

	.footer-inner .footer-menu2 {
		width: 30% !important;
	}

	.footer-inner .footer-menu3 {
		width: 40% !important;
	}
	
	.testimonials-wrapper .swiper-slide-next{
		transform: scale(0.6) translate(-380px , 0px) !important;
	}
	
	.testimonials-wrapper .swiper-slide-prev{
		transform: scale(0.6) translate(380px , 0px) !important;
	}
	
	.testimonial-description {
		font-size: 22px;
	}
	
	.testimonial-name {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1366px) {


	/* Check 1200px and add css here */
	
	.cfform textarea {
    	height: 100px !important; 
	}
	
	.cfform input.wpcf7-submit {
		margin-top: 20px !important;
	}
	
	.home-destinations-sec::before {
		width: 120px !important;
		bottom: -100px !important;
	}
	
	.home-destinations-sec::after {
		width: 120px !important;
		bottom: -100px !important;
	}
	
	.home-testimonial-sec::before {
		width: 120px !important;
	}
	
	.home-testimonial-sec::after {
		width: 120px !important;
	}
	
	.home-letters-sec::before {
		width: 120px !important;
	}
	
	.home-letters-sec::after {
		top: 120px !important;
		width: 120px !important;
	}
	
	.blog-inner::after {
    	top: 52px;  
    	right: -50px; 
	}
	
	.testimonials-wrapper .swiper-slide-next{
		transform: scale(0.6) translate(-330px , 0px) !important;
	}
	
	.testimonials-wrapper .swiper-slide-prev{
		transform: scale(0.6) translate(330px , 0px) !important;
	}
	
	.testimonial-description {
		font-size: 20px;
	}
	
	.testimonial-name {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1199px) {


	/* Check 1025px and add css here */
	
	.home-letters-sec::after {
		top: 80px !important;
	}
	
	 .blog-inner::after {
        top: 24px;
        right: -50px;
		width: 80px;
	}
	
	.testimonials-wrapper .swiper-slide-next{
		transform: scale(0.6) translate(-260px , 0px) !important;
	}
	
	.testimonials-wrapper .swiper-slide-prev{
		transform: scale(0.6) translate(260px , 0px) !important;
	}
	
	.testimonial-description {
		font-size: 18px;
	}
	
	.testimonial-name {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	
	.inner-contener>.elementor-container,
	.elementor>.elementor-section.elementor-section-boxed>.elementor-container {
		padding: 0 30px;
	}

	.header-wrapper .nav-bar nav.elementor-nav-menu--dropdown {
		position: fixed !important;
		bottom: 0;
		top: initial !important;
		left: 0% !important;
		width: 100% !important;
		height: calc(100% - 110px) !important;
/* 		padding: 0 30px; */
		transition: all 0.3s;
		overflow: auto;
		margin: 0 !important;
	}

	/* Check 768px and add css here */
	
	.contact-nav-class {
		display: block !important;
	}
	
	.header-wrapper .menu-box {
		width: auto !important;
		float: right;
	}
	
	.home-destinations-sec::before {
		width: 80px !important;
		bottom: -120px !important;
	}
	
	.home-destinations-sec::after {
		width: 80px !important;
		bottom: -120px !important;
	}
	
	.home-testimonial-sec::before {
		width: 80px !important;
	}
	
	.home-testimonial-sec::after {
		width: 80px !important;
	}
	
	.home-letters-sec::before {
		width: 80px !important;
	}
	
	.home-letters-sec::after {
		top: 70px !important;
		width: 80px !important;
	}
	
	.ourblog-slider {
    	max-width: 700px !important;
		margin: 0 auto !important;
	}
	
	.blog-inner::after  {
		display: none;
	}
	
	.ourblog-slider .elementor-main-swiper {
        padding-bottom: 80px;
    }

    /* Common button positioning below slides */
    .ourblog-slider .elementor-swiper-button {
        top: auto !important;
        bottom: 15px !important;
        left: 50% !important;
        right: auto !important;
		left: auto !important;
        transform: none !important;
    }

    /* Left button – move left of center */
    .ourblog-slider .elementor-swiper-button-prev {
        margin-left: 0 !important;
        transform: translateX(-50px);
    }

    /* Right button – move right of center */
    .ourblog-slider .elementor-swiper-button-next {
        margin-right: 0 !important;
        transform: translateX(50px);
    }

    /* Make sure ::before SVGs stay centered inside button */
    .ourblog-slider .elementor-swiper-button::before {
        position: relative;
        display: block;
        margin: 0 auto;
        left: 0;
        top: 0;
    }
	
	.ourblog-slider .elementor-swiper-button {
        background-color: transparent !important;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
	.testimonials-wrapper .swiper-slide-next{
		transform: scale(0.6) translate(-50% , 0px) !important;
	}
	
	.testimonials-wrapper .swiper-slide-prev{
		transform: scale(0.6) translate(50% , 0px) !important;
	}
}

@media only screen and (max-width: 767px) {
	
	.inner-contener>.elementor-container,
	.elementor>.elementor-section.elementor-section-boxed>.elementor-container {
		padding: 0 20px;
	}

	.cf7-flex {
		flex-direction: column;
	}
	
	.cf7-flex .half {
		width: 100%;
	}

	.notfound-content {
		padding: 12vw 0;
	}

	/* Check 480px and add css here */
	
	.cfform p label {
		font-size: 16px !important;
	}
	
	.home-destinations-sec::before {
		width: 60px !important;
		bottom: -130px !important;
	}
	
	.home-destinations-sec::after {
		width: 60px !important;
		bottom: -130px !important;
	}
	
	.home-testimonial-sec::before {
		width: 60px !important;
		left: 20px !important;
		top: 20px !important;
	}
	
	.home-testimonial-sec::after {
		width: 60px !important;
	}
	
	.home-letters-sec::before {
		width: 60px !important;
	}
	
	.home-letters-sec::after {
		top: 20px !important;
		width: 60px !important;
	}
	
	.ourblog-slider {
    	max-width: 400px !important;
	}
	
	.footer-inner .footer-menu1 {
		width: 50% !important;
		padding-right: 50px !important;
	}

	.footer-inner .footer-menu2 {
		width: 50% !important;
		padding-right: 50px !important;
	}

	.footer-inner .footer-menu3 {
		width: 100% !important;
		padding-top: 30px;
	}
	
	.testimonials-wrapper .swiper-slide-next{
		transform: scale(0.6) translate(-130px , 0px) !important;
	}
	
	.testimonials-wrapper .swiper-slide-prev{
		transform: scale(0.6) translate(130px , 0px) !important;
	}
	
	.testimonial-description {
		font-size: 16px;
	}
	
	.testimonial-name {
		font-size: 18px;
	}
}

@media only screen and (max-width: 479px) {
	
	.inner-contener>.elementor-container,
	.elementor>.elementor-section.elementor-section-boxed>.elementor-container {
		padding: 0 15px;
	}

	/* Check 375px and add css here */
	
	.footer-inner .footer-menu1 {
		width: 100% !important;
	}

	.footer-inner .footer-menu2 {
		width: 100% !important;
	}
	
	.testimonials-wrapper {
		margin-top: 30px;
	}
	
	.testimonials-wrapper .swiper-slide-active {
		transform: scale(1) !important;
	}
	
/* 	.testimonials-wrapper .swiper-slide-next{
		transform: scale(0.6) translate(-90px , 0px) !important;
	}
	
	.testimonials-wrapper .swiper-slide-prev{
		transform: scale(0.6) translate(90px , 0px) !important;
	} */
}

@media only screen and (max-width: 374px) {

	/* Check 320px and add css here */
}