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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    line-height: 1;
   font-family: 'Montserrat', sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

:focus {
    outline: 0;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

a:hover {
    text-decoration: none;
}

::-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

p,
ul,
blockquote {
    color: #000;
    font-weight: 600;
}


/* Common CSS */

body {
   /* padding-top: 80px;*/
   background: linear-gradient( to bottom, rgb(255 255 255), rgb(255 255 255 / 92%)),url(../images/bg-popular.png);
   
   

}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.relative {
    position: relative;
}

.button {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    font-weight: 900;
    color: #fff;
   background-color: #fe4438;
    text-transform: uppercase;
    padding: 0 30px;
    border: none;
    text-align: center;
    transition: all .5s ease;
    margin-top: 0px;
}

.button.sm {
    font-size: 13px;
    line-height: 40px;
    padding: 0 30px;
    display: table;
   /* margin: 0 auto;*/
}
.modal .modal-img-enquiry {
    background: url(../images/enquiry-bg.jpg);
    height: 400px;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 470px;
    background-color: #f3f8fe;
}
.button:focus,
.button:hover {
    color: #fff;
    background: #3e4095;
}

.nav-list li {
    text-align: center;
    margin-top: 30px;
    color: #fff;
}

/*.alt-bg {
    background: #fff;
}*/

.white-bg {
    background: #fff;
}

.overlay.light {
    background: rgb(0 0 0 / 0%);
}
.overlay {
    background: rgb(247 148 31);
}

.section-head {
    /*padding:124px 0 40px;*/
   /* padding: 50px 0 0px;*/
}

/*.section-head h4 {
    font-weight: 900;
    color: #f7941f;
    font-family: 'Abril Fatface', cursive;
}

.section-head h4 span {
    color: #034289;
}*/

.pkg-incusion li b {
   font-size: 18px;
    margin-bottom: 10px;
    display: block;
    color: #286090;
}

.section-head p {
    color: #777;
}

.play-button {
    display: inline-block;
    position: relative;
}

.play-button .pb-border-1 {
    padding: 5px;
    display: block;
    border-radius: 50%;
    background: rgba(76, 134, 250, 0.2);
}

.play-button .pb-border-2 {
    padding: 5px;
    display: block;
    border-radius: 50%;
    background: rgba(76, 134, 250, 0.5);
}

.play-button .icofont {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    background: #4c86fa;
    color: #fff;
    display: block;
}

.inline-form {
    position: relative;
    margin: 14px 0;
}

.inline-form input[type="email"],
.inline-form input[type="text"] {
    width: 100%;
    line-height: 48px;
    border: none;
    background: #fff;
    border-radius: 25px;
    color: #777;
    padding-left: 30px;
}
.button.sm {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
   /* width: 100%;*/
    border-radius: 0px;
    
}
.blink{
    animation: blink 3s infinite !important;
}
@keyframes blink {
    0% {
        background-color: red;
    }
    25% {
        background-color: orangered;
    }
    75% {
        background-color: darkorange;
    }
    50% {
        background-color: darkcyan;
    }
    100% {
        background-color: chocolate;
    }
}

.whattt{
    background-color: #23b180;
    float: right;
    font-size: 30px!important;
}
.inline-form input[type="submit"] {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0 30px;
    line-height: 44px;
}

.mailchimp-box {
    position: relative;
}

.mailchimp-response .response {
    background: #fff;
    margin-top: 15px;
    padding: 15px;
    transition: all .5s ease;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.mailchimp-response .response a {
    color: #ff0000;
    font-weight: 700;
    display: block;
}

.mailchimp-response .response a:hover {
    color: #000;
}

.mailchimp-response .response.successs {
    color: #2fca2d;
}

.mailchimp-response .response.errorr {
    color: #ff0000;
}


/*.top-section*/

.top-bar {
    padding: 0px 0;
   /* position: fixed;*/
    width: 100%;
    top: 0;
    left: 0;
    background-color: #286090;
    z-index: 999;
}


/*@media(max-width:768px){
    .top-bar{
        padding: 10px 0px;
    }
}*/

.nav-list {
    padding-right: 28px;
}

.navbar-default {
    background-color: transparent;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.navbar-brand {
   /* padding: 0 15px;*/
    height: auto;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #000;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    transition: all .5s ease;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #4c86fa;
    border-color: #4c86fa;
}

.nav > li > a {
    padding: 15px 20px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
}

.navbar-default .navbar-nav > li.current > a,
.navbar-default .navbar-nav > li > a:hover {
    color: #fe8900;
    background-color: transparent;
}


/*.header-section*/

.header-section {
    background: url(../images/header-.jpg) center center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


/*.header-section .overlay{
	padding:230px 0;
}*/

.header-section .overlay {
    padding: 225px 0 100px 20px;
}


/*.header-texts {
    margin: 50px 0;
}*/

.header-texts {
    margin: 53px 0;
}

.header-texts h4 {
    color: #fff;
}

.header-texts h4 small {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}


/*.header-texts h3{
	color:#fff;
    padding:29px 0;
}*/

.header-texts h3 {
    color: #fff;
    padding: 29px 0;
    font-size: 33px;
}

.header-texts h1 {
    color: #fff;
    font-size: 80px;
    padding-bottom: 35px;
}

.header-video {
    text-align: center;
    padding: 89px 0;
    margin: 55px 0;
    border: 1px solid rgba(255, 255, 255, .5);
}


/*.process-section*/


/*
.process-section{
	padding:93px 0 53px;
}*/

.process-section {
    padding: 29px 0 20px;
}

.single-process {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px;
}

.single-process i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    color: #f26744;
    border: 1px solid #f26744;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    background: #fff;
}

.single-process h6 {
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 18px;
}

.single-process p {
    font-size: 14px;
}


/*.deals-section*/

.deals-section {
    /*padding-bottom:100px;*/
    padding-bottom: 50px;
}

.single-deal {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #ffffff;
}


/*.single-deal img{
	width:100%;
}*/

.sDeal-top {
    position: relative;
    overflow: hidden;
    transition: 1s;
}

.sDeal-top ul {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding: 33px 40px 0 0;
}

.sDeal-top ul li {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    line-height: 24px;
}

.sDeal-action {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fe4438;
   border-radius: 35px 0px 35px 0px;
}

.sDeal-action h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
}

.sDeal-action h5 {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    font-weight: 900;
    opacity: .5;
    margin-bottom: 12px;
    position: relative;
}
.pricess{
  /* background: #286090;*/
    color: #000;
    font-size: 17px;
    text-align: center;
    padding: 10px 10px;
   
    margin: 10px 0px;
}
.sDeal-action h5:after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 100%;
    height: 5px;
    content: "";
    background: rgba(255, 255, 255, .8);
}


/*.sDeal-bottom{
	padding:32px 40px 34px;
	background:#fff;
}*/


/*.sDeal-bottom {
    padding: 17px 19px 13px;
    background: #fff;
}*/

.sDeal-bottom {
    padding: 0px 5px 5px;
    background: #fff;
}


/*.sDeal-bottom h6{
	text-transform:uppercase;
}*/

.sDeal-bottom h6 {
    text-transform: uppercase;
    font-size: 18px;
    height: 50px;
    text-align: center;
    margin-top: 10px;
    color: #fe4438;
    /* font-weight: bold; */
    margin-bottom: 5px;
   
}


/*.sDeal-bottom h6 span{
	font-weight:300;
	color:#777;
	display:block;
	text-transform:none;
	padding-bottom:7px;
}*/

.sDeal-bottom h6 span {
    font-weight: 300;
    color: #777;
    display: block;
    text-transform: none;
    padding-bottom: 0px;
    font-size: 17px;
    line-height: 28px;
}


/*.offer-section*/

.offer-section {
    padding: 50px 0;
}

.pkg-incusion {
    margin-bottom: 20px;
}
.pkg-incusion li i{
    color: #286090;
}

/*
.offer-section{
	padding:130px 0;
}*/

.offer-image {
    position: relative;
}

.offer-image img {
    width: 100%;
}

.offer-image h1 {
    color: #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    margin-top: -36px;
    font-size: 40px;
}

.offer-texts {
    padding: 50px 0 0 20px;
}

.offer-texts h6 {
    text-transform: uppercase;
    color: #fff;
    background: #4c86fa;
    padding: 3px 15px;
    display: inline-block;
    margin-bottom: 14px;
}

.offer-texts h4 {
    font-weight: 300;
}

.offer-texts h3 {
    padding: 13px 0 10px;
}

.offer-texts ul {
    padding-bottom: 20px;
}

.offer-texts ul li {
    float: left;
    font-weight: 900;
    color: #000;
    line-height: 30px;
    width: 33.33%;
}

.offer-texts ul li:before {
    font-family: 'icofont';
    content: "\efab";
    color: #4c86fa;
    font-weight: normal;
    margin-right: 7px;
}


/*.spe-offer-section*/


/*.spe-offer-section {
    background: url(../images/offer_one.jpg) center center;
    background-size: cover;
}*/

.spe-offer-section .overlay {
    /*padding:175px 0;*/
    padding: 5px 0;
}

.spe-offer-texts {
    margin: 20px 0;
}

.spe-offer-texts h4 {
    color: #fff;
}

.spe-offer-texts h3 {
    color: #fff;
    /*padding:29px 0 32px;*/
    padding: 0px 0 32px;
}

.spe-offer-texts h2 {
    color: #fff;
    padding-bottom: 34px;
    font-size: 30px;
    font-weight: 600;
}

.spe-offer-features {
    position: relative;
    padding: 43px 0px 40px;
    margin: 63px 0;
    /* left: -30px;*/
}

.spe-offer-features h6 {
    text-transform: uppercase;
    color: #4c86fa;
    padding-bottom: 11px;
}

.spe-offer-features ul li {
    float: left;
    font-weight: 900;
    color: #000;
    line-height: 30px;
    width: 50%;
}

.spe-offer-features ul li:before {
    font-family: 'icofont';
    content: "\efab";
    color: #4c86fa;
    font-weight: normal;
    margin-right: 7px;
}

.spe-offer-features a.play-button {
    position: absolute;
    top: -27px;
    right: -27px;
}


/*.testimonials-section*/


/*
.testimonials-section{
	padding-bottom:100px;
}*/

.testimonials-section {
    padding-bottom: 0px;
}

.single-testimonial {
    background: #fff;
    margin-bottom: 30px;
}

.single-testimonial ul li {
    display: inline-block;
    font-size: 12px;
    color: #4c86fa;
}

.single-testimonial h5 {
    font-weight: 300;
    color: #777;
}

.single-testimonial h5 small {
    display: block;
    font-size: 12px;
    font-weight: 900;
    color: #000;
    padding: 16px 0 10px;
    text-transform: uppercase;
}

.st-top {
    display: flex;
    align-items: center;
    padding: 40px;
    border-bottom: 1px solid #edf3ff;
}

.client-image {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100px;
}

.client-image img {
    border-radius: 50%;
}

.client-info {
    flex-grow: 1;
    flex-shrink: 0;
    padding-left: 30px;
}

.st-bottom {
    position: relative;
    padding: 40px;
}

.st-bottom .icofont {
    position: absolute;
    font-size: 72px;
    color: #edf3ff;
    z-index: 1;
    left: 36px;
    top: 22px;
}

.st-bottom blockquote {
    position: relative;
    z-index: 2;
}

.video-testimonial {
    position: relative;
    text-align: center;
}

.video-testimonial .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 100px 0 40px;
}

