@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Candal&display=swap');
/* -----Global CSS--------- */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;

}
:root {
    --maincolor: #077d43;
    --secondcolor: #800000;
}
a:hover {
    text-decoration: none;
}

/* ------Common------- */
.mtb {
    margin: 50px 0;
} 

.mt {
    margin-top: 50px;
}

.mb {
    margin-bottom: 50px;
}

.pt50 {
    padding-top: 50px;
}
.pb50 {
    padding-bottom: 50px;
}

.ptb50 {
    padding: 50px 0;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

h2 {
    font-size: 36px;
    /*color: #4a4a4a;*/
}

h6 {
    font-size: 20px;
    /*color: var(--secondcolor);*/
    color: #fff;
    font-weight: bold;
}

.ptb30 {
    padding: 30px 0;
}

label {
    font-weight: 500;
}

ul {
    margin: 0;
}
/*.example(color: #900;)*/

/* ----------Header--------- */
/*.logo img {*/
/*    max-width: 120px;*/
/*    object-fit: contain;*/
/*}*/
h1.isocertified{
    margin: 5px 0px 0px 0px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.header {
    /*background: var(--maincolor);*/
    background: #fff;
}

.header-right {
    text-align: right;
}


.contInfo li:first-child {
    margin-right: 30px !important;
}

.contInfo li i {
    font-size: 25px;
    border: 1px solid #d4b6b6;
    padding: 5px;
    color: var(--secondcolor);
    vertical-align: top;
    margin: 4px 5px 0 0;
}

.contInfo span {
    font-weight: bold;
    font-size: 16px;
}

.tourismcoreloginBolck {
    padding-top: 15px;
}

.tourismcoreloginBolck i {
    padding-right: 5px;
    /*color: var(--secondcolor);*/
}

.tourismcoreloginBolck a {
    color: #908d8d;
}

.CallusToday a {
    color: #fff;
}

/* ------------Navmenu-------- */
.navmenu {
    background: var(--maincolor);
}

.socLinks {
    margin-top: 13px;
    text-align: right;
}

.navmenu .list-inline-item:not(:last-child) {
    margin-right: .3rem;
}

.navmenu .col-lg-10 {
    padding: 0;
}

/* --------Banner ---------- */


.tripSlider {
    min-height: 500px;
    position: relative;
}

.overLay {
    position: absolute;
    background: rgb(0 0 0 / 65%);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.overLay1 {
    position: absolute;
    /*background: rgb(0 0 0 / 65%);*/
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 140px;
    left: 0;
    display:none;
}

.carousel > a {
    width: 50px;
    height: 50px;
    top: 50%;
    background: var(--maincolor);
}

.carousel p {
    margin-top: 15px;
}

.carousel-caption {
    right: 0;
    left: 15%;
    text-align: left;
    bottom: auto;
    top: 40%;
    width: 50%;
}

.carousel-caption h5 {
    font-family: 'Candal', sans-serif;
    font-size: 38px;
    color: #fff;
}

.carousel-indicators {
    display: none;
}

.readMore a {
    background: var(--maincolor);
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: bold;
    transition: .5s;
    display: inline-block;
    margin-top: 15px;
}

.readMore:hover a {
    text-decoration: none;
    background: #cfb903;
}

.search-holidays-box {
    width: 315px;
    position: absolute;
    right: 8%;
    top: 12%;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 20px 30px 20px;
    font-size: 14px;
    z-index: 6;
}

.search-holidays-box h6 {
    margin: 0 -20px 30px -20px;
    background: var(--maincolor);
    padding: 15px 50px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
} 

.search-holidays-box span {
    font-size: 14px;
    font-weight: 300;
}

.search-holidays-box select {
    width: 100%;
    height: 35px;
    border: none;
    font-size: 12px;
    color: #aaa;
    position: relative;
    -moz-appearance:none;
}

.select-wrapper {
    position: relative;
}

.destination .select-wrapper::before {
    background: #fff url(../images/destination.png);
}

.activity .select-wrapper::before {
    background: #fff url(../images/runner.png);
}

.select-wrapper::before {
    position: absolute;
    content: '';
    background: #fff url(../images/duration.png);
    width: 16px;
    height: 16px;
    z-index: 1;
    right: 5px;
    top: 10px;
    pointer-events: pointer;
}





.search-holidays-box input[type=submit] {
    background: var(--maincolor);
    font-size: 14px;
    text-align: center;
    color: #000;
    margin: auto;
    padding: 10px;
    border: none;
    transition: .5s;
    color: #fff;
}

.search-holidays-box form input:hover {
    background: var(--secondcolor) ;
    color: #fff;
}

/* -----------Featured Trips------------ */
.featuredTrips .owl-item img {
    min-height: 175px;
    height: 175px;
    width: 100%;
    object-fit: cover;
}

.featuredTrips .item i {
    color:var(--maincolor);
}

.rate {
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
}

.rate::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.tripInfo {
    padding: 15px;
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.75);
}

.tripInfo p {
    word-break: break-all;
    font-weight: 300;
    color: #4a4a4a;
}

.explore a {
    background: var(--maincolor);
    padding: 5px 30px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    margin-top: 5px;
    transition: 0.5s;
}

.explore a:hover {
    background: var(--secondcolor);
}

.explore + span {
    font-weight: bold;
    font-size: 14px;
}

/* ------What We Do-------- */
.whatWeDo {
    background-color: #fff;
    /*background: url(../images/whatwedo.jpg) 35% 75% no-repeat;*/
    /*position: relative;*/
    /*background-attachment: fixed;*/
    /*background-size: cover;*/
    color:black;
}

.whatWeDo .overLay {
    z-index: 0;
}

.whatWeDo p {
    font-weight: 300;
    text-align: justify;
    line-height: 1.8;
}

.viewMore a {
    display: inline-block;
    background: var(--maincolor);
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 300;
    margin-top: 20px;
    color: #fff;
}

.viewMore a:hover {
    background: var(--secondcolor);
    color: #fff;
}

.holderOne, .holderTwo {
    display: inline-block;
}

.holderTwo {
    margin-top: 1.5rem;
}

.imgHolder {
    font-family: 'Candal', sans-serif;
    display: inline-block;
    text-align: center;
    width: 250px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.imgHolder span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.imgHolder img {
    transition: 0.5s;
}

.imgHolder img:hover {
    transform: scale(1.1);
}

/* -----------Top Destinations---------- */
.destImg {
    position: relative;
    height: 394px;
    overflow: hidden;
}

.destImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s all ease-in-out;
    
}
.destImg img:hover{
    transition: 0.4s all ease-in-out;
    transform: scale(1.1);
    transform-origin: center;
}
.destImg .imgOver {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    /*visibility: hidden;*/
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 76%, rgba(0,0,0,0.5) 91%,  rgba(0,0,0,0.5) 91%,rgba(0,0,0,0.5) 100%);
}

/*.destImg:hover .imgOver {*/
/*    visibility: visible;*/
    
/*}*/

.destImg .imgOver > div {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 22px;
}

.destImg .imgOver span {
    font-weight: 700; 
}

.destImg .imgOver span + div {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

.destImg .imgOver ins {
    text-decoration: none;
    color: #cfb903;
}

/* ---------Testimonials------- */
.topReview {
    background: #f2f2f2 url(../images/review.jpg) 0 0 no-repeat;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}

.testBox {
    /* border-radius: 10px; */
    padding: 15px;
    transition: .9s;
    border: 1px solid #ccc;
    background: #fff;
}

.testBox q {
    color: #777;
}

.testBox:hover {
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    
}

.testImg img{
    border-radius: 50%;
    width: 100%;
    height: 60px;
    object-fit: cover;
    width: 60px !important;
}

.testAuthor {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--maincolor);
    margin-bottom: 0;
}

/* -----------Footer----------- */
footer {
    background: var(--maincolor);
}

footer li {
    margin-bottom: 10px;
}
footer .footerlLinks .row .col-md-4 li {
    list-style: none;
    width: 100%;
    margin: 0 0 20px 0;
}
footer h6 {
    margin: 0 0 20px 0;
}
footer .row .col-md-4 li a {
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
}
footer .row .col-md-4 li a:hover {
    color: #fff;
}
footer li a,
footer p {
    font-weight: 300;
    color: #fff;
    position: relative;
}

/*footer li:hover a {*/
/*    color: var(--maincolor);*/
/*}*/
footer .contact-us p {
    padding-left: 30px;
    
}

footer .contact-us p a {
    color: #fff;
}

footer .contact-us p::before {
    content: '\f041';
    position: absolute;
    font-family: 'FontAwesome';
    width: 20px;
    height: 20px;
    font-size: 20px;
    left: 0;
    top: -2px;
}

footer .contact-us p:nth-child(3)::before {
    content: '\f095';
}

footer .contact-us p:nth-child(4)::before {
    content: '\f0e0';
}
footer .newsletter ul,
footer .newsletter .thumbnails-accociations{
    display: flex;
    list-style: none;
    padding: 0;
    gap: 15px;
}

footer .newsletter ul img,
footer .newsletter .thumbnails-accociations img{
    height: 40px;
    object-fit: contain;
}

.contact-us li {
    margin-bottom: 0;
}

.contact-us li a i{
    font-size: 20px;
    color: #cfb903;
    text-align: center;
}

.contact-us li:hover a i {
    color: #1ce49b;
}

.newsletter h5 {
    color: #fff;
    font-weight: bold;
}

.newsletter input {
    font-weight: 300;
    font-size: 12px;
}

.newsletter input[type=email] {
    width: 100%;
}

.newsletter input[type=submit] {
    position: absolute;
    right: 0;
    background: var(--secondcolor);
    top: 0;
    height: 32px;
    color: #fff;
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
    border: 1px solid transparent;
}

.newsletter input[type=submit]:hover {
    background: var(--maincolor);
    border: 1px solid #cfb903;
}

.fbottom {
    background: #0a422e;
    padding: 10px 0;
}


.fbottom a {
    color: #fff;
}

.fbottom a:hover {
    color: var(--maincolor);
}
footer .row .col-md-4 li a i {
    display: none;
}
.contWrap a {
    color: #fff;
    font-size: 12px;
}

.whatsupmks {
    margin-bottom: 0;
}
.whatsupmks img{margin-right:7px;}

.whatsupmks li:first-child {
    margin-bottom: 3px;
    margin-right: 10px;
}

/* ----------Responsive----------- */
@media (max-width: 767.98px) { 
    .overLay1{display:none;}
    
    .header-left {
        text-align: center;
        margin-bottom: 15px;
    }

    .header-left + div {
        text-align: center;
    }

    .header-right {
        text-align: center;
        margin-top: 15px;
    }

    .whatPic {
        text-align:  center;
    }
    .testText {
        margin-top: 15px;
    }
    .testAuthor {
        text-align: center;
    }
    
    footer h6,
    footer h5{
        margin-top: 1rem;
    }
    
    .whatWeDo .row .col-md-6 {
        text-align: center;
    }
    
    .tourismcoreloginBolck {
        padding-top: 0;
    }
    
    .activity,.duration,.availability {
        margin-top: 8px;
    }
    .contWrap {
        text-align: center;
    }
    
    .whatsupmks {
        padding-top: 15px;
    }
    
    .whatsupmks li {
        display: inline-block;
    }
    
    .RightImg {
        margin-top: 1rem;
    }
}

@media (max-width: 991.98px) {
    .navmenu .container {
        max-width: 100%;
    }

    .navmenu .socLinks {
        text-align: center;
        margin-bottom: 15px;
    }
    .imgHolder {
        width: 150px;
    }
    .whatWeDo .imgHolder span {
        display: block;
        font-size: 12px;
    }

    .contact-us p {
        word-break: break-word;
    }

    .fbottom p {
        text-align: center;
        font-size: 11px;
    }
    
    .whatWeDo .imgHolder span {
        margin-left: 0;
        margin-top: 8px;
    }
    
    .affiliated li {
        width: 32px;
    }
    
    
}

@media (max-width: 992px) to (min-width: 768px) {
    li.PriceHolidayfgn {
        float: none !important;
        margin-top: .5rem;
    }
    
}

@media (max-width: 364px) {
    .holderOne, .holderTwo {
        display: block;
    }
    .imgHolder {
        display: block;
        margin-top: 1.5rem;
    }
    
     .imgHolder span {
         margin-left: 0;
     }
     
     
}

@media (max-width: 504px) {
    .contInfo li:first-child {
        margin-right: 6px !important;
    }
    
    .contInfo ul {
        text-align: left;
    }
    
    .destImg {
        height: 32vh;
    }
    
    .destImg img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .testImg img {
        width: 120px !important;
        height: 120px;
        object-position:center;
        object-fit: cover;
    }
    .whatsupmks img {
    margin-right: 5px;
}
}

@media (max-width: 1024px) {
    .search-holidays-box {
        position: initial;
        margin: 30px auto;
        background: #f2f2f2;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .search-holidays-box {
        width: 100%;
    }
    
    .search-holidays-box input[type=submit] {
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .contInfo {
        padding-left: 50px;
    }
    .imgHolder {
        width: 210px;
    }
}
@media (max-width:1200px){
    
}

@media (max-width: 434px) {
    .contInfo {
        /*padding-left: 90px;*/
    }
    
    .contInfo li i {
        font-size: 10px;
        margin: 4px 3px 0 0;
    }
    
    .CallusToday {
        font-size: 10px;
    }
    
    .contInfo span {
        font-size: 12px;
    }
    .whatsupmks img {
    margin-right: 5px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .duration {
        margin-top: 8px;
    }
    #cssmenu > ul > li > a {
        padding: 20px 9px 20px 9px;
    }
}

@media (min-width: 992px) {
    .duration,.availability {
        margin-top: 8px;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .col-lg-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    
}

@media (min-width: 1025px) {
    .activity {
        margin-top: 8px;
    }
}

@media (min-width: 768px) {
    /*.weDo {*/
    /*    float: right;*/
    /*}*/
    
    .holderOne, .holderTwo {
        display: block;
    }
    #cssmenu ul {
        display: block !important;
    }
}

@media (max-width: 769px) {
    .logo img {
        max-width: 150px;
    }
    .contact-address li p span {
        display: block;
    }
    .header .contInfo ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*.header .contInfo ul li i {*/
    /*    display: none;*/
    /*}*/
    .holderOne, .holderTwo {
        display: block;
    }
    .imgHolder {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .weDo {
        margin: 30px 0 0 0;
    }
    .holderTwo {
        margin: 0 !important;
    }
    p.pricedetailright {
        font-size: 15px !important;
    }
    
    .whatsupmks li {
        display: inline-block;
    }
    
    /*.header-right {*/
    /*    text-align: center;*/
    /*}*/
    .check-availability a{padding:7px 12px !important;font-size: 11px;}
    [data-easyshare] [data-easyshare-button="facebook"]{width: 53px !important;margin-right: 4px !important;}
    [data-easyshare] [data-easyshare-button="twitter"]{width: 63px !important;}
    [data-easyshare] [data-easyshare-button]{height: 25px !important;line-height: 12px !important;font-size: 8px !important;}
}

.breadcrumb-sec{background-color: #f3f3f3;}
.breadcrumb-sec .breadcrumb{background: none;margin:0px;}
.breadcrumb-sec .breadcrumb li{font-size: 14px;}
.breadcrumb-sec .breadcrumb li a{color: #555;}
.breadcrumb-sec ul{list-style-type: none;margin:0px;padding:0px;}
.breadcrumb-sec ul li{display: inline-block;}
.Social-Right ul li{padding-right: 10px;}
.Social-Right ul li:last-child{padding-right: 0px;font-size: 14px;}
.Social-Right ul li a{color: #555;}
.breadcrumb-sec .breadcrumb li a:hover,.Social-Right ul li a:hover{color: #dc2229;}
.Social-Right ul li span{font-weight: 600;}


/**********************************************************************************************************************************
Holidays Lists View (1/10/2019)
**********************************************************************************************************************************/
.HolidaysPac_lists{margin-top: 40px;}
.Holidaypacbox{background-color: #fff; padding:10px; overflow: hidden; margin-bottom: 30px;border-radius: 2px;}
.bgholidaybg{background-color: #fff; padding:10px; border-radius: 2px; position: relative; overflow: hidden; border:1px solid #fff; margin-bottom: 30px;}
.bgholidaybg:last-child{margin-bottom: 0px;}
.bgholidaybg:hover{border:1px solid #333132;}
.bgholidaybg .Starrating_right{float:none;font-size:12px;padding:10px 0px;}
.bgholidaybg .border_right{border-right: 1px solid #ddd;}
.Himgbox{position: relative; overflow: hidden; height: 200px;}
.Himgbox img{max-width: 100%; width: 100%; height: 100%; object-fit: cover;}
.WishlistImg{position: absolute; top: 0px; left: 0px;}
.WishlistImg a{background-color: #dc2229; padding:3px 6px; color: #fff;}
.HolidayPacCount{position: absolute; bottom: 0px; right: 0px;}
.HolidayPacCount span{display: block; font-size: 12px; text-align: center;background-color: #222; padding:4px 8px; color: #fff;}
.availablefrom{margin-bottom: 5px; font-size: 12px;}
.availablefrom span{font-weight: 600;}
/* Title */
.holiday_title h5{margin-bottom: 0px;}
.holiday_title h5 a{color: #333; font-weight: 600; font-size: 18px;}
.holiday_title h5 a:hover{color: #dc2229;}
p.DaysNight{margin: 10px 0 0 0; font-size: 14px; font-weight: 600;}
.holiday_title a{font-size: 20px;}
.LocationTravel ul{list-style-type: none; padding:0px; margin:0px 0px 15px 0px;}
.LocationTravel ul li{display: inline-block; font-size: 12px; color: #777; position: relative; padding-right: 19px;}
.LocationTravel ul li:before{content:"\f178";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;color:#dc2229;font-size:12px;padding-right:0px;position:absolute;top:0px;right:0;}
.LocationTravel ul li:last-child:before{content:"";}
.RightNprViewDetail{/* float: right; */ text-align: right;}
.HolidayFacilities ul{list-style-type: none; padding:0px; margin:0px;}
.HolidayFacilities ul li{display: inline-block; margin-right: 10px;}
.HolidayFacilities ul li:last-child{margin-right: 0px;}
.HolidayFacilities ul li img{max-width: 25px;}
.HolidayFacilities ul li h5{font-size: 12px; margin:5px 0px 0px 0px; color: #6b6767;}
.HdFbox{border:1px solid #ddd; padding:5px 10px; text-align: center; min-width:96px; display: inline-block; background-color: #f2f2f2;}
.LastAvailable_rooms{position: absolute; bottom: 0px; right: 0px;}
p.HolidayPrice{font-size: 22px; font-weight: 600; color: #dc2229; margin-bottom: 0px;}
p.HolidayPrice sub{color: #666; font-size: 12px; font-weight: 400;}
span.Includetaxmks{display: block; font-size: 12px; color: #333;}
.HolidayView_Detail{padding-top: 10px;}
.HolidayView_Detail a{padding:6px 12px;border-radius:0;background:#dc2229;border:none;cursor:pointer;color:#fff; font-size: 12px; text-transform: uppercase; border-radius: 2px;}
.HolidayView_Detail a:hover{background-color: #222;}
.LastAvailable_rooms i,.HolidayView_Detail i{padding-left: 5px;}
.LastAvailable_rooms a{background-color:#333132;font-size:10px;color:#fff;padding:3px 8px; font-weight: 600;display: block;}
.LastAvailable_rooms a:hover{background-color: #dc2229;}
p.holidayType{font-size: 12px;margin-bottom: 5px;}
p.holidayType span{font-weight: 600;}
.AgeGroup{position:absolute;top:0;left:50%;transform: translate(-50%,0%);}
.AgeGroup a{/* display: block;  */padding:4px 8px; font-size: 12px;background-color: #dc2229; color: #fff; font-weight: 600; text-transform: uppercase; border-radius: 2px;}
.AgegroupModal_Box h5{font-size: 16px; font-weight: 700;margin-bottom: 30px;}
.AgegroupModal_Box ul{list-style-type: none;padding:0px;margin:0px;}
.AgegroupModal_Box ul li{padding-bottom: 12px; font-size: 14px;}
.AgegroupModal_Box ul li::before{content:"\f046";font-family:FontAwesome;font-size:13px;display:inline-block!important;cursor:pointer;line-height:20px;color:#dc2229;margin-right:6px;}
#loading{-webkit-animation:rotation 2s infinite linear;}
@-webkit-keyframes rotation{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(359deg);}
}




/**********************************************************************************************************************************
Responsive
**********************************************************************************************************************************/

.holidaygriedsecmkfd .Holidaypacbox{padding:30px 10px;}
.col-center{display: flex;}
.gridBox{background-color: #fff; padding:10px; border-radius: 2px; border:1px solid #ddd; margin-bottom: 30px;display: flex;flex-direction: column;width: 100%;}
.gridBox:hover{-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);-ms-box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);-o-box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);}
.gridtitle_center{text-align: center;}
.grid_title h2{font-size: 26px; font-weight: 700;}
.grid_title{display:inline-block;padding: 0px 30px;position:relative;margin-bottom:30px;font-weight:500;font-size:14px;color:var(--maincolor);}
.grid_title::before{content:"";border:2px solid #333132;border-right-color:rgb(51,49,50);border-right-style:solid;border-right-width:2px;border-right:none;width:13px;height:35px;top:0;position:absolute;left:0;display:block;}
.grid_title::after{content:"";border:2px solid #333132;border-left-color:rgb(51,49,50);border-left-style:solid;border-left-width:2px;border-left:none;width:13px;height:35px;position:absolute;top:0;right:0;display:block;}
/* .gridBox:hover{border:1px solid #333132;} */
.gridBox p.DaysNight span{border:1px solid #ddd;padding:4px 8px; /* box-shadow: 2px 3px red; *//* -webkit-box-shadow:0 8px 6px -6px #dc2229;-moz-box-shadow:0 8px 6px -6px #dc2229;box-shadow:0 8px 6px -6px #dc2229; */ font-size: 12px;}
.gridBox .holiday_title h5 a{font-size: 16px;}
.gridImg{position: relative; overflow: hidden; height: 176px; margin-bottom: 10px;}
.gridImg img{max-width: 100%; width: 100%; height: 100%; object-fit: cover; border-radius: 2px;}
.DateMks{position:absolute;right:0;top:25px;font-size:12px;line-height:20px;color:#ffffff;font-weight:700;text-transform:uppercase;padding:0 7px;z-index:9;background-color:#dc2229;}
.DateMks::before{position:absolute;left:-10px;top:0;width:0;height:0;border-top:20px solid #dc2229;border-top-color:rgb(220,34,41);border-left:10px solid transparent;content:"";-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;border-top-color:#dc2229;}
.ViewDetail_Price{margin:20px 0px 6px 0px;}
.ViewDetail_Price ul{list-style-type: none; padding:0px; margin:0px;}
.ViewDetail_Price ul li{display: block;}
li.ViewDetailHoliday a{padding:6px 12px;background:var(--maincolor);border:none;cursor:pointer;color:#fff;font-size:10px;text-transform:uppercase;}
li.ViewDetailHoliday i{padding-left: 3px;}
li.PriceHolidayfgn{float: none;}
li.ViewDetailHoliday a:hover{background-color: #1ab77d;}
li.PriceHolidayfgn span{color: #dc2229; font-size: 18px; font-weight: 600;}
.related-tours .rating_mks{padding:10px 0px;}


/**********************************************************************************************************************************
Holidays Detail Page (1/10/2019)
**********************************************************************************************************************************/
.Hdetail_title{border-bottom: 1px solid #ddd; padding-bottom: 10px;}
.SdCatSbox ul{list-style-type: none; padding:0px; margin:0px;}
.SdCatSbox ul li{display: inline-block; padding-right: 10px;}
.SdCatSbox ul li:last-child{padding-right: 0px;}
.htitle_mks h2{font-size: 22px; font-weight: 700;}
.RightDateHoliday{text-align: center;}
.RightPrice_holiday{text-align: right;}
.RightPrice_holiday span{display: block;}
.RightPrice_holiday span.Shprice{color: #dc2229; font-size: 20px; font-weight: 700;}
span.Startingfrom{font-size: 12px;}
.DateMksholiday span{font-weight: 600; font-size: 14px;}
.StayCaregory_Shareit{padding: 20px 0px 40px 0px;}
.StayCaregory_Shareit .SdCatSbox img{max-width: 25px; margin-right: 10px;}
.StayCaregory_Shareit .SdCatSbox p{font-size: 14px; margin:0px 0px 0px 0px; font-weight: 600;}
.StayCaregory_Shareit .SdCatSbox span{color: #dc2229; padding-left: 10px;}
.SocialSharemks{text-align: right;}
.SocialSharemks ul li{font-weight: 600;}
.SocialSharemks ul li i{color: #dc2229;}
/* Overview */
.OverviewTab_holiday{background-color: #f2f2f2; padding:15px 15px 15px 15px; margin-top: 30px; border-radius: 2px;}
.OverviewTab_holiday .nav-tabs,.OverviewTab_holiday .nav-tabs .nav-item.show .nav-link, .OverviewTab_holiday .nav-tabs .nav-link.active,.OverviewTab_holiday .nav-tabs .nav-link{border:none;}
.OverviewTab_holiday .nav-tabs .nav-link{border-radius: 0px; color: #333;font-weight: 600; font-size: 14px; color: #333; background-color: #fff;padding: .6rem 1rem;}
.OverviewTab_holiday .tab-content{background-color: #fff; padding:20px 10px; border-top: 2px solid var(--maincolor);}
.OverviewTab_holiday .tab-content p{font-size: 14px; line-height: 1.8;}
.OverviewTab_holiday .nav-tabs .nav-link.active{background-color: var(--maincolor); color: #fff; font-weight: 600;}
.OverviewTab_holiday .nav-tabs .nav-item{margin-bottom: 0px;margin-right: 10px;}
.Incexcludeinfo{padding-bottom: 0px;}
.Incexcludeinfo p{margin:0px; font-weight: 600;}
.Incexcludeinfo ul{list-style-type: none; padding:0px; margin:0px;}
.Incexcludeinfo ul li{font-size: 14px; padding-bottom: 8px;}
.Incexcludeinfo ul li:last-child{padding-bottom: 0px;}
/* .Incexcludeinfo ul li::before{content:"\f046";font-family:FontAwesome;font-size:13px;display:inline-block!important;cursor:pointer;line-height:20px;color:#dc2229;margin-right:6px;} */
/* .bgicon_circle span::before {
  counter-increment: my-sec-counter;
  content:counter(my-sec-counter);
} */
.bgicon_circle{margin-right: 1rem; width: 60px; height: 60px; background-color: var(--maincolor);border-radius: 50%;text-align: center; position: relative;}
.bgicon_circle span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%); color: #fff;font-weight: 600;}
.list-itembox{margin-bottom: 20px;}
.list-itembox:last-child{margin-bottom: 0px;}
.list-itembox h5{font-size: 16px; font-weight: 600;}
.list-itembox p{color: #888;}
.list-itembox:hover .bgicon_circle{background: none; border:2px dotted #dc2229;}
.list-itembox:hover .bgicon_circle span{color: #333; font-weight: 600;}
/* Review */
#nav-reviews .form-control{padding:.875rem .75rem;border-radius:0px;border:1px solid #ddd;font-size:12px;background:none;}
#nav-reviews h3{font-size:24px;margin-bottom:20px;font-family:'Roboto',sans-serif;font-weight:bold;}
#nav-reviews select.form-control:not([size]):not([multiple]){height:auto;}
.Leftimgname{text-align:center;}
.Leftimgname h4{font-size:14px;color:#000;font-weight:bold;margin:5px 0px 0px 0px;font-family:'Roboto',sans-serif;}
.Leftimgname p{text-align:center!important;font-size:11px!important;}
ul.ReviewLists{margin:0px 0px 30px 0px; list-style-type: none; padding:0px;}
ul.ReviewLists li:first-child{border-top:none;}
ul.ReviewLists li{border-top:1px solid #ddd;padding:15px 0px 0px 0px;}
ul.ReviewLists .ReviewPic img{width:65px;height:65px;object-fit:cover;object-position:center;border-radius:50%;display:block;margin-left:auto;margin-right:auto;}
.RatingIcon span i{color:#ff8400;font-size:14px;}
.Pubdate p{font-size:12px!important;font-style:italic;color:#959494!important;font-family:'Roboto',sans-serif;}
.AddReviewMks a{color: #dc2229;}
.AddReviewMks i{padding-right: 3px;}

/* .rating_mks{padding:10px 0px;} */
.rating_mks ul{list-style-type: none; padding:0px; margin:0px;}
.rating_mks ul li{display: inline-block; padding-right: 10px; font-size: 14px;}
.rating_mks ul li i{padding-right: 5px; color: #ff8400;}
.breadcrumb-right{float: right;}
.text-rightbox{text-align: right;}
.breadcrumb-Sec h2{font-size: 22px; font-weight: 600;}
p.locationmks{font-size: 14px; letter-spacing: 1.1px; margin:0px; color: #000 !important;}
.locationmks i{color: #dc2229; padding-right: 3px;}
.text-rightbox{padding-top: 20px;}
.text-rightbox p{font-size: 14px;}
.text-rightbox h4{color: #dc2229; font-size: 20px; margin:0px;}


.BookNoe_holiday{margin-bottom: 20px;}
.customozetrip a,.BookNoe_holiday a{display: block;width: 100%; padding:6px 12px; color: #dc2229;border:1px dotted #dc2229; text-align: center; font-weight: 700;}
.customozetrip a:hover,.BookNoe_holiday a:hover{background-color: #dc2229; color: #fff;}
.GetQuoteForm .form-control { padding: .775rem .75rem; border-radius: 0px; border: 1px solid #ddd; font-size: 12px; font-family: Arial, Helvetica, sans-serif; height: auto; }
.GetQuoteForm select.form-control:not([size]):not([multiple]) { height: auto; }
.GetQuoteForm label { font-size: 14px; font-weight: 500; }
.QuoteTitle h4 { font-size: 20px; font-family: 'Roboto', sans-serif; color: #000; padding: 20px 0px 10px 0px; font-weight: 700; }
.submitbuttons input.Searchbtnmk { background-color: #315fce; padding: 10px 30px; font-size: 14px; margin-bottom: 20px; text-align: center; border: none; border-radius: 25px; color: #fff; cursor: pointer; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.submitbuttons { margin-top: 20px; }
/* Rightsidebar Css */

.price_righttitle{background-color: var(--maincolor);padding:20px 15px;color: #fff;border-radius: 4px;text-align: left;margin-bottom:30px;}

.price_righttitle span.pricefrom{font-size: 16px;text-transform: uppercase;color: #fff;font-weight: 600;}

p.pricedetailright{font-size: 30px;padding:0px 0px 10px 0px;font-weight: 900;}
p.pricedetailright sup{top: -2px;font-size: 14px;}
p.pricedetailright span{/* text-decoration: line-through; */padding-left: 0px;font-weight: 700;font-size: 14px;}

.search-right-form .form-control{height: auto;border-radius: 0px;}

p.total-price{font-size: 18px;padding:10px 0px;font-weight: 600;}

.check-availability{padding: 10px 0px 5px 0px;}

.check-availability a{background-color: #222;padding:8px 20px;color: #fff;border-radius: 25px;width: 100%;border:2px solid #fff;}

.check-availability a:hover{background-color: #fff;color: #315fce;}

.check-availability .BookNoe_holiday{margin:0px!important;}
.TopSekkerMks{position:relative;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:180px;height:0px;border:19px solid #ffffff;border-right-color:rgb(255,255,255);border-right-style:solid;border-right-width:19px;/* border-right:25px solid #315fce; */margin-left:-15px;font:normal 100%/normal Arial,Helvetica,sans-serif;color:rgba(0,0,0,1);-o-text-overflow:clip;text-overflow:clip;margin-bottom:25px;border-left: 2px solid #000000;border-right:25px solid #000000;}
.TopSekkerMks h3{position:absolute;font-family:playfair display;font-weight:900;color:#000;font-size:21px;top:-14px;left:20px;}

/* Share Button */
[data-easyshare] *{box-sizing:border-box;}
[data-easyshare]{position:relative;height:24px;}
[data-easyshare] [data-easyshare-button]{display:block;float:left;margin:0;padding:0 8px;height:24px;line-height:24px;border:0;border-radius:2px;font-family:Arial,Helvetica,sans-serif;color:#fff;font-size:10px;font-weight:bold;cursor:pointer;}
[data-easyshare] [data-easyshare-button]:hover + [data-easyshare-button-count]{border-color:#959595;}
[data-easyshare] [data-easyshare-button]:hover + [data-easyshare-button-count]:before{border-right-color:#959595;}
[data-easyshare] [data-easyshare-button="total"]{background:#aaa;text-shadow:1px 1px 0 #777;cursor:default;}
[data-easyshare] [data-easyshare-button="facebook"]{background-color:#3b5998;text-shadow:1px 1px 0 #1b2947;width:59px;margin-right: 10px;}
[data-easyshare] [data-easyshare-button="facebook"]:hover{background-color:#2d4373;}
[data-easyshare] [data-easyshare-button="twitter"]{background-color:#00aced;text-shadow:1px 1px 0 #00506e;width:66px;}
[data-easyshare] [data-easyshare-button="twitter"]:hover{background-color:#0099d4;}
[data-easyshare] [data-easyshare-button="google"]{background-color:#d34836;text-shadow:1px 1px 0 #69241b;}
[data-easyshare] [data-easyshare-button="google"]:hover{background-color:#b03626;}
[data-easyshare] [data-easyshare-button="linkedin"]{background-color:#0177b5;text-shadow:1px 1px 0 #01669c;}
[data-easyshare] [data-easyshare-button="linkedin"]:hover{background-color:#01669c;}
[data-easyshare] [data-easyshare-button="pinterest"]{background-color:#bd2126;text-shadow:1px 1px 0 #a71d22;}
[data-easyshare] [data-easyshare-button="pinterest"]:hover{background-color:#a71d22;}
[data-easyshare] [data-easyshare-button="xing"]{background-color:#006464;text-shadow:1px 1px 0 #004b4b;}
[data-easyshare] [data-easyshare-button="xing"]:hover{background-color:#004b4b;}
[data-easyshare] [data-easyshare-total-count],[data-easyshare] [data-easyshare-button-count]{position:relative;display:block;float:left;margin:0 15px 0 8px;padding:0 7px;height:24px;line-height:24px;border:1px solid #aeaeae;border-radius:2px;background-color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:bold;color:#555;cursor:default;}
[data-easyshare] [data-easyshare-total-count]:before,[data-easyshare] [data-easyshare-total-count]:after,[data-easyshare] [data-easyshare-button-count]:before,[data-easyshare] [data-easyshare-button-count]:after{content:"";position:absolute;display:block;height:0;width:0;}
[data-easyshare] [data-easyshare-total-count]:before,[data-easyshare] [data-easyshare-button-count]:before{top:5px;left:-6px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #aeaeae;}
[data-easyshare] [data-easyshare-total-count]:after,[data-easyshare] [data-easyshare-button-count]:after{top:6px;left:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #fff;}
[data-easyshare] [data-easyshare-loader]{position:absolute;top:0;left:0;width:100%;height:24px;line-height:24px;background-color:rgba(255,255,255,0.8);font-family:Arial,Helvetica,sans-serif;font-weight:bold;font-size:12px;}
.socialsharemkgs{padding-top: 20px;}
.socialsharemkgs a:hover{color: #fff;}
.customozetrip{padding: 20px 0px 10px 0px;}
.customozetrip a{background-color:var(--secondcolor);display:block;font-weight:700;text-align:center;}
/* Customize My Trip */
.Getqgoteformd h5.modal-title{color:#8ec641;font-family:'Roboto',sans-serif;}
.QuoteTitle h4{font-size:20px;font-family:'Roboto',sans-serif;color:#000;padding:20px 0px 10px 0px;font-weight:700;}
.GetQuoteForm .form-control{padding:.775rem .75rem;border-radius:0px;border:1px solid #ddd;font-size:12px;font-family:Arial,Helvetica,sans-serif;height: auto;}
.GetQuoteForm label{font-size:14px;font-weight:500;}
.GetQuoteForm select.form-control:not([size]):not([multiple]){height:auto;}
.Optional_activity span{font-size:14px;}
.Optional_activity .form-check{padding-bottom:10px;padding-left:30px;}
.submitbuttons input.Searchbtnmk{background-color:#dc2229;padding:10px 30px;font-size:14px;margin-bottom:20px;text-align:center;border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight: 700;letter-spacing: 1.2px;text-transform: uppercase;}
.submitbuttons input.Searchbtnmk:hover{background-color: #222;}
span.first{padding-top: 10px;}
#customytripModal h5.modal-title{color: #dc2229;font-weight: 700;font-size: 24px;}

#dvLoading{ background:url(../images/loading.gif) no-repeat center center rgba(0,0,0,0.8); position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 100%; width:100%; z-index: 999; }

/*.caleran-popup .caleran-input{width: auto !important;} */
.has-error input, .has-error textarea, .has-error select  { border: 1px solid #c03731; }

.Holidaypacbox .notActive img{
    width: 20px;
}

li.PriceHolidayfgn span{color: var(--maincolor); font-size: 14px; font-weight: 600;}


/*.testImg{*/
/*    width:70px;*/
/*    height: 70px;*/
/*}*/

#mce-error-response{
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

#mce-error-response a {
    color: #000;
}
#mce-success-response{
    font-size: 15px;
    color: #cfb903;
    font-weight: bold;
}


/* -------------Visa------------- */
.visa .inquiryForm {
    background: #e9ecef;
    border-radius: .25rem;
    margin-top: 2rem;
}

.visa .inquiryForm h5 {
    color: #fff;
    background: var(--maincolor);
    padding: .75rem 1rem;
    border-radius: .25rem .25rem 0 0;
}

.visa .inquiryForm form {
    padding: 1rem 0;

}

.form-control {
    font-size: 12px;
}

/* -------Contact Us----------- */
.contact h3 {
    color: var(--maincolor);
}

.contact-form {
    border: 1px solid #ced4da;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 5px 18px 3px rgba(0,0,0,.1);
}

.contact p {
    color: #777;
}

h5 {
    color: var(--maincolor);
}



/* Article Search Result */
.ArticleSearchResult{}
.ArticleSearchResult li{ background:#eeeeee; border:1px solid #eeeeee; padding:15px; margin:20px 0 0 0; overflow:hidden; text-align:justify; font-size:14px; -webkit-transition: all .4s linear; transition: all .4s linear; border-radius:4px;}
.ArticleSearchResult li:hover{ border:1px solid #e5e5e5; background:#fff; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);}
.ArticleSearchResult li img{ width:150px; height:100px; object-fit:cover;}
.ArticleSearchResult li h2{ font-size:18px; font-weight:bold;}
.ArticleSearchResult li h2 a{ color:#404040;}
.ArticleSearchResult li h2:hover a{ color:#015d82;}
.ArticleSearchResult li  p { margin:0; padding:0; text-align:justify; font-size:14px;}


.DomesticNationality option{padding-left: 45px;}


/* Destination Page */
.OurDestinations .Holder{ margin-bottom:30px; position:relative;}
.OurDestinations .Holder .QuickInfo{ position:absolute; left:0; bottom:0; right:0; background:rgba(0,0,0,0.5); text-align:center; padding:10px 0 12px 0; -webkit-transition: all .4s linear; transition: all .4s linear; }
.OurDestinations .Holder .QuickInfo h2 a{ color:#fff;}
.OurDestinations .Holder:hover .QuickInfo{ bottom:20px;}
.OurDestinations .Holder img{ width:100%; min-height:300px; max-height:300px; object-fit:cover;}
.RelatedTourSec .gridBox{min-height: 407px;}


/* Article Page */
.ArticlePage .Articleinfo p{ text-align:justify; }


/**********************************************************************************************************************************
BreadCrumb
**********************************************************************************************************************************/
.BreadCrumbSec{padding:10px 0px; background-color: #f2f2f2;}
.BreadCrumbSec ul.breadcrumbs_type5{ margin:0; padding:0; list-style:none;}
.BreadCrumbSec ul.breadcrumbs_type5 li{ margin:0 10px 0 0; padding:0 0 0 10px; list-style:none; display:inline-block; font-size:12px; position:relative; }
.BreadCrumbSec ul.breadcrumbs_type5 li:before{content: "\f105"; font-family: FontAwesome; display:block; position:absolute; left:0; top:0;}
.BreadCrumbSec ul.breadcrumbs_type5 li:first-child:before{ display:none; padding-left:0; }
.BreadCrumbSec ul.breadcrumbs_type5 li a{ color:#038b8e; }


/* Activity Page */
.OurActivities .Holder{ margin-bottom:30px; position:relative;}
.OurActivities .Holder .QuickInfo{ position:absolute; left:0; bottom:0; right:0; background:rgba(0,0,0,0.5); text-align:center; padding:10px 0 12px 0; -webkit-transition: all .4s linear; transition: all .4s linear; }
.OurActivities .Holder .QuickInfo h2 a{ color:#fff;}

.OurActivities .Holder:hover .QuickInfo{ bottom:20px;}

.OurActivities .Holder img{min-width: 355px;height: 245px;object-fit: cover;}



/* includes / Excludes */
.LastOverview{font-size:13px;}
.TripIncludes h2, .TripExcludes h2{font-weight:bold;font-size:16px;}
.TabOverview{font-size:14px;}
ul.tripFactdetailright{ margin: 0; padding: 0;list-style: none; font-size: 13px;overflow:hidden;}
ul.tripFactdetailright li{padding:2px 0; display:block;}
ul.tripFactdetailright li span{display:inline-block;width:110px;}


/* Activity Detail Page */
.ActivityDetail .ActivityBox p{ text-align:justify;}
.PopularPlace_MKS{ margin:0 0 30px 0; }

/* Contact Form */
.contacForm .form-group label{ font-weight:bold;}
.contacForm .form-group input.btn-primary{ background:#f49817; border-color:#f49817;}
.contacForm .form-group input.btn-primary:hover{ background:#de6808; border-color:#de6808;}



/**********************************************************************************************************************************
HOLIDAY PAGE
**********************************************************************************************************************************/
.HolidayPage .Lcol{ background: #e6e6e6; padding: 15px; overflow: hidden;}
.HolidayPage .Lcol h2{ font-weight:normal; color: #242424; font-size:18px; margin: 0; padding: 0;  }
.HolidayPage .Lcol h2 i{ color: #929292; }
.HolidayPage .Lcol h3{ color: #393939; font-weight: normal; font-size:14px; font-weight:bold;}
.HolidayPage .Lcol ul{ margin: 0; padding:0; }
.HolidayPage .Lcol ul li{margin: 10px 0 0 0; padding:0; list-style: none;}
.HolidayPage .Lcol ul li label{ padding-top: 3px; }
.HolidayPage .Lcol .Holder{background: url(../images/gray-seperator.jpg) repeat-x top; padding-top:30px; margin-top: 30px; }
.HolidayPage .Lcol .TripRating a i{ color: #ed7a0a; }

.HolidayPage .Rcol .Holder h2{ color: #2a76ab; font-size: 14px; min-height:35px;}
.HolidayPage .Rcol .Holder .TripRating i{ color: #ed7a0a; }
.HolidayPage .Rcol .Holder .TripRating span{ font-size: 11px; }
.HolidayPage .Rcol .Holder .FixHolder{ padding-left:10px; }
.HolidayPage .Rcol .Holder .FixHolder span.TripDuration{ color: #807e7e;font-size: 14px; }
.HolidayPage .Rcol .Holder .FixHolder span.TripDuration i{ color: #2a76ab; }
.HolidayPage .Rcol .Holder .FixHolder span.TripCost{ background: #ed8323; color: #fff; bottom:0; right:0; padding:3px 5px; font-size:12px; }
.HolidayPage .Rcol .Holder .FixHolder span.TripCost:before{ content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 0 30px 25px; border-color: transparent transparent #ed8323 transparent; left: -25px; bottom: 0;}
.HolidayPage .Rcol .Holder .Overlay { visibility: hidden; background: rgba(0,0,0,0.5); position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; opacity: 0; transition: all .4s ease-in-out; transform: translateY(100px); text-align: center; padding: 20% 0 0 0; }
.HolidayPage .Rcol .Holder:hover .Overlay{ visibility: visible; opacity: 1; transform: translateY(0px);}
.HolidayPage .Rcol .Holder:hover .Overlay a.ReadMoreWhite{ padding:5px 15px; margin-top:70px; background:#fff; color:#009699;}


/* Custom Checkbox */
.ThuloCheckBox { display: block; position: relative; padding-left: 25px; cursor: pointer; font-size: 13px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; min-height:20px; min-width:20px;}
.ThuloCheckBox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.ThuloCheckmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #fff; border:1px solid #909090; }
.ThuloCheckBox input:checked ~ .ThuloCheckmark {background-color: #909090; }
.ThuloCheckmark:after { content: ""; position: absolute; display: none; }
.ThuloCheckBox input:checked ~ .ThuloCheckmark:after { display: block; }
.ThuloCheckBox .ThuloCheckmark:after { left: 5px; top: 2px; width: 7px; height: 11px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

/* Custom Radio Box */
.ThuloCustomRadioBox { display: block; position: relative; padding-left: 35px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; min-height:34px; min-width:34px;}
.ThuloCustomRadioBox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.checkmark { position: absolute; top: 0; left: 0; height: 34px; width: 34px; background-color: #fff; border:2px solid #128be4; }
.ThuloCustomRadioBox input:checked ~ .checkmark {background-color: #128be4; }
.checkmark:after { content: ""; position: absolute; display: none; }
.ThuloCustomRadioBox input:checked ~ .checkmark:after { display: block; }
.ThuloCustomRadioBox .checkmark:after { left: 9px; top: 0; width: 10px; height: 20px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }


.HolidayPage { margin-bottom:30px;}
i.ShowPassword, i.ShowPasswordReg, i.ShowPasswordReg1{cursor:pointer;}
.has-error{border: 1px solid #fe9400 !important;}
#SearchContainer .ThumbPic img{min-height: 170px;}


/**********************************************************************************************************************************
Holidays Detail Page (1/10/2019)
**********************************************************************************************************************************/
.Hdetail_title{border-bottom: 1px solid #ddd; padding-bottom: 10px;}
.SdCatSbox ul{list-style-type: none; padding:0px; margin:0px;}
.SdCatSbox ul li{display: inline-block; padding-right: 10px;}
.SdCatSbox ul li:last-child{padding-right: 0px;}
.htitle_mks h2{font-size: 22px; font-weight: 700;}
.RightDateHoliday{text-align: center;}
.RightPrice_holiday{text-align: right;}
.RightPrice_holiday span{display: block;}
.RightPrice_holiday span.Shprice{color: #dc2229; font-size: 20px; font-weight: 700;}
span.Startingfrom{font-size: 12px;}
.DateMksholiday span{font-weight: 600; font-size: 14px;}
.StayCaregory_Shareit{padding: 20px 0px 40px 0px;}
.StayCaregory_Shareit .SdCatSbox img{max-width: 25px; margin-right: 10px;}
.StayCaregory_Shareit .SdCatSbox p{font-size: 14px; margin:0px 0px 0px 0px; font-weight: 600;}
.StayCaregory_Shareit .SdCatSbox span{color: #dc2229; padding-left: 10px;}
.SocialSharemks{text-align: right;}
.SocialSharemks ul li{font-weight: 600;}
.SocialSharemks ul li i{color: #dc2229;}
/* Overview */
.OverviewTab_holiday{background-color: #f2f2f2; padding:15px 15px 15px 15px; margin-top: 30px; border-radius: 2px;}
.OverviewTab_holiday .nav-tabs,.OverviewTab_holiday .nav-tabs .nav-item.show .nav-link, .OverviewTab_holiday .nav-tabs .nav-link.active,.OverviewTab_holiday .nav-tabs .nav-link{border:none;}
.OverviewTab_holiday .nav-tabs .nav-link{border-radius: 0px; color: #333;font-weight: 600; font-size: 14px; color: #333; background-color: #fff;padding: .6rem 1rem;}
.OverviewTab_holiday .tab-content p{font-size: 14px; line-height: 1.8;}
.OverviewTab_holiday .nav-tabs .nav-link.active{ color: #fff; font-weight: 600;}
.OverviewTab_holiday .nav-tabs .nav-item{margin-bottom: 0px;margin-right: 10px;}
.Incexcludeinfo{padding-bottom: 0px;}
.Incexcludeinfo p{margin:0px; font-weight: 600;}
.Incexcludeinfo ul{list-style-type: none; padding:0px; margin:0px;}
.Incexcludeinfo ul li{font-size: 14px; padding-bottom: 8px;}
.Incexcludeinfo ul li:last-child{padding-bottom: 0px;}
/* .Incexcludeinfo ul li::before{content:"\f046";font-family:FontAwesome;font-size:13px;display:inline-block!important;cursor:pointer;line-height:20px;color:#dc2229;margin-right:6px;} */
/* .bgicon_circle span::before {
  counter-increment: my-sec-counter;
  content:counter(my-sec-counter);
} */


.bgicon_circle{margin-right: 1rem; width: 60px; height: 60px; background-color: var(--secondcolor);border-radius: 50%;text-align: center; position: relative;flex: 0 0 8%;}
.bgicon_circle span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%); color: #fff;font-weight: 600; font-size:13px;}
.list-itembox{margin-bottom: 20px;}
.list-itembox:last-child{margin-bottom: 0px;}
.Tabitinerary .media-body img {
    width: 100%;
    height: auto;
}
.list-itembox h5{font-size: 14px; font-weight: bold; color:var(--maincolor); margin:0; padding:0;}
.list-itembox p{color: #888;}
.list-itembox:hover .bgicon_circle{background: none; border:2px dotted #015d82;}
.list-itembox:hover .bgicon_circle span{color: #333; font-weight: 600;}

/* Review */
#nav-reviews .form-control{padding:.875rem .75rem;border-radius:0px;border:1px solid #ddd;font-size:12px;background:none;}
#nav-reviews h3{font-size:24px;margin-bottom:20px;font-family:'Roboto',sans-serif;font-weight:bold;}
#nav-reviews select.form-control:not([size]):not([multiple]){height:auto;}
.Leftimgname{text-align:center;}
.Leftimgname h4{font-size:14px;color:#000;font-weight:bold;margin:5px 0px 0px 0px;font-family:'Roboto',sans-serif;}
.Leftimgname p{text-align:center!important;font-size:11px!important;}
ul.ReviewLists{margin:0px 0px 30px 0px; list-style-type: none; padding:0px;}
ul.ReviewLists li:first-child{border-top:none;}
ul.ReviewLists li{border-top:1px solid #ddd;padding:15px 0px 0px 0px;}
ul.ReviewLists .ReviewPic img{width:65px;height:65px;object-fit:cover;object-position:center;border-radius:50%;display:block;margin-left:auto;margin-right:auto;}
.RatingIcon span i{color:#ff8400;font-size:14px;}
.Pubdate p{font-size:12px!important;font-style:italic;color:#959494!important;font-family:'Roboto',sans-serif;}
.AddReviewMks a{color: #dc2229;}
.AddReviewMks i{padding-right: 3px;}
/* Terms & Conditions */
.TermsConditionHp ul{list-style-type: none; padding:0px;margin:0px;}
.TermsConditionHp ul li{padding-bottom: 15px;font-size: 14px;display: flex;}
.TermsConditionHp ul li:last-child{padding-bottom: 0px;}
.TermsConditionHp ul li::before{content:"\f046";font-family:FontAwesome;font-size:13px;display:inline-block!important;cursor:pointer;line-height:20px;color:#dc2229;margin-right:6px;}
/* Features */
.RightHoliday_sidebar .table td,.RightHoliday_sidebar .table th{font-size: 14px;}
.RightHoliday_sidebar .table td{text-align: right;}
.TermsConBg{background-color: #f2f2f2; padding:15px;}
/* Stay Plan */
.StayPlanSec .table th{font-size: 14px;color: #fff;}
.StayPlanSec .table td{font-size: 14px;}
td.BookNowmks{text-align: center;}
td.BookNowmks a{padding:8px 20px;border-radius:0;background:#dc2229;border:none;border:none;cursor:pointer;color:#fff;}
td.BookNowmks a:hover{background-color: #222;}
.thredbgmks{background-color: var(--maincolor);}
.RatingSeclist .RatingImg{position: relative; height: 194px; overflow: hidden;}
.RatingSeclist .RatingImg img{/* position:absolute;bottom:0;left:0;right:0;top:0;margin:auto;max-width:100%;max-height:100%; */ min-height:350px; width: 100%; max-width: 100%; height: 100%; object-fit: cover;}
.rtTitle{position:absolute;bottom:10px;left:0;right:0px; text-align: center;z-index:1;}
.rtTitle a{color: #fff;font-weight: 700; font-size: 14px;}
.rtTitle a:hover{color: #dc2229;}
.PriceDic{position: absolute; top: 20%; left: 0px;}
.PriceDic span{background-color: #038b8e; padding:6px 12px; font-size: 16px; color: #fff;display: block;font-weight: 600;}
.RatingList{position: absolute; top: 0px; right: 0px;}
.RatingList span{padding-right: 5px;}
.RatingList span i{color: #ff8400; font-size: 14px;}
.img-overlay{position:relative;display:block;}
.img-overlay::before {
background-image:linear-gradient(transparent,#000),linear-gradient(transparent,#000);height:30%;opacity:0.7;position:absolute;right:0;z-index:1;bottom:0;content:"";left:0;width:100%;}
.RatingSeclist{margin-bottom: 30px;}
/* Related Tours */

.related-tours,.related-tours .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.related-tours{display:none;width:100%;z-index:1}
.related-tours .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden;padding:33px 0px 0px 0px;}
.related-tours .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.related-tours .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.related-tours .owl-item,.related-tours .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.related-tours .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.related-tours .owl-item img{display:block;width:100%}
.related-tours .owl-dots.disabled,.related-tours .owl-nav.disabled{display:none}
.no-js .related-tours,.related-tours.owl-loaded{display:block;position:relative;}
.related-tours .owl-dot,.related-tours .owl-nav .owl-next,.related-tours .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.related-tours.owl-loading{opacity:0;display:block}
.related-tours.owl-hidden{opacity:0}
.related-tours.owl-refresh .owl-item{visibility:hidden}
.related-tours.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.related-tours.owl-grab{cursor:move;cursor:grab}
.related-tours.owl-rtl{direction:rtl}
.related-tours.owl-rtl .owl-item{float:right}
.related-tours .animated{animation-duration:1s;animation-fill-mode:both}
.related-tours .owl-animated-in{z-index:0}
.related-tours .owl-animated-out{z-index:1}
.related-tours .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{
0%{opacity:1}
100%{opacity:0}
}
.owl-height{transition:height .5s ease-in-out}
.related-tours .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.related-tours .owl-item img.owl-lazy{transform-style:preserve-3d}
.related-tours .owl-video-wrapper{position:relative;height:100%;background:#000}
.related-tours .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.related-tours .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.related-tours .owl-video-playing .owl-video-play-icon,.related-tours .owl-video-playing .owl-video-tn{display:none}
.related-tours .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}

.related-tours .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/* Owl Navigation */
.related-tours .owl-dots,.related-tours .owl-nav{text-align:right;-webkit-tap-highlight-color:transparent}
.related-tours .owl-nav{position:absolute;top:-28%;right:0px;}
.related-tours .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px 0px 5px 5px;padding:0px 14px;background:var(--maincolor);display:inline-block;cursor:pointer;}
.related-tours .owl-nav [class*=owl-]:hover{background:#16b379;color:#FFF;text-decoration:none}
.related-tours .owl-nav .disabled{opacity:1;cursor:default}
.related-tours .owl-nav.disabled+.owl-dots{margin-top:10px;}
.related-tours .owl-dots .owl-dot{display:inline-block;zoom:1}
.related-tours .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.related-tours .owl-dots .owl-dot.active span,.related-tours .owl-dots .owl-dot:hover span{background:#869791}
.related-tours .owl-nav i{font-size:40px;}
.related-tours .owl-nav{position:absolute;top:-50px;right:0px;left:0px;text-align:center;}

.RelatedTourSec .grid_title{margin-bottom: 65px;}
/* Book Mow */
.BookNoe_holiday{margin-bottom: 20px;}
.customozetrip a,.BookNoe_holiday a{display: block;width: 100%; padding:6px 12px; color: var(--secondcolor);border:1px dotted #dc2229; text-align: center; font-weight: 700;}
.customozetrip a:hover,.BookNoe_holiday a:hover{background-color: #dc2229; color: #fff;}
.GetQuoteForm .form-control {
    padding: .775rem .75rem;
    border-radius: 0px;
    border: 1px solid #ddd;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    height: auto;
}
.GetQuoteForm select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.GetQuoteForm label {
    font-size: 14px;
    font-weight: 500;
}
.QuoteTitle h4 {
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
    color: #000;
    padding: 20px 0px 10px 0px;
    font-weight: 700;
}
.submitbuttons input.Searchbtnmk {
    background-color: #315fce;
    padding: 10px 30px;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* Rightsidebar Css */

.price_righttitle{background-color: var(--maincolor);padding:20px 15px;color: #fff;border-radius: 0;text-align: left;margin:45px 0 30px 0;}

.price_righttitle span.pricefrom{font-size: 16px;text-transform: uppercase;color: #fff;font-weight: 600;}

p.pricedetailright{font-size: 20px;padding:0px 0px 10px 0px;font-weight: 900;}
p.pricedetailright sup{top: -2px;font-size: 14px;}
p.pricedetailright span{/* text-decoration: line-through; */padding-left: 0px;font-weight: 700;font-size: 14px;}

.search-right-form .form-control{height: auto;border-radius: 0px;}

p.total-price{font-size: 18px;padding:10px 0px;font-weight: 600;}

.check-availability{padding: 10px 0px 5px 0px;}

.check-availability a{background-color: #222;padding:8px 20px;color: #fff;border-radius: 25px;width: 100%;border:1px solid #fff;}

.check-availability a:hover{background-color: #fff;color: #315fce;}

.check-availability .BookNoe_holiday{margin:0px!important;}
.TopSekkerMks{position:relative;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:180px;height:0px;border:19px solid #ffffff;border-right-color:rgb(255,255,255);border-right-style:solid;border-right-width:19px;/* border-right:25px solid #315fce; */margin-left:-15px;font:normal 100%/normal Arial,Helvetica,sans-serif;color:rgba(0,0,0,1);-o-text-overflow:clip;text-overflow:clip;margin-bottom:25px;border-left: 2px solid #000000;border-right:25px solid #000000;}
.TopSekkerMks h3{position:absolute;font-family:playfair display;font-weight:900;color:#000;font-size:21px;top:-14px;left:20px;}

/* Share Button */
[data-easyshare] *{box-sizing:border-box;text-align:center;}
[data-easyshare]{position:relative;height:24px;}
[data-easyshare] [data-easyshare-button]{display:block;float:left;margin:0;padding:0 8px;height:24px;line-height:24px;border:0;border-radius:2px;font-family:Arial,Helvetica,sans-serif;color:#fff;font-size:10px;font-weight:bold;cursor:pointer;}
[data-easyshare] [data-easyshare-button]:hover + [data-easyshare-button-count]{border-color:#959595;}
[data-easyshare] [data-easyshare-button]:hover + [data-easyshare-button-count]:before{border-right-color:#959595;}
[data-easyshare] [data-easyshare-button="total"]{background:#aaa;text-shadow:1px 1px 0 #777;cursor:default;}
[data-easyshare] [data-easyshare-button="facebook"]{background-color:#3b5998;text-shadow:1px 1px 0 #1b2947;width:100px;margin-right: 10px;}
[data-easyshare] [data-easyshare-button="facebook"]:hover{background-color:#2d4373;}
[data-easyshare] [data-easyshare-button="twitter"]{background-color:#00aced;text-shadow:1px 1px 0 #00506e;width:100px;}
[data-easyshare] [data-easyshare-button="twitter"]:hover{background-color:#0099d4;}
[data-easyshare] [data-easyshare-button="google"]{background-color:#d34836;text-shadow:1px 1px 0 #69241b;}
[data-easyshare] [data-easyshare-button="google"]:hover{background-color:#b03626;}
[data-easyshare] [data-easyshare-button="linkedin"]{background-color:#0177b5;text-shadow:1px 1px 0 #01669c;}
[data-easyshare] [data-easyshare-button="linkedin"]:hover{background-color:#01669c;}
[data-easyshare] [data-easyshare-button="pinterest"]{background-color:#bd2126;text-shadow:1px 1px 0 #a71d22;}
[data-easyshare] [data-easyshare-button="pinterest"]:hover{background-color:#a71d22;}
[data-easyshare] [data-easyshare-button="xing"]{background-color:#006464;text-shadow:1px 1px 0 #004b4b;}
[data-easyshare] [data-easyshare-button="xing"]:hover{background-color:#004b4b;}
[data-easyshare] [data-easyshare-total-count],[data-easyshare] [data-easyshare-button-count]{position:relative;display:block;float:left;margin:0 15px 0 8px;padding:0 7px;height:24px;line-height:24px;border:1px solid #aeaeae;border-radius:2px;background-color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:bold;color:#555;cursor:default;}
[data-easyshare] [data-easyshare-total-count]:before,[data-easyshare] [data-easyshare-total-count]:after,[data-easyshare] [data-easyshare-button-count]:before,[data-easyshare] [data-easyshare-button-count]:after{content:"";position:absolute;display:block;height:0;width:0;}
[data-easyshare] [data-easyshare-total-count]:before,[data-easyshare] [data-easyshare-button-count]:before{top:5px;left:-6px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #aeaeae;}
[data-easyshare] [data-easyshare-total-count]:after,[data-easyshare] [data-easyshare-button-count]:after{top:6px;left:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #fff;}
[data-easyshare] [data-easyshare-loader]{position:absolute;top:0;left:0;width:100%;height:24px;line-height:24px;background-color:rgba(255,255,255,0.8);font-family:Arial,Helvetica,sans-serif;font-weight:bold;font-size:12px;}
.socialsharemkgs{padding-top: 20px;}
.socialsharemkgs a:hover{color: #fff;}
.customozetrip{padding: 20px 0px 10px 0px;}
.customozetrip a{background-color:#c8b307;display:block;font-weight:700;text-align:center;}
.inquiry{padding: 14px 0px 10px 0px;}
.inquiry a{border:none;background-color:#B9720B;padding:8px 12px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;border-radius:2px;text-align:center;display: block; width: 100%;border-radius: 25px;}

/* Customize My Trip */
.Getqgoteformd h5.modal-title{color:#8ec641;font-family:'Roboto',sans-serif;}
.QuoteTitle h4{font-size:20px;font-family:'Roboto',sans-serif;color:#000;padding:20px 0px 10px 0px;font-weight:700;}
.GetQuoteForm .form-control{padding:.775rem .75rem;border-radius:0px;border:1px solid #ddd;font-size:12px;font-family:Arial,Helvetica,sans-serif;height: auto;}
.GetQuoteForm label{font-size:14px;font-weight:500;}
.GetQuoteForm select.form-control:not([size]):not([multiple]){height:auto;}
.Optional_activity span{font-size:14px;}
.Optional_activity .form-check{padding-bottom:10px;padding-left:30px;}
.submitbuttons input.Searchbtnmk{background-color:var(--maincolor);padding:10px 30px;font-size:14px;margin-bottom:20px;text-align:center;border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight: 700;letter-spacing: 1.2px;text-transform: uppercase;}
.submitbuttons input.Searchbtnmk:hover{background-color: var(--secondcolor);}
span.first{padding-top: 10px;}
#customytripModal h5.modal-title{color: #161b52;font-weight: 700;font-size: 24px;}

#dvLoading{ background:url(../images/loading.gif) no-repeat center center rgba(0,0,0,0.8); position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 100%; width:100%; z-index: 999; }

/*.caleran-popup .caleran-input{width: auto !important;} */
.has-error input, .has-error textarea, .has-error select  { border: 1px solid #c03731; }

/**********************************************************************************************************************************
Add Css 2/27/2019
**********************************************************************************************************************************/
.hol_booking button.btn-book-now{border:none;background-color: #dc2229;padding:6px 12px;color: #fff;margin-top: 10px; cursor: pointer;font-size: 12px;border-radius: 2px;text-align: center;}
#bookNow a.btn-book{color: #dc2229;font-weight: 700;}
.PaymentMethods .flex-column{margin-bottom: 20px;}
.PaymentMethods .nav-pills .nav-link{color: #333;}
.PaymentMethods .nav-pills .nav-link.active{background: var(--maincolor);color: #fff;border:0;}
/*.ContinueBtn{float: right;}*/

/**********************************************************************************************************************************
Search Result
**********************************************************************************************************************************/
.SearchbgMks{background-color: #ffffff;padding:30px;text-align: center;border:1px solid #ddd;}
.SearchbgMks img{max-width: 200px;margin-bottom: 20px;}
.SearchbgMks p{font-size: 14px;}
.SearchbgMks h1{font-weight: 700;color: #333;font-size: 28px;}
.SearchAgain{margin-top: 40px;}
.SearchAgain a{background: #ff8400;color: #fff;padding:10px 30px;border-radius: 4px;text-transform: uppercase;font-weight: 700;}
.SearchAgain a:hover{background-color: #dc2229;}

.ArticlePage .InnberBanner { float: left;  margin-right: 20px; }

.InnberBanner img{
    width:100px;
    height:100px;
}

.Media_Librarymks{overflow: auto;}
.Media_Librarymks ul li img { width: 150px; height: 150px; object-fit: cover; object-position: center; }
.Media_Librarymks ul li { margin-bottom: 10px; overflow: hidden; padding-right: 0px; padding-left: 0px; border: 3px solid #fff; }
.my-list--selected { border: 3px solid #003d79 !important; overflow: hidden; }
#featuredimageModal .modal-lg { max-width: 100%; }

.ThuloPasalInvoice { margin:0 auto; background:#fff;}
.ThuloPasalInvoice img.logo{max-width: 300px;}
.ThuloPasalInvoiceHead { }
.ThuloPasalInvoiceHead td { padding:0; margin:0; }
.ThuloPasalInvoiceHead td p { margin:0; padding:0; }
.ThuloPasalInvoiceHead td p.TPin { min-height:40px; margin-top:15px; }
.ThuloPasalInvoiceHead td p.TPin span { border:1px solid #000 !important; width:20px; border-right:none !important; /* padding:3px 5px; */ display: inline-block;text-align: center; }
.ThuloPasalInvoiceHead td p.TPin span.Last { border-right:1px solid #000 !important; }
.ThuloPasalInvoiceHead p.InvoiceDate { min-height:40px; }
.ThuloPasalInvoiceHead p.TransactionDate { min-height:40px; }
.ThuloPasalInvoiceHead h2 { font-weight:bold; }
.ThuloPasalInvoiceHead input.InputBorderNone { border:none !important; outline:none !important; }
.ThuloPasalInvoiceHead .InvoiceHeadNo { margin-top:30px; }
.ThuloPasalInvoiceHead .InvoiceHeadNo span.InvoiceTitle { font-size:30px; text-transform:uppercase; font-weight:bold; }
.ThuloPasalInvoiceHead .InvoiceHeadNo span.TaxInvoiceNo { margin-left:30px; }
.ThuloPasalInvoiceHead .InvoiceMS { padding-top:20px; }
.ThuloPasalInvoiceHead .InvoiceMS input, .ThuloPasalInvoiceHead .InvoiceAddress1 input { width:100%; border:none !important; outline:none; border-bottom:1px dashed #ccc !important; }
.ThuloPasalInvoiceHead .InvoiceAddress1 { padding-top:20px; }
.ThuloPasalInvoiceHead .InvoicePhoneEmail { padding-top:20px; }
.ThuloPasalInvoiceHead .InvoicePhoneEmail input, .ThuloPasalInvoiceHead .InvoicePhoneEmail input { width:100%; border:none !important; outline:none; border-bottom:1px dashed #ccc !important; }
.ThuloPasalInvoiceHead td.VatPan { }
.ThuloPasalInvoiceHead td.VatPan span { float:left; margin-right:10px; }
.ThuloPasalInvoiceHead td.VatPan input { border:1px solid #000 !important; border-right:none !important; width:25px; text-align:center; display:inline-block; float:left; }
.ThuloPasalInvoiceHead td.VatPan input.Last { border-right:1px solid #000 !important; }
.ThuloPasalInvoiceHead .margin0 { margin:0 !important }
.ThuloPasalInvoiceHead .Padding30 { padding-top:30px !important; }
.InvoiceMidSection { }
.InvoiceMidSection input { width:100% }
.InvoiceFooer input { min-width:100%; border:none !important; outline:none !important; border-bottom:1px dashed #ccc !important; margin-bottom:5px; }
.ThuloPasalInvoice a.AddMore { font-size: 30px; font-weight: bold; line-height: 20px; text-decoration: none; height: 25px; overflow: hidden; display: inline-block; }
.ThuloPasalInvoice a.DeleteField { font-size:40px; font-weight:bold; line-height:20px; text-decoration:none; color:red; }

.ThuloPasalInvoice a.SaveContinueInvoice{ background:#2c78ca; color:#fff; font-weight:bold; padding:7px 10px; display:inline-block; text-decoration:none;}
.ThuloPasalInvoice a.SaveContinueInvoice:hover{ background:#175ca6;}
.InnerPage .card-body{background-color: #fff;}


/* ---------------------------------
LOGIN POP UP
----------------------------------*/
.LoginPopup .modal-content {
    padding: 5px 20px;
}
#RegisterModal button.close, #LoginModal button.close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.LoginPopup .LoginHeader {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: url(../images/red-line.jpg) repeat-x 0 40%;
}
.LoginPopup .LoginHeader .IconDiv {
    background: #fff;
    width: 140px;
    margin: 0 auto;
}
.LoginPopup .LoginHeader .IconDiv img {
    margin: 0 auto;
}
.LoginPopup .LoginHeader h2 {
    text-transform: uppercase;
    font-size: 22px;
    color: #0a0a0a;
    font-weight: bold;
    padding: 0;
    margin: 20px 0 0 0;
}

.LoginPopup .LoginFormOuter .LoginForm {
    padding: 15px 25px 20px 25px;
}
.LoginPopup .LoginFormOuter .LoginForm:before {
    background: url(../img/top-arrow.png) no-repeat 0 0;
    width: 55px;
    height: 27px;
    display: block;
    content: "";
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -42px;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup {
    position: relative;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup .Licon{
    position: absolute;
    left: 5px;
    bottom: 15px;
    font-size: 20px;
}
.form-group {
    margin-bottom: 1rem;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup svg {
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 0;
    width: 40px;
    text-align: center;
    color: #999999;
    font-size: 24px;
    padding-top: 10px;
}
.tourismcoreloginBolck i {
    padding-right: 2px;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup input.form-control {
    border-radius: 0;
    font-size: 14px;
    padding: 12px 10px 12px 40px;
    height: auto;
    border: none;
    border-bottom: 1px solid #ddd;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup input.form-control:focus {
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
}
.form-control {
    font-size: 12px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, input {
    overflow: visible;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup i.ShowPassword, .LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup i.HidePassword {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    color: #999999;
    font-size: 17px;
    padding-top: 15px;
}
i.ShowPassword, i.ShowPasswordReg, i.ShowPasswordReg1, i.HidePassword, i.HidePasswordReg, i.HidePasswordReg1 {
    cursor: pointer;
}
.tourismcoreloginBolck i {
    padding-right: 2px;
}
.LoginPopup .LoginFormOuter .LoginForm .password-forget{
    width: 100%;
    display: flex;
    justify-content: end;
}
.LoginPopup .LoginFormOuter .LoginForm a.ForgotPwd {
    font-size: 12px;
    display: block;
    text-align: right;
    color: var(--main-color-one);
}
.LoginPopup .LoginFormOuter .LoginForm button.btn-primary {
    margin: 0;
    padding: 10px 20px;
    background: var(--secondcolor);
    color: #fff;
    border: none;
    outline: none;
    display: block;
    width: 100%;
    border-radius: 4px;
}
.LoginPopup .LoginFormOuter .LoginForm button.btn-primary:hover{
    background:var(--success);
    transform:scale(0.97);
}
.LoginPopup .LoginFormOuter .LoginForm .CustomCheckbox {
    margin: 10px 0 0 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.LoginPopup .LoginWithSocialLnk ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.LoginPopup .LoginWithSocialLnk ul li.FaceBook {
    background: #3b5a9a;
    margin-right: 5%;
}

.LoginPopup .LoginWithSocialLnk ul li {
    margin: 0;
    padding: 5px 5px;
    list-style: none;
    display: inline-block;
    width: 42%;
}
.LoginPopup .LoginWithSocialLnk ul li a {
    color: #fff;
    font-size: 16px;
}
.LoginPopup .LoginWithSocialLnk ul li a i {
    font-size: 30px;
    margin: 0 15px 0 0;
}

.tourismcoreloginBolck i {
    padding-right: 2px;
}
.LoginPopup .LoginWithSocialLnk ul li.Twitter {
    background: #23aae1;
}
.LoginPopup .DontHaveAccount {
    text-align: center;
    margin: 10px 0 0 0;
}
.LoginPopup .DontHaveAccount p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #252424;
    font-weight: bold;
}
.LoginPopup .DontHaveAccount a.CreateNow {
    display: inline-block;
    color: var(--secondcolor);
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid var(--secondcolor);
    padding: 5px 10px;
    margin: 10px 0 20px 0;
}
.LoginPopup .DontHaveAccount a.CreateNow:hover{
    background:var(--success);
    transform:scale(0.97);
    color: #fff;
    border: 1px solid var(--success);
}
/* ---------------------------------
REGISTER POP UP
----------------------------------*/
.RegisterPopup .modal-content { 
    padding:5px 20px; 
}
.RegisterPopup button.close { position:absolute; top:20px; right:20px; }
.RegisterPopup .RegisterHeader { text-align:center; width:370px; margin:0 auto; background:url(../img/red-line.jpg) repeat-x 0 40%; }
.RegisterPopup .RegisterHeader .IconDiv { background:#fff; width:140px; margin:0 auto; }
.RegisterPopup .RegisterHeader .IconDiv img { margin:0 auto; }
.RegisterPopup .RegisterHeader h2 { text-transform:uppercase; font-size:22px; color:#0a0a0a; font-weight:bold; padding:0; margin:20px 0 0 0; }
.RegisterPopup .RegisterForm { padding:0px 50px 0px 50px;}
.RegisterPopup .RegisterForm:before { background:url(../images/top-arrow.png) no-repeat 0 0; width:55px; height:27px; display:block; content:""; text-align:center; margin:0 auto; position:relative; top:-42px; }
.RegisterPopup .RegisterForm .CustomRadioBox label { font-size:12px; line-height:24px; color:#7e7e7e; }
.RegisterPopup .RegisterForm .CustomFormGroup { position:relative; }
.RegisterPopup .RegisterForm .CustomFormGroup .Licon{
    position: absolute;
    left: 5px;
    top: 15px;
    font-size: 20px;
}
.RegisterPopup .RegisterForm .CustomFormGroup svg { position:absolute; left:0; top:5px; bottom:0; width:40px; text-align:center; color:#999999; font-size:24px; padding-top:10px; }
.RegisterPopup .RegisterForm .CustomFormGroup i.ShowPassword { position:absolute; right:0; top:0; bottom:0; border-right:1px solid #bfbfbf; width:40px; text-align:center; color:#999999; font-size:24px; padding-top:10px; }
.RegisterPopup .RegisterForm .CustomFormGroup input.form-control {     border: none;
    border-radius: 0;
    font-size: 14px;
    padding: 12px 10px 12px 40px;
    height: auto;
    border-bottom: 1px solid #bfbfbf; }
.RegisterPopup .RegisterForm .CustomFormGroup select.form-control { border:1px solid #bfbfbf; border-radius:0; font-size:14px; padding:12px 10px 12px 60px; height:auto; }
.RegisterPopup .RegisterForm .CustomCheckbox { margin:10px 0 0 0; text-align:left;}
.RegisterPopup .RegisterForm .CustomCheckbox label { font-size:12px; line-height:24px; color:#7e7e7e; }
.RegisterPopup .RegisterForm button.btn-primary {    margin: 5px 0 0 0;
    padding: 10px 15px;
    border-radius: 7px;
    background: var(--secondcolor);
    border: none;
    outline: none;
    display: block;}
.RegisterPopup .RegisterForm button.btn-primary:hover{background:var(--success); transform:scale(0.97);}
.RegisterPopup .RegisterForm .CustomFormGroup i.ShowPasswordReg, .RegisterPopup .RegisterForm .CustomFormGroup i.ShowPasswordReg1 { position:absolute; right:0; top:0; bottom:0; width:40px; text-align:center; color:#999999; font-size:17px; padding-top:15px; }
.RegisterPopup .RegisterForm .CustomFormGroup i.HidePasswordReg, .RegisterPopup .RegisterForm .CustomFormGroup i.HidePasswordReg1 { position:absolute; right:0; top:0; bottom:0; width:40px; text-align:center; color:#999999; font-size:17px; padding-top:15px; }



/* Searching Modal Box Pop Up*/
#searchingModal{ text-align:center;}
#searchingModal .modal-body{ padding:30px;}
#searchingModal .modal-body img{ margin-bottom:30px;}
#searchingModal .modal-body p{ margin:0; padding:0; font-weight:bold;}


/* Error Pop Up */
.ErrorPopup .modal-content{ padding:15px; min-height:150px;}
.ErrorPopup .modal-content button.close{ font-size:40px; outline:none;}
.ErrorPopup .modal-content span{border: 2px solid red; border-radius: 50%; height: 42px; width: 42px; display: inline-block;}
.ErrorPopup .modal-content .error_box{ text-align:center; color:red; font-weight:bold; margin:40px 0;}


/**********************************************************************************************************************************
404 PAGE NOT FOUND
**********************************************************************************************************************************/
.NotFoundPage { position: relative; height: 100vh; }
.NotFoundPage .Holder{position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.NotFoundPage .Holder span{ color:#333132; }
.NotFoundPage .Holder span.Mid{ color:#dc2229;}
.NotFoundPage .Holder { max-width: 520px; width: 100%; line-height: 1.4; text-align: center; }
.NotFoundPage .Holder .notfound-404 { position: relative; height: 240px; }
.NotFoundPage .Holder .notfound-404 h1 { font-family: 'Montserrat', sans-serif; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 252px; font-weight: 900; margin: 0px; color: #262626; text-transform: uppercase; letter-spacing: -40px; margin-left: -20px; }
.NotFoundPage .Holder .notfound-404 h1>span { text-shadow: -8px 0px 0px #fff; }
.NotFoundPage .Holder .notfound-404 h3 { position: relative; font-size: 22px; font-weight: bold; text-transform: uppercase; color:red; margin: 0px; letter-spacing: 0; padding-left: 30px;  }
.NotFoundPage .Holder h2 { font-size: 16px; font-weight: 400; text-transform: uppercase; color: #000; margin-top: 0px; margin-bottom: 25px; }
.NotFoundPage .Holder a{ background:#fff; border:1px solid #808080; color:#000; padding:20px 50px; border-radius:5px; font-weight:bold; padding:15px 30px; display:inline-block; margin:20px 0 0 0; font-size:18px;}
.NotFoundPage .Holder a:hover{ background:#333132; border:1px solid #333132; color:#fff;  -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;}
@media only screen and (max-width: 767px) { .NotFoundPage  .Holder .notfound-404 { height: 200px; } .NotFoundPage  .Holder .notfound-404 h1 { font-size: 200px; } }
@media only screen and (max-width: 480px) { .NotFoundPage .Holder .notfound-404 { height: 162px; } .NotFoundPage .Holder .notfound-404 h1 { font-size: 162px; height: 150px; line-height: 162px; } .NotFoundPage .notfound h2 { font-size: 16px; } }

/**********************************************************************************************************************************
CONTACT FORM
**********************************************************************************************************************************/
.ContactForm .form-control{ font-size:12px; height:auto; border-radius: 0; padding: 6px;}
.ContactForm textarea.form-control{ min-height:70px;}
.LocationMap iframe{ border:1px solid #ccc !important; padding:5px;}


/**********************************************************************************************************************************
PAGINATIN SECTION
**********************************************************************************************************************************/
.PaginationDiv ul .page-item .page-link{ border-radius:50%; color:#00b3eb;}
.PaginationDiv ul li.page-item{ margin:0 5px; }
.PaginationDiv ul .page-item.active .page-link{ background:#00b3eb; border-color:#00b3eb; color:#fff;}

/**********************************************************************************************************************************
REVIEW PAGE
**********************************************************************************************************************************/
.ReviewPage .Holder{-webkit-transition:all .4s linear; transition:all .4s linear;}
.ReviewPage .Holder .ThumbPic img{ width:150px; height:150px; object-fit:cover;}
.ReviewPage .Holder p.PostBy{ font-weight:normal; font-size:12px;}
.ReviewPage .Holder p.PostBy span{ display:block; font-weight:bold;}
.ReviewPage .Holder .ReviewStar{ display:flex;}
.ReviewPage .Holder .ReviewStar i{color: #e97821; font-weight: normal; font-size: 14px;}
.ReviewPage .Holder .ReviewStar span.Reviewed{ font-size:12px; color:#777777; position:relative; top:5px;}
.ReviewPage .Holder h3{ font-weight:bold; font-size:16px;}
.ReviewPage .Holder p{ text-align:justify; }
.ReviewPage .Holder a{ font-size:14px; }
.ReviewPage .Holder .ReviewPictures{ border-top:1px solid #ccc;}
.ReviewPage .Holder .ReviewPictures .tz-gallery{ max-width:500px; margin:0 auto;}
.ReviewPage .Holder .ReviewPictures h2{ font-weight:bold; font-size:16px;}
.ReviewPage .Holder .ReviewPictures img{ width:100px; height:100px; object-fit:cover;}
.ReviewPage .Holder:hover{ border:1px solid #fff !important; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.36); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.36); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.36);}


/* Banner Slider */
.BannerSlider a.CarouselPrev, .BannerSlider a.CarouselNext{background:rgba(0, 0, 0, 0.3); width:50px; height:50px; display:inline-block; position:absolute; top:35%; -webkit-transition: background-color .05s ease-out; -moz-transition: background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out; line-height:50px;}
.BannerSlider a.CarouselPrev{ left:0; }
.BannerSlider a.CarouselNext{ right:0; }
.BannerSlider a.CarouselNext:hover, .BannerSlider a.CarouselPrev:hover{ background:#000;}
.BannerSlider a.CarouselPrev:hover, .Banner a.CarouselNext:hover{ text-decoration:none; }
.BannerSlider a.CarouselPrev i, .Banner a.CarouselNext i{ color:#fff; font-size:30px; line-height:50px; height:50px; text-align:center; display:block; text-decoration:none; margin:0 auto;}
.BannerSlider .carousel-caption{ background:rgba(0,0,0,0.5); left:0; right:0; bottom:0;}
.BannerSlider .carousel-caption h5{ color:#fff; font-weight:bold; font-size:30px;}
.slider-section .overLay {background: rgb(0 0 0 / 56%);}



/**********************************************************************************************************************************
Destination Detail
**********************************************************************************************************************************/
.LeftImg{height:300px;position: relative;overflow: hidden;}
.LeftImg img{max-width: 100%;width: 100%;height: 100%;object-fit: cover;}
.mtb40{margin:40px 0px;}
.mb40{margin-bottom:40px;}
.mt40{margin-top:40px;}
.readMore_MKS,.DestinationOverview{padding-top:10px;}
.readMore_MKS a,.DestinationOverview a{background-color:#dc2229;padding:8px 20px;color:#fff;font-size:14px;}
.readMore_MKS a:hover,.DestinationOverview a:hover{background-color:#222;}
.readMore_MKS i,.DestinationOverview i{padding-left:3px;}
.DestinationOverview a{display: table;margin-top: 10px;}
.popBox{position:relative;overflow:hidden;height:250px;}
.popBox img{max-width:100%;width:100%;height:100%;object-fit:cover;-webkit-transition: all .4s linear;
transition: all .4s linear;}
.Listpop_place:hover .popBox img{-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);}
.popdesc{position:absolute;left:10px;bottom:5px;z-index:7;right:10px;margin:0 auto;}
.popBox .overgaymks::before{background-image:linear-gradient(transparent,#000000),linear-gradient(transparent,#000000);height:35%;opacity:0.9;bottom:0;content:"";left:0;width:100%;position:absolute;right:0;z-index:1;}
.popdesc h4{margin:0px 0px 4px 0px;}
.popdesc h4 a{color:#fff;font-size:16px;font-weight:700}
/* .Listpop_place:hover .popBox h4 a{color: #dc2229;} */
.rating_mks ul{list-style-type: none;padding:0px;margin:0px;}
.rating_mks ul li{display: inline-block;padding-right: 10px;font-size: 13px;}
.rating_mks ul li:last-child{padding-right: 0px;}
.rating_mks ul li span{color: #fdb714;}
/* Scrolling */

.popularplacemks,.popularplacemks .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.popularplacemks{display:none;width:100%;z-index:1}
.popularplacemks .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden; padding: 0px 0px 0px 0px;}
.popularplacemks .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.popularplacemks .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.popularplacemks .owl-item,.popularplacemks .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.popularplacemks .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.popularplacemks .owl-item img{/* display:block;width:100% */}
.popularplacemks .owl-dots.disabled,.popularplacemks .owl-nav.disabled{display:none}

.no-js .popularplacemks,.popularplacemks.owl-loaded{display:block;position: relative;}
.popularplacemks .owl-dot,.popularplacemks .owl-nav .owl-next,.popularplacemks .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.popularplacemks.owl-loading{opacity:0;display:block}
.popularplacemks.owl-hidden{opacity:0}
.popularplacemks.owl-refresh .owl-item{visibility:hidden}
.popularplacemks.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.popularplacemks.owl-grab{cursor:move;cursor:grab}
.popularplacemks.owl-rtl{direction:rtl}
.popularplacemks.owl-rtl .owl-item{float:right}
.popularplacemks .animated{animation-duration:1s;animation-fill-mode:both}
.popularplacemks .owl-animated-in{z-index:0}
.popularplacemks .owl-animated-out{z-index:1}
.popularplacemks .fadeOut{animation-name:fadeOut}


@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.popularplacemks .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.popularplacemks .owl-item img.owl-lazy{transform-style:preserve-3d}
.popularplacemks .owl-video-wrapper{position:relative;height:100%;background:#000}
.popularplacemks .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.popularplacemks .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.popularplacemks .owl-video-playing .owl-video-play-icon,.popularplacemks .owl-video-playing .owl-video-tn{display:none}
.popularplacemks .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.popularplacemks .owl-video-frame{position:relative;z-index:1;height:100%;width:100%;}


/* Scrolling Nav */
.popularplacemks .owl-nav{text-align:right;-webkit-tap-highlight-color:transparent;}
.popularplacemks .owl-nav [class*=owl-]{color:#999999;font-size:14px;margin:5px 5px 5px 5px;padding:0px 10px;display:inline-block;cursor:pointer;}
.popularplacemks .owl-nav [class*=owl-]:hover{color:#ed1b24;text-decoration:none;}
.popularplacemks .owl-nav .disabled{opacity:1;cursor:default;}
.popularplacemks .owl-nav i{font-size:28px;color:#999999;}
.popularplacemks .owl-nav i:hover{color:#ed1b24;}
.popularplacemks .owl-nav{position:absolute;top:-70px;right:-15px;}

/* More About Nepal */
.rightnopadd{padding-right: 0px;}
#BgDetailMks{background-color: #222;}
.rightDetail_MKS{padding-right: 3rem;}
.AboutNepal_MKS .carousel-control-prev{justify-content:left;opacity:1;}
.AboutNepal_MKS .carousel-control-next{justify-content:right;opacity:1;width:46px;}
.AboutNepal_MKS a.carousel-control-next i,.AboutNepal_MKS a.carousel-control-prev i{background-color:rgba(220,34,41,0.7);padding:6px 16px;color:#fff;font-size:40px;}
.rightDetail_MKS h5{font-size: 22px;color: #fff;padding-bottom: 15px;font-weight: 700;}
.rightDetail_MKS p{font-size: 13px;text-align: justify;color: #e9e1e1;}
.AboutNepal_MKS img{max-width: 100%;width: 100%;height: 100%;object-fit: cover;}
/* Featured Packages */
.Featured_desc{background-color: #f3f3f3;padding:10px;}
.Featured_desc ul{list-style-type: none;padding:0px;margin:0px;}
.Featured_desc ul li{display: inline-block;font-size: 14px;}
.DiscountActual{padding-bottom: 15px;}
.DiscountActual ul li{padding-right: 10px;}
.DiscountActual ul li.Discount_price{text-decoration: line-through #000;}
.DiscountActual ul li.actutal_price{font-size: 20px !important;font-weight: 700;}
.calendar_activity ul li i{padding-right: 3px;}
li.activityDetail{float: right;}
li.activityDetail a{color: #555;}
.ActivityNepal_MKS .popBox{height: 245px;}
.ActivityNepal_MKS .popdesc h4{text-align: center;}
/* Video Section */
.video_MKS iframe{max-width: 100%;width: 100%;height: 280px;object-fit: cover;}
.GoogleMap_MKS{border:2px solid #ddd;margin-bottom: 20px;}
/* Before You Travel */
.Beforeyou_Travel .mb-0 > a{display:block;position:relative;font-size:16px;color:#555;/* font-weight: 700; */}
.Beforeyou_Travel .mb-0 > a:after{content:"\f107"; /* fa-chevron-down */font-family:'FontAwesome';position:absolute;right:0;font-size: 20px;}
.Beforeyou_Travel .mb-0 > a[aria-expanded="true"]:after{content:"\f106"; /* fa-chevron-up */}
.Beforeyou_Travel .card{border-radius:0px;border:none;}
.card-body{/* border:1px solid #ddd; border-top: none; */ background-color: #f3f3f3;}
.bytravel_detail p{font-size: 14px;text-align: justify;}
.Beforeyou_Travel .card-header{border-bottom:1px dotted #dc2229;}
.Beforeyou_Travel .card-header img{max-width: 18px;}
/* Place to See */
.PlacetoSee_MKS img{max-width: 100%;width: 100%;height: 100%;object-fit: cover;}
.PlacetoSee_MKS{background-color: #f3f3f3;padding:40px 0px;}
.Placedescmksh{background-color: #fff;padding:10px;}
.leftplace_tosee .ptsimg{height: 405px;}
.Placedescmksh p{margin:0px;}
.rightplace_tosee .placeBox{margin-bottom: 30px;}
.rightplace_tosee .ptsimg{height: 155px;position: relative;overflow: hidden;}
.placeBox h5 a{font-size: 18px;color: #444;font-weight: 600;}
.Placedescmksh h3 a:hover,.placeBox h5 a:hover{color:#ed1b24;}
.placeBox p{font-size: 14px;}
.readmore_mks{padding:10px 0px;}
.readmore_mks a{background-color:#dc2229;padding:6px 12px;color:#fff;font-size:12px;}
.readmore_mks a:hover{background-color: #222;}
.readmore_mks i{padding-left: 3px;}
.Placedescmksh h3 a{color: #222;font-weight: 600;}
/* Gallery */
.demo-gallery > ul{margin-bottom:0;}
.demo-gallery > ul > li{margin-bottom:30px;}
.demo-gallery > ul > li a{border:3px solid #FFF;border-radius:3px;display:block;overflow:hidden;position:relative;float:left;}
.demo-gallery > ul > li a > img{-webkit-transition:-webkit-transform 0.15s ease 0s;-moz-transition:-moz-transform 0.15s ease 0s;-o-transition:-o-transform 0.15s ease 0s;transition:transform 0.15s ease 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);height:100%;width:100%;}
.demo-gallery > ul > li a:hover > img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1);}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img{opacity:1;}
.demo-gallery > ul > li a .demo-gallery-poster{background-color:rgba(0,0,0,0.1);bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:background-color 0.15s ease 0s;-o-transition:background-color 0.15s ease 0s;transition:background-color 0.15s ease 0s;}
.demo-gallery > ul > li a .demo-gallery-poster > img{left:50%;margin-left:-10px;margin-top:-10px;opacity:0;position:absolute;top:50%;-webkit-transition:opacity 0.3s ease 0s;-o-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s;}
.demo-gallery > ul > li a:hover .demo-gallery-poster{background-color:rgba(0,0,0,0.5);}
.demo-gallery .justified-gallery > a > img{-webkit-transition:-webkit-transform 0.15s ease 0s;-moz-transition:-moz-transform 0.15s ease 0s;-o-transition:-o-transform 0.15s ease 0s;transition:transform 0.15s ease 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);height:100%;width:100%;}
.demo-gallery .justified-gallery > a:hover > img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1);}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img{opacity:1;}
.demo-gallery .justified-gallery > a .demo-gallery-poster{background-color:rgba(0,0,0,0.1);bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:background-color 0.15s ease 0s;-o-transition:background-color 0.15s ease 0s;transition:background-color 0.15s ease 0s;}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img{left:50%;margin-left:-10px;margin-top:-10px;opacity:0;position:absolute;top:50%;-webkit-transition:opacity 0.3s ease 0s;-o-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s;}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster{background-color:rgba(0,0,0,0.5);}
.demo-gallery .video .demo-gallery-poster img{height:48px;margin-left:-24px;margin-top:-24px;opacity:0.8;width:48px;}
.demo-gallery.dark > ul > li a{border:3px solid #04070a;}
.home .demo-gallery{padding-bottom:80px;}
.imgGallery{overflow: hidden;}
.imgGallery img{
    height: 200px !important;
    object-fit: cover;
    object-position: center;
}
/* Review Inside kathmandu */
.reviewlist_MKS{background-color: #f3f3f3;padding:60px 0px;}
.reviewBox{background-color: #fff;padding:10px;margin-bottom: 30px;}
.reviewBox p{font-size: 13px;margin:0px;color: #888;}
.reviewBox h5{font-size: 16px;font-weight: 600;color: #092;}
.ReviewRat,.AdminDate{padding-bottom: 4px;}
.ReviewRat ul,.AdminDate ul{list-style-type: none;padding:0px;margin:0px;}
.ReviewRat ul li,.AdminDate ul li{display: inline-block;border-right: 1px solid #ddd;padding:0px 5px;font-size: 13px;line-height: 12px;color: #888;}
.ReviewRat ul li:last-child,.AdminDate ul li:last-child{padding-right: 0px;border-right: none;}
.ReviewRat ul li:first-child,.AdminDate ul li:first-child{padding-left: 0px;}
.AdminDate ul li i{padding-right: 2px;}
.ReviewRat span{padding-right: 3px;}
.ReviewRat i{color: #dc2229;}
.Recent_request{background-color: #fff;padding:10px;}
.list-request{border:1px dotted #ddd;padding:10px;margin-bottom: 20px;}
.list-request:last-child{margin-bottom: 0px;}
.list-request h4{font-size: 16px;font-weight: 600;}
.list-request p{margin-bottom: 5px;font-size: 14px;color: #888;}
p.Fromcountry{font-weight: 500;color: #333;}
p.Fromcountry span{color: #dc2229;font-weight: 700;}
/* Recent Articles from Travellers */
.articleimg{height: 265px;position: relative;overflow: hidden;}
.articleimg img{max-width: 100%;width: 100%;height: 100%;object-fit: cover;}
.postedby{position:absolute;bottom:0;left:50%;transform:translate(-50%,0);background-color: #dc2229;padding:4px 8px;font-size: 13px;color: #fff;border-radius: 6px;}
.articleDesc{/* background-color: #f3f3f3; */border: 1px solid #ddd;padding:10px;}
.articleDesc h5{padding-bottom: 10px;}
.articleDesc h5 a{font-size: 16px;font-weight: 600;color: #333;}
.articleDesc p{font-size: 14px;text-align: justify;color: #888;}
.RecentArticles{padding-bottom: 30px;}
 

/**********************************************************************************************************************************
Cart
**********************************************************************************************************************************/
.cart-table .table tbody tr td {vertical-align: middle; padding: 5px; border:none; border-bottom: 1px solid #dddddd;}
.cart-table .table thead {background-color: #2B7F57;}
.cart-table .table thead tr th {font-size: 14px; text-transform: uppercase; padding: 10px 20px; font-weight: bold; color: #fff; border:none;}
.cart-table .table .pro-image img{width: 75px; height: 75px; object-fit: cover; object-position: center;}
.cart-table .table .pro-title, .cart-table .table .pro-price, .cart-table .table .pro-total, .cart-table .table .pro-remove{font-weight: bold; color: #dc2229; font-size: 16px;}
.cart-table .table .pro-price, .cart-table .table .pro-total{color: #f55e01;}
.cart-table .table .pro-remove a{color: #e20913;}
.cart-table .table .cart-updatemks a{background-color: #dc2229; padding:8px 12px; color: #fff; text-transform: uppercase; font-weight: bold;}
.cart-table .table .cart-updatemks a:hover{background-color: #e70614;}
.coupon-carttotals{margin-top: 10px; margin-bottom:30px;}
.coupon-carttotals .card-header{background-color: #2B7F57; color: #fff; font-size: 16px; text-transform: uppercase; font-weight: bold; border-radius: 0px; padding: .65rem 1.25rem;}
.coupon-cartbox .form-control{border-radius: 0px; height: auto; padding: .675rem .75rem; font-size: 14px;}
.coupon-cartbox .submitbtnmks input.applycoupon{background-color: #222222; padding:8px 12px; text-transform: uppercase; color: #fff; font-weight: bold; border:none; cursor: pointer;}
.coupon-cartbox .submitbtnmks input.applycoupon:hover{background-color: #e70614;}
.cartbox-total p{font-weight: bold; color: #1e1e1e;}
.cartbox-total span{float: right;}
.total-pricemks span{font-size: 20px;color: var(--secondcolor);}
.total-pricemks{border-top: 1px solid #ddd; padding-top: 15px;}
.proceed-checkout button,.proceed-checkout a{float: right; background-color: #2B7F57; padding:8px 12px; text-transform: none; color: #fff; font-weight: normal;}
button.apply-promo-code{ background:var(--maincolor);}
.proceed-checkout button:hover,.proceed-checkout a:hover, button.apply-promo-code:hover{background-color: #079e55; }
.proceed-checkout button{border:none;cursor: pointer;}
.procedtocheckout{margin-top: 20px;}
.coupon-carttotals p{font-size: 14px;}
.LeftGuest_edit span{padding-left: 10px;}
.LeftGuest_edit a{color: #dc2229; text-decoration: underline;}
.submitbtnmksf{text-align: center; margin-top: 10px;}
.submitbtnmksf input{padding:8px 20px;border-radius:0;background:#ff8400;border:none;border:none;cursor:pointer;color:#fff; font-weight: 500; border-radius: 2px;}
.GuestMember_detail label{font-size: 14px; font-weight: 600;}
.GuestMember_detail .form-control{font-size: 12px;}
.Payment_optionsmks img{max-width: 80px;}
.Payment_optionsmks span{padding-left: 10px;}
.Payment_optionsmks label{display: block; margin-bottom: 15px;}
.EditCartRight{text-align: right;}
.EditCartRight a{font-size: 14px; color: var(--maincolor); font-weight: normal;}
.EditCartRight i,.EditCartRight a:hover{color: var(--maincolor);}
/**********************************************************************************************************************************
Payment Confirmation
**********************************************************************************************************************************/
.PaymentConfirm_bg{max-width: 500px; background-color: #f2f2f2; padding:40px; margin:0 auto; border:1px solid #ddd; border-radius: 4px;}
.PaymentConfirm{text-align: center;}
.PaymentConfirm h2{font-size: 22px; font-weight: 700; margin-bottom: 40px; color: #dc2229;}
.PaymentConfirm h5{font-size: 16px; font-weight: 600;}
.PaymentConfirm p{font-size: 14px;}
.PaymentConfirm span{font-weight: 600;color: #dc2229; font-size: 16px; text-decoration: underline;}
/**********************************************************************************************************************************
Dashboard
**********************************************************************************************************************************/
.Dashboard { padding-bottom:30px;}
#dashleftmenu{font-family:Roboto,Helvetica,sans-serif;}
#dashleftmenu i{margin-right:5px;}
#dashleftmenu ul{display:block;margin:0;padding:0;list-style:none;line-height:1;}
#dashleftmenu ul li{position:relative;display:block;}
#dashleftmenu ul li a{display:block;text-decoration:none;position:relative;}
#dashleftmenu > ul{border:1px solid #cccccc;border-radius:3px;background:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,0.15);}
#dashleftmenu > ul > li:first-child > a{border-radius:3px 3px 0 0;}
#dashleftmenu > ul > li:last-child > a{border-radius:0 0 3px 3px;}
#dashleftmenu > ul > li:not(:last-child){border-bottom:1px solid #cccccc;}
#dashleftmenu > ul > li.active > a{color:#777777;background-color:#e6e6e6;}
#dashleftmenu > ul > li.has-sub > a::after{content:'';position:absolute;display:block;border:5px solid transparent;border-top-color:#888888;right:15px;top:17px;transition:all .25s ease;transform-origin:0 25%;}
#dashleftmenu > ul > li.has-sub.active > a::after{transform:rotateX(180deg);border-top-color:#777777;}
#dashleftmenu > ul > li:hover > a::after{border-top-color:#777777;}
#dashleftmenu > ul > li > a{padding:12px 15px;color:#888888;transition:all 0.3s ease-out;font-size:14px;}
#dashleftmenu > ul > li > a:hover{color:#777777;background-color:#e6e6e6;}
#dashleftmenu > ul > li > a[aria-expanded="false"]:before{font-family:'FontAwesome';content:"\f105";color:#888;font-size:16px;margin-right:10px;float:right;}
#dashleftmenu > ul > li > a[aria-expanded="true"]:before{content:"\f107";font-family:'FontAwesome';color:#888;font-size:16px;margin-right:10px;float:right;}
#dashleftmenu ul ul li.active > a{background-color:#f2f2f2;color:#777777;}
#dashleftmenu ul ul li.has-sub > a::after{content:'';position:absolute;display:block;border:5px solid transparent;border-top-color:#888888;right:15px;top:15px;transition:all .25s ease;transform-origin:0 25%;}
#dashleftmenu ul ul li.has-sub.active > a::after{transform:rotateX(180deg);border-top-color:#777777;}
#dashleftmenu ul ul li:hover > a::after{border-top-color:#777777;}
#dashleftmenu ul ul li a{padding:10px 15px;font-size:14px;color:#888888;transition:all 0.3s ease-out;}
#dashleftmenu ul ul li a:hover{background-color:#f2f2f2;color:#777777;}
#dashleftmenu ul ul ul li a{padding-left:25px;}
li.DashboardTitle{font-size: 20px !important; color: #fff !important; background-color: #019195 !important;padding: 12px 15px;}
.Topdashright{/* text-align: center; */}
.Dashbox{background-color: #f2f2f2; padding:20px 30px; text-align: center; display: inline-block; position: relative; overflow: hidden;border:1px solid #ddd; max-width: 210px; min-height:125px; margin-bottom:15px;}
.Dashbox img{max-width: 60px; margin-bottom: 15px; height:25px;}
.BookCount{position: absolute; top: 0px; right: 0px;}
.BookCount span{background-color: #ed8323; padding:4px 8px; color: #fff; font-weight: 500;}
.Dashbox  h4{font-size: 16px; font-weight: 600; margin-bottom: 0px;}
.Dashbox a{color: #333;}
.Dashbox a:hover{color: #dc2229;}
.LatestBookings{padding-top: 30px;}
.LatestBookings h4{}
.LatestBookings .table th,.LatestBookings .table td{font-size: 14px;}
.LatestBookings .table td.pending_status{color: #dc2229;}
.LatestBookings .table td.success_status{color: #33d422; font-weight: 600;}

.Dashtitlemkd h4{position:relative;overflow:hidden; margin-bottom: 30px;}
.Dashtitlemkd h4 span{text-align:center;text-transform:uppercase;padding:10px 30px;background-color:#019195;display:inline-block;color:#fff;font-weight:700;font-size:20px;border-bottom:3px solid #019195; }
.Dashtitlemkd h4:before,.Dashtitlemkd h4:after{position:absolute;overflow:hidden;width:100%;height:3px;content:'';background-color:#019195;margin-left:0px; bottom:0; top:auto;}
.Dashtitlemkd h4:before{margin-left:100%;text-align:left;}
.Dashtitlemkd h4 span{font-size: 16px; font-weight:500;}
.thead-bgdash{color:#333;background-color:#f2f2f2;border-color:#f2f2f2;}
.Bookingsdash{padding-top:0px;}
.has-search .form-control{padding-left:2.375rem !important;}
.has-search .form-control-feedback{position:absolute;z-index:2;display:block;width:2.375rem;height:2.375rem;line-height:2.375rem;text-align:center;pointer-events:none;color:#aaa;}
.BookingSearchmks .input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-left:none;vertical-align:middle;}
.BookingSearchmks .input-group-addon i{padding-top: 5px;}
.BookingSearchmks .form-control{font-size: 12px; border-radius: 0px; height: auto; padding: .675rem .75rem;}
.BookingSearchmks{background-color: #f2f2f2; padding:15px; border:1px solid #ddd; margin-bottom: 30px; border-radius: 2px;}
.BookingSearchmks select{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;}
.BookingSearchmks .Arrowicon{top:10px;}
.SearchReset{text-align: center; margin-top: 10px;}
.SearchReset input{font-size:16px;color:#fff;background-color:#019195;padding:8px 16px; border:none; border-radius: 2px; margin-right: 10px; cursor: pointer;}
input.ResetBtnmks{background-color: #222 !important;}
.BookingSearchmks .form-control:focus{color:#495057;background:#fff;border-color:#ced4da;outline:none;box-shadow:none;}


/* Table Pagination */
[data-pagination],[data-pagination] *,[data-pagination] *:before,[data-pagination] *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-kerning:auto;}
[data-pagination]{font-size:8pt;line-height:1;font-weight:400;font-family:'Open Sans','Source Sans Pro',Roboto,'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue','Myriad Pro','Segoe UI',Myriad,Helvetica,'Lucida Grande','DejaVu Sans Condensed','Liberation Sans','Nimbus Sans L',Tahoma,Geneva,Arial,sans-serif;-webkit-text-size-adjust:100%;margin:1em auto;text-align:center;transition:font-size .2s ease-in-out;}
[data-pagination] ul{list-style-type:none;display:inline;font-size:100%;margin:0;padding:.5em;}
[data-pagination] ul li{display:inline-block;font-size:100%;width:auto;border-radius:3px;}
[data-pagination] > a{font-size:140%;}
[data-pagination] a{color:#333;font-size:100%;padding:.5em; font-size:16px;}
[data-pagination] a:focus,[data-pagination] a:hover{color:#545454;}
[data-pagination] li.current{background:#545454;}
[data-pagination] li.current a{color: #fff; padding:6px; line-height: 1.2;}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,[data-pagination] [hidden],[data-pagination] [disabled]{opacity:.5;pointer-events:none;}

.dataTables_paginate ul.pagination li{display:inline-block;font-size:100%;width:auto;border-radius:3px;}
.dataTables_paginate ul.pagination li a{color:#333;font-size:100%;padding:.5em;}
.dataTables_paginate ul.pagination li a:focus,.dataTables_paginate ul.pagination li a:hover{color:#545454;}
.dataTables_paginate ul.pagination li.active{background:#545454;min-width: 25px;text-align: center;}
.dataTables_paginate ul.pagination li.active a{color: #fff; padding:6px; line-height: 1.2;}
.dataTables_paginate ul.pagination li.disabled{opacity:.5;pointer-events:none;}
@media (min-width:350px){
[data-pagination]{font-size:10pt;}
}
@media (min-width:500px){
[data-pagination]{font-size:12pt;}
}
@media (min-width:700px){
[data-pagination]{font-size:14pt;}
}
@media (min-width:900px){
[data-pagination]{font-size:16pt;}
}
.bookingdemksd .table td, .bookingdemksd .table th{border-top: none;}
.Netotal_Cancellation{float: right; background-color: #f2f2f2; padding:15px; display: inline-block; border:1px solid #ddd; border-radius: 2px;}
.Netotal_Cancellation p{font-size: 14px; font-weight: 600;}
.Netotal_Cancellation span{color: #dc2229; font-size: 16px; padding-left: 10px;}
td.PersonName a{color: #333;}

/* Destination Page */
.OurDestinations .Holder{ margin-bottom:30px; position:relative;}
.OurDestinations .Holder .QuickInfo{ position:absolute; left:0; bottom:0; right:0; background:rgba(0,0,0,0.5); text-align:center; padding:10px 0 12px 0; -webkit-transition: all .4s linear; transition: all .4s linear; }
.OurDestinations .Holder .QuickInfo h2 a{ color:#fff;}
.OurDestinations .Holder:hover .QuickInfo{ bottom:20px;}
.OurDestinations .Holder img{ width:100%; min-height:300px; max-height:300px; object-fit:cover;}

/**********************************************************************************************************************************
Destination Detail
**********************************************************************************************************************************/
.LeftImg{height:300px;position: relative;overflow: hidden;}
.LeftImg img{max-width: 100%;width: 100%;height: 100%;object-fit: cover;}
.mtb40{margin:40px 0px;}
.mb40{margin-bottom:40px;}
.mt40{margin-top:40px;}
.readMore_MKS,.DestinationOverview{padding-top:10px;}
.readMore_MKS a,.DestinationOverview a{background-color:#f68a0c;padding:8px 20px;color:#fff;font-size:14px;}
.readMore_MKS a:hover,.DestinationOverview a:hover{background-color:#015d82;}
.readMore_MKS i,.DestinationOverview i{padding-left:3px;}
.DestinationOverview a{display: table;margin-top: 10px;}
.popBox{position:relative;overflow:hidden;height:250px;}
.popBox img{max-width:100%;width:100%;height:100%;object-fit:cover;-webkit-transition: all .4s linear;
transition: all .4s linear;}
.Listpop_place:hover .popBox img{-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);}
.popdesc{position:absolute;left:10px;bottom:5px;z-index:7;right:10px;margin:0 auto;}
.popBox .overgaymks::before{background-image:linear-gradient(transparent,#000000),linear-gradient(transparent,#000000);height:35%;opacity:0.9;bottom:0;content:"";left:0;width:100%;position:absolute;right:0;z-index:1;}
.popdesc h4{margin:0px 0px 4px 0px;}
.popdesc h4 a{color:#fff;font-size:16px;font-weight:700}
/* .Listpop_place:hover .popBox h4 a{color: #dc2229;} */
.rating_MKS ul{list-style-type: none;padding:0px;margin:0px;}
.rating_MKS ul li{display: inline-block;padding-right: 10px;font-size: 13px;color: #fff;}
.rating_MKS ul li:last-child{padding-right: 0px;}
.rating_MKS ul li span{padding-right: 3px;color: #dc2229;}
.destination_titleMKS h3{font-size:20px;font-weight:bold;color:#000;margin:0 0 25px 0;padding:0 0 15px 0;position:relative;border-bottom:1px solid #d9d9d9;}
.destination_titleMKS h3:before{position:absolute;left:0;bottom:-1px;height:1px;width:100px;background:#dc2229;content:"";display:block;}
/* Scrolling */

.popularplacemks,.popularplacemks .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.popularplacemks{display:none;width:100%;z-index:1}
.popularplacemks .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden; padding: 0px 0px 0px 0px;}
.popularplacemks .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.popularplacemks .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.popularplacemks .owl-item,.popularplacemks .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.popularplacemks .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.popularplacemks .owl-item img{/* display:block;width:100% */}
.popularplacemks .owl-dots.disabled,.popularplacemks .owl-nav.disabled{display:none}

.no-js .popularplacemks,.popularplacemks.owl-loaded{display:block;position: relative;}
.popularplacemks .owl-dot,.popularplacemks .owl-nav .owl-next,.popularplacemks .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.popularplacemks.owl-loading{opacity:0;display:block}
.popularplacemks.owl-hidden{opacity:0}
.popularplacemks.owl-refresh .owl-item{visibility:hidden}
.popularplacemks.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.popularplacemks.owl-grab{cursor:move;cursor:grab}
.popularplacemks.owl-rtl{direction:rtl}
.popularplacemks.owl-rtl .owl-item{float:right}
.popularplacemks .animated{animation-duration:1s;animation-fill-mode:both}
.popularplacemks .owl-animated-in{z-index:0}
.popularplacemks .owl-animated-out{z-index:1}
.popularplacemks .fadeOut{animation-name:fadeOut}


/**********************************************************************************************************************************
Breadcrumb Section
**********************************************************************************************************************************/
.breadcrumb-sec{background-color: #f3f3f3;padding: 5px 0;}
.breadcrumb-sec .breadcrumb{background: none;margin:0px;}
.breadcrumb-sec .breadcrumb li{font-size: 14px;}
.breadcrumb-sec .breadcrumb li a{color: #555;}
.breadcrumb-sec ul{list-style-type: none;margin:0px;padding:0px;}
.breadcrumb-sec ul li{display: inline-block;}
.Social-Right{display: flex;justify-content: flex-end;}
.Social-Right ul li{padding-right: 10px;}
.Social-Right ul li:last-child{padding-right: 0px;font-size: 14px;}
.Social-Right ul li a{color: #555;}
.breadcrumb-sec .breadcrumb li a:hover,.Social-Right ul li a:hover{color: var(--maincolor);}
.Social-Right ul li span{font-weight: 600;}
.GoogleMap_MKS iframe {height: 300px;}
.Activityin_Nepal {padding: 60px 0 0 0;}
/**********************************************************************************************************************************
Destination Detail
**********************************************************************************************************************************/
.LeftImg{height:300px;position: relative;overflow: hidden;}
.LeftImg img{max-width: 100%;width: 100%;height: 100%;object-fit: cover;}
.mtb40{margin:40px 0px;}
.mb40{margin-bottom:40px;}
.mt40{margin-top:40px;}
.readMore_MKS,.DestinationOverview{padding-top:10px;}
.readMore_MKS a,.DestinationOverview a{background-color:#161b52;padding:8px 20px;color:#fff;font-size:14px;}
.readMore_MKS a:hover,.DestinationOverview a:hover{background-color:#015d82;}
.readMore_MKS i,.DestinationOverview i{padding-left:3px;}
.DestinationOverview a{display: table;margin-top: 10px;}
.popBox{position:relative;overflow:hidden;height:250px;}
.popBox img{max-width:100%;width:100%;height:100%;object-fit:cover;-webkit-transition: all .4s linear;
transition: all .4s linear;}
.Listpop_place:hover .popBox img{-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);}
.popdesc{position:absolute;left:10px;bottom:5px;z-index:7;right:10px;margin:0 auto;}
.popBox .overgaymks::before{background-image:linear-gradient(transparent,#000000),linear-gradient(transparent,#000000);height:35%;opacity:0.9;bottom:0;content:"";left:0;width:100%;position:absolute;right:0;z-index:1;}
.popdesc h4{margin:0px 0px 4px 0px;}
.popdesc h4 a{color:#fff;font-size:16px;font-weight:700}
/* .Listpop_place:hover .popBox h4 a{color: #dc2229;} */
.rating_MKS ul{list-style-type: none;padding:0px;margin:0px;}
.rating_MKS ul li{display: inline-block;padding-right: 10px;font-size: 13px;color: #fff;}
.rating_MKS ul li:last-child{padding-right: 0px;}
.rating_MKS ul li span{padding-right: 3px;color: #dc2229;}
.destination_titleMKS h3{font-size:20px;font-weight:bold;color:#000;margin:0 0 25px 0;padding:0 0 15px 0;position:relative;border-bottom:1px solid #d9d9d9;}
.destination_titleMKS h3:before{position:absolute;left:0;bottom:-1px;height:1px;width:100px;background:#161b52;content:"";display:block;}
/* Scrolling */

.popularplacemks,.popularplacemks .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.popularplacemks{width:100%;z-index:1}
.popularplacemks .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden; padding: 0px 0px 0px 0px;}
.popularplacemks .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.popularplacemks .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.popularplacemks .owl-item,.popularplacemks .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.popularplacemks .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.popularplacemks .owl-item img{/* display:block;width:100% */}
.popularplacemks .owl-dots.disabled,.popularplacemks .owl-nav.disabled{display:none}

.no-js .popularplacemks,.popularplacemks.owl-loaded{display:block;position: relative;}
.popularplacemks .owl-dot,.popularplacemks .owl-nav .owl-next,.popularplacemks .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.popularplacemks.owl-loading{opacity:0;display:block}
.popularplacemks.owl-hidden{opacity:0}
.popularplacemks.owl-refresh .owl-item{visibility:hidden}
.popularplacemks.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.popularplacemks.owl-grab{cursor:move;cursor:grab}
.popularplacemks.owl-rtl{direction:rtl}
.popularplacemks.owl-rtl .owl-item{float:right}
.popularplacemks .animated{animation-duration:1s;animation-fill-mode:both}
.popularplacemks .owl-animated-in{z-index:0}
.popularplacemks .owl-animated-out{z-index:1}
.popularplacemks .fadeOut{animation-name:fadeOut}


@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.popularplacemks .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.popularplacemks .owl-item img.owl-lazy{transform-style:preserve-3d}
.popularplacemks .owl-video-wrapper{position:relative;height:100%;background:#000}
.popularplacemks .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.popularplacemks .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.popularplacemks .owl-video-playing .owl-video-play-icon,.popularplacemks .owl-video-playing .owl-video-tn{display:none}
.popularplacemks .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.popularplacemks .owl-video-frame{position:relative;z-index:1;height:100%;width:100%;}





/**********************************************************************************************************************************
Add Css
**********************************************************************************************************************************/
h5.modal-title{color:var(--maincolor);font-size:18px;font-weight:600;}
.SubmitBtnmksf input{margin:0;padding:8px 20px;border-radius:0;background:var(--maincolor);border:none;border:none;cursor:pointer;color:#fff;}
.Editcartpage h4{color:#555;font-size:16px;padding-bottom:10px;font-weight:600;}
.EditCancelmks a{border-right:1px solid #ddd;padding:0px 5px;color:#dc2229;}
.EditCancelmks a:last-child{padding-right: 0px;border-right: none;}
button.yesbutton{background-color:#222;padding:6px 12px;border-radius:2px;color:#fff;border:none;cursor:pointer;}
button.nobutton{background-color:#dc2229;padding:6px 12px;border-radius:2px;color:#fff;border:none;cursor:pointer;}
.procedtocheckout button{margin-right: 10px;}
.pt40{padding-top: 50px;}
a.ResetSearchResult{background:#161b52;padding:3px 8px;color:#fff;font-size:11px;border-radius:2px;display:table;margin-left:auto;margin-right:auto;}
.resetbtnmks{padding-top:10px;}
.Destination-details{padding-top: 40px;}
.ptb60{padding:40px 0px;}
.ActivityBox h2{font-weight: 700;}
.HolidayDetail{border-top: 1px solid #ddd;}
.breadcrumb{padding:7px 0px;margin:0px;}
.article.category{padding:50px 0px;}
.blogs-archive h4 a{font-size: 24px;font-weight: 700;color: #333;}
.blogs-archive small{font-size: 14px;}
.trekking-peaks{margin: 15px 0px;}
.modal{overflow-x:hidden;overflow-y:auto;}
#RegisterModal button.close, #LoginModal button.close{position:absolute;top:20px;right:20px;}

/* Activity Page */
.OurActivities .Holder{ margin-bottom:30px; position:relative;}
.OurActivities .Holder .QuickInfo{ position:absolute; left:0; bottom:0; right:0; background:rgba(0,0,0,0.5); text-align:center; padding:10px 0 12px 0; -webkit-transition: all .4s linear; transition: all .4s linear; }
.OurActivities .Holder .QuickInfo h2 a{ color:#fff;}

.OurActivities .Holder:hover .QuickInfo{ bottom:20px;}

.OurDestinations h1,.OurDestinations h2,.OurActivities h2{color: #161b52;}
.QuickInfo h2{font-size: 22px;}


nav.sticknavbar{border-bottom:1px solid #bfbfbf;padding:0px 0px 0px 0px;}
.navbar-expand-lg .navbar-nav{padding:0px 0px 14px 0px;}
.sticknavbar li a{font-size:15px;font-weight:600;color:#333!important;}
.sticknavbar li{border-right:1px solid #ddd;padding:4px 10px;line-height:8px;}
.sticknavbar li:last-child{border-right:none;}
.sticknavbar li:first-child{padding-left:0px;}
.navbar-nav > li{float:left;position:relative;}
.sticknavbar .navbar-nav .nav-link:first-child{padding-left:0px;}
.navbar-toggler .icon-bar{margin:7px;display:block;width:22px;height:1px;background-color:#900;border-radius:1px;}
.navbar-toggler{border:2px solid #900;}
.Menuarea .navbar-nav{display:inline-block;}
.sticknavbar .navbar-nav .active a::after{content:"\f0d7";font-family:FontAwesome;position:absolute;left:0px;top:48px;width:35px;margin:0 auto;color:#bfbfbf;font-size:40px;height:27px;right:0px;}
.fixed-top{background-color:var(--maincolor);z-index:100;}
.fixed-top .navbar-expand-lg .navbar-nav{padding:0px 0px 0px 0px;}
.fixed-top li a{color:#fff!important;}
.fixed-top nav.sticknavbar{border-bottom:none;padding:4px 0px 4px 0px;}
.fixed-top .navbar-nav .active a::after{content:"\f0d7";font-family:FontAwesome;position:absolute;left:-13px;top:36px;width:15px;margin:0 auto;color:var(--maincolor);font-size:40px;height:27px;right:0px;}

/*********************************************************************************************************************************/
.LeftImg{height:300px;position: relative;overflow: hidden;}
.LeftImg img{max-width: 100%;width: 100%;height: 100%;object-fit: cover;}
.mtb40{margin:40px 0px;}
.mb40{margin-bottom:40px;}
.mt40{margin-top:40px;}
.readMore_MKS,.DestinationOverview{padding-top:10px;}
.readMore_MKS a,.DestinationOverview a{background-color:#f68a0c;padding:8px 20px;color:#fff;font-size:14px;}
.readMore_MKS a:hover,.DestinationOverview a:hover{background-color:#015d82;}
.readMore_MKS i,.DestinationOverview i{padding-left:3px;}
.DestinationOverview a{display: table;margin-top: 10px;}
.popBox{position:relative;overflow:hidden;height:250px;}
.popBox img{max-width:100%;width:100%;height:100%;object-fit:cover;-webkit-transition: all .4s linear;
transition: all .4s linear;}
.Listpop_place:hover .popBox img{-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);}
.popdesc{position:absolute;left:10px;bottom:5px;z-index:7;right:10px;margin:0 auto;}
.popBox .overgaymks::before{background-image:linear-gradient(transparent,#000000),linear-gradient(transparent,#000000);height:35%;opacity:0.9;bottom:0;content:"";left:0;width:100%;position:absolute;right:0;z-index:1;}
.popdesc h4{margin:0px 0px 4px 0px;}
.popdesc h4 a{color:#fff;font-size:16px;font-weight:700}
/* .Listpop_place:hover .popBox h4 a{color: #dc2229;} */
.rating_MKS ul{list-style-type: none;padding:0px;margin:0px;}
.rating_MKS ul li{display: inline-block;padding-right: 10px;font-size: 13px;color: #fff;}
.rating_MKS ul li:last-child{padding-right: 0px;}
.rating_MKS ul li span{padding-right: 3px;color: #ffa500;}
.destination_titleMKS h3{font-size:20px;font-weight:bold;color:var(--maincolor);margin:0 0 25px 0;padding:0 0 15px 0;position:relative;border-bottom:1px solid #d9d9d9;}
.destination_titleMKS h3:before{position:absolute;left:0;bottom:-1px;height:1px;width:100px;background:var(--maincolor);content:"";display:block;}
/* Scrolling */

.popularplacemks,.popularplacemks .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.popularplacemks{width:100%;z-index:1}
.popularplacemks .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden; padding: 0px 0px 0px 0px;}
.popularplacemks .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.popularplacemks .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.popularplacemks .owl-item,.popularplacemks .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.popularplacemks .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.popularplacemks .owl-item img{/* display:block;width:100% */}
.popularplacemks .owl-dots.disabled,.popularplacemks .owl-nav.disabled{display:none}

.no-js .popularplacemks,.popularplacemks.owl-loaded{display:block;position: relative;}
.popularplacemks .owl-dot,.popularplacemks .owl-nav .owl-next,.popularplacemks .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.popularplacemks.owl-loading{opacity:0;display:block}
.popularplacemks.owl-hidden{opacity:0}
.popularplacemks.owl-refresh .owl-item{visibility:hidden}
.popularplacemks.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.popularplacemks.owl-grab{cursor:move;cursor:grab}
.popularplacemks.owl-rtl{direction:rtl}
.popularplacemks.owl-rtl .owl-item{float:right}
.popularplacemks .animated{animation-duration:1s;animation-fill-mode:both}
.popularplacemks .owl-animated-in{z-index:0}
.popularplacemks .owl-animated-out{z-index:1}
.popularplacemks .fadeOut{animation-name:fadeOut}

.btn-success{
    background-color:var(--maincolor);
}

.sp-image{
    max-width:100%;
    height:auto;

}

.detailmkstitle h2{
    color:#2B7F57;
}

.tripInfo h5{
    color:#000;
    position: relative;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.breadcrumb ol li a {
    color: var(--maincolor);
}
.testText .btn-success {
    font-size: 14px;
    padding: .1rem .75rem;
}

.ArticlePage {
    margin-bottom: 2rem;
}

.rate span {
    font-size: 12px;
}

/* Scrolling Nav */

.owl-partner,
.owl-partner .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-partner {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-partner .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    padding: 0px 0px 0px 0px;
}

.owl-partner .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-partner .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 20px 0;
}

.owl-partner .owl-item,
.owl-partner .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-partner .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-partner .owl-item img {
    display: block;
    width: 100%
}

.owl-partner .owl-dots.disabled,
.owl-partner .owl-nav.disabled {
    display: block;
}

.no-js .owl-partner,
.owl-partner.owl-loaded {
    display: block;
    position: relative;
}

.owl-partner .owl-dot,
.owl-partner .owl-nav .owl-next,
.owl-partner .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-partner.owl-loading {
    opacity: 0;
    display: block
}

.owl-partner.owl-hidden {
    opacity: 0
}

.owl-partner.owl-refresh .owl-item {
    visibility: hidden
}

.owl-partner.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-partner.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-partner.owl-rtl {
    direction: rtl
}

.owl-partner.owl-rtl .owl-item {
    float: right
}

.owl-partner .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-partner .owl-animated-in {
    z-index: 0
}

.owl-partner .owl-animated-out {
    z-index: 1
}

.owl-partner .fadeOut {
    animation-name: fadeOut
}


@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-partner .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-partner .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-partner .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-partner .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-partner .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-partner .owl-video-playing .owl-video-play-icon,
.owl-partner .owl-video-playing .owl-video-tn {
    display: none
}

.owl-partner .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-partner .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/* Owl Nav */
.owl-partner .owl-dots,
.owl-partner .owl-nav {
    text-align: right;
    -webkit-tap-highlight-color: transparent
}

.owl-partner .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px 0px 5px 5px;
    padding: 0px 10px;
    /* background:#014693; */
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    /*border: 1px solid #ff6500;*/
    background-color: var(--maincolor);
}

.owl-partner .owl-nav [class*=owl-]:hover {
    background-color: var(--secondcolor);
    color: #fff;
    text-decoration: none;
    /*border: 1px solid #242020;*/
}

.owl-partner .owl-nav .disabled {
    opacity: 1;
    cursor: default
}

.owl-partner .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-partner .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-partner .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-partner .owl-dots .owl-dot.active span,
.owl-partner .owl-dots .owl-dot:hover span {
    /* background:#869791 */
}

.owl-partner .owl-nav i {
    font-size: 30px;
    color: #fff;
}

.owl-partner .owl-nav {
    text-align: center;
    margin: 20px auto 0 auto;
}

/*owlReview*/
/* Scrolling Nav */

#owlReview,
#owlReview .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

#owlReview {
    display: none;
    width: 100%;
    z-index: 1;
    margin-top: 20px;
}

#owlReview .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    padding: 0px 0px 0px 0px;
}

#owlReview .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#owlReview .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

#owlReview .owl-item,
#owlReview .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

#owlReview .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

#owlReview .owl-item img {
    display: block;
    width: 100%
}

#owlReview .owl-dots.disabled,
#owlReview .owl-nav.disabled {
    display: block;
}

.no-js #owlReview,
#owlReview.owl-loaded {
    display: block;
    position: relative;
}

#owlReview .owl-dot,
#owlReview .owl-nav .owl-next,
#owlReview .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#owlReview.owl-loading {
    opacity: 0;
    display: block
}

#owlReview.owl-hidden {
    opacity: 0
}

#owlReview.owl-refresh .owl-item {
    visibility: hidden
}

#owlReview.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#owlReview.owl-grab {
    cursor: move;
    cursor: grab
}

#owlReview.owl-rtl {
    direction: rtl
}

#owlReview.owl-rtl .owl-item {
    float: right
}

#owlReview .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

#owlReview .owl-animated-in {
    z-index: 0
}

#owlReview .owl-animated-out {
    z-index: 1
}

#owlReview .fadeOut {
    animation-name: fadeOut
}


@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

#owlReview .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

#owlReview .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

#owlReview .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

#owlReview .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

#owlReview .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

#owlReview .owl-video-playing .owl-video-play-icon,
#owlReview .owl-video-playing .owl-video-tn {
    display: none
}

#owlReview .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

#owlReview .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/* Owl Nav */
#owlReview .owl-dots,
#owlReview .owl-nav {
    text-align: right;
    -webkit-tap-highlight-color: transparent
}

#owlReview .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px 0px 5px 5px;
    padding: 0px 10px;
    /* background:#014693; */
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    /*border: 1px solid #ff6500;*/
    background-color: var(--maincolor);
}

#owlReview .owl-nav [class*=owl-]:hover {
    background-color: var(--secondcolor);
    color: #fff;
    text-decoration: none;
    /*border: 1px solid #242020;*/
}

#owlReview .owl-nav .disabled {
    opacity: 1;
    cursor: default
}

#owlReview .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

#owlReview .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

#owlReview .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

#owlReview .owl-dots .owl-dot.active span,
#owlReview .owl-dots .owl-dot:hover span {
    /* background:#869791 */
}

#owlReview .owl-nav i {
    font-size: 30px;
    color: #fff;
}

#owlReview .owl-nav {
    text-align: center;
    margin: 20px auto 0 auto;
}

.Articleinfo img {
      max-width: 300px;
    float: left;
    height: auto;
}

.isocertificate img
{
     width: auto;
}

.content_detail__pagination a {
    background: var(--maincolor);
    color: #fff;
    padding: 10px;
}

.content_detail__pagination a.active{
       background: #0cb97a;
}

.content_detail__pagination a:hover {
    background: #0cb97a;
}

.bootstrap-touchspin .btn {
    background: var(--maincolor);
    padding: .15rem .75rem;
}

.BtnOrange {
    background-color: var(--maincolor);
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-sec{padding: 50px 0px;background-color: #f6f6f6;}
.sec-title{margin-bottom: 30px;}
.sec-title h2{font-size: 36px;text-align: center;}
.blog-box{background:#ffff;-webkit-box-shadow:0 30px 50px rgb(0 0 0 / 5%);box-shadow:0 30px 50px rgb(0 0 0 / 5%);margin-bottom:30px;}
.blog-img img{height: 250px;object-fit: cover;width: 100%;}
.blog-info{padding: 20px;}
.blog-info h3{font-size: 22px;margin-bottom: 15px;}
.blog-info h3 a{color: #000;font-weight: 700;}
.blog-info h3 a:hover{color: var(--maincolor);}
.blog-info p{line-height: 26px;}
.post-date{margin-bottom: 25px;font-style: italic;}
.post-date i{padding-right: 6px;font-weight: 500;}
.readmores a{color: var(--maincolor);font-weight: 700;}
.readmores a:hover{color: var(--secondcolor);}
.readmores a i{padding-left: 6px;}
.site-btn{text-align: center;}
.site-btn a{
    background: var(--maincolor);
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 300;
    margin-top: 20px;
    color: #fff;
}
.site-btn a i {
    display: none;
}
.site-btn a::before{position:absolute;content:'';top:50%;left:50%;width:100%;height:0%;border:var(--maincolor);-webkit-transform:translate(-50%,-50%) rotate(55deg);transform:translate(-50%,-50%) rotate(55deg);z-index:-1;-webkit-transition:all 0.6s ease-in-out;transition:all 0.6s ease-in-out;background-color:var(--secondcolor);}
.site-btn a:hover{color:#ffffff;}
.site-btn a:hover::before{height:380%;}
.site-btn a i{padding-left:8px;}
/* Blog Detail */
.blogs-archive{background:#ffff;-webkit-box-shadow:0 30px 50px rgb(0 0 0 / 5%);box-shadow:0 30px 50px rgb(0 0 0 / 5%);margin-bottom: 30px;border: 1px solid #ddd;}
.archive-inner,.blog-details{padding: 20px;}
.archive-inner h4{margin-bottom: 10px;}
.archive-inner h4 a:hover{color: var(--maincolor);}
.archive-inner small{margin-bottom: 20px;display: block;font-style: italic;}
.recent-posts,.archive-posts{padding: 15px;-webkit-box-shadow: 0px 0px 10px 0px #ddd;box-shadow: 0px 0px 10px 0px #ddd;margin-bottom: 30px;}
.recent-posts h2,.archive-posts h2{font-size: 22px;margin-bottom: 15px;}
.recent-posts ul,.archive-posts ul{list-style-type: none;padding: 0px;margin: 0px;}
.recent-posts ul li,.archive-posts ul li{padding-bottom: 10px;}
.recent-posts ul li:last-child,.archive-posts ul li:last-child{padding-bottom: 0px;}
.recent-posts ul li a,.archive-posts ul li a{color: #333;}
.recent-posts ul li a::before{content:"\f105";font-family:FontAwesome;display:inline-block!important;cursor:pointer;line-height:20px;color:#333;margin-right:6px;}
.recent-posts ul li a:hover,.archive-posts ul li a:hover,.recent-posts ul li a:hover::before{color: var(--maincolor);}


/*Header*/
.header .contInfo ul {
    display: flex;
    align-items: center;
}

/*Banner*/
.banner img {
    height: 500px;
    object-fit: cover;
}

#roto {
    position: relative;
    /*margin: -134px 0 0 0;*/
    /*z-index: 1;*/
}
#roto.active::before {
    opacity: 1;
    height: 50%;
}
#roto::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(0deg, #fff, transparent);
    opacity: 0;
    z-index: 4;
    transition: 0.2s all ease;
}

@media only screen and (max-width: 1024px) {
  #roto::before {
    background:none;
  }
  .search-holidays-box h6{
      background:none;
      color:#212529;
      font-size:36px;
      font-weight: 500;
      line-height: 1.2;
  }
}


/* Login page */
.LoginRegister .front .LoginFormOuter{
    width: 60%;
    margin: 30px auto;
    border: 1px solid black;
    padding: 15px 15px;
}
.LoginRegister .front .LoginHeader{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}
.LoginRegister .front .form-group{
    display:flex;
    align-items:center;
    position:relative;
}
.LoginRegister .front .Licon{
    font-size: 20px;
    margin-right: 10px;
}
.LoginRegister .front .form-group #ShowPasswordLog1, .LoginRegister .front .form-group #HidePasswordLog1{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #bfbfbf;
    width: 40px;
    text-align: center;
    color: #999999;
    font-size: 24px;
    padding-top: 4px;
}
.LoginRegister .front .LoginForm{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    padding: 15px 15px;
}
.LoginRegister .front .LoginWithSocialLnk ul {
    margin-top: 15px;
    display:flex;
    border-top:1px dotted black;
}
.LoginRegister .front .LoginWithSocialLnk .FaceBook{
    background: #3b5a9a;
    margin-right: 5%;
}
.LoginRegister .front .LoginWithSocialLnk a{
    color: #fff;
    font-size: 16px;
}
.LoginRegister .front .LoginWithSocialLnk ul li{
    margin: 0;
    padding: 10px 15px;
    list-style: none;
    display: inline-block;
    width: 42%;
    margin-top:15px;
}
.LoginRegister .front .LoginWithSocialLnk .Twitter{
    background: #23aae1;
}
.LoginRegister .front .DontHaveAccount{
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    margin-top: 15px;
}
.LoginRegister .front .DontHaveAccount p{
    font-weight: 600;
}
.LoginRegister .front .DontHaveAccount a{
    width: 42%;
    display: inline-block;
    color: #fff;
    background: var(--maincolor);
    padding: 13px 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .LoginRegister .front .LoginFormOuter{
    width: 95%;
    
  }

}

@media only screen and (max-width: 400px) {
  form .g-recaptcha {
    transform:scale(0.5) !important;
  }
}

.contact-uspage form {border: 1px solid #ced4da;padding: 20px;border-radius: 5px;box-shadow: 0 5px 18px 3px rgba(0,0,0,.1);}

.contact-uspage form .btn {
    background: var(--maincolor);
    border: 1px solid transparent;
    margin: 20px 0 0 0;
}

.contact-uspage form .btn:hover {
    background: var(--secondcolor);
}
.Social-Right span {
    display: none !important;
}

.breadcrumb-sec .Social-Right .st-btn {
    min-width: auto !important;
}

.whatWeDo .aside-column {
    overflow: hidden;
    /*padding: 40px 0 0 0;*/
}

.whatWeDo .aside-column .owl-stage {
    display: flex;
}

.whatWeDo .aside-column .items-more span {
    display: block;
    margin: 10px 0 0 0;
    font-weight: 500;
}

.whatWeDo .aside-column .owl-nav {
    margin: -65px 0 0 0;
    width: 97%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in;
    top: 58%;

}

.whatWeDo .aside-column .owl-nav i {
    background: #f1f1f1;
    color: #808080;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.whatWeDo .aside-column:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}

.whatWeDo .aside-column .owl-nav .owl-prev {
    float: left;
    cursor: pointer;
}

.whatWeDo .aside-column .owl-nav .owl-next {
    float: right;
    cursor: pointer;
}

.we-do .items-more {
    text-align: center;
    margin: 0 0 35px 0;
}

#whatsapp-chat-btn {
    height: 60px;
    width: 60px;
    object-fit: contain;
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 1;
}

#whatsapp-chat-btn img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

#BannerSlide .banner-contents {
    position: absolute;
    top: 50%;
    width: 50%;
    padding: 70px;
    z-index: 1;
    transform: translate(0%, -50%);
}

#BannerSlide .banner-contents h1 {
    color: #fff;
}

#BannerSlide .banner-contents p {
    color: #fff;
    line-height: 1.8;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}

.article .blog-details {
    border: 1px solid #ddd;
}

.article .blog-details img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.contact-address {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

.contact-address li {
    border: 1px solid #ddd;
    margin: 0 0 25px 0;
    padding: 20px;
    background: #f1f1f1;
}

.contact .contact-fb {
    color: var(--maincolor);
    text-decoration: underline;
}

.visa-services form .form-group,
.insurance-services form .form-group{
    width: 49%;
}

.visa-services form,
.insurance-services form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.visa-services form input[type="file"],
.insurance-services form input[type="file"]{
    border: 1px solid transparent;
    padding: 0;
}

.about-page .about-vision h4 {
    text-align: center;
}

.about-page .about-vision {
    background: #f1f1f1;
    margin: 20px 0 0 0;
    padding: 20px;
}

.about-page .why-us {
    margin: 20px 0 0 0;
}

.about-page .why-us h4 {
    text-align: center;
}

.about-page .why-us ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-page .why-us ul li h5 {
    font-size: 16px;
}

.HolidayDetail .RightHoliday_sidebar {
    position: sticky;
    top: 10px;
}

.sticky-destinationmenu {
    margin: 0 0 40px 0;
}

.cart-table .table tbody tr td .editCart {
    background: var(--maincolor);
}

.cart-table .table tbody tr td .cancelCart {
    background: var(--secondcolor);
}

.cart-table .table tbody tr td a {
    color: #fff;
    padding: 5px 5px;
}

#memberDetail .terms-condition a {
    color: var(--maincolor);
}

.article .blog-details ul {
    padding: 0;
    list-style: none;
}

.PaymentMethods #paynow {
    border: none;
}

.Destination-details .destinationmore-btn .readmore {
    border: 1px solid transparent;
    background: var(--maincolor);
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
}

.Destination-details .DetailContainer {
    height: 280px;
    overflow: hidden;
}

/*Responsive*/

@media screen and (max-width: 1200px){
    .contInfo li:first-child {
        margin-right: 10px !important; 
    }
    .cart-table .table tbody tr td a {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 0 5px 0;
    }
    .cart-table .table tbody tr td a:last-child {
        margin: 0;
    }
}

@media screen and (max-width: 992px){
    .header .row .viber-whatsappmenu {
        display: none;
    }
    .header .row .col-md-6 {
        max-width: 65%;
        flex: 0 0 65%;
    }
    #BannerSlide .banner-contents {
        width: 100%;
    }
    .bgicon_circle {
        display: none;
    }
}

@media screen and (max-width: 768px){
    .whatWeDo .aside-column {
        margin: 30px 0 0 0;
    }
    .header .row .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .imgGallery img {
        height: auto !important;
    }
    .demo-gallery > ul > li {
        margin-bottom: 10px;
    }
    .Activityin_Nepal .ActivityNepal_MKS {
        margin: 0 0 30px 0;
    }
    .search-holidays-box h6,
    .whatWeDo h2,
    .featuredTrips h2,
    .topReview h2,
    .topDest h2,
    .blog-sec h2,
    .contact h2,
    .Destination-details h2,
    .PaymentMethods h2{
        font-size: 24px;
    }
    .blog-details .detail-inner h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 576px){
    #BannerSlide .banner-contents p {
        display: none;
    }
    #BannerSlide .banner-contents {
        text-align: center;
    }
    .visa-services form .form-group, .insurance-services form .form-group {
        width: 100%;
    }
    .Menuarea .navbar-nav {
        display: flex;
        flex-direction: column;
    }
    .sticknavbar li {
        padding: 5px 0;
        border: none;
    }
}