/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none !important;
}

.m-b {
    margin-bottom: 90px;
}

.p-t-b {
    padding: 100px 0px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.m-Top-50 {
    margin-top: 50px !important;
}

.m-bottom-50 {
    margin-bottom: 50px !important;
}

.p-top-20 {
    padding-top: 20px !important;
}

.p-top-30 {
    padding-top: 30px !important;
}

.p-top-40 {
    padding-top: 40px !important;
}

.p-top-60 {
    padding-top: 60px !important;
}
/* .wrapper{
    overflow-x: hidden;
} */


/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/*Loading css*/

::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: #28c837;
}

::selection {
    color: white;
    background: #28c837;
}


/*header*/
.wrapper{
    overflow-y: hidden;
}
.navbar-default{
    margin-bottom: 0px;
}
.navbar-default{
    background: transparent;
    border: none;
}
.sub_menu
{
        background: rgb(48, 49, 151);
    padding: 15px;
}
a.navbar-brand {
    position: relative;
    top: -7px;
}
.navbar-nav
{
    width: 77%;
    text-align: right;
}
.navbar-nav>li{
    float: right;
}
.navbar-nav>li a
{
        border: 1px solid white;
        color: white !important;
        padding: 8px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        width: 180px;
}
.navbar-default .navbar-nav>li>a i
{
    position: relative;
    right: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.header.clearfix .form {
    width: 90%;
    margin: auto;
    background: white;
    border-radius: 28px;
    z-index: 9;
    position: absolute;
    bottom: -101px;
    padding: 2rem;
    left: 0px;
    right: 0px;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
}

.header.clearfix .form input{
    padding: 6px;
    width: 100%;
    height:35px;    border: 1px solid darkgrey;
}
.header.clearfix .form input[type="submit"]{
    background: transparent;
    border: 1px solid #303197;
    padding: 8px 20px;
    width: 100%;
    background: #303197;
    color: white;
}
.header.clearfix .form label{width: 100%;}
label.error
{
    color: red;
    font-size: 12px;
    margin-top: 9px;
}
.header.clearfix .form input[type="submit"]:hover{
    background: white;
    color: black;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    border: 1px solid #303197;
}

h1.title{
    font-family: 'Perpetua';
    font-size: 40px;
}
h2{
    font-family: 'Perpetua';
    font-size: 40px;
    position: relative;
}

section.second_section{
    padding-top: 8rem;
    padding-bottom: 6rem;
}
.img_logo{
    text-align: center;
    position: relative;
}
.img_logo img{
    width: 300px;
    display: block;
    margin: auto;
}
.img_logo h1.title {
    margin-top: 2rem;
    position: relative;
    display: inline-block;
}

.img_logo h1.title:after{
    content: '';
    position: absolute;
    width: 37px;
    height: 1px;
    left: 0px;
    right: 0px;
    background: #316c35;
    bottom: -25px;
    margin: auto;
}
.logo_para
{
    margin: auto;
    margin-top: 4rem;
    text-align: center;
    width: 74%;
}
.logo_para p
{
    font-family: 'Perpetua';
    line-height: 25px;
    font-size: 24px;
}

.image_box_third img{
    width: 100%;
    position: relative;
    left: -2rem;
}

section.fourth {
    padding: 5rem 0px;
}

.highlight_lists h2 {
    text-align: center;
}


.highlight_box_inner ul li {
    list-style-type: disc;
    line-height: 35px;
}
.highlight_box_inner ul{flex-basis: 50%;}


.highlight_box_inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1rem auto;
}

.highlight_lists .title_box{
    margin: 2rem 0px;
    margin-top: 0px;
}

.highlight_lists{
    background: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: 73%;
    padding: 4rem;
    background-position: center 0%;
    height: 97vh;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding-top: 5rem;
}

.inner_high{
    width: 52%;
}


section.fifth{
    text-align: center;
}

