html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: sans-serif;
}
figure{
	margin-bottom: 0;
}
b, strong {
    color: #5c5e62; /* Default black */
    font-weight: bold;
}

i, em {
    color: #5c5e62; /* Default black */
    font-style: italic;
}
u {
    text-decoration: underline; /* Default underline */
    text-decoration-color: #5c5e62; /* Blue underline color */
    text-decoration-style: solid; /* Solid underline (default) */
    text-decoration-thickness: 1px; /* Custom underline thickness */
}

*{
	margin:0;
	padding: 0;
}
ul li{
	list-style: none;
	margin:0;
}
ul{
	margin-bottom: 0;
	padding: 0;
}
a,
a:hover,
a:visited,
a:focus,
a:active{
	text-decoration: none;
	outline: none;
}
button,button:hover,button:focus,input,input:focus{
	outline: none;
}
html,body{
	height: 100%;
}
body {
	font: 400 14px 'Roboto';
	-webkit-text-size-adjust: 100%;
	height: 100%;
	color: var(--bodyColor);
	letter-spacing: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke:1px transparent;
	overflow-x: hidden;
}
h1{
	font:600 34px 'ZCOOL XiaoWei';
	color: var(--title-color);
}
h2{
	font:500 28px 'ZCOOL XiaoWei';
	color: var(--title-color);
}
h3{
	font:normal 24px 'ZCOOL XiaoWei';
	color: var(--title-color);
}
p{
	line-height: 22px;
}
.clearfix{
	clear: both;
}
.container-fluid {
	width: 95%;
}
:root {
  --bodyColor:#2a3439;
  --headColor:#334e6f;
  --border-Color-1:#e1e1e1;
  --border-Color-2:#0b71e1;
  --bg-Color:#0b71e1;
  --linkColor1:#fff;
  --price-btn:#64C568;
  --title-color:#222;
}
/*logo color red: #ed1f24,rgba(237,31,36,255), blue: #2c3691, rgba(44,54,145,255)  */


/*header style start*/
.header {
/*	background: #2e368f;*/
background: #fff;
height: 100px;
}
.header .header_logo img{
	width: 270px;
	height: 80px;
}

/*search box start*/
/*search box start*/
.header .search_form{
	margin: auto;
	margin-top: 15px;
	display: flex;
}
.header .search_form .home_btn .fa-home{
	font-size: 22px;
}
.search_form .search__box{
	display: flex;
    width: 100%;
    text-align: center;
    height: 3rem;
    color: #1e272e;
    font-size: 1.5rem;
    border: 1px solid #aaa;
    border-radius: 12px;
    position: relative;
    opacity: 1;
    cursor: pointer;
    justify-content: center;
}

.search-form {
  display: none;
}
.header .search_form .home_btn{
    margin-left: 12px;
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
}
.search-form.show {
  display: block;
}

.search-wrapper {
  position: relative;
}
.share_buttn{
	cursor: pointer;
    background-color: transparent;
    /*height: 50px;
    width: 200px;*/
    color: #5c5e62;
    font-size: 18px;
}
.contact_section .contact_list{
	border-bottom: 1px solid #d0d3d7;
    border-top: 1px solid #d0d3d7;
    margin-top: 5px;
    margin-bottom: 8px;
}
.contact_section .contact_list li:hover{
	border: 1px solid #e2e5e9;
	background: #e2e5e9;
	color: #5c5e62;
	font-size: 18px;
	border-radius: 5px;
}
.contact_section .contact_list li a:hover{
	color: #5c5e62;
}
.advertise_section .contact_section ul li {
/*	padding: 7px 5px 0px 11px;*/
    padding: 5px 5px 6px 11px;
}
.search_form .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 3.375rem;
    height: 2.375rem;
    line-height: 3.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    font-size: 24px;
}

/*search box end*/
.advertise_section {
/*	background: #c7c8e5;*/
background: #f2f4f7;
margin-top: 99px
}
.advertise_section .premium_adseen{
	margin-top: 21px;
	background: #fff;
	padding: 0px;
/*	border-left: 8px solid #c7c8e5;*/
/*    border-right: 5px solid #c7c8e5;*/
/*    border-radius: 20px;*/
	border-radius: 5px;
}
.advertise_section .general_adseen{
	margin-top: 21px;
	background: #fff;
	padding: 0px;
/*	border-left: 8px solid #c7c8e5;*/
/*    border-right: 5px solid #c7c8e5;*/
/*    border-radius: 20px;*/
	border-radius: 5px;
}

