/*font-family: 'Lato', sans-serif; for heading
font-family: 'Slabo 27px', serif; for para,a, li*/


/*********************************common-for-all-project*****************************************/

* {
    margin: 0px;
    padding: 0px;
}

html {
    width: 100%;
    height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    background-color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    letter-spacing: 0.6px;
    overflow-X: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

p,
li {
    font-size: 14px;
    margin: 0px;
}

a {
    color: #fff;
    text-decoration: none;
}
.details-dest h2 span {
        background-color: #001399;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border: double;
    margin-right: 10px
}
.my-btn-1 {
    background: #d21e1e;
    border-color: transparent !important;
    color: #ffffff !important;
    border-radius: 0px !important;
}

.my-btn-1:hover,
.my-btn-1:focus {
    background: #da2e2e !important;
    border-color: transparent !important;
    color: #fff !important;
}

.p0 {
    padding: 0px;
}

.m0 {
    margin: 0px;
}

.main-heading {
    text-align: center;
    margin-bottom: 15px;
}

.main-heading h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 3px 3px #b3b3b3;
}

.main-heading img {
    width: 200px;
}

.main-heading p {
    font-size: 12px;
    color: #000;
}


/*.heading2 h1 {
    color: #fff;
}*/

.apd-100 {
    padding: 40px 0px 0px;
}

@media screen and (max-width:1024px) {
    .apd-100 {}
}

@media screen and (max-width:768px) {
    .apd-100 {
        padding: 50px 0px;
    }
}

@media screen and (max-width:425px) {
    .apd-100 {
        padding: 40px 0px;
    }
}

@media screen and (max-width:375px) {
    .apd-100 {
        padding: 30px 0px;
    }
    nav.navbar.bootsnav ul.nav > li {
        padding: 0px 0px!important;
    }
}

@media screen and (max-width:320px) {
    .apd-100 {
        padding: 20px 0px;
    }
    nav.navbar.bootsnav ul.nav > li {
        padding: 5px 0px!important;
        ;
    }
}

.view-all {
    margin: 0 auto;
    display: block !important;
}

.view-all-packages {
    text-align: center;
    margin: 25px 0px 0px;
}

.view-all-packages a {
    background: #13284c;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.view-all-packages a:hover {
    box-shadow: 0px 2px 10px 0px #5a5a5a;
    transition: .3s ease-in-out;
}


/*********************************common-for-all-project*****************************************/


/***************************************marquee-wrap*************************************/

.top-header-section ul li {
    list-style: none;
}

.top-header-section ul li h2 {
    font-size: 14px;
    margin: 10px 0px;
    color: #003399;
    font-weight: 600;
}

.top-header-section ul li h2 span {
    color: #10a6c5;
}


/***************************************marquee-wrap*************************************/


/*********************************menu*****************************************/

.menu {
    background-color: #1150ad!important;
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar-brand img {
    width: 170px;
}


/*nav.navbar.bootsnav ul.nav > li {
    padding: 20px 0px;
}*/

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 12px;
    padding: 15px 10px;
    color: #fff;
    /* letter-spacing: 1px; */
    transition: 0.5s;
    /* margin-left: 5px;*/
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid #022254;
    box-shadow: 1px 0px #044ab8;
}

nav.navbar.bootsnav ul.nav > li > a:hover {
    background-color: orange;
}


/*nav.navbar.bootsnav ul.nav > li > a.active,
nav.navbar.bootsnav ul.nav > li > a:hover {
    background: #13284c;
    color: #fff;
    transition: .4s;
    border-radius: 5px;
}*/

nav.bootsnav .megamenu-content .title {
    color: #000;
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
    /* background-color: #f91942; */
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 12px;
}

.navbar-brand img {
    width: 150px;
}

.btn-danger {
    background-color: #f91942!important;
}

.btn-danger:hover {
    background-color: #f91942!important;
}

@media (max-width:768px) {
    .navbar-brand img {
        width: 150px!important;
    }
    .navbar-brand {
        padding: 1px 15px;
    }
}

