@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0px 0 0px 0;
	font: normal 13px/15px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/bg.jpg) left top no-repeat #fff;
}

/*======================general==========================*/	
div, tr, td, img, form, input, select, p, h1, h2, h3, h4, h5, h6, ul, li, label, textarea, chexbox, radiobutton, ol, option{
	padding:0;
	margin:0;
	}
ul{
	padding:0;
	margin:0;
	list-style:none;
	}
ol{
	padding:0;
	margin:0;
	list-style-type:none;
	}	
a{
	padding:0;
	margin:0;
	text-decoration:none;
	outline:none;
	cursor:pointer;
	}
img{
	padding:0;
	margin:0;
	outline:none;
	border:0;
	max-width: 100%;
}
chexbox{
	padding:0;
	margin:0;
	width:20px;
	height:20px;
}	
.spacer{
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
	clear:both;
}
.overlay, .modaloverlay{
	display: none;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100vh;
	z-index: 1;
	top: 0;
	left: 0;
}
@font-face {
font-family: 'MyriadProSemiboldCondensed';
src: url('../fonts/myriadprosemiboldcond-webfont.eot');
src: url('../fonts/myriadprosemiboldcond-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/myriadprosemiboldcond-webfont.woff') format('woff'),
		url('../fonts/myriadprosemiboldcond-webfont.ttf') format('truetype'),
		url('../fonts/myriadprosemiboldcond-webfont.svgz#MyriadProSemiboldCondensed') format('svg'),
		url('../fonts/myriadprosemiboldcond-webfont.svg#MyriadProSemiboldCondensed') format('svg');
font-weight: normal;
font-style: normal;

}
/*======================generalend==========================*/
/*=======maincontainer part======*/
#maincontainer_part{
	width:971px;
	background-color:#fff;
	border:1px solid #e8e7e7;
	margin:45px auto 0 auto;
	padding:10px;
}
#main_left{
	width:233px;
	float:left;
	margin:0 10px 0 0;
}
.mibile-sticky-nite{
	background-color: #450B6B;
	justify-content: space-between;
	padding: 10px 5px;
	display: none;
}
.mibile-sticky-nite .left ul{
	display: flex;
}
.mibile-sticky-nite .left img{
	width: 20px;
	vertical-align: middle;
}
.mibile-sticky-nite .left li{
	margin-right: 5px;
}
.mibile-sticky-nite .right ul{
	display: flex;
}
.mibile-sticky-nite .left a, .mibile-sticky-nite .right a{
	color: #fff;
}
.mibile-sticky-nite .right .login{
	background: url(../images/login.png) left center no-repeat;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}
.mibile-sticky-nite .right .register{
	background: url(../images/reg.png) left center no-repeat;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

/*=======logo part======*/
#main_right #logo_part{
	display: none;
}
#logo_part{
	margin:0px 0 12px 0px;
}
#logo_part img{
	max-width:100%;
	height:auto;
}
#glossary{
	border:1px solid #b3b3b3;
	padding:0 0 0 0;
	margin:0 0 12px 0;
}

#glossary ul{
	padding:0;
	margin:0;
}
#glossary ul li {
	font: normal 14px/35px Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #b3b3b3;
}
#glossary ul li a {
	color: #333333;
}
#property {
	background-color: #f6f9f9;
	border: 1px solid #d2d2d2;
	margin: 12px 0 0 2px;
}
#property h2{
	color:#067cb3;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:10px;
	border-bottom:1px solid #b3b3b3;
}		
#property p {
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 10px;
}
.name_area{
	font:normal 14px/16px Arial, Helvetica, sans-serif;
	color:#414141;
	padding:10px;
}	
.fild_area {
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0 10px;
	display: block;
	box-sizing: border-box;
}
.fild_area input {
	width: 210px;
	height: 25px;
	border: 1px solid #c2c2c2;
	background-color: #fff;
	margin: 5px 0 0 0;
}
.fild_area textarea{
	width: 210px;
	border: 1px solid #c2c2c2;
}		
#property .fild_area input, #property .fild_area textarea{
    width: 100%;
}
.fild_radio{
	margin:10px;
}
		
