﻿body {
}
label.error{
        color: red;
    font-size: 13px;
    margin: 0;
    font-style: oblique;
}
.navbar-brand{
        /*background-color: #ff386f;*/
    padding: 8px;
}
.navbar-brand img{
        max-height: 40px;
        transition:0.5s;
}
#navbar a{
        display: inline-block;
        background-color: #ffdcce;
    border-radius: 50px;
    padding: 10px 20px;
    border: 5px solid #facfbe;
}
#navbar a img{
        max-height: 50px;
}
header{
    /*border-bottom: 1px solid #dd2356;
    background-color: #dd2356;*/
    position:absolute;
    top:20px;
    left:0;
    right:0;
        z-index: 999;
}
.first-screen {
    padding-top: 200px;
    padding-bottom:300px;
    /*text-align: center;*/
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.first-screen h4{
    font-family: 'Playfair Display', serif;
    font-weight: 600;
        font-size: 50px;
    color: #ae185b;
}
.first-screen h4 span{
        font-weight: 100;
    font-style: oblique;
    color: #ec7300;
}
.first-screen h5{
    color: #ae185b;
    font-weight: 400;
}

#enquiry .hero-boxes-holder,
#hboxes-2 .hero-boxes-holder {
  position: relative;
  background-color: #ae185b;
      padding: 30px 30px 10px;
  /*border: 1px solid #f5f5f5;*/
  border: 1px solid #ae185b;
  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:900;
        font-size: 30px;
    line-height: 45px;
}
.Abt-Liver{
    background-color: #f9ddea;
    position: relative;
}
.Abt-Liver::before{
    content:'';
        /*background-color: #2BB079;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;
    background-color:#eac8d8;
    
}
.Abt-Spine{
    /*background-image:url(../img/lungBg.jpg);*/
        /*background-position: center;*/
        background-size:cover;
    background-repeat: no-repeat;
    /* background-color: #e8e8e7; */
}
.Cstmtitle h4{
    font-family: 'Playfair Display', serif;
    font-weight:600;
    font-size: 32px;
}
.Cstmtitle h4 span{
    font-weight: 100;
    font-style: oblique;
    color: #fbab5f;
}
.CstmtitlePopForm{
    /* background-color:#3d4042; */padding:10px;
}
.CstmtitlePopForm h4{
    font-family: 'Playfair Display', serif;
    font-weight:600;
    font-size: 22px;margin: 0;text-transform:uppercase;
}
.CstmtitleForm h4{
    font-family: 'Playfair Display', serif;
    font-weight:700;
    font-size: 30px;
}
.TrtmntSctn{
    background-image:url(../img/proc_bg.png);
    background-size:cover;
    background-repeat:no-repeat;
    padding: 60px 0 120px 0;
    background-color: #f8f9fa
}

.ProcBox{
    background-color:#e7f3ff;
    border-radius:10px;
    padding:20px 15px 10px 15px;
    text-align:center;
        height: 470px;
}
.ProcBox h4{
    font-size:18px;
    font-weight:700;
        border-bottom: 1px solid #c6cfd9;
    padding-bottom: 10px;
}

.ProcBox p{
    font-size: 16px;
}
.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;
        position:relative;
}
.OfferListBox ul li::before{
    content:'';
        position: absolute;
        top: 90px;
    width: 5px;
    height: 40px;
    border-left: 2px dashed #00306b;
}
.OfferListBox ul li p{
    font-size: 17px;
    margin-top: 50px;
    font-style: oblique;
    font-weight: 700;
}
.OfferListBox ul li div{
    position:relative;
    width: 80px;
    height: 80px;
    /*background-color: #00306B;*/
    border-radius: 50%;
        margin: auto;
            border: 2px dashed #00306B;
            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: 40px;
    max-height: 40px;
    margin: auto;
}
.TripPlan {
    padding-bottom: 60px;
    border-bottom: 1px solid lightgrey;
}
.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: 8px 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: #ae185b;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 20px;
    color:#fff;
}
.DocPic{

}
.DocPic>div{

}
.DocPic>div img{
    width: 170px !important;
    margin:auto;
}
.DocCntnt{

}
.DocCntnt h4{
        font-size: 22px;
    text-transform: capitalize;
    margin-top: 10px;
    font-family: 'Playfair Display', serif;
}

.owl-prev{
    background-color: #00306B !important;
    float:left;
    width:40px;
    height:40px;
    border-radius: 50% !important;
}
.owl-next{
    background-color: #00306B !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: #ae185b;
    padding: 20px;
    border-radius: 11px;
    margin: 0 auto 20px;
    width: 250px;
    color: #fff;
    height: 300px;
}
.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;
}

.FixPopUp{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #070b10cc;
    z-index: 99999;
    transition:0.5s;
        overflow: auto;
}
.FixPopUp>div{
    width: 50%;
    background-color: #fff;
    padding: 25px;
    margin: 10% auto 10%;
}
.cstmList{
        list-style: none;
            padding-left: 20px;
}
.cstmList li{
    position:relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 18px;
}
.cstmList li::before{
    content:'\eed7';
    font-family:icofont;
        position: absolute;
    top: 2px;
    left: 0;
    color:#ae185b;
}
.hero-boxes-holder label.error{
    color: #fff;
    font-style: oblique;
}

@media(max-width:768px){
    .first-screen{
        background-image: initial !important;
        background-color: #ffeee6;
        padding-bottom: 0;
        padding-top: 130px;
    }
    .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: 20px;
    }
    .first-screen h4{
        font-size:25px;
    }
    .CstmtitleForm h4{
        font-size:21px;
    }
    #hero-6{
            padding-top: 40px;
    padding-bottom: 170px;
    background: #cecee8;
    }
    .FixPopUp>div{
        width:90%;
        overflow:auto;
    }
}
@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;
    }
    /* .ProcBox{
        height: 250px;
    } */
    .TripPlan {
        padding-bottom: 50px;
    }
}