﻿body {
}
.navbar-brand{
        /*background-color: #d4444d;*/
    padding: 8px;
    background: #200122;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6f0000, #200122);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #6f0000, #200122); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.navbar-brand img{
        max-height: 40px;
        transition:0.5s;
}
header{
    background: -moz-linear-gradient(90deg,#f9f9f9 0,#fdfdfd 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fdfdfd),color-stop(100%,#f9f9f9));
    background: -webkit-linear-gradient(90deg,#f9f9f9 0,#fdfdfd 100%);
    background: -o-linear-gradient(90deg,#f9f9f9 0,#fdfdfd 100%);
    background: -ms-linear-gradient(90deg,#f9f9f9 0,#fdfdfd 100%);
    background: linear-gradient(0deg,#f9f9f9 0,#fdfdfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f9f9f9', GradientType=0);
    border-bottom: 1px solid #d9d8d8;
}
/*.navbar-nav li{
            border-left: 1px solid #e8e8e8;
    line-height: 65px;
}
.navbar-nav li:last-child{
    border-right:none;
}*/
#hero-6 {
  background-image: url(../img/mainBanner2.jpg);
  padding-top: 190px;
  padding-bottom: 250px;
}
.bg-scroll {
    background-attachment: fixed!important;
}
.bg-fixed, .bg-scroll {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

/*------------------------------------------*/
/*  HERO SECTION BOXES
/*------------------------------------------*/

#enquiry .hero-boxes-holder,
#hboxes-2 .hero-boxes-holder {
  position: relative;
  background-color: #fff;
  padding: 45px 40px 15px;
  /*border: 1px solid #f5f5f5;*/
  border: 1px solid #cbcbcb;
  margin-top: -130px;
  z-index: 999;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#hboxes-2 .hero-boxes-holder {
  margin: -80px 25px 0;
}

#enquiry .c2-box-txt h5 {
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 6px;
}

#enquiry .c2-box-txt p {
  line-height: 1;
  margin-bottom: 35px;
}

#enquiry .owl-nav {
  display: none;
}
.hero-txt h4{
    font-family: 'Playfair Display', serif;
    font-weight:700;
        font-size: 30px;
    line-height: 45px;
}
.Abt-Liver{
    background-color: #f4f4f4;
    position: relative;
}
.Abt-Liver::before{
    content:'';
        /*background-color: #2BB079;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;

    background: #3CA55C;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #B5AC49, #3CA55C);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #B5AC49, #3CA55C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.Cstmtitle h4{
    font-family: 'Playfair Display', serif;
    font-weight:700;
    font-size: 40px;
}
.CstmtitleForm h4{
    font-family: 'Playfair Display', serif;
    font-weight:700;
    font-size: 30px;
}
.TrtmntSctn{
    /*background-color: #0e414d;*/
    background: #200122;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6f0000, #200122);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #6f0000, #200122); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.ProcBox{
    background-color:#e7f3ff;
    border-radius:10px;
    padding:20px 15px 10px 15px;
    text-align:center;
}
.ProcBox h4{
    font-size:18px;
    font-weight:700;
}
.ProcBox p{

}
.ProcBox img{
        height: 120px !important;
    margin: auto;
    width: auto !important;
    margin-bottom: 20px;
}

.OfferListBox ul{
    margin:0;
    padding:0;
    text-align:center;
}
.OfferListBox ul li{
    list-style:none;
    display: inline-block;
    text-align:center;
    padding: 10px;
        width: 24%;
        vertical-align: top;
}
.OfferListBox ul li p{
        /*font-weight: 600;*/
    font-size: 18px;
    margin-top:20px;
}
.OfferListBox ul li div{
    position:relative;
    width: 130px;
    height: 130px;
    background-color: #eeeeee;
    border-radius: 50%;
        margin: auto;
            border: 1px solid #cfcfcf;
            transition:0.5s;
}
.OfferListBox ul li div:hover {
    background-color: #FDC11F;
    cursor:pointer;
}
.OfferListBox ul li div img{
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 60px;
    max-height: 60px;
    margin: auto;
}
.TripPlan {
    padding-bottom: 100px;
}
.HsptlSctn{
    position:relative;
    background-color: #20364b;
    border-bottom: 1px solid #485664;
    margin-top:-30px;
}
.HsptlSctn::before{
    content:'';
        background-color: #f8f9fa;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
}
.LogoBox{
        height: 60px;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px;
    position: relative;
    padding: 5px;
    border: 1px solid #e6e6e6;
}
.LogoBox img{
    max-height:55px;
    width:auto !important;
    margin: auto;
}
.bttmfoot{
    background-color: #fdc11f;
    /*color: #939393;*/
    padding: 15px 0;
    
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;

}
.carousel-caption i {
    font-size: 70px;
    color: #cbcbcb;
    margin-bottom: 20px;
    display: inline-block;
}

.DocOutr{
        width: 500px;
    margin: auto;
    text-align: center;
    background-color: #e1f1ff;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 20px;
}
.DocPic{

}
.DocPic>div{

}
.DocPic>div img{
    width: 250px !important;
    margin:auto;
}
.DocCntnt{

}
.DocCntnt h4{
        font-size: 22px;
    text-transform: capitalize;
    margin-top: 10px;
}

.owl-prev{
    background-color: #e1f1ff !important;
    float:left;
    width:40px;
    height:40px;
    border-radius: 50% !important;
}
.owl-next{
    background-color: #e1f1ff !important;
    float:right;
    width:40px;
    height:40px;
        border-radius: 50% !important;
}
.tstmnl{
    background-color: #e1e1e1;
}
.HsptlNewSctn{
    position:relative;
}
.HsptlNewSctn::before{
    content:'';
        background-color: #e1e1e1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
}
.HsptlOutr{
    background-color: #fff;
    padding: 20px;
    border-radius: 11px;
    margin: 0 auto 20px;
    width: 250px;
}
.HsptlOutr img{
    /*width: 250px !important;*/
}
.HsptlOutr h4{
    font-size: 17px;
    font-weight: 700;
        margin-top: 20px;
}
#loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4f4f4fb5;
    z-index: 9999;
}
#loader div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 105px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
}
#loader div span{
     display:block;
}

@media(max-width:768px){
    .OfferListBox ul li{
            width: 49%;
    }
    .OfferListBox ul li p{
            
    }
    .OfferListBox ul li div{
            width: 100px;
    height: 100px;
    }
    .OfferListBox ul li div img{
              max-width: 50px;
    max-height: 50px;
    }
    .Abt-Liver::before{
        background-color:transparent;
        display:none;
    }
}
@media(max-width:583px){
    .DocOutr{
        width: 300px;
    }
    .Cstmtitle h4{
        font-size: 30px;
    }
}
@media(max-width:483px){
    .owl-theme .owl-nav{
        left: 0 !important;
    right: 0 !important;
    }
    .HsptlOutr{
            width: 300px;
    }
    .tstmnl{
        margin-bottom: 80px;
    }
    .navbar-brand img{
            max-height: 30px;
    }
}