/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                       HEADER STYLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* Sub Menu css  
	
.header nav.elementor-nav-menu--dropdown li .arrow {
    display: inline-block;
    vertical-align: middle;
	color: #fff; 
	font-size: 16px;
	cursor: pointer;
	z-index: 12;
	margin-left: -7px;
	position: relative;
}

.header nav.elementor-nav-menu--dropdown li a:hover ~ .arrow  {
	color: #36c1cc;
}

.header nav.elementor-nav-menu--dropdown .elementor-nav-menu li .sub-menu li .sub-menu,
.header nav.elementor-nav-menu--dropdown .elementor-nav-menu li .sub-menu {
	margin: 0 !important;
	display: block !important; 
	height: 0 !important;
	opacity: 0;
	transition: all  0s;
	transition-delay: 0s !important;
}

.header nav.elementor-nav-menu--dropdown .elementor-nav-menu li .sub-menu li.drop-active .sub-menu,
.header nav.elementor-nav-menu--dropdown .elementor-nav-menu li.drop-active .sub-menu {
	height: auto !important;
	opacity: 1;
	transition: all .5s;
	transition-delay: .2s !important;
}

 Sub Menu css   End */ 
 

/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                       ADDITIONAL 1 STYLE --- MAIN CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/*bannerWrap start*/  
.bannerWrap:before {          
    /*z-index: 1; */
    bottom: 0px !important;
    top: inherit !important;
    height: 300px !important;                  
} 

.bannerWrap >.e-con-inner {
    z-index: 0;
}

.bannerWrap .textBox .title .elementor-heading-title {
	position: relative;
	display: inline-block;    
}

.bannerWrap .textBox .title .elementor-heading-title:before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 22px;       
    width: 100%; 
    bottom: -4px;      
    left: 0;         
    background: #ecd9c6;
    border-radius: 30px; 
    z-index: -1;         
}

.bannerWrap .textBox .subTitle .elementor-heading-title {
	font-size: 30px;
	line-height: 40px;              
	font-family: 'Poppins';
	font-weight: 600;                   
}

.bannerWrap .textBox p {
	font-weight: 500;       
}

.bannerWrap .textBox p strong {
	color: #084975;
	font-weight: bold;           
}

.bannerWrap .imageBox {
	position: inherit;
}

.bannerWrap .imageBox:before {         	    
	right: -510px !important;
    top: -195px !important;
    opacity: 0.26;                                      
}                               

.bannerWrap .imageBox:after {
	right: -490px !important;
    top: -195px !important;
    opacity: 0.16;                                                                                                 
}  

.bannerWrap .imageBox:before,
.bannerWrap .imageBox:after {
	content: '';       
    position: absolute;           
    height: calc(100% + 310px);          
    width: calc(50% + 480px);
    z-index: 11;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100%;
    left: inherit;       	
}
/*bannerWrap end*/

.bannerWrap .textBox .ourTitle .elementor-heading-title {
	font-size: 20px;
	line-height: 22px;
	font-family: 'Poppins';
	font-weight: 600;
}

/*respiteWrap start*/
.respiteWrap .iconTitle .elementor-heading-title {
    font-size: 20px;
	line-height: 22px;                   
	font-family: 'Poppins';
	font-weight: 600; 
}
/*respiteWrap end*/

/*nurseWrap start*/ 
.applyWrap p:last-child,         
.ratedWrap .widthBox p:last-child,         
.bannerWrap .textBox p:last-child,   
.facilitiesWrap p:last-child,
.faqWrap .e-n-accordion-item p:last-child,             
.enquireWrap p:last-child,
.cookieWrap p:last-child,
.collectWrap p:last-child,
.wouldWrap p:last-child,
.nurseWrap p:last-child {
	padding-bottom: 0;    
}
/*nurseWrap end*/       

/*preloader start*/
.preloader {
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;  
	background: #fff;
	text-align: center;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 1s;     
	-o-transition: all 1s;
	-moz-transition: all 1s; 
	transition: all 1s;
	z-index: 21474836456;                
	display: none;
}

.page-loaded .preloader {
	visibility: hidden;
	opacity: 0;  
	-webkit-transition-delay: 3s;
	-o-transition-delay: 3s;
	-moz-transition-delay: 3s;        
	transition-delay: 3s;
}
        
.home .preloader {
	display: block;
}

.preloader .inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.preloader .inner .brand {
	width: 270px;        
    display: table;          
    margin: 0 auto 160px;    
    transform-origin: 50%;  
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0;
	-webkit-filter: blur(5px);        
	-o-filter: blur(5px);  
	-moz-filter: blur(5px);   
	filter: blur(5px);  
	transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1s; 
	-webkit-transition: all 1.5s;  
	-o-transition: all 1.5s; 
	-moz-transition: all 1.5s; 
	transition: all 1.5s; 
	-webkit-transition-delay: 1s !important; 
	-o-transition-delay: 1s !important;
	-moz-transition-delay: 1s !important;     
	transition-delay: 1s !important;	     
} 

.page-loaded .preloader .inner .boxInner .brand {
    -webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);            
	transform: scale(1);
	opacity: 1;
	-webkit-filter: blur(0px); 
	-o-filter: blur(0px);  
	-moz-filter: blur(0px);
	filter: blur(0px); 
	-webkit-transition-delay: 1s !important; 
	-o-transition-delay: 1s !important;
	-moz-transition-delay: 1s !important; 
	transition-delay: 1s !important;
}  
         
.preloader .inner .boxInner {     
	justify-content: center;
	display: flex;
	flex-direction: column;
	height: 100%;      
} 

.preloader .inner {
	position: relative;	
}

.preloader .inner:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    bottom: 0;
    background-position: center bottom;       
    background-repeat: no-repeat;  
    background-size: 60%; 
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); 
	-o-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);        
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-transition: all 1.5s; 
	-o-transition: all 1.5s;
	-moz-transition: all 1.5s;
    transition: all 1.5s;  
    opacity: 0.3; 
}     

.page-loaded .preloader .inner:after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);       
	-o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); 
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-transition-delay: 0.3s; 
	-o-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}       
/*preloader end*/


.elementor-slideshow__header .e-eicon-frame-expand,
.elementor-slideshow__header .e-eicon-zoom-in-bold,
.elementor-slideshow__header .e-eicon-share-arrow,
.dialog-lightbox-widget .elementor-slideshow__footer .elementor-slideshow__title {
	display: none;
}
.dialog-lightbox-widget-content .dialog-close-button svg,
.dialog-lightbox-widget-content .elementor-swiper-button svg {
	fill: #DAB38D !important;
    font-size: 35px;
}   

/*enquireWrap start*/ 
.enquireWrap:before {
    background-repeat: repeat !important;
   /* background-size: auto 400px !important;*/        
    animation: infiniteScrollBg 12s linear infinite;
} 

@keyframes infiniteScrollBg {
  0% {
    background-position: 50% 0;
  }

  100% {
    background-position: 50% 400px;
  }
} 


.whatWrap:before {
	background-repeat: repeat !important;    
    animation: whatScrollBg 12s linear infinite;
}                  

@keyframes whatScrollBg {
  0% {
    background-position: 50% 0;
  }

  100% {
    background-position: 50% 400px;
  }
}                                         
                
.enquireWrap .scnTitle .elementor-heading-title {
    font-size: 55px;
    line-height: 55px;  
}

.enquireWrap p {
    font-size: 20px;
    line-height: 26px;             
    letter-spacing: 1px;       
    font-family: 'PT Serif';
    font-weight: normal;            
}

