 
/* custom fonts  */
@font-face{
  font-family: "PROXIMA_NOVA_REGULAR";
  src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
}
@font-face{
  font-family: "PROXIMA_NOVA_THIN";
  src: url("../fonts/ProximaNova-Thin.ttf") format("truetype");
}
@font-face{
  font-family: "PROXIMA_NOVA_BOLD";
  src: url("../fonts/ProximaNova-BOLD.ttf") format("truetype");
}
@font-face{
  font-family: "PROXIMA_NOVA_SEMIBOLD";
  src: url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
}
@font-face{
  font-family: "PROXIMA_NOVA_BLACK";
  src: url("../fonts/ProximaNova-Black.ttf") format("truetype");
}
@font-face{
  font-family: "ProximaNovaAlt_Light";
  src: url("../fonts/ProximaNovaAlt-Light.ttf") format("truetype");
}
html{
   scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    font-family: "PROXIMA_NOVA_REGULAR";
}
 ul, li{
    list-style: none;
 }
 ul{
    padding-left: 0;
 }
 a{
    list-style: none;
    color: #fff;
    text-decoration: none;
 }
  a:hover{
    list-style: none;
    color: #fff;
    text-decoration: none !important;
 }
.top_header_area {
  padding: 15px 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
}
.top_head_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_mid_area ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
.top_mid_area ul li {
  padding: 0 11px;
}
.top_mid_area ul li a {
  color: #b2436b;
}
.book_now a {
  color: #b2436b;
}
.top_whatsapp_area a {
  color: #000;
}
.top_whatsapp_area {
  display: flex;
  align-items: center;
}
.top_whatsapp_area a img {
  margin: 0 4px 0 0;
  position: relative;
  bottom: 2px;
}
.banner_area img {
  width: 100%;
  height: 747px;
  object-fit: cover;
}
.banner_top_area {
  background: #18a2a7;
  text-align: center;
  padding: 15px 0;
  position: fixed;
  top: 68px;
  left: 0;
  z-index: 999;
  right: 0;
}
.page_banner {
  padding: 70px 0 0;
}
/*.banner_top_inner form input {
  height: 50px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  width: 180px;
}
.banner_top_inner form select {
  height: 50px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  width: 180px;
}
.banner_top_inner form {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px 0 0;
}
.banner_top_inner form select {
  height: 50px;
  padding: 0 14px;
  border-radius: 8px;
  width: 180px;
  background: #b3446c;
  color: #fff;
  border: 0;
}
.banner_top_inner form input[type="submit"] {
  background: #b3446c;
  color: #fff;
  font-weight: 600;
}*/
.banner_top_inner h2 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}
.slider .slick-dots {
  display: ;
  position: absolute;
  bottom: 26px;
  z-index: 999;
}
.slider .slick-dots li a {
  color: #fff;
}
.slider .slick-dots li a {
  color: #fff;
  transition: ease-in-out 0.4s;
}
.slider .slick-dots li a:hover{
  color: #b3446c;
  transition: ease-in-out 0.4s;
}
.slider .slick-dots li.slick-active a{
  color: #b3446c;
}
.banner_bottom_inner h2 {
  text-align: center;
  width: 33%;
  background: #ccc;
  margin: 0 auto;
  padding: 5px 0;
  font-weight: 600;
  color: #000;
}
/*.single_banne_bottom_all {
  display: flex;
  justify-content: space-between;
  margin: 47px 0 0;
}
.single_banne_bottom {
  width: 25%;
  text-align: center;
}
.single_banne_bottom h4 {
  font-weight: 600;
  color: #b3446c;
  margin: 12px 0 0;
}
.video_area_sec {
  padding: 96px 100px 60px;
}
.video_area_inner_top_content {
  text-align: center;
}
.video_area_inner_top_content h3 {
  font-size: 71px;
  font-weight: 600;
  color: #b3446c;
  width: 60%;
  margin: 0 auto;
  line-height: 74px;
}
.video_area_inner_top_content p {
  margin: 10px auto 0;
  font-size: 25px;
  width: 80%;
  line-height: 33px;
  color: #000;
}
.video_area_inner_top_content img {
  width: 250px;
  position: relative;
  margin: 0 0 -94px;
}


.tablinks {
  background: no-repeat;
  border: 0;
  margin: 0 15px 0;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}
.tablinks.active {
  background: #b3446c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
}
.video_tab_area {
  text-align: center;
  margin: 28px 0 0;
}
.tab {
  margin: 0 0 26px;
}
.video_image {
  position: relative;
}
.vid_ply {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video_area_sec {
  background: url('../images/take-tour-bg.webp') center center/cover no-repeat;
  aspect-ratio: 39/20;
}
.tabcontent2 img {
  width: 100%;
  height: 915px;
  object-fit: cover;
}

.ameni_main_tab {
  position: relative;
}
.tab_area {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  background: rgba(179, 68, 108, 0.9);
  width: 450px;
  height: 100%;
  padding: 22px;
}
.tablinks2 {
  background: transparent;
  border: 0;
  text-align: left;
  padding: 10px 0;
  font-size: 17px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.tablinks2 img {
  width: 38px;
  margin: 0 10px 0 0;
  position: relative;
  bottom: 2px;
}
.tab_area::before {
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 35px;
  top: 0;
  content: '';
}
.tablinks2::before {
  position: absolute;
  width: 10px;
  height: 38px;
  background: #fff;
  right: 9px;
  top: 10px;
  content: '';
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.4s;
}
.tablinks2.active2::before {
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 0.4s;
}
*:focus {
    outline: 0 !important;
}
.amenite_heading {
  text-align: center;
  margin: 90px 0 0;
}
.amenite_heading h2 {
  font-size: 60px;
  font-weight: 600;
  color: #b3446c;
  margin: -104px 0 75px;
}
.amenite_heading img {
  width: 230px;
}
.reverside_heading {
  text-align: center;
}
.reverside_flats_area {
  background: #19a3aa;
  padding: 70px 0 158px;
  position: relative;
}
.reverside_heading h3 {
  font-size: 70px;
  font-weight: 600;
  width: 55%;
  margin: -108px auto 80px;
  line-height: 74px;
  color: #fff;
}
.crv_bg {
  position: relative;
  bottom: 140px;
  width: 100%;
}
.rev_flat_slider {
  margin: 0 120px;
}
.tab_area2 {
  text-align: center;
  margin: 0 0 54px;
}
.tablinks3 {
  background: transparent;
  border: 0;
  padding: 13px 30px;
  border-radius: 8px;
  font-size: 19px;
  color: #fff;
}
.tablinks3.active3 {
  background: #b3446c;
  color: #fff;
  padding: 13px 30px;
  border-radius: 8px;
}
.reverside_bottom_text {
  margin: 117px auto 0;
  width: 70%;
  text-align: center;
}
.reverside_bottom_text p {
  font-size: 21px;
  color: #fff;
  line-height: 28px;
}
.crv_bg_btm {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.aonnect_area_inner {
  display: flex;
  justify-content: space-between;
}
.connect_left {
  width: 42%;
}
.connect_right {
  width: 58%;
}
.connect_right img {
  width: 100%;
}
.connectivity_area_main {
  padding: 0 150px;
  background: #f4f7ff;
}
.connect_right {
  width: 80%;
  margin: 0 0 0 240px;
}*/

