/*
Theme Name: yatramantra
Theme URI: http://www.yatramantra.com
Author: Sarankumar
Author URI: http://wordpress.org/sarankumar
Description:Yatramantra theme.
Version: 2.0.4
*/

@charset "UTF-8";
@ms-viewport {
    width: device-width;
}

@font-face {
    font-family: 'Open Sans';
}

body,
input,
select,
textarea,
button,
.button,
h1,
h2,
h3,
h4,
h5,
h6,
.label {
    font-family: 'Open Sans';
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

body {
    background: #fff !important;
}

.vcard {
    display: initial;
    margin: 0;
    border: 0;
    padding: 0;
}

a {
    color: #616161;
}

a:hover {
    color: #222;
}

a:link,
a:visited {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

ul {
    margin-left: 1.5rem;
}

ol {
    margin-left: 1.8rem;
}

input,
textarea {
    box-shadow: none!important;
}

h1 {
    font-size: 1.875rem;
}


/* Header */

#header h1 {
    font-family:inherit;
    font-size: 2rem;
}

#header a {
    color: #fff;
}


/* Navigation menus */

.nav {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.menu-wrap,
.menu-wrap ul[id^="menu-"] {
    margin-bottom: 0;
}

#header ul.sub-menu,
#header ul.children {
    display: none;
}

#header ul.sub-menu li:last-child,
#header ul.children li:last-child {
    border-bottom: none;
}

#header ul.sub-menu li >a:before,
#header ul.children li >a:before {
    content: '\f0da';
    margin: 0 4px 0 2px;
    font-family: 'FontAwesome';
}

#header a:hover,
#header li:hover >a,
#header li.current_page_item >a,
#header li.current_page_ancestor >a {
    color: #e1e8da;
}

#header li[class*="children"] > a:after {
    content: '\f0d7';
    margin-left: 4px;
    font-family: 'FontAwesome';
}

#header li[class*="children"] li {
    margin-left: .6rem;
    text-indent: -.6rem;
}


/* Front page slider */

.home .flex-viewport {
    position: relative;
    overflow: visible!important;
    height: inherit!important;
}

.flexslider {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.home .slides li {
    background-size: cover!important;
    -webkit-background-size: cover!important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 420px !important;
}

.flexslider-section {
    overflow: hidden;
}

.flex-left-opacity,
.flex-right-opacity {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
}

.flex-left-opacity {
    left: -100%;
}

.flex-right-opacity {
    right: -100%;
}

.flex-title,
.flex-caption {
    position: relative;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    -webkit-text-shadow: 2px 2px 2px #000;
    -moz-text-shadow: 2px 2px 2px #000;
}

.flex-title {
    font-size: 2rem;
}

.flex-next,
.flex-prev {
    height: 55px!important;
}


/* Breadcrumbs */

.breadcrumbs {
    display: block;
    overflow: hidden;
    margin: 2rem 0;
    list-style: none;
}

.breadcrumbs>* {
    margin: 0;
    float: left;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.breadcrumbs>*:before {
    content: '\f105';
    color: #aaa;
    margin: 0 0.75rem;
    position: relative;
    top: 1px;
    font-family: 'FontAwesome';
}

.breadcrumbs>*:first-child:before {
    content: '';
    margin: 0;
}


/* Articles */

.single article {
    margin-bottom: 2rem;
}


/* Postmeta */

.inline-postmeta {
    color: #777;
    font-size: .95rem;
}

.inline-postmeta>li>* {
    display: inline-block;
    font-size: 12px;
    padding-left: 15px;
    font-family:inherit;
}


/* Article navigation links */

.navlink {
    border-top: 1px dotted #ddd;
    padding-top: 1rem;
}

.navlink > span {
    width: 50%;
}

.navlink-meta {
    display: block;
}

.navlink-prev {
    padding-right: .25rem;
}

.navlink-next {
    padding-left: .25rem;
}


/* page links */

#page-links {
    margin-bottom: 1rem;
    line-height: 2rem;
}

#page-links a {
    text-decoration: none;
}

#page-links span {
    padding: 3px 13px;
    background: #F3EC70;
    color: #fff;
}

#page-links a span {
    background: transparent;
    color: #777;
}

#page-links a span:hover {
    background: #F4EFE3;
}


/* Archives */

.archive-title > span {
    font-size: 80%;
}

.sticky {
    padding-right: .875rem;
    padding-left: .875rem;
    background: #f7f7f7;
    margin-bottom: 8px;
    border-radius: 4px;
}

.attachment-thumbnail {
    /* border: 1px solid #f1f1f1; */
    /* padding: 5px; */
    /* background: #fff; */
}

.card .attachment-thumbnail {
    width: 100%;
}

.attachment-thumbnail:hover {}

.ym-alert-box {
    margin-bottom: 0px !important;
    text-align: center;
    padding: 1px;
    color: #fff !important;
}

.alert-box.info {
    background-color: #2F5794!important;
    border-color: #bdc3c7!important;
}

a.getstart {
    color: #E21111;
}

article.archive .inline-postmeta {
    margin-left: 0;
    font-size: .875rem !important;
    margin-bottom: 5px;
    line-height: 20px;
}

article.archive .inline-list>li {
    margin-left: 0;
    margin-right: 1rem;
}

.more,
.more a {
    margin-bottom: 10px;
    margin-top: 0px;
}


/* Pagination */

.pagination {
    margin: 2rem 0 0;
}

.screen-reader-text {
    display: none;
}

.page-numbers {
    list-style-type: none;
    margin: 0 0 2rem;
    padding: 0;
    text-align: center;
}

.page-numbers li {
    display: inline-block;
    margin: 0 0 5px;
    line-height: 2em;
}

.page-numbers li:first-child {
    margin-left: 0;
}

.page-numbers li a,
.page-numbers li span {
    display: block;
    padding: 0 1em;
}

.page-numbers li span.current {
    background: #D38734;
    color: #fff;
    cursor: default;
}

.page-numbers a:hover {
    background: #F4EFE3;
}

.columns.medium-12.ppp {
    margin-top: 375px;
    padding-top: 75px;
    padding-bottom: 20px;
}

h2.letplan {
    text-align: center;
    color: #C2C300;
}


/* Images */

.aligncenter {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1rem auto;
}

.alignleft {
    float: left;
    max-width: 100%;
    height: auto;
    margin: 0 1rem 1rem 0;
}

.alignright {
    float: right;
    max-width: 100%;
    height: auto;
    margin: 0 0 1rem 1rem;
}

.alignnone {
    margin: 0 auto 1rem;
}

.wp-caption,
.gallery-caption {
    max-width: 100%;
    height: auto;
}

.wp-caption-text {
    margin-top: 3px;
    color: #888;
    font-size: .75rem;
    font-style: italic;
    text-align: center;
}

.wp-caption-text a,
*[itemprop="articleBody"] a {
    text-decoration: underline;
}


/* Password protected posts */

label[for^="pwbox"] {
    float: left;
}

label[for^="pwbox"] > input[type="password"] {
    width: 12rem;
}

label[for^="pwbox"] + input[type="submit"] {
    height: 2.3125rem;
    margin-top: 1.26rem;
    border: 0;
    background: #777;
    color: #fff;
    cursor: pointer;
}

label[for^="pwbox"] + input[type="submit"]:hover {
    background: #222;
}


/* Texts */

.text-black {
    color: #222;
}

.text-gray {
    color: #777;
}

.text-green {
    color: #269951;
}

.text-blue {
    color: #256A84;
}

.text-red {
    color: #D35034;
}

.text-yellow {
    color: #D38734;
}

.font-quicksand {
    font-family: inherit;
}

.font-awesome {
    font-family: 'FontAwesome';
}

.font-bold {
    font-weight: bold;
}

.font-bigger {
    font-size: 125%;
}

.font-smaller {
    font-size: 90%;
}


/* Buttons */

.button.black {
    background-color: #555;
    border-color: #444;
    color: #fff;
}

.button.black:hover,
.button.black:focus {
    background: #222;
}


/* Tables */

table {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
    font-size: .875rem;
    margin-bottom: 0px;
}

table tr th {
    background: #eee;
}

table thead,
table tfoot {
    background: #f5f5f5;
}

table thead tr:last-child {
    border-bottom: 1px solid #ddd;
}

table tfoot tr:first-child {
    border-top: 1px solid #ddd;
}

table tr th,
table tr td {
    padding: .25rem;
}

.woocommerce-cart table.cart img {
    width: inherit;
    box-shadow: none;
}


/* Comments */

#comments,
#respond {
    margin: 0 0 1rem;
    padding: 2% 3%;
    font-size: .875rem;
}

#comments > h3,
#respond > h3 {
    margin-bottom: 2rem;
    font-family:inherit;
    font-weight: bold;
}

#comments {
    background: #FAFAFF;
}

.comment-body {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}

.comment-meta {
    margin-bottom: .875rem;
}

.comment-author img {
    float: left;
    margin-right: .5rem;
}

.comment-metadata {
    font-size: 80%;
}

.bypostauthor b {
    color: #D35034;
}

.bypostauthor b:after {
    content: '\f005';
    margin-left: .125rem;
    font-family: 'FontAwesome';
}

.reply {
    margin-bottom: .5rem;
    font-size: .875rem;
}

#respond {
    background: #f3f3f3;
}

#commentform label {
    display: inline-block;
}

.required {
    color: #D35034;
}

.comments_pagination a {
    display: inline-block;
}

.comments_pagination a:hover {
    background: #F4EFE3;
}

.comments_pagination .page-numbers {
    padding: .3rem .7rem;
    font-size: .875rem;
}

.comments_pagination .current {
    background: #D38734;
    color: #fff;
}

.form-submit input {
    margin-bottom: 0;
}


/* Widgets */

.widget {}

.widget h1 {
    margin-top: 0;
    font-family:inherit;
}

.widget ul {
    margin-left: 0;
    list-style: none;
}

.widget ul li {
    padding: 0 1rem;
    text-indent: -1rem;
    color:#26A65B;
}

.widget ul li:before {
    content: '\f111';
    margin: 0 .5rem 0 2px;
    font-family: 'FontAwesome';
        font-size: 12px;
    color: #26A65B;
}


/* Widget calendar */

#wp-calendar {
    text-align: center;
}

#wp-calendar caption {
    border: 1px solid #ddd;
    border-bottom: none;
    padding: .25rem 0;
    background: #EAEAEA;
}


/* Widget Posts */

.post-date {
    margin-left: 6px;
    font-size: .875rem;
}


/* Widget RSS */

.rss-date,
.rssSummary,
.widget_rss cite {
    font-size: .875rem
}

.rssSummary {
    text-indent: 0;
}

.widget_rss cite {
    display: block;
    margin-bottom: .5rem;
    border-bottom: 1px dashed #ddd;
    text-indent: 0;
}


/* Footer */

#footer {
    border-top: 1px solid #F4F4F4;
    padding-bottom: 1rem;
}


/* Page top button */

