@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|PT+Serif:400,400i,700,700i&display=swap');
body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}


:root {
  --main-bg-color: #000F2D;  
  --color-white:#fff;
  --banner-color:#001439;
  --text-orange:#F48414;
  --main-color:#3AACDD;
  --secoundary-color:#0b6bb2;
  --menu-color:#000000F2;

}
a:hover {
    text-decoration: none;
}
a {
    cursor:pointer;
}
button:focus {
    border:none !important;
    outline: none !important;
}
.modal-body span {
    
    cursor: pointer;
}
/*default*/
.col-xs-6 {
    width: 50%;
}

.col-xs-4 {
    width: 33.33333333%;
}

/*navbar*/
nav.navbar.navbar-expand-lg {
    
    padding:10px 55px;
}
nav.navbar.navbar-expand-lg.clearheader.fixed-top.bg-light {
    background-color: #fff !important;
}
nav.navbar.navbar-expand-lg ul li a{
font-size: 16px;
font-weight: 600;
color: var(--menu-color);
margin-left: 25px;
    letter-spacing: 0.5px;
}

/*banner*/

.banner {
    background-image: url(../images/banner.png);
    background-color: #004d00;
    top: 70px;
    position: relative;

}
.banner-text h4 {
color: #004d00;
font-weight: 600;
font-size: 25px;
}

.banner-text h6 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
}

.banner-text ul li {
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    font-weight: 600;
}
.banner-text ul.banner-list {
    width: 100% !important;
    padding-left: 0px;
    list-style-type: none;
}

.banner-text a.btn-primary {
   background-color: #7E7676F2 !important;
    padding:15px 35px;
    border-radius: 25px;
    font-weight: 500;
    color: #fff;
}