section.fifth h2.title.title:after {
    content: '';
    position: absolute;
    width: 37px;
    height: 1px;
    left: 0px;
    right: 0px;
    background: #316c35;
    bottom: -25px;
    margin: auto;
}

section.gallery h2.title.title:after {
    content: '';
    position: absolute;
    width: 37px;
    height: 1px;
    left: 0px;
    right: 0px;
    background: #316c35;
    bottom: -25px;
    margin: auto;
}

.location_advantage .title_box{
    padding: 2rem 0px;
}

.location_advantage_box_wrp{
    width: 85%;
    margin: auto;
    padding: 0rem 0px;
    margin-bottom: 3rem;
}

.icons_wrapper .logo_box img{
    width: 150px;
}

.logo_box {
    min-height: 160px;
}

.icons_wrapper p{
    line-height: 25px;
    width: 90%;
    margin: auto;
    min-height: 150px;
}

.icons_wrapper {
    border: 1px solid #c5c5c5;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    padding: 15px;
    border-radius: 25px;
}

.location_advantage_box_wrp .item {
    padding: 1rem 0px;
}

.location_advantage_box_wrp .owl-stage-outer {
    padding: 0px 0rem;
}

/*Owl Prev And Next*/

.owl-location .owl-prev,
.owl-location .owl-next {
    position: absolute;
    background: url(../images/gray_prev.png) 0px 0px no-repeat;
    left: -48px;
    right: auto;
    top: 50%;
    width: 21px !important;
    height: 26px !important;
    font-size: 0px !important;
    text-indent: -5000px !important;
    background-size: cover !important;
    line-height: 0px;
    display:none;
}

.owl-location .owl-next {
    left: auto;
    right: -48px;
    background: url(../images/gray_next.png) 0px 0px no-repeat;
}

.owl-location .owl-nav.disabled {
    display: block !important;
}

/*Owl Prev And Next*/




section.gallery .title_box {
    padding: 2rem 0px;
    text-align: center;
    margin-bottom:3rem;
}


.gallery_box img{
    width: 100%;
}

.inner_image_box {
    display: flex;
}
.inner_image_box a
{
        height: 180px;
        object-fit: cover;
        margin: 5px;
}
.gallery_box{
    margin: 2rem 0px;
}

footer .inner{
    text-align: center;
    background: black;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
footer a{
    color: white;
}
footer h3{
margin: 0px 15px;
display: inline-block;    word-spacing: 3px;
}

h3.social_media {
    font-size: 22px;
    display: flex;
}
h3.social_media a
{
    margin: 10px;
    border: 1px solid #303197;
    border-radius: 100%;
    width: 30px;
    display: inline-block;
    height: 30px;
    color: white;
    font-weight: bolder;
    background: #303197;
}

h3.social_media a i{
    font-size: 16px;
    margin-top: 7px;
    display: inline-block;
}

.white-popup {
    min-height: 400px;
}

.white-box h3 {
    text-align: center;
    color: #094687;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 1rem;
}

.scroll-content {
    max-height: 337px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 5px;
    padding-bottom: 1rem;
}


.white-popup p {
    line-height: 25px;
    margin-bottom: 1rem;
}


.white-popup li {
    line-height: 25px;
}


.agree-close-btn {
    background: black;
    font-size: 16px;
    border: 0px;
    color: white;
    padding: 10px 10px;
    margin: 19px auto;
    display: block;
    min-width: 126px;
    border-radius: 5px;
}



.scroll-content::-webkit-scrollbar {
    width:8px;
}
 
.scroll-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:8px;
}
 
.scroll-content::-webkit-scrollbar-thumb {
  background-color: black;
  outline: 1px solid slategrey;
   border-radius:8px;
}

section.gallery{
    margin-bottom: 4rem;
}

.mfp-image-holder .mfp-close{
    width: 30px;
    color: white !important;
    background: transparent;
}

.header.clearfix{
        position: relative;
    }






