/*
Theme Name: Instyle Direct
Text Domain: instyledirect
Version: 1.0
Description: Instyle Direct
Author: Instyle Direct
*/
.h2Custom  {
	font-size: 22px;
	margin-bottom: 20px;
}

.banner-carousel .carousel-inner .item .banner-heading, .banner-carousel .carousel-inner .item .large-text,
.banner-carousel .carousel-inner .item .banner-content, .banner-carousel .carousel-inner .item .heading-2 {
	display: none;
}
.h2Custom strong {
	font-weight: 300;
}
.banner-full-height {
	margin-top: 0;
}
.contact-form .input-row.row.services-checkbox {
	margin: 0 0 20px;
}
.contact-form p:empty {
	display: none;
}
.review-section {
	padding: 60px 0;
}
.review-section .review-stars {
	margin-bottom: 0;
}
.review-heading.text-center {
	padding: 0 40px;
}
.strip.bg-charcoal ~ p {
	display: none;
}
footer {
	margin: 0;
}
.custom--captcha .math-captcha {
    width: 100% !important;
    border: none;
    padding: 4px 15px;
    line-height: 28px;
	background:#ffffff !important;
}
.video-banner.banner-slide {
    position: relative;
    height: 100%;
    min-height: calc(100vh - 80px)
}
.about-links-pages .link-page img {
	max-height: 232px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}
.entry-content ul {
	margin-bottom: 20px;
}
@media(max-width: 767px) {
	.about-links-pages .link-page .image-block {
    	height: 20rem;
	}
	.main-item-container.authors {
		margin: 20px 0 0;
	}
	.main-item-container.authors .item {
		padding: 0;
	}
	.main-item-container.authors .item .item-img {
		max-width: inherit;
		max-height: inherit;
		width: 100px;
		        margin: 15px auto;
	}
	.entry-content ul {
		    margin: 0 0 26px;
    		padding: 0;
	}
	.entry-content ul li {
		margin-bottom: 10px;
	}
	.blog-section h1 {
        font-size: 2.2rem;
    }
	footer .items li a {
        font-size: 12px !important;
        line-height: 20px !important;
    }
	footer .social-icons {
        text-align: center;
        margin: 10px 0 0;
    }
}
@media(max-width: 520px) {
    .video-banner.banner-slide {
        min-height:calc(50vh - 80px)
    }
	  .video-banner-content .banner-heading {
        font-size: 32px !important;
        line-height: normal !important;
    }

}

@media(max-width: 375px) {
    .video-banner.banner-slide {
        min-height:calc(55vh - 80px)
    }
}

.video-banner.banner-slide video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video-banner .video-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.video-banner .opacity-bg {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3)
}

.video-banner p:last-of-type {
    margin-bottom: 4rem
}

.scrollable-arrow, .scrollable-arrow-two {
    position: absolute;
    bottom: 20px;
    left: 50%;
	margin-bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: up-down 1s linear 1s infinite alternate;
}


@keyframes up-down {
    0% {
        bottom: -20px;
    }

    50% {
        bottom: -10px;
    }

    100% {
        bottom: -20px;
    }
}

.contact-page-form textarea {
    height: 86px;
    min-height: inherit;
}