#main_right{
	width:706px;
	float:left;
}	
#top_hedder{
	font-size:12px;
	color:#393838;
}	
#top_hedder #hedder h3{
	float:left;
	font-size: 16px;
	color: #450B6B;
}
#top_hedder h4 a{
	float:left;
	margin:0 0 0 15px;
	padding:0 0 0 15px;
}
#top_hedder a:hover{
	color:#36F;
}			

#top_hedder h5 a{
	float:left;
	background: url(../images/reg.jpg) left center no-repeat;
	padding:0 0 0 15px;
}	

#top_hedder span{
	float:left;
	margin:0 10px 0 10px;
}	

.SliderName_3 *{
	max-width: 100%;
}
#welcome{
	float:right;
	border-right:1px solid #7f7f7f;
	padding:0 15px 0 15px;
	width:240px;
	height:50px;
	display: flex;
	align-items: first baseline;
}
#welcome ul{
	display: flex;
	margin-left: 5px;
}
#welcome ul li:first-child{
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #7f7f7f;
}
#welcome ul li{
	padding-left: 15px;
	cursor: pointer;
}
#welcome ul li a{
	color: #7418B0;
}
#welcome ul li.login{
	background: url(../images/login.jpg) left center no-repeat;
}
#welcome ul li.register{
	background: url(../images/reg.jpg) left center no-repeat;
}
#phone{
	float:right;
	padding:0 15px 0 15px;
}	
#phone h2{
	text-transform:uppercase;
	color:#450B6B;
}	
#search{
	background-color:#efefef;
	height:56px;
	margin:10px 0 0 0;
}
#search h2{
	text-transform:uppercase;
	font:normal 16px/25px Arial, Helvetica, sans-serif;
	color:#2a2a2a;
	padding:15px 0 0 15px;
	float:left;
}
.search_text{
	float:left;
	margin:5px 0 0 0;
}
.search_sec {
	margin:0 0 39px 0;
	padding:0;
	width:375px;
	float:right;
	font-size:12px;
}
.search_fild {
	margin:7px 0 0 0;
	padding:0 0 0 15px;
	width:445px;
	height:35px;
	background:url(../images/search.jpg) no-repeat;
	border:none;
	color:#fff;
	font-size:14px;
	font-family:Tahoma, Verdana;
	float:left;
	margin:7px 0 0 15px;
}

nav{
	clear: both;
	overflow: hidden;
	background-color:#450B6B;
	width:100%;
	padding:0 0 0 0;
}
nav ul{
	padding:0;
	margin:0;
	clear: both;
	overflow: hidden;
}

nav ul li{
	float:left;
}
.hamburger_menu{
	display: none;
}
.small-screen-menu{
	display: none;
}
nav ul li a {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 20px 10px;
	text-transform: uppercase;
	display: block;
	transition: color 0.5s ease-in-out;
}
nav ul li a:hover{
	background:url(../images/manu_hover.png) center bottom no-repeat;
}

nav ul li a.active{
	background:url(../images/manu_hover.png) bottom center no-repeat;
}
#hedder{
	margin:12px 0 12px 0;
}
#help{
	background:url(../images/help.jpg) left top no-repeat;
	width:100%;
	font:normal 30px/40px "MyriadProSemiboldCondensed";
	color:#067cb3;
	padding:20px 0 0 110px;
	height:95px;
}

#body{
	margin:13px 0 0 0;
}
#body h3{
	font:normal 18px/20px Arial, Helvetica, sans-serif;
	color:#450B6B;
}
.CustomHead {
	font:normal 18px/20px Arial, Helvetica, sans-serif;
	color:#450B6B;
}
#body h1{
	font: bold 36px/40px "MyriadProSemiboldCondensed";
	color:#067cb3;
	text-transform:uppercase;
}

#body p {
	font: normal 13px/16px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 0 0px 0;
	text-align: justify;
}
.ulclass {
	padding-left: 50px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
	color: #333333;
}
.ulclass li {
	color: #333333;
}
.help2{
	background:url(../images/help2.jpg) left top no-repeat;
	width:100%;
	padding:20px 0 0 0px;
	height:5px;
}
.help2 h3{
	color:#747474;
	font:normal 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0 0 0 10px;
}