.page-top {
    display: none;
    position: fixed;
    bottom: 3%;
    right: 4%;
    width: 4.5rem;
    margin-bottom: 0;
    border-radius: 2.8rem;
    -webkit-border-radius: 2.8rem;
    background: #269951;
    opacity: .5;
    line-height: 4.5rem;
    text-align: center;
}

.page-top a {
    display: block;
    color: #fff;
}

.page-top:hover {
    opacity: .8;
}


/* External media links */

.moveWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.moveWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.quick-sale{
    display: inline;

}
.quick-sale a{
    text-decoration: none;
}

.quick-sale ins{
    text-decoration: none;
}
.quick-sale h2{
    font-size: 12px;
    margin: 5px;
    
    text-decoration: none;
}
.quick-sale ul{
    padding: 0px;
}
.quick-sale  li{
    position: relative;
    top: 0px;
    margin-right: 5px;
     margin-top: 0px;
     overflow: hidden;
    display: inline-block;
   width: 23%;
   text-decoration: none; 
}

span .onsale{
    position : relative; top:25px; left: 10px; background-color: yellow; padding: 1px;
    display:block;
    font-size: 11px;
    width: 40px;
    text-align: center
}

.quick-sale .button{
    padding: 5px;
    border-radius : 5px;
    text-decoration: none;
}
.quick-sale .span{
    text-decoration: none;
}
.quick-sale img{
    display:block;
     text-align: -webkit-match-parent;

}
@media only screen and (max-width: 767px){
.quick-sale  li{
    position: relative;
    top: 0px;
    margin-right: 5px;
     margin-top: 0px;
     overflow: hidden;
    display: inline-block;
   width: 97%;
   text-decoration: none; 
}
}


@media only screen and (min-width: 768px) and (max-width: 1123px){
.quick-sale  li{
    position: relative;
    top: 0px;
    margin-right: 5px;
     margin-top: 0px;
     overflow: hidden;
    display: inline-block;
   width: 48%;
   text-decoration: none; 
}
.quick-sale  img{
    width : 80%; 

}
.quick-sale  h2{
    height: 40px;
}
}
@media only screen and (max-width: 40.062em) {
    .home .flex-viewport li {
        max-height: 150px;
    }
    .flex-title {
        padding: 10% 1.5rem .5rem;
        font-size: 1.75rem;
        line-height: 1;
    }
    .nav {
        margin-bottom: 0;
        border: 2px solid transparent;
        background: #e7e7e7;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .nav-button {
        margin-bottom: 0;
        padding: .35rem 0;
    }
    .menu-wrap {
        display: none;
    }
    #header .menu-item >a {
        display: block;
        border-top: 1px dashed #ccc;
        padding: .35rem;
    }
    #header .menu-item:hover,
    #header .menu-item:hover {
        background: #eee;
    }
    .flexslider {
        margin-bottom: 2rem;
    }
    .flex-control-nav {
        bottom: -2rem;
    }
    .alignright,
    .alignleft {
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .page-top {
        right: 1%;
        bottom: 1%;
        width: 2rem;
        line-height: 2rem;
        font-size: .875rem;
    }
}

@media only screen and ( min-width: 40.063em) {
    /* Header */
    #header {
        background-color: #26A65B;
        text-align: right;
    }
    #header h1 {
        font-size: 2.4rem;
    }
    .home .flex-viewport li {
        max-height: 300px;
    }
    .flex-title {
        top: 35%;
    }
    .flex-caption {
        top: 40%;
        font-size: 1.5rem;
    }
    /* Navigation menus */
    .menu-wrap ul[id^="menu-"] {
        float: right;
        font-size: .9rem;
    }
    .menu-wrap ul[id^="menu-"] > .menu-item {
        float: left;
        color: #fff;
    }
    #header ul.sub-menu,
    #header ul.children {
        position: absolute;
        margin-left: 0;
        border: 1px dashed #ddd;
        background: rgba(255, 255, 255, .9);
        z-index: 2;
        right: 0;
    }
    #header ul.sub-menu li,
    #header ul.children li {
        display: block;
        position: relative;
        border-bottom: 1px dashed #ddd;
        line-height: 2;
        font-size: .875rem;
    }
    #header ul.sub-menu li >a,
    #header ul.children li >a {
        padding: .35rem;
    }
    #header ul.sub-menu li:hover,
    #header ul.children li:hover {
        background: #fff;
    }
    #header ul.sub-menu .sub-menu,
    #header ul.sub-menu .children {
        top: 0;
        left: 100%;
        width: 100%;
    }
    /* Front page slider */
    .slider-title {
        font-size: 2.5rem;
    }
    .slider-caption {
        font-size: 1.5rem;
    }
    /* Articles */
    article h1 {
        font-size: 2rem;
    }
    article h2 {
        margin: 2rem 0 1rem;
        font-size: 1.75rem;
    }
    /* Archives */
    .archive-title {
        margin: 0 0 1.5rem;
        font-size: 2.2rem;
    }
    article.archive h1 {
        margin-top: 0;
    }
    .attachment-thumbnail {
        float: left;
    }
    /* Widget */
    .widget h1 {
        font-size: 1.5rem;
    }
}

@media only screen and ( min-width:64.063em) {
    .home .flex-viewport li {
        max-height: none;
        height: 100% !important;
    }
    .post-date {
        vertical-align: text-top;
    }
}

@media screen and (max-width: 782px) {
    html #wpadminbar {
        top: -46px;
    }
}


.features {
    text-align: center;
}

.features hr {
    width: 25%;
    margin: 1rem auto;
}

.features .round-icon {
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: -61px auto 1rem;
    width: 100px;
    background-image: url(img/fea.png);
    background-position-x: -5px;
    font-size: 2.7rem;
}

.features .round-icon span {
    color: #66cc00;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width: 40em) {
    .features .columns {
        margin-bottom: 5rem;
    }
}

::-webkit-scrollbar {
    width: .8rem;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    /* border-left: 1px solid #ccc; */
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

p.site-desc {
    margin-top: -5px;
    margin-bottom: 6px;
    float: right;
    color: #fff;
    font-size: 10px;
    font-family: inherit;
    padding-top: -5px;
    letter-spacing: .8px;
}

.likefb {
    margin-top: 19px;
}

.footer-last {
    width: 100%;
    min-height: 190px;
    background-color:#26A65B;
    color: #fff;
}

#footer-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

#footer-nav li {
    display: inline;
}

#footer-nav ul li a {
    color: #FFFFFF
}

#footer-nav li + li::before {
    content: " | ";
}

i.round-social {
    font-size: 1em;
    font-weight: 300;
    color: #FFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}

.filter-bar {
    min-height: 3em;
    background-color: #EFF3F6;
    margin: 3px;
    height: 40px
}

.filter-bar-green {
    background-color: #7DC301;
    height: 38px;
}

.top-slider {
    width: 100%;
    overflow: hidden;
}

.pkg-select {
    height: 31px;
    padding: 0px
}


/* Header Menu */

.ymHeader {
    /* box-shadow: 0px 1px 1px #ddd; */
    margin-top: 4px;
}

.ymHeaderNav {
    text-align: center;
    cursor: pointer;
    position: relative;
    width: auto;
}

.ymPlannerButton {
    text-align: center;
    line-height: 1.2em;
    color: #fff;
    width: auto;
    margin-top: 23px;
    padding: 5px 7px 5px 7px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-size: 17px;
    font-family: inherit;
}

.ymHeaderPopUp {
    height: 1.5em;
    top: 15px;
    float: right;
    cursor: pointer;
    margin-top: .3em;
    margin-left: .3em;
    float: right;
}

.main-btn {
    background-color: rgb(123, 195, 0);
}


/* Card */

.card {
    list-style: none;
    overflow: hidden;
}

.pkg-card {
    background-color: #F9F9F9;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.pkg-card:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.pkg-review {
    border-top: 1px solid #E4E8EB;
    padding: 1px;
}

.pkg-thumb a:hover {
    background-image: url(img/fea.png)
}

.row.pkg-option {
    border: #E7E7E7;
    border-bottom-style: double;
    border-top-style: double;
    border-radius: 4px;
    padding: 2px;
}

.pkgoptlist {
    list-style: none;
}

.greentick {
    font-size: 12px;
    color: #7EC406;
}

a.newplan {
    text-decoration: underline;
}

.row.newtrip {
    overflow: hidden;
}

.ym-gray {
    color: #C0C6CC;
}


/* Home Planner*/

.HomePlanner {
    padding: 5px 7px 5px 7px;
    border: 1px solid #efefef;
    margin: 2px;
    margin-left: 15px;
    margin-right: 15px;
}

.planbutton {
    background-color: #FC0559;
    margin-top: 2px;
}

#topFirst {
    font-family: inherit;
    background-color:#1d9a51;
    height: 1.8em;
    line-height: 1.8em;
}

#topFirst .top_menu_container
{
    width: 80%;
    float: none;
    margin: auto;
}

#topFirst ul {
    margin: 0;
    padding: 1px;
    list-style-type: none;
    list-style-image: none;
    font-size: 16px;
    line-height: 1.8em;
    position: relative;
}

#topFirst li {
    display: inline-block;
    padding-left: 20px;
    border-right: 1px solid rgb(233, 233, 233);
    padding-right: 8px;
}

#topFirst ul li a {
        color: #fff;
    font-weight: 100;
    font-size: 15px;
}

#topFirst li + li::before {
    color: #fff;
    width: 1px;
    padding-right: 2px;
}

.ul.slides {
    width: 100%
}

.timelinelist li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    color: #7BC300;
    ;
    background: #eeeeee;
}

.featuredimg img {
    padding: 3px;
    background-color: rgb(244, 244, 244);
    border-width: 1px;
    border-color: rgb(220, 220, 220);
    border-radius: 3px;
}

.wprs_site_rate_it {
    background-repeat: no-repeat;
    width: 250px;
    background-position: 95% 100%;
    background-color: #fff;
    padding: 20px 0 0 20px;
}

.imagecredit {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.31), rgba(255, 255, 255, 0.75));
    color: #9a9a90;
    padding: 10px 0;
}

.filtering {
    border-style: solid;
    border-width: 1px;
    background-color: #EFF3F6;
    border-color: #dcdcdc;
    border-radius: 3px;
    padding: 2px;
    margin-top: 20px;
}

.pkg-single-header {
    border-bottom: 1px solid #efefef;
}

#single-pkg-header {
    background-color: rgb(244, 248, 251);
}

h1.pkgheading {
    color: rgb(121, 194, 0);
    margin: 0px;
    font-size: 25px;
    font-family:inherit;
    line-height: 60px;
    height: 60px;
    text-transform: capitalize;
}

ul.pkgfeaturesul {
    font-size: 11px;
}

.link-green {
    color: rgb(123, 195, 0);
}

span.alpha {
    position: absolute;
    top: 19px;
    padding: 2px 1px;
    border: 2px;
    font-size: 12px;
    border-color: #000;
    color: rgba(249, 249, 249, 0.97);
    text-shadow: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
}

#sidebar .ec-stars-overlay {
    background-color: #FFF;
}

#single-pkg-header .ec-stars-value {
    font-size: .9em
}

