@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&family=Playfair+Display&display=swap');

body {
     font-family: 'Open Sans', sans-serif;
     font-size: 18px;
     line-height: 1.66em;
}
p:empty {
     display: none;
}
p {
     margin-bottom: 1.5em;
     letter-spacing: 0.9px;
}
p:last-child {
     margin-bottom: 0;
}
span {
     display: inline-block;
}
a {
     -webkit-transition: .3s all ease;
     -o-transition: .3s all ease;
     transition: .3s all ease;
     color: #064597;
}
a:hover {
     text-decoration: none;
     color: #064597;
}
img {
     max-width: 100%;
     height: auto;
}
h1, h2, h3, h4, h5, h6 {
     line-height: 1.1em;
     color: #000;
}
h1, h2 {
     font-family: 'Playfair Display', serif;
     font-size: 2.92vw;
     line-height: 1.21em;
     margin-bottom: 20px;
}
h3, h4, h5, h6 {
     font-family: 'Open Sans', sans-serif;
     font-weight: 700;
}
h3 {
     font-size: 20px;
}
.img-wrap {
     text-align: center;
}
.text-light,.text-light * {
     color: #fff;
}
.section {
     background-color: #fff;
     padding: 50px 0;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     position: relative;
}
.wh-bg {
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
}
.container {
     width: 90%;
     max-width: 1750px;
}
div[class^="col"] {
     padding: 15px;
}
.form-field {
     width: 100%;
     padding: 10px;
     position: relative;
}