/* visitor counter button section start*/
.advertise_section .advertise_image span{
	position: relative;
  top: 22px;
  left: 2px;
  color: #fff;
}
.advertise_section .advertise_video span{
	position: relative;
  top: 22px;
  left: 2px;
  color: #fff;
}

.advertise_section .visitor_bottom{
	display: inline-block;
    outline: 0px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, 0.5) 0px 2px 5px 0px;
    background: #2e368f;
    border: 1px solid #2e368f;
    font-size: 14px;
    height: 19px;
    padding: 0px 6px;
    text-align: center;
    font-weight: 500;
    color: rgb(15, 17, 17);
 }
/* visitor counter button section end*/

.advertise_section .advertise_image img{
	width: 100%;
	height: 400px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #c7c8e5;
}

.advertise_section .advertise_video iframe{
	width: 100%;
	height: 400px;
	cursor: pointer;
	border-radius: 5px;
}

.advertise_section .related_post iframe{
	width: 100%;
	height: 200px;
	cursor: pointer;
	border-radius: 5px;
}
.advertise_section .contact_section img {
	width: 91px;
	height: 35px;
	border-radius: 5px;
}
.advertise_section .contact_section .msgbtn img {
	width: 141px;
}
.advertise_section .contact_section .callbtn img {
	width: 75px;
}
.modal .modalCenter{
	top:50% !important;
	transform: translateY(-50%) !important;
}
.modal .modal-header{
    height: 33px;
    background: #2e368f;
    color: #fff;
}
.modal .modal-content {
	background: #c7c8e5;
	border: 0px;
}
.modal .modal-footer{
    height: 55px;
    margin-top: -20px;
}
.modal .modal-footer .send_btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 14px;
  border-radius: 6px;
  border: none;
  color: #fff;
  background: #2e368f;
  background-origin: border-box;
  box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.post_detail_image .premium_adseen .advertise_image img{
	width: 100%;
	height: 400px;
}
.post_detail_image .premium_adseen .side_dvertise_image img{
	width: 100%;
	height: 300px;
	margin-top: 11px;
	border-radius: 5px;
}
.post_detail_image .aside_post_list .contact_section img{
	width: 100%;
	height: 27px;
}

.post_detail_image .advertise_bottom img{
	border-radius: 5px;
}

/*text advertise decoration start*/
.advertise_section .text_adseen .all_text{
	background: #b5eafc;
	border-radius: 5px;
	height: 400px;
	margin-top: 19px;
}
.advertise_section .text_adseen .add_header{
	text-align: center;
	margin-bottom: 5px;
}
.advertise_section .text_adseen .add_header .company_name h3{
	font-size: 14px;
  font-weight: 800;
  font-family: sans-serif;
}
.advertise_section .text_adseen .add_header .company_name h1{
	background: #eb1e23;
  height: 65px;
  width: 180px;
  justify-self: center;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 7px;
  margin-top: 7px;
  border-radius: 5px;
  line-height: 30px;
  padding: 11px;
}
.advertise_section .text_adseen .add_header .company_name h4 {
    font-size: 12px;
    font-weight: 600;
    font-family: sans-serif;
}
.advertise_section .text_adseen .visitor_bottom{
	position: relative;
  top: 3px;
  color: #fff;
  margin-left: 2px;
}
.advertise_section .contact_section .contact_list {
	justify-content: center;
}

.highlight_tag{
	color: red;
}
.advertise_section .text_adseen .add_header .company_image img{
	border-radius: 5px;
  	width: 95%;
  	height: 110px;
}
.advertise_section .text_adseen .add_header .company_image h4{
	font-family: sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #4d5154;
}
.advertise_section .company_table thead {
	background: #eb1e23;
	color: #ffffff;
	line-height: 6px;
}
.advertise_section .company_table tr th{
	font-size: 14px;
	font-weight: 600;
}
.advertise_section .company_table tr td{
	font-size: 11px;
	font-family: sans-serif;
	line-height: 7px;
	color: #4d5154;
	font-weight: 600;
}
.advertise_section .company_table .interview_section{
	height: 22px;
	background: #eb1e23;
	text-align: center;
	margin-top: -10px;
}
.advertise_section .company_table .interview_section h4{
	font-size: 16px;
	color: #ffffff;
	padding: 2px;
	font-weight: 600;
}