.project-slider .slide-item img {
	height: 200px;
}
.process-content .process-icon {
    width: 145px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-content .process-icon img {
    width: 80px;
}

/* testimonial for investor Page */
.reviews {
	background: #f0edec;
}
.reviews {
	padding: 40px 0;
	margin: 40px 0 0;
}
.reviews .container {
	position: relative;
}
.reviews .item {
	padding: 0 50px !important;
	text-align: center;
}
.reviews .carousel .reviews-google p {
	font-weight: 500;
	color: black;
}
.reviews .item p {
	font-size: 20px;
  margin: 0 0 10px;
}
.reviews .carousel-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    right: 0;
}
.reviews a {
	width: auto !important;
	background-image: inherit !important;
}
.reviews a img {
	width: 24px;
}
.post-carousel .carousel-inner .after-before-container {
  position: absolute;
  bottom: 0;
  padding: 2rem 0;
  display: flex;
  width: 100%;
}
/* .post-carousel .carousel-inner .after-before-container::before {
  content: "";
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  bottom: 0;
} */
.post-carousel .carousel-inner .after-before-container {
  left: 0;
  padding: 2rem;
}
.post-carousel .carousel-inner p {
	margin-bottom: 0;
}
/* .post-carousel .carousel-inner .after-before-container::before{
	left: 0;
} */
.post-carousel .carousel-inner .after-before-container > div {
  width: 100%;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  z-index: 2;
}
@media (max-width: 768px) {
	.scrollable-arrow{
		margin-bottom:0;
	}
  .reviews  {
		position: relative;
    margin: 20px 0 0;
    padding: 20px 0;
	}
	.reviews .container,
	.reviews .container .carousel {
		position: static;
	}
	.reviews .item {
    padding: 0 !important;
    text-align: center;
  }
	.reviews .item p {
	  font-size: 14px;
  }
}
.displayFlex{
	display:flex;
}
.justifyContentCenter{
	justify-content:center;
}
.alingItemsCenter{
	align-items:center
}
.alingItemsEnd{
	align-items:end
}
.alingItemsCenter{
	align-items:center
}
.flexWrap{
	flex-wrap:wrap;
}
.contact-page-form textarea.h-auto {
    min-height: inherit;
}
.banner-carousel .carousel-inner .item.portfolio-items, .contact-page-form textarea.h-auto, .post-thumbnail.portfolio-thumbnail.with-hover:hover .hover-effect-box {
    height: auto;
}
.contact-page-form .dscf7captcha {
    width: 200px;
}
div.wpcf7 span.ajax-loader {
    display: none;
}
.dscf7captcha span.wpcf7-form-control-wrap input.wpcf7-form-control {
    margin-top: 15px;
	background: #eceae7;
}
button.dropdown-arrow::after {
    background: url(https://preview.isdnew.benhams.co.uk/wp-content/themes/instyledirect/assets/img/svg-post/arrows/nav-dropdown_white.svg) center center no-repeat;
    background-size: contain;
    content: "";
    right: 1.5rem;
    width: 1.4rem;
    height: 10px;
    top: 13px;
    position: absolute;
}
.gold-btn .dropdown-menu {
    margin: 0px;
    border: none;
    border-radius: 0px;
    color: #afaaa0;
    width: 100%;
}
.gold-btn .dropdown-menu a:hover {
    background: #f3f3f3;
}
.gold-btn .dropdown-menu a {
    padding: 5px 14px;
    color: #919191;
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
}
.dropdown-divider {
    border-bottom: 1px solid #afaaa0;
}
.videoWrapper{
	position:relative;
}
.videoWrapper a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: auto;
    width: 70px;
}
.videoWrapper a img{
	width: 100%;
    height: auto;
    object-fit: contain !important;
}
.video-dialog {
    max-width: 300px;
}
.video-dialog .modal-content {
    background: transparent;
    border-radius: 10px;
}
.video-dialog .btn-close {
    z-index: 12;
    position: absolute;
    right: -15px;
    top: -15px;
    background: rgba(255, 255, 255, 0.9);
    color: #FB3434CC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 100%;
    opacity: 1;
    line-height: 100%;
    padding: 7px 6px 5px;
}
.video-dialog .modal-content .modal-body {
    padding: 0;
    border-radius: 10px;
    aspect-ratio: 2 / 1.1;
}
.video-dialog .modal-content .modal-body iframe {
    height: 100%;
    border-radius: 10px;
}
.zigzag-layout .flex-row .img-content.videoWrapper img.btn-block{
	height: 500px;
    width: auto;
    object-fit: contain;
}
.process-section .process-content.yearImg img{
	height:145px;
	width: 110px;
}
section.stripCN {
  margin-top: 0px;
  padding: 20px 0;
  background: #cd5f91;
}
section.stripCN p {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}
section.stripCN .btn-group a{
	background:white;
	color:#cd5f91;
	font-weight:500;
	margin-top: 0;
}
section.stripCN p.smallText{
	color: #fff;
    font-size: 8px;
	margin-bottom:0;
	text-align:left;
	padding-right: 14px;
}
.invtag {
  position: absolute;
  left: 8px;
  top: 0px;
  background: #cd5f91;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  z-index: 4;
}
.furniture-packs.zigzag-layout .flex-row .content-text p{
  margin-bottom: 1rem;
}