.form-field input:not([type=submit]),
.form-field select,
.form-field textarea {
     width: 100%;
     display: block;
     height: 60px;
     padding: 10px 20px;
     border: 1px solid #dededc;
     font-size: 16px;
     color: #656565;
     background-color: #fff;
}
.form-field input:not([type=submit])::placeholder {
     color: #656565;
}
.form-field textarea {
     height: 140px;
     padding-top: 20px;
}
.form-field.half {
     width: 50%;
}
.form-field-wrap {
     display: flex;
     flex-wrap: wrap;
     margin: -10px;
}
.form-field.captcha {
     text-align: center;
}
.form-field input[type=submit] {
     background-color: #030304;
     color: #fff;
     padding: 20px;
     width: 100%;
     line-height: 1;
     cursor: pointer;
     border: 0;
     border-radius: 6px;
     font-size: 17px;
     text-transform: uppercase;
     font-weight: 800;
     height: 65px;
     transition: .3s all ease;
}
.form-field input[type=submit]:hover {
     background-color: #254595;
}
.wpcf7 form .wpcf7-response-output {
     text-align: center;
     font-size: 14px;
     color: red;
}
select {
     -webkit-appearance: none;
     -moz-appearance: none;
     background-image: url(../images/arrow-icon.png);
     background-position: 93% 50%;
     background-repeat: no-repeat;
}
.wpcf7-spinner {
     display: block !important;
     margin: 5px auto 0;
}
.wpcf7-not-valid-tip {
     font-size: 14px;
}
.wpcf7-form-control-wrap {
     display: block;
}
.video-holder {
     position: relative;
     display: block;
     max-width: 885px;
     margin-left: auto;
     margin-right: auto;
}
.video-holder .play-icon {
     position: absolute;
     color: #fff;
     font-size: 80px;
     z-index: 9;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
.video-wrap {
     display: none;
     width: 100%;
     max-width: 885px;
     margin-left: auto;
     margin-right: auto;
}
.video-wrap video {
     width: 100%;
     height: auto;
}
.video-holder:before {
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     background-color: #000000;
     opacity: 0.4;
}
.std-btn {
     background-color: #030304;
     color: #fff;
     font-size: 17px;
     font-weight: 800;
     text-transform: uppercase;
     display: inline-block;
     text-align: center;
     padding: 17px 65px;
     border-radius: 6px;
}
.std-btn:hover {
     background-color: #064597;
     color: #fff;
}
/* Site Header */
.site-header {
     display: none;
     background-color: #1c1c1c;
}
.site-header.fixed-header {
     position: fixed;
     width: 100%;
     z-index: 999;
     display: block;
}
.site-header.static {
     display: block;
     background: transparent;
     position: absolute;
     width: 100%;
     z-index: 9;
     padding: 15px 0;
}
.header-cta {
     display: flex;
     justify-content: flex-end;
     align-items: center;
}
.header-cta .whatsapp {
     color: #fff;
     font-size: 48px;
}
.header-cta .cta-btn {
     background-color: #254595;
     color: #fff;
     border-radius: 6px;
     font-weight: 800;
     text-transform: uppercase;
     font-size: 17px;
     padding: 24px 45px;
     line-height: 1;
     transition: .3s all ease;
     margin-left: 35px;
}
.header-cta .cta-btn:hover {
     background-color: #fff;
     color: #254595;
}
/* Home Section 1 */
.home-section-1 {
     padding-top: 15px;
}
.home-section-1 .col-lg-6:first-child {
     padding-top: 230px;
}
.home-section-1:before {
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     background: rgb(0,0,0);
     background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
     top: 0;
     left: 0;
     opacity: 0.6;
}
.logo-banner {
     margin-bottom: 30px;
}
.banner-form {
     background: rgb(255 255 255 / 90%);
     padding: 6%;
     margin-bottom: 50px;
}
.banner-form h1 {
     line-height: 1.28em;
     margin-bottom: 15px;
}
.banner-form h3 {
     font-size: 30px;
     font-weight: 600;
     margin-bottom: 30px;
}
/* Home Section 2 */
.home-section-2 {
     padding: 5% 0;
}
.home-section-2 .container {
     max-width: 1600px;
}
.home-section-2 h4 {
     font-size: 20px;
     margin-bottom: 20px;
}
.check-list {
     padding: 0;
}
.check-list li {
     display: block;
     position: relative;
     padding-left: 40px;
     letter-spacing: 0.9px;
}
.check-list li:not(:last-child) {
     margin-bottom: 10px;
}
/* .check-list li:before {
     content: "\f14a";
      position: absolute;
     font-weight: 900;
     font-family: 'Font Awesome 5 Free';
     left: 0;
     top: 0;
     color: #064597;
} */
/* Home Section 3 */
.home-section-3 {
     padding-bottom: 50px;
}
.home-section-3 h2 {
     margin-bottom: 10px;
}
.tab-link a {
     color: #919191;
     text-transform: uppercase;
     letter-spacing: 0.9px;
     padding: 5px 0;
     margin: 0 35px;
}
.tab-link a.active {
     font-weight: 700;
     color: #064597;
     border-bottom: 1px solid;
}
.tab-link {
     margin-bottom: 15px;
}
.property-slider .text-block {
     background: #000000;
     color: #fff;
}
.property-slider .text-block p {
     margin: 0;
     padding: 15px;
     font-size: 19px;
	min-height: 100px;
}

@media screen and (max-width: 1440px) {
	.property-slider .text-block p {
		min-height: 70px;
	}
}
.property-slider .text-block h4 {
     padding: 10px 15px;
     font-weight: 400;
     font-size: 24px;
     background: #064597;
     margin: 0;
     line-height: 1;
     color: #fff;
}
.property-slider .img-wrap img {
/*      border-radius: 10px; */
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
     display: block;
     width: 100% !important;
}
.tab-content:not(.active) {
     display: none;
}
.tab-content {
     -webkit-animation: fadeEffect 1s;
     animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}
@-webkit-keyframes fadeEffect {
     from {
        opacity: 0;
    }
     to {
        opacity: 1;
    }
}
@keyframes fadeEffect {
     from {
        opacity: 0;
    }
     to {
        opacity: 1;
    }
}
.owl-dots button {
     width: 35px;
     height: 8px;
     border-radius: 10px;
     background-color: #cccccc !important;
     display: inline-block;
     margin: 0 4px;
     transition: .3s all ease;
}
.owl-dots {
     margin-top: 30px;
     text-align: center;
}
.owl-dots button.active {
     width: 130px;
     background-color: #000000 !important;
}
/* Home Section 4 */
.home-section-4 .container {
     max-width: 1080px;
}
.home-section-4 .img-wrap {
     margin-top: -100px;
}
.home-section-4 h2 {
     margin-bottom: 30px;
}
.home-section-4 .std-btn:hover {
     background-color: #fff;
     color: #064597;
}
.home-section-4 .inner-wrap {
     max-width: 640px;
     margin-left: auto;
     margin-right: auto;
}
/* Home Section 5 */
.home-section-5 {
     padding: 4% 0 5%;
}
.home-section-5 h2 {
     margin-bottom: 40px;
}
.awards-slider img {
     width: 100% !important;
     height: 15.5vw;
     object-fit: cover;
     object-position: top center;
}
.owl-nav button {
     position: absolute;
     top: 50%;
     z-index: 9;
     font-size: 75px !important;
     color: #919191 !important;
     transform: translateY(-50%);
     outline: none !important;
}
.owl-nav button.owl-prev {
     left: -40px;
}
.owl-nav button.owl-next {
     right: -40px;
}
.owl-carousel .owl-item img {
     width: auto;
     margin: 0 auto;
}
/* Home Section 6 */
.home-section-6 {
     padding: 3% 0;
     background-color: #f2f2f2;
}
.home-section-6 h2 {
     margin-bottom: 60px;
}
.testimonials-slider .testimonials-content {
     height: 100%;
     background-color: #fff;
     padding: 40px;
     border: 1px solid #b9b9bb;
     position: relative;
}
.testimonials-slider .testimonials-content:before {
     content: url(../images/quote-icon.png);
     position: absolute;
     right: 40px;
     top: -30px;
}
.testimonials-content .rating i {
     color: #f89b3d;
}
.testimonials-content .rating {
     margin-bottom: 15px;
}
.testimonials-content h3 {
     margin-bottom: 15px;
}
.testimonials-content p {
     font-size: 16px;
     color: #666666;
     line-height: 1.87em;
     letter-spacing: 0.16px;
     margin-bottom: 40px;
}
.testimonials-content p:last-child {
     margin-bottom: 0;
}
.testimonials-slider .owl-stage {
     display: flex;
}
.testimonials-slider .item {
     height: 100%;
     padding: 3px;
     padding-top: 30px;
}
.testimonials-slider .testimonials-content {
     height: 100%;
}
.testimonials-slider .testimonials-content a {
     color: #f89b3d;
     font-size: 16px;
     font-style: italic;
}
.addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
    }

    .addReadMore.showmorecontent .readMore {
        display: none;
    }

    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }

