/*******************Reset Css****************/

* { margin: 0; padding: 0; border: none; outline: none !important; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-shadow: none; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }
p { margin: 0; }
html, body { padding: 0; margin: 0; border-radius: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
em { font-style: normal; }
body { font-family: "Cabin", sans-serif; font-size: 14px; font-weight: normal; background-color: #fff;font-weight: 400; }
a, button, input, input[type="buttton"], input[type="submit"], .btn { transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; outline: none !important; text-decoration: none; font-style: normal; text-decoration: none; }
input { width: 100%; }
.navbar-toggler:focus{ box-shadow: none; }
img, figure { max-width: 100%; max-height: 100%; margin: 0; padding: 0; }
ul, li { list-style: none; margin: 0; padding: 0; }
a, a:hover, a:focus { text-decoration: none; }
h1, h2, h3, h4, h5, h6, p { margin: 0;font-weight: 400; }
input, textarea { padding: 5px 10px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; }

/*Buttons*/
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type="number"] { -moz-appearance: textfield; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity: 1; color: rgba(0, 0, 0, 0.4);}
input:-moz-placeholder, textarea:-moz-placeholder { opacity: 1; color: rgba(0, 0, 0, 0.4);}
input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; color: rgba(0, 0, 0, 0.4);}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 1; color: rgba(0, 0, 0, 0.4);}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not( .input-group-btn ),
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] { width: 100%; }
p{ color: #000; font-size: 17px; font-weight: 400; line-height: normal; }
li{ color: #000; font-size: 17px; font-weight: 400; line-height: normal; }
.container{max-width: 1440px;}
.solid_button{height: 52px; padding: 13px 35px; border-radius: 10px; background-color: #134C74; color: #fff; font-size: 20px; line-height: 27px; text-align: center; font-weight: 500; display: inline-block;}
.solid_button:hover{background-color:#1E90E0;}
/*******************Reset Css****************/

/* font-family: "Dancing Script", cursive; */
/* font-family: "Cabin", sans-serif; */


/* --------------------home page start-------------------------- */

/*header start */

.header .navbar-brand { width: 155px; display: inline-block; margin: 0; padding: 0;position: relative; }
.header .navbar-brand:after { position: absolute; bottom: -26px; left: 0; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 0 77.5px 20px 77.5px; border-color: transparent transparent #fff transparent; transform: rotate(180deg); filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.10)); }
.inner_header { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.header .navbar { padding: 0; }
.header .navbar-nav { margin-top: 18px; }
.header .offcanvas-header { display: none; }
.get_in_touch { margin-left: 85px; }
.menu_holder { margin-left: auto; }
.header .nav-link { padding: 0 0 18px !important; font-size: 20px; font-weight: 500; color: #000; line-height: 27px;position: relative; }
.header .navbar-nav li a:after{ transition: all 0.3s ease; -webkit-transition: all 0.3s ease;background-color: #134C74; position: absolute; content: ''; width: 0px; height: 7px; bottom: 0; border-radius: 20px; left: 0; }
.header .navbar-nav li a:hover:after{ width: 27px; }
.header .nav-link:hover { color: #134C74; }
.header .navbar-nav li.active a{ color: #134C74;font-weight: 700;position: relative; } 
.header .navbar-nav li.active a:after { background-color: #134C74; position: absolute; content: ''; width: 27px; height: 7px; bottom: 0; border-radius: 20px; left: 0; }
.header { padding: 12px 0 7px; position: fixed; top: 0; left: 0; right: 0; background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10); z-index: 99; }
.header .navbar-nav li + li { margin-left: 65px; }

/* header end */

/* banner start*/

.banner{ height: 660px; background-size: cover; background-repeat: no-repeat; background-position: center center;position: relative; }
.banner:after { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); }
.banner .container { z-index: 2; position: relative; }
.inner_banner { padding-top: 324px; }
.inner_banner h1 { font-size: 60px; color: #fff; font-weight: 400; line-height: 55px; margin-bottom: 26px; }
.inner_banner h1 span { font-weight: 700; }
.inner_banner p { color: #fff; line-height: 27px; margin-bottom: 35px; }

/* banner end*/

/* about section start */

.about { padding: 100px 0 85px; }
.global_heading h2 { font-size: 48px; font-weight: 700; color: #1B1D1F; }
.global_heading h2 span { display: block; font-size: 20px; color: #134C74; font-weight: 600; margin-bottom: 5px; }
.global_heading { margin-bottom: 40px; }
.about_text { padding-left: 40px; }
.about_text p { line-height: 27px; color: #454545; margin-bottom: 40px; }
.about .row { align-items: center; }

/* about section end */


/* customer review section start */

.customer_review { padding: 75px 0 50px; background-color: #E0EEF9; }
.customer_review_items figure { width: 82px; height: 82px; border: 6px solid #fff; border-radius: 50%; overflow: hidden;margin-top: -60px; margin: -70px auto 10px; }
.rate img { display: inline-block; }
.customer_review_items { background-color: #fff; border-radius: 10px; margin: 0 18px; text-align: center; padding: 25px 25px 45px; box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15); }
.customer_review_items h4 { font-size: 22px; line-height: 28px; color: #000; font-weight: 500; margin-bottom: 15px; }
.designation { font-size: 17px; color: #000; margin-bottom: 25px; display: block; line-height: 28px; }
.customer_review_items p { line-height: 25px; color: #454545; margin-bottom: 20px; }
.rate_text { font-size: 17px; margin-top: 10px; color: #2BAD71; display: block; }
.customer_silder .slick-list{ padding: 50px 0; }

/* customer review section end */

/* featured apartment start */

.featured_apartment { padding: 90px 0 60px; }
.featured_details { padding: 58px 50px; border-radius: 10px; box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15); background-color: #fff; margin-left: -50px; }
.featured_details h5 { font-size: 24px; line-height: 28px; margin-bottom: 25px; color: #1B1D1F; font-weight: 500; }
.featured_details p { line-height: 27px; color: #454545; margin-bottom: 40px; }
.featured_slider_iteminner { display: flex; align-items: center; padding-right: 15px; }
.featured_image { width: 784px; min-width: 784px; }

/* featured apartment end */

/* our apartment section start */

.our_apartment { padding: 80px 0 90px; background-color: #E0EEF9; }
.apartment_item { margin: 0 12px; border-radius: 10px; overflow: hidden; }
.apartment_item figure img{ width: 100%; height: 250px; object-fit: cover; }
.apartment_details { padding: 25px 25px 40px; background-color: #fff; min-height: 250px; }
.apartment_details h4 { font-size: 24px; line-height: 28px; padding-bottom: 15px; border-bottom: 1px solid #D9D9D9; font-weight: 500; color: #1B1D1F; margin-bottom: 15px; }
.location_mark { font-size: 17px; color: #454545; display: flex; gap: 12px; line-height: 25px; margin-bottom: 20px; }
.location_mark span { color: #134C74; }
.price_on_request { font-size: 20px; color: #134C74; line-height: 27px; margin-left: 0px; }
.slick-arrow { width: 54px; height: 54px; border-radius: 50%; color: #4F4F4F; background-color: #fff; box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.25); font-size: 21px; line-height: 55px; position: absolute; z-index: 2; }
.slick-prev { left: -35px; top: 50%; transform: translateY(-50%); }
.slick-next { right: -35px; top: 50%; transform: translateY(-50%); }
.slick-arrow:hover{ background-color: #134C74; color: #fff; }

/* our apartment section end */

/* amenities section start */

.amenities { padding: 80px 0 95px; }
.facilities_items {transition: all 0.3s ease; -webkit-transition: all 0.3s ease; border: 1px solid #ADADAD; border-radius: 10px; padding: 35px 15px 20px; min-height: 236px; height: 236px; }
.facilities_items figure{ margin-bottom: 33px; }
.facilities_items h4 { font-size: 20px; line-height: 28px; font-weight: 500; color: #1B1D1F; }
.facilities_block { display: grid; grid-template-columns: repeat(5, 1fr); gap: 39px; }
.full_amenities { text-align: center; }
#amenities-tab,#apartment_details_tab { justify-content: center; box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.25); display: inline-flex; margin-bottom: 60px; border-radius: 10px; overflow: hidden; }
#amenities-tab .nav-link,#apartment_details_tab .nav-link{ font-size: 20px; color: #000; padding: 13px 40px; border: 0; min-width: 156px; font-weight: 500; border-radius: 0; }
#amenities-tab .nav-link.active, #amenities-tab .show>.nav-link,#apartment_details_tab .nav-link.active,#apartment_details_tab .show>.nav-link { background-color: #134C74; border-radius: 0; color: #fff; }
.facilities_items:hover { box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.25); }

/* amenities section end */

/* special offer section start */

.special_offer_inner { max-width: 1200px; margin: 0 auto; padding: 33px 0; display: grid; grid-template-columns: 40% 60%; align-items: center; }
.special_offer { position: relative; background-position: center center; background-size: cover; }
.special_offer .container { position: relative; z-index: 2; }
.special_offer:after { position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.75); }
.special_offer_right p { color: #fff; line-height: 27px; margin-bottom: 30px; }
.special_offer_right { padding: 65px 0; border-left: 2px solid #fff; padding-left: 25px; }
.special_offer_left h2 { font-size: 75px; color: #fff; font-weight: 700; }
.special_offer_left h2 span { display: block; font-size: 65px; font-family: "Dancing Script", cursive; }
.special_offer_left { padding-right: 25px; }

/* special offer section end */

/* blog section start */

.blog_section { padding: 70px 0; background-color: #E0EEF9; }
.global_heading p { margin-top: 30px; color: #454545; line-height: 27px; }
.blog_item_details{ background-color: #fff; padding: 28px 33px 40px 25px; min-height: 390px; }
.view_more_holder{ margin-top: 55px; }
.blog_item_details h5 { font-size: 24px; line-height: 28px; color: #1B1D1F; font-weight: 500; margin-bottom: 15px; }
.calender_text { font-size: 17px; color: #134C74; margin-bottom: 30px; }
.calender_text span { margin-right: 10px; font-size: 23px;color: #134C74;}
.blog_item_details p { color: #454545; line-height: 25px; margin-bottom: 20px; }
.read_more { font-size: 20px; line-height: 27px; font-weight: 500; color: #134C74; }
.read_more:hover { font-weight: 700; }
.blog_items { border-radius: 10px; overflow: hidden; }
.blog_items figure{ overflow: hidden; }
.blog_items figure img{ transition: all 0.5s ease; -webkit-transition: all 0.5s ease; width: 100%; height: 250px; object-fit: cover; }
.blog_items:hover figure img { transform: scale(1.05); }


/* blog section end */

/* footer start*/

.footer_top { padding: 66px 0 62px; background-color: #0E151A; }
.footer_bottom { padding: 20px 0; background-color: #05080A;position: relative; }
.footer_logo { display: inline-block; margin-bottom: 34px; width: 156px; }
.footer_logo_holder p { color: #fff; line-height: 25px; }
.footer_logo_holder { padding-right: 55px; }
.footer_item_holder h4 { font-size: 24px; font-weight: 500; line-height: 28px; margin-bottom: 34px; color: #D1D1D1; }
.footer_item_holder ul li { display: flex; column-gap: 15px; }
.footer_item_holder ul li span { font-size: 20px; color: #fff; }
.footer_item_holder ul li p{ color: #fff; line-height: 25px; }
.footer_item_holder .contact_list li + li { margin-top: 25px; }
.footer_item_holder ul li a{ color:#fff; font-size: 17px; }
.contact_list { padding-right: 20px; }
.footer_item_holder .contact_list li:nth-child(2) a{ font-size: 22px; }
.column_count { column-count: 2; }
.footer_item_holder .column_count li + li { margin-top: 12px; }
.social { display: flex; align-items: center; gap: 35px; }
.footer_item_holder .social li + li { margin-top: 0; }
.footer_item_holder { padding-top: 20px; }
.ftr_btm_right ul { display: flex; align-items: center; gap: 45px; justify-content: flex-end; }
.whatsapp_button { background-color: #259C3F; width: 75px; height: 75px; border-radius: 50%; font-size: 40px; color: #fff; display: flex; align-items: center; justify-content: center; }
.ftr_btm_left ul { display: flex; align-items: center; justify-content: center; margin-bottom: 27px; }
.ftr_btm_left ul a { font-size: 17px; color: #fff; padding: 0 15px; }
.ftr_btm_left ul li { line-height: 100%; }
.ftr_btm_left ul li + li { border-left: 2px solid #9A9A9A; }
.ftr_btm_left p { font-size: 16px; color: #BBC9D3; font-weight: 500; }
.footer_item_holder li a:hover,.ftr_btm_left ul a:hover { color: #56b9ff; }
.whatsapp_button:hover { background-color: #2ce354; }
.ftr_btm_right { position: fixed; right: 0; bottom: 13px;z-index: 99; }

/* footer end*/

/* ..................about us page start....................... */

.innerpage_banner { height: 480px; background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; }
.innerpage_banner:after { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); }
.innerpage_banner .container { z-index: 2; position: relative; }
.innerpage_banner .inner_banner { padding-top: 280px; }

.guest_hosted { padding: 65px 0; background-color: #E0EEF9; }
.guest_hosted_inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 80px; }
.guest_hosted_items { display: flex; gap: 15px; justify-content: center; }
.guest_details h2 { font-size: 69px; color: #134C74; line-height: 55px; }
.guest_details p { font-size: 24px; line-height: 28px; color: #1B1D1F; font-weight: 500; margin-top: 15px; }
.about_text p:last-child{ margin-bottom: 0; }

.contact_information { padding: 115px 0 140px; }
.contact_textblock h3 { font-size: 48px; line-height: 55px; color: #1B1D1F; margin-bottom: 45px; font-weight: 700; }
.contact_textblock p { line-height: 27px; color: #454545; margin-bottom: 30px; }
.cntct_row em { width: 86px; min-width: 86px; height: 86px; border: 2px solid #134C74; text-align: center; font-size: 30px; display: inline-block; line-height: 84px; color: #134C74; }
.cntct_row { display: flex; gap: 28px; }
.contact_textblock ul { padding-right: 120px; }
.contact_textblock ul li + li { margin-top: 45px; }
.cntct_row h6 { font-size: 24px; line-height: 28px; margin-bottom: 10px; color: #1B1D1F; font-weight: 500; }
.cntct_row  p { line-height: 25px; color: #454545; margin: 0; }
.contact_textblock { padding-right: 65px; }
.cntct_row a { font-size: 17px; color: #454545; text-decoration: underline; }
.cntct_row .lrg_txt { font-size: 27px; text-decoration: none; }
.cntct_row a:hover { color: #134C74; }
.contact_form { padding: 40px 45px 60px; background-color: #134C74; border-radius: 10px; }
.contact_form h4 { font-size: 48px; line-height: 55px; color: #fff; margin-bottom: 50px; font-weight: 700; }
.contact_form .form-label { font-size: 17px; color: #fff; margin-bottom: 10px; line-height: 20px; font-weight: 600; }
.contact_form .form-control { padding: 10px 26px; font-size: 17px; color: #454545; height: 52px; border-radius: 10px; }
.contact_form textarea.form-control { height: 93px; resize: none; }
.contact_form .row { row-gap: 20px; }
.border_btn { padding: 0 35px; border-radius: 10px; border: 1px solid #fff; height: 52px; background: transparent; color: #fff; font-size: 20px; font-weight: 500; }
.border_btn:hover { background-color: #1E90E0; color: #fff; }
.contact_form .form-check-input[type=checkbox] { border-radius: 5px; width: 22px; height: 22px; float: none; }
.contact_form .form-check-label,.contact_form .form-check-label a { color: #fff; font-size: 17px; margin-left: 10px; font-weight: 600; }
.contact_form .form-check-label a{ text-decoration: underline; }
.contact_form .border_btn { margin-top: 40px; width: auto;  }
.contact_form .form-check { display: flex; margin-bottom: 0; align-items: center; }


/*.................. about us page end..................... */



/* ...........blog page start ...............*/

.global_heading .calender_text { color: #000; margin-bottom: 0; font-weight: 500; margin-top: 20px; }
.global_heading h2 .calender_text span{ display: inline-block; margin-bottom: 0; }
.blog_text .global_heading { margin-bottom: 20px; }
.blog_text p { margin-bottom: 20px; }
.blog_img { border-radius: 10px; overflow: hidden; }
.blog_img img{ width: 100%; height: auto; }
.blogpage_section .blog_item_details { padding: 28px 33px 40px 5px; }
.blogpage_section .blog_items figure { overflow: hidden; border-radius: 12px; }
.blogpage_section .blog_items figure img{width: 100%;}
.blogpage_section { padding-bottom: 85px; }
.blogpage_section .row { row-gap: 25px; }

/*........... blog page end ................*/

/*............... blog details page start ..............*/

.blog_details { max-width: 955px; margin: 0 auto; padding: 75px 0 80px; }
.global_heading ul { display: flex; align-items: center; gap: 40px; margin-top: 20px; }
.global_heading ul .calender_text{ margin: 0; }
.share a { font-size: 17px; text-decoration: underline; margin-left: 12px; color: #454545; line-height: 27px; }
.share span { font-size: 23px; color: #134C74; }
.main_blog_image { overflow: hidden; border-radius: 10px; margin-bottom: 65px; }
.main_blog_image img{ width: 100%; height: auto; }
.inner_blog_details p { color: #454545; line-height: 27px; margin-bottom: 15px; }
.inner_blog_details h5 { color: #134C74; line-height: 1.5; margin-bottom: 15px; margin-top: 30px; font-size: 24px; font-weight: 700; }
.inner_blog_details h6 { color: #000; line-height: 1.5; margin-bottom: 15px; margin-top: 30px; font-size: 20px; font-weight: 700; }
.inner_blog_details ul{ padding: 0 0 15px 15px; margin: 0; }
.inner_blog_details ul li{ padding: 5px 0 5px 20px; margin: 0; position: relative; line-height: 27px; color: #454545; }
.inner_blog_details ul li strong{ color: #333; font-weight: 700; }
.inner_blog_details ul li::before{ content: ""; width: 8px; height: 8px; border-radius: 50%; background-color: #134C74; position: absolute; left: 0; top: 15px; }
.blog_dtls_img_hold { display: grid; gap: 30px; grid-template-columns: repeat(2, 1fr); margin: 50px 0; }
.blog_dtls_img_hold figure { border-radius: 10px; overflow: hidden; }

/*........... blog details page end ...............*/


/*............... apartment details page start ..............*/

.apartment_banner .location_mark { color: #fff; display: block; margin-bottom: 30px; }
.apartment_banner .location_mark span{margin-right: 12px;}
.apartment_banner .rate_text { color: #fff; }
.apartment_banner .inner_banner { padding-top: 230px; }
.apartment_banner .location_mark span { color: #fff; }
.slide_image_holder { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.slide_image_holder figure { overflow: hidden; border-radius: 10px; }
.apartment_slider_item { margin: 0 8px; }
.video_holder { overflow: hidden; border-radius: 10px; position: relative;display: block; }
.play_btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0.85; width: 99px; height: 99px; border-radius: 50%; background-color: #134C74; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 40px; cursor: pointer; }
.apartmentpage_details { padding: 70px 0 65px; }
.apartment_dtls_inner { text-align: center; }
.apartment_reviews{ display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; row-gap: 60px; padding-top: 20px; }
.apartment_reviews .customer_review_items{ margin: 0; }
.location_map{ width: 100%; height: 400px; }
.location_map iframe{ width: 100%; height: 100%; }
.amenities_block { text-align: left; }
.quantity { display: flex; align-items: center; border: 1px solid #CACACA; border-radius: 10px; padding: 6px 0; height: 52px; }
.quantity__minus, .quantity__plus { height: 100%; margin: 0; background: transparent; text-decoration: none; text-align: center; font-size: 27px; padding: 0 15px; display: flex; align-items: center; justify-content: center; color: #454545; width: 45px; }
.quantity__minus:hover, .quantity__plus:hover { color: #134C74; } 
.quantity__input { height: 100%; margin: 0; padding: 0; text-align: center; background: #fff; width: calc(100% - 90px); font-size: 17px; color: #454545; }
/*.quantity__minus:visited, .quantity__plus:visited { color: #fff; }*/ .quantity__minus{ border-right: 1px solid #CACACA; }
.quantity__plus{ border-left: 1px solid #CACACA; }
.sticky { position: sticky; top: 145px; }
.house_details_holder{ text-align: left; }
.apartment_details_tabpart { padding-bottom: 76px; }
.amenities_block h4 { font-size: 24px; font-weight: 500; line-height: 28px; margin-bottom: 35px; color: #1B1D1F; }
.amenities_row p { line-height: 27px; color: #454545; }
.amenities_row + .amenities_row{ margin-top: 30px; }
.amenities_row ul li { font-size: 17px; color: #454545; line-height: 22px; font-weight: 600; list-style: disc; margin-left: 20px; position: relative; padding-left: 20px; list-style: none; }
.amenities_row ul li + li{ margin-top: 15px; }
.amenities_row ul{ margin: 20px 0 38px; }
.amenities_row ul li::before{ content: ""; width: 8px; height: 8px; border-radius: 50%; background-color: #134C74; position: absolute; left: 0; top: 8px; }
.world_class_collection { padding-top: 50px; border-top: 1px solid #CACACA; }
.world_class_collection figure { margin-bottom: 40px; }
.world_class_collection h5 { font-size: 17px; color: #454545; font-weight: 700; margin-bottom: 10px; line-height: 25px; }
.world_class_collection p { font-size: 17px; color: #454545; line-height: 25px; }
.world_class_collection{ text-align: center; }
.world_class_collection article{ margin: 0 0 30px; padding: 25px; background-color: #f3f3f3; height: calc(100% - 30px); }
.amenities_row p + p{ margin-top: 30px; }
.capacity_head h4, .capacity_features h4, .desc h4{ font-size: 24px; color: #1B1D1F; font-weight: 500; line-height: 28px; margin-bottom: 25px; }
.capacity_head ,.capacity_features{ padding-bottom: 35px; border-bottom: 1px solid #CACACA; margin-bottom: 25px; }
.desc p { line-height: 27px; color: #454545; }
.capacity_head ul { display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; }
.capacity_head ul li { font-size: 16px; color: #454545; line-height: 22px; display: flex; align-items: start; justify-content: start; text-align: left; gap: 10px; }
.capacity_features ul li + li { margin-top: 15px; }
.capacity_features li { display: flex; gap: 15px; font-size: 17px; color: #454545; line-height: 27px; }
.capacity_features li b { display: block; }
.booking_details { border-radius: 10px; box-shadow: 0 4px 74px 0 rgba(0, 0, 0, 0.15); }
.booking_details .solid_button { width: 100%; border-radius: 0 0 10px 10px; display: flex; justify-content: center; align-items: center; gap: 8px; }
.booking_body { padding: 30px 20px 40px; }
.booking_details h3 { font-size: 24px; line-height: 28px; color: #1B1D1F; padding-bottom: 20px; border-bottom: 1px solid #CACACA; margin-bottom: 30px; font-weight: 500; }
.no_of_member { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.memb_box h5 { font-size: 17px; color: #2C2C2C; font-weight: 600; margin-bottom: 10px; }
.calender_date { border: 1px solid #CACACA; border-radius: 10px; height: 52px; overflow: hidden; margin-bottom: 20px; max-width: 280px; }
.calender_date input{ height: 100%; color: #454545; font-size: 17px; padding: 10px 20px; background-image: url(../images/h7.png); background-repeat: no-repeat; background-position: center right 15px; background-size: 20px; }


/*............... apartment details page end ..............*/


.contentPart p { color: #454545; line-height: 27px; margin-bottom: 15px; }
.contentPart h4 { color: #134C74; line-height: 1.5; margin-bottom: 15px; margin-top: 30px; font-size: 26px; font-weight: 700; }
.contentPart h5 { color: #134C74; line-height: 1.5; margin-bottom: 15px; margin-top: 30px; font-size: 24px; font-weight: 700; }
.contentPart h6 { color: #000; line-height: 1.5; margin-bottom: 15px; margin-top: 30px; font-size: 20px; font-weight: 700; }
.contentPart ul{ padding: 0 0 15px 15px; margin: 0; }
.contentPart ul li{ padding: 5px 0 5px 20px; margin: 0; position: relative; line-height: 27px; color: #454545; }
.contentPart ul li strong{ color: #333; font-weight: 700; }
.contentPart ul li::before{ content: ""; width: 8px; height: 8px; border-radius: 50%; background-color: #134C74; position: absolute; left: 0; top: 15px; }