@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{font-family: "Lato", sans-serif; color:#4a4a4a; overflow-x: hidden;} 
a{ color:#4a4a4a;/* transition: all .25s ease-in-out; */}
ul{padding:0; margin:0;list-style:none;}
.top_bar {
	padding: 12px 0;
}
.top_link > ul {
	display: flex;
	flex-wrap: wrap;
}
.top_bar ul li a {
	font-size:12px;font-weight: 500; padding:8px 16px;color:rgb(73, 73, 73);
}
.top_bar ul li a:hover {
	color: #e71c24;
}
.top_bar  li.dropdown:hover .dropdown-menu{ display: block; }
.top_bar ul li ul li a {
	font-size: 12px;
}
.top_bar ul li ul li a:hover {
	color: #e71c24; font-weight:600;
}
.top_bar li.dropdown .dropdown-menu li {
	width: 100%;
	margin-bottom: 15px;
}
.top_bar ul li .dropdown-menu {
	padding: 0;
	background: none;
	border: none;
	left: -150px;
}
.top_bar li.dropdown .dropdown-menu ul {
	min-width: 512px;
	border: 1px solid #e2e2e28a;
	border-radius: 0;
	display: grid;
	flex-wrap: wrap;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
	margin-top: 13px;
	padding: 15px 10px;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	grid-auto-flow: column;
	grid-template-rows: repeat(10,1fr);
}
.top_bar ul li a.dropdown-toggle:after {
	display:none;
}
.top_link.top_link_right ul {
	justify-content: end;
}
.top_link.top_link_right ul li:nth-child(1) >  a{
	color: #e71c24;
}
.top_bar .top_link.top_link_right li.dropdown .dropdown-menu li {
	width: 100%;
	margin: 0;
}
.top_bar .top_link.top_link_right ul li .dropdown-menu {
	left: 0;
}
.top_bar .top_link.top_link_right li.dropdown .dropdown-menu ul {
	min-width: 120px;
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.top_bar .top_link.top_link_right li.dropdown .dropdown-menu li a {
	width: 100%;
	display: block;
	padding: 10px 15px;
}
.top_bar .top_link.top_link_right li.dropdown .dropdown-menu li a:hover {
background: #fafafa; font-weight:normal;
}
.main_nav{border-top:1px solid #ccc; padding:15px 0;border-bottom:1px solid #ccc;    transition: ease 0.3s;}
header .container-fluid {
	padding: 0 50px;
}
.logo img {
	max-width: 100%;
}

.nav_link ul {
	display: block;
	justify-content: center;
	text-align: center;
}
.nav_link .main-menu li.flexMenu-viewMore:hover .flexMenu-popup {
	display: block !important;
}
.nav_link .main-menu li.flexMenu-viewMore .flexMenu-popup {
	border: 1px solid #e2e2e28a;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: absolute;
	z-index: 999;
	background: #fff;
	text-align: left;
	padding:7px;
}
.nav_link .main-menu li .flexMenu-popup li {
	display: block;
	margin: 7px 0;
}
.nav_link .main-menu li {
	display: inline-block;
}
.nav_link ul li a {
	color: #4a4a4a;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -.12px;
	line-height: 22px;
	text-transform: capitalize;
	padding: 0 6px;
}
.main_nav .row {
	align-items: center;
}
.nav_link .main-menu li.flexMenu-viewMore > a {
	position: relative;
	color: transparent;
}

.nav_link .main-menu li.flexMenu-viewMore > a::before {
	position: absolute;
	left: 0;
	content: "\f141 ";
	font-family: fontawesome;
	font-size: 17px;
	color: #4a4a4a;
	font-weight: 500;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.nav_link .main-menu li.flexMenu-viewMore > a:hover::before {
	color:#e71c24;
}
.nav_link ul li a:hover{
	color: #e71c24;
}
.nav_link  li.dropdown:hover .dropdown-menu{ display: block; }
.nav_link ul ul {
	display: block;
}
.nav_link ul li a.dropdown-toggle:after{display:none;}
.nav_link ul .dropdown-menu {
	border: 1px solid #e2e2e28a;box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;border-top-left-radius:0; border-top-right-radius: 0;
}
.nav_link ul  .dropdown-menu li a {
	width: 100%;
	display: block;
	padding: 10px 15px;
}
.nav_link ul  .dropdown-menu li a:hover {
	background: #fafafa; color: #e71c24	;
}
.btm_link_list ul {
display: flex;
justify-content: center;
}
.btm_link_list ul li > a {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -.12px;
    line-height: 22px;
    text-transform: capitalize;
    padding: 0 20px;
}
.btm_link_list ul li a:hover, .btm_link_list ul li.active > a {
	color: #e71c24
}
.bottom_link {
	padding: 15px 0;    transition: ease 0.3s;
	border-bottom: 1px solid #ebebeb;
}
/* header.sticky .bottom_link, header.sticky .main_nav { */
	/* padding: 8px 0; */
/* } */
.right_search_sec a i {
	font-size: 20px;
	color: #555;
}
.btm_link_list {
    position: relative;
    top: 10px;
}
.right_search_sec {
position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
}
.estimate_btn {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	background: #e71c24;
	border-radius: 4px;
	color: #fff;
	padding: 15px;
	margin-left: 24px;
}
.estimate_btn:hover {
	color: #fff;
}
.right_search_sec::before {
	position: absolute;
	content: "";
	height: 15px;
	width: 1px;
	background: #ddd;
	left: 0;
}
#search_popup .modal-dialog {
	max-width: 100%;
	margin: 0;
}
#search_popup .modal-content {
	border: none;
	border-radius: 0;
	height: 100vh;
}
#search_popup .modal-header {
	border-bottom: none;
}
#search_popup .form-outline {
	border: 1px solid #e71c24;
	border-radius: 5px;
	box-shadow: 0 10px 12px rgba(214,113,113,.15) !important;
	width: 100%;
	max-width: 790px;
	margin: auto;
	position: relative;
	left: -7px;
}
#search_popup .form-outline #search-button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	height: 45px;box-shadow: none;
}#search_popup {
	overflow: hidden;
}
#search_popup  #ajaxsearchlite1 .probox, #search_popup  div.asl_w .probox {
	border: none;
}
#search_popup .modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
	background: none;
	color: #000;
	font-size: 50px;
	position: absolute;
	right: 20px;
	box-shadow: none;
	top: 10px;
	z-index: 99;
}
#search_popup .form-outline #search-button svg {
	width: 20px;
	position: relative;
	top: -1px;
}
#search_popup .modal-body {
	display: flex;
}
#search_popup .form-outline #search-input {
	background: none;
	border: none;
	font-size: 12px;
	color: #000;
	height: 45px;
	box-shadow: none;
}
.mega_menu {
    position: absolute;
    background: #fff;
    left: -10%;
    right: 0;
    width: 120% !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 0;
    height: 0;
    overflow: hidden;
    z-index: 9;
}
.children_menu:hover .mega_menu {
height:auto;min-height: 320px;
	overflow:unset;border: 1px solid #ebebeb;	padding: 25px;	box-shadow: 0 8px 16px 0 rgba(0,0,0,.2) !important;
}
header{transition:ease 0.5s;}
header.sticky {
	position: sticky;
	z-index: 999;
	background: #fff;
	width: 100%;
	transition: ease 0.3s;
	top: -55px;
	padding: 4px 0;
	padding-bottom:0;
}
/*  header.sticky .top_bar {
	display: none;
}  */
.btm_link_list ul .mega_menu ul {
	display: flex;
	flex-wrap: wrap;
}
.btm_link_list ul .mega_menu ul li {
	width: 20%;
	padding: 0 10px;
}
.recent_post_img img {
    max-width: 100%;
    border-radius: 5px;
    min-height: 140px;
    max-height: 140px;
    width: 100%;
    object-fit: cover;
}
.mega_menu .recent_post {
    padding: 0 10px;
}
.mega_menu button.slick-arrow {
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 25px;
    background: none;
    font-size: 12px;
    border: 1px solid #ebebeb;
    color: transparent;
}
.mega_menu button.slick-arrow:hover{border: 1px solid #ddd;}
.mega_menu .slick-slider {
    padding-bottom: 50px;
}
.mega_menu button.slick-next.slick-arrow {
    left: 30px;
}
.mega_menu button.slick-prev.slick-arrow:before {
    position: absolute;
    content: "\f104";
    height: 25px;
    width: 25px;
    font-family: 'FontAwesome';
    color: #b4b4b4;
    left: 0;
    right: 0;
    margin: auto;
}
.mega_menu button.slick-next.slick-arrow:before {
    position: absolute;
    content: "\f105";
    height: 25px;
    width: 25px;
    font-family: 'FontAwesome';
    color: #b4b4b4;
    left: 0;
    right: 0;
    margin: auto;
}
.post_desc h2 {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -.01em;
	color: rgb(69, 69, 69);
	margin: 10px 0;
}

.post_desc p {
	font-size:15px;
	font-weight:700;
	text-align:center;
	letter-spacing:-.01em;
	color: #454545;
	margin:10px 0;
}
.post_desc h2 a{
	color:rgb(69, 69, 69);
}
.post_desc p a{
	color:rgb(69, 69, 69);
}
.btm_link_list .post_desc h2 a:hover {
	color: rgb(69, 69, 69);
	opacity: 0.6;
}
.post_desc span {
	font-weight: 400;
	text-transform: uppercase;
	color: rgb(180, 180, 180);
	font-size: 11px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	display: block;
	letter-spacing: .06em;	
}

.post_desc span a {
	color: rgb(180, 180, 180);
}

.mega_menu_main {
    /* position: absolute; */
    left: 0;
    right: 0;
    z-index: 9;
    margin-top: 20px;
}
.children_menu a{
position: relative;
}
.children_menu:hover a::before {
	position: absolute;
	bottom: -23px;
	content: "";
	height: 2px;
	background: #e71c24;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.children_menu .mega_menu_main a:before{display:none;}
.nav_link li .dropdown-menu li:nth-child(4),
.nav_link li .dropdown-menu li:nth-child(5),
.nav_link li .dropdown-menu li:nth-child(6),
.nav_link li .dropdown-menu li:nth-child(7),
.nav_link li .dropdown-menu li:nth-child(8),
.nav_link li .dropdown-menu li:nth-child(9),
.nav_link li .dropdown-menu li:nth-child(10) {
	display: none;
}
.banner .carousel-item {
	height: 650px;
	background-size:cover;
	background-position: top;
	background-repeat: no-repeat;
}
.banner .carousel-control-prev {
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	bottom: 0;
	margin: auto;
	left: 40px;
	opacity: 1;
	padding: 6px;
}
.banner .carousel-control-next {
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	bottom: 0;
	margin: auto;
	right: 40px;
	opacity: 1;
	padding: 6px;
}
.banner .carousel-control-prev:hover,
.banner .carousel-control-next:hover {
background: #fff; color:#000;
}
.upper_link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.upper_txt {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	height: 100%;
	flex-direction: column;
	max-width: 650px;
	margin: auto;
}
.upper_txt span {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.upper_txt h2 {
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #fff;
	letter-spacing: -.015em;
	margin: 0;
	padding: 20px 0;
	margin-bottom:30px;
	position: relative;
}
.upper_txt h2::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 28px;
	position: absolute;
	height: 2px;
	background: #fff;
	left: 0;
	right: 0;
	bottom: 0;
}
.upper_txt a {
	display: inline-block;
	padding: 13px;
	background: 0 0;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .2em;
	transition: all .25s ease-in-out;
	position: relative;
	z-index: 99;
}
.upper_txt a:hover {
	background: #fff;
	color: #161616;
}
.cat_head {
	font-size: 24px;
	font-weight: 700;
	color: #282828;
	margin: 0;
	position: relative;
	letter-spacing: -.015em;
	display: inline-block;
	text-transform: uppercase;
}
.cat_head::before {
	position: absolute;
	content: "";
	height: 2px;
	bottom: -6px;
	width: 100%;
	background: #e71c24;
}
.center_sec {
	margin: 80px 0;
}
.blog_list ul {
	display: flex;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
}
.blog_list ul li {
	width: 50%;
	padding: 0 15px;
	margin-top: 30px;
}
.blog_list ul li img {
	max-width: 100%;
	border-radius: 5px;
	width: 100%;
}
.blog_text .b_p_img img {
	min-height: 240px;
	max-height: 240px;
	object-fit: cover;
	width: 100%;
}
.blog_text h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	font-style: normal;
	text-align: left;
	color: #222;
	margin: 15px 0;
}
.blog_text p {
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	color: #666;
}
.blog_text span  {
	font-size: 14px ;
	color: #e71c24;text-decoration: underline;
}
.blog_list {
	margin-bottom: 50px;
}
.blog_detail_banner img{max-width:100%;}
.blog_detail_banner img {
	min-height: 550px;
	max-height: 550px;
	width: 100%;
	object-fit: cover;
}
.blog_detail_banner {
	position: relative;
}
.blog_detail_upper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.blog_detail_upper > a {
	font-size: 11px;
	background: #fff;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	padding: 3px 5px;
	letter-spacing: .1em;
	font-family: "Montserrat", sans-serif;
	position: relative;
	z-index: 9;
}
.blog_detail_sec .social-share li .pld-like-dislike-wrap .pld-like-wrap {
    border-right: 1px solid #ebebeb;
    line-height: 5px;
}
.blog_detail_upper > a:hover {opacity: 0.9;}

.blog_detail_upper h2 {
	margin: 15px 0;
	font-weight: 500;
	color: #fff;
	letter-spacing: -.015em;
	max-width: 600px;
	text-align: center;
}
.blog_detail_upper h2 a{
	color:#fff;
}
.blog_detail_upper span {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .06em;
	text-align: center;
	font-size:11px;
}
.blog_detail_sec .post-thumb img {
	border-radius: 5px;
	max-width: 100%;
	width: 100%;
	min-height: 240px;
	max-height: 240px;
	object-fit: cover;
}
.post-cat {
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
.post-cat .text-in {
	font-style: italic;
	font-size: 11px;
	color: #b4b4b4;
	font-family: "Montserrat", sans-serif;
}
.post-cat a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .06em;
	color:#e71c24;
}
.post-title a {
	font-weight: 500;
	color: #000;
	font-size:23px;
	letter-spacing: -.015em;
}
.post-title {
	line-height: 31px;
	margin: 0;
}
.content .post-date {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: rgb(180, 180, 180);
	position: relative;
	padding: 20px 0;
	display: inline-block;
}
.content .post-date::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 62px;
	background: #e71c24;
	bottom: 0;
}
.blog_detail_sec .post-content p {
	font-size: 15px;
	color: rgb(48, 48, 48);
	font-weight: normal;
	font-family: "Montserrat", sans-serif;
}
.blog_detail_sec .post-content p {
	font-size: 15px;
	color: rgb(48, 48, 48);
	font-weight: normal;
	font-family: "Montserrat", sans-serif;
	margin: 30px 0;
}
.blog_detail_sec .social-share li a i {
	color: rgb(69, 69, 69);
	font-size: 14px;
}
.blog_detail_sec .social-share {
	display: flex;
}
.blog_detail_sec .social-share li {
	padding-right: 15px;
}
.blog_detail_sec .post-footer .social-share  li {
    margin: 0;
}
.blog_detail_sec .social-share li .number {
	font-size: 12px;
	margin-left: 10px;
	vertical-align: 2px;
	color: rgb(69, 69, 69);
}
.blog_detail_sec .post-footer .social-share li span {
    color: #000;
    display: inline-block;
}
.blog_detail_sec .likes-count {
	border-right: 1px solid #ebebeb;
	padding-right: 15px;
}
.blog_detail_sec .social-share li a:hover i,.social-share li a:hover {
	color: #e71c24;

}
.blog_detail_sec article {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.main-pagination.load-more a {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	letter-spacing: .05em;
	text-transform: uppercase;
	border: 1px solid #e7e7e7;
	padding: 10px 60px;
	margin: auto;
}
.main-pagination.load-more {
	text-align: center;
	margin-top: 50px;
}
.main-pagination .load-button:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.07);
	color: #fff;
	background: #000;
}
.endToEnd_interiors {
	margin: 100px 0 50px 0;
	border-top: 2px solid #eee;
}
.endToEnd_interiors .interiorsHeading {
	color: #222;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 40px 0;
}
.interiorsCard_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.endToEnd_interiors .interiorName {
	color: #222;
	font-size: 14px;
	text-align: center;
	margin: 12px 0 0;
}
.endToEnd_interiors .interiorsCards {
	padding: 30px 10px;
	text-align: center;
	width: 13%;
}
.endToEnd_interiors .interiorsCards a img {
	max-width: 65px;
}
.upper-footer {
	background: #f7f7f7;
	padding: 80px;
	text-align: center;
}
.upper-footer .startJourney_text {
	color: #5a5b5d;
	font-size: 30px;
	font-weight: 700;
}
.journey_link a {
	color: #fff;
	background: #e71c24 ;
	border: none;
	font-weight: 600;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform:uppercase;
	padding: 20px 40px;
	border-radius: 8px;
}
.journey_link {
	display: inline-block;
	margin-top: 30px;
}
.right_meet_form {
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	border-radius: 8px;
	max-width: 85%;
	float: right;

	top: 20px;
	margin-bottom:20px;
}
.right_sticky_sec {
    position: sticky;
    top: 180px;
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 50px;
}
.right_meet_form .form-label {
    margin-bottom: 17px;
	position:relative;
}