.filterh3 {
    padding-top: 8%;
    padding-left: 1%;
}

.pkg-single-header .ec-stars-value {
    display: inline;
}

a.sharecss {
    color: #FFFFFF;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.headbook {
    margin-top: 5px;
}

.filterbutton {
    margin-top: 25px;
}

.row {
    max-width: 100%;
}

.HeaderTopDropDown {
    display: inline-block;
    color: #fff;
    font-family:inherit;
    padding-left: 5px;
    font-size: 13px;
    height: 1.8em;
    line-height: 1.8em;
    display: -webkit-inline-box;
}

.goog-te-combo {
    color: #fff;
    background: rgba(255, 255, 255, 0) !important;
    border: 0px solid #000 !important;
}

.TopPanelAlign {
    display: block;
}

.DetailsTextBox1 {
    height: 30px;
    outline: none;
    color: #FFFFFF;
    font-size: 14px;
    border: 0px solid #ddd;
    text-align: left;
    border-radius: 4px;
    font-family: inherit;
    line-height: 30px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 5px;
    border-right-width: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: auto;
}

.DetailsTextBox2 {
    height: 30px;
    outline: none;
    color: #4D4D4D;
    font-size: 13px;
    border: 1px solid #ddd;
    text-align: left;
    border-radius: 4px;
    margin-top: 15px;
    font-family: inherit;
    line-height: 30px;
    left: 15px;
    padding-left: 7px;
    border-right-width: 0px;
    width: calc(100% - 45px);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.SelectIcon {
    height: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 28px;
    text-align: left;
    padding: 0px;
    cursor: pointer;
    border: 0px solid rgb(226, 226, 226);
    border-left-width: 0px;
    width: auto;
    float: left !important;
}

.SelectIconSmall {
    height: 30px;
    background-color: #FFFFFF;
    width: 35px;
    margin-top: 15px;
    left: 13px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #4A4A4A;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    cursor: pointer;
    border: 1px solid rgb(226, 226, 226);
    border-left-width: 0px;
}

.SelectOptionsText {
    color: #FFFFFF;
    font-family: inherit;
    font-size: 13px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    background-color: rgb(83, 176, 47);
    cursor: pointer;
}

.SelectOptions {
    height: 100px;
    position: absolute;
    z-index: 999;
    width: calc(100% - 0px);
    color: #FFF;
    border: 1px solid rgb(83, 176, 47);
    border-radius: 2px;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    left: 0px;
}

.SelectOptionsSmall {
    height: 90px;
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: calc(100% - 13px);
    color: #fff;
    border: 1px solid orange;
    border-radius: 3px;
    display: none;
    overflow: hidden;
    left: 15px;
}

.SelectOptions::-webkit-scrollbar {
    width: 3px;
}

.SelectOptions::-webkit-scrollbar-track {
    background: rgba(83, 176, 47, 1);
}

.SelectOptions::-webkit-scrollbar-thumb {
    background: rgb(53, 127, 24);
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-5 {
    margin-top: 5px;
}

.StateSelector {
    display: inline-block;
    float: right;
}

.PlannerButton {
    float: left !important;
}

div#slider ol.flex-control-nav.flex-control-paging {
    position: absolute;
    z-index: 9;
    bottom: 10px;
}

div#slider .flex-control-paging li a {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    height: 18px;
    width: 18px;
}

div#slider .flex-control-paging li a:hover {
    background-color: rgba(255, 255, 255, 0.46);
    box-shadow: none;
}

div#slider .flex-control-paging li a.flex-active {
    background-color: #fff;
    box-shadow: none;
}

div#slider .flex-direction-nav a:before {
    font-family: none;
    font-size: 40px;
    display: inline-block;
    content: '';
    color: rgba(255, 255, 255, 0);
    text-shadow: none;
    background-image: url("./img/arrow.PNG");
    background-repeat: no-repeat;
    background-size: 25px;
    width: 29px;
    height: 55px;
    background-position: center;
}

div#slider .flex-direction-nav .flex-prev {
    left: 0px !important;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
}



.top-slider-p.top-slider-title {
    color: #fff;
    text-align: center;
    margin: 0px;
    font-size: 30px;
    font-family: inherit;
    background-color: rgba(102, 195, 27, 0.8);
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

.SliderTitleText {
    text-align: center;
    top: 120px;
    height: 50px;
}

.top-slider-p.top-slider-caption {
    color: #fff;
    text-align: center;
    margin: 0px;
    font-size: 21px;
    font-family: inherit;
    background-color: rgba(27, 163, 195, 0.8);
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
}

.SliderSubTitleText {
    text-align: center;
    top: 120px;
    height: 35px;
}

.SocialMediaPanel {
    text-align: center;
    margin-top: 25px;
}

.footerLinkAlign {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: inherit;
}

.Copyright {
    text-align: center;
    font-size: 13px;
    font-family: inherit;
}

a.CopyrightLink {
    color: white;
}

a.CopyrightLink:hover {
    color: rgb(249, 245, 0);
}

input.field {
    color: #383838;
    font-family: inherit;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
}

input.field:focus {
    background-color: #FFF;
}

.widget.widget_meta a {
    color: rgb(66, 66, 66);
    font-family: inherit;
    font-size: 16px;
}

.widget.widget_meta li {
    color: rgb(123, 195, 0);
    font-size: 14px;
    margin-top: 3px;
}

h1.widgettitle {
    font-family: inherit;
}


/*If Search box present*/

input.submit.button.postfix.black.font-awesome {
    margin: 0px;
    margin-top: 7px;
}

input.field {
    margin-top: 7px;
}

h1 {
    margin: 0px;
}


/* ----------End------------*/

.FilterPackagePanel {
    margin-top: 40px;
    margin-bottom: 40px;
}

.PackagesTitle {
    background-color: #7dc301;
    height: 40px;
    font-family: inherit;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding-right: 0px;
}

.ContentOnRight {
    height: 500px;
    background: rgb(240, 240, 240);
    margin-top: 50px;
    color: #ABABAB;
    text-align: center;
    line-height: 50px;
}

.SortedBy {
    font-family:inherit;
    font-size: 13px;
    color: #C2C2C2;
    height: 40px;
    background-color: rgb(242, 242, 242);
    line-height: 40px;
}

select.FilterPackageSelectBox {
    height: 30px;
    outline: none;
    color: #4D4D4D;
    font-size: 14px;
    border: 1px solid rgba(221, 221, 221, 0);
    text-align: left;
    border-radius: 4px;
    font-family: inherit;
    top: 5px;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    background-color: #fff;
    line-height: 30px;
}

select.FilterPackageSelectBox:hover {
    border-color: rgb(131, 205, 0);
}

.SelectboxContainer {
    height: 40px;
    background-color: rgb(242, 242, 242);
}

.SearchBoxContainer {
    height: 40px;
    background-color: rgb(242, 242, 242);
    line-height: 40px;
    text-align: right;
    color: #B2B2B2;
    cursor: pointer;
}

.SearchBoxContainer:hover {
    color: #7DC301;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid rgb(242, 242, 242);
    display: inline-block;
    position: relative;
    right: -1px;
    top: 4px;
}

.PackagesText {
    display: inline-block;
    width: calc(100% - 12px);
}

h6.entry-title {
    color: #616161;
    font-family: inherit;
    margin-left: 10px;
    line-height: 35px;
    font-size: 20px;
    text-transform: capitalize;
}

.PackageThumbnail img {
    height: 185px !important;
}

.StarRatingPackage {
    padding-left: 15px;
    color: rgb(252, 175, 35);
    font-size: 16px;
    padding-left: 30px;
    padding-right: 0px;
}

.PackageRate {
    display: inline;
    font-family:inherit;
    color: rgb(123, 195, 0);
    top: -1px;
    left: -5px;
    position: relative;
}

.DayAndNight {
    display: inline-block;
    position: relative;
    top: -4px;
    color: #fff;
}

.PackageRateWrapper {
    display: inline-block;
    padding-left: 15px;
    font-size: 20px;
}

i.fa.fa-moon-o {
    padding-left: 7px;
}

.PackageReview {
    font-family: inherit;
    font-size: 13px;
}

.PackageComment {
    color: rgb(123, 195, 0);
}

a.link-green.PackageReview:hover {
    color: rgb(108, 168, 7);
}

table.help {
    border: 0px solid #ddd;
}

h6.greenHead {
    color:#26A65B;
    font-family: inherit;
    font-size: 1.3em;
    margin: 0px;
    margin-bottom: 5px;
}

.PackageSid3barThinGreen {
    color: rgb(115, 176, 7);
    font-size: 15px;
    font-family: inherit;
}

.PackageSid3barThinBlack {
    font-family: inherit;
    color: #4D4D4D;
}

.help tr {
    height: 28px;
}

.row.PackageFilterSearchContainer {
    margin: 0px;
    height: 36px;
    position: absolute;
    width: 0px;
    right: -11px;
    top: 2px;
    z-index: 1;
    display: none;
}

input.PackageFilterSearch {
    background-color: white !important;
    border: 0px solid #ddd !important;
    margin: 0px;
    height: 36px;
    color: rgb(125, 195, 1);
    font-size: 15px;
    font-family: inherit;
}

i.fa.fa-search {
    position: relative;
    z-index: 2;
}

.row div#sidebar {
    float: left;
}

ol.breadcrumbs {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: .5rem 0;
}

.breadcrumbs {
    border-width: 0;
    padding: 0;
}

p {
    font-size: 1em;
    text-align: justify;
}

.HotelSearchTitle {
    color: rgb(125, 195, 1);
    font-family: inherit;
    font-size: 17px;
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 25px;
}

input.HotelSearchTextBox {
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: rgb(81, 81, 81);
    font-size: 15px;
    font-family: inherit;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    outline: none;
}

.HotelSearchButtons {
    text-align: right;
    position: absolute;
    top: 6px;
    right: 27px;
    cursor: pointer;
    color: #ddd;
    width: auto;
    padding: 0px;
    outline: none;
}

input.HotelSearchTextBox:focus {
    background-color: #fff;
    border-color: rgb(125, 195, 1);
}

.HotelSearchButtons:hover {
    color: rgb(125, 195, 1);
}

.HotelSearchText {
    color: rgb(181, 181, 181);
    font-size: 15px;
    font-family: inherit;
}

.padding-left-Zero {
    padding-left: 7.5px;
}

.padding-right-Zero {
    padding-right: 7.5px;
}

input.HotelSelectNumberBox {
    padding-right: 0px;
}

.row.SearchButtonHotelSearch {
    background-color: rgb(125, 195, 1);
    color: #fff;
    font-size: 18px;
    font-family: inherit;
    text-align: center;
    height: 40px;
    line-height: 10px;
    border-radius: 4px;
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.CalenderIcons {
    font-size: 20px;
    top: 3px;
    right: 16px;
    color: rgb(125, 195, 1);
}

div#calenderCheckoutIcon {
    right: 23px;
}

.RatingCheckBoxWrapper {
    width: auto;
    height: 16px;
    padding-right: 10px;
}