.video-testimonial a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
}

.video-testimonial .client-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 35px;
}

.video-testimonial h5 {
    color: #fff;
    padding-top: 60px;
}

.video-testimonial h5 small {
    color: #fff;
}


/*.partners-section*/

.partners-section {
    padding-bottom: 79px;
}

.single-partner {
    margin: 14px 0 42px;
}

.single-partner a {
    display: inline-block;
}


/*.subscribe-section*/

.subscribe-section {
    background: url(../images/bg/subscribe.jpg) center center;
    background-size: cover;
}

.subscribe-section .overlay {
    padding: 144px 0;
}

.subscribe-texts h4 {
    color: #fff;
    padding-bottom: 12px;
}

.subscribe-texts p {
    color: #fff;
}


/*.faq-section*/

.faq-section {
    padding-bottom: 87px;
}

.single-faq {
    padding-right: 50px;
    padding-bottom: 36px;
}

.single-faq h6 {
    text-transform: uppercase;
    padding-bottom: 14px;
}


/*.contact-section*/

.contact-section {
    padding: 0 0 130px;
}

.contact-form-side h2 {
    padding-bottom: 10px;
}

.contact-form-side h2 span {
    color: #777;
}

.contact-form-side p {
    padding-bottom: 40px;
    padding-right: 70px;
}


