body {
    font-family:'Galyon Regular';
    font-weight: 400;
	letter-spacing:0.5px;
    font-style: normal;
    font-size: 15px;
    width: 100%;
    color: #151515;
}
*{
	padding:0;
	margin:0;
}
a{
text-decoration:none;}
.search{
       position: relative;
       box-shadow: 0 0 40px rgba(51, 51, 51, .1);
         
       }

       .search input{
height: 50px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
    border-radius: 30px;
       }


       .search input:focus{

        box-shadow: none;
        border: 2px solid blue;


       }

       .search .fa-search{

        position: absolute;
        top: 17px;
        left: 16px;

       }

       .search button{
position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    border-radius: 30px;
    width: 110px;
    background: #000;

       }
.mans_header .navbar-nav li a{
        color: rgb(9 9 9) !important;
    padding: 0 10px !important;
    font-size: 14px;
}
.mans_menu{
    border-top:1px solid #d6d4d4;
    border-bottom:1px solid #d6d4d4;
}
.mans_menu .navbar-nav li a{
        color: rgb(9 9 9) !important;
        padding: 5px 10px !important;
    font-size: 14px;
}
@font-face {
    font-family: 'Galyon Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Galyon Regular'), url('../fonts/Galyon-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Galyon Bold Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Galyon Bold Bold'), url('../fonts/Galyon-Bold.woff') format('woff');
    }
.mans_header .mans_logo{
    width:150px;
}
.mans_topbar{
    padding: 2px 0;
}
.header-area {
    border-bottom: 1px solid #ffd799;
        padding: 10px 0;
    background-color: #c96c06;
 font-family: 'Galyon Regular';
}
.header-text span.mans_topde {
    color: #ebebeb;
    font-size: 11px;
    padding: 0 5px;
    border-right: 1px solid #fff;
}
.header-text span.mans_topde a{
    color: #ebebeb;
}
.header-text span.mans_topde i {
    margin-right: 5px;
}
.header-icon a {
    color: #fff;
    font-size: 13px;
    margin-right: 15px;
    transition: .3s;
}
.mans_topbtn{
	   background: #f79135;
    height: -webkit-fill-available;
    display: inline-block;
 font-family: 'Galyon Regular';
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
  -webkit-animation: glowing 1000ms infinite;
  -moz-animation: glowing 1000ms infinite;
  -o-animation: glowing 1000ms infinite;
  animation: glowing 1000ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 3px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 3px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 3px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 3px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
.mans_slider{
    position:relative;
}
.mans_slider .carousel-item img{
    width:100%;
    height:450px;
    object-fit:cover;
}
.mans_headform{
        position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}
.mans_searchbar{
    width: 80%;
    margin: 0 auto;
}
.mans_sbicon{
        display: flex;
    align-items: center;
}
.mans_searchbar .mans_sbicon img{
	    width: 35px;
    height: 30px;
    margin-right: 15px;
    display: inline-block;
}
.mans_searchbar .nav-tabs .nav-link{
	text-align:center;
	color:#fff;
	background:#00000073;
	margin:0 0px;
	border-radius:0;
    padding: 8px 10px;
}
.mans_searchbar .nav-tabs .nav-link h6{
	font-weight:600;
	margin-bottom:0;
}
.mans_searchbar .nav-tabs .nav-link.active{
	background: #c96c06;
}
.mans_searchbar .tab-content{
	padding: 20px 20px 20px;
    box-shadow: 0 0 70px -48px #000;
    border-radius: 10px;
    margin-top: 0%;
    background: #fff;
}
.booking-form .form-group {
	position: relative;
	height: 80px;
	margin-bottom: 10px;
	margin-right: -10px;
	margin-left: -10px;
}

.booking-form .form-control {
	/*font-family: 'Cantata One', serif; */
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.85);
    padding-top: 8px;
    -webkit-transition: 0.2s background;
    transition: 0.2s background;
}

.booking-form .form-control:focus {
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.3);
}

.booking-form .form-control::placeholder {
	color: rgba(51, 51, 51, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
	color: rgba(51, 51, 51, 0.3);
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 24px;
    text-align: center;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.3);
    height: 45px;
    line-height: 35px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #333;
	font-size: 14px;
}

