* {
  box-sizing: border-box;
}
body {
  color: #000;
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x:hidden;
}

body.homepage::-webkit-scrollbar {
    display: none;
}
.topfiftyspace{
	margin-top:50px
}

/* page loader start */

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #fff;
  z-index: 99999999;
}
#loading-image {
    position: absolute;
    top: 0;
	bottom:0;
    left: 0;
	right:0;
    z-index: 100;
    margin: auto;
	background-color: white;
}
/* page loader end */


/* New Home Page Video Banner Css End*/

#Bgvideo {
	background:#000;
    position: fixed;
	top:0;
	left:0;
	right:0;
    height: 100vh;
}
#Bgvideo video {
    float: left;
    width: 100%;
    position: relative;
    object-fit: cover;
    height: 100%;
    filter: brightness(0.5);
}
/* #wrapper{
	margin-top:132vh;
	background: #fff;
	position:relative;
	z-index: 6;
	transition: all .3s ease;
} */
.wrapbanner img {
    height: 100vh;
	/*filter: brightness(0.5); */
}
.ParadiseStaysCS{
	position: fixed;
    width: 100%;
    height: 100vh;
	top: 0;
	z-index:5;
}
.ParadiseStaysCS h1{
	margin:50px 0 0;
	opacity:1 !important;
}
html.enhance-xp .main {
    margin-top: calc(var(--r-localnav-height)*-1 + var(--r-localnav-gn-height)*-1);
}
.section-hero {
    --hero-length: 600vh;
}
.visuallyhidden {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
html.enhance-xp .section-hero .sticky-container {
    height: var(--hero-length);
}
html.enhance-xp .section-hero .sticky-container .sticky-content {
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;	
}
html.enhance-xp .section-hero .sticky-container .sticky-content .content-container {
    position: absolute;
	top:0;
	bottom:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
html.enhance-xp .section-hero .sticky-container .sticky-content .hero-title {
    --initial-scale: 1;
    --origin-x: 459.3px;
    --origin-y: 74.8px;
    display: flex;
    text-align: center;
    scale: var(--initial-scale);
    transform-origin: var(--origin-x) var(--origin-y);
    opacity: 0;
	transition-duration: .5s;
}
html.enhance-xp.no-safari .section-hero .sticky-container .sticky-content .hero-title {
    will-change: opacity;
}
html.enhance-xp .section-hero .sticky-container .sticky-content .hero-title .product-name {
    --pn-width: 860px;
    --pn-height: 142px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
	margin-left:10px;
    background-image: url(../images/Paradise-Stays-White.svg);
    width: var(--pn-width);
    height: var(--pn-height);
}
/* New Home Page Video Banner Css End*/

/* mobile menu */

html{
	transform: unset !important;
	transition-duration: 0.5s;
}
html.SlideRightMobile {
	transform: translateX(100%) translateY(0) !important;
	transition-duration: 0.5s;
	overflow: hidden;
	position: fixed;
	width: 100%;
}
html.SlideRightMobile:before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 9999999;
}
.mobileNav{
	display:none;
}
.mobileNav {
    position: absolute;
    padding: 20px;
    left: 0;
    right: 0;
	z-index:7;
}
.mobileNav span.MobileMenuBtn {
    position: absolute;
    right: 15px;
    top: 22px;
    transform: translateX(0px);
    transition: 2s ease;
    cursor: pointer;
}
.mobileNav span.MobileMenuBtn svg{
	width:55px;
	height:55px;
}
.mobileMenu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
	transition: .5s ease;
	opacity: 0;
    width: 100%;
	transform: translateX(-100%) translateY(0%);
}
.mobileMenu.active{
	z-index: 9999;
	opacity: 1;
	transform: translateX(0%) translateY(0%);
}
.csdropdown i {
    float: right;
    margin: 4px 10px;
}
.DropdownShowhide{
	display:none;
}
.DropdownShowhide li a{
	padding-left:25px;
}
.mobileMenu .CloseMenu {
    padding: 20px;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 999;
    font-size: 0;
    background: url(../images/green-close-icon.svg) no-repeat 0 19px;
}
.mobileMenu nav {
    width: 100%;
    position: relative;
    padding: 50px 0 0;
    float: left;
}
.mobilelogo img, .mobilelogo svg {
	display:none !important;
    width: 100px;
    height: 50px;
    display: block;
    margin: 0 20px 20px 0;
    margin-top: -40px;
    filter: brightness() invert(1);
}
.mobilenavcs {
    width: 100%;
}
.mobilenavcs ul{
	list-style:none;
	margin:0;
	padding:0;
}
.mobilenavcs ul li {
    position: relative;
   /*  border-bottom: solid 1px #efefef; */
    padding: 15px 0;
}
.mobilenavcs ul li a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding: 0 15px;
}
.mobilenavcs ul li:last-child {
    border-bottom: none;
	padding-bottom: 0;
}
.mobilenavcs .dropdown-menu.show {
    width: 100%;
    background: #000;
    border-radius: 0;
}
.mobilenavcs .dropdown-menu.show li a{
	color:#fff;
}
.mobilenavcs i.fa-solid.fa-chevron-down.arrowup:before {
    content: "\f077" !important;
}

/* mobile menu end */

/* lightslider code start */

.WraplistSlider .lSSlideOuter,
.WrapHmTestimonial .lSSlideOuter{
    overflow: visible;
    position: relative;
	padding:0;
}
.WraplistSlider .lSSlideWrapper,
.WrapHmTestimonial .lSSlideWrapper {
    overflow: hidden;
    position: static;
}
.WraplistSlider .lSAction {
	right:10px !important;
	top: -70px !important;
	border-radius: inherit !important;
	width: 90px !important;
    height: 50px !important;
}
.WraplistSlider .lSAction > .lSPrev {
    right: 65px !important;
}
.WraplistSlider .lSAction > .lSNext {
    right: 0 !important;
}

.WrapHmTestimonial .lSAction {
    top: -60px !important;
    right: -50px !important;
    width: 60px !important;
    height: 40px !important;
}
.WrapHmTestimonial .lSAction:before {
    height: 20px !important;
}
.WrapHmTestimonial .lSAction > .lSPrev {
    right: 40px !important;
    width: 20px !important;
    height: 20px !important;
}
.WrapHmTestimonial .lSAction > .lSNext {
    right: 0 !important;
	width: 20px !important;
    height: 20px !important;
}


.WrapRevSec .lSAction, 
.WraplistSlider .lSAction, 
.WrapHmTestimonial .lSAction{
    top: 0;
    position: absolute;
    right: 20px;
    border-radius: 0px 0px 12px 12px;
    background: #FFF;
    width: 143px;
    height: 58px;
}
.WrapRevSec .lSAction:before, 
.WraplistSlider .lSAction:before,
.WrapHmTestimonial .lSAction:before {
    content: '';
    background: #AFAFAF;
    width: 1px;
    height: 26px;
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
}
.WrapRevSec .lSAction > .lSPrev,
.WraplistSlider .lSAction > .lSPrev,
.WrapHmTestimonial .lSAction > .lSPrev {
    background-position: 0 0;
    left: auto;
    background-image: url(../images/leftarrow.svg);
	background-size:contain;
    width: 28px;
    height: 26px;
    right: 100px;
    top: 30px;
	opacity: 1;
}
.WrapRevSec .lSAction > .lSNext, 
.WraplistSlider .lSAction > .lSNext,
.WrapHmTestimonial .lSAction > .lSNext {
    right: 15px;
	top:30px;
    background-image: url(../images/rightarrow.svg);
	background-size:contain;
    width: 28px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
	opacity: 1;
}

/* light slider code end */

/* header start */
a.wa-Floating {
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 999;
}

/*Internal Pages Header Start */

header.InternalPagesHeader.hidemobile {
    position: inherit;
    height: 70px;
    line-height: 70px;
    padding: 0;
}
header.InternalPagesHeader.hidemobile .navbar ul.navbar-nav li a{
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.56px;
}
header.InternalPagesHeader.hidemobile .clicktocallbtn a {
	color: #333;
}
header.InternalPagesHeader.hidemobile .clicktocallbtn a svg path{
	stroke:#333;
}
header.InternalPagesHeader.hidemobile .navbar ul.navbar-nav > li > a:after {
    background: url(../images/nav-black-down-arrow.svg) no-repeat right;
    border: none !important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    background-size: 12px;
}
/*Internal Pages Header End */

header{
	position:absolute;
	top:0;
	left:0;
	right:0;
	padding: 20px 0;
	z-index:5;
}
header.darknavbar a.navbar-brand.d-none.d-md-block,
header.BlackNavBar a.navbar-brand.d-none.d-md-block{
	width:120px;
	height:auto;
}
header.darknavbar a.navbar-brand.d-none.d-md-block img,
header.darknavbar a.navbar-brand.d-none.d-md-block svg,
header.BlackNavBar a.navbar-brand.d-none.d-md-block img,
header.BlackNavBar a.navbar-brand.d-none.d-md-block svg{
	width:100%;
	height:100%;
	object-fit:contain;
}

header a.navbar-brand.d-none.d-md-block {
    margin: 0;
	padding: 0;
}
header .navbar ul.navbar-nav li {
	position:relative;
}
/* header .navbar ul.navbar-nav li a.active:after {
    content: '';
    background: #fff;
    width: auto;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}*/
header .navbar ul.navbar-nav li:hover:after, 
header .navbar ul.navbar-nav li a.nav-link.active:after {
    content: '';
    background-color: #D3AA04 !important;
    background-image: none !important;
    width: 100% !important;
    height: 4px !important;
    position: absolute;
    top: auto !important;
    bottom: -20px;
    left: 0;
    right: 0;
}

/* header .navbar ul.navbar-nav li:last-child:hover:after {
	content:initial;
} */
header .navbar ul.navbar-nav > li > a {
	font-weight: 400;
    display: block;
    /* transition: ease all 1s; */
	padding: 0 28px !important;
    color: #FFF;
    /*font-family: Inter, sans-serif; 
    font-size: 12px;
    text-transform: uppercase;
    height: 48px;
    line-height: 48px;*/
}
header .navbar ul.navbar-nav > li > a:hover {
    color: #00927C;
}
header .navbar .dropdown-item:hover {
    background: #D3AA04;
    color: #fff;
}
header .navbar ul.dropdown-menu li:after{
	content:initial !important;
}
header .navbar ul ul{
    padding: 0 !important;
}
header .navbar ul ul li {
    margin: 0 !important;
    padding: 0 !important;
}
header .navbar ul ul li a{
	font-size:14px;
	color:#000;
	padding: 12px 8px;
}
header .navbar ul ul li:last-child a{
	border-bottom:none;
}
header .navbar .dropdown .dropdown-menu {
    display: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	padding-top: 18px !important;
}
header .navbar .dropdown:hover > .dropdown-menu {
    border: none;
    border-radius: 0px 0 10px 10px;
    background: #FFF;
    display: block !important;
    overflow: hidden;
}
header .navbar .dropdown .dropdown-menu li:hover > ul.submenu.dropdown-menu{
	display:block;
	position:absolute;
	top:0;
	left:100%;
}


/* darknavbar code */

header.darknavbar .navbar ul.navbar-nav li.nav-item.active:after{
	content:initial !important;
}

header.darknavbar .navbar ul.navbar-nav li{
	margin:0 30px;
}
header.darknavbar .navbar ul.navbar-nav > li > a{
	font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
	text-transform:capitalize;
	height: 30px;
    line-height: 30px;
	padding:0 !important
}
.homepage header.darknavbar .navbar ul.navbar-nav > li > a:after {
    background: url(../images/nav-white-down-arrow.svg) no-repeat right;
    border: none !important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    background-size: 12px;
}
header.darknavbar.hidemobile{
	transition: ease all 1s;
	border-bottom: solid 0px #EAEAEA;
    background: transparent;
    padding: 10px 0;
    position: sticky;
	z-index:999;
    top: 0;
}
header.darknavbar.hidemobile.lightheader {
    backdrop-filter: saturate(180%) blur(20px);
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
header.darknavbar.hidemobile.lightheader .navbar ul.navbar-nav > li > a{
	color:#000;
}
header.darknavbar.hidemobile.lightheader .navbar ul.navbar-nav > li > a:hover{
	color:#D3AA04;
}
header.darknavbar.hidemobile.lightheader .navbar ul.navbar-nav > li > a.nav-link.active {
    color: #00927C;
}
header.darknavbar.hidemobile.lightheader .navbar ul.navbar-nav li.active a{
	border: 1px solid #00927C;
	background: #00927C;
	color:#fff;
	border-radius: 7px;
}
header.darknavbar.hidemobile.lightheader .navbar ul.navbar-nav li:last-child img{
	filter:brightness(0)
}
header.darknavbar .navbar ul.navbar-nav > li > a:after,
header.darknavbar.hidemobile.lightheader .navbar ul.navbar-nav > li > a:after{
    background: url(../images/nav-black-down-arrow.svg) no-repeat right;
    border: none !important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    background-size: 12px;
}
.darknavbar .navbar ul.navbar-nav li.active a,
header.darknavbar.hidemobile.lightheader .navbar ul.navbar-nav > li.active a:hover{
    border-radius: 7px;
    background: #fff;
    color: #000;
    opacity: 1;
    padding: 0 15px !important;
	line-height:27px;
}
.darknavbar .navbar ul.navbar-nav li.active a:hover,
header.darknavbar.hidemobile.lightheader .navbar ul.navbar-nav > li.active a:hover{
	background:#00927C;
	color:#fff;
}
.darknavbar .navbar ul.navbar-nav li:last-child a > img {
    filter: brightness(1);
}
.darknavbar .navbar ul.navbar-nav li:last-child:hover a > img {
    filter: brightness(1);
}
.clicktocallbtn a {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.56px;
    display: block;
    text-align: right;
    text-decoration: none;
}
.clicktocallbtn a img, .clicktocallbtn a svg {
    width: 18px;
    height: 18px;
    margin: 0 5px 0;
}
header.darknavbar.hidemobile.lightheader .clicktocallbtn a{
	color:#000;
}
header.darknavbar.hidemobile.lightheader .clicktocallbtn a svg path {
    stroke: #000;
}
/* darknavbar code end */

/*header end */

/* banner start */
.wrapbanner.cspagebnr.auto-height {
    height: auto;
}
.wrapbanner, .wrapbanner.CSInternalPg {
    position: relative;
    height: calc(100vh - 69px);
}
.wrapbanner.CSInternalPg h1{
	margin-bottom:0;
}
.wrapbanner.InternalBnr .BnrInsideCnt {
    top: 168px;
}
.wrapbanner.InternalBnrCenter .BnrInsideCnt{
	top: 40%;
}
.wrapbanner.cspagebnr.auto-height .BnrInsideCnt{
	top: 50%;
}
.BnrInsideCnt.homebanner h1{
	font-size:110px;
}
.wrapbanner.WrapHmBnr img{
	margin-top:-70px;
}
.BnrInsideCnt.homebanner img{
	height:100vh;
}
a.GetInTouchBtn{
	width: 202px;
	height: 43px;
	line-height: 43px;	
	border-radius: 50px;
	background: #00927C;	
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 4.8px;
	text-transform: uppercase;
	text-decoration:none;
	display:block;
	margin:0 auto;
	transition:ease all 1s;
	-webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #00927C  inset;
}
a.GetInTouchBtn:hover {
	box-shadow:300px 0 0 #D3AA04 inset;
}
.withoutbrnpg {
    border-top: solid 1px #EFEFEF;
    padding-top: 50px;
}
.withoutbrnpg h1{
	color:#000;
	text-align: center;
    font-weight: 600;
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 20px;
    letter-spacing: -2.48px;
    text-transform: capitalize;	
	margin-bottom:0;
}
.withoutbrnpg h1 span {
    position: relative;
    display: inline-block;
} 
.withoutbrnpg h1 span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    border-bottom: solid 5px #D3AA04;
    animation: border_anim 3s linear forwards;
}
.wrapbanner.InternalBnrCenter.CorporateBnr {
    height: 648px;
}
.wrapbanner.InternalBnrCenter.CorporateBnr img{
	object-position:top;
}
.wrapbanner.InternalBnr img,
.withoutbrnpg img,
.wrapbanner.InternalBnrCenter.CorporateBnr img{ 
	height: 100% !important;
}
.wrapbanner.InternalBnrCenter.CorporateBnr p{
	margin-bottom:53px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.8px;
}
.wrapbanner img{
	object-fit:cover;
	object-position:bottom;
}
.CSInternalPg img{
	height:500px;
}
.CSInternalPg .BnrInsideCnt{
	top: 55%;
}