.banner-img {
  padding: 0px !important;
    background-image: url(../images/banner.jpg);
    height: 100%;
    background-size: cover;
    width: 660px;
    background-repeat: no-repeat;
}
.banner-text ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #004d00;
    /* padding: 0px 5px; */
    padding-right: 15px;
    font-weight: 600;
}
a.btn-primary i.fa {
    transform: translate(10px, 3px);
    font-size: 25px;
}
/*service css*/
.img-service {
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.content-service {
    text-align: center;
    margin: 0 auto;
    padding: 15px 0px;
}
section.service.wow.zoomIn {
    padding: 15px 0px;
        padding-top: 85px;
}

.borderRight:before {
    position: absolute;
    content: "";
    height: 70px;
    width: 1px;
    background-color: #333;
    right: 0px;
    top: 25%;
}
.content-service h3 {
    font-weight: 700;
}

.content-service h3 {
    color: #000000;
    font-size: 20px;
}
.content-service h5 {
    font-weight: 500;
       font-size: 14px;
    color: #000000;
}
section.service img {
    height: 45px;
    vertical-align: middle;
    margin-top: 10px;
    vertical-align: text-top;
}
/*slick slide one*/
.slick-slide img {
    display: block;
    height: 400px;
        width: 700px;
}

.slickSlideOne img.img-thumbnail {
    height: 150px;
    width: 250px;
  
}
.slide-wrapeer.mr-auto {
    width: 450px;
    max-width: 100%;
    margin-left: 25px !important;
}

h3.title {
    letter-spacing: 1.45px;
    color: var(--secoundary-color);
    /* opacity: 1; */
    font-size: 35px;
    font-weight: 700;
}
.slide-wrapeer p {
    color: #414040;
    font-size: 16px;
    line-height: 26px;
    /* letter-spacing: 0.15px; */
}
button.btn.btn-two {
    background-color: #B25049;
    color: #fff !important;
    letter-spacing: 0.22px;
    color: #FFFFFF;
    opacity: 1;
    /* background: #B85750 0% 0% no-repeat padding-box; */
    box-shadow: 0px 4px 6px #00000029;
    opacity: 1;
    padding: 15px 25px;
    border-radius: 25px;
}
.slide-caption {
    position: absolute;
    /* top: 0px; */
    bottom: 0px;
    text-align: center;
    margin: 0 auto;
    /* left: 50%; */
    background-color: #372E26;
    width: 100%;
    color: #fff;
    opacity: 0.82;
    font-size: 15px;
}
.slide-caption h4 {
    font-size:15px;
    padding:10px 0px 5px 0px;
    

}
.slickSlideOne img.img-thumbnail {
    height: 130px;
    width: 250px;
    border: 0px solid #7c746a;
    /* background-color: #5f4c39; */
    border-radius: 0px;
    /* opacity: 0.83; */
    padding: 0px;
}

/*Highlights & Amenities start*/

.noleftpadding {
    padding-left: 0px!important;
}

.details.pt-5 {
    line-height: 26px;
    font-size: 16px;
    max-width: 100%;
        color: #414040;
}

.icon img {
    height: 35px;
}

.icon .heading {
    font-size: 14px;
    font-weight: bold;
    float: none;
    width: auto;
    color: #707070;
    text-align: center;
}

.text-black {
    color: Black;
}

.heading {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
}

/*@media only screen and (max-device-width: 520px) {
    .icon .heading {
        font-weight: 500;
        font-size: 18px;
    }
    .icon img {
        height: 30px;
    }
    .icon {
        padding-left: 30px!important;
    }
}*/
.col-lg-4.col-md-4.pull-left.noleftpadding img {
    margin-right: 10px;
}

.icon .col-lg-4.col-md-4.pull-left.noleftpadding {
    padding: 15px 0px;
    text-align: center;
}
.carousel-indicators li {
    border-radius: 100%;
    border: 1px solid #fff;
    height: 7px;
    width: 7px;
}
.carousel-indicators {
    position: absolute;
    right: -50%;
    bottom: 0;
    left: -370px;
    }
    .carousel-caption {
    right: -155px; 
    bottom: -25px;
}
.carousel-caption h3 {
    font-size: 18px;
    font-weight: 500;
    /* margin-left: -80px; */
}


.carousel:before {
    content: "";
    height: 400px;
    width: 450px;
    background-color: #301F0D33;
    position: absolute;
    right: -115px;
    overflow: hidden;
    top: -50px;
    }
    .carousel {
        position:relative;
    }
  
/*book section*/

 section.book{
    background-color:var(--secoundary-color);
    padding:35px 0px;
    color:#fff;
}
a.book-btn {
        color: #fff;
    background-color:var(--secoundary-color);
    padding: 15px 45px;
    margin-top: 44px!important;
    border-radius: 25px;
    font-weight: 700;
    font-size: 22px;
    box-shadow: 0px 4px 6px #00000029;
}
 .btn-section a .fa{
    margin-left:10px;
    font-size:15px;
    font-weight:600;
}
 /*.btn-section{
    transform:translateY(25px);
}*/
 section.book h3{
    font-size:25px;
    line-height:35px;
    letter-spacing:0.8px;
        font-weight: 600;
}
 
 @media only screen and (max-width: 768px){
     section.book{
        
        padding:75px 0px;
        color:#fff;
    }
    
     .btn-section{
        transform:translateY(25px);
        text-align:center;
    }
    .iconsmall{
        flex-basis: inherit;
            margin-left: 25%;
    }
    a.navbar-brand img {
    height: 30px;
}
section.disclamer.pt-3.pb-3 h4, p {
    padding: 0px 25px;
}
form#contactform {
    width: 100%!important;
    margin: 0 auto;
}
section#contact h4 {
    text-align: center;
}
select#tab-select {
    /* display: contents; */
    background-color:var(--secoundary-color);
    color: #fff;
    padding: 15px 10px;
    font-weight: 600;
}
}
 @media only screen and (min-device-width : 320px) and (max-device-width : 767px){
     section.book h3{
        font-size:25px;
        line-height:35px;
        letter-spacing:0.8px;
        text-align:center;
    }
    .overlay:before {
        display: none;
    }
    .overlay:after {
        display: none;
    }
    .overlay {
    position: relative;
    z-index: 1;
    margin-top: 25px;
}
.modal-content {
        width: 320px !important;
    margin: 0 auto;
    text-align: center;
}
.leftImg {
    display: none;
}
.col-lg-6.m-background {
    background-image: url(../images/banner.jpg);
    background-size: contain;
    /* overflow: hidden; */
    height: 300px;
    width: 100%;
    top: 50px;
    position: relative;
    background-repeat: no-repeat;
    transform: translate(0px, -50px);
}
h3.text-center.title.pricing-title img {
    display: none;
}
.col-md-7.col-sm-12.topForm form {
    width: 100% !important;
}
.topForm form {
    padding: 0px 15px;
    /* background-color: #703367eb; */
    transform: translateY(9%);
    float: right;
    background: #893F3A 0% 0% no-repeat padding-box;
    opacity: 0.92;
}
h2.text-white.text-center.form-txt {
    font-size: 18px;
}

.slickSlideOne {
    transform: translate(0px, 0%) !important;
}
.btn-section.btn-white {
    padding: 25px 25px !important;
    }
    .heading-img img {
    display: none; 
}
}
a.book-btn {
    color: #fff;
    background-color:var(--secoundary-color);
    padding: 15px 25px;
    margin-top: 44px!important;
    border-radius: 25px;
    font-weight: 700;
    font-size: 22px;
    box-shadow: 0px 4px 6px #00000029;
    color: #fff !important;
}

.tab-contents {
    background-color: #eee;
    padding: 50px 0px !important;
}
.col-md-6.text-right.text-white.m-left {
    float: left !important;
    margin-left: -40px;
}


/*conact css*/
.contact h3 {
    text-align: left;
    font: Heavy 40px/52px Avenir;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    font-size: 25px;
    line-height: 45px;
}

 form#contactform input{
    margin-bottom:15px!important;
}
 section.contact{
   background-color:var(--secoundary-color);
    position:relative;
    padding:30px 0px;
}
 section.contact h4{
    color:#fff;
    font-size:25px;
    line-height:35px;
    font-weight:700;
}
 input{
    background-color:transparent;
    border:none;
    border-bottom:1px solid #fff;
}
 
