* {
    outline: none !important;
}

:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}
@font-face {
    font-family: 'UAEDirham';
    src: url('font/dirham-currency-symbol.otf') format('opentype');
    font-weight: normal;
    font-style: normal
}
.new-aed-symbol {
    font-family: 'UAEDirham','Montserrat',sans-serif !important
}
body {
    margin: 0;
    padding: 0;
    color: #212539;
    font-family: "Roboto";
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.pt-12{padding-top: 12em !important;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: Poppins;}
.heading{ font-weight:600; font-family: Poppins; position:relative;font-size: 32px;line-height: 1.2;}
.heading::after{content: '';
    background-image: url(../images/divider-img.png);
    width: 146px;
    height: 10px;
    display: block;
    background-repeat: no-repeat;
    margin: 10px 0px;}
.heading.text-center::after{margin: 16px auto 10px;}	
.inner-heading-tag {font-size: inherit;display: inline;font-weight: normal;color: #656565;font-family: inherit;}
.spacing {margin: 16px;}
a.theme-btn {
    height: 56px;
    line-height: 56px;
    display: inline-block;
    background: #fef200;
    padding: 0 28px;
    border-radius: 4px;
    font-weight: 600;
    color: #212539!important;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
a.theme-btn:hover {
	text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	color:#000;
}
.text-black{ color:#333;}
@media (min-width: 1170px) {
    .container {
        max-width: 1100px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1260px;
    }
}
img {
    max-width: 100%;
}
iframe {
    max-width: 100%;
}
canvas {
    max-width: 100%;
}
p {
    color: #656565;
    margin-bottom: 20px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
    width: 100%;
    height: 65px;
    border: 2px solid #d4d4e0;
    padding: 0 30px;
    border-radius: 4px;
}
input[type="submit"],
input[type="button"],
button[type="button"],
button[type="submit"] {
    height: 65px;
    border: none;
    background: #5513a0;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    padding: 0 50px;
    letter-spacing: 1px;
    border-radius: 4px;
}
textarea {
    width: 420px;
    max-width: 100%;
    height: 128px;
    border: 2px solid #d4d4e0;
    padding: 30px;
    border-radius: 4px;
}
select {
    width: 100%;
    height: 65px;
    border: 2px solid #d4d4e0;
    padding: 0 30px;
    border-radius: 4px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 30px) 28px, calc(100% - 25px) 28px, calc(100% - 2.5em) 15px;
    background-size: 5px 5px, 5px 5px, 0px 0px;
    background-repeat: no-repeat;
}
select:focus {
    background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 25px) 26px, calc(100% - 30px) 26px, calc(100% - 2.5em) 15px;
    background-size: 5px 5px, 5px 5px, 0px 0px;
    background-repeat: no-repeat;
    outline: 0;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
a {
    color: #212539;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #212539;
}
.no-spacing {
    margin: 0 !important;
    padding: 0 !important;
}
.top-50-spacing {
    margin-top: 50px;
}
.bottom-50-spacing {
    margin-bottom: 50px;
}
.overflow {
    overflow: hidden;
}
.image {
    width: 100%;
    display: block;
    margin: 0;
}
.image img {
    width: 100%;
    display: block;
    border-radius: 16px;
}
.blockquote {
    width: 100%;
    display: block;
    border-top: 5px solid #fee13e;
    padding-top: 15px;
    font-size: 22px;
    font-weight: 800;
}
.splitting .word,
.splitting .char {
    display: inline-block;
}
.splitting .char {
    position: relative;
}
.animated .char {
    display: inline-block;
    animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(10ms * var(--char-index));
}
@keyframes texteffect {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.accordion {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0;
    padding-right: 50px;
}
.accordion .card {
    background: none;
    border-radius: 0;
    border: none;
}
.accordion .card .card-header {
    background: none;
    padding: 0;
    border: none;
}
.accordion .card .card-header a {
    width: 100%;
    float: left;
    font-weight: 600;
    padding: 30px 0;
    color: #212539;
    font-weight: 600;
    border-bottom: 2px solid #eaebee;
    font-size: 19px;
    position: relative;
    padding-right: 80px;
}
.accordion .card .card-header a i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.accordion .card .card-header a:hover {
    border-color: #fee13e;
    text-decoration: none;
}
.accordion .card .card-body {
    width: 100%;
    line-height: 26px;
    padding: 20px 0;
}
.accordion .card [aria-expanded="true"] {
    border-color: #fee13e !important;
}
.accordion .collapseOne {
    display: block;
}
.odometer.odometer-auto-theme {
    padding: 0;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    padding: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    left: -4px;
}
.hamburger-menu {
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    cursor: pointer;
}
.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
    top: 0px;
    width: 13px;
}
.hamburger-menu span:nth-child(2) {
    top: 9px;
}
.hamburger-menu span:nth-child(3) {
    top: 18px;
    width: 18px;
}
.hamburger-menu:hover span {
    width: 20px !important;
}
.hamburger-menu.open span {
    width: 20px !important;
}
.hamburger-menu.open span:nth-child(1) {
    top: 9px;
    left: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 28px !important;
}
.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    left: -20px;
}
.hamburger-menu.open span:nth-child(3) {
    top: 9px;
    left: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 28px !important;
}
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9;
    right: 0;
    top: 0;
    background: #fee13e;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.preloader img {
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    mix-blend-mode: lighten;
}
.page-loaded .preloader {
    top: -100%;
}
.page-transition {
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    background: #fee13e;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.page-transition.active {
    height: 100%;
}
.search-box {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    background: #5513a0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
    visibility: hidden;
    color: #fff;
}
.search-box .inner {
    width: 50vw;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.search-box .inner form {
    width: 100%;
    display: block;
}
.search-box .inner form input[type="search"] {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    border: 3px solid #fff;
    background: none;
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
}
.search-box .inner form input[type="submit"] {
    height: 70px;
    background: #fee13e;
    border: none;
    font-weight: 600;
    padding: 0 60px;
    color: #212539;
}
.search-box .inner form ::-webkit-input-placeholder {
    color: #fff;
}
.search-box .inner form ::-moz-placeholder {
    color: #fff;
}
.search-box .inner form :-ms-input-placeholder {
    color: #fff;
}
.search-box .inner form :-moz-placeholder {
    color: #fff;
}
.search-box.active {
    opacity: 1;
    visibility: visible;
}
.side-widget {
    width: 400px;
    height: 100vh;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    left: -100%;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: #232222;
    background-image: url("../images/header-pattern.png");
    background-position: center;
    background-size: cover;
    z-index: 6;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    color: #fff;
}
.side-widget .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow-y: auto;
    height: 100%;
}
.side-widget .logo {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}
.side-widget .logo img {
    height: 40px;
}
.side-widget .show-mobile {
    display: none;
}
.side-widget .hide-mobile {
    display: block;
    overflow-x: hidden;
}
.side-widget .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}
.side-widget .gallery a {
    width: 50%;
    padding: 0 3px;
}
.side-widget p {
    width: 100%;
    display: block;
    color: #fff;
}
.side-widget .widget-title {
    width: 100%;
    display: block;
    font-weight: 600;
    color: #fee13e;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.side-widget .address {
    width: 100%;
    display: block;
    margin-top: 20px;
}
.side-widget .social-media {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.side-widget .social-media li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    list-style: none;
}
.side-widget .social-media li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.side-widget .languages {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.side-widget .languages ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.side-widget .languages ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}
.side-widget .languages ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.side-widget .site-menu {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.side-widget .site-menu ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.side-widget .site-menu ul li {
    display: block;
    margin: 3px 0;
    padding: 0;
    list-style: none;
}
.side-widget .site-menu ul li ul {
    display: none;
    padding-left: 10px;
    margin-bottom: 10px;
}
.side-widget .site-menu ul li i {
    display: inline-block;
    margin-left: 7px;
}
.side-widget .site-menu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.side-widget small {
    font-size: 11px;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.side-widget.active {
    left: 0;
}
.navbar {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    padding: 14px 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.navbar.sticky {
    background:#fef200;
    padding: 6px 0;
}
.page-template-landing-page .landing-page.navbar.sticky{ background-color:#000!important;padding: 10px 0;}
.navbar.nav-down {
    top: 0;
}
.navbar.nav-up {
    /* transform: translateY(-100%); */
}
.navbar .logo {
    margin-left: 0;
}
.navbar .logo a {
    display: block;
}
.navbar .logo a img {
    height: 80px;
}
.navbar.sticky .logo a img {
    height: 70px;
}
.navbar .navbar-button .van-black{ display:none;}
.navbar.sticky .navbar-button .van-yellow{ display:none;}
.navbar.sticky .navbar-button .van-black{ display:inherit;}
.navbar .logo .header-fix-logo{ display:none;}
.navbar.sticky .logo .header-logo{ display:none;}
.navbar.sticky .logo .header-fix-logo{ display:block;}
.navbar.sticky .site-menu ul li a,
.navbar.sticky .navbar-button a{color:#000;}
.navbar.sticky .site-menu ul li a:hover,
.navbar.sticky .navbar-button a:hover{color:#00;}

.navbar .site-menu {
    margin: 0 auto;
    margin-top: 3px;
}
.navbar .site-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.navbar .site-menu ul li {
    list-style: none;
}
.navbar .site-menu ul li a {
    color: #fff;
    display: block;
}
.navbar .site-menu ul li a:hover {
    text-decoration: none;
    color: #fee13e;
}
.navbar .custom-menu {
    margin: 0 auto;
    margin-top: 3px;
}
.navbar .custom-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.navbar .custom-menu ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 0 2px;
    list-style: none;
}
.navbar .custom-menu ul li a {
    color: #fff;
    display: block;
    font-weight: 600;
}
.navbar .custom-menu ul li a:hover {
    text-decoration: none;
    color: #fee13e;
}
.navbar .search-button {
    margin-left: auto;
    color: #fff;
    font-size: 24px;
    padding-top: 3px;
    cursor: pointer;
}
.navbar .search-button i {
    float: left;
    margin-top: -2px;
}
.navbar .hamburger-menu {
    margin-left: 30px;
}
.navbar .navbar-button {
    margin-left: 30px;
}
.navbar .navbar-button a {
    display: inline-block;
    color: #fff;
}
.navbar .navbar-button a span {
    display: inline-block;
    margin-top: 3px;
}
.navbar .navbar-button a img {
    height: 30px;
    display: inline-block;
    margin-right: 6px;
    margin-top: -4px;
	-webkit-animation: arrow-right 1.8s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
    animation: arrow-right 1.8s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
}
.main-navigation ul li a{color: #fff;}
.navbar.sticky .main-navigation ul li a{color: #000;}
.main-navigation ul li a:hover, .main-navigation ul li a:focus{color: #fee13e;}
.main-navigation ul ul li:hover {background-color: #fee13e;}
.navbar .main-navigation ul ul li a {color: #000; font-size:14px;}
.header-call {
    margin-right: 7px;
    font-size: 20px;
    vertical-align: middle;
    margin-top: -3px !important;
}
@keyframes arrow-right {
	/*0% {
		transform: translateX(0);
		opacity: 0;
	}
	33% {
		transform: translateX(-5px);
		opacity: 0.4;
	}
	66% {
		transform:  translateX(5px);
		opacity: 0.8;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}*/
	0% {
		transform: translateX(0);
		opacity: 0;
	}
	10% {
		transform: translateX(-14px);
		opacity: 0.1;
	}
	17% {
		transform: translateX(-12px);
		opacity: 0.3;
	}
	20% {
		transform: translateX(-10px);
		opacity: 0.5;
	}
	27% {
		transform: translateX(-8px);
		opacity: 0.7;
	}
	30% {
		transform: translateX(-4px);
		opacity: 0.8;
	}
	37% {
		transform: translateX(-2px);
		opacity: 0.9;
	}
	40% {
		transform: translateX(2px);
		opacity: 1;
	}
	47% {
		transform: translateX(4px);
		opacity: 1;
	}
	50% {
		transform: translateX(6px);
		opacity: 1;
	}
	57% {
		transform: translateX(8px);
		opacity: 0.9;
	}
	60% {
		transform: translateX(10px);
		opacity: 0.8;
	}
	67% {
		transform: translateX(12px);
		opacity: 0.7;
	}
	70% {
		transform: translateX(14px);
		opacity: 0.5;
	}
	77% {
		transform: translateX(0);
		opacity: 0.3;
	}
	80% {
		transform: translateX(0);
		opacity: 0.1;
	}
	100% {
		transform: translateX(0);
		opacity: 0;
	}
}
.navbar .navbar-button a:hover {
    text-decoration: none;
}
.slider {
    width: 100%;
    height: 110vh;
    display: flex;
    flex-wrap: wrap;
    /*background-color: #fafafa;*/
    background-image: url(../images/dubai-cityscape.jpg);
    background-size: cover;
    position: relative;
    padding-top: 80px;
    padding-bottom: 120px;
	overflow:hidden;
	background-position: center;
}
.slider .container {
    display: flex;
    flex-wrap: wrap;
}
.slider .slider-content {
    width: 50%;
    height: calc(100vh - 120px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.slider .slider-content .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.slider .slider-content .swiper-slide .inner {
    width: 100%;
    display: block;
    padding-right: 10%;
    color: #000;
}
.slider .slider-content .swiper-slide .inner .slider-title {
	color: #fef200;
    font-size: 38px;
    font-weight: 600;
    display: block;
    margin-bottom: 16px;
    font-family: 'Poppins';
    padding-right: 0px;
    line-height: 1.2;
}
.slider .slider-content .swiper-slide .inner h2 b {
    font-weight: 500;
    color: #fee13e;
}
.slider .slider-content .swiper-slide .inner p {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 20px;
    padding-right: 10%;
    color: #fff;
}
.slider .slider-content .swiper-slide .inner a {
    height: 56px;
    line-height: 56px;
    display: inline-block;
    background: #fef200;
    padding: 0 28px;
    border-radius: 4px;
    font-weight: 600;
    color: #212539;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.slider .slider-content .swiper-slide .inner a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.slider .slider-main {
    width: 50%;
    height: calc(100vh - 120px);
    overflow: hidden;
    display: inline-block;
    border-radius: 20px;
}
.slider .slider-main .slide-image {
    width: 92%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-position: center center !important;
}
.swiper-slide .slide-image{ display:none;}
.swiper-slide.swiper-slide-active .slide-image{ display:block;}
.slider .header-box {
    width: 184px;
    background: #fff;
    position: absolute;
    left: calc(50% - 100px);
    bottom: 40px;
    z-index: 1;
    padding: 24px;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.slider .header-box img {
    display: block;
    margin: 0 auto 12px;
}
.slider .header-box p {
    margin-bottom: 5px;
	font-size: 14px;
}
.slider .header-box div {
    font-size: 14px;
    color: #fee13e;
    display: inline-block;
}
.slider .header-box small {
    display: inline-block;
    opacity: 0.3;
}
.slider .divider {
    width: 100%;
    height: 80vh;
    position: absolute;
    left: 0;
    bottom: 0;
}
.slider .controls {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 9;
    text-align: center;
}
.slider .controls .swiper-pagination {
    position: static;
    width: auto;
    display: inline-block;
}
@keyframes countdown {
    from {
        stroke-dashoffset: 113px;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.slider .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    height: 30px;
    width: 30px;
    background: none;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.slider .swiper-pagination-bullet:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.slider .swiper-pagination-bullet-active {
    color: #fff;
    background: none;
}
.slider .swiper-pagination-bullet-active:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fee13e;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
}
.slider .swiper-pagination-bullet svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}
.slider .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
    animation-play-state: running;
    stroke-width: 2px;
    animation: countdown 8s linear forwards;
}
.slider .swiper-pagination-bullet svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 0;
    stroke: #000;
    fill: none;
    animation: none;
    animation-play-state: paused;
    animation-fill-mode: none;
}
.page-header {
    width: 100%;
    height: 540px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #5513a0;
    background-image: url(../images/header-pattern.png);
    background-size: cover;
    position: relative;
}
.page-header .container {
    position: relative;
}
.page-header .container h1 {
    font-size: 70px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.page-header .container p {
    width: 100%;
    display: block;
    margin: 0;
    color: #fff;
}
.page-header .divider {
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.content-section {
    width: 100%;
    display: block;
    padding: 100px 0;
    position: relative;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
	overflow:hidden;
}
.bottom-purple {
    position: relative;
    padding-bottom: 0;
    z-index: 1;
}
.bottom-purple:after {
    content: "";
    width: 100%;
    height: 100px;
    background: #fef200;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index:-1;
}
.bg-contain {
    background-size: contain !important;
    background-position: center !important;
}
.section-title {
    width: 100%;
    display: block;
    margin-bottom: 60px;
    padding-right: 40%;
}
.section-title.light {
    color: #fff;
}
.section-title.light h6:after {
    background: #fff;
}
.section-title h6 {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    position: relative;
}
.section-title h6:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #212539;
    position: absolute;
    right: -50px;
    top: 6px;
}
.section-title h2 {
    width: 100%;
    display: block;
    margin: 0;
    font-weight: 300;
    font-size: 60px;
}
.section-title p {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 0;
    color: #8d94a0;
    padding-right: 20%;
}
.icon-box {
    width: 100%;
    display: block;
    padding-rigt: 0 15%;
    margin: 15px 0;
}
.icon-box figure {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.icon-box figure:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #5513a0;
    position: absolute;
    left: -10px;
    top: -10px;
    opacity: 0.05;
    border-radius: 50%;
}
.icon-box figure img {
    height: 70px;
}
.icon-box h6 {
    color: #5513a0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}
.icon-box p {
    color: #8a8e96;
    padding-right: 10%;
    font-weight: 300;
}
.carousel-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.image-content-box {
    width: 100%;
    display: block;
}
.image-content-box span {
    display: inline-block;
    font-weight: 300;
    line-height: 1;
    border-bottom: 4px solid #fee13e;
    margin-bottom: 20px;
}
.image-content-box h6 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.image-content-box p {
    margin: 0;
}
.image-content-box figure {
    width: 100%;
    display: block;
    margin-bottom: 0;
    margin-top: 40px;
    border-radius: 4px;
    overflow: hidden;
}
.image-content-box figure img {
    width: 100%;
    display: block;
}
.cta-bar {
    background-image: url("../images/map-bg.png");
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
}
.cta-bar .cta-box {
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
}
.cta-bar .cta-box h6 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    position: relative;
}
.cta-bar .cta-box h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}
.cta-bar .cta-box a {
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fee13e;
    padding: 0 50px;
    border-radius: 4px;
    font-weight: 800;
    color: #212539;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 40px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.cta-bar .cta-box a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.video-preview-box {
    width: 100%;
    display: block;
    margin: 40px 0;
    position: relative;
}
.video-preview-box img {
    width: 100%;
    display: block;
    border-radius: 20px;
}
.video-preview-box a {
    width: 100px;
    height: 100px;
    line-height: 114px;
    text-indent: 4px;
    text-align: center;
    font-size: 40px;
    color: #212539;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    background: #fff;
    border-radius: 50%;
}
.col-xl-3:nth-child(2) .counter-box {
    margin-top: 100px;
}
.col-xl-3:nth-child(3) .counter-box {
    margin-top: 30px;
}
.counter-box {
    width: calc(100% - 40px);
    display: block;
    padding: 40px;
    margin-left: 20px;
    margin-right: 20px;
    background: #fff;
    box-shadow: 0 0 60px #e7ecf3;
    text-align: center;
    border-radius: 4px;
}
.counter-box figure {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.counter-box figure img {
    height: 70px;
}
.counter-box .odometer {
    font-size: 70px;
    font-weight: 800;
    color: #5513a0;
    line-height: 1;
}
.counter-box .value {
    font-size: 22px;
    color: #5513a0;
}
.counter-box p {
    width: 100%;
    display: block;
    margin: 0;
}
.col-md-6:nth-child(1) .price-box {
    margin-top: 100px;
}
.price-box {
    width: calc(100% - 40px);
    display: block;
    background: #fff;
    padding: 50px;
    margin: 0 20px;
    border-radius: 4px;
    box-shadow: 0 0 50px #e7ecf3;
    position: relative;
    z-index: 1;
}
.price-box:before {
    content: "";
    width: calc(100% - 60px);
    height: 15px;
    background: #fff;
    position: absolute;
    left: 30px;
    top: -15px;
    opacity: 0.5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.price-box figure {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border-bottom-left-radius: 0;
    background: #f3f6fa;
    margin-bottom: 30px;
}
.price-box figure img {
    height: 40px;
}
.price-box h6 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    color: #5513a0;
    font-size: 20px;
    line-height: 1;
}
.price-box span {
    width: 100%;
    display: block;
    font-size: 40px;
    font-weight: 800;
}
.price-box span small {
    font-size: 20px;
    color: #8d94a0;
}
.price-box ul {
    width: 100%;
    display: block;
    margin: 0;
    padding-left: 20px;
}
.price-box ul li {
    width: 100%;
    color: #8d94a0;
}
.price-box a {
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fee13e;
    padding: 0 50px;
    margin-top: 30px;
    border-radius: 4px;
    font-weight: 800;
    color: #212539;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.price-box a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.left-yellow {
    position: relative;
}
.left-yellow:before {
    content: "";
    width: 35%;
    height: 100%;
    background: #fee13e;
    position: absolute;
    left: 0;
    top: 0;
}
.all-cases {
    width: calc(100% + 60px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    padding: 0;
}
.all-cases li {
    width: 33.3333%;
    display: inline-block;
    margin: 30px 0;
    padding: 0 30px;
    list-style: none;
}
.recent-cases-slider {
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    margin: 0 60px;
    margin-top: 50px;
}
.cases {
    width: 100%;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.cases:hover figure figcaption {
    max-height: 220px;
}
.cases:hover figure img {
    opacity: 0.4;
}
.cases figure {
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    background: #5513a0;
}
.cases figure img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.cases figure figcaption {
    width: 100%;
    max-height: 75px;
    display: block;
    background: #5513a0;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    color: #fff;
}
.cases figure figcaption a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.cases figure figcaption a:hover {
    text-decoration: none;
}
.cases figure figcaption h6 {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fee13e;
}
.cases figure figcaption p {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}
.cases figure figcaption ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.cases figure figcaption ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    opacity: 0.5;
    line-height: 1;
}
.cases figure figcaption ul li:last-child {
    margin-right: 0;
}
.testimonials-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.testimonials-slider .button-prev {
    width: 35px;
    height: 35px;
    line-height: 38px;
    display: inline-block;
    background: #5513a0;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    margin-right: 10px;
    color: #fff;
}
.testimonials-slider .button-next {
    width: 35px;
    height: 35px;
    line-height: 38px;
    display: inline-block;
    background: #5513a0;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    color: #fff;
}
.testimonial {
    width: 100%;
    display: block;
    margin: 0;
    background: #fcfcfc;
    padding: 3em;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 17px 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.testimonial .icon i {
    background: #fee13e;
    font-size: 3em;
    transform: rotate(0);
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 14px;
    color: #000;
}
.testimonial p {
    font-size: 16px;
    color: #8d94a0;
    font-weight: 300;
    margin: 0;
}
.testimonial .testimonial-quote {
    padding: 20px 0px;
}
.testimonial .quote {
    height: 50px;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 20px;
    opacity: 0.2;
}
.testimonial h6 {
    width: 100%;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.testimonial small {
    width: 100%;
    display: block;
    opacity: 0.6;
}

.testimonial .cust-content {
    margin-top: 50px;
    position: relative;
}

.testimonial .cust-content::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    background-color: #fee13e;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -25px;
}

.testimonial-controls {
    margin-top: 1.4em;
    position: relative;
}
.testimonial-controls .swiper-pagination-bullet{ width:10px; height:10px; background:#000; opacity:.4;}

.testimonial-controls .swiper-pagination-bullet-active {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
	background:#fee13e;
	opacity:9;
}
.testimonial p.cust-name {
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
}
.logo-item {
    width: 100%;
    display: block;
    margin: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.logo-item img {
    width: 100%;
    display: block;
}
.side-content {
    width: 100%;
    display: block;
    padding: 0 5%;
}
.side-content h6 {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    position: relative;
}
.side-content h6:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #212539;
    position: absolute;
    right: -50px;
    top: 6px;
}
.side-content h2 {
    width: 100%;
    display: block;
    margin: 0;
    font-weight: 300;
    font-size: 60px;
}
.side-content p {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #8d94a0;
}
.side-content ul {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0;
    color: #8d94a0;
}
.side-content ul li {
    width: 100%;
    display: block;
    margin: 5px 0;
    padding: 0;
    list-style: none;
}
.side-content ul li i {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
}
.side-content figure {
    width: 100%;
    display: block;
}
.side-content figure img {
    height: 50px;
}
.side-content a {
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fee13e;
    padding: 0 50px;
    margin-top: 30px;
    border-radius: 4px;
    font-weight: 800;
    color: #212539;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.side-content a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.col-lg-3:nth-child(even) .team-member {
    margin-top: 50px;
}
.team-member {
    width: 100%;
    display: block;
    margin: 0;
}
.team-member:hover div {
    background: #8d94a0;
}
.team-member div {
    width: 100%;
    display: block;
    background: #5513a0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.team-member div img {
    width: 100%;
    display: block;
    mix-blend-mode: hard-light;
}
.team-member figcaption {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.team-member figcaption h6 {
    width: 100%;
    display: block;
    color: #5513a0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.team-member figcaption small {
    width: 100%;
    display: block;
    color: #8d94a0;
    margin-bottom: 10px;
}
.team-member figcaption ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.team-member figcaption ul li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}
.team-member figcaption ul li a {
    color: #212539;
    display: inline-block;
    font-size: 14px;
}
.team-member figcaption ul li a:hover {
    color: #5513a0;
}
.office-slider {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.office-slider .swiper-slide {
    max-width: 65vw;
}
.office-slider .swiper-slide img {
    width: 100%;
    border-radius: 16px;
}
.office-slider .button-prev {
    width: 60px;
    height: 60px;
    line-height: 63px;
    position: absolute;
    left: 30px;
    top: calc(50% - 30px);
    background: #fee13e;
    z-index: 1;
    border-radius: 4px;
    text-align: center;
}
.office-slider .button-next {
    width: 60px;
    height: 60px;
    line-height: 63px;
    position: absolute;
    right: 30px;
    top: calc(50% - 30px);
    background: #fee13e;
    z-index: 1;
    border-radius: 4px;
    text-align: center;
}
.cta-box-sm {
    width: 80%;
    display: block;
    padding: 50px;
    margin: 0 10%;
    margin-bottom: -100px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    border-radius: 4px;
}
.cta-box-sm h4 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
}
.cta-box-sm a {
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fee13e;
    padding: 0 50px;
    margin-top: 30px;
    border-radius: 4px;
    font-weight: 800;
    color: #212539;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.cta-box-sm a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.case-gallery {
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
}
.case-gallery li {
    width: 25%;
    display: inline-block;
    margin: 0;
    padding: 15px;
    list-style: none;
}
.case-gallery li:nth-child(1) {
    margin-top: 60px;
}
.case-gallery li:nth-child(2) {
    margin-top: 60px;
}
.case-gallery li:nth-child(3) {
    width: 50%;
}
.case-gallery li:nth-child(4) {
    width: 50%;
}
.case-gallery li figure {
    width: 100%;
    display: block;
    margin: 0;
    background: #212539;
}
.case-gallery li figure img {
    width: 100%;
    display: block;
    border-radius: 4px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.steps-slider {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
}
.steps-slider .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	cursor: -webkit-grab;
	cursor: grab;
	
}
.steps-slider .swiper-slide figure {
    /*width: 45%;*/
    width: 40%;
    display: inline-block;
    margin: 0;
}
.steps-slider .swiper-slide figure img {
    width: 100%;
    display: block;
    border-radius: 16px;
}
.steps-slider .swiper-slide .content {
    width: 55%;
    display: inline-block;
    padding-left: 10%;
    color: #fff;
    margin-bottom: 50px;
}
.steps-slider .swiper-slide .content span {
    display: inline-block;
    font-weight: 600;
    border-bottom: 3px solid #fee13e;
    margin-bottom: 30px;
}
.steps-slider .swiper-slide .content h3 {
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 36px;
}
.steps-slider .swiper-slide .content p {
    width: 100%;
    display: block;
    color: #fff;
    padding-right: 100px;
    padding-right: 30%;
    position: relative;
}
.steps-slider .controls {
    width: 45%;
    position: absolute;
    left: 55%;
    bottom: 0;
    z-index: 1;
}
.steps-slider .controls .button-prev {
    width: 60px;
    height: 60px;
    line-height: 63px;
    display: inline-block;
    background: #fee13e;
    z-index: 1;
    border-radius: 4px;
    text-align: center;
	cursor:pointer;
}
.steps-slider .controls .button-next {
    width: 60px;
    height: 60px;
    line-height: 63px;
    display: inline-block;
    background: #fee13e;
    z-index: 1;
    border-radius: 4px;
    text-align: center;
	cursor:pointer;
}
.steps-slider .controls .swiper-pagination {
    width: 40px;
    text-align: center;
    position: static;
    display: inline-block;
    margin: 0 30px;
    color: #fff;
}
.tab-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.tab-wrapper .tab-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0;
}
.tab-wrapper .tab-nav li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative;
}
.tab-wrapper .tab-nav li.active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fee13e transparent;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -20px;
}
.tab-wrapper .tab-nav li a {
    display: inline-block;
}
.tab-wrapper .tab-nav li a:hover {
    text-decoration: none;
}
.tab-wrapper .tab-nav li a:hover span {
    background: #fee13e;
}
.tab-wrapper.price-tab .tab-nav li img {
    width: 80px;
}
.tab-wrapper .tab-nav li span {
    width: 100px;
    height: 100px;
    line-height: 105px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: 32px;
    color: #5513a0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tab-wrapper .tab-nav li small {
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.tab-wrapper .tab-item {
    width: 70%;
    display: none;
    margin: 0 15%;
    padding: 50px;
    background: #fee13e;
    border-radius: 4px;
}
.tab-wrapper .tab-item.active-item {
    display: block;
}
.tab-wrapper p {
    color: #212539;
}
.tab-wrapper p:last-child {
    margin-bottom: 0;
}
.recent-news {
    width: 100%;
    display: block;
    margin: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.recent-news:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 50px #e7ecf3;
}
.recent-news figure {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.recent-news figure img {
    width: 100%;
    display: block;
}
.recent-news .content {
    width: 100%;
    display: block;
    padding: 40px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.recent-news .content small {
    width: 100%;
    display: block;
    color: #8d94a0;
    margin-bottom: 10px;
}
.recent-news .content h3 {
    width: 100%;
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.recent-news .content h3 a {
    display: block;
    color: #212539;
}
.recent-news .content h3 a:hover {
    text-decoration: none;
    color: #5513a0;
}
.recent-news .content .author {
    width: 100%;
    display: block;
}
.recent-news .content .author img {
    height: 50px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 10px;
}
.recent-news .content .author span {
    display: inline-block;
    color: #8d94a0;
    font-size: 15px;
}
.recent-news .content .author span strong {
    font-weight: 400;
    color: #212539;
}
.blog-post {
    width: 100%;
    display: block;
    margin-bottom: 80px;
}
.blog-post figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.blog-post figure img {
    width: 100%;
    display: block;
    border-radius: 6px;
}
.blog-post small {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
}
.blog-post h3 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 600;
}
.blog-post h3 a {
    display: block;
}
.blog-post h3 a:hover {
    color: #5513a0;
    text-decoration: none;
}
.blog-post .author {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.blog-post .author img {
    height: 64px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 10px;
}
.blog-post .author span {
    display: inline-block;
    color: #8d94a0;
    font-size: 15px;
}
.blog-post .author span strong {
    font-weight: 400;
    color: #212539;
}
.blog-post p {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #212539;
}
.blog-post blockquote {
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 50px;
    color: #212539;
    font-size: 24px;
    position: relative;
    background: #fee13e;
}
.blog-post blockquote:after {
    content: "";
    width: 200px;
    height: 200px;
    background: url("../images/icon-quote.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 50px;
    top: calc(50% - 50px);
    opacity: 0.05;
}
.blog-post ul {
    width: 100%;
    display: block;
    padding-left: 20px;
}
.blog-post ul li {
    width: 100%;
    margin: 7px 0;
    font-weight: 300;
}
.blog-post strong {
    font-weight: 600;
}
.blog-post .link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.blog-post .link i {
    margin-left: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.blog-post .link:hover {
    text-decoration: none;
}
.blog-post .link:hover i {
    margin-left: 20px;
}
.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.pagination .page-item {
    display: inline-block;
}
.pagination .page-item .page-link {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 600;
    color: #212539;
    outline: none !important;
}
.pagination .page-item .page-link:focus {
    outline: none !important;
}
.sidebar {
    width: 100%;
    display: block;
    padding-left: 30px;
}
.sidebar .widget {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 20px solid #f3f6fa;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
}
.sidebar .widget-title {
    width: 100%;
    display: block;
    border-bottom: 1px solid #f3f6fa;
    font-size: 18px;
    font-weight: 800;
    color: #5513a0;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sidebar input[type="search"] {
    margin-bottom: 10px;
}
.sidebar .categories {
    width: 100%;
    display: block;
    margin: 0;
    padding-left: 20px;
}
.sidebar .categories li {
    width: 100%;
    display: block;
    margin: 7px 0;
}
.sidebar figure {
    width: 50%;
    display: inline-block;
    padding: 0 2px;
    margin-left: -2px;
}
.contact-form {
    width: 100%;
    display: block;
    margin-top: 50px;
}
.contact-form .form-group {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.contact-form .form-group:last-child {
    margin-bottom: 0;
}
.contact-form span {
    line-height: 65px;
}
.contact-form input[type="text"] {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.contact-form input[type="submit"] {
    float: right;
}
.contact-form textarea {
    height: 146px;
}
.contact-box {
    width: 100%;
    display: block;
}
.contact-box figure {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.contact-box figure:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #5513a0;
    position: absolute;
    left: -10px;
    top: -10px;
    opacity: 0.05;
    border-radius: 50%;
}
.contact-box figure img {
    height: 60px;
}
.contact-box h6 {
    color: #5513a0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}
.contact-box p {
    color: #8a8e96;
    font-weight: 300;
}
.contact-box a {
    display: block;
    color: #8a8e96;
    font-weight: 300;
    text-decoration: underline;
}
.contact-box a:hover {
    text-decoration: none;
}
.google-maps {
    width: 100%;
    display: block;
    position: relative;
    background: #5513a0;
}
.google-maps:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.google-maps iframe {
    width: 100%;
    height: 520px;
    display: block;
    border: none;
    mix-blend-mode: hard-light;
}
.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgb(18, 18, 18) 51%, rgba(0, 0, 0, 1) 100%);
    background-size: 200% auto;
    position: relative;
    padding-top: 220px;
    color: #000;
    /*border-top: 5px solid #fee13e;*/
}
.footer .logo {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.footer .logo a {
    display: block;
}
.footer .logo a img {
    height: 70px;
}
.footer .widget-title {
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 3px;
    color: #fee13e;
}
.footer p {
    color: #fff;
}
.footer ul {
    width: 100%;
    display: block;
    margin: 0;
    padding-left: 20px;
}
ul.ftr-links {
    padding: 0;
    list-style: none;
}
/*ul.ftr-links.service-links {
    width: 50%;
    float: left;
}*/*
.footer ul li {
    width: 100%;
    margin: 3px 0;
    padding: 2px 0;
	display: flex;
    align-items: flex-start;
}
ul.ftr-links li::before {
    content: "";
    background: #eea90b;
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 7px;
    border-radius: 50%;
}
.footer ul li a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
.footer ul li a:hover {
    color: #fee13e;
}
.footer form {
    width: 100%;
    display: block;
}
.footer form p {
    width: 100%;
    margin-bottom: 15px;
}
.footer form input[type="email"] {
    width: 100%;
    border: none;
    margin-bottom: 10px;
}
.footer form input[type="submit"] {
    background: #fee13e;
    color: #212539;
}
.footer .google-partner {
    width: 100%;
    display: block;
    margin: 50px 0;
}
.footer .google-partner img {
    height: 60px;
}
.footer .footer-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    font-size: 14px;
}

.footer .footer-bottom p,
.footer .footer-bottom a { margin-bottom:0px; color:#ccc; text-decoration:none; }

.footer span {
    display: inline-block;
}
.footer span:last-child {
    margin-left: auto;
}
.footer a {
    color: #fee13e;
    text-decoration: underline;
}
.footer a:hover {
    text-decoration: none;
}

.footer-social {
    margin: 1.4em 0px !important;
    list-style: none;
    display: table !important;
    padding: 0px !important;
}
.footer-social li {
    float: left;
    margin-right: 10px !important;
    width: auto !important;
}
.footer-social li a {
    height: 45px;
    width: 45px;
    display: block;
    float: left;
    background: rgb(42 42 42);
    border-radius: 50%;
    position: relative;
    text-align: center;
}
.footer-social li a span {
    color: #fff;
    font-size: 16px;
    line-height: 2.8;
}
.footer-social li a:hover {
    background: #fee13e;
}
.footer-social li a:hover span{ color: #000; }
.ftr-contact-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #fef200 !important;
    font-family: 'Poppins';
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.ftr-contact-title.pickup-text {
    line-height: 1.3;
}
ul.ftr-contactlinks {
    padding: 0px;
    list-style: none;
}
.ftr-contact .ftr-contactlinks li {
    display: flex;
    line-height: 1.5;
    margin-bottom: 15px;
}
.ftr-contact .ftr-contactlinks li .lni {
    width: 18px;
    font-size: 18px;
    padding-top: 2px;
    color: #fef200;
    margin-right: 16px;
	vertical-align: middle;
}
.ftr-contact .ftr-contactlinks li .text {
    color: #b2b2b2;
    font-size: 16px;
}

.ftr-contact .ftr-picdel-number { font-size: 1.92em; margin-bottom:0px;}
.ftr-contact .ftr-picdel-number a { color:#fff; text-decoration:none;}
.ftr-contact .ftr-picdel-number a:hover { color:#fef200; text-decoration:none;}

.scrollup {
    background-color: #fef200;
    border-radius: 50%;
    bottom: 25px;
    display: none;
    font-size: 14px;
    height: 50px;
    position: fixed;
    right: 10px;
    text-decoration: none!important;
    width: 50px;
    z-index: 99;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px;
}

.scrollup i {
    color: #000;
    /* display: block; */
    font-size: 30px;
    line-height: 2.2;
}
.pickup
{
	background-color: #fef200;
    border-radius: 50%;
    bottom: 65px;
    font-size: 14px;
    height: 70px;
    position: fixed;
    left: 10px;
    text-decoration: none!important;
    width: 70px;
    z-index: 99;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px;
}
.pickup i
{
	color: #000;
	margin-top: 8px;
	font-size: 20px;
}
.pickup span
{
	color: #000;
    display: block;
    line-height: 1.3;
    font-size: 13px;
	margin-top: -2px;
	
}
#RequestPickup .modal-header .close , #requestpickup-landing-page .modal-header .close
{
	background: transparent;
    color: #000;
    font-size: 24px;
}
@keyframes wrench {
0% {
    transform: rotate(-12deg)
}
8% {
    transform: rotate(12deg)
}
10% {
    transform: rotate(24deg)
}
18% {
    transform: rotate(-24deg)
}
20% {
    transform: rotate(-24deg)
}
28% {
    transform: rotate(24deg)
}
30% {
    transform: rotate(24deg)
}
38% {
    transform: rotate(-24deg)
}
40% {
    transform: rotate(-24deg)
}
48% {
    transform: rotate(24deg)
}
50% {
    transform: rotate(24deg)
}
58% {
    transform: rotate(-24deg)
}
60% {
    transform: rotate(-24deg)
}
68% {
    transform: rotate(24deg)
}
75% {
    transform: rotate(0deg)
}
}
a.ftr-whatsapp {
    background-color: #00ab40;
    border-radius: 50%;
    bottom: 64px;
    display: none;
    font-size: 14px;
    height: 50px;
    position: fixed;
    /* left: 10px; */
    right: 10px;
    text-decoration: none!important;
    width: 50px;
    z-index: 99;
    text-align: center;
    display: block;
    box-shadow: rgba(0,0,0,.16) 0px 2px 10px 0px;
    /*bottom: 10.5em;*/
}
.ftr-whatsapp i {
    font-size: 30px;
    color: #fff;
    line-height: 1.6;
    -webkit-animation: wrench 2.5s ease infinite;
}
a.ftr-call
{
    background-color: #fef200;
    border-radius: 50%;
    bottom: 148px;
    font-size: 14px;
    height: 50px;
    position: fixed;
    left: 10px;
    /*right: 10px;*/
    text-decoration: none!important;
    width: 50px;
    z-index: 99;
    text-align: center;
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 10px 0px;
    /*bottom: 15em;*/
}

.ftr-call i {
    font-size: 30px;
    color: #000;
    line-height: 1.6;
    -webkit-animation: wrench 2.5s ease infinite;
}
section.google-review-sec {
    background: #fee13e;
}
section.google-review-sec .review-desc {
    color: #000;
}
section.google-review-sec .review-author {
    color: #000;
    font-weight: 600;
}
section.google-review-sec .review-block {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 60px;
    padding: 10px;
    gap: 8px;
    margin-bottom: 14px;
}
section.google-review-sec .fa-star {
    color: #fee13e;
}
section.google-review-sec .row {
    row-gap: 20px;
}

/* New Offer Page Css */
 /* ===== Hero (old approved design) ===== */
   


  .page-template-new-offer-page {
    --ink: #141722;
    --muted: #626a7d;
    --paper: #fffaf0;
    --white: #ffffff;
    --soft: #f4f6fb;
    --yellow: #fff200;
    --gold: #f6c945;
    --purple: #5b1484;
    --green: #08a95f;
    --blue: #0f4c81;
    --line: #e1dfd8;
    --shadow: 0 18px 42px rgba(20, 23, 34, .12);
    --radius: 8px;
}
.page-template-new-offer-page .currency {
    font-family: 'UAEDirham', 'Montserrat', sans-serif !important;
    margin:0 2px;
}


.page-template-new-offer-page .hero {
      position: relative;
      overflow: hidden;
      background:linear-gradient(to right, rgba(144, 30, 193, 0.90) 0%, rgb(107, 73, 238, 0.90) 51%, rgba(144, 30, 193, 0.90) 100%);
    }
  .page-template-new-offer-page   .hero-inner {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
      padding: 110px 0 58px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 430px;
      gap: 46px;
      align-items: center;
    }
   .page-template-new-offer-page  .eyebrow {
      margin: 0 0 12px;
      color:#fff;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 2px;
      text-transform: uppercase;
    }
   .page-template-new-offer-page  h1,
    .page-template-new-offer-page  h2,
    .page-template-new-offer-page  h3,
    .page-template-new-offer-page  p {
      margin-top: 0;
    }
    .page-template-new-offer-page  h1 {
    font-size: 40px;
    font-weight: 800;
    color: #fee13e;
    text-transform: uppercase;
    letter-spacing: 4px;
    }
    .page-template-new-offer-page  .hero-copy {
       color:#fff;
    }
    .page-template-new-offer-page  .hero-actions,
    .page-template-new-offer-page  .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

  .page-template-new-offer-page  .button , .page-template-price-page  .button {
     
  height: 56px;
    line-height: 56px;
    display: inline-block;
    background: #fef200;
    padding: 0 28px;
    border-radius: 4px;
    font-weight: 600;
    color: #212539!important;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
     width: max-content;
    }

    .page-template-new-offer-page  .button:hover  , .page-template-price-page  .button:hover{
		text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	color:#000;
}

    .page-template-new-offer-page  .button-yellow {
      background: var(--yellow);
      color: var(--ink);
    }

    .page-template-new-offer-page  .button-green {
      background: var(--green);
      color: var(--white);
    }

    .page-template-new-offer-page  .hero-ticket {
      position: relative;
      min-height: 350px;
      padding: 35px;
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: var(--shadow);
    }

    .page-template-new-offer-page  .hero-ticket::before,
    .page-template-new-offer-page  .hero-ticket::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: #ffeb3b;
      border: 1px solid var(--line);
      transform: translateY(-50%);
    }

    .page-template-new-offer-page  .hero-ticket::before {
      left: -18px;
    }

    .page-template-new-offer-page  .hero-ticket::after {
      right: -18px;
    }

    .page-template-new-offer-page  .ticket-label {
      display: inline-flex;
      margin-bottom: 28px;
      padding: 8px 12px;
      border-radius: 8px;
      background: var(--yellow);
      color: var(--ink);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 1.2px;
    }

    .page-template-new-offer-page   .hero-ticket h2 {
      margin-bottom: 12px;
      color: var(--purple);
      font-size: 34px;
      line-height: 1.1;
    }

   .page-template-new-offer-page  .hero-ticket .amount {
      display: block;
      margin: 22px 0;
      font-size: 50px;
      font-weight: 900;
      line-height: 1;
    }

   .page-template-new-offer-page  .hero-ticket p {
      color: var(--muted);
      font-weight: 600;
    }

    .page-template-new-offer-page .strip {
      background: var(--ink);
      color: var(--white);
    }

    .page-template-new-offer-page .strip-inner {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
      padding: 18px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      font-size: 14px;
      font-weight: 700;
    }

   .page-template-new-offer-page  .strip strong {
      color: var(--yellow);
    }

   .page-template-new-offer-page  main {
      background:
        linear-gradient(rgba(244, 246, 251, .9), rgba(244, 246, 251, .96)),
        url("data:image/svg+xml,%3Csvg width='420' height='240' viewBox='0 0 420 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%235b1484' stroke-opacity='.09' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M30 52c45-24 92-24 137 0s91 24 136 0c28-15 57-19 87-10'/%3E%3Cpath d='M68 50v52h56V50l-18 15-10-15-10 15z'/%3E%3Cpath d='M172 50c20 16 40 16 60 0l20 18-21 31h-58l-21-31z'/%3E%3Cpath d='M286 54h55l12 49h-80z'/%3E%3Cpath d='M60 152h108M60 176h148M250 150h100l-20 38H230z'/%3E%3Cpath d='M310 150l16 38M274 150l-18 38'/%3E%3C/g%3E%3Cg fill='none' stroke='%23fff200' stroke-opacity='.38' stroke-width='3'%3E%3Cpath d='M18 204h64l14-26H32z'/%3E%3Cpath d='M326 28h58l14 24h-58z'/%3E%3C/g%3E%3C/svg%3E");
      background-size: auto, 420px 240px;
    }

    .page-template-new-offer-page .section {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
      padding: 74px 0;
    }

    .page-template-new-offer-page  .section-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 28px;
    }

   .page-template-new-offer-page  .section-head p {
      max-width: 620px;
      margin-bottom: 0;
      color: var(--muted);
    }

    .page-template-new-offer-page  .count-pill {
      flex: 0 0 auto;
      padding: 12px 18px;
      border-radius: 8px;
      background: var(--white);
      color: var(--purple);
      font-weight: 900;
      box-shadow: 0 10px 26px rgba(20, 23, 34, .08);
    }

    .page-template-new-offer-page .coupon-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    .page-template-new-offer-page .coupon {
      position: relative;
      display: grid;
      grid-template-rows: auto 1fr auto;
      min-height: 330px;
      overflow: hidden;
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: 0 14px 34px rgba(20, 23, 34, .09);
    }

   .page-template-new-offer-page  .coupon::before,
   .page-template-new-offer-page  .coupon::after {
      content: "";
      position: absolute;
      top: 112px;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: var(--soft);
      z-index: 2;
    }

    .page-template-new-offer-page .coupon::before {
      left: -13px;
    }

    .page-template-new-offer-page .coupon::after {
      right: -13px;
    }

    .page-template-new-offer-page .coupon-top {
      min-height: 126px;
      padding: 24px;
      background: var(--purple);
      color: var(--white);
    }

   .page-template-new-offer-page  .coupon-top.yellow {
      background: var(--yellow);
      color: var(--ink);
    }

    .page-template-new-offer-page .coupon-top.blue {
      background: var(--blue);
    }

    .page-template-new-offer-page .coupon-top.green {
      background: var(--green);
    }

    .page-template-new-offer-page .coupon-price {
     font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 16px;
    }

    .page-template-new-offer-page .coupon-kicker {
      display: block;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      opacity: .85;
    }

    .page-template-new-offer-page .coupon-body {
      padding: 26px 24px 18px;
      border-left: 1px solid var(--line);
      border-right: 1px solid var(--line);
    }

    .page-template-new-offer-page .coupon h3 {
      margin-bottom: 12px;
      font-size: 22px;
      line-height: 1.22;
    }

    .page-template-new-offer-page .coupon h4 {
      margin: 0 0 10px;
      color: var(--purple);
      font-size: 14px;
      font-weight: 900;
    }

    .page-template-new-offer-page .coupon p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 500;
    }

    .page-template-new-offer-page .coupon-foot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 18px 24px 24px;
      border: 1px solid var(--line);
      border-top: 1px dashed #c9c5bc;
      border-radius: 0 0 var(--radius) var(--radius);
      background: var(--white);
    }

    .page-template-new-offer-page .coupon-code {
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      width:max-content;
    }

    .page-template-new-offer-page .coupon-meta {
      display: grid;
      gap: 6px;
    }

    .page-template-new-offer-page .terms-badge {
      padding: 5px 8px;
      border-radius: 6px;
      background: #fff8c9;
      color: var(--purple);
      font-size: 11px;
      font-weight: 900;
      line-height: 1;
      text-transform: uppercase;
      width: max-content;
    }

    .page-template-new-offer-page .coupon .button {
      padding: 9px 14px;
      height:unset;
      font-size:14px;
      line-height:unset;
       width: max-content;
    }
  .page-template-new-offer-page .coupon-meta {
    display: grid;
    gap: 10px;
}
   .page-template-new-offer-page  .prepaid {
     background: linear-gradient(to right, rgba(144, 30, 193, 0.90) 0%, rgb(107, 73, 238, 0.90) 51%, rgba(144, 30, 193, 0.90) 100%);
    }

    .page-template-new-offer-page  .prepaid-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

   .page-template-new-offer-page  .membership {
      position: relative;
      overflow: hidden;
      min-height: 360px;
      padding: 30px;
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: var(--shadow);
      border-top: 8px solid var(--yellow);
    }

    .page-template-new-offer-page .membership.featured {
      background: var(--white);
      color: var(--ink);
    }

    .page-template-new-offer-page .membership.featured p,
    .membership.featured li {
      color: var(--muted);
    }

    .page-template-new-offer-page .membership h3 {
      margin-bottom: 14px;
      font-size: 22px;
      line-height: 1.16;
    }

    .page-template-new-offer-page .membership .pay {
      display: inline-flex;
      margin-bottom: 26px;
      padding: 10px 12px;
      border-radius: 8px;
      background: var(--yellow);
      color: var(--ink);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .page-template-new-offer-page  .membership .credit {
      display: block;
      margin-bottom: 12px;
      color: var(--purple);
      font-size: 30px;
      font-weight: 900;
      line-height: 1.05;
    }

   .page-template-new-offer-page  .membership.featured .credit {
      color: var(--purple);
    }

    .page-template-new-offer-page .membership h4 {
      margin: 0 0 12px;
      font-size: 16px;
    }

    .page-template-new-offer-page .membership ul {
      margin: 18px 0 0;
      padding-left: 19px;
      color: var(--muted);
      font-size: 14px;
    }

    .page-template-new-offer-page .membership li + li {
      margin-top: 8px;
    }

   .page-template-new-offer-page  .info-band {
      background: var(--white);
    }

   .page-template-new-offer-page  .info-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }

    .page-template-new-offer-page .info-box {
      padding: 34px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: 0 12px 30px rgba(20, 23, 34, .06);
    }

   .page-template-new-offer-page .info-box h2 {
    margin-bottom: 18px;
    font-size: 24px;
    font-weight:600;
    border-bottom: 1px solid #000;
    padding-bottom: 16px;

    }

    .page-template-new-offer-page .info-box ul {
      margin: 0;
      padding-left: 20px;
      color: var(--muted);
    }

    .page-template-new-offer-page .info-box li + li {
      margin-top: 8px;
    }

    .page-template-new-offer-page .cta {
      background:
        repeating-linear-gradient(135deg, rgba(20, 23, 34, .08) 0, rgba(20, 23, 34, .08) 2px, transparent 2px, transparent 24px),
        var(--yellow);
    }

    .page-template-new-offer-page .cta-inner {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
      padding: 56px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 26px;
    }

    .page-template-new-offer-page .cta-inner h2 {
      margin-bottom: 8px;
     font-size: 32px;
      font-weight: 600;
      color: #212539;
      line-height: 1.1;
    }

    .page-template-new-offer-page .cta-inner p {
      max-width: 650px;
      margin-bottom: 0;
      color: #393407;
    }
 .page-template-new-offer-page .cta-inner .button{
        background: #ffffff;
 }
   .page-template-new-offer-page .cta-inner .button-green{
    background:#08a95f;
    color:#fff !important;
   }

/* And Of Page */

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1200px){
     .page-template-new-offer-page .hero-inner {
    width: min(1180px, calc(95 - 30px));}
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    .slider .slider-content .swiper-slide .inner h2 {
        font-size: 46px;
    }
    .slider .divider {
        height: 70vh;
    }
    .navbar .navbar-button a span {
        display: none;
    }
    .section-title {
        padding-right: 20%;
    }
    .price-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 30px;
    }
    .price-box a {
        padding: 0 40px;
    }
    .cases figure figcaption {
        max-height: 70px;
    }
    .cases figure figcaption h6 {
        font-size: 16px;
    }
    .contact-form input[type="submit"] {
        float: left;
    }
    .page-template-new-offer-page .hero-inner {
    width: min(1180px, calc(92% - 25px));}
    .page-template-new-offer-page .hero-ticket .amount {margin: 12px 0;font-size: 45px;}
    .page-template-new-offer-page .coupon-top {
    min-height: 105px;    padding: 20px;}
    .page-template-new-offer-page .coupon::before, .page-template-new-offer-page .coupon::after {
    top: 95px;}
    .page-template-new-offer-page .membership{padding:25px;}
    .page-template-new-offer-page .membership .credit { font-size: 27px;}
.page-template-new-offer-page .coupon-price {font-size: 27px;}

}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .search-box .inner {
        max-width: 100%;
        width: 100%;
        padding: 0 10%;
    }
    .navbar .navbar-button a span {
        display: inline-block;
    }
    .navbar .site-menu {
        display: none;
    }
    .navbar .custom-menu {
        display: none;
    }
    .side-widget .hide-mobile {
        display: none;
    }
    .side-widget .show-mobile {
        display: block;
    }
    .slider {
        height: auto;
    }
    /*.slider .slider-content {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    .slider .slider-main {
        width: 100%;
    }*/
    .slider .header-box {
        left: 15px;
    }
    .slider .controls {
        display: none;
    }
    .section-title {
        padding: 0;
    }
    .section-title h2 {
        font-size: 50px;
    }
    .all-cases li {
        width: 50%;
    }
    .case-gallery li {
        width: 50%;
        margin-top: 0 !important;
    }
    .counter-box {
        margin: 15px 0 !important;
        width: 100%;
    }
    .price-box {
        margin-top: 50px !important;
    }
    .price-box a {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .recent-news {
        margin: 15px 0;
    }
    .contact-form span {
        width: 100%;
        float: left;
    }
    .footer .col-md-6 {
        margin-bottom: 40px;
    }
    .page-template-new-offer-page .section {
    padding: 60px 0;
}
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .side-widget {
        width: 68%;
        box-shadow: 0;
    }
    .navbar .hamburger-menu {
        margin-left: 20px;
    }
    .navbar .navbar-button {
        margin-left: 20px;
    }
    .navbar .navbar-button a span {
        display: none;
    }
    .navbar .navbar-button a img {
        margin-left: 0;
    }
    .slider .slider-content .swiper-slide .inner {
        padding-right: 0;
    }
    .slider .slider-content .swiper-slide .inner h2 {
        font-size: 32px;
    }
    .slider .slider-main {
        height: 70vh;
    }
    .slider .header-box {
        left: 30px;
        bottom: -30px;
    }
    .page-header .divider {
        height: 30%;
    }
    .section-title {
        margin-bottom: 40px;
    }
    .section-title h2 {
        font-size: 38px;
    }
    .section-title h6:after {
        display: none;
    }
    .page-header .container h1 {
        font-size: 42px;
    }
    .recent-cases-slider {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .icon-box {
        padding: 0;
    }
    .cta-bar .cta-box h2 {
        font-size: 40px;
    }
    .cta-bar .cta-box h2 br {
        display: none;
    }
    .left-yellow:before {
        width: 70%;
    }
    .col-lg-6 .image {
        margin-top: 40px;
    }
    .all-cases li {
        width: 100%;
        margin: 15px 0;
    }
    .case-gallery li {
        width: 100% !important;
    }
    .cta-box-sm {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        padding: 30px;
    }
    .cta-box-sm a {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 0;
    }
    /*.tab-wrapper .tab-nav li span {
        display: none;
    }*/
    .tab-wrapper .tab-nav li.active:before {
        display: none;
    }
    .tab-wrapper .tab-nav li.active a small {
        color: #fee13e;
    }
    .tab-wrapper .tab-item {
        width: 100%;
        margin: 0;
        padding: 30px;
    }
    .side-content {
        margin-top: 40px;
    }
    .side-content h2 {
        font-size: 40px;
    }
    .testimonials-slider .button-prev {
        margin-top: 0;
    }
    .testimonials-slider .button-next {
        margin-top: 0;
    }
    .testimonials-slider {
        margin-top: 40px;
    }
    .logo-item {
        border: 1px solid #eee;
        margin: 5px 0;
        padding: 20px 10px;
    }
    .col-lg-4 .image {
        margin-bottom: 40px;
    }
    .blog-post h3 {
        font-size: 30px;
    }
    .steps-slider .swiper-slide figure {
        width: 100%;
        margin-bottom: 30px;
    }
    .steps-slider .swiper-slide .content {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .steps-slider .swiper-slide .content p {
        margin: 0;
        padding: 0;
    }
    .steps-slider .controls {
        display: none;
    }
    .accordion {
        padding-right: 0;
    }
    .google-maps iframe {
        height: 320px;
    }
    .office-slider .swiper-slide {
        max-width: 100%;
        padding: 0 15px;
    }
    .office-slider .button-prev {
        display: none;
    }
    .office-slider .button-next {
        display: none;
    }
    .pagination {
        margin-bottom: 50px;
    }
    .sidebar {
        padding-left: 0;
    }
    .pagination .page-item .page-link {
        padding: 0 20px;
    }
    .contact-form .form-group:nth-child(2) {
        margin-bottom: 0;
    }
    .contact-form span {
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .footer .google-partner img {
        height: 40px;
    }
    .footer span:last-child {
        margin-left: 0;
        margin-top: 5px;
    }
}

 @media (max-width: 1020px) {
      .nav-links {
        display: none;
      }

     .page-template-new-offer-page .hero-inner,
      .prepaid-grid {
        grid-template-columns: 1fr;
      }

      .page-template-new-offer-page .coupon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

     .page-template-new-offer-page .section-head {
        align-items: flex-start;
        flex-direction: column;
      }

     .page-template-new-offer-page .cta-inner {
        align-items: flex-start;
        flex-direction: column;
      }
      .page-template-new-offer-page .prepaid-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
    }

    @media (max-width: 680px) {
     
      .page-template-new-offer-page .hero-inner,
      .section {
        padding-top: 52px;
        padding-bottom: 52px;
      }

      .page-template-new-offer-page .coupon-grid,
      .info-grid {
        grid-template-columns: 1fr;
      }

      .page-template-new-offer-page .strip-inner {
        align-items: flex-start;
        flex-direction: column;
      }

     .page-template-new-offer-page .hero-ticket {
        min-height: auto;
      }

      .page-template-new-offer-page.hero-ticket .amount {
        font-size: 52px;
      }

      .page-template-new-offer-page .coupon {
        min-height: auto;
      }

      .page-template-new-offer-page .coupon-meta { gap: 6px;}
      .page-template-new-offer-page h1 {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 1px;
}
.page-template-new-offer-page .hero-actions, .page-template-new-offer-page .cta-actions {
    margin-top: 20px;
}
.page-template-new-offer-page .coupon-top {
        min-height: 82px;
        padding: 16px;
    }
.page-template-new-offer-page .coupon::before, .page-template-new-offer-page .coupon::after {
        top: 80px;
    }
        .page-template-new-offer-page .coupon-price {
        font-size: 22px;
    }
    .page-template-new-offer-page .eyebrow {
    margin: 0 0 2px;}
        .page-template-new-offer-page .section {
        padding: 40px 0;
    }
.page-template-new-offer-page .button {
    height: 49px;
    line-height: 52px;}
    .page-template-new-offer-page .hero-ticket h2 {margin-bottom: 12px;font-size: 28px;}
     .page-template-new-offer-page .prepaid-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
.page-template-new-offer-page .cta-inner {
    gap: 0px;
}
.page-template-new-offer-page .info-box h2 {
    margin-bottom: 18px;
    font-size: 21px;
}
.page-template-new-offer-page .info-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
.page-template-new-offer-page .info-box {
    padding: 25px;}
    .page-template-new-offer-page .cta-inner h2 {
    font-size: 26px;}
.page-template-new-offer-page .section-head {
   
    gap: 14px;}
    .page-template-new-offer-page .hero-ticket .amount {
        font-size: 37px;
    }
    .page-template-new-offer-page .hero-inner {
    gap: 34px;}
    }
@media(max-width:480px){
        .page-template-new-offer-page .hero-inner, .section {
        padding-top: 78px;
        padding-bottom: 48px;
    }
    .page-template-new-offer-page .button {
     height: 41px;
    line-height: 40px;
    padding: 1px 14px;
    font-weight: 500;
    font-size: 13px;}

    .page-template-new-offer-page .hero-ticket h2 {
        font-size: 20px;
    }
    .page-template-new-offer-page .ticket-label {
    margin-bottom: 20px;}
.page-template-new-offer-page .count-pill {
   
    padding: 9px 14px;
    font-size:13px;
    font-weight: 500;}
}
/*# sourceMappingURL=style.css.map */


/*.about-wrap { padding-left: 3em; }*/


.service-box{
background-color: #fff;
    margin-bottom: 30px;
	padding:36px 26px 26px 26px;
    -webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
	min-height:20em;
}

.service-box .service-title {
    font-size: 22px;
	margin-bottom:14px;
}
.service-box .service-title a:hover{ text-decoration:none; color:#ffaf00;}
.calltoactionfrm {
    margin: -1em 3em 0px;
    border: 4px solid #fef200;
    padding: 2em;
}
.calltoactionfrm .form-group {
    padding: 0 8px;
}
.calltoactionfrm .form-group input:not([type="submit"]),
.calltoactionfrm .form-group textarea,
.calltoactionfrm .form-group select
{
	border-top: medium none;
    box-shadow: none;
    border-radius: 0px;
    border-right: medium none;
    border-left: medium none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.57);
    color: #000;
    padding: 12px 8px;
    height: auto;
    background: no-repeat;
	font-size: 14px;
	width:100%;
}

.calltoactionfrm .form-group input[type="submit"] {
    background: #000000;
    height: auto;
    font-size: 20px;
    padding: 16px 32px;
	margin-top:16px;
}

.calltoactionfrm .form-group input::placeholder, 
.calltoactionfrm .form-group textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.calltoactionfrm .form-group input:-ms-input-placeholder,
.calltoactionfrm .form-group textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #000;
}

.calltoactionfrm .form-group input::-ms-input-placeholder,
.calltoactionfrm .form-group textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.calltoactionfrm .form-group select {
    appearance: auto;
    height: auto;
    padding-bottom: 15px;
}

.pickup-phone .pickup-text {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.pickup-phone a {
    font-size: 2em;
    font-weight: 600;
    color: #000;
}

.pickup-phone a:hover { text-decoration:none;}

.calltoaction-phone .or {
    display: inline-block;
    margin: 16px;
    position: relative;
}

.calltoaction-phone .or::after {
    content: '';
    background: #000;
    width: 60px;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-right: 12px;
    left: 22px;
}
.calltoaction-phone .or::before {
    content: "";
    background: #000;
    width: 60px;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-right: 12px;
    right: 12px;
}
.process-section { position:relative;}

.process-section::after {
	content: '';
    background-image: url(../images/process-bg.png);
    background-position: right 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
	background-size: contain;
	z-index:-1;
}

.process-section .process-text-wrap h3 , .process-section .process-text-wrap .heading {
    font-size: 41px;
    font-weight: 600;
}
.process-section .steps-slider .swiper-slide figure {
    /* width: 45%; */
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 2;
}

.process-section .steps-slider .swiper-slide .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    background-color: #fff;
    width: 435px;
    height: 435px;
    border: 13px solid #f1f4f1;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 18px rgba(241,241,241,.75);
    box-shadow: 0 10px 18px rgba(241,241,241,.75);
    padding: 46px 0 0 0;
    right: -206px;
    top: 3px;
}
.process-section .process-sec-steps .steps-slider .swiper-slide .content { right: -160px; }
.process-section .steps-slider .swiper-slide .content span {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #fafafa;
    font-size: 160px;
    position: absolute;
    top: -30px;
    left: calc(50% - 10px);
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    letter-spacing: -0.02em;
    border: none;
}
.process-section .steps-slider .swiper-slide .content h3 {
	color: #000;
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 36px;
    z-index: 2;
    padding-left: 2.6em;
    line-height: 1.2;
    padding-top: 2px;
}

.process-section .steps-slider .swiper-slide .content p {
    width: 100%;
    display: block;
    color: #000;
    padding-right: 34px;
    padding-left: 6.3em;
    position: relative;
}
.process-section .steps-slider .controls {
    width: 45%;
    position: relative;
    left: 44%;
    top: -1em;
    z-index: 1;
}

.process-section .steps-slider .controls .swiper-pagination { color:#000; }
.home-slider:before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgba(144, 30, 193, 0.90) 0%, rgb(107, 73, 238, 0.90) 51%, rgba(144, 30, 193, 0.90) 100%);
    background-size: 200% auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wave-area {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 1
}

.wave {
    background: url("../images/wave.svg") repeat-x;
    position: absolute;
    top: -100px;
    width: 6400px;
    height: 100px;
    animation: wave 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0)
}

.wave:nth-of-type(2) {
    top: -56px;
    animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1
}

@keyframes wave {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -1600px
    }
}

@keyframes swell {
    0%,
    100% {
        transform: translate3d(0, -45px, 0)
    }
    50% {
        transform: translate3d(0, 5px, 0)
    }
}
.featured-blockCvr:nth-child(2) {
    margin-top: 2em;
}
.featured-blockCvr:nth-child(3) {
    margin-top: -2em;
}
.featured-block {
    padding: 2em;
    /* background: red; */
    margin-bottom: 2em;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}

.divider-img {
    content: '';
    background-image: url(../images/divider-img.png);
    width: 146px;
    height: 10px;
    display: block;
    background-repeat: no-repeat;
    margin: 10px 0px;
}
.divider-img.center-align {
margin: 16px auto 10px;
}
.feature-about .feature-desc {font-size: 17px;}

.req-callCvr span.lead {
    margin: 0px 12px;
    display: inline-block;
    font-size: 18px;
}

a.req-call {
    line-height: 1.2;
    font-size: 1.2em;
    vertical-align: middle;
}
.req-callCvr .req-call i {
    font-size: 1.6em;
    background: #fef200;
    color: #000;
    padding: 13px;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    text-align: center;
	margin-right: 4px;
    vertical-align: middle;
}

.exp {
    display: inline-flex;
    align-items: center;
    margin-top: -1em;
	margin-right:2em;
}

.exp .exp-text.exp-year {
    font-size: 4em;
    margin-right: 8px;
    color: #000;
    /* margin-bottom: 0; */
    font-weight: 600;
}

.exp .exp-text {
    display: inline;
    margin-bottom: 0;
    /* color: #b69b02; */
    /* font-weight: 600; */
}

.express-icon img {
    margin-top: -12px;
}

.about-collage {position: relative;}
/*.about-section{ padding-bottom:14em;}*/
.about-section{ padding-bottom:6em;}
.about-section .about-wrap {
    padding-left: 5em;
    margin-top: 2em;
}
.about-left-side .about-thumb-mid {
	position: absolute;
	top: -90px;
	left: -220px;
}
.about-left-side .about-thumb-sml {
	position: absolute;
	right: 20px;
	bottom: -45px;
}
.about-left-side {
    position: relative;
    margin-top: -16em;
}
.about-left-side-2 .about-thumb-mid {
	position: inherit;
	text-align: right;
	top: -125px;
	left: 0px !important;
}
.about-left-side-2 .about-thumb-sml {
	position: absolute;
	top: 115px;
	right: -20px;
}
.about-left-side-2 .about-thumb-box {
	position: absolute;
	background: #fef200;
	padding: 44px 30px;
	text-align: center;
	-webkit-box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
	        box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
	top: 80px;
	left: 70px;
	z-index: 3;
}

.about-thumb-box::before {
    right: 0;
    content: "";
    border: 3px solid black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    left: -14px;
    bottom: -14px;
    display: block;
}
.about-left-side-2 .about-thumb-box .title {
    color: #000000;
    font-size: 80px;
    vertical-align: middle;
    display: inline-table;
    font-family: Poppins;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}
.about-left-side-2 .about-thumb-box span.value {
    font-size: 40px;
}
.about-left-side-2 .about-thumb-box .title .year {
	font-size: 16px;
	display: block;
	margin-top: -5px;
}
.about-left-side-2 .about-thumb-box .title .plus {
	font-size: 16px;
}
.about-left-side-2 .about-thumb-big {
	position: relative;
	z-index: 2;
}
.about-left-side-2 .about-thumb-mid-wrap {
	position: absolute;
	right: -50px;
}
.serviceCvr{
padding: 180px 0 180px;
    /*background: linear-gradient(180deg, #f8f9fb 35%, transparent 100%);*/
	background:#f8f9fb;
    position: relative;
}
.shape-top {
    background-image: url(../images/footer-top.svg);
    background-size: 100% 204px;
    top: 0;
    height: 180px;
    z-index: 1;
    margin-top: -1px;
    position: absolute;
    width: 100%;
    pointer-events: none;
    transform: rotate(180deg);
}

.shape-bottom {
    background-image: url(../images/footer-top.svg);
    background-size: 100% 204px;
    bottom: 0;
    height: 180px;
    z-index: 1;
    margin-top: -1px;
    position: absolute;
    width: 100%;
    pointer-events: none;
    /* transform: rotate(180deg); */
}
.servicebox-inner {
	margin: 0 auto 40px;
    width: 97%;
}
.servicebox-inner .servicebox-inner__img {
    position: relative;
}

.servicebox-inner .servicebox-inner__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),color-stop(56%,transparent));
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent 56%);
}
.servicebox-inner .servicebox-inner__img img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.05);
    box-shadow: 0 15px 20px rgba(0,0,0,.05);
}

@media (max-width: 1500px){
.servicebox-inner .servicebox-inner__description {
    padding: 22px 17px;
    font-size: 15px;
    line-height: 24px;
}}
.servicebox-inner .servicebox-inner__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding:35px 30px 56px;
}

@media (max-width: 1500px){
.servicebox-inner .servicebox-inner__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}}
.servicebox-inner .servicebox-inner__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

/*@media (max-width: 1500px){
.servicebox-inner .servicebox-inner__row .servicebox-inner__icon {
    margin-top: 8px;
}}*/
@media (max-width: 1500px){
.servicebox-inner .servicebox-inner__icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
}}
.servicebox-inner .servicebox-inner__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90px;
    height: 90px;
    min-width: 90px;
    background: -webkit-gradient(linear,right top,left top,from(#fef200),to(#fee13e));
    background: linear-gradient(to left,#fef200,#fee13e);
    border-radius: 50%;
    color: #fff;
    fill: #fff;
    font-size: 60px;
    line-height: 1;
}
.servicebox-inner .servicebox-inner__icon a { display:inherit;}
@media (max-width: 1500px){
.servicebox-inner .servicebox-inner__icon img {
    max-width: 35px;
	    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
}
.servicebox-inner .servicebox-inner__icon img {
    max-width: 60px;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 1500px){
.servicebox-inner .servicebox-inner__icon img {
    max-width: 43px;
    height: auto;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
}
.servicebox-inner .servicebox-inner__icon img {
    max-width: 56px;
    height: auto;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 1500px){
.servicebox-inner .servicebox-inner__icon+.servicebox-inner__content {
    margin-left: 16px;
}
}
.servicebox-inner .servicebox-inner__icon+.servicebox-inner__content {
    margin-left: 26px;
}
.servicebox-inner .servicebox-inner__content {
    color: #fff;
    max-width: 320px;
}

@media (max-width: 1500px){
.servicebox-inner .servicebox-inner__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2px;
}
}
.servicebox-inner .servicebox-inner__title {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0 0 4px 0;
    position: relative;
    display: inline-block;
}
.servicebox-inner .servicebox-inner__title a {color: #fff;}
.servicebox-inner .servicebox-inner__title a:hover {text-decoration:none;}

.servicebox-inner:hover .servicebox-inner__title a{ color: #fee13e;}
@media (max-width: 1500px){
.servicebox-inner .servicebox-inner__title:before {
    bottom: 2px;
}
}
.servicebox-inner .servicebox-inner__title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}

.servicebox-inner .servicebox-inner__title+* {
    margin-top: 0;
	color: #f0f0f0;
}
.servicebox-inner:hover .servicebox-inner__row .servicebox-inner__icon img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bloglistCvr {}
.bloglistCvr .blog-block{
	    background-color: #fff;
    margin-bottom: 10px;
-webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}

.bloglistCvr .blog-block .blog-thumbnail img{ width:100%;}
.bloglistCvr .blog-block{ position:relative;}
.bloglistCvr .blog-block .blog-content
{
    padding:32px 25px 25px 25px;
    position: relative;
}
.bloglistCvr .blog-block .blog-content .blog-date {
    background-color: #fef200;
    position: absolute;
    left: 25px;
    top: -40px;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #000;
}
.bloglistCvr .blog-block .blog-content .blog-date .blog-entry-date .post-date {
    height: 60px;
    width: 60px;
    display: block;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-size: 20px;
    color: #000000;
    font-weight: 800;
}
.bloglistCvr .blog-block .blog-content .blog-date .blog-entry-date .post-date .post-month { font-size: 12px; }
.bloglistCvr .blog-block .blog-content .post-title{min-height: 3.2em;}
.bloglistCvr .blog-block .blog-content .post-title a {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
	display: block;
}
.bloglistCvr .blog-block .blog-content .post-title a:hover { color:#fee13e; } 
.bloglistCvr .blog-block .blog-content .post-desc {
    padding: 12px 0 14px;
}

.bloglistCvr .blog-block .blog-content .post-link {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.bloglistCvr .blog-block .blog-content .post-link:hover{ color:#fee13e;}
.bloglistCvr .blog-block .blog-content .post-link i {font-size: 10px;}
.location-section::after {
    background: url(../images/location-bg.png);
    content: "";
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    background-size: cover;
    background-position: top;
    /* z-index: -1; */
}
.location-listCvr {
    display: table;
    padding: 0;
    margin: 1.2em 0px 0px;
    list-style: none;
}

.location-listCvr li {
    float: left;
    width: 33.33%;
    padding: 0 16px;
    margin-bottom: 12px;
    display:flex;
}
.location-listCvr li::before {
    content: "\eb1c";
    font: normal normal normal 1em/1 'LineIcons';
    color: #ffd800;
    margin-right: 7px;
}
/*.testimonials-sec{ background:#fef200;
	background:linear-gradient(0deg, #f8f9fb 35%, transparent 100%);
}*/
.testimonials-sec {
    background: url(../images/testimonials-bg.jpg);
    /* background: linear-gradient(0deg, #f8f9fb 35%, transparent 100%); */
    background-size: cover !important;
    position: relative;
}
.testimonials-sec::before {
    content: "";
    background: #fef200;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.96;
}

.blog-sec{ background:linear-gradient(to bottom, #f8f9fb 35%, transparent 100%); }
.cust-testimonial{
    margin: 0 15px;
    overflow: hidden;
}

.cust-testimonial .cust-testi-description {
    position: relative;
    font-size: 16px;
    line-height: 1.9;
    color: #000;
    padding: 30px 20px;
    border: 1px solid #000000;
    border-left: 3px solid #000000;
	background:#fef200;
}

.cust-testimonial .cust-testi-description:before {
        content: "\eb65";
    font: normal normal normal 1em/1 'LineIcons';
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 3em;
    color: #000;
    text-align: center;
    position: relative;
    top: 4px;
    left: 0;
}
.cust-testimonial .cust-testi-description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fef200;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    bottom: -11px;
    right: 46px;
    transform: skewY(-45deg);
}

.cust-testimonial .cust-testi-prof{
    text-transform: capitalize;
    margin: 0 30px;
}
.cust-testimonial .cust-testi-prof .cust-testi-name {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 5px 0;
    text-align: right;
    font-family: 'Poppins';
}

.testimonials-sec .owl-theme .owl-controls{
    margin-top:45px;
}

.testimonials-sec .owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    background: #333;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.testimonials-sec .owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    background: #000;
}

.bubbleContainer div[class^=bubble-] {
    height: 1px;
    width: 1px;
    position: absolute;
    background: url(../images/bubbles-01.png) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.bubble-1 {
    bottom: -5px;
    left: 68%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -6.57s;
    animation: bubble-animation 4.5s infinite ease-in -6.57s;
}
.bubble-2 {
    bottom: -71px;
    left: 97%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -5.07s;
    animation: bubble-animation 4.5s infinite ease-in -5.07s;
}
.bubble-3 {
    bottom: -71px;
    left: 43%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -6.73s;
    animation: bubble-animation 4.5s infinite ease-in -6.73s;
}
.bubble-4 {
    bottom: -3.8px;
    left: 82%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -4.04s;
    animation: bubble-animation 4.5s infinite ease-in -4.04s;
}
.bubble-5 {
    bottom: -73.4px;
    left: 29%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -3.11s;
    animation: bubble-animation 4.5s infinite ease-in -3.11s;
}
.bubble-6 {
    bottom: -71px;
    left: 41%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -5.95s;
    animation: bubble-animation 4.5s infinite ease-in -5.95s;
}
.bubble-7 {
    bottom: -79.4px;
    left: 14%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -3.68s;
    animation: bubble-animation 4.5s infinite ease-in -3.68s;
}
.bubble-8 {
    bottom: -115.4px;
    left: 90%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -3.89s;
    animation: bubble-animation 4.5s infinite ease-in -3.89s;
}
.bubble-9 {
    bottom: -44.6px;
    left: 33%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -1.09s;
    animation: bubble-animation 4.5s infinite ease-in -1.09s;
}
.bubble-10 {
    bottom: -6.2px;
    left: 59%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -.96s;
    animation: bubble-animation 4.5s infinite ease-in -.96s;
}

@-webkit-keyframes bubble-animation{0%{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);height:1px;width:1px}100%{-webkit-transform:translate3d(-50%,-280px,0);transform:translate3d(-50%,-280px,0);height:75px;width:75px}}@keyframes bubble-animation{0%{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);height:1px;width:1px}100%{-webkit-transform:translate3d(-50%,-280px,0);transform:translate3d(-50%,-280px,0);height:75px;width:75px}}

/*** About page ***/

.page-banner{
    width: 100%;
    height: 540px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-image: url(../images/dubai-cityscape.jpg);
    background-size: cover;
    position: relative;
	z-index:1;
	overflow:hidden;
}
.page-banner:before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgba(144, 30, 193, 0.90) 0%, rgb(107, 73, 238, 0.90) 51%, rgba(144, 30, 193, 0.90) 100%);
    background-size: 200% auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index:-1;
}
.page-banner .container h1 {
    font-size: 40px;
    font-weight: 800;
    color: #fee13e;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.page-banner .container p {
    width: 100%;
    display: block;
    margin: 0;
    color: #fff;
}
.page-banner .divider {
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index:-1;
}
.about-featuredCvr{ padding-top:5em;}
.about-featuredCvr .featured-blockCvr:nth-child(odd) {
    margin-top: -3em;
}
.about-featuredCvr .featured-blockCvr  .featured-block{
	-webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgb(254 225 60 / 60%);
	min-height: 244px;
    border-style: double;
box-shadow: none;	
}
.about-featuredCvr .featured-blockCvr  .featured-block .featured-block-title{font-size: 16px;line-height: 1.2;}

.facility-blockCvr .facility-content .facility-title {width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 36px; text-transform:uppercase;}
.service-tab .tab-nav li small {
    font-size: 14px;
    font-weight: bold;
}
.service-tab .tab-nav li{ width:176px;}
.service-tab .tab-nav li span {
    position: relative;
    z-index: 1;
	background:none;
}

.service-tab .tab-nav li span::before {
    width: 60px;
    height: 60px;
    line-height: 105px;
    display: inline-block;
    background: #fef20070;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 32px;
    color: #5513a0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: absolute;
    content: '';
    z-index: -1;
}

.service-tab .tab-nav li span img {
    /* width: 100%; */
    margin-bottom: 16px;
}

.service-tab .tab-item .tab-content .inner-heading-tag{ color: #212539; }
.question-mark {
    padding: 0 3em;
}
.location-map{
 position: relative;
  width: 500px;
  height:420px;
 border-radius: 60% 40% 38% 62% / 51% 41% 59% 49%;
  overflow: hidden;
  margin: 50px auto 50px auto;
}

.location-map .place-card.place-card-large {
    display: none !important;
}
.service-inner-box{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
	margin-bottom:1.4em;
}
.service-inner-box .servicebox-inner-icon{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90px;
    height: 90px;
    min-width: 90px;
    background: -webkit-gradient(linear,right top,left top,from(#fef200),to(#fee13e));
    background: linear-gradient(to left,#fef200,#fee13e);
    border-radius: 50%;
    color: #fff;
    fill: #fff;
    font-size: 60px;
    line-height: 1;
}
.service-inner-box .servicebox-inner-icon img{	
	max-width: 56px;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}	
.service-inner-box:hover .servicebox-inner-icon img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.service-inner-box .servicebox-inner-icon+.servicebox-inner-content {
    margin-left: 26px;
}

.service-inner-box .servicebox-inner-title {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0 0 4px 0;
    position: relative;
    display: inline-block;
}

.service-inner-box .servicebox-inner-title a {
    color: #000;
}

.service-inner-box:hover .servicebox-inner-title a {
    color: #fee13e;
}

.faq-listCvr .card .card-header a::after{content:'\eb2c'; position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);    font: normal normal normal 1em/1 'LineIcons';}
.faq-listCvr .card .card-header a.collapsed::after{content:'\eb53'; }	
.faq-listCvr .card .card-body { padding:20px;}
.faq-content .card-body ol {
    display: table;
    margin: 0;
    list-style-position: inside;
}
.faq-content .card-body ol li {
    float: left;
    width: 33.33%;
}

.price-tab{ padding-top:2em;}
.tab-wrapper.price-tab .tab-item {
    width: 100%;
    margin: 0 auto;
    padding: 26px;
    background: #fee13e;
    border-radius: 4px;
}
.tab-wrapper.price-tab .tab-nav li { padding:0px 1em; }
.price-tab .tab-nav li small {
    font-size: 14px;
    font-weight: bold;
}
.price-tab table,
.price-tab th, 
.price-tab td { border: 1px solid #333; }
.price-tab td span{font-family: 'UAEDirham','Montserrat',sans-serif !important}
.price-tab th{ background-color: #222; color: #fff; }

.pricingTable{
    color: #fff;
    background: linear-gradient(to bottom, #692a92, #915fa8);
    text-align: center;
    padding: 10px 10px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
	margin-bottom:3em;
}
.pricingTable:before,
.pricingTable:after{
    content: "";
    background: #632688;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #692a92;
    box-shadow: 0 0 1px 8px #fef200;
    position: absolute;
    top: 100px;
    right: 20px;
}
.pricingTable:after{
    width: 20px;
    height: 20px;
    box-shadow: 0 0 1px 4px #fef200;
    top: 35px;
    right: 50px;
}
.pricingTable .pricingTable-header{ margin: 0 0 40px; }
.pricingTable .pricingTable-header:before{
    content: "";
    background: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: -30px;
}
.pricingTable .price-value{
    color: #692a92;
    background: #fff;
    width: 140px;
    height: 140px;
    /*padding: 25px 10px;*/
    padding: 20px 10px;
    border: 3px solid #692a92;
    border-radius: 50%;
    position: relative;
}
.pricingTable .price-value:before{
    content: "";
    border: 2px solid #692a92;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}
.pricingTable .price-value .currency{
    /*font-size: 14px;*/
    font-size: 18px;
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -3px 0 0;
}
/*.pricingTable .price-value .amount{
    font-size: 40px;
    line-height: 70px;
    display: inline-block;
    font-weight: 800;
}*/
.pricingTable .price-value .amount {
    font-size: 34px;
    line-height: 34px;
    display: inline-block;
    font-weight: 800;
    font-family: 'UAEDirham','Montserrat',sans-serif !important
}
.pricingTable .price-value .duration{
	font-size: 25px;
    text-transform: capitalize;
    display: block;
    margin-top: -20px;
    font-family: 'UAEDirham','Montserrat',sans-serif !important
}
.pricingTable .pricing-content{
    border: 2px solid #fff;
    padding: 23px 10px 45px;
    margin: 0 20px;
	 border-radius: 5px;
}
.pricingTable .pricing-content p {
    color: #fff;
    margin-bottom: 0px;
}
.pricingTable .title{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 16px;
}
.pricingTable .pricing-content ul{
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content ul li{
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 7px;
    left: 0;
}
.pricingTable .pricingTable-signup a{
    color: #692a92;
    background: #fef200;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    width: 60%;
    display: block;
    margin: -22px auto 0;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}
.pricingTable .pricingTable-signup a:hover{
    /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.inner-price-box
{
    display: block;
    background: #fff;
    margin: 0 20px;
    border-radius: 4px;
    box-shadow: 0 0 50px #e7ecf3;
    position: relative;
    z-index: 1;
	margin-bottom: 30px;
}
.inner-price-box .price-box-title
{
	background-color: #222;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    text-align: center;
	margin-bottom: 0;
	text-transform: capitalize;
}
.inner-price-box .price-box-price
{
	padding: 15px 30px;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    color: #222;
}
.inner-price-box table td span{font-family: 'UAEDirham', 'Montserrat', sans-serif !important;}
.inner-price-box .price-box-price span{font-family: 'UAEDirham', 'Montserrat', sans-serif !important;}
.contact-form-block {
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 29px 6px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 0px 29px 6px rgba(154, 161, 171, 0.18);	
    padding: 60px 50px;
    margin: 0 60px;
    border-radius: 30px;
}
.contact-shape img{
    position: absolute;
}
.contact-form{
    margin-top: 30px;
}
.contact-form input{
    margin-bottom: 30px;
}
.contact-form button {
    margin-top: 20px;
    padding: 12px 25px;
}
.contact-block i{
    font-size: 35px;
}
.contact-block {
    margin-bottom: 25px;
}
.contact-block h4 {
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.contact-block-side {
    position: relative;
    padding-left: 70px;
}
.contact-block-side i{
    position: absolute;
    left: 0;
    top: -7px;
    background: #3264f5;
    background: linear-gradient(to right, #901ec1 0%, #7450fe 51%, #901ec1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-block-side i:before{
    font-size: 45px;
    margin: 0;
}
.contact-block-side p{
    margin-bottom: 0
}
.contact-block-side p span {
    display: block;
    margin-bottom: 5px;
}
.contact-block-side p span:last-child{
    margin-bottom: 0;
}

.contact-frm input:not([type="submit"]), .contact-frm textarea {
    height: auto;
    padding: 16px;
    margin-bottom: 16px;
    border: 2px solid #d4d4e0;
	border-radius: 4px;
	width:100%;
}

.contact-frm input[type="submit"] {
    background: #fef200;
    padding: 14px 18px;
    height: auto;
    font-size: 16px;
    color: #000;
    font-weight: 600;
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.contact-frm input[type="submit"]:hover{background: #000; color: #fff;-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;}


.calltoactionfrm.inner-inqfrm input:not([type="submit"]), .calltoactionfrm.inner-inqfrm textarea {
   border-top: medium none;
    box-shadow: none;
    border-radius: 0px;
    border-right: medium none;
    border-left: medium none;
    border-bottom: 1px solid rgba(0,0,0,0.57);
    color: #000;
    padding: 12px 8px;
    height: auto;
    background: no-repeat;
    font-size: 14px;
	margin-bottom:12px;
    width: 100%;
}	
.calltoactionfrm.inner-inqfrm input[type="submit"] {
    background: #000000;
    height: auto;
    font-size: 18px;
    padding: 12px 24px;
    margin-top: 16px;
}
.blog-page.bloglistCvr .blog-block {
    margin-bottom: 30px;
	min-height: 28em;
}

.bloglistCvr .pagination{ margin:2em 0px; border-top:medium none;}
.bloglistCvr .pagination:before, .bloglistCvr  .pagination:after,
.bloglistCvr .pagination .nav-links:before, .bloglistCvr .pagination .nav-links:after
{ display:none;}
.bloglistCvr .pagination .nav-links {
    padding-right: 0px;
    position: relative;
	margin: 0 auto;
}
.bloglistCvr  .pagination:before, .bloglistCvr  .pagination:after,
.bloglistCvr .pagination .prev, .bloglistCvr .pagination .next
{position: relative;}

.bloglistCvr .pagination .prev, .bloglistCvr .pagination .next { padding:0px !important;}
.bloglistCvr .pagination .prev {
    right: 0;
}

.bloglistCvr .pagination .page-numbers {
    padding: 17px 22px;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0px;
    background: #000;
    color: #fff;
}
.bloglistCvr .pagination .page-numbers:hover, .bloglistCvr .pagination .page-numbers:focus{background: #fee13e; color:#000;}
.bloglistCvr .pagination .page-numbers.current { background: #fee13e; color:#000;}

.bloglistCvr .pagination .prev, .bloglistCvr .pagination .next {background: #000; color:#fff;}
.bloglistCvr .pagination .prev{ margin-right:20px;}
.bloglistCvr .pagination .next{ margin-left:20px;}
.sidebarCvr {
    padding: 0 2em;
}

.sidebarCvr .sidebar-block {
    margin-bottom: 2em;
}

.sidebarCvr .sidebar-block .sidebar-title {
    padding: 7px 9px;
    margin: 0px;
    font-size: 22px;
    background: #61048E;
    color: #fff;
}	

.sidebarCvr .sidebar-block .sidebar-desc {
    border: 2px solid #61048E;
    padding: 16px;
    border-top: none;
}
.sidebarCvr .sidebar-block .sidebar-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebarCvr .sidebar-block .sidebar-desc ul li:before {
    content: '\ea12';
    font:normal normal normal 1em/1 'LineIcons';
    margin-right: 6px;
    color: #302861;
    font-size: 12px;
    line-height: 2.1;
}
.sidebarCvr .sidebar-block .sidebar-desc ul li{
	display:flex;
	align-items:flex-start;
    padding: 10px 0px;
    border-bottom: 1px solid #eaeaea;
}
.sidebarCvr .sidebar-block .sidebar-desc ul li:last-child{ border:medium none; }
.sidebarCvr .sidebar-block .sidebar-desc ul li a {
    display: block;
}
.sidebarCvr .sidebar-block .sidebar-desc ul li:hover:before {
    color: #f9ed00;
}
.sidebarCvr .sidebar-block .sidebar-desc ul li:hover a {
    color: #302861;
}
.single-post .entry-header .entry-title {
    font-size: 32px !important;
    font-size: 2.5rem;
    line-height: 1.225;
margin-bottom: 22px;}
.single-post .entry-content ol, .single-post .entry-content ul {
    list-style-position: inside;
    margin-bottom: 10px;
	margin-left:0px;
}

.single-post .entry-content h2 {
    font-size: 26px;
    line-height: 1.25;
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight:600;
}
.single-post .blog-details .post-thumbnail {
    margin-bottom: 20px;
}

.single-post .blog-details .entry-content img {
    margin-top: 20px;
}
.single-post .blog-details .entry-content h3 {
    margin: 20px 0;
}
.blog-inquiry input[type=text], 
.blog-inquiry input[type=tel], 
.blog-inquiry input[type=email], 
.blog-inquiry textarea {
	background:none;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
	height: auto;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: unset;
    width: 100%;
    box-shadow: none;
    margin-bottom: 14px;
    font-size: 14px;
	padding:10px;
}

.blog-inquiry input[type="submit"] {
    background: #fef200;
    padding: 14px 18px;
    height: auto;
    font-size: 16px;
    color: #000;
    font-weight: 600;
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.blog-inquiry input[type="submit"]:hover{background: #000; color: #fff;-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;}
.laundry-steps .laundry-steps-block {margin-bottom: 16px;}
.laundry-steps .laundry-steps-block img {width: 80px; padding-bottom:12px;}
.laundry-steps .laundry-steps-block .lundty-step-title { font-weight: 600; color: #000; margin-top: 16px; font-family: 'Poppins';}	

.inner-tag {
    display: inline;
    font-size: 1.5rem;
    font-family: 'Poppins';
    color: #212539;
    font-weight: 500;
    line-height: 1.2;
}

ul.inner-lists {
    list-style: none;
    margin-top: 8px;
}
ul.inner-lists li::before{
content: "\ea54";
font: normal normal normal 1em/1 'LineIcons';
margin-right: 10px;
}


.req-pop-frmCvr input:not([type="submit"]), .req-pop-frmCvr textarea, .req-pop-frmCvr select {
    height: auto;
    padding: 13px;
    margin-bottom: 8px;
    border: 2px solid #d4d4e0;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
}
.req-pop-frmCvr select { background-image:none;-webkit-appearance: auto;
    -moz-appearance: auto;appearance: auto;}

.req-pop-frmCvr input[type="submit"] {
    background: #fef200;
    padding: 14px 18px;
    height: auto;
    font-size: 16px;
    color: #000;
    font-weight: 600;
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.req-pop-frmCvr input[type="submit"]:hover{background: #000; color: #fff;-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;}
.covid-noticeCvr .covid-notice-sec {
    background-color: #fef200;
    border-color: #fef200;
}
.covid-noticeCvr .covid-notice-sec .covid-notice-wrap {
    padding: 12px 0;
    text-align: center;
}
.covid-noticeCvr .covid-notice-sec .covid-notice-wrap .notice-text {
    margin-bottom: 0px;
	color:#000;
}

.covid-noticeCvr .covid-notice-sec .covid-notice-wrap .notice-text img {
    width: 25px;
}
.covid-noticeCvr .covid-notice-sec .covid-notice-wrap a.close-btn {
    margin-top: -5px;
}  

.pum-container.pum-responsive img {
    max-width: 100%;
    height: auto;
    width: 100% !important; 
} 

img.wpcf7-form-control.wpcf7-captchac {
    width: auto !important;
}


.why-choose-block {
    border: 1px solid #d4d4d4;
    border-radius: 30px;
    padding: 2em;
    margin-bottom: 2em;
}
 
 
.why-choose-block .why-title {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
}
 
.why-choose-block .why-img-blck {
    display: inline-block;
    background: #fef200;
    padding: 18px;
    border-radius: 50%;
    margin-bottom: 16px;
}
 
.why-choose-block .why-img-blck img {
    width: 36px;
}

.content-section ul, .feature-about ul {
    margin-top: 20px;
    list-style-position: inside;
    color: #656565;
}
 .feature-about ul { margin-top: 10px; list-style-position: inside; color: #656565; }
.about-wrap .review-desc {
    font-weight: 600;
    /*margin-left: 20px;*/
    display: flex;
    align-items: center;
    /*width: 80px;*/
    line-height: 1.2;
}
.about-wrap  .google-review-img {
    display: flex;
    align-items: start;
}
.about-wrap  .google-review-img img {
    width: 150px;
    height: auto;
    object-fit: scale-down;
}
 
.about-wrap .review-desc span {
    font-size: 2.8em;
    margin-right: 13px;
    color: #000;
}
 
.about-wrap .google-review-img {
    display: flex;
    align-items: start;
    flex-direction: column;
}
.covid-noticeCvr .covid-notice-sec .covid-notice-wrap .loca-text {
    position: relative;
    font-weight: 500;
    padding-left: 10px;
    margin-left: 10px;
}

.covid-noticeCvr .covid-notice-sec .covid-notice-wrap .loca-text::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
}
/*Landing Page Css*/

.landing-page .navbar.sticky .logo .header-logo{display:block!important;}
.landing-page .navbar.sticky .logo a img{height: 80px;}
.landing-page .navbar.sticky .navbar-button a{color: #fff;}
.landing-page .navbar.sticky .navbar-button .van-yellow{display: inline-block!important;}
.landing-page .navbar .header-whatsapp-btn {
    background: #fef200;
    margin-left: 20px;
    padding: 8px 18px;
    color: #000!important;
}
.comman-padding{padding: 80px 0;}
.sec-spacing{margin-top:30px;}


/*.home-banner-sec {padding: 150px 0 70px;position: relative;z-index: 1;}
.home-banner-sec::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0009 !important;
    top: 0;

}*/
.page-template-landing-page .home-banner-sec .banner-wrap {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    padding: 12em 0;
}
.home-banner-sec .banner-wrap .benefit-wrap .benefit-data {
    /*border: 1px solid #fef20094;*/
    background: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    padding: 10px 10px 6px 10px;
    align-items: center;
    margin: 0 10px;
    box-shadow: 1px 1px 1px 1px #bfbfbf87;
}

.home-banner-sec .banner-wrap .benefit-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style: none;
    margin-bottom: 30px;
    justify-content: center;
}

.home-banner-sec .banner-wrap .benefit-wrap .benefit-data img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.home-banner-sec .banner-wrap .benefit-wrap .benefit-data .benefit-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
}
.home-banner-sec .banner-wrap .banner-title .title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
}
.home-banner-sec .banner-wrap .banner-title p {
    color: #fff;
}
/*.home-banner-sec .banner-wrap .banner-button {
    margin-bottom: 35px;
}*/
.home-banner-sec .banner-wrap .summary-data {
    display: flex;
    flex-direction: row;
    align-content: center;
}

.home-banner-sec .banner-wrap .summary-data img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.home-banner-sec .banner-wrap .summary-data .summmary-text {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}
.home-banner-sec .banner-wrap .banner-wht-btn {
    background: #fff !important;
    border: 1px solid #fef200;
    margin-left: 20px;
}

.page-template-landing-page .about-section {
    padding-top: 5em;
    padding-bottom:5em;
}

.process-sec .process-block {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    height: 100%;
}

.process-sec .process-block .process-image {
    width: 55px;
    height: 55px;
    background: #fef200;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.process-block .process-image img {
    width: 100%;
    height: 100%;
}

.process-block .process-text-wrap .process-num {
    display: none;
    background: #fef200;
    padding: 5px 12px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px!important;
    font-weight: 600;
}
.process-block .process-text-wrap .process-title {
    margin: 10px 0;
    font-weight: 600;
    color: #212539;
}
.process-block .process-text-wrap .process-text {
    font-size: 15px;
    line-height: 1.3;
}
/*.page-template-landing-page .serviceCvr {padding: 100px 0 100px;}*/
.offer-sec {
    position: relative;
    /*padding-top: 35px;*/
    background: url('../images/dry-cleaning-service-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.offer-sec::before {
    content: '';
    position: absolute;
    background: #000000d1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}
.offer-sec .offer-wrap {
    padding-right: 30px;
}
.offer-sec .offer-img {
    position: relative;
}
/*.offer-sec:after {
    content: '';
    position: absolute;
    right: 5em;
    bottom: 0;
    background: url('../images/women-laundary-image-new.png');
    z-index: 2;
    background-size: cover;
    width: 360px;
    height: 360px;
}*/

.offer-sec .offer-wrap .heading:after {
    display: none;
}
.why-choose-sec .why-block-wrap {
    list-style: none;
    width: 100%;
    display: block;
    position: relative;
}

.why-choose-sec .why-block-wrap .why-choose-block {
    position: relative;
    border: 1px solid #fee13e;
    padding: 15px 10px;
    width: 48.5%;
    float: left;
    margin: 10px 20px 10px 0px;
    border-radius: 10px;
    padding-left: 35px;
}
.why-choose-sec .why-block-wrap .why-choose-block::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 18px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3C!--!Font%20Awesome%20Free%20v7.1.0%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202026%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M320%20576C178.6%20576%2064%20461.4%2064%20320C64%20178.6%20178.6%2064%20320%2064C461.4%2064%20576%20178.6%20576%20320C576%20461.4%20461.4%20576%20320%20576zM438%20209.7C427.3%20201.9%20412.3%20204.3%20404.5%20215L285.1%20379.2L233%20327.1C223.6%20317.7%20208.4%20317.7%20199.1%20327.1C189.8%20336.5%20189.7%20351.7%20199.1%20361L271.1%20433C276.1%20438%20282.9%20440.5%20289.9%20440C296.9%20439.5%20303.3%20435.9%20307.4%20430.2L443.3%20243.2C451.1%20232.5%20448.7%20217.5%20438%20209.7z%22%2F%3E%3C%2Fsvg%3E');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}


.why-choose-sec .why-block-wrap .why-choose-block .why-choose-text {
    margin: 0;
    font-weight: 500;
    color: #212539;
}

.why-choose-sec .why-block-wrap .why-choose-block:nth-child(even) {
    margin-right: 0;
}
/*.review-sec {background: #b1b0aa2b;}*/
.page-template-landing-page .location-section {
   background-color: #fafafa!important;
}
.review-blocks .review-block-wrap {
    padding: 25px;
    box-shadow: 1px 1px 1px 1px #cfcfcf1f;
    background: #cfcfcf1f;
    border-radius: 15px;
    height: auto;
}

.review-blocks .review-block-wrap .review-rating img {
    width: 20px;
    height: 20px;
    margin-bottom:15px;
}
.review-blocks .review-block-wrap .review-rating .review-text {
    font-size: 15px;
    line-height: 1.2;
}
.review-blocks .review-block-wrap .review-name-wrap .name {
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    position: relative;
    padding-left:16px;
}
.review-blocks .review-block-wrap .review-name-wrap .name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    background: #000;
    width: 10px;
    height: 1px;
    z-index: 1;
    background-position: center;
}
.review-swiper  .swiper-pagination {
    position: unset;
    padding-top: 20px;
}

.review-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #00197e;
}

.review-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.page-template-landing-page .location-section::after{display: none;}
.page-template-landing-page .ftr-call.landing-page-call {right: 10px;left: auto;bottom: 15em;}

.page-template-landing-page .ftr-whatsapp.landing-page-whatsapp {
    left: auto;
    right: 10px;
    bottom: 10.5em;
}
.page-template-landing-page .location-listCvr li {color: #000;}



/*==== landing page new css*/
/*<---start about-area.style-two-css---------->*/

.slider-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /*height: 600px;*/
}

.about-area.style-two .about-thumb {
    margin-left: -18px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.about-shape3 {
    position: absolute;
    top: 10%;
    z-index: -1;
    right: 18%;
}

.about-shape4 {
    position: absolute;
    bottom: -10%;
    z-index: -1;
    left: 12%;
}
.about-area .about-box{justify-content: space-between;}
.about-section.about-area .about-wrap{padding-left: 0em;}

/*<---end about-area.style-two-css---------->*/
.counter-single-box {
    text-align: center;
    background: #fef200;
    padding: 30px 28px 25px;
    border-radius: 10px;
}

.about-area .about-box .counter-single-box .counter-number p {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 12px 0 0;
    display: inline-block;
}

.about-area .about-box .counter-single-box .counter-text {
    font-size: 16px;
    color: #3a4268;
    font-weight: 300;
    margin: 0;
}
.choosesec {
    border-top: 1px solid black;
}
/*animation*/
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*--------------------------------------------------------------
# How We Work
--------------------------------------------------------------*/
.how-we-work {
  position: relative;
  display: block;
  padding: 60px 0 60px;
  background-color: #f8f8f8;
  z-index: 1;
    overflow: hidden;
}

.how-we-work-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 781px;
  width: 862px;
  background-repeat: no-repeat;
  background-position: top right;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  z-index: -1;
}

.how-we-work__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  counter-reset: count;
}

.page-template-landing-page .how-we-work__single {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.page-template-landing-page .how-we-work__single:before {
  position: absolute;
  top: 70px;
  right: -83px;
  content: "";
  width: 158px;
  height: 7px;
  background-image: url(../images/how-we-work-dots.png);
  background-repeat: no-repeat;
}

.how-we-work__single:last-child:before {
  display: none;
}

.how-we-work__single-box {
  position: relative;
  display: block;
  padding: 0 15px 0;
}

.how-we-work__icon {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(38, 33, 28, 0.05);
  border-radius: 50%;
  border: 1px solid #dee3e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 1;
}

.how-we-work__icon::before {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  content: "";
  border-radius: 50%;
  background-color: #f2f5f8;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.icon-laundry-1:before {
    content: "\f133";
    font-family: 'FontAwesome';
}
.icon-washing-machine:before {
    content: "\f005";
    font-family: 'FontAwesome';
}
.icon-laundry:before {
    content: "\f058";
    font-family: 'FontAwesome';
}
.icon-laundr-2:before {
    content: "\f0d1";
    font-family: 'FontAwesome';
}


.how-we-work__single:hover .how-we-work__icon::before {
  transform: scaleX(1);
}

.how-we-work__icon span {
  position: relative;
  display: inline-block;
  font-size:50px;
  color: #653dd2;
}

.how-we-work__count {
  height: 55px;
  width: 55px;
  background-color: #fef200;
  border-radius: 50%;
  font-size: 20px;
  line-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -10px;
  margin: 0 auto;
  transition: all 500ms ease;
}

.how-we-work__single:hover .how-we-work__count {
  background-color: #653dd2;
}

.how-we-work__count:before {
  position: absolute;
  height: 55px;
  width: 55px;
  text-align: center;
  color: #653dd2;
  font-size: 20px;
  line-height: 55px;
  border-radius: 50%;
  font-weight: 700;
  counter-increment: count;
  content: "0"counter(count);
  transition: all 500ms ease;
}

.how-we-work__single:hover .how-we-work__count:before{color: #fef200;}
.how-we-work__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 23px;
  margin-bottom: 12px;
}

.how-we-work__text {
  margin: 0;
}

.how-we-work__bottom {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.how-we-work__btn:hover::before {
  height: 480%;
}


/*===============how we work end============*/

/*=====================================
<---start service-area.style-two-css---------->
=======================================*/
.service-area .heading:after{display: none;}
.service-area.style-two {
    background: url(../images/service-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 110px 0 0;
    height: 669px;
    position: relative;
    z-index: 1;
}
.service-area.style-two::after {
    content: '';
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 12em;
    z-index: -1;
}

.service-area.style-two .service-content , .other-service .service-content{
    background: #00197D;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.service-content2 {
    position: absolute;
    background: #fff;
    left: 0;
    border-radius: 0 10px 0 0;
    bottom: 68%;
}

.content-inner {
    position: relative;
    z-index: 1;
    padding: 9px 82px 16px 28px;
    transition: .5s;
}
.service-icon {
    position: absolute;
    top: -42px;
    background: #ffff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}

.service-btn a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    text-decoration: none;
}

.service-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 4px;
    transition: .5s;
}

/*.service-single-box:hover .service-icon {
    background: #FFC704;
}*/

.service-single-box:hover .service-icon {
    /*transform: rotate(360deg);*/
    transform: scale(1.1);
    transition: 500ms linear 0.1s;
}

.service-single-box:hover .service-content::before{
    transform: scale(1);
}

.service-single-box:hover .service-content:after {
    width: 100%;
    left: 0;
}



.service-area.style-two .service-icon ,.other-service .service-icon {
    background: transparent;
    right: 2%;
    width: 35px;
    filter: invert(1);
    top: 20%;
    line-height: 1.2;

}


.service-area.style-two .service-content .service-btn p ,.other-service .service-content .service-btn p{
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.service-area.style-two ul.service-list::before ,.other-service ul.service-list::before {
    background: transparent;
}

.service-area.style-two .service-content:after ,.other-service .service-content:after {
    background: transparent;
}

.service-area.style-two .service-content::before ,.other-service .service-content::before {
    background: transparent;
}


.content-inner:hover::before{
    width: 100%;
    left: 0;
}

.service-single-box:hover .content-inner:after{
    transform: scale(1);
}

.service-single-box:hover .content-inner {
    padding: 19px 82px 25px 28px;
}

.service-single-box:hover .content-inner::before{
    background: #306EFF;
    width: 100%;
    left: 0;
}
.other-service {
    margin-top: 0;
    padding-bottom: 3em;
}
.other-service .service-single-box {
    margin-bottom: 30px;
}
.other-service .service-single-box:hover .service-icon{background: transparent;}


.review-sec  .review-swiper{margin-top:20px;}
.review-block-wrap-slider .testi-single-box {padding: 40px 40px 40px;}
.review-block-wrap-slider .testi-rating {
    margin-bottom: 10px;
}

/*=====================================
<---end service-area.style-two-css---------->
=======================================*/

/*Why Chose Section Css */
.contact-one-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
}

.contact-one-shape-1 img {
  width: auto;
  opacity: 0.4;
}

.contact-one{background-color: #f8f8f8;padding: 10px 0 60px !important;}
.contact-one__left {
  position: relative;
  display: block;
  margin-right: 60px;
}

.contact-one__points {
    position: relative;
    display: block;
}
.contact-one__points li {
    position: relative;
    display: flex;
    /*align-items: center;*/
}
.contact-one__points li .icon {
    position: relative;
    display: flex;
    /*align-items: center;*/
}
.contact-one__points li .icon .icon-check:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3C!--!Font%20Awesome%20Free%20v7.1.0%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202026%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M320%20576C178.6%20576%2064%20461.4%2064%20320C64%20178.6%20178.6%2064%20320%2064C461.4%2064%20576%20178.6%20576%20320C576%20461.4%20461.4%20576%20320%20576zM438%20209.7C427.3%20201.9%20412.3%20204.3%20404.5%20215L285.1%20379.2L233%20327.1C223.6%20317.7%20208.4%20317.7%20199.1%20327.1C189.8%20336.5%20189.7%20351.7%20199.1%20361L271.1%20433C276.1%20438%20282.9%20440.5%20289.9%20440C296.9%20439.5%20303.3%20435.9%20307.4%20430.2L443.3%20243.2C451.1%20232.5%20448.7%20217.5%20438%20209.7z%22%2F%3E%3C%2Fsvg%3E);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;

}
.contact-one__points li .icon span {
    color: #fef200;
}
.contact-one__right form {
  position: relative;
    display: block;
    background-color: #ffffff;
    padding: 45px;
    box-shadow: 0px 0px 12px #e0e0e0;
}
.contact-one__points li .text{
    padding-left: 30px;
    margin-bottom: 15px;
}
.contact-one__points li .text p{margin-bottom: 0;    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;}
.contact-one__right form input[type="tel"] {
    width: 100%;
    height: 50px;
    border: 2px solid #d4d4e0;
    padding: 0 30px;
    border-radius: 4px;
        padding: 0 15px;
}
.contact-one__right input[type="text"],.contact-one__right input[type="email"],.contact-one__right input[type="search"],.contact-one__right input[type="password"] , .contact-one__right select{height: 50px;padding: 0 15px;}
.contact-one__right form textarea{width: 100%;padding: 15px 15px 10px;}
.contact-one__right form input[type="submit"]
{
    background: #fef200;
    padding: 14px 18px;
    height: auto;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.contact-one__right input[type="submit"]:hover {
    background: #000;
    color: #fff;
    transition: all 0.35s ease-in-out;
}

.contact-one__right .form-title.heading:after{display: none;}


/*--------------------------------------------------------------
# Book One
--------------------------------------------------------------*/
.book-one {
  position: relative;
  display: block;
  padding: 100px 0 180px;
  z-index: 1;
}
.book-one .book-one__inner .heading:after{display: none;}

.book-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.book-one-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(15, 39, 70, 0.7);
  z-index: -1;
}

.book-one__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}

.book-one__title {
  font-size: 48px !important;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.5px;
}

.book-one__title span {
position: relative;
    display: inline-block;
    font-size: 1.4em;
    font-weight:700;
}
@keyframes zoom-fade {
  0% {
      transform: scale(0.9);
  }

  50% {
      transform: scale(1);
  }

  100% {
      transform: scale(0.9);
  }
}


.book-one__title span:before {
  position: absolute;
  top: 0;
    left: -15px;
    right: 0;
    background-size: cover;
  bottom: 0;
  content: "";
  background-image: url(../images/offer-line.png);
  background-repeat: no-repeat;
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.book-one__btn:hover {
  color: var(--qondri-black);
}

.book-one__btn::before {
  background-color: var(--qondri-white);
}

/*--------------------------------------------------------------
# Commercial
--------------------------------------------------------------*/
.commercial {
  position: relative;
  display: block;
  margin-top: -60px;
  z-index: 1;
}

.commercial__container {
  position: relative;
  display: block;
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  background-color: #fef200;
  z-index: 1;
}

.commercial-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #89b92e;
  background-blend-mode: soft-light;
  opacity: 0.4;
  z-index: -1;
}

.commercial__inner {
  position: relative;
  display: block;
  padding: 50px 0 50px;
}

.commercial__left {
  position: relative;
  display: block;
}

.commercial__left .section-title {
  margin-bottom: 0px;
}

.commercial__left .section-title__tagline {
  color: #fff;
}



.commercial__middle {
  position: relative;
  display: block;
  margin-left: 0px;
  margin-right: 0;
  padding-top: 11px;
}

.commercial__points {
  position: relative;
  display: block;
  float: left;
}

.commercial__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.commercial__points li+li {
  margin-top: 6px;
}

.commercial__points li .icon {
  display: flex;
  align-items: center;
}


.commercial__points li .icon .icon-check{position: relative;}
.commercial__points li .icon .icon-check:before {
    content: "\eb1c";
        font: normal normal normal 1em / 1 'LineIcons';
    color: #000;
}

.commercial__points li .text {
  margin-left: 20px;
}

.commercial__points li .text p {
  color: var(--qondri-white);
  font-weight: 600;
  margin: 0;
}

.commercial__points-two {
  margin-left: 65px;
}

.commercial__img {
  position: relative;
  display: block;
  margin-left: 10px;
}

.commercial__img img {
  width: 100%;
}



/*<---staet testimonial-area.style-two-css----->*/

.testimonial-area.style-two {
    /*background: url(https://imagelaundry.ae/wp-content/uploads/2026/01/testi-bg2.png);*/
    padding: 80px 0 80px;
}

.testimonial-area.style-two .testi-single-box {
    background-color: #fff;
    box-shadow: 0px 0px 12px #e0e0e0;;
}

.testimonial-area.style-two::before {
    height: 0;
    width: 0;
    background: transparent;
}

.testimonial-area.style-two .testi-title {
    color: #00197e;
}

.testimonial-area.style-two .testi-title2 {
    color: #2f6eff;
}

.testimonial-area.style-two .testi-description {
    font-size: 16px;
    line-height: 30px;
    color: #3a4268;
    font-weight: 300;
}

.testimonial-area.style-two p.testi-text {
    color: #3a4268;
}

.testimonial-area.style-two .owl-dots {
    display: none;
}
.testimonial-area.style-two .testi-single-box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url('../images/testi-icon2.png');
    background-repeat: no-repeat;
    background-position: center;
    top: -26%;
    right: -38%;
}
.testimonial-area.style-two .testi-rating img {
    width: 16px;
}

.testimonial-area.style-two .testi-single-box:after {
    background: transparent;
}
.faq-section .accordion{
    margin-top: 40px;
}
.faq-section .accordion .card .card-header a {
    padding: 15px 20px;
    font-size: 18px;
}

.faq-section .accordion .card {
    margin-bottom: 20px;
    border: 1px solid #fef200c2;
}

.faq-section .accordion .card .card-header {background: #fef200;}

.faq-section .faq-listCvr .card .card-header a::after{right: 15px;font-size: 16px;}
.faq-section .faq-listCvr .card .card-body {
    padding: 10px 20px;
}

.footer.land-footer{padding-top: 50px;z-index: 1; background: linear-gradient(to right, rgba(144, 30, 193, 0.90) 0%, rgb(107, 73, 238, 0.90) 51%, rgba(144, 30, 193, 0.90) 100%); }
.footer.land-footer .ftr-contact .ftr-contactlinks li .text{ color:#fff; }
@keyframes hero-shape4 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateY(50px);
    }
    100% {
        transform: translateX(0);
    }
}
.footer-shape {
    position: absolute;
    top: 10%;
    left: 4%;
    animation: hero-shape4 3.50s infinite;
    z-index: -1;
}
.slider_list .owl-nav {
    margin-top: 0!important;
}

.slider_list .owl-prev , .slider_list .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
    top: 50%;
    transform: translateY(-50%);
}
.slider_list .owl-prev {
    position: absolute;
    left: 45px;
}
.slider_list .owl-next {
    display: inline-block;
    position: absolute;
    right: 45px;
    z-index: 1;
}
.slider_list.owl-theme .owl-nav [class*=owl-] {
    background: rgba(255, 255, 255, 0.14901960784313725);
    border-radius: 50%;
    line-height: 1.2;
}
.slider_list.owl-theme .owl-nav [class*=owl-]:hover{ background: rgba(255, 255, 255, 0.14901960784313725);}
nav.landing-page {
    background: #000000;
}
 
nav.landing-page .navbar {
    position: relative;
    justify-content: space-between;
}


.faq-section{background-color: #f8f8f8;padding:60px 0;}


.faq-section .accordion{background: unset;padding-right: 0;float: unset;}
.refer-friend {
    display: flex;
    align-items: center;
    border-radius: 50px;
    background-position: center;
    position: relative;
    background-size: cover;
    border-bottom-left-radius: 180px;
    z-index: 11;
}
.refer-friend.two {
    padding-right: 0px;
    padding-left: 40px;
    margin-top: 60px;
    margin-bottom: 50px;
}
.refer-friend .heading:after{display: none;}
.refer-friend.two i {
    background: #fef200;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}
.refer-friend .heading {
    font-size: 28px;
}
.refer-friend .call-text{color: #fff;position: relative;}
.refer-friend .call-text a{color: #fef200!important;}
.refer-friend.two i img {
    width: 50px;
}
@keyframes left
{
  0% {
   transform: translatex(0px);
  }
  50% {
   transform: translatex(10px);
  }
  0% {
   transform: translatex(0px);
  }
}
.refer-friend > img {
    width: 42%;
    margin: 0;
    padding: 0;
    margin-top: 16px;
    margin-bottom: -100px;
    animation: left 7s infinite;
}

.refer-friend:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #162479;
    left: 0;
    opacity: .9;
    border-radius: 50px;
    border-bottom-left-radius: 180px;
    mix-blend-mode: multiply;
}
.page-template-landing-page .ftr-contact .ftr-contactlinks li{margin-bottom: 10px;}
nav.landing-page.navbar .navbar .navbar-button { align-items: center;}
 
nav.landing-page.navbar {
    position: relative;
    padding: 2px 0px;
}
 
nav.landing-page.navbar.sticky.nav-up ,nav.landing-page.navbar.sticky.nav-down {
    position: fixed;
    padding: 2px 0px;
}
.page-template-landing-page .heading {font-size: 32px;}
.pricing-sec table th{background: #222;color: #fff;}
.city-pricing-sec.pricing-sec table th{background: unset;color:unset;}
.pricing-sec .pricing-btn{margin-top: 30px;}
.subservice-sec .servicebox_description {
    background: #fef200;
    padding: 20px;
    min-height: 176px;
}
.subservice-sec .servicebox_description .servicebox-content .servicebox-title {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}

.subservice-sec .servicebox_description .servicebox-content .servicebox-desc {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 0;
}
.subservice-sec .subservice-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}

.subservice-sec .subservice-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.subservice-sec .subservice-slider .swiper-pagination {
    padding-top: 30px;
    position: unset;
}
.medium-heading{font-size:28px;}
.feature-text{font-weight: 500;color:#212539;font-size: 16px;line-height: 1.2;}
.pricing-sec.home-pricing-sec {
    border-bottom: 1px solid #9d9696;
}
.service-faq-sec  {
    border-top: 1px solid #9d9696;
}
.page-template-home .accordion{background: none;}
.page-template-home .accordion.faq-listCvr .card {
    margin-bottom: 20px;
    background: #fff;
}
.page-template-home .accordion .card .card-header a {
    padding: 20px;
}
.page-template-home .faq-listCvr .card .card-header a::after{right: 20px;}

.page-template-home .pricing-sec .inner-price-box {
    margin: 0;
}

.fabric-block {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    box-shadow: 1px 1px 1px 2px #d9d5d5;
    margin-bottom: 30px;
}
.fabric-sec .fabric-block-wrap{padding-top: 40px;}
.fabric-block .fabric-text .block-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
}

.fabric-block .fabric-img {
    background: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #928d8d;
    margin-bottom: 10px;
}
.location-section .map-text p {margin-bottom: 10px;}
.tower-sec .tower-block {
    margin-bottom: 30px;
}
.tower-sec .tower-block-wrap{padding-top: 40px;}
.tower-sec .tower-block .tower-title-wrap {
    padding: 20px 10px;
    background: #fff;
    box-shadow: 1px 1px 1px 1px #d3d3d3;
}
.tower-sec .tower-block .tower-title-wrap .tower-title{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    text-align: center;
    text-transform: capitalize;
}
.why-choose-city {
    border-top: 1px solid #9d9696;
}

.page-template-laundry-dubai-reviews .page-banner .container p {
    line-height: 20px;
    padding-bottom: 8px;
}

/* Why section */
.customers-sec{
padding:80px 0;
}
.customers-sec .review-row{
row-gap:35px;
}
.customers-sec .review-card{
position: relative;
background:#fef200;
padding:30px;
border-radius:20px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
height:100%;
transition:0.3s;
}
.customers-sec .review-card:hover{
transform:translateY(-5px);
box-shadow:0 15px 30px rgba(0,0,0,0.15);
}
 .customers-sec .review-card .review-cardcnt .block-desk{
margin-bottom:8px;
color:#333;
}
.customers-sec .review-card .review-cardcnt .review-name{
font-size:16px;
font-weight:600;
margin-top:18px;
position: relative;
margin-bottom: 0;
    color: #000 !important;
text-align: end;
}
.customers-sec .review-card .review-cardcnt .review-name::before{
  content: '-';
    font-size: 21px;
    margin-right: 6px;
}
.customers-sec .heading {
    padding-bottom:1px;
}
.customers-sec .block-des{
    padding-bottom:45px;
    margin: 0;
}


.modern-service {
  padding: 80px 0;
  background: #f8f9fb;
}

.modern-service .service-img-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.modern-service .service-img-box img {
  width: 100%;
  border-radius: 20px;
  transition: 0.5s;
}

.modern-service .service-img-box:hover img {
  transform: scale(1.05);
}
.modern-service .service-content {
  padding-left: 40px;
}
.modern-service .service-content .badge {
  display: inline-block;
  background: #ffe600;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}
.modern-service .service-content h2 {
  line-height: 1.3;
}
.modern-service .service-content h2 span {
  color: #1B327E;
}
.modern-service .service-content p {
  margin: 10px 0;
  color: #555;
  font-size: 16px;
}
.modern-service .list-block{
    padding-bottom:20px;
    list-style: none !important;
}
.modern-service .list-block .list {
    position: relative;
    padding-left: 20px;

}

.modern-service .list-block .list::before {
    content: "➜"; 
    position: absolute;
    left: 0;
    top: 0;
    color: #333; 
    font-size: 14px;
}
.modern-service .btn-book {
  background:#fef200;
  color: #000;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
  margin-top:15px;
}
/* .modern-service .btn-book:hover {
  background: #1B327E;
  color: #fff;
  transform: translateY(-3px);
} */
/* .customers-sec .review-card .review-cardcnt {
    padding: 20px 0 0 0;
} */
/* .customers-sec .review-card:before {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    top: -18px;
    color: #fff;
    background: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 2em;
    border-radius: 5px;
}
.customers-sec .review-card .review-cardcnt .review-name::before {
    content: '-';
    margin-right: 5px;
    font-size: 21px;
} */


/* end why section */



/*Price Page Css Start*/


  /* ---------- HERO ---------- */
    body.page-template-price-page {background: #F8F9FB;}
  .page-template-price-page .btn-primary{background:#772CC2;;color:#fff;}
  .page-template-price-page .btn-primary:hover{background:#59179A;;transform:translateY(-1px);box-shadow:0 4px 12px rgba(85,19,160,.2);}
  .page-template-price-page .btn-yellow{background:#FEF200;color:#1A1A1A;border:1px solid rgba(0,0,0,.03);}
  .page-template-price-page .btn-yellow:hover{background:#FEF200-deep;transform:translateY(-1px);box-shadow:0 4px 12px rgba(254,242,0,.25);}


   .page-template-price-page .hero{background:linear-gradient(135deg, #772CC2 0%, #59179A 100%);color:#FFFFFF;position:relative;overflow:hidden;padding-bottom:60px;}
  .page-template-price-page .hero:before{
    content:"";position:absolute;inset:0;
    background:
      radial-gradient(680px 320px at 88% -10%, rgba(254,242,0,.2), transparent 60%),
      radial-gradient(520px 280px at 6% 120%, rgba(101,61,210,.35), transparent 65%);
    pointer-events:none;
  }
  .page-template-price-page .hero .banner-left-text {padding-right: 10em;}
  /* faint folded-fabric texture lines */
  .page-template-price-page .hero .threads{position:absolute;inset:0;opacity:.05;pointer-events:none;
    background-image:repeating-linear-gradient(135deg, #fff 0 1px, transparent 1px 22px);}
  .page-template-price-page .hero .wrap{position:relative;padding:62px 22px 78px;display:grid;gap:40px;}
  @media(min-width:900px){.page-template-price-page .hero .wrap{grid-template-columns:1.15fr .85fr;align-items:center;padding-top:120px;}}
  .page-template-price-page .hero .wrap>div,.hero .wrap>aside{position:relative;z-index:2;min-width:0;}
  
  /* wave divider */
  .page-template-price-page .hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 0;
    overflow: hidden;
    z-index: 1;
  }
  .page-template-price-page .hero-wave svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .page-template-price-page .eyebrow{
    display:inline-flex;align-items:center;gap:9px;
    font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
    color:#FEF200;margin-bottom:10px;
  }
  .page-template-price-page .eyebrow .dot{width:7px;height:7px;border-radius:50%;background:#FEF200;box-shadow:0 0 0 4px rgba(254,242,0,.18);}
  .page-template-price-page .hero .heading{text-transform: capitalize;}
  .page-template-price-page .hero .heading::after{display: none;}
  .page-template-price-page .hero .heading em{color: #FEF200;}
  /*
  .page-template-price-page .hero h1{
    font-family:'Poppins';font-weight:800;
    font-size:clamp(36px,5.8vw,62px);line-height:.98;letter-spacing:-.025em;
  }
  .page-template-price-page .hero h1 em{font-style:normal;color:#FEF200;}*/
  .page-template-price-page .hero p.lead{margin-top:10px;font-size:17px;line-height:1.6;color:#EAE2FC;max-width:46ch;}

  /* Popular Services Card */
  .page-template-price-page .popular-card{
    position:relative;
    background:#FFFFFF;
    color:#444444;
    border-radius:20px;
    padding:30px;
    box-shadow:0 20px 40px rgba(0,0,0,.25);
    border:1px solid rgba(255,255,255,.2);
    overflow:hidden;
  }
  .page-template-price-page .popular-card::before{
    content:"";position:absolute;top:0;left:0;right:0;height:6px;
    background:linear-gradient(90deg, #FEF200 0%, #772CC2 100%);
  }
  .page-template-price-page .popular-card:hover{
    transform:translateY(-3px);
    box-shadow:0 25px 50px rgba(0,0,0,.3);
  }
  .page-template-price-page .popular-card h3{
    font-size: 30px;
    font-family:'Poppins';
    font-weight:800;
    color:#772CC2;
  }
  .page-template-price-page .popular-card .tag-sub{
    font-size:13.5px;
    color:#64748B;
    font-weight:500;
    margin-bottom:20px;
  }
  .page-template-price-page .popular-card ul{list-style:none;display:grid;gap:12px;}
  .page-template-price-page .popular-card li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:15px;
    font-weight:600;
    color:#1A1A1A;
    border-bottom:1px solid #F1F5F9;
    padding-bottom:12px;
    transition:.15s;
  }
  .page-template-price-page .popular-card li:hover{
    border-color:#772CC2;
    padding-left:6px;
  }
  .page-template-price-page .popular-card li:last-child{border-bottom:none;padding-bottom:0;}
  .page-template-price-page .popular-card li .pr{
    font-family: 'UAEDirham', 'Montserrat', sans-serif !important;
    font-weight:800;
    font-size:15px;
    color:#772CC2;
    background:#F4ECFF;
    padding:4px 12px;
    border-radius:8px;
  }
  .page-template-price-page .popular-card .foot{
    margin-top:24px;
    font-size:13px;
    font-weight:600;
    color:#64748B;
    display:flex;
    align-items:center;
    gap:8px;
    border-top:1px solid #F1F5F9;
    padding-top:16px;
    justify-content: center;
  }
  .page-template-price-page .popular-card .foot svg{width:16px;height:16px;color:#00AB40;}

  /* trust chips */
  .page-template-price-page .chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px;padding-right: 40px;}
  .page-template-price-page .chip{
    display:inline-flex;align-items:center;gap:8px;
    background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
    padding:9px 14px;border-radius:20px;font-size:13px;font-weight:500;color:#E4E0D6;
    transition:.18s ease;

  }
  .page-template-price-page .chip:hover{
    background:rgba(255,255,255,.15);
    border-color:#FEF200;
    transform:translateY(-1px);
  }
  .page-template-price-page .chip svg{width:15px;height:15px;color:#FEF200;flex:none;}
  .page-template-price-page .chip b{color:#fff;font-weight:600;}

  /* ---------- PRICING SECTION ---------- */
  .page-template-price-page .pricing{padding:50px 0 30px}
  .page-template-price-page .sec-head{text-align:center;max-width:640px;margin:0 auto 8px;}
  .page-template-price-page .sec-head .kicker{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#772CC2;}
  /*.page-template-price-page .sec-head h2{font-family:'Poppins';font-weight:800;font-size:clamp(28px,4vw,40px);letter-spacing:-.02em;margin:10px 0 12px;color:#1A1A1A;}*/
  .page-template-price-page .sec-head p{color:#64748B;font-size:15.5px;}
 .page-template-price-page  .vat-notice{
    display:flex;align-items:start;justify-content:center;gap:9px;
    max-width:540px;margin:22px auto 4px;padding:13px 18px;
    background:#F4ECFF;border:1px solid #D7C4F7;border-radius:12px;
    color:#59179A;font-size:14px;font-weight:600;text-align:center;
  }
  .page-template-price-page .vat-notice svg{width:20px;height:20px;flex:none;color:#772CC2;}
  .page-template-price-page .vat-notice strong{font-weight:800;}

  /* category nav */
  .page-template-price-page .cat-nav-shell{position:sticky;top:80px;z-index:2;background:#F8F9FB;padding:18px 0 14px;margin-top:24px;    display: flex;
    justify-content: center;}
  .page-template-price-page .cat-nav{display:flex;gap:9px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;}
  .page-template-price-page .cat-nav::-webkit-scrollbar{display:none;}
  .page-template-price-page .cat-pill{
    flex:none;display:inline-flex;align-items:center;gap:9px;
    background:#FFFFFF;border:1px solid #E2E8F0;
    padding:10px 16px;border-radius:11px;cursor:pointer;
    font-family:'Poppins';font-size:14px;font-weight:600;color:#444444;
    transition:.15s ease;white-space:nowrap;
  }
  .page-template-price-page .cat-pill svg{width:18px;height:18px;color:#64748B;transition:.15s;}
  .page-template-price-page .cat-pill:hover{border-color:#CBD5E1;}
  .page-template-price-page .cat-pill.active{
    background:#FEF200;
    color:#1A1A1A;
    border-color:#FEF200;
    font-weight:700;
    box-shadow:0 4px 15px rgba(254,242,0,.3);
  }
  .page-template-price-page .cat-pill.active svg{color:#772CC2;}

  /* table panel */
  .page-template-price-page .panel{margin-top:8px;}
  .page-template-price-page .panel-head{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:10px;margin:8px 2px 16px;}
  .page-template-price-page .panel-head h3{font-family:'Poppins';font-weight:700;font-size:23px;letter-spacing:-.01em;color:#1A1A1A;}
  .page-template-price-page .panel-head .count{font-size:13px;color:#64748B;}

  .page-template-price-page .price-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
  .cta .heading::after{display: none;}
  @media(max-width:760px){.page-template-price-page .price-grid{grid-template-columns:1fr;}}

  .page-template-price-page .price-card{
    background:#FFFFFF;border:1px solid #E2E8F0;border-radius:16px;
    overflow:hidden;box-shadow:0 10px 30px rgba(85,19,160,.06), 0 2px 8px rgba(0,0,0,.04);
    transition:.25s ease;
  }
  .page-template-price-page .price-card:hover{
    transform:translateY(-2px);
    box-shadow:0 20px 40px rgba(85,19,160,.12), 0 4px 12px rgba(0,0,0,.06);
    border-color:#772CC2;
  }
  .page-template-price-page .col-head{
    display:grid;grid-template-columns:1fr auto auto;gap:14px;
    padding:16px 20px;background:#1A1A1A;color:#fff;
    font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;align-items:center;
  }
  .page-template-price-page .col-head .h-dry{text-align:right;min-width:80px;color:#FEF200;}
  .page-template-price-page .col-head .h-steam{text-align:right;min-width:80px;color:#A3BFFA;}
  /* single-price layout */
  .page-template-price-page .price-card.single .col-head{grid-template-columns:1fr auto;}
  .page-template-price-page .price-card.single .row{grid-template-columns:1fr auto;}

  .page-template-price-page  .price-card .row{
    display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;
    padding:15px 40px;border-top:1px solid #E2E8F0;
    background:#FFFFFF;
    transition:background .15s, border-color .15s;
  }
  .page-template-price-page .price-card .row:nth-child(odd){background:#FAFAFB;}
  .page-template-price-page .price-card .row:hover{background:#F4ECFF;}
  .page-template-price-page .price-card .row .item{font-size:15px;font-weight:600;color:#1A1A1A;min-width:0;overflow-wrap:anywhere;}
  .page-template-price-page .price-card .row .item small{display:block;color:#64748B;font-size:12px;font-weight:400;margin-top:2px;}
  .page-template-price-page .price-card .row .price{
    font-family:'Poppins';font-weight:700;font-variant-numeric:tabular-nums;font-size:15px;text-align:right;min-width:80px;
    color:#1A1A1A;white-space:nowrap;
  }
  .page-template-price-page .price-card .row .price .cur{font-family: 'UAEDirham', 'Montserrat', sans-serif !important;margin-right:2px;}
  .page-template-price-page .price-card .row .price.steam{color:#772CC2}
  .page-template-price-page .price-card .row .price.na{color:#CBD5E1;font-weight:500;}
  .page-template-price-page .price-card .row .price.range{font-size:13px;}

  .page-template-price-page .price-note{
    display:flex;flex-wrap:wrap;gap:18px;justify-content:center;
    margin:28px auto 0;font-size:13px;color:#64748B;
  }
  .page-template-price-page .price-note span{display:inline-flex;align-items:start;gap:7px;}
  .page-template-price-page .price-note span:nth-child(2) b{color:#444;font-family: 'UAEDirham', 'Montserrat', sans-serif !important;font-weight:600;}
  /*.page-template-price-page .price-note b{color:#444444;font-weight:600;}*/
  .page-template-price-page .price-note .star{color:#E6D900;font-weight:700;}

  /* ---------- HOW IT WORKS ---------- */
  .page-template-price-page .works{background:#ffffff;color:#1A1A1A;padding:50px 0 60px;}
  .page-template-price-page .works .sec-head h2{color:#1A1A1A;}
  .page-template-price-page .works .sec-head .kicker{color:#772CC2;}
  .page-template-price-page .works .sec-head p{color:#64748B;}
  .page-template-price-page .steps{display:grid;gap:20px;margin-top:40px;}
  @media(min-width:760px){.page-template-price-page .steps{grid-template-columns:repeat(4,1fr);}}
  .page-template-price-page .step{.page-template-price-page 
    background:#FFFFFF;border:1px solid #E2E8F0;
    border-radius:16px;padding:30px 24px;position:relative;
    transition:.3s ease;
    box-shadow:0 10px 30px rgba(85,19,160,.06), 0 2px 8px rgba(0,0,0,.04);
  }
  .page-template-price-page .step:hover{
    transform:translateY(-4px);
    border-color:#772CC2;
    box-shadow:0 20px 40px rgba(85,19,160,.12), 0 4px 12px rgba(0,0,0,.06);
  }
  .page-template-price-page .step .n{
    position:absolute;top:24px;right:24px;
    font-family:'Poppins';font-weight:800;font-size:14px;color:#1A1A1A;
    background:#FEF200;width:32px;height:32px;border-radius:50%;
    display:grid;place-items:center;box-shadow:0 4px 10px rgba(254,242,0,.25);
  }
  .page-template-price-page .step .ic{width:48px;height:48px;border-radius:12px;background:#F4ECFF;display:grid;place-items:center;margin-bottom:20px}
  .page-template-price-page .step .ic svg{width:24px;height:24px;color:#772CC2;}
  .page-template-price-page .step h4{font-size: 18px;font-family:'Poppins';font-weight:700;margin-bottom:8px;color:#1A1A1A;}
  .page-template-price-page .step p{font-size:14px;color:#1A1A1A;line-height:1.6;}

  /* ---------- CTA BAND ---------- */
  .page-template-price-page .cta{background:#FEF200;color:#1A1A1A;padding:60px 0;position:relative;overflow:hidden;margin-top: 50px;}
  .page-template-price-page .cta:before{content:"";position:absolute;inset:0;opacity:.1;
    background-image:repeating-linear-gradient(135deg, #000 0 1px, transparent 1px 26px);}
  .page-template-price-page .cta .wrap{position:relative;display:grid;gap:22px;align-items:center;}
  @media(min-width:820px){.page-template-price-page .cta .wrap{grid-template-columns:1fr auto;}}
  .page-template-price-page .cta h2{font-family:'Poppins';color:#1A1A1A;}
  .page-template-price-page .cta p{margin-top:10px;font-size:16px;color:#444444;font-weight:500;max-width:50ch;}
  .page-template-price-page .cta-actions{display:flex;flex-wrap:wrap;gap:14px;}
  .page-template-price-page .btn-dark{background:#772CC2;color:#fff;padding:14px 28px;font-size:15px;border-radius:12px;font-weight:700;box-shadow:0 4px 15px rgba(85,19,160,.25)}
  .page-template-price-page .btn-dark:hover{background:#59179A;transform:translateY(-1px);box-shadow:0 6px 20px rgba(85,19,160,.35)}
  .page-template-price-page .btn-wa{background:#00AB40;color:#fff;padding:14px 26px;font-size:15px;border-radius:12px;font-weight:700;box-shadow:0 4px 15px rgba(0,171,64,.25)}
  .page-template-price-page .btn-wa:hover{background:#178b46;transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,171,64,.35)}
  .page-template-price-page .btn svg{width:18px;height:18px;margin-right: 5px;}

 
  /* floating WA */
  .page-template-price-page .wa-float{position:fixed;right:18px;bottom:18px;z-index:80;width:56px;height:56px;border-radius:50%;background:#00AB40;
    display:grid;place-items:center;box-shadow:0 10px 30px rgba(31,168,85,.45);text-decoration:none;transition:.18s;}
  .page-template-price-page .wa-float:hover{transform:scale(1.06);}
  .page-template-price-page .wa-float svg{width:30px;height:30px;color:#fff;}

  /* ---------- MOBILE REFINEMENTS ---------- */
  
  @media(max-width:560px){
 
    .page-template-price-page .hero .wrap{padding:46px 16px 56px;gap:34px;}
    .page-template-price-page .hero p.lead{font-size:15.5px;}
    .page-template-price-page .chips{gap:8px;}
    .page-template-price-page .chip{padding:8px 12px;font-size:12px;}
    .page-template-price-page .popular-card{padding:22px 20px 20px;}
    /*.page-template-price-page .popular-card h3{font-size:22px;}*/
    /* tighten price rows so 3 columns fit comfortably */
    .page-template-price-page .col-head{padding:11px 14px;gap:8px;font-size:10.5px;}
    .page-template-price-page .col-head .h-dry,.col-head .h-steam{min-width:58px;}
    .page-template-price-page .row{padding:12px 0;gap:8px;}
    .page-template-price-page .row .item{font-size:14px;}
    .page-template-price-page .row .price{font-size:14px;min-width:58px;}
    /*.page-template-price-page .row .price .cur{font-size:10px;margin-right:1px;}*/
    /*.page-template-price-page .panel-head h3{font-size:20px;}
    .page-template-price-page .sec-head h2{font-size:26px;}*/
    .page-template-price-page .price-note{gap:12px;text-align:center;}
    .page-template-price-page .step{padding:22px 18px;}
    .page-template-price-page .cta{padding:40px 0;}
    .page-template-price-page .cta-actions .btn{flex:1;justify-content:center;}
    .page-template-price-page .foot-bottom{flex-direction:column;gap:6px;}
    .page-template-price-page .wa-float{width:52px;height:52px;right:14px;bottom:14px;}
    .page-template-price-page .wa-float svg{width:27px;height:27px;}
  }
/*Price Page Css End*/
.term-cnd-sec .term-cnd-wrap ,.term-cnd-sec  .why-choose-wrap {
    background: #f8f9fb;
    padding: 40px;
    border-radius: 10px;
    height: 100%;
}
.term-cnd-sec .why-choose-text ul ,.term-cnd-sec .term-cnd-text ul {
    padding-left: 30px;
}
.term-cnd-sec .term-cnd-wrap .heading , .term-cnd-sec  .why-choose-wrap .heading{font-size: 24px;margin-bottom: 15px;}
.term-cnd-sec .term-cnd-wrap .heading::after , .term-cnd-sec  .why-choose-wrap .heading::after{display: none;}

/*Responsive*/


@media (min-width: 1700px) and (max-width: 2000px) {
    .page-template-landing-page .home-banner-sec .banner-wrap{padding: 11em 0;}
}

@media (min-width: 1365px) and (max-width: 1600px) {
    .about-area.style-two .about-thumb{
    margin-left: 0;
        left: -31px;
    }

    .about-thumb img {
        width: 100%;
    }

    .about-shape3 {
        right: 6%;
    }
    .testi-single-box {
        padding: 50px 40px 50px;
    }
    .page-template-price-page .hero .wrap{padding-bottom: 50px;}

}
@media (min-width: 1200px) and (max-width: 1364px) {
    
    .about-area.style-two .about-thumb {
        margin-left: 34px;
        left: -25px;
    }

    .about-thumb img {
        width: 100%;
    }

    .about-shape3 {
        right: 6%;
    }
    .testi-single-box {
        padding: 51px 39px 49px;
    }
    .about-section {padding-bottom: 4em;}
}
@media(max-width: 1280px)
{
    .page-template-price-page .cta{margin-top: 40px;padding: 50px 0;}

}

@media(max-width: 1199px)
{
    .service-area.style-two{ height: 620px; }
    .home-banner-sec .banner-wrap .banner-button {
        display: inline-flex;
        flex-direction: column;
    }
    .home-banner-sec .banner-wrap .banner-button .theme-btn{width: max-content;}
    .home-banner-sec .banner-wrap .banner-button .theme-btn:first-child{margin-bottom:15px;}
    .home-banner-sec .banner-wrap .banner-wht-btn{margin-left: 0;}
    .contact-one__right .form-title.heading {font-size: 26px;}
    .refer-friend .heading {font-size: 24px!important;}
    .how-we-work__single-box{padding: 0 10px 0;}
    .how-we-work__single-box .how-we-work__title{font-size: 20px;margin-top: 20px;}
    .page-template-landing-page .home-banner-sec .banner-wrap {padding: 8em 0;}
    .contact-one__left{margin-right:30px;margin-bottom: 30px;}
    .tab-wrapper.price-tab .tab-nav li {
        padding: 0px 10px;
        margin: 0;
    }
    .page-template-price-page .popular-card h3{font-size: 26px;}
    .page-template-price-page .hero .banner-left-text {padding-right: 6em;}
    .page-template-price-page .chips{margin-top: 20px;}

}

@media (min-width: 1170px) and (max-width: 1199px) {
    
    .about-area.style-two .about-thumb {
            margin-left: 34px;
            left: -25px;
        }
    
        .about-thumb img {
            width: 100%;
        }
    
        .about-shape3 {
            right: 6%;
        }
        .testi-single-box {
        padding: 51px 39px 49px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    .about-area.style-two .about-thumb {
        margin-left: 34px;
        left: -25px;
    }

    .about-thumb img {
        width: 100%;
    }

    .about-shape3 {
        right: 6%;
    }
    .testi-single-box {
        padding: 51px 39px 49px;
    }

    .testi-single-box::before {
        right: -34%;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .about-area.style-two .about-thumb {
    margin-left: 0;
}
.pricing-sec .pricing-btn{margin: 30px 0 20px 0;}



}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.about-area.style-two .about-thumb {margin-left: 0;}
.testi-single-box {
        padding: 51px 39px 49px;
    }

.customers-sec .heading {
    margin-bottom: 36px;
}
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .about-area.style-two .about-thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .about-area.style-two .about-thumb {
            margin-left: 0;
        }
}

/*landign page css compeleted*/



/***** Responsive CSS *****/
@media (max-width: 1290px) and (min-width: 1199px){
    .location-map{width: auto;}

}
@media(max-width: 1199px)
{
    .process-sec .process-block{padding:15px;}
    .contact-one .contact-one__right form{padding:35px;}
    .service-area.style-two .service-content, .other-service .service-content{padding: 15px;}
    .service-area.style-two .service-icon, .other-service .service-icon{right: 4%;width: 30px;}
    .page-template-price-page .step h4 {font-size: 16px;}

}
@media(max-width: 1024px)
{
    .about-wrap .review-desc span {font-size: 3em;}
    .modern-service .service-content { padding-left: 20px;}
    .page-template-price-page .chips{padding-right: 20px;}
    .page-template-price-page .popular-card h3{font-size: 24px;}
    .page-template-price-page .price-card .row .price{font-size: 14px;}
    .page-template-price-page .hero .wrap{padding-bottom:50px;}
    .page-template-price-page .step .ic{width: 42px;height: 42px;}
    .page-template-price-page .step .ic svg {width: 22px;height: 22px;}
    .page-template-price-page .cat-nav-shell{top:96px;}
    .page-template-price-page .hero .banner-left-text {padding-right: 4em;}
    .term-cnd-sec .term-cnd-wrap, .term-cnd-sec .why-choose-wrap{padding: 30px 20px;}
    .term-cnd-sec .term-cnd-wrap .heading, .term-cnd-sec .why-choose-wrap .heading {font-size: 22px;}
}
@media (max-width: 1199px) and (min-width: 992px){
.req-callCvr .req-call { display: block;margin-top: 14px;}
.content-section{ padding:60px 0px;}
/*.servicebox-inner .servicebox-inner__description{padding: 23px 15px 19px;}*/
.servicebox-inner .servicebox-inner__icon img {max-width: 36px;}
.servicebox-inner .servicebox-inner__icon+.servicebox-inner__content {margin-left: 12px;}
.servicebox-inner .servicebox-inner__icon{width: 60px;height: 60px;min-width: 60px;}
.servicebox-inner .servicebox-inner__title {font-size: 17px;line-height: 23px;}
.process-section .steps-slider .swiper-slide .content{right: -77px;}
.process-section .steps-slider .swiper-slide .content h3{padding-left: 4.8em;font-size: 30px;}
.process-section .steps-slider .swiper-slide .content p{padding-left: 9.3em;}
.sidebarCvr {padding: 0px;}
.location-map{width: auto;}
}

@media (min-width: 992px) {
.navbar-expand-lg {-ms-flex-flow: row nowrap;flex-flow: row nowrap;   -ms-flex-pack: start;justify-content: space-around;}
.navbar-collapse {-ms-flex-preferred-size: 100%;flex-basis: 100%;-ms-flex-positive: 1;flex-grow: inherit;-ms-flex-align: center; align-items: center;}
.navbar-expand-lg .navbar-collapse {display: -ms-flexbox!important;display: flex!important;-ms-flex-preferred-size: auto;flex-basis: auto;justify-content: center;}
}

@media (max-width: 992px){

}
@media only screen and (max-width: 992px) and (min-width: 768px){
.page-banner {width: 100%;height: 420px;padding-bottom: 3em;}
.page-template-landing-page .home-banner-sec.page-banner{height: auto!important;}
.question-mark {padding: 0px;}
}
@media (max-width: 991px){
.content-section{ padding:40px 0px !important;}
.about-featuredCvr {padding-top: 3em !important;}
.navbar{padding:0px;}	
.navbar .logo {margin-left: 0;width: 100%;padding: 6px 30px; margin-bottom: 14px;}
.navbar.sticky .logo {margin-bottom: 0px;}
.navbar-button{display:none;}
.navbar .logo a{display:inline-block;}
.navbar .logo a img {height: 70px;}
.navbar .navbar-toggler.mobile-menu {float: right;display: inline-block;padding: 16px;height: auto;margin-top: 1.1em;background: #000;}
.navbar .navbar-toggler.mobile-menu .lni {color:#fff;}
.main-navigation ul{background: #fef200;}
.main-navigation .primary-menu > li {float: none !important;border-top: 1px solid #d1d1d1 !important;position: relative;}
.main-navigation .primary-menu > li a { color:#000; padding: 14px;}
.slider .slider-content .swiper-slide .inner .slider-title{font-size: 26px;}
.slider .slider-content .swiper-slide .inner p{font-size: 16px;}
.slider .slider-content .swiper-slide .inner a{height: 52px;line-height: 52px;padding: 0 16px;}
.about-left-side {position: relative;margin-top: 0px;min-height: 45em;width: 86%;
margin: 0 auto;}
.about-section .about-wrap {padding-left: 0px;margin-top: 1em;position: relative;}
.about-section [class*="col-"] { flex: 0 0 100% !important;max-width: 100%;}
/*.servicebox-inner .servicebox-inner__description{padding: 23px 15px 19px;}*/
.servicebox-inner .servicebox-inner__icon img {max-width: 36px;}
.servicebox-inner .servicebox-inner__icon+.servicebox-inner__content {margin-left: 12px;}
.servicebox-inner .servicebox-inner__icon{width: 60px;height: 60px;min-width: 60px;}
.servicebox-inner .servicebox-inner__title {font-size: 17px;line-height: 23px;}
.calltoactionfrm, .location-img{ margin-bottom:2em;}
.bloglistCvr .blog-block{ margin-bottom:2em !important;}
.bloglistCvr [class*="col-"]:last-child .blog-block{margin-bottom:0px !important;}
.feature-about.pr-5, .process-text-wrap.pr-5 {padding-right: 0px !important;}
.process-section .steps-slider .swiper-slide .content h3{padding-left: 4.8em;font-size: 30px;}
.process-section .steps-slider .swiper-slide .content p{padding-left: 9.3em;}
.footer {padding-top: 100px;}
.serviceCvr {padding: 120px 0 100px;}
.shape-top, .shape-bottom {height: 98px; background-size: 100% 110px;}
.ftr-servicelinks.ml-4, .ftr-contact.ml-4, .ftr-quicklinks.ml-5 {margin-left: 0px !important;}
.footer .col-md-6 {margin-bottom: 20px !important;}
.accordion.faq-listCvr{ padding-right:0px;}
.accordion.faq-listCvr .card .card-header a{padding: 20px 60px 20px 20px;}
.service-img{margin-bottom:2em;}
.tab-wrapper .tab-item{ width:100%;margin: 0px auto;}
.footer span:last-child {margin-left: 0px;}
.sidebarCvr {padding: 0;margin-top: 1em;}
.contact-form-block{margin:0px;}
.location-map{margin:0px auto; width:100%;}
.steps-slider.facility-blockCvr .swiper-slide figure, 
.steps-slider.facility-blockCvr .swiper-slide .content {width: 100%;}
.steps-slider.facility-blockCvr .swiper-slide .content{margin-bottom: 60px;padding:0px;}
.steps-slider.facility-blockCvr .controls { left: 15px;}
.steps-slider.facility-blockCvr .swiper-slide .content p{ padding:0px;}
.about-wrap .review-desc span {font-size: 2.8em;}
/*.process-sec .process-block {margin-bottom: 25px;height: auto;}*/
.process-block-wrap .row [class*="col-"]{padding: 10px;}
.sec-spacing {margin-top: 15px;}
.why-choose-sec .why-block-wrap .why-choose-block{width:100%;}
.page-template-landing-page .navbar-button {display:inline-block;}
.page-template-landing-page .navbar .logo {width: auto;padding: 5px 10px;}
nav.landing-page .navbar{justify-content: center;}
.page-template-landing-page .navbar.sticky .logo a img{height: 70px;}
/*.page-template-landing-page .home-banner-sec {padding: 94px 0 40px;}*/
.offer-sec .offer-wrap {padding: 40px 0;}
.about-section .row {flex-direction: column-reverse;}
.page-template-landing-page .about-section {padding-top: 2em;}
.page-template-landing-page .home-banner-sec .banner-wrap {padding: 4em 0;}
.home-banner-sec .banner-wrap .banner-title .title {font-size: 34px;}
.page-template-landing-page .how-we-work__single{flex: 0 0 50%;max-width: 50%;margin-bottom: 30px;}
.how-we-work__single:nth-child(2n):before{display: none;}
.about-area.style-two .about-thumb {margin-top: 30px;}
.refer-friend.two {
    flex-wrap: wrap;
    padding-right: 60px;
    padding-top: 40px;
}
.refer-friend:before {
    top: 0;
}
.refer-friend.two > img {
    width: 50%;
    margin-left: auto;
}
.contact-one__left{margin-right:0px;}
.faq-section .accordion .card .card-header a {padding: 15px 20px;}
.review-block-wrap-slider .testi-single-box{padding: 20px;}
.testimonial-area.style-two .testi-single-box:before{top: -32%;background-size: 45px;}
.book-one__inner .book-one__title {font-size: 40px;}
.testimonial-area.style-two{padding: 60px 0px;}
.page-template-landing-page .heading {
    font-size: 28px;
}
.location-section .location-data-wrap{padding-top: 30px;}
.fabric-block .fabric-img {width: 80px;height: 80px;}
.why-choose .why-choose-content {
    padding-left: 0;
    padding-top: 20px;
}
.modern-service .service-content {
    padding: 40px 0 0 0;
}
.tab-wrapper.price-tab .tab-nav li {
    padding: 0px 10px 10px;
    margin: 0 10px;
}
.page-template-price-page .steps {grid-template-columns: repeat(2, 1fr);gap: 15px;}
.page-template-price-page  .heading {font-size: 28px;}
.page-template-price-page .chips {padding-right: 0;margin-top: 20px;}
.page-template-price-page .hero .wrap {grid-template-columns: 1fr;gap: 30px;padding-top: 100px;}
.page-template-price-page .pricing {padding: 40px 0 0;}
.page-template-price-page .works{padding: 48px 0;}
.page-template-price-page .cta .wrap {grid-template-columns: 1fr;gap: 0;}
.page-template-price-page .cta p{max-width: 100%;margin-bottom: 20px;}
.page-template-price-page .cat-nav-shell {top: 100px;}
.page-template-price-page .hero .banner-left-text {padding-right: 0em;}
.page-template-price-page .hero p.lead{max-width: 100%;}
.term-cnd-sec .why-choose-wrap {margin-top: 20px;}
.page-template-price-page .price-card .row{padding: 15px 30px;}

}
@media (max-width: 767px){
.featured-blockCvr:nth-child(3) {margin-top: -1em;}
.about-left-side {position: relative;margin-top: 0px;min-height: 45em;width: 100%;
margin: 0 auto;}
.about-left-side-2 .about-thumb-mid {position: inherit;text-align: right;top: -125px;left: 0px !important;}
.about-left-side-2 .about-thumb-mid-wrap { position: absolute;right: 0px;}
.about-left-side-2 .about-thumb-box {top: 80px;left: 40px;}
.heading , .medium-heading{font-size: 28px !important;}
.calltoactionfrm{ margin:-1em 0em 1em;}
.pickup-phone a {font-size: 1.5em;}
.process-section .steps-slider .swiper-slide .content{right: -62px;}
.process-section .steps-slider .swiper-slide figure {width: 42%;}
.process-section .steps-slider .swiper-slide figure img {width: auto;}
.about-featuredCvr {padding-top: 2em;}
.page-banner {width: 100%;height: 360px;padding-bottom: 3em;}
.page-banner .container h1 {font-size: 30px;}
.question-mark{text-align: center;margin-bottom: 2em;}
.question-mark img{width:120px;}
.contact-form-block{margin-top: 2em;}
.service-inner-box .servicebox-inner-icon+.servicebox-inner-content {margin-left: 16px;}
.service-inner-box .servicebox-inner-title{ line-height:1.2; font-size:16px;}
.service-inner-box .servicebox-inner-icon{ width:76px; height:76px; min-width:76px;}
.service-inner-box .servicebox-inner-icon img {max-width: 47px;}
.footer-social li a span {line-height: 2.4;}
/*.home-banner-sec .banner-wrap .benefit-wrap {flex-direction: column;align-content: center;}*/
.home-banner-sec .banner-wrap .benefit-wrap .benefit-data {margin-bottom: 10px;width: max-content;}
.page-template-landing-page .navbar .navbar-button {margin-left: 10px;}
.home-banner-sec .banner-wrap .banner-title .banner-text{padding: 0 25px 20px 25px;}
.page-template-landing-page .home-banner-sec.page-banner{height: auto;padding: 135px 0 40px;}
.refer-friend.two > img{display: none;}
.refer-friend .heading {font-size: 20px !important;}
.refer-friend.two {padding: 25px;margin-top: 0;margin-bottom: 0;}
.refer-friend:before{border-bottom-left-radius: 20px;border-radius:20px; }
.refer-friend{border-bottom-left-radius: 20px;border-radius:20px;}
.service-area.style-two {height: 100%;}
.service-single-box{margin-bottom: 30px;}
.page-template-landing-page .other-service .row [class*="col-"]:last-child .service-single-box{margin-bottom: 0;}
.faq-section .accordion .card .card-header a{font-size: 16px;}
.book-one__title span:before{left: -8px;}
.page-template-landing-page .refer-friend.two i{width: 70px;height: 70px;margin-right: 15px;}
.page-template-landing-page .refer-friend.two i img {width: 45px;}
.page-template-landing-page .how-we-work__icon{ height: 130px; width: 130px;}
.page-template-landing-page .how-we-work__count {height: 40px;width: 40px;right: 0;}
.page-template-landing-page .how-we-work__count:before{font-size: 16px;}
.home-banner-sec .banner-wrap .banner-title .title {font-size: 32px;}
.page-template-landing-page .service-area.style-two{padding: 60px 0 0;}
.page-template-landing-page .book-one{padding: 60px 0 100px;}
.home-banner-sec .banner-wrap .banner-button .theme-btn:first-child {margin-bottom: 10px;}
.about-area  .about-box .counter-single-box{padding: 20px;}
.page-template-landing-page .navbar.sticky .logo a img {height: 60px!important;}
.page-template-landing-page .about-section{padding-bottom: 3em;}
.page-template-landing-page .mobile-btn .cnt-btn {
        background: #fef200;
        padding: 10px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.page-template-landing-page nav.landing-page .navbar{align-items: center;justify-content: space-between;}
.page-template-landing-page .heading {font-size: 26px !important;}
.refer-friend.two .d-flex {flex-direction: column;align-items: center;gap: 10px;}
.refer-friend.two .d-flex .heading {text-align: center;}
.refer-friend .call-text {text-align: center;font-size: 18px;}
.home-banner-sec .banner-wrap .banner-button {display: none !important;}
.slider_list .owl-prev, .slider_list .owl-next {height: 40px;width: 40px;}
.slider_list.owl-theme .owl-nav [class*=owl-]{font-size: 12px;}
.laundry-steps .laundry-steps-block img {width: 100px;}
.customers-sec .review-card {  padding: 20px;}
.modern-service .service-content {padding: 38px 0 0 0;}
.modern-service .btn-book {padding: 11px 20px; margin-top: 13px;}
.page-template-price-page .price-grid{grid-template-columns: 1fr;}
.page-template-price-page .price-note{gap: 5px;}
.page-template-price-page .heading.text-center::after { margin: 10px auto 10px;}
.page-template-price-page .hero .wrap{padding: 100px 0 30px;}
.page-template-price-page .cat-pill{padding: 8px;border-radius: 8px;gap: 5px;}
.page-template-price-page .cat-pill svg {width: 16px;height: 16px;}
.page-template-price-page  .container {max-width: 100%;padding: 0 40px;}
.page-template-price-page .pricing {padding: 30px 0 0;}
.page-template-price-page .panel-head h3{font-size: 18px;}
.page-template-price-page .cta{padding: 30px 0;}
.page-template-price-page .hero{padding-bottom: 20px;}
.page-template-price-page .hero-wave{height: 0px;}
.page-template-price-page .works {padding: 35px 0;}
.term-cnd-sec .term-cnd-wrap .heading, .term-cnd-sec .why-choose-wrap .heading {font-size: 22px !important;}
.page-template-new-offer-page .button, .page-template-price-page .button 
{
    height: 48px;
    font-size: 15px;
    line-height: 48px;
    padding: 0 15px;
}

}
@media(max-width: 680px)
{
    nav.landing-page .navbar {
        justify-content: center;
    }
    .page-template-landing-page .navbar .navbar-button{display: none;}
    .slider_list .owl-next{right: 20px;}
    .slider_list .owl-prev{left: 20px;}
    .page-template-landing-page .home-banner-sec .banner-wrap .banner-desc {display: none;}
    .page-template-price-page .popular-card h3 {font-size: 22px;}
    .page-template-price-page .chip{padding: 10px;}
}
@media (max-width: 575px){
.comman-padding {padding: 40px 0;}
.slider .slider-main .slide-image {width: 88%;}	
.slider .slider-content {width: 100%;height: auto;margin-bottom: 0px;}
.slider .slider-main {width: 100%;}
.featured-blockCvr:nth-child(2){margin-top: 0;}
.featured-blockCvr:nth-child(3), .about-featuredCvr .featured-blockCvr:nth-child(odd){margin-top: 0em;}
.location-listCvr li {width: 49%;}
.process-section .steps-slider .swiper-slide .content{width: 390px;height: 390px;}
.process-section .steps-slider .swiper-slide .content h3 {padding-left: 4em;font-size: 26px;margin-bottom: 10px;}
.process-section .steps-slider .swiper-slide .content p {padding-left: 7.6em;}
.about-featuredCvr {padding-top: 0em;}
.process-section .process-sec-steps .steps-slider .swiper-slide .content {width: 440px;height: 420px;right: -90px;}
.about-wrap .review-desc span {font-size: 2.6em;}
.page-template-landing-page .home-banner-sec .banner-wrap .banner-title .title {font-size: 26px;}
.page-template-landing-page .serviceCvr{padding: 85px 0px 55px!important;}
.page-template-landing-page .process-block-wrap .row [class*="col-"]{width: 50%;}
.page-template-landing-page .accordion .card .card-header a{font-size:16px;}
.home-banner-sec .banner-wrap .banner-title .banner-text {
    padding: 0;
}
.home-banner-sec .banner-wrap .banner-title { text-align: center;}
.home-banner-sec .banner-wrap .banner-button{align-items: center;}
.page-template-landing-page .home-banner-sec {padding-bottom: 0;}

.commercial__inner .row > [class*="col-sm-6"]{width: 50%;}
.page-template-landing-page .how-we-work__icon {height: 115px;width: 115px;}
.page-template-landing-page .how-we-work__icon span{font-size: 40px;}
.page-template-landing-page .refer-friend .heading {font-size: 18px !important;}

.page-template-landing-page .how-we-work{padding: 45px 0;}

.contact-one .contact-one__right form {padding: 20px;}
.about-area  .about-box .counter-single-box{padding: 15px;}
.page-template-landing-page .heading {font-size: 24px !important;}
.page-template-landing-page .commercial__inner{padding: 30px 0!important;}
.testimonial-area.style-two {padding: 40px 0px;}
.testimonial-area.style-two .testi-title {font-size: 22px;}
.refer-friend .call-text{font-size: 14px;}
.fabric-block {margin-bottom:20px;}
.tower-sec .tower-block{
    margin-bottom: 20px;
}
.page-template-price-page  .container {padding: 0 20px;}
.page-template-price-page .panel-head h3{font-size: 16px;}
.page-template-price-page .chip {padding: 8px 10px;}
.page-template-price-page .hero {padding-bottom: 0;}
.term-cnd-sec .term-cnd-wrap .heading, .term-cnd-sec .why-choose-wrap .heading{font-size: 18px !important;}
.term-cnd-sec .term-cnd-wrap, .term-cnd-sec .why-choose-wrap {padding: 20px 15px;}
.page-template-price-page .popular-card li .pr{font-size: 14px;}
.page-template-price-page .price-card{border-radius: 8px;}


}

@media (max-width: 570px){

}
@media (max-width: 560px){
    .footer-bottom .trademark-text{margin-right:0!important;width:100%;}
    .page-template-price-page .steps {grid-template-columns: repeat(1, 1fr);margin-top: 0;}
    
}

@media (max-width: 500px){
.req-callCvr .req-call {display: block;margin-top: 14px;}
.faq-content .card-body ol li{width: 49%;}
.process-block-wrap .row [class*="col-"]{width: 100%;}
.page-template-landing-page .home-banner-sec .banner-wrap .banner-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-template-landing-page .process-block-wrap .row [class*="col-"]{width: 100%;}
.process-sec .process-block {margin: 0 30px;}
.page-template-landing-page .refer-friend.two i {width: 65px;height: 65px;}
.page-template-landing-page .refer-friend.two i img {width: 40px;}

}
@media (max-width: 481px){
.heading , .medium-heading {font-size: 26px !important;}
.about-left-side img {width: 66%;}
.about-left-side { min-height: 30em; }
.about-left-side-2 .about-thumb-sml {position: absolute;top: 0;right: -71px;}
.about-left-side-2 .about-thumb-box .title {font-size: 36px;}
.about-left-side-2 .about-thumb-box span.value {font-size: 23px;}
.about-left-side-2 .about-thumb-box .title .year {font-size: 10px;}
.about-left-side-2 .about-thumb-box{ padding: 24px 16px; }
.about-thumb-box::before{left: -9px;bottom: -9px;}
.process-section .steps-slider .swiper-slide .content {width: 330px;height: 330px;
right: -23px;}
.process-section .steps-slider .swiper-slide .content span{z-index:0;}
.footer {padding-top: 66px;}
.serviceCvr {padding: 80px 0 60px;}
.shape-top, .shape-bottom {height: 70px; background-size: 100% 70px;}
.process-section .process-sec-steps .steps-slider .swiper-slide .content {width: 360px;height: 360px;right: -70px;}
.process-section .process-sec-steps .steps-slider .swiper-slide .content p {padding-left: 6.6em;}
.contact-form-block{padding: 46px 28px;}
a.ftr-call{display:block;}
.main-navigation .menu-header-menu-container .primary-menu {max-height: 320px; overflow-y: scroll; overflow-x: hidden; }
.about-area .about-box .counter-single-box {padding: 10px 15px;}
.about-area .about-box .counter-single-box .counter-text {font-size: 14px;line-height: 1.2;font-weight: 500;}
.about-area .about-box .counter-single-box .counter-number p{font-size: 30px;}
.page-template-landing-page .commercial__points li .text p {font-size: 14px!important;}
.price-tab .tab-nav li small { font-size: 13px; }
.page-template-price-page .cta-actions .btn {width: max-content;padding: 12px 20px;}
.page-template-price-page .cta-actions {flex-direction: column;}
.page-template-price-page .price-card .row .item {font-size: 14px;}
.page-template-price-page .price-note{justify-content: start;}
.page-template-price-page .price-note span{text-align: start;}

}
@media (max-width: 420px){
.navbar .logo {margin-left: 0;width: 100%;padding: 0 12px;}
.navbar .logo a img {height: 65px !important;}
.page-template-landing-page .navbar.sticky .logo a img {height: 55px !important;}
.process-section .steps-slider .swiper-slide .content,
.process-section .process-sec-steps .steps-slider .swiper-slide .content 
{width: 300px;height: 300px;
right: -10px;}
.process-section .steps-slider .swiper-slide figure{width: 100%;position: relative;}
.process-section .steps-slider .swiper-slide .content h3 {font-size: 26px;text-align: center;padding: 0 14px;}
.process-section .steps-slider .swiper-slide .content p {padding: 0 25px;text-align: center;}
.about-left-side { min-height: 28em; }
.process-section .process-sec-steps .steps-slider .swiper-slide .content p {
    padding: 0px 26px;
}
.process-sec .process-block {margin: 0 20px;}
.page-template-landing-page .serviceCvr {padding: 55px 0px 25px !important;}
.page-template-landing-page .home-banner-sec .banner-wrap .banner-title .title {font-size: 28px;}
.counter-single-box .counter-number .counter{font-size: 30px;}
.page-template-landing-page .how-we-work__single {max-width: 100%;flex: 0 0 100%;}
.page-template-landing-page .how-we-work__single:before{display: none;}
.page-template-landing-page .how-we-work__icon {height: 90px;width: 90px;}
.page-template-landing-page .how-we-work__icon span { font-size: 30px; }
.page-template-landing-page .how-we-work__count {height: 33px;width: 33px;}
.page-template-landing-page .how-we-work__count:before {font-size: 14px;}
.page-template-landing-page .about-wrap .review-desc span {font-size: 30px!important;}
.page-template-landing-page .about-wrap .review-desc {font-size: 16px!important;display: flex;
        flex-direction: column;
        align-items: center;}
.about-area .about-box .counter-single-box { padding:20px 10px 16px; margin-left: 22px; }
.about-area .about-box .counter-single-box .counter-number p { font-size: 26px; }
.pricing-sec a.theme-btn{height: auto;}
.price-tab {padding-top: 1em;}
.tab-wrapper.price-tab .tab-nav li img {
    width: 70px;
}
.tab-wrapper .tab-nav li span {width: 90px;height: 90px;}
.page-template-price-page .cat-nav-shell {top: 85px;padding: 12px 0;}
.page-template-price-page .hero .wrap {padding: 85px 0 20px;}
.page-template-price-page .hero {padding-bottom: 10px;}
.page-template-price-page .heading{font-size: 20px !important;}
.page-template-price-page .works {padding: 30px 0 20px;}
.page-template-price-page .popular-card h3 {font-size: 20px;}
.page-template-price-page .popular-card{border-radius: 10px;}


}
@media (max-width: 380px){
.about-left-side { min-height: 25em; }
.page-banner .container h1 {font-size: 24px;}	
.location-map {border-radius:0px;}
.covid-noticeCvr .covid-notice-sec .covid-notice-wrap {
    padding: 12px 0 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
}
.pickup {bottom: 50px;}
a.ftr-whatsapp {bottom: 60px;}
a.ftr-call{bottom: 140px;}
a.theme-btn {height: 50px;line-height: 50px;}
.about-wrap .google-review-img {flex-direction: column;align-items: start;}
.about-wrap .review-desc {width: 100%;margin:0;}
.page-template-landing-page .ftr-call.landing-page-call {bottom: 16em;}
.page-template-landing-page .ftr-whatsapp.landing-page-whatsapp {bottom: 11.5em;}
.page-template-landing-page .home-banner-sec .banner-wrap .banner-title .title {font-size: 26px;}
.about-area .about-box .counter-single-box .counter-number p{font-size: 30px;padding: 0;}
.about-area .about-wrap .review-desc { font-size: 18px;}
.about-area .about-wrap .review-desc span {font-size: 34px;}
.how-we-work__single-box .how-we-work__title{font-size: 18px;line-height: 1.2;}
.how-we-work__single-box  .how-we-work__text {font-size: 14px;}
.page-template-landing-page .how-we-work__icon {
    height: 100px;
    width: 100px;
}
.page-template-landing-page .how-we-work__icon span {
    font-size: 35px;
}
.page-template-landing-page .how-we-work__count {height: 35px;width: 35px;}
.page-template-landing-page .how-we-work__count:before {font-size: 14px;}
.page-template-landing-page .content-section {padding: 30px 0px !important;}
.page-template-landing-page .home-banner-sec .banner-wrap .banner-title .title {font-size: 26px;}
.pricing-sec a.theme-btn {font-size: 14px;line-height: 1.2;padding: 20px;}
.page-template-price-page .price-card .row{gap: 10px;padding: 10px 25px;}


}
@media (max-width: 340px){
.about-left-side {
    min-height: 21em;
}
.comman-padding {padding: 30px 0;}
.pricing-sec .table-sec .table td {
    padding: 12px 10px;
}


}