.BnrInsideCnt{
	position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    margin: auto;
    transform: translateX(0%) translateY(-50%);
	text-align:center;
}
.BnrInsideCnt h1 {
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 62px;
	font-style: normal;
	font-weight: 600;
	line-height: 64px;
	letter-spacing: -2.48px;
	text-transform: capitalize;		
}
.BnrInsideCnt h1 span{
	position:relative;
	display:inline-block;
	line-height:1.2;
}
.BnrInsideCnt h1 span:before{
	content:'';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	border-bottom:solid 5px #D3AA04;
	animation: border_anim 3s linear forwards;
}
@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}
.BnrInsideCnt.PriceHeading h1{
	color: #FFF;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 56px;	
	margin:0 0 20px;
}
.BnrInsideCnt p{
	max-width:733px;
	margin:0 auto 20px;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3;	
}
.MnBnrBtn a {
    display: inline-block;
    border-radius: 7px;
    border: 1px solid #FFF;
    background: rgba(217, 217, 217, 0.00);
	width: 293.636px;
	height: 68px;
	line-height: 68px;
    transition: ease all 1s;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 0 13px;
    
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.MnBnrBtn a:hover{
	border: 1px solid #00927C;
	background: #00927C;	
}
/* banner end */

/* content start */

.content{
	padding:80px 0;
}

.SeventyPadding{
	padding-top:70px;
}
/* first sec start */

.livingfeature{
	max-width:1024px;
	margin:0 auto;
}
.livingfeature h2{
	color: #000;
	text-align: center;
	
	font-size: 37px;
	font-weight: 600;
	line-height: 1.5;	
	margin:0 0 10px;
}
.livingfeature p {
    color: #000;
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 80%;
    margin: 0 auto 30px;
}
.row.WraplivingBnr {
    height: 468px;
    overflow: hidden;
    clear: both;
    margin-bottom:70px;
}
.col-12.col-md-8.largbnr {
    padding: 0 10px 0 0;
}
.col-12.col-md-4.smallbnr {
    padding: 0px 0px 0px 10px;
}
.row.WraplivingBnr img{
	border-radius:7px;
}
.col-12.col-md-8.largbnr img{
	border-radius:100px 7px 7px 7px;
}
.col-12.col-md-4.smallbnr img:last-child{
	border-radius:7px 7px 80px 7px;
	margin-top:20px;
}

/* first sec end */

/* 2nd sec start */
.WrapRevSec {
    margin-bottom: 70px;
}
.WrapRevSec h2 {
    color: #000;
    
    font-size: 37px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 20px;
}
.WrapRevSec ul{
	list-style:none;
	margin:0;
	padding:0;
}
.WrapRevSec ul li{
	height:515px;
}
.Revolutionslide {
    width: 439px;
    height: 294px;
    border-radius: 7px 7px 60px 7px;
    background: #FFF;
    float: right;
    margin: 110px 230px 100px 0;
    padding: 60px;
	position:relative;
}
span.greentxtnum {
    color: #00927C;
    
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/roundborder.png) no-repeat top center;
    background-size: 30px;
}
.Revolutionslide b{
	color: #000;
	
	font-size: 27px;
	font-weight: 600;
	line-height: 1.5;	
}
.Revolutionslide p{
	color: #000;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}	

/* 2nd sec end */

/* 3rd sec start */

.WraplistSlider{
	margin-bottom:70px;
}
.WraplistSlider .row{
	margin:0;
}
.WraplistSlider ul{
	list-style:none;
	padding:0;
	margin:0;
}
.WraplistSlider h2{
	color: #000;
	
	font-size: 37px;
	font-weight: 600;
	line-height: 1.3;	
	margin:0 0 20px;
	padding:0;
}
ul#suitslider{
	list-style:none;
	margin:0;
	padding:0;
}
ul#suitslider li{
	width:calc(calc(100% - 20px) / 4);
	padding:10px;
}
ul#suitslider li .CntSliderlistCS{
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);	
}
ul#suitslider li .CSSlideThumb{
	padding:3px;
	width:100%;
	height: 187px;
}
ul#suitslider li img{
	border-radius: 8px;
	width:100%;
	height: 100%;
	object-fit:cover;
	object-position:center;
}
.wrapsuitcnt{
	padding:10px;
}
.SuitCnt{
	float:left;
	width:100%;
}
.SuitCnt span.shorttxt {
    color: #000;
    
    font-size: 12px;
    font-weight: 400;
    max-width: 80%;
    float: left;
    display: block;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.SuitCnt span{
	float:right;
	color: #000;
	
	font-size: 10px;
	font-weight: 600;
	line-height: normal;	
}
.wrapsuitcnt ul.bedbathlisticon li {
    width: calc(calc(100% - 10px) / 3) !important;
	display: inline-block;
    vertical-align: top;
    color: #000;
	padding:0 !important;
    
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    box-shadow: inherit !important;
}
ul.bedbathlisticon li img, ul.bedbathlisticon li svg {
    width: 18px;
    height: 18px !important;
    padding-right: 5px;
    border-radius: 0 !important;
    object-fit: contain !important;
}
.btmgreenbar {
    padding: 10px;
    border-radius: 0px 0px 12px 12px;
    background: #DDECE6;
    clear: both;
	min-height:70px;
}
.btmgreenbar p{
	color: #000;
	
	font-size: 10px;
	font-weight: 400;
	line-height: normal;	
	margin:0;
}
.btmgreenbar ul li {
    width: auto !important;
    height: 18px;
    line-height: 18px;
    background: #CCDDD6 !important;
    color: #00927C;
    
    font-size: 9px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    vertical-align: top;
    margin-top: 7px;
    padding: 0 5px !important;
    box-shadow: inherit !important;
    border-radius: 7px;
}
.btmgreenbar span:last-child{
	margin-right:0;
}
span.AEDPriceGrnBox{
	color: #00927C;
	
	font-size: 16px;
	font-weight: 600;
}
span.redlighthrough {
    color: #F00;
    
    font-size: 10px;
    font-weight: 400;
    text-decoration: line-through;
    text-align: center;
    display: block;
}
.utilitiesbill {
    color: #000;
    
    font-size: 10px;
    font-weight: 400;
}
.utilitiesbill span{
	float:right;
}
/* 3rd sec end */

/* 4rth sec start */

.WrapDiscSec, .GuestFaq{
	background:url(../images/texturebg.png) no-repeat top center;
	background-size:cover;
	padding:80px 0;
	margin-bottom:70px;
}
.DiscoverSec{
	border-radius: 12px;
	background: #FFFEFE;
	box-shadow: 0px 4px 4px 0px rgba(187, 185, 185, 0.25);	
	padding:20px 50px 0;
}
.IphoneFrame{
    width: 286px;
    margin: 0 auto;
    position: absolute;
    left: -18px;
    right: 0;
    bottom: 0;
}
.DiscoverSec b{
	color: #000;
	
	font-size: 37px;
	font-weight: 600;
	line-height: 1.3;
	display:block;	
	padding:36px 0 20px;
}
.DiscoverSec p{
	color: #000;
	
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;	
}
.DiscoverSec a{
	display:block;
	text-decoration:none;
	width: 164px;
	height: 44px;
	line-height:44px;
	text-align:center;
	border-radius: 7px;
	border: 1px solid #00927C;
	background: rgba(217, 217, 217, 0.00);
	color: #000;
	
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition:ease all 1s;
	margin-bottom:30px;
}
.DiscoverSec a:hover{
	background:#00927C;
	color:#fff;
}
.WrapDiscSec.WTestimonialSec{
	background: #FBF7F4;
}
.WrapDiscSec.WTestimonialSec .CLTestimonials{
	padding-top:0;
}
.CLTestimonials{
	padding-top:100px;
}
.CLTestimonials ul{
	list-style:none;
	padding:0;
	margin:0;
}
.CLTestimonials h3 {
    width: 650px;
    margin: 0 auto 40px;
    color: #000;
    text-align: center;
    font-size: 37px;
    font-weight: 600;
    line-height: 1.3;
}
ul.ClTestiLogo {
	border-radius: 80px 12px 12px 12px;
	background: #E3FEF3;
	padding:70px;
	height:394px;
}
ul.ClTestiLogo li{
	border-radius: 80px 12px 12px 12px;
	background: #E3FEF3;
	display:inline-block;
	vertical-align:top;
	padding-bottom:50px;
	width:48%;
}
ul.ClTestiLogo li img {
    width: 130px;
    height: 50px;
    object-fit: contain;
}
ul.ClTestiLogo li:nth-child(5),
ul.ClTestiLogo li:nth-child(6){
	padding-bottom:0;
}
.WrapHmTestimonial {
    border-radius: 12px 12px 80px 12px;
    background: #FFF;
    padding: 70px;
	height:394px;
}
.HmTestimonialCS b{
	color: #000;
	
	font-size: 25px;
	font-weight: 500;
	line-height: 1.5;	
	display:block;
	padding-bottom:30px;
}
.testimonialInfo{
	border-top: solid 1px #9C9C9C;
    padding-top: 30px;
}
.testimonialInfo ul li{
	display:inline-block;
	vertical-align:top;
}
.TestimonialClthumb {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 20px;
    border-radius: 100px;
}
.TestimonialClthumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}
.TestimonialWrapThumb{
	position:relative;
	height:100%;
}
.TestimonialWrapThumb img{
	width:100% !important;
	height:100% !important;
}
.blockquotecs {
    position: absolute;
    top: 30px;
    right: 30px;
}
.Clinfo {
    float: left;
}
.Clinfo b{
	padding-bottom:0;
	color: #000;
	
	font-size: 18px;
	font-weight: 500;
	line-height: 31px;	
}
.testimonialInfo ul li:first-child{
	width:67%;
}
.testimonialInfo ul li:last-child {
    width: 30%;
    text-align: right;
}
/* 4rth sec end */

/* success msg start */

div#msg1 {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: green;
    font-weight: bold;
    margin-bottom: 15px;
}
div#msg1 span{
	font-weight:normal
}

/* success msg end */

/* pagination start */

.WrpPaginationCS {
    text-align: center;
    margin-top: 30px;
}
.WrpPaginationCS ul.pagination{
    align-items: center;
    justify-content: center;	
}
.WrpPaginationCS ul.pagination li {
    border-radius: 5px;
    border: 1px solid #595959;
    background: rgba(255, 255, 255, 0.00);
    text-align: center;
    margin: 5px;
    overflow: hidden;
}
.WrpPaginationCS ul.pagination li.active span {
    background: #00927C;
    color: #fff;
    border: none;
    padding: 0;
    margin-left: 0 !important;
}
.WrpPaginationCS ul.pagination li a:hover,
.WrpPaginationCS ul.pagination li:hover > span{
	background: #00927C;
    color: #fff;
	border-radius:0;
}
.WrpPaginationCS ul.pagination li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    display: block;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0 !important;
}
.WrpPaginationCS ul.pagination li span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    display: block;
    padding: 0;
    border: none;
}
/* pagination end */

/* guest page start */

