/*
Theme Name: JMR Heritage Care
Theme URI: https://ballsymedia.co.uk/
Author: Ballsy Media
Author URI: https://ballsymedia.co.uk/
Description: Theme V8
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: JMR Heritage Care

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 
============================================================================================================
============================================================================================================

                                        THEME STYLE default CSS START

============================================================================================================
============================================================================================================
*/



body, html, ul {
	margin: 0px;
 	padding: 0px;
}
    
body {
	font-family: 'Poppins';
	font-weight: normal;
	word-wrap: break-word;
	overflow-x: hidden;
	opacity: 0;
	transition: all .5s;
	transition-delay: .3s;
}

.wrapperOuter {
    overflow: hidden;
}

.elementor-section.elementor-section-boxed > .elementor-container .elementor-container {
	padding: 0;
}
body.elementor-editor-active {
	opacity: 1;
}
.elementor-editor-active .smart-page-loader {
	display: none !important;
}
b, strong {
	font-family: 'Poppins';
	font-weight: bold;    
}

a {
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline:0!important;
}

.upb_row_bg {
	width: 100% !important;
}

::selection {
   color: #fff; 
   background: #759ab1 !important;
}  

* { 
	outline:none!important;
}


h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	font-family: 'Comfortaa';
	font-weight: bold;  
	margin-bottom: 10px;  
}
   