input.RatingCheckBox {
    margin-bottom: 0px;
    height: 16px;
    width: 16px;
    margin-top: 4px;
    outline: none;
}

.RatingStar {
    color: orange;
    width: auto;
    padding-left: 0px;
}

.RatingText {
    float: left !important;
    color: #7E7E7E;
    font-size: 15px;
    
}

.floatleft {
    float: left !important;
}

.ShareCount {
    text-align: right;
    color: rgb(93, 185, 52);
    font-size: 20px;
    
}

.ShareText {
    text-align: right;
    color: rgb(208, 208, 208);
    
    font-size: 12px;
    
}
.ShareTexts {
   text-align: right;
    color: rgb(160, 160, 159);
    float: right;
    font-size: 10px;
}
.topcontact{
    margin-top: 15px;
}
.pkgtopbooknow {
    color: #fff !important;
    background: RED !important;
}
.ShareIcons {
    line-height: 31px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    background-color: rgb(93, 185, 52);
    margin-top: 19px;
    padding: 0px;
    padding-left: 10px;
    height: 30px;
    text-align: left;
    cursor: pointer;
    border-radius: 4px;
    width: calc(33.33% - 5px);
    margin-left: 5px;
}

.ShareContentContainer {
    width: auto;
    float: right;
}

.GpIcon {
    background-color: #d73d32;
}

.TwIcon {
    background-color: #00c3f3;
}

.fbIcon {
    background-color: #2d5f9a;
}

.ShareIconText {
    display: inline;
    font-size: 14px;
    font-family:inherit;
    position: relative;
    top: -1px;
    padding-left: 5px;
    text-align: center;
}

a.button.radius.small.main-btn.headbook {
    width: 100%;
    height: 40px;
    padding: 0px;
    line-height: 40px;
    font-size: 15px;
    font-family: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}

.PakageLikeIcon {
    color: darkgrey;
    width: auto;
}

.PakageLikeCount {
    color: #aaa;
    font-size: 15px;
    width: auto;
}

.PackageReviews {}

.PackageTilte {
    width: auto;
}

.thumb-image {}

.blogmeta .inline-postmeta>li>* {
    font-size: 10px;
}

.flexslider {
    overflow: hidden;
}

.tabs .tab-title.active a {
    border-top: solid 3px #7BC300;
}

h1.entry-title {
    font-family: inherit;
}

.ar-image-credit {
    position: absolute;
    margin-top: -40px;
    margin-left: 2px;
    color: #fff;
    font-size: 10px;
}

.ar-image-credit h6 {
    color: #777474;
    font-size: 0.9em;
    text-align: right;
    padding: 0 .5em;
}

a.creditlink {
    color: #777474;
    text-decoration: initial;
    font-size: 11px;
}

.ar-image-credit.featuredcredit {
    position: absolute;
    margin-top: -24px;
    margin-left: 9px;
}

.flex-caption {
    position: relative;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    color: #8BCE02;
    text-shadow: none;
}


@media only screen and (min-width: 40.063em) and (max-width: 120.063em) { 
  .top-slider ul.slides {
    height: 450px;
}
}

/* home planner */


/* home page Search */

.FfPanel {
     /*background-color: rgba(249, 247, 245, 0.41);*/
    background-color: #f9f7f5;
    position: absolute;
    top: 132px;
    right: 50px !important;
    border-radius: 4px;
    z-index: 9;
}

.FfSelectBoxLabel {
    color: #4A4A4A;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
}

input.FfSelectBox {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 4px;
    font-family: inherit;
    height: 35px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 30px;
    padding: 0px;
    padding-left: 7px;
    font-size: 15px;
}

input.FfTextbox {
    background-color: #fff;
    border-color: #dadad9;
    border-radius: 4px;
    font-family: inherit;
    height: 35px;
    outline: none;
    line-height: 35px;
    padding: 0px;
    padding-left: 7px;
    font-size: 14px;
}

input.FfTextbox:focus {
    background-color: #fff;
    border-color: #7ac300;
    line-height: 35px;
    font-size: 14px;
}

input.FfSelectBox:focus {
    background-color: #fff;
    border-color: #7ac300;
}

.FfLetsStartButton {
    background-color: #7ac300;
    color: #fff;
    line-height: 35px;
    border-radius: 4px;
    margin-top: 35px;
    width: calc(100% - 30px);
    text-align: center;
    cursor: pointer;
    left: 15px;
}

i.fa.fa-calendar.FfCalenderIcon {
    position: absolute;
    top: 9px;
    font-size: 18px;
    color: #7AC300;
    right: 10px;
}

.FfShadow {
    background-image: url("img/shadow.png");
    height: 30px;
    float: left !important;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -15px;
}

.FppIcon {
    height: 160px;
    background-image: url("img/Ic1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 54%;
}

.FppTitle {
    color: rgb(122, 195, 0);
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}

.FppText {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: rgb(91, 91, 91);
}

.FppPanel {
    margin-top: 70px;
    margin-bottom: 40px;
}

.FppReadmore {
    border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    color: #fff;
}

.FppReadmore {
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    color: #8D8D8D;
    float: left !important;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}

.FppReadmore:hover {
    background-color: rgb(122, 195, 0);
    color: white;
}

.fppback {
    background-color: rgb(247, 248, 250);
}

.fppfa {
    margin: 18% 18% 18% 154px;
    font-size: 35px!important;
    color: rgb(53, 175, 198);
}

.map {
    /* background-image: url(http://www.fryconsultants.com/images/worldmap.gif); */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -40px;
}

.color-opt {
    background-color: #DAD8F1;
}

h5.pkgtitle {
    color: #8BCE02;
}

.SPAmazingPanel {
    color: rgb(123, 195, 0);
    font-size: 30px;
    font-weight: 300;
}

.SPAvgRating {
    font-size: 15px;
    color: #979797;
    margin-bottom: 10px;
}

.SPAvgRating i.fa.fa-thumbs-o-up {
    padding-right: 5px;
    color: #7BC300;
    position: relative;
    top: -1px;
}

.SPPercName {
    font-size: 11px;
    color: #979797;
    margin-bottom: 7px;
}

.SPPercBG {
    height: 7px;
    background-color: #d5e6ee;
    position: relative;
    top: 8px;
    padding: 0px;
}

.SPPercVal {
    height: 7px;
    background-color: #7BC300;
    position: absolute;
    top: 8px;
    padding: 0px;
    width: 60%;
}

.SPSupportLeft {
    color: #7BC300;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 300;
}

.SPSupportRight {
    color: #8F8F8F;
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 300;
}

.SPSupport {
    color: #7BC300;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.SPYouMayLike {
    color: #7BC300;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.SPYouMayLikeTitle {
    color: #6E6E6E;
    margin-top: 10px;
}

.SPYouMayLikeAmount {
    color: #7bc300;
    width: auto;
    
}

.SPYouMayLikeSlash {
    width: auto;
    padding-left: 0px;
    color: #BCBCBC;
    line-height: 25px;
    font-size: 18px;
    padding-right: 8px;
}

.SPYouMayLikeDayCount {
    width: auto;
    padding-left: 0px;
    color: #BCBCBC;
    line-height: 25px;
    font-size: 18px;
    padding-right: 10px;
}

.SPYouMayLikeDayCount i.fa.fa-moon-o {
    padding-left: 5px;
    top: -1px;
    position: relative;
    font-size: 16px;
}

.SPYouMayLikeNightCount {
    width: auto;
    padding-left: 0px;
    color: #BCBCBC;
    line-height: 25px;
    font-size: 18px;
}

.SPYouMayLikeNightCount i.fa.fa-sun-o {
    position: relative;
    top: -1px;
    padding-left: 3px;
    font-size: 16px;
}

.SPYouMayLikeBook {
    line-height: 30px;
    width: auto;
    cursor: pointer;
}
.SPYouMayLikeBook :hover {
    text-decoration: underline;
}

.SPLoadMorePackage {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    margin-top: 5px;
    margin-bottom: 30px;
    color: rgb(123, 195, 0);
    left: 15px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
}

.ym-breadcrumbs {
    font-size: 13px;
    font-family: inherit;
    float: right;
}

.poimeta {
    font-size: 12px;
}

.ShareIconText a {
    color: #fff;
    text-decoration: initial;
}

.tm {
    vertical-align: super;
    font-size: 2px;
}

.sharea {
    color: #fff;
    text-decoration: inherit;
}

.replan {
    color: darkorange;
    vertical-align: middle;
    margin-bottom: -32px;
}

.row.columns.medium-12.medium-offset-10.newtrip {
    margin-bottom: -20px;
    margin-top: -15px;
    vertical-align: middle;
}

.vertical-text {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    background: #E23737;
    color: #fff;
    margin-left: 40px;
    padding: 10px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    border: 1px solid #B52C2C;
    text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px -2px 0px rgba(0, 0, 0, 0.1);
    float: left;
}

.break-line {
    border: 2px solid #999;
    width: 50%;
}

.center-block {
    margin: 0 auto;
    display: table;
    float: none;
}

.top-notification {
    padding: 0px;
    margin: 0px;
}

.customer-review-line {
    border-top: 1px solid #F4F4F4;
    padding-bottom: 1rem;
}

a#addpkgroom {
    color: #FFF;
}

.left-off-canvas-menu {
    background: #e7e7e7;
}

.shadow {
    position: relative;
    margin-bottom: -178px;
    margin-top: -3px;
    color: #fff;
    background: rgba(0, 0, 0, 0.85);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(237, 237, 237, 0.68) 64%, rgba(246, 246, 246, 0.58) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.85)), color-stop(64%, rgba(237, 237, 237, 0.68)), color-stop(100%, rgba(246, 246, 246, 0.58)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(237, 237, 237, 0.68) 64%, rgba(246, 246, 246, 0.58) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(237, 237, 237, 0.68) 64%, rgba(246, 246, 246, 0.58) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(237, 237, 237, 0.68) 64%, rgba(246, 246, 246, 0.58) 100%);
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(237, 237, 237, 0) 64%, rgba(246, 246, 246, 0) 100%);
    height: 178px;
}

.shadow a {
    color: #fff;
}

.why-us {
    background-image: url("img/why-us-bg.jpg");
    width: 100%;
    height: 300px;
    text-align: center;
    overflow: hidden;
}

.why-us-icon {
    color: #fff;
    font-size: 65px;
}

.yp {
    color: #fff;
    text-align: center;
}

.why-head {
    color: #fff;
    text-align: center;
}

.pkg-icons {
    font-size: 40px;
    border: 1px solid #efefef;
}

.hotel-icons {
    font-size: 26px;
    border: 1px solid #efefef;
}

.icon-pad {
    padding: 3px;
}

.icon-bg {
    background-color: #ccc;
    border-radius: 50%;
    padding: 3px 3px 2px 4px;
}

.offer-bg {
    background-color: #ffa712;
}

.book-bg {
    background-color: #8bcf00;
}

.offer-icon {
    color: #fff;
}

.package-list {
    background-color: #fff;
}

.flexslider {
    background: none;
}

a.button.warning.proceed {
    background-color: orange;
    color: #FFF;
}