/*.input-box{
	margin-bottom:0px;
}*/

.input-box {
    margin-bottom: 15px;
    text-align: center;
}
.input-box input[type="text"],
.input-box textarea,
.input-box select {
   width: 100%;
    line-height: 38px;
    border: 1px solid #b6b6b6;
     border-radius: 0px; 
    background: none;
    font-size: 14px;
    color: #777;
    padding-left: 25px;
    font-weight: 300;
    letter-spacing: 0.05em;
    height: 40px;
}

.input-box input[type="number"] {
    width: 100%;
    /*line-height:46px;
	border:1px solid #dde8ff;*/
    line-height: 38px;
    border: 1px solid #b6b6b6;
    /*background:#fff;*/
    background: none;
    font-size: 14px;
    color: #777;
    padding-left: 25px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.input-box input[type="email"] {
    width: 100%;
    /*line-height:46px;
	border:1px solid #dde8ff;*/
    line-height: 38px;
    border: 1px solid #b6b6b6;
   line-height: 38px;
    border: 1px solid #b6b6b6;
    border-radius: 0px;
    background: none;
    font-size: 14px;
    color: #777;
    padding-left: 25px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.input-box input[type="date"] {
    width: 100%;
    /*line-height:46px;
	border:1px solid #dde8ff;*/
    line-height: 38px;
    border: 1px solid #b6b6b6;
    border-radius: 50px;
    background: none;
    font-size: 14px;
    color: #777;
    padding-left: 25px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.input-box textarea {
   
    resize: none;
}

.input-box2 {
    margin-bottom: 30px;
}

.input-box2 input[type="text"],
.input-box2 textarea {
    width: 100%;
    line-height: 46px;
    border: 1px solid #2d2727;
    background: #ffffff;
    font-size: 14px;
    color: #777;
    padding-left: 25px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.input-box2 textarea {
    height: 54px;
    resize: none;
}

.contact-form .success,
.contact-form .error {
    display: none;
    font-weight: 700;
}

.contact-form .success {
    color: #2fca2d;
    margin: -5px 0 20px;
}

.contact-form .error {
    color: #ff0000;
    margin: -15px 0 20px;
}

.google-map {
    width: 100%;
    height: 400px;
    border: 1px solid #dde8ff;
}


/*.footer-section*/

.footer-section {
    background: #323232;
    /*padding-bottom:70px;*/
}

.footer-about {
    /*padding:80px 0 40px;*/
}

.copyright-text {
    display: block;
    color: #fff;
    padding: 27px 0 16px;
    text-align: center;
}

.footer-links li {
    display: inline-block;
    margin-right: 20px;
}

.copyright-text a,
.footer-links li a {
    color: #fff;
}

.copyright-text a:hover,
.footer-links li a:hover {
    color: #000;
}

.footer-address {
    background: #fff;
    margin-top: -61px;
}

.address-list {
    padding: 34px 40px 17px;
}

.fa-title {
    border-bottom: 1px solid #fcf8e8;
    line-height: 60px;
    padding-left: 40px;
    color: #4c86fa;
    text-transform: uppercase;
}

.single-address {
    margin-bottom: 30px;
}

.single-address h6 {
    text-transform: uppercase;
    padding-bottom: 9px;
}

.single-address ul {
    padding-bottom: 12px;
}

.single-address ul li {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    letter-spacing: 0.075em;
}

.single-address a {
    color: #4c86fa;
    font-size: 12px;
}

.single-address a:hover {
    color: #000;
}

.single-address a .icofont {
    font-size: 18px;
    position: relative;
    top: 3px;
    padding-left: 3px;
}


/*Magnific Popup Animation*/

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}


/*Coustom Media Query CSS*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-center {
        text-align: center;
    }
    .tab-left {
        text-align: left;
    }
    .header-section .overlay {
        padding: 160px 0;
    }
    .header-video {
        padding: 125px 0;
    }
    .spe-offer-section .overlay {
        padding: 125px 0;
    }
    .spe-offer-features {
        left: -10px;
    }
    .single-faq {
        padding-right: 0
    }
}

.gif {
    width: 150px;
    position: relative;
    margin-bottom: -124px;
}

@media only screen and (max-width: 767px) {
    .mobile-left {
        text-align: left;
    }
    .mobile-center {
        text-align: center;
    }
    .pt-30 {
        padding-top: 30px;
    }
    h1,
    .h1-like {
        font-size: 40px;
    }
    h2,
    .h2-like {
        font-size: 38px;
    }
    h3,
    .h3-like {
        font-size: 34px;
    }
    h4,
    .h4-like {
        font-size: 30px;
    }
    .header-section .overlay {
        /*padding:130px 0;*/
        padding: 0px 0;
    }
    .header-texts h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .header-texts h3 {
        padding: 14px 0;
    }
    .header-video {
        padding: 70px 0;
    }
    .spe-offer-texts h3 {
        padding: 15px 0 10px;
    }
    .offer-texts ul li {
        width: 100%;
    }
    .spe-offer-features ul li {
        width: 100%;
    }
    .spe-offer-features a.play-button {
        top: -20px;
        right: -20px;
    }
    .st-top {
        display: block;
    }
    .client-info {
        padding-left: 0;
        padding-top: 20px;
    }
    .offer-texts {
        padding-left: 0;
    }
    /*.spe-offer-features {
        left: -10px;
    }*/
    .video-testimonial a {
        top: 0;
        z-index: 2;
    }
    .single-faq {
        padding-right: 0
    }
    .footer-address {
        margin-top: 30px;
    }
    .gif {
        position: relative;
        margin-bottom: -50px;
        width: 52px;
    }
}
 .room-check-body{
            padding: 20px;
            background-color: #fff!important;
    
            
        }
.room-check {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 50px;
}

.room-check h4 {
    font-weight: 600;
    margin: 0 0 0px;
    background-color: #f7941f;
    color: #fff;
    position: relative;
    padding: 17px 0;
    font-size: 20px;
}

.room-check .room-check-body {
    padding: 25px 25px 25px;
}

/*
.modal-header .close {
    margin-top: -41px;
}
*/

.close {
    font-size: 26px;
    color: #000;
    opacity: .7;
}

@media only screen and (min-width: 768px) {
    div#bannertxt {
        margin-top: -200px;
    }
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    transition: all .5s ease;
}
#footer {
    color: #286090;
    padding: 0px 0px 35px 0px;
    padding: 0 0 2rem 0;
    margin-top: 1.5rem;
    background-color: #286090;
    padding-top: 50px;
}

