@charset "utf-8";
/* CSS Document */

/*.....:Fonts Styles:.....*/

@font-face {
    font-family: 'SignikaRegular';
    src: url('fonts/SignikaRegular.eot');
    src: url('fonts/SignikaRegular.eot') format('embedded-opentype'), url('fonts/SignikaRegular.woff2') format('woff2'), url('fonts/SignikaRegular.woff') format('woff'), url('fonts/SignikaRegular.ttf') format('truetype'), url('fonts/SignikaRegular.svg#SignikaRegular') format('svg');
}

@font-face {
    font-family: 'TrajanProRegular';
    src: url('fonts/TrajanProRegular.eot');
    src: url('fonts/TrajanProRegular.eot') format('embedded-opentype'), url('fonts/TrajanProRegular.woff2') format('woff2'), url('fonts/TrajanProRegular.woff') format('woff'), url('fonts/TrajanProRegular.ttf') format('truetype'), url('fonts/TrajanProRegular.svg#TrajanProRegular') format('svg');
}

h1,
h2,
h3 {
    padding: 0;
    margin: 0
}

footer {
    background-color: black;
}

.main-content-area {
    float: left;
    width: 100%;
}

.kerala-package-slider {
    float: left;
    width: 100%;
    padding: 10px 0px 33px 0px;
}

@media(min-width:200px) and (max-width:1200px) {
    .kerala-package-slider {
        padding-left: 3%;
        padding-right: 3%;
    }
}

.top-shadow {
    float: left;
    width: 100%;
    background: url(../images/shw.png) no-repeat top;
    height: 30px;
    background-size: 100%;
}

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 10000%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
}

@media(min-width:1360px) and (max-width:1500px) {
    .nbs-flexisel-inner {
        width: 99%;
    }
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    width: 20px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}

.nbs-flexisel-nav-left {
    right: 50px;
    background: url(../images/left.png) no-repeat;
    background-color: #353535;
    top: 30px !important;
}

.nbs-flexisel-nav-right {

    right: 30px;
    background: url(../images/right.png) no-repeat;
    background-color: #5a5a5a;
    top: 30px !important;
}

.nbs-flexisel-nav-right:hover {
    background-color: #ef4024;
}

.nbs-flexisel-nav-left:hover {
    background-color: #ef4024
}

.kerala-package-heading {
    float: left;
    width: 100%;
}

.kerala-package-heading h4 {
    font-family: 'Oswald', sans-serif;
    color: #000000;
    font-size: 18px;
    padding: 0px 0px 15px 0px;
    text-transform: uppercase;
}

.ayurvedhabox {
    float: left;
    width: 90%;
    margin: 0 5px;
}

.ayurvedha-image {
    float: left;
    width: 100%;
}

.ayurvedha-image img {
    width: 100%;
}

.ayurvedha-contents {
    float: left;
    width: 100%;
    background: #FFF;
    border-bottom: 5px #c3c3c3 solid;
    background-color: #CCC;
    background-color: rgba(204, 204, 204, 0.29);
}

.ayurvedha-contents h4 {
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #242424;
    min-height: 75px;
}

.ayurvedha-contents2 {
    float: left;
    width: 100%;
    background: #FFF;
    border-bottom: 5px #c3c3c3 solid
}

.ayurvedha-contents2 h4 {
    padding: 14px 0px 10px 0px !important;
    min-height: 80px;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #242424;
}

.ayurvedha-enquire-now {
    float: left;
    width: 100%;
}

.ayurvedha-enquire-now a {
    float: left;
    width: 80%;
    margin: 0 10% 15px 10%;
    display: block;
    background: #ffa302;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    font-style: italic;
    padding: 15px 0px 15px 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.59);
}

.ayurvedha-enquire-now2 {
    float: left;
    width: 100%;
}

.ayurvedha-enquire-now2 a {
    float: left;
    width: 80%;
    margin: 0 10% 15px 10%;
    display: block;
    background: #FFA302;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    font-style: italic;
    padding: 15px 0px 15px 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.59);
}