input.contact.submit.btn.btn-primary.btn-xl {
    background-color: #E39E1C;
    border: 1px solid #E39E1C;
    border-radius: 25px;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    /*margin: 0 auto;*/
    display: block;
}
span.fa.fa-chevron-right {
    margin-left: -25px;
    font-size: 15px;
    transform: translate(0px, 5px);
    margin-bottom: -6px !important;
}
.topForm input[type="text"],.topForm input[type="phone"],.topForm input[type="email"] {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    /* text-align: center; */
    display: block;
    padding: 10px 0px;
}


 form#contactform{
    width:70%!important;
}
 input:focus::-webkit-input-placeholder{
    font-size:.75em;
    position:relative;
    top:-15px;
    transition:0.2s ease-out;
    outline:none;
}
 input::-webkit-input-placeholder{
    transition:0.2s ease-in;
}
 input[type="text"]:focus,input[type="phone"]:focus,input[type="email"]:focus{
    height:50px;
    padding-bottom:0px;
    transition:0.2s ease-in;
    outline:none;
}
 input[type="text"]{
    height:50px;
    transition:0.2s ease-in;
}
 ::-webkit-input-placeholder{
    color:#fff;
}
 .contact i.fa.fa-chevron-right{
    position:relative;
    top:-3px;
    color:#fff;
    left:-22px;
}
 input{
    margin:0;
    font:inherit;
    color:inherit;
    color:#fff!important;
}
 .map-content{
    position:absolute;
    top:0px;
    right:0px;
    width:50%;
    height:100%;
}
 @media only screen and (max-width: 768px){
   .map-content {
    position: relative;
    height: 200px;
    right: auto;
    width: 89%;
    margin: 0 auto;
    margin-top: 25px;
}
.banner-text ul li {
    color: #fff;
    font-size: 15px;
    line-height: 38px;
    font-weight: 600;
}
}
/*section disclamer*/
 section.disclamer{
    background-color:var(--secoundary-color);
    color:#fff;
    margin-top:55px;
}

/*section registration*/
section.registration {
    background: #D9BFAA;
}
section.registration.pt-2.pb-2 p {
    margin: 0 auto;
    font-weight: 600;
    padding: 15px 0px;
    font-size: 16px;
}
/*section copyright*/


/*Elevate | Floor Plans*/
h3.text-center.barTwo {
     font-family: 'PT Serif', serif;
    /* text-align: center; */
    font: Bold 30px/40px PT Serif;
    letter-spacing: 1.45px;
    color:var(--secoundary-color);
}
.slide-one button.slick-next.slick-arrow{
    right: 50px;
}
.slide-one button.slick-next.slick-arrow:before {
    color: #fff !important;
    font-size: 55px;
    /*left: -70px;*/
    position: absolute;
    top: 0px;
}

.slide-one button.slick-prev.slick-arrow{
    left: 0px;
    z-index: 1;
}
.slide-one button.slick-prev.slick-arrow::before {
     color: #ffffff !important;
     font-size: 55px;
     /*right: -60px;*/
     position: absolute;
     top: 0px;
     opacity: 50000;
     z-index: 11111;
}
.slider-single .slick-track .slick-slide img {
    height: 500px;
    width: 845px;
}
/*Conscient & Hines*/
.bar-two:after {
    content: "";
    content: "";
    border: 1px solid #000;
    height: 2px;
    width: 100px;
    position: absolute;
    top: 70px;
    left: -100px;
}
.slider-bottom.slick-dotted.slick-slider {
    margin-bottom: 30px;
    overflow: hidden;
}
/*.slider-bottom  .slideBootomContent {
    float: right;
}*/

.slider-bottom  ul.slick-dots {
    bottom: 14px;
    float: left;
    text-align: left;
}
.slider-bottom  .slick-dots li button {
    height: 5px;
    width: 5px !important;
    background-color: #fff !important;
    opacity: 1;
    z-index: 1000000;
    border-radius: 100%;
    margin-right: 5px;
    margin-left: 5px;
}
.slider-bottom .slick-slide  {
    position: relative;
}
.slider-bottom .slideBootomContent {
   position: absolute;
    bottom: 15px;
    right: 50px;
    color: #fff;
    z-index: 1;
    text-align: center !important;
    display: block;
    margin: 0 auto;
}

.slider-bottom ul.slick-dots {
    bottom: 14px;
    float: left;
    text-align: left;
    /*background-color: #393028c9;*/
    /*z-index: 0;*/
}
.slider-content {
    position: relative;
    text-align: center;
}
.slider-content:before {
    content:"";
    position: absolute;
    background-color: #990033;
    width: 100%;
    height: 40px;
    bottom: 7px;
    left: 0px;
}

/*Location Advantage*/

.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}

.bar-three {
    position: relative;
}


ul.arrow-list li {
    list-style-type: none;
    font-weight: 500;
        line-height: 30px;
}


ul.arrow-list li:before {
    content: url(../images/Yellow-Bullllet.svg);
    height: 3px;
    width: 3px;
    margin-right: 15px;
    margin-top: 24px;
    vertical-align: text-top;
}