.right_meet_form h2 {
	color: #474a50;
	font-size: 22px;
	padding: 0 0 14px;
	text-align: center;
	line-height: 25px;
	margin: 0;
}
.right_meet_form input.form-control, .right_meet_form #bfc_formSection .input_field {
	color: #474a50;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 41px;
	font-weight: 500;
	padding: 10px 12px;
	box-shadow: none;
	width: 100%;
	font-size: 14px;
}
.right_meet_form #bfc_formSection .input_field::placeholder {
    opacity: 0.6;
}
.right_meet_form input.form-control:focus-visible, .right_meet_form #bfc_formSection .input_field:focus-visible {
	box-shadow: none;
	outline: unset;
}
.right_meet_form .form-group {
	margin-bottom: 15px;
	text-align: left;
}
.error_field, .right_meet_form .form-label .textField_error {
	font-size: 10px;
	color: #e71c24;
	display: none;
	text-align: left;
	margin-top: 5px;
}
.right_meet_form #bfc_formSection #bfc_phone.input_field {
	padding-left: 45px;
}
.right_meet_form  .input_checkbox_label {
    width: 100%;
    text-align: left;
    margin: 10px 0;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0;
    color: #616161;
}
.right_meet_form .input_checkbox_label input {
    vertical-align: middle;
    margin-right: 2px;
}
.right_meet_form .form-label #showProperty_insight {
	display: none;
	text-align: left;
	margin-bottom: 10px;
	margin-top: -10px;
}
.right_meet_form .close_modelBfc {
	display: none;
}
.right_meet_form .btn.btn-primary, .right_meet_form .bfcForm_submitButton {
	background: #e71c24;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 14px;
	border-radius: 4px;
	font-weight: 600;
	height: 41px;
}	
.right_meet_form p {
	font-size: 10px;
	text-align: center;
	font-weight: 500;
	color: #000;
	margin: 10px 0 0 0;
	letter-spacing: 0.2px;
}
.right_meet_form p a {
color:#e71c24;
}
.right_meet_form .form-check-label {
	font-size: 11px;
	color: #616161;
	font-weight: 700;
}