ul {  
	list-style:disc;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol li,ul li {
	margin:0;
	padding:0;
}

p {
    margin: 0;
    line-height: 30px;
    padding-bottom: 20px;    
}

img {
	transition:all .5s;
	max-width: 100%;
	height: auto;
}

/* content */

.containerWrap ol li, 
.containerWrap ul li {
    list-style-position: outside;
    line-height: 30px;
    margin-bottom: 10px;
}  

.containerWrap ol, 
.containerWrap ul {
	margin: 0px 0 20px 40px;  
}

/* pointer css start */

.cursor {
  top: 0px;
  left: 0px;
  position: fixed;
}

.dot {
  top: -20px;
  left: -20px;
  position: fixed;
  border-radius: 50%;
  z-index: 9999;
  mix-blend-mode: multiply;
  pointer-events: none;
  will-change: transform;
  transform: scale(.3);
  transition: 0.2s all;
  width: 40px;
  height: 40px;
}

.drag,
.scroll,
.play {
  box-sizing: border-box;
  overflow: hidden;
  cursor: none;
}

.drag-pointer {
  opacity: 1;
  transform: scale(1);
}

.scroll-pointer {
  opacity: 1;
  transform: scale(1);
}

.play-pointer { 
  opacity: 1;
  transform: scale(1);
}

.dot.play-pointer:before {
	content: 'Play'; 
}

.dot.scroll-pointer:before {
	content: 'scroll'; 
}
.dot.drag-pointer:before {
	content: 'drag'; 
}

.dot:before { 
	display: inline-block;
	border: 2px solid #061424;
	width: 50px;
	height: 50px;
	line-height: 51px;
	border-radius: 50%;
	text-align: center;
	color: #061424;
	text-transform: uppercase;
	font-size: 11px;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}

.dot.play-pointer:before,
.dot.scroll-pointer:before,
.dot.drag-pointer:before {
	opacity: 1;
	visibility: visible;
}


/* pointer css end */


/* Post Image Start*/
.wp-block-image figure {
  margin-top: 20px;
  margin-bottom: 20px;
}
img.alignright,
.wp-block-image .alignright {
  margin-left: 20px;
  float: right;
  margin-bottom: 10px;
  max-width: 50%;
}
img.alignleft,
.wp-block-image .alignleft {
  margin-right: 20px;
  float: left;
  margin-bottom: 10px;
  max-width: 50%;
}
img.aligncenter,
.wp-block-image .aligncenter {
  margin: 0 auto 10px;
  display: block;
  text-align: center;
}
img.alignnone {
  display: block;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
  img.alignnone,
  img.alignright,
  img.alignleft,
  img.aligncenter,
  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .aligncenter {
    float: none !important;
    margin: 10px 0 10px !important;
    display: block;
    max-width: 100%;
  }

}

/* Post Image End */  


/*default form css start*/

/* radio/checkbox */
form.elementor-form .elementor-field-type-upload .elementor-field-label,form.elementor-form .elementor-field-type-acceptance .elementor-field-label,form.elementor-form .elementor-field-type-checkbox .elementor-field-label,form.elementor-form .elementor-field-type-radio .elementor-field-label {
    position: static !important;
    padding: 0 !important;
    min-height: auto !important;
    color: #fff !important;
    margin-bottom: 15px; 
    background: transparent !important;
    font-weight: 400 !important;
}

form.elementor-form .elementor-field-type-radio .elementor-field-subgroup{
	flex-basis: auto !important;
    margin-left: 20px;
}
 

form.elementor-form .elementor-field-type-upload .elementor-field-label:before,form.elementor-form .elementor-field-type-acceptance .elementor-field-label:before,form.elementor-form .elementor-field-type-checkbox .elementor-field-label:before,form.elementor-form .elementor-field-type-radio .elementor-field-label:before {
	display: none;
}

form.elementor-form .elementor-field-type-upload,form.elementor-form .elementor-field-type-acceptance,form.elementor-form .elementor-field-type-checkbox,form.elementor-form .elementor-field-type-radio {
	border: none !important;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option,form.elementor-form .elementor-field-type-radio .elementor-field-option,form.elementor-form .elementor-field-type-checkbox .elementor-field-option {
    position: relative;
    margin-right: 18px;
    padding-right: 0;
    margin-bottom: 15px;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option:last-child,form.elementor-form .elementor-field-type-radio .elementor-field-option:last-child,form.elementor-form .elementor-field-type-checkbox .elementor-field-option:last-child {
	margin-right: 0;
}

form.elementor-form .elementor-field-type-acceptance input,form.elementor-form .elementor-field-type-radio input,form.elementor-form .elementor-field-type-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    opacity: 0;
    display: block !important;
    margin: 0;	
    cursor: pointer;
}

form.elementor-form .elementor-field-type-acceptance label,form.elementor-form .elementor-field-type-radio label,form.elementor-form .elementor-field-type-checkbox label {
    padding-left: 26px;
    vertical-align: middle;
    display: block !important;
    line-height: 26px !important;
}
form.elementor-form .elementor-field-type-acceptance .elementor-field-option label:before,form.elementor-form .elementor-field-type-radio .elementor-field-option label:before,form.elementor-form .elementor-field-type-checkbox .elementor-field-option label:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #cccccc;
    background: #ffffff;
    cursor: pointer;
}
form.elementor-form .elementor-field-type-acceptance .elementor-field-option label:after,form.elementor-form .elementor-field-type-radio .elementor-field-option label:after,form.elementor-form .elementor-field-type-checkbox .elementor-field-option label:after {
	content: "";
	display: none;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option label:after,form.elementor-form .elementor-field-type-radio .elementor-field-option label:after,form.elementor-form .elementor-field-type-checkbox .elementor-field-option label:after {
    left: 6px;
    top: 6px;
    width: 11px;
    position: absolute;
    height: 6px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-50deg);
    opacity: 0;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option input:checked ~ label:after,form.elementor-form .elementor-field-type-radio .elementor-field-option input:checked ~ label:after,form.elementor-form .elementor-field-type-checkbox .elementor-field-option input:checked ~ label:after {
	display: block;
}

form.elementor-form .elementor-field-type-radio .elementor-field-option label:before {
   border-radius: 0;
    border: none !important;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option input:checked ~ label:before,form.elementor-form .elementor-field-type-checkbox .elementor-field-option input:checked ~ label:before,
form.elementor-form .elementor-field-type-radio .elementor-field-option input:checked ~ label:before {
	background: #ed008b;
	border: 3px solid #fff !important
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #747474 !important;
	opacity: 1 !important;
}

textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
	color: #747474 !important;
	opacity: 1 !important;
}

textarea::-moz-placeholder,
input::-moz-placeholder {  /* Firefox 19+ */
	color: #747474 !important;
	opacity: 1 !important;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {  
	color: #747474 !important;     
	opacity: 1 !important;
}

.flatpickr-calendar .dayContainer span {
    transition: all .8s;
    opacity: 0;
    width: 0;
    transform: scale(.2);
    color: transparent;	
}
.flatpickr-calendar.open .dayContainer span {
	opacity: 1;
	transform: scale(1);
	color: #393939;
}

/*default form css end*/

body .dbtn,  
.dbtn {  
    font-size: 20px !important;
    line-height: 30px !important;
    padding: 12px 28px 8px !important;
    background: #ce9f66 !important;
    color: #fff !important;
    border: 3px solid #ce9f66;
    border-radius: 50px;  
    display: inline-block;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
    margin-bottom: 0;
    font-family: 'Comfortaa';
    font-weight: bold;
    position: relative;
    z-index: 9;
    cursor: pointer;
    text-transform: capitalize;    
}
 
.dbtn .mText:last-child {
    display: none;
} 
  
.button2 .dbtn {
	background: #fff !important;
	color: #ce9f66 !important; 
}
 
.approachWrap .swiper-slide .button2 .dbtn:hover,
.dbtn:hover {
    background: #9bd0af !important;
    border-color: #9bd0af !important;  
    color: #fff !important;    
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
}

.header .rightBox .dbtn .elementor-button-icon svg .cls-1 {
    transition: all .5s;
}
.header .rightBox .dbtn:hover .elementor-button-icon svg .cls-1 {
    fill: #9bd0af;  
}

/* Post Image Start*/

.wp-block-image figure {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

img.alignright,
.wp-block-image .alignright {
	margin-left: 20px !important;
}

img.alignleft,
.wp-block-image .alignleft {
	margin-right: 20px !important;
}

img.aligncenter,
.wp-block-image .aligncenter {
	margin: 0 auto 15px !important;
}

@media (max-width: 767px) {

	img.alignright,
	img.alignleft,
	img.aligncenter,
	.wp-block-image .alignright,
	.wp-block-image .alignleft,
	.wp-block-image .aligncenter {
		float: none !important;
		margin: 0 auto !important;
	}

}

/* Post Image End */

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

                                       HEADER STYLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
  
.header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100% !important;
}

.withoutScrl .header {
	background: transparent !important; 
    box-shadow: 0 0 0 !important;
}
  
.header .leftBox p:last-child {
	padding-bottom: 0;
}


.header .menuBox .elementor-nav-menu li a, 
.header .leftMenu .elementor-nav-menu li a {
    font-family: 'Comfortaa';
    font-weight: bold;
    white-space: normal;
    font-size: 22px;
    line-height: 30px;
}

.header .rightBox .dbtn .elementor-button-icon {
    background: #f6f5f3;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin-left: 7px; 
}

.header .rightBox .dbtn .elementor-button-icon svg {
	width: 9px;
    position: relative;
    left: 1px;
}

.header .leftBox .phoneNumber .elementor-icon-list-text,    
.header .leftBox .phoneNumber p {
    font-family: 'Begum Med';
    font-weight: 500;
    font-size: 30px;
}
.header .rightBox, 
.header .leftBox {
	transition: all .5s;
} 
.scrolling .header .leftBox {
   padding-top: 47px;    
} 
.scrolling .header .logoBox img {
    width: 270px !important;
}
.scrolling .header .rightBox {
   padding-top: 21px;
}


.header .leftBox .phoneNumber {
    text-align: right;
}

.header .leftBox .phoneNumber ul li {
    list-style: none;
}

/* bannerWrap */ 

.bannerWrap:before {
    width: 1100px !important;
    height: 1000px !important;
    left: calc(50% - 550px) !important;
    top: -50px !important;  
}
.bannerWrap p {
    font-family: 'Poppins';
    font-weight: 500;
}
.bannerWrap .circleList .elementor-icon-list-item:before {
	content: '';
	display: inline-block;
	vertical-align: middle; 
	background: #bab3ab;  
	width: 7px;
	height: 7px;         
	border-radius: 50%;
    margin-right: 25px;
}
.bannerWrap .circleList .elementor-icon-list-item .elementor-icon-list-text {
	font-size: 26px;  
}  
.bannerWrap .circleList .elementor-icon-list-item:first-child:before {
	display: none;  
}

/* aboutWrap */ 

.aboutWrap .imageBox .bgcolorBox:before {
    width: 250px;
    height: 250px;
} 
.aboutWrap .imageBox:before {
    width: 250px;
    height: 250px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.aboutWrap .imageBox .positionBox {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    overflow: hidden;
    border-radius: 30px;
}  

/*approachWrap*/

.approachWrap:before {
    height: calc(100% + 208px) !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: -1;  
}
.approachWrap .swiper-slide .button2 .dbtn {
    background: transparent !important;
    border-color: #fff;
    color: #fff !important;  
}   

.approachWrap .elementor-image-box-wrapper .elementor-image-box-title {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 44px;
}

.approachWrap .elementor-swiper-button {
    background: #ce9f66;
    width: 44px;
    height: 44px;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
    transition: all .5s;
}
.approachWrap .elementor-swiper-button:hover {
    background: #7B9EB2;
}
.approachWrap .elementor-swiper-button svg {
    width: 30px !important;
    height: 30px !important;
    fill: #fff !important;
    position: relative;
    left: -1px;
}
.approachWrap .elementor-swiper-button.elementor-swiper-button-next svg {
    left: 1px;
}
.approachWrap .elementor-swiper-button.elementor-swiper-button-prev {
    left: -65px !important;
}
.approachWrap .elementor-swiper-button.elementor-swiper-button-next {
    right: -65px !important;
}



/*prelaoder - start*/
.prelaoder {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #9bd0af;  
  z-index: 9999;   
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  display: none;
  
}
.home .prelaoder {
    display: block;
}

.page-loaded .prelaoder {
    opacity: 0;
    visibility: hidden;
    transition-delay: 3s;      
}

.prelaoder .innerBox {
    flex-direction: column;
    justify-content: center;
    display: flex;
    text-align: center;
    height: 100%;
    align-items: center;  
}
.prelaoder .innerBox .logo {
    width: 300px;
    height: 300px;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;  
    opacity: 0;     
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
    transition: opacity .5s, box-shadow 1s;
    transition-delay: 0s, 0s;
}  
.page-loaded .prelaoder .innerBox .logo {    
    opacity: 1;
    -webkit-box-shadow: 0px 0px 60px rgba(255, 255, 255, 1);  
    box-shadow: 0px 0px 60px rgba(255, 255, 255, 1);  
    transition-delay: .5s, .7s;     
}  
.prelaoder .innerBox .logo .logo-image {
    width: 240px;
    height: 106px;
    background-repeat: no-repeat;   
    background-position: center;
    background-size: 100%;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    transition: all 1s;
    transition-delay: 0s, 0s;
}   
.page-loaded .prelaoder .innerBox .logo .logo-image {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;  
    transition-delay: 1.5s, 1.5s;
}  
 

/*prelaoder - end*/  

.topfadeinupEffect img {
    opacity: 0;
    transform: translate(0px, 20px);
    transition: all .5s;
}
.topfadeinupEffect.in-viewport-once img {
    opacity: 1;
    transform: translate(0px, 0px);
    transition-delay: 3s;
}

.fadeinupEffect img {
    opacity: 0;
    transform: translate(0px, 20px);
    transition: all .5s;
}
.fadeinupEffect.in-viewport-once img {
    opacity: 1;
    transform: translate(0px, 0px);
    transition-delay: .5s;
}
.gm-style .gm-style-iw-t {
    display: none;     
}


/* enquirePopup */ 

.enquirePopup .scnTitle .elementor-heading-title {
    animation: slantIn 850ms cubic-bezier(.2, .8, .2, 1) forwards;
    animation-delay: 0s;
}
.enquirePopup .contactBnr form .elementor-field-type-html {
    text-align: center;
    justify-content: center;
}
.enquirePopup form select {
    cursor: pointer;  
}
.enquirePopup .contactBnr .elementor-field-group .select-caret-down-wrapper {
    font-size: 11px;
    inset-inline-end: 10px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0; 
    transform: translateY(-50%);
}
.enquirePopup .contactBnr .elementor-field-group .elementor-select-wrapper.remove-before:before {
    content: "" !important;
}  
#elementor-popup-modal-1401 .dialog-close-button svg {
    transition: all .5s;
}
#elementor-popup-modal-1401 .dialog-close-button:hover svg {
    fill: #759AB1 !important;
}










   
 

/* 
============================================================================================================
============================================================================================================

                                    THEME STYLE RESPONSIVE CSS START

============================================================================================================
============================================================================================================
*/

.e-parent.e-con-boxed > .e-con-inner > .inner-sec {
    --flex-direction: initial !important;
}   


/* Large desktop */
@media (min-width: 1200px) {

	.bannerWrap p {
	    font-size: 22px;
	}
	 
}

/* Large desktop */ 
@media (min-width: 1025px) {   

	 .e-parent.e-con-boxed > .e-con-inner {
		padding-left: 80px;
		padding-right: 80px;   
	}	

    .header .leftBox .phoneNumber .elementor-icon-list-icon {
        display: none;
    }

	.header .leftBox .elementor-nav-menu--main ul li ul.sub-menu, 
	.header .menuBox .elementor-nav-menu--main ul li ul.sub-menu {
		background: #fff;  
        position: absolute;
        top: 50px !important;
        left: calc(50% - 100px) !important;
        padding: 0;
        width: 200px !important;  
        display: inline-block !important;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
        -webkit-transform: skewX(10deg);
        -o-transform: skewX(10deg);
        -moz-transform: skewX(10deg);
        transform: skewX(10deg);
        transition: all .5s linear;   
        z-index: -1;
    }

    .header .leftBox .elementor-nav-menu--main ul li.menu-item-has-children:after, 
    .header .menuBox .elementor-nav-menu--main ul li.menu-item-has-children:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        border: none;
        height: 14px;  
        width: 100%;
    }

    .header .leftBox .elementor-nav-menu--main ul li:hover ul.sub-menu, 
    .header .menuBox .elementor-nav-menu--main ul li:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        transform: skewX(0deg);
        z-index: 9;   
    }

    .header .leftBox .elementor-nav-menu--main ul li ul li a, 
	.header .menuBox .elementor-nav-menu--main ul li ul li a {
        border-left: none !important;
        display: block;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: .5px;
        padding: 12px 18px;
        white-space: inherit;
        transition: all .5s;
    }
  



} 