.pricing_plan { position: relative; }
.pricing_plan:after {
    content: "";
    height: 300px;
    width: 50%;
    background-color: rgba(213,162,83,0.2);
    position: absolute;
    left:25%;
    right: 25%;
    overflow: hidden;
    top: 150px;
}
.pricing_plan .price-table-heading .title { 
    background-color: #990033;
    color: #FFF;
    font-size: 18px;
}

.pricing_plan h4.value {
    font-size:20px;
    margin:20px 0;
}

.pricing_plan .list-group-item { border:none; padding:5px; }
.pricing_plan  .owl-item.active,.pricing_plan  .owl-item.active +.owl-item.active+.owl-item.active { margin-top:50px; }
.pricing_plan  .owl-item.active +.owl-item.active { margin-top:0px; }

.pricing_plan  .price-table-heading .title { font-size:18px; padding: 5px; }
.pricing_plan  .owl-item.active +.owl-item.active .price-table-heading .title { font-size: 20px; padding: 15px 5px }
.pricing_plan  .owl-item.active +.owl-item.active h4.value { font-size:28px; margin:20px 0;}
.pricing_plan  .owl-item.active +.owl-item.active .list-group-item { border:none; padding:10px 5px; }

.pricing_plan .owl-item.active +.owl-item.active +.owl-item.active .price-table-heading .title { 
    font-size:18px;  padding: 5px; }
.pricing_plan  .owl-item.active +.owl-item.active +.owl-item.active  h4.value { font-size:20px; margin:25px 0;}
.pricing_plan .owl-item.active +.owl-item.active +.owl-item.active  .list-group-item { border:none; padding: 5px; }
.pricing_plan .owl-carousel .owl-stage-outer{
    padding-bottom: 50px;
}

.pricing_plan  .price-table { background: #FFF; padding-bottom: 10px; box-shadow: 0px 6px 8px #00000029;}

.sid_top { 
    background-color: #926A4A;
    color: #FFF;
    text-align: center; 
    padding: 10px; }
 

 /*popup box*/
 .popup button.owl-next {
    float: right;
    top: 25%;
    position:absolute;
    right:-25px;
}

.popup button.owl-prev {
    float: right;
    top: 25%;
    position:absolute;
    left:-25px;
}

.popup .owl-nav button {
    font-size: 85px !important;
    color:#926a4a !important;
    
}

.popup .owl-carousel.owl-theme.owl-loaded.owl-drag {
    position: relative;
}

 /*pricing_plan*/

  .pricing_plan button.owl-next {
    float: right;
    top: 25%;
    position:absolute;
    right:-25px;
}

.pricing_plan button.owl-prev {
    float: right;
    top: 25%;
    position:absolute;
    left:-25px;
}

.pricing_plan .owl-nav button {
    font-size: 85px !important;
    color:#333 !important;
    
}

.pricing_plan .popup .owl-carousel.owl-theme.owl-loaded.owl-drag {
    position: relative;
}

/*tab*/
.tabs {
  margin: 0 auto;
  padding: 0 20px;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
    display: block;
    padding: 15px 0px;
    font-weight: 500;
    font-size: 15px;
    background: #eee;
    border: 1px solid #ddd;
    text-align: center;
    color: #000;
    text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
}



.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  a.navbar-brand img {
    padding: 0px 10px;
   
}
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
  .dek-none {
    display: none !Important;
}

}
 #tab-button .is-active a {
    border-top-color: #d0943a;
    background: #eee !important;
    color: #333 !important;
    border-top: 5px solid #d0943a;
    /* border: 1px solid; */
        font-size: 15px;
    font-weight: 600;
    padding: 10px 0px 15px 0px;
}
a#setion-one {
    background-color: #333 !important;
    color: #fff !important;
}

a#setion-one {
    background-color: #3362CE !important;
    color: #fff !important;
}

a#setion-two {
    background-color: #3AACDD !important;
    color: #fff !important;
}

a#setion-three {
    background-color: #277DA2!important;
    color: #fff !important;
}

a#setion-four {
    background-color: #46A2E5!important;
    color: #fff !important;
}

a#setion-five {
    background-color: #1077C3 !important;
    color: #fff !important;
}

a#setion-six {
    background-color: #0D4772 !important;
    color: #fff !important;
}

ul.tab-list li {
    padding: 15px 0px 0px 15px;
}
.tab-contents {
    background-color: #eee;
    padding: 50px 45px !important;
    
}
div#html5-watermark {
    display: none;
}
/*a.nav-link img {
    height: 45px;
}*/
.slide-caption h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}
ul.list-group li:before {
content: url(../images/ezgif.com-gif-maker.png);
    height: 3px;
    width: 3px;
    margin-right: 15px;
    margin-top: 24px;
    vertical-align: text-top;
}
ul.list-group li {
    text-align: left;
    padding: 10px 55px !important;
}

.pricing_plan .owl-item.active +.owl-item.active ul.list-group {
    padding-bottom:65px;
}