.booking-form .form-label {
	    color: #c96c06;
    display: block;
    font-weight: 700;
    /* height: 30px; */
    /* line-height: 30px; */
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.6px;
    /* position: absolute; */
    /* left: 10px; */
    /* top: 0px;*/
}


.booking-form .submit-btn {
	background: #1654af;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    height: 45px;
    border-radius: 0px;
    font-size: 18px;
    width: 100%;
    color: #fff;
}
.submit_button{
        width: 100%;
    border-radius: 30px;
    background: #c96c06;
    border-color: #c96c06;
}
.mans_abt{
    padding:50px 0;
}
.mans_heading{
    display:inline-block;
}
.mans_headings .mans_subheading h5{
        font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    color: #c96c06;
}
.mans_headings .mans_title h4{
        font-size: 2rem;
        font-family: 'Galyon Bold Bold';
}
.mans_abt p{
    text-align:justify;
    font-size:14px;
        line-height: 24px;
    color: #666;
}
.mans_pkgbox:hover .mans_pkgimg img{
        transform: scale(1.1);
        transition:0.8s;
}
.mans_pkgbox .mans_pkgimg{
    width: 100%;
    overflow: hidden;
    height: 250px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: -10px 10px 1px #dcdcdc;
    border-radius: 10px;
}
.mans_pkgbox .mans_pkgimg img{
    width:100%;
    height:250px;
    border-radius:10px;
    transition:0.8s;
    object-fit:cover;
}
.mans_pkgbox h4{
    font-size:16px;
    font-weight:700;
    
}
.mans_pkgbox h6{
        font-size: 12px;
    color: #7d7d7d;
}
.mans_price{
    font-size:12px;
}
.mans_price span{
    font-size:18px;
    color:#c96c06;
    font-weight:700;
}
.mans_btn1 a{
    width: 100%;
    border-radius: 30px;
    background: #c96c06;
    color:#fff;
    border-color:#c96c06;
    font-size: 12px;
}
.mans_btn1 a:hover{
    background: transparent;
    color:#c96c06;
    border-color:#c96c06;
    font-size: 12px;
}
.mans_tour .tour-slide .slick-slide, .mans_acti .activi-slide .slick-slide{
    margin:0 15px;
}
.tour-slide .slick-prev, .activi-slide .slick-prev, .testi-slide .slick-prev, .testi-slide2 .slick-prev {
    left: 46%;
position: absolute;
    bottom: -60px;
    background: transparent;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #c96c06;
    
    line-height: 36px;
    text-align: center;
    z-index: 9;
    font-size: 20px;

}

.tour-slide .slick-next, .activi-slide .slick-next, .testi-slide .slick-next, .testi-slide2 .slick-next {
    right: 46%;
position: absolute;
    bottom: -60px;
    background: transparent;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #c96c06;
    
    line-height: 36px;
    text-align: center;
    z-index: 9;
    font-size: 20px;

}
.testi-slide .slick-prev, .testi-slide2 .slick-prev {
    left: 0%;
    bottom:35%;
}
.testi-slide .slick-next, .testi-slide2 .slick-next {
    right: 0%;
    bottom:35%;
}
.mans_tour{
    padding:0 0 50px;
}
.mans_acti{
    padding:70px 0 100px;
}
.mans_actybox:hover {
    cursor: pointer;
}

.mans_actybox {
    position: relative;
    z-index: 0;
    margin:30px 0 0 0;
}
.mans_actybox::before {
    width: calc(100% - 24px);
    height: 10px;
    border-radius: 10px 10px 0 0;
    background-color: #dcdcdc;
    content: '';
    top: -10px;
    left: 12px;
    position: absolute;
}
.mans_actybox::after {
    width: calc(100% - 48px);
    height: 10px;
    border-radius: 10px 10px 0 0;
    background-color: #f5f5f5;
    content: '';
    top: -20px;
    left: 24px;
    position: absolute;
}
.mans_actyimg{
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow:hidden;
}
.actycont{
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.mans_actybox:hover .acty__bg {
    opacity: 1;
}

.mans_actybox .acty__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 16, 54, 0.4);
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
}
.mans_actybox:hover .acty__top {
    opacity: 1;
}

