﻿

body {
    margin: 0;
    padding: 0;
    background: #e0e0e1;
    
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    position: relative;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fluid-container {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1170px;
}

.wrapper {
    display: table;
    width: 100%;
}

.headings {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

.rightPanel {
    display: table-cell;
    vertical-align: top;
    padding-right: 0px;
}

#journey-wrapper {
    width: 96.5%;
    background: #fff;
    z-index: 2;
    display: none;
    padding-bottom: 16px;
    /*min-height:490px*/
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.journeyWrapper {
    display: table;
    float: left;
    width: 100%;
}

.journeyWrapper span#loader {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.journeyWrapper span#loader img {
    margin: 0 4px 0 0;
    display: inline-block;
    position: relative;
    top: 8px;
}

.clr {
    clear: both;
}

#middle-wrapper {
    margin: 0;
    padding: 26px 0;
    float: left;
    width: 100%;
}

.row-1 {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.row-2 {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.row-1 img {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    padding-right: 11px;
    border-right: 1px solid #e0e0e0;
}

.row-1 .col {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
}

.top-border {
    border-top: 1px solid #cccccc;
}

.greenText {
    color: #97bf27;
  
    font-size: 21px;
}

.row-1 .col i {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
    background: url('../images/sprite-Img.png') -7px -720px no-repeat;
    width: 14px;
    height: 22px;
    position: relative;
    top: 4px;
}

.row-2 .col {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
}

.row-2 .col dd:nth-child(1),
.row-2 .col dd:nth-child(2) {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
   
    font-size: 25px;
    width: 100%;
    text-align: center;
}

.row-2 .col dd:nth-child(2) {
    font-size: 12px;
    color: #424242;
}

.left-cell-2 h3 {
    float: left;
    width: 100%;
    
    font-size: 17px;
    font-weight: bold;
    margin: 31px 0 25px 0;
    padding: 0 0 13px 0;
}

.left-cell-2 ul li dd {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
    display: inline-block;
}

.left-cell-2 ul li dd:first-child {
    text-align: left;
}

.left-cell-2 ul li dd:last-child {
    text-align: right;
}


/*.left-cell-2 ul:nth-child(5) li {
    background: url('../images/sprite-Img.png') -7px -913px no-repeat !important;
    padding-left: 15px;
    font-style: normal;
}*/

.left-cell-2 ul:nth-child(5) li i {
    font-style: normal;
    background: url('../images/sprite-Img.png') -9px -859px no-repeat;
    display: inline-block;
    width: 13px;
    height: 19px;
    margin-top: -3px;
    float: left;
}

.left-cell-2 ul li {
    margin: 0 0 10px;
    padding: 0;
    float: left;
    width: 100%;
   
    font-size: 14px;
    font-weight: normal;
}

.left-cell-2 ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}

.left-cell-1,
.left-cell-2 {
    margin: 0;
    padding: 20px;
    float: left;
    width: 85%;
    /*
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #c3c1c2;
    */
}

.bookingform {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/*#footerSection {position:absolute;bottom:0;left:0;top:0;right:0;float:none;}*/


/**********Hide on Desktop**************/

.mob-show {
    display: none !important;
}

.desk-hide {
    display: block
}

.btnprev {
    display: none
}

#btnPolicyDownLoad {
    margin: 15px auto 15px!important;
    padding: 0 20px;
    width: auto;
    height: 42px;
    color: #fff;
   
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    border: 0;
    text-transform: uppercase;
    background: #9ac329;
    outline: 0;
    cursor: pointer;
    display: table;
}