.pricing_plan .owl-item.active +.owl-item.active +.owl-item.active  ul.list-group {
    padding-bottom:10px;
}
ul.list-group {
    padding-bottom: 10px;
}
ul.tab-list li:before {
    content: url(../images/Yellow-Bullllet.svg);
    height: 3px;
    width: 3px;
    margin-right: 15px;
    margin-top: 24px;
    vertical-align: text-top;
}
ul.tab-list li {
    list-style-type: none;
}
div#html5-watermark a {
    display: none;
}
.bar-center {
    position:relative;
}


section.thankYou {
    padding: 55px 0px;

}

.thanks a {
    border: 1px solid #000;
    padding: 15px 10px;
    margin-top: 25px !important;
    color:#000;
}
.thanks a:hover {
    background-color: #0B6BB2;
    border:1px solid #0B6BB2;
    color: #fff;
}
.thanks p{
    margin-bottom: 25px;
}



.whatasapp {
    position: fixed;
    bottom: 50px;
    left: 0px;
    width: 263px;
    height: 70px;
    background:#D9A328 no-repeat padding-box;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 1111;
    left: -190px;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    cursor: pointer;
}

.whatasapp:hover {
    -webkit-transition: all 1.5 ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    left: 0px;
}

@media only screen and (max-device-width: 520px) {
    .whatasapp .heading {
        font-size: 39px!important;
    }
    .whatasapp img {
        height: 75px!important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .whatasapp:hover {
        -webkit-transition: all 1.5 ease-out;
        -moz-transition: all 1.5s ease-out;
        -o-transition: all 1.5s ease-out;
        transition: none;
        left: -450px;
    }
    .whatasapp {
        height: 65px;
        width: 518px;
        padding: 30px;
        left: -455px;
        top: 70%;
    }
    .whatasapp img {
        height: 38px!important;
    margin-top: 0px;
    margin-right: -55px;
    padding: 0px 5px;
    transform: translate(10px, -40px);
        position: absolute;
    top: 50px;
    right: 75px;
    }
    .slide-one button.slick-next.slick-arrow:before {

    left: -10px !important;
    
}
        .bar-center:after {
    display: none;
}
       .bar-center:before {
    display: none;
}
.popup button.owl-next {
    float: right;
    top: 25%;
    position: absolute;
    right: 0px;
}
.pricing_plan button.owl-next {
    float: right;
    top: 25%;
    position: absolute;
    right: 0;
}
.slider-bottom.slick-dotted.slick-slider {
    margin-bottom: 30px;
    overflow: hidden;
    /* padding: 25px 0px !important; */
    transform: translateY(50px);
}
.tab-select-outer {
    text-align: center;
}
img.img-fluid.mobpD {
    padding-top: 25px;
}
ul.navbar-nav.ml-lg-15 {
    margin-left: 0px !important;
    align-items: start !important;

}
}
.paddingall10 {
    padding: 10px !important;
}

/*.modal-content:after {*/
/*    content: "";*/
/*    height: 100%;*/
/*    width: 33%;*/
/*    background-color: #D5A2531F;*/
/*    position: absolute;*/
/*}*/
h3.popup-heading {
   font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #383838;
}
.popupColOne {
    padding: 10px 0px;
    text-align: center;
}
.content input {
    color: #333 !important;
}

.content input {
    border-bottom: 1px solid #333;
}

.content form {
    width: 100% !important;
}

.content input::placeholder {
    color: #333;
}
/*div#popup1 form {*/
/*    width: 100% !important;*/
/*}*/
.content input.contact.submit.btn.btn-primary.btn-xl {
    border: 1px solid;
    background-color: #E39E1C;
    color: #fff !important;
    position:relative;
}

.content i.fa.fa-chevron-right {
    position: relative;
    top: -10px;
    left: -25px;
    color: #fff;
}
.popupColOne img {
    height: 35px;
}
.graph p {
    font-size: 15px;
}
button.slick-next.slick-arrow:before {
    content: "\f105";
    font-family: FontAwesome !important;
    font-family: FontAwesome;
    
    font-weight: 100 !important;
}
button.slick-prev.slick-arrow:before {
    content: "\f104";
    font-family: fontAwesome;
    font-family: FontAwesome !important;
}
.carousel-inner img {
        padding:10px;
}
.modal-content1:before {
    content: "";
    position: absolute;
    background-color: #D5A2531F;
    height: 100%;
    width: 33%;
    top: 0px;
    left: 0px;
}
.modal-content1 {
    position:relative;
}
.modal-body {
    padding: 0px 0px;
    height:400px;
}


.popupRowOne img {
    height: 25px;
}

.modal-content {
    width: 600px;
}
.popupBody {
    font-size: 14px;
    padding: 15px 0px 0px 0px;
}
.popColTwo h2 {
    color: #926A4A;
}
/*.leftImg {*/
/*    transform: translateY(30%);*/
/*}*/
/*.exit .modal-body {
    padding: 25px 0px;
}*/
.tab-contents a.book-btn {
    padding: 10px 25px !important;
    margin-top: 25px !important;
    font-size: 20px;
}
.tab-contents a.book-btn .fa {
    transform: translate(10px, 0px);
}
button.owl-prev, button.owl-next {
    transform: translate(10px, 50%);
}
.popup .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #171718 !important;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    margin-right: 10px;
}