.addReadMore {
    font-size: 16px;
    color: #666666;
    line-height: 1.87em;
    letter-spacing: 0.16px;
}

.showmorecontent span {
    display: inline;
}

.addReadMore .readMore,
.addReadMore .readLess{
	display: block;
	cursor: pointer;
	color: #f89b3d;
	font-style: italic;
	margin-top: 30px;
}

/* Home Section 7 */
.home-section-7 .container {
     max-width: 950px;
}
.home-section-7 .img-wrap {
     margin-top: -75px;
}
.home-section-7 .std-btn:hover {
     background-color: #fff;
     color: #254595;
}
/* Home Section 8 */
.home-section-8 h2 {
     margin-bottom: 40px;
}
.img-slider .owl-stage {
     display: flex;
     align-items: center;
     justify-content: center;
}
.img-slider img {
     max-height: 125px;
}
/* Home Section 9 */
.home-section-9 {
     padding-bottom: 7%;
}
.home-section-9 .container {
     max-width: 1150px;
}
.home-section-9 h2 {
     margin-bottom: 10px;
}
.home-section-9 p {
     max-width: 950px;
     margin-left: auto;
     margin-right: auto;
}
/* Site Footer */
.site-footer {
     position: relative;
}
.site-footer:before {
     content: "";
     width: 100%;
     height: 100%;
     background-color: #1c1c1c;
     opacity: 0.63;
     position: absolute;
     top: 0;
     left: 0;
}
.site-footer .container {
     max-width: 1300px;
}
.footer-form {
     background-color: rgb(255 255 255 / 90%);
     padding: 5%;
     margin-top: -25px;
}
.site-footer .img-wrap {
     margin-top: -65px;
}
.footer-bar {
     padding: 15px 0 5px;
     background-color: #1c1c1c;
}
.footer-bar .container {
     max-width: 1170px;
}
.footer-bar .divider {
     width: 100%;
     background-color: #333333;
     height: 1px;
     margin: 30px 0 20px;
}
.social-icons {
     text-align: center;
     margin: 0;
     padding: 0;
}
.social-icons li {
     display: inline-block;
     margin: 0 22px;
}
.social-icons li a {
     color: #fff;
     opacity: 0.5;
     font-size: 24px;
     width: 52px;
     height: 52px;
     border: 1px solid #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50px;
}
.social-icons li a:hover {
     background-color: #fff;
     opacity: 1;
     color: #1c1c1c;
}
.footer-info {
     color: #fff;
     opacity: 0.5;
     text-align: center;
     font-size: 12px;
}
/* Inner Page */
.inner-page-section {
    padding: 100px 0 200px;
    min-height: 84vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-page-section.error {
     padding: 300px 0 200px;
}
.inner-page-section.error .img-wrap {
     margin-left: -15px;
     margin-right: -15px;
}
.inner-page-section h1 {
     font-size: 4.17vw;
}
.inner-page-section .img-wrap {
     margin-bottom: 40px;
}
.inner-page-section p {
     margin-bottom: 40px;
     font-size: 24px;
}

.inner-page-footer .site-footer {
    display: none;
}
/* Responsiveness */
@media screen and (max-width: 1600px) {
    .property-slider .text-block p, .property-slider .text-block h4 {
         font-size: 14px;
         line-height: 1.2;
         padding: 10px;
    }
	.awards-slider img {
		height: 18vw;
	}
}
@media screen and (max-width: 1440px) {
    .header-cta .cta-btn {
         padding: 18px 35px;
    }
    .home-section-1 .img-wrap {
         max-width: 350px;
    }
    body {
         font-size: 16px;
    }
    .check-list li {
         padding-left: 25px;
    }
    .inner-page-section p {
         font-size: 18px;
    }
/*     .property-slider .text-block {
         left: 10px;
    } */
}
@media screen and (max-width: 1199px) {
    .awards-slider img {
         height: 25vw;
    }
}
@media screen and (max-width: 1024px) {
    .home-section-1 .img-wrap {
         max-width: 280px;
         margin-left: auto;
         margin-right: auto;
    }
    .site-header .site-logo img {
         max-width: 70px;
    }
    .home-section-1 .col-lg-6:first-child {
         padding-top: 170px;
    }
	.testimonials-slider .testimonials-content:before {
    transform: scale(0.6);
    transform-origin: 100% 0;
}
}
@media screen and (max-width: 991px) {
    p {
         letter-spacing: normal;
    }
    .banner-form h3 {
         font-size: 24px;
    }
    h1, h2 {
         font-size: 32px;
    }
    .home-section-4,.home-section-7 {
         padding-top: 40px !important;
    }
    .home-section-4 .img-wrap {
         margin-top: 0;
    }
    .awards-slider img {
         height: 37vw;
    }
    .home-section-7 .img-wrap {
         margin-top: 0;
    }
    .home-section-9 {
         padding-top: 0;
         padding-bottom: 50px;
    }
    .footer-form {
         margin-top: 0;
    }
    .site-footer {
         padding: 20px 0 50px;
    }
    .std-btn {
         padding: 15px 25px;
         font-size: 14px;
    }
    .banner-form {
         margin-bottom: 0;
    }
    .inner-page-section.error {
         padding-top: 250px;
         padding-bottom: 60px;
    }
    .inner-page-section {
         padding-top: 250px;
         padding-bottom: 60px;
    }
    .inner-page-section h1 {
         font-size: 50px;
    }
    .banner-form h1,.banner-form h3 {
         text-align: center;
    }
    .site-footer .img-wrap {
         max-width: 150px;
         margin-left: auto;
         margin-right: auto;
         margin-top: 0;
    }
}
@media screen and (max-width: 850px) {
    .banner-form h1 {
         max-width: 500px;
         margin-left: auto;
         margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .header-cta .whatsapp {
         font-size: 32px;
    }
    .header-cta .cta-btn {
         padding: 10px;
         font-size: 24px;
         margin-left: 15px;
    }
    .home-section-1 .img-wrap {
         max-width: 200px;
    }
    .testimonials-slider .owl-stage {
         display: block;
    }
    .testimonials-slider .testimonials-content {
         height: auto;
    }
    .owl-dots button.active {
         width: 70px;
    }
    .owl-dots button {
         width: 20px;
    }
    .testimonials-slider .testimonials-content:before {
         transform: scale(0.5);
         transform-origin: 100% 30%;
    }
    .home-section-6 h2 {
         margin-bottom: 20px;
    }
    .inner-page-section.error,.inner-page-section {
         padding-top: 170px;
    }
    .inner-page-section h1 {
         font-size: 42px;
    }
	.awards-slider img {
    object-fit: contain;
}
}
@media screen and (max-width: 640px) {
    .form-field.half {
         width: 100%;
    }
    .banner-form h3 {
         font-size: 24px;
    }
    .owl-nav button.owl-prev {
         left: -25px;
    }
    .owl-nav button.owl-next {
         right: -25px;
    }
    .video-holder .play-icon {
         font-size: 42px;
    }
}
@media screen and (max-width: 540px) {
    h1, h2 {
         font-size: 28px;
    }
    .tab-link a {
         margin: 0 5px;
    }
/*     .property-slider .text-block {
         left: 0;
    } */
    .inner-page-section h1 {
         font-size: 32px;
    }
    .inner-page-section p {
         font-size: 16px;
    }
    .awards-slider img {
         height: 57.46vw;
    }
	
	.testimonials-slider .testimonials-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 420px) {
.g-recaptcha {
    transform: scale(0.72);
    transform-origin: 0 0;
    max-width: 219px;
    display: block;
    margin: 0 auto -16px;
}
	
.social-icons li {
    margin: 0 8px;
}
}

@media screen and (max-width: 375px) {
    .inner-page-section p {
         font-size: 14px;
    }
}
@media (min-width: 320px) and (max-width: 834px){
     .home-section-2 h4 {
         text-align: center;
    }
}
/* ========== Jom ===========*/
/* January 10, 2022 */
 @media screen and (max-width: 414px){
     .banner-form h1 {
         max-width: 100%;
		 font-size: 29px !important;
    }
}

 @media (min-width: 320px) and (max-width: 834px){
     .home-section-2 h2 {
         text-align: center;
    }
}
 @media (min-width: 1366px) and (max-width: 1366px){
/*      .property-slider .text-block {
         max-width: 210px;
    } */
}
 @media (min-width: 1024px) and (max-width: 1280px){
/*      .property-slider .text-block {
         left: 10px;
         max-width: 210px;
    } */
}
 .wpcf7 form.sent .wpcf7-response-output {
     color: green !important;
}
/* ========== Jom Ends ===========*/
 .video-holder img {
     width: 100%;
}
 .form-field input[type=submit] {
     height: 74px;
}
 @media screen and (min-width: 641px) {
     .form-field.captcha {
         text-align: left;
    }
     .form-field.submit {
         width: 40%;
         margin-left: auto;
    }
}
 @media (min-width: 992px) and (max-width: 1200px){
     .home-section-1 .col-lg-6:first-child {
         -ms-flex: 0 0 60%;
         flex: 0 0 60%;
         max-width: 60%;
    }
     .home-section-1 .col-lg-6:last-child {
         -ms-flex: 0 0 40%;
         flex: 0 0 40%;
         max-width: 40%;
    }
}
 @media (min-width: 641px) and (max-width: 1280px){
     .home-section-1 .form-field.submit {
         width: 35%;
    }
}
 .footer-bar .social-icons {
     display: flex;
     justify-content: center;
}

.banner-form h1 {
	font-size: 2.5vw;
}
span.wpcf7-form-control.wpcf7-checkbox label{
	display: flex;
	align-items: center;
}

span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label {
    margin-left: 5px;
}
 
span.wpcf7-form-control.wpcf7-checkbox input {
	height: unset;
	width: unset;
}

.site-header .row .col-4:nth-child(2) h3 {
	color: #fff;
}

@media (max-width: 1280px) {
/* 	.site-header .row .col-4:not(:nth-child(2)) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	} */
	
	.site-header .row .col-4:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.site-header .row .col-4:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
	
	.site-header .row .col-4:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
}

@media (max-width: 1138px) {
	.site-header .row .col-4:not(:nth-child(2)) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.site-header .row .col-4:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 834px) {
	.banner-form h1 {
		font-size: 3.5vw;
	}
	
	.site-header .row .col-4:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 61%;
		flex: 0 0 65%;
		max-width: 65%;
	}
	
	.site-header .row .col-4:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 10%;
		flex: 0 0 10% !important;
		max-width: 10%;
	}
}