.cold {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

#footer .footer-copyright {
    border-top: 1px solid #e6e9ec;
    padding: 32px 0px 0px;
    margin-top: 2rem;
    margin-top: 32px;
    text-align: center;
}
.titlee{
    color: #286090;
    margin-bottom: 20px;
}
.input-box .button.sm{
    width: 100%;
}
/*.pkg-incusion li { */


/* padding: 0 0 0 15px; */


/*padding: 10px 0 0 0px;
    margin: 0 0 7px 0;*/


/* list-style-type: none; */


/* display: block; */


/* position: relative; */


/* background-image: url(../images/arrow-orng.png); */


/* background-repeat: no-repeat; */


/* background-position: left 6px; */


/* font-size: 15px;
    color: #000;
}*/

.pkg-incusion li {
    /* padding: 0 0 0 15px; */
    padding: 2px 0 0 0px;
    margin: 0 0 4px 0;
    /* list-style-type: none; */
    /* display: block; */
    /* position: relative; */
    /* background-image: url(../images/arrow-orng.png); */
    /* background-repeat: no-repeat; */
    /* background-position: left 6px; */
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.itnry {
    list-style-type: none;
    border-top: solid 1px #286090;
    border-bottom: solid 1px #286090;
    margin-bottom: 10px;
    padding: 5px 0px;
}

.itnry li.active {
    color: #a3a3a3;
}

.itnry li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    width: 24%;
    text-align: center;
    font-size: 14px;
    color: #0f4174;
}