.price-table button.btn.btn-two {
    background-color:var(--secoundary-color);
    color: #fff !important;
    letter-spacing: 0.22px;
    color: #FFFFFF;
    opacity: 1;
    /* background: #B85750 0% 0% no-repeat padding-box; */
    box-shadow: 0px 4px 6px #00000029;
    opacity: 1;
    padding: 15px 25px;
    border-radius: 25px;
}
 .popupRowOne {
       display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-left: 3px;
    padding: 35px 0px;
    width: 23%;
}
.content.pt-2 {
    position: relative;
}

.bottom-popup {
    position: absolute;
    bottom: -230px;
}

 input {
    margin-top: 15px !important;
}

 .content i.fa.fa-chevron-right {
    position: relative;
    /* top: -10px; */
    left: -25px;
    transform: translate(-5px, 11px);
    color: #fff;
}

.modal-content1 {
    display: none;
}

/*pricing*/

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.wow-pricing-table div {
    list-style: none;
}

.wow-pricing-table>div {
    list-style: none;
    text-shadow: none;
    margin-bottom: 0px;
    margin: 0px 15px;
    box-shadow: 0px 6px 8px #00000029;
}

.wow-pricing-table:hover {
    margin-top: -5px;
}

.wow-pricing-table .wow-pricing-header {
    text-align: center;
    padding: 25px 0 25px 0px;
    background-color:var(--secoundary-color);
}

.wow-pricing-table .wow-pricing-header h5 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 0 20px 0px;
}

.wow-pricing-table .wow-pricing-content {
    background: #fff;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 5px;

}

.wow-pricing-table .wow-pricing-content ul {
    margin: 0!important;
    list-style: none!important;
    width: 100% !important;
    padding: 0px;
}

.wow-pricing-table .wow-pricing-content ul li {
    margin: 0!important;
    padding: 10px 20px!important;
    list-style: none!important;
    color: #000F2D;
    text-align: center;
}

* {
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .wow-pricing-table>div {
        list-style: none;
        text-shadow: none;
        margin-bottom: 0px;
        margin: 35px 15px;
    }
    .popupRowOne {
        display: none;
    }
}

.floor-info {
    padding-left: 65px;
}

li.floor-info img {
    vertical-align: text-top;
}

li.floor-info.text {
    text-align: left;
}

li.floor-info.text img {
    margin-right: 10px;
}

ul.priceUl {
    padding: 0px;
}

ul.priceUl li {
    text-align: center;
    letter-spacing: 0!important;
    color:  #F48414;!important;
    opacity: 1;
    text-align: center;
    font: Bold 25px/25px Montserrat;
    letter-spacing: 0;
    color: #981D86;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #fff;
}

.text {
    padding: 25px 0px;
}

a {
    cursor: pointer;
}

a.btn-price.btn-primary {
    background-color:#D9A328;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;

}

/*iphone btn*/
.btn-section.btn-white a {
    font-size: 18px;
    /* margin-top: 25px !important; */
}

.btn-section.btn-white a .fa {
    transform: translate(25px, 5px);
}

.btn-section.btn-white {
    padding: 25px 65px;
    display: block;
    margin: 0 auto;
}
.contact h3 {
    font-size: 25px;
    color: #fff;
        padding: 15px 0px;
}

.price-form input {
    border-bottom: 1px solid #333 !important;
    color: #333 !important;
    margin-top: 15px !important;
    padding: 10px 0px;
}

.price-form input::placeholder {
    color:#333 
}
/*footer wedget*/


.visible-xs-block {
    display: none!important;
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important;
    }
}

#mobile-footer-widget {
    position: fixed;
    width: 100%;
    padding: 0!important;
    margin: 0;
    left: 0;
    bottom: 0;
    z-index: +999;
}
#mobile-footer-widget .row {
    background: #0B6BB2;
    color: #fff;
    padding: 0 -15px;
    margin: 0;
    height: 150px;
}
#mobile-footer-widget .row .col-xs-6 {
    border: 1px solid #ffffff;
    border-collapse: collapse;
    width: 50%;
}
#mobile-footer-widget .row p {
    padding: 10px 0;
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
}

/*patner*/
h3.partner-title {
    color: var(--secoundary-color);
    font-size: 30px;
    margin-left: 90px;
    letter-spacing: 1.59px;
}

section.partners p {
    color: #414040 !important;
    font-weight: 500;
    line-height: 26px;
    font-size: 16px;
}
h3.text-center.title-center {
    padding: 25px 0px;
    color: var(--secoundary-color);
    font-size: 30px;
    font-weight: 500;
}
.slider-bottom .slick-prev:before, .slider-bottom .slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: 5;
    /* background-color: #333; */
    color:var(--secoundary-color);
    
}
ul.list-bottom li:before {
    content: url(../images/Yellow-Bullllet.svg);
    height: 3px;
    width: 3px;
    margin-right: 15px;
    margin-top: 24px;
    vertical-align: text-top;
}
ul.list-bottom.list-unstyled li {
    color: #333;
    line-height: 30px;
}
ul.tab-list li {
    font-size: 16px;
    
}

.slickSlideOne {
    transform: translate(0px, 5%);
}