/* sticky form code */
.stickyForm {
    position: fixed;
    top: 25%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px  0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}
.stickyForm.active {
    right: 0px;
}
.stickyForm .btn {
    background: #303197;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -98px;
    color: #fff;
    height: 40px;
    border-radius: 7px 7px  0 0;
    font-size: 16px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
        word-spacing: 4px;
}

input#phone {
    /* padding-left: 50px !important; */    border-left: 0px;
}
body .stickyForm *{
    color: #fff;
}
body .stickyForm label{
    width: 100% !important;    margin: 10px 0px;
}
body .stickyForm input[type="text"], body .stickyForm input[type="email"], body .stickyForm textarea, body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #fff;
    /*margin-bottom: 13px;*/
}
.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm, .stickyForm.active .btn{
    background: rgba(35, 35, 35, 0.77);
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}
body .stickyForm select{
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}
body .stickyForm .btn-group{
    margin-top: 20px;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
}
body .stickyForm [type="submit"]{
    background: #2a2b88 !important;
    color: #fff;
    height: 40px !important;
    padding: 0px 30px !important;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
/* end of sticky form code */

.icons_wrapper p{
        margin-top: 1rem;
}

.header.clearfix .form label[for="phone"] select
{
    width: 25%;
    float: left;
    border: 1px solid;
    padding: 0px 10px;
    border-color: darkgrey;
    border-right: 0px;
    height: 35px;
    border-radius: 0px !Important;
    box-shadow: none;
    text-align: center;
}
.header.clearfix .form label[for="phone"] select:focus{
    outline:none;
}
.header.clearfix .form input:focus, body .stickyForm label[for="phone"] select, body .stickyForm input{
    outline:none;
}
.header.clearfix .form label[for="phone"] input[type="tel"] 
{
    width: 75%;
    float: left;
}

body .stickyForm label[for="phone"] select
{
    width: 22%;
    margin-right:5px;
    float: left;
    border-radius: 0px;
    padding: 7px;
    height: auto;
    background: transparent;
    padding: 5px;
    border: none;
    border-bottom: 1px solid;
}
body .stickyForm label[for="phone"] select option{
    color:black;
}
body .stickyForm label[for="phone"] input[type="tel"] 
{
    width: 75%;
    float: left;
    background: transparent;
    padding: 5px;
    border: none;
    border-bottom: 1px solid;
    height: 35px;
}
body .stickyForm label[for="phone"] select{
    height: 35px;
}

.location_advantage_box_wrp.amenities_wrp {
    width: 50%;
    margin: auto;
}
.location_advantage_box_wrp.amenities_wrp .owl-carousel .owl-item img{
    width:60%;
    margin:auto;
}
.fifth.amenities{
    margin-bottom:3rem;
}
.location_advantage.amenities .title_box{
        padding: 0px 0px 2rem;
}



/*Owl Prev And Next*/

.owl-amenities .owl-prev,
.owl-amenities .owl-next {
    position: absolute;
    background: url(../images/gray_prev.png) 0px 0px no-repeat;
    left: -40px;
    right: auto;
    top: 45%;
    width: 21px !important;
    height: 26px !important;
    font-size: 0px !important;
    text-indent: -5000px !important;
    background-size: cover !important;
}

.owl-amenities .owl-next {
    left: auto;
    right: -40px;
    background: url(../images/gray_next.png) 0px 0px no-repeat;
}

.owl-amenities .owl-nav.disabled {
    display: block !important;
}

.icons_wrapper_amenities p {
    margin-top: 1rem;
}

/*Owl Prev And Next*/






/*Owl Prev And Next*/

.owl-gallery .owl-prev,
.owl-gallery .owl-next {
    position: absolute;
    background: url(../images/gray_prev.png) 0px 0px no-repeat;
    left: -40px;
    right: auto;
    top: 45%;
    width: 21px !important;
    height: 26px !important;
    font-size: 0px !important;
    text-indent: -5000px !important;
    background-size: cover !important;
}

.owl-gallery .owl-next {
    left: auto;
    right: -40px;
    background: url(../images/gray_next.png) 0px 0px no-repeat;
}

.owl-gallery .owl-nav.disabled {
    display: block !important;
}

/*Owl Prev And Next*/




.inner_box_ .tab_section{
    width: 40%;
    margin: auto;
    margin-bottom: 3rem;
}
.inner_box_ .tab_section ul
{
        display: flex;
        flex-wrap: wrap;
}

.inner_box_ .tab_section ul li {
    flex-basis: 28.33%;
    margin: 0px 10px;
}

.inner_box_ .tab_section ul li button {
    width: 100%;
    background: #303197;
    color: white;
    font-size: 16px;
    border-radius: 0px;
}
.inner_box_ .box_wrp {
    display: flex;
    flex-wrap: wrap;
}
.inner_box_ .box_wrp .item img {
    width: 94%;
    margin: auto;
}
.inner_box_ .box_wrp .item {
    flex-basis: 25%;
}
.inner_box_ .tab_section ul li button.active {
    background: white;
    color: #303197;
    box-shadow: none;
    border: 1px solid;
}
.inner_box_ .tab_section ul li button:hover
{
        background: white;
    color: #303197;
    box-shadow: none;
    border: 1px solid;
}

.location_map .title_box
{
    margin-bottom:3rem;
}
.embed-responsive-16by9 {
    padding-bottom: 33.25%;
}

.download_{
    width: 50%;
    margin: auto;
    text-align: center;
    margin-bottom: 5rem;
}
.download_ a
{
    background: #2a2b88;
    color: white;
    padding: 15px 30px;
    height: auto;
    font-size: 16px;
    /*text-transform: uppercase;*/    transition: .6s;
}
.download_ a:hover
{
    background: transparent;
    color: #303197;
    border: 1px solid #303197;    transition: .6s;
}
.brochure_form_wrp{
    width:30%;
    min-height:auto;padding: 3rem 2rem;
}
.brochure_form_ label{
    width:100%;
}
.brochure_form_ label input{
    width: 100%;
    height: 40px;
    margin-bottom: 1.4rem;
    padding:10px;
}
.brochure_form_ button[type="submit"]{
   background: #2a2b88;
    padding: 10px 20px;
    color: white;
    border: 1px solid white;
    display: block;
    margin: auto;
}
.brochure_form_ input[type="tel"]{
   width: 75%;
    float: left;
    outline: none;
    box-shadow: none;
    border: 1px solid #a9a9a9;
    border-left: 0px solid !important;
}
.brochure_form_ select#countrycode{
    width: 25%;
    float: left;
    height: 40px;
    border-right: 0px;
}
.brochure_form_ .btn-group
{
        text-align: center;
    width: 100%;
}
.brochure_form_ h2 {
    margin-bottom: 1.1rem;
    text-align: center;
    text-transform: uppercase;
}