.right_cate {
	width: 100%;
	display: block;
	clear: both;
	max-width: 85%;
	float: right;
	text-align: center;
	margin-top: 40px;
}
.right_cate h2 {
	font-size: 24px;
	color: #282828;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid #E71C24;
	display: inline-block;
	margin: auto;
	padding: 0 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.explore-more {
	font-size: 24px;
	color: #282828;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid #E71C24;
	display: inline-block;
	margin: auto;
	padding: 0 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.right_cate p img {
    max-width: 22px;
    vertical-align: -2px;
}
.right_cate h2 img {
	max-width: 22px;
	vertical-align: -2px;
}
.right_cate p img {
	max-width: 22px;
	vertical-align: -2px;
}
.right_cate .card {
	border-radius: 0;
	border: none;
	border-top: 2px solid rgba(0,0,0,0.2);
}
.right_cate .card:last-child{
	border-bottom: 2px solid rgba(0,0,0,0.2);
}
.right_cate .card .card-header {
	border-radius: 0;
	border: none;
	text-align: left;
	background: none;
	padding: 0;
}
.right_cate .card .card-header .btn {
	font-weight: 700;
	color: #222222;
	font-size: 16px;
	text-transform: capitalize;
	width: 100%;
	text-align: left;
	padding: 15px 10px;
	position: relative;
	box-shadow: none;
}
.right_cate .card .btn {
	padding: 0;
}
.right_cate .card-body {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	font-weight: 400;
	padding: 15px 10px;
}
.right_cate .card .card-header .btn::before {
	position: absolute;
	content: "";
	background: url('../images/tab_arrow.png');
	width: 20px;
	height: 20px;
	right: 0;
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center;
}
.right_cate .card-body li p, .right_cate .card-body li p a {
	margin: 0;
	font-size: 14px;
	color: #4A4A4A;
}
.right_cate .card-body li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.right_cate .card-body li::before {
	position: absolute;
	content: "";
	left: 0;
	background: url('../images/tab_arrow.png');
	width: 15px;
	height: 15px;
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(-90deg);
	top: 2px;
}
.right_cate .card-body li.view_btn:before {
	display:none;
}
li.view_btn a {
    text-decoration: underline;
    color: #e71c24;
}
.right_cate .card .card-header .btn[aria-expanded="true"] {
	background: rgba(230, 236, 241,0.3);
	border-radius: 0;
}
.right_cate .card .card-body {
	background: rgba(230, 236, 241,0.3);
}
.footer-main-container {
background: rgba(230, 236, 241,0.3);
	border-bottom: 2px solid #eee;
	border-top: 2px solid #eee;
	padding: 80px 0 0 0;
	position: relative;
}
.footer-main-container  .fig-thumbnail {
	text-align: center;
}
.footer-main-container .fig-icon-container img {
	max-width: 72px;
}
.footer-main-container .fig-thumbnail__title {
	color: #222;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.footer-main-container .fig-thumbnail__des {
	color: #222;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	margin: 0 30px;
	padding-bottom: 40px;
}
.footer-main-container .fig-thumbnail {
	text-align: center;
	border-right: 2px solid rgba(151,151,151,0.4);
	margin: 0;
}
.footer-rtbs-container .col-sm-6:last-child .fig-thumbnail {
	border: none;
}
.float-container {
	display: flex;
	justify-content: space-between;
}
.footer-social.btnCenter {
	max-width: 80%;
	margin: 50px auto;
}
.footer-logo img {
	width: 250px;
}
.footer-social-links__item svg {
	padding: 5px;
	vertical-align: middle;
	background: #f5f5f5;
	height: 30px;
	width: 30px;
	border-radius: 50%;
}
.footer-social-links {
	justify-content: center;
	display: flex;
	gap: 20px;
}
.footer-logo.brand-logo-w {
	text-align: center;
	margin-bottom: 25px;
}
.float-child p {
	color: #000;
	cursor: auto;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 12px;
}
.float-child li a {
	color: #000;
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
}
.float-child li a:hover {
	color: #e71c24;
}
.footer-sub {
	padding: 50px;
	padding-top: 16px;
	padding-bottom: 0;
	border-top: 1px solid #eee;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
}
.footer-sub p {
	color: #474a50;
	font-size: 14px;
}
.footer-contact a {
	font-size: 12px;
	color: rgb(71, 74, 80);
	margin-left: 20px;
}
.footer-contact a:hover{
	color: #e71c24;
}
.footer_menu {
	border-top: 1px solid #ddd;
	background: #f7f7f7;
	padding: 25px 0;
}
.footer_menu .container-fluid {
	padding: 0 50px;
}
.footer-des {
	font-weight: 400;
	text-align: justify;
	margin: 0;
	font-size: 13px;
	padding: 0;
	color:#a4a4a4;
}
.footer_tab .nav-link, .footer_tab .nav-link.active {
	background: none;
	border: none;
}
.footer_tab .nav-link {
	padding: 10px 0;
	font-size: 13px;
	font-weight: 700;
	color: rgba(0,0,0,.8);
}
.footer_tab .nav li {
	margin-right: 20px;
}
.footer_tab .nav {
	border-bottom: 1px solid #ddd;
}
 .footer_tab .nav-link.active {
	border: none;
	border-bottom: 1px solid #000;
}
.footer_tab .tab-pane li a {
	font-size: 12px;
	color: #7b7b7b;
	border-right: 1px solid #6e6e6e;
	padding-right: 10px;
	margin-right: 10px;
}	
.footer_tab .tab-pane li:last-child a {
	border-right:none;
}
.footer_tab .tab-pane ul {
	display: flex;
	flex-wrap: wrap;
}
.footer_tab .tab-pane {
	margin: 20px 0;
}

/***/
.archive-head {
    position: relative;
    padding-top: 34px;
    padding-bottom: 34px;
    border-bottom: 1px solid #ebebeb;
    background: #fafafa;
    text-align: center;
    overflow: hidden;
    margin-bottom: 50px;
}
.archive-head .background {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #b4b4b4;
	opacity: .042;
	font-size: 126px;
	line-height: 1.45;
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	pointer-events: none;
	text-transform: uppercase;
}
.archive-head .sub-title {
	font-weight: 400;
	color: #999;
	font-size: 10px;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.archive-head .inner.wrap {
	margin: 20px 0 0 0;
}
.archive-head .title {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -.03em;
	text-transform: none;
}
.archive-head .inner.wrap span {
	color: #747474;
	font-size:15px;
}
.archive-head .inner.wrap span a {
    color: #747474;
}
.archive-head .inner.wrap span.breadcrumb_last {
	color: #999;
}
.archive-head .inner.wrap span .delim {
	margin: 0 5px;
}
.archive-head .descr_archive p {
	font-size: 14px;
	color: rgb(73, 73, 73);
	max-width: 900px;
	margin: 10px auto;
	padding: 0 20px;
}
.buying_guide_bx h2 {
	margin: 50px 0 0 0;
	color: #222222;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.buying_guide_bx h2 span {
	font-weight: 300;
}
.guide_post {
	border:1px solid #eee;
	padding: 25px;
	border-radius: 5px;
}
.guide_post_img img {
    width: 100%;
    border-radius: 5px;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
}
.guide_post h3, .guide_post h3 a {
	margin: 15px 0;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #222222;
}
.guide_post p {
	margin: 0;
	font-size: 14px;
	line-height: 21px;
	color:#4A4A4A;
	font-weight: 400;
}
.guide_post p a {
	margin: 0;
	font-size: 14px;
	line-height: 21px;
	color:#E71C24;
	font-weight: 500;
	text-decoration:underline;
}
.buying_guide_bx li {
	margin: 30px 0;
}
.guide_load_more {
	text-align: center;
}
.guide_load_more .btn {
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	text-transform: uppercase;
	border: 1px solid #222222;
	padding: 15px;
	min-width: 200px;
	border-radius: 2em;
}
.guide_load_more .btn:hover {
background:#000; color:#fff;
}
.buying_guide_bx {
	border-bottom: 1px solid #eee;
	padding-bottom: 50px;
}
.buying_guide_bx:last-child {
	border: none;
	padding-bottom: 0;
}
/******/
.single_banner_img {
	min-height: 650px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}
.single_top_banner {
	padding: 0 10px;
	position: relative;
}
.single_banner_img::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0,0,0,0.4);
}

.single_banner_txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.single_banner_txt a {
	padding: 0 8px;
	background: #000;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: .06em;
	font-size: 11px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
.single_banner_txt h2 {
	font-weight: 700;
	letter-spacing: -.04em;
	margin: 30px auto;
	color: #fff;
	font-size: 46px;
	max-width: 640px;
}
.single_banner_txt h1 {
	font-weight: 700;
	letter-spacing: -.04em;
	margin: 30px auto;
	color: #fff;
	font-size: 46px;
	max-width: 640px;
}
.single_banner_txt  span{
	font-weight: 600;
	font-size:11px;
	color: #fff;
	text-transform:uppercase;
	letter-spacing: .06em;
	font-family: "Montserrat", sans-serif;
}
.single_banner_txt span a {
    background: none;
    padding: 0;
}
.single_banner_txt  span span{
	font-weight: 400;
}
.single_creative_page .breadcrumbs {
	font-size: 15px;
	padding: 10px 0;
	color: #999;
	border-bottom: 1px solid #efefef;
	text-align: center;
	margin-bottom: 35px;
}
.single_creative_page .breadcrumbs a {
	color: #747474;
}
.signle_post_cont p {
	margin-bottom: 26px;
	color: rgb(48, 48, 48);
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
}
.signle_post_cont p  a{
color:#E71C24;
} 
.signle_post_cont p img , .signle_post_cont h2 img{
    max-width: 70%;
    margin: auto;
    border-radius: 5px;
    display: block;
    object-fit: cover;
}
.signle_post_cont h2{
	letter-spacing: -.02em;
  font-weight: 500;
  color:rgb(0, 0, 0);
  font-size:26px;
  margin-bottom:20px;

}
.signle_post_cont h3{
	letter-spacing: -.02em;
  font-weight: 500;
  color:rgb(0, 0, 0);
  font-size:22px;
  margin-bottom:20px;

}
.signle_post_cont  th, .signle_post_cont  td {
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #e4e4e4;
	border-right: 0;
	font-family: "Montserrat", sans-serif;
	border-left: 0;
	font-size:14px;
	color:rgb(48, 48, 48);
}
.signle_post_cont tr:nth-child(2n+1) td {
	background: #fafafa;
}
.signle_post_cont ul{margin-left:30px; margin-top: 30px;}

.signle_post_cont ul li {
	font-size: 15px;
	line-height: 25px;
	font-family: "Montserrat", sans-serif;
	list-style: disc;
	margin-bottom: 15px;
}
.signle_post_cont table {
	margin-bottom: 30px;
}
.signle_post_cont table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.signle_post_cont table ul li {
	margin: 0;
	list-style: none;
}
.single_post_share li a {
	border: 1px solid #ebebeb;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: rgb(22, 22, 22);
	font-size: 14px;
}
.single_post_share ul {
	display: flex;
	gap: 5px;
}
.single_post_share li a:hover {
	color:#E71C24;
}
.single_post_share li:nth-child(1) a {
	width: 55px;
	border-radius: 2em;
	color: #E71C24;
	border-bottom: 1px solid #ebebeb !important;
}
.single_post_share li a span {
	margin-left: 5px;
	font-weight: 600;
	font-size: 12px;
	vertical-align: top;
}
.single_post_share {
	margin: 50px 0;
}
.avatar_bx {
	text-align: center;
	position: relative;
}
.avatar_bx::before {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #ebebeb;
	content: "";
	top:0;
	bottom:0;
	margin:auto;
}
.avatar_bx img {
	position: relative;
}
.author_sec {
	text-align: center;
}
.author_sec h4 a {
font-weight: 500;
  letter-spacing: -.015em;
  color: #000;
  font-size: 23px;
}
.related_head {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}
.related_head::before {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #ebebeb;
	top: 0;
	bottom: 0;
	margin: auto;
}
.related_head h4 {
	margin: 0;
	font-weight: 500;
	color: #000;
	font-size: 19px;
	padding: 0 20px;
	background: #fff;
	position: relative;
	display: inline-block;
}
.related_post {
	margin: 100px 0;
}
.related_post_img img {
    max-width: 100%;
    border-radius: 5px;
    min-height: 170px;
    width: 100%;
    max-height: 170px;
    object-fit: cover;
}
.related_post_bx .post-title a {
	font-weight: 700;
	letter-spacing: -.015em;
	color: #000;
	margin-top: 16px;
	font-size: 16px;
	display: block;
	line-height: normal;
	text-align: center;
	font-family: "Roboto", sans-serif;
}
.related_post_bx .post-date {
	font-weight: 400;
	letter-spacing: .06em;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 10px 0;
	color: rgb(180, 180, 180);
}
.cmnt_form .section-head span {
	font-size: 19px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	position: relative;
	padding-bottom: 12px;
}
.cmnt_form .comment-form-cookies-consent input {
	margin-right: 5px;
}
.cmnt_form .section-head span::before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 24px;
	background: rgb(231, 28, 36);
	content: "";
	height: 2px;
}
.cmnt_form .section-head {
	text-align: center;
	display: block;
}
.comment-form {
	margin: 50px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.comment-form .inline-field {
	flex: 1 1 30%;
	width: 33.3333%;
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 13px;
	color: silver;
	box-sizing: border-box;
}
.comment-form .reply-field.cf {
	width: 100%;
	font-size: 13px;
	color: silver;
}
.comment-form .inline-field input, .comment-form .reply-field textarea {
	width: 100%;
	color: inherit;
	min-height: 42px;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	padding: 10px;
	font-size: 14px;
}
.comment-form .inline-field input:focus-visible , .comment-form .reply-field  textarea:focus-visible{
	box-shadow: none;
	outline:none;	border: 1px solid #b4b4b4;color: #777;
}
.comment-form input[type="checkbox"]:checked::before {
	content: "\2713";
	display: inline-block;
	color: currentColor;
	line-height: 15px;
	font-family: Arial,sans-serif;
	font-size: 13px;
	vertical-align: 8px;
}
.comment-form input[type="checkbox"] {
	vertical-align: middle;
	margin-top: -3px;
	padding: 0;
	border: 1px solid #e5e5e5;
	color:transparent;
	width: 16px;
	height: 16px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: inset 0 0 2px rgba(0,0,0,.12);
}
.comment-form input[type="checkbox"]:checked {
	color:#E71C24;
}
.comment-form .form-submit {
	display: block;
	margin: 0;
}
.comment-form .form-submit input[type="submit"] {
	padding: 15px 25px;
	background: #e71c24;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .075em;
	transition: all .25s ease-in-out;
	border-radius: 4px;
	border: none;
	color: #fff;
	text-transform: uppercase;
}
.comment-form .comment-form-cookies-consent {
	display: block;
	width: 100%;
}
.comment-form  .submit:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.07);
	transform: translateY(-1px);
}
.cmnt_head h3 {
	margin: 0;
	font-weight: 500;
	font-size: 19px;
	text-align: center;
	position: relative;
	color: #000;
	letter-spacing: -.03em;
}
.cmnt_head h3::before {
	content: "";
	left: 0;
	right: 0;
	bottom: -10px;
	height: 2px;
	width: 40px;
	margin: auto;
	background: #E71C24;
	position: absolute;
}
.comment-form .comment-form-cookies-consent label {
	font-size: 14px;
	color: #505050;
}