@media (max-width: 768px) {
	.site-header .row .col-4:nth-child(2) h3 {
		font-size: 18px;
	}
	
	.site-header .row .col-4:nth-child(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 10%;
		flex: 0 0 10% !important;
		max-width: 25%;
	}
	
	.site-header .row .col-4:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
}

@media (max-width: 600px) {

	.site-header .row .col-4:not(:nth-child(2)) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.site-header .row .col-4:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.banner-form h1 {
		font-size: 30px;
	}
	
	.home-section-8 h2 {
		padding: 0 50px;
	}
}

@media (max-width: 465px) {
	.home-section-8 h2 {
		padding: 0 30px;
	}
}

@media (max-width: 414px) {
	.home-section-8 h2 {
		padding: 0;
	}
	
	.site-header .row .col-4:nth-child(2) h3 {
		font-size: 16px;
	}
	
	.header-cta {
		justify-content: space-around;
	}
	
	.site-header .row .col-4:first-child {
		padding-left: 0;
	}
	
	.site-header .row .col-4:last-child {
		padding-right: 0;
	}
}

@media (max-width: 413px) {
	span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label {
		margin-left: 4px;
	}
	
	span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label {
		font-size: 14px;
		margin-left: 4px;
	}
	
	.wpcf7-list-item {
		margin: 0 0 0 12px;
	}
}
@media (max-width: 393px) {
	.site-header .row .col-4:nth-child(2) h3 {
		font-size: 15px;
	}
	
	.site-header .row .col-4:nth-child(2) {
		padding: 15px 11px;
	}
}