.indian-packages-main-outer {
    float: left;
    width: 100%;
    background: url(../images/package-bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 35px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

@media(min-width:200px) and (max-width:1200px) {
    .indian-packages-main-outer {
        padding-left: 3%;
        padding-right: 3%;
    }
    .ayurvedha-contents2 h4 {
        min-height: 80px;
    }
    .ayurvedha-contents h4 {
        min-height: 100px;
    }
}

.indian-package-heading {
    float: left;
    width: 100%;
}

.indian-package-heading h4 {
    font-family: 'Oswald', sans-serif;
    color: #FFF;
    font-size: 18px;
    padding: 0px 0px 15px 0px;
    text-transform: uppercase;
}

.indian-package-slider {
    float: left;
    width: 100%;
    padding: 10px 0px 60px 0px;
    margin: 20px 0px 0px 0px;
}

.bottom-main-content-area {
    float: left;
    width: 100%;
}

@media(min-width:200px) and (max-width:1200px) {
    .bottom-main-content-area {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media(min-width:200px) and (max-width:500px) {
    .col-xs-6 {
        width: 100% !important;
    }
}

.get-ready-contents {
    float: left;
    width: 100%;
}

.get-ready-contents h4 {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 18px;
    padding: 0px 0px 5px 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: #ccc dashed 1px;
    padding-bottom: 15px;
}

.get-ready-contents p {
    font-family: 'Open Sans', sans-serif;
    color: #3a3a3a;
    font-size: 13px;
    line-height: 22px;
}

.countries-seperation {
    float: left;
    width: 100%;
    margin: 10px 0px 50px 0px;
}

.country-box {
    float: left;
    width: 100%;
    position: relative;
    padding: 2px;
    border: 1px solid #DAD8D8;
    padding-top: 12px;
    background-color: #FFF;
    margin-bottom: 15px;
}

.country-box-image {
    float: left;
    width: 100%;
}

.country-box-image img {
    border: 5px #feaa25 solid;
    width: 90%;
    margin: 0 5% 0 5%;
}

.country-image-shadow {
    float: left;
    width: 100%;
    height: 20px;
    background: url(../images/shw2.png) no-repeat top;
}

.country-box-contents {
    float: left;
    width: 100%;
    min-height: 190px;
    padding: 10px;
}

.country-box-contents h4 {
    font-family: 'Oswald', sans-serif;
    color: #252525;
    font-size: 16px;
    text-align: center;
    padding: 10px 0px 5px 0px;
    margin: 0px;
}

.country-box-contents p {
    font-family: 'Open Sans', sans-serif;
    color: #1f1f1f;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
}

.country-box-contents-view {
    float: left;
    width: 100%;
}

.country-box-contents-view a {
    float: left;
    width: 60%;
    margin: 0 20% 15px 20%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background: #ffa302;
    font-family: 'SignikaRegular';
    font-size: 16px;
    color: #FFF;
    text-align: center;
    padding: 5px 0px 5px 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.59);
}

.country-caption {
    float: left;
    width: 100%;
    z-index: 2;
    position: absolute;
    background: url(../images/caption-bg.png) repeat;
    top: 35%;
}

.country-caption h4 {
    padding: 8px 0px 8px 0px;
    text-align: center;
    margin: 0px;
    color: #ff9c00;
    border: 1px #ff9c00 solid;
    font-size: 17px;
    font-family: 'TrajanProRegular';
}

footer {
    float: left;
    width: 100%;
    background: url(../images/footer-bg.jpg) repeat bottom;
    background-attachment: fixed;
    padding: 60px 0;
}

@media(min-width:200px) and (max-width:1200px) {
    footer {
        padding-left: 3%;
        padding-right: 5%;
    }
}

.news-letter-main {
    float: left;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.news-letter-main h4 {
    font-family: 'Open Sans', sans-serif;
    color: #d5d4d4;
    font-size: 19px;
}

.news-letter-main input {
    width: 180px;
    height: 40px;
    border: 1px #424339 solid;
    color: #DED7D7;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: none;
    float: left;
    padding: 0px 0px 0px 10px;
    background-color: rgba(255, 255, 255, 0.23);
}

@media(min-width:200px) and (max-width:350px) {
    .news-letter-main input {
        width: 150px;
    }
}

.news-letter-main input.submit {
    background: #feaa25;
    float: left;
    border: 0px;
    text-align: center;
    padding: 0px;
    width: 80px;
    height: 40px;
    color: #030303;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.footer-bottom-links {
    float: left;
    width: 100%;
}

.speak-main-outer {
    float: left;
    width: 100%;
}

.footer-links {
    float: left;
    width: 100%;
}

.footer-links h4 {
    font-family: 'Open Sans', sans-serif;
    color: #d5d4d4;
    font-size: 17px;
}

.footer-links ul {
    margin-left: -40px;
}

.footer-links ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul li:before {
    content: "• ";
    color: #FFA302;
    /* or whatever color you prefer */
    font-size: 20px;
    /* or whatever the bullet size you prefer */
}

.footer-links ul li a {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #D6D6D6;
    font-size: 13px;
}

.client-box {
    float: left;
    width: 100%;
}

.client-box h4 {
    font-family: 'Open Sans', sans-serif;
    color: #d5d4d4;
    font-size: 17px;
    padding: 0px 0px 10px 0px;
}

.client-box-contents {
    float: left;
    width: 100%;
}

.client-box-contents p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #D6D6D6;
    font-size: 13px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.client-box-contents h1 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #acacad;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

.client-pic {
    float: left;
    width: 100%;
}

.client-pic img {
    width: 100%;
}

.copyright {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.copyright p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #919292;
    font-size: 13px;
    text-align: left;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

@media(min-width:200px) and (max-width:1200px) {
    .copyright p {
        text-align: center;
    }
}

.footer-social-media {
    float: right;
    margin: 0px;
}

@media(min-width:200px) and (max-width:768px) {
    .footer-social-media {
        display: none;
    }
}

.footer-social-media a {
    float: right;
    margin: 0px;
    padding-left: 24px;
    padding-right: 0px;
}

.kerala-attractions {
    float: left;
    width: 90%;
    position: absolute;
    z-index: 9999;
    top: -130px;
}

@media(min-width:200px) and (max-width:1200px) {
    .kerala-attractions {
        position: inherit;
        z-index: inherit;
        top: 0px;
    }
}

.kerala-attractions-title {
    float: left;
    width: 100%;
}

.kerala-attractions-image {
    float: left;
    width: 100%;
    position: relative;
}

.kerala-attactions-inner-img {
    float: left;
    width: 100%;
}

@media(min-width:200px) and (max-width:768px) {
    .kerala-attactions-inner-img {
        margin-left: 3%;
    }
}

.kerala-attactions-inner-img img {
    border: 5px #ffffff solid;
    width: 100%;
}

.kerala-attractions-heading {
    float: left;
    width: 112%;
    position: absolute;
    top: 20px;
    left: -15px;
    z-index: 9999;
    height: 70px;
    background: url(../images/heading-bg.png) no-repeat center;
    background-size: 100%;
}

@media(min-width:200px) and (max-width:768px) {
    .kerala-attractions-heading {
        width: 100%;
        margin-left: 5%;
    }
}

.kerala-attractions-heading h4 {
    font-size: 18px;
    font-family: 'TrajanProRegular';
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.59);
    text-align: center;
    margin-top: 17px;
}

.kerala-attractions-view-more {
    float: left;
    width: 100%;
    background: url(../images/attractions-bg.png) repeat;
    position: absolute;
    z-index: 2;
    bottom: 0px;
}

@media(min-width:200px) and (max-width:768px) {
    .kerala-attractions-view-more {
        margin-left: 3%;
    }
}

.kerala-attractions-view-more a {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    padding: 5px 20px 5px 20px;
    background: #000000;
}

.hot-deals {
    float: left;
    width: 100%;
    position: relative;
    margin: 195px 0px 20px 0px;
}

@media(min-width:768px) and (max-width:1200px) {
    .hot-deals {
        margin-top: 20px;
        width: 90%;
    }
}

@media(min-width:200px) and (max-width:768px) {
    .hot-deals {
        padding-left: 3%;
        padding-right: 3%;
        margin-top: 20px;
        width: 95%;
    }
}

.hot-deals-heading {
    float: left;
    width: 112%;
    position: absolute;
    top: 20px;
    left: -15px;
    z-index: 3;
    height: 70px;
    background: url(../images/heading-bg.png) no-repeat center;
    background-size: 100%;
}

@media(min-width:200px) and (max-width:768px) {
    .hot-deals-heading {
        margin-left: 5%;
        width: 97%;
    }
}

.hot-deals-heading h4 {
    font-size: 18px;
    font-family: 'TrajanProRegular';
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.59);
    text-align: center;
    margin-top: 17px;
}

.hot-deal-image {
    float: left;
    width: 100%;
    position: relative;
}

.hot-deal-image img {
    width: 100%;
    height: auto;
}

.image-caption {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 2;
    background: url(../images/hot-deal-caption-bg.png) repeat;
    min-height: 220px;
}

.image-caption h1 {
    font-size: 20px;
    font-family: 'TrajanProRegular';
    color: #ffd800;
    text-align: center;
    padding: 70px 0px 0px 0px;
    font-weight: bold;
}

.hot-deal-view-more {
    float: left;
    width: 100%;
    height: auto;
    margin: 150px 0px 0px 0px;
}

.hot-deal-view-more a {
    display: table;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    padding: 5px 20px 5px 20px;
    background: #000000;
}

.dining-box {
    float: left;
    width: 100%;
    position: relative;
    margin: 50px 0px 0px 0px;
}

.dining-image {
    float: left;
    width: 100%;
    position: relative;
}

.dining-image img {
    width: 100%;
    height: auto;
    border: 5px #00a99d solid;
}

.dining-caption {
    float: left;
    width: 96%;
    left: 2%;
    top: 2%;
    z-index: 2;
    position: absolute;
    background: url(../images/caption.png) repeat;
}

.dining-caption h4 {
    font-family: 'Oswald', sans-serif;
    color: #FFF;
    font-size: 18px;
    padding: 7px 19px 12px 15px;
}

.dining-caption p {
    font-family: 'SignikaRegular';
    color: #FFF;
    font-size: 13px;
    padding: 0px 15px 10px 15px;
}

.dining-view-more {
    float: left;
    width: 96%;
    left: 2%;
    bottom: 2%;
    background: url(../images/view-bg.png) repeat;
    position: absolute;
    z-index: 2;
}

.dining-view-more a {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    padding: 5px 20px 5px 20px;
    background: #000000;
}

.malasia-special {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0px 0px 0px;
}

.malasia-special-image {
    float: left;
    width: 100%;
}

.malasia-special-image img {
    width: 100%;
}

.malasia-heading {
    float: left;
    width: 112%;
    position: absolute;
    top: 20px;
    left: -15px;
    z-index: 3;
    height: 70px;
    background: url(../images/malasia-caption.png) no-repeat center;
    background-size: 100%;
}

.malasia-heading h4 {
    font-size: 18px;
    font-family: 'TrajanProRegular';
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.59);
    margin: 0px;
    padding: 5px 0px 0px 25px;
}

.malasia-heading h4 span {
    font-size: 15px;
}

.malasia-view-more {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.31);
}

.malasia-view-more a {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    padding: 5px 20px 5px 20px;
    background: #007eff;
}

.banner-caption {
    float: left;
    background: url(../images/view-bg.png) repeat;
    padding: 15px;
}

@media(min-width:200px) and (max-width:1200px) {
    .banner-caption {
        display: none;
    }
}

.banner-caption h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    padding: 0px 30px 0px 30px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
}