.main-header-slider {
    position: relative;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search-agile {
    width: 505px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.banner-text h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.text-white {
    color: #fff;
}


/*.search-agile form {
     box-sizing: border-box; 
    display: -webkit-flex;
    justify-content: center;
     flex-basis: 100%; 
    width: 350px;
}*/

.search-agile input[type="search"] {
    padding: 9px 20px 9px 20px;
    font-size: 14px;
    color: #000;
    outline: none;
    border: none;
    background: #fff;
    border-radius: 0px 0 0 0px;
    box-shadow: 0px 0px 5px 0px #cccc;
    /* display: inline-block; */
    width: 400px;
    display: inline-block;
    float: left;
}

.search-agile input[type="submit"] {
    color: #fff;
    font-size: 14px;
    outline: none;
    text-align: center;
    padding: 9px 30px;
    cursor: pointer;
    border: none;
    border-radius: 0 0px 0px 0;
    background: #13284c;
    /* letter-spacing: 1px; */
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    width: 100px;
    float: left;
}

@media(max-width:992px) {
    .banner-text {
        padding: 10px 5px;
    }
    .banner-text h3 {
        font-size: 20px;
    }
    .banner-text p {
        font-size: 10px;
    }
    .search-agile input[type="search"] {
        padding: 9px 25px 9px 22px;
    }
}


/*Contact sectiom*/



.content-header {
    color: #fcc500;
    font-size: 20px;
}

.section-content {
    text-align: center;
}

#contact {
    padding-top: 20px;
    height: auto;
    /*background: #393d4091; */
    background: linear-gradient(to left, #3a6186, #89253ee0);
    border-radius: 5px;
    color: #fff;
}

.contact-section {
    padding: 20px 30px 30px;
}

.form-group {
    margin-top: 10px;
}

label {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

.about-back {
    background-image: url(../images/about-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    /*margin-top: 80px;*/
}

.about-back h1 {
    color: #fff;
}

.about-back p {
    color: #fff;
}

.about-section h4 {
    font-weight: 600;
    font-size: 22px;
    color: #0d63ad;
    margin-bottom: 10px;
}

.about-section h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    color: #383838;
}

.about-section p {
    line-height: 22px;
    /*font-weight: 600;*/
    
}

.about-img img {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 2px;
}

.read-button {
    position: relative;
    background: #1150ad;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    padding: 7px 15px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    margin-top: 25px;
    border-radius: 5px;
    font-weight: 600;
}

.read-button:hover {
    color: #fff;
    background-color: #f09801;
    text-decoration: none;
    font-weight: bold;
}

.ser {
    margin: 50px 0px;
}

.service {
    margin: 0px 0px 10px;
    text-align: center;
    padding: 20px 0px;
    border-radius: 5px;
    border: 1px solid #ececec;
    background: #fff;
    height: 120px;
}

.service h5 {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #037cd5;
}

.vm-block {
    padding: 30px 0px 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}

.vm-block p {
    text-align: center;
    padding: 0px 0px;
    text-transform: uppercase;
    font-size: 14px;
    color: #f91942;
    font-weight: 600;
}


/*package*/

.grid {
    position: relative;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}

.grid figure {
    position: relative;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.9;
}

.grid figure figcaption {
    padding: 10px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption a {
    font-size: 14px;
    /* opacity: 0;*/
    color: #fff;
}

figure.effect-lily:hover a {
    opacity: 0.9;
}

.grid figure h2 {
    font-weight: 600;
    font-size: 16px;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 0.5px;
    font-size: 14px;
}


/***** Lily *****/


/*---------------*/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px)!important;
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    height: 300px;
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    height: 50%;
}


/*figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}*/

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    font-weight: 600;
    color: #ffe214;
    /*opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;*/
}

figure.effect-lily:hover img {
    opacity: 0.2;
}

figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.test-info a {
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 7px 30px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 50px;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}


/*package*/

.work {
    text-align: center;
    border: 1px solid #ccc;
    padding-top: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}

.work img {
    width: 100px;
}

.work h5 {
    margin: 25px 0px 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
}

.work p {
    margin-bottom: 10px;
    font-weight: 600;
}

.booking {
    background: url(../images/cc1.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 80px 0px;
    margin-top: 50px;
    background-position: center;
    background-attachment: fixed;
}

@media (min-width: 992px) {
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important;
    }
}

@media (min-width: 992px) {
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important;
    }
}