@media (max-width: 375px) {
	.banner-form h1 {
		font-size: 24px;
	}
	
	/* .site-header .row .col-4:nth-child(2) h3 {
		font-size: 16px;
		padding-right: 25px;
	} */
	

}

@media (max-width: 360px) {
	span.wpcf7-form-control.wpcf7-checkbox {
		display: flex;
	}
}

@media (max-width: 320px) {
	.wpcf7-list-item {
		margin: 0 0 0 0;
	}
	
	span.wpcf7-form-control.wpcf7-checkbox {
		display: flex;
		flex-direction: column;
	}
	
	.header-cta {
		justify-content: flex-end;
	}
	
	.site-header .row .col-4:nth-child(2) h3 {
		padding-right: 0;
		font-size: 17px;
	}
	
	.site-header .row .col-4:nth-child(2) {
		padding-left: 15px 9px 15px 11px;
	}
	
	.site-header .row .col-4:first-child {
		padding-left: 0;
		padding-right: 0;
	}
	
	.header-cta .cta-btn {
		margin-left: 9px;
	}

}
.home-section-2 h4 {
	font-size: 24px;
}

.home-section-2 .check-list li {
	font-size: 20px;
}
.home-section-2 .check-list li {
	background: url('../../assets/images/AwardIcon.png') no-repeat left center;
}

