@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
	margin: 0px;
	padding: 0px;
}

.top_banner{
	width: 100%;
	position: relative;
	display: block;
	color: #fff;
}

.site_body{
	width: 100%;
	position: relative;
	display: block;
	background: #e3ddbe;
}

.bg_img{
	background: url(../img/bg_tree.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.bg_img1{
	background: url(assets/img/plat1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.main_title{
	width: 100%;
	display: block;
}

.main_title h2{
	font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 70px;
    line-height: 70px;
}
.site_address{
	width: 100%;
	display: block;
}
.site_address h4{
	font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
      font-size: 28px;
    line-height: 40px;
}
.banner_list{
    width: 100%;
    display: block;
    float: left;
    margin: 0 auto;
	display: flex;
    justify-content: center;
}
.banner_list ul{
	margin: 0px;
	padding: 0px;
}
.banner_list ul li{
    list-style: none;
    font-size: 18px;
    background: #15c28c9c;
    color: #fff;
    display: inline;
    padding: 15px 20px;
    border-radius: 20px;
	float: left;
	margin: 0 5px;
}
.banner_list ul li span{
	font-size: 14px;
	display: block;
}

.text-center{
	text-align: center !important; 
}

.pt-160{
	padding-top: 160px;
}
.pb-160{
	padding-bottom: 160px;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.pt-80{
	padding-top: 80px;
}
.pb-80{
	padding-bottom: 80px;
}
.pb-50{
	padding-bottom: 50px;
}

.site_heading h3{
	font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 40px;
    line-height: 40px;
}

.site_iconslist{
	width: 100%;
	display: flex;
    justify-content: center;
}

.site_iconslist ul{
	margin: 0px;
	padding: 0px;
}
.site_iconslist ul li{
	list-style: none;
    width: 190px;
    display: inline;
    float: left;
    text-align: center;
    border-radius: 20px;
    border: #1c6663 solid 1px;
    padding: 30px 7px;
    margin: 0px 10px;
	border-bottom: 8px #1c6663 solid;
}

.icon_text{
	font-weight: 600;
    color: #1c6663;
	font-size: 20px;
}
.icon_text span{
	font-size: 14px;
    line-height: 17px;
}

.site_heading{
	width: 100%;
	display: block;
}


.site_head_title h2{
	font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 50px;
    line-height: 50px;
}

.site_abt_p p{
	font-family: "Inter", sans-serif;
	font-size: 20px;
    line-height: 34px;
    font-weight: 300;
}

.site_abt_links{
	width: 100%;
	display: block;
}

.site_abt_links ul{
	margin: 0px;
	padding: 0px;
}
.site_abt_links ul li{
	list-style: none;
    float: left;
    width: 240px;
    text-align: center;
    font-size: 19px;
    font-family: "Inter", sans-serif;
	border-right: #1c6663 solid 2px;
}

.site_abt_links ul li.brdr-none{
	border-right: #e3ddbe solid 2px;
}

.location_list{
	width: 100%;
	display: block;
}
.location_list ul{
	margin: 0px;
	padding: 0px;
}
.location_list ul li{
	list-style: none;
    float: left;
    font-size: 19px;
    font-family: "Inter", sans-serif;
	width: 330px;
    margin-right: 15px;
	margin-bottom: 20px;
    line-height: 24px;
	min-height: 55px;
}
 
.location_list ul li img{
	float: left;
	margin-right: 10px;
}


.amenities_list{
	width: 100%;
	display: block;
}
.amenities_list ul{
	margin: 0px;
	padding: 0px;
}
.amenities_list ul li{
	list-style: none;
    float: left;
    font-size: 19px;
    font-family: "Inter", sans-serif;
	width: 330px;
    margin-right: 15px;
	margin-bottom: 20px;
    line-height: 24px;
	min-height: 55px;
}
 
.amenities_list ul li img{
	float: left;
	margin-right: 10px;
}


@media(max-width: 480px){
	.main_title h2{
		font-size: 60px;
    	line-height: 60px;
	}
	.site_address h4 {
	    font-family: "Baskervville", serif;
	    font-weight: 500;
	    font-style: normal;
	    font-size: 25px;
	    line-height: 30px;
	}
	.banner_list ul {
	    margin: 0px;
	    padding: 0px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	}
	.banner_list ul li {
	    list-style: none;
	    font-size: 18px;
	    background: #15c28c9c;
	    color: #fff;
	    display: inline;
	    padding: 15px 20px;
	    border-radius: 20px;
	    float: left;
	    margin: 0 5px;
	    margin-bottom: 13px;
	    width: 100%;
	}
	.site_heading h3 {
	    font-family: "Baskervville", serif;
	    font-weight: 400;
	    font-style: normal;
	    font-size: 41px;
	    line-height: 44px;
	}
	.site_iconslist ul li {
	    width: 43%;
	    margin-bottom: 20px;
	}
	.site_head_title h2 {
	    font-size: 50px;
	    line-height: 60px;
	}
	.site_abt_links ul li {
	    list-style: none;
	    float: left;
	    width: 100%;
	    text-align: center;
	    font-size: 19px;
	    font-family: "Inter", sans-serif;
	    border-right: none;
	}
	.location_list ul li img {
	    float: left;
	    margin-right: 10px;
	    margin-bottom: 20px;
	}
}