@media (min-width: 768px) {
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important;
    }
}

.booking-here h5 {
    font-size: 3em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.booking-here p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.view-buttn a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 1px;
    outline: none;
    font-weight: 400;
    border-radius: 0px;
    background-color: #006fc0;
    padding: 8px 15px;
    border: none;
}

.view-buttn a:hover {
    color: #fff;
    background-color: #f09801;
}

.feature_home {
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
    color: #888;
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.feature_home i {
    margin: auto auto 20px;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #006fc0;
    font-size: 40px;
    color: #006fc0;
}

.feature_home h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

footer {}

.footer {
    background-color: #13284c;
}

.footer-section {
    color: #fff;
    margin: 40px 0px;
}

.footer-section h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.footer-section ul li {
    list-style: none;
}

.footer-section ul li a {
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    text-decoration: none;
}

.footer-section ul li p {
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
}

.footer-section p a {
    color: #fff;
    font-weight: 600;
}


/*#box{
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    border-radius: 4px;
    top:50px;
}*/

.copyright {
    padding: 10px 0px 10px;
    /* background: #242424; */
    border-top: 1px solid #fff;
}

.copyright p {
    font-weight: 600;
    color: #fff;
}

.copyright p a {
    color: #f09801;
}

@media(max-width:425px) {
    .copyright p {
        text-align: center!important;
    }
}


/*hover*/

.activ {
    overflow: hidden;
    margin-bottom: 30px;
}

.package-box h1 {
    color: #fff;
    position: absolute;
    top: 50%;
    font-family: 'Archivo Black', sans-serif;
    text-align: center;
    z-index: 1;
    width: 100%;
    transition: 0.5s;
}
.package-box .destination-height{
   height: 35px;
    overflow-y: scroll;
}
.activ:hover .package-box h1 {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}

figure.snip1104 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

figure.snip1104 img {
    width: 100%;
    height: 250px;
}

figure.snip1104::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000004f;
}

figure.snip1104 figcaption {
    position: absolute;
    top: 0px;
}

figure.snip1104 .anchor {
    top: 100px;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    color: #000;
}

.anchor a {
    background: red;
    padding: 8px 25px;
    color: #fff;
    visibility: hidden;
    font-size: 14px;
}

figure.snip1104:hover .anchor a {
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

figure.snip1104.red h2 {
    background: #94c93d;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    font-weight: 600;
}

figure.snip1104.red h2::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0px;
    border-top: 6px solid #94c93d;
    border-left: 6px solid transparent;
}


/*package*/