span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item.first {
	margin: 0;
}

.testimonials-slider .testimonials-content {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}
.addReadMore,
.addReadMore.showlesscontent {
    margin-top: 50px;
}

/* ==============
       Jom
===============*/
/* January 21, 2022 */
@media (min-width: 1024px) and (max-width: 1024px){
     .site-header .row .col-4:nth-child(2) h3 {
          margin-left: -2.5rem;
     }
}

@media (min-width: 600px) and (max-width: 600px){
     .site-header .row .col-4:nth-child(2) h3 {
          padding-left: 38px;
     }
}

@media (min-width: 834px) and (max-width: 834px){
.site-header .row .col-4:nth-child(2) h3 {
     padding-left: 35px;
}
}

@media (min-width: 768px) and (max-width: 2560px){
.home-section-3 {
     zoom: 80%;
}
}

@media (min-width: 834px) and (max-width: 834px){
     .site-header .row .col-4:nth-child(2) h3 {
          padding-left: 35px;
     }
}

@media (min-width: 360px) and (max-width: 375px){
     .site-header .row .col-4:nth-child(2) h3 {
          margin-left: -0.2rem;
     }
}

@media (min-width: 768px) and (max-width: 2560px){
.home-section-2,
.home-section-6,
.home-section-5
  {
     zoom: 80%;
}
}