.itnry li.active figure {
    /* opacity: 0.3;*/
}

.itnry li figure {
    padding: 0px;
    margin: 0px;
}
.gallery img {
    height: 250px;
    /* height: 100%; */
    object-fit: cover;
}
.gallery {
    margin-bottom: 20px;
}
.packages figure {
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    transform: scale(1);
}

.img-fluid {
    width: 40px;
}

.itnry li p {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #286090;
    font-weight: 700;
}

.sDeal-top img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1.06);
    transition: 1s;
}

h5.modal-title {}

.client-image {
    display: none;
}

#sidebar222 {
    position: absolute;
    top: 200px;
    left: 99px;
    /* box-shadow: 0 0 8px grey;*/
}

#slider {
    width: 500px;
    top: 50px;
    position: fixed;
    z-index: 9999;
}

.tele {
    margin-bottom: 10px;
    display: block;
}

@media only screen and (min-width: 768px) {
    span.tele a {
        font-size: 20px;
    }
    .tele {
        margin-bottom: 10px;
        display: block;
    }
}

/*.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}*/

.left-text {
    margin-top: 25px;
}

.left-text h1 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-shadow: 0px 0px 5px #515151;
}

.left-text h3 {
    font-size: 26px;
    color: #ffa812;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px #515151;
}

