@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather:wght@400;700&display=swap');
*
html {
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Merriweather", serif;
	font-weight: 700;
}
p, input, select, textarea, button, label, a, li, span:not(h2 span){
	font-family: "Lato", sans-serif;
}
p{
	font-size: 18px;
	line-height: 24px;
}
body a{
	text-decoration: none;
}
img{
	max-width: 100%;
}
*{
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
}
.primary-btn {
    min-height: 64px;
    border-radius: 10px;
    background: #ef9621;
    font-weight: 600;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    color: #fff;
    transition: background .3s ease-in-out;
}
.primary-btn:hover {
    color: #fff;
    background-color: #e38d20;
}
.primary-btn.btn-md {
    font-size: 18px;
    min-height: 50px;
    border-radius: 6px;
}
/*.main-banner-slider .primary-btn.btn-md{
		background-color: #fff;

}
.main-banner-slider .primary-btn{
	background-color: #fff;
	color: #ef9621;
}*/
.navbar
{
	background: white;
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, .05);
}
.navbar-brand img
{
	height: 67px;
}
#nav-main-first-nav
{
	padding-left: 40px;
	padding-right: 20px;
}
.quick-links h5{
	color: #fff;
}
.quick-links ul{
	margin: 0;
	padding: 0;

}
.quick-links ul li{
	list-style: none;
}
.quick-links ul li a{
	text-decoration: none;
	font-weight: normal;
}
.quick-links ul li a:hover{
	text-decoration: underline;
}
div#footerLogo {
    display: flex;
    justify-content: space-between;
}
.navbar-nav .nav-item a 
{
	font-size: 21px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: "Lato", sans-serif;
}
/*#nav-btn .btn
{
	background: #B2D882;
	color: #11452E;
	font-size: 27px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	padding: 8px 42px;
	border-radius: 12px;
}*/
.inner-page-banner #first-section-col-2 img{
	height: unset;
}
#nav-home a 
{
	margin-top: 7%;
	font-weight: 500;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 20px;
    padding-top: 15px;
}
.main-banner-wrapper.bottom-banner{
	margin-top: 0;
}
#first-section
{
	background: #b2d882;
	
}
.main-banner-wrapper .carousel-control-next, .main-banner-wrapper .carousel-control-prev{
	width: 50px;
}
#first-section-col-1
{
	padding-top: 2%;
	padding-left: 4%;
	
}
#first-section-col-1 h1
{
	color: #11452e;
font-size: 48px;
line-height: 65px;
font-weight: bold;
}
#first-section-col-1 p
{
	margin-top: 15px;
	font-size: 22px;
	color: #11452e;
	line-height: 26px;
}
.main-banner-wrapper {
    margin-top: 93px;
}
#first-section-col-1 .line 
{
	margin-top: 20px;
	height: 5px;
	background: #B2D882;
	max-width: 80px;
}
#first-section-col-1 #contact-us
{
	margin-top: 30px;
}
#first-section-col-1 #contact-us h6
{
	color: white;
	font-size: 20px;
}
#first-section-col-1 #contact-us #btn
{
	margin-top: 15px;
	display: flex;
	gap: 15px;
}
#first-section-col-1 #contact-us #btn button
{
	background: #B2D882;
	color: #11452E;
	font-size: 22px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	padding: 8px 42px;
	border-radius: 12px;
	text-decoration: none;
}
#first-section-col-2
{
	/*background: #B2D882;
	right: 0;
	bottom: 0;
	border-top-left-radius: 20%;*/

	background: linear-gradient(to right, transparent 65%, #B2D882 20%);
	padding-top: 2%;
	overflow: hidden;
	position: relative;
	
	
}
#first-section-col-2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 40%;
    background-color: #11452e;
    border-top-left-radius: 40%;

}
#first-section-col-2 img
{
	height: 520px;
	position: relative;
	z-index: 1;	
}
#second-section
{
	padding-top: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	padding-right: 4%;
}
#second-section #second-col-2 h2
{
	
	line-height: 60px;
	color: #11452E;
	

}
#second-section #second-col-2 p 
{
	font-family: "Lato", sans-serif;
	margin-top: 2%;
	font-weight: 500;
	color: #505151;
}
#third-section
{
	padding-top: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	padding-right: 4%;
}
h2 
{
	color: #11452E;
	font-size: 44px;
}
#third-section h6
{
	font-size: 21px;
	margin-top: 20px;
	line-height: 30px;
	color: #505151;
}
#third-section-row
{
	padding-top: 20px;
}
#third-section-row ul li
{
  font-size: 26px;
  font-family: "Lato", sans-serif;
  color: #11452E;
  font-weight: 500;
  margin-top: 10px;
}
#third-section-row p 
{
	margin-top: 1%;
	color: #505151;
	font-weight: 500;
	font-family: "Lato", sans-serif;
}
.list-style {
	margin-top: 8%;
}
#fourth-section
{
	padding-top: 4%;
	padding-left: 4%;
	padding-bottom: 4%;
	padding-right: 4%;
	background: #EBF0EF;
}
#fourth-section h2
{
	text-align: center;
	font-weight: 600;
}
#fourth-section-row
{
	margin-top: 30px;
}
#fourth-section-row #card
{
	padding: 10px;
}
#fourth-section #card h5{
	background: #B2D882;
    margin-bottom: 0;
    padding: 10px 25px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#fourth-section #card h6{
	background: #fff;
	text-align: center;
	padding: 25px 0 10px;
	margin-bottom: 0;
}
.c-card-info{
	background: white;
	text-align: center;
	border-radius: 0 0 10px 10px;
	padding-bottom: 25px;
}

