/*Common CSS START*/
@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Arima+Madurai:100,200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900');
body {
    margin: 0;
    font-family: 'Assistant', sans-serif;
    color: #212121;
}
.Arima_Madurai {
    font-family: 'Arima Madurai', cursive;
}
.Catamaran {
    font-family: 'Catamaran', sans-serif;
}
a {
    text-decoration: none;
}
.zero_all {
    padding: 0;
    margin: 0;
}
.slick_slider button.slick-arrow {
    width: 30px;
    background-color: #000;
    height: 30px;
    z-index: 9;
}
.slick_slider button.slick-prev {
    left: 0;
}
.slick_slider button.slick-next {
    right: 0;
}
.slick_heading {
    text-align: center;
}
.pos_rel {
    position: relative;
}
.op_0 {
    opacity: 0;
}
section.nav_sec {
    transition: all 0.6s linear;
}
section.nav_sec_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
}
section.nav_sec_fixed .call_action {
    display: none;
}
section.nav_sec_fixed .header_logo img {
    width: 85px;
}
section.nav_sec_fixed ul.menu_wrpr_ul {
    margin: 0;
}
/*
//banner parallex effect
section.header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
    background-size: 100%;
    background-position: top center;
}*/
.logo_div {
    position: absolute;
    top: 1vw;
    left: 11vw;
    width: 12vw;
}
.header_logo img {
    width: 200px;
}
.menu_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
p.tel_p {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 20px;
}
.call_action {
    width: 100%;
}
a.launch_offer_a {
    color: #000;
    font-weight: bold;
    background-color: #ffd634;
    line-height: 40px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 22px;
}
ul.menu_wrpr_ul {
    list-style-type: none;
    margin: 11px 0 0 0;
}
ul.menu_wrpr_ul li {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    padding: 0 20px;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    margin: 0 5px;
}
ul.menu_wrpr_ul li a {
    color: #000;
}
ul.menu_wrpr_ul li:hover {
    background-color: #ffd634;
}
ul.menu_wrpr_ul li:hover a {
    color: #fff;
    text-decoration: none;
}
ul.menu_wrpr_ul li a {
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.key_dist_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
section.key_dist {
    padding: 50px 0;
}
section.key_dist h3.sec_title {
    margin: 0;
    line-height: 40px;
}
section.key_dist h3.sec_title+h4 {
    color: #fff;
    font-size: 22px;
    font-family: 'Arima Madurai', cursive;
    line-height: 40px;
    margin: 0 0 20px 0;
}
.list_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.list_col p {
    width: 40%;
    text-align: left;
    margin: 0 0px;
    line-height: 40px;
    position: relative;
}
.list_col p span {
    position: absolute;
    top: 0;
    right: 110px;
}
p.key_dist_p:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff0;
    position: absolute;
    border-radius: 50px;
    line-height: 50px;
    top: 19px;
    left: -16px;
    border: 1px solid #fff;
}
/*Banner From START*/
.form_div button.submit_btn {
    width: 100%;
    border-radius: 50px;
    background-color: #fecc00;
    color: #1b607e;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
    margin: 0 0 20px 0;
    padding: 0;
}
form.contact_form input::placeholder,
form.contact_form select::placeholder,
form.contact_form textarea::placeholder {
    color: #fff;
}
section.header form.contact_form {
    position: fixed;
    bottom: 0;
    right: 2vw;
    background-color: #2392ae;
    padding: 0px 20px;
    width: 16vw;
    border-radius: 10px 10px 0 0;
    z-index: 99;
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.5);
}
section.header form.contact_form input,
section.header form.contact_form textarea {
    width: 100%;
    border-radius: 3px;
    margin: 0 0 10px 0;
    box-shadow: none;
    background-color: #51a8bf;
    border: 1px solid #fff;
    color: #fff;
}
form.contact_form .form_heading {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0 0 0;
    font-family: 'Arima Madurai', cursive;
    text-align: center;
    cursor: pointer;
}
.pos_ab {
    position: absolute;
}
.fncy_txt {
    right: 10vw;
    z-index: 2;
    top: 40px;
    height: calc(100% - 40px);
    width: 24vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.txt_fncy {
    position: absolute;
    top: 0;
    bottom: 70%;
    right: 10vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40vw;
}
.txt_fncy>* {
    width: 100%;
    font-family: 'Arima Madurai', cursive;
}
.txt_fncy h1 {
    /*font-size: 30px;*/
    line-height: 40px;
    text-align: right;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.52);
}
.txt_fncy h2 {
    /*font-size: 14px;*/
    text-align: right;
    margin: 0;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.52);
}
.txt_fncy h1:after {
    content: '';
    width: 180px;
    height: 2px;
    background-color: #ffd634;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*Banner From END*/
.flx_mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fncy_txt h1,
.fncy_txt h2,
.fncy_txt h3,
.fncy_txt h4,
.fncy_txt h5,
.fncy_txt h6 {
    margin: 0;
    position: relative;

}
.fncy_txt h1 {
    font-family: 'Arima Madurai', cursive;
    color: #fff;
    font-size: 2.2vw;
    line-height: 2.5vw;
    text-align: center;
    position: relative;
    margin: 0;
}
.fncy_txt h1:before,
.fncy_txt h1:after {
    content: '';
    width: 4vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 1.9vw;
}
.fncy_txt h1:before {
    left: -4vw;
}
.fncy_txt h1:after {
    right: -4vw;
}
.fncy_txt h2 {
    color: #16170b;
    font-size: 1.2vw;
    font-weight: 600;
    background-color: #fecb03;
    width: 100%;
    text-align: center;
    line-height: 3vw;
    margin: 0 0 10px 0;
}
.fncy_txt h4 {
    background-color: #16170b;
    color: #fff;
    font-size: 1vw;
    line-height: 1.5vw;
    width: auto;
    text-align: center;
    padding: 0 10px;
    margin: -16px 0 0 0;
}
.fncy_txt h4 span {
    color: #fecb03;
    position: relative;

}
.fncy_txt h2:before,
.fncy_txt h2:after {
    content: '';
    width: 1px;
    height: 8vw;
    background-color: #fff;
    position: absolute;
    top: -3.1vw;
}
.fncy_txt h2:before {
    left: -3.9vw;
}
.fncy_txt h2:after {
    right: -3.9vw;
}
.fncy_txt h4:before,
.fncy_txt h4:after {
    content: '';
    width: 9.5vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 2.39vw;
    z-index: 0;
}
.fncy_txt h4:before {
    left: -5.2vw;
}
.fncy_txt h4:after {
    right: -5.2vw;
}
.fncy_txt h4 span:before,
.fncy_txt h4 span:after {
    content: '';
    width: 7vw;
    height: 1px;
    background-color: #fecb03;
    position: absolute;
    top: 0.9vw;
}
.fncy_txt h4 span:before {
    left: -8vw;
}
.fncy_txt h4 span:after {
    right: -8vw;
    z-index: 3;
}
p.tc_txt {
    position: absolute;
    right: 0;
    bottom: 10vh;
    z-index: 185;
    color: #fff;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    margin: 0;
    line-height: 30px;
}
section.about_us {
    padding: 60px 0;
    background-image: url(../img/bg.png);
    background-attachment: fixed;
    background-size: 100%;
}
.about_us_flx>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about_us_flx .about_us_col_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.col_img_bg:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 15px;
    left: 15px;
    background-color: #fecc00;
    z-index: 0;
    border-radius: 4px;
}
.col_img_bg:after,
.slick_col:after {
    content: 'artistic impression';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    color: #fff;
    text-transform: capitalize;
    font-size: 9px;
    line-height: 14px;
    margin: 0;
    padding: 0 4px;
    background-color: #000;
    border-radius: 4px 0 0 0;
}
.col_img_bg img {
    z-index: 1;
    position: relative;
}
.about_us_col_txt h3 {
    color: #15b9c1;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Arima Madurai', cursive;
    line-height: 50px;
    margin: 0;
}
.about_us_col_txt h5 {
    color: #15b9c1;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    font-family: 'Arima Madurai', cursive;
}
.about_us_col_txt p {
    color: #002b40;
    font-size: 16px;
    font-family: 'Assistant', sans-serif;
    line-height: 22px;
}
.about_us_col_txt button {
    background-color: transparent;
    border: none;
    color: #15b9c1;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Assistant', sans-serif;
    font-weight: bold;
    line-height: 40px;
    padding: 0 10px;
    margin: 0 0 0 -10px;
    transition: all 0.6s linear;
}
.about_us_col_txt button:hover {
    margin: 0 0 0 0;
    background-color: #15b9c1;
    color: #fff;
    border-radius: 4px;
}
.slick_col img.img-responsive {
    width: 100%;
}
.slick_col {
    position: relative;
}
.slick_ab {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 360px;
    background-color: rgba(254, 204, 0, 0.75);
    padding: 30px 10px 15px;
}
section.slick_slider_sec {
    padding: 50px 0;
}
.slick_ab h3.slick_ab_heading {
    font-family: 'Arima Madurai', cursive;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    margin: 0;
    line-height: 30px;
}
h3.sec_title {
    color: #15b9c1;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Arima Madurai', cursive;
    line-height: 30px;
    margin: 0;
    text-align: center;
}
section#amenities_sec h4 {
    color: #15b9c1;
    font-size: 22px;
    font-family: 'Arima Madurai', cursive;
    line-height: 30px;
    margin: 0;
    text-align: center;
}
p.sec_p {
    text-align: center;
    color: #002b40;
    font-family: 'Assistant', sans-serif;
    margin: 0 0 30px 0;
}
.fixed_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 199;
}
section.amenities {
    position: relative;
    padding: 50px 0;
    background-image: url(../img/bg.png);
    background-attachment: fixed;
    background-size: 100%;
}
button.dwn_btn {
    background-color: #fecc00;
    border: 1px solid #fecc00;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    color: #002b40;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.6s linear;
}
button.dwn_btn:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #fecc00;
}
.dwn_btn_div {
    text-align: center;
}
section.key_dist {
    background-color: #002b40;
}
section.key_dist h3.sec_title {
    color: #fff;
    text-align: left;
}
.key_dist_col_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0 0;
}
p.key_dist_p {
    color: #fff;
}
.slick_img_border {
    border: 2px solid #93d4f4;
    max-width: 130px;
    margin: 10px;
    min-height: 130px;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.slick_img_border img.img-responsive {
    width: 70%;
    margin: 0 auto;
}
.slick_img_border:hover {
    background-color: #fff;
}
.amenities_slick_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.amenities_slick_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.slick_img_border p {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}
.amenities_slick_slider {
    margin: 30px 0;
}
.about_mantra_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
section.about_mantra {
    padding: 60px 0;
    position: relative;
    background-image: url(../img/mantra-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
h3.about_mantra_title {
    font-family: 'Arima Madurai', cursive;
    color: #fff;
}
.about_mantra_flx p {
    font-size: 16px;
    text-align: justify;
    text-align-last: center;
    color: #fff;
}
.contact_info_flx {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
section.contact_info {
    position: relative;
    background-color: #fecc00;
    padding: 20px 0;
}
h4.contact_info_title {
    text-transform: uppercase;
    color: #002b40;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
}
.contact_info_p {
    color: #002b40;
    font-size: 16px;
    line-height: 23px;
}
section.copy_right {
    padding: 20px 0;
}
.copy_flx_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.copy_p p {
    font-size: 12px;
    text-align: justify;
    line-height: 14px;
}
section.launch_offer {
    background-color: #ffd634;
    position: relative;
    border: 3px solid #fffeff;
    border-left: none;
    border-right: none;
}
p.Launch_offer_btn {
    position: absolute;
    top: -50px;
    left: 0;
    background-color: #fffeff;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 50px;
}
.launch_offer_flx {
    padding: 20px 0;
}
.lo_offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.lo_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.lo_offer p.lob {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Arima Madurai', cursive;
}
.lo_offer p.los {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fff;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
}
.lo_offer p.los:before,
.lo_offer p.los:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #fff;
    top: 15px;
}
.lo_offer p.los:before {
    left: -60px;
}
.lo_offer p.los:after {
    right: -60px;
}
p.lo_b {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Arima Madurai', cursive;
    line-height: 50px;
    margin: 0 0 50px 0;
}
p.lo_b:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
p.lo_b span {
    position: absolute;
    bottom: -30px;
    right: 0;
    font-size: 16px;
    line-height: 30px;
    background-color: #fff;
    padding: 0 20px;
    text-transform: capitalize;
}
p.lo_b small {
    font-size: 18px;
}
.flx_form {
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.flx_form .form_div input.form-control {
    border-radius: 0;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.flx_form .form_div input.lo_form_submit {
    background-color: #212121;
    color: #fff;
    margin: 0;
    border: none;
    min-width: 90px;
}
.flx_form .form_div input.lo_form_submit:hover {
    background-color: #ecbf0d;
    color: #212121;
}
form.know_more_form,
form.dwn_btn_form {
    width: 40%;
    padding: 10px;
    border: 2px solid #fefefe;
    border-radius: 4px;
    background-color: #000;
}
form.know_more_form button.submit_btn,
form.dwn_btn_form button.submit_btn {
    max-width: 200px;
    margin: auto;
}
form.know_more_form div.form_div,
form.dwn_btn_form div.form_div {
    text-align: center;
}
form.know_more_form input.form-control,
form.dwn_btn_form input.form-control {
    border-radius: 0;
    margin: 0 0 10px 0;
}
.inner_form h4 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}
i.fa {
    font-family: FontAwesome;
}
i.kmf_cls_btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: 9999;
}
img.dwn_btn_cls_btn,
img.kmf_cls_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding: 5px;
}
a.contact_info_p.mob_no {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}
a.hdr_tel {
    font-size: 22px;
}
@media screen and (max-width:1024px) {
    /*//Common css for all devices*/
    .menu_flx {
        display: none;
    }
    .header_logo img {
        margin: auto;
    }
    section.about_mantra {
        background-size: cover;
    }
    p.lo_b {
        font-size: 20px;
    }

}
@media screen and (min-width:768px) and (max-width:1024px) {
    /*//Common css for tab devices both landscape view and portrate  view*/
    .txt_fncy h1 {
        font-size: 18px;
        line-height: 20px;
    }
    .txt_fncy h1:after {
        bottom: -7px;
    }
    .lo_offer p.lob {
        font-size: 17px;
        line-height: 30px;
    }
    .lo_offer p.los {
        font-size: 14px;
        line-height: 22px;
    }
    .lo_offer p.los:before,
    .lo_offer p.los:after {
        top: 10px;
        width: 44px;
    }
    .lo_offer p.los:before {
        left: -44px;
    }
    .lo_offer p.los:after {
        right: -44px;
    }
    .flx_form .form_div input.form-control {
        max-width: 120px;
    }
    .about_us_flx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about_us_flx .about_us_col_txt {
        padding: 20px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    section.header form.contact_form {
        width: 35vw;
        box-shadow: none;
    }
    .contact_info_flx {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .contact_info_flx h4.contact_info_title {
        text-align: center;
    }
    .copy_flx {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width:991px) {
    /*//common css for tab devices  portrate view and mobile view*/
    .txt_fncy h1 {
        /*font-size: 3vw;*/
        line-height: 8vw;
    }
    .txt_fncy {
        width: 35vw;
        right: 2vw;
    }
    .txt_fncy h2 {
        font-size: 1.5vw;
        line-height: 2vw;
    }
    .launch_offer_flx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 0;
    }
    p.Launch_offer_btn {
        left: 0;
        right: 0;
        margin: auto;
        font-size: 2vw;
        line-height: 6vw;
        top: -6vw;
        text-align: center;
        max-width: 30vw;
    }
    .lo_offer p.lob {
        font-size: 4vw;
        line-height: 4.5vw;
    }
    .lo_offer p.los {
        font-size: 3vw;
        line-height: 3.5vw;
    }
    .lo_offer p.los:before,
    .lo_offer p.los:after {
        top: 1.5vw;
    }
    p.lo_b {
        font-size: 3vw;
    }
    p.lo_b small {
        font-size: 2.1vw;
    }
    p.lo_b span {
        font-size: 2.5vw;
    }
    .flx_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .form_div .form_div {
        width: 100%;
    }
    .flx_form .form_div {
        width: 100%;
        margin: 0 0 6px 0;
    }
    section.about_us {
        padding: 20px 0;
    }
    section.about_us .about_us_flx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    section.about_us .about_us_flx .about_us_col_img {
        width: 70%;
        margin: 0 0 40px 0;
    }
    section.about_us .about_us_flx .about_us_col_txt {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .about_us_col_txt h3 {
        font-size: 6vw;
        line-height: 6.5vw;
    }
    .about_us_col_txt h5 {
        font-size: 3.7vw;
        line-height: 4vw;
        margin: 0 0 10px 0;
    }
    h3.sec_title {
        font-size: 6vw;
        line-height: 6.5vw;
    }
    .slick_ab h3.slick_ab_heading {
        font-size: 3vw;
    }
    .slick_ab {
        padding: 2vw;
        left: 0;
        right: 0;
        margin: auto;
    }
    .amenities_slick_slider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .amenities_slick_col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%;
        margin: auto;
    }
    .list_col p {
        width: 100%;
        line-height: 5vw;
    }
    .list_col p span {
        right: 0;
    }
    p.key_dist_p:before {
        top: 2vw;
    }
    .contact_info_flx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contact_info_flx h4.contact_info_title {
        text-align: center;
    }
    .contact_info_flx p.contact_info_p {
        text-align: center;
    }
    .copy_flx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section.header form.contact_form {
        right: 0;
        width: 100vw;
        border-radius: 0;
        box-shadow: none;
    }
    section.header form.contact_form h1.form_heading {
        font-size: 4vw;
        line-height: 8vw;
    }
    p.tc_txt {
        font-size: 1vw;
        line-height: 1.5vw;
    }
    form.know_more_form,
    form.dwn_btn_form {
        width: 80vw;
        border: 1px solid #fff;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    /*//css for tab devices portrate view only*/
}
@media screen and (max-width:767px) {
    /*//Common css for mobile devices both landscape view and portrate view*/
    form.know_more_form,
    form.dwn_btn_form {
        width: 80vw;
        border: 1px solid #fff;
    }
    .slick_img_border {
        max-height: 76px;
        border: 1px solid #93d4ff;
        margin: 5px;
    }
    section.copy_right {
        margin: 0 0 8vw 0;
        padding: 20px 0 0 0;
    }
    .txt_fncy h1:after {
        height: 1px;
        width: 23vw;
    }
    .txt_fncy {
        width: 35vw;
        right: 13vw;
        top: 26vw;
    }
    .slick_ab {
        position: relative;
        left: auto;
        right: auto;
    }
    section.slick_slider_sec {
        padding: 20px 0 0;
    }
    .txt_fncy h2 {
        font-size: 1.8vw;
        line-height: 2vw;
    }
    a.fixed_tel {
        position: absolute;
        top: 0;
        left: 5px;
        z-index: 999999;
        width: 30px;
        padding: 5px;
    }
    section.header form.contact_form h1.form_heading {
        width: 80%;
        margin: auto;
    }
    p.Launch_offer_btn {
        display: none;
    }
}
@media screen and (min-width:480px) and (max-width:767px) {
    /*//css for tab devices landscape view only*/
}
@media screen and (max-width:479px) {}