/*new css*/
.heading-img img {
    position: absolute;
    top: 35px;
    left: 10px;
    height: 50px;
}
.btn-orange {
    background-color: #D9A328;
    padding: 15px 35px;
    border-radius: 25px;
        border: none !important;
        font-weight: 500;
}
.left.heading-img img {
    position: absolute;
    top: -15px;
    left: -15px;
    height: 50px;
}
h3.text-center.title img {
    position: absolute;
    left: 330px;
    top: -15px;
        height: 45px;
}
h3.text-center.title  {
    position: relative;
}
h3.text-center.title.pricing-title img {
    position: absolute;
    left: 415px;
    top: -15px;
    height: 45px;
}

ul.arrow-list {
    width: 100%;
    padding: 0px;
}
.banner-text .heading-img img {
    left: -15px !important;
}

.modal input[type="submit"] {
    color: #fff !important;

}

/*.row.bottom-popup {
    margin-top: -135px;
}*/

/*form*/
.contact .price-form input {
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
    margin-top: 15px !important;
    padding: 10px 0px;
        font-weight: 500;
}
.contact input::placeholder {
    color: #fff;
}
.contact .price-form input[type="submit"] {
    border:none !important;
}

/*footer*/
.footer-widget ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 25px 0px;
    /* width: 100%; */
}
.footer-widget ul {
    width:100% !Important; 
    padding:0px;
}


.footer-widget ul li:first-child ,.footer-widget ul li:nth-child(2){
    border-right: 1px solid #fff;
        padding: 5px 0px;
}
.leftImg img {
    transform: translate(-15px, 0px);
   height: 400px;
    width: 100%;
}