.mans_actybox .acty__top {
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    padding:10px;
    font-size: 12px;
    text-align: center;
}
.mans_actybox:hover .acty__bottom {
    transform: translateY(0px);
}
.mans_actybox .acty__bottom {
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(80px);
        position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding:10px;
}
.mans_actybox .acty__bottom h4{
        font-size: 20px;
    font-weight: 700;
    color:#fff;
}
.mans_actybox .acty__bottom h6{
        font-size: 14px;
    font-weight: 500;
    color:#fff;
}
.acty__bottom a{
    background:#fff;
    color:#000;
    font-size:16px;
    width:100%;
    border-radius:30px;
    display: block;
    padding:10px 20px;
}
.mans_galtesti{
    background:url(../img/pattern1.jpg);
    background-position:center;
        background-size: 20%;
    padding: 50px 0 100px;
    background-repeat: repeat;
    background-attachment:fixed;
}
.mr-3{
    margin-right:15px;
}
.mans_gall img{
    position:relative;
    width:100%;
    height:100px;
    object-fit:cover;
    border-radius:10px;
    margin-bottom:15px;
}
.mans_choose{
    padding:50px 0 100px;
}
.mans_chosebox{
    border-bottom: 4px solid;
    margin:0 4%;
    text-align: center;
    padding: 0 0 15px;
    min-height: 322px;
    text-align:center;
}
.mans_chosebox img {
    display: block;
    margin: 0 auto 20px;
}
.choseclr-1{
    border-color:#4e76b1;
}
.choseclr-2{
    border-color:#f1a75e;
}
.choseclr-3{
    border-color:#35bec4;
}
.choseclr-4{
    border-color:#898ac3;
}
.choseclr-5{
    border-color:#e395d7;
}
.mans_chosebox h4{
      font-size: 16px;
    font-weight: 700;
}
.mans_chosebox p{
      font-size: 14px;
}
.mans_footer{
padding-top:50px;
position:relative;
background: #02407e;
    border-radius: 15% 15% 0 0;
}
.mans_flink h4{
	font-size:18px;
color:#fff;
	font-weight:600;
	letter-spacing:0.8px;
	font-family:'Galyon Regular';
}
.mans_flink p{
text-align:justify;
	font-size:14px;
color:#fff;
	font-weight:400;
	letter-spacing:0.8px;
	font-family:'Galyon Regular';
}
.mans_flink ul{
padding:0;
}
.mans_flink ul li{
list-style:none;
margin-bottom:8px;
font-size:14px;
color:#fff;
	font-weight:500;
	letter-spacing:0.8px;
	font-family:'Galyon Regular';
}
.mans_flink ul li h5{
font-size:14px;
color:#fff;
	font-weight:400;
	letter-spacing:0.8px;
	font-family:'Galyon Regular';
}
.mans_flink ul li a{
font-size:14px;
color:#fff;
	font-weight:400;
	letter-spacing:0.8px;
	font-family:'Galyon Regular';}
.mans_flink ul li p{
margin-bottom:10px;}
.mans_copyright{
border-top: 1px solid #ddd;
    padding-top: 15px;
}
.mans_copyright p{
text-align:center;}
.mans_copyright p a{
color:#fff;
}
.mans_badge{
    position: absolute;
    display: inline-flex;
    padding: 0.09375rem 0.5rem;
    border-radius: 3px;
    height: 1.5rem;
    width: 50%;
    white-space: nowrap;
    max-width: 70%;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2;
    background-color: #c96c06;
    color: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / 16%);
    font-size:14px;
    font-weight:600;
}

.particles{
    position: absolute;
    z-index: 200;
    transform-style: preserve-3d;
/*     animation: rotate-container 10s infinite ease-in-out alternate; */
    overflow: hidden;
}

@keyframes move {
    0%{
        transform: translateY(0);
        opacity: 0;
    }
    10% ,90%{
        opacity: 1;
    }
    100%{
        transform: translateY(45vw);
        opacity: 0;
    }
}
@keyframes rotate-container {
    0%{
        transform:
            perspective(1000px)
            translateZ(0px);
    }
    100%{
        transform:
            perspective(1000px)
            translateZ(150px);
    }
}