.advertise_section .add_footer {
	margin-top: 3px;
	align-items: center;
	display: flex;
	position: relative;
/*	top: 45px;*/
}
.advertise_section .add_footer img{
/*	height: 60px;*/
	border-radius: 5px;
	width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
}
.advertise_section .add_footer p{
	font-size: 12px;
  font-weight: 600;
  color: #4d5154;
  font-weight: 600;
}
.advertise_section .add_footer a{
	color: #4d5154;
}
.advertise_section .text_adseen .add_footer h1{
	background: #eb1e23;
  	height: 65px;
  	width: 100%;
  	justify-self: center;
  	font-size: 18px;
  	font-weight: 600;
  	color: #fff;
  	margin-bottom: 7px;
  	margin-top: 7px;
  	border-radius: 5px;
  	line-height: 25px;
  	padding: 11px;
}

.advertise_section .text_adseen .footer_contact {
    border: 1px solid #eb1e23;
    height: 68px;
    border-radius: 5px;
    margin-top: 7px;
    width: 48%;
}
.advertise_section .text_adseen .add_footer h1 a{
	color: #fff;
}

.advertise_section .detail_text_adseen .all_text{
	background: #b5eafc;
	border-radius: 5px;
	height: 586px;
	margin-top: 19px;
}
.advertise_section .detail_text_adseen .company_table thead {
    background: #eb1e23;
    color: #ffffff;
    line-height: 12px;
}
.advertise_section .detail_text_adseen .interview_section {
    height: 28px;
    background: #eb1e23;
    text-align: center;
    margin-top: -10px;
}
.premium_adseen .related_post img{
	width: 100%;
	height: 200px;
}
.advertise_section .detail_text_adseen .interview_section h4 {
    font-size: 18px;
    color: #ffffff;
    padding: 2px;
}
.advertise_section .detail_text_adseen tr td {
    font-size: 11px;
    font-family: sans-serif;
    line-height: 16px;
    color: #4d5154;
    font-weight: 600;
}
.advertise_section .detail_text_adseen .add_footer img {
    height: 100px;
    border-radius: 5px;
}
.advertise_section .detail_text_adseen .footer_contact{
	border: 1px solid #eb1e23;
    height: 94px;
    border-radius: 5px;
    margin-top: 7px;
}
.advertise_section .detail_text_adseen .add_footer p {
    font-size: 16px;
    font-weight: 600;
    color: #4d5154;
    font-weight: 600;
    margin-top: 8px;
}
.advertise_section .detail_text_adseen .add_header .company_image img {
    border-radius: 5px;
    width: 95%;
    height: 203px;
}
.advertise_section .detail_text_adseen .add_header .company_name h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: sans-serif;
}
.advertise_section .detail_text_adseen .add_header .company_image h4 {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #4d5154;
}
.advertise_section .detail_text_adseen .add_header .company_name h3 {
    font-size: 24px;
    font-weight: 800;
    font-family: sans-serif;
}
.advertise_section .contact_section .social_tags img {
    width: 150px;
    height: 135px;
    border-radius: 10px;
    padding: 5px;
}
.advertise_section .contact_section .social_tags h6{
	font-weight: 600;
    color: #5c5e62;
}
.advertise_section .contact_section .social_tags p{
    color: #5c5e62;
    margin-top: 3px;
    line-height: 16px;
    font-size: 14px;
}
.advertise_section .social_btn button{
	border: none;
}
.advertise_section .social_btn button i{
	font-size: 28px;
}
.advertise_section .social_btn .fa-facebook{
	color: #1877F2;
}
.advertise_section .social_btn .fa-whatsapp{
	color: #075E54;
}
.advertise_section .social_btn .fa-facebook-messenger{
	color: #168AFF;
}
.advertise_section .social_btn .fa-viber{
	color: #7360f2;
}
.advertise_section .social_btn .fa-x-twitter{
	color: #0a2c41
}
@media only screen and (min-width: 360px) and (max-width: 567px) {
  /* line 933, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
  	.advertise_section .contact_section img {
		width: 60px;
		height: 25px;
		border-radius: 5px;
	}
	.advertise_section .contact_section .msgbtn img {
	    width: 121px;
	}
	.header .header_logo{
		justify-content: center;
		display: flex;
	}
	.header .header_logo img{
		/* width: 334px;*/
		width: 190px;
	}

	.advertise_section .advertise_image img{
		height: 250px;
	}

	.advertise_section .advertise_video iframe{
		height: 250px;
	}

	.header .search_form{
		margin-top: 16px;
		display: flex;
		justify-content: center;
	}

	.search_form .search__box {
		display: flex;
		width: 100%;
		height: 40px;
	  	justify-content: center;
	}
	.search_form .togle_button {
        border-radius: 12px 12px 12px 12px;
    }
	.search_form .form-control-feedback{
		display: none;
	}
	.post_detail_image .premium_adseen .advertise_image img {
	    width: 100%;
	    height: 270px;
	}
	.advertise_section .text_adseen .all_text{
		height: 400px;
	}
	.advertise_section .text_adseen .add_header img{
		width: 100%;
		height: auto;
	}
	.advertise_section .text_adseen .add_header .company_image img{
		width:90%
	}
	.advertise_section .text_adseen .footer_contact {
	    width: 48%;
	}
	.advertise_section .detail_text_adseen .footer_contact {
	    margin-top: 7px;
	}
	.advertise_section .detail_text_adseen .footer_contact {
        width: 50%;
    }
	.advertise_section .add_footer p {
	    font-size: 11px;
	}
	.advertise_section .detail_text_adseen .all_text {
	    height: 590px;
	  }

	.advertise_section .detail_text_adseen .add_footer p {
	    font-size: 11px;	    
	    color: #4d5154;
	    font-weight: 600;
	    margin-top: 0px;
	}
	.container-fluid {
		width: 100%;
	}
	.blog .blog_share_button {
		margin-top: 20px;
		margin-left: -20px;
	}
}