/* February 4, 2022 */
@media (min-width: 768px) and (max-width: 2560px){
.wpcf7 form .wpcf7-response-output {
     margin: 3.3em 0.5em 1em !important;
}
}

@media (min-width: 1024px) and (max-width: 1280px){ 
     .wpcf7-not-valid-tip {
          width: 120%;
     }

     .wpcf7 form .wpcf7-response-output {
          margin: 3.1em 0.5em 1em !important;
     }
}

/* February 10, 2022 */
.home-section-1 .img-wrap img {
     zoom: 80% !important;
}


.site-footer .img-wrap {
     margin-top: unset;
}

.mail {
     color: #fff;
     font-size: 48px;
     margin-left: 35px;
}

@media screen and (max-width: 767px) {
     .mail {
          margin-left: 15px;
          font-size: 32px;
     }
}


@media (min-width: 320px) and (max-width: 414px){  
     .site-header .header-cta {
          justify-content: right;
     }
     }
     
     @media (min-width: 411px) and (max-width: 414px){ 
          .site-header h3 {
               max-width: 110px;
               font-size: 14px;
          }
     }

     @media (min-width: 375px) and (max-width: 393px){ 
          .site-header h3 {
               max-width: 100px;
               font-size: 14px;
          }
     }

     @media (min-width: 360px) and (max-width: 360px){ 
          .site-header h3 {
               max-width: 90px;
               font-size: 13px !important;
          }

          .mail {
               margin-left: 15px;
               font-size: 32px;
          }
     }


     @media (min-width: 320px) and (max-width: 320px){ 
          .site-header h3 {
               font-size: 13px !important;
                max-width: 90px;
          }

          .mail {
               font-size: 18px;
          }

          .header-cta .whatsapp {
               font-size: 18px; 
          }

          .header-cta .cta-btn {
               font-size: 18px;  
          }
     }


@media (min-width: 1366px) and (max-width: 1366px){ 
.site-header .header-cta .cta-btn {
     padding: 18px 28px;
 }
}

@media (min-width: 1280px) and (max-width: 1280px){ 
          .site-header .header-cta .cta-btn {
               padding: 18px 25px;
           }
}

/* March 3, 2022 */
@media (min-width: 1366px) and (max-width: 1366px){
  .site-header .header-cta .d-md-block {
   font-size: 16px;
 }
 }
 
 @media (min-width: 1280px) and (max-width: 1280px){
  .site-header .header-cta .d-md-block {
   font-size: 15.5px;
 }
 }
 
 @media (min-width: 360px) and (max-width: 393px){ 
   #header-form .banner-form h1 {
     max-width: 244px;
   }
 }

 @media (min-width: 768px) and (max-width: 768px){ 
  #header-form .banner-form h1 {
    max-width: 490px;
  }

  .site-header .row .col-4:nth-child(2) h3 {
    max-width: 250px;
  }
}

@media (min-width: 834px) and (max-width: 834px){ 
  .site-header .row .col-4:nth-child(2) h3 {
    max-width: 280px;
  }
}

@media screen and (max-width: 1440px) {
  .check-list li {
    padding-left: 40px;
}
}



/* ==============
     Jom Ends
===============*/


/* 01/25/2022 */
@media (max-width: 414px) {
	.banner-form h1 {
		font-size: 29px;
	}
}

@media (max-width: 412px) {
	.banner-form h1 {
		font-size: 29px;
	}	
}

@media (max-width: 393px) {
	.banner-form h1 {
		font-size: 27px;
	}
}
.form-field.submit,
.form-field.captcha {
	height: 100px;
}
@media (max-width: 384px) {
	.banner-form h1 {
		font-size: 27px;
	}
}
/* 
.footer-form .form-field:nth-child(4) label {
    font-size: 20px;
}
 */
/* .g-recaptcha iframe .rc-anchor-normal .rc-anchor-pt {
    margin: 2px 11px 0 23px !important;
    padding-right: 2px !important;
    position: absolute !important;
    right: unset !important;
    text-align: unset !important;
    width: 276px !important;
} */

.moretext {
  display: none;
}

@media screen and (max-width: 414px) {
/* 	.owl-carousel .owl-stage-outer {
		overflow: initial;
	}
} */