#myModal {
    top: 50% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

​ #topFirst {
    height: 69px;
}


/*  Slider Css*/

.flexslider {
    margin: 0;
}

div#carousel img {
    width: 360px;
    height: 135px;
    padding: 2px;
    cursor: pointer;
}

.flexslider .slides img {
    max-height: 444px;
}

section.top-slider li {
    display: block!important;
}

.breadcrumbs>* a {
    color: #616161;
}

.breadcrumbs>* {
    color: #616161;
}

input#coupon_code {
    width: 300px;
}

.twitter-typeahead {
    display: block!important;
}

.roomtypes {
    background-color: #fff;
    padding: 10px;
    border-top: 3px solid #5DB934;
    margin-top: 10px!important;
}

.roomtypes img {}

#ym-pln {
    background-color: #f3f3f3;
}

.row.LeftPanelHeader.ng-binding.ng-scope {
    background-color: #fff;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #6AA011;
}

#mblmenu {
    font-size: 40px;
    color: #FFF;
    float: right;
}

#tawktoLink {
    visibility: hidden !important;
}

.scrollcen {
    margin-left: 35% !important;
}

md-select {
    background-color: #f3f3f3;
}

.row.plannerbg {
    background-color: #F4F4F4;
}


/* Try yatramantra */

.try-yatra {
    background-color: #E6E6E6;
    border: 2px solid #F9F8F3;
    border-radius: 10px;
}

ul.try-ul li {
    color: #000;
    list-style: none;
    padding: 0;
}

h4.tryym {
    font-size: 20px;
}

a.tiny.expanded.success.try-btn {
    float: right;
}


/* START Make the cart table responsive */


/* http://css-tricks.com/responsive-data-tables/ */

@media screen and (max-width: 600px) {
    /* Force table to not be like tables anymore */
    .woocommerce-page table.shop_table,
    .woocommerce-page table.shop_table thead,
    .woocommerce-page table.shop_table tbody,
    .woocommerce-page table.shop_table th,
    .woocommerce-page table.shop_table td,
    .woocommerce-page table.shop_table tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .woocommerce-page table.shop_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .woocommerce-page table.shop_table tr {
        /*border: 1px solid #d2d3d3; */
    }
    .woocommerce-page table.shop_table td {
        /* Behave like a "row" */
        border: 1px solid #d2d3d3;
        position: relative;
        padding-left: 30% !important;
    }
    .woocommerce-page table.shop_table {
        border: none;
    }
    .woocommerce-page table.shop_table td.product-spacer {
        border-color: #FFF;
        height: 10px;
    }
    .woocommerce-page table.shop_table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 25%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /*
Label the data
*/
    .woocommerce-page table.shop_table td.product-remove:before {
        content: "DELETE";
    }
    .woocommerce-page table.shop_table td.product-thumbnail:before {
        content: "IMAGE";
    }
    .woocommerce-page table.shop_table td.product-name:before {
        content: "PRODUCT";
    }
    .woocommerce-page table.shop_table td.product-price:before {
        content: "PRICE";
    }
    .woocommerce-page table.shop_table td.product-quantity:before {
        content: "QUANTITY";
    }
    .woocommerce-page table.shop_table td.product-subtotal:before {
        content: "SUBTOTAL";
    }
    .woocommerce-page table.shop_table td.product-total:before {
        content: "TOTAL";
    }
    .woocommerce .quantity,
    .woocommerce #content .quantity,
    .woocommerce-page .quantity,
    .woocommerce-page #content .quantity {
        margin: 0;
    }
    .woocommerce-page table.cart td.actions,
    .woocommerce-page #content table.cart td.actions {
        text-align: left;
        border: 0;
        padding-left: 6px !important;
    }
    .woocommerce-page table.cart td.actions .button.alt,
    .woocommerce-page #content table.cart td.actions .button.alt {
        float: left;
        margin-top: 10px;
    }
    .woocommerce-page table.cart td.actions div,
    .woocommerce-page #content table.cart td.actions div,
    .woocommerce-page table.cart td.actions input,
    .woocommerce-page #content table.cart td.actions input {
        margin-bottom: 10px;
    }
    .woocommerce-page .cart-collaterals .cart_totals {
        float: left;
        width: 100%;
        text-align: left;
    }
    .woocommerce-page .cart-collaterals .cart_totals th,
    .woocommerce-page .cart-collaterals .cart_totals td {
        border: 0 !important;
    }
    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
        padding-left: 6px !important;
    }
    .woocommerce-page table.shop_table tr.cart-subtotal td,
    .woocommerce-page table.shop_table tr.shipping td,
    .woocommerce-page table.shop_table tr.total td,
    .woocommerce-page table.shop_table.order_details tfoot th,
    .woocommerce-page table.shop_table.order_details tfoot td {
        padding-left: 6px !important;
        border: 0 !important;
    }
    .woocommerce-page table.shop_table tbody {
        padding-top: 10px;
    }
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }
    .woocommerce .order_details ul,
    .woocommerce-page .order_details ul,
    .woocommerce .order_details,
    .woocommerce-page .order_details {
        padding: 0;
    }
    .woocommerce .order_details li,
    .woocommerce-page .order_details li {
        clear: left;
        margin-bottom: 10px;
        border: 0;
    }
    /* make buttons full width, text wide anyway, improves effectiveness */
    #content table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions input,
    .woocommerce table.cart td.actions .button,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce table.cart td.actions input,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions input,
    .woocommerce-page table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions input {
        width: 100%;
    }
    /* keep coupon at 50% */
    #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce-page #content table.cart td.actions .coupon .button,
    .woocommerce-page #content table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon input,
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 48%;
    }
    /* clean up how coupon inputs display */
    #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        margin-top: 1.5em;
    }
    #content table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon .input-text {
        margin-bottom: 1em;
    }
    /* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        display: none;
    }
}


/* END Make the cart table responsive */

#mobile-query {
    background-color: ORANGE;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #FFF;
}

.stateselection {
    position: absolute;
}

.plusminusbtn {
    display: flex;
    float: right;
}

.smalllabel {
    font-size: 11px;
    margin-top: 2px;
    margin-left: 13px;
    color: rgba(0, 0, 0, 0.44);
}

.leadgen {
    margin-top: -300px;
}

.leadform {
    background-color: #fff;
    padding: 14px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.71);
    margin-top: -100px;
    margin-bottom: 60px;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.row.plner {
    background-color: rgba(152, 152, 96, 0.21);
}

.btn {
    box-shadow: 0 1px 4px rgb(123, 136, 123);
    font-weight: bold;
    background-color:#c91F37;
    color: #fff;
    line-height: 35px;
    /*border-radius: 4px;*/
    margin-top: 35px;
    width: calc(100% - 50px);
    text-align: center;
    cursor: pointer;
    left: 15px;
    transition: background-color .3s;
}

.btn:hover,
.btn:focus {
    /*background-color: #27ae60;*/
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.17);
}

.btn > * {
    position: relative;
}

.btn span {
    display: block;
    padding: 12px 24px;
}

.btn:before {
    background-color: #7ac300;
    color: #fff;
    line-height: 35px;
    /*border-radius: 4px;*/
    margin-top: 35px;
    width: calc(100% - 30px);
    text-align: center;
    cursor: pointer;
    left: 15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn:active:before {
    width: 120%;
    padding-top: 120%;
    transition: width .2s ease-out, padding-top .2s ease-out;
}


.card
{
    position: relative;
}

.FfPanel
{
    position: absolute;
    top: 132px;
    right: 22px;
}
.card-1:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.simple-button:hover {
    color: #333;
    background: #fff;
}

.simple-button {
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    color: #ffffff;
    min-width: 130px;
    margin-right: 10px;
    text-decoration: none;
    padding: 12px 25px;
    margin-top: 25px;
    float: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #84B42D;
}

.quote {
    background: #ebf3f5;
    padding: 15px 20px 5px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-family: cursive;
    font-size: 15px
}

.quote:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 18px 0 18px;
    border-color: #ebf3f5 transparent transparent transparent;
    position: relative;
    top: 37px;
    left: 20px;
}

.student {
    margin-left: 25px;
    margin-bottom: 80px;
}

.student .photo {
    border-radius: 100px;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

.student p {
    position: relative;
    top: 5px;
    text-transform: uppercase;
}

.student p:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.student p:nth-child(3) {
    font-size: 14px;
    color: #777;
}

.videodiv {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    padding: 1px;
}

img.andra {
    border-radius: 59%;
}

.testimonial-more {
    color: #84b42d;
    text-decoration: underline;
}

.wrapper .flexslider .slides img {
    max-height: none!important;
}

.appdiv {
    background-color: rgba(185, 183, 174, 0.19);
}

img.googleplay {
    width: 200px;
}

.header_page {
    height: 425px;
    margin-bottom: 20px;
}

.header_page1 {
    height: 325px;
    margin-bottom: 20px;
}

.getquotetitle {
    text-align: center;
    color: #6f6666;
    text-transform: uppercase;
}

.leadform-pkg {
    color: #453;
    padding: 9px;
    border: 1px #efefef solid;
    background-color: #dfe2d1;
    font-size: 12px;
}

.PanelContainer {
    margin-bottom: 100px;
    border-top: 1px solid #efefef;
}


/* new editing */

.planertop {
    background-color:#c91F37;
}

.planertop h4 {
    color: white;
    text-align: center;
}

.errspan {
    float: right;
    margin-right: 10px;
    margin-top: -42px;
    position: relative;
    z-index: 2;
    color: #4e8bac;
    padding: 0px 7px 0px 7px;
    border-left: 1px solid #bcc8d1;
    background-color: white;
}

.errspan1 {
   float: right;
    margin-right: 2px;
    margin-top: 7px;
    position: relative;
    z-index: 2;
    color: #4e8bac;
    padding: 0px 7px 0px 7px;
    border-left: 1px solid #bcc8d1;
}

.plusminusbtn {
       background-color: #fff;
    height: 38px;
    border: 1px solid #dadad9;
}

#adultcount {
    border: none;
    background: transparent;
    padding: 0;
}

.adultsdd {
    padding-left: 8px;
}



.qtyplus,
.qtyminus {
    width: 100%;
    height: 100%;
    border: none;
    color: #1d1919;
    background-color: transparent;
    font-size: 22px;
    font-weight: 500;
}




/*  image card*/

.home-card{
    font-family: inherit;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #e5e5e5;
    border-radius: 2px;
    line-height: 13px;
}

.home-card .title {
    line-height: 3rem;
    font-size: 1.5rem;
}

.home-card .content {
    padding: 1.3rem;
    font-weight: 300;
    border-radius: 0 0 2px 2px;
}

.home-card p {
    margin: 0;
}

.home-card .action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 1.3rem;
    color: #2d2727;
}

.home-card .image {
    position: relative;
}

.home-card .image .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.3rem;
    color: #fff;
    line-height: 1.5rem;
    text-shadow: rgba(3, 3, 3, 0.68) 2px 2px 2px;
}

.home-card .image img {
    border-radius: 2px 2px 0 0;
    width: 100%;
    height: 165px;
}