/***search_page***/
.archive-header {
    position: relative;
    padding-top: 54px;
    padding-bottom: 54px;
    border-bottom: 1px solid #ebebeb;
    background: #fafafa;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
	margin-bottom:50px;
}
.archive-header .background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #b4b4b4;
    opacity: .042;
    font-size: 126px;
    line-height: 1.45;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    pointer-events: none;
}
.archive-header .archive-subtitle p {
    text-transform: uppercase;
    color: #999;
    font-weight: 400;
    letter-spacing: .05em;
    margin: 0;
    font-size: 10px;
}
.archive-header h1.archive-title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.03em;
    text-transform: none;
}
.blog_text_serach_img img {
    max-width: 100%;
    border-radius: 5px;
}
a.editorial_txt {
    text-align: center;
    display: inline-block;
    font-size: 11px;
    margin: 10px 0;
    letter-spacing: .06em;
    font-weight: 600;
    color: #e71c24;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
a.editorial_txt:hover {
   opacity:0.8;
}
.blog_text_serach h3 a {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #000;
    display: block;
}
.blog_text_serach h3 a:hover {
   opacity:0.8;
}
.blog_text_serach span.text-in {
    display: inline-block;
    text-transform: lowercase;
    font-style: italic;
    color: rgb(180, 180, 180);
    margin-right: 3px; font-family: "Montserrat", sans-serif;
}
.blog_text_serach span span.meta-item.read-time {
    display: inline-block;
}
.blog_text_serach span {
    text-align: center;
    display: block;
    color: rgb(180, 180, 180);
    font-size: 11px;
    letter-spacing: 0.66px;
    text-transform: uppercase;
}
.blog_text_serach p {
    font-size: 15px;
    color: rgb(48, 48, 48);
    font-family: "Montserrat", sans-serif;
    margin: 20px 0 0px 0;
    text-align: left;
    display: block;
}
.blog_list_inner ul li {
    margin-bottom: 50px;
}
.pagination-wrapper.section-inner nav.navigation.pagination {
    width: 100%;
    justify-content: center;
}
.blog_text_serach span.read_CTA a {
    background: #000;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    min-width: 150px;
    transition: all .25s ease-in-out;
    letter-spacing: .075em;
    margin-top: 30px;
    padding: 9px 20px;
    border-radius: 2em;
}
.blog_text_serach span.read_CTA a:hover{
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .07);
    transform: translateY(-1px);
}
.pagination-wrapper.section-inner nav.navigation.pagination a {
    color: #e71c24;
}
.no-search-results-form.section-inner.thin, .error404  .section-inner {
    max-width: 600px;
    position: relative;
    z-index: 1;
    margin: auto;
}
.error404 .section-inner {
    text-align: center;
    margin-top: 50px;
    padding: 0 10px;
}
.no-search-results-form.section-inner.thin .probox {
    border-radius: 5px;
    border-width: 1px;
}
.modal-backdrop {
 display:none;
}
.blog_text_serach .author_sec span {
    color: #b4b4b4;
    text-transform: lowercase;
    font-style: italic;
    position: relative;
    padding-bottom: 10px;
    margin-top: 16px;
}
.blog_text_serach .author_sec span:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    height: 1px;
    background: #e71c24;
    content: "";
    margin: auto;
}
.blog_text_serach .author_sec span a {
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
    color: rgb(69, 69, 69);
    letter-spacing: 0.66px;
	 font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.blog_text_serach .author_sec span .post-author {
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
    color: rgb(69, 69, 69);
    letter-spacing: 0.66px;
         font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.blog_detail_sec .post-footer .social-share {
    justify-content: center;
    margin: 30px 0 0 0;
    border-top: 1px solid #ebebeb;
    padding: 11px 0;
    border-bottom: 1px solid #ebebeb;
}
body.home .blog_detail_sec .post-footer .social-share {
    justify-content: start;
    margin: 0 0 0 0;
    border-top: none;
    padding: 0;
    border-bottom: none;
}
.blog_detail_sec .post-footer .social-share .pld-like-dislike-wrap {
    margin: 0;
}
.single_banner_txt a.upper_link, .blog_detail_banner a.upper_link {
	background: none;
}


.main-menu li:nth-child(10),
 .main-menu li:nth-child(11),
 .main-menu li:nth-child(12) {
	display: none;
}


.main-menu li:nth-child(10),
 .main-menu li:nth-child(11),
 .main-menu li:nth-child(12) {
	display: none;
}

.nav_link .main-menu li .flexMenu-popup li{display:none;}
.nav_link .main-menu li .flexMenu-popup li:nth-child(10),
.nav_link .main-menu li .flexMenu-popup li:nth-child(11),
.nav_link .main-menu li .flexMenu-popup li:nth-child(12){
	display:block;
	}

.bfcForm_mobileContainer {
    display: none;
}

@media (max-width: 768px) {
    .bfcForm_mobileContainer {
        text-align: center;
    }
}@media (max-width: 768px) {
    .bfcForm_mobileContainer {
        display: block;
        margin-top: 30px;
    }
}

section.single_creative_page img {
    will-change: opacity;
    transition: opacity .3s ease-in;
   
}
section.single_creative_page .right_cate h2 img {
    border-radius: 0;
}
section.single_creative_page .aligncenter {
    /* clear: both; */
    display: block;
    margin: 33px auto !important;
    text-align: center;
    max-width: 100% !important;
}

section.single_creative_page img:hover {
    opacity: .84;
}

.signle_post_cont button
{ padding: 15px 25px;
    background: #e71c24 !important;
    font-family: var(--ui-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .075em;
    transition: all .25s ease-in-out;
    border-radius: 4px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
}
.valid_formTicker {
	position: absolute;
	top: 7px;
	right: 5px;
	width: 18px;
	height: 18px;
	fill: #4caf50;
	bottom: ;
	margin: auto;
}
.right_meet_form .form-label #showProperty_insight svg {
	position: absolute;
	left: 0;
	top: 7px;
}
#showProperty_insight p {
	display: inline-block;
	color: #e71c24;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 16px;
	margin: 0 0 10px;padding-left: 19px;
	text-align: left;
}
.popup-button {display:none;}

.bfc_formHeading {
  font-size: 1.25rem !important;
  margin-bottom: .5rem !important;
  font-family: "Roboto",sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #111 !important;
}

.author_sec p a {
  font-weight: 500;
  letter-spacing: -.015em;
  color: #000;
  font-size: 23px;
  font-family: "Roboto", sans-serif;
}

.related_head p {
    margin: 0;
    font-weight: 500;
    color: #000;
    font-size: 19px;
    padding: 0 20px;
    background: #fff;
    position: relative;
    display: inline-block;
    font-family: "Roboto", sans-serif;
}
 .btm_menu p {
	     margin: 0;
	     padding: 0 20px;
	     color: #83868c;
	     font-size: 16px;
	     text-transform: capitalize;
	     font-weight: 700;
}

/*Pinterst CSS Start*/

.image-icon .pin-it-button.blog-pin-btn {
	color: #981f1f;
	font-size: 14px;
	font-weight:bold;

}
.image-icon .pin-it-button.blog-pin-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #fff;
	padding: 3px;
	display: flex;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	justify-content:center;


}
.pin-it-button.blog-pin-btn i {
	margin-right: 2px;
}