.left-text ul {
    padding: 0;
}

.left-text li {
    list-style: none;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-shadow: 0px 1px 1px #000;
    margin-bottom: 10px;
}

.left-text li i {
    color: #ffa812;
    font-size: 25px;
}

.fa-check:before {
    content: "\f00c";
}

.spe-offer-features h6 {
    text-transform: uppercase;
    /* color: #4c86fa; */
    color: #fff;
    padding-bottom: 11px;
}

p.m20.font16.fw400 {
    color: #fff;
}

p.font14.letter1sps.md0 {
    color: #fff;
}

p.font14.letter1sps.m5 {
    color: #fff;
}

p.m20.font14.fw400.grey1 {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .left-text h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .left-text li {
        font-weight: 600;
        font-size: 15px;
    }
    .left-text li i {
        font-size: 20px;
    }
    .itnry li {
        width: 23%;
    }
    .itnry li p {
        font-size: 10px;
    }
    p.font14.letter1sps.md0 {
        color: #fff;
        font-size: 14px;
    }
    p.font14.letter1sps.m5 {
        color: #fff;
        font-size: 14px;
    }
    p.m20.font14.fw400.grey1 {
        color: #fff;
        font-size: 14px;
    }
    .navbar-brand img {
        width: 280px!important;
    }
    body{
        padding-top: 10px;
    }
}

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #ccc;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#book-online {
    padding: 50px 0;
}

.why-book {
    text-align: center;
    margin: 50px 0;
    padding: 0 0px;
}

.why-book img {
    margin-bottom: 10px;
}

.why-book h4 {
    color: #c74600;
    font-family: 'proxima_nova_rgbold';
    font-size: 26px;
}

.why-book p {
    font-size: 14px;
}

.h1-global {
    font-size: 36px;
    font-weight: 600;
}

.requirement {
    background: #ff924a;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 10px;
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .left-text h1 {
        font-size: 16px;
        line-height: 10px;
        margin-top: 0px;
    }
    .left-text h3 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .left-text li {
        font-weight: 600;
        font-size: 15px;
    }
    .left-text li i {
        font-size: 20px;
    }
    .itnry li {
        width: 23%;
    }
    .itnry li p {
        font-size: 10px;
    }
    .h1-global {
        font-size: 16px;
    }
    .sDeal-bottom h6 {
        font-size: 20px;
        text-align: center;
        height: auto;
    }
}

.spe-offer-texts p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    padding-right: 20px;
    padding-bottom: 15px;
    font-weight: 600;
}

.font14 {
    margin-bottom: 20px;
}

.about-content {
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
}

.activ {
    overflow: hidden;
    /*border-radius: 20px;*/
}

.padding-0 {
    padding: 1px!important;
}

figure.snip1104 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

figure.snip1104 img {
    width: 100%;
    position: relative;
    opacity: 0.8;
    height: 350px;
}

figure.snip1104 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    /*right: 0;*/
}

figure.snip1104 h2 {
    position: absolute;
    /* transform: translateY(-50%); */
    text-align: center;
    display: inline-block;
    padding: 12px 5px;
    margin: 0;
    top: 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 7;
}

figure.snip1104 h2 span {
    font-weight: 800;
}

figure.snip1104:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    /* background: #1f1616;*/
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* -webkit-transform: rotate(110deg) translateY(-50%);
    transform: rotate(110deg) translateY(-50%);*/
}

figure.snip1104 .anchor {
    bottom: 60px;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    color: #000;
}


/*figure.snip1104:hover .anchor {
    transform: skew(0deg) rotate(0deg) translate(0, 0);
    transition: all 0.3s ease-in-out;
}*/

.anchor a {
    background: #729fcf;
    padding: 10px 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
}

figure.snip1104.blue {
    background: #123851;
}

figure.snip1104.blue h2 {
    background: #0a212f;
}

figure.snip1104.red {
    background: #000000;
    position: relative;
}

figure.snip1104.red h2 {
    color: #fff;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
}

figure.snip1104.yellow {
    background: #7f5006;
}

figure.snip1104.yellow h2 {
    background: #583804;
}
.sDeal-bottom p{
    font-size: 14px;
    color: #046265;
    font-weight: 600;
    text-align: center;
}
figure.snip1104:hover img,
figure.snip1104.hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}