.modal-content {
    max-width: 100%;
    top: 35px;
}
.close_btn {
    position: absolute;
    right: -42px;
    top: -30px;
    z-index: 999;
    background: url(../images/icons/close_btn.png) no-repeat 0 0;
    width: 79px;
    height: 78px;
}
@media (max-width: 767px) {
    .close_btn {
        background-size: 100% 100%;
        width: 40px;
        height: 41px;
        right: -10px;
        top: -15px;
    }
    .modal-content {
        top: 60px;
    }
    .heading2 h3 {
        font-size: 24px !important;
        line-height: 28px;
    }
    .portfolio-details p {
        font-size: 35px;
        line-height: 39px;
    }
    .detail_ul ul li {
        font: 14px/16px Verdana, Geneva, sans-serif !important;
    }
}
.heading2 h3 {
    float: left;
    color: #b34501;
    font-size: 38px;
    line-height: 50px;
    padding: 3px 0 0 18px;
}
.heading2 {
    float: unset;
    width: auto;
    margin-top: 0;
    box-shadow: inset 4px 4px 4px #bc9300;
    /* display: block; */
    clear: both;
    text-align: center;
    border: 3px solid #fff;
    background: #ffc700;
    font-family: 'OzhAndin', sans-serif;
    position: relative;
    z-index: 9;
    margin: 0;
}
.detail_ul ul li,
.detail_ul ul li span,
.detail_ul p span,
.detail_ul p{
    color: #b34501 !important;
    font-family: Verdana !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
}

.detail_para {
    color: #333;
    font-size: 18px;
}
.recommended {
    color: #45BCBD;
    font-size: 56px;
    font-weight: 400;
}
.thumbnail-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.thumbnail {
    opacity: 0.5;
    cursor: pointer;
    margin: 0 5px;
    transition: opacity 0.3s;
}
.thumbnail img {
    width: 200px;
    height: 130px;
}
.thumbnail.active {
    opacity: 1;
}
/* .slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
} */
.prev-slide {
    position: absolute;
    left: 0;
    top: 44%;
    background: url(../images/icons/prv_btn.png) no-repeat 0 0;
    width: 47px;
    height: 89px;
    z-index: 999;
}
.next-slide {
    position: absolute;
    right: 0;
    top: 44%;
    background: url(../images/icons/next_btn.png) no-repeat 0 0;
    width: 47px;
    height: 89px;
    z-index: 999;
}
@media only screen and (max-width: 767px){
    .next-slide,.prev-slide{
        width: 30px;
        height: 57px;
        background-size: 100% 100%;
    }
    .thumbnail img{
        width: 150px;
        height: 100px;
    }
}
.slide {
    display: none;
    position: relative;
}
.slide.active {
    display: block;
}
.detail_ul ul {
    width: 100% !important;
}
.portfolio-details {
    padding: 10px;
}
.portfolio-details p {
    margin: 5px 0;
}
.heading h3{    
    float: left;    
    color: #b34501;    
    font-size: 38px;    
    line-height: 50px;    
    padding: 3px 0 0 18px;
}
.heading2 .span_rl {
    text-align: center;
    color: white;
    font-size: 30px;
    line-height: 72px;
    padding: 13px 0 0 18px;
}
.weatherdiv {
    background-color: #0d8682;
    float: left;
    width: 100%;
    padding: 1%;
}
.weatherdiv p {
    color: white !important;
}
.map_detail p {
    color: #b34501;
    font-size: 19px;
}
.comment_div {
    width: 96.28%;
    border: 3px solid #f8820f;
    border-bottom: 6px solid #f8820f;
    border-left: 6px solid #f8820f;
    box-shadow: 3px 3px 3px #c2c2c2;
    padding: 0 1.26%;
    list-style: none;
    position: relative;
    z-index: 9;
}
.comment_div a:hover{
    color: #000;
}
.yellow_btn {
    background: #f8820f;
    box-shadow: inset 0 0 5px 5px #ce6b0b;
    font-size: 36px;
    line-height: 68px;
    color: #fff;
    text-decoration: none;
    padding: 6px 13px 0 13px;
    font-family: 'OzhAndin', sans-serif;
    margin-top: 7px;
    z-index: 9;
    text-align: center;
}
.nav-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2rem;
    color: #000;
    cursor: pointer;
    z-index: 1051;
}
.portfolio-slider .slide img{
    width:-webkit-fill-available;
}
#image-slider{
    box-shadow: 4px 4px 4px 4px #c2c2c2;
}
.swiper-slide{
    border-bottom:4px solid #03a7a9;
}
.highlight_detail{    
    color: #45BCBD;        
    font-size: 56px;    
    font-weight: 400;
}
.heading{
    float: left;
    width: 99.6%;
    margin-top: 0;
    box-shadow: 2px 1px 4px #c2c2c2;
    display: block;
    clear: both;
    text-align: center;
    border: 3px solid #fff;
    background: #ffc700;
    position: relative;
    z-index: 9;
    margin: 0;
}
.heading:after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    box-shadow: inset 4px 4px 4px #bc9300;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.heading span{    
    float: right;    
    color: white;    
    font-size: 30px;    
    line-height: 50px;    
    padding: 13px 0 0 18px;
}
.heading img{    
    float: right;    
    line-height: 50px;    
    padding: 0px 0 0 5px;
    width: 50px;    
    cursor:pointer;
}
.detail{    
    color: #45BCBD;    
    font-size: 56px;    
    font-weight: 400;
}
.detail_para{    
    color:#b34501 !important;  
    font-size:19px;
    font-weight: 400;
    line-height: 27px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.weatherdiv p{    
    color:white !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}   
.weather_heading h3{
    font-size: 54px;
    line-height: 56px;
    color: #00abaf;
    letter-spacing: 1px;
}
.comment_form label{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.submit_comment{
    margin: 10px auto;
    background-color: #FFC700 !important;
    box-shadow: inset 0px 0px 10px 0px #656363 !important;
    border: none;
    font-family: "Roboto", sans-serif !important;
}
.prvlg_btn_new{
    position: fixed;
    left: 0px;
    background: url(../images/icons/prv_lgbtn.png) no-repeat 0 0;
    width: 60px;
    height: 141px;
}
.nextlg_btn_new{
    position: fixed;
    right: 0px;
    background: url(../images/icons/nextlg_btn.png) no-repeat 0 0;
    width: 60px;
    height: 141px;
}
.portfolio-nav {    
    margin-top: 20px;
}

.prev-portfolio {
    left: 0;
}

.next-portfolio {
    right: 0;
}
.portfolio-nav .nav-btn {    
    margin: 0 125px;
    background-color: #139b97;    
    color: white;    
    border: none;    
    padding: 5px 10px;    
    cursor: pointer;
}
@media(min-width:767px){
	.portfolio-slider .swiper-wrapper .swiper-slide img{
		width:100%;
		padding:0 100px;
	}
}
@media(max-width:767px){
	.slider-nav span{
		filter:drop-shadow(0px 0px 3px black);
	}
    .portfolio-nav .nav-btn{
        margin:unset;
    }
}
.heading2 .recommended_price{
    float: right;
}
.recommendation_para p{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(0, 0, 0);
}
.tour-card{
    cursor: pointer;
}