/*  editing card end */


/*  editing card text */

.imagegridtop h4 {
    text-align: center;
}

.imagegridtop p {
    text-align: center;
    margin-bottom: 1px;
}


/*  editing offers row */

.offersrow {
    padding:8px;
}


/*  editing grid align*/

.imagegridalign {
    margin-top: 36px;
}
/*  editing hot destination*/

.article-card {
    border: 1px solid #d7d7d7;
    margin-bottom: 1.5rem;
    box-shadow: 2px 4px 5px 0px #d7d7d7;
}

.article-card .card-content {
    background: #fff;
    margin: 1.25rem;
}

.article-card .card-content .post-author {
    text-align: center;
}

.article-card .card-content h4 {
    color: #CF000F;
}

.article-card .card-content p {
    color: #757D75;
}

.article-card .card-content a i {
    font-weight: 300;
    color: #757D75;
    margin: 0 .5rem;
    padding: 5px 7px 5px 7px;
    border: 1px solid #757D75;
    border-radius: 50%;
}

.article-card .card-content img.post-icon {
    position: absolute;
    width: 3rem;
    border-radius: 50%;
    margin-top: -3rem;
}


/*  editing  destination*/

#destination {
    margin-left: 76px;
}

.destination {
    max-width: 62.5rem;
}


/* editing  honeymoon*/

.honeymoon {
    margin-top: 46px;
    background-color: white;
    margin-bottom: 106px;
    margin-left: 26px;
    margin-right: 26px;
    padding-right: 46px;
}

.size_300x250 {
    width: 300px;
    height: 252px;
   
}
.promo_family{
     background: url(https://www.yatramantra.com/kerala/wp-content/themes/yatra/img/promo_family.jpg) no-repeat top left;
}
.promo_honeymoon{
     background: url(https://www.yatramantra.com/kerala/wp-content/themes/yatra/img/promo_honeymoon.jpg) no-repeat top left;
}
.promo_school{
     background: url(https://www.yatramantra.com/kerala/wp-content/themes/yatra/img/promo_school.jpg) no-repeat top left;
}
.promo_corp{
     background: url(https://www.yatramantra.com/kerala/wp-content/themes/yatra/img/promo_corp.jpg) no-repeat top left;
}
.bannerContainer {
    position: relative;
    border: 1px solid #d7d7d7;
    box-shadow: 2px 4px 5px 0px #d7d7d7;
}

.size_300x250 .textContainer {
    background: url(https://www.yatramantra.com/kerala/wp-content/themes/yatra/img/blue_bg.png) no-repeat bottom left;
    padding: 5% 5% 8% 5%;
}

.textContainer {
    text-align: center;
    color: #fff;
    position: absolute;
    width: inherit;
    padding: 5% 5% 10% 5%;
    z-index: 10;
}

.size_250x250 .logoContainer,
.size_300x250 .logoContainer {
    height: 20px;
}

.logoContainer {
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: inherit;
}

.ctaContainer {
    width: inherit;
    position: absolute;
    text-align: center;
    bottom: 17%;
}

.size_300x250 .cta {
    font-size: 90%;
}

.cta {
    color: #fff;
    cursor: pointer;
    background-color: #0ea82d;
    border-radius: 3px;
    border: 2px solid #fff;
    display: inline-block;
    line-height: 1.5;
    padding: 5px 10px;
}


/*  editing  appdiv*/

.appdiv {
    background-color: #26A65B;
    border: 1px solid #d7d7d7;
    box-shadow: 2px 4px 5px 0px #d7d7d7;
    margin: auto;
    color: #fff;
}


}
.u_floatL {
    float: left;
}
.u_playstore img {
    width: 200px;
    height: 70px;
}
.apppading {
    padding-left: 86px;
}
.head {
    color: white;
    padding-top: 56px;
    margin-left: -18px;
}
.apptext {
    padding-right: 226px
}

/*  editing  icondiv*/
.icondiv {
    border: 1px solid #d7d7d7;
    box-shadow: 2px 4px 5px 0px #d7d7d7;
    margin: auto;
}
i.round-icon {
    font-size: 1.7em;
    font-weight: 300;
    color: black;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}
.iconclass {
    padding-left: 0px;
}
.threePointHighlight {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 25px 0px;
}
.threePointHighlight .ptsCont {
    display: table;
    margin: auto;
    width: 80%;
}
.threePointHighlight .points {
    display: inline-block;
    margin-right: 10px;
    min-width: 245px;
    vertical-align: top;
}
.threePointHighlight .points div.highlightLogo {
    min-width: 35px;
    padding-right: 12px;
}
.threePointHighlight .points div {
    display: inline-block;
    vertical-align: top;
    margin: 0px 20px;
}
.iconbold {
    color: black;
    font-weight: 600;
}
.important {
    color: #960518;
}
.adultsfoam {
    margin-left: 11px;
    margin-right: 11px;
}
.adultsrow {
    padding-right: 19px;
}
.bookbar {
    margin-top: -312px !important;
    position: absolute;
    color: #fff;
    padding-left: 146px;
}
.line_book {
    border-bottom: 2px solid #d0c3c3;
    padding-top: 9px;
    width: 52%;
    margin-left: 20%;
}
.travelplanform {}
form.travelplanform .row .columns {
    padding: 0 .7rem 0 .9rem;
}
.qtyplus {
    border-left: 1px solid #dadad9;
}
.qtyminus {
    border-right: 1px solid #dadad9;
}
div#formsubmitbutton > button
{
    width: 125px;
    float: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    left: 0px;
    right: 0px;
}
div#formsubmitbutton 
{
    width: 125px;
    margin: auto;
}
div.buildbutton div#buttonreplacement
{
    width:35px;
    margin:auto;
    margin-top: -35px;
}
h3.herotext {
    color: white;
    font-weight: 600;
    font-size: 37px;
}
.btnbookbar {
    background-color: green;
}
.btnbookbar {
    background-color: green;
}
.buildbutton{
    padding: 10px;
}
.no-bullet ul {
    font-size: 22px;
    font-family: inherit;
    font-weight: 300;
}
#menu-main-menu li a {
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-left: 2px;
}
ul#menu-main-menu li:before {
    padding-right: 12px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2rem;
    border: 2px solid #fff;
    border-radius: 200%;
    padding: 5px;
    width: 0;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
ul#menu-main-menu li {
    padding: 10px;
}
.btnbookbar1 {
    background: transparent;
    border: 2px solid white;
}
.FfLetsStartButton btn {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
h3.bookingcom {
    color: #fff;
    margin-top: -5px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
span.textpart {
    color: #2b97f8;
}

.happclass{
     
     font-size:19px;
}
.popupenquiry {
    border-bottom: 2px solid rgba(53, 49, 45, 0.05);
    margin-bottom: 15px;
}
.trustdiv {
    border-top: 2px solid rgba(76, 69, 62, 0.12);
    margin-top: -15px;
}
#uwpqsf_id {
    border: 1px solid #ccc;
    background-color: #efefef;
    border-radius: 5px;
    padding: 5px;
}
.pkgtabs{
        background-color: #efefef;
}
.pkgoptiontab {
    background-color: #efefef;
}
.button-bar .button-group{
    margin-right:0;
}
.route {
    font-size: 11px;
    margin-left: 10px;
    margin-bottom: 3px;
    padding-bottom: 2px;
}
p.star-option {
    margin-bottom: 0px;
}
.label-container{
    position:fixed;
    bottom:48px;
    left: 70px;
    display:table;
    visibility: hidden;
}

.label-text{
    color:#FFF;
    background:rgba(51,51,51,0.5);
    display:table-cell;
    vertical-align:middle;
    padding:10px;
    border-radius:3px;
}

.label-arrow{
    display:table-cell;
    vertical-align:middle;
    color:#333;
    opacity:0.5;
    margin-left: -99px;
}

.msgfloat{
    position:fixed;
   transform: rotate(-90deg);
    transform-origin: left top 0;
    bottom: 50%;
    right: -105px;
    padding-left: 6px;
    padding-right: 6px;
    background-color:#178c10;
    color:#FFF;
    text-align:center;
}
i.fa.fa-android.alert-android {
    font-size: 2rem;
    color: #47a047;
}
.alert-box.secondary{
    margin-bottom: 0;
    background-color: #fff700;
}
a.alert-android {
    color: #000;
}
.mobile-head{
    background-color:#26A65B;
    height: 85px;

}
.mobile-head a
{
    position: relative;
}
span.mobile-tag {
    font-size: 9px;
    color: #eae4e4;
    position: absolute;
    bottom: -25px;
    right: 3px;
}
.hero-title {
    position: relative;
    margin-top: -200px;
    color: #fff;
    background: rgba(0, 0, 0, 0.32);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(237, 237, 237, 0.68) 64%, rgba(246, 246, 246, 0.58) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.85)), color-stop(64%, rgba(237, 237, 237, 0.68)), color-stop(100%, rgba(246, 246, 246, 0.58)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(237, 237, 237, 0.68) 64%, rgba(246, 246, 246, 0.58) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(237, 237, 237, 0.68) 64%, rgba(246, 246, 246, 0.58) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(237, 237, 237, 0.68) 64%, rgba(246, 246, 246, 0.58) 100%);
        background: linear-gradient(to bottom, rgba(121, 118, 118, 0.09) 0%, rgba(16, 7, 7, 0.27) 64%, rgba(19, 12, 12, 0.05) 100%);
    height: 178px;
    text-align: center;
}
.hero-title h1 {
    color: #FFF;
    text-align: center;
    font-size: 65px;
    font-family: inherit;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
span.hero-p p {
    text-align: center;
    font-family: inherit;
}
#footer_style{
    background-image:url('img/header-bg-1.jpg');height:69px;-webkit-box-shadow: -1px -15px 11px -5px rgba(237,237,237,1);-moz-box-shadow: -1px -15px 11px -5px rgba(237,237,237,1);box-shadow: -1px -15px 20px -5px rgb(253, 255, 249);
}
.sub-day {
    background-color: #dcdcdc;
}
.full-itinerary {
    margin-top: 5px;
    border-bottom: 2px solid #efefef;
    padding-top: 5px;
}
.poi-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.poi-image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.ribbon-wrapper-green {
 width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -2px;
}

.ribbon-green {
  font-size: 10px;
  color: #333;
  text-transform: capitalize;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
.row.sidebar-related {
    margin-top: 5px;
}
.row.perpersondiv {
    background-color: #77c2e6;
    color: #fff;
    font-size: 20px;
    
}
span.customizable {
    font-size: 8px;
    position: absolute;
    color: rgb(255, 255, 255);
    left: 200px;
}
.pkg-ttl {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.pkg-ttl:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #009ce9;
    position: absolute;
    left: 70%;
    top: 50%;
    overflow: hidden;
}
.viewpkg {
    font-size: 12px !important;
}
.duration {
    padding-left: 10px;
    color: #f96161;
}
h3.holidays {
    text-align: center;
    border-bottom: 1px double #abc151;
    border-bottom-width: 1px;
    border-left-width: 30px;

    align-content: center;
    margin-left: 20%;
    margin-right: 20%;
}
h2.pkg-footer-tax {
    font-size: 20px;
}

.input-number-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.input-number-group .input-group-button {
  line-height: calc(80px/2 - 5px);
}

.input-number-group .input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  display: block;
  margin: 0;
}

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  border: 1px solid #cacaca;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;
}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 40px;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 400;
}