@media (min-width: 768px) {



}

@media (min-width: 1600px) and (max-width: 1620px) {

    .scnTitle .elementor-heading-title {
        font-size: 42px; 
    }

}

@media (min-width: 1441px) and (max-width: 1599px) {

	.header .menuBox .elementor-nav-menu li a, .header .leftMenu .elementor-nav-menu li a {
		font-size: 21px;
	}
    .scnTitle .elementor-heading-title {
        font-size: 38px;
        line-height: 40px;
    }

    .aboutWrap .imageBox .positionBox .elementor-widget-image img {
        width: 200px;
    }

    .approachWrap .elementor-image-box-wrapper .elementor-image-box-title { 
        font-size: 31px;
        line-height: 40px; 
    }


}

/* Portrait tablet to landscape and desktop */
@media (min-width: 1200px) and (max-width: 1440px) {

	body .dbtn, .dbtn {
	    font-size: 18px !important;  
	    padding: 10px 22px 8px !important;
	}

	.header .menuBox .elementor-nav-menu li a, .header .leftMenu .elementor-nav-menu li a {
	    font-size: 18px;
	    line-height: 26px;
	}
   
	.header .leftBox .elementor-nav-menu--main ul li ul li a, .header .menuBox .elementor-nav-menu--main ul li ul li a {  
        font-size: 15px;
        line-height: 19px; 
        padding: 10px 18px; 
    }
	.header .leftBox .phoneNumber .elementor-icon-list-text, .header .leftBox .phoneNumber p {   
	    font-size: 24px;
	}

    .bannerWrap:before {
        width: 950px !important;
        height: 1000px !important;
        left: calc(50% - 475px) !important;
        top: -140px !important;
    }

    .aboutWrap .imageBox:before, 
    .aboutWrap .imageBox .bgcolorBox:before {
        width: 200px;
        height: 200px;
    }

    .approachWrap .elementor-image-box-wrapper .elementor-image-box-title { 
        font-size: 26px;
        line-height: 38px;
    }
          
   
}   