.zigzag-layout .flex-row .flex-col.img-content p {
  margin-bottom: 0;
  height: 100%;
}
.pink-btn {
    color: #fff;
    background-color: #cd5f91;
    border-color: #cd5f91;
}
.mt_30{
	margin-top:30px;
}
.newThanksPage{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.newThanksPage h1.banner-heading {
    font-size: 45px;
}
.newThanksPage p {
    margin-bottom: 10px;
}
.newThanksPage p img {
    margin: 11px 0;
    width: 180px;
    height: auto;
}
.newThanksPage li a{
	color:#d5769f;
	font-weight:400;
}
.blog-detail img {
    max-width: 100%;
    height: auto;
}
.post-content .entry-content h3 {
    margin-bottom: 16px;
}
@media (max-width: 768px) {
	    .home-banner {
        min-height: 30vh;
	}
	.banner-full-height .carousel-inner .item{
		min-height: 40vh;
	}
	section.stripCN p.smallText{
		margin-bottom:10px;
	}
	.w-full-sm{
		width:100%;
	}
	section.stripCN p {
    margin-bottom: 10px;
    text-align: center;
    line-height: 23px;
  }
  section.stripCN p.smallText {
    font-size: 5px;
    text-align: center;
    line-height: 9px;
    margin-top: 10px;
}
}
.customTable {
    padding: 0, 10px;
    overflow: auto;
}
.blog-single table {
  margin: 0 10px;
  margin-bottom: 30px;
  border-color: #000;
  border-collapse: collapse; /* Ensure borders render correctly */
}

.blog-single table tr td {
  padding: 5px 10px;
  font-size: 1.5rem;
  line-height: 23px;
  vertical-align: top;
  border: 1px solid #000; /* Ensure borders render correctly */
}

.blog-single table tr td:first-child {
  width: 40%;
}

.blog-single table tr td p {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 22px;
}

.blog-single table tr td h3 {
  margin-bottom: 4px !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #cd5f91;
}

.blog-single table tr td h4 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

/* Vendor prefixes for compatibility */
.blog-single table tr td {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .blog-single table {
    margin: 0 10px;
    margin-bottom: 30px;
  }
  .blog-single table tr td {
    padding: 5px 10px;
    font-size: 1.5rem;
    line-height: 23px;
  }
  .blog-single table tr td:first-child {
    width: 40%;
  }
  .blog-single table tr td p {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 22px;
  }
  .blog-single table tr td h3 {
    margin-bottom: 4px !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #cd5f91;
  }
  .blog-single table tr td h4 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
  }
}
.sitemap-page{
	padding: 1rem 0 5rem;
}
.sitemap ul {
    padding-left: 10px;
}

.sitemap ul li {
    margin-bottom: 9px;
}

.sitemap ul ul {
    padding-left: 17px;
    margin-bottom: 10px;
}
.sitemap ul ul li {
    color: #c05988;
    font-weight: 400;
}

.sitemap ul li strong {
    font-weight: 500;
}
footer {
    padding: 32px 0 15px;
}
footer .copyright {
    font-size: 14px;
    display: flex;
	flex-wrap:wrap;
    align-items: center;
    justify-content: space-between;
}
footer .first-sec .nw-subscribe {
    text-align: right;
    margin-top: 15px;
}
footer .first-sec {
    margin-bottom: 0px;
}
.content-overlay--bg {
    position: relative;
}

.content-overlay--bg:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000059;
    position: absolute;
    left: 0;
    top: 0;
}