.help2 h2{
	color:#bdbdbd;
	font:normal 27px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0 0 0 10px;
}
.body_box1{
	float:left;
	width:339px;
	margin:0 0px 0 0;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.body_box1 h2{
	font:normal 18px/20px Arial, Helvetica, sans-serif;
	color:#450B6B;
	padding:0 0 10px 0;
}
.body_box1 p{
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#666;
	padding:0 0 10px 0;
}
.body_box1 a{
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	color:#F00;
	padding:0 0 10px 0;
	text-align:left;
}
.body_box2{
	float:left;
	width:339px;
	margin:0 10px 10px 0;
	padding:0 0 0 10px;
	border-bottom:1px solid #ccc;
}
.body_box2 h2{
	font:normal 18px/20px Arial, Helvetica, sans-serif;
	color:#450B6B;
	padding:0 0 10px 0;
}
.body_box2 p{
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#666;
	padding:0 0 10px 0;
}
.body_box2 a{
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	color:#F00;
	padding:0 0 10px 0;
	text-align:left;
}
footer{
	width:100%;
	border-top:1px solid #ccc;
}
.footer_left1{
	width:19%;
	float:left;
}
.footer_left1 p{
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#450B6B;
	padding:10px 0 10px 0;
}
.footer_left1 ul li a {
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color: #333333;
}
.footer_left1 ul li a:hover{
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color:#69F;
}
.footer_left2{
	width:19%;
	float:left;
}
.footer_left2 p{
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#450B6B;
	padding:10px 0 10px 0;
}
.footer_left2 ul li a {
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color: #333333;
}
.footer_left2 ul li a:hover{
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color:#69F;
}
.footer_left3{
	width:19%;
	float:left;
}
.footer_left3 p{
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#450B6B;
	padding:10px 0 10px 0;
}
.footer_left3 ul li a {
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color: #333333;
}
.footer_left3 ul li a:hover{
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color:#69F;
}
.footer_left4{
	width:22%;
	float:left;
}
.footer_left4 p{
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#450B6B;
	padding:10px 0 10px 0;
}
.footer_left4 ul li a{
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color:#9b9b9a;
}
.footer_left4 ul li a:hover{
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color:#69F;
}
.footer_left5{
	width:19%;
	float:left;
}
div.hideSkiplink{
	background-color:#3a4f63;
	width:100%;
}

div.menu {
	padding: 0px;
	cursor: default;
}

div.menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	cursor: default;
}

div.menu ul li a, div.menu ul li a:visited{
	background-color: #465c71;
	border: 1px #4e667d solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;

}

div.menu ul li a:hover{
	background-color: #bfcbd6;
	color: #465c71;
	text-decoration: none;
}

div.menu ul li a:active{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}
.blueNote{
    color: #0033CC; 
    font-weight: bold;
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 16px;
    margin-left: 25px;
}