.main-package-box {
    padding: 5px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.plan-banner {
    background: #e2032f;
    padding: 17px 10px;
    text-align: right;
    width: 180px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #fff;
}

.plan-banner > span {
    float: right;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
    padding-right: 30px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    color: #fff;
    padding-top: 17px;
}

.plan-banner > h4 {
    font-size: 44px;
    line-height: 33px;
    letter-spacing: -2.5px;
    padding-right: 17px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    color: #fff;
    padding-top: 44px;
}

.ft-data4 {
    background: #1150ad;
    padding: 2% 3%;
    width: 100%;
}

.ft-data4 a:hover {
    color: #fff;
}

.ft-hotel,
.ft-plane,
.ft-tea,
.ft-boat,
.ft-car {
    color: #fff;
    text-transform: uppercase;
    /* float: left; */
    font-size: 12px;
    height: 16px;
    line-height: 20px;
    margin: 3px 13px;
    padding-left: 14px;
    font-weight: 600;
}

.ft-hotel {
    background: rgba(0, 0, 0, 0) url(../images/hotel.png) no-repeat scroll 0 center;
    margin-right: 5px;
}

.ft-plane {
    background: rgba(0, 0, 0, 0) url(../images/plane.png) no-repeat scroll 0 center;
    padding-left: 25px;
}

.ft-tea {
    background: rgba(0, 0, 0, 0) url(../images/cup.png) no-repeat scroll 0 center;
    padding-left: 18px;
}

.ft-foot-ex {
    display: inline-block;
    padding: 6px 0 0;
    width: 100%;
}

.ft-date {
    background: rgba(0, 0, 0, 0) url(../images/cal.png) no-repeat scroll 0 center;
    padding-left: 17px;
    font-size: 13px;
    font-weight: 600;
    color: #13284c;
}

.ft-temp {
    font: 600 13px/1.5em 'Open Sans', sans-serif;
    color: #13284c;
}

.ft-temp {
    background: rgba(0, 0, 0, 0) url(../images/price.png) no-repeat scroll 0 center;
    padding-left: 16px;
}

.fr {
    float: right !important;
}

.fl {
    float: left;
}

.ft-foot {
    padding: 4% 3%;
    min-height: 65px;
    font-weight: 600;
    /* text-align: center; */
    /* border-bottom: 1px dashed #1150ad; */
    background-color: #ff2525;
    color: #fff;
}


/*package*/

.more-button {
    text-align: center;
}

.more-button a {
   background-color: #13284c;
    color: #fff;
    padding: 10px 15px;
    margin-top: 10px;
    display: inline-block;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 600;
}


/*hover*/


/*testi*/

.testiii {
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    background-position: center;
}

.testiii h1 {
    color: #fff;
    text-shadow: none!important;
}

.testimonial {
    text-align: center;
}

.testimonial .pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.testimonial .pic img {
    width: 100%;
    height: 100%;
}

.testimonial .testimonial-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 70px 0;
}

.testimonial .testimonial-title small {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.testimonial .description {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    position: relative;
    margin: 0;
    letter-spacing: 0px;
}

.testimonial .description:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    border: 2px solid #fff;
}


/*testimonial*/