/* Portrait tablet to landscape and desktop */
@media (min-width: 1025px) and (max-width: 1199px) {

	.containerWrap ol li, .containerWrap ul li {
		line-height: 27px; 
	}

	p { 
    	line-height: 27px; 
	} 

	body .dbtn, .dbtn {
	    font-size: 18px !important;  
	    padding: 10px 28px 8px !important;
	} 
     
	.header .menuBox .elementor-nav-menu li a, .header .leftMenu .elementor-nav-menu li a {
        font-size: 16px;
        line-height: 20px;
	}
   
	.header .leftBox .elementor-nav-menu--main ul li ul li a, .header .menuBox .elementor-nav-menu--main ul li ul li a {  
        font-size: 14px;
        line-height: 19px; 
        padding: 10px 18px; 
    }
	.header .leftBox .phoneNumber .elementor-icon-list-text, .header .leftBox .phoneNumber p {   
	    font-size: 20px;
	}
    .scrolling .header .logoBox img {
	    width: 200px !important;
	} 
	.header .rightBox .dbtn .elementor-button-icon svg {
	    width: 7px; 
	}
	.header .rightBox .dbtn .elementor-button-icon { 
	    width: 20px;
	    height: 20px; 
	    margin-left: 5px;
        position: relative;
        top: 2px;
	}
    .header .rightBox .dbtn {
        font-size: 16px !important;
        padding: 8px 18px 6px !important;
        line-height: 26px !important;
    }
  	.header .menuBox .elementor-nav-menu li a .sub-arrow, .header .leftMenu .elementor-nav-menu li a .sub-arrow {
  		padding-left: 5px;  
  	}  

  	.scrolling .header .rightBox {
	    padding-top: 13px;
	} 
	.scrolling .header .leftBox {
	    padding-top: 30px;
	}
	.header .leftBox .elementor-nav-menu--main ul li ul.sub-menu, .header .menuBox .elementor-nav-menu--main ul li ul.sub-menu {
        left: calc(50% - 90px) !important; 
        width: 180px !important;
	}

    .bannerWrap:before {
        width: 800px !important;
        height: 830px !important;
        left: calc(50% - 400px) !important;
        top: -118px !important;
    }
    .bannerWrap .circleList .elementor-icon-list-item .elementor-icon-list-text {
        font-size: 22px;
    }    
    .bannerWrap .title .elementor-heading-title {
        font-size: 40px;
        line-height: 54px;
    }

    .aboutWrap .imageBox:before, 
    .aboutWrap .imageBox .bgcolorBox:before {
        width: 170px;
        height: 170px;
    }

    .approachWrap .elementor-image-box-wrapper .elementor-image-box-title { 
        font-size: 24px;
        line-height: 34px;
    }
    .approachWrap .elementor-image-box-wrapper .elementor-image-box-title br { 
        display: none;
    } 
    .approachWrap .elementor-swiper-button.elementor-swiper-button-next {
        right: -50px !important;
    }
    .approachWrap .elementor-swiper-button.elementor-swiper-button-prev {
        left: -50px !important;
    }  
    .approachWrap .elementor-swiper-button svg {
        width: 25px !important;
        height: 25px !important; 
    }
    .approachWrap .elementor-swiper-button { 
        width: 38px;
        height: 38px; 
    }

    .approachWrap:before {
        height: 100% !important; 
    }





}