.banner-caption p {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    padding: 0px 30px 0px 30px;
    color: #FFF;
    text-align: left;
}

.banner-caption a {
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    padding: 0px 30px 0px 30px;
    color: #ffb600;
    text-align: left;
    margin: 10px 0px 10px 0px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
}

.abt-ct-wrapper .page-title {
    color: #3a3a3a;
    font-family: "Oswald", sans-serif;
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: left !important;
}

ul.page-title,
.page-title p {
    color: #3a3a3a;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: left;
}

.page-title h2, .page-title h3, .page-title h4
{
    color: #3a3a3a;
    font-family: "Oswald", sans-serif;
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
/*Modified style*/

#Grid {
    text-align: left;
}

#Grid li.mix {
    padding: 15px;
}

#Grid .mix {
    display: none;
    opacity: 0;
}

.gallery-cats.controls {
    text-align: center;
    margin-bottom: 20px;
}

.gallery-cats.controls ul li {
    display: inline-block;
    padding: 10px 15px;
    color: #3c3c3c;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    text-transform: uppercase;
}

.gallery-cats.controls ul li.active,
.gallery-cats.controls ul li:hover {
    background: #c8204f !important;
    color: #ffffff;
}

.gallery-cats.controls ul li:hover {
    background: #053774;
}

