
.gallery {
    display: inline-block;
    width: 100%;
}
.gallery .previews, .gallery .full, .gallery .desc {
float: left;
margin-right: 1.2%;
}
.gallery .desc, .gallery .full {
width: 400px;
font-size: 12px;
}
.gallery .desc h2 {
margin-top: 0;
}
.gallery .previews a {
    display: block;
    margin-bottom: 10px;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.gallery .full img {
	max-height: 100%;
	max-width: 100%;
	align-self: center;
}
.gallery .full {
	max-height: 370px;
	max-width: 100%;
	height: 500px;
	text-align: center;
	width:100%;
	float:right;
}
.gallery .previews {
    height: auto;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #eaeaea #fff;
    width: 100%;
	overflow-y: hidden !important;
	overflow-x: scroll;
	display: -webkit-inline-box;
}
.gallery .previews a, .gallery .full {

}
.gallery .previews a:hover, .gallery .previews a.selected {
border: 1px solid #cda155;
}
.gallery .full img:hover {
cursor: pointer;
}
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.banner-servimg{
    width:100%;
    height: 600px;
}
.banner-text {
            position: absolute;
            top: 60%;
            height: 142px;
            min-width: 400px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 20px;
        }
        .banner-text h1 {
            margin-bottom: 0.5rem;
        }
        .banner-text p {
            color: #000;
            font-weight: 600;
        }
        .top-sec{
            width: 100%;
            border: 3px solid #b58e4b;
            margin-bottom : 25px;
            margin-left: -32px;
        }
        .bar-sec{
                margin-top: 40px;
                
        }
        .right-content{
            padding-right: 0px; 
            padding-left: 100px;
        }
        .right-content h3{
            margin-bottom : 10px;
            margin-left: -32px;
        }
        .right-content li{
            margin-bottom : 10px;
        }
        .bottom-sec{
            margin-top : 25px;
        }
        .padd{
            padding : 0px!important;
        }
    
    
    .banner-services {
            position: absolute;
            top: 554px;
            left: 15px;
            height: 142px;
            min-width: 400px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 20px;
            background-color: white;
        }
    

.cusContainer{
    padding : 0px !important;
    margin-left : 3%;
    margin-right : 10px !important;
    min-width: 90%;
}
.right-content ul{
   list-style: initial !important;
}
.gallery .previews a img {
	max-width: 80%;
	width: auto;
	height: auto;
	text-align: center;
	align-self: center;
	max-height: 100%;
}

@media only screen and (min-width: 200px) and (max-width: 480px)  {

/*listing tab*/

.tablist.tablist_listing li.tab {
    margin: 0;
    padding: 3px 5px;
    height: 47px;
    cursor: pointer;
    color: #1a0dab;
    font-size: 14px;
    float: left;
    width: 47% !important;
    margin: 0 3px 7px;
    line-height: 17px;
    display: flex;
    align-items: center;
    border: 1px solid #b38d4b;
    text-align: center;
    justify-content: center;
    font-size: 13px;
}
.tablist.tablist_listing li.tab + li.tab {
    width: 47% !important;
}
.tablist.tablist_listing li.selected {
    font-size: 13px;
	color: #9f1d20;
}

.tabpanel.pkg.tabpanel_listing {
    padding: 0 0 0 0;
    margin-top: 0;
}

/*listing tab*/

.lft_img {
	padding:0;
}
.gallery .full {
    max-height: 370px;
    height: 220px;
	width:100%;
}	
.previews {
	overflow-y: hidden !important;
	overflow-x: scroll;
	display: -webkit-inline-box;
	width: 100% !important;
	height: 110px !important;
	margin-bottom: 7px;
}
.gallery .previews a {
    display: block;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
}

@media only screen and (min-width: 481px) and (max-width: 767px)  {
	
.previews {
	overflow-y: hidden;
	overflow-x: scroll;
	display: -webkit-inline-box;
}
.gallery .previews a {
    display: block;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
}