@media (max-width: 1024px) {   

    .header .menuBox .elementor-nav-menu--toggle {
        position: absolute;
        right: 0;
        top: 3px; 
    }
    .header .menuBox .elementor-menu-toggle {
        background: #CE9F66;
        padding: 0px;
        width: 40px;
        height: 38px;
        border-radius: 5px;
        position: relative;
        z-index: 9999;
        margin: -4px 0 0 auto !important;  
    }
    .header .menuBox .elementor-menu-toggle svg {
        display: none;
    }
    .header .menuBox .elementor-menu-toggle span {
        display: block;
        height: 2px;
        width: 24px;
        background: #fff;
        position: absolute;
        top: 18px;
        right: 8px;
        transition: all .5s;
    }
    .header .menuBox .elementor-menu-toggle span:nth-child(3) {
        top: 10px;
    }
    .header .menuBox .elementor-menu-toggle span:nth-child(5) {
        top: 26px;
    }
    .menu-active .header .menuBox .elementor-menu-toggle span:nth-child(3) {
        transform: rotate(45deg);
        top: 18px;
    }
    .menu-active .header .menuBox .elementor-menu-toggle span:nth-child(4) {
        display: none;
    }
    .menu-active .header .menuBox .elementor-menu-toggle span:nth-child(5) {
        transform: rotate(-45deg);
        top: 18px;  
    }
    .menu-active .header .menuBox .elementor-menu-toggle {
        position: fixed;
        top: 20px;
        right: 20px;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown {
        position: fixed !important;
        top: 0px !important;
        left: 0 !important;
        background: #fff !important; 
        width: 100% !important;
        height: 100%;
        max-height: 100% !important;
        z-index: 999 !important;
        opacity: 0;
        visibility: hidden;
        animation: inherit !important;
        transform: translateY(-100%) !important;
        transition: all .8s;
        transition-delay: .8s;
        overflow: hidden;
        margin-top: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 110px 50px 130px;  
    }
    .menu-active .header .menuBox nav.elementor-nav-menu--dropdown {
        opacity: 1;
        transform: translateY(0%) !important;
        visibility: visible;
        transition-delay: 0s;
    } 

    .header .menuBox nav.elementor-nav-menu--dropdown .inner {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .header .menuBox nav.elementor-nav-menu--dropdown .inner {
        overflow-x: hidden;
    }  
    
    .header .menuBox nav.elementor-nav-menu--dropdown .inner .mobmenu {
        overflow: hidden;
    }

    .header .menuBox nav.elementor-nav-menu--dropdown .elementor-nav-menu li a {
        font-size: 28px;
        line-height: 36px;
        background-color: transparent !important;
        padding: 0;
        text-transform: uppercase;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li {
        display: table;
        margin: 0 auto 15px;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown ul.elementor-nav-menu {
        margin-bottom: 15px;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li:last-child {
        margin-bottom: 0;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li ul.sub-menu {
        background-color: transparent !important;
        margin-top: 15px;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li ul li a {
        font-size: 22px;
        line-height: 28px;  
        border: none;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown .outer {
        overflow-y: auto;
    }
    /*.header .menuBox nav.elementor-nav-menu--dropdown .row {
        overflow: hidden;
    }*/
    .header .menuBox nav.elementor-nav-menu--dropdown .outer:before {
        content: '';
        background: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .header .menuBox .elementor-nav-menu--dropdown a:hover, 
    .header .menuBox .elementor-nav-menu--dropdown a:focus,
    .header .menuBox .elementor-nav-menu--dropdown a.elementor-item-active,
    .header .menuBox .elementor-nav-menu--dropdown a.highlighted,
    .header .menuBox .elementor-menu-toggle:hover,
    .header .menuBox .elementor-menu-toggle:focus {
        color: #CE9F66 !important;
    }

    .header .leftBox .phoneNumber .elementor-icon-list-text {
        display: none;
    }
     
    .scrolling .header .logoBox img {
        width: 200px !important;
    }

    .header .leftBox .phoneNumber .elementor-icon-list-icon {
        background: #CE9F66;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        fill: #fff;  
        margin-top: -4px;
        border-radius: 5px;
    }                             
    .header .leftBox .phoneNumber .elementor-icon-list-icon svg {
        height: 16px;
        width: 16px;
        margin-right: 0;        
    }  
    .scrolling .header .rightBox,   
    .scrolling .header .leftBox {
        padding-top: 0;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown .menuBottom:before {
        content: '';
        display: table;
        margin: 20px auto 27px;
        width: 170px;  
        height: 5px;
        border-top: 4px double #747474;
    }  
    .header .menuBox nav.elementor-nav-menu--dropdown .menuBottom .enquireBtn {
        display: block;
        text-align: center;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown .menuBottom .leafImage2, 
    .header .menuBox nav.elementor-nav-menu--dropdown .menuBottom .leafImage1 {
        display: inline-block;
        position: fixed;
        bottom: -30px;      
    }
    .header .menuBox nav.elementor-nav-menu--dropdown .menuBottom .enquireBtn .dbtn:hover {
        color: #fff !important;  
    }
    .header .menuBox nav.elementor-nav-menu--dropdown .menuBottom .leafImage2 img,
    .header .menuBox nav.elementor-nav-menu--dropdown .menuBottom .leafImage1 img {
        animation: leaf2 5s linear infinite;   
        opacity: 0.13; 
    }      
     
            



}

 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 
	
	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 10px;
		padding-right: 10px;
	} 

	.containerWrap ol li, .containerWrap ul li {
		line-height: 26px; 
	}

	p { 
    	line-height: 26px; 
	} 

	body .dbtn, .dbtn {
	    font-size: 16px !important;  
	    padding: 7px 28px 6px !important;
	}

    .bannerWrap:before {
        width: 700px !important;
        height: 700px !important;
        left: calc(50% - 350px) !important;
        top: -57px !important;
    }
    .bannerWrap .circleList .elementor-icon-list-item .elementor-icon-list-text {
        font-size: 20px;
    }    
    .bannerWrap .title .elementor-heading-title {
        font-size: 36px;
        line-height: 50px;
    }
    .bannerWrap .circleList .elementor-icon-list-item:before { 
        width: 5px;
        height: 5px; 
        margin-right: 15px;
    }

    .aboutWrap .imageBox:before, 
    .aboutWrap .imageBox .bgcolorBox:before {
        width: 120px;
        height: 120px;
    }

    .approachWrap .elementor-image-box-wrapper .elementor-image-box-title { 
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .approachWrap .elementor-image-box-wrapper .elementor-image-box-title br { 
        display: none;
    } 
    .approachWrap .elementor-swiper-button.elementor-swiper-button-next {
        right: -2px !important;
    }
    .approachWrap .elementor-swiper-button.elementor-swiper-button-prev {
        left: -2px !important;
    }  
    .approachWrap .elementor-swiper-button svg {
        width: 20px !important;
        height: 20px !important; 
    }
    .approachWrap .elementor-swiper-button { 
        width: 32px;
        height: 32px; 
    }

    .approachWrap:before {
        height: 100% !important; 
    }


	
}

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

	}
	 
	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 10px;
		padding-right: 10px;
	}



	.containerWrap ol li, .containerWrap ul li {
		line-height: 24px; 
	}

	p { 
    	line-height: 24px; 
	}  

	body .dbtn, .dbtn {
        font-size: 15px !important;
        padding: 8px 24px 6px !important;
        line-height: 25px !important;  
	}  

    .bannerWrap:before {
        width: 450px !important;
        height: 490px !important;
        left: calc(50% - 225px) !important;
        top: 0px !important;
    }
    .bannerWrap .circleList .elementor-icon-list-item .elementor-icon-list-text {
        font-size: 18px;
    }    
    .bannerWrap .title .elementor-heading-title {
        font-size: 32px;
        line-height: 44px;
    }
    .bannerWrap .circleList .elementor-icon-list-item:before { 
        width: 5px;
        height: 5px; 
        margin-right: 15px;
    }  

    .aboutWrap .imageBox:before, 
    .aboutWrap .imageBox .bgcolorBox:before {
        width: 120px;
        height: 120px;
    }  

    .aboutWrap .imageBox {
        width: 380px;
        margin: 0 auto;
    }


    .approachWrap .elementor-image-box-wrapper .elementor-image-box-title { 
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .approachWrap .elementor-image-box-wrapper .elementor-image-box-title br { 
        display: none;
    } 
    .approachWrap .elementor-swiper-button.elementor-swiper-button-next {
        right: -2px !important;
    }
    .approachWrap .elementor-swiper-button.elementor-swiper-button-prev {
        left: -2px !important;
    }  
    .approachWrap .elementor-swiper-button svg {
        width: 20px !important;
        height: 20px !important; 
    }
    .approachWrap .elementor-swiper-button { 
        width: 32px;
        height: 32px; 
    }  
    .approachWrap:before {
        height: 100% !important; 
    }

    .scrolling .header .logoBox img {
        width: 170px !important;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown .elementor-nav-menu li a {
        font-size: 24px;
        line-height: 32px;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li ul li a {
        font-size: 18px;
        line-height: 26px;   
    }
    .header .menuBox nav.elementor-nav-menu--dropdown .elementor-nav-menu li a .sub-arrow {
        padding-left: 5px;
    }

    .prelaoder .innerBox .logo {
        width: 250px;
        height: 250px;
    }
    .prelaoder .innerBox .logo .logo-image {
        width: 195px;
        height: 87px;
    }  

    #elementor-popup-modal-1401 .dialog-widget-content {
        max-width: 94%;
    } 

    .enquirePopup .elementor-widget-text-editor p:last-child {
        padding-bottom: 0;
    }  
    .enquirePopup form .elementor-form-fields-wrapper .elementor-field-group {
        margin-bottom: 15px !important;
    }



    
}  

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

    .bannerWrap:before {
        width: 340px !important;
        height: 420px !important;
        left: calc(50% - 170px) !important;
        top: -42px !important;
    } 


}