.particles{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.testi-slide .slick-slide .card:after, .testi-slide2 .slick-slide .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#c96c06;
    border-radius: 30px;
    transform: rotate(-7deg);
    z-index: -2;
}
.testi-slide .slick-slide .card:before, .testi-slide2 .slick-slide .card:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    color: #c96c06;
    text-align:center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 32px;
    font-weight: 900;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}
.testi-slide .slick-slide .card, .testi-slide2 .slick-slide .card{
    position:relative;
    margin: 30px;
    border-radius: 30px;
}
.mansg{
    position:relative;
    margin-bottom: 25px;
}
.mansg:before{
        content: "";
    position: absolute;
    top: -7%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a7a7a7;
    border-radius: 50%;
    z-index: 0;
    box-shadow: 0 -8px 1px #cdcdcd;
}
.reg-img{
    width: 100px;
    margin-bottom: 20px;
    background: #fff;
    padding: 4%;
}
.header-text a{
    color:#fff;
    margin-right:5px;
}
/*********************************call-whatsapp*****************************************/
 .call-back-1 {
    position: fixed;
     bottom: 0;
    right: 0;
    z-index: +9999;
     animation-name: mover1;
  -webkit-animation: mover1 1s infinite alternate;
  animation: mover1 1s infinite alternate;
    
}
@-webkit-keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.call-back-1 img{
           width: 150px;
    margin-bottom: 5px;
    display: block;
    
}
/*********************************call-whatsapp*****************************************/
.feedback-form
{
	position:fixed;
	top:15%;
	right:0;
	z-index:100;
	min-height:450px;
	
}

.feedback-form-show
{
	right:0 !important;
}

.feedback_form_area
{

	position:relative;
	display:none;
	 overflow: hidden;
	 background:rgb(128 0 1);
}

.feedback_form_area_inner
{
		width:300px;
	min-height:380px;
	color:#fff;
	padding:15px;
}

.feedback_form_area h3
{
	margin-top:0;
}
		
.custom-inp
{
	width:100%;
	height:35px;
	padding-left:5px;
	color:#fff;
	border:1px #fff solid;
	background:transparent;
}
		
.custom-inp-txt
{
	width:100%;
	height:100px;
	padding:5px;
	color:#fff;
	border:1px #fff solid;
	background:transparent;
}

.feedback-form-btn{
        background: #f79135;
            width: max-content;
    display: block;
	position: absolute;
    left: -100px;
    color: #fff;
    transform: rotate(90deg);
    top: 40%;
	border-radius:0;
	-webkit-animation: glowing 1000ms infinite;
  -moz-animation: glowing 1000ms infinite;
  -o-animation: glowing 1000ms infinite;
  animation: glowing 1000ms infinite;
}



