body {
    font-family: Montserrat !important;
    line-height: 24px;
    font-size: 16px;
	    letter-spacing: 1px;
}

h1,
h2,
h3 {
    font-family: 'Montserrat', sans-serif;    letter-spacing: 1px;
    font-weight: 600;
}

p {
    font-family: Montserrat !important;    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}


.container {
    width: 85%;
    margin: 0px auto;
}

.time-section {
    background-color: #ccf7f8;

}

.pspace {
    padding: 80px 0px;
}

.about-us {
    display: grid;
    grid-template-columns: 50% 40%;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
}

.bg-blue {
    background-color: #bff5f7;
}

.ch2 {
    font-size: 54px;
    line-height: 62px;
    color: #363636;
    margin-top: 0;
    letter-spacing: -2px;
}

.para {
    font-size: 26px;
    line-height: 34px;
    width: 90%;
	margin-top:0;
}

.content {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
}

.image-box {
    overflow: hidden;
}

img {
    width: 100%;
}

.expert-section .para {
    width: 60%
}

.expert-section .ch2 {
    font-size: 54px;
    line-height: 62px;
    color: #363636;
}

.icon {
    overflow: hidden;
}

.expect-grid {
    display: grid;
    grid-template-columns: 55% 43%;
    justify-content: space-between;

}

.icon img {
    width: fit-content
}

.expect-card {
    border: 5px solid #31bfc1;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
}


.expect-content-rgt {
    border: 5px solid #31bfc1;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-start;
}

.expect-para-right {
    width: 80%
}

/* .expect-content-right .expect-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
} */

.mb100 {
    margin-bottom: 40px;
}

.expect-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.expect-right {
    display: flex;

    gap: 20px;
}

.expect-content-rgt {
    display: flex;
}

.section-title {
    font-size: 54px;
    line-height: 62px;
    color: #f35a22;
	margin-top:0;
}

.expect-para {
    font-size: 28px;
    line-height: 36px;
    width: 75%;
}

.expect-para-right {
    font-size: 28px;
    line-height: 36px;
}

.subtitle-footer {
    color: #fff;
}

.movement-section {
    background-color: #bff5f7;
}

.mt80 {
    margin-top: 80px;
}

.tc {
    text-align: center;
}

.blue {
    color: #2a2c76
}

.orange {
    color: #f15a23;
}

.sub-heading {
    font-size: 40px;
    color: #2a2c75;
    line-height: 46px;
    font-weight: 600;
}
.movement-section{margin-top: -7px;}
.movement-section .ch2 {
    font-size: 54px;
    line-height: 62px;
	letter-spacing:-2px;
	margin-top:0;
}

.description {
    font-size: 26px;
    line-height: 34px;
	margin-bottom:0;
}

.waitlist-section {
    background-color: #e9f6fc;
}

.waitlist-section .ch2 {
    font-size: 54px;
    line-height: 62px;
	letter-spacing:-2px;
	margin-top:0;
}

.wait-p {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
    width: 100%;
	margin-bottom: 0;
}

.clr-black {
    background-color: #000;
    padding: 40px;

}

.copyright {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}


.contact-section {
    background-color: #ffffff;
}



.contact-section h2 {

    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #444;
}


.subtitle {
    font-size: 18px;
    color: #777;
    margin-bottom: 60px;
    line-height: 24px;
}


/* .contact-form { */
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 30px; */
    /* width: 70%; */
    /* margin: 0 auto; */
/* } */

.contact-form{
	display:grid;gap:30px;width:70%;margin:0 auto;
}

.frow {
        display: flex;
    gap: 30px;
}

.frow input , select {
    width: 100%;
    padding: 18px 22px;
    border: 1px solid #aaa;
    border-radius: 40px;
    font-size: 16px;
    outline: none;
}
.form-row {
    display: flex;
    gap: 30px;
}


.form-row select {
    width: 100%;
    padding: 18px 22px;
    border: 1px solid #aaa;
    border-radius: 40px;
    font-size: 16px;
    outline: none;

}


.frow input {
    width: 90% !important;

}
.mt8{margin-top:-8px;}
.form-row input,

textarea {
    width: 100%;
    padding: 18px 22px;
    border: 1px solid #aaa;
    border-radius: 40px;
    font-size: 16px;
    outline: none;

}

textarea {
    border-radius: 20px;
    height: 150px;
    resize: none;
    width: 96%;
}

.field {
    width: 100%;
    text-align: left;
}

.field label {
    font-size: 18px;
	line-height:24px;
    color: #555;
    margin-bottom: 8px;
    display: block;
}

.field label span {
    color: red;
    font-size: 12px;
}