#fourth-section #card p {
	margin-top: 0;
	background: white;
	padding: 30px;
	text-align: center;
	font-family: "Lato", sans-serif;
	color: #505151;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	min-height: 204px;
	font-weight: 500;
}
#fourth-section #card .c-card-info p{
	margin-bottom: 0;
	padding: 0 25px 20px;
	min-height: 105px;
}
#fourth-section-icons
{
	margin-top: 15px;
	background: white;
	text-align: center;
	padding: 1%;
	border-radius: 12px;
}
#fourth-section-icons a 
{
	margin-left: 30px;
	margin-right: 30px;
}
#fifth-section
{
	padding-top: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	padding-right: 4%;
}
#fifth-section h2 
{
	text-align: center;
	font-weight: 600;
	color: #11452E;
}
#fifth-section-carousel
{
	margin-top: 30px;
	background: #11452E;
	border-radius: 10px;
	
}
#fifth-section-carousel .carousel-inner
{
	padding: 5%;
	min-height: 300px;
}
#fifth-section-carousel .carousel-inner .carousel-item h2
{
	color: #B2D882;
}
h2:after {
    width: 100px;
    height: 5px;
    content: "";
    display: block;
    background: #b2d882;
    margin: 5px 0 20px;
}
h2.accordion-header:after{
	display: none;
}
.main-banner-wrapper.bottom-banner > h2 {
    padding: 0 15px;
    text-align: center;
    margin: 20px 0 10px;
    float: left;
    width: 100%;
}
#sixth-section h2:after, .main-banner-wrapper.bottom-banner > h2:after, #fifth-section h2:after, #fourth-section h2:after, #fifth-section h2:after, #seventh-section h2:after{
	margin: 5px auto 20px;
}
#fifth-section-carousel .carousel-inner .carousel-item p 
{
	text-align: center;
	margin-top: 20px;
	color: white;
	font-size: 22px;
	line-height: 28px;
}
#sixth-section
{
	padding-top: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	padding-right: 4%;

}
#sixth-section-box
{
	background: #EBF0EF;
	padding: 4%;
	border-radius: 10px;
	text-align: center;

}
.contact-page-main-wrapper{
	margin-top: 125px;
}
#sixth-section-box-a
{
	margin-top: 4%;
}
#seventh-section
{
	padding-top: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
}
#seventh-section h2
{
	text-align: center;
	color:#11452E ;
	
}
#seventh-section-accor
{
	margin-top: 5%;
	padding-left: 4%;
	padding-right: 4%;
}
.features-section.sec-turning65 {
    background: #b2d8821f;
    margin-bottom: 0 !important;
    padding: 60px 4%;
}
.features-section.sec-turning65 .sec-info{
	max-width: 55%;
}
.features-section .c-container{
    display: flex;
    gap: 30px;
    align-items: center;
}
#turning-65-soon .primary-btn.btn-md{
	margin: 0 10px 10px 0;
}
.features-section.sec-turning65 .sec-info{
}
.features-section.sec-turning65 .sec-img {
        max-width: 40%;
    }
.accordion
{
	border: none;
	outline: none;
}
.accordion-item 
{
	border: none;
	outline: none;
	border-bottom: 1px solid black;
}


.accordion-body
{
	font-size: 20px;

}



.accordion-button {
    font-size: 24px;
    background-color: white; /* Ensures the background is white for all accordion buttons */
    color: inherit; /* Keeps the text color consistent */
    border: none; /* Removes any default border */
    background-color: white; /* Ensures the first accordion button remains white when expanded */
    color: #11452E;
    font-weight: 600;
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: white; /* Ensures the first accordion button remains white when expanded */
    color: #11452E;
    font-weight: 600;
    border: none;
}

.accordion-button:focus, .accordion-button:active {
    box-shadow: none; /* Remove any focus shadow */
    background-color: white; /* Keeps the background white on focus and active states */
    outline: none; /* Removes the focus outline if any */
    border: none;
}

.accordion-button.collapsed {
    background-color: white; /* Ensures the background is white even when the button is collapsed */
}
.modal-header
{
	
	color: #11452E;
}

#footer
{
	padding: 30px  4% 16px;
	background: black;
}
#footer button
{
	color: white;
	font-family: "Lato", sans-serif;
}
#footer p 
{
	color: white;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	margin-bottom: 0rem;
	margin-left: 15px;
	text-align: center;
}
#footer img
{
	height: 60px;
}

.contact-section {
    text-align: left; /* Aligns text inside the contact section */
    float: right; /* Moves the contact section to the right */
}

