.section-container {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.13);
    border: 1px solid #ccc;
    padding-top: 0;
    padding-bottom: 0;
}
.my-row {
    margin-top: 20px;
}

#tell-us .section-container {
    box-shadow: 0 0 0 #000;
    background-color: transparent;
    border: none;
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-subject-underLine{
	top: 95px;
}
.section-container{
	padding-top: 155px;
}
.section-subject{
	top: -10px;
}
.more-subject{
	color: #a3007c;
	margin-top: 55px;
}
#resturant-property{
	padding: 15px;
}
@media (max-width: 992px){
	.more-subject{
		margin-top: 0;
		margin-bottom: 10px;
	}
}

.section-subject span:before, .section-subject span:after{
    width: 1450px;
}

section.aside {
    overflow: hidden;
}
.more-subject-360 {
    position: relative;
    margin-top: 65px;
    /*padding: 10px 15px;*/
    padding: 0;
    border: 1px solid rgba(155,155,155,.5);
    border-radius: 20px;
    color: rgba(255,255,255,.7);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 2px solid rgba(102,102,102,.2);
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 18px;
    background-color: rgba(102,102,102,.5);
}
.more-subject-360 .explain {
    margin: 0;
    position: absolute;
    top: 60px;
    left: 2px;
    width: 100%;
    font-size: 10px;
}
.more-subject-360:hover {
    background-color: #a3007c;
    border-color: #871d76;
    color: #fff;
}
.more-subject-360 span:before, .more-subject-360 span:after {
    top: 50px;
}


/*360*/

#show360{
    z-index: 99998;
    top: 0;
    position: fixed;
    width: 90%;
    height: 90%;
    border: none !important;
    display: none;
    top: 50%;
    left: 50%;
     -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#show360-close{
    position: fixed;
    z-index: 99999;
    color: #fff;
    display: none;
    right: 10px;
    top: 10px;
    background-color: #fff;
    color: #a3007c;
    border-color: #fff;
}
#show360-close:hover{
    color: #fff;
    background-color: #a3007c;
    border-color: #a3007c;
}
#show360-close:focus{
    border-color: transparent;
}
#highlight{
    z-index: 99997;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    top: 0; 
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
}
/*360*/