@media only screen and (max-width: 320px) {
.feedback_form_area_inner
{
		width:260px;
	min-height:450px;
	color:#fff;
	padding:15px;
}
}
.feedback_form_area_inner form input[type="submit"]{
    width: 100%;
    border-radius: 30px;
    background: #000;
    color:#fff;
    border-color:#000;
    font-size: 12px;
    margin-top:15px;
}
.feedback_form_area_inner form input[type="submit"]:hover {
    background: transparent;
    color: #fff;
    border-color: #000;
    font-size: 12px;
}
.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{
	       left: 532px;
    right: 0;
    width: 49%;
    margin-top: 0;
	    
	}
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
.mans_bread{
    padding:4rem 0;
    background:url(../img/bg2.jpg);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.bread-title h4{
    font-size:3rem;
    color:#fff;
    text-align:center;
    text-shadow: 1px 1px 10px #000;
    font-weight: 700;
}
.breadcrumb {
    background: #000000a3;
    margin: 0;
    padding: 0;
    display: flex;
    padding: 10px;
    justify-content: center;
}
.breadcrumb li, .breadcrumb li.active {
    margin-bottom: 0;
    color: #fff;
}
.breadcrumb li a, .breadcrumb li.active a {
    color: #f79135;
}
.breadcrumb li, .breadcrumb li.active {
    margin-bottom: 0;
    color: #fff;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: '|';
    color: #fff;
}
.mans_bread nav{
        display: flex;
    justify-content: center;
}
.mans_show{
    color: #222222;
    font-weight: 700;
    margin: 40px 0;
}
.mans_show:after{
    background-color: #e3740e;
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin-top: 4px;
    
}
.ui-rating {
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.ui-rating li.active {
    color: #FFCE4A;
}
.ui-rating li {
    font-size: 10px;
    color: #ccc;
}
.mans__price {
   display: flex;
    align-items: center;
}
.mans__price-main {
    font-size: 18px;
    background-color: #e3740e;
    padding: 2px 10px;
    color:#fff;
}
.mans__price-msrp {
    margin-left: 14px;
    color: #222222;
    text-transform: uppercase;
    display: inline-block;
}
.mans-descr {
    display: inline-flex;
    align-items:center;
    width: auto;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 12px;
}
.mans-descr__item:first-child {
    border-left: none;
    padding-left: 0;
    font-size: 14px;
    font-weight: 700;
}
.mans-descr__item .fa {
    margin-right: 7px;
    margin-bottom: 3px;
    font-size: 16px;
}
.mans-descr__item:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 20px;
    width: 1px;
    background-color: #ddd;
}
.mans-descr__item {
    width: auto;
    line-height: 1;
    padding: 0 5px;
    position: relative;
    border-right: none;
    vertical-align: baseline;
}
.mans_carbox{
    border: 1px solid #dddddd;
    padding: 15px;
    margin-bottom:20px;
}
.mans_carbox img{
    width:100%;
    height:200px;
    object-fit:cover;
}
.mans_form{
    background: url(../img/pattern1.jpg);
    background-position: center;
    background-size: 20%;
    padding: 25px;
    background-repeat: repeat;
}
.mans_form .form-group label {
    color: #c96c06;
    display: block;
    font-weight: 700;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.6px;
}
.mans_form .form-control {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.85);
    padding-top: 8px;
    -webkit-transition: 0.2s background;
    transition: 0.2s background;
}
.mans_form textarea.form-control {
    height: 90px;
}
.mans_connect ul{
    padding:0;
    margin:0;
}
.mans_connect ul li{
    list-style:none;
    padding:25px 0 15px 0;
    border-bottom:2px dashed #d4d4d4;
}
.mans_connect h5{
    font-weight: 700;
    color: #c96c06;
    font-size: 18px;
}
.connect_social{
    padding:0;
    margin:0;
    margin-top:30px;
}
.connect_social li{
    list-style:none;
    display:inline-block;
}


 .tou-list-wrap{
        margin: 50px 0px;
    }
    .card-header{
            background: #02407e;
                color: #fff;
    }
    .card-header .title{
        margin: 0;
    }
    .filter-cat{
            margin: 0;
    background: #e7e7e7;
    font-size: 18px;
    padding: 10px;
    }
    .card-group-item{
            border: 1px solid #e3d4d4;
    }
    .list-tour-box{
        
    }
    .pkg-cap-img{
        
    }
    .tour-head-line{
        
    }
    .tour-head-line small{
        
    }