@media only screen and (min-width: 567px) and (max-width: 768px) {
  /* line 933, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
	.header .header_logo{
		justify-content: center;
		display: flex;
	}
	.header .header_logo img{
		width: 334px;
	}

	.header .search_form{
		margin-top: 16px;
		display: flex;
		justify-content: center;
	}

	.advertise_section .advertise_image img{
		height: 300px;
	}

	.advertise_section .advertise_video iframe{
		height: 300px;
	}
	.search_form .search__box {
		display: flex;
		width: 100%;
		height: 40px;
	  	justify-content: center;
	}
	.search_form .togle_button {
        border-radius: 12px 12px 12px 12px;
    }
	.search_form .form-control-feedback{
		display: none;
	}

	.advertise_section .text_adseen .add_header .company_image img {
	    border-radius: 5px;
	    width: 95%;
	    height: 134px;
	}
	.post_detail_image .premium_adseen .advertise_image img {
	    width: 100%;
	    height: 420px;
	}
	.advertise_section .text_adseen .all_text{
		height: 460px;
	}
	.advertise_section .detail_text_adseen .all_text {
        height: 576px;
    }
    .advertise_section .detail_text_adseen .footer_contact {
	    margin-top: 7px;
	}
	.advertise_section .detail_text_adseen .add_footer p {
	    font-size: 11px;	    
	    color: #4d5154;
	    font-weight: 600;
	    margin-top: 0px;
	}
  .advertise_section .detail_text_adseen .add_header .company_image img {
	    border-radius: 5px;
	    width: 95%;
	    height: 147px;
	}
	.container-fluid {
		width: 100%;
	}
	.blog .blog_share_button {
		margin-top: 20px;
		margin-left: -20px;
	}
}
@media only screen and (min-width: 566px) and (max-width: 576px) {
	.advertise_section .text_adseen .all_text{
		height: 432px;
	}
  	.advertise_section .advertise_image img{
		height: 300px;
	}
	.advertise_section .text_adseen .add_header img{
		width: 95%;
	}
	.advertise_section .text_adseen .add_header .company_image img{
		width:70%
	}
	.advertise_section .detail_text_adseen .all_text {
    height: 790px;
  }
  .advertise_section .detail_text_adseen .add_header .company_image img {
      width: 70%;
      height: 121px;
  }
  .advertise_section .detail_text_adseen .footer_contact {
	    margin-top: 7px;
	}
	.advertise_section .detail_text_adseen .add_footer p {
	    font-size: 11px;	    
	    color: #4d5154;
	    font-weight: 600;
	    margin-top: 0px;
	}
	.container-fluid {
		width: 100%;
	}
	.blog .blog_share_button {
		margin-top: 20px;
		margin-left: -20px;
	}

}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 933, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
  
	.header .header_logo{
		justify-content: center;
		display: flex;
	}
	.header .header_logo img{
		width: 334px;
	}

	.advertise_section .add_footer img {
		width: 70%;
	}
	.header .search_form{
		margin-top: 16px;
		display: flex;
		justify-content: center;
	}

	.search_form .search__box {
		display: flex;
		width: 100%;
		height: 40px;
	  	justify-content: center;
	}
	.search_form .togle_button {
        border-radius: 12px 12px 12px 12px;
    }
	.search_form .form-control-feedback{
		display: none;
	}
	.advertise_section .text_adseen .all_text {
	    height: 500px;
	}
	.advertise_section .text_adseen .add_header .company_name h4 {
	    font-size: 18px;
	}
	.advertise_section .text_adseen .add_header .company_image h4 {
	    font-size: 15px;
	}
	.advertise_section .text_adseen .add_header .company_image img {
	    border-radius: 5px;
	    width: 95%;
	    height: 183px;
	}
	.advertise_section .detail_text_adseen .footer_contact {
	    margin-top: 7px;
	}
	.advertise_section .detail_text_adseen .add_footer p {
	    font-size: 11px;	    
	    color: #4d5154;
	    font-weight: 600;
	    margin-top: 0px;
	}
	.blog .blog_share_button {
		margin-top: 20px;
		margin-left: -20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.advertise_section .detail_text_adseen .add_header .company_image img {
	    border-radius: 5px;
	    width: 95%;
	    height: 151px;
	}
	.advertise_section .detail_text_adseen .add_header .company_name h3 {
	    font-size: 15px;
	}
	.advertise_section .text_adseen .add_header .company_name h4 {
        font-size: 13px;
    }
    .advertise_section .detail_text_adseen .add_header .company_image img {
        border-radius: 5px;
        width: 95%;
        height: 104px;
    }
    .advertise_section .text_adseen .add_footer h1 {
	    width: 132px;
	}
	.advertise_section .text_adseen .footer_contact {
	    margin-top: 7px;
	    width: 50%;
	}
	.advertise_section .text_adseen .add_footer p {
		font-size: 10px;
	}
	.advertise_section .detail_text_adseen .add_footer p {
	    font-size: 11px;
	    color: #4d5154;
	    font-weight: 600;
	    margin-top: 0px;
	}

}
.dropup .dropdown-menu {
	background: #fff;
	width: 300px;
	height: 200px;
}

/*header style end*/

/*sidebar style start*/
.left_blog_sidebar {
    background: #fff;
    border-radius: 5px;
    margin-top: 19px;
    padding: 10px;
}
.left_blog_sidebar .side_intro{
	border-bottom: 1px solid #b5b9df;
	margin-bottom: 18px;
	padding-bottom: 7px;
}
.intro_more_info {
	display: none;
}
.intro_read_more {
	border: none;
    color: #5c5e62;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    border-radius: 5px;
    width: 82px;
    background: #f0f0f0;
}
.left_blog_sidebar .side_intro h3{
	font-size: 18px;
	font-weight: 600;
	color: #5c5e62;
	font-family: sans-serif;
}
.left_blog_sidebar .side_intro p, a{
/*	font-weight: 600;*/
	color: #5c5e62;
	font-size: 14px;
	font-family: sans-serif;
}
.left_blog_sidebar .blog_list {
	display: flex;
	margin-bottom: 20px;
}
.left_blog_sidebar .blog_img img{
	width: 100px;
	border-radius: 10px;
	height: 78px;
}
.left_blog_sidebar .blog_content{
	margin-left: 14px;
}
.left_blog_sidebar .blog_content h4{
	font-size: 16px;
	font-weight: 600;
	color: #5c5e62;
}
.left_blog_sidebar .blog_content p{
	font-size: 14px;
	color: #5c5e62;
}
.left_blog_sidebar .quick_link {
    padding-bottom: 20px;
}
.left_blog_sidebar .quick_link h4{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #5c5e62;
    background: #c7c8e5;
    height: 30px;
    padding: 6px;
    border-radius: 5px;
}
.left_blog_sidebar .quick_link li{
	margin-top: 8px;
    border-bottom: 1px solid #b5b9df;
    padding-bottom: 8px;
}
.left_blog_sidebar .quick_link li a{
	color: #5c5e62;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.right_add_sidebar {
	background: #fff;
    border-radius: 5px;
    margin-top: 19px;
    padding: 10px;
}
.right_add_sidebar .advertise_list{
/*	margin-bottom: 22px;*/
	border-bottom: 1px solid #b5b9df;
	line-height: 36px;
}
.right_add_sidebar .advertise_list .head{
/*	margin-bottom: 6px;*/
}
.right_add_sidebar .advertise_list .head h4{
	font-size: 14px;
	color: #5c5e62;
/*	font-weight: 600;*/
}
.right_add_sidebar .advertise_img img{
	width: 100%;
	border-radius: 5px;
/*	height: 100px;*/
}
.profile_info {
	display: flex;
	padding: 10px 0 0 14px;
}
.profile_info img{
	width: 32px;
	height: 32px;
    border-radius: 50%;
}
.profile_info h4{
	font-size: 16px;
	font-weight: 600;
	color: #5c5e62;
	margin-top: 5px;
}
.profile_info .title_text {
	margin-left: 6px;
}
.profile_info .title_text p{
	font-style: italic;
    font-weight: 600;
    color: #242425;
    font-size: 16px;
    margin-top: 11px;
}
.addinfo {
	padding: 0 0 0 14px;
}
.addinfo .more_info {
	display: none;
	color: #242425;
  	font-size: 15px;
}
.addinfo h6 {
    font-style: italic;
    font-weight: 600;
    color: #242425;
    font-size: 16px;
    padding: 5px 0 3px 0px;
}
.addinfo .more_info strong{
	font-weight: 600;
}
.addinfo p{
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #242425;
    font-size: 15px;
}
.addinfo .short_display{
	display: inline;
	color: #5c5e62;
}
.addinfo .read_more{
/*	background-color: #5c5e62;;*/
  	border: none;
  	color: #5c5e62;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	margin: 0px 0px;
  	border-radius: 5px;
  	width: 82px;
  	/*float: right;
  	margin-right: 42px;*/
}
.custom-pagination .hidden {
	display: none;
}
.property_location .property_act{
	border: none;
    color: #5c5e62;
    text-align: center;
    display: inline-block;
    margin: 0px 10px;
    border-radius: 5px;
    background: #f0f0f0;
    padding: 3px;
}
.property_location .location{
	border: none;
    color: #5c5e62;
    text-align: center;
    display: inline-block;
    margin: 4px 0px;
    border-radius: 5px;
    background: #f0f0f0;
    padding: 3px;
}

.blog h1 {
	color: #080809;
}

.blog .excerpt h2{
	font-size: 19px;
    font-weight: 600;
    color: #080809;
}
.blog .blog_list {
	background: #fff;
	padding: 10px;
}
.blog .blog_add_top img {
	width: 100%;
	margin-top: 35px;
}
.blog .blog_image img{
	height: 430px;
	width: 736px;
}
.blog .blog_title {
	margin-bottom: 42px;
    margin-top: 30px;
}

.blog .post_share{
	margin-top: 22px;
}
.blog .blog-entries {
	background: #fff;
	padding: 20px;
}
.blog .main-content .entry-title {     
 	font-size: 36px;
    line-height: 1.34;
    font-weight: 600;
    font-family: sans-serif;
    color: #102c57;
    font-family: sans-serif;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}
.blog .main-content p{
	font-family: sans-serif;
}

.page_content {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}
.sidebar .side_blog_title {
	background: #c7c8e5;
	height: 45px;
    padding: 10px;
    margin-bottom: 22px;
    border-radius: 5px;
}

/*blog detail page start*/
.sidebar .popular_post{
	display: flex;
}
.sidebar .popular_post .text{
	margin-left: 10px;
}
.sidebar .sidebar-box h3{
	color: #080809;
	text-transform: uppercase;
}
.sidebar .popular_post .text h4{
	font-size: 16px;
	font-weight: 600;
	color: #080809;
	margin-bottom: 3px;
}
.sidebar .popular_post .text span{
	color: #080809;
}
.sidebar .post-entry-sidebar ul li{
	margin-bottom: 25px;
}
.sidebar .popular_post img{
	width: 170px;
	height: 90px;
	border-radius: 5px;
}

/*home page advertise start*/
.home_adversise{
    margin-top: 21px;
    background: #fff;
    padding: 14px;
    border-radius: 5px;
}
.home_adversise img{
    width: 100%;
    border-radius: 5px;
}
}

/*home page advertise start*/
.home_adversise{
    margin-top: 21px;
    background: #fff;
    padding: 14px;
    border-radius: 5px;
}
.home_adversise img{
    width: 100%;
    border-radius: 5px;
}
.home_adversise .head h4 {
    font-size: 14px;
    color: #5c5e62;
    margin-bottom: 12px;
}

.search-container {
  display: none; /* Hidden initially */
  position: relative;
  width: 100%;
  background: #f8f9fa;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 18px;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}
.fixed-top{
	background: #ffffff;
}
.advertise_section{margin-top:99px}.