.WrapWhyStayUs{
	margin-bottom:70px;
}
.WhyStayUs {
    display: flex;
    align-items: center;
}
.WhyStayUs h2{
	color: #000;
	font-size: 37px;
	font-weight: 700;
	line-height: 1.3;	
	margin:0 0 20px;
}
.WhyStayUs p{
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
a.contactbtn{
	color: #000;
	display:block;
	text-decoration:none;
	width: 169px;
	height: 44px;	
	line-height:44px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	border-radius: 7px;
	border: 1px solid #00927C;
	background: rgba(217, 217, 217, 0.00);	
	width: 169px;
	height: 44px;	
	border-radius: 7px;
	border: 1px solid #00927C;
	background: rgba(217, 217, 217, 0.00);	
	transition:ease all 1s;
}
a.contactbtn:hover{
	background:#00927C;
	color:#fff;
}

/* guest page end */

/* thank you page start */

a.gotoback {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 125px;
    height: 40px;
    text-align: left;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
	text-transform:capitalize;
}
a.gotoback svg {
    width: 24px;
}
.WrapThanksPg{
	background:url(../images/thankyouBnr.jpg) no-repeat center;
	background-size:cover;
}
.WrapComingSoonPg{
	background:url(../images/coming-soon-bnr.jpg) no-repeat center;
	background-size:cover;
}
.WrapComingSoonPg .Thankspgtext{
	height: 352px
}
.Thankspgtext {
	position:relative;
    width: 605px;
    height: 413px;
    border-radius: 7px 7px 60px 7px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ThanksInnerCnt img{
	width: 96px;
	height: 96px;	
	margin:0 auto;
}
.ThanksInnerCnt h1 {
    color: #000;
    text-align: center;
    
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin: 10px 0 15px;
}
.ThanksInnerCnt p {
    color: #000;
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0 100px;
}
.ThanksInnerCnt a.SuccessBtn{
	display:block;
	width: 178px;
	height: 44px;
	line-height: 44px;
	margin:0 auto;
	text-decoration:none;
	transition:ease all 1s;
	border-radius: 28px;
	border: 1px solid #00927C;
	background: #00927C;	
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.ThanksInnerCnt a.SuccessBtn:hover{
	background:#000;
}

/* thank you page end */


/* mobile search start */

.SearchMobile.hidedesktop {
    margin: -30px 25px 0;
    position: relative;
    z-index: 1;
}
.SearchMobile input {
    background: #ffff url(../images/search-btn-v3.svg) no-repeat 25px center;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 58px;
    line-height: 58px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.6px;
    padding-right: 10px;
    padding-left: 50px;
    outline: none;
    border: none;
}

/* mobile search end */


/* contact page start */

.WrapContactFrm {
    text-align: center;
    /*max-width: 70%;*/
    margin: 0 auto 100px;
}
.WrapContactFrm .section__header h3{
	color: #000;
	text-align: center;
	font-size: 37px;
	font-weight: 600;
	line-height: 37px;	
}
.WrapContactFrm .section__header p{
	max-width: 60%;
    margin: 0px auto 30px;	
}

.CntFormWrap .col-md-6.form__fieldWrap,
.CntFormWrap .col-md-12.form__fieldWrap {
    padding: 10px;
}
.CntFormWrap input.form-control,
.CntFormWrap textarea{
	height: 46px;
	border-radius: 5px;
	border: 1px solid #A6A6A6;
	background: #FFF;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.CntFormWrap .iti {
    width: 100%;
}
.CntFormWrap .col-md-12.form__fieldWrap input[type="number"]:hover {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.CntFormWrap .col-md-12.form__fieldWrap textarea{
	height:159px
}
.CntFormWrap  .col-md-12.form__submitWrap {
    width: 148px;
    height: 44px;
	line-height:44px;
}
.CntFormWrap  input.form__submitBtn{
    border-radius: 7px;
    border: 1px solid #00927C;
    background: #00927C;
    width: 148px;
    height: 44px;
	line-height:44px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition:ease all 1s;
	padding:0;
}
.CntFormWrap  input.form__submitBtn:hover{
	background:#000;
}
.CntInforLeftCol img{
	border-radius: 100px 7px 7px 7px;
	width:500px;
}
.CntAddress{
	display:flex;
	align-items:center;
}
.CntAddress h4{
	color: #000;
	font-size: 37px;
	font-weight: 600;
	line-height: 37px;
	margin:0 0 18px;
}
.CntAddress p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    max-width: 60%;
}
ul.CTACntFrm{
	list-style:none;
	margin:0;
	padding:0;
}
ul.CTACntFrm li {
    display: inline-block;
    width: 48%;
}
ul.CTACntFrm li img, ul.CTACntFrm li svg {
    width: 36px;
    height: 36px;
    margin: 7px 10px 0 0;
    float: left;
}
ul.CTACntFrm li a{
	text-decoration:none;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	display:block;
}
ul.CTACntFrm li a span{
	display:block;
	font-weight:600;
}
/* contact page end */

/* center blocks start */

.CSCntBlocks{
	text-align:center;
	padding-bottom:70px;
}
.CSCenterHeading{
	padding-bottom:40px;
}
.CSCenterHeading h2{
	margin:0;
	color: #000;
	text-align: center;
	font-size: 37px;
	font-weight: 700;
	line-height: 50px;
}
.thumbiconcs{
	width:66px;
	height:66px;
	margin:0 auto 24px;
}
.thumbiconcs img{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
}
.cs_detailtxt {
    max-width: 370px;
    margin: 0 auto;
}
.cs_detailtxt h3{
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 16px;	
	margin:0 0 15px;
}
.cs_detailtxt p{
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; 	
	margin-bottom:0;
}

/* center blocks end */

.InteriorGraySec{
	padding:80px 0;
	background: #F6F6F6;
	margin-bottom:70px;
}
.InsideCntCS h3{
	color: #000;
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;	
	margin:0 0 30px;
}
.InsideCntCS b {
    color: #000;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
}
.WrapLeftRightSec{
	padding-bottom:100px
}
.row.LeftSecThumb, .row.TeamcsClSup, .row.TeamAdminSup, .row.TeamRevSup {
    padding-top: 50px;
	margin:0;
}
.CnterHeadingTxtCS{
	text-align:center;
	margin-bottom:40px;
}
.WrapLeftRightSec h2,
.InteriorGraySec h2{
	color: #000;
	font-size: 37px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 20px;	
}
.CnterHeadingTxtCS p{
	width: 724px;
	margin:0 auto;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.centerspacecs{
	padding-top:50px;
}
img.leftradiusthumb {
    width: 526px;
    height: 423px;
    border-radius: 100px 7px 7px 7px;
    object-fit: cover;
}
img.rightradiusthumb{
	width: 526px;
	height: 423px;
	border-radius: 100px 7px 7px 7px;
	object-fit:cover;
}

/* pakages start */

.WrapPakagesSec{
	padding:100px 0;
	background: #FBF7F4;
	margin-bottom:70px;	
}
.WrapPkgCols{
	max-width:90%;
	margin:0 auto;
}
.PakagesCols{
	border-radius: 50px 7px 7px 7px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	overflow:hidden;
}
.PkgheadingCS{
	border-radius: 40px 7px 0px 0px;
	background: #00927C;	
	padding:18px 10px 18px 40px;
}
.PkgheadingCS h3{
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin:0;
}
.PkgLightGreenSec{
	padding:40px;
	background: #E3FEF3;	
}
.PkgLightGreenSec p{
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;	
	margin:0;
}
ul.pkgcslist{
	list-style:none;
	margin:0;
	padding:40px;
	min-height:270px;
}
ul.pkgcslist li{
	position:relative;
	background:url(../images/rigth-arrow.png) no-repeat left center;
	padding-left:20px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;	
}

/* pakages end */

/* type writer animatio start */

.SubTitleCS {
    position: absolute;
    left: 0;
    right: 0;
    top: 170px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 4.96px;
	text-transform: uppercase;		
	width: 60ch;
	margin:auto;
	animation: typing 2s steps(22)/* , blink .5s step-end infinite alternate */;
	white-space: nowrap;
	overflow: hidden;
	/* border-right: 3px solid; */
	font-size: 16px;
		
}
	@keyframes typing {
	  from {
		width: 0
	  }
	}
		
	@keyframes blink {
	  50% {
		border-color: transparent
	  }
	} 


/* type writer animation end */

/* down pointer animation start */

.DownPointer {
    position: absolute;
    transform: translateX(0%) translateY(-50%);
    bottom: 30px;
    left: 0;
    right: 0;
    width: 26px;
    height: 49px;
    margin: auto;
}
.DownPointer span {
    width: 26px;
    height: 49px;
    border: 1px solid #FFFFFF;
    border-radius: 29px;
    cursor: pointer;
    float: left;
    /* animation: rotation 10s infinite linear; */
    position: relative;
    cursor: pointer;
}
.DownPointer span:after {
    content: "";
    width: 4px;
    height: 7px;
    position: absolute;
    background: #D9D9D9;
    border-radius: 3.5px;
    top: 16px;
    animation: mover 1s infinite  alternate;
    transform: translateX(-50%) translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/*@keyframes rotation {
	
	
	0% {
		transform: scaleX(-1);
		transition-delay: 1s;
		
	}
	10% {
		transform: scaleX(1);
		transition-delay: 1s;
		
	}
	20% {
		transform: scaleX(1);
		transition-delay: 1s;
		
	}
	40% {
		transform: scaleX(1);
		transition-delay: 1s;
	}
	
	50% {
		transform: scaleX(1);
		transition-delay: 1s;
		
	}
	60% {
		transform: scaleX(-1);
		transition-delay: 1s;
		
	}
	70% {
		transform: scaleX(-1);
		transition-delay: 1s;
		
	}
	80% {
		transform: scaleX(-1);
		transition-delay: 1s;
		
	}
	90% {
		transform: scaleX(-1);
		transition-delay: 1s;
		
	}
	100% {
		transform: scaleX(-1);
		transition-delay: 1s;
	}
} */

/* down pointer animation end */


/* Internal Page Search Start */

.WrapInternalPgSrc {
	position:relative;
	z-index:1;
    margin-top: -280px;
}
/* Internal Page Search End */

/* calculator code start */
.SrchHeadingBar{
	text-align:center;
	margin-bottom:25px;
}
.SrchHeadingBar h2{
	color: #FFF;
	font-size: 37px;
	font-weight: 600;
	line-height: 37px;
	margin:0 0 5px;
}
.SrchHeadingBar p{
	color: #FFF;
	text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.70);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; 
	margin:0;
}
.WrapCalculate{
   margin-top: -160px;	
   position:relative;
   z-index:1;
}
.SrchInsidecS {
    border-radius: 2px;
    background: #FFF;
    padding: 18px 20px;
    position: relative;
    z-index: 1;
}
.SrchInsidecS .col-md-10,
.SrchInsidecS .col-md-2{
	padding:0;
}
ul.csDropdownlist{
	list-style:none;
	margin:0;
	padding:0;
}
ul.csDropdownlist li{
	color: #ADADAD;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    border: none;
    outline: none;
	width:90%;
}
ul.csDropdownlist .dropdown-toggle {
    border: none;
    color: #ADADAD;
    font-size: 14px;
    padding-left:0;
    background: #fff url(../images/nav-black-down-arrow.svg) no-repeat right 20px bottom 2px;
    width: 100%;
    text-align: left;
	letter-spacing: -0.48px;
}
ul.csDropdownlist li .dropdown-toggle.show{
	color: #000;
}
ul.csDropdownlist .dropdown-toggle::after{
	content:initial;
}
ul.csDropdownlist .dropdown-menu.show {
	top:22px !important;
    overflow: auto;
    width: 85%;
    height: 270px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border:none;
    padding: 20px 10px;
    border-radius: 20px;
    background: #FFF;
}
ul.csDropdownlist .dropdown-menu.show::-webkit-scrollbar{
    width:5px;
    height:5px;
    border-radius:25px;
    position:fixed;
	left:-10px;
    z-index:999
}
ul.csDropdownlist .dropdown-menu.show::-webkit-scrollbar-track{
    background:#f1f1f1
}
ul.csDropdownlist .dropdown-menu.show::-webkit-scrollbar-thumb{
    background:#333;
    border-radius:50px;
    width:5px
}
ul.csDropdownlist .dropdown-menu.show li {
    padding: 12px 10px 12px 45px;
    transition: ease all 1s;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    text-transform: capitalize;
	position:relative;
}
ul.csDropdownlist .dropdown-menu.show li:before {
    content: '';
    background: url(../images/gray-search-icon.svg) no-repeat 3px center;
    background-size: 100%;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 24px;
    height: 24px;
}
ul.csDropdownlist .dropdown-menu.show li:hover {
    border-radius: 4px;
    background: #F8F8F8;
}
.dropdown-item.active, .dropdown-item:active {
    background:#D3AA04 !important;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show {
    width: 380px;
	height:fit-content;
    padding: 30px 25px;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show li.ClearSelection {
    clear: both;
    width: 100%;
    margin: 0;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show li.ClearSelection a{
	padding: 20px 0 0;
    color: #ADADAD;
    font-size: 12px;
    font-weight: 400;
    line-height: 5px;
    text-transform: uppercase;
    margin-top: 15px;
	text-decoration:none;
	display:block;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show li.ClearSelection:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    background: #eee;
    height: 1px;
    width: 100% !important;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show li {
    padding: 0;
    width: calc(calc(100% - 10px) / 2);
    float: left;
    margin-bottom: 16px;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show li:hover{
	background-color:transparent;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show li .form-check input[type="checkbox"]{
	display:none;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show li .form-check span {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #CFCFCF;
    float: left;
    margin-right: 10px;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show li .form-check label.form-check-label {
    position: relative;
    top: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
	cursor:pointer;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show li:before{
	content:initial;
}


ul.csDropdownlist.checkboxcs .dropdown-menu.show li .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show li .form-group label {
  position: relative;
  cursor: pointer;
  letter-spacing:0;
  text-transform:capitalize;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show li .form-group label:before {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #CFCFCF;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show li .form-group input:checked + label:before{
	background:#00927c;
    border-color:#00927c;
}
ul.csDropdownlist.checkboxcs .dropdown-menu.show li .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}



.SrchInsidecS .form__fieldWrap {
    position: relative;
}
.SrchInsidecS .form__fieldWrap:after {
    content: '';
    width: 1px;
    height: 37px;
    background: #ECEBEB;
    position: absolute;
    left: -20px;
    top: 0;
}
.SrchInsidecS .form__fieldWrap.bordernone:after{
	content:initial;
	background:transparent;
}
.SrchInsidecS .form__fieldWrap label {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
	padding-bottom:5px;
    letter-spacing: 3.84px;
    text-transform: uppercase;
}
.SrchInsidecS .form__fieldWrap label svg{
	width:13px;
	height:13px;
	margin-top:-5px;
	margin-bottom:0;
}
.SrchInsidecS .form__fieldWrap input {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    border: none;
    outline: none;
	width:90%;
	padding-left:0;
	/* padding-top:12px; */

}
.SrchInsidecS .form__fieldWrap input[type="date"]{
	color:#ADADAD;
}
input::placeholder{
	color:#ADADAD !important;
}
.SrchInsidecS .row{
	margin:0;
}
.SrchInsidecS h2 {
    color: #000;
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
	margin: 0 0 10px;
}
.SrchInsidecS p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin:0 0 25px;
}
.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: inherit;
}
.SrchInsidecS select {
    color: #ADADAD;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    border: none;
    padding-left: 0;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/nav-black-down-arrow.svg) no-repeat right 40px bottom 10px;
}
.SrchInsidecS input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.SrchInsidecS select option{
	padding:5px;
}
.WrapInternalPgSrc .SubmitBtnGrn{
	margin-top:70px;
}
.SubmitBtnGrn {
    width: 182px;
    height: 43px;
    line-height: 43px;
    border-radius: 50px;
    background: #00927C;
    border: none;
    text-transform: uppercase;
    padding: 0;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 4.8px;
	float:right;
	position:relative;	
    transition: ease all 1s;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
}
.SubmitBtnGrn:hover {
	box-shadow:200px 0 0 #D3AA04 inset;
} 


/* calculator code end */

/* short term slider start */

.WrapShortTermSec .lSSlideOuter{
    overflow: visible;
    position: relative;	
}
.WrapShortTermSec .lSSlideWrapper{
	position: static;
}
.WrapShortTermSec .lSAction {
    top: -100px;
}
.SliderHeadingCS{
	padding-bottom:40px;
}
.SliderHeadingCS h2{
	margin:0 0 5px !important;
}
.SliderHeadingCS p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}
.ShortTermCnt {
	position:relative;
}
.ShortTermCnt h3{
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	margin:0 0 22px;
} 
.ShTrmThumbcs{
	overflow: hidden;
	border-radius:7px;
}
.ShTrmThumbcs > img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.ShTrmThumbcs:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ShortDescCS {
    position: absolute;
    bottom: 20px;
    padding: 20px 20px 10px;
    left: 0;
    right: 0;
}
.ShortDescCS span{
	border-radius: 7px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.81);
	padding: 12px;	
	color: #000;
	font-size: 14px;
	font-weight: 700;
	cursor:pointer;
	display:inline-block;
}
.ShortDescCS span img, .ShortDescCS span svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.showonhover .showhidetxt {
    display: none;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
.showonhover.showbgcolor{
    border-radius: 7px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.81);
	padding:12px;
}
.showonhover.showbgcolor span{
    border: none;
    background: transparent;
    padding: 0 0 10px;
}
/* short term slider end */

/* service section start */

.WrapSrvicesSec{
	padding-bottom:70px
}
.WrapSrvicesSec ul{
	list-style:none;
	margin:0;
	padding:0;
}
.Srvclist h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
	margin:0 0 19px;
}
.Srvclist ul li {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    background: url(../images/tickicon.png) no-repeat left center;
    padding-left: 20px;
}
.Commbasedfrm {
    border-radius: 7px;
    background: #F2E6C8;
    padding: 35px;
	transition:ease all 1s;
}
.Commbasedfrm:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.Commbasedfrm small{
	display:block;
	margin:0 0 15px;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
}
.rentaldiscount {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.rentaldiscount span {
    color: #000;
    font-size: 53px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2.12px;
    text-transform: uppercase;
    width: 120px;
}
.rentaldiscount b {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    width: 110px;
}
span.Ppprofilecs {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
	margin-bottom:20px;
	display:block;
}
a.SrvcGetAQuote {
    display: inline-block;
    padding:0 20px;
    height: 52px;
    line-height: 52px;
    border-radius: 7px;
    border: 1px solid #00927C;
    background: #00927C;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: ease all 1s;
}
a.SrvcGetAQuote:hover {
	background:#000;
}
.SrvcListHeading{
	padding-top:50px;
}
.SrvcListHeading h2{
	color: #000;
	font-size: 23px;
	font-weight: 600;
	line-height: normal;	
	margin:0 0 10px;
}
.SrvcListHeading p{
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
}
.ListClientlogo ul li{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px 15px;
}
.ListClientlogo ul li:first-child{
	padding-left:0;
}
.ListClientlogo ul li:last-child{
	padding-right:0;
}
.ListClientlogo ul li img,
.ListClientlogo ul li svg{
	object-fit:contain;
}

/* service section end */

/* dasboard section start */

.WrapDashBrdSec{
	padding-bottom:70px;
}
.WrapDashBrdSec .row{
	margin:0;
}
.InnerDashbordCS {
    border-radius: 30px;
    background: #F2E6C8 url(../images/laptop-img.png) no-repeat center right;
    padding: 50px;
}
.InnerDashbordCS h2{
	color: #000;
	font-size: 37px;
	font-weight: 600;
	line-height: 43px;
}
.InnerDashbordCS p{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; 	
}
.InnerDashbordCS ul{
	list-style:none;
	margin:0;
	padding:0;
}
.InnerDashbordCS ul li {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
.WdashbrdListSec {
    display: flex;
}
.dashboardicon{
	width:33px;
	height:33px;
	margin-right:10px;	
}
.InnerDashbordCS ul li:first-child .dashboardicon,
.InnerDashbordCS ul li:last-child .dashboardicon{
	width:45px;
	height:45px;	
}
.dashboardicon img,
.dashboardicon svg{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
}
.DshListInfo b{
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;	
	display:block;
	margin-bottom:10px;
}
.DshListInfo p{
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px; 	
}

/* dasboard section end */

/* price list start */

.PriceListCs{
	padding-bottom:70px
}
.PriceListCs ul{
	list-style:none;
	margin:0;
	padding:0;
}
.PriceListCs ul li {
    width: calc(calc(100% - 70px) / 3);
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}
.PriceListCs ul li:nth-child(2) .WrapPriceCols {
	border-radius: 30px;
	border: 1px solid rgba(151, 116, 31, 0.10);
	background: #F2E6C8;
}
.PriceListCs ul li .WrapPriceCols {
    border-radius: 30px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 30px;
    margin-bottom: 30px;
    min-height: 310px;
    transition: ease all 1s;
    position: relative;
}
.PriceListCs ul li .WrapPriceCols:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.PriceListCs ul li .PricsCSInsideCnt{
	padding-bottom:20px;
	display:flex;
}
.PriceIcon{
	width:50px;
	height:50px;
	margin-right:20px;
}
.PriceIcon img, .PriceIcon svg{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
}
.PriceListCs ul li .PriceInfoCS {
    width: 90%;
}
.PriceListCs ul li .PriceInfoCS b{
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.PriceListCs ul li .PriceInfoCS p{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.PriceListCs ul li .PriceListBtn {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}
.PriceListCs ul li .PriceListBtn h3{
	color: #000;
	font-size: 32px;
	font-weight: 600;
	line-height: 37px;
	margin: 0 0 20px;	
}
.PriceListCs ul li:nth-child(2) .WrapPriceCols .PriceListBtn a{
	background:#00927C;
	color:#fff;
}
.PriceListCs ul li:nth-child(2) .WrapPriceCols .PriceListBtn a:hover{
	opacity:0.7
}
.PriceListCs ul li .PriceListBtn a {
    height: 52px;
    line-height: 52px;
    display: block;
    border-radius: 7px;
    border: 1px solid #00927C;
    background: #FFF;
    color: #00927C;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
	transition:ease all 1s;
}
.PriceListCs ul li .PriceListBtn a:hover {
	background-color:#00927C;
	color:#fff;
}

.PriceListCs ul li .PriceTickList ul li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    background: url(../images/tickicon.png) no-repeat left center;
    padding: 0 10px 0 20px;
    border-radius: 0;
    border: none;
    margin: 0;
}

/* price list end */

/* internal page start */

.PropertySuccess.WeRExpets .WraHeadingSec p{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.8px;	
}
.PropertySuccess.WeRExpets .col-sm-12.col-md-6.left-triangle.aos-init.aos-animate img{ 
	height:400px;
	object-fit:cover;
} 
.PropertySuccess {
    background: #fff;
    padding: 80px 0;
}
.PropertySuccess .WraHeadingSec {
    padding-bottom: 40px;
}
.Benefitslandlords{
	
}
.Benefitslandlords h3 {
    color: #00927C;
	text-transform:capitalize;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px;
    padding-left: 70px;
    background: url(../images/benefits-to-landlords.svg) no-repeat left center;
    background-size: 41px;
}
.Benefitslandlords h3.makeauniqe {
    background: url(../images/what-makes-us-unique.svg) no-repeat left center;
    background-size: 43px;
}
ul.BenefitslandlordsList{
	list-style:none;
	margin:0;
	padding:0;
}
ul.BenefitslandlordsList li{
	position:relative;
	display:block;
	margin:0 0 28px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.64px;
}
ul.BenefitslandlordsList li:before {
    content: '';
    background: #40ad9d33 url(../images/tick-v3.svg) no-repeat center;
    background-size: 13px;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    float: left;
    padding: 0;
    margin: 0 20px 40px 0;
}
ul.BenefitslandlordsList li b{
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}
/* .WhyParadiseStays.YourJourney .WhyPS-Sec:hover .circle__icon{
	border: solid 3px #D3AA04 
} */
.WhyParadiseStays .circle__icon {
    width: 80px;
    height: 80px;
    line-height: 73px;
    margin: 0 auto 15px;
    border: solid 3px #E3E3E3;
    border-radius: 100px;
    background: #F8F8F8;
	transition:ease all 1s;
}

.WhyParadiseStays .circle__icon img, 
.WhyParadiseStays .circle__icon svg {
    width: 50px;
    height: auto;
    object-fit: contain;
    margin: 0;
}
.WhyParadiseStays.YourJourney .WhyPS-Sec p{
	max-width:375px;
}
.ExpertsInCnt {
    max-width: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.ExpertsInCnt h3{
	color: #00927C;
	font-size: 27px;
	font-weight: 600;
	line-height: normal;
	margin:0 0 15px;
}
.ExpertsInCnt p{
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.64px;
}
a.requestoutlinebtn {
    width: 252px;
    height: 43px;
    line-height: 43px;
    display: block;
    border-radius: 50px;
    border: 1px solid #00927C;
    color: #00927C;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 0;
	transition: ease all 1s;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
}
a.requestoutlinebtn:hover {
    box-shadow: 300px 0 0 #D3AA04 inset;
	color:#fff;
}
/* internal page end */

/**Asad**/
.auto-height img{
	height: auto;
	width: 100%;
}
.BnrInsideCnt.large-font p{
	font-size:16px;
}

.contactwrap{
	background: #fff;
    padding: 80px 0;
}
.contactwrap .WraHeadingSec {
    padding-bottom: 40px;
}

.contact-form{
	float: left;
	width: 100%;
	clear: both;
}
.contact-form label{
	float: left;
	width: 100%;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	letter-spacing: -0.64px;
	color: #333;
	margin-bottom: 10px;
}
.contact-form input{
	float: left;
	width: 100%;
	border-radius: 7px;
	border: 1px solid #B6B6B6;
	background: #FFF;
	height: 68px;
	line-height: 68px;
	color: #B6B6B6;
	padding: 0 20px;
	outline: none;
	box-shadow: none;
	font-weight: 500;
	margin-bottom: 20px;
}
.contact-form select{
	float: left;
	width: 100%;
	border-radius: 7px;
	border: 1px solid #B6B6B6;
	background: #FFF;
	height: 68px;
	line-height: 68px;
	color: #B6B6B6;
	padding: 0 20px;
	outline: none;
	box-shadow: none;
	font-weight: 500;
	margin-bottom: 20px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background: url(../images/down-angle.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) calc(50% + 2px);
	background-size: 10px;
}
.contact-form textarea{
	float: left;
	width: 100%;
	border-radius: 7px;
	border: 1px solid #B6B6B6;
	background: #FFF;
	color: #B6B6B6;
	padding: 20px;
	outline: none;
	box-shadow: none;
	font-weight: 500;
	resize: none;
	height: 113px;
	margin-bottom: 20px;
}
.iti {
    width: 100%;
}
.contact-form .iti .iti__flag-container{
	left: 20px;
}
.contact-form .iti__selected-flag{
	background: url(../images/down-angle.svg);
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% calc(50% + 2px);
	background-size: 10px;
}
.contact-form .iti__selected-flag .iti__selected-dial-code{
	font-size: 16px;
	font-weight: 500;
	color: #C0C0C0;
	font-family: 'Maven Pro', sans-serif;
	margin-left: 15px;
}
.contact-form .iti__selected-flag:after,
.contact-form .iti__selected-flag .iti__arrow{
	display: none;
}
.contact-form .iti input{
	padding-left: 122px !important;
}
.contact-form input[type="submit"], .contact-form input[type="button"], .contact-form button{
	border-radius: 50px;
	background: #D3AA04;
	height: 80px;
	line-height: 80px;
	border: 0px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 6.4px;
	text-transform: uppercase;
	transition: ease all 1s;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #00927C inset;
}
.contact-form input[type=file]{
	display: none;
}
.contact-form input[type=file] + span{
	float: left;
	width: 100%;
	height: 68px;
	line-height: 68px;
	text-align: center;
	cursor: pointer;
	border-radius: 7px;
	font-weight: 500;
	border: 1px solid #B6B6B6;
	position: relative;
	color: #B6B6B6;
}
.contact-form input[type=file] + span i{
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	text-align: center;
	line-height: 68px;
	border-right: 1px solid #B6B6B6;
	font-size: 20px;
	color: #B6B6B6;
}
.contact-form input[type="submit"]:hover, .contact-form input[type="button"]:hover, .contact-form button:hover{
	    box-shadow: 900px 0 0 #00927C inset;
}


.location-wrap{
	float: right;
	width: 100%;
	padding-left: 90px;
}
.location-wrap .address-wrap{
	float: left;
	width: 100%;
	position: relative;
	padding: 40px;
	border-radius: 7px;
	border: 1px solid #F2F2F2;
	background: #FFF;
}
.location-wrap .address-wrap:before{
	content: "";
	position: absolute;
	width: 77px;
	height: 6px;
	background: #00927C;
	left: 40px;
	top: 0;
}
.location-wrap .address-wrap h3{
	float: left;
	width: 100%;
	color: #D3AA04;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 51px; /* 159.375% */
	margin-bottom: 20px;
}
.location-wrap .address-wrap p{
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: -0.64px;
}
.location-wrap .address-wrap ul{
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.location-wrap .address-wrap ul li{
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: -0.64px;	
}

.location-wrap .map{
	float: left;
	width: 100%;
	margin-top: 25px;
	position: relative;
}
.location-wrap .map:after{
	content: '';
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 0;
    border-bottom: 20px solid #fff;
    position: absolute;
    top: -4px;
    right: -14px;
    transform: rotate(45deg);
}
.location-wrap .map img{
	float: left;
	width: 100%;
	height: auto;
}

.our-mission{
	margin: 100px 0;
}
.our-mission .row{
	align-items: center;
}
.our-mission .ExpertsInCnt{
	padding-left: 90px;
	max-width: 80%;
}
.our-mission .ExpertsInCnt h3{
	color: #333;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 57px; /* 142.5% */
	text-transform: capitalize;
}

.our-value{
	clear: both;
	background: #FAFAFA;
	padding: 100px 0;
}
.our-value .right-triangle{
	background-size: cover !important;
}

.value-list{
	float: left;
	width: 100%;
}
.value-list ul{
	float: left;
	width: 100%;
	padding: 0 40px 0 0;
	margin: 0;
	list-style: none;
}
.value-list ul li{
	float: left;
	width: calc(calc(100% - 80px) / 2);
	margin: 0 70px 70px 0;
	text-align: center;
}
.value-list ul li h4{
	margin: 21px 0 16px 0;
	color: #00927C;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.value-list ul li p{
	clear: both;
	color: #333;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.64px;
}
.value-list ul li:nth-child(2n+2){
	margin-right: 0;
}
.value-list ul li:nth-child(2n+1){
	clear: both;
}
.value-list ul li:nth-last-child(1){
	margin-bottom: 0;
}
.value-list ul li:nth-last-child(2){
	margin-bottom: 0;
}

.our-value .right-triangle:before{
	border-bottom: 60px solid #FAFAFA !important;
}

.our-invitation{
	float: left;
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
	padding: 110px 0;
	min-height:485px;
}
.our-invitation .row{
	justify-content: end;
}

.our-invitation .our-inv-item{
	float: left;
	width: 439px;
	background: #fff;
	padding: 50px !important;
	position: relative;
	overflow:hidden;
	background-size: cover !important;
}
/* .our-invitation .our-inv-item:before{
	border-bottom-color: #f6f6f6 !important
} */
.our-invitation .our-inv-item{
	background: url(../images/curve-bg-cs.svg) no-repeat;	
}
.our-invitation .our-inv-item:before{
	content:initial;
}
.our-invitation .our-inv-item h3{
	float: left;
	width: 100%;
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px; /* 125% */
	text-transform: capitalize;
}
.our-invitation .our-inv-item p{
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.our-invitation .our-inv-item a{
	float: left;
	width: 100%;
	border-radius: 50px;
	background: #00927C;
	height: 43px;
	line-height: 43px;	
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 4.8px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #00927C inset;
}
.our-invitation .our-inv-item a:hover {
    box-shadow: 500px 0 0 #D3AA04 inset;
}
/**Asad End**/

/* calendar code start */
.daterangepicker {
    width: auto;
    border: none !important;
    border-radius: 20px !important;
    margin-top: 28px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    padding: 30px 65px 30px !important;
}

.daterangepicker .drp-calendar {
    max-width: 350px !important;
}



.daterangepicker .drp-calendar.right {
    padding-left: 50px !important;
    padding-bottom: 20px !important;
}


.daterangepicker .drp-buttons {
    border-top: 1px solid #EEE !important;
    margin-left: -40px;
    margin-right: -40px;
    padding: 24px 40px 0 !important;
}

.daterangepicker td.disabled {
    text-decoration: auto !important;
    color: #ccc !important;
}

.daterangepicker .drp-selected{
    display: none !important;
}
.daterangepicker button.applyBtn.btn.btn-sm.btn-primary {
    background: #00927C !important;
    border: none;
    font-weight: 500;
    font-family: Maven Pro;
	margin-left:0;
	margin-right:15px;
}
.drp-buttons button.cancelBtn.btn.btn-sm.btn-default{
	margin-left:20px;
}
button.cancelBtn.btn.btn-sm.btn-default {
    float: left;
    color: #ADADAD;
    font-family: Maven Pro;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    padding: 0;
}
.daterangepicker:before, .daterangepicker:after {
    content: initial !important;
}
button.applyBtn{
	display:none !important
}
.daterangepicker td{
	min-width: 44px !important;
}
.daterangepicker td.active {
    background-color: transparent !important;
    color: #000 !important;
    min-width: 44px !important;
    border-radius: 100% !important;
}
.daterangepicker td.active {
    background-color: #00927C !important;
    color: white !important;
    min-width: 44px !important;
    border-radius: 100% !important;
}
.daterangepicker td.start-date {
    border-radius: 4px;
}
.daterangepicker td:hover {
    background-color: #00927C !important;
	color:#fff !important;
    width: 31px !important;
    height: 31px !important;
    font-weight: 400;
	font-family: Maven Pro;
	min-width: 44px !important;
    border-radius: 100% !important;
}
.daterangepicker th.month {
    font-family: Maven Pro !important;
    color: #006039 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 14px !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    color: #000;
    font-family: Maven Pro;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.72px;
}
.daterangepicker .calendar-table td {
	font-weight: 400;
    padding: 10px;
}
/* calendar code end */

/* Mudassar CSS */

.clear-btn-custom{
    border-top: 1px solid #EEE !important;
    margin-left: -30px;
    margin-right: -40px;
    padding: 20px 40px 0 !important;
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    line-height: 12px;
    vertical-align: middle;
}
.cancelBtn_1 {
    float: left;
    color: #ADADAD;
    font-family: Maven Pro;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 0px;
}
.show_1 {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: bold;
}
.WrapInternalPgSrc form.needs-validation .show_1 {
    color: #000 !important;
	font-size: 14px !important;
    font-weight: 400;
}
.daterangepicker td.disabled, .daterangepicker option.disabled{
    text-decoration: none !important;
    color: #ccc !important;
    cursor: not-allowed;
}
.SrchInsidecS .form__fieldWrap input.selected_date {
    font-size: 16px;
    font-weight: bold;
}
/* Mudassar CSS End */

/* content end */

/* aqeel bhai code */

/**
===================================
  Blog Posts Styling Start
===================================
**/

.single__postThumbnailWrap img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
}
.par__blogPostsWrapper{
	margin-bottom:70px
}
.par__blogPostsWrapper .section__header{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.par__blogPostsWrapper .section__header h2{
  font-size: 37px;
  line-height: 1.3;
  color: #000000;
  font-weight: 600;
}
.par__blogPostsWrapper .section__header a{
  margin-left: auto;
  font-size: 16px;
  line-height: 44px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  transition:ease all 1s;
}
.par__blogPostsWrapper .section__header a:hover{
	color:#00927C;
	text-decoration:underline;
}
.par__blogPostsWrapper .blog__gridList{}
.par__blogPostsWrapper .blog__gridList .blog__postWrap{
  border: none;
  border-radius: 0;
  background-color:transparent;
}
.WrapBlogThumb {
    overflow: hidden;
    border-radius: 12px;
}
.WrapBlogThumb img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.WrapBlogThumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	border-radius: 12px;
}

.par__blogPostsWrapper .blog__gridList .blog__postWrap .card-img,
.par__blogPostsWrapper .blog__gridList .blog__postWrap .card-img-top{
  border-radius: 12px;
  overflow: hidden;
}
.par__blogPostsWrapper .blog__gridList .blog__postWrap .card-body{
  padding: 21px 0;
}
.par__blogPostsWrapper .blog__gridList .blog__postWrap .card-body .card-title{
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
}
.par__blogPostsWrapper .blog__gridList .blog__postWrap .card-body .card-text{
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
}
.blog__postWrap b,
.blog__postWrap h3{
	display:block;
	color: #000;
	
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.blog__postWrap h3 a {
    text-decoration: none !important;
    color: #000;
}
.blog__postWrap h3 a:hover {
    color: #00927C;
}
.blog__postWrap span {
    color: #000;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.blog__postWrap span img, .blog__postWrap span svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.SinglePostCS h1{
    color: #000;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    max-width: 70%;
    margin: 0 auto 20px;
}
.SinglePostCS h2{
	color: #000;
	font-size: 42px;
	font-weight: 700;
	line-height: 50px;
	text-transform: capitalize;
	margin:0;
}
.SinglePostCS > span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    display: block;
    margin: 0 0 20px;
}
.PostInsideCnt{
	padding:30px 0;
}
.PostInsideCnt h3{
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	text-transform: capitalize;	
	display:block;
	margin: 0 0 10px;
}
.BlackNavBar {
    border-bottom: solid 1px #EFEFEF;
    position: inherit;
}
header.BlackNavBar .navbar .dropdown:hover > .dropdown-menu {
    background: #000000db;
}
.BlackNavBar ul.navbar-nav.mx-auto li a{
	color:#000;
}
.BlackNavBar ul.navbar-nav.mx-auto li:last-child a > img {
    filter: brightness(0.1);
}
.BlackNavBar ul.navbar-nav.mx-auto li a:hover{
	color:#00927C;
}
header.BlackNavBar .navbar .dropdown .dropdown-menu li a{
	color:#fff;
}
header.BlackNavBar a.navbar-brand.d-none.d-md-block{
	filter: brightness(0.1);
}
.PrivacyFaqsDetail{
	padding-bottom:20px;
}
.PrivacyFaqsDetail p{
	padding-left:20px;
}
.PrivacyFaqsDetail p{
	padding-left:20px;
}
.spceleft{
	padding-left:20px;
}
/**
===================================
  Blog Posts Styling End
===================================
**/

/**
===================================
  Request Callback Styling Start
===================================
**/
.form__wrapper .row{
	margin:0;
}
.par__requestCallbackWrapper{
  padding: 84px 0 92px;
  margin-bottom:70px;
  background-image: url('../images/request-callback-bg.jpg');
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.par__requestCallbackWrapper .request__callbackWrap {
    background: #ffffff;
    padding: 30px 30px 35px 30px;
    border-radius: 7px 7px 60px 7px;
}
.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner{}
.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner h2{
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
  margin: 0 0 10px;
  font-weight: 700;
}
.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner p{
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 19px;
}
.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner .form__wrapper{}
.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner .form__wrapper .form__fieldWrap{
  margin-bottom: 14px;
}
.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner .form__wrapper .form__fieldWrap .form-control{
  border: 1px solid #A6A6A6;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  width: 100%;
  border-radius:0;
}

.form-control:focus {
    box-shadow: inherit;
}
.form-control.is-valid, .was-validated .form-control:valid {
    background-position: right calc(.375em + 2.1875rem) center;
}
.form__fieldWrap input:focus {
    border-color: transparent;
    box-shadow: inherit;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
	border-color:red !important;
}
.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner .form__wrapper .form__fieldWrap .form-control:focus,
.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner .form__wrapper .form__fieldWrap .form-control:active{
  outline: none;
  box-shadow: none;
}
.form__fieldWrap input.form-control.locIcon {
    background: url(../images/location-icon.svg) no-repeat center right 10px;
}
.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner .form__wrapper .form__submitWrap{}
.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner .form__wrapper .form__submitWrap .form__submitBtn{
  background: #00927C;
  padding: 14px 36px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 7px;
  border: none;
  transition:ease all 1s;
}
.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner .form__wrapper .form__submitWrap .form__submitBtn:hover{
	background:#000;
}

/**
===================================
  Request Callback Styling Start
===================================
**/

/**
=========================
  FAQ's Styling Start
=========================
**/
/*.par__faqsWrapper{
  margin-bottom:70px;
}
.par__faqsWrapper .accordion-button::after {
    content: "â–¼" !important;
    background-image: none;
} */

section.par__faqsWrapper {
    background: #FAFAFA;
    padding: 80px 0;
}
.faqgetintouch {
    padding-top: 30px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.faqgetintouch a{
	color: #00927C;
	text-decoration:underline;
	font-weight:600;
}
.GuestFaq {
    margin: 70px 0 0;
}
.par__faqsWrapper .section__header {
    padding-bottom: 40px;
    border-bottom: solid 1px #DEDEDE;
    margin-bottom: 10px;
}
.par__faqsWrapper .accordion-body{
	padding-left:0;
	padding-right:0;
	max-width:85%;
}
.par__faqsWrapper .section__header h3 {
    font-size: 28px;
    line-height: 37px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.par__faqsWrapper .section__header p{
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}
.par__faqsWrapper .faqs__listWrapper{}
.par__faqsWrapper .faqs__listWrapper .row{
	margin:0;
}
.par__faqsWrapper .faqs__listWrapper .faqs__listInner{}
.par__faqsWrapper .faqs__listWrapper .faqs__listInner .accordion{}
.par__faqsWrapper .faqs__listWrapper .faqs__listInner .accordion .accordion-item{
  border: none;
  overflow: hidden;
  background-color:transparent;
}
.par__faqsWrapper .faqs__listWrapper .faqs__listInner .accordion .accordion-item:last-child{
  margin-bottom: 0;
}
.par__faqsWrapper .faqs__listWrapper .faqs__listInner .accordion .accordion-item .accordion-header{}
.par__faqsWrapper .faqs__listWrapper .faqs__listInner .accordion .accordion-item .accordion-header .accordion-button {
    height: 75px;
    transition: ease all 1s;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    border-bottom: solid 1px #DEDEDE;
	padding: 0 120px 0 0;
}
.par__faqsWrapper .accordion-button::after {
	background-size: 100%;
    width: 30px;
    height: 30px;	
    right: 0px;
    position: absolute;
	background: url(../images/minus-sign.png) no-repeat;
}
.par__faqsWrapper .accordion-button.collapsed::after {
    background: url(../images/plus-sign-v3.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;	
	right: 0px;
    position: absolute;
}
.par__faqsWrapper .faqs__listWrapper .faqs__listInner .accordion .accordion-item .accordion-header .accordion-button:hover {
    box-shadow: inherit;
    background-color: transparent;
}

/**
=========================
  FAQ's Styling Start
=========================
**/

/**
=========================
  Footer Styling Start
=========================
**/
ul.footer_navlist li {
    width: 40%;
    display: inline-block;
}
.par__footerWrapper {
    background: #00927C;
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
}
.par__footerWrapper .footer__topWrapper {
  padding: 60px 0 40px;
}

.par__footerWrapper .col-md-3:last-child .footer__widgetWrap{
	float:right
}

.par__footerWrapper .footer__topWrapper .footer__widgetWrap .widget__title {
  color: #FFF;
  font-size: 20px;
  line-height: 37px;
  font-weight: 600;
  margin-bottom: 20px;
}

.par__footerWrapper .footer__topWrapper .footer__widgetWrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.par__footerWrapper .footer__topWrapper .footer__widgetWrap ul li {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #FFF;
}
.par__footerWrapper .footer__topWrapper .footer__widgetWrap ul.ContactInfoFtr li{
	margin-bottom:0;
}

.par__footerWrapper .footer__topWrapper .footer__widgetWrap ul li:last-child {
  margin-bottom: 0;
}

.par__footerWrapper .footer__topWrapper .footer__widgetWrap ul li a {
  color: #FFF;
  text-decoration: none;
}

.par__footerWrapper .footer__topWrapper .footer__widgetWrap ul li.address__wrapper {
  margin-top: 20px;
}

.par__footerWrapper .footer__topWrapper .footer__widgetWrap .social__links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}

.par__footerWrapper .footer__topWrapper .footer__widgetWrap .social__links li {}

.par__footerWrapper .footer__topWrapper .footer__widgetWrap .social__links li a {
  font-size: 12px;
  line-height: 15px;
  /* padding: 5px;
  border: 1px solid #ffffff; 
  width: 28px;
  height: 28px;*/
  display: block;
  text-align: center;
  border-radius: 2px;
  transition: all ease-in-out 0.3s;
  margin-right:10px;
}
.par__footerWrapper .social__links li a i {
    font-size: 18px;
    /* border: solid 1px #fff; */
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.par__footerWrapper .footer__topWrapper .footer__widgetWrap .social__links li a i:hover {
  /* border:solid 1px #000; */
  color:#000;
}
.FtrSubscribeMail .FtrWrapMail{
	position:relative;
	width: 221px;
	height: 44px;
	line-height:44px;
}
.FtrSubscribeMail input.form-control{
	width: 221px;
	height: 44px;	
	line-height:44px;
	padding:0 15px;
	border-radius: 5px;
	border: 1px solid #FFF;
	background: #FFF;
}
.FtrSubscribeMail button.btn {
    font-size: 0;
    background: url(../images/greenbtn.svg) no-repeat;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 5px;
}
.par__footerWrapper .footer__bottomWrapper {
    border-top: 1px solid #3DAA99;
    padding: 25px 0;
}
.par__footerWrapper .footer__bottomWrapper .par__footerLogoWrap{
  width: 185px;
}
.par__footerWrapper .footer__bottomWrapper .par__footerLogoWrap a{
  display: block;
}
.par__footerWrapper .footer__bottomWrapper .par__footerLogoWrap a img{
  width: 124px;
  height: auto;
}
.par__footerWrapper .footer__bottomWrapper .par__footerCopyrightWrap p{
  text-align: right;
  font-size: 12px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 0;
}
.par__footerWrapper .footer__bottomWrapper .par__footerCopyrightWrap p a{
  color: #fff;
  text-decoration: none;
}
/**
=======================
  Footer Styling End
=======================
**/

/**  Property Owner Page Start **/

/**
===================================
  Inner Hero Banner Styling Start
===================================
**/
.hero__formBannerWrapper {
  padding: 194px 0 102px;
  background-image: url('../images/inner-hero-banner.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 70px;
}

.hero__formBannerWrapper .desc__wrapper {}

.hero__formBannerWrapper .desc__wrapper h2 {
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  margin:0 0 30px;
}
.hero__formBannerWrapper .desc__wrapper h2 span{
	display:block;
}
.hero__formBannerWrapper .desc__wrapper p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 78%;
}

.hero__formBannerWrapper .banner__formWrap {
  background: #ffffff;
  padding: 26px 30px;
  border-radius: 7px 7px 60px 7px;
}

.hero__formBannerWrapper .banner__formWrap>h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}

.hero__formBannerWrapper .banner__formWrap .form__inner {}

.hero__formBannerWrapper .banner__formWrap .form__fieldWrap {
  margin-bottom: 15px;
}
.hero__formBannerWrapper .banner__formWrap .form__fieldWrap .iti{
	width:100%;
}
.iti__selected-flag {
    background-color: transparent !important;
	position:relative;
	font-size:14px;
}
.iti__selected-flag:after {
	content:'';
	position:absolute;
	right:0;
	width:1px;
	height:10px;
	background:#D9D9D9;
}
.banner__formWrap .iti__arrow {
    display: none;
}
.banner__formWrap select {
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/downarrow.png) no-repeat center right 15px;
}
.hero__formBannerWrapper .iti__country-list {
    width: 355px;
    font-size: 12px;
}
.hero__formBannerWrapper .banner__formWrap .form__fieldWrap .form__field,
.hero__formBannerWrapper .banner__formWrap .form__fieldWrap .form-control {
  border-radius: 5px;
  border: 1px solid #A6A6A6;
  padding: 13px 20px;
  color: #000;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
}
.hero__formBannerWrapper .banner__formWrap .form__submitWrap {}

.hero__formBannerWrapper .banner__formWrap .form__submitWrap .form__submitBtn {
    width: 100%;
    padding: 13px 0;
    border-radius: 7px;
    border: 1px solid #00927C;
    background: #00927C;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    transition: ease all 1s;
    font-weight: 700;
	text-align:center;
	cursor:pointer;
	display:block;
}
.hero__formBannerWrapper .banner__formWrap .form__submitWrap .form__submitBtn:hover {
	background:#000;
}
.SrchInsidecS .form-control.is-invalid, .was-validated .form-control:invalid {
    background-size: calc(.75em + 4.375rem) calc(.75em + .375rem) !important;
}

/* guest form start */

.hero__formBannerWrapper .banner__formWrap.banner__formVertWrap {
  padding: 32px 30px;
}
.hero__formBannerWrapper .banner__formWrap.banner__formVertWrap .form__innerRow{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.hero__formBannerWrapper .banner__formWrap.banner__formVertWrap .form__fieldsWrapper {
  width: 100%;
  max-width: calc(100% - 95px);
  padding: 0 33px 0 15px;
}
.hero__formBannerWrapper .banner__formWrap.banner__formVertWrap .form__fieldsWrapper .form__fieldWrap {
  position:relative;
  padding: 0 5px;
  margin-bottom: 10px;
}
.hero__formBannerWrapper .banner__formWrap.banner__formVertWrap .form__submitWrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 95px;
}
.hero__formBannerWrapper .banner__formWrap.banner__formVertWrap .form__submitWrap .form__submitBtn{
  width: 97px;
  height: 97px;
}
.hero__formBannerWrapper .banner__formWrap.banner__formVertWrap .form__submitWrap .form__submitBtn svg {
  width: 36px;
  height: 36px;
}

/* guest form end */

/**
===================================
  Inner Hero Banner Styling End
===================================
**/


/**
===================================
  Our Services Grid Styling Start
===================================
**/
.par__servicesGridWrapper {
  margin-bottom: 70px;
}

.par__servicesGridWrapper .section__header {
  margin-bottom: 40px;
}

.par__servicesGridWrapper .section__header h2 {
  color: #000;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  line-height: 50px;
}

.par__servicesGridWrapper .services__gridList {}

.par__servicesGridWrapper .services__gridList .service__colWrap {
  margin-bottom: 40px;
}

.par__servicesGridWrapper .services__gridList .service__grid {
  max-width: 310px;
  margin: 0 auto;
}

.par__servicesGridWrapper .services__gridList .service__grid .service__gridInner {}

.par__servicesGridWrapper .services__gridList .service__grid .service__gridInner .icon__wrap {
  width: 110px;
  margin: 0 auto 20px;
}

.par__servicesGridWrapper .services__gridList .service__grid .service__gridInner .icon__wrap img {
  width: 100%;
  height: auto;
}

.par__servicesGridWrapper .services__gridList .service__grid .service__gridInner .desc__wrap {
  text-align: center;
}

.par__servicesGridWrapper .services__gridList .service__grid .service__gridInner .desc__wrap h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 14px;
}

.par__servicesGridWrapper .services__gridList .service__grid .service__gridInner .desc__wrap p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}
.HowItWorksBtn {
    text-align: center;
    width: 198px;
    height: 44px;
    line-height: 44px;
    margin: 50px auto 0;
}
.HowItWorksBtn a{
	border-radius: 7px;
	border: 1px solid #00927C;
	background: rgba(217, 217, 217, 0.00);
	color: #000;
	display:block;
	text-decoration:none;
	
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition:ease all 1s;
}
.HowItWorksBtn a:hover{
	background:#00927C;
	color:#fff;
}
/**
===================================
  Our Services Grid Styling End
===================================
**/



/**
===================================
  Pricing CTA Styling Start
===================================
**/
.par__pricingCtaWrapper {
  padding: 157px 0;
  margin-bottom: 70px;
  background-image: url('../images/pricing-cta-banner.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.par__pricingCtaWrapper .pricing__ctaWrap {
  background: #ffffff;
  border-radius: 7px 7px 60px 7px;
  max-width: 439px;
  padding: 37px 67px 39px 51px;
  margin-left: auto;
}

.par__pricingCtaWrapper .pricing__ctaWrap h3 {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
}

.par__pricingCtaWrapper .pricing__ctaWrap h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}

.par__pricingCtaWrapper .pricing__ctaWrap p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 27px;
}

.par__pricingCtaWrapper .pricing__ctaWrap .cta__btn {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 7px;
  border: 1px solid #00927C;
  background: rgba(217, 217, 217, 0.00);
  display: inline-block;
  padding: 13px 38px;
  transition: all ease-in-out 0.3s;
}
.par__pricingCtaWrapper .pricing__ctaWrap .cta__btn:hover {
  background: #00927C;
  color: #ffffff;
}

/**
===================================
  Pricing CTA Styling Start
===================================
**/
.par__onBoardingStepsWrapper {
  margin-bottom: 70px;
}

.par__onBoardingStepsWrapper .section__header {
  margin-bottom: 54px;
}

.par__onBoardingStepsWrapper .section__header h2 {
  color: #000;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  line-height: 50px;
}

.par__onBoardingStepsWrapper .onboarding__stepWrap {}

.par__onBoardingStepsWrapper .onboarding__stepWrap .onboarding__stepInner {
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
  position:relative
}

.par__onBoardingStepsWrapper .onboarding__stepWrap .onboarding__stepInner .count__wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 11px 10px;
  text-align: center;
  background: #00927C;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  margin: 0 auto 37px;
  position: relative;
}

.par__onBoardingStepsWrapper .onboarding__stepWrap .onboarding__stepInner .count__wrap:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 319px;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  left: calc(100% + 18px);
  transform: translateY(-50%);
}

.par__onBoardingStepsWrapper .onboarding__stepWrap .onboarding__stepInner h3 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.par__onBoardingStepsWrapper .onboarding__stepWrap .onboarding__stepInner p {}

.par__onBoardingStepsWrapper .step__gridWrap:first-child .onboarding__stepWrap {
  padding-left: 95px;
}

.par__onBoardingStepsWrapper .step__gridWrap:last-child .onboarding__stepWrap {
  padding-right: 95px;
}

.par__onBoardingStepsWrapper .step__gridWrap:last-child .onboarding__stepWrap .onboarding__stepInner .count__wrap:after {
  display: none;
}

/**
===================================
  Pricing CTA Styling End
===================================
**/


/**
===================================
  Why paradise stays Start
===================================
**/

.WhyParadiseStays.YourJourney .container{
    position: relative;
}
.WhyParadiseStays.YourJourney .container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/paradise-v3-arrow.png) no-repeat 0 30px;
    width: 100%;
    height: 310px;
    background-size: 100%;
}
.WhyParadiseStays{
	background: #FAFAFA;
	padding:80px 0;
	margin-top:-50px;
}
.WhyParadiseStays h2 {
    color: #333;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 57px;
    text-transform: capitalize;
    margin: 0 0 36px;
}
.WhyPS-Sec {
	position:relative;
	text-align: center;
}
.WhyPS-Sec img,
.WhyPS-Sec svg{
	width: 50px;
	height: 50px;	
	margin:0 auto 22px;
}
.WhyPS-Sec h3{
	text-transform:capitalize;
	color: #00927C;
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.88px;
	margin:0 0 7px;
}
.WhyPS-Sec p {
    color: #333;
    text-align: center;
    font-family: Maven Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.64px;
    margin: 0 auto;
    max-width: 265px;
}


/**
===================================
  Why paradise stays End
===================================
**/

.TechEnhancedParadise{
	padding:80px 0;
	max-width:1140px;
	margin:0 auto;
}
.TechEnhancedParadise h2{
	color: #333;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
	text-transform: capitalize;
}
.TechEnhancedParadise p{
	color: #333;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.72px;
	max-width:595px;
	margin:0 auto 30px;
}
.ATectEnhancedSec{
	position:relative;
	overflow:hidden;
}
.ATectEnhancedSec ul{
	list-style:none;
	margin:0;
	padding:0;
}
.ATectEnhancedSec ul li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:56%;
}
.ATectEnhancedSec ul li img{
	width:100%;
}
.ATectEnhancedSec ul li:nth-child(2){
    position: absolute;
    top: 90px;
	width:31%;
}
.ATectEnhancedSec ul li:nth-child(2) img{
	margin-left:-70px;
}
.ATectEnhancedSec ul li:nth-child(3){
    position: absolute;
    top: 0;
    right: 0;
	width:25%;
}
/**
===================================
  A Tech-Enhanced Paradise Start
===================================
**/



/**
===================================
  Triangle Start
===================================
**/

.left-triangle,
.right-triangle,
.white-triangle,
.light-triangle,
.black-triangle,
.gray-triangle,
.blog-triangle::before{
	position:relative;
	padding:0 !important;
}
.gray-triangle::before,
.white-triangle::before,
.light-triangle::before,
.left-triangle::before, 
.right-triangle::before,
.blog-triangle::before{
    content: '';
    width: 0;
    height: 0;
    border: 70px solid transparent;
    border-top: 0;
    border-bottom: 70px solid #fafafa;
    position: absolute;
    top: -11px;
    right: -46px;
    transform: rotate(45deg);
}
.white-triangle::before {
    border-bottom: 60px solid #fff;
    top: -10px;
    left: -50px;
    transform: rotate(-45deg);
}
.light-triangle::before {
	border: 40px solid transparent;
    border-bottom: 40px solid #616563;
    position: absolute;
	top: -40px;
    right: -41px;
}
.right-triangle::before{
	border-bottom: 60px solid #fff;
    top: -10px;
    right: -50px;
}
.left-triangle::before{
	border-bottom: 60px solid #fff;
    top: -10px;
    left: -50px;
    transform: rotate(-45deg);
}
.AccommodationFacilities .container{
    background: #F4FFFD;
    box-shadow: 0px 4px 4px 0px #E4E4E4;
    padding: 60px 60px 0;
}
ul.lSPager.lSpg {
    margin-top: 50px !important;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #D3AA04 !important;
}
.lSSlideOuter .lSPager.lSpg>li a {
	background-color: #D9D9D9 !important;
}

/**
===================================
  Triangle End
===================================
**/



/**
===================================
  The ideal solution for your properties Start
===================================
**/

.IdealSolutionP{
	background:url(../images/ideal-situation-banner-v3.jpg) no-repeat;
	background-size:cover !important;
	padding:194px 0;
}
.IdealSolCurvedB{
	width: 450px;
	border:solid 1px #FFF;
	position:relative;
	border-top: 0;
	border-right: 0;
}
.IdealSolCurvedB:before{
	content: "";
	width: calc(100% - 50px);
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0; 
}
.IdealSolCurvedB:after{
	content: "";
	width: 1px;
	height: calc(100% - 50px);
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.outerborder{
	padding: 40px;
	position: relative;
}
.outerborder:before{
	content: "";
	width: 72px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: -23px;
	top: 25px;
	transform: rotate(45deg);
}
.outerborder:after{
	content: "";
}
.IdealSolCurvedB h2{
	color: #FFF;
	font-size: 40px;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: -1.6px;	
}
.IdealSolCurvedB p{
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.72px;
	margin-bottom:30px;
}
.IdealSolCurvedB a.learnmorebtn{
	width: 185px;
	height: 43px;
	line-height:43px;
	text-align:center;
	border-radius: 50px;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 4.8px;
	text-transform: uppercase;
	text-decoration:none;
	display:block;
	transition:ease all 1s;
}
.IdealSolCurvedB a.learnmorebtn:hover{
	background:#00927C;
	border:solid 1px transparent;
}

/**
===================================
  The ideal solution for your properties End
===================================
**/



/**
===================================
  Guests Start
===================================
**/

.WrapGuestsSec{
	padding:80px 0px;
	background: #FAFAFA;
	min-height:900px;
}
.GuestCheckList .row{
	margin-bottom:30px;
}
.WrapGuestsSec .col-sm-12.col-md-6.gray-triangle img,
.CorporateLeftCol img{
	width:100%;
	height:100%;
}
.GuestCheckList h2 {
    color: #333;
    font-size: 40px;
    font-weight: 600;
    line-height: 57px;
    text-transform: capitalize;
    margin: 0 0 36px;
}
.GuestCheckList .col-md-2 img,
.GuestCheckList .col-md-2 svg{
	width: 50px;
	height: 50px;	
}
.GuestCheckList .col-md-10 b{
	color: #00927C;
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
	display:block;
	letter-spacing: -0.88px;
	margin:0 0 6px;
}
.GuestCheckList .col-md-10 p{
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.64px;
	max-width:85%;
}
.GuestCheckList a{
	color:#D3AA04;
	text-decoration:none;
}

/**
===================================
  Guests End
===================================
**/


/**
===================================
  Our Feature Start
===================================
**/

.OurFeatures .container {
    background: #F4FFFD;
    box-shadow: 0px 4px 4px 0px #E4E4E4;
    padding: 60px 60px 0;
	margin-top:-250px;
}
.OurFeatureLeftCol {
    margin: 20px 0 0;
}
.OurFeatureLeftCol h3{
	color: #333;
	font-size: 40px;
	font-weight: 600;
	line-height: 57px;
	text-transform: capitalize;
	margin:0 0 15px;
}
.OurFeatureLeftCol p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.64px;
    max-width: 78%;
}
ul.OurFeaturesList{
	list-style:none;
	margin:0;
	padding:0;
}
ul.OurFeaturesList li {
    display: inline-block;
	width: calc(calc(100% - 0px) / 4);
    margin-bottom: 50px;
    text-align: center;
}
ul.OurFeaturesList li img,
ul.OurFeaturesList li svg{
	width: 43px;
	height: 43px;
	margin:0 auto 20px;
}
ul.OurFeaturesList li b{
	color: #00927C;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.64px;
	display:block;
	margin:0 0 15px;
}


/**
===================================
 Our Feature End
===================================
**/

/**
===================================
 Heading Sec Start
===================================
**/

.WraHeadingSec{
	text-align:center;
	padding-bottom:20px;
}
.WraHeadingSec h2{
	margin:0 0 10px;
	color: #333;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	line-height: 57px;
	text-transform: capitalize;
}
.WraHeadingSec span{
	display:block;
	color: #D3AA04;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.96px;
	margin:0 0 10px;
}
.WraHeadingSec p{
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: -0.72px;
}
.GlobalHeading{
	text-align:center
}
/**
===================================
 Heading Sec End
===================================
**/


/**
===================================
 Corporate Partners Start
===================================
**/

.CorporatePartnersCS{
	padding:80px 0 0;
}
.CorporateXbg {
    background: url(../images/corporate-x-bg.png) no-repeat;
    background-size: cover;
    padding: 75px 50px 30px;
    text-align: center;
}
.CorporateXbg ul{
	list-style:none;
	margin:0;
	padding:0;
}
.CorporateXbg ul li{
	width:calc(calc(100% - 20px) / 2);
	display:inline-block;
	vertical-align:top;
	margin-bottom:30px;
}
.CorporateXbg ul li img,
.CorporateXbg ul li svg{
	width:40px;
	height:40px;
	margin:0 auto 15px;
}
.CorporateXbg ul li b,
.CorporateXbg ul li p{
	color: #333;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.64px;
	display:block;
	margin:0 0 7px;
}
.CorporateXbg ul li p {
    font-weight: 400;
    font-size: 12px;
	margin:0;
}
/**
===================================
 Corporate Partner End
===================================
**/


/**
===================================
 Customer Review Start
===================================
**/

.CustomerReviewSec{
	padding:80px 0;
}
.CustomerReviewSec .slick-list.draggable {
    /*padding: 0 !important;*/
}
.CustomerReviewSec h3{
	color: #333;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	line-height: 57px;
	text-transform: capitalize;
	margin:0 0 40px;
}
.TProfileThumb{
	width:78px;
	height:78px;
	border-radius:100px;
	overflow:hidden;
	margin:0 auto 38px; 
}
.TestimonialReviewCnt {
    text-align: center;
    padding: 0px 30px;
}
.TestimonialReviewCnt.slick-slide.slick-current.slick-active.slick-center p {
	color: #333;
    padding-left: 25px;
    text-wrap: pretty;
    padding-right: 25px;
}




.TestimonialReviewCnt p{
	color: #ADADAD;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: -0.8px;
	margin:0 0 60px;
}
.TestimonialReviewCnt span.T-author{
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2.24px;
	text-transform: uppercase;
	display:block;
}
ul.lSPager.lSpg {
    margin-top: 35px !important;
}
ul.lSPager.lSpg li.active a {
    background: #D3AA04;
}
ul.lSPager.lSpg li a{
	background:#D9D9D9;
}
ul.slick-dots {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
	text-align:center;
}
ul.OurFeaturesList ul.slick-dots {
    margin: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.slick-dots li{
	width:auto !important;
	display:inline-block;
	vertical-align:top;
	margin:0 3px;
}
ul.slick-dots li.slick-active button{
	background: #D3AA04;
}
ul.slick-dots li button {
    background: transparent;
    border: none;
    font-size: 0;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 20px;
    padding: 0;
}

/**
===================================
 Customer Review End
===================================
**/




/**
===================================
  A Tech-Enhanced Paradise End
===================================
**/


/**
===================================
  Property Performance Styling Start
===================================
**/
.par__property__performanceWrapper {
  background: #F5F5F5;
  padding: 50px 0 50px;
}

.par__property__performanceWrapper .section__thumbWrapper {}

.par__property__performanceWrapper .section__thumbWrapper img {
  height: 446px;
  object-fit:contain;
  object-position:center;
}
.par__property__performanceWrapper .section__descWrapper h2 {
  color: #000;
  font-size: 37px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 21px;
}

.par__property__performanceWrapper .section__descWrapper p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  max-width: 410px;
  margin-bottom: 31px;
}

.par__property__performanceWrapper .section__descWrapper .performance__pointsWrap {
  padding: 0 60px 0 0;
  margin: 0 0 39px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -7px;
  margin-right: -7px;
}

.par__property__performanceWrapper .section__descWrapper .performance__pointsWrap li {
  width: 100%;
  max-width: 50%;
  padding: 0 7px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.par__property__performanceWrapper .section__descWrapper .performance__pointsWrap li .icon__wrap {
  width: 100%;
  max-width: 46px;
}

.par__property__performanceWrapper .section__descWrapper .performance__pointsWrap li .icon__wrap img {
  width: auto;
  height: 100%;
}

.par__property__performanceWrapper .section__descWrapper .performance__pointsWrap li .desc__wrap {
  width: 100%;
  max-width: calc(100% - 46px);
  padding-left: 10px;
}

.par__property__performanceWrapper .section__descWrapper .performance__pointsWrap li .desc__wrap h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.par__property__performanceWrapper .section__descWrapper .cta__btn {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 38px;
  border-radius: 7px;
  border: 1px solid #00927C;
  background: rgba(217, 217, 217, 0.00);
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
.par__property__performanceWrapper .section__descWrapper .cta__btn:hover {
  background: #00927C;
  color: #ffffff;
}


/**
===================================
  Property Performance Styling End
===================================
**/

/** Property Owner Page End **/


/* Popup Css Start */

.PopupTitleHeading {
    color: #000;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	margin:0 0 35px;
}
.LoginPopup button.dropdown-toggle {
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    border: 1px solid #A6A6A6;
    font-size: 1rem;
    color: #000;
    padding: 0;
    background-position: right 10px bottom 16px;
    padding-left: 15px;
}
.LoginPopup ul.csDropdownlist .dropdown-menu.show {
    width: 82%;
}
.LoginPopup ul.csDropdownlist .dropdown-menu.show li{
	font-size: 1rem;
}
.LoginPopup .modal-content {
    border-radius: 0;
    border: none;
}
.LoginPopup .modal-body {
    padding: 50px 40px;
}
.LoginPopup .PopupTitleHeading .btn-close {
    top: 10px;
    right: 20px;
}
.LoginPopup .modal-body input{
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    border: 1px solid #A6A6A6;
}
.LoginPopup .modal-body select{
    height: 46px;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid #A6A6A6;
}
.modal-body input[type="checkbox"]{
	width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 0;
}
.LoginPopup .form__fieldWrap {
	margin-bottom:20px;
}
..form-check {
	margin-bottom:30px;
}
label.form-check-label {
    max-width: 95%;
    margin-bottom: 20px;
}
.PopupTitleHeading .btn-close {
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 15px;
    background: url(../images/green-close-icon.svg) no-repeat;
    background-size: 100%;
    outline: none;
    opacity: 1;
    margin: 10px 0;
}
.LoginPopup a.ForgotPasswordCS {
    color: #006039;
    text-align: right;
    font-family: Maven Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    float: right;
}
.LoginPopup input.form__submitBtn {
    border-radius: 50px;
    border: none;
    background: #00927C;
    height: 44px;
    line-height: 44px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    transition: ease all 1s;
	padding:0;
	-webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #00927C  inset;
}
.LoginPopup input.form__submitBtn:hover {
	box-shadow:500px 0 0 #D3AA04 inset;
}

/* Popup Css End */

/* Find Paradise Popup Start */

.FindParadisePopup .SrchInsidecS {
    padding: 24px 0px 0;
    box-shadow: initial;
}
.FindYrParadise ul.csDropdownlist .dropdown-menu.show {
	width:100%;
}
.FindYrParadise .modal-dialog {
    border-radius: 0;
    padding: 100px 0 0;
    background: #fff;
    margin: 0;
	height:100vh;
}
.modal .modal-body ul.csDropdownlist button.dropdown-toggle {
    color: #ADADAD;
    font-family: Maven Pro;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.52px;
    padding: 13px 0 0;
    display: block;
}
.FindYrParadise .SrchInsidecS .form__fieldWrap label{
	font-size: 13px;
    letter-spacing: 4.16px;	
}
.FindYrParadise .SrchInsidecS .form__fieldWrap input{
	font-size: 13px;	
}
.FindYrParadise .SrchInsidecS .form__fieldWrap label svg {
    margin-top: 0;
}
.FindYrParadise .modal-content{
	border:none;
}
.FindYrParadise .PopupTitleHeading {
	text-align:left;
	color: #00927C;
	font-size: 40px;
	font-weight: 600;
	line-height: 44px; 
	margin-top:20px;
	letter-spacing: -1.6px;
	text-transform: capitalize;
	margin: 0 10px 50px 10px;
}
.FindYrParadise .PopupTitleHeading .btn-close {
    top: -65px;
}
.FindYrParadise .PopupTitleHeading span {
    position: relative;
    padding-bottom: 5px;
	display:inline-block;
}
.FindYrParadise .PopupTitleHeading span:before {
    content: '';
    height: 5px;
    background: #D3AA04;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.FindParadisePopup label.form-check-label {
    max-width: 95%;
    font-size: 12px;
}
.FindParadisePopup .form-check a{
	color:#000;
}
/* Find paradise Popup End */

/* Hide Code Start */

.hidedesktop{
	display:none;
}

/* Hide Code End */

/* aqeel bhai code end */

@media only screen and (max-width:1068px) {
    html.enhance-xp .section-hero .sticky-container .sticky-content .hero-title {
		--origin-x: 258.5px;
		--origin-y: 42.5px;
	}
	html.enhance-xp .section-hero .sticky-container .sticky-content .hero-title .product-name {
		background-image: url(./assets/images/Paradise-Stays-White.svg);
		--pn-width: 484px;
		--pn-height: 66px;
	}
	
	/* html.enhance-xp .section-hero .sticky-container .sticky-content .hero-title .product-name {
    background-image: url(./assets/images/Paradise-Stays-White.svg);
    --pn-width: 307px;
    --pn-height: 41px;
	} */
	
}
@media (min-width: 2500px) and (max-width: 10000px) {
	.our-invitation {
		padding: 150px 0;
	}
	.our-invitation .our-inv-item {
		width: 600px;
		padding: 120px 120px !important;
	}
	/* .our-invitation .our-inv-item h3 {
		font-size: 45px;
		line-height: 1.3;
	}*/
	.our-invitation .our-inv-item p {
		/* font-size: 24px;
		line-height: 1.5; */
		margin-bottom:30px;
	} 
}
@media (min-width: 1400px) and (max-width: 5000px) {
	
	.CorporatePartnersCS {
		height: 740px;
		overflow: hidden;
	}
	.CorporateXbg ul li {
		margin-bottom: 22px;
	}
	.wrapbanner.InternalBnrCenter.CorporateBnr {
		height: 728px;
	}


    .TestimonialReviewCnt.slick-slide.slick-current.slick-active.slick-center p {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media (min-width: 1160px) and (max-width: 1400px) {
	.CorporateXbg {
		padding: 33px 50px 30px;
	}
	.CorporateXbg ul li {
		margin-bottom: 15px;
	}	
	.CorporateXbg ul li img, .CorporateXbg ul li svg {
		width: 30px;
		height: 30px;
	}
	.CorporateXbg ul li b, .CorporateXbg ul li p {
		font-size: 14px;
	}
}

@media (min-width: 1100px) and (max-width: 1320px) {
	.DiscoverSec b {
		font-size: 24px;
	}
	.HmTestimonialCS b{
		font-size:20px;
	}
	.BnrInsideCnt h1,
	.withoutbrnpg h1, 
	.hero__formBannerWrapper .desc__wrapper h2{
		font-size:40px;
	}
	.livingfeature h2,
	.WrapRevSec h2,
	.WraplistSlider h2,
	.par__blogPostsWrapper .section__header h2{
		font-size:30px;
	}
	.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner h2{
		font-size:24px;
	}
	.btmgreenbar ul li {
		font-size: 7px;
	}
	.CorporateXbg ul li {
		margin-bottom: 22px;
	}	
}

@media (min-width: 1px) and (max-width: 992px) {
	html.enhance-xp .section-hero .sticky-container .sticky-content .hero-title {
		--origin-x: 163.3px;
		--origin-y: 25.5px;
	}
	.mobilelogo img, .mobilelogo svg {
		filter: brightness(0) invert(0);
	}
	.hidedesktop{
		display:block;
	}
	.hidemobile, #Bgvideo{
		display:none;
	}
	.CSPagesHeader.mobileNav {
		position: inherit;
		border-bottom: solid 1px #EFEFEF;
	} 
	.CSPagesHeader.mobileNav a img{
		filter: brightness(0);
	}
	.CSPagesHeader.mobileNav span.MobileMenuBtn svg path{
		fill:#000;
	}
	.mobileNav{
		display:block;
		background:#fff;
	}
	div#wrapper {
		margin-top: 0 !important;
		opacity: 1 !important;
	}
	header .navbar .navbar-toggler{
		border:none;
		padding:0;
	}
	.navbar-toggler:focus {
		box-shadow: inherit;
	}
	.livingfeature,
	.WrapRevSec,
	.WraplistSlider{
		margin-bottom:30px;
	}
	header {
		padding: 15px 0;
	}
	header .navbar-collapse.collapse.show {
		background: #00927C;
		margin-top: 4px;
		border-radius: 5px;
		box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	}
	header .navbar .dropdown .dropdown-menu li:hover > ul.submenu.dropdown-menu {
		top: 100%;
		left: 0;
		width: 100%;
	}
	header .navbar ul.navbar-nav > li > a:hover {
		color: #fff;
	}
	header .navbar ul.navbar-nav li:hover:after{
		content:initial;
	}
	a.navbar-brand.d-md-none img{
		width: 120px;
	}
	.navbar{
		padding:0;
	}
	.navbar-nav .dropdown-menu {
		border-radius: 0;
	}
	.wrapbanner, .wrapbanner.CSInternalPg{
		height:100%;
	}
	.daterangepicker {
		padding:30px !important;
		transform: translateX(0%) translateY(-50%);
		position: fixed !important;
		z-index: 9999 !important;
		margin: 0px auto !important;
		width: 90% !important;
		border: 1px solid rgb(204, 204, 204) !important;
		top: 50% !important;
		left: 0 !important;
		right: 0 !important;
	}
   
    .daterangepicker .drp-calendar.right {
        padding-left: 5px !important;
    }
	.homepage .wrapbanner img {
		height: 80vh !important;
	}
	.wrapbanner.InternalBnrCenter.CorporateBnr{
		height:100%;
	}
	.wrapbanner.InternalBnrCenter.CorporateBnr img{
		height:662px !important;
	}
	.wrapbanner.InternalBnrCenter .BnrInsideCnt p, .wrapbanner.InternalBnr .BnrInsideCnt p {
		position: relative;
		top: 150px;
		color: #FFF;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.64px;
		text-transform: capitalize;
		max-width: 70%;
	}
	.wrapbanner img {
		height: 300px !important;
	}
	.wrapbanner.InternalBnrCenter .BnrInsideCnt {
		top: 55%;
	}
	.wrapbanner.InternalBnrCenter.CorporateBnr .BnrInsideCnt{
		top: 40%;
	}
	.wrapbanner.cspagebnr.auto-height .BnrInsideCnt {
		top: calc(100% - 110px);
	}
	.BnrInsideCnt, .CSInternalPg .BnrInsideCnt {
    	top: 55%;
	}
	.wrapbanner.WrapHmBnr img{
		margin-top:0;
	}
	.BnrInsideCnt.homebanner{
		top: 40%;
	}
	.withoutbrnpg {
		padding-top: 80px;
	}
	.BnrInsideCnt.homebanner h1{
		max-width: 90% !important;
	}
	.BnrInsideCnt.homebanner h1,
	.BnrInsideCnt h1,
	.withoutbrnpg h1,
	.BnrInsideCnt.PriceHeading h1	{
		margin-bottom: 10px !important;
		font-size: 37px;
		line-height: 42px;
		letter-spacing: -1.48px;
		text-transform: capitalize;
		max-width: 100%;
		margin: auto;
	}
	.BnrInsideCnt p {
		max-width: 90%;
		font-size: 14px;
	}
	.form__fieldWrap .iti {
		margin-top: 5px;
	}
	.form__fieldWrap .iti__selected-flag{
		padding-left:0;
	}
	.SubTitleCS {
		width: 100%;
	}
	.MnBnrBtn {
		margin-top: 20px;
	}
	.MnBnrBtn a {
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 11px;
		margin: 0 5px;
	}
	.wrapbanner.CSInternalPg.TeamBnrCS img{
		height:450px !important;
	}
	.WrapCalculate .SrchInsidecS{
		margin-left:0;
		margin-right:0;
	}
	.SrchInsidecS .form__fieldWrap label svg{
		float:right;
	}
	.contactwrap .form-control.is-invalid, .was-validated .form-control:invalid {
		background-size: calc(.75em + 0.375rem) calc(.75em + .375rem) !important;
	}
	ul.csDropdownlist li {
		width: 100%;
	}
	ul.csDropdownlist .dropdown-toggle {
		background: url(../images/nav-black-down-arrow.svg) no-repeat right 0px bottom 2px;
	}
	.SrchInsidecS .col-12{
		padding:0;
	}
	.homepage .content{
		padding:0;
	}
	.content, .topfiftyspace {
		padding: 40px 0;
		margin-top:0;
	}
	.WrapWhyStayUs.SeventyPadding .col-12.col-md-6.d-flex {
		order: 2;
	}
	.WrapWhyStayUs.SeventyPadding  .RightSecThumb {
		padding-top: 0;
		padding-bottom:30px;
	}
	.WhyStayUs h2 {
		/* font-size: 24px; */
		margin: 0 0 10px;
	}
	.par__blogPostsWrapper .blog__gridList .blog__postWrap .card-body .card-title{
		margin-bottom:10px;
		font-size:16px;
	}
	.WraplistSlider h2{
		position: relative;
		left: 10px;
		top: 10px;
	}
	.SliderHeadingCS h2, .livingfeature h2 {
		font-size: 36px !important;
		font-weight: 700;
		margin: 0 0 20px !important;
	}
	.livingfeature h2, .WrapRevSec h2, .WraplistSlider h2{
		font-size:20px;
	}
	.livingfeature {
		max-width: 100%;
		margin-bottom:20px;
	}
	.livingfeature p {
		font-size: 14px;
		max-width: 100%;
		margin-bottom:10px;
	}
	.row.WraplivingBnr {
		height: auto;
		margin-bottom:0;
	}
	.col-12.col-md-8.largbnr {
		padding: 10px;
	}
	.row.WraplivingBnr img {
		border-radius: 7px !important;
	}
	.col-12.col-md-4.smallbnr {
		padding: 0 10px 10px;
	}
	.col-12.col-md-4.smallbnr img:last-child {
		margin-top: 10px;
	}
	.Revolutionslide {
		width: 90%;
		height: auto;
		float: none;
		margin: 100px auto;
		padding: 30px;
	}
	.WrapRevSec .lSAction, .WraplistSlider .lSAction, .WrapHmTestimonial .lSAction {
		width: 133px;
		height: 48px;
	}
	.WrapRevSec .lSAction:before, .WraplistSlider .lSAction:before, .WrapHmTestimonial .lSAction:before {
		height: 16px;
	}
	.WrapRevSec .lSAction > .lSPrev, .WraplistSlider .lSAction > .lSPrev, .WrapHmTestimonial .lSAction > .lSPrev,
	.WrapRevSec .lSAction > .lSNext, .WraplistSlider .lSAction > .lSNext, .WrapHmTestimonial .lSAction > .lSNext{
		width: 18px;
		height: 16px;
	}
	.Revolutionslide b{
		font-size:20px;
	}
	.WrapDiscSec {
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.DiscoverSec {
		padding: 20px 20px 0;
	}
	.DiscoverSec b{
		padding: 0 0 15px;
		font-size:20px;
	}
	.SuitCnt span.shorttxt{
		font-size:11px;
	}
	.wrapsuitcnt ul.bedbathlisticon li{
		font-size:10px;
	}
	span.AEDPriceGrnBox {
		font-size: 14px;
	}
	.btmgreenbar ul li{
		font-size:8px;
	}
	.WrapSrvicesSec .row{
		margin:0;
	}
	.WrapSrvicesSec .col-12.col-md-9{
		padding:0;
	}
	.WrapRevSec ul li {
		height: auto;
	}
	.Srvclist {
		padding: 30px 0 0;
	}
	.Srvclist h3 {
		margin: 0 0 10px;
	}
	.SrvcListHeading {
		text-align: center;
	}
	.ListClientlogo ul li {
		padding: 0 20px 15px 0 !important;
		width: 47%;
		text-align: center;
	}
	.WrapSrvicesSec .col-12.col-md-3 {
		padding: 15px;
	}
	.Commbasedfrm {
		margin-top: 20px;
	}
	.WdashbrdListSec {
		display: block;
	}
	.dashboardicon {
		margin: 0 0 20px;
		width: 45px;
		height: 45px;
	}
	.InnerDashbordCS {
		background: #F2E6C8;
		padding: 30px;
	}
	.InnerDashbordCS h2 {
		font-size: 36px;
		line-height: 1.3;
		font-weight:700;
	}	
	.InnerDashbordCS b,
	.InnerDashbordCS p {
		font-size: 12px;
		line-height: 1.3;
	}
	.InnerDashbordCS p br{
		display:none;
	}
	.CLTestimonials {
		padding-top: 50px;
	}
	ul.ClTestiLogo {
		padding: 30px;
		height: auto;
		margin-bottom: 30px;
	}
	ul.ClTestiLogo li {
		padding-bottom: 20px;
	}
	ul.ClTestiLogo li img {
		width: 90px;
		height:auto;
	}
	.WrapHmTestimonial .lSAction {
    	right: 0 !important;
	}
	.CLTestimonials h3 {
		width: 100%;
		font-size: 36px;
		line-height: 1.3;
		margin: 0 auto 20px;
		font-weight: 700;
	}
	.WrapHmTestimonial {
		padding: 70px 20px 50px;
		height: auto;
	}
	.testimonialInfo ul li:first-child,
	.testimonialInfo ul li:last-child{
		width: 100%;
		text-align:left;
	}
	.HmTestimonialCS b {
		font-size: 16px;
	}
	.par__requestCallbackWrapper {
		margin-bottom: 40px;
	}
	.par__blogPostsWrapper {
		margin-bottom: 20px;
	}
	.par__blogPostsWrapper .section__header h2 {
		font-size: 18px;
		line-height: 1;
	}
	.par__blogPostsWrapper .section__header a {
		font-size: 13px;
		line-height: 1.5;
	}
	.par__blogPostsWrapper .blog__gridList .blog__postWrap .card-body .card-text {
		font-size: 13px;
		line-height: 1.3;
	}
	.par__blogPostsWrapper .blog__gridList .blog__postWrap .card-body {
		padding: 10px 0 30px;
	}
	.par__requestCallbackWrapper .request__callbackWrap {
		padding: 30px;
	}
	.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner h2 {
		font-size: 18px;
	}
	.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner p {
		font-size: 14px;
		line-height:1.3;
	}
	section.par__faqsWrapper {
		margin-bottom: 0;
		padding:50px 0;
	}
	.faqgetintouch {
		text-align: center;
		padding:30px 0 0;
	}
	.faqgetintouch a{
		display:block;
		padding-top:0
	}
	.par__faqsWrapper .section__header h3 {
		font-size: 24px;
		line-height: 1.3;
	}
	.par__faqsWrapper .section__header p {
		font-size: 14px;
		line-height: 24px;
		max-width: 70%;
		margin: 0 auto;
	}
	.par__faqsWrapper .faqs__listWrapper .col-md-6.ps-0.pe-4{
		padding:0 !important
	}
	.par__faqsWrapper .faqs__listWrapper .faqs__listInner .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 14px;
		line-height: 1.3;
		padding: 10px 60px 10px 0px !important;
	}
	.par__faqsWrapper .col-md-6.ps-4.pe-0 {
		padding: 0 !important;
	}
	.par__faqsWrapper .col-md-6.ps-4.pe-0 .accordion-body{
		padding-left:0;
	}
	.par__faqsWrapper .col-md-6.ps-4.pe-0 .accordion-button{
		padding-left:0 !important
	}
	.par__faqsWrapper .faqs__listWrapper .faqs__listInner .accordion .accordion-item:nth-of-type(0n+2) {
		display: none;
	}
	.par__faqsWrapper .faqs__listWrapper .faqs__listInner .accordion .accordion-item:last-child {
		margin-bottom: 0;
	}
	.SrchHeadingBar h2 {
		font-size: 20px;
	}
	.WraHeadingSec h2{
		font-size:24px;
		line-height:1.3
	}
	.WraHeadingSec span{
		font-size:20px;
		margin-bottom:0;
	}
	.WraHeadingSec p {
		font-size: 14px;
		line-height: 18px;
		max-width: 65%;
		margin: 7px auto 30px;
	}
	.CustomerReviewSec {
		padding: 50px 0;
	}
	.CustomerReviewSec h3{
		font-size:24px;
	}
	.TestimonialReviewCnt p{
		font-size:16px;
		margin-bottom:30px;
		padding: 0 40px;
	}
	.hero__formBannerWrapper {
		padding: 100px 0 50px;
		margin-bottom:40px;
	}
	.hero__formBannerWrapper .desc__wrapper h2{
		font-size: 30px;
		line-height: inherit;
		margin-bottom:10px;
	}
	.hero__formBannerWrapper .desc__wrapper p {
		max-width: 100%;
	}
	.services__gridList .col-6.col-md-4{
		margin-bottom:30px;
	}
	.par__servicesGridWrapper .section__header h2,
	.par__property__performanceWrapper .section__descWrapper h2{
		font-size: 24px;
		line-height: 1.3;
	}
	.par__onBoardingStepsWrapper .section__header h2 span,
	.hero__formBannerWrapper .desc__wrapper h2 span{
		display:inline-block;
	}
	.WrapPakagesSec{
		padding:50px 0;
	}
	.CnterHeadingTxtCS p {
		width: 100%;
	}
	.WrapPkgCols .col-12.col-md-6{
		margin-bottom:30px;
	}
	.par__servicesGridWrapper .services__gridList .service__grid .service__gridInner .icon__wrap {
		width: 80px;
	}
	.par__servicesGridWrapper .services__gridList .service__grid .service__gridInner .desc__wrap h3 {
		font-size: 16px;
		max-width: 86%;
		margin: 0 auto 15px;
	}
	.par__onBoardingStepsWrapper {
		margin-bottom: 40px;
	}
	.par__pricingCtaWrapper .pricing__ctaWrap {
		padding: 25px 35px 35px 30px;
	}
	.par__onBoardingStepsWrapper .onboarding__stepWrap .onboarding__stepInner h3{
		text-align:left;
	}
	.par__onBoardingStepsWrapper .onboarding__stepWrap .onboarding__stepInner{
		text-align:left;
		padding-left:70px;
	}
	.par__onBoardingStepsWrapper .onboarding__stepWrap .onboarding__stepInner .count__wrap {
		margin: 0;
		position: absolute;
		top: 10px;
		left: -10px;
	}
	.par__onBoardingStepsWrapper .onboarding__stepWrap .onboarding__stepInner .count__wrap:after {
		height: 300px;
		width: 1px;
		position: absolute;
		top: 0;
		left: 17px;
		transform: inherit;
		z-index: -1;
	}
	.thumbiconcs {
		margin: 0 0 24px;
	}
	.CSListingCnt .col-12.col-md-4 {
		margin-bottom: 40px;
	}
	.CSListingCnt .col-12.col-md-4:last-child {
		margin-bottom: 0;
	}
	.cs_detailtxt h3, .cs_detailtxt p{
		text-align:left;
	}
	.par__servicesGridWrapper .services__gridList .service__grid .service__gridInner .desc__wrap p {
		font-size: 14px;
	}
	.par__onBoardingStepsWrapper .step__gridWrap:first-child .onboarding__stepWrap {
		padding-left: 0;
	}
	.par__onBoardingStepsWrapper .step__gridWrap:last-child .onboarding__stepWrap {
		padding-right: 0;
	}
	.par__property__performanceWrapper .section__descWrapper .performance__pointsWrap{
		margin:0;
	}
	.par__property__performanceWrapper .section__descWrapper .performance__pointsWrap li {
		max-width: 100%;
		padding: 0 7px 30px;
	}
	.par__property__performanceWrapper .section__thumbWrapper img{
		height:auto;
		margin-bottom:30px;
	}
	.par__pricingCtaWrapper {
		padding: 80px 0;
	}
	.par__footerWrapper{
		float:none;
		clear:both;
	}
	.par__footerWrapper .footer__topWrapper {
		padding: 50px 30px 20px;
		text-align:center;
	}
	.par__footerWrapper .footer__topWrapper .footer__widgetWrap {
		margin-bottom: 30px;
		float: none !important;
		margin-top: 10px;
	}
	.par__footerWrapper .footer__topWrapper .footer__widgetWrap .widget__title {
		margin-bottom: 0;
	}
	.par__footerWrapper .footer__bottomWrapper {
		padding: 50px 15px 30px;
	}
	.par__footerWrapper .footer__bottomWrapper .par__footerCopyrightWrap p {
		font-size: 12px;
		text-align:left;
	}
	.HowItWorksBtn {
		margin: 10px auto 0;
	}
	.col-6.col-md-4.mb-4 {
		margin-bottom: 0 !important;
	}
	.blog__postWrap b {
		font-size: 14px;
		line-height: 1.3;
	}
	.blog__postWrap span img,
	.blog__postWrap span svg{
		width:14px;
		height:14px;
		margin-right: 5px;
	}
	.blog__postWrap span {
		font-size: 12px;
		margin-top: 10px;
	}
	.WrapContactFrm {
    	max-width: 95%;
		margin-bottom:50px;
	}
	.WrapContactFrm .section__header h3{
		font-size:24px;
	}
	.WrapContactFrm .section__header p {
		max-width: 100%;
		font-size: 14px;
	}
	.CntAddress h4 {
    	font-size: 24px;
	}
	.CntAddress p {
    	max-width:100%;
		font-size: 14px;
	}
	.CntInforLeftCol img{
		margin-bottom:30px;
		width:100%;
		border-radius: 7px 7px 7px 7px;
	}
	ul.CTACntFrm li {
		width: 100%;
		margin: 0 0 30px;
	}
	.hero__formBannerWrapper .banner__formWrap.banner__formVertWrap {
		padding: 32px 20px;
	}
	.hero__formBannerWrapper .banner__formWrap.banner__formVertWrap .form__fieldsWrapper{
		max-width:100%;
		padding:0 10px
	}
	.hero__formBannerWrapper .banner__formWrap.banner__formVertWrap .form__submitWrap .form__submitBtn {
		width: 75px;
		height: 75px;
	}
	.hero__formBannerWrapper .banner__formWrap.banner__formVertWrap .form__submitWrap .form__submitBtn svg {
		width: 30px;
		height: 30px;
	}
	.par__requestCallbackWrapper .request__callbackWrap .request__callbackInner .form__wrapper .form__fieldWrap {
		padding-right: 0;
	}
	.InteriorGraySec {
		padding: 50px 0;
		margin-bottom: 50px;
	}
	.InteriorGraySec h2 {
		text-align:left;
	}
	.InteriorGraySec .col-12.col-md-6 {
		margin-bottom: 40px;
	}
	.InteriorGraySec .col-12.col-md-6:last-child {
		margin-bottom:0;
	}
	.row.centerspacecs .col-12.col-md-6.text-start.LeftSecThumb {
		order: 2;
		margin-top: 30px;
	}
	.row.centerspacecs .col-12.col-md-6.text-start.LeftSecThumb img.leftradiusthumb {
		border-radius: 7px 7px 100px 7px;
	}
	.WrapLeftRightSec
	.faqgetintouch {
		text-align: center;
		padding-top: 0;
	}
	.row.TeamcsClSup .col-12.col-md-6.d-flex,
	.row.TeamRevSup .col-12.col-md-6.d-flex	{
		order: 2;
	}
	.row.TeamcsClSup .RightSecThumb,
	.row.TeamRevSup  .RightSecThumb{
		padding:0 0 10px;
	}
	.RightSecThumb{
		padding-top:50px;
	}
	img.leftradiusthumb, img.rightradiusthumb{
		width:100%;
		height:auto;
		/* border-radius:7px; */
		margin-bottom:15px;
	}
	.WrapComingSoonPg .Thankspgtext, .Thankspgtext {
		width: 90%;
		height: auto;
		padding: 50px 15px;
	}
	.ThanksInnerCnt h1 {
		font-size: 35px;
		line-height: 1;
	}
	.ThanksInnerCnt p br{
		display:none;
	}
	.PriceListCs ul li {
		width: 100%;
		margin: 0 0 40px;
	}
	.PriceListCs ul li .WrapPriceCols {
		margin-bottom: 20px;
	}
	.ParadiseStaysCS h1 {
		font-size: 45px;
		line-height: 1.5;
	}
	
	.SrchInsidecS .row {
		margin: 0 !important;
	}
	.SrchInsidecS {
		padding: 24px 20px;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}
	.SrchInsidecS h2 {
		font-size: 30px;
		text-align: center;
		font-weight: 700;
	}
	.SrchInsidecS p {
		font-size: 15px;
		line-height: 1.5;
		text-align: center;
		font-style: italic;
	}
	.PriceListCs ul li .PriceTickList ul li{
		width:100%;
	}
	.PriceListCs ul li .PriceListBtn h3 {
		font-size: 24px;
	}
	.WrapInternalPgSrc {
		margin-top: -140px;
		border-radius: 4px;
	}
	.SrchInsidecS .form__fieldWrap:after{
		content:initial;
	}
	.SrchInsidecS .form__fieldWrap {
		border-bottom: solid 1px #ECEBEB;
		padding-bottom: 18px;
		margin-bottom: 18px;
		float: left;
		width: 100%;
	}
	.SrchInsidecS .col-12.col-md-2 .form__fieldWrap.bordernone{
		border-bottom:none !important
	}
	.SrchInsidecS select {
		background: url(../images/nav-black-down-arrow.svg) no-repeat right 0px bottom 10px;
	}
	.SubmitBtnGrn {
		width: 100%;
		margin-top: 20px !important
	}
	.ThanksInnerCnt p {
		font-size: 15px;
		padding: 0;
	}
	.TechEnhancedParadise p,
	.WhyPS-Sec p,
	.GuestCheckList .col-md-10 p,
	.OurFeatureLeftCol p{
		max-width:100%;
		width:100%;
	}
	ul.OurFeaturesList .slick-list.draggable{
		padding:0 !important;
	}
	.outerborder {
		padding: 40px 20px;
	}
	.outerborder:before {
		right: -10px;
		top: 25px;
	}
	.IdealSolCurvedB {
		width: 90%;
    	padding: 0px;
		margin:auto;
	}
	.IdealSolutionP .row{
		margin:0;
	}
	.WrapGuestsSec {
		padding: 30px 0px;
    	min-height: inherit;
	}
	.OurFeatures .container {
    	padding: 20px 20px 0;
		margin-top: 0;
	}
	
	.WhyParadiseStays{
		margin-top:-35px;
		padding: 80px 0 30px;
	}
	.WhyParadiseStays .row {
		margin-top: 0 !important;
	}
	.WhyParadiseStays h2 {
		font-size: 24px;
		line-height: 1.3;
		margin: 0 auto 10px;
		max-width: 65%;
	}
	.WhyParadiseStays.WPSBusiness{
		padding-top:80px;
	}
	.WhyParadiseStays.WPSBusiness h2{
		margin-bottom:30px;
	}
	.WhyParadiseStays .circle__icon {
		width: 42px;
		height: 42px;
		line-height: 35px;
		float: left;
		margin: 0 5px 0 0;
	}
	.WhyParadiseStays .circle__icon img, .WhyParadiseStays .circle__icon svg {
		width: 22px;
		height: 22px;
		line-height:22px;
	}
	.WhyPS-Sec h3 {
		font-size: 14px;
		padding: 0;
		text-align: left;
		max-width: 40%;
		float: left;
		margin: 3px 0 0;
	}
	.homepage .WhyParadiseStays .WhyPS-Sec h3, .WhyParadiseStays.WPSBusiness .WhyPS-Sec h3 {
		font-size: 14px;
		padding: 0;
		text-align: center;
		max-width: 70%;
		float: none;
		margin: 0 auto 20px;
	}
	.homepage .WhyParadiseStays .container{
		padding-top:30px;
	}
	.GuestCheckList h2{
		margin:0 0 30px;
		font-size: 24px;
		line-height:1;
	}
	.WhyParadiseStays .circle__icon{
		border: solid 1px #E3E3E3;
	}
	.WhyPS-Sec img, 
	.WhyPS-Sec svg,
	.GuestCheckList .col-md-2 img, 
	.GuestCheckList .col-md-2 svg{
		width: 40px;
		height: 40px;
		margin-bottom: 14px;
	}
	.WhyPS-Sec p{
		display:none;
	}
	.TechEnhancedParadise {
		padding: 50px 0;
	}
	.TechEnhancedParadise h2, 
	.IdealSolCurvedB h2{
		font-size: 24px;
		line-height:1;
		margin:0 0 15px;
	}
	.IdealSolutionP {
		background: url(../images/ideal-solution-thumb-mobile.jpg) no-repeat center;
		padding: 50px 0;
	}
	.IdealSolCurvedB p{
		font-size:14px;
	}
	.IdealSolCurvedB a.learnmorebtn {
		height: 36px;
		line-height: 36px;
		font-size: 15px;
		margin-top: 20px;
		display: inline-block;
	}
	.GuestCheckList .col-md-10 b{
		margin-top:-4px;
	}
	.TechEnhancedParadise p{
		font-size: 14px;
		max-width:70%;
		margin:0 auto 30px;
	}
	.par__faqsWrapper .accordion-body {
		max-width: 100%;
		padding-left:20px;
	}
	.ATectEnhancedSec {
		padding-bottom:15px;
	}
	.ATectEnhancedSec ul li {
		width: 90%;
	}
	.ATectEnhancedSec ul li:nth-child(2) {
		top: 200px;
		width: 33%;
	}
	.ATectEnhancedSec ul li:nth-child(2) img {
		margin-left: -230px;
	}
	.ATectEnhancedSec ul li:nth-child(3) {
		width: 33%;
		top: 76px;
	}
	.GuestCheckList .col-md-2{
		width:15%;
	}
	.GuestCheckList .col-md-10{
		width:80%;
	}
	.OurFeatures {
		padding: 10px;
	}
	.OurFeatureLeftCol h3 {
		text-align: center;
		font-size: 24px;
		margin: 0 0 25px;
	}
	ul.OurFeaturesList ul.slick-dots {
		margin: 10px 0 30px;
	}
	ul.OurFeaturesList li {
		margin-bottom: 30px;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	ul.OurFeaturesList li img, ul.OurFeaturesList li svg {
		margin: 0px;
		width: 45px;
		height: 35px;
		object-fit: contain;
	}
	ul.OurFeaturesList li.BeautifulWorkspaces svg{
		height: 45px;
	}
	ul.OurFeaturesList li.SelfCheckIn svg{
		width: 50px;
		height: 40px;
		margin-left: -20px;
	}
	ul.OurFeaturesList li b {
		color: #333;
		text-align: left;
		font-size: 14px;
		max-width: 40%;
		float: left;
		margin: 4px 0 0 15px;
	}
	ul.OurFeaturesList li b span.breakinmbl{
		display:block;
	}
	span.popuplinebrk {
		display: block !important;
		width: 40%;
	}
	.CorporateXbg {
		background: #fff;
		padding: 0;
		border-bottom: solid 1px #EBEBEB;
	}
	.CorporateXbg ul li b {
		max-width: 90%;
		margin: auto;
		text-align: center;
		display: block;
	}
	.CorporateXbg ul li {
		width: 24%;
		margin: 0 15px 50px;
	}
	.CorporateXbg ul li p{
		display:none;
	}
	.GetInTouchBtn{
		display:none !important
	}
	.PropertySuccess{
		padding:50px 0 20px;
		overflow:hidden;
	}
	.PropertySuccess .col-sm-12.col-md-6{
		padding-right:0;
	}
	.PropertySuccess > p,
	.WhyParadiseStays.YourJourney > p{
		font-weight:600;
		max-width:100%;
	}
	.ExpertsInCnt h3{
		font-size:20px;
		margin-top:20px;
	}
	.our-mission .ExpertsInCnt h3{
		font-size: 25px;
		margin-bottom: 0;
	}
	.WraHeadingSec {
		padding-bottom: 0;
	}
	/* .gray-triangle::before, .white-triangle::before, .light-triangle::before, .left-triangle::before, .right-triangle::before {
		content: initial;
	} */
	.our-invitation {
		padding: 50px 0 290px !important;
		background: url(../images/our-inv-mobile.jpg) no-repeat  !important;
		background-position: bottom center !important;
		background-size: 100% !important;
	}
	.our-invitation .our-inv-item {
		padding: 20px 30px 30px !important;
		width: 100%;
	}
	.our-invitation .our-inv-item h3 {
		font-size: 30px;
		margin-bottom: 0;
	}
	.our-invitation .our-inv-item a {
		font-size: 14px;
		letter-spacing: inherit;
	}
	.PropertySuccess.WeRExpets .WraHeadingSec p{
		max-width:60%;
		margin:0 auto;
		font-size:14px;
	}
	.PropertySuccess.PropertySuccessTwo .col-sm-12.col-md-6:first-child{
		order:1;
	}
	.PropertySuccess .col-sm-12.col-md-6 img,
	.PropertySuccess.PropertySuccessTwo .col-sm-12.col-md-6 img{
		width:100%;
	}
	.Benefitslandlords {
		margin-top: 50px;
	}
	.PropertySuccess.PropertySuccessTwo .Benefitslandlords {
		margin-top: 0px;
	}
	.Benefitslandlords h3 {
		font-size: 16px;
		line-height: 1.5;
		padding-left: 40px;
		background-size: 20px !important;
	}
	ul.BenefitslandlordsList li {
		float: left;
		width: 169px;
		margin: 0;
		line-height: normal;
	}
	ul.BenefitslandlordsList li b {
		font-size: 13px;
		font-weight: 600;
	}
	ul.BenefitslandlordsList li:before {
		background-size: 9px;
		width: 20px;
		height: 20px;
		margin: 0 10px 20px 0;
	}
	ul.BenefitslandlordsList li p{
		display:none;
	}
	.WhyParadiseStays.YourJourney .container:before{
		content:initial;
	}
	.PropertySuccess.PropertySuccessTwo{
		padding-top:0;
	}
	.PropertySuccess .row{
		margin:0;
	}
	.PropertySuccess.PropertySuccessTwo .col-sm-12.col-md-6{
		margin-bottom:50px;
	}
	.PropertySuccess .col-sm-12.col-md-6.left-triangle img,
	.PropertySuccess .col-sm-12.col-md-6.right-triangle img{
		width:100%;
		height:auto !important;
	}
	.ExpertsInCnt {
		max-width: 100%;
		text-align: center;
		margin-top:20px;
	}
	a.requestoutlinebtn{
		margin:0 auto;
	}
	.TestimonialReviewCnt {
		padding: 0;
	}
	.AccommodationFacilities .container{
		padding: 0px 30px 0;
	}
	.contactwrap{
		overflow-x: hidden;
	}
	.contactwrap .row .col-sm-6,
	.contactwrap .row .col-sm-12{
		margin-bottom:20px;
	}
	.location-wrap{
		padding-left: 0;
		margin-top: 20px;
	}
	.our-mission{
		margin: 40px 0;
		padding: 0 30px;
		overflow:hidden;
	}
	.our-mission .ExpertsInCnt{
		padding: 0;
		margin-top: 10px;
		max-width:100%;
	}
	.our-value{
		padding: 40px 30px;
	}
	.our-value .container{
		padding: 0;
	}
	.value-list ul{
		padding: 0;
	}
	.value-list ul li{
		width: 50%;
		margin: 0 0 30px 0  !important;
	}
	.value-list ul li p{
		display:none;
	} 
	.our-value .right-triangle{
		height: 300px;
	}
	.contact-form input,
	.contact-form input[type="submit"], .contact-form input[type="button"], .contact-form button	{
		height: 50px;
		line-height: 50px;
	}
	.par__footerWrapper .footer__topWrapper .col-md-3{
		width:100% !important 
	}
	.par__footerWrapper .footer__topWrapper .footer__widgetWrap .social__links {
		align-items: stretch;
		justify-content: center;
	}
	.par__footerWrapper .footer__topWrapper .footer__widgetWrap .social__links li a{
		margin:0 15px;
	}
	.par__footerWrapper .footer__topWrapper .footer__widgetWrap ul li {
		margin-bottom: 0;
	}
	.copyrightMbl.hidedesktop p{
		color: #FFF;
		text-align: center;
		font-size: 14px;
		font-weight: 400;
		line-height: 26px;
	}
	.copyrightMbl.hidedesktop a{
		color: #FFF;
		font-size: 14px;
		text-decoration:none;
		display:inline-block
	}
	.copyrightMbl.hidedesktop p br{
		display:none;
	}
	.AccommodationFacilities h2{
		padding-top:50px;
	}
	.SrchInsidecS .form__fieldWrap input.selected_date {
		font-size: 14px;
		font-weight: 500;
	}
	.WhyParadiseStays {
		padding: 60px 0 30px;
	}
}


@media (min-width: 1px) and (max-width: 400px){
	.BnrInsideCnt h1,
	.withoutbrnpg h1 {
		font-size: 32px;
		font-weight:600;
		max-width:90%;
	}
	.ATectEnhancedSec ul li:nth-child(2) {
		top: 186px;
	}
	.ATectEnhancedSec ul li:nth-child(2) img {
		margin-left: -190px;
	}
	.ATectEnhancedSec ul li:nth-child(3) {
		width: 28%;
		top: 106px;
	}
	
}

@media (min-width: 390px) and (max-width: 844px){
	.WhyParadiseStays.YourJourney .container {
		/* background-size: 95% !important; */
	}
}
@media (min-width: 415px) and (max-width: 450px){
	
	.WhyParadiseStays.YourJourney .container {
		background: url(../images/property-owner-mbile-arrow.svg) no-repeat center top;
		background-size: 100%;
		height: 320px;
	}
	.WhyParadiseStays .col-6.col-md-4 {
		height: 101px;
		position: relative;
	}
	.WhyParadiseStays.YourJourney .WhyPS-Sec {
		position: absolute;
		text-align: center;
		transform: translateY(-50%) translateX(-50%)  !important;
		top: 50%;
		bottom: auto;
		left: 50%;
		width: auto;
	}
}
@media (min-width: 400px) and (max-width: 415px){
	
	.WhyParadiseStays.YourJourney .container {
		background: url(../images/property-owner-mbile-arrow.svg) no-repeat center top;
		background-size: 100%;
		height: 320px;
	}
	.WhyParadiseStays .col-6.col-md-4 {
		height: 97px;
		position: relative;
	}
	.WhyParadiseStays.YourJourney .WhyPS-Sec {
		position: absolute;
		text-align: center;
		transform: translateY(-50%) translateX(-50%)  !important;
		top: 50%;
		bottom: auto;
		left: 50%;
		width: auto;
	}
}
@media (min-width: 390px) and (max-width: 400px){
	
	.WhyParadiseStays.YourJourney .container {
		background: url(../images/property-owner-mbile-arrow.svg) no-repeat center top;
		background-size: 100%;
		height: 320px;
	}
	.WhyParadiseStays .col-6.col-md-4 {
		height: 92px;
		position: relative;
	}
	.WhyParadiseStays.YourJourney .WhyPS-Sec {
		position: absolute;
		text-align: center;
		transform: translateY(-50%) translateX(-50%)  !important;
		top: 50%;
		bottom: auto;
		left: 50%;
		width: auto;
	}
}

@media (min-width: 375px) and (max-width: 389px){
	.WhyParadiseStays.YourJourney .container {
		background: url(../images/property-owner-mbile-arrow.svg) no-repeat center top;
		background-size: 100%;
		height: 280px;
	}
	.WhyParadiseStays .col-6.col-md-4 {
		height: 87px;
		position: relative;
	}
	.WhyParadiseStays.YourJourney .WhyPS-Sec {
		position: absolute;
		text-align: center;
		transform: translateY(-50%) translateX(-50%)  !important;
		top: 50%;
		bottom: auto;
		left: 50%;
		width: auto;
	}
}

@media (min-width: 1px) and (max-width: 375px){
	.WhyParadiseStays.YourJourney .container {
		background: url(../images/property-owner-mbile-arrow.svg) no-repeat center top;
		background-size: 100%;
		height: 250px;
	}
	.WhyParadiseStays .col-6.col-md-4 {
		height: 76px;
		position: relative;
	}
	.WhyParadiseStays.YourJourney .WhyPS-Sec {
		position: absolute;
		text-align: center;
		transform: translateY(-50%) translateX(-50%)  !important;
		top: 50%;
		bottom: auto;
		left: 50%;
		width: auto;
	}
}



/**
 * New Blog Styling
 */

.blog__breadcrumbsWrapper{
  padding: 30px 0;
}
.blog__breadcrumbsWrapper .breadcrumbs__wrap{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.blog__breadcrumbsWrapper .breadcrumbs__wrap li{
  position: relative;
  padding: 0 20px;
}
.blog__breadcrumbsWrapper .breadcrumbs__wrap li:after{
  content: '';
  display: inline-block;
  background-image: url('../images/blog/icon-angle-right.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 55%;
  right: -5px;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
}
.blog__breadcrumbsWrapper .breadcrumbs__wrap li:first-child{
  padding-left: 0;
}
.blog__breadcrumbsWrapper .breadcrumbs__wrap li:last-child{
  padding-right: 0;
}
.blog__breadcrumbsWrapper .breadcrumbs__wrap li:last-child:after{
  display: none;
}
.blog__breadcrumbsWrapper .breadcrumbs__wrap li a{
  color: #B2B2B2;
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  text-decoration: none !important;
}
.blog__breadcrumbsWrapper .breadcrumbs__wrap li a:hover{
  color: #000;
}
.blog__breadcrumbsWrapper .breadcrumbs__wrap li span{
  color: #000;
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.blog__latestPostWrapper{}
.blog__latestPostWrapper .blog__thumbnailWrapper{
  position: relative;
}
.blog__latestPostWrapper .blog__thumbnailWrapper::before {
  content: '';
  width: 0;
  height: 0;
  border: 86px solid transparent;
  border-top: 0;
  border-bottom: 86px solid #ffffff;
  position: absolute;
  top: -15px;
  right: -60px;
  transform: rotate(45deg);
}
.blog__latestPostWrapper .blog__thumbnailWrapper img{
  max-width: 100%;
  height: auto;
  width: 100%;
  aspect-ratio: 1 / 0.65;
  object-fit: cover;
}

.blog__latestPostWrapper .blog__descriptionWrapper{
  padding-left: 85px;
}
.blog__latestPostWrapper .blog__descriptionWrapper .section__header{
  margin-bottom: 52px;
}
.blog__latestPostWrapper .blog__descriptionWrapper .section__header h2{
  color: #000;
  font-family: 'Maven Pro', sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 142.222% */
  letter-spacing: -1.8px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.blog__latestPostWrapper .blog__descriptionWrapper .section__header .post__catWrap{
  margin-bottom: 14px;
}
.blog__latestPostWrapper .blog__descriptionWrapper .section__header .post__catWrap a{
  color: #000;
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-decoration: none;
  display: inline-block;
}

.blog__latestPostWrapper .blog__descriptionWrapper .section__header .publish__date{
  color: #ADADAD;
  font-family: 'Maven Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
.blog__latestPostWrapper .blog__descriptionWrapper .section__header .publish__date .date{}

.blog__latestPostWrapper .blog__descriptionWrapper .blog__excerpt{
  margin-bottom: 79px;
}
.blog__latestPostWrapper .blog__descriptionWrapper .blog__excerpt p{
  color: #000;
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
}
.blog__latestPostWrapper .blog__descriptionWrapper .blog__excerpt p:last-child{
  margin-bottom: 0;
}

.blog__latestPostWrapper .blog__descriptionWrapper .blog__readMoreWrap{}
.blog__latestPostWrapper .blog__descriptionWrapper .blog__readMoreWrap a{
  text-align: center;
  display: inline-block;
  float: none;
  text-decoration: none !important;
}
.blog__latestPostWrapper .blog__descriptionWrapper .blog__readMoreWrap a:hover{
	color: #fff;
}

.blog__featuredPostsWrapper{
	padding: 80px 0 80px 0;
}
.blog__featuredPostsWrapper .WraHeadingSec{}
.blog__featuredPostsWrapper .WraHeadingSec h2{}
.blog__featuredPostsWrapper .WraHeadingSec p{}

.blog__featuredPostsWrapper {}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper{}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .lSPager.lSpg{
  margin-top: 30px !important;
}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .lSPager.lSpg li{}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .lSPager.lSpg li a{
  background-color: #D9D9D9;
}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .lSPager.lSpg li.active a,
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .lSPager.lSpg li a:hover{
  background: #D3AA04;
}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper #featured__postsCarousel {}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper #featured__postsCarousel .carousel__itemWrap{
  padding: 10px 0;
}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__thumbWrap{
  position: relative;
  margin-bottom: 20px;
}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__thumbWrap:before{
  content: '';
  width: 0;
  height: 0;
  border: 53px solid transparent;
  border-top: 0;
  border-bottom: 53px solid #ffffff;
  position: absolute;
  top: -15px;
  right: -60px;
  transform: rotate(45deg);
}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__thumbWrap img{
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.7;
}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap{}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap h3{
  color: #000;
  font-family: 'Maven Pro', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  margin-bottom: 8px;
  height: 48px;
  overflow: hidden;
}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap h3 a{
  color: #000;
  text-decoration: none !important;
}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap .published__date{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  color: #ADADAD;
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap .published__date .icon{
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap .published__date .icon img{
  width: 100%;
  max-width: 100%;
  height: auto;
  float: left;
}


.blog__categoriesWrapper{
	padding: 10px 0 50px 0;
}
.blog__categoriesWrapper .cat__detailsWrap{}
.blog__categoriesWrapper .cat__detailsWrap .more-cat-btn{
	float: left;
	clear: both;
	color: #D3AA04;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 4.8px;
	text-transform: uppercase;
	border-radius: 50px;
	border: 1px solid #00927C;
	text-align: center;
	text-decoration: none;
	padding: 12px 27px;
	margin-top: 47px;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition: all 0.2s ease;
	display: none;
}
.blog__categoriesWrapper .cat__detailsWrap .more-cat-btn:hover, .blog__categoriesWrapper .cat__detailsWrap .more-cat-btn:active, .blog__categoriesWrapper .cat__detailsWrap .more-cat-btn:focus{
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition: all 0.2s ease;
	background: #D3AA04;
	border-color: #D3AA04;
	color: #fff;
}
.blog__categoriesWrapper .cat__detailsWrap .first__postWrap{
  margin-bottom: 26px;
}
.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .desc__wrapper{
  margin-bottom: 20px;
}
.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .desc__wrapper h2{
  color: #000;
  font-family: 'Maven Pro', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px; /* 152.778% */
  letter-spacing: -1.44px;
  margin-bottom: 9px;
}
.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .desc__wrapper h2 a{
  color: #000;
  text-decoration: none !important;
}
.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .desc__wrapper p:empty{
	display: none;
}
.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .desc__wrapper p{
  color: #000;
  font-family: 'Maven Pro', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}
.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .desc__wrapper p:last-child{
  margin-bottom: 0;
}
.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .thumb__wrapper{
  position: relative;
}
.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .thumb__wrapper:before{
  content: '';
  width: 0;
  height: 0;
  border: 78px solid transparent;
  border-top: 0;
  border-bottom: 78px solid #ffffff;
  position: absolute;
  top: -15px;
  right: -60px;
  transform: rotate(45deg);
}
.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .thumb__wrapper img{
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 0.7;
}
.blog__categoriesWrapper .cat__detailsWrap .posts_listWrap{
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog__categoriesWrapper .cat__detailsWrap .posts_listWrap .post__listItem{
  padding: 14px 30px 14px 0;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.blog__categoriesWrapper .cat__detailsWrap .posts_listWrap .post__listItem:after{
  content: '';
  display: inline-block;
  background-image: url('../images/blog/icon-angle-right.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  right: 0;
  width: 11px;
  height: 11px;
}
.blog__categoriesWrapper .cat__detailsWrap .posts_listWrap .post__listItem > a{
  text-decoration: none !important;
}
.blog__categoriesWrapper .cat__detailsWrap .posts_listWrap .post__listItem h3{
  color: #00927C;
  font-family: 'Maven Pro', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  margin-bottom: 9px;
}
.blog__categoriesWrapper .cat__detailsWrap .posts_listWrap .post__listItem .date__wrap{
  color: #ADADAD;
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}

.blog__detailContentWrapper{
  padding: 0 0 50px;
}
.blog__detailContentWrapper .blog__postHeaderWrap{
	margin-bottom: 35px;
}
.blog__detailContentWrapper .blog__postHeaderWrap h1{
  color: #000;
  font-family: 'Maven Pro', sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 142.222% */
  letter-spacing: -1.8px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog__detailContentWrapper .blog__postHeaderWrap .post__catWrap{
  margin-bottom: 13px;
}
.blog__detailContentWrapper .blog__postHeaderWrap .post__catWrap a{
  display: inline-block;
  color: #000;
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-decoration: none !important;
}
.blog__detailContentWrapper .blog__postHeaderWrap .publish__date{
  color: #ADADAD;
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
.blog__detailContentWrapper .blog__postHeaderWrap .the_ex{
	width: 100%;
	clear: both;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	margin-top: 23px; 
}
.blog__detailContentWrapper .blog__thumbnailWrapper{
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.blog__detailContentWrapper .blog__thumbnailWrapper:before{
  content: '';
  width: 0;
  height: 0;
  border: 150px solid transparent;
  border-top: 0;
  border-bottom: 150px solid #ffffff;
  position: absolute;
  top: -25px;
  right: -100px;
  transform: rotate(45deg);
}
.blog__detailContentWrapper .blog__thumbnailWrapper img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.blog__detailContentWrapper .blog__descWrapper{}
.blog__detailContentWrapper .blog__descWrapper ul{
	clear: both;
	list-style: number;
	padding-left: 30px;
}
.blog__detailContentWrapper .blog__descWrapper ul ::marker{
	font-size: 31px;
	font-weight: 500;
	color: #00927C;
}
.blog__detailContentWrapper .blog__descWrapper ul ul,
.blog__detailContentWrapper .blog__descWrapper ul ol{
	list-style: disc !important;
}

.blog__detailContentWrapper .blog__descWrapper ul ul ::marker,
.blog__detailContentWrapper .blog__descWrapper ul ol ::marker{
	font-size: 20px;
	color: #000;
}
.blog__detailContentWrapper .blog__descWrapper h2{
	color: #000;
	font-family: 'Maven Pro', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 64px; /* 177.778% */
	letter-spacing: -1.44px;
}
.blog__detailContentWrapper .blog__descWrapper h3{
  color: #00927C;
  font-family: 'Maven Pro', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 177.778% */
  letter-spacing: -1.44px;
}
.blog__detailContentWrapper .blog__descWrapper p{
  color: #000;
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

.recent-post{
	padding-top: 20px !important;
}
.recent-post .WraHeadingSec{
	padding: 20px 0 0 0;
}
.recent-post .WraHeadingSec h2{
	text-align: left;	
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 55px; /* 152.778% */
	letter-spacing: -1.44px;
}


@media (min-width: 992px) and (max-width: 1199px) {
	.blog__latestPostWrapper{
		
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .section__header{
		margin-bottom: 32px;
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .section__header h2{
		font-size: 32px;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -1.28px;
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .section__header .post__catWrap a{
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 100% */ 
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .section__header .publish__date{
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 114.286% */ 
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .blog__excerpt{
		margin-bottom: 32px;
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .blog__readMoreWrap a{
		margin: 0 !important;
	}
	.blog__featuredPostsWrapper{
		padding: 67px 0 20px 0;
	}
	.WraHeadingSec h2{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.96px;
	}
	.WraHeadingSec p{
		font-family: Maven Pro;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 100% */ 
	}
	
	.blog__latestPostWrapper .blog__thumbnailWrapper::before,
	.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .thumb__wrapper::before{
		border-bottom: 40px solid #fff;
		top: -15px;
		right: -68px;
	}
	
	.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap h3,
	.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap h3 a{
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px; /* 150% */ 
	}
	
	.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap .published__date .icon{
		width: 14px;
		height: 14px;
		margin-right: 8px;
	}
	.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap .published__date{
		font-size: 12px;
	}
	
	.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .desc__wrapper h2{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.96px; 
	}
	.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .desc__wrapper p{
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal; 
	}
	
	.blog__categoriesWrapper .cat__detailsWrap .posts_listWrap .post__listItem h3{
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 18px; /* 50% */ 
	}
	.blog__categoriesWrapper .cat__detailsWrap .posts_listWrap .post__listItem .date__wrap{
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 6px; /* 50% */ 
	}
	
	.blog__detailContentWrapper .blog__postHeaderWrap h1{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.96px;
	}	
	.blog__detailContentWrapper .blog__postHeaderWrap .post__catWrap a{
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 100% */ 
	}
	
	.blog__detailContentWrapper .blog__postHeaderWrap .publish__date{
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 114.286% */ 
	}

	.blog__detailContentWrapper .blog__thumbnailWrapper::before {
		top: -31px;
		right: -119px;
		border-bottom: 100px solid #fff;
	}
	.blog__detailContentWrapper .blog__descWrapper h2,
	.blog__detailContentWrapper .blog__descWrapper h3,
	.recent-post .WraHeadingSec h2{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.96px;
	}
	
	.recent-post{
		padding-top: 0;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.blog__latestPostWrapper{
		
	}
	.blog__latestPostWrapper .blog__descriptionWrapper{
		padding-left: 0;
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .section__header{
		margin-bottom: 32px;
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .section__header h2{
		font-size: 32px;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -1.28px;
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .section__header .post__catWrap a{
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 100% */ 
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .section__header .publish__date{
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 114.286% */ 
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .blog__excerpt{
		margin-bottom: 32px;
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .blog__readMoreWrap a{
		margin: 0 !important;
	}
	.blog__featuredPostsWrapper{
		padding: 67px 0 20px 0;
	}
	.WraHeadingSec h2{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.96px;
	}
	.WraHeadingSec p{
		font-family: Maven Pro;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 100% */ 
	}
	
	.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap h3,
	.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap h3 a{
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px; /* 150% */ 
	}
	
	.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap .published__date .icon{
		width: 14px;
		height: 14px;
		margin-right: 8px;
	}
	.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap .published__date{
		font-size: 12px;
	}
	
	.blog__categoriesWrapper .row .col-md-5{
		width: 50% !important;
		margin: 0 !important;
	}
	
	.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .desc__wrapper h2{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.96px; 
	}
	.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .desc__wrapper p{
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal; 
	}
	
	.blog__categoriesWrapper .cat__detailsWrap .posts_listWrap .post__listItem h3{
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 18px; /* 50% */ 
	}
	.blog__categoriesWrapper .cat__detailsWrap .posts_listWrap .post__listItem .date__wrap{
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 6px; /* 50% */ 
	}
	
	
	.blog__detailContentWrapper .blog__postHeaderWrap h1{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.96px;
	}	
	.blog__detailContentWrapper .blog__postHeaderWrap .post__catWrap a{
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 100% */ 
	}
	
	.blog__detailContentWrapper .blog__postHeaderWrap .publish__date{
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 114.286% */ 
	}

	.blog__detailContentWrapper .blog__thumbnailWrapper::before {
		top: -31px;
		right: -119px;
		border-bottom: 100px solid #fff;
	}
	.blog__detailContentWrapper .blog__descWrapper h2,
	.blog__detailContentWrapper .blog__descWrapper h3,
	.recent-post .WraHeadingSec h2{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.96px;
	}
	
	.recent-post{
		padding-top: 0;
	}
	
	.blog__categoriesWrapper .cat__detailsWrap .more-cat-btn{
		font-size: 12px;
	}
}



@media (min-width: 1px) and (max-width: 767px) {
	.blog__latestPostWrapper{
		overflow: hidden;
	}
	.blog__latestPostWrapper .container{
		padding: 0;
	}
	.blog__latestPostWrapper .blog__descriptionWrapper{
		padding: 40px 15px 0 15px;
	}
	.blog__latestPostWrapper .blog__thumbnailWrapper::before {
		display: none;
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .section__header{
		margin-bottom: 32px;
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .section__header h2{
		font-size: 32px;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -1.28px;
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .section__header .post__catWrap a{
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 100% */ 
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .section__header .publish__date{
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 114.286% */ 
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .blog__excerpt{
		margin-bottom: 32px;
	}
	.blog__latestPostWrapper .blog__descriptionWrapper .blog__readMoreWrap a{
		margin: 0 !important;
	}
	.blog__featuredPostsWrapper{
		padding: 67px 0 20px 0;
	}
	.WraHeadingSec h2{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.96px;
	}
	.WraHeadingSec p{
		font-family: Maven Pro;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 100% */ 
	}
	
	.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap h3,
	.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap h3 a{
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px; /* 150% */ 
	}
	
	.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap .published__date .icon{
		width: 14px;
		height: 14px;
		margin-right: 8px;
	}
	.blog__featuredPostsWrapper .featured__postsCarouselWrapper .carousel__itemWrap .carousel__descWrap .published__date{
		font-size: 12px;
	}
	
	.blog__categoriesWrapper{
		overflow: hidden;
	}
	
	.blog__categoriesWrapper .row .col-md-5.offset-md-2{
		margin-top: 70px !important;
	}	
	.blog__categoriesWrapper .row .col-md-5{
		width: 100% !important;
		margin: 0 !important;
	}
	
	.blog__categoriesWrapper .cat__detailsWrap .posts_listWrap{
		margin-bottom: 30px;
	}
	.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .thumb__wrapper::before {
		top: -15px;
		right: -64px;
		border-bottom: 40px solid #fff;
	}
	
	.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .desc__wrapper h2{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.96px; 
	}
	.blog__categoriesWrapper .cat__detailsWrap .first__postWrap .desc__wrapper p{
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal; 
	}
	
	.blog__categoriesWrapper .cat__detailsWrap .posts_listWrap .post__listItem h3{
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 18px; /* 50% */ 
	}
	.blog__categoriesWrapper .cat__detailsWrap .posts_listWrap .post__listItem .date__wrap{
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 6px; /* 50% */ 
	}
	
	
	.blog__detailContentWrapper .blog__postHeaderWrap h1{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.96px;
	}	
	.blog__detailContentWrapper .blog__postHeaderWrap .post__catWrap a{
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 100% */ 
	}
	
	.blog__detailContentWrapper .blog__postHeaderWrap .publish__date{
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 114.286% */ 
	}

	.blog__detailContentWrapper .blog__thumbnailWrapper::before {
		top: -37px;
		right: -119px;
		border-bottom: 40px solid #fff;
	}
	.blog__detailContentWrapper .blog__descWrapper h2,
	.blog__detailContentWrapper .blog__descWrapper h3,
	.recent-post .WraHeadingSec h2{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.96px;
	}
	
	.recent-post{
		padding-top: 0;
	}
	
	.blog__categoriesWrapper .cat__detailsWrap .more-cat-btn{
		font-size: 12px;
		float: none;
		margin: auto;
		display: table;
	}
	.blog__categoriesWrapper .cat__detailsWrap .more-cat-btn span{
		display: none;
	}
}