/*.connect_left .accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.connect_left .accordion::after {
  content: '\002B';
  color: #8b1c46;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 21px;
  position: relative;
  top: 9px;
}

.connect_left .active:after {
  content: "\2212";
}

.connect_left .panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.connect_left .accordion img {
  width: 50px;
  margin: 0 10px 0 0;
}
.connect_left ul li {
  font-size: 14px;
  list-style: disc;
}
.connect_left button {
  font-size: 20px !important;
  color: #000;
}
.connect_left ul {
  padding: 0 0 0 50px;
}
.connectvty_heading h3 {
  font-size: 60px;
  font-weight: 600;
  color: #b3446c;
  margin: -104px 0 75px;
}
.connectvty_heading img {
  width: 230px;
}
.connectvty_heading {
  text-align: center;
}
.plans_area_main {
  background: #19a3aa;
  padding: 100px 0;
}
.plans_area_main {
  padding: 100px 254px;
  position: relative;
}
.master_plan_slider img{
  width: 100%;
}
.plan_tabs {
  text-align: center;
  margin: 0 0 45px;
}
.tablinks4 {
  background: transparent;
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 11px 25px;
  border-radius: 8px;
  cursor: pointer;
}
.tablinks4.active4{
  background: #b3446c;
}
.anupa_img {
  width: 50% !important;
  margin: 0 auto;
  display: block !important;
}
.plans_bg_btm {
  position: absolute;
  top: -72px;
  width: 100%;
  left: 0;
}
.connectvty_heading.plans_heading h3 {
  color: #fff;
}
.slider-single img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.galler_all {
  padding: 0 200px;
}
.slider-nav img {
  width: 97%;
  height: 120px;
  object-fit: cover;
}
.gallery_area_main {
  padding: 120px 0 300px;
  position: relative;
  background: #f4f7ff;
}
.crv_bg_btm2 {
  width: 100%;
  position: absolute;
  top: -73px;
}

*/
.radio-toolbar input[type="radio"] {
    display:none; 
}