.tandc_apply ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 19px;
    top: 13px;
    background: black;
    border-radius: 116px;
}
.tandc_apply ul li {
    list-style-type: disc !important;
    color: black;
    margin-bottom: 10px;
    padding-left: 4%;
    position: relative;
}





.booking_engine {
    left: 15px;
    top: auto;
    display: block;
    position: fixed;
    width: 156px;
    height: auto;
    bottom: 58px;
    z-index: 999;
    right: auto;
    background: white;
    border-radius: 5px;
}
.bounce-1 {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.booking_engine img {
    width: 100%;
}

.booking_engine:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 110%;
    left: 13%;
    height: 12px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    opacity: .4;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: hover-shadow;
    animation-name: hover-shadow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}


.coupon-lightbox-wrapper {
    width: 100%;
    margin: auto;
    background-color: #303197;
    padding: 30px;
    position: relative;
}

.coupon-lightbox-wrapper .text-center.orange-text {
    color: white;
    font-weight: bold;
    font-size: 24px;
}
.coupon-lightbox-wrapper .text-center {
    text-align: center;
    color: white;
    margin: 15px;
    font-size: 19px;    line-height: 25px;
}

div#register-popup ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
div#register-popup :::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
div#register-popup ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
div#register-popup :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}


.coupon-lightbox-wrapper input {
    /* display: block; */
    /* width: 100%; */
    /* margin: 10px auto; */
    /* padding: 8px; */
    /* border: 1px solid #ada7a7; */
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    box-shadow: 0 0.3px #83919c;
    color: #fff;
    height: 2rem;
    margin: 0 0 1.5rem;
    padding: 0;
    font-size: .9rem;
    display: block;
    width: 100%;
    outline: none;
}

