
@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.ttf);
  display=swap
}
@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.ttf);
  display=swap
}

/* @font-face {
  font-family: Tomeoftheunknown-3gL3;
  src: url(../fonts/Tomeoftheunknown-3gL3.ttf);
  display=swap
}
 */

.page-wrapper p{
    text-align: justify
}


.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  padding: 50px;

}

img{image-rendering: -webkit-optimize-contrast;}

*{margin:0;padding:0;text-decoration:none}


.bg-parrot-green{
	background-color: #6ebc19;
}
.bg-green{
	background-color: #007057;
}

.bg-teal-green{
	background-color: #344844;
}

.bg-green-t{
    background-color: #085443;
}

.bg-yellow{
    background-color: #81a776;
}

.bg-parrot-green2{
        background-color: #6ebc19;
        border-color: #6ebc19;
}
.bg-back{
     background-color: #d4e5c2;
}

.display-inline{display: inline-grid}


.bg-light-green{background-color: #e4ffc7;}
.shadows{box-shadow: rgb(0 0 0 / 24%) 4px 2px 68px;}

.width{width: 230px;}
.radius{border-radius: 20px;}
.radius-two{border-radius: 32px 30px 12px 12px;}
.height{height: 100px;}
.pd-top{padding-top: 89px;}

/* *header-css* */
header{position:relative;width:100%;background:#3a3a3a;border-bottom: 4px solid #6ebc19;}
.logo{position:relative;z-index:11;padding-right: 10px;font-size:16pt;color:#fff;float:left;}
.logo a{color:#fff;}




/* *menu-css* */
/* nav{position:relative;margin:0 auto;} */ 
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{padding-left: 0px;border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index: 1;}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family:Roboto-Light;}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a{padding:16px 5px;font-size:16px;text-decoration:none;color:#ddd;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{background:#6ebc19!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#085443;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:8px 15px;width:190px;font-size:14px;text-decoration:none;color:#ddd;font-weight:400;line-height: initial;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff;background-color:green;}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}


.postion{
    position: absolute;
    top: 0;
    right: 0;
}





/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 72%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
  left: 0;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.radio {
  background: #FFA500;
  color: white;
}



.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    border: 1px solid #ccc;}

.carousel-wrap {
  margin: 20px auto;
  padding: 0 5%;
 /*  width: 80%; */
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}










@media screen and (max-width: 992px) {

section.wrapper{
     height: 331px;
    opacity: 1;
    margin-top: 35px !important;
}

    #carouselExampleIndicators .carousel-item {
  height: 20vh !important;
  width: 100%;
  min-height: 190px !important;
  background: no-repeat center center scroll;
   background-size: contain !important;
    background-position: initial !important;
}
  .postion{
    position: relative;
}
.pd-top{padding-top: 20px;}


}

@media screen and (max-width:768px){
.logo{top:0;left: 0;width:100%;height:46px;padding:10px 0 0 0 ;float:none}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top:1px solid #444}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:12px;color:#ddd;font-size:12px;font-weight:700}

.button {
    width: 55px;
    height: 33px;
    position: absolute;
    right: 0;
    top: -3em;
    cursor: pointer;
    z-index: 12399994;
}

.button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#ddd;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}


/* *slider-css* */

#carouselExampleIndicators .carousel-item.slider {
  background-image: url("../images/slider.jpg");
}

#carouselExampleIndicators .carousel-item.slider-2 {
  background-image: url("../images/slider-2.jpg");
}

#carouselExampleIndicators .carousel-item.slider-3 {
  background-image: url("../images/slider-3.jpg");
}

#carouselExampleIndicators .carousel-item.slider-5 {
  background-image: url("../images/slider-5.jpg");
}


#carouselExampleIndicators .carousel-item.slider-6 {
  background-image: url("../images/slider-6.jpg");
}

#carouselExampleIndicators .carousel-item.slider-7 {
  background-image: url("../images/slider-7.jpg");
}

#carouselExampleIndicators .carousel-item.slider-8 {
  background-image: url("../images/slider-8.jpg");
}

#carouselExampleIndicators .carousel-item.slider-9 {
  background-image: url("../images/slider-9.jpg");
}

#carouselExampleIndicators .carousel-item.slider-10 {
  background-image: url("../images/slider-10.jpg");
}

#carouselExampleIndicators .carousel-item.slider-11 {
  background-image: url("../images/slider-11.jpg");
}

#carouselExampleIndicators .carousel-item.slider-12 {
  background-image: url("../images/slider-12.jpg");
}