.input-number-group .input-number-decrement {
  margin-right: 0.3rem;
}

.input-number-group .input-number-increment {
  margin-left: 0.3rem;
}
.flex-form > * {
    border: 0;
    padding: 10px;
    background: white;
    line-height: 50px;
    font-size: 20px;
    border-radius: 0;
    outline: 1;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.flex-form > *:last-child {
    border-right: 0;
}


.cover {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;
    min-height: 100vh;
}

.flex-form {
    display: flex;
  border: 1px solid #DBDBDB !important;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08) !important;
  border-radius: 4px;
}
.enquiryform{
    background-color:antiquewhite;
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.enquiryform:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.inner
{
    margin-left:50px;
}
.cn{
-webkit-box-shadow: -1px -1px 18px 19px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 18px 19px rgba(0,0,0,0.75);
box-shadow: -1px -1px 18px 19px rgba(0,0,0,0.75);
}
h3.hero-text {
    font-size: 3em;
    margin-top: -303px;
    color: #fff;
    text-align: center;
    text-shadow: rgb(3, 3, 3) 4px 4px 4px;
}

h3.hero-text1 {
    font-size: 3em;
    margin-top: -253px;
    color: #fff;
    text-align: center;
}
span.yatra-hero {
    color: orange;
}

.about-the-author {
  background-color: #fefefe;
  padding: 1rem;
  border: 1px solid #cacaca;
}

.about-the-author .separator-left {
  text-align: left;
}

.about-the-author .separator-left::before, .about-the-author .separator-left::after {
  display: table;
  content: ' ';
}

.about-the-author .separator-left::after {
  clear: both;
}

.about-the-author .separator-left::after {
  position: relative;
  width: 5rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 0.3rem auto 0;
  margin-left: 0;
}

.about-the-author .author-title {
  text-transform: uppercase;
}

.about-the-author .author-social .fa-stack {
  display: inline-block;
}

.about-the-author .author-social .fa-stack.facebook {
  color: #4c70ba;
}

.about-the-author .author-social .fa-stack.facebook:hover, .about-the-author .author-social .fa-stack.facebook:focus {
  color: #3b5998;
}

.about-the-author .author-social .fa-stack.twitter {
  color: #83c3f3;
}

.about-the-author .author-social .fa-stack.twitter:hover, .about-the-author .author-social .fa-stack.twitter:focus {
  color: #55acee;
}

.about-the-author .author-social .fa-stack.linkedin {
  color: #009ee8;
}

.about-the-author .author-social .fa-stack.linkedin:hover,.about-the-author .author-social .fa-stack.linkedin:focus {
  color: #007bb5;
}


.news-card {

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

button.call {
  background-color:black;
    border: 1px solid #777;
    color:Springgreen;
}

.inline-list .PackageRateWrapper
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.inline-list .PackageRateWrapper .PackageRate
{
    left: 5px;
    top: 12px;
}
.inline-list .PackageRateWrapper .Package-view
{
    display: inline-block;
    position: relative;
    float: right;
    right: 14px;
}
.inline-list .PackageRateWrapper .btn-curved
{
    padding: 12px 12px;
    border-radius: 5px;
}
select
{
    -moz-appearance: none !important;
    padding:0px 7px;
}
.mobile-head > div.small-12
{
    top: 12px;
}


.header-logo
{
    width: 350px;
    position: relative;
}
.header-rightside-menu
{
    width: auto;
}

.Copyright
{
    border-top: 1px solid #ebebeb;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.SocialMediaPanel a
{
    margin:10px;

}

    /*  single page tab section  */

.woocommerce div.product .woocommerce-tabs .panel
{
    padding: 25px 15px;
}

.woocommerce-page div.product div.images
{
    width: 60%;
}

/*quick-sale option X4 items inline listing*/

.ym-quick-sale ul.products li.product
{
    width: 18%;
    display: inline-block;
    vertical-align: top;
    margin: 25px 15px;
}
.ym-quick-sale ul.products li.product h2
{
    font-size: 12px;
}
.ym-quick-sale ul.products li.product a.button
{
    padding: 4px;
    border-radius: 3px;
    width: 60%;
    margin: auto;
    margin-top: 20px;
    display: block;
}




.scrollbar
{
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}


/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #000000;
}
div.table-responsive
{
    overflow: auto;
}


::-webkit-scrollbar {
    height: 5px;
}


    /*  single page product image flex slider  */


.woocommerce-page div.product div.summary
{
    width: 35%;
}




.header-logo-menu-section,.HeaderTopPart
{
    float: none;
    margin: auto;
}

.columns.medium-11.HeaderTopPart
{
    width: 70%;
    padding: 0px;
}
@media screen and (max-width: 1024px) 
{
    div#topFirst div.top_menu_container
    {
        width: 90%;
    }
    .woocommerce ul.products li.product .price
    {
        width: auto;
    }
}
@media screen and (max-width: 676px) 
{
    .header-logo-menu-section .nav.header-rightside-menu
    {
        padding-right: 0px;
        padding-left: 0px;
    }
    .header-logo-menu-section .nav.header-rightside-menu .ymHeader
    {
        padding-right: 0px;
    }
}


/* Large only, min-width 1025px and max-width 1440px  */
@media screen and (min-width: 64.063em) and (max-width: 90em) 
{
    .home.page-template-default .medium-5.medium-offset-6.card-1
    {
        width: 53%;
    }
}


/* Medium and up */
@media screen and (max-width: 64em) 
{

    .ym-quick-sale ul.products li.product
    {
        width: 25%;
    }
}



/* Large and up */
@media screen and (max-width: 48em) 
{
    /*  single page product image flex slider  */
    .woocommerce-page div.product div.summary,.woocommerce-page div.product div.images
    {
        width: 100%;
    }

    .ym-quick-sale ul.products li.product
    {
        width: 25%;
    }
}


/* Medium only */
@media screen and (min-width: 40.063em) and (max-width: 64em) 
{
    #topFirst li
    {
        padding-left: 3px;
    }
    .header-logo-menu-section
    {
        margin:0px !important;
        width: 100%;
    }
    section.top-slider h3.hero-text
    {
        margin-top: -352px;
        opacity: 0.7;
        font-size: 2.5rem;
    }

    section.top-slider h3.hero-text1
    {
        margin-top: -352px;
        opacity: 0.7;
        font-size: 2.5rem;
    }

    section.top-slider h3.hero-text span.yatra-hero
    {
        opacity: 1;
    }
    .header-logo
    {
        width: 250px;
        position: relative;
    }
    .header-rightside-menu
    {
        width: auto;
    }
    .home.page-template-default .top-slider
    {
        height: 300px;
    }
    div.FfPanel
    {
        position: relative !important;
        width: 100%;
        right: 0px !important;
        top: 0px;
        margin: 0px !important;

    }

}


/* Small only */
@media screen and (max-width: 40em)
{
    .show-for-small-only.mobile-head
    {
        padding: 50px 0px;
    }
    .show-for-small-only.mobile-head .header-container-mobile
    {
        position: relative;
        vertical-align: middle;
        display: block;
        padding: 6px 0px;
        margin: 0px;
        margin-top: -50px;
    }
    .show-for-small-only.mobile-head  .menu-opt
    {
        float: none;
        display: inline-block;
        bottom: 0px;
        top: 0px;
        vertical-align: middle;
        position: inherit;
        padding: 0px;
    }
    .show-for-small-only.mobile-head  .logo-img
    {
        vertical-align: middle;
        float: none;
        display: inline-block;
        position: absolute;
    }
    .show-for-small-only.mobile-head  .cart-opt a.fa-shopping-cart
    {
        color: #fff;
        font-size: 26px;
        position: absolute;
        top: 12px;
        bottom: 0px;
        vertical-align: middle;
    }

    section.top-slider h3.hero-text
    {
        font-size: 1.4rem;
    }

    section.top-slider h3.hero-text1
    {
        font-size: 1.4rem;
    }
    
    .header_page 
    {
        height: 230px;
        margin-bottom: 20px;
    }
    .header_page1 
    {
        height: 230px;
        margin-bottom: 20px;
    }
    h3.hero-text 
    {
        font-size: 2em;
        margin-top: -200px;
    }
    h3.hero-text1 
    {
        font-size: 2em;
        margin-top: -200px;
    }
    .FfPanel 
    {
        position: relative;
        top: 0px;
        right: 0px !important;
        margin-top: 0px; 
    
    }
    form.travelplanform .row .columns.room-person-count
    {
        padding-bottom: 15px;
    }
    .plusminusbtn input
    {
        text-align: center;
    }

    span.mobile-tag
    {
        bottom: -30px;
    }
    /* holiday family package home cards  */



    .home div.inner-wrap > div.honeymoon
    {
        padding: 0px;
        margin: auto;
        width: 300px;
    }
    .home .imagegridalign > .family-packcage-card
    {
        padding: 10px 0px;
    }

    .home .imagegridalign > .family-packcage-card > .bannerContainer
    {
        width: 100%;
    }
    .home .imagegridalign .home-card .action
    {
        padding:1rem;
    }
    .imagegridalign .home-card .image.poi-image strong
    {
        font-size: 20px;
    }
    .imagegridalign .home-card .action > p
    {
        text-align: center;
    }


    /* holiday family package home cards end */

    /* footer */

    footer#footer
    {
        margin-top: 0px;
        padding-top: 0px;
    }

    .contact-tollfree
    {
        position: relative;
        top: 0px;
        padding-top: 25px;
    }
    .SocialMediaPanel
    {
        margin-top: 0px;
    }



        
}


/* small screen max 425px */
@media screen and (max-width: 26.5625em)
{
    ol.breadcrumbs li
    {
        font-size: 8px;
    }

    .ym-quick-sale ul.products li.product
    {
        width: 35%;
    }
}
@media screen and (max-width: 20em)
{
    .ym-quick-sale ul.products li.product
    {
        width: 80%;
        margin: auto;
        margin-bottom: 40px;
    }
}
<<<<<<< HEAD
/*styles for more bedrooms*/
.link1{
text-align: right;
margin-top: -50px;
}
.rightarrow {
    transform: rotate(-45deg);
      border: solid #26A65B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
    -webkit-transform: rotate(-45deg);
}
.tooltip{
    color: #555;
    background: #f8f8f8;
    max-width: 200rem;
    margin-right: 25px;
}
.head1{
    font-size: 16px;
    color: white;
    display: inline-block;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.marg1{
    margin-top: -20%;
}

.woocommerce .onsale.featured1{
    background-color: transparent !important;
    font-size: 12px;
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    bottom: 200px;
    width: 55px;
    color: black;
}
.siz{
    font-size: 16px;
    margin-left: 5px;
}
/*heading*/
.column1 {
  opacity: 1;
  position: relative;
  transform: translateY(0px);
  transition: all 0.75s ease 0s;
  width: 100%;
}
.tick-wrap {
  height: 40px;
  margin: 0px;
  overflow: hidden;
  width: auto;
}
.tick-wrap h2 span {
  display: inline-block;
  flex-shrink: 1;
}
.tick-wrap h2 {
  align-items: center;
  color: #333;
  display: flex;
  font-family: sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.tick-wrap a h2::after, .tick-wrap h2::after {
  background: #26A65B;
  content: "";
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  height: 3px;
  margin-left:12px;
}

@media only screen and (max-width: 600px) {
   .link1{
font-size: 80%;     
text-align: right;
margin-top: -50px;
    }
    .label{
        font-size: 6px;
    }
.woocommerce .onsale.featured1{
    background-color: transparent !important;
    font-size: 12px;
    position: absolute;
    top: 5px !important;
    right: -5px !important;
    bottom: 200px;
    width: 55px;
    color: black;
}
.head1{
    font-size: 13px;
    color:white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.siz{
    font-size:13px;
    margin-left: 5px;
}
}
.icon_tax_title{
font-size:24px;
 text-align:center;
    }
   @media only screen and (max-width: 767px) {
    .icon_tax_title{
font-size:12px;
 text-align:center;
    }
    }
      @media only screen and (min-width: 767px) and (max-width:1439px)  {
    .icon_tax_title{
font-size:20px;
 text-align:center;
    }
    }
 .woocommerce span.sale-tag {
    z-index: 1;
    width: 110px;
    height: 150px;
    background:#00b5ce;
    position: absolute;
    top: -80px;
    left: -40px;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
}
.woocommerce span.sale-tag .top-seller {
    position: absolute;
    top: 65px;
    right: 0px;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
    font-size: 12px;
    font-weight: bolder;
    color: #fff;

}
.woocommerce div.product {
    overflow: hidden;
}
.woocommerce ul.products li {
    overflow: hidden;
}



.woocommerce ul.products li.product .woocommerce-loop-product__title
{
    width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

.woocommerce ul.products li.product .price
{
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    width: 220px;
    margin-top: 0px;
    margin-left: 5%;
}

.woocommerce ul.products li.product .button
{
    display: inline-block;
    margin-top: 0px;
    margin-left: 5%;
}

/* Offers */
.offer{}
.offer_available {
    margin-bottom: 20px;
    font-size: 1.2rem;
}
span.offer_weight {
    font-weight: 600;
}
._9i12 {
    width: 80%;
    position: relative;
    padding: 15px 15px 10px 0;
    border: 1px dashed #9b9b9b;
    border-radius: 3px;
    margin: 0;
    margin-bottom: 5px;
}
._3Prn {
    position: absolute;
    top: -12px;
    left: 10px;
    font-size: 1rem;
    color: #012b72;
    background: #fff764;
    padding: 3px 8px 3px 5px;
    border: 1px solid #ded215;
    border-radius: 4px;
    z-index: 1;
}
/*salestag*/
.salestag {
    background-color: #f1c40f;
    width: 60px;
    font-size: 10px;
    float: right;
    position: relative;
    top: 15px;
    margin-bottom: -25px;
}
.salestagx {
    background-color: green;
    width: 60px;
    font-size: 10px;
    float: right;
    position: relative;
    top: 45px;
    margin-bottom: -25px;
    color: black;
}
@media only screen and (max-width: 760px) 
{
    .salestag {
        background-color: #f1c40f;
        position: relative;
        top: 10px;
        width: 40px;
        font-size: 6px;
        
    }
    .salestagx {
        background-color: green;
        color:black;
        position: relative;
        top: 25px;
        width: 40px;
        font-size: 6px;
        
    }
}
/*  Single Package Timeline*/
.history-tl-container{
    font-family:inherit;
  width:100%;
  display:block;
  position:relative;
}
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
    display:inline-block;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    margin-left:300px;
    min-height:50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left:1px dashed #86D6FF;
    padding:0 0 50px 30px;
    position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
    position: absolute;
    left: -10px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #258CC7;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
    border-color:  #258CC7;
    transition: all 1000ms ease-in-out;
}
ul.tl li .item-title{
  text-align:justify;
  position: relative;
    top: -15px;
}
ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:12px;
}
ul.tl li .timestamp{
    color: #8D8D8D;
    position: absolute;
    width: 100px;
    left: -16%;
    text-align: right;
    font-size:20px;
    top: -20px;
}
.image-timeline{
  float:right;
  margin-left:8px;
}
.titlehead{
  font-size:20px;
  font-weight: 900;
}
.box1{
  background:#e4e4e4;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  width: 80%;
  top: -54px;
  padding:15px;
}
.box1c {
    background: #e4e4e4;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    width: 80%;
    top: 25px;
    padding: 10px;
}
.imgc{
  height:50px;
  width:35px;
  border-radius:50%;
  margin-left:13px;
}
.imgc1 {
    height: 50px;
    width: 120px;
    margin-left: 12px;
    display:inline;
}
.hoteltitle{
  padding-left:5px;
  display:inline;
}
.hotel-content{
  color:blue;
  padding-left:79px;
  font-size:18px;
  display:inline;
}
.margb{
  padding-right:15px;
}.nightstay{
  font-size: 14px;
    display: inline;
    padding-left: 5px;
}
.altop{
  top: -8px;
    position: relative;
    left: -7px;
}
.star{
  display:inline;
  padding-left:15px;

}
.star-1:after {
    content: "(★)";
}
.star-2:after {
    content: "(★★)";
}
.star-3:after {
    content: "(★★★)";
}
.star-4:after {
    content: "(★★★★)";
}
.star-5:after {
    content: "(★★★★★)";
}
.history-tl-container ul.tl span {
    list-style: none;
    margin: auto;
    margin-left: 300px;
    min-height: 100px;
    /* background: rgba(255,255,0,0.1); */
    border-left: 1px dashed #86D6FF;
    padding: 0 0 50px 30px;
    position: relative;
}
.cd {
    font-size:14px;
    position: relative;
    left: 250px;
  
}
.cd1 {
    font-size: 14px;
    position: relative;
    left: 251px;
    top: -40px;
}

@media only screen and (max-width:767px) {
 .history-tl-container ul.tl li {
    margin-left: 55px;
    padding: 0px 0 0px 10px;
}
ul.tl li .timestamp {
    left: -28%;
    font-size: 14px;
    top: -9px;
    width: 55px; 
     font-size: 10px;

}
.titlehead {
    font-size: 12px;
    top: 10px;
    position: absolute;
}
ul.tl li .item-title {
    top: -15px;
    font-size: 10px;
    padding-top: 15px;
    width: 100%;
}
.image-timeline {
    float: left;
    margin-left: 0px;
}
.box1{
    height: 175px;
    width: 90%;
    top: 0px;
    left: 0px;
    line-height:20px;
    padding:0;
}
.imgc {
    height: 50px;
    width: 20px;
    margin-left: 8px;
}
.hoteltitle {
    padding-left: 10px;
    font-size: 10px;
}
.nightstay {
    font-size: 8px;
    padding-left: 4px;
}

.imgc1 {
    width: 68px;
    margin-left: 10px;
}

.altop{
  line-height: 0px;
}
.image-timeline1 {
    float: left;
    margin-left: 14px;
    margin-top: 5px;
}
.history-tl-container ul.tl span {
    margin-left: 55px;
    padding: 0 0 77px 30px;
}
.cd {
    font-size: 14px;
    left: 7px;
    top: 0px;
}
.cd1 {
    font-size: 14px;
    left: 8px;
}
  .cabtitle {
    padding-left: 15px !important;
    font-size: 12px !important;
}
.starc {
    padding-left: 15px !important;
}
.cabseater {
    padding-left: 15px !important;
    font-size: 8px;
}
}
@media only screen and (max-width:321px) {
  ul.tl li .timestamp {
  left: -37%;
    padding-top: 3px;
    width: 55px;
  }

}
@media only screen and (min-width:768px) and (max-width:1025px) {
.history-tl-container ul.tl li {
    margin-left: 100px;
    padding: 0 0 30px 20px;
}
ul.tl li .timestamp {
    left: -25%;
    font-size: 15px;
    top: -12px;
}
.titlehead {
    font-size: 20px;
    padding-top: 4px;
}
ul.tl li .item-title {
   font-size: 12px;
}
.box1 {
    width: 100%;
    left: 0px;
    top:-35px;
}
.imgc{
  width:25px
}
.hoteltitle{
  font-size:12px;
}
.imgc1{
  width:90px;
}
.nightstay{
  font-size:11px ;
}
.history-tl-container ul.tl span {
    margin-left: 101px;
    padding: 0 0 79px 30px;
}
.cd {
    font-size: 18px;
    left: 43px;
    top: 0px;
}
.cd1 {
    font-size: 18px;
    position: relative;
    left: 43px;
    top: -25px;
}
.cabtitle{
    font-size:14px !important;
}
.starc{
 display: grid !important;
}
.cabseater {
    font-size: 10PX;
    padding-left: 28px !important;
}
}
@media only screen and (min-width:1023px) and (max-width:1339px) {
.hoteltitle{
  font-size:16px;
}
.imgc1{
  width:110px;
}
ul.tl li .timestamp {
    left: -17%;
 }
}
.image-dummy-car {
    float: right;
    top: 0px;
        width: 115px;
    position: relative;
}
.cabtitle{
    color:brown;
    padding-left:25px;
    font-size:20px;
    display:inline;
}
.cabseater{
    display:inline;    
     padding-left: 25px;
}
.starc{
  display:inline;
  padding-left:30px;

}
a#noshow {
    color: red;
}

div#topFirst .top_menu_container .list-sites-all.state-list
{
    position: absolute;
    z-index: 2;
}

.menu.drop_down_list_custom
{
    background: #1d9a51c9;
    
}


div#topFirst .drop_down_custom.active
{
    border: none;
    padding: 0px 17px;
    padding-left: 0px;
    margin-left: -14px;



}
div#topFirst .drop_down_list_custom
{
    display: none;
}
div#topFirst .drop_down_custom.active:hover .drop_down_list_custom
{
    display: block;
    position: absolute;
}
div#topFirst .menu.drop_down_list_custom li.menu-item
{
    display: block;
    padding: 0px 17px;
    text-align: left;
    border: none;

}

div#topFirst .top_menu_container .list-sites-all.state-list .menu.drop_down_list_custom li.menu-item
{
    display: block;
}

#topFirst .top_menu_container .list-sites-all.state-list .menu.drop_down_list_custom li.menu-item:hover
{
    background: #1a7b42;
    font-weight: 900;
    color: #1d9a51;
    opacity: 1;
}
#topFirst .top_menu_container .list-sites-all.state-list .menu.drop_down_list_custom li.menu-item:hover a
{
    color: #fff;
}

@media only screen and (max-width:1024px)
{
    div#topFirst .top_menu_container .list-sites-all.state-list
    {
        left: 30px;
    }
}