.activity1 {
    background-image: url(../images/back.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.activity-by-month {
    margin-bottom: 10px;
}

.activity-by-month .btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
    background: #ff3c41;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
}

.activity-by-month .btn:before {
    content: "";
    width: 200px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: -40px;
    z-index: -1;
    transition: all 0.7s ease 0s;
}

.activity-by-month .btn:hover:before {
    bottom: -50px;
}

.activity-by-month .btn.btn-sm:before {
    width: 160px;
}

.activity-by-month .btn.btn-xs:before {
    width: 140px;
}

.activity-by-month .btn.red {
    color: #fff;
    border: 2px solid #fe6d6d;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    clear: both;
    display: inline-block;
}

.list-inline li {
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline li input[type="radio"] {
    display: none;
}

.list-inline li input[type="radio"] + label {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    /* color: #7c7c7c; */
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-right: 0;
    padding: 7px 8px;
    margin-bottom: 2px;
    font-weight: 400;
}

.list-inline li input[type="radio"]:checked + label {
    background: #349BF3;
    border: 1px solid #349BF3;
    color: #fff !important;
}

.form-style {
    margin-bottom: 10px;
}

.book-button {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 9;
}

.gallery img {
    height: 200px;
    margin-bottom: 20px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 5px;
}

.visit,
.mail,
.call {
    border-bottom: 2px solid #000;
}

.contact-left-w3ls .fa {
    font-size: 1em;
    padding: 1em;
    color: #fff;
}

span.fa {
    background: #d95550;
}

.mail {
    margin: 30px 0px;
}

.inner-contact input[type="text"],
input[type="tel"] {
    margin-bottom: 20px;
}

.inner-contact input[type="submit"] {
    background: #d95550;
    color: #fff;
    padding: 8px 15px;
    margin-top: 15px;
    border: none;
    outline: none;
}

.single_what_we_do {
    background-color: #ffffff;
    text-align: center;
    padding: 0 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #f1f1f1;
}

.single_what_we_do:hover {
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.single_what_we_do .top_line {
    position: absolute;
    top: 0;
    left: 44%;
    background-color: #13284c;
    width: 12%;
    height: 3px;
}

.single_what_we_do .what_we_do_figure {
    padding: 40px 0 15px;
}

.single_what_we_do .what_we_do_figure img {
    margin: 0 auto;
    width: 80px;
}

.single_what_we_do .what_we_do_title {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    margin: 0;
    color: #2b353a;
}

.single_what_we_do .what_we_do_content {
    padding-bottom: 30px;
    color: #2b353a;
}

.single_what_we_do .what_we_do_icon {
    position: absolute;
    bottom: -9px;
    left: 47%;
    color: #fff;
    background-color: #13284c;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single_what_we_do .what_we_do_icon i {
    font-size: 24px;
    text-align: center;
    padding: 2px 3px 2px 5px;
}


/*contact*/

.search-box .ac_input {
    width: 100%;
    float: left;
    height: 35px;
    border-radius: 0px;
    padding: 3px 10px 3px 6px;
    border: 0;
    outline: none;
    position: relative;
    font-size: 11px;
}

.padding-0 {
    padding: 1px;
}

.form-style {
    margin-bottom: 10px;
    display: -webkit-box;
    text-align: center;
    border: 1px solid #bdb7b7;
}

.btn-primary {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    padding: 10px 50px;
    font-weight: 600;
    height: 40px;
    display: block;
}

.input-group-addon {
    padding: 6px 6px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border-radius: 0px;
    border: 0px;
}

.select-img {
    position: absolute;
    top: 15px;
   
    z-index: 1;
    left: 5px;
    padding-left: 5px;
}

.CabinClass_Fwb {
    position: relative;
    padding-left: 44px!important;
}

.form-control:focus {
    box-shadow: none;
}

.flight-heading h1 {
    font-family: 'Anton', sans-serif;
    color: #fff;
    font-size: 44px;
}


/*contact*/

.banner-header-form {
    background-color: #fff;
    padding: 20px 40px;
    border: 1px solid #777;
    margin-bottom: 20px;
}

.main-header {
    position: relative;
}

.header-enquiry {
    position: absolute;
    top: 15%;
    right: 35px;
    z-index: 1;
}

.custom-btn {
    display: inline-block;
    padding: 6px 8px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #1150ad;
    border-radius: none!important;
    border: none;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.custom-btn-2 {
    background-color: #25af4f;
    color: #fff;
    border: 1px solid #25af4f;
    font-weight: 600;
}

.custom-btn:hover {
    background-color: #fff;
    color: #000;
}

.custom-btn-2:hover {
    background-color: #1150ad;
    border: 1px solid #1150ad;
}

.form-padding {
    padding: 0px 70px;
}

.andaman-desti {
    font-family: 'Archivo Black', sans-serif;
    padding: 15px;
    padding: 10px 15px;
    background-color: #1150ad;
    display: inline-block;
    color: #fff;
    margin-bottom: 20px;
}

.sightseeing li {
    width: 12%;
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #6d6a6a;
}
/*.sightseeing2 li{
     width: 32%;
}*/
.sightseeing li img {
    height: 175px;
}



.package-box {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}

.package-box img {
    height: 200px;
}

.package-heading h2 {
    font-size: 14px;
    background-color: #1150ad;
    padding: 10px 0px;
    color: #fff;
    font-weight: bolder;
}

.duration {
    position: relative;
    bottom: 16px;
    text-align: center;
}

.duration p {
    background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
}

.package-box h4 {
    margin-bottom: 5px;
}

.custom-btn {
    display: inline-block;
    padding: 6px 8px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #1150ad;
    background-color: #1150ad;
    border-radius: none!important;
    border: none;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.custom-btn-2 {
    background-color: #fff;
    color: #000;
    border: 1px solid #ddd;
    font-weight: 600;
}

.custom-btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #ddd;
}

.custom-btn-2:hover {
    background-color: #1150ad;
    border: 1px solid #1150ad;
}


/*package*/

.main-services {
    position: relative;
    margin-bottom: 20px;
}

.main-services p {
    position: absolute;
    top: 65px;
    left: 36px;
   
    font-weight: 600;
    text-align: justify;
}
@media(max-width:768px) {
    .sightseeing li {
        width: 49%;
    }
    .about-back {
        height: auto;
        background-image: none;
        background-color: #1150ad;
    }
   .main-services p {
    position: absolute;
    top: 35px;
    left: 0px;
    
    font-weight: 600;
    text-align: justify;
}
}
.para-content{
    /*font-weight: 700;*/
    text-align: justify;
}
.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none!important;
    font-size: 12px;
    font-weight: 600;
}
.contact-right p {
    font-weight: 600;
    font-size: 18px;
    color: #444;
    margin-bottom: 5px;
    margin-top: 8px;
    position: relative;
    text-align: center;
}
.contact-right span, .contact-right a {
    font-size: 17px;
    color: #252525;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 600;
}
.activity-package-box {
    background-color: #fff;
}
.activity-package-box {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.activity-package-box .activity-package-box-img {
    height: 230px;
}
.activity-text {
    padding: 10px;
}
.activity-text p {
    font-size: 14px;
}
.activity-box1 ul li {
    display: inline-block;
    color: #2f810d;
}
.activity-box1 h3 {
    float: right;
    text-align: center;
    margin: 0px;
    color: #ca1111;
}
.activity-box-book a {
    display: inline-block;
    background-color: #001399;
    color: #fff;
    padding: 5px 15px;
}
.details-contact li a {
    color: #00a2ff;
}

/*input[type="text"], input[type="phone"], input[type="email"], select, input[type="date"], textarea {
    margin-bottom: 10px;
}*/
.detailsitinerery p {
    text-align: center; 
    font-weight: 400; 
    line-height: 20px;
}
.detailsitinerery a {
    color: #737271;
    text-decoration: none;
}
.pull-right a:hover, a:focus {
    color: #ff7000;
    text-decoration: underline;
} 
.destcity img {
    vertical-align: middle;
    margin-bottom: 15px!important;
}
.ui-datepicker{
        z-index: 999999999!important;
    }
    .ga-social {
    position: absolute;
    color: #fff;
    /* right: 0; */
    bottom: 0;
    z-index: 1;
    /* -webkit-transform-origin: bottom left; */
    /* transform-origin: bottom left; */
    width: 100%;
    text-align: center;
    background-color: #00000063;
    padding: 10px;
}
.ga-social p {
    position: relative;
    padding-left: 10px;
    margin: 0 15px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.ga-social p:before {
    content: "";
    position: absolute;
    height: 2px;
    right: 100%;
    bottom: 10px;
    width: 60px;
    background: #fff;
}
.ga-social p, .ga-social ul, .ga-social ul li {
   display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
    margin-bottom: 0px;
}
.ga-social ul{
     position: relative;
}
.ga-social ul:after{
     content: "";
    position: absolute;
    height: 2px;
    left: 100%;
    bottom: 10px;
    width: 60px;
    background: #fff;
    
}
.ga-social ul li a i{
    font-size: 20px;
    color: #fff;
}


.tab2 .nav-tabs{
    border-bottom: 1px solid #444;
    margin-bottom: 10px;
}
.tab2 .nav-tabs li{
    margin-right: 10px;
}
.tab2 .nav-tabs li a{
    font-size: 13px;
    color: #333;
    border: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background: transparent;
    z-index: 1;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}
.tab2 .nav-tabs li a:hover{
    color: #fff;
}
.tab2 .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #ea3c6e;
    transition: all 0.20s ease 0s;
}
.tab2 .nav-tabs li a:hover:before{
    left: 0;
    z-index: -1;
}
.tab2 .nav-tabs li.active a:before{
    background: transparent;
}
.tab2 .nav-tabs li.active a,
.tab2 .nav-tabs li.active a:hover,
.tab2 .nav-tabs li.active a:focus{
    background: #444;
    color: #fff;
    border: none;
}
.tab2 .tab-content{
    font-size: 15px;
    color: #808080;
    border: 0 none;
    line-height: 25px;
}
.tab2 .tab-content h3{
    font-size: 24px;
}
@media screen and (max-width: 480px){
    .tab2 .nav-tabs li{ width:100%; }
}
.amazingslider-arrow-right-1{
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    width: 48px;
    height: 48px;
    right: 8px!important;
    top: 50%;
    margin-top: -24px;
    background: url(../../sliderengine/arrows-48-48-4.png) right top no-repeat;
}