.enquireWrap .formBox .elementor-field-type-html {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.enquireWrap .formBox .elementor-field-type-html a {
	color: #DAB38D;     
}

.enquireWrap .formBox .elementor-field-type-html a:hover {
	color: #fff;     
} 

.enquireWrap .formBox a {
	width: 100%;      
}      
         
.elementor-popup-modal .dialog-close-button {
    right: 18% !important;
    top: 100px !important;             
    background: #fff;
    border-radius: 50%; 
    padding: 15px;                        
}

.dialog-lightbox-widget-content .dialog-close-button svg {
	height: 25px !important;
	width: 25px !important;    
	/*fill: #084975 !important;*/
	fill: #DAB38D !important;                           
}                           

.enquireWrap .formBox option {
	background: #084975;     
}        
.enquireWrap .formBox .elementor-form-fields-wrapper {
	margin-bottom: 0 !important;
}
.enquireWrap .elementor-field-group .elementor-field-textual {
    font-size: 18px;
    line-height: 20px;        
    padding: 10px 20px 10px 0px;
    font-family: 'Manrope';
    font-weight: 600;                               
}
.enquireWrap .elementor-message {
	 text-align: center;
}
.elementor-message-svg:before {
	display: none !important;
}
.enquireWrap .elementor-field-group .elementor-field-textual:focus {
	box-shadow: none;        
}                 

.enquireWrap .elementor-field-group.elementor-field-type-submit {
	margin-bottom: 0 !important;
}          

.enquireWrap .dbtn {            
	background-color: #dab38d !important;
}

.enquireWrap textarea {
	min-height: 85px !important; 
}                                           

.enquireWrap select,
.enquireWrap textarea::-webkit-input-placeholder,
.enquireWrap input::-webkit-input-placeholder {
	color: #fff !important;
	opacity: 0.74 !important;
}

.enquireWrap select.
.enquireWrap textarea:-o-placeholder,
.enquireWrap input:-o-placeholder { /* Firefox 18- */
	color: #fff !important;
	opacity: 0.74 !important;
}

.enquireWrap select,
.enquireWrap textarea::-moz-placeholder,
.enquireWrap input::-moz-placeholder {  /* Firefox 19+ */
	color: #fff  !important;
	opacity: 0.74 !important;
}

.enquireWrap select,
.enquireWrap textarea:-ms-input-placeholder,
.enquireWrap input:-ms-input-placeholder {  
	color: #fff  !important;
	opacity: 0.74 !important;
} 

.enquireWrap .heartBox:before {
    animation: none;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .5s;
}               
.enquireWrap .heartBox.in-viewport:before {
   animation: enquire-beat 8s alternate ease infinite;
   animation-delay: 0.5s;             
}

@keyframes enquire-beat {
    0%,100% {  
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }                   
}                                      
/*enquireWrap end*/

/*officeWrap start*/
.officeWrap {

}

.officeWrap .officeBox {

}         

.officeWrap .officeTitle .elementor-heading-title {
	font-size: 26px;
	line-height: 28px;   
	font-family: 'Poppins';
	font-weight: 600;
	opacity: 0.85;
}

.officeWrap .lineTitle .elementor-widget-container {
	position: relative;
}           
     
.officeWrap .lineTitle .elementor-heading-title {
    font-size: 22px;
	line-height: 24px;   
	font-family: 'Poppins';
	font-weight: 600;
	opacity: 0.85;
	display: inline-block;             
}    

.officeWrap .lineTitle .elementor-heading-title:after {
	content: '';
	position: absolute;         
    bottom: calc(50% - 20px);           
	right: 0px;       
	height: 40px;
	width: 2px;
	background: #dab38d;      
}

.officeWrap ul li a {
	font-family: 'Poppins';
	font-weight: 500; 
	opacity: 0.85;          
}    

.officeWrap ul li strong {
	font-family: 'Poppins';
	font-weight: 600;
	color: #dab38d;
	opacity: 0.85;
}

.officeWrap .box ul {
	margin-bottom: 0;     
} 

.officeWrap ul li {
	list-style: none;
}             

.officeWrap .box ul li {
	display: inline-block;
	margin-right: 18px; 
	margin-bottom: 0;           
}

.officeWrap .box ul li:last-child {
	margin-right: 0;      
}

.officeWrap .box .button2 {
    margin-left: auto;     
}

.officeWrap .dbtn {
	font-size: 16px !important;
	line-height: 18px;
	letter-spacing: 0.5px;        
	padding: 14px 25px !important;             
}

.officeWrap .officeBox ul {
	margin-left: 0
}            
/*officeWrap end*/

.mapWrap .mapTitle .elementor-heading-title {
	font-size: 45px;
	line-height: 55px;             
}        

.bannerWrap.contactWrap:before {
	z-index: 0;
	height: 170px !important;
}       

.bannerWrap.privacyBnr .imageBox:before, 
.bannerWrap.privacyBnr .imageBox:after {
	height: calc(100% + 954px);
	background-position: center top;                       
}          

.bannerWrap.privacyBnr .imageBox:after {
    right: 220px !important;
}
    
.bannerWrap.privacyBnr .imageBox:before {
	right: 250px !important;                      
}

.collectWrap .elementor-widget-icon-list svg .cls-1 {
    fill: #dab38d;            
}          

.cookieWrap h2 {
	margin-bottom: 22px;         
}                      
                                  
.cookieWrap p strong {
	color: #084975;        
}     

.cookieWrap ul {
	margin-left: 35px !important;       
}

.containerWrap ol {
	margin-left: 35px !important;  
}             

.cookieWrap ul li {
	list-style: none;
	position: relative;              
}

.cookieWrap ul li:before {
	content: '';
    position: absolute;
    height: 23px;
    width: 25px;
    left: -35px;
    top: 5px;             
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;      
}

.containerWrap ol li {
	padding-left: 10px;    
}                 

.containerWrap ol li::marker {
	color: #084975;
	font-weight: bold;         
}

.privacyBnr .imageBox:before, 
.privacyBnr .imageBox:after {
    opacity: 0.11;       
}                  

/*faqWrap start*/
.whatWrap .scnTitle .elementor-heading-title,    
.faqWrap .scnTitle .elementor-heading-title {
    font-size: 36px;         
    line-height: 48px;      
}

.faqWrap .e-n-accordion-item-title {
	position: relative;      
}

.faqWrap .e-n-accordion-item-title,
.faqWrap .elementor-element {
	border: none !important;   
}           

.faqWrap .e-n-accordion-item-title-text { 
	font-size: 20px !important;
	line-height: 22px;    
    font-weight: 600;    
}               

.faqWrap .e-n-accordion-item {
    background: #fff;
    border-radius: 50px;      
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
   /* padding: 25px 60px; */              
}                  

.faqWrap .e-n-accordion-item-title-icon {
    position: absolute !important;
    top: calc(50% - 23px);
    right: 60px;        
    height: 46px;
    width: 46px !important;
    background: #dab38d;
    border-radius: 50%;                  
    padding: 10px;
    display: flex !important;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-left: 15px;          
}

.faqWrap .e-n-accordion-item-title-icon .e-closed svg {
	margin-top: 2px;
} 

.faqWrap .e-n-accordion-item-title-icon .e-opened svg {
	margin-top: -1px;
}       
/*faqWrap end*/
.newsBnr p:last-child:after,
.singleBnr ul:after,     
.eventBnr ul:after,         
.sayBanner p:last-child:after {
    content: '';
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    height: 45px;     
    width: 2px;
    background: #dab38d;    
} 
        
.creerBnr p:last-child:after {
	margin-top: 22px;
}                            

/*whatWrap start*/
.whatWrap .testimonialBox {
	position: relative;
}

.whatWrap .testimonialBox:after,
.whatWrap .testimonialBox:before {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
    background-size: 80px;
    width: 90px;
    height: 90px;
    opacity: 0.55; 
    border-radius: 0;          
}            

.whatWrap .testimonialBox:after {
	background-position: right bottom;
    right: 70px;
    bottom: 40px;   
}   

.whatWrap .testimonialBox:before {
	background-position: left top;
    left: 70px;
    top: 40px;
}   
         
.whatWrap .testimonialBox .elementor-swiper-button {
    background: #dab38d;
    padding: 14px;
    border-radius: 50%;
    top: 50% !important;   
}       

.whatWrap .testimonialBox .elementor-swiper-button.elementor-swiper-button-prev {
    left: -54px;
}

.whatWrap .testimonialBox .elementor-swiper-button.elementor-swiper-button-next {
    right: -54px;
}
           
.whatWrap .elementor-testimonial__cite .elementor-testimonial__name,
.whatWrap .elementor-testimonial__text {
	font-family: 'Futura Maxi CG Book';
    font-weight: normal;
}

.whatWrap .elementor-testimonial__text {
    font-size: 22px !important;
    line-height: 36px !important;   
}        

.whatWrap .elementor-testimonial__cite .elementor-testimonial__name {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;    
}

.whatWrap .swiper-pagination .swiper-pagination-bullet {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    opacity: 0.52;      
}  

.whatWrap .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}       
/*whatWrap end*/ 