#carouselExampleIndicators .carousel-item.slider-13 {
  background-image: url("../images/slider-13.jpg");
}
#carouselExampleIndicators .carousel-item {
  height: 72vh;
  width: 100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}

#carouselExampleIndicators .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carouselExampleIndicators .carousel-item .caption {
  /* background-color: rgba(0, 112, 87, 0.9); */
  padding: 40px;
  color: white;
  animation-duration: 1s;
  animation-delay: 2s;
 /*  border-radius: 70px 0px; */
}

#carouselExampleIndicators .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
}

#carouselExampleIndicators .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
}

#carouselExampleIndicators .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

/* Button */
.delicious-btn {
  display: inline-block;
  min-width: 120px;
  color: #ffffff;
  border-left: 5px solid #1c8314;
  border-radius: 20px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 38px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #40ba37;
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1c8314;
  border-color: #40ba37;
}




.box-one{
    text-align: center;
    color: #fff;
}

/* *slider-css* */




/* *news-css* */

.news{
	background-image: url('../images/news_back.jpg');
	height: 700px;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
}


section.wrapper{
     height: 331px;
    opacity: 1;
    margin-top: 124px;
}

.title-text{
  margin-top: 1em;
  margin-left: 3.5em;
}

.news-button{
  display:flex;
  justify-content: flex-end;
  margin-right: 1em;
}

#news-slider{
 
  font-size:14px;
  width:100%;
  height:260px;
  overflow:hidden;

}

#news-slider .news-slides{
  height: 100px;
  width: 100%;
  margin:0;
  padding:0;  

}

#news-slider .news-slide{
  width:100%;
  height:80px;
}

a.news-button{
    text-decoration: none;
    color: #ffeb3b;
    font-size: 14px;
    padding-top: 10px;
}

/* *news-css* */





.feature-box {
    clear: both;
    /* margin-bottom: 30px;
     */}
.feature-box .feature-box-icon {
    background: #000;
    border: 50px;
    /* color: #FFF;
     */font-size: 20px;
    /* display: inline-block;
     */float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    top: 2px;
    width: 50px;
}
.feature-box .feature-box-icon i {
    padding-top: 15px;
}
.feature-box .feature-box-icon.no-bg i {
    padding-top: 0;
    font-size: 30px;
}
.feature-box.big {
    margin-bottom: 50px;
}
.feature-box.big .feature-box-icon {
    font-size: 35px;
    background: #000;
    border: 75px;
    color: #FFF;
    display: inline-block;
    float: left;
    height: 75px;
    line-height: 75px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    top: 2px;
    width: 75px;
}
.feature-box.right .feature-box-icon, .feature-box.big.right .feature-box-icon {
    float: right;
    margin-right: 0;
}
.feature-box .feature-box-icon.no-bg {
    background-color: transparent;
    border: 0;
    color: #000;
    line-height: 14px;
}
.feature-box.big .feature-box-icon.no-bg {
    font-size: 40px;
    line-height: 0;
}
.feature-box .feature-box-icon.bg-circle {
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}
.feature-box.big .feature-box-icon.bg-circle {
    border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    font-size: 30px;
}
.feature-box .feature-box-icon.bg-border {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}
.feature-box .feature-box-info {
    padding-left: 80px;
}
.feature-box.big .feature-box-info {
    padding-left: 100px;
}
.feature-box.big.right .feature-box-info {
    padding-left: 0;
    padding-right: 110px;
}
.feature-box.right .feature-box-info {
    padding-left: 0;
    padding-right: 80px;
}
.feature-box-info > h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}
.feature-box-line .feature-box .feature-box-icon.no-bg {
    line-height: 50px;
}
.feature-box-line .feature-box {
    position: relative;
    min-height: 100px;
}
.feature-box-line .feature-box.big {
    min-height: 150px;
}
.feature-box-line .feature-box:after {
    position: absolute;
    bottom: -14px;
    left: 25px;
    height: 40px;
    content: ""}
.feature-box-line .feature-box.right:after {
    left: inherit;
    right: 24px;
}
.feature-box-line .feature-box.big:after {
    bottom: -25px;
    left: 37px;
    height: 65px;
}
.feature-box-line .feature-box.big.right:after {
    left: inherit;
    right: 36px;
    height: 65px;
}
.feature-box-line.fbl-theme .feature-box:after {
    border-left: 1px solid #747474;
}
.feature-box-line.fbl-light .feature-box:after {
    border-left: 1px solid #eee;
}
.feature-box-line .feature-box:last-child:after {
    border-left: none;
}

.tree{
    background-image: url(../images/footer-tree.png);
    width: 100%;
    background-repeat-x: repeat;
    height: 290px;
 
}