.head-sfd{
        margin: 0;
    background: #02407e;
    color: #fff;
    padding: 9px;
    margin-bottom: 15px;
}
.mans_pkgbox{
        margin-bottom: 20px;
}
.activity-wrap{
    
}
.act-banr-img{
           width: 100%;
    height: 400px;
    border-radius: 10px;
}
.act-head{
       display: block;
    color: #504545;
    padding: 10px;
    font-size: 22px;
    text-transform: capitalize;
}
.img-tag{
    position: absolute;
    color: #fff;
    padding: 10px;
        font-weight: 700;
}
.act-baner{
   margin-bottom: 5px;
    position: relative;
}
.star-rate{
   position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 20px;
    font-size: 12px;
        text-align: right;
}
.asvfdv-hd-tad{
          margin: 0;
   
    padding: 10px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.other-act-box{
        margin-bottom: 10px;
}
.other-act-tag{
        position: absolute;
   
   
   
    padding: 10px;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}
.other-act-box img{
       width: 100%;
    height: 160px;
    border-radius: 10px;
}
.othetr-zdfvga{
        font-weight: 600;
    border-bottom: 1px solid #d3bcbc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.mdr-head{
   background: #683b3b;
    display: inline-block;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute; 
        top: -21px;
}
.act-form-rel{
        position: relative;
    margin-top: 40px;
}

.menu-img-banr{
      width: 100%;
    border-radius: 10px;
}
.menu-head{
   text-align: center;
    font-size: 26px;
    /* background: #45a1ef; */
    padding: 5px;
    color: #564444;
    font-weight: 600;
}
.loc-box-wrap{
    border: 3px solid #e1c5c5;
    padding: 10px;
    border-radius: 10px;
        margin-bottom: 20px;
}
.loc-box-wrap .loc-cap-img{
       width: 100%;
    height: 230px;
   
}
.loc-box-wrap .loc-contnt{
    
}
.loc-hd-main{
    text-align: center;
    border-bottom: 2px solid #000;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
}
.loc-contnt p{
    text-align: justify;
}
.famou-for{
        font-weight: 600;
}
.famous-list{
        padding: 0;
    list-style-type: none;
}
.famous-list li{
        display: inline-block;
    margin: 5px;
    padding: 4px;
    border-radius: 10px;
    font-weight: 600;
}
.famous-list li:nth-child(1) {
  background: #d3bfe2;
}
.famous-list li:nth-child(2) {
      background: #cacdd0;
}
.famous-list li:nth-child(3) {
  background: #e6d1a0;
}
.famous-list li:nth-child(4) {
      background: #eed2d5;
}
.famous-list li:nth-child(5) {
      background: #d3dece;
}
.famous-list li:nth-child(6) {
   background: #cacdd0;
}

.andaman-box{
        border: 2px solid #e7bbbb;
    padding: 10px;
    border-radius: 10px;
}
.and-head{
       font-weight: 600;
    /* border-bottom: 2px solid #000; */
    background: #a6b9fd;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}
.span-loc{
        display: block;
   padding: 11px;
}
.andamnan-img-wrap{
        width: 100%;
        border-radius: 10px;
}
.ul-loc-andaman-sd{
        padding: 0;
}
.ul-loc-andaman-sd li{
        text-align: center;
}
.ul-loc-andaman-sd li:nth-child(1) {
  background: #d3bfe2;
}
.ul-loc-andaman-sd li:nth-child(2) {
      background: #cacdd0;
}
.ul-loc-andaman-sd li:nth-child(3) {
  background: #e6d1a0;
}
.ul-loc-andaman-sd li:nth-child(4) {
      background: #eed2d5;
}
.ul-loc-andaman-sd li:nth-child(5) {
      background: #d3dece;
}
.ul-loc-andaman-sd li:nth-child(6) {
   background: #cacdd0;
}
.ul-loc-andaman-sd li:nth-child(7) {
  background: #e6d1a0;
}

.pkg-deatil-img-cap img{
           width: 100%;
    height: 250px;
    border-radius: 10px;
}
.pkg-detail-herad-med{
    
}
.pkg-detail-herad-med h3{
    
font-size: 18px;
    color: #02407e;
    margin-top: 10px;
    font-weight: 700;

}

.pkg-detail-ul{
   list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;

}
.pkg-detail-ul li{
      display: inline;
    float: left;
    color: #000;
    text-align: center;
  
   
    
    padding: 10px;
   
    
}
.pkg-detail-ul li .fa{
         border-radius: 50%;
    color: #fff;
    background: #2fa0f1;
    padding: 10px;
    display: inline-block;
    font-size: 27px;
}
.pkg-detail-ul li span{
    display: block;
}
.pkg-wrap-head{
    position: relative;
}
.atrc-box{
          padding: 10px;
    background: #f4f8ff;
    border-radius: 10px;
}
.atrc-box h4{
    font-size: 15px;
        margin-bottom: 0;
}


.pd-zero{
    padding: 0;
}
.pd-r-zero{
    padding-right: 0;
}
.du-des{
   color: #857676; 
}
.bold-Zds{
    font-weight: 700;
}
.small-one{
    background: #000;
    color: #fff;
    padding: 4px;
}

.position-btn{
        background: #d53030;
    color: #fff;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 10px;
    border-radius: 10px;
}
.itnary-details .tabs{
       background: #fff9db;
    padding: 5px;
}
.day-wise{
  height: 40px;
    background: #4b4552;
    color: #fff;
    position: relative;
    width: 140px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
        margin-top: 10px;
}
.day-wise:after{
  content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:0;
    border:20px solid transparent;
    border-left: 20px solid #4b4552;
}

.right-form{
    border: 3px solid #7f7f7f;
    padding: 10px;
        border-radius: 10px;
}
.span-price{
         display: block;
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}
.span-discuss{
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
.span-want{
          display: block;
    width: 75%;
    margin: 0 auto;
   
}
.span-call{
   
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;

}
.call-at{
        text-align: center;
    display: block;
}
.fix-formr{
        border: 3px solid #7f7f7f;
    padding: 10px;
        border-radius: 10px;
}
.fix-formr .form-control{
    
}
.fix-formr .btn{
        background: #444dbb;
    width: 100%;
    color: #fff;
}

.span-enq{
    text-align: center;
    display: block;
    background: #563800;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
}
.btm-pdf{
   background: #a90a0a;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 255px;
    margin-top: 10px;
    border-radius: 10px;
    font-weight: 600; 
}
.hotel-box-img img{
        width: 100%;
    height: 234px;
    border-radius: 10px;
}

.hotel-name{
        font-weight: 700;
    font-size: 22px;
}
.hotel-loc{
          display: block;
    font-size: 15px;
        margin-bottom: 10px;
}
.room-cat{
    font-weight: 700;
    font-size: 16px;
}
.hotel-cat-option{
        padding: 0;
    list-style-type: none;
}
.hotel-cat-option li{
   background: #ffecec;
    margin-bottom: 2px;
    padding: 5px;
}
.hotel-cat-option li span{
       float: right;
}
.hotel-cat-option li i{
       color: #3a7615;
}
.icon-box{
         background: #000000;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
}
.hotel-service{
    
}
.service-list{
    
}
.service-list img{
    
}
.hotel-box{
      border: 1px solid #d7bcbc;
    padding: 10px;
    border-radius: 10px;
        margin-bottom: 25px;
   
}
.right-box{
  background: #d7e9ce;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
}
.starr-rate{
          text-align: center;
    color: #bb2222;
    padding: 10px 0;
}
.chech-in{
       text-align: center;
    border: 1px solid #560f0f;
    border-radius: 10px;
}
.chech-in span{
        display: block;
    color: #000;
    padding: 5px 0;
}
.hotel-book-btn{
       display: block;
    text-align: center;
    margin-top: 20px;
   background: #3b364c;
    color: #fff;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
        transition: all 0.5s ease;
}
.hotel-book-btn:hover{
    background: #5c5476;
    text-decoration: none;
     color: #fff;
    
}
.mans_title-inner{
}
.mans_title-inner h4{
    font-weight: 700;
    font-size: 26px;
}
#registerModalbox1{
    
}
#registerModalbox1 .close{
            position: absolute;
    top: 18px;
    /* bottom: 0; */
    right: 0;
}
#registerModalbox1 .close span{
   padding: 10px;
    border-radius: 10px; 
}
#modal-form-flash{
        padding: 10px;
}
#modal-form-flash h2{
        text-align: center;
    font-size: 22px;
    background: #56893d;
    color: #fff;
}
#popupDesktopMessageSuccess{
    
}
#popupDesktopMessageSuccess .form-control{
        margin-bottom: 10px;
}
#popupDesktopMessageSuccess .btn-submit{
        background: #7e1919;
    color: #fff;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 600px) {
    .hotel-name{
           margin-top: 10px; 
    }
    .room-cat{
        margin-bottom: 10px;
    }
 .media-row{
    padding: 10px;
 }
 
.pkg-detail-ul li {
   
    padding: 5px;
}
.hotel-service{
        margin-bottom: 15px;
}
.modal {
 
    left: -4px !important;
   
}
.mans-descr{
    display: block;
}
}


