.content-overlay--bg .container {
    z-index: 1;
    position: relative;
}
.breadcrumbtwo, .breadcrumb{
	display: flex;
	overflow-y:auto;
	margin: 0px 0px 10px !important;
}
.breadcrumbtwo>li, .breadcrumb>li{
	text-wrap:nowrap;
}
.blog-section .blog-top-area{
	margin-top: 0.5rem;
}
.banner-carousel .carousel-inner .with-after-before img {
    max-height: 440px;
    object-fit: cover;
	width:100%;
}
.main-team:first-child .team-member img {
    margin-top: 0rem;
}
.post-content ol {
    margin-bottom: 2.5rem;
}
.blog-detail{
	align-items:flex-start;
}
.blog-detail #sidebar{
	position: sticky;
    top: 140px;
    width: 400px;
    padding: 0;
}
@media (max-width: 1024px) {
	.banner-carousel .carousel-inner .with-after-before img {
    max-height: 350px;
    object-fit: cover;
}
}
.brochure-process-section {
	padding: 30px 0;
}
.brochure-process-section .brochure-process-inner {
	background: #f0edec;
	padding: 60px 20px 130px;
  position: relative;
}
.brochure-process-section .brochure-process-inner h4 {
	line-height: 42px;
  letter-spacing: 0px;
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 30px;
}

.brochure-process-section .brochure-process-inner .btn {
	padding: 14px;
}
.brochure-process-section .brochure-process-inner h5 {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0 0 40px;
}
.brochure-process-section .brochure-process-inner .row .col-md-6:last-child {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
.brochure-process-section .brochure-process-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset;
}
.cutom_frame.video-dialog {
    max-width: 60%;
    width: auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.cutom_frame.video-dialog .modal-content {
    width: 100%;
/* 	height:100%; */
	box-shadow: none;
    border: none;
}
nav.navbar .navbar-collapse .navbar-nav>li>a.has-dropdown+.top-sublinks .sublink-listing li a{
	color: #212121;
}
nav.navbar .navbar-collapse .navbar-nav>li>a.has-dropdown+.top-sublinks::before{
	top:126px;
	background: rgb(239 239 239 / 96%);
}
.post-content .post-excerpt{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
form#searchform {
    position: relative;
}
.blog-section .top-search .search-icon{
	top:50%;
}
.project-container .property-description{
	max-width:100%;
	margin-bottom: 1.5rem;
}
.project-container .property-description h1{
	text-align:center;
}
@media (max-width: 768px) {
	    .cutom_frame.video-dialog {
        max-width: 90%;
        height: auto;
    }
	.brochure-process-section .brochure-process-inner {
    background: #f0edec;
    padding: 258px 0 30px;
  }
  .brochure-process-section .brochure-process-inner h4 {
    line-height: normal;
    font-size: 20px;
  }
  .brochure-process-section .brochure-process-inner .row .col-md-6:last-child {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    padding: 0;
    width: 100%;
    height: 240px;
  }
	.content-overlay .container{
		min-height: 35vh;
	}
	.blog-detail #sidebar{
		margin-top:30px;
    width: auto;
}
	    .about-banner {
        height: auto;
        min-height: 45vh;
    }
	    .banner-carousel .carousel-inner .with-after-before img {
        max-height: 270px;
        object-fit: cover;
        min-height: 270px;
    }
footer .copyright .img-container img:first-child {
    margin-right: 0px;
}
	footer .copyright{
		justify-content:center;
	}
	footer .first-sec .nw-subscribe{
		text-align:center;
	}
	footer .first-sec {
    margin-bottom: 16px;
}
	.input-row{
		margin-bottom: 25px;
	}
	.btn.apply-230 {
    min-width: 150px;
}
	.office-detail-form {
		margin-top: 3rem;
	}
	.project-container .property-description{
		margin-top: 3.5rem;
		margin-bottom: 1.5rem;
	}
	#sidebar {
    padding: 20px 12px 0;
}
	.review-heading.text-center {
    padding: 0 0px;
}
	.service-project-carousel {
		margin-bottom: 10px;
	}
	
}
.panel-group.faq .panel-default .panel-heading {
    padding: 10px 0 10px;
}
.panel-group.faq .panel-body{
	padding: 0px 40px 10px 10px;
}
.furniture-detail{
	scroll-margin-top: 140px;
}
.widget .widget-title {
    font-weight:400;
}
/* #accordion.faq{
	scroll-margin-top: 300px;
} */