/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1760602218
Updated: 2025-10-16 08:10:18

*/

:root {
  --primary-color: #00abc0;
  --secondary-color: #17457a;
}
.page-id-111 header, .page-id-111 footer,.page-id-111 .page-header, .page-id-722 header, .page-id-722 footer, .page-id-722 .page-header{
    display: none;
}
.page-id-9 .e-con-inner{
	max-width: 100% !important;
}
body:not([class*=elementor-page-]) .site-main {
        max-width: 100% !important;
    }
/* global css */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Figtree", sans-serif;
  scroll-behavior: smooth;
}
.text-primary-color {
  color: var(--primary-color);
}
.btn-default {
  font: 400 1.2rem/1.5 "Figtree", sans-serif !important;
  border: none;
  padding: 10px 20px !important;
	text-decoration: none !important;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  border-radius: 12px !important;
  cursor: pointer !important;
}
.btn-default:hover {
  text-decoration: none;
  transform: translateY(-2px);
}
/* Header section */
.inquery_sec span {
  color: var(--primary-color);
  font-size: 1rem;
  font-weight: 500;
}
.inquery_sec a {
  color: var(--secondary-color);
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}
.inquery_sec .border-l {
  border-left: 1px solid #2888b9;
}
.btn-schedule {
  background: linear-gradient(45deg, #eb8e1c, #fcd002);
  color: #000 !important;
}
.btn-schedule:hover {
  background: linear-gradient(45deg, #fcd002, #eb8e1c);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 165, 0, 0.3);
}
.page-id-144 .site-header{
	display:none;
}
/* Header section */

/* Banner section */
.hero-banner-section {
  background: url(/wp-content/uploads/2025/10/hero-banner.webp) no-repeat center center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100dvh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #331e04a0;
  z-index: 1;
}

.hero-banner-content {
  text-align: center;
  color: white;
  z-index: 2;
  position: relative;
}
.hero-banner-content::before {
  content: "DUBAI";
  font: 400 20vw/1 "Figtree", sans-serif;
  background: -webkit-linear-gradient(#ffffff17, #dadada00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero-banner-title {
  font: 400 3.4rem/1.5 "Prata", serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-banner-subtitle {
  font: 400 2.1rem/1.5 "Prata", serif;
  margin-bottom: 1.5rem;
}
.fs-26{
    font-size:26px !important;
}

.countdown-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.countdown-item {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 10px 20px;
  min-width: 100px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.countdown-item:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.countdown-number {
  font: 400 3.4rem/1.5 "Prata", serif;
  color: #ffa500;
  display: block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.countdown-label {
  font: 300 1.2rem/1.5 "Figtree", sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.location-badge {
  font: 400 1.2rem/1.5 "Figtree", sans-serif;
  color: white;
  margin-bottom: 1rem;
}

.btn-contact {
  background: #26a3d3;
  color: white !important;
  box-shadow: 0 5px 15px rgba(32, 178, 170, 0.3);
}

.btn-contact:hover {
  background: linear-gradient(45deg, #008b8b, #20b2aa);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(32, 178, 170, 0.4);
}

.btn-contact i {
  margin-left: 8px;
}
/* Banner section */

/* Description section */
.desription_sec {
  background: #fffaee;
  padding-block: 80px;
  position: relative;
}
.desription_sec::before {
  content: "";
  position: absolute;
  bottom: -64px;
  left: 0;
  background: url(/wp-content/uploads/2025/10/banner_abstruct.png) no-repeat center center/cover;
  width: 100%;
  height: 101px;
}
.description_inner_sec h2 {
  color: var(--secondary-color);
  font: 400 2rem/1.5 "Prata", serif;
}

.service-title {
  color: var(--primary-color);
  font: 400 1.3rem/1.5 "Figtree", sans-serif;
  margin-bottom: 10px;
}

.service-description {
  color: #282828;
  font: 400 1rem/1.5 "Figtree", sans-serif;
  margin-bottom: 15px;
}
.service-description a {
  color: var(--secondary-color);
  text-decoration: none;
}
.call_us {
  color: var(--secondary-color);
  font: 600 1.2rem/1.5 "Figtree", sans-serif;
}
.btn-custom {
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 25px;
  margin: 0 10px;
  transition: all 0.3s ease;
}
.btn-whatsapp {
  color: white !important;
}
.btn-con {
  background: transparent;
  border: 1px solid #fcd002;
  color: var(--secondary-color);
}
.image-collage {
  columns: 2;
  gap: 20px;
  margin-top: 30px;
}

.image-item {
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

.image-item:hover {
  transform: translateY(-5px);
}

.image-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.desription_sec .plane {
  position: absolute;
  top: -41px;
  right: 106px;
  width: 182px;
}
/* Description section */

/*--------- testimonial Section ---------*/
.cs_testimonial .sp-testimonial-free{
	display:flex;
	flex-direction:column;
	margin-bottom: 30px;
	margin-top:-10px
}
.cs_testimonial .sp-testimonial-client-image{
	display:block;
	width:100%
}
.cs_testimonial .sp-testimonial-free-section .sp-testimonial-client-image, .cs_testimonial .sp-testimonial-post-title,
.cs_testimonial .sp-testimonial-free-section .sp-testimonial-client-testimonial, .cs_testimonial .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
    text-align: left !important;
}
.cs_testimonial .sp-testimonial-item{
	background: #1CA8CB;
	padding:25px;
	border-radius:10px;
	position:relative;
	color:#fff !important;
}
.cs_testimonial .sp-testimonial-post-title{
	display:none
}
.cs_testimonial .sp-testimonial-item .sp-testimonial-content p, .cs_testimonial .sp-testimonial-item .sp-testimonial-client-name, .cs_testimonial .sp-testimonial-item .sp-testimonial-client-designation{
	color:#fff !important;
}
.cs_testimonial .sp-testimonial-content p{
	padding:0 !important
}
.cs_testimonial .sp-testimonial-item .sp-testimonial-client-image{
	order:3;
	margin-top: -64px;
}
.cs_testimonial .sp-testimonial-item .sp-testimonial-client-rating{
	order:4;
	justify-content: end;
	margin-top:-70px
}
.cs_testimonial .sp-testimonial-client-name, .cs_testimonial .sp-testimonial-client-designation{
	text-align:left !important;
	margin-left:100px
}
.cs_testimonial .sp-testimonial-client-rating i.fa-star{
	color:#fff !important
}

/*------- Plan section --------*/
.greencolor{
	color:#1CA8CB
}
.planBtnPan a{
	display:block;
	text-decoration:none !!important;
}
.cs_panSingle{
	border-radius:10px !important;
	overflow:hidden !important;
}
.cs_panSingle  .imageTitle{
	margin-top:-40px
}
.cs_panSingle  .imageTitle .elementor-heading-title{
	padding:10px;
	font-size:1.2rem;
	background: #1CA8CB;
	border-radius: 10px 10px 0 0;
	color:#fff !important;
	text-align:center;
	margin: 0 20px;
}
.cs_panSingle .planSubHdn {
    margin-top: -10px !important;
}
.cs_panSingle  .elementor-divider{
	--divider-color: #ccc !important;
	padding:0 !important
}
.cs_panSingle .planList{
	min-height:180px
}
.text-decoration-none{
	text-decoration:none !important;
}

/* Review Section */
.review_section {
  padding-block: 50px;
}
.review_header h2 {
  color: var(--secondary-color);
  font: 400 2rem/1.5 "Prata", serif;
  margin-top: -50px;
}
.review_header h2 span {
  color: var(--primary-color);
  font: 400 2rem/1.5 "Prata", serif;
}
.review_header p {
  color: var(--secondary-color);
  font: 400 2rem/1.5 "Prata", serif;
}
.review_header img {
  max-width: 350px;
  margin: 0 auto;
}
.baloon_head {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}
.reviews-carousel {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
.reviews-carousel .carousel-inner {
  padding-block: 30px;
}
.review-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin: 0 15px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}

.reviewer-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 15px;
}

.reviewer-details h3 {
  margin: 0;
  font: 600 1.2rem/1.5 "Figtree", sans-serif;
  color: #282828;
  font-weight: 600;
}
.rating {
  margin-left: 10px;
}
.overall_rat_Bx {
  position: relative;
  padding-bottom: 20px;
}
.rating_overall {
  margin-top: -10px;
}
.rating_overall strong {
  color: #282828;
  font: 600 1.5rem/1.5 "Figtree", sans-serif;
}
.rating i {
  color: #ffc107;
  margin-right: 2px;
}

.rating-text {
  color: #838282;
  font-size: 0.9rem;
}

.review-text {
  color: #5c5b5b;
  font: 400 1rem/1.5 "Figtree", sans-serif;
  margin-bottom: 20px;
  min-height: 170px;
}

.review-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e9ecef;
  padding-top: 15px;
}
.view-all-btn {
  background: linear-gradient(135deg, #eb8e1c 0%, #fcd002 100%) !important;
  color: white !important;
  box-shadow: 0 5px 15px rgba(255, 167, 38, 0.3) !important;
}

.view-all-btn:hover {
  background: linear-gradient(135deg, #fcd002 0%, #eb8e1c 100%) !important;
  box-shadow: 0 8px 25px rgba(255, 167, 38, 0.4) !important;
  color: white !important;
}
.reviews-carousel .owl-controls {
  display: flex;
  justify-content: center;
}
.reviews-carousel .owl-controls .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cce3ff;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.reviews-carousel .owl-controls .owl-dot.active {
  background: var(--secondary-color);
}
.overall_rating {
  font: 400 1.5rem/1.5 "Figtree", sans-serif;
  color: var(--secondary-color);
}
.review {
  font: 500 1.3rem/1 "Figtree", sans-serif;
  color: #282828;
}
.baloon_footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  z-index: 9;
}
.reviews-carousel .owl-stage-outer {
  padding-block: 30px;
}
/* footer hero banner section */
.footer_ban_secion-content {
  background: #009aad;
  color: white;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}
.footer_ban_secion-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/footer_ban_overflow.jpg") no-repeat center
    center/cover;
  z-index: 1;
  opacity: 0.3;
}
.footer_ban_secion-content > * {
  position: relative;
  z-index: 2;
}
.footer_hero-span {
  font: 500 1.3rem/1.5 "Figtree", sans-serif;
  margin-bottom: 1rem;
}
.footer_hero-title {
  font: 400 3rem/1.2 "Prata", serif;
}
.footer_hero-subtitle {
  font: 500 1.5rem/1.5 "Figtree", sans-serif;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.footer_hero-description {
  font: 400 1rem/1.5 "Figtree", sans-serif;
  margin-bottom: 2rem;
}
.site-footer {
    padding-block-end: 1.5rem;
    padding-block-start: 1.5rem;
    position: relative;
}
.cta-button {
  background: #eb8e1c;
  color: white;
}
.cta-button:hover {
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
  color: white;
}
.hero-image {
  width: 100%;
  height: 100%;
}
.hero-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.airplane-path {
  position: absolute;
  bottom: 0;
  right: calc(100% - 66%);
  width: 100px;
  z-index: 9;
}
/* footer hero banner section */

/* footer section */
.foot_sec {
  color: #666;
  font: 400 1rem/1.5 "Figtree", sans-serif;
  background: #fffaee;
}
.foot_sec li a {
  color: #666;
}
.foot_sec li a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
/* footer section */

/*----------custom popup----------*/
.custom-popup{
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100vh !important;
	z-index: 999 !important;
	background-color: rgba( 255, 255, 255, 0.9);
	display: none !important;
	align-items: center !important;
	justify-content: center;
}
.custom-popup.opened{
	display: flex !important;
}
.cp-wrapper{
	width: 100%;
	max-width: 600px;
	background-image: linear-gradient(to right top, #00abc0, #28b9cd, #3ec7db, #50d5e8, #61e4f6);
	padding: 30px;
	position: relative !important;
    border-radius: 12px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.wide-popup .cp-wrapper{
	background-color: #fff;
	max-width: 90%;
	padding: 0;
	overflow: hidden;
	background-image: none;
}
.cps-title{
	background-color: #00ABC0;
	display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 10px 20px;
}
.cps-title h3{
	margin: 0;
    margin-left: 30px;
    color: #fff;
    font-family: "Manrope", Sans-serif;
    font-size: 2.2rem;
}
.wide-popup .cp-content{
	padding: 30px;
}
.close-popup{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.wide-popup .close-popup{
	position: relative;
	right: inherit;
	top: inherit;
}
.close-popup img{
	width: 15px;
	height: 15px;
}
.close-popup:hover img{
	width: 14px;
	height: 14px;
}
.cp-title{
	color: var(--secondary-color);
    font: 400 2rem / 1.5 "Prata", serif;
    font-size: 2rem;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
}
.cp-content.vrt-scroll{
	max-height: 70vh;
	overflow: auto;
}
.cardpop{
	cursor: pointer;
}
/*--------------contact form---------------*/
.contact-form{
    margin-top: 20px;
    font: 400 1rem / 1.5 "Figtree", sans-serif;
}
.form-field{
    width: 100%;
    margin-bottom: 20px;
}
.form-field-flex{
    display: flex;
    justify-content: space-between;
}
.form-field-half{
    width: calc((100% - 20px) / 2);
}
.contact-form input,.contact-form textarea{
    width: 100% !important;
     padding: 12px !important;
     border-radius: 5px !important;
     border: none !important;
}
.contact-form input:focus,.contact-form textarea:focus{
    outline: 2px solid #13bde5 !important;
}
.required-input{
    position: relative;
}
/*.required-input::after{*/
/*    content: "*";*/
/*    color: red;*/
/*    position: absolute;*/
/*    right: 5px;*/
/*    top: 1px;*/
/*    font-size: 16px;*/
/*}*/
.cus-btn{
    display: block;
    margin: 0 auto !important;
    width: 175px !important;
	height: auto !important;
}
.cus-btn:focus:after{
	border: none !important;
}

input.field-error {
  border-color: red;
}
.field-error-msg{
    color: red;
    font-size: 13px;
}
/*--------thank you-----------*/
.thank-you-wrap{
    display: flex;
    height: 70vh;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.home-btn{
    margin-top: 20px;
}
/*------------floating whatsapp------------*/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 999;
  line-height: 60px;
  transition: 0.3s ease-in-out;
}
.float:hover i {
  color: #fff !important;
  transform: scale(1.1);
} 
input.pcafe_sphone_field{
	padding-left: 46px !important;
}
/* dubai-tour-packages */
.yellow-text{
	color: #FDA714;
}
.title-arrow{
	position: relative;
}
.title-arrow .elementor-heading-title:after{
	content: "";
    display: block;
    width: 200px;
    height: 2px;
    background-color: #FDA714;
	position: absolute;
	left: 190px;
    top: 50%;
    transform: translateY(-50%);
}
/* Transparent Form */
.trans-form input,.trans-form textarea{
	background: transparent !important;
	border-radius: 10px !important;
	border: 1px solid #fff !important;
}
.trans-form input,.trans-form textarea,
.trans-form input::placeholder,
.trans-form textarea::placeholder{
	color: #fff !important;
	opacity: 1 !important;
	font-weight: 400 !important;
}
.iti__search-input.wpforms-valid{
	color: #000 !important;
}
.trans-form textarea{
	height: 130px !important;
	max-height: 600px !important;
}
.yellow-text{
	color: #FDA714;
}

/*Home contact form*/
.homeContactForm .wpforms-submit.yellow-form-btn{
	--wpforms-button-background-color: #FDA714;
	background: #FDA714;
	border-radius: 50px 50px 50px 50px;
    padding: 15px 30px 15px 30px;
	height: auto;
	font-size: 18px;
    font-weight: 500;
	transition: all .3s;
}
.homeContactForm .wpforms-container-full{
	margin-top:5px !important;
}
.homeContactForm .wpforms-submit.yellow-form-btn:focus{
	outline:none !important;
	border:none !important;
}
.homeContactForm .wpforms-submit.yellow-form-btn:hover, .homeContactForm .wpforms-submit.yellow-form-btn:focus{
    background: #F59E09 !important;
}
.homeContactForm .wpforms-submit-container{
	display:flex;
	justify-content:center;
}


.headerCallTxt{
	display:flex;
	width:100%;
    justify-content:end !important;	
}
.headerCallTxt .elementor-icon-list-icon {
    background: #F59E09;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    padding: 0;
    margin: 0;
    padding-left: 2px;
    width: 30px;
    height: 30px;
}
/*  slider */
.card-slider,.banner-slider  {
  width: 100%;
	overflow: hidden !important;
  position: relative;
  padding: 40px 0;
}
.banner-slider {
	max-height: 400px;
}
.card-slide, {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.swiper{
	overflow: hidden !important;
}
.swiper-slide {
  box-sizing: border-box;
}
.card-slider .swiper-horizontal>.swiper-pagination-bullets,.card-slider .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: -30px !important;
}

.banner-slider .swiper-button-next, .banner-slider .swiper-button-prev{
	color: #fff;
}
.banner-slider .swiper-pagination-bullet{
	background: #fff !important;
	opacity: 0.5;
}
.banner-slider .swiper-pagination-bullet-active{
	background: #fff !important;
	opacity: 1;
}

/* Card popup */
.days{
	color: #fff;
	background-color: #00ABC0;
	border-radius: 8px;
	padding: 5px 15px;
    margin-right: 10px;
}
.cus-accor .e-n-accordion-item-title-icon{
	background-color: #73AF00;
    padding: 5px 7px;
    border-radius: 4px;
}
.cus-accor .e-n-accordion-item-title{
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	border-radius: 8px !important;
}


/* Responsive */
@media (min-width: 1200px) {
  .container {
    max-width: 1340px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .review-text {
    min-height: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .review-text {
    min-height: 194px;
  }
}
@media (max-width: 991px) {
  .image-item img {
    height: auto;
  }
  .footer_hero-title {
    font-size: 2rem;
  }
	.headerCallTxt{
		display:flex;
		width:100%;
		justify-content:start !important;	
	}
	.planBtnPan {
		display:flex !important;
	}
}
@media (max-width: 768px) {
  .hero-banner-title {
    font-size: 2.7rem;
  }
  .hero-banner-subtitle {
    font-size: 1.8rem;
  }
  .review_header img {
    max-width: 260px;
  }
  .baloon_head,
  .baloon_footer {
    width: 45px;
  }
  .reviews-carousel {
    padding-top: 0;
  }
  .review-text {
    min-height: auto;
  }
  .review_section {
    padding-bottom: 30px;
  }
	.title-arrow .elementor-heading-title:after {
        width: 120px;
        top: 33px;
        left: 0;
        right: 0;
		margin:auto;
    }
  .footer_ban_secion .row {
    flex-direction: column-reverse;
  }
  .cp-wrapper{
		max-width: 90%;
	}
	.cp-title{
    	font-size: 1.7rem;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none !important;
	}
}
@media (max-width: 575px) {
   .navbar-brand img {
    max-width: 125px;
  }
	.hero-banner-section{
		padding-top: 20px;
    padding-bottom: 20px;
	}
  .btn-default {
    font-size: 0.9rem;
  }
  .desription_sec {
    padding-block: 40px;
  }
  .baloon_footer {
    top: 70px;
  }
  .countdown-number {
    font-size: 2.4rem;
  }
	.headerCallTxt .elementor-icon-list-item {
		text-align: center !important;
		flex-direction: row;
		width: 209px;
	}
	.headerCallTxt .elementor-icon-list-text{
		flex:1;
	}
  .form-field-flex{
        flex-direction: column;
    }
    .form-field-half{
        width: 100%;
    }
    .form-field-half:first-child{
        margin-bottom: 15px;
    }
    .float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    line-height: 40px;
  }
  .thank-you-content{
      max-width: 90%;
  }
  .thank-you-content svg{
      width: 60px;
      height: 60px;
  }
	.btn-schedule{
		font-size: 16px !important;
	}
	#phonr-img img{
		max-height: 30px;
	}
}
@media (max-width: 480px) {
  .navbar-brand img {
    max-width: 100px;
  }
  #phonr-img img {
    max-width: 40px;
    margin-right: 2px !important;
  }
  .hero-banner-title {
    font-size: 2.2rem;
  }
  .hero-banner-subtitle {
    font-size: 1.3rem;
  }
  .description_inner_sec h2,
  .review_header h2,
  .review_header h2 span {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .btn-default {
    padding-inline: 15px;
  }
  .footer_ban_secion-content {
    padding: 35px 20px;
  }
  .foot_sec p {
    text-align: center;
  }
  .cta-button{ 
      position:relative; 
      z-index:99;
  }
	.cs_testimonial .sp-testimonial-item .sp-testimonial-client-rating{
		margin-top:-25px;
		margin-left:100px;
		justify-content:start;
	}
	.planBtnPan {
		display:flex !important;
		flex-direction: column !important;
		gap:10px;
	}
	.homeContactForm .wpforms-field, .homeContactForm.wpforms-one-half{
		width:100% !important;
		margin-left:0 !important;
	}
	html{
		overflow-x:hidden !important;
	}
	
}
@media (max-width: 381px) {
	.navbar{
		padding: 0 !important;
	}
	.btn-schedule{
		padding: 8px 12px !important;
    	font-size: 14px !important;
	}
}
@media (max-width: 360px) {
  .btn-schedule i {
    display: none;
  }
  .hero-banner-section {
    min-height: 140dvh;
  }
  .description_inner_sec .flex-row {
    flex-direction: column !important;
    gap: 6px;
  }
}
.open-popup .countdown-number{
	margin-top:-20px;
}
.service-description br{
	display:none;
}