.modalForm {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 9;
	background-color: #fff;
	transition: all 0.99s ease-in-out;
	text-align: center;
	padding: 10px 10px;
	transform: translate(-50%, -50%);
	background: rgba(69,11,107,1);
	background: -moz-linear-gradient(top, rgba(70, 12, 139,1) 0%, rgba(14,128,169,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(70, 12, 139,1)), color-stop(100%, rgba(14,128,169,1)));
	background: -webkit-linear-gradient(top, rgba(70, 12, 139,1) 0%, rgba(14,128,169,1) 100%);
	background: -o-linear-gradient(top, rgba(70, 12, 139,1) 0%, rgba(14,128,169,1) 100%);
	background: -ms-linear-gradient(top, rgba(70, 12, 139,1) 0%, rgba(14,128,169,1) 100%);
	background: linear-gradient(to bottom, rgb(70, 12, 139) 0%, rgb(14, 128, 169) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#450b6b', endColorstr='#0e80a9', GradientType=0 );
	width: 25%;
    max-width: 200px;
}
.modalFormOpen{
	visibility: visible;
	opacity: 1;
	top: 50%;
}
.modalForm h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 14px;
	font-weight: bold;
	color: #fff;
}
.modalForm p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
	color: #fff;
}
.modalForm .name_area {
    display: block;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin-bottom: 5px;
}
.modalForm .fild_area {
	display: block;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0;
    margin-bottom: 15px;
}
.modalForm .fild_area input, .modalForm .fild_area textarea{
	width: 100%;
}
.modalForm .submit {
	width: 100%;
	display: block;
	text-align: left;
}
.modalForm .submit input[type="button"] {
    width: 100px;
    height: auto;
    margin-left: 0;
    text-align: center;
    margin-top: 3px;
    line-height: 20px;
    font-size: 16px;
    padding: 6px 0 5px;
    color: #450B6B;
    cursor: pointer;
}
.modalForm .closeModal {
	position: absolute;
	right: -13px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: -12px;
	font-size: 16px;
	background-color: #fff;
	line-height: 20px;
	padding: 2px;
}
.ReviewName{
    margin: 10px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.counterBox{
    text-align: center;
    margin-bottom: 20px;
}

.counterBox h2{
    font-size: 16px;
    font-weight: bolder;
    line-height: 24px;
    color: #097299;
}


/** Responsive **/
@media screen and (max-width: 1099px){
	#maincontainer_part{
		width: 100%;
		border: 0;
		box-sizing: border-box;
		padding: 15px;
		margin: 0;
	}
	nav ul li a{
		padding: 15px 10px;
	}
	#top_hedder h4 a{
		margin: 0 0 0 5px;
	}
	#top_hedder span {
		margin: 0 5px 0 5px;
	}
	.SliderName_3{
		margin-bottom: 15px;
	}
	#search{
		display: none;
	}
	#main_right #logo_part{
		float: left;
	}
	.service-type{
		display: flex;	
	}
	#main_left{
		width: 25%;
	}
	#glossary img{
		display: block;
	}
	#glossary ul li{
		line-height: 30px;
	}
	#main_right{
		width: 73%;
	}
	.body_box1, .body_box2{
		width: 50%;
		margin: 0;
		box-sizing: border-box;
	}
	.body_box1 h2, .body_box2 h2{
		font-size: 16px;
	}
	.fild_area{
		display: block;
	}
	.fild_area input, .fild_area textarea{
		width: 100% !important;
	}
	.footer{
		width: 100%;
	}
	.footer .footer_left1, .footer .footer_left2, .footer .footer_left3, .footer .footer_left4, .footer .footer_left5 {
		width: 20%;
	}
}

@media screen and (max-width: 899px){
	.innerBody_part{
		display: flex;
		flex-direction: column-reverse;
	}
	#main_right, #main_left{
		width: 100%;
	}
	#main_right #logo_part{
		display: block;
		margin-bottom: 0;
	}
	#main_right #logo_part img{
		width: 180px;
	}
	#main_left #logo_part{
		display: none;
	}
	#glossary{
		display: none;
	}
	#glossary ~ img{
		display: none;
	}
	#property{
		margin-top: 20px;
	}
	.hamburger_menu{
		display: block;
		position: absolute;
		right: 40px;
		top: 75px;
		cursor: pointer;
	}
	.hamburger_menu span{
		background-color: #000;
		height: 5px;
		width: 32px;
		border-radius: 3px;
		display: block;
		float: none !important;
		position: relative;
		margin: 6px 0 !important;
	}
	nav {
		display: block;
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		right: 0;
		width: 50%;
		max-width: 300px;
		height: 100vh;
		overflow: auto;
		transition: 0.5s ease-in;
		z-index: 2;
	}
	nav.navigationOpened{
		transform: translateX(0%);
		opacity: 1;
		visibility: visible;
	}
	.hamburger_menu.clicked{
		z-index: 2;
		right: 52%;
		top: 26px;
		transition: 0.5s;
	}
	.hamburger_menu.clicked span:last-child{
		transform: rotate(-45deg);
		background-color: #fff;
		margin-top: -11px !important;
		transition: 0.5s;
	}
	.hamburger_menu.clicked span:nth-child(2) {
		display: none;
	}
	.hamburger_menu.clicked span:first-child {
		transform: rotate(45deg);
		background-color: #fff;
		transition: 0.5s;
	}
	.small-screen-menu{
		display: block;
		margin-bottom: 40px;
	}
	nav ul li{
		float: none;
	}
	nav ul li a {
		padding: 5px 5px;
		font-size: 11px;
	}
	nav ul li a.active{
	    text-decoration: underline;
	}
	nav ul li a.active, nav ul li a:hover{
		background-image: none;
	}
    .blueNote{
        margin-left: 0;
    }
    .SliderName_3 div{
        margin: 0 auto;
    }
    .contact-info > tbody > tr{
        display: flex;
    }
    
    .contact-info > tbody > tr > td:first-child{
        width: 40% !important;
    }
    
    .contact-info > tbody > tr > td:last-child{
        width: 60% !important;
        padding-left: 15px !important;
    }
    
    .contact-info td a img{
        width: 50px;
        height: 50px;
    }
    .contact-info td #SkypeButton_Call_pkmlpm_1_paraElement a img{
        width: auto;
        height: auto;
    }
    .counterBox{
        margin-top: 20px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px){
	#welcome{
		width: 200px;
		height: auto;
	}
	#top_hedder #welcome h3{
		float: none;
		display: block;
		margin-bottom: 5px;
	}
	#top_hedder h4 a{
		margin: 0;
	}
	.footer .footer_left1, .footer .footer_left2, .footer .footer_left3{
		width: 33.3%;
		margin-bottom: 15px;
	}
	.footer .footer_left4, .footer .footer_left5{
		width: 50%;
	}
	.footer .footer_left5{
		text-align: center;
	}
    .contact-info > tbody > tr{
        display: flex;
        flex-direction: column-reverse;
    }
    .contact-info > tbody > tr > td:first-child, .contact-info > tbody > tr > td:last-child{
        width: 100% !important;
        padding-left: 0 !important;
    }
    .modalForm{
        width: 90%;
        box-sizing: border-box;
    }
    .mylivechat_bubble{
        width: 55px !important;
        height: 55px !important;
    }
    /* .mylivechat_inline.mylivechat_template2{
        width: 65px !important;
        height: 35px !important;
    } */
}

