/*********************************** Home page ********************/
#main:before{    
    content: "";  position: absolute;  z-index: -1111;  top: 0;   left: 0;
    right: 0;    background-image: url('../images/stars.png');
    min-height: 70vh;  background-repeat: no-repeat; background-size: 100%
}
#main{    
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat; background-size: 100% ;   background-color: #020d21;
}
header {
    /*    min-height: 100vh;*/
}
.main-logo img {
    max-width: 230px;
}

span.per-person {
    position: absolute;
    top: 66px;
    right: 95px;
    font-size: 15px;
    font-weight: 600;
} 
.phone-number {
    color: #fff; font-size: 18px;margin-top: 10px;
}
.phone-number h3{
    font-weight: 700;
}
.phone-number h3 a {
    color: #feb200;
}
.title-header h2{
    width: 100%;
    height: 100%;
}
.title-header h2 a{ 
	color: #fdb100; 
	font-weight: 700;          
	width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.title-header{
    background-image: url('../images/menu-bg.png');
    background-repeat: no-repeat;     background-size: cover; background-position: top center;
}
.title-header {
    background-image: url(../images/menu-bg.png);
    background-repeat: no-repeat;  background-size: 100% 100%; background-position: center center;
    height: 170px;   display: flex;    align-items: center;    justify-content: center;    padding-top: 30px; margin-top: 30px;
}
.left-area,.right-area{
    position: relative;z-index: 222;
}
.left-area:after{
    content: "";
    position: absolute;  z-index: -1111; top: 0; left: 150%;
    height: 80%;  width: 150px;
    background-image: url(../images/lantern-left.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.right-area:after{
    content: "";
    position: absolute; z-index: -1111;
    top: 0;  right: 125%;  height: 80%; width: 150px;
    background-image: url(../images/lantern-right.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.logo-area {
    position: relative;
    width: 100%;
    top: -40px;
    z-index: 1;
}

.banner-image img{    
    padding: 10px 0px;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    max-height:400px;
}
.banner-area {
    position: relative;
    top: 0;
    width: 100%;
}
.banner-image{
    position: relative;
}
.banner-area .banner-image:after{
    content: "";
    position: absolute; z-index: -1111; bottom: -100px;
    right: 0; left: 0; height: 52px; width: 80%;
    background-image: url(../images/banner-border.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0px auto;
}
.home-offer {
    max-width: 900px;
    margin: 120px auto 30px;
}
.title-box {
    background-image: url(../images/packages-bg.png);
    background-repeat: no-repeat;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: contain;
    flex-direction: column;   
    max-width: 100%;
}
.title-box h4{
    color: #fdb100; 
	font-size: 16px; 
}
.home .title-box h4{
  font-size: 1.5rem; 
}
.title-box h2 {
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
    line-height: .8em;
    display: block;
    padding: 0;
    margin: 0;
} 
ul.list-offer {
    color: #fff;
    list-style: none;    
    line-height: 30px;
    margin: 20px 0px 20px 30px;
    text-align: left;
        min-height: 380px;
}
ul.list-offer li {
    /*    border-bottom: 1px solid transparent;    
        -webkit-border-image: url(../images/booder-bottom.png) 30 stretch;  Safari 3.1-5 
        -o-border-image: url(../images/booder-bottom.png) 30 stretch;  Opera 11-12.1 
        border-image: url(../images/booder-bottom.png) 30 stretch;*/
        
    padding: 10px 0px;
    background-image: url('../images/packages-listing-icon.png');
    background-repeat: no-repeat;
    background-position-y: 15px;
    padding-left: 30px;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
            background-size: 20px;
    line-height: 30px; 
    display: inline-block;
    width:100%;
    position: relative;
    text-align: justify;
}
ul.list-offer li:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    bottom: -0px;
    background-image: url(../images/booder-bottom.png);
    background-repeat: no-repeat;
    left: 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
            background-size: contain;
    margin: 0px auto;
    right: 0;
}
ul.list-offer li:last-child:after {
    display: none;
}

.home-offer ul.list-offer li{
    text-align: left;
    background-image: none;
    padding-left: 0;
    
}
.home-offer ul.list-offer li span{
    background-image: url('../images/packages-listing-icon.png');
    background-repeat: no-repeat;
    background-position-y: 2px; 
    padding-left: 30px;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
            background-size: 20px;
}
.offer-outer {
    max-width: 325px; 
    margin: 0px auto;
}
.protected {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom:50px;
}
.right-shadow:after{
    content: "";
    position: absolute;
    z-index: -1111;
    bottom: 0;
    top: 0px;
    right: -20px;
    height: 100%;
    width: 35px;
    background-image: url(../images/packages-divider.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    margin: 0px auto;opacity: .5;
}
.protected h3 {
    color: #feb200; font-weight: 700;position: relative;margin-bottom: 0px;
}

.protected:after{
    content: "";
    position: absolute;
    z-index: -1111;
    bottom: 0;
    top: 0px;
    left: 0;
    height: 100%;
    width: 50%;
    background-image: url(../images/footer-heading-border-left.png);
    background-repeat: no-repeat;    
    background-position: left center;
    margin: 0px auto;
    background-size: 60%;
}
.protected:before{
    content: "";
    position: absolute;
    z-index: -1111;
    bottom: 0;
    top: 0px;
    right: 0;
    height: 100%;
    width: 50%;
    background-image: url(../images/footer-heading-border-right.png);
    background-repeat: no-repeat;    
    background-position: right center;
    margin: 0px auto;
    background-size: 60%;
}
.footer-top{
    display: inline-block;
    width: 100%;
    background: rgb(255,170,1);
    background: -moz-linear-gradient(90deg, rgba(255,170,1,1) 5%, rgba(254,144,27,1) 33%, rgba(253,197,20,1) 70%);
    background: -webkit-linear-gradient(90deg, rgba(255,170,1,1) 5%, rgba(254,144,27,1) 33%, rgba(253,197,20,1) 70%);
    background: linear-gradient(90deg, rgba(255,170,1,1) 5%, rgba(254,144,27,1) 33%, rgba(253,197,20,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffaa01",endColorstr="#fdc514",GradientType=1);
}

ul.packages-footer {
    color: #0d4f03;
    list-style: none;
    line-height: 30px;
    padding: 15px 0px;
    font-weight: 600;
    margin: 0px;
    text-align: center;
}
ul.packages-footer li {
    padding: 0px 20px;
    background-image: url(../images/footer-links-star.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 30px;
    background-size: 25px;
    display: inline-block;
}
ul.packages-footer li:last-child{
    padding-right: 0px;
}
.packages-footer a {
    color: #0d4f03;
}
footer{
    background-image: url(../images/botom_line.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: bottom center;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    display: inherit;
    background-color: #020d21;
    margin-top: 0px;
}

.footer-contact {
    margin: 35px 0px;
    position: relative;
    display: inline-block;
    width: 100%;
}   


/************* Contact us*************/
.page-main {   
    margin: 120px auto 30px;
}
h1.page-title {
    color: #fff;
    position: relative;    display: inline-block;
}
h1.page-title:after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -20px;
    border-bottom: 2px solid #ee9e00;
    left: 0;
    right: 0;
    margin: 0px auto;
    max-width: 200px;
}
.wpcf7-form br {
    display: none;
}
.wpcf7-form label {
    display: inline-block;
    width: 31.7%;
    margin-right: 2%;
    margin-top: 15px;
}
.wpcf7-form label.no-space{
    margin-right: 0px;
}
.wpcf7-form label .wpcf7-form-control-wrap{
    width: 100%;
    position: relative;
}
input.wpcf7-form-control {
    width: 100%;
    padding: 12px;
    border-radius:0px;
    margin: 5px 0px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid #bf9716;
    font-size: 16px;
}
input.wpcf7-form-control:focus {
    box-shadow: none;
    outline: none;
}
.wpcf7-form-control::placeholder{
    color: #fff;
}
.wpcf7-form label.full-width{
    display: inline-block;
    width: 100%;
    margin-right: 0px; 
}
textarea.wpcf7-form-control.wpcf7-textarea{
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid;
    width: 100%;
    padding: 12px;
    height: 120px;
    resize: none;
    font-size:16px;
    border-image-source: linear-gradient(45deg, #f9b900, #e58200);
    border-image-slice: 1;
}
.content-area p{
    margin: 30px 0px; color: #fff;
}
input.wpcf7-form-control.wpcf7-submit{
    background-image: -webkit-gradient(linear, left bottom, right top, from(#db8915), color-stop(#e19a2a), color-stop(#e6ac3d), color-stop(#ecbc50), to(#f2cd63));
    background-image: -webkit-linear-gradient(left bottom, #db8915, #e19a2a, #e6ac3d, #ecbc50, #f2cd63);
    background-image: -moz-linear-gradient(left bottom, #db8915, #e19a2a, #e6ac3d, #ecbc50, #f2cd63);
    background-image: -o-linear-gradient(left bottom, #db8915, #e19a2a, #e6ac3d, #ecbc50, #f2cd63);
    background-image: linear-gradient(to right top, #db8915, #e19a2a, #e6ac3d, #ecbc50, #f2cd63);
    max-width: 180px;
    margin-top: 20px;
    border-radius: 5px;
    color: #0c5002;
    font-size: 18px
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    color: #fff;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
}
div#wpcf7-f43-p44-o1 {
    margin: 30px 0px 0px;
    display: inline-block;
}
.content-area div#wpcf7-f43-p44-o1 p{
    margin: 0px;
}
/****** 404page ****/
.error404 .banner-area {
    display: none;
}
.title404 {
    color: #fff;
}
.content-404 {
    color: #fff;
}
.content-404 a{
    color: #ed8d02;
}
.error404 header {
    min-height: 50vh;
}
.page-404 {
    min-height: 25vh;
}


/***************Packages*************/
.heading h3 {
    color:#fff; margin-top:20px; margin-bottom:0px;    font-size: 26px;
    font-weight: 400;
}
.packages-outer {
    position: relative;padding-bottom: 30px;
}
/*.packages-outer:after {
    background-image: url(../images/vector.png);
    background-size: 100%;
    background-position: top center;
    z-index: -1;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}*/
.packages-outer .packages-bg {
    position: relative;
    background: url(../images/pattren.png);
    background-position: center center;
    background-size: 100% auto;
}
.offer-outer.inner-page {
    margin: 0 auto; 
	position: relative
}
/*.offer-outer.inner-page:after{
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
    left: -42px;
    top: 0;
    bottom: 0;
    margin: 0px auto;
    background-image: url(../images/packages-divider.png);
}*/
.packages-outer .row > div:nth-child(3n) .offer-outer.inner-page:after{
    display: none;
}
.booknow,.booknow:hover{
    background-image: -webkit-gradient(linear, left bottom, right top, from(#db8915), color-stop(#e19a2a), color-stop(#e6ac3d), color-stop(#ecbc50), to(#f2cd63));
    background-image: -webkit-linear-gradient(left bottom, #db8915, #e19a2a, #e6ac3d, #ecbc50, #f2cd63);
    background-image: -moz-linear-gradient(left bottom, #db8915, #e19a2a, #e6ac3d, #ecbc50, #f2cd63);
    background-image: -o-linear-gradient(left bottom, #db8915, #e19a2a, #e6ac3d, #ecbc50, #f2cd63);
    background-image: linear-gradient(to right top, #db8915, #e19a2a, #e6ac3d, #ecbc50, #f2cd63);
    max-width: 160px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #0c5002;

    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.booknow:focus{
    outline: none;
    box-shadow: none;
}
.wpcf7-form strong {
    font-size: 18px;
    font-weight: 500;
    color: #ee9e00;
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
}
span.wpcf7-list-item {    
    margin: 0 0 0 0em;    position: relative;
}
span.wpcf7-form-control.wpcf7-radio.travelling {
    width: 100%;
    display: inline-block;    margin-top: 15px;
}
input.wpcf7-form-control.hasDatepicker, .date-start input.wpcf7-form-control, .date-end input.wpcf7-form-control{
    width: 100%;
    padding: 12px 0px 12px 30px;
    border-radius: 0px;
    margin: 0px 0px;
    background: transparent;
    color: #fff;
    border: 0px solid #bf9716;
    background-image: url("../images/date.png");
    background-position: center left;
    background-repeat: no-repeat;    background-size: 24px;
}
span.wpcf7-form-control-wrap.date-start::after {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    background-image: url(../images/return.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size:30px;
    width: 45px;
    height: 100%;
}
input.wpcf7-form-control.hasDatepicker:focus{
    outline: none;
    box-shadow: none;
}
.wpcf7-radio.travelling span.wpcf7-list-item,
span.wpcf7-form-control-wrap.date-start, 
span.wpcf7-form-control-wrap.date-end{
    display: inline-block;
    width:49%;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.wpcf7-checkbox input[type="checkbox"],
.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 1;width: 100%;
    height: 100%;    cursor: pointer;
}

.wpcf7-list-item-label{
    position: relative;
    display: inline-block;
    padding: 0 0 0 2em;
    height: 1.5em;
    line-height: 1.5;
    cursor: pointer;
    font-size: 17px; 
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
}
.wpcf7-list-item-label::before {
    content: " "; 
    background-image: url(../images/uncheck.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;    
}
/* Checkbox */
input[type="checkbox"] + .wpcf7-list-item-label::after {
    content: " "; 
    background-image: url(../images/tik.png);
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}
/* Radio */
input[type="radio"] + .wpcf7-list-item-label::before {
    border-radius: 0;
}
input[type=radio] + .wpcf7-list-item-label::after {
    content: " "; 
    background-image: url(../images/tik.png);
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}
/* :checked */
input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background-image: url(../images/check.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
input[type="checkbox"] + .wpcf7-list-item-label::after,
input[type=radio] + .wpcf7-list-item-label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
input[type=radio]:checked + .wpcf7-list-item-label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* Transition */
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.half .wpcf7-form-control-wrap {
    width: 48%;
}
.half .wpcf7-form-control-wrap.text-267{
    margin-right: 4%;
}

.page-id-51 .wpcf7-form .wpcf7-form-control-wrap{
    margin-bottom: 15px;
}
.page-id-51 span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0px;
    bottom: -15px;
    font-size: 12px;
}
.page-id-51 .half span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0px;
    bottom: -20px;
    font-size: 12px;
}
.page-id-51 form.wpcf7-form {
    margin: 50px 0px;
}
.wpcf7-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.wpcf7-checkbox > span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    margin-top: 10px;
    margin-bottom: 10px;
}






/***Pop Up Box**/

.form-search-fields {
    display: inline-block;position: relative;
}
.error-msg {
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: #c34f36;
    font-size: 12px;
}
.modal-dialog {
    display: inline-flex;
    height: 100vh;
    padding: 0px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
}
.modal-content {
    max-width: 500px; padding:4px; 
    border-radius:10px;

    /*    border-image-source: linear-gradient(45deg, #f9b900, #e58200);
        border-image-slice: 1;*/
    background: linear-gradient(transparent, transparent), 
        linear-gradient(45deg, #f9b900, #e58200);
    border: 0px solid transparent;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    position: relative;
}
.modal-content:after{
    content: '';
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    width: 100%;
    height: 85px;
    background-image: url(../images/top-pop.png);
    background-size: 90% 90%;
    margin: 0px auto;
    background-position: center center;
    background-repeat: no-repeat;  
}
.modal-content:before{
    content: '';
    position: absolute;
    bottom:-90px;
    left: 0;
    right: 0;
    width: 100%;
    height: 85px;
    background-image: url(../images/bottom-pop.png);
    background-size: 90% 90%;
    margin: 0px auto;
    background-position: center center;
    background-repeat: no-repeat;  
}
.modal{
    padding:10px 10px!important;
}

.modal-body {
    background: #fff;     padding: 15px 10%;    border-radius: 6px;
}
button.close.apply-close.myModal-close,button.close.apply-close.myModal-close:focus,button.close.apply-close.myModal-close:hover {
    position: absolute;
    top: 10px;
    right: 10px;    
    font-weight: 400;
    color: #e78700;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    outline: none;
    z-index: 999;
    border: 2px solid #fd9000;
    opacity: 1;
}
.form_content .wpcf7-form-control, .form_content label {
    width: 100%;
}
.form_content .wpcf7-form-control, 
.form_content .wpcf7-form-control:focus {
    width: 100%;
    padding: 5px 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;   
    color: #000;   
    outline: none;
    border-image-source: linear-gradient(45deg, #f9b900, #e58200);
    border-image-slice: 1;
    /*    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#f9b900), to(#e58200));background: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(left, #f9b900, #e58200);background: -moz-linear-gradient(#fff, #fff), -moz-linear-gradient(left, #f9b900, #e58200);background: -o-linear-gradient(#fff, #fff), -o-linear-gradient(left, #f9b900, #e58200);background: linear-gradient(#fff, #fff), linear-gradient(to right, #f9b900, #e58200);
        border:1px solid transparent;
        background-repeat: no-repeat;
        -webkit-background-origin: padding-box, border-box;
        -moz-background-origin: padding-box, border-box;
        -o-background-origin: padding-box, border-box;
        background-origin: padding-box, border-box;*/
    margin: 5px 0px;
}
.form_content .wpcf7-form-control::placeholder{
    color: #555; font-size: 13px;
}

.form_content span.ajax-loader {
    display: block !important; position: absolute; bottom: -2px;
}
.form_content div.wpcf7-response-output {
    margin: 0px auto;
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;      color: #000;  border: none;font-size: 12px;
}


.form_content span.wpcf7-form-control-wrap.date-start{
    width: 48%;
}
.form_content span.wpcf7-form-control-wrap.date-end{
    width: 40%;
}
.form_content span.wpcf7-form-control-wrap.date-start{
    margin-right: 10%;
}
.form_content input.wpcf7-form-control.hasDatepicker:focus
{
    padding: 8px 0px 8px 30px;
    border-radius: 0px;
    margin: 0px 0px;
    background: transparent;
    color: #000;
    border:none;
    background-image: url(../images/date.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 24px;
}

.form_content span.wpcf7-form-control-wrap.date-start::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    background-image: url(../images/return.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 100%;
}
.form_content input.wpcf7-form-control.wpcf7-submit{
    display: inherit;    margin: 5px auto 0px; border-radius: 10px;border-image-source:none;border: none; padding: 10px;
}
.form_content input.wpcf7-form-control.wpcf7-submit:focus {
    display: inherit;    margin: 5px auto 0px; border-radius: 10px;border-image-source:none;border: none; padding: 10px; color: #0c5002;
}
.form_content textarea.wpcf7-form-control.wpcf7-textarea, .form_content textarea.wpcf7-form-control.wpcf7-textarea:focus{
    margin-top: 0px;
    color:#000;
}
textarea.wpcf7-form-control.wpcf7-textarea{
    outline: none;
    box-shadow: none;
}


.form_content .half .wpcf7-form-control-wrap.text-267,
.form_content .half .wpcf7-form-control-wrap.text-268{
    margin-top:0px;    
}
.form_content .half .date-start,
.form_content .half .date-end{
    margin-top:0px;   
    margin-bottom: 0px;
}
.form_content input.wpcf7-form-control.hasDatepicker, 
.form_content .date-start input.wpcf7-form-control, 
.form_content .date-end input.wpcf7-form-control{
    color: #000;
}
.form_content .wpcf7-form strong{
    margin: 0px 0px;
}
.form_content  .wpcf7-form strong {
    font-size: 16px;
}
.form_content textarea.wpcf7-form-control.wpcf7-textarea {    
    height: 100px;
}
.form_content  span.wpcf7-not-valid-tip {
    bottom: 12px;
}
.form_content form.wpcf7-form {
    width: 100%;
    position: relative;
}
.blue-title {   
    font-size: 2em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #feb300;
}
.blue-title  span{
    font-weight: 700;
    font-size:1.5em;
    margin-left: 15px;
}
.follow .facebook{
    margin-right: 10px;
}
.phone-number.follow a img {
    width: 32px;
}


/*.what-we-offer {
    position: absolute;
    top:-20%;
    left: 15%;
    color: #fff;
    padding: 115px 60px;
    background-image: url(../images/patti.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}*/
.what-we-offer {
    position: absolute;
    top: 3px;
    left: 15%;
    color: #fff;
    padding: 30px 30px;
    background-color:rgba(0, 63, 54, 0.84);
    z-index: 1;
    border-radius: 50%;
    width: 380px;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 5px solid #d78900;
}
h2.we_title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;   
    margin-top: 10px;
    background: -webkit-linear-gradient(#fff, #677b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.what-we-offer ul{
    list-style: none;
}
.what-we-offer ul li{
    padding: 8px 0px;
    background-image: url(../images/packages-listing-icon.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center left;
    padding-left: 25px;
    background-size: 15px;
    border-bottom: 1px solid transparent;
    -webkit-border-image: url(../images/booder-bottom.png) 30 stretch;
    -o-border-image: url(../images/booder-bottom.png) 30 stretch;
    border-image: url(../images/booder-bottom.png) 30 stretch;
    font-size: 16px;
    
}
.what-we-offer ul li:last-child{border: none;}
.modal-content:after, .modal-content:before{display:none;}
.form_content span.wpcf7-form-control-wrap.date-end {width: 115px;float: right;}
.page-template-default .what-we-offer {display: none;}
/*.footer-top {display: none !important;}*/
#register_interest_form .blue-title {
    font-size: 2em;
    line-height: 1.4em;
}
p.footer-bottom-address {
    margin: 10px 0 0;
    color: #feb200;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}


.package_price {
    display: flex;
    align-items: center;
}
.package_price h2 {
    display: inline;
}
.package_price h2 {
    display: inline;
}
.package_price h2 {
    display: inline;
    margin-right: 5px;
}
.package_price span.per-person {
    position: static;
}