.coupon-lightbox-wrapper select#CountryCode {
    float: left;
    height: 32px;
    margin: auto;
    border-radius: 0;
    padding: 4px;
    width: 24%;
    margin-right: 2px;
    border: 1px solid #ada7a7;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: #cacaca;
}

#register-popup input#phone {
    width: 74%;
    float: left;
}

div#register-popup{
    position: relative;
    background: #303197;
    padding: 20px;
    width: auto;
    max-width: 30%;
    margin: 20px auto;
}

div#register-popup button.button.button-a {
    width: 60%;
    margin: auto;
    padding: 10px;
    background: white;
    border: none;
    border-radius: 5px;
    display: block;
}

/*Media Query*/


@media(max-width: 1200px){
    .header.clearfix{
        position: relative;
    }
    .navbar-nav{
        width: 70%;
    }
    .header.clearfix .form{
    }
    .highlight_lists{
        height: 60vh;
        background-size: 100%;
    }
    .inner_high{
        width: 75%;
    }
    .highlight_lists .title_box{
        margin-bottom: 3rem;
    }
    .icons_wrapper p{
        min-height: 240px;
    }
    .inner_box_ .tab_section ul li {
        flex-basis: 28.33%;
        margin: 0px 10px;
    }
    .inner_box_ .tab_section {
        width: 50%;
        margin: auto;
        margin-bottom: 3rem;
    }
    .brochure_form_wrp {
        width: 40%;
        min-height: auto;
        padding: 3rem 2rem;
    }
}
@media(max-width: 996px){
    
}
@media(max-width: 768px){
    .header.clearfix .form{
        position: static;
        width: 100%;
        border-radius: 0px;
        padding: 1rem;
        box-shadow: none;
    }
    .header.clearfix .form label{
        margin-bottom: 1rem;
    }
    .header.clearfix .form input[type="submit"]{
        width: auto;
        margin: auto;
        display: block;
    }
    .header.clearfix .form label[for="submit"]{
        margin-bottom: 0px;
    }
    .highlight_lists{
        height: 60vh;
        background-size: 100%;
        padding-bottom: 0px;
    }
    .inner_high{
        width: 80%;
    }
    .highlight_lists .title_box{
        margin-bottom: 1rem;
    }
    section.fourth{
        padding-top: 4rem;
        padding-bottom: 0px;
    }
    .icons_wrapper p{
        min-height: 100px;
        margin-top: 1rem;
    }
    h3.social_media{
    margin-top: 14px;
    }
    .navbar-nav{
        width: 60%;
    }
    section.second_section{
        padding-top: 2rem;
    }
    .location_advantage_box_wrp.amenities_wrp .owl-carousel .owl-item img{
        width:100%;
        margin:auto;
    }
    .inner_box_ .tab_section {
        width: 66%;
        margin: auto;
        margin-bottom: 3rem;
    }
    .owl-gallery .owl-prev{
        left:0px;
    }
    .owl-gallery .owl-next{
        right:0px;
    }
    .brochure_form_wrp {
        width: 60%;
        min-height: auto;
        padding: 3rem 2rem;
    }
    .download_ {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 5rem;
    }
}
@media(max-width: 600px){
    
}
@media(max-width: 475px){
    
    div#register-popup{
        max-width: 100%;padding: 5px;
    }
    
    section.second_section{
        padding-top:0px;
    }
    .logo_para{
        width: 90%;
    }
    section.second_section{
        padding-bottom: 3rem;
    }
    .image_box_third img{
        left: auto;
    }
    .highlight_lists{
        height: auto;
        padding: 0px;
        display: block;
        padding-top: 0rem;
        background:none;
    }
    .inner_high{
        width: 100%;
    }
    .highlight_box_inner{
        display: block;
        padding-left: 15%;
    }
    .inner_image_box a{
        height: 100%;
    }
    footer h3{
        margin: 10px;
    }
    section.gallery{
        margin-bottom: 2rem;
    }
    .navbar-brand>img {
        width: 100%;
    }
    .navbar-header li.w-a a
    {
        /*border: 1px solid white;*/
        color: white !important;
        padding: 10px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        width: 88%;
        float: right;
    }
    .navbar-default .navbar-brand{
        /*width: 50%;*/
        float: left;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: auto;
    }
    .navbar-header li.w-a
    {
        width: 50%;
        float: left;
    }
    .navbar-header
    {
        display: flex;
        align-items: center;
    }
    .navbar-header>li>a i {
        position: relative;
        right: 5px;
        border: 1px solid #fff;
        border-radius: 100%;
        padding: 5px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        padding-top: 7px;
    }
    .owl-location .owl-prev, .owl-location .owl-next{
        display:none;
    }
    
    
    /*owl dots*/

    .owl-location.owl-carousel .owl-dots {
        display: block !important;
    }
    
    .owl-location .owl-dots {
        text-align: center;
        position: absolute;
        z-index: 999;
        width: 100%;
        bottom: -30px;
    }
    
    .owl-location .owl-dots .owl-dot {
        background-color: #b7b6b6;
    }
    
    .owl-location .owl-dots .owl-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 5px;
        border-radius: 100%;
    }
    
    .owl-location .owl-dots .owl-dot.active span {
        border: 1px solid white;
        background: none;
        width: 100%;
    }
    
    .owl-location .owl-dots .owl-dot span {
        /* background: white; */
        display: contents;
        /* border-radius: 100%; */
    }
    
    .owl-location .owl-dot {
        display: inline-block;
    }
    
    .owl-location .owl-dots .owl-dot.active {
        background: #000000 !important;
    }

    
    .location_advantage_box_wrp.amenities_wrp .owl-carousel .owl-item img{
        width:100%;
        margin:auto;
    }
    .location_advantage_box_wrp.amenities_wrp {
        width: 70%;
        margin: auto;
    }
    
    .owl-gallery .owl-prev{
        left:0px;
    }
    .owl-gallery .owl-next {
        right: 0px;
    }
    .inner_box_ .tab_section {
        width: 100%;
        margin: auto;
        margin-bottom: 3rem;
    }
    .inner_box_ .tab_section ul li {
    flex-basis: 28.33%;
    margin: 0px 7px;
    }
    .inner_box_ .box_wrp .item {
        flex-basis: 100%;
    }
    .brochure_form_wrp {
        width: 95%;
            max-width: 100%;
        min-height: auto;
        padding: 3rem 2rem;
    }
    .download_ {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 5rem;
    }
    .embed-responsive-16by9 {
        padding-bottom: 55.25%;
    }
    
    .white-popup {
        max-width: 100%;
    }
    .tandc_apply ul li {
        padding-left: 8%;
    }
    .tandc_apply ul li:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        left: 12px;
        top: 9px;
        background: black;
        border-radius: 116px;
    }
    
    /*custom css*/
    .inner_box_ .tab_section ul {
    display: -webkit-inline-box;
}
    
inner_box_ .tab_section ul li button {
    padding: 20px 20px 20px 16px;
}


.inner_box_ .tab_section .btn {
    white-space: nowrap!important;
}




}