@media only screen and (min-device-width: 320px) and (max-device-width: 767px) 
{
    .m-none {
        display: none !Important;
    }

  .text-dark {
    color: #000!important;
    font-weight: 500;
}
.slider-single .slick-track .slick-slide img {
    height: 300px;
    width: 845px;
}
}
/*slider slide*/
.slider.slider-nav.slick-initialized.slick-slider{position: relative;}
.slider.slider-nav:before {content: '';position: absolute;height: 100%;width: 10%;background-color: #990033;z-index: 1;}
.slider.slider-nav:after {content: '';position: absolute;height:100%;width: 10%;background-color: #990033;z-index: 1; right:0px;top:0px;}

/*popup*/
.popup-icon {
    position: absolute;
    bottom: -185px;
}

/*mobile table*/
section.m-pricing {
   background-color: var(--secoundary-color);
    padding: 25px 0px;
    margin: 25px 0px;
}

.m-pricing h3 {
    color: #fff!important;
}

table {
    border: 0px solid!important;
}

thead tr th {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 15px 15px;
    color: #ffff;
}

tbody tr td {
    color: #fff;
    padding: 15px 5px;
    font-weight: 500;
    font-size: 12px;
}

.table-bottom h4 {
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.table-bottom h3 {
    font-size: 16px;
    text-align: center;
    color: #D8FF00!important;
}

td.m-price-btn a {
    background-color: #990033;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}

.m-price-btn a.btn-price.btn-primary {
    white-space: nowrap;
}
/*tab*/
ul.nav.nav-tabs li a.active {
    background-color: #990033 !important;
}
ul.nav.nav-tabs li a {

    color: #fff !Important;
    background-color: #333;
    margin-bottom: 5px;
}
ul.nav.nav-tabs li a {
    color:#fff;
    padding:10px;
}


/*tab*/
.left-tab {
    width: 50%;
}
.tab-content {
    padding: 0px 15px;
}
.right-tab a.btn-price.btn-primary.mt-2.mb-2 {
    font-size: 14px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    transform: translate(0px, 100%);
}
.slick-prev:before, .slick-next:before {
    opacity: 1 !important;
}
ul.tab-list {
    width: 100%;
    padding: 0px;
}
.slide-one button.slick-next.slick-arrow {
    right: 50px;
    z-index: 1030 !important;
}

.navbar.navbar-expand-lg.active {
    background-color: var(--color-white) !important;
    transition: 0.3s;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    z-index: 1030;
    width: 100%;
}

.btn-section a.btn-orange.text-white {
    width: 100%;
    padding: 15px;
}
.number-icon a {
    background-color: #fff;
    padding: 10px;
    clip-path: circle(40%);
   /* position: fixed;
    top: 15px;
    right: 50px;*/
}
td.m-price-btn i.fa {
    font-size: 20px;
    margin-right: 10px;
}
.footer-widget img {
    height: 30px;
}
/*span.navbar-toggler-icon {
    position: absolute;
    left: 30px;
    top: 20px;
}
a.navbar-brand img {
    position: RELATIVE;
    MARGIN: 0 AUTO;
    TEXT-ALIGN: CENTER;
    LEFT: 75PX;
}*/
.carousel-item img {
    height: 350px;
}


/*.carousel-control-prev {
    left: 0;
    background-color: #333;
    top: 10px;
    height: 480px;
    left: 10px;
    width: 50px;
}
.carousel-control-next {
    right: 0;
    background-color: #333;
    top: 10px;
    right: 10px;
    height: 480px;
    width: 50px;
}*/

ul.navbar-nav.ml-auto {
    /* padding: 19px 0px; */
    margin-top: 25px;
}

li.nav-item.call-icon img {
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 25px;
    background-color: #fff;
    margin-right: 5px;
}
.disclamer p {
    font-size: 15px;
}
/*font-weight*/

.w-600 {
    font-weight: 600;
}

.w-500 {
    font-weight: 500;
}

.w-700 {
    font-weight: 700;
}

/*popup*/
.popup h2 {
    font-size: 32px;
    font-weight: 500;
        white-space: nowrap;
}

/*pricie slider*/
.owl-nav {
    position: relative;
}

button.owl-prev {
    position: absolute;
    top: -350px;
    left: -50px;
    font-size: 35px;
    height: 35px;
    width: 35px;
}

button.owl-next {
     position: absolute;
    top: -350px;
    right:-20px;
}
.owl-nav span {
    height: 35px !important;
    font-size: 95px !important;
    font-weight: 100;
    color: #0b6bb2;
}


/*media query*/
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.slide-wrapeer.mr-auto {
    transform: translateY(0%);
    max-width: 100% !important;
    margin-left: 0px !important;
    text-align: center;
}
body div#curve_chart {
    width: 350px !important;
    margin: 0px !important;
    padding: 0px;
}
.carousel:before {
    content: "";
    height: 0;
    width: 300px;
    background-color: #301F0D33;
    position: absolute;
    right: 0px;
    overflow: hidden;
    top: -50px;
}
.bar-three h3:after {
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    background-color: #333;
    bottom: 15px;
}
.slider-bottom ul.slick-dots {
    bottom: 42px;
    float: left;
    text-align: center;
    background-color: #393028c9;
    z-index: 0;
}
.slider-bottom .slideBootomContent {
        width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0px;
    color: #fff;
    font-size: 14px;
    
}
.carousel-indicators {
    position: absolute;
    right: 0 !important;
    bottom: 0 !important;
    left: 0px !important;
}
.carousel-indicators {
    position: absolute;
    right: 0 !important;
    bottom: 0 !important;
    left: 0px!important;
}
.slick-prev {
    left: 0px !important;
    z-index: 1;
}
.slick-next {
    right: 10px !important;
}
.carousel-caption {
    right: 0px;
    bottom: 10px;
}
.row.bottom-popup {
    display: none;
}
.section-heading {
    text-align: center;
}
nav.navbar.navbar-expand-lg {
    padding: 0px 15px;
}
a.navbar-brand img {
    height: 55px !important;
}
.map-content img {
    height: 200px !important;
}
section#Highlights {
    margin-top: -60px !important;
}
.m-center {
    text-align: center;
}
form.text-left.price-form {
    margin: 0 auto;
}
section.pt-5.pb-5.mp-none {
    margin-top: -60px;
}
.b-center.btn-orange {
    margin: 0 auto;
    display: block;
}
.number-icon a {
    position: fixed !important;
    top: 10px!important;
    right: 50px!important;
}
.carousel-item img {
    height: 300px !important;
}
.carousel-control-next {
    right: 0;
    background-color: #333;
    top: 10px;
    right: 10px;
    height: 280px !important;
    width: 50px;
}
.carousel-control-prev {
    left: 0;
    background-color: #333;
    top: 10px;
    height: 280px !important;
    left: 10px;
    width: 50px;
}
.banner-text h6 {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
}
.banner-text .heading-img img {
    left: -2px !important;
}
.banner-text ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #3AACDD;
    /* padding: 0px 5px; */
    padding-right: 15px;
    font-weight: 600;
    font-size: 22px;
}
.borderRight:before {
    display: none;
}
.tab-contents {
 
    padding: 0px !important;
}
.modal-body {
    padding: 0px 0px;
    height: 450px;
}
.popup h2 {
    white-space: unset;
}
a.navbar-brand img {
    position: RELATIVE;
    MARGIN: 0 AUTO;
    TEXT-ALIGN: CENTER;
    LEFT: 120PX;
}
}

.owl-carousel .owl-nav span {
    display: none;
}

ul.navbar-nav.ml-lg-15 {
    margin-left: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.navbar-toggler-icon {
    position: absolute;
    left: 30px;
    top: 20px;
    
}


ul.nav.nav-tabs li {
    display: inline-flex;
    text-align: center;
    margin: 0px 1px;
}
ul.nav.nav-tabs {
    text-align: center;
    margin: 0 auto;
}
.slick-dots li.slick-active button {
    background-color:#990033 !important;
}

.slick-dots li.slick-active button:before {
    opacity: 0 !important;
    color: black;
    top: -5px;
    /* background-color: #333; */
    height: 75px;
    width: 21px;
}

.sidebar2 {
    display: none;
}
.sidebar2 {
    display: block!important;
    background: rgba(0,0,0,.8);
    width: 100%;
    z-index: 50;
    position: fixed;
    bottom: 0;
    height: 61px;
    text-align: left;
    color: #fff;
    margin: 0 auto;
    padding-left: 20px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 50px;
    font-size: 17px;
}