.radio-toolbar label {
    display:inline-block;
    padding:4px 11px;
    font-size:16px;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked + label { 
    border: 1px solid #fff;
}
.footer_area_main {
  background: #19a3aa;
  padding: 120px 0 37px;
  position: relative;
}
.footer_all {
  display: flex;
  justify-content: flex-start;
}
.footer_all {
  padding: 0 150px;
}
.footer_left {
  width: 54%;
}
.footer_right {
  width: 70%;
}
.foot_lft_form {
  background: #b3446c;
  padding: 30px;
  position: relative;
  bottom: 49%;
}
.foot_lft_form h3 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 25px;
}
.radio-toolbar {
  margin: 0 0 26px;
}
.main_form input {
  width: 100%;
  height: 45px;
  margin: 0 0 20px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 17px;
}
.main_form input[type="submit"] {
  background: #fff;
  color: #000;
  width: 178px;
  height: 50px;
  font-size: 20px;
  margin: 34px 0 0 0;
  cursor: pointer;
}
.footer_right {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 0 75px;
}
.footer_right ul li a {
  color: #fff;
  font-size: 18px;
  margin: 0 0 10px;
  display: block;
}
.footer_right ul:nth-child(1) {
  width: 37%;
}
.footer_right ul:nth-child(2) {
  width: 34%;
  margin: 0 62px 0 0;
}
.footer_right ul:nth-child(1) {
  width: 31%;
}
.foot_rith_btm_logo {
  display: flex;
  justify-content: flex-start;
  padding: 7px 0 0 74px;
}
.logo_foot h3 {
  font-size: 17px;
  text-align: center;
  margin: 0 0 15px;
  font-weight: 600;
}
.foot_rith_btm_logo .logo_foot:nth-child(1) img {
  padding: 22px 0 0;
}
.dicclaimer p {
  color: #fff;
  padding: 26px 0 0 74px;
}
.social_area ul li a svg {
  width: 20px;
  fill: #fff;
}
.copy_area_main {
  display: flex;
  justify-content: space-between;
  padding: 9px 0 0 74px;
}
.social_area ul {
  display: flex;
}
.social_area ul li:nth-child(1) a svg {
  width: 13px;
}
.social_area ul li:nth-child(5) a svg {
  width: 24px;
}
.social_area ul li a svg {
  width: 20px;
  fill: #fff;
}
.social_area ul li {
  padding: 0 0 0 25px;
}
.copy_text p {
  color: #fff;
  font-size: 17px;
  margin: 0;
}
.social_area ul {
  margin: 0;
}
.footer_bottom_last {
  text-align: center;
  margin: 35px 0 0;
}
.footer_bottom_last p {
  margin: 0;
  font-size: 19px;
  color: #fff;
}
.footer_bottom_last p a {
  color: #fff;
}
.side_option_main a {
  display: block;
  background: #19a3aa;
  width: 64px;
  padding: 8px;
  border-radius: 10px 0 0 10px;
  margin: 0 0 12px;
}
.side_option_main a img {
  width: 27px;
}
.side_option_main {
  position: fixed;
  top: 40%;
  right: 0;
}
.side_option_main a {
  display: block;
  background: #19a3aa;
  width: 51px;
  padding: 8px;
  border-radius: 10px 0 0 10px;
  margin: 0 0 12px;
}
.toggle_btn{
  display: none;
}
.plans_bg_btm {
  position: absolute;
  top: -76px;
  left: 0;
  width: 100%;
}
.banner_bottom_contact {
  padding: 0px 115px 40px;
}
.main_bottm_ban_area_left h3 {
  font-size: 28px;
  font-weight: 800;
  color: #000;
  margin: 0 0 8px;
}
.main_bottm_ban_area_left h4 {
  color: #c63a6d;
  font-weight: 600;
  margin: 0 0 23px;
  font-size: 19px;
}
.main_bottm_ban_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_bottm_ban_area_right {
  width: 60%;
  margin: 0 0 0 80px;
}
.main_bottm_ban_area_left {
  width: 40%;
}
.main_bottm_ban_area_left form input {
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 16px;
  margin: 0 0 10px;
  color:#000 !important;
}
.main_bottm_ban_area_left form select {
  height: 45px;
  border: 1px solid #c13a6a;
  border-radius: 4px;
  padding: 0 16px;
  margin: 0 0 10px;
  background: #c13a6a;
  color: #fff;
}
.pin_drop {
  display: flex;
  justify-content: space-between;
}
.pin_drop input {
  width: 48% !important;
}
.pin_drop select {
  width: 48% !important;
}
.main_bottm_ban_area_right p {
  font-size: 20px;
}
.main_bottm_ban_area_left p {
  font-weight: 600;
  font-size: 14px;
  color: #1e4eaa;
  margin: 0;
}
.client_say_area {
  padding: 0 115px 50px;
}
.clint_slid_sing img {
  width: 100%;
}
.clint_say_heading {
  text-align: center;
  margin: 0 0 42px;
}
.clint_say_heading h2 span {
  background: #000;
  width: 75px;
  height: 1.6px;
  display: inline-block;
  position: relative;
  bottom: 8px;
  margin: 0 15px;
}
.client_say_slider .slick-next img {
  width: 22px;
  position: relative;
  bottom: 29px;
  right: -8px;
}
.client_say_slider .slick-prev img {
  width: 22px;
  position: relative;
  bottom: 29px;
}
.ganga_fac_area {
  padding: 20px 115px 50px;
}
.ganga_fac_area_heading {
  text-align: center;
} 
.ganga_fac_area_heading h3 {
  font-size: 36px;
  font-weight: 600;
  color: #b94370;
}
.ganga_fac_area_single img {
  width: 54px;
  margin: 0 0 8px;
}
.ganga_fac_area_single {
  text-align: center;
  padding: 0 38px 0;
  border-right: 1px solid #000;
  margin: 41px 0 0;
}
.ganga_fac_area_main {
  display: flex;
  justify-content: center;
}
.ganga_fac_area_single h4 {
  font-size: 21px;
  font-weight: 600;
  margin: 9px 0 9px;
}
.ganga_fac_area_single p {
  padding: 0;
  margin: 0 0 0;
}
.constr_full_showing_area {
  padding: 50px 115px 260px;
}
.constr_full_showing_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.const_img_area img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.constr_full_showing_single {
  width: 23%;
}
.read_more_brn a {
  background: #b3446c;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px 0 0 50px;
  width: 212px;
}
.read_more_brn a:hover{
  color: #fff;
}
.read_more_brn a svg {
  fill: #b3446c;
  background: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  padding: 8px;
  position: relative;
  top: 4px;
  margin: 0 0 0 0;
  right: -23px;
}
.constr_full_heading {
  text-align: center;
  margin: 0 0 41px;
}
.constr_full_heading h3 {
  font-size: 30px;
  color: #bf3d6c;
  font-weight: 600;
}
.const_cont_area {
  background: #fff;
  margin: 0 13px;
  position: relative;
  bottom: 20px;
  padding: 12px 18px;
  text-align: center;
}
.const_cont_area h3 {
  font-size: 18px;
  font-weight: 600;
  height: 47px;
}
.const_cont_area p {
  font-size: 15px;
  color: #959595;
  height: 90px;
}
.const_cont_area h4 {
  margin: 0 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 17px 0;
  text-align: left;
  font-size: 15px;
  color: #959595;
}
.ganga_fac_area_main .ganga_fac_area_single:nth-child(5) {
  border: 0;
}
.slider_form {
  position: absolute;
  top: 16%;
  left: 115PX;
  z-index: 9999;
  background: #fff;
  width: 36%;
}
.banner_area2 {
  position: relative;
}
.slider_form .main_bottm_ban_area_left {
  width: 100%;
  padding: 33px;
}
.main_bottm_ban_area_right.main_bottm_ban_area_right2 {
  width: 100%;
  margin: 0;
}
.witness_area_bg img {
  width: 100%;
}
.witness_area_heading {
  text-align: center;
}
.witness_area_heading h2 {
  font-size: 40px;
  margin: 0 0 0;
  font-weight: 800;
  color: #000;
}
.witness_area_heading h3 {
  font-size: 40px;
  margin: 0 0 18px;
  font-style: italic;
  font-weight: 800;
  color: #016b72;
}
.fetr_top_area_sing {
  background: #e1e1e1;
  padding: 13px;
}
.featurs_area_main {
  display: flex;
  justify-content: flex-end;
  padding: 0 95px 195px;
  position: relative;
}
.featurs_area_inner {
  width: 66%;
}
.feature_heading {
  text-align: center;
  margin: 0 0 37px;
}
.fetr_top_area {
  display: flex;
  justify-content: space-between;
}
.fetr_top_area {
  display: flex;
  justify-content: space-between;
}
.fetr_top_area_sing img {
  width: 50px;
  margin: 0 0 15px;
}
.fetr_top_area_sing h3 {
  font-size: 13px;
  font-weight: 600;
}
.fetr_top_area_sing {
  text-align: center;
}
.fetr_top_area_sing {
  text-align: center;
  width: 136px;
  height: 128px;
  border-radius: 10px;
}
.fearure_button_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 34px 0 0;
  padding: 0 48px;
}
.fearure_button_main_left {
  display: flex;
  justify-content: space-between;
}
.fearure_button_main_left .constr_full_showing_single {
  width: 32%;
} 
.fearure_button_main_left {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  margin: 0 22px 0 0;
}
.const_img_area.const_img_area2 img {
  height: 119px;
}
.const_cont_area {
  margin: 0 7px;
  bottom: 20px;
  padding: 5px 8px;
}
.const_cont_area.const_cont_area2 h3 {
  font-size: 10px !important;
}
.const_cont_area.const_cont_area2 p {
  font-size: 10px !important;
}
.const_cont_area.const_cont_area2 h4 {
  font-size: 10px !important;
}
.fearure_button_main_right .read_more_brn a {
  font-size: 13px;
  width: 141px;
}
.read_more_brn a svg {
  width: 40px;
  height: 40px;
}
.featurs_area_main::after {
  background: #1db3bb;
  position: absolute;
  top: 179px;
  right: 0;
  width: 76%;
  content: '';
  height: 100%;
  z-index: -7;
}
.model_img {
  position: absolute;
  bottom: 15px;
  left: -19px;
  width: 38%;
}
.slider_form_mobile {
  display: none;
}
.clint_slid_sing iframe {
  width: 100%;
  padding: 0 16px;
  height: 200px;
}
.page3_middle_section img {
  width: 100%;
}
.page3_middle_section {
  position: relative;
}
.sec_logo img {
  width: auto;
}
.sec_logo {
  position: absolute;
  top: 0;
  right: 115px;
  background: #fff;
  padding: 22px 25px;
  border-radius: 0 0 25px 25px;
}