.contact-link, .footerPara {
    color: white;
    text-decoration: none;
}
.footerAddress {
    display: flex;
    justify-content: space-between;
}
.input {
    width: 100%;
    border: 1px solid #ddd; /* Green border */
    border-radius: 4px; /* Slightly rounded corners */
    padding: 10px; /* Padding for spacing */
    font-size: 16px; /* Font size */
    transition: border-color 0.3s ease; /* Smooth transition */
  }
  p a{
  	text-decoration: underline;
  	color: #4d7298;
  }
  textarea{
  	resize: none;
  }

  .input:focus {
    border-color: #2E7D32; /* Darker green when focused */
    outline: none; /* Remove default outline */
  }
.sec-turning65 h4 a{
	color: #4d7298;
	text-decoration: underline;
}

  .footerCopyright {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px;
    gap: 20px;
}
.quick-links ul li a {
    color:#fff;
    font-weight: 500;
    font-size: 14px;
}
a.TCandPP{
	text-decoration: underline;
}
.TCandPP:hover {
    text-decoration: none;
    color: #fff;
}



#row-card
{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  height: 600px auto;
  margin-bottom: 50px;
padding: 20px;
border-radius: 12px;

}

#main-contaner-contact-us-page
{
	margin-top: 150px;
	padding-left: 50px;
	padding-right: 50px;

}
#col-first-img-cont img
{
	height: auto;
	object-fit: cover;
	border-radius: 12px;

}
#col-2-content-rhp
{
	padding-right: 15px;
}
#col-2-content-rhp h2
{
	font-size: 34px;
	line-height: 44px;
	color: #11452E;
	max-width: 390px;
}
/*contact us bottom section*/
.contactus-bottom-buttons{
	max-width: 640px;
	gap: 30px;
	width: 100%;
	display: flex;
	margin: 0 auto 15px;

}
.contactus-bottom-buttons a {
    background: #ef9621;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    padding: 0 20px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    flex-basis: 50%;
}
.contactus-bottom-section h6{
	color: #11452e;
	font-size: 24px;
	text-align: center;
	margin: 0 auto 20px;
	max-width: 780px;

}
.contactus-bottom-section p{
	color: #11452e;
	font-size: 20px;
}
.contactus-bottom-section{
	text-align: center;
	margin-bottom: 35px;
}
.contactus-bottom-section p small{
	font-size: 16px;
}
.features-section.sec-turning65 .sec-info h2:after{
	margin-top: 10px;
}
.custom-link{
	font-size: 20px;
	color: #4d7298;
	text-decoration: underline;
	font-weight: 600;
}
p a:hover, .sec-turning65 h4 a:hover, .custom-link:hover{
	color: #4d7298;
	text-decoration: none;
}
.hgiiip-actions{
	display: flex;
	gap: 15px;
	justify-content: center;
	padding-top: 30px;
}
.footer-disclaimer {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 20px;
}
#footer .footer-disclaimer p {
    margin-left: 0;
}
@media (max-width: 991px){
	#first-section-col-1 h1 {
	    color: #11452e;
	    font-size: 38px;
	    line-height: 46px;
	}
	#first-section-col-2 img{
		height: auto;
		max-width: 300px;
	}
	#fourth-section-row {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
h2{
	font-size: 34px;

}
}
@media(min-width: 768px){
	.footerCopyright{
		width: 50%;
	}
}
@media (max-width: 767px){
	.features-section .c-container{
		flex-direction: column;
	}
	.footerCopyright{
		padding: 0;
		flex-direction: column;
	}
	#footer img{
		padding: 0 !important;
	}
	div#footerLogo {
	    justify-content: flex-start;
	    flex-direction: column;
	    align-items: flex-start;
	}
	#main-container-contact-us-page div#row-card {
	    flex-direction: column;
	}
	#main-container-contact-us-page  #col-first-img-cont{
		margin-bottom: 20px;
	}
	.accordion-button {
	    font-size: 18px;
	}
	.accordion-body{
		font-size: 16px;
	}
	.features-section.sec-turning65 .sec-info{
		max-width: unset;
	}
	.features-section.sec-turning65 .sec-img {
	    max-width: unset;
	}
	.primary-btn {
        font-size: 18px;
        padding: 0 25px;
        min-height: 54px;
    }
    #col-2-content-rhp h2 {
	    font-size: 24px;
	    line-height: 34px;
	}
    #first-section-col-1 #contact-us #btn{
    	flex-wrap: wrap;
    	gap: 10px;
    	padding-bottom: 30px;
    }
    h2{
    	font-size: 28px;
    }
    #fourth-section-row {
	    grid-template-columns: repeat(1, 1fr);
	}
	#fourth-section #card p{
		height: auto;
		padding: 30px;
	}
}
@media (max-width: 640px){
	.contactus-bottom-section h6 {
	    font-size: 20px;
	    margin: 0 auto 20px;
	}
	.contactus-bottom-section p {
	    font-size: 18px;
	    line-height: normal;
	}
	.contactus-bottom-buttons a {
	    font-size: 20px;
	    padding: 0 10px;
	    height: 50px;
	}
	.contactus-bottom-buttons {
	    gap: 15px;
	}
}