.image-icon {
	position: relative;
}

.image-icon {
	text-align: center;
}
section.single_creative_page .inner_img_icn .aligncenter {
	margin:0!important;
}
.single  .inner_img_icn {
	display: inline-block;
	position: relative;
	margin:30px 0;
}
.single section.single_creative_page .inner_img_icn .aligncenter {
	margin: 0 !important;
	width: 100%;
	max-width: 100%;
	object-fit:cover;
}

.post-template-default.single .pin-it-button.blog-pin-btn {
	background: #fff;
	z-index: 99;
	color: #981f1f;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	position: absolute;
	text-align: center;
	right: 10px;
	top: 10px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content:center;

}

.post-template-default.single .pin-it-button.blog-pin-btn:hover {
	opacity: 0.7;
	transition:ease 0.2s;
}

.endToEnd_interiors .interiorsCards .pin-it-button.blog-pin-btn,.bfcForm_mobileContainer .pin-it-button.blog-pin-btn {
	display:none!important;
}
.interiorsCard_list .pin-it-button.blog-pin-btn {
	display:none;
}
.single section.single_creative_page .inner_img_icn .alignnone  {
	margin: 0 !important;
	width: 100%;
	max-width: 100%;
	object-fit:cover;
}

/*Pinterst CSS END*/