#Grid li.mix img {
    width: 100%;
}

/*Modified style end*/

.p-left-0 {
    padding-left: 0;
}

.head-25 {
    font-size: 26px;
}

.head-25::after {
    display: block;
    width: 50px;
    height: 4px;
    background: #00a99d;
    content: '';
    margin-top: 6px;
}

.fh-inner-banner .img-tp {
    padding: 0
}

.indian-package-slider {
    padding: 80px 10px;
}

.ayurvedha-image img {
    border-radius: 2px;
}


.r-align {
    display: block;
    text-align: right;
}


.return-none {
    background: none;
    border: none;
    color: #03a69f;
    transition: 0.3s;
    box-shadow: none;
}

.return-none:focus,
.return-none:hover,
.return-none:active {
    background: none;
    background-color: none;
    border: none;
    color: #ef4024;
    margin-right: 5px;
    box-shadow: none;
}

.font-20 {
    font-size: 20px;
    margin: -2px 5px 0px 0
}

.cust-cont {
    text-align: center;
}

.cust-cont {
    padding-bottom: 24px;
}

@media(max-width:1200px) {
    .country-box-contents h4 {
        margin-top: 20px;
    }
    .country-box-contents p {
        min-height: 220px;
    }
}

@media(max-width:980px) {
    .country-box-contents h4 {
        margin-top: 0;
    }
    .country-box-contents p {
        min-height: 145px;
    }
}