.page3_content {
  position: absolute;
  top: 170px;
  left: 115px;
}
.srch_btn svg {
  width: 20px;
}
.bad_news_box {
  border: 1px solid #368bc9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  height: 40px;
  border-right: 0;
  width: 300px;
}
.line {
  display: block;
  width: 1.5px;
  height: 20px;
  background: #368bc9;
  margin: 0 0 0 9px;
}
.bad_news_box h3 {
  text-align: left;
  quotes: ;
  width: 100%;
  margin: 0 0 0 13px;
  font-size: 23px;
  font-weight: 600;
  color: #000;
}
.srch_btn {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  background: #6bb7e5;
  border: 1.5px solid #368bc9;
  border-radius: 0 5px 5px 0;
}
.bad_news h2 {
  color: #941f25;
  font-weight: 600;
  font-size: 47px;
  margin: 8px 0 15px;
}
.bad_news h4 {
  margin: 0 0 14px;
  font-size: 28px;
  color: #000;
  font-weight: 700;
}
.bad_news p {
  font-size: 19px;
  margin: 0 0 5px;
  color: #000;
}
.img_slider {
  width: 470px;
  height: 266px;
  margin: 32px 0 0;
}
.single_slider img {
  width: 100%;
  object-fit: cover;
  height: 266px;
  border-radius: 12px;
}
.img_slider .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
.img_slider .slick-dots li button {
  padding: 0;
}
.img_slider .slick-dots li {
  margin: 0;
}
.img_slider .slick-dots li button::before {
  font-size: 10px;
  width: 10px;
  color: #fff;
}
.img_slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}
.slid_bottom h3 {
  font-size: 35px;
  color: #941f25;
  font-weight: 700;
}
.slid_bottom h4 {
  font-weight: 700;
  margin: 0 0 2px;
  color: #000;
}
.calling_area p {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.calling_area h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
} 
.calling_area {
  margin: 65px 0 0;
  border: 2px dashed #fff;
  border-radius: 0 20px 20px 0;
  padding: 11px 25px 11px 50px;
  position: absolute;
  bottom: 12%;
}
.page3_header {
  padding: 0 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #84000b;
  height: 110px;
}
.page3_left_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
.page3_right_header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.page3_right_header {
  width: 50%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin: 0 0 0 44px;
}
.page3_right_header ul li a {
  color: #fff;
  font-size: 20px;
  padding: 0 0 0 0;
}
.page3_left_header ul {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin: 0 44px 0 35px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page3_left_header ul li a {
  color: #fff;
  font-size: 20px;
  padding: 0 0 0 0;
}
.page3_osw_logo img {
  width: 130px;
}
.page3_main_logo img {
  width: 160px;
  position: relative;
  top: -6px;
}
.page3_footer{
  padding:50px 115px;
}
.page3_footer_top {
  display: flex;
  justify-content: space-between;
}
.page3_footer_sing {
  width: 30%;
  text-align: center;
}
.page3_foot_logo {
  width: 150px;
  margin: 0 0 5px;
}
.page3_footer_sing.foot_fitst p {
  margin: 0;
}
.page3_footer_sing.foot_fitst a {
  color: #991f1f;
}
.page3_footer_sing.foot_fitst ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0;
}
.page3_footer_sing.foot_fitst ul li a {
  padding: 0 17px;
}
.page3_footer_sing ul li a {
  color: #000;
  padding: 0 0 23px;
  display: block;
}
.page3_footer_sing h2 {
  font-size: 19px;
  font-weight: 600;
  color: #971d1e;
  margin: 0 0 14px;
}
.page3_footer_bottom_sing {
  text-align: center;
  padding: 0 42px;
}
.page3_footer_bottom {
  display: flex;
  justify-content: center;
}
.page3_footer_bottom_sing p {
  font-size: 16px;
  font-weight: 600;
  color: #981c1e;
}
.disclaimar {
  text-align: center;
  margin: 50px 0 0;
  padding: 0;
}
.disclaimar p {
  margin: 0;
  font-size: 15px;
}
.copy_area p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
.copy_area {
  background: #98161c;
  text-align: center;
  padding: 8px 0;
}
.page3_footer {
  padding: 50px 115px 14px;
}
.page3_footer_sing.foot_third ul li:nth-child(2) a {
  font-weight: 600;
  color: #8d1e1d;
}
.page3_header_mobile{
  display: none;
}
.popup_section_main {
  /*background: rgba(0, 0, 0, 0.6);*/
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
.popup_section_inner {
  background: #84000b;
  width: 700px;
  padding: 58px 25px 25px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cls_pop {
  position: absolute;
  right: 16px;
  top: 7px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
.popup_section_inner form input {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  border: 0;
  padding: 0 19px;
  margin: 0 0 10px;
}
.popup_section_inner form p {
  color: #fff;
  font-size: 13px;
  margin: 8px 0 0;
}
.popup_section_inner form input[type="submit"] {
  background: #fff;
  color: #84000b;
  font-size: 18px;
  cursor: pointer;
}
.submir_btn_frm input {
  width: 100%;
  background: #c13a6a;
  border: 1px solid #c13a6a;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.foot_lft_form form input[placeholder], [placeholder], *[placeholder] {
    color: #fff !important;
}


.foot_lft_form form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.foot_lft_form form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.foot_lft_form form input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.foot_lft_form form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.foot_lft_form form input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.foot_lft_form form input::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}
textarea:focus, input:focus{
    outline: none;
}






/*==================  Responsive Design Start Here  =================*/

@media screen and (max-width: 1536px) {
.const_img_area img {
  height: 173px;
}
.constr_full_showing_main .constr_full_showing_single:nth-child(4) {
  width: 16%;
}
.read_more_brn a {
  font-size: 16px;
  width: 178px;
}
.constr_full_showing_single {
  width: 26.5%;
}
.const_cont_area p {
  font-size: 14px;
  color: #959595;
}
.footer_left {
  width: 72%;
}
.foot_lft_form {
  bottom: 39%;
}
.const_cont_area h3 {
  font-size: 16px;
}
.footer_right {
  width: 90%;
}
.top_mid_area ul li a {
  font-size: 15px;
}











}


@media screen and (max-width: 640px) {

.popup_section_inner {
  width: 93%;
}
.page3_header{
  display: none;
}
.page3_header_mobile{
  display: block;
}
.page3_header_mobile {
  background: #93191e;
  padding: 0 15px;
  position: relative;
  height: 61px;
}
.mobile_logo img {
  width: 85px;
}
.toggle_btn_mob span {
  width: 25px;
  height: 1.5px;
  background: #fff;
  display: block;
  border-radius: 50px;
}
.toggle_btn_mob span:nth-child(2) {
  margin: 8px 0;
}
.toggle_btn_mob {
  position: absolute;
  right: 15px;
  top: 19px;
  cursor: pointer;
}
.mob_menu {
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 9999;
  background: #93191e;
  width: 100vw;
  height: 100vh;
  padding: 30px;
  transition: ease-in-out 0.4s;
}
.mob_menu2{
  left: 0;
  transition: ease-in-out 0.4s;
}
.cls_mob_menu {
  position: absolute;
  right: 20px;
  color: #fff;
  font-size: 25px;
  top: 10px;
  cursor: pointer;
}
.mob_menu ul li a {
  color: #fff;
  font-size: 18px;
  padding: 0 0 25px;
  display: block;
}
.mob_menu ul li a img {
  width: 18px;
  margin: 0 6px 0 0;
}
.page3_footer {
  padding: 28px 15px 14px;
}
.page3_footer_top {
  flex-direction: column;
}
.page3_footer_sing {
  width: 100%;
}
.page3_footer_sing.foot_fitst {
  margin: 0 0 35px;
}
.page3_footer_bottom_sing {
  padding: 0 0;
}
.page3_footer_bottom_sing img {
  height: 62px;
  padding: 0 12px;
}
.copy_area {
  padding: 8px 10px;
}
.calling_area {
  padding: 6px 20px 6px 20px;
}










.clint_slid_sing iframe {
  padding: 0 0;
}
.top_header_area {
  padding: 7px 15px;
  height: 50px;
}
.logo_area img {
  width: 100px;
}
.slider_form.desktop {
  display: none;
}
.slider_form_mobile {
  display: block;
  padding: 0 30px;
  margin: 0 0 26px;
}
.witness_area_heading h2 {
  font-size: 22px;
}
.witness_area_heading h3 {
  font-size: 22px;
}
.featurs_area_main::after {
  top: 0;
  width: 100%;
}
.featurs_area_main {
  padding: 0 30px 30px;
  flex-direction: column;
}
.fetr_top_area {
  flex-wrap: wrap;
}
.featurs_area_inner {
  width: 100%;
}
.fetr_top_area_sing {
  width: 150px;
  height: 128px;
  margin: 0 0 13px;
}
.fearure_button_main_left {
  margin: 0 0 0 0;
}
.fearure_button_main {
  margin: 16px 0 0;
  padding: 0 0;
  flex-direction: column;
}
.fearure_button_main_left {
  flex-direction: column;
}
.fearure_button_main_left .constr_full_showing_single {
  width: 100%;
}
.fearure_button_main_right {
  margin: 18px 0 29px 28px;
}
.model_img {
  bottom: 0;
}
.feature_heading h2 {
  color: #fff;
  margin: 29px 0 0;
}


/*Menu Responsive*/


.banner_top_area {
  top: 50px;
}
.logo_area img {
  position: relative;
  top: 5px;
}
.top_mid_area {
  position: fixed;
  right: -100%;
  top: 53px;
  background: #fff;
  height: 100vh;
  z-index: 99999999;
  width: 100%;
  transition: ease-in-out 0.4s;
}
.top_mid_area.top_mid_area2 {
  right: 0;
  transition: ease-in-out 0.4s;
}
.top_mid_area ul {
  flex-direction: column;
}
.top_mid_area ul li {
  padding: 13px 24px;
  border-bottom: 1px solid #ccc;
}
.top_header_area {
  position: inherit;
}
.top_whatsapp_area {
  display: none;
}
.book_now a {
  background: #bf3f6c;
  color: #fff;
  padding: 5px 11px;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  top: 5px;
  right: -48px;
}
.toggle_btn {
  display: block;
  position: relative;
  top: 5px;
  width: 26px;
}
.brg_icon {
  cursor: pointer;
}
.brg_icon span {
  background: #000;
  height: 1.5px;
  width: 25px;
  display: block;
  border-radius: 50px;
}
.brg_icon span:nth-child(2) {
  margin: 7px 0;
}
.crs_icon {
  font-size: 25px;
  text-align: center;
  display: none;
  line-height: 18px;
  cursor: pointer;
}
.banner_top_area {
  position: inherit;
}
.banner_top_inner form {
  flex-wrap: wrap;
}
.banner_top_inner form input {
  height: 50px;
  width: 100%;
  margin: 0 0 7px;
}
.banner_top_inner form select {
  width: 100%;
  margin: 0 0 17px;
}
.banner_top_inner h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
.page_banner {
  padding: 0 0 0;
}
.banner_bottom_inner h2 {
  width: 100%;
  padding: 11px 0;
  font-size: 19px;
}
.single_banne_bottom_all {
  flex-wrap: wrap;
}
.single_banne_bottom {
  width: 50%;
  margin: 0 0 25px;
}
.single_banne_bottom h4 {
  font-size: 18px;
}
.single_banne_bottom img {
  width: 55%;
}
.banner_bottom_area {
  padding: 20px 0 0;
}
.video_area_sec {
  padding: 30px 15px 30px;
}
.video_area_inner_top_content h3 {
  font-size: 28px;
  width: 100%;
  line-height: 35px;
}
.video_area_inner_top_content p {
  font-size: 19px;
  width: 100%;
  line-height: 28px;
}
.tablinks {
  font-size: 15px;
  padding: 7px 15px;
  margin: 0 0 13px;
}
.video_image img {
  width: 100%;
}
.vid_ply {
  width: 51px !important;
}
.amenite_heading h2 {
  font-size: 30px;
  margin: -61px 0 75px;
}
.amenite_heading img {
  width: 127px;
}
.tab_area {
  flex-direction: row;
  width: 100%;
  height: auto;
  overflow: auto;
}
.tablinks2 img {
  text-align: center;
  margin: 0 auto;
}
.tablinks2 {
  min-width: 152px;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
  padding: 0;
}
.tab_area {
  flex-direction: row;
  width: 100%;
  height: auto;
  padding: 17px 0 0;
  overflow: auto;
}
.tablinks2::before {
  display: none;
}
.tab_area::before{
  display: none;
}
.tabcontent2 img {
  height: 416px;
}
.crv_bg {
  bottom: 89px;
}
.reverside_heading h3 {
  font-size: 26px;
  width: 100%;
  line-height: 33px;
}
.tablinks3 {
  padding: 9px 16px;
  font-size: 14px;
}
.rev_flat_slider {
  margin: 0 0;
}
.reverside_bottom_text {
  margin: 20px auto 0;
  width: 100%;
  text-align: center;
}
.reverside_bottom_text p {
  font-size: 18px;
  line-height: 27px;
}
.connectivity_area_main {
  padding: 0 0;
}
.connect_left {
  width: 100%;
}
.aonnect_area_inner {
  flex-direction: column;
}
.connect_right {
  width: 100%;
  margin: 38px 0 0 0;
}
.plans_area_main {
  padding: 30px 0;
  position: relative;
}
.connectvty_heading h3 {
  font-size: 36px;
}
.crv_bg_btm2 {
  top: -22px;
}
.galler_all {
  padding: 0 0;
}
.gallery_area_main {
  padding: 33px 0 30px;
}
.slider-single img {
  height: 234px;
}
.slider-nav img {
  height: 32px;
}
.plans_bg_btm {
  top: -21px;
}
.footer_left {
  width: 100%;
}
.foot_lft_form {
  bottom: 0;
}
.footer_all {
  padding: 0 0;
}
.footer_all {
  flex-direction: column;
}
.footer_area_main {
  padding: 36px 0 37px;
}
.footer_right {
  margin: 22px 0 0 0;
  flex-wrap: wrap;
}
.footer_right ul:nth-child(1) {
  width: 100%;
}
.footer_right ul:nth-child(2) {
  width: 100%;
  margin: 17px 0 23px 0;
}
.foot_rith_btm_logo {
  padding: 7px 0 0 0;
}
.dicclaimer p {
  padding: 26px 0 0 0;
}
.copy_area_main {
  padding: 9px 0 0 0;
  flex-direction: column;
}
.social_area ul li {
  padding: 0 25px 0 0;
}
.social_area {
  margin: 14px 0 0;
}
.footer_bottom_last p {
  font-size: 13px;
}
.slick-slide img {
  display: block;
}
.banner_bottom_contact {
  padding: 0px 15px 30px;
}
.main_bottm_ban_area {
  flex-direction: column;
}
.main_bottm_ban_area_left {
  width: 100%;
}
.main_bottm_ban_area_right {
  width: 100%;
  margin: 20px 0 0 0;
}
.main_bottm_ban_area_right p {
  font-size: 18px;
}
.client_say_area {
  padding: 0 15px 40px;
}
.clint_say_heading h2 {
  font-size: 20px;
}
.clint_say_heading h2 span {
  width: 30px;
}
.ganga_fac_area {
  padding: 20px 15px 30px;
}
.ganga_fac_area_heading h3 {
  font-size: 20px;
}
.ganga_fac_area_main {
  flex-wrap: wrap;
}
.ganga_fac_area_single {
  padding: 0 0 0;
  border-right: 0;
  width: 100%;
}
.banner_area img {
  height: 173px;
}
.main_bottm_ban_area_left h3 {
  font-size: 22px;
}
.main_bottm_ban_area_left h4 {
  font-size: 16px;
}
.constr_full_showing_area {
  padding: 20px 15px 40px;
}
.constr_full_heading h3 {
  font-size: 22px;
}
.constr_full_showing_main {
  flex-direction: column;
}
.constr_full_showing_single {
  width: 100%;
  margin: 0 0 25px;
}
.read_more_brn a {
  font-size: 13px;
  width: 147px;
}
.read_more_brn a svg {
  width: 44px;
  height: 44px;
  padding: 7px;
  right: -23px;
}
.sec_logo {
  top: 0px;
  right: 30px;
  padding: 10px 13px;
  border-radius: 0 0 13px 13px;
}
.sec_logo img {
  width: 66px;
}
.page3_content {
  top: 26px;
  left: 15px;
}
.bad_news_box {
  height: 30px;
  width: 200px;
}
.srch_btn {
  height: 30px;

}
.bad_news_box h3 {
  font-size: 14px;
}
.bad_news h2 {
  font-size: 23px;
}
.bad_news h4 {
  font-size: 17px;
}
.bad_news p {
  font-size: 14px;
  width: 75%;
}
.body_img {
  height: 1000px;
  object-fit: cover;

}
.img_slider {
  width: 300px;
  height: 160px;
  margin: 15px 0 0;
}
.single_slider img {
  height: 160px;
}
.slid_bottom h3 {
  font-size: 21px;
}
.slid_bottom h4 {
  font-size: 17px;
}
.calling_area p {
  font-size: 14px;
}
.calling_area h2 {
  font-size: 18px;
}





}


@media screen and (max-width: 375px) {

.book_now a {
  right: -37px;
}
.plans_bg_btm {
  top: -20px;
}








}

@media screen and (max-width: 360px) {

.fetr_top_area_sing {
  width: 144px;
}
.sec_logo img {
  width: 48px;
}



}