button {
    align-self: center;
    margin-top: 20px;
    padding: 16px 50px;
    border-radius: 40px;
    border: none;
    background-color: #f5784e;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background 0.3s ease;
	width:fit-content;
}

button:hover {
    background-color: #e25f38;
}


.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}

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

.card-content {
    width: 80%
}

.ch3 {
    color: #2a2c76;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}

.card {
    display: flex;
    border: 1px solid #01d6dc;
    border-radius: 20px;
    gap: 20px;
    padding: 20px;
}

.card p {
    margin: 0;
}

.quote-overlay {
    display: grid;
    grid-template-columns: 50% 40%;
}

.quote-image img {
    overflow: hidden
}

.aging-img {
    width: fit-content;
}

.logo-img2{display:none;}

.quote-section {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url("images/three-04.jpg");
    /* replace with your image path */
    background-size: cover;
    background-position: center;

}

/* Dark gradient overlay */


/* Text area */
.quote-content {

    padding-left: 80px;
}

.quote-content p {
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 200px;
}



.footer {
    position: relative;
    background: url("images/footer-image.jpg") center/cover no-repeat;
    color: #eaeaea;
    padding: 80px 10%;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.footer-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    z-index: 2;
}




.pb0 {
    padding-bottom: 0px !important;
}

/* LEFT */
.logo {
    font-size: 40px;
    font-weight: 600;
    color: #19c7c7;
}

.logo span {
    color: #ff7a45;
}

.arrow {
    color: #19c7c7;
}

.tagline {
    margin: 10px 0 30px;
    color: #aaa;
}

.social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social span {
    margin-right: 10px;
}

.social a {
    text-decoration: none;
    color: #19c7c7;
    font-size: 18px;
}

.dob{width:47%;}

/* RIGHT */
.footer-right h3 {
    color: #19c7c7;
    letter-spacing: 1px;
}

.subtitle {
    margin-bottom: 35px;

}

.footer-right ul {
    list-style: none;
    padding: 0;
}

.footer-right li {
    margin-bottom: 20px;
    line-height: 1.6;
}

.mail {
    color: #fff;
}

.footer-left img {
    width: 200px;
}
/* form css */
.c-form {
   
    padding: 50px;
    color: #fff;
	width: 70%;
    margin: 0 auto;
}

.fgrid2 {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
	    border: 1px solid #000;
    border-radius: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem 0.375rem 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px;
    
   
   
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* banner css */
.banner-content{position: relative;top: -4%;background: rgb(0 0 0 / 30%);}

.banner {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

/* Images */
.banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.desktop-img {
  display: block;
}

.mobile-img {
  display: none;
}

/* Overlay content */
.banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  color: #ffffff;
 
  padding: 30px 20px;

  display: flex;
  
  }
  
  .subtitle-cont{color:#9ae8eb;font-weight: 600;font-size: 20px;line-height: 26px;}
.logo-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: space-between;
    align-items: center;
    position: relative;
    right: -16%;
    top: 5%;
}


.logo-img {
 width:200px;
}

.banner-content h1 {
  font-size: 34px;
  max-width: 900px;
  margin-bottom: 15px;
  line-height: 40px;
}

.subtitle {
  font-size: 18px;
 
  margin-bottom: 30px;
}

.coming-soon {
  font-size: 60px;
  font-weight: 800;
  color: #ff6a2b;
  letter-spacing: 4px;
  margin-bottom: 15px;
}

.location {
  font-size: 16px;
  opacity: 0.9;
}


@media(max-width:1750px) {
    .wait-p br {
        display: none;
    }
}

@media(max-width:1600px){
	
	.ch2 {
    font-size: 40px;
    line-height: 46px;
	}
	.para {
    font-size: 30px;
    line-height: 38px;
    width: 90%;
}

.expect-para {
    font-size: 24px;
    line-height: 30px;
}

.expect-para-right {
    font-size: 24px;
    line-height: 30px;
}


.quote-content br{display:none;}
}

@media(max-width:1500px) {
    .card-content {
        width: 76%;
    }

    .quote-content p br {
        display: none;
    }

    .quote-content p {
        width: 80%;
    }

    
textarea {width: 95%}
.expert-section .ch2 {
    font-size: 48px;
    line-height: 54px;
}

.movement-section .ch2 {
    font-size: 60px;
    line-height: 68px;
}

.sub-heading {
    font-size: 36px;line-height: 40px;
}

.description {
    font-size: 30px;
    line-height: 36px;
}
.quote-content p {margin-top: 100px;}
.logo-content {    right: -5%;}

.banner-content h1 {font-size: 30px;line-height: 34px;    top: -19%;}

    .para {
        font-size: 26px;
        line-height: 30px;
	}
}
@media(max-width:1400px) {


    .about-us {
        display: grid;
        grid-template-columns: 50% 40%;
    }


    .ch2 {
        font-size: 30px;
        line-height: 34px;
    }

    .para {
        font-size: 24px;
        line-height: 28px;
        width: 90%;
    }

    .section-title {
        font-size: 40px;
        line-height: 44px;
        color: #f35a22;
    }

    .expert-section .ch2 {
        font-size: 50px;
        line-height: 54px;
        margin-top: 0;
    }


    .expert-section .para {
        width: 90%;
    }

    .card-content {
        width: 76%;
    }

    .quote-overlay {
        grid-template-columns: 100%;
    }

    .subtitle br {
        display: none;
    }


}


@media(max-width:1350px) {

    .card-content {
        width: 70%;
    }
	.banner{height: 70vh;}
	
	    .logo-content {
        right: -3%;
    }
}


@media(max-width:1200px) {
	
	    .para {
        font-size: 20px;
        line-height: 24px;
		}
.subtitle-cont {    font-size: 18px;}	
	.logo-content {
        right: 2%;    top: 8%;
    }
.quote-section {height: 400px;	}

.quote-content p {    font-size: 30px;
line-height: 38px;}

.description {
        font-size: 24px;
        line-height: 30px;
    }
    .section-title {
        font-size: 40px;
        line-height: 44px;
        color: #f35a22;
    }

    .expert-section .ch2 {
        font-size: 30px;
        line-height: 36px;
    }

    .expect-para {
        font-size: 20px;
        line-height: 24px;
        width: 75%;
    }

    .expect-para-right {
        font-size: 20px;
        line-height: 24px;
        width: 70%;
    }

    .mb100 {
        margin-bottom: 50px;
    }

    .movement-section .ch2 {
        font-size: 40px;
        line-height: 48px;
    }

    .sub-heading {
        font-size: 30px;
        line-height: 38px;
    }

   

    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .quote-content p {
        margin-top: 160px;
    }

    .wait-p {
        font-size: 20px;
        line-height: 26px;
    }

    .waitlist-section .ch2 {
        font-size: 40px;
        line-height: 46px;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 90%;
    }


}

/* @media(max-width:1050px) { */
    /* .expect-grid { */
        /* display: grid; */
        /* grid-template-columns: 100%; */
        /* justify-content: space-between; */
        /* gap: 20px; */
    /* } */
/* } */
@media (max-width: 1024px) {.footer {    padding: 50px 8%;}}

@media(max-width:992px) {
	    .banner-content h1 {
        font-size: 24px;
        line-height: 30px;}
		
	    .quote-content p {
        margin-top: 40px;
    }
	
	.expect-content-rgt {
    display: flex;
    flex-direction: column;
	}
	
	    .expect-para-right {width: 100%;margin:0;}

    .quote-section {
        background-position: right;
    }

    .quote-content p {
        width: 58%;
    }

}

@media(max-width:800px) {
	
	.field label {
    font-size: 16px;
    line-height: 20px;
	}
	.expect-card {    flex-direction: column;gap: 10px;}    .expect-para {        width: 100%;}
}

@media(max-width:768px) {
	
	
	    .banner {height: 300px;}.banner-content {top: -10%;}
		 .banner-content h1 {font-size: 16px;line-height: 20px;margin-bottom: 0;} .subtitle-cont {font-size: 16px;margin-top: 0;}
		     .logo-content {right: 2%;top: 12%;}
	    .sub-heading {
        font-size: 26px;
        line-height: 30px;
    }
	
	.footer {padding: 30px 6%;}
	
	.para {
        font-size: 20px;
        line-height: 26px;
	}
	
	    .expert-section .ch2 {
        font-size: 30px;
        line-height: 36px;
    }
	
	


	
	    .expect-content-rgt {align-items: center;
		}
	
	.ch2{margin-top: 0;}    .para {margin-top: 0;}
	    textarea {
        width: 93%;
    }
	.expect-grid {grid-template-columns: 100%;gap:20px;}

    .footer-left img {
        width: 200px;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

    .wait-p {
        font-size: 24px;
        line-height: 28px;
    }

    .pspace {
        padding: 60px 0px;
    }

    .about-us {
        display: grid;
        grid-template-columns: 100%;
    }

    .section-title {
        font-size: 30px;
        line-height: 34px;
        color: #f35a22;
    }
	
	    .expert-section .para {
        width: 100%;
    }

    .expect-para {
        width: 100%;
    }
    .expert-section .ch2 {
         margin-bottom: 20px;
    }
   .description br{display:none;}

    .movement-section .ch2 {
        font-size: 30px;
        line-height: 36px;
    }

  


    .mt80 {
        margin-top: 40px;
    }

    .contact-form {
        width: 90%;
    }

    .card {
        flex-direction: column;
    }

    .card-content {
        width: 100%;
    }

    .quote-content p {

        font-size: 24px;
        line-height: 30px;
    }

    .quote-content {
        padding-left: 25px;
    }

    .quote-content p {
        margin-top: 90px;
    }

    .quote-section {
        height: 350px;
    }
}

@media(max-width:600px) {

    .wait-p {
        font-size: 20px;
        line-height: 24px;
    }

    .cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .quote-content p {
        margin-top: 40px;
    }



    .quote-content p {
        width: 40%;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: auto;
    }


    .quote-content p {
        font-size: 22px;
        line-height: 30px;
    }

}
@media(max-width:550px) {.logo-content {right: 2%;top: 10%;}}

@media(max-width:500px) {
	    .logo-content {top: 0%;}
	    
	.dob {
    width: 100%;
}

.frow input {
    width: 100% !important;
}

.form-row select {
    width: 110%;
}

    textarea {
        width: 100%;
    }
	.frow {
   flex-direction: column;
	}

    .card {
        padding: 15px;
    }

    .footer {
        padding: 20px 10%;
    }

    .clr-black {
        padding: 20px;
    }

    .copyright {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
    }

    .footer-container {
        gap: 20px;
    }

    .waitlist-section .ch2 {
        font-size: 32px;
        line-height: 34px;
        margin: 0;
    }

    .quote-content p {
        font-size: 20px;
        line-height: 26px;
    }

    .contact-form {
        margin: 0;
        gap: 15px;
    }

    

    .expect-card {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
    }

    .expect-content-rgt {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
    }

    .expect-para-right {
        width: 100%;
    }

    .expect-para {
        width: 100%;
    }

    .mb100 {
        margin-bottom: 40px;
    }

    .expert-section .para {
        width: 100%;
    }

    .expert-section .ch2 {
        font-size: 22px;
        line-height: 28px;
		        margin-bottom: 20px;
    }

    .para {
        font-size: 20px;
        line-height: 26px;
    }

    .movement-section .ch2 {
        font-size: 30px;
        line-height: 34px;
    }

    .form-row {
        flex-direction: column;
        gap: 20px;
    }

    .contact-form {
        width: 80%;
    }

    .expect-para-right {
        font-size: 16px;
        line-height: 20px;
    }

    .expect-para {
        font-size: 16px;
        line-height: 20px;
    }

    .wait-p {
        font-size: 16px;
        line-height: 20px;
		margin-bottom:0;
    }

    .contact-section h2 {
        font-size: 30px;
        line-height: 34px;
        margin: 0;
    }
	
	.logo-content {
        top: 14%;
    }
	
	
}

@media(max-width:480px) {

.banner{
        height: 480px !important;
    }
	
	    .footer-left img {
        width: 150px;
    }
	
	.banner-content{display:none;}
	.logo-img2{display:block;position: relative;
    width: 120px;}
	
	
	.logo-img{display:block;}
	
	.desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }

 

  .banner-content h1 {
    font-size: 20px;
  }

  .subtitle {
    font-size: 15px;
  }

  .coming-soon {
    font-size: 38px;
    letter-spacing: 2px;
  }

  .logo {
    font-size: 20px;
  }
	
	    .quote-content {
        padding: 25px;
    }
	.frow {gap: 15px;}
	.frow input, select {
        padding: 12px 18px;
    }
    .quote-section {
        background-position: center;
    }

    .quote-content p {
        width: 100%;
    }

    button {
        padding: 12px 30px;

    }

    .form-row input,
    textarea {
        padding: 12px 18px;
    }

    .frow input {
        padding: 12px 18px;
    }

    .form-row select {
        padding: 12px 18px;
    }


    .pspace {
        padding: 40px 0px;
    }

    .ch2 {
        font-size: 22px;
        line-height: 26px;margin-top:0;
    }

    .para {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
		        margin-top: 0;
    }

    .section-title {
        font-size: 22px;
        line-height: 28px;
        color: #f35a22;
    }

    .description {
        font-size: 16px;
        line-height: 22px;
    }

    .movement-section .ch2 {
        font-size: 22px;
        line-height: 28px;
    }

    .sub-heading {
        font-size: 20px;
        line-height: 24px;
    }

    .mt80 {
        margin-top: 0px;
    }


    .three-image {
        height: 200px;
    }

    .nowrap {
        text-wrap: nowrap!important;
    }
	.description{margin:0;}
	button {align-self: flex-start;}
}

@media (max-width: 400px) {
    .copyright {
        color: #fff;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 350px) {
    .form-row select {
        width: 115%;
    }
}