.footer-main-container::before {
	position: absolute;
	left: 5px;
	bottom: 0;
	height: 222px;
	width: 155px;
	content: "";
	background: url('https://www.homelane.com/design-ideas/wp-content/themes/homelane/assets/images/Bitmap-1.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

.footer-main-container::after {
	position: absolute;
	right: 5px;
	top: 0;
	height: 160px;
	width: 150px;
	content: "";
	background: url('https://www.homelane.com/design-ideas/wp-content/themes/homelane/assets/images/Bitmap.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.footer_cta-btn__1s5dg {
	background-color: #e71c24;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	padding: 15px 30px;
	text-align: center;
}
.footer_cta_btn {
	text-align: center;
	margin: 50px 0;
}
@media only screen and (max-width:767px){
.footer-main-container::after, .footer-main-container::before {
display:none;
}

}

.author-date {
    margin-top: -10px;
    margin-bottom: 8px;
}

.author-date span {
    color: rgb(180, 180, 180);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: .06em;
}


------------------/**FAQ CSS**/----------------------


.single-post .faq-accordions {
	text-align: center;
	font-family: "Montserrat", sans-serif;
}
.single-post .faq-accordions h3 {
	font-size: 15px;
	margin: 0;
}
.single-post .faq-accordions .active h3 {
	font-weight:600;
}
.faq-accordions li {
	border-bottom: 1px solid hsla(0,0%,46%,.2);
}

.single-post .faq-accordions li .accordion {
	background: none;
	padding: 15px 0;
	font-size: 20px;
	font-weight: 400;
	color: #222;
	position:relative;
}

.single-post .faq-accordions .active, .faq-accordions .accordion:hover {
	background-color: unset;
}
.single-post .faq-accordions .panel {
	text-align: left;
	padding: 0;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
}
.single-post .faq-accordions .panel li {
	border: none;
}

.single-post .faq-accordions .panel ul {
	list-style: disc;
	margin-left: 15px;
}

.single-post .faq-accordions li .accordion::before {
	position: absolute;
	content: "\f107 ";
	border-left: 5px solid transparent;
	right: 0;
	font-family: fontawesome;
	transition: ease 0.2s;
	line-height: normal;
}

.single-post .faq-accordions li .accordion.active::before {
	transform: rotate(180deg);
} 
.single-post .faq-accordions h2 {
	font-size: 26px;
	margin: 70px 0 50px 0;
	text-align: center;
}
.faq-accordions li:last-child {
	border-bottom: none;
}
@media only screen and (max-width:767px){
.single-post .faq-accordions li .accordion {
	font-size: 16px;
	padding-right: 20px;
}
	.single-post .faq-accordions li .accordion::before {
	top: 19px;font-size: 22px;
}
}

.single-post .faq-accordions li .accordion {
	text-align: left;
	cursor: pointer;
}
.single-post .faq-accordions .panel {
	display:none;
}
.single-post .faq-accordions .panel a {
	color: #e71c24;
}

.single-post .faq-accordions .panel a:hover {
font-weight:600;
}

.banner-external.desktop {
    margin-bottom: 50px;
}

.guide_load_more a {
    color: red;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    letter-spacing: .05em;
    text-transform: uppercase;
    border: 1px solid #e7e7e7;
    padding: 10px 60px;
   margin:auto;
}
.guide_load_more a:hover
{ box-shadow: 0 5px 10px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .07);
    color: #fff;
    background:#000;
}