@media screen and (max-width: 640px){
	.mibile-sticky-nite{
		display: flex;
		align-items: center;
		padding: 7px 5px;
	}
	#hedder{
		margin: 0 0 12px 0;
	}
	nav ul li a{
	    padding: 10px 10px;
	}
	.mibile-sticky-nite .left img{
		width: 25px;
	}
	#welcome {
		display: none;
	}
	#phone{
		display: none;
	}
	.hamburger_menu{
		right: 30px;
		top: 88px;
	}
	.SliderName_3 *{
		max-height: 160px;
	}
	.service-type{
		display: block;
	}
	.body_box1, .body_box2{
		width: 100%;
		padding: 10px;
		border-right: 0;
	}
	.twoClmnTbl td{
		width: 100% !important;
		padding: 0 !important;
		display: block;
		margin: 0 !important;
	}
	.ulclass{
		padding-left: 15px;
	}
	.jwThree{
		padding: 0 !important;
	}
	.chartered-Engineer td{
		width: 100% !important;
		padding: 0 !important;
		display: block;
		margin: 0 0 20px !important;
	}
	.property-valuation td{
		width: 100% !important;
		padding: 0 !important;
		display: block;
		margin: 0 0 20px !important;
	}
	.property-valuation h3{
	   font-size: 16px !important;
	}
    .ReviewName{
        font-size: 14px;
    }
    .site-map-table table td{
		width: 100% !important;
		padding: 0 !important;
		display: block;
		margin: 0!important;
	}
    .site-map-table table td:last-child{
        display: none;
    }
    #login > table tr > td{
		width: 100% !important;
		display: block;
		margin: 0 0 10px !important;
    } 
    #login > table td:first-child{
        text-align: center !important;
    }
    #property table{
        width: 100% !important;
    }
}

@media screen and (max-width: 480px){
	.mibile-sticky-nite .left ul {
		flex-wrap: wrap;
	}
	.mibile-sticky-nite .left li{
		margin-left: 5px;
		width: 100%;
		line-height: 14px;
	}
	.mibile-sticky-nite .right ul {
		flex-wrap: wrap;
		flex-direction: column;
		margin-right: 9px;
	}
	.mibile-sticky-nite .right li{
		width: 100%;
		line-height: 20px
	}
	.mibile-sticky-nite .left a{
		font-size: 12px;
	}
	.mibile-sticky-nite .left img {
		width: 20px;
		margin-right: 3px;
	}
	#main_right #logo_part img{
		width: 150px;
	}
	.hamburger_menu{
		top: 80px;
	}
	.SliderName_3 * {
		max-height: 145px;
	}
	.footer .footer_left1, .footer .footer_left2, .footer .footer_left3{
	    width: 50%;
	}
	.footer .footer_left5{
	    width: 100%;
	}
	.mylivechat_inline.mylivechat_template5{
	    max-width: 359px;
	    width: 96% !important;
	    right: 2% !important;
	}
}