/*eventBnr start*/
.singleBnr ul,
.eventBnr ul {
	display: block !important;  
}  

.staffWrap ul li,
.eventBnr ul li {
	font-size: 20px !important;
	line-height: 22px !important;
	background: #084975;         
    color: #fff;
    padding: 8px 20px !important;     
    border-radius: 30px;
    display: inline-block !important;   
}

.eventBnr ul:after {
	margin-top: 20px;
}

.eventBnr .textBox .subTitle .elementor-heading-title {
	font-size: 26px;
    line-height: 28px;
}
/*eventBnr end*/

.eventsBnr:before {
    top: 0 !important;      
} 

/*eventWrap start*/
.eventWrap .shareTitle .elementor-heading-title {
    font-size: 30px;
    line-height: 32px;
    font-family: 'Poppins';
    font-weight: 600;
}   

.eventWrap .overlayBox:before {
    bottom: 0;
    top: inherit;
    height: 50%;       
}

.eventWrap p:last-child {
	padding-bottom: 0;     
}

.eventWrap.singleWrap .overlayBox:before {
	height: 40%;
}

.eventWrap.singleWrap .overlayBox {
	position: static;        
}

.eventWrap .elementor-grid .elementor-grid-item:hover svg,
.singleWrap .elementor-grid .elementor-grid-item:hover svg {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
                    
@keyframes elementor-animation-push{
    
	50% {               
		transform:scale(.8)
	}

    100% {
    	transform:scale(1)
    }
}
/*eventWrap end*/      

.groupWrap .overlayBox ul li .elementor-icon-list-icon {
   margin-top: 4px;
}
          
.storiesWrap .overlayBox {
    position: static;
}

.staffWrap.storiesWrap:before {
    width: calc(100% + 210px);
}  

.storiesWrap .topper {
    margin-bottom: 8%; 
    width: 58%; 
    margin-left: auto;
    margin-right: auto;            
} 

.storiesWrap .topper .elementor-widget-call-to-action .elementor-cta__content {
	min-height: 580px !important;         
} 

.storiesWrap .topper .elementor-cta__content .elementor-cta__title {
    font-size: 34px !important;
    line-height: 36px !important;
}

.storiesWrap .elementor-pagination {
    margin-top: 60px;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;    
}

.newsWrap .elementor-loop-container .e-loop-item:nth-child(3) {
    margin-bottom: 3%;        
} 

/*eventWrap start*/
.staffWrap:before {
    left: -280px !important;       
}
      
.staffWrap .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__title {
    font-size: 26px;
    line-height: 28px;
    font-family: 'Poppins';
    font-weight: 600;
}     

.staffWrap .elementor-widget-loop-grid .elementor-widget-call-to-action .elementor-cta:before {
    content: '';
    background-image: linear-gradient(180deg, transparent 0%, #d8b18c 82%, #d8b18c 100%);
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;    
    z-index: 11;
} 

.staffWrap .elementor-widget-loop-grid .elementor-widget-call-to-action .elementor-cta__content {
    position: relative;
    z-index: 99;
}

/*eventWrap end*/

.singleWrap:before {
    background-size: calc(100% + 480px) !important;
}

.creerBnr p {
	font-weight: 500;    
} 
      
.hourWrap .scnTitle .elementor-heading-title {
    font-size: 45px;
    line-height: 50px;
}

.hourWrap .subTitle .elementor-heading-title {
    font-size: 22px;
    line-height: 24px;
    font-family: 'Museo Sans Rounded 700';
    font-weight: 600;
}

.hourWrap .timeTitle .elementor-heading-title span {
    font-size: 30px;
    line-height: 35px;
    color: #084975;
    font-family: 'Berling';
    font-weight: bold; 
    margin-right: 6px;
}

.hourWrap .timeTitle .elementor-heading-title {
    font-size: 20px;
    line-height: 22px;
    color: #707070;
    font-family: 'Poppins';
    font-weight: normal;
}

.hourWrap textarea,
.hourWrap input {
	font-family: 'Poppins';
	font-weight: normal;
	padding-left: 0 !important;   
}

.hourWrap textarea {
	min-height: 50px !important;
    height: 50px;         
}
     
.hourWrap .elementor-field-type-html {      
    font-size: 14px;
    line-height: 22px;
    padding: 0 100px;
	text-align: center;
}

.hourWrap .elementor-field-type-html a {
	font-weight: 600;
}

.hourWrap form.elementor-form .elementor-field-type-upload label {
	font-size: 16px;
    display: block;
    height: auto;
    width: auto;     
    color: #5b5b5b !important;
    margin-bottom: 0;        
    margin-right: 15px;
}

.hourWrap .dbtn {
    background-color: #DAB38D !important;      
}

.hourWrap textarea::-webkit-input-placeholder,
.hourWrap input::-webkit-input-placeholder {
    color: #5b5b5b !important;
    opacity: 1 !important;              
}
.hourWrap textarea:-o-placeholder,
.hourWrap input:-o-placeholder { /* Firefox 18- */
    color: #5b5b5b !important;
    opacity: 1 !important;
}
.hourWrap textarea::-moz-placeholder,
.hourWrap input::-moz-placeholder {  /* Firefox 19+ */
    color: #5b5b5b  !important;
    opacity: 1 !important;
}
.hourWrap textarea:-ms-input-placeholder,
.hourWrap input:-ms-input-placeholder {  
    color: #5b5b5b  !important;
    opacity: 1 !important;
}         

.hourWrap .formBox .scnTitle .elementor-heading-title:before {
	display: flex;
	content: '';
	margin-right: auto;
	margin-left: auto;
	height: 2px;  
	width: calc(100% - 200px);
	background: #dddddd; 
	margin-bottom: 30px;          
}

.hourWrap ul li .elementor-icon-list-text {
    font-size: 16px;
    line-height: 18px;     
}

.hourWrap ul .elementor-icon-list-item:has(.hide-digit) {
	display: inline-flex;
}
    
.hourWrap .elementor-field-group .elementor-form-help-inline,
.hourWrap ul .elementor-icon-list-item { 
	display: none; 
} 
                  
.hourWrap ul li .elementor-icon-list-text .hide-digit {
	display: none;
}          

.hourWrap .elementor-field-group .elementor-field-textual:focus {
	box-shadow: none;           
}          

.hourWrap .elementor-message.elementor-message-success {
    color: #084975;
    text-align: center;
    margin: 20px 0 0;
}

.hourWrap .elementor-message.elementor-message-danger {
	text-align: center;
    margin: 20px 0 0;           
}                                     
/*hourWrap end*/

/*glanceWrap start*/      
.glanceWrap .glanceBox ul li .elementor-icon-list-icon {
    background: #084975;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;      
}               

.glanceWrap .glanceBox ul li .elementor-icon-list-icon svg {
	margin-right: 0;      
}

.glanceWrap:after {
	bottom: 0;       
	top: inherit !important;
	background-position: center center !important;
}

.glanceWrap .imageBox p {
	font-size: 18px;
	line-height: 34px;
}

.glanceWrap .imageBox p strong {     
    font-weight: 600;
}

.glanceWrap .imageBox p a {     
    border-bottom: 2px solid #084975;
}

.glanceWrap .imageBox p:first-child {
    padding-bottom: 0px;
}
/*glanceWrap end*/

/*facilitiesWrap start*/

/*facilitiesWrap end*/
.wouldWrap p a {
    font-weight: bold;      
}

.residentWrap:after {
    content: '';
    position: absolute;
    top: -30px;      
    left: -20px;
    height: 250px;      
    width: calc(100% + 20px);       
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;  
} 

/*lilibetWrap start*/
.lilibetWrap:after {
	display: none;      
} 

.lilibetWrap .borderBox .elementor-widget-call-to-action {
	width: calc(100% + 60px);
    max-width: calc(100% + 60px) !important;
    left: -30px;                              
}

.lilibetWrap .borderBox .textBox {
    width: calc(100% - 20px);
    left: 10px;
}          
/*lilibetWrap end*/

.careWrap.groupWrap:after {
    top: 20%;      
} 

.groupWrap ul li label {
	color: #084975;
}      
  
.groupWrap ul li svg .cls-1 {
    fill: #dab38d !important;
}            

.bannerWrap.careerBanner .textBox li svg {
    margin-right: 0;
    background: #084975;
    color: #fff !important;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    padding: 5px;
} 

.bannerWrap.careerBanner .textBox li .elementor-icon-list-text {
	font-family: 'Poppins';
    font-weight: 500;
    margin-top: -7px;
}

.applyWrap .subTitle .elementor-heading-title {
    font-size: 22px;
    line-height: 24px;
    font-family: 'Museo Sans Rounded 700';
    font-weight: 600;
} 

.applyWrap .applyBox {
	height: 100%;
}           

.glanceWrap .box.elementor-sticky--active {
    padding: 20px 30px;                      
}         

     
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                   ADDITIONAL 1 STYLE --- RESPONSIVE CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* Laptop screen */

@media (min-width: 1441px) and (max-width: 1599px) { 
	/*bannerWrap*/
	.bannerWrap .imageBox .image2 {
		left: 40px !important;                
	}

	.bannerWrap .imageBox .image3 {
		left: 150px !important;
		top: 320px !important;            
	}         
	/*bannerWrap*/

    /*officeWrap*/
	.officeWrap .dbtn {
		font-size: 15px !important;
		line-height: 16px;
		letter-spacing: 0px;        
		padding: 12px 15px !important;                        
	}

	.officeWrap .box ul li {
		font-size: 18px;
		margin-right: 15px;        
	}

	.officeWrap .lineTitle .elementor-heading-title {
		font-size: 20px;
		line-height: 22px;         
	}
	/*officeWrap*/
}

@media (min-width: 1200px) and (max-width: 1440px) {

	.glanceWrap .imageBox p {
		font-size: 17px;
		line-height: 32px;
	}

	.storiesWrap .topper .elementor-widget-call-to-action .elementor-cta__content {
	    min-height: 440px !important;
	}    

	.storiesWrap .topper .elementor-cta__content .elementor-cta__title {
	    font-size: 32px !important;
	    line-height: 34px !important;
	} 

	.storiesWrap .elementor-pagination {
	    margin-top: 50px;
	    font-size: 20px;
	    line-height: 22px;  
	}

	.storiesWrap .topper {
	    margin-bottom: 6%;
	    width: 55%
	}            

	.lilibetWrap .borderBox .textBox {
        width: calc(100% - 10px);
        left: 5px;
    }

	.residentWrap:after {
		height: 200px;    
	}

	.glanceWrap .glanceBox ul li .elementor-icon-list-icon {
		height: 46px;
		width: 46px;      
	}

	.careWrap.glanceWrap:after {
	   height: 270px;         
	}

    /*hourWrap*/
	.hourWrap .scnTitle .elementor-heading-title {
	    font-size: 40px;
	    line-height: 45px;
	}

	.hourWrap .timeTitle .elementor-heading-title span {
	    font-size: 26px;
	    line-height: 28px;
	} 
    
	.hourWrap .elementor-field-group {
        margin-bottom: 25px;     
	}
	/*hourWrap*/

	.staffWrap .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__title {
	    font-size: 24px;
	    line-height: 26px;  
	}  

	.staffWrap ul li, 
	.eventBnr ul li {
	    font-size: 18px !important;
	    line-height: 20px !important;
	}

	.staffWrap:before {
	    left: -210px !important;
	} 

	.staffWrap.storiesWrap:before {
	    width: calc(100% + 210px);
	}      

	.eventBnr .textBox .subTitle .elementor-heading-title {
		font-size: 24px;
	    line-height: 26px;
	} 

	.eventWrap .shareTitle .elementor-heading-title {
	    font-size: 28px;
	    line-height: 30px;
	}        

    /*whatWrap*/
    .singleBnr ul:after,
    .newsBnr p:last-child:after,
	.sayBanner p:last-child:after {
		margin-top: 25px;
		height: 40px;
	}

	.eventBnr ul:after {
		height: 40px;
	}

	.whatWrap .elementor-testimonial__text {
	    font-size: 20px !important;
	    line-height: 32px !important;
	}

	.whatWrap .elementor-testimonial__cite .elementor-testimonial__name {
	    font-size: 18px;
	    line-height: 20px;      
	}

	.whatWrap .testimonialBox .elementor-swiper-button {
		padding: 12px;
	}

	.whatWrap .testimonialBox:after, 
	.whatWrap .testimonialBox:before {
        background-size: 70px;
        height: 80px;
        width: 80px;
	}

	.whatWrap .testimonialBox:after {
	    right: 60px;
	    bottom: 30px;
	}

	.whatWrap .testimonialBox:before {
	    left: 60px;
	    top: 30px;
	}

	.whatWrap .testimonialBox .elementor-swiper-button.elementor-swiper-button-prev {
	    left: -50px;
	}     

	.whatWrap .testimonialBox .elementor-swiper-button.elementor-swiper-button-next {
	    right: -50px;
	}   
	/*whatWrap*/

    .whatWrap .scnTitle .elementor-heading-title,
    .faqWrap .scnTitle .elementor-heading-title {
	    font-size: 34px;
	    line-height: 46px;
	} 

	.faqWrap .e-n-accordion-item-title-icon {
		height: 42px;
        width: 42px !important;
        padding: 8px;
        top: calc(50% - 21px); 
        right: 50px;               
	}

	.faqWrap .e-n-accordion-item-title-header {
        width: calc(100% - 27px);
	}

	.faqWrap .e-n-accordion-item-title-header {
		width: calc(100% - 36px)
	}

	/*.faqWrap .e-n-accordion-item {
		padding: 20px 45px;
	}*/

    
	.bannerWrap.contactWrap:before {     
	    height: 110px !important;
	    bottom: 0px !important;         
	}

	.cookieWrap h2 {
		margin-bottom: 30px;         
	} 

	.containerWrap ol {
	    margin-left: 35px !important;
	}            

	.bannerWrap.privacyBnr .imageBox:before, 
	.bannerWrap.privacyBnr .imageBox:after {
        top: -190px !important;    
        height: calc(100% + 790px);           
        width: calc(50% + 500px);   
	}          
            
	.bannerWrap.privacyBnr .imageBox:after {
	    right: 100px !important;
	}               

	.bannerWrap.privacyBnr .imageBox:before {
	    right: 80px !important;
	}          

    /*bannerWrap*/
    .bannerWrap:before {          
	    bottom: -75px !important;                       
	} 

	.bannerWrap .textBox .title .elementor-heading-title:before {
		height: 20px;    
	}
  
	.bannerWrap .textBox .subTitle .elementor-heading-title {
		font-size: 28px;
		line-height: 40px;       
	}

	.bannerWrap .imageBox:before, 
	.bannerWrap .imageBox:after {
		top: -155px !important;   
		width: calc(50% + 540px);          
	}

	.bannerWrap .imageBox:after {
		right: -560px !important;
	}

	.bannerWrap .imageBox:before {
		right: -580px !important;         
	}
	/*bannerWrap*/    

    /*respiteWrap*/
	.respiteWrap .iconTitle .elementor-heading-title {
	    font-size: 18px;
	    line-height: 20px;
	}
	/*respiteWrap*/

	.preloader .inner .brand {
		width: 250px;       
	}

	.preloader .inner:after {
		background-size: 75%;
	}

	.enquireWrap .scnTitle .elementor-heading-title {
	    font-size: 45px;
	    line-height: 45px;
	}

	.enquireWrap p {
	    font-size: 18px;
	    line-height: 24px;
	}

	.enquireWrap .elementor-field-group .elementor-field-textual {
	    font-size: 16px;
	    line-height: 18px;
	}

	.enquireWrap .formBox .elementor-field-type-html {
	    font-size: 14px;
	    line-height: 20px;            
	}

	.elementor-popup-modal .dialog-close-button {
	    right: 14% !important;
	    padding: 12px;       
	}        

	/*officeWrap*/
	.officeWrap .dbtn {
		font-size: 14px !important;
		line-height: 15px;
		letter-spacing: 0px;        
		padding: 10px 12px !important;                        
	}

	/*.officeWrap ul li {
        font-size: 15px;
		line-height: 20px;         
	}*/        
         
	.officeWrap .box ul li {               
		margin-right: 10px;        
	}

	.officeWrap .lineTitle .elementor-heading-title {
		font-size: 20px;
		line-height: 22px;         
	}

	.officeWrap .officeTitle .elementor-heading-title {
	    font-size: 22px;
	    line-height: 24px;
	}           
	/*officeWrap*/ 

	.mapWrap .mapTitle .elementor-heading-title {
		font-size: 40px;
		line-height: 50px;             
	}               

		           

}


@media (max-width: 1199px) {

	.lilibetWrap .borderBox .textBox {
        width: calc(100% - 10px);
        left: 5px;
    }
	
	.officeWrap .lineTitle .elementor-heading-title:after {
	    bottom: -10px;
	    left: calc(50% - 20px);
	    height: 2px;
	    width: 40px;         
	}

	.officeWrap .box .button2 {
		margin-right: auto;    
	}

	.officeWrap .box ul {
		margin-left: 0;           
	}

	.officeWrap.glanceWrap .box .button2 {
		margin-right: inherit;
		margin-left: inherit;
	} 
	 	
}            

          

@media (min-width: 1025px) and (max-width: 1199px) {

	.glanceWrap .imageBox p {
		font-size: 16px;
		line-height: 30px;
	}

	.storiesWrap .topper .elementor-widget-call-to-action .elementor-cta__content {
	    min-height: 350px !important;
	}    

	.storiesWrap .topper .elementor-cta__content .elementor-cta__title {
	    font-size: 30px !important;
	    line-height: 32px !important;
	} 

	.storiesWrap .elementor-pagination {
	    margin-top: 40px;
	    font-size: 18px;
	    line-height: 20px;  
	} 

	.storiesWrap .topper {
	    margin-bottom: 6%;
	    width: 55%
	}                 

	.applyWrap .subTitle .elementor-heading-title {
	    font-size: 20px;
	    line-height: 22px;  
	}    

	.bannerWrap.careerBanner .textBox li svg {
		height: 22px;
		width: 22px;
	}

	.residentWrap:after {
		height: 160px;
		top: -20px;    
	}     

	.glanceWrap .glanceBox ul li .elementor-icon-list-icon {
		height: 40px;
		width: 40px; 
		margin-right: 6px;            
	}

	.careWrap.glanceWrap:after {
	   height: 190px;         
	}        

	/*hourWrap*/
	.hourWrap .scnTitle .elementor-heading-title {
	    font-size: 36px;
	    line-height: 40px;
	}

	.hourWrap .timeTitle .elementor-heading-title span {
	    font-size: 24px;
	    line-height: 26px;
	}    
    
	.hourWrap .elementor-field-group {
        margin-bottom: 20px !important;     
	}

	.hourWrap .elementor-field-type-html {
		font-size: 13px;
		line-height: 20px;    
	}
  
	.hourWrap input {
		font-size: 14px !important;
		line-height: 16px;
	}

	.hourWrap form.elementor-form .elementor-field-type-upload label {
		font-size: 14px;
		line-height: 16px;
	}

	.hourWrap .formBox .scnTitle .elementor-heading-title:before {
		margin-bottom: 25px;
	}

	.hourWrap .timeTitle .elementor-heading-title {
	    font-size: 17px;
	    line-height: 20px;    
	}

	.hourWrap ul li .elementor-icon-list-text {
	    font-size: 15px;
	    line-height: 17px;
	}
	/*hourWrap*/      

	.staffWrap .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__title {
	    font-size: 22px;
	    line-height: 24px;  
	}  

	.staffWrap ul li, 
	.eventBnr ul li {
	    font-size: 17px !important;
	    line-height: 20px !important;
	}

	.staffWrap:before {
	    left: -150px !important;
	}

	.staffWrap.storiesWrap:before {
	    width: calc(100% + 150px);
	} 

	.eventBnr .textBox .subTitle .elementor-heading-title {
		font-size: 22px;
	    line-height: 24px;
	} 

	.eventWrap .shareTitle .elementor-heading-title {
	    font-size: 26px;
	    line-height: 28px;
	}         

    /*whatWrap*/
    .singleBnr ul:after,
    .newsBnr p:last-child:after, 
    .sayBanner p:last-child:after {
		margin-top: 20px;
		height: 35px;
	}

	.eventBnr ul:after {
		height: 35px;
	}

	.whatWrap .elementor-testimonial__text {
	    font-size: 20px !important;
	    line-height: 32px !important;
	}

	.whatWrap .elementor-testimonial__cite .elementor-testimonial__name {
	    font-size: 16px;
	    line-height: 18px;      
	}

	.whatWrap .testimonialBox .elementor-swiper-button {
		padding: 10px;
	}  

	.whatWrap .testimonialBox:after, 
	.whatWrap .testimonialBox:before {
        background-size: 60px;
        height: 60px;
        width: 65px;     
	}

	.whatWrap .testimonialBox .elementor-swiper-button.elementor-swiper-button-prev {
	    left: -40px;
	}       

	.whatWrap .testimonialBox .elementor-swiper-button.elementor-swiper-button-next {
	    right: -40px;
	}     
    
	.whatWrap .testimonialBox:after {
	    right: 45px;
	    bottom: 35px;
	}

	.whatWrap .testimonialBox:before {
	    left: 45px;
	    top: 35px;
	}   

	.whatWrap .elementor-main-swiper .swiper-slide {
		padding: 10px !important;    
	}  
	/*whatWrap*/ 

    .whatWrap .scnTitle .elementor-heading-title,
	.faqWrap .scnTitle .elementor-heading-title {
	    font-size: 32px;
	    line-height: 44px;
	} 

	.faqWrap .e-n-accordion-item-title-icon {
		height: 40px;
        width: 40px !important;
        padding: 6px;
        top: calc(50% - 20px); 
        right: 40px;           
	}  

	.faqWrap .e-n-accordion-item-title-text {
	    font-size: 19px !important;
	    line-height: 20px;
	} 

	.faqWrap .e-n-accordion-item-title-header {
		width: calc(100% - 35px)
	}

	/*.faqWrap .e-n-accordion-item {
		padding: 20px 40px;
	} */          
  
	.cookieWrap h2 {
		margin-bottom: 25px;         
	} 

	.containerWrap ol {
	    margin-left: 35px !important;
	}          

	.containerWrap ol li {
	    padding-left: 8px;
	}  

	.bannerWrap.privacyBnr .imageBox:before, 
	.bannerWrap.privacyBnr .imageBox:after {
        top: -140px !important;    
        height: calc(100% + 680px);
        width: calc(50% + 420px);   
	}          

	.bannerWrap.privacyBnr .imageBox:after {
	    right: 50px !important;
	}               

	.bannerWrap.privacyBnr .imageBox:before {
	    right: 30px !important;
	}

    /*bannerWrap*/ 
    .bannerWrap:before {          
	    bottom: -15px !important;                       
	}

	.bannerWrap .textBox .title .elementor-heading-title {
		font-size: 44px;
		line-height: 44px;      
	}

	.bannerWrap .textBox .title .elementor-heading-title:before {
		height: 18px;    
	}
  
	.bannerWrap .textBox .subTitle .elementor-heading-title {
		font-size: 25px;
		line-height: 36px;       
	}

	.bannerWrap .dbtn {    
        font-size: 19px !important;
        padding: 12px 25px !important;
    }

    .bannerWrap .imageBox:before, 
	.bannerWrap .imageBox:after {
		top: -100px !important;   
		width: calc(50% + 470px);          
	}                       

	.bannerWrap .imageBox:after {
		right: -560px !important;
	}

	.bannerWrap .imageBox:before {
		right: -580px !important;         
	}           
	/*bannerWrap*/ 

	/*respiteWrap*/
	.respiteWrap .iconTitle .elementor-heading-title {
	    font-size: 16px;
	    line-height: 18px;
	}
	/*respiteWrap*/

	.preloader .inner .brand {
		width: 235px;       
	}  
	.preloader .inner:after {
		background-size: 75%;
	}

	.enquireWrap .scnTitle .elementor-heading-title {
	    font-size: 40px;
	    line-height: 40px;
	}      

	.enquireWrap p {
	    font-size: 18px;
	    line-height: 24px;
	} 

	.enquireWrap .elementor-field-group {
		margin-bottom: 20px;       
	}    

	.enquireWrap .elementor-field-group .elementor-field-textual {
	    font-size: 15px;
	    line-height: 17px;
	}

	.enquireWrap .formBox .elementor-field-type-html {
	    font-size: 14px;
	    line-height: 20px;            
	}

	.elementor-popup-modal .dialog-close-button {
	    right: 14% !important;
	    padding: 10px;   
	}


	/*officeWrap*/
	.officeWrap .dbtn {
		font-size: 14px !important;
		line-height: 15px;
		letter-spacing: 0px;        
		padding: 10px 12px !important;                        
	}

	.officeWrap ul li {
        font-size: 15px;
		line-height: 20px;         
	}
         
	.officeWrap .box ul li {               
		margin-right: 10px;        
	}

	.officeWrap .lineTitle .elementor-heading-title {
		font-size: 18px;
		line-height: 20px;         
	}

	.officeWrap .officeTitle .elementor-heading-title {
	    font-size: 22px;
	    line-height: 24px;
	}           
	/*officeWrap*/                               

    .mapWrap .mapTitle .elementor-heading-title {
		font-size: 36px;
		line-height: 46px;             
	}

	.bannerWrap.contactWrap:before {     
	    height: 100px !important;
	    bottom: 0px !important;         
	}      
	        

}

/* Large desktop */



@media (min-width: 881px) and (max-width: 1024px) {

    .bannerWrap .imageBox:before {
        right: -555px !important;
    } 

    .bannerWrap .imageBox:after {
        right: -570px !important;
    } 
}
   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {

	.glanceWrap .imageBox p {
		font-size: 16px;
		line-height: 30px;
	}

	.storiesWrap .topper .elementor-widget-call-to-action .elementor-cta__content {
	    min-height: 350px !important;
	}    

	.storiesWrap .topper .elementor-cta__content .elementor-cta__title {
	    font-size: 28px !important;
	    line-height: 30px !important;
	} 

	.storiesWrap .elementor-pagination {
	    margin-top: 40px;
	    font-size: 18px;
	    line-height: 20px;  
	} 

	.storiesWrap .topper {
	    margin-bottom: 4%;
	    width: 55%
	}                             

	.applyWrap .boxTitle .elementor-heading-title {
        font-size: 30px;
        line-height: 32px;
    }

    .applyWrap .subTitle .elementor-heading-title {
	    font-size: 20px;
	    line-height: 22px;
	}         

	.bannerWrap.careerBanner .textBox li svg {
		height: 20px;
		width: 20px;
	}

	.careWrap.groupWrap:after {
	    top: 25%;
	    height: 150px;
	}


	.residentWrap:after {
		height: 140px; 
		top: -20px;   
	}     

	.glanceWrap .glanceBox ul li .elementor-icon-list-icon {
		height: 40px;
		width: 40px; 
		margin-right: 6px;            
	}

	.careWrap.glanceWrap:after {
	   height: 170px;         
	}        

	/*hourWrap*/
	.hourWrap .scnTitle .elementor-heading-title {
	    font-size: 30px;
	    line-height: 35px;
	}

	.hourWrap .timeTitle .elementor-heading-title span {
	    font-size: 22px;
	    line-height: 24px;
	}    
    
	.hourWrap .elementor-field-group {
        margin-bottom: 15px !important;     
	}

	.hourWrap .elementor-field-type-html {
		font-size: 13px;
		line-height: 20px;    
	}
  
	.hourWrap input {
		font-size: 14px !important;
		line-height: 16px;
		min-height: 40px !important;
	}      

	.hourWrap form.elementor-form .elementor-field-type-upload label {
		font-size: 14px;
		line-height: 16px;
	}

	.hourWrap .formBox .scnTitle .elementor-heading-title:before {
		margin-bottom: 20px;
	}

	.hourWrap .timeTitle .elementor-heading-title {
	    font-size: 17px;
	    line-height: 20px;    
	}

	.hourWrap ul li .elementor-icon-list-text {
	    font-size: 15px;
	    line-height: 17px;
	}

	.hourWrap form.elementor-form .elementor-field-type-upload input {

	}
	/*hourWrap*/      

	.staffWrap .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__title {
	    font-size: 20px;
	    line-height: 22px;  
	}  

	.staffWrap ul li, 
	.eventBnr ul li {
	    font-size: 16px !important;
	    line-height: 18px !important;
	    padding: 6px 14px !important;
	}

	.staffWrap:before {
	    left: -120px !important;
	}

	.staffWrap.storiesWrap:before {
	    width: calc(100% + 120px);
	} 

	.eventBnr .textBox .subTitle .elementor-heading-title {
		font-size: 22px;
	    line-height: 24px;
	} 

	.eventWrap .shareTitle .elementor-heading-title {
	    font-size: 26px;
	    line-height: 28px;
	}  

    /*whatWrap*/
    .singleBnr ul:after, 
    .newsBnr p:last-child:after,      
	.sayBanner p:last-child:after {
		margin-top: 15px;
		height: 35px;
	}      

	.eventBnr ul:after {
		height: 35px;
	}

	.whatWrap .elementor-testimonial__text {
	    font-size: 18px !important;
	    line-height: 30px !important;
	}

	.whatWrap .elementor-testimonial__cite .elementor-testimonial__name {
	    font-size: 15px;
	    line-height: 18px;      
	}

	.whatWrap .testimonialBox .elementor-swiper-button {
		padding: 8px;
	}  
    
	.whatWrap .testimonialBox:after, 
	.whatWrap .testimonialBox:before {
        background-size: 50px;
        height: 50px;
        width: 55px;     
	}

	.whatWrap .testimonialBox .elementor-swiper-button.elementor-swiper-button-prev {
	    left: -14px;
	} 

	.whatWrap .testimonialBox .elementor-swiper-button.elementor-swiper-button-next {
	    right: -14px;
	} 
    
	.whatWrap .testimonialBox:after {
	    right: 45px;
	    bottom: 35px;
	}

	.whatWrap .testimonialBox:before {
	    left: 45px;
	    top: 35px;
	}   

	.whatWrap .elementor-main-swiper .swiper-slide {
		padding: 10px !important;    
	}  
	/*whatWrap*/  

    .whatWrap .scnTitle .elementor-heading-title,
	.faqWrap .scnTitle .elementor-heading-title {
	    font-size: 30px;
	    line-height: 42px;
	}    

	.faqWrap .e-n-accordion-item-title-icon {
		height: 36px;
        width: 36px !important;
        padding: 6px; 
        top: calc(50% - 18px); 
        right: 40px;        
	}        

	.faqWrap .e-n-accordion-item-title-text {
	    font-size: 18px !important;
	    line-height: 20px;
	} 

	.faqWrap .e-n-accordion-item-title-header {
		width: calc(100% - 33px)
	}

	.faqWrap .e-n-accordion-item {
	    border-radius: 40px;
	} 
               
	/*.faqWrap .e-n-accordion-item {
		padding: 15px 30px;
	}*/           

    .cookieWrap h2 {
		margin-bottom: 20px;         
	}

	.containerWrap ol {
	    margin-left: 30px !important;
	}          

	.containerWrap ol li {
	    padding-left: 6px;
	}   

	.bannerWrap.privacyBnr .imageBox:before, 
	.bannerWrap.privacyBnr .imageBox:after {
        width: calc(50% + 300px);
        height: calc(100% + 490px);
        top: -110px !important;          
	}                     

	.bannerWrap.privacyBnr .imageBox:before {
	    right: 40px !important;
	}      

	.bannerWrap.privacyBnr .imageBox:after {
	    right: 20px !important;
	}                    
	
	/*bannerWrap*/ 
	.bannerWrap:before {          
	    bottom: -15px !important;                       
	} 

	.bannerWrap .textBox .title .elementor-heading-title {
		font-size: 38px;
		line-height: 38px;              
	}

	.bannerWrap .textBox .title .elementor-heading-title:before {
		height: 16px;    
	}       
  
	.bannerWrap .textBox .subTitle .elementor-heading-title {
		font-size: 21px;
		line-height: 32px;       
	}  

	.bannerWrap .dbtn {
        font-size: 16px !important;
        padding: 12px 20px !important;
    }

	.bannerWrap .imageBox:before, 
	.bannerWrap .imageBox:after {
		top: -100px !important;   
		width: calc(50% + 470px);          
	}

	.bannerWrap:before {
		height: 200px !important;
	}                                   
	/*bannerWrap*/ 

	/*respiteWrap*/
	.respiteWrap .iconTitle .elementor-heading-title {
	    font-size: 16px;
	    line-height: 18px;
	}
	/*respiteWrap*/  

	.preloader .inner .brand {
		width: 230px;       
	}
	.preloader .inner:after {
		background-size: 75%;
	} 

	.enquireWrap .scnTitle .elementor-heading-title {
	    font-size: 35px;
	    line-height: 35px;
	}      

	.enquireWrap p {
	    font-size: 18px;
	    line-height: 24px;
	} 

	.enquireWrap .elementor-field-group {
		margin-bottom: 20px !important;       
	}          

	.enquireWrap .elementor-field-group .elementor-field-textual {
	    font-size: 15px;
	    line-height: 17px;
	}

	.enquireWrap .formBox .elementor-field-type-html {
	    font-size: 14px;
	    line-height: 20px;            
	}

	.elementor-popup-modal .dialog-close-button {
	    right: 8% !important;
	    padding: 8px;   
	} 



	/*officeWrap*/
	.officeWrap .dbtn {
		font-size: 14px !important;
		line-height: 15px;
		letter-spacing: 0px;        
		padding: 10px 12px !important;                        
	}

	.officeWrap ul li {
        font-size: 15px;
		line-height: 20px;         
	}
         
	.officeWrap .box ul li {               
		margin-right: 10px;        
	}

	.officeWrap .lineTitle .elementor-heading-title {
		font-size: 18px;
		line-height: 20px;         
	}

	.officeWrap .officeTitle .elementor-heading-title {
	    font-size: 22px;
	    line-height: 24px;
	}           
	/*officeWrap*/  

	.mapWrap .mapTitle .elementor-heading-title {
		font-size: 32px;
		line-height: 42px;             
	} 

	.bannerWrap.contactWrap:before {     
	    height: 100px !important;
	    bottom: 0px !important;         
	}                     

                      
}   

@media (min-width: 768px) and (max-width: 880px) {

    .bannerWrap .imageBox:before {
        right: -528px !important;
    }         

    .bannerWrap .imageBox:after {
        right: -514px !important;
    } 
}

     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	
	@media screen and (orientation: landscape) {

	}

	.glanceWrap .imageBox p {
		font-size: 16px;
		line-height: 30px;
	}

	.storiesWrap .topper .elementor-widget-call-to-action .elementor-cta__content {
	    min-height: 280px !important;
	}    

	.storiesWrap .topper .elementor-cta__content .elementor-cta__title {
	    font-size: 20px !important;
	    line-height: 22px !important;
	} 

	.storiesWrap .elementor-pagination {
	    margin-top: 40px;
	    font-size: 18px;
	    line-height: 20px;  
	} 

	.storiesWrap .topper {
	    margin-bottom: 10px;
	    width: 100%;    
	}                             

	.newsWrap .elementor-loop-container .e-loop-item:nth-child(3) {
	    margin-bottom: 0;
	}         

	.contactWrap .positionBox .elementor-field-group .elementor-help-inline {
        display: none;
	}

	.contactWrap .positionBox .elementor-message.elementor-message-danger {
		text-align: center;
	}

	.bannerWrap.privacyBnr >.e-con-inner {
        position: relative;     
	}

	.bannerWrap.privacyBnr .imageBox {
		position: static;
	} 

	.bannerWrap.privacyBnr .imageBox:before, 
	.bannerWrap.privacyBnr .imageBox:after {
	    height: 232px;
	    background-position: center bottom; 
        top: inherit !important;
        right: inherit !important;
	} 

	.bannerWrap.privacyBnr .imageBox:before {
		bottom: calc(50% - 154px);
		left: calc(50% - 116px);
	} 

	.bannerWrap.privacyBnr .imageBox:after {
        bottom: calc(50% - 166px);
        left: calc(50% - 132px);  
	}

    .bannerWrap.privacyBnr.sayBanner .imageBox:before, 
	.bannerWrap.privacyBnr.sayBanner .imageBox:after {
	    height: 232px;
	    background-position: center bottom; 
        bottom: inherit !important;
        right: inherit !important;
	} 

	.bannerWrap.privacyBnr.sayBanner .imageBox:before {
		top: 70px !important;
		left: calc(50% - 116px);
	}        

	.bannerWrap.privacyBnr.sayBanner .imageBox:after {
        top: 86px !important;
        left: calc(50% - 132px);  
	}                 


	.bannerWrap.careerBanner .textBox li svg {
		height: 20px;
		width: 20px;
	}

	.careWrap.groupWrap:after {
	    top: 18%;
	}          

	.residentWrap:after {
		top: 0;
		height: 100px;    
	}      

	.glanceWrap .glanceBox ul li .elementor-icon-list-icon {
		height: 32px;
		width: 32px; 
		margin-right: 6px;            
	}

	.careWrap.glanceWrap:after {
	   height: 120px;         
	}         

	/*hourWrap*/
	.hourWrap .scnTitle .elementor-heading-title {
	    font-size: 25px;
	    line-height: 30px;
	}

	.hourWrap .timeTitle .elementor-heading-title span {
	    font-size: 20px;
	    line-height: 22px;
	}    
    
	.hourWrap .elementor-field-group {
        margin-bottom: 15px !important;     
	}

	.hourWrap .elementor-field-type-html {
		font-size: 13px;
		line-height: 20px;    
	}
  
	.hourWrap input {
		font-size: 14px !important;
		line-height: 16px;
		min-height: 40px !important;
	}      

	.hourWrap form.elementor-form .elementor-field-type-upload label {
		font-size: 14px;
		line-height: 16px;
	}

	.hourWrap .formBox .scnTitle .elementor-heading-title:before {
		margin-bottom: 20px;
	}

	.hourWrap .timeTitle .elementor-heading-title {
	    font-size: 15px;
	    line-height: 17px;    
	}

	.hourWrap ul {
		display: block !important;
	}

	.hourWrap ul li {
		margin-bottom: 10px !important;
	}     

	.hourWrap ul li:last-child {
		margin-bottom: 0 !important;
	}

	.hourWrap ul li .elementor-icon-list-text {
	    font-size: 12px;
	    line-height: 14px;
	}
	/*hourWrap*/          

	.staffWrap .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__title {
	    font-size: 20px;
	    line-height: 22px;  
	}  

	.staffWrap ul li, 
	.eventBnr ul li {
	    font-size: 14px !important;
	    line-height: 16px !important;
	    padding: 6px 14px !important;
	}

	.staffWrap:before {
	    left: -40px !important;
	}

	.staffWrap.storiesWrap:before {
	    width: calc(100% + 40px);
	} 

	.eventBnr .textBox .subTitle .elementor-heading-title {
		font-size: 18px;
	    line-height: 20px;
	}      

	.eventWrap .shareTitle .elementor-heading-title {
	    font-size: 26px;
	    line-height: 28px;
	}  

    /*whatWrap*/ 
    .singleBnr ul:after,
    .newsBnr p:last-child:after,
	.sayBanner p:last-child:after {
		margin-top: 10px;
		height: 30px;
	}

	.eventBnr ul:after {
		height: 30px;
	}   

	.whatWrap .elementor-testimonial__text {
	    font-size: 18px !important;
	    line-height: 30px !important;
	}

	.whatWrap .elementor-testimonial__cite .elementor-testimonial__name {
	    font-size: 15px;
	    line-height: 18px;      
	}

	.whatWrap .testimonialBox .elementor-swiper-button {
		padding: 6px;
	}  
    
	.whatWrap .testimonialBox:after, 
	.whatWrap .testimonialBox:before {
        background-size: 30px;
        height: 30px;
        width: 35px;     
	}        

	.whatWrap .testimonialBox .elementor-swiper-button.elementor-swiper-button-prev {
	    left: -12px;
	} 

	.whatWrap .testimonialBox .elementor-swiper-button.elementor-swiper-button-next {
	    right: -12px;
	} 

	.whatWrap .testimonialBox:after {
	    right: 20px;
	    bottom: 22px;
	}

	.whatWrap .testimonialBox:before {
	    left: 20px;
	    top: 22px;
	} 

	.whatWrap .elementor-main-swiper .swiper-slide {
		padding: 10px !important;    
	}  
	/*whatWrap*/       

    .whatWrap .scnTitle .elementor-heading-title,    
	.faqWrap .scnTitle .elementor-heading-title {
	    font-size: 28px;
	    line-height: 40px;
	}           

	.faqWrap .e-n-accordion-item-title-icon {
		height: 34px;
        width: 34px !important;
        padding: 4px; 
        top: calc(50% - 17px); 
        right: 35px;        
	}        

	.faqWrap .e-n-accordion-item-title-text {
	    font-size: 17px !important;
	    line-height: 20px;
	} 

	.faqWrap .e-n-accordion-item-title-header {
		width: calc(100% - 32px)
	}

	.faqWrap .e-n-accordion-item {
	    border-radius: 50px;
	} 

	/*.faqWrap .e-n-accordion-item {
		padding: 10px 25px;
	}*/             

	.cookieWrap h2 {
		margin-bottom: 15px;         
	}

	.cookieWrap ul {
	    margin-left: 28px !important;
	}
            
	.cookieWrap ul li:before {
		height: 18px;
		width: 20px;
		left: -28px;
	}

	.containerWrap ol {
	    margin-left: 25px !important;
	}          

	.containerWrap ol li {
	    padding-left: 6px;
	}                  

    /*bannerWrap*/ 
	.bannerWrap .textBox .title .elementor-heading-title {
		font-size: 32px;
		line-height: 32px;              
	}

	.bannerWrap .textBox .title .elementor-heading-title:before {
		height: 12px;    
	}            
  
	.bannerWrap .textBox .subTitle .elementor-heading-title {
		font-size: 19px;
		line-height: 28px;                      
	}

	.bannerWrap .imageBox {
	    position: relative;   
	} 

	.bannerWrap .imageBox:before {
        width: 232px;
        height: 232px;
        left: calc(50% - 116px);
        top: calc(50% - 102px) !important;       
	}

	.bannerWrap .imageBox:after {
        width: 264px;
        height: 264px;
        left: calc(50% - 132px);
        top: calc(50% - 114px) !important; 
	}               

	.bannerWrap .imageBox:before, 
	.bannerWrap .imageBox:after {
		right: inherit !important;
	}
	/*bannerWrap*/    

	/*respiteWrap*/
	.respiteWrap .iconTitle .elementor-heading-title {
	    font-size: 15px;
	    line-height: 18px;
	}
	/*respiteWrap*/  

	.nurseWrap .imageBox {
		margin-right: auto;
		margin-left: auto;     
	} 

	.preloader .inner .brand {
		width: 200px;       
	}
	.preloader .inner:after {
		background-size: 80%;
	}

	.enquireWrap .scnTitle .elementor-heading-title {
	    font-size: 30px;
	    line-height: 30px;
	}      

	.enquireWrap p {
	    font-size: 18px;
	    line-height: 24px;
	} 

	.enquireWrap .elementor-field-group {
		margin-bottom: 15px !important;       
	}          

	.enquireWrap .elementor-field-group .elementor-field-textual {
	    font-size: 15px;
	    line-height: 17px;
	}

	.enquireWrap .formBox .elementor-field-type-html {
	    font-size: 14px;
	    line-height: 20px;            
	}           

	.elementor-popup-modal .dialog-close-button {
	    right: 8% !important;
	    padding: 6px; 
	    top: 40px !important; 
	} 

	.enquireWrap .heartBox {
		background: #084975;
		opacity: 0.8;     	    
	}  

	.enquireWrap .heartBox:before {
		animation: none !important       ;    
	}



	/*officeWrap*/
	.officeWrap .dbtn {
		font-size: 14px !important;
		line-height: 15px;
		letter-spacing: 0px;        
		padding: 10px 12px !important;                        
	}

	.officeWrap ul li {
        font-size: 15px;
		line-height: 20px;         
	}
         
	.officeWrap .box ul li {               
		margin-right: 0px;
		display: block;        
	}

	.officeWrap .lineTitle .elementor-heading-title {
		font-size: 18px;
		line-height: 20px;         
	}

	.officeWrap .officeTitle .elementor-heading-title {
	    font-size: 22px;
	    line-height: 24px;
	}           
	/*officeWrap*/                                           
	
	.mapWrap .mapTitle .elementor-heading-title {
		font-size: 30px;
		line-height: 35px;                                 
	} 

	.mapWrap .mapTitle .elementor-heading-title br {
		display: none;    
	}

	.bannerWrap.contactWrap:before {     
	    height: 100px !important;                  
	}  
	
}

  
/* Landscape phones and down */
@media (max-width: 575px) { 

    .careWrap.groupWrap:after {
        top: 22%;
    }

}