
* { outline: none !important; }
html,body {
    margin: 0 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    font-size:14px;
    padding-top:92px;
    -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}
textarea, input { -webkit-appearance: none; }
h1, h2, .d-innerpage-banner .h2{
    font-family: 'Merriweather', serif;
    font-weight:700;
    color: #000;
}
h3, h4 {
    font-family: 'Poppins', sans-serif;
    font-weight:700;
}
h1{ font-size:58px; }
h2, .h2 { font-size:40px }
h3, .h3, .hero-oneliner{ font-size:18px }
h4, .d-main-head a { font-size:16px }
h5, p, a { font-size:14px }
h6, .d-global-head a {
    font-size: 12px;
}
a, a:hover { color:#ffb81d; }
a.d-black, a.d-black:hover { color:#000; display: inline-block;}
input, textarea, .d-park-list {
    width: 100%;
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    font-size: 12px;
    padding: 15px;
    color:#666666;
    box-shadow: none !important;
    outline: none !important;
}
::-webkit-input-placeholder {
  color: #666666;
}
::-moz-placeholder {
  color: #666666;
}
:-ms-input-placeholder {
  color: #666666;
}
.hiddenMenu
{
    width: 100%;
    float: left;
    background-color: #ffb81c;
    color: #2b2b2b;
    font-weight: 500;
    display: none;
}
.hmenu
{
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}
.hmenu.active{
    background-color: #545b62;
    color: #fff;
}
.hmenu:nth-child(1)
{
    border-right: 1px solid #000000;
}
.d-ip-mfilter-container.d-grey-box .pb-4
{
    padding-bottom: 0px !important; 
}
.d-sr-head-container.mt-1.mb-4
{
    margin-top: 0px !important; 
}
.datepicker
{
    z-index: 1060 !important;
}
.getQuote
{
    background-image: linear-gradient(#848181, #696868, #292929);
    border-radius: 40px;
    padding: 6px 10px !important;
    margin-top: 10px !important;
    box-shadow: 0px 0px 2px #000000 !important;
    border: 1px solid #fff !important;
}
.sortOption .d-sort-wrap{width:100% !important;float:left;}
textarea::-webkit-input-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder {
    color: #999898;
}
button, a.d-primary-btn, a.d-sec-btn, input.d-sec-btn {
    cursor: pointer;
    background-color:  #ffb81d;
    color: #fff;
    border-radius: 4px;
    border:solid 1px #ffb81d;
    padding: 12px 30px;
    display: inline-block;
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    text-decoration: none !important;
    cursor: pointer;
    font-size: 15px;
}
button.fullwidth {
    width: 100%;
}
.d-sec-section button, .d-sec-section a.d-primary-btn, .d-sec-section a.d-sec-btn {
    padding: 12px 15px;
}
a.d-primary-btn:hover, a.d-sec-btn:hover {
    background-color:  #ff7f1d;
    color: #fff;
}
button:hover, a.d-sec-btn, input.d-sec-btn:hover {
    background-color:  #fff;
    color: #ffb81d;
        cursor: pointer;
}
button:hover, a.d-sec-btn, input.d-sec-btn:hover, .d-req-quote-btn a.d-primary-btn:hover {
    background-color:  #fff;
    color: #ffb81d;
    cursor: pointer;
}
.footer-fixd footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.d-rate {
    cursor: pointer;
}
.d-responsive-img img {
    object-fit: cover!important;
    max-width: 100%;
    display: block;
    height: auto;
}
.d-section-with-heading {
    padding-top: 70px;
}
.d-box-shadow {
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.1);
}
.d-yellow-underline {
    background-image: linear-gradient(180deg, transparent 78%, #ffb81d 0);
    background-size: 176px;
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline-block;
    background-position: 7px -5px;
}
.d-header {
    background: #fff;
    position: fixed;
    z-index: 11;
    float:left;
    width:100%;
    top:0px;
}
.fixMenu{
    width:100%;
    height:92px;
    float: left;
}
.d-header.sticky {
    z-index: 99;
}
.d-header.sticky {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.d-header.offset {
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.d-header.scrolling {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0px,0);
    -moz-transform: translate3d(0,0px,0);
    -ms-transform: translate3d(0,0px,0);
    -o-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}
.d-global-head {
    background:#000;
    padding: 6px 0px;
}
.d-global-head a, .d-main-head a {
    color: #fff;
    margin: 0 15px;
}
.d-menu-txt-wrap a:first-child {
    margin-left: 0px;
}
.d-menu-txt-wrap a:last-child {
    margin-right: 0px;
}
.quotes{
    background-image: url(/assets/img/abstract.jpg);
    padding: 3em 2em;
    background-size: cover;
    color: #fff;
    width: 100%;
    float: left;
    background-position: center;
    border: 15px solid #060606;
    box-shadow: inset 0px 0px 5px 6px #383838;
}
.quotes .fa-quote-left{
    font-size: 30px;
    margin-top: 0px;
    float: left;
    margin-right: 10px;
    width: 5%;
}
.quotes p{
    font-size: 18px;
    float: left;
    width: 90%;
    text-align: justify;
}
.quotes .fa-quote-right{
    font-size: 30px;
    margin-top: -30px;
    float: right;
    margin-right: 0px;
    width: 5%;
    text-align: right;
}
.d-menu-txt-wrap .d-loc-txt {
    background: url('../img/glo-down-dd.png') center right no-repeat;
    background-size: 6px 4px;
    font-size: 12px;
    color: #fff;
    padding-right: 20px;
    cursor: pointer;
}
.d-loc-search-container .d-loc-list {
    position: absolute;
    color: #000;
  width: calC(100% - 30px);
  background: #fff;
  z-index: 99999;
    padding: 15px 20px 12px;
    margin-top: 7px;
    display: none;
}
.d-loc-search-container .d-loc-list a {
    cursor: pointer;
    display: inline-block;
    margin: 4px 0px;
    font-size: 13px;
}
.navbar
{
    margin-bottom: 0px !important;
}
.navbar:before
{
    content: none;
}
.navbar .container:before
{
    content: none;
}
.navbar:after
{
    content: none;
}
.navbar .container:after
{
    content: none;
}
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.88);
}
.navbar-dark .navbar-toggler {
    background: none !important;
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.69);
}
.navbar-toggler {
    border: 2px solid #fff;
    font-size: 1rem;
}
.d-main-head {
    background:#ffb81c;
    padding: 10px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px;
    margin-right: .9rem;
    margin-left: .9rem;
}
.navbar-dark .navbar-nav .nav-link, .d-global-head a, footer a {
    text-decoration: none !important;
    position: relative;
    display: inline-block;
}
.navbar-dark .navbar-nav .nav-link:before, .d-global-head a:before, footer a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.d-global-head a:before, footer a:before {
    bottom: -2px;
}
footer a:before {
    background-color: #ffb81d;
}
footer .d-other-links a:before {
    background-color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active:before, .navbar-dark .navbar-nav .nav-link:hover:before, .navbar-dark .navbar-nav .nav-item.active .nav-link:before, .d-global-head a:hover:before, footer a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    background-color: #ff000000;
    opacity: 1;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee0;
}
.navbar-dark .navbar-nav .nav-link.active {
    font-weight: 500;
}
.nav-item a:hover ul{
    display: block;
}
.nav-item.dropdown a{
    padding:0px;
}
.customSubmenu{
    padding:2px 8px !important;
    width:100%;
    color:#000 !important;
    float: left;
}
.subSub{
    border-radius: 0px !important;
}
.dropdown-menu.show{
    border-radius: 0px !important;
}
.dropdown-toggle::after {
    float: right;
    margin-top: 7px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    margin-top: -62px;
    position: absolute;
    margin-left: 145px;
    width: 200px;
}
.d-mm-search {
    background: url('../img/search-ico.png') center left no-repeat;
    background-size: 12px 12px;
    padding: 0 0 0 15px;
    border: 0 none;
    width:15px;
    margin-right: 12px;
    cursor: pointer;
    color: #000;
}
.d-mm-search, .d-mm-search::-webkit-input-placeholder {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.d-mm-search::-webkit-input-placeholder {
  color: #000;
}
.d-mm-search::-moz-placeholder {
    color: #000;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.d-mm-search:-ms-input-placeholder {
    color: #000;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.d-mm-search:focus {
    width: 120px;
    color: #666;
}
.d-mm-search:focus::-webkit-input-placeholder {
  color: #666;
}
.d-mm-search:focus::-moz-placeholder {
  color: #666;
}
.d-mm-search:focus:-ms-input-placeholder {
  color: #666;
}
.d-home-carousel img {
    min-height: 320px;
    max-height: 600px;
    object-fit: cover;
}
.d-home-carousel, .d-usp-container {
    position: relative;
}
.d-home-carousel {
    overflow-x: hidden;
}
.carousel-caption h2{
    font-size: 28px !important;
    line-height: 40px !important;
 }
.d-home-carousel .d-img-credit p {
    position: absolute;
    bottom: 80px;
    font-size: 12px;
}
.d-usp-container .carousel-caption {
    bottom: 14em;
    right: 0px;
    left: 0px;
    text-align: left;
    padding: 0px;
}
.d-home-search-container {
    margin-top: -76px;
}
.d-home-search-container .row{
    margin-right: 0px;
    margin-left: 0px;
}
.d-home-search-container .d-search-wrap {
    padding: 20px 0px;
    background: #fff;
    border-bottom: solid 4px #ffb81d;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.28);
    border-radius: 4px;
}
.d-home-search-container .d-cus-dd select {
    padding: 15px;
    background-position: right 15px center;
}
.d-home-search-container .d-cus-dd button {
    padding: 13px;
    width: 100%;
}
/* Developer Name : SUBRAMANIAN */
.accessQuick .col-md-3{padding:7px !important;}
 .quickAccess {
        border: 1px solid #e4e4e4;
        padding: 0px;
        border-radius: 5px;
        height: 265px;
        background-color: #fff;
        box-shadow: 2px 2px 2px #ececec;
        padding-top: 0px;
        margin-bottom:20px;
    }
   .quickAccess:hover {
        background-color: #fec10000;
        cursor: pointer;
        box-shadow: 0px 0px 6px #9c9c9c;
    }
   .quickAccess img {
        height: 185px;
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom: 1px solid #d8d6d6;
    }
    .quickAccess h4{
      font-weight: 500;
      padding:10px;
    }
.pd20{
    padding-top:20px !important;
}
.pd30{
    padding-top:30px !important;
}
.d-search-wrap .d-going, .d-search-wrap  .d-people-no {
    padding-right: 0px;
}
.d-search-wrap  .d-people-no {
    padding-left: 0px;
}
.d-search-wrap .d-going input, .d-search-wrap .d-checkin input {
    padding-left: 45px;
    background-size: 17px 16px !important;
    background-position: 15px !important;
    border-radius: 4px;
}
.d-search-wrap .d-going input {
    background: url('../img/going-ico.png') top left no-repeat;
}
.d-search-wrap .d-checkin input {
    background: url('../img/checkin-ico.png') top left no-repeat;
}
.d-search-wrap .d-people-no select, .d-search-wrap .d-type select {
    background: #fff url('../img/dd-arrow-ico.png') center right no-repeat;
    background-size: 6.5px 9px;
    background-position-x: 95%;
    width: 32%;
    padding: 0 0 0 5px;
    border:none;
    font-size: 12px;
    color: #666666;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
.d-search-wrap .d-type select {
    color: #666666;
}
.d-search-wrap .d-people-no select.d-infant-sel {
    width: 30%;
}
.d-search-wrap .d-people-no .d-inp-wrap {
    background: url('../img/adults-ico.png') top left no-repeat;
    padding: 13px 0px 13px 25px;
    background-size: 13px 16px;
    background-position: 10px 15px;
    border: solid 1px #dcdcdc;
    border-radius: 4px;
}
.d-search-wrap .d-type .d-inp-wrap {
    padding: 13px 5px 13px 5px;
    border: solid 1px #dcdcdc;
    border-radius: 4px;
    width: 45%;
    float: left;
}
.d-search-wrap .d-type select {
    border:none;
    font-size: 12px;
    width: 100%;
}
.d-search-wrap .d-type button{
    padding: 13px 15px;
    margin-left: 15px;
}
.d-search-wrap .d-child-dd option[value=""][disabled] {
    display: none;
}
.d-carosal-indicators-wrap {
    padding-right: 0px;
}
.d-carosal-indicators-wrap .carousel-indicators {
    margin-right: 0;
    margin-left: 0;
    bottom: 0px;
}
.d-carosal-indicators-wrap .carousel-indicators .d-thumb {
    margin-left: 5px;
    overflow: hidden;
    position: relative;
}
.d-carosal-indicators-wrap img {
    object-fit: cover;
}
.d-carosal-indicators-wrap .carousel-indicators .d-nav-btn {
    position: absolute;
    top: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
}
.d-carosal-indicators-wrap .carousel-indicators .d-nav-btn:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.d-tile-info-container {
    position: relative;
    padding: 15px;
    color: #999999;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
        flex: 1;
}
.d-tile-info-container span {
    font-size: 13px;
    color: #999999;
}
.d-tile-info-container h3 {
    color: #000;
}
.d-tile-info-container a:hover h3 {
    color: #ffb81d;
}
.d-tile-container {
    display: flex;
  flex-direction: column;
}
.d-tile-container .img-fluid, .d-themebased-container .img-fluid {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.d-tile-container .d-hide-overflow, .d-themebased-container .d-hide-overflow {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.d-showmore-link:hover, .d-tile-info-container a:hover {
    text-decoration: none;
}
.d-showmore-link img{
    transition: all 0.3s ease-in-out 0s;
}
.d-showmore-link:hover img {
    transform: translate3d(.7rem, 0, 0);
}
.d-global-trail-container {
    background: url('../img/map-bg.jpg') center center no-repeat;
    background-size: contain;
    padding-bottom: 70px;
}
.d-global-trail-container+.d-section-with-heading {
    padding-top: 0px;
}
.d-themebased-container .img-fluid {
    height: 400px;
}
.d-theme-title-container, .d-fixed-title-container {
    position: relative;
}
.d-hide-overflow {
    overflow: hidden;
}
.d-trip-img {
    background-image: url('../img/forest_1.png');
    background-position: center center !important;
    background-size: cover !important;
}
a img.img-fluid, a.d-scalein img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.d-tile-container a:hover {
    text-decoration: none;
}
.d-tile-container a:hover img.img-fluid {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
a.d-scalein:hover img {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.d-tile-container .d-heading {
    position: absolute;
    top: 0px;
    color: #fff;
    padding: 15px;
    background: linear-gradient(#000000d6, #00000000);
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.d-tile-container .d-heading h3 {
    font-family: 'Merriweather', serif;
    font-size: 22px;
}
.d-fixed-title-container .d-heading h3, .d-tile-container.col-md-4 .d-heading h3 {
    font-size: 16px;
}
.d-available-seats {
    background-color:  #ffb81d;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px 15px;
    border-top-left-radius: 4px;
}
.col-md-4 .d-available-seats {
    padding: 8px 12px;
}
.d-contact-ico-container {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
    text-align: right;
    display: none;
}
.d-contact-ico-container a {
    display: inline-block;
    float: none;
    width: 100%;
    margin-bottom: 5px;
}
.d-theme-title-container:hover .d-contact-ico-container {
    display: block;
}
.d-contact-ico-container a:first-child {
    display: none;
}
.d-join-container {
    padding-top: 15px;
}
.d-join-container img.d-fea-ico {
    margin-top: -22px;
}
.d-join-container h3 {
    font-size: 30px;
    font-family: 'Merriweather', serif;
}
.d-join-container p {
    font-size: 16px;
}
.d-grey-box {
    background-color: #f9f9f9;
}
.d-join-container .d-grey-box {
    padding: 0px 30px 50px 30px;
}
.d-support-container {
    margin: 40px 0px;
}
.d-support-container .d-box-shadow {
    padding: 30px 30px 15px 30px;
}
footer {
    background: #000;
    padding: 40px 0px;
    color: #fff;
        margin-top: 40px;
}
footer hr {
    border-bottom: solid 1px #313131;
}
footer p {
    margin-bottom: 0px;
}
footer .d-other-links a {
    color: #fff;
}

.d-innerpage-banner {
    background-position: center center !important;
    background-size: cover !important;
}
.d-innerpage-banner p, .d-innerpage-banner .h2{
    color: #fff;
}
.d-innerpage-banner p{
    margin-bottom: 0px;
}
.d-triplist-banner {
    background-image: url('../img/trip-listing-bg.jpg');
}
.d-parklist-banner {
    background-image: url('../img/park-listing-bg.jpg');
}
.d-sightingslist-banner {
    background-image: url('../img/sightings-listing-bg.jpg');
}
.d-resortlist-banner {
    background-image: url('../img/resort-listing-bg.jpg');
}
.d-cus-dd {
    position: relative;
    vertical-align: middle;
}
.d-cus-dd select {
    width: 100%;
    padding: 12px 15px;
    border: solid 1px #ddd8d8;
    border-radius: 4px;
    font-size: 12px;
    color: #666666;
    height:50px;
    /*background: url(../img/dd-arrow-ico.png) center right no-repeat;*/
    background-position-x: 90%;
    background-size: 6.5px 9px;
    -webkit-appearance: button;
}
.sortOption .d-cus-dd select, .filterOption .d-cus-dd select{
    height:40px;
}
.d-sr-head-container .d-sort-wrap {
    width: 200px;
    float: right;
}
.d-sr-head-container .d-sr-txt p {
    font-size: 30px;
    margin-bottom: 0px;
}
.d-sr-head-container .d-sr-txt p b {
    font-weight: 700;
    text-transform: capitalize;
}
.d-sr-head-container .d-sr-txt span {
    background: url(../img/rupee-txt-ico.png) center left no-repeat;
    background-size: 10px 14px;
    padding-left: 12px;
}
.d-sr-head-container .d-sr-txt .hero-oneliner {
    color: #666666;
}
.d-book-cta-container {
    padding: 3em;
    background: url(../img/sightings4.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.d-book-cta-container:hover {
    box-shadow: 4px 4px 2px #000;
}
.d-book-cta-container .h2{
    font-size: 30px !important;
    margin-bottom: 15px;
}
.d-sightings-container .d-tile-info-container {
    position: relative;
    padding-bottom: 6px;
}
.d-sightings-container .d-tile-info-container h4 {
    margin-bottom: 0px;
    width: 80%;
    color: #000000;
}
.d-sightings-container .d-tile-info-container a:hover h4 {
    color: #ffb81d;
}
.d-tile-info-container .d-chance-wrap {
    color:  #999999;
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
}
.d-sightings-container .d-tile-info-container .d-chance-wrap span {
    color: #000;
    font-size: 22px;
    line-height: 1;
}
.d-sightings-container .d-tile-info-container .d-loc-ico {
    background: url(../img/geo-loc-ico.png) center left no-repeat;
    background-size: 13px 15px;
    padding-left: 17px;
}
.d-sightings-container .d-tile-info-container .d-tiplink-wrap {
    border-top: solid 1px #d4d4d4;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    margin-top: 5px;
    padding-top: 3px;
    color: #ffb81d;
}
.d-sightings-container .d-tile-info-container .d-tiplink-wrap a {
    text-decoration: underline;
    color: #ffb81d;
    font-size: 12px;
}
.d-trip-brief-wrap {
    padding: 1.4em;
    height: 100%;
    position: relative;
    min-height: 300px;
}
.d-trip-brief-wrap h1 {
    font-size: 22px;
    margin-bottom: 0px;
}
.d-trip-brief-wrap .d-tags span, .d-trip-book-container .d-tags span {
  background-color:  #d7d6d6;
  padding: 3px 12px;
  font-size: 12px;
  border-radius: 15px;
  margin-right: 2px;
  margin-top: 8px;
  display: inline-block;
}
.d-trip-brief-wrap .d-trip-brief-txt span {
  font-size: 16px;
  font-weight: 500;
}
.d-trip-brief-wrap .d-trip-brief-txt span.d-betime-txt {

}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
}
.ui-menu-item{
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #ffb81d21;
    background: #ffb81d7a;
    font-weight: normal;
    color: #443c3c;
}
.clearSearch
{
    float: right;
    margin-top: -35px;
    margin-right: 10px;
    color: #868686;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    text-shadow: none;
}
.clearSearch.inactive
{
    opacity: 0.3;
    cursor: not-allowed;
}
.d-trip-det-img img, .d-detail-page-img img {
    object-fit: cover;
}
.d-trip-brief-txt {
    position: absolute;
    bottom: 15px;
}
.d-trip-det-img .d-gallery-btn {
    right: 30px;
}
.d-sec-section {
    padding: 0px 30px 20px 30px;
    background: #fff;
    border-bottom: solid 4px #ffb81d;
    border-radius: 4px;
}
.d-sec-section a {
    width: 100%;
    text-align: center;
}
.d-det-rating-wrap {
    text-align: center;
    font-size: 16px;
}
.d-trip-details-container p{
    margin-bottom: 0px;
}
.d-trip-details-container a {
    text-decoration: underline;
}
.d-det-rating-wrap {
    padding: 30px;
}
.d-weather-wrap { display: flex; flex-direction: column; }
.d-weather-wrap .d-box-shadow {
    color: #999999;
    position: relative;
    padding: 15px 15px 8px;
    border-radius: 4px;
        flex:1;
}
.d-weather-wrap .d-day {
    font-size: 13px;
}
.d-weather-wrap .d-temp {
    font-weight: 700;
    font-size: 15px;
    color: #000;
}
.d-weather-wrap .d-cloud-type {
    font-size: 11px;
    top: -5px;
    display: inherit;
    position: relative;
}
.d-weather-wrap img {
    position: absolute;
    top: 15px;
    right: 15px;
}
.d-trip-details-container b {
    font-weight: 700;
}
.d-trip-details-container h2 {
    font-size: 20px;
}
.d-trip-details-container h3 {
    font-family: 'Merriweather', serif;
    font-size: 18px;
}
.d-user-reviews .d-user-review {
    position: relative;
    margin-top: 30px;
}
.d-user-reviews .d-user-review :first-child{
    margin-top: 0px;
}
.d-user-review .d-user-avatar-wrap {
    display: inline-block;
    clear: both;
    position: absolute;
    top: 0px;
    right: 0px;
}
.d-user-review .d-user-img {
    overflow:hidden;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    float: left;
}
.d-user-review .d-user-name {
    float: right;
}
.d-sight-index-table {
    width: 90%;
}
.d-sight-index-table th, .d-sight-index-table td {
    border-right: solid 1px #cbcbcb;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.d-sight-index-table tr th:first-child, .d-sight-index-table tr td:first-child {
    padding-left: 0px;
}
.d-sight-index-table th:last-child, .d-sight-index-table td:last-child {
    border-right: none;
}
.d-sight-index-table tr {
    border-bottom: solid 1px #cbcbcb;
}
.d-sight-index-table tr:last-child {
    border-bottom: none;
}
.d-trip-details-container ol {
    padding-left: 15px;
}
.d-featured-wrap .d-box-shadow {
    padding: 20px;
}
.d-trip-details-container img.d-fea-ico {
    margin-top: -62px;
}
.d-trip-details-container .d-featured-wrap .d-box-shadow {
    margin-top: 40px;
}
.d-trip-details-container .d-featured-wrap .d-primary-btn {
    width: 70%;
    text-align: center;
    text-decoration: none;
}

.d-trip-details-container .carousel-inner .carousel-item .d-box-shadow {
    margin: 15px 0px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
}
.d-trip-details-container .carousel-inner .carousel-item .d-box-shadow .d-fea-ico {
    margin-top: -47px;
}
.d-trip-details-container .carousel-inner .row {
    margin-left: 0px;
    margin-right: 0px;
}

.carousel-control-next, .carousel-control-prev {
    width: 35px;
    opacity: 1;
}
.d-trip-details-container .carousel-control-prev {
    left: -5px;
}
.d-trip-details-container .carousel-control-next {
    right: -5px;
}
.d-trip-details-container .d-featured-wrap .carousel-control-prev {
    left: -35px;
}
.d-trip-details-container .d-featured-wrap .carousel-control-next {
    right: -35px;
}
.d-trip-details-container .carousel-control-next .carousel-control-next-icon {
    background: #efefef url('../img/carousel-next-ico.png') center center no-repeat;
    width: 33px;
    height: 33px;
    background-size: contain;
    border-radius: 50%;

}
.d-trip-details-container .carousel-control-prev .carousel-control-prev-icon {
    background: #efefef url('../img/carousel-previous-ico.png') center center no-repeat;
    width: 33px;
    height: 33px;
    background-size: contain;
    border-radius: 50%;
}
.d-trip-details-container .d-article-expand-btn {
    display: inline-block;
    position: relative;
}
.d-trip-details-container article {
    height: 85px;
    overflow-y: hidden;
    transition: height 0.4s linear;
}
.d-trip-details-container article.expand {
    height: auto;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.d-trip-details-container article.expand+.d-article-expand-btn {
    position: relative;
}
.d-trip-details-container article h2, .d-trip-details-container article h3, .d-trip-details-container article h4, .d-trip-details-container article p+p {
    margin-top: 1em;
}
.d-resort-brief-head-wrap {
    position: absolute;
    bottom: 15px;
    left: 30px;
    max-width: 30%;
}
.d-resort-brief-head-wrap, .d-resort-brief-head-wrap h1 {
    color: #fff;
}
.d-resort-brief-head-wrap h1 {
    font-size: 22px;
}
.d-resort-brief-head-wrap .d-tags {
    background-color: #3b82b2;
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 15px;
    margin-right: 10px;
    color: #fff;
}
.d-resort-brief-head-wrap .hero-oneliner {
    font-size: 16px;
}
.d-resort-com-wrap {
    text-align: right;
}
.d-resort-com-wrap a {
    display: inline-block;
    width: auto;
    margin-top: 7%;
    margin-left: 15px;
}
.d-resort-review-wrap a.d-primary-btn {
    position: absolute;
}
.d-detail-page-img {
    position: relative;
}
.d-gallery-btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    padding: 10px 15px;
    background: rgba(0,0,0,0.60);
    border-radius: 4px;
    cursor: pointer;
}
.d-gallery-modal .close {
    background: #fff;
    position: absolute;
    z-index: 9999;
    right: 0px;
    top: 0px;
    font-size: 30px;
    padding: 3px 10px;
}
.d-gallery-modal img {
    border-radius: 0px !important;
    object-fit: cover;
    min-height: 500px;
}
.d-gallery-modal .modal-dialog {
    max-width: 800px;
}
.d-trip-details-container .d-box-shadow {
    padding: 18px;
    position: relative;
}
.d-trip-details-container ul {
    padding-left: 17px;
    list-style-image: url('../img/dot-yellow-ico.png');
}
.d-trip-details-container ul.list-unstyled {
    padding-left: 0px;
}
.d-safari-loc-ico {
    position: absolute;
    right: 15px;
}
.d-safari-gate-details .d-detailed-data, .d-user-reviews .d-detailed-data {
    transition: all 0.4s linear;
    height: 0px;
    overflow: hidden;
    position: relative;
}
.d-safari-gate-details .d-detailed-data.expand, .d-user-reviews .d-detailed-data.expand {
    height: auto;
}
.d-safari-gate-details h3 {
    margin-bottom: 0px;
}
.d-safari-gate-details span.d-loc, .d-box-shadow .d-day {
    font-size: 13px;
    color: #888;
}
.d-species-ico-wrap {
    width: 100%;
    float: none;
    display: inline-block;
}
.d-species-ico {
    max-width: 100px;
    float: left;
    margin-right: 15px;
}
.d-species-ico img {
    margin-top: 0px !important;
}
.d-booking-container h2 {
    font-size: 30px;
}
.d-booking-container h3, .d-write-cta-wrap h3 {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    margin-bottom: 2px;
}
.d-booking-container .d-people-no {
    padding-left: 15px;
}
.custom-control-input:focus~.custom-control-label::before {
      box-shadow: none;
}
.d-booking-container .custom-control-label::before, .custom-checkbox .custom-control-label::before {
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
}
.d-booking-container .custom-control-label::before, .d-booking-container .custom-control-label::after {
    top: 0.10rem;
    outline: none !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #f5b847;
}
.d-booking-container input[type=text], .d-booking-container input[type=email] {
        padding-right: 0px;
        padding-left: 36px;
        background-position: 8px !important;
        border-radius: 4px;
        cursor: pointer;
}
.d-booking-container input[type=text]:read-only{
    background-color: #fff;
    cursor: pointer;
}
.d-booking-container input[type=text]:disabled {
    background-color: #f7f7f7;
    cursor: pointer;
}

.d-booking-container input[type=text].d-startpicker {
    background-color: #fff;
    cursor: pointer;
}
.d-booking-container .d-guestname input {
    background: url(../img/adults-ico.png) top left no-repeat;
    background-size: 13px 16px;
}
.d-booking-container .d-email input {
    background: url(../img/email-ico.png) top left no-repeat;
    background-size: 18px 16px;
}
.d-booking-container .d-mobile input {
    background: url(../img/mobile-ico.png) top left no-repeat;
    background-size: 11.5px 22px;
}
.d-booking-container .d-whatsapp input {
    background: url(../img/whatsapp-ico.png) top left no-repeat;
    background-size: 17px 17px;
}
.d-booking-container .d-guestname, .d-booking-container .d-mobile {
    padding-right: 0px;
}
.d-payment-type-wrap .custom-control {
    display: inline-block;
    float: left;
    padding-right: 35px;
    font-size: 12px;
}
.d-payment-type-wrap p, .d-trip-book-container .hero-oneliner {
    color: #999898;
    font-size: 12px;
}
.d-payment-type-wrap .w-block {
    clear: both;
}
.d-booking-container .custom-radio .custom-control-label::before, .d-booking-container .custom-radio .custom-control-input:checked~.custom-control-label::before {
    border: solid 1px #f5b847;
}
.d-booking-container .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #f5b847;
}
.d-cancellation-wrap p {
    margin-bottom: .4rem;
}
.d-trip-book-container {
    position: relative;
    padding: 20px 20px 5px 20px;
    border-radius: 4px;
}
.d-trip-book-container h3 {
    font-size: 18px;
}
.d-trip-book-container .d-trip-book-thumb {
    overflow: hidden;
}
.d-trip-book-container .d-trip-book-thumb img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 140px;
}
.d-trip-book-container .hero-oneliner {
    line-height: 13px;
    vertical-align: bottom;
}
.d-trip-book-container .d-tags span {
    color: #999999;
    background-color: #f1f1f1;
    border-radius: 5px;
}
.d-trip-book-container .d-trip-book-thumb-wrap {
    padding-left: 0px;
}
.d-trip-book-container .d-trip-book-brief {
    background: #fafafa;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 5px;
}
.d-trip-book-container .d-trip-book-row {
    border-bottom: solid 1px #f1f1f1;
    margin-right: -20px;
    margin-left: -20px;
    padding: 10px 5px;
}
.d-trip-book-container .d-trip-book-row:last-child {
    border-bottom: none;
}
.d-trip-book-container .d-trip-book-row b {
    font-weight: 700;
}
a.d-primary-btn.d-mobile-pay-btn {
    display: none;
}
.d-book-your-trip-wrap {
    overflow-x: hidden;
}
.d-reviewlist-container h1 {
    font-size: 30px;
}
.d-reviewlist-container .d-review-place-head {
    color:  #999999;
}
.d-write-cta-wrap .d-grey-box {
    padding: 0px 20px 20px;
    border-radius: 4px;
}
.d-write-cta-wrap .d-grey-box .d-fea-ico {
    margin-top: -25px;
}
.d-write-cta-wrap a.d-primary-btn {
    width: 100%;
}
.d-write-cta-wrap .d-total-score {
    color:  #ffb81d;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0px;
}
.d-user-reviews-container {
    font-size: 12px;
    color:  #999999;
}
.d-user-reviews-container .media {
    padding-bottom: 15px;
    border-bottom: solid 1px #efefef;
    padding-top: 15px;
}
.d-user-reviews-container .media:first-child {
    padding-top: 0px;
}
.d-user-reviews-container .media:last-child {
    border-bottom: none;
}
.d-user-reviews-container .d-rew-name, .d-user-reviews-container .media-body span {
    font-size: 16px;
    font-weight: 700;
    vertical-align: text-top;
}
.d-user-reviews-container .d-rew-name, .d-user-reviews-container p , .d-user-reviews-container .media-body span{
    color: #000;
}
.d-user-reviews-container .media-body .d-rating-wrap {
    display: inline-block;
    margin-top: -3px;
    margin-left: 5px;
}
.d-reviewlist-container .d-more-offer-container .d-grey-box {
    padding: 20px;
}
.d-reviewlist-container .d-trip-cta-wrap {
    text-align: right;
}
.d-compose-review-container h3, .d-compose-review-container h4 {
    font-family: 'Merriweather', serif;
}
.d-compose-review-container h3 {
    line-height: 1.5em;
}
.d-compose-review-container {
    font-size: 14px;
}
.d-compose-review-container span {
    color: #666666;
    font-size: 12px;
    float: right;
}
.d-compose-review-container .custom-checkbox {
    padding-right: 30%;
}
.d-reviewlist-container {
    overflow-x: hidden;
}
.d-login-container {
    background: linear-gradient(90deg, #ffffff 60%, #fafafa 0%);
}
.d-login-container .container {
    background: linear-gradient(90deg, #ffffff 33.33%, #fafafa 0%);
    height: 100%;
}
.d-login-cta-container {
    margin-left: 15px;
}
.d-login-container h1 {
    font-size: 40px;
}
.d-login-container .custom-control-label::before {
    background-color: #ffffff;
    border: solid 1px #dee2e6;
}
.d-login-container .d-social-btn {
    color: #fff;
    padding-left: 40px;
    margin-top: 15px;
    position: relative;
    z-index: 9;
}
.d-login-container .d-social-btn:hover {
    background-color: transparent;
}
.d-login-container .d-fb-btn {
    background: url('../img/fb-ico.png') 15px no-repeat;
    background-size: 8px 16px !important;
    border: solid 1px #3c61c4;
    background-color:  #3c61c4;
}
.d-login-container .d-fb-btn:hover {
    background: url('../img/fb-dark-ico.png') 15px no-repeat;
    color: #3c61c4;
}
.d-login-container .d-google-btn {
    background: url('../img/gp-ico.png') 15px no-repeat;
    background-size: 15px 16px !important;
    border: solid 1px #cd3b32;
    background-color:  #cd3b32;
}
.d-login-container .d-google-btn:hover {
    background: url('../img/gp-dark-ico.png') 15px no-repeat;
    color: #cd3b32;
}
.d-login-fea-container, .d-login-cta-container {
    margin-top: 8%;
    margin-bottom: 6%;
    position: relative;
    z-index: 9;
}
.vt-top {
    display: inline-block;
    vertical-align: top;
}
.d-tes-container {
    padding-bottom: 60px;
}
.d-tes-wrap {
    margin-top: 80px;
}
.d-tes-first-wrap {
    margin-top: 20px;
}
.d-tes-item {
    padding: 40px 60px 0px;
}
.d-tes-item .d-tes-quote {
    position: absolute;
    left: 15px;
    top: 15px;
}
.d-tes-item .d-tes-user, .d-tes-cont-container .h3 {
    font-weight: 600;
    font-family: 'Merriweather', serif;
}
.d-tes-item .d-tes-user {
    margin-bottom: -40px;
}
.d-tes-item .d-tes-profile-img {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 45px;
}
.d-tes-item .d-tes-profile-img img {
    object-fit: cover;
}
.d-mob-qoute-btn, .d-review-err, .d-booking-err {
    display: none;
}
.d-booking-err.d-mob {
    display: none !important;
}
.custom-control.custom-checkbox {
    display:inline-block;
}
.d-company-logo.d-mob {
    display: none;
}

.d-park-list {
   height : 50px;
   background:transparent;
}
/* Developer Name : Subramanian */
.rp-label{
    width:100%;
    float: left;
    margin-left: 15px;
}
.hide{
    display: none
}
.form-control{
    font-size:14px;
    height:40px !important;
}
#roomList{
    width:100% ;
    float: left;
}
.room {
    width: 100%;
    float: left;
    border: 1px dashed #ddd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px !important;
}
.room h5{font-size:16px !important;font-weight:500;margin-top:10px;}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}




.new {
  padding: 50px;
}

.checkbox-group {
  display: block;
}

.checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-group label {
  position: relative;
  cursor: pointer;
  margin-top:8px;
}

.checkbox-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1.5px solid #a7a7a7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
}

.checkbox-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #6b6b6b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.safari
{
    border: 1px dashed #ddd;
    margin: 0px;
    padding: 10px 0px;
    border-radius: 5px;
    background-color: #f7f7f7;
}
.safari h3
{
    font-size: 15px !important;
    border-bottom: 1px solid #ddd !important;
    background-color: #ffb81d !important;
    padding: 8px 10px !important;
    color: #fff !important;
}
.brsmall{
    width: 100%;
    float: left;
    margin-top: 5px;
    color: #909090;
}
.liveUpdate
{
    width: 350px;
    position: fixed;
    bottom: 0px;
    right:0px; 
    z-index: 999;
    box-shadow: 0px 0px 5px #000;
}
.liveTabs{
    background-color: #000;
    width: 32%;
    float: right;
    border: 1px solid #fff;
    bottom: 0px;
    margin-top: -3px;
}
.liveTabs ul{
    margin-bottom: 0px;
}
.liveTabs li{
    float: left;
    padding: 1px 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;

}
.liveTabs li.active{
    background-color: #ff9800;
}
.liveComments{
    width: 100%;
    background-color: #f3f3f3;
    padding: 0px;
    height: 0px;
    overflow: scroll;
}
.liveComments li{
    margin-bottom: 8px;
    border: 1px solid #efeeee;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 1px #cecece;
    width:100%;
    float:left;
}
.liveComments p{
    font-size: 12px;
    margin-bottom: 0px;
    margin-top:0px;
}
.comments a{font-size:13px;}
.livDate{
    color: #545454;
    width: 36%;
    float: right;
    margin-top: 5px;
    text-align: right;
    font-family: arial;
    font-weight: 600;
    letter-spacing: 0px;
}
.livExpand{
    width: 50px;
    height: 23px;
    padding: 3px;
    float: right;
    margin-top: -23px;
    background-color: #ffb81d;
    text-align: center;
    box-shadow: -1px -1px 1px #0000005e;
    border-bottom: 1px solid #777;
    padding-top: 0px;
}
.livTitle{
    color:#000;
    margin-bottom: 7px;
    margin-left: 2px;
}
#html5-watermark{display:none !important;}
.liveImages{
    width:100%;
    float: left;
    border: 1px solid #eaeaea;
    float: left;
    padding-right: 0px;
    padding: 5px 0px 5px 5px !important;
    border-radius: 5px;
}
.livSingle{
    width:98%;
    float: left;
}
.livMultiple{
    width: 49%;
    float: left;
    border: 2px solid #fff;
    height: 120px;
}
.livPlay{
    width: 100%;
    float: left;
    margin: auto;
    text-align: center;
    margin-top: -20px;
}
.livPlay i{
    vertical-align: top;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-top: -170px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    padding-top: 8px;
    padding-left: 8px;
    color:#fff;
}
.commentPost{
    width:100%;
    float: left;
    background-color:#000;
    color:#fff;
    padding: 5px 8px;
    display:block;
}
.showError{border:1px solid red;}
.commentPost textarea{
    width: 100%;
    float: left;
    height: 60px !important;
    margin-bottom: 10px;
}
.commentPost i{
    width: 40px;
    height: 40px;
    font-size: 28px;
    text-align: center;
    margin-top: -55px;
    float: right;
    right: 0px;
    cursor:pointer;
}
.whatsapp{
    position: fixed;
    top: 40px;
    right: 10px;
    z-index: 12;
    box-shadow: 0px 0px 1px #000;
    border-radius: 50%;
    background-color: #fff;
}
.liveButton{
    width: 350px;
    bottom: 0px;
    right: 0px;
    background-color: #ffb81d;
    padding: 8px;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}
.commonTab
{
    display: block;
}
.commonTab.show {
    display: block;
}

/* Only for Safari */
@media not all and (min-resolution:.001dpcm) { @media {
    .d-yellow-underline {
        background-image: linear-gradient(180deg, transparent 50%, #ffb81d 0);
        background-position: 0 85%;
    }
}}

@media(max-width: 575px) {
    h1 {
        font-size: 30px !important;
    }
    h3, .h3 {
        font-size: 16px !important;
    }
    .hiddenMenu{
        display: block;
    }
    .filterOption{display: none;border-bottom: 1px solid #e5e5e6;padding-bottom: 18px;}
    .sortMobile{display: block !important}
    .sortDesktop{display: none !important}
    .sortOption{display: none;border-bottom: 1px solid #e5e5e6;padding-bottom: 18px;}
    .carousel-caption h2{
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .accessQuick .col-md-3{padding:15px !important;}
    .quickAccess{height: 260px;}
    .quickAccess img{
        height: 220px;
    }
    .quickAccess .pd30, .quickAccess .pd20
    {
        padding-top: 15px !important;
    }
    .quickAccess h4 {
        font-weight: 600;
        padding: 10px;
        background-color: #ffb81d;
        margin-bottom: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .quotes{
        padding: 2em 1em;
        background-size: 370% 400px;
        background-position: inherit;
        border: 10px solid #060606;
        box-shadow: inset 0px 0px 4px 4px #383838;
    }
    .quotes .fa-quote-left {
        font-size: 20px;
    }
    .quotes p {
        font-size: 14px;
        padding-right: 15px;
    }
    .quotes .fa-quote-right {
        font-size: 20px;
        margin-right: 0px;
    }
    .d-book-cta-container{
        padding: 1.5em
    }
    .d-book-cta-container .h2{
        font-size: 20px !important;
    }
    .d-yellow-underline {
        background-image: linear-gradient(180deg, transparent 60%, #ffb81d 0);
        background-size: 76px;
        background-position: 0px 85%;
    }
    .d-tes-item {
        padding: 40px 20px 0px;
    }
    .navbar-nav .dropdown{
        padding-left: 15px;
    }
    .d-main-head {
        background: #ffb81c;
        padding: 7px 0px 7px 0px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: inherit;
        width: 100%;
    }
    .col{
        padding:0px 5px;
    }
    .navbar::before{
        display: block;
        content: unset;
    }
    .navbar .container::before{
        display: block;
        content: unset;
    }
    .navbar .container::after{
        display: block;
        content: unset;
    }
    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
    }
    .liveUpdate, .liveButton{
        width: 100%;
    }
    .whatsapp{
        top: 110px;
        border-radius: 50%;
        right: 15px;
    }
    .getQuote{
        max-width: 125px;
    }
    .olark-launch-button.olark-bottom-left {
        left: auto !important;
        left: 20px !important;
        margin-bottom: 70px !important;
    }
    #olark-wrapper button, #olark-wrapper button:active, #olark-wrapper button:focus, #olark-wrapper input[type=button]:active, #olark-wrapper input[type=button]:focus, #olark-wrapper input[type=submit]:active, #olark-wrapper input[type=submit]:focus {
        left: auto !important;
    }
    #olark-wrapper .olark-launch-button {
        right: 10px !important;
    }
}
@media(max-width: 767px) {
    .d-xs-hide {
        display:none
    }
    .d-company-logo {
        max-height: 30px;
    }
    h1 {
        font-size: 36px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 16px;
    }
    h4, .d-main-head a {
        font-size: 12px;
    }
    .d-global-head a, .d-main-head a {
        margin: 0 4px;
        display: inline-block;
    }
    .d-carosal-indicators-wrap {
        display: none;
    }
    .d-section-with-heading {
        padding-top: 40px;
    }
    .d-global-trail-container {
        padding-bottom: 40px;
    }
    .d-tile-info-container {
        padding: 15px;
    }
    .d-themebased-container .img-fluid {
        height: 250px;
    }
    .d-join-container {
        padding-top: 0px;
    }
    .d-home-search-container {
        margin-top: 20px;
    }
    .d-home-carousel .d-img-credit p {
        bottom: 0px;
    }
    .d-usp-container .carousel-caption {
        bottom: 4em;
    }
    .d-join-container .d-grey-box {
        padding: 0px 30px 30px 30px;
    }
    .d-join-container p {
        font-size: 14px;
    }
    .d-search-wrap .d-people-no span {
        position: relative;
        vertical-align: middle;
    }
    .d-search-wrap .d-people-no select, .d-search-wrap .d-type .d-inp-wrap select {
        background: url(../img/dd-arrow-ico.png) center right no-repeat;
        background-size: 6.5px 9px;
        background-position-x: 95%;
        padding: 0px 5px;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        color: #666666;
    }
    .d-search-wrap .d-type .d-inp-wrap select {
        background-position-x: 93%;
    }
    .d-search-wrap .d-people-no .d-inp-wrap {
        padding: 13px 0px 13px 40px;
        background-position: 17px 15px;
    }
    .d-cus-dd select {
        background-position-x: 95%;
    }
    .d-sr-head-container .d-sort-wrap {
        float: left;
    }
    .d-sr-head-container {
        margin-top: 1.5rem!important;
    }
    .d-sightings-container .d-tile-info-container h4 {
        font-size: 14px;
    }
    .d-sightings-container .d-tile-info-container .d-tiplink-wrap a {
        font-size: 12px;
    }
    .d-sightings-container .d-tile-info-container .d-chance-wrap {
        top: 10px;
    }
    .d-trip-brief-txt {
        position: relative;
        margin-top: 40px;
    }
    .d-weather-wrap {
        -ms-flex-preferred-size: 1;
        flex-basis: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .d-trip-brief-wrap .d-tags span {
        font-size: 11px;
    }
    .d-resort-review-wrap a.d-primary-btn {
        position: relative;
    }
    .d-resort-brief-head-wrap {
        max-width: 100%
    }
    .d-gallery-btn {
        bottom: auto;
        top: 15px;
    }
    a.d-primary-btn.d-mobile-pay-btn {
        display: block;
        text-align: center;
    }
    a.d-primary-btn.d-system-pay-btn {
        display: none;
    }
    .d-trip-book-container .d-trip-book-thumb-wrap {
        padding-left: 15px;
        margin: 20px 0px;
    }
    .d-reviewlist-container .d-trip-cta-wrap {
        text-align: left;
    }
    .d-user-reviews-container .media {
        display: block !important;
    }
    .d-user-reviews-container .media .media-body {
        margin-top: .5em;
    }
    .d-compose-review-container h3, .d-compose-review-container h4 {
        font-size: 14px;
    }
    .d-compose-review-container .custom-checkbox {
        padding-right: 0%;
    }
    .d-login-container .d-social-btn {
        width: 100%;
        background-image: none !important;
    }
    .d-login-container {
        background: none;
        overflow-x: hidden;
    }
    .d-login-cta-container {
        background: #fafafa;
        padding: 30px 15px;
        margin-bottom: 0px;
    }
    .d-resort-com-wrap {
        text-align: left;
    }
    .d-resort-com-wrap a {
        margin-left: 0px;
        margin-right: 15px;
    }
    .d-trip-details-container, .d-sighting-banner-container, .d-resort-banner-container {
        overflow-x: hidden;
    }
    .d-login-container,.d-login-container .container {
        background: none;
    }
    .d-login-cta-container {
        margin-left: 0px;
    }
        .d-usp-container .carousel-caption {
            z-index: 1;
        }
        .d-mob-qoute-btn {
            display: block;
        }
        .d-booking-err.d-mob.show {
            display: block !important;
        }
        .d-company-logo.d-web {
            display: none;
        }
        .d-company-logo.d-mob {
            display: block;
        }
        .footer-fixd footer{position: inherit; margin-top: 70px;}
}
@media(max-width: 991px) {
    .d-company-logo {
        max-height: 36px;
    }
    .d-login-container .d-company-logo {
        max-height: 40px;
    }
    .d-search-wrap .d-going, .d-search-wrap .d-people-no {
        padding-right: 15px;
    }
    .d-search-wrap .d-people-no {
        padding-left: 15px;
    }
    .d-search-wrap .d-going, .d-search-wrap .d-people-no, .d-search-wrap .d-checkin {
        margin-bottom: 12px;
    }
    .d-tile-info-container {
        padding: 13px;
    }
    .navbar-expand-lg>.container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
        display: inline-block;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .d-mm-search {
        display: none;
        margin-right: 0px;
        padding: 0px;
    }
    footer a.mr-5 {
        margin-right: 2rem!important;
    }

}
@media(min-width: 991px) and (max-width: 1200px) {
    .d-search-wrap .col-lg-3 {
        padding-right: 2px;
        padding-left: 2px;
    }
    .d-search-wrap .d-type button {
        padding: 13px 13px;
        margin-left: 5px;
    }
    .d-search-wrap .d-people-no .d-inp-wrap {
        padding-left: 0px;
    }
}
@media(min-width: 1500px) {
    .d-login-container {
        height: calc(100vh - 243px);
    }
}