@media(max-width:768px) {
    .country-box-contents h4 {
        margin-top: 20px;
    }
    .country-box-contents p {
        min-height: 145px;
    }
}

@media (max-width: 480px) {
    .country-box-contents {
        /*min-height: 270px;*/
    }
    .country-box-contents p {
        min-height: 120px;
    }

}

@media (max-width: 420px) {
    .kerala-package-heading a,
    .indian-package-heading a {
        right: 30px !important;
        top: -20px !important;
    }

}


/*flex-btn*/

.kerala-package-heading a,
.indian-package-heading a {
    float: right;
    padding: 3.5px 11px;
    right: 80px;
    top: 8px;
    font-size: 12px;
    background: #03a69f;
    color: white;
    position: relative;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    text-transform: uppercase;
}

.kerala-package-heading a:hover,
.indian-package-heading a:hover {
    background: #ef4024;
    text-decoration: none;
}

.kerala-package-heading h4,
.indian-package-heading h4 {
    float: left;
}

.btn-info {
    color: #fff;
    background-color: #00a99d;
    border: 0;
    padding: 8px 16px;
    border-radius: 2px;
    transition: 0.2s;
}

.btn-info:hover {
    background-color: #11c3a0;
    text-decoration: none;
}

.ayur-pack h4, 
.ayur-pack p, 
{
    min-height: 0;
    text-align: center;
    color: black;
    font-style: normal;
}

.ayur-pack h4{
    color: #242424;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    line-height: 27px;
    font-weight: normal;
}
.ayurpack p
    {font-size: 14px;
    text-align: center;
        padding: 0 4px;
    line-height: 21px;
        min-height: 0;

}

.ayur-pack{
    min-height: 128px;
}
.or-plan-wrapper h1{
    color: #3a3a3a;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.btn-holder {
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%;
    height: 105px;
    z-index: 9999;
}
.play-icon {
    position: inherit;
    width: 105px;
    height: 105px;
    left: 40%;
    background: url(../images/play-btn.png) no-repeat;
    cursor: pointer;
    transition: 0.2s;
}
.v-text{
    padding-top: 30px;
    color: rgb(255, 255, 255);
    left: 40%;
    position: inherit;
    opacity: 0;
    transition-delay: 0.2s;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}
.btn-holder:hover .play-icon{
    left: 23%;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}
.btn-holder:hover .v-text{
    left: 45%;
    opacity: 1;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

.img-b-rad{
        border-radius: 4px;
}
 
 


/*blog section*/

.blog section{
    padding:60px 0px;
    font-family: 'Raleway', sans-serif;
}

blog h2 {
    color: #4C4C4C;
    word-spacing: 5px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom:30px;
    font-family: 'Raleway', sans-serif;
}
.ion-minus{
    padding:0px 10px;
}

.blog{
	background-color:#f6f6f6;
}

.blog .card {
    background-color: #FFF;
    border: 1px solid #eceaea;
    margin: 20px 0px;
}

.blog .card-block {
    padding: 15px;
}

.btn.btn-default {
    background-color: #5db4c0;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 13px 20px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}
/*blog section end*/

.breadcrumb > li + li:before {
    content: ">";
}
.breadcrumb {
    background:none !important;
    padding-top:15px ;
}
}