.tree-top{padding-bottom: 60px;}
.contact-back{
    background-image: url(../images/contact-back.png);
    background-size: contain;
    background-repeat: no-repeat;
   padding: 52px 69px; 
  
   margin-top: -20px; 
    background-position: inherit;
}
    
.pop-navbar-header {
  top: -40%;
  width: 100%;
  display: block;
  transition: top 0.8s;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.header-back{background-image: url(../images/banner.jpg);background-repeat: no-repeat;background-size: cover;
}
.header-back-destination{background-image: url(../images/destination-back.jpg);background-repeat: no-repeat;background-size: cover;height: 32ch;
}
.header-back-login{background-image: url(../images/login-back.jpg);background-repeat: no-repeat;background-size: cover;height: 90vh;}
.Destination-box h5 {
    font-size: 14px;
}
.Destination-box li.list-inline-item {
           background: #e5ffc8;
    padding: 0px 10px;
    display: inline-block;
    margin: 4px 2px;
    font-size: 14px;
}
.Destination-box li i {
     background: #007057;
    padding: 3px 3px;
    border-radius: 100%;
    font-size: 11px;
    margin: 0px 3px;
}
.main{min-height: 250px;}
.list-group-item.active{background-color: #6ebc19;border-color: #6ebc19;}
.border-side-bar {border-color: #d8dada!important;}


/* steeper css start */
.card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.04588);
}
.card-header {
  padding: 20px;
  border-bottom: 0px solid #d5d0d0;
  background: transparent;
}
.card-header .steps {
  display: flex;
  column-count: 3;
  justify-content: center;
  align-items: center;
}
.card-header .steps .step {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #6ebc19;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.card-header .steps .step span {
  padding: 10px 16px;
  border: 1px solid #6ebc19;
  border-radius: 20px;
  background: #fff;
}
.card-header .steps .step.active span {
  background: #6ebc19;
  color: white;
  border: 1px solid #6ebc19;
}

.card-header .steps .step div {
    top: 35px;
    position: relative;
}


.card-body {
  padding: 16px;
  min-height: 250px;

  justify-items: center;
  align-items: center;
}
.card-body .tabs {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.card-body .tabs .tab {
  display: none;
}
.card-body .tabs .tab.active {
  display: block !important;
}
.card-footer {
  padding: 16px;
  border-top: 1px solid #d5d0d0;
}


@media only screen and (max-width: 600px) {

    h2.animated.fadeInLeft {font-size: 12pt
}
p.animated.fadeInRight.h3 {
    font-size: 12pt

}

   #carouselExampleIndicators .carousel-item {
  height: 16vh !important;
  width: 100%;
  min-height: 160px !important;
  background: no-repeat center center scroll;
   background-size: contain !important;
    background-position: initial !important;
}


}


 



@media only screen and (max-width: 420px) {
  .card-footer button {
    width: 100%;
  }
}

/* Book Safari Css start */

.BookSafari .header-back-room {
    background-image: url(../images/room-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
     background-attachment: fixed;
}



.BookSafari .header-back-destination {
    background-image: url(../images/safari.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: top; 
}

.booksafari .justify-content-center {
    background:rgb(0 0 0 / 35%); 
}







/* table-form */



/* form grid table css */


.custom-table td:nth-child(1), .custom-table  td:nth-child(3) {
    background: rgba(243, 243, 243, 0.30);
}
.mp-eco, .mp-eco2, .mp-eco3, .mp-eco4, .mp-eco5, .mp-eco6, .mp-eco8 {
    width: 100%;
    border-collapse: collapse;
    font-family: Calibri;
    border: none;
}

.mp-eco th, .mp-eco2 th, .mp-eco3 th, .mp-eco5 th, .mp-eco6 th, .mp-eco8 th {
        padding: 9px 1% 9px 1%;
        border: #ddd 1px solid;
        color: #000;
        margin: 0 0 0 0;
        font-weight: 500;
        text-align: left;
        font-size: 20px;
        background-color: #ececec;
    }

.mp-eco4 th {
        padding: 9px 1% 9px 1%;
        border: #ddd 1px solid;
        color: #000;
        margin: 0 0 0 0;
        font-weight: 500;
        text-align: left;
        font-size: 20px;
        background-color: #d9ece9;
    }

.mp-eco td, .mp-eco2 td, .mp-eco3 td, .mp-eco4 td, .mp-eco5 td, .mp-eco6 td, .mp-eco8 td {
        padding: 8px 16px;
        border: #f3f3f3 1px solid;
        text-align: left;
    }



    .mp-eco3 td input[type="password"] {
            width: 92%;
            padding: 7px 0 7px 2%;
            border-radius: 4px;
            background-color: #fff;
            border: #ddd 1px solid;
        }

    /* provide some minimal visual accomodation for IE8 and below */

    .mp-eco tr, .mp-eco2 tr, .mp-eco3 tr, .mp-eco4 tr, .mp-eco5 tr, .mp-eco6 tr, .mp-eco8 tr {
        background: #f7f7f7;
    }
        /*  Define the background color for all the ODD background rows  */

        .mp-eco tr:nth-child(odd), .mp-eco2 tr:nth-child(odd), .mp-eco3 tr:nth-child(odd), .mp-eco4 tr:nth-child(odd), .mp-eco5 tr:nth-child(odd), .mp-eco6 tr:nth-child(odd), .mp-eco8 tr:nth-child(odd) {
            background: #fbfbfb;
        }
        /*  Define the background color for all the EVEN background rows  */

        .mp-eco tr:nth-child(even), .mp-eco2 tr:nth-child(even), .mp-eco3 tr:nth-child(even), .mp-eco4 tr:nth-child(even), .mp-eco5 tr:nth-child(even), .mp-eco6 tr:nth-child(even), .mp-eco8 tr:nth-child(even) {
            background: rgba(255, 255, 255, 0.5215686274509804);
        }

    .mp-eco2 td {
        width: 50%;
    }

    .mp-eco3 td {
        width: 33.33%;
    }

    .mp-eco4 td {
        width: 25%;
    }

    .mp-eco5 td {
        width: 20%;
    }

    .mp-eco6 td {
        width: 16.66%;
    }

    .mp-eco8 td {
        width: 12.5%;
    }


 .top-left{left: -110px;top: 55px;overflow: auto;height: 300px;}  
 .left-img{left: 105px;} 
 .Destination p {text-align: justify}
 .bg-blur{background: rgb(27 42 39 / 52%);
    backdrop-filter: saturate(100%) blur(5px);}

  .camp-img{max-width: 100%;
    height: 147px;
}

@media screen and (max-width:768px) and (min-width:320px) {
    
    .mp-eco4 td:nth-child(odd){
      background-color: transparent;
      font-weight:bold;
      padding-bottom:0px;
      /*padding-top:15px;*/
    }
    .mp-eco4 td:nth-child(even){
      padding-top:2px;
    }
    .mp-eco2 td, .mp-eco4 td, .mp-eco3 td, .mp-eco5 td, .mp-eco6 td, .mp-eco8 td {
        display: block;
        width: 100% !important;
        margin: -1px 0 0 0;
        border: none;
        font-size: 1em;
    }

    .td-head {
        font-weight: bold;
    }
    .mp-eco4 th {
        background: white;
        border: none;
        border-bottom: 1px solid #d3d4d5;
    }
 

    .EcoGridtable td input[type="text"], .mp-eco2 td input[type="text"], .mp-eco3 td input[type="text"], .mp-eco4 td input[type="text"], .mp-eco5 td input[type="text"], .mp-eco8 td input[type="text"], .newgridtable td input[type="text"], .formgridtable input[type="text"] {
        width: 100% !important;
        padding: 7px 0 7px 2%;
        border-radius: 4px;
    }

    .mp-eco3 td input[type="password"] {
        width: 95% !important;
        padding: 7px 0 7px 2%;
        border-radius: 4px;
        background-color: #fff;
        border: #ddd 1px solid;
    }
 .top-left{left: 0px;top: 0px;height: auto;}  
 .left-img{left: 0px;} 

}

/* Grid table css */
/* table-form */

span.light {
    font-size: 86%;
}

small.light {
    font-size: 11px;
}




/* captcha */


.CaptchaWrap { position: relative; }
.CaptchaTxtField { 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}

#UserCaptchaCode { 

}
#CaptchaImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 150px;
  overflow: hidden;
}

.capcode { 
  font-size: 46px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn { 
  background:url('../images/re.png') left top no-repeat;   
  background-size : 100%;
  width: 32px; 
  height: 32px;
  border: 0px; outline none;
  position: absolute; 
  bottom: 11px;
  left : 165px;
  outline: none;
  cursor: pointer; /**/
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}

.error { 
  color: #ffffff; 
  font-size: 12px; 
  display: none; 
}
.success {
  color: #ffffff
  font-size: 14px;
  margin-bottom: 8px;
  display: none;
}

.card-bg{background: rgb(0 112 87 / 26%);
    backdrop-filter: saturate(100%) blur(3px);}

/*:target {
 background-color: #6ebc19;border-color: #6ebc19;
}*/