/* header ========== */
.header {
	padding: 0;
	box-shadow: #9b9b9b 0 0 2px 1px;
}

.headerTop {
	height: 5rem;
	padding: 0 3rem;
}

.headerTop li {
	display: inline-block;
	margin-left: 2rem;
}

.headerTop a {
	color: #ffffff;
}

.headerTop a:hover {
	color: #3ea948;
}

.headerMain {
	padding: 0 3rem;
	background-color: #ffffff;
}

.headerMain .navbar-brand {
	display: inline-block;
	margin: 0;
	padding: 3px 0;
}

.headerMain .navbar-brand img {
	/* max-height: 6rem; */
	width: auto;
	height: auto;
	max-width: 100%;
}

.shopping-bag {
	display: flex;
	justify-content: right;
	align-items: center;
}

.carttext span {
	display: block;
	font-family: Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #3ea948;
}

.iteamdisplay {
	font-weight: 700 !important;
}

.shoppingttle {
	margin-bottom: 4px;
}

.carticon {
	background: #3ea948;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.topMenu ul li {
	margin: 0 1.75rem;
}

.topMenu ul li a {
	height: 6.8rem;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
	padding: 0 !important;
}

.topMenu ul li a:before {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #3ea948;
	content: "";
	left: 50%;
	transform: translateX(-50%);
}

/*.topMenu ul li a.active::before {
  width: 100%;
}
.topMenu ul li a:hover,
.topMenu ul li a.active,
.topMenu ul li a:hover,
.topMenu ul li a:focus {
  color: #3ea948;
}*/
.topMenu ul li a:hover,
.topMenu ul li.active a,
.topMenu ul li a:hover,
.topMenu ul li a:focus {
	color: #3ea948;
}

.topMenu ul li.active a::before {
	width: 100%;
}

.topMenu ul li a.dropdown-toggle::after {
	border-width: 0.5rem;
	margin-left: 0.6rem;
	margin-top: -0.2rem;
}

.topMenu ul ul.dropdown-menu {
	margin: 0;
	border: none;
	box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.15);
	min-width: 20rem;
}

.topMenu ul ul.dropdown-menu li {
	margin: 0;
}

.topMenu ul ul.dropdown-menu li a {
	padding: 1rem !important;
	display: block;
	height: auto;
	font-size: 1.4rem;
}

/* banner ========== */
.banner {
	height: calc(100vh - 14rem);
	background-color: #fff;
}

.banner .overlay {
	background-color: rgba(0, 0, 0, 0.15);
}

.meetBossSec-1 .col-sm-7 p {
	line-height: 30px;
}

.meetBossSec-2 p {
	color: #262A34;
}

.banner .object_fit_cover {
	position: absolute;
	top: 0;
	left: 0;
}

.banner>.container {
	height: 100%;
	position: relative;
	z-index: 2;
}

.banner .container>.row {
	height: 100%;
}

.banner .bannerContent .cmnBtn {
	margin-top: 6rem;
}

/* meetBoss ======== */
.meetBoss {
	padding: 10rem 0 15rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.meetBossSec-1 {
	margin-bottom: 5rem;
}

.meetBossSec-1 h2 {
	margin-bottom: 1.5rem;
}

.meetBossSec-1 .cmnBtn {
	display: inline-block;
	margin-top: 5rem;
}

.meetBossSec-2 {
	margin-top: 9rem;
}

.meetBossSec-2 h2 {
	margin-bottom: 1rem;
}

.meetBossSec-2 .row {
	margin: 2rem 0 0 0;
}

.meetBossBox {
	padding: 0;
	position: relative;
}

.meetBossBoxIn {
	padding-right: 1rem;
}

.meetBossBoxIcon {
	width: 7.5rem;
	height: 7.5rem;
	border: 1px solid #262a34;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	margin-bottom: 1rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.meetBossBoxIcon img {
	width: auto;
	height: auto;
	max-height: calc(100% - 0rem);
	max-width: calc(100% - 0rem);
}

.meetBossBox::before {
	position: absolute;
	content: "";
	left: 1rem;
	width: 100%;
	background-color: #262a34;
	height: 1px;
	top: 3.7rem;
}

.meetBossBox:last-child:before {
	display: none;
}

/* TakeTour ===== */
.takeTour {
	position: relative;
	background-color: #fff;
	/*#ddd;*/
	padding: 14rem 0;
	min-height: 65rem;
}

.takeTour .overlay {
	background-color: rgba(0, 0, 0, 0.25);
}

.takeTour h2 {
	margin-bottom: 1.4rem;
}

.takeTour .container {
	position: relative;
	z-index: 3;
}

.takeTour .cmnBtn {
	display: inline-block;
	margin-top: 9rem;
}

.takeTour img.object_fit_cover {
	position: absolute;
	top: 0;
	left: 0;
}

.takeTour p {
	font-size: 18px;
}

.takeTour p br {
	display: none;
}

/* homeKit ==========*/
.homeKit {
	padding: 10rem 0;
}

.homeKitRow {
	margin: 0 0 9rem 0;
}

.homeKitRow:last-child {
	margin-bottom: 0;
}

.homeKitpic {
	padding: 0;
	position: relative;
	overflow: hidden;
	height: 41rem;
}

.homeKitcontent {
	padding: 0 0 0 5rem;
}

.homeKitTtl {
	font-size: 9rem;
	background-color: rgba(229, 229, 229, 0.8);
	padding: 0.5rem;
	text-align: center;
	margin-bottom: 3.5rem;

}

.homeKitcontentIn {
	padding: 0 5rem 0 8rem;
}

.homeKitcontentIn .cmnBtn {
	margin-top: 3rem;
}

.homeKitcontentIn h4 {
	margin-bottom: 2rem;
}

/* customizeIt ===== */
.customizeIt {
	position: relative;
	padding: 10rem 0;
	min-height: 80rem;
	background: rgb(249, 249, 249);
	background: linear-gradient(180deg,
			rgba(249, 249, 249, 1) 0%,
			rgba(241, 241, 241, 1) 47%,
			rgba(221, 221, 221, 1) 100%);
}

.customizeIt h2 {
	margin-bottom: 1.4rem;
}

.customizeIt .cmnBtn {
	display: inline-block;
	margin-top: 15rem;
}

.customizeItBg {
	position: absolute;
	right: 10rem;
	max-width: calc(60% - 10rem);
	height: auto;
	max-height: 60rem;
	width: auto;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}

/* Our Values ===== */
.values {
	padding: 10rem 0;
}

.valuesTtl {
	margin-bottom: 2rem;
}

.values .container>.row {
	margin: -1rem 0 0 -1rem;
	flex-wrap: wrap;
}

.valuesBox {
	padding: 0 0 0 1rem;
	margin-top: 1rem;
}

.valuesBoxIn {
	height: 100%;
	position: relative;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	min-height: 44rem;
}

.home .valuesBoxPic {
	height: 20rem;
}

.valuesBoxPic {
	height: 16rem;
}

.home .valuesBoxContent {
	margin-bottom: 1rem;
	background-color: #ebeef1;
	padding: 4rem;
	height: calc(100% - 21rem);
}

.valuesBoxContent {
	margin-bottom: 1rem;
	background-color: #ebeef1;
	padding: 4rem;
	height: calc(100% - 17rem);
}

.valuesBoxContent h4 {
	margin-bottom: 1.4rem;
}

.valuesBox:nth-child(even) .valuesBoxIn {
	flex-direction: column;
}

.valuesBox:nth-child(even) .valuesBoxContent {
	margin-top: 1rem;
	margin-bottom: 0;
}

/* gallary ===== */
.gallary {
	padding: 7rem 0;
	margin-top: 0rem;
}

.gallary .container>.row {
	margin: -0.4rem 0 0 -0.4rem;
}

.gallaryBox {
	padding: 0 0 0 0.4rem;
	margin-top: 0.4rem;
}

.gallaryBoxIn {
	height: 37rem;
	overflow: hidden;
	position: relative;
	background-color: #262a34;
}

.gallaryBoxIn:hover img {
	transform: scale(1.1);
	opacity: 0.6;
}

.gallary_a {
	display: inline-block;
	margin-top: 3rem;
	color: #000;
}

.gallary_a span {
	display: block;
	margin-bottom: 0.3rem;
}

.gallary_a img {
	max-height: 1.5rem;
	width: auto;
	height: auto;
	filter: brightness(0);
}

.gallary_a i {
	line-height: 0.4;
}

.gallary_a:hover {
	color: #3ea948;
}

.gallary_a:hover img {
	filter: brightness(1);
}

/* DESIGN YOUR OWN ===== */
.designYouOwn {
	padding: 15rem 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.designYouOwn h2 {
	font-size: 4rem;
	margin-bottom: 5rem;
}

.designYouOwn .cmnBtn {
	display: inline-block;
}

/* footerGreen */
.footerGreen {
	padding: 7rem 0;
}

.footerGreen .container>.row {
	margin: -3.5rem 0 0 -2rem;
}

.ftrGreenBox {
	padding: 0 0 0 2rem;
	margin-top: 3.5rem;
}

.ftrGreenBoxInText {
	width: calc(100% - 5rem);
	padding-left: 1.5rem;
}

.ftrGreenBoxInIcon {
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
}

.ftrGreenBoxInIcon img {
	width: auto;
	height: auto;
	max-width: 3.5rem;
	max-height: 3.5rem;
}

/* footer ========== */
.footerMain {
	background-color: #262a34;
	padding: 7rem 0;
}

.footerMain .container>.row {
	margin: -2rem 0 0 -2rem;
	position: relative;
}

.footerBox {
	width: 20%;
	padding-left: 2rem;
	margin-top: 2rem;
	min-height: 11rem;
	padding-right: 0;
}

.footerBox:nth-child(3) {
	margin-left: 20%;
}

.footerBox:nth-child(3) .footerBoxIn {
	padding-left: 3rem;
}

.footerBoxLogo {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
}

.footerBoxLogo img {
	max-height: 11rem;
	max-width: 10.6rem;
	width: auto;
	height: auto;
}

.footerBoxIn h4 {
	margin-bottom: 1.4rem;
}

.footerBoxIn li {
	margin-bottom: 0.8rem;
}

.footerBoxIn li a {
	color: #888989;
	display: inline-block;
}

.footerBoxIn li a:hover {
	color: #ffffff;
	padding-left: 0.4rem;
}

.copyRight {
	padding: 0.9rem 1.5rem;
	background-color: #000;
	color: #888989;
}

/* technology-page */
.builton h4 {
	margin-bottom: 1.5rem;
}

.builton p {
	line-height: 26px;
}

.methodin-box {
	margin: 20px 0;
	height: 346px;
	overflow: hidden;
}

.methodBox {
	padding: 0 40px;
}

.contraction_method_section {
	padding: 10rem 0;
}

.contraction_method_section h2 {
	margin-bottom: 5rem;
}

.contraction_method_section .container>.row {
	margin: -1rem -3rem -1rem -3rem;
	flex-wrap: wrap;
}

.boss_benefit {
	background-color: #ebeef1;
	padding: 10rem 0;
}

.boss-benefits-box-in-Icon {
	width: 7.5rem;
	height: 7.5rem;
	border: 2px solid #d7d9dc;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	margin-bottom: 1rem;
	position: relative;
	z-index: 1;
}

.boss-benefits-box-in-Icon img {
	width: auto;
	height: auto;
	max-height: calc(100% - 1rem);
	max-width: calc(100% - 1rem);
}

.boss-benefits-box-in h6 {
	color: #888989;
}

.boss-benefits-box-in h5 {
	margin-bottom: 5px;
}

.boss_benefit h3 {
	margin-bottom: 4rem;
}

.boss-benefits-box {
	margin-bottom: 8rem;
}

.closerlook {
	width: 50%;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.closer_look_pnl {
	position: relative;
	width: 100%;
}

.closer_look_pnl .row {
	min-height: 650px;
	padding: 9rem 0;
}

.closer-area-left h4 {
	margin-bottom: 2rem;
}

.closer-area-left p {
	margin-bottom: 2rem;
}

.prints_area {
	width: 100%;
	height: 650px;
	position: relative;
}

.prints_area_in_img {
	width: 100%;
	height: 650px;
	overflow: hidden;
}

.prints_area_in {
	width: 50%;
	float: left;
}

.prints_area .row {
	min-height: 650px;
	padding: 9rem 0 9rem 7rem;
}

.prints_area_in_right h4 {
	margin-bottom: 2rem;
}

.prints_area_in_right p {
	margin-bottom: 2rem;
}

.need-to-khow {
	padding: 10rem 0;
}

.need-to-khow-in {
	margin-bottom: 1.5rem;
}

.need-to-khow-in-box {
	min-height: 250px;
	padding-top: 7rem;
	padding-left: 5rem;
}

.need-to-khow-in-box h4 {
	color: #262a34;
}

.need-to-khow-in-box h4 span {
	color: #262a34;
	font-size: 18px;
	font-weight: 400;
}

.methodBox {
	position: relative;
}

.contraction_method_section .container .row .methodBox:first-child::before {
	content: "";
	background: url(../images/plus.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: -10px;
}

.contraction_method_section .container .row .methodBox:nth-child(2)::before {
	content: "";
	background: url(../images/cal.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 15px;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: -10px;
}

.methodin p {
	display: inline-block;
	line-height: 30px;
}

/* technology-page */
/* our-story-page */
.conventional-home.convfst .row {
	min-height: 400px;
	padding: 24rem 0 15rem 0;
}

.conventional-home .row {
	min-height: 400px;
}

.tradinl-bnnr {
	height: 675px;
}

.conventional-home-in h4 {
	padding-bottom: 2rem;
}

/* our-story-page */

/* product-page */
.product-banner .bannerContent .cmnBtn {
	margin-top: 2rem;
}

.product-banner {
	padding: 10rem 0;
}

.choose-your-style-area {
	padding: 10rem 0;
}

.choose-box-in-img {
	height: 200px;
	overflow: hidden;
	margin-bottom: 1rem;
}

.choose-your-style-area h4 {
	margin-bottom: 5rem;
}

.detailsbox h6 {
	color: #888989;
}

.p-detls h4 {
	padding-bottom: 1rem;
}

.p-detls>h6 {
	margin-bottom: 4rem;
}

.detailsbox-in>h6 {
	margin-top: 1rem;
}

.detailsbox {
	display: flex;
	align-items: flex-start;
	min-height: 200px;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	padding-left: 5rem;
	padding-top: 5rem;
	padding-bottom: 2rem;
}

.product-details-area .row .detailsbox:first-child {
	padding-left: 0;
}

.product-details-area .row .detailsbox:last-child {
	border-bottom: none;
	border-right: none;
}

.product-details-area .row .detailsbox:nth-child(3) {
	border-right: none;
}

.product-details-area .row .detailsbox:nth-child(4) {
	border-bottom: none;
	padding-left: 0;
}

.product-details-area .row .detailsbox:nth-child(5) {
	border-bottom: none;
}

.product-details-area {
	padding: 10rem 0 0;
}

.assembly-area {
	background-color: #ebeef1;
}

.assembly-area-box {
	margin-bottom: 1rem;
	padding: 2rem;
	height: calc(100% - 17rem);
}

.valuesBox:nth-child(even) .assembly-area-box {
	margin-top: 1rem;
	margin-bottom: 0;
}

.standout-featured-pnl {
	padding: 10rem 0 20rem 0;
}

.featured-box-in {
	position: relative;
}

.fea-line-area {
	position: absolute;
	width: 300px;
}

/* .top-left {
  left: -100%;
  top: 0;
}
.top-right {
  right: -100%;
  top: 0;
}
.bottom-left {
  left: -100%;
  bottom: 5rem;
}
.bottom-right {
  right: -100%;
  bottom: 5rem;
}
.bottom {
  left: 5rem;
  top: 110%;
} */
.gallery-item {
	background: #fff;
	text-align: center;
	padding: 20px;
	color: #fff;
	margin: 25px;
	height: 475px;
}

.gallery-area-slider .slick-arrow.slick-prev {
	left: 450px;
	background-image: url(../images/featured-lft-icon.png);
}

.gallery-area-slider .slick-arrow.slick-next {
	right: 450px;
	background-image: url(../images/featured-rgt-icon.png);
}

.gallery-area-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	font-size: 0px;
	width: 55px;
	height: 55px;
	background-position: center;
	background-repeat: no-repeat;
	outline: none;
	border: none;
	background-color: transparent;
}

.permit-dv {
	padding: 10rem 0;
}

.permitBox-icon {
	width: 7.5rem;
	height: 7.5rem;
	border: 2px solid #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #262a34;
	margin-bottom: 1rem;
	position: relative;
	z-index: 1;
}

.permitBox {
	padding: 0;
	position: relative;
}

.permitBox-icon::before {
	position: absolute;
	content: "";
	left: 1rem;
	width: 100%;

	top: 3.7rem;
}

.permitBox-icon img {
	width: auto;
	height: auto;
	max-height: calc(100% - 3rem);
	max-width: calc(100% - 3rem);
}

.permitBox::before {
	position: absolute;
	content: "";
	left: 1rem;
	width: 100%;
	background-color: #ffffff;
	height: 1px;
	top: 3.7rem;
}

.permitBox:last-child:before {
	display: none;
}

.permitBoxIn h5 {
	margin: 2rem 0;
}

.permitBoxIn ul {
	margin-left: 2rem;
}

.permitBoxIn ul li {
	margin-bottom: 1rem;
	list-style-type: disc;
}

.permit-dv h3 {
	margin-bottom: 10rem;
}

.makeever-dv {
	padding: 10rem 0;
}

.makeever-dv h3 {
	margin-bottom: 5rem;
}

.ever-dv-content {
	margin-top: 3rem;
}

.col-12.text-center.bosscenter {
	padding-right: 120px !important;
}

.assembly-area-box {
	position: relative;
}

.assembly-area-box:before {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #262A34;
	width: 50px;
	height: 50px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.assembly-area .container .row .valuesBox:nth-child(1) .valuesBoxIn .assembly-area-box:before {
	content: "1";
}

.assembly-area .container .row .valuesBox:nth-child(2) .valuesBoxIn .assembly-area-box:before {
	content: "2";
}

.assembly-area .container .row .valuesBox:nth-child(3) .valuesBoxIn .assembly-area-box:before {
	content: "3";
}

.assembly-area .container .row .valuesBox:nth-child(4) .valuesBoxIn .assembly-area-box:before {
	content: "4";
}

.finance-ul a.cmnBtn {
	margin: 0;
}

.finance-ul {
	display: flex;
	justify-content: space-between;
}

.fibtn {
	display: flex;
	align-items: flex-end;
	margin-bottom: 16px;
}

.choose-your-style-area .row {
	justify-content: space-between;
}

.get-finance {
	min-height: auto;
}

.finace-ul-in ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 11px;
	line-height: 29px;
}

.finace-ul-in ul li:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 4px;
}

.get-finance p {
	padding: 2rem 0;
}

/* product-page */

/* contact-us-page */
.contact-area {
	padding: 10rem 0;
}

.con-info a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

.con-info {
	margin: 2rem 0 4rem 0;
}

.contact-form #gform_1 .gform_fields .ginput_container input {
	height: 35px;
	border: 1px solid #fff;
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.contact-form #gform_1 .gform_fields .gfield.form-control {
	background-color: transparent;
	border: none;
	padding: none;
}

.contact-form .form-group {
	margin-bottom: 2rem;
}

.contact-form #gform_1 .gform_fields .gfield label {
	margin-bottom: 1rem;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

.contact-form #gform_1 .gform_fields .ginput_container textarea {
	height: 121px;
	border: 1px solid #fff;
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.contact-form .form-group input.input-msg {
	height: 50px;
	padding: 0rem 5rem;
	margin-top: 2.6rem;
}

.con-frm-area {
	padding-right: 3rem;
}

.contact-form .form-group input.input-msg:hover {
	background-color: #fff;
	color: #262a34;
}

.takevirtual {
	min-height: auto;
}

.takevirtual .cmnBtn {
	display: inline-block;
	margin-top: 5rem;
}

.takevirtual .overlay {
	background-color: rgb(0 0 0 / 11%);
}

/* contact-us-page */
.product-details-area .container .row {
	--bs-gutter-x: 0;
}

/* faq-page */
#accordionExampleOne h2.accordion-header button.accordion-button {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid #C4C4C4;
	padding: 0 0 12px 0;
}

#accordionExampleOne .accordion-item {
	border: none;
	margin-bottom: 4rem;
}

#accordionExampleOne .accordion-body {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 22px;
	padding: 12px 0 0 0;
}

#accordionExamplesecond h2.accordion-header button.accordion-button {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid #C4C4C4;
	padding: 0 0 12px 0;
}

#accordionExamplesecond .accordion-item {
	border: none;
	margin-bottom: 4rem;
}

#accordionExamplesecond .accordion-body {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 22px;
	padding: 12px 0 0 0;
}

#accordionExampleThree h2.accordion-header button.accordion-button {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid #C4C4C4;
	padding: 0 0 12px 0;
}

#accordionExampleThree .accordion-item {
	border: none;
	margin-bottom: 4rem;
}

#accordionExampleThree .accordion-body {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 22px;
	padding: 12px 0 0 0;
}

.accordion-button::after {
	background-image: url(https://harwaldepot.com/bossv2/wp-content/uploads/2021/12/down-arrow.png);
	width: 21px;
	height: 11px;
	background-size: auto;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(https://harwaldepot.com/bossv2/wp-content/uploads/2021/12/up-arrow.png);
	transform: rotate(-0deg);
	width: 21px;
	height: 11px;
	background-size: auto;
}

.accordion-button:focus {
	box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
}

.page-template-tpl-faq .conventional-home .row {
	min-height: 400px;
	padding: 18rem 0 9rem 0;
}

/* faq-page */
/* blog-page */
.blog_img {
	margin-bottom: 6rem;
}

.blog_img a {
	margin-bottom: 3rem;
}

.datetime {
	float: left;
	width: 100%;
	margin: 2rem 0;
}

.datetime h4 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.blog_img p {
	font-size: 21px;
	font-weight: 700;
	color: #000;
}

.blog_img a:hover {
	color: #3ea948;
}

.blog>.container>h4 {
	margin-bottom: 5rem;
}

/* blog-page */


.blg_img_detail {
	max-height: 450px;
	margin-bottom: 30px;
}

.blog_detils {
	margin-bottom: 60px;
}


/* installation-resources-page */
.resources_img {
	margin-bottom: 6rem;
}

.resources_img a {
	margin-bottom: 3rem;
}

.datetime {
	float: left;
	width: 100%;
	margin: 2rem 0;
}

.datetime h4 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.resources_img p {
	font-size: 21px;
	font-weight: 700;
	color: #000;
}

.resources_img a:hover {
	color: #3ea948;
}

.in_resources>.container>h4 {
	margin-bottom: 5rem;
}

/* installation-resources-page */


/*STANDOUT FEATURES START*/
.standout-featured-pnl {
	padding: 10rem 0 20rem;
}

.featured-box {
	max-width: 385px;
}

.featured-box-in {
	position: relative;
	max-width: 100%;
}

.fea-line-area {
	position: absolute;
	width: 400px;
}

.fea-line-area input[type=radio],
.fea-line-area label {
	display: none;
}

@media (min-width:768px) {

	/*Top Left Line*/
	.fea-line-area.top-left {
		right: 93%;
		top: -20px;
	}

	.fea-line-area.top-left .inner_container {
		padding: 15px 75px 15px 20px;
		position: relative;
	}

	.fea-line-area.top-left .inner_container:before {
		content: '';
		width: 100%;
		height: 60px;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		border-top: 1px solid #7a7a7a;
		border-right: 1px solid #7a7a7a;
	}

	.fea-line-area.top-left .inner_container:after {
		content: '';
		width: 15px;
		height: 15px;
		display: block;
		position: absolute;
		right: -7.5px;
		border-radius: 100%;
		background: #10764b;
		top: 50px;
		border: 3px solid #1bc47d;
	}

	/*Top Left Line end*/
	/*Top right Line*/
	.fea-line-area.top-right {
		left: 82%;
		top: -20px;
	}

	.fea-line-area.top-right .inner_container {
		padding: 15px 20px 15px 120px;
		position: relative;
	}

	.fea-line-area.top-right .inner_container:before {
		content: '';
		width: 100%;
		height: 106px;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		border-top: 1px solid #7a7a7a;
		border-left: 1px solid #7a7a7a;
	}

	.fea-line-area.top-right .inner_container:after {
		content: '';
		width: 15px;
		height: 15px;
		display: block;
		position: absolute;
		left: -7.5px;
		border-radius: 100%;
		background: #10764b;
		top: 92px;
		border: 3px solid #1bc47d;
	}

	/*Top right Line end*/

	/*bottom left Line*/
	.fea-line-area.bottom-left {
		right: 88%;
		top: 60%;
		width: 480px
	}

	.fea-line-area.bottom-left .inner_container {
		padding: 15px 135px 15px 20px;
		position: relative;
	}

	.fea-line-area.bottom-left .inner_container:before {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		border-top: 1px solid #7a7a7a;
		border-left: 1px solid #7a7a7a;
	}

	.fea-line-area.bottom-left .inner_container:after {
		content: '';
		width: 15px;
		height: 15px;
		display: block;
		position: absolute;
		right: -7.5px;
		border-radius: 100%;
		background: #10764b;
		top: -7.5px;
		border: 3px solid #1bc47d;
	}

	/*bottom left Line end*/

	/*bottom right Line*/
	.fea-line-area.bottom-right {
		left: 94%;
		top: 62%;
		width: 335px;
	}

	.fea-line-area.bottom-right .inner_container {
		padding: 15px 20px 15px 115px;
		position: relative;
	}

	.fea-line-area.bottom-right .inner_container:before {
		content: '';
		width: 28%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		border-top: 1px solid #7a7a7a;
		border-right: 1px solid #7a7a7a;
	}

	.fea-line-area.bottom-right .inner_container:after {
		content: '';
		width: 15px;
		height: 15px;
		display: block;
		position: absolute;
		left: -7.5px;
		border-radius: 100%;
		background: #10764b;
		top: -7.5px;
		border: 3px solid #1bc47d;
	}

	/*bottom right Line end*/
	/*Bottom line*/
	.fea-line-area.bottom {
		left: 7rem;
		top: 95%;
		width: 375px;
	}

	.fea-line-area.bottom .inner_container {
		padding: 50px 20px 15px;
		position: relative;
	}

	.fea-line-area.bottom .inner_container:before {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		border-left: 1px solid #7a7a7a;
		border-bottom: 1px solid #7a7a7a;
	}

	.fea-line-area.bottom .inner_container:after {
		content: '';
		width: 15px;
		height: 15px;
		display: block;
		position: absolute;
		left: -7.5px;
		border-radius: 100%;
		background: #10764b;
		top: -7.5px;
		border: 3px solid #1bc47d;
	}

	/*Bottom line end*/
}

@media (min-width:992px) and (max-width:1265px) {

	.fea-line-area,
	.fea-line-area.bottom {
		width: 320px;
	}

	.fea-line-area.bottom-left {
		width: 350px;
	}

	.fea-line-area.bottom-left .inner_container {
		padding: 15px 55px 15px 20px;
	}

	.fea-line-area.top-left .inner_container {
		padding: 15px 45px 15px 20px;

	}

	.fea-line-area.top-right .inner_container {
		padding: 15px 20px 35px 85px;
	}

	.fea-line-area.bottom-right .inner_container:before {
		width: 20%;
	}

	.fea-line-area.bottom-right .inner_container {
		padding: 15px 20px 15px 85px;
	}

	.fea-line-area.bottom .inner_container {
		padding: 30px 20px 15px;
	}
}

@media (min-width:768px) and (max-width:991px) {

	.fea-line-area,
	.fea-line-area.bottom {
		width: 250px;
	}

	.fea-line-area.bottom-left {
		width: 250px;
	}

	.fea-line-area.bottom-left .inner_container {
		padding: 15px 55px 15px 20px;
	}

	.fea-line-area.top-left .inner_container {
		padding: 15px 45px 15px 20px;

	}

	.fea-line-area.top-right .inner_container {
		padding: 15px 20px 35px 85px;
	}

	.fea-line-area.bottom-right .inner_container:before {
		width: 20%;
	}

	.fea-line-area.bottom-right .inner_container {
		padding: 15px 20px 15px 85px;
	}

	.fea-line-area.bottom .inner_container {
		padding: 30px 20px 15px;
	}

	.fea-line-area.top-left .inner_container:before {
		height: 50px;
	}

	.fea-line-area.top-left .inner_container:after {
		top: 38px
	}

	.fea-line-area.top-right .inner_container:before {
		height: 75px
	}

	.fea-line-area.top-right .inner_container:after {
		top: 66px
	}
}

@media (max-width:767px) {
	.fea-line-area .inner_container {
		display: none;
		position: absolute;
		width: 250px;
		height: auto;
		background: rgba(255, 255, 255, 0.8);
		padding: 20px;
	}

	.fea-line-area {
		width: 15px;
		height: 15px;
	}

	.fea-line-area label {
		display: inline-block;
		width: 15px;
		height: 15px;
		display: block;
		border-radius: 100%;
		background: #10764b;
		border: 3px solid #1bc47d;
	}

	.fea-line-area input:checked~.inner_container {
		display: block;
	}

	.fea-line-area.top-left {
		top: 30px;
		left: 18px;
	}

	.fea-line-area.top-left .inner_container {
		left: -15px;
		top: 25px;
	}

	.fea-line-area.top-left .inner_container:before {
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid rgba(255, 255, 255, 0.8);
		position: absolute;
		left: 15px;
		top: -8px;
	}

	.fea-line-area.top-right {
		top: 65px;
		right: 50px;
	}

	.fea-line-area.top-right .inner_container {
		right: -15px;
		top: 25px;
	}

	.fea-line-area.top-right .inner_container:before {
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid rgba(255, 255, 255, 0.8);
		position: absolute;
		right: 15px;
		top: -8px;
	}

	.fea-line-area.bottom-left {
		top: 58%;
		left: 36px;
	}

	.fea-line-area.bottom-left .inner_container {
		left: 25px;
		top: -15px;
	}

	.fea-line-area.bottom-left .inner_container:before {
		content: '';
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-right: 8px solid rgba(255, 255, 255, 0.8);
		position: absolute;
		left: -8px;
		top: 15px;
	}

	.fea-line-area.bottom-right {
		top: 60%;
		right: 12px;
	}

	.fea-line-area.bottom-right .inner_container {
		right: 265px;
		top: -35px;
	}

	.fea-line-area.bottom-right .inner_container:before {
		content: '';
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 8px solid rgba(255, 255, 255, 0.8);
		position: absolute;
		right: -8px;
		top: 15px;
	}

	.fea-line-area.bottom {
		left: 9rem;
		bottom: 12px;
	}

	.fea-line-area.bottom .inner_container {
		bottom: 25px;
		left: -15px;
	}

	.fea-line-area.bottom .inner_container:before {
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid rgba(255, 255, 255, 0.8);
		position: absolute;
		left: 15px;
		bottom: -8px;
	}
}

/*STANDOUT FEATURES END*/

.blgimg_box {
	width: 100%;
	float: left;
	height: 500px;
	overflow: hidden;
}

.page-template-tpl-blog .blog {
	margin-top: 40px;
}

.takeTour .container .row p a.cmnBtn {
	height: 50px;
	width: 250px;
	font-weight: 500;
	font-family: "Helvetica";
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prints_area .container .prints_area_in_right .video_play a.pal_video {
	height: 50px;
	width: 250px;
	font-weight: 500;
	font-family: "Helvetica";
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.makeever-dv .row {
	justify-content: space-between;
}

.ever-dv-content p {
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #262A34;
}

.font_28 {
	font-size: 28px;
}

.ever-dv-in-box {
	height: 250px;
}

.get-finance .overlay {
	background-color: transparent !important;
}

.fibtn a.cmnBtn {
	height: 50px;
	width: 250px;
	font-weight: 500;
	font-family: "Helvetica";
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.fea-line-area.bottom-right .inner_container {
	padding: 15px 0px 15px 115px;
	position: relative;
}

.contact-form #gform_1 .gform_footer button.gform_button {
	height: 50px;
	width: 250px;
	font-weight: 500;
	font-family: "Helvetica";
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 8px;
}

.meetBossSec-2 p a.cmnBtn.include_more {
	height: 50px;
	width: 250px;
	font-weight: 500;
	font-family: "Helvetica";
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.contact-form #gform_1 .gform_footer button.gform_button:hover {
	background-color: #3ea948;
}

.page-template-tpl-contactus .prints_area .container .prints_area_in_right a {
	height: 50px;
	width: 250px;
	font-weight: 500;
	font-family: "Helvetica";
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.takevirtual .container .col-lg-6 p br {
	display: block !important;
}

#gform_1 .gfield_required {
	display: none;
}

.homeKitcontentIn p a {
	height: 48px;
	width: 206px;
	font-weight: 500;
	font-family: "Helvetica";
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.choose-box {
	margin-bottom: 3rem;
}

#gform_1 .gform_body .gform_fields .gfield .validation_message {
	background-color: transparent;
	border: none;
	padding: 0px;
}

.gform_validation_errors {
	background-color: transparent !important;
	border: none !important;
	padding: 0px !important;
}

.gform_wrapper .gform_validation_errors>h2 .gform-icon {
	left: 0 !important;
}

.gform_wrapper .gform_validation_errors>h2.hide_summary {
	margin: 0 !important;
	padding-left: 30px !important;
}

#exampleModal .modal-header h2 {
	font-family: Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 4rem;
	line-height: 30px;
	text-align: center;
	color: #343434;
	margin-bottom: 2.5rem;
}

#exampleModal .modal-header {
	padding: 15px;
	border: none;
	text-align: center;
	justify-content: center;
	display: block;
}

#exampleModal .modal-content {
	padding: 5rem 12rem;
	text-align: center;
	position: relative;
}

#exampleModal .modal-dialog {
	max-width: 650px;
	transform: translateY(20%);
}

#exampleModal .modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto;
	position: absolute;
	right: 15px;
	top: 15px;
}

#gform_fields_2 .ginput_container input {
	border: 1px solid #262A34;
	height: 35px;
	background-color: #fff;
}

#gform_fields_2 .ginput_container select {
	border: 1px solid #262A34;
	height: 35px;
	background-color: #fff;

}

#gform_fields_2 .ginput_container.ginput_container_select {
	position: relative;
}

#gform_fields_2 .ginput_container.ginput_container_select:before {
	background: url(https://harwaldepot.com/bossv2/wp-content/uploads/2022/01/arrow-popup.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 7px;
	content: "";
}

#gform_fields_2 .gfield label {
	text-align: left;
	font-family: Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #262A34;
}

#gform_fields_2 .gfield label .gfield_required {
	display: none;
}

#gform_fields_2 .gfield {
	text-align: left;
}

#gform_2 .gform_footer button {
	height: 50px;
	width: 250px;
	font-weight: 500;
	font-family: "Helvetica";
	padding: 0;
	cursor: pointer;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	margin-top: 2.5rem;
	color: #FFFFFF;
}

.get-finance .container .row .col-lg-5 {
	width: 580px;
}

.headerTop .bosscenter h5 strong a {
	font-family: "Helvetica";
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
}

.headerTop .col h5 strong a {
	font-family: "Helvetica";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 15px;
	color: #FFFFFF;
}

#gform_confirmation_message_2 h2 strong {
	color: #3ea948;
}

/*21/1/2022*/

.figure {
	position: relative;
	width: 360px;
	/* can be omitted for a regular non-lazy image */
	max-width: 100%;
}

.figure img.image-hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	opacity: 0;
	transition: opacity .2s;
}

.figure:hover img.image-hover {
	opacity: 1;
}

.full_width.meetBossSec-1 {
	padding-top: 0 !important;
}

.prints_area .prints_area_in_img a img.object_fit_cover.object-cover {
	object-fit: fill !important;
}

.page-template-tpl-installation-resources .blog.in_resources {
	margin-top: 4rem;
}

.page-template-tpl-space-kit .choose-your-style-area .container .row {
	justify-content: center;
}

.page-template-tpl-space-kit .choose-your-style-area .container .row .choose-box {
	margin-right: 10rem;
}

.page-template-tpl-space-kit .choose-your-style-area .container .row .choose-box:last-child {
	margin-right: 0;
}

.meetBossBoxIn h6 br {
	display: none;
}

.warranty_page {
	padding: 8rem 0;
}

.valuesBoxPic-mob {
	display: none;
}

.methd-h4-mb {
	display: none;
}

.ttmob {
	display: none;
}

.standout_feat_hedng {
	padding-top: 10rem;
}


.wall-stories-pnl .wall-stories-box .vdo-box a {
	width: 100%;
	object-fit: cover;
	height: 278px;
	border-radius: 5px;
	overflow: hidden;
}

.object-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}

.video_play {
	cursor: pointer;
}

.blgrbtnhome {
	margin-top: 40px;
}

.home-modal-vdo .modal-dialog .modal-content .modal-body {
	padding: 3px;
}

.home-modal-vdo .modal-dialog.modal-lg {
	max-width: 900px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.vdo-box {
	position: relative;
	overflow: hidden;
	height: 400px;
}

.vdo-box .overlay {
	background-color: #000;
	opacity: 0.09;
}

.video-icon {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	left: 50%;
	background-color: rgba(0, 0, 0, 0.4);
	width: 73px;
	height: 73px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.video-icon img {
	margin-left: 10px;
}

.radius-50 {
	border-radius: 50%;
}

.modal-in-video-pop {
	height: 450px;
}

.modal-in-video-pop iframe {
	width: 100%;
	height: 100%;
}

.home-modal-vdo {
	background: rgb(0 0 0 / 60%);
}

.popvdo-cls-icon {
	position: absolute;
	top: 3px;
	right: 3px;
	background-color: #1F9DEE !important;
	border-radius: 100%;
	width: 26px;
	height: 26px;
	z-index: 9;
	color: #fff;
	opacity: 2;
}

.pagination-wall-stories {
	padding: 60px 0 80px
}

.blog-text-fst h6 {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 18px;
	color: #232d4a;
	font-size: 25px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 50px
}

.pagination-wall-stories nav span:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.pagination-wall-stories nav a:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.pagination-wall-stories nav a:last-child {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.pagination-wall-stories nav a.prev.page-numbers {
	font-size: 0
}

.pagination-wall-stories nav a.prev.page-numbers:before {
	content: "";
	background-image: url(https://bosshomes.com/wp-content/uploads/2022/02/pagination-arrow-lft.png);
	width: 8px;
	height: 14px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%
}

.pagination-wall-stories nav a.next.page-numbers {
	background-color: #3ea948;
	font-size: 0
}

.pagination-wall-stories nav a.next.page-numbers:before {
	content: "";
	background-image: url(https://bosshomes.com/wp-content/uploads/2022/02/pagination-arrw-rgt.png);
	width: 8px;
	height: 14px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%
}

.pagination-wall-stories nav a.page-numbers {
	padding: 13px 23px;
	color: #232d4a;
	position: relative;
	display: block;
	margin-left: -1px;
	line-height: 1.25;
	border: 1px solid #dee2e6
}

.pagination-wall-stories nav span.page-numbers.current {
	padding: 13px 23px;
	color: #fff;
	position: relative;
	display: block;
	margin-left: -1px;
	line-height: 1.25;
	border: 1px solid #dee2e6;
	background-color: #3ea948;
}

.pagination-wall-stories nav span.page-numbers.dots {
	padding: 13px 23px;
	color: #232d4a;
	position: relative;
	display: block;
	margin-left: -1px;
	line-height: 1.25;
	border: 1px solid #dee2e6
}

.pagination-wall-stories nav {
	display: inline-flex
}

.wallstories h6 {
	color: #232d4a;
	font-size: 20px;
	font-weight: 300
}

.blog-details-img {
	margin-bottom: 60px
}

.blog-btn {
	color: #fff;
	margin: 8px 0 25px 0;
	background: #3ea948;
	padding: 7px 32px;
	border-radius: 5px;
}

#menu-item-3538:hover ul.dropdown-menu {
	display: block;
}

.mobile-no {
	display: none;
}


/* 30/6/2022 
 #sfsi_floater {
    right: 0 !important;
}
.extnd_text_cnt h1 {
    font-size: 3.6rem;
    padding-bottom: 2rem;
    color: #262a34;
    font-weight: 700;
}
.expand {
    color: #3ea948;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2rem;
}
.stretch {
	color: #3ea948;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2rem;
}
.btn_strip a {
	margin-top: 0 !important;
}
.btn_strip a:first-child {
	margin-right: 1.5rem;
	
}
.btn_strip a:last-child {
	background-color: #262a34;
}
.btn_strip a:last-child:hover {
	background-color: #3ea948;
}
.conventional-home {
	padding: 6rem 0;
}
.conventional-home .row {
    min-height: auto !important;
}
.btn_strip {
	margin-top: 4rem;
}
.meetBossSec-1 h1 {
	margin-bottom: 1.5rem;
}
.win_more_content {
	margin-top: 9rem !important;
}
.meetBossSec-2 .col-sm-6 ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 8px;
    color: #262A34;
    font-size: 1.8rem;
}
.meetBossSec-2 .col-sm-6 ul li:before {
	content: "";
    width: 12px;
    height: 12px;
    background-color: #3ea948;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}
.win_more_content .col-sm-6 h2 {
    font-size: 2.3rem;
}
.include_more {
    margin-top: 70px !important;
}
.read_more_modal_open {
	color: #3ea948;
}
.read_more_modal_open:hover {
	color: #000;
}
.modal-body {
    padding: 1rem 4rem 4rem 4rem;
    background-color: #ebeef1;
}
.modal-content .modal-header {
	background-color: #ebeef1;
	border: none;
}
.modal-body p {
    color: #262a34;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: justify;
    font-weight: 400;
}
.modal-dialog {
	max-width: 600px;
}
.conventional-home.convfst .row {   
    padding: 20rem 0 13rem 0;
}
.modal.fade {
	    background: #00000099;
}
.win_more_content .col-sm-6:first-child {
	padding-right: 4rem;
}
@media screen and (max-width: 767px) {
	.btn_strip a:first-child {
		margin-bottom: 1.5rem;
	}
	.win_more_content .col-sm-6:first-child {
	padding-right: 0rem;
}
	.conventional-home {
		margin-top: 0 !important;
		padding: 4rem 0;
	}
	.page-template-tpl-technology .banner img {
		position: absolute !important;
	}
	.mobile-no a {
		line-height: 10px;
		font-size: 2.4rem !important;
	}
	.win_more_content {
		margin-top: 4rem !important;
	}
	.win_more_content .col-sm-6:last-child {
		margin-top: 2rem;
	}
	.btn_strip a:first-child {
		margin-right: 0;
	}
} 

 30/6/2022 */


/* 28/6/2022 */

.extnd_text_cnt h1 {
	font-size: 3.6rem;
	padding-bottom: 2rem;
	color: #262a34;
	font-weight: 700;
}

.expand {
	color: #3ea948;
	font-weight: 500;
	font-size: 2rem;
	line-height: 2rem;
}

.stretch {
	color: #3ea948;
	font-weight: 500;
	font-size: 2rem;
	line-height: 2rem;
}

.btn_strip a {
	margin-top: 0 !important;
}

.btn_strip a:first-child {
	margin-right: 1.5rem;

}

.btn_strip a:nth-child(2) {
	background-color: #262a34;
}

.btn_strip a:nth-child(2):hover {
	background-color: #3ea948;
}

.conventional-home {
	padding: 6rem 0;
}

.conventional-home .row {
	min-height: auto !important;
}

.btn_strip {
	margin-top: 4rem;
}

.meetBossSec-1 h1 {
	margin-bottom: 60px;
	font-family: 'Oswald', sans-serif;
}

.stretched_cnt p {
	line-height: 33px;
}

.meetbossfstsection>.row {
	align-items: center;
}

.stretched_cnt {
	text-align: left;
}

.win_more_content {
	margin-top: 9rem !important;
}

.meetBossSec-2 .col-sm-6 ul li {
	position: relative;
	padding-left: 23px;
	margin-bottom: 8px;
	color: #262A34;
	font-size: 1.8rem;
}

.meetBossSec-2 .col-sm-6 ul li:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #3ea948;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 8px;
}

.win_more_content .col-sm-6 h2 {
	font-size: 2.3rem;
}

.include_more {
	margin-top: 70px !important;
}

.read_more_modal_open {
	color: #3ea948;
}

.read_more_modal_open:hover {
	color: #000;
}

.modal-body {
	padding: 1rem 4rem 4rem 4rem;
	background-color: #ebeef1;
}

.modal-content .modal-header {
	background-color: #ebeef1;
	border: none;
}

.modal-dialog .modal-content {
	border: 3px solid #3ea948;
	border-radius: 0;
}

.modal-body p {
	color: #262a34;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 400;
}

.modal-dialog {
	max-width: 600px;
}

.conventional-home.convfst .row {
	padding: 20rem 0 13rem 0;
}

.modal.fade {
	background: #00000099;
}

.win_more_content .col-sm-6:first-child {
	padding-right: 4rem;
}

.home .meetBoss {
	padding: 16rem 0 15rem;
}

.ondesktop {
	position: absolute;
	padding-left: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	font-size: 21px;
	font-weight: 500;
	color: #3ea948;
	text-transform: uppercase;
	font-family: "Anton", sans-serif;
}

.ondesktop a {
	font-size: 21px;
	font-weight: 500;
	color: #3ea948;
	text-transform: uppercase;
	font-family: "Anton", sans-serif;
}

.modal-body ul {
	margin-top: 1.5rem;
}

.bannerContent .cnt_btn {
	background-color: #262a34 !important;
	margin-left: 15px;
}

.home .modal-body h2 {
	margin-top: 3rem;
}

.banner .overlay {
	background-color: rgb(0 0 0 / 30%) !important;
}

.addnodfl {
	font-size: 3.6rem;
	margin-left: 2rem;
	margin-top: 1rem;
}

.footer-phoneno {
	margin-top: 30px;
}

.testd a.addnodfl {
	font-size: 2rem;
}

.addnodfl:hover {
	color: #3ea948;
}

/* floting-button */
.hide {
	display: none !important;
}


.sticky-container {
	position: fixed;
	right: 0;
	top: 45%;
	transform: rotate(-90deg);
	transform: translate(100%, -50%);
	-webkit-transform: translate(50%, -50%) rotate(-90deg);
	-moz-transform: translate(100%, -50%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 9999;
	margin-right: 20px;
}

.right-side-call {
	background-color: #19b33a;
	border-radius: 6px 6px 0 0;
	padding: 8px 22px;
	margin-right: 5px !important;
	color: #fff;
	font-size: 28px;
	display: inline-block;
	font-weight: 900;
	width: auto;
	max-width: 300px;
}

.right-side-call:hover {
	color: #fff !important;
}

.right-side-contact {
	font-size: 19px !important;
	padding: 14px 28px;
	text-transform: uppercase;
}

/* floting-button */

.con-msg2 {
	width: 100% !important;
	margin-bottom: 6px !important;
}

.con-msg2 .gchoice {
	display: flex !important;
	align-items: flex-start !important;
}

.con-msg2 .gchoice input {
	flex: 1 !important;
	min-width: 20px !important;
	height: 20px !important;
}

.con-msg2 .gchoice label {
	margin-top: -4px !important;
}

.con-msg2 .field_sublabel_below {
	margin-bottom: 10px !important;
}

.con-msg .gchoice {
	display: flex !important;
	align-items: flex-start !important;
}

.con-msg .gchoice .gfield-choice-input {
	margin-top: -3px !important;
}

@media screen and (max-width: 1699px) {
	.ondesktop {
		transform: translate(-40%, -50%);
		left: 30%;
	}
}

@media screen and (max-width: 1499px) {
	.ondesktop {
		transform: translate(-30%, -50%);
		left: 22%;
	}
}

@media screen and (max-width: 1399px) {
	.addnodfl {
		font-size: 2.6rem;
	}

	.testd a.addnodfl {
		font-size: 2.8rem;
		display: block;
		margin-left: 0;
		margin-top: 1.5rem;
	}

}

@media screen and (max-width: 1199px) {
	.ondesktop {
		display: none;
	}

	.mobile-no {
		display: block;
		position: absolute;
		top: 50%;
		left: 20%;
		transform: translate(-30%, -50%);
	}
}

@media screen and (max-width: 991px) {
	.mobile-no {
		display: block;
		position: initial;
		top: initial;
		left: initial;
		transform: initial;
	}

}

@media screen and (max-width: 767px) {
	.con-msg .gchoice .gfield-choice-input {
		margin-top: 3px !important;
		/*min-width: 15px!important;*/
		height: 15px !important;
	}

	.con-msg2 .gchoice input {

		min-width: 15px !important;
		height: 15px !important;
	}

	.bnnrhtxt {
		font-size: 3.6rem;
		margin-top: 1.5rem;
	}

	.home .banner .bannerContent>h5 {
		font-size: 28px !important;
	}

	.home .banner .bannerContent {
		text-align: center !important;
	}

	.bannerContent .cnt_btn {
		margin-left: 0px;
	}

	.home .bannerContent a.cmnBtn {

		position: initial !important;
		bottom: initial !important;
	}

	.bannerbutton_new {
		position: absolute;
		bottom: 20%;
	}

	.bannerbutton_new a:last-child {
		margin-top: 1.5rem !important;
	}

	.home .meetBoss {
		padding: 10rem 0 8rem;
	}

	.btn_strip a:first-child {
		margin-bottom: 1.5rem;
	}

	.win_more_content .col-sm-6:first-child {
		padding-right: 0rem;
	}

	.conventional-home {
		margin-top: 0 !important;
		padding: 4rem 0;
	}

	.page-template-tpl-technology .banner img {
		position: absolute !important;
	}

	.mobile-no a {
		line-height: 10px;
		font-size: 2rem !important;
	}

	.win_more_content {
		margin-top: 4rem !important;
	}

	.win_more_content .col-sm-6:last-child {
		margin-top: 2rem;
	}

	.btn_strip a:first-child {
		margin-right: 0;
	}

	.page-template-tpl-out-story .extnd_text_cnt h1 {
		font-size: 3rem;
		margin-top: 6rem;
	}

	.full_width.meetBossSec-1 {
		text-align: left !important;
	}

	.meetBossSec-2 .col-sm-6 ul li {
		font-size: 16px;
	}
}

/* 28/6/2022 */
.sticky-container a:first-child {
	background-color: #ce6605 !important;
}

.homeKitcontentIn {
	padding-right: 0;
}

.page-template-tpl-technology .closer_look_pnl .closer-area-left a.addnodfl {
	font-size: 3rem;
}


/*07/09/2022  Biswajit */

.tag .full_width.blog .container h4 {
	margin-top: 8rem;
}

.sticky-container a:first-child {
	background-color: #ce6605 !important;
}

.bannerbutton_new {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4rem;
}

.bannerbutton_new a {
	margin: 0;
}

.bannerbutton_new a.cmnBtn {
	margin: 0 0 0 1rem !important;
}

.alignment-vertical {
	display: flex;
	align-items: center;
	margin-top: 4rem;
}

.alignment-vertical a {
	margin: 0;
}

.alignment-vertical a.cmnBtn {
	margin: 0 1rem 0 0 !important;
}

/*01-07 pallab*/

#includeModal ul li {
	position: relative;
	padding-left: 23px;
	margin-bottom: 8px;
	color: #262A34;
	font-size: 1.8rem;
}

#includeModal ul li:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #3ea948;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 8px;
}

@media screen and (min-width: 991px) {
	.headerMain {
		position: relative;
	}

	/* .ondesktop {
    position: absolute;
    padding-left: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
} */

	.bannerContent .cnt_btn {
		background-color: #262a34;
		margin-left: 15px;
	}

	.bannerContent .cnt_btn:hover {
		background-color: #3ea948;
	}
}

/*01-07 pallab end*/


/* new-change-home-page-css */
.home .meetBoss {
	padding: 12rem 0 6rem 0 !important;
}

.bgmtbs {
	background-color: #343434;
}

.meetbossfstsection .extnd_text_cnt p {
	margin-left: 25px;
	color: #bcc5c3 !important;
	font-family: 'Assistant', sans-serif;
}

.meetbossfstsection .extnd_text_cnt h1 {
	color: #fff !important;
	font-family: 'Oswald', sans-serif;
}

.bannerbutton_new {
	justify-content: left !important;
}

.homebannerbutton a:first-child {
	margin-left: 0 !important;
}

.homebannerbutton a.cnt_btn {
	background-color: #fff !important;
	color: #262a34 !important;
}

.homeKit .homeKitRow .homeKitpic img {
	/* 	object-fit: contain !important; */
}

.homeKitTtl {
	font-size: 3.6rem !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin-bottom: 1.5rem !important;
	text-align: left;
}

.homeKitcontent {
	padding: 0 !important;
	text-align: left !important;
}

.homeKitcontentIn {
	padding: 0 5rem 0 0 !important;
}

.homeKitcontentIn h4 {
	margin-bottom: 2rem !important;
	font-size: 1.6rem !important;
	text-transform: uppercase !important;
	color: #838383 !important;
	letter-spacing: 2px;
}

.homeKitcontentIn p {
	font-size: 1.5rem !important;
}

.customizeIt {
	background: #cccccc !important;
	display: flex;
	align-items: center;
}

.values {
	background-color: #343434 !important;
}

.whyboss_boxIn {
	background-color: #3c3c3c;
	padding: 7rem 5rem;
	min-height: 270px;
}

.whyboss_boxContent p {
	font-size: 1.6rem;
	font-weight: 400;
	color: #c5c5c5;
	font-family: 'Assistant', sans-serif;
}

.whyboss_boxContent h4 {
	margin-bottom: 1.5rem;
	font-family: 'Oswald', sans-serif;
	font-size: 2.4rem;
}

.testimonials_home {
	padding: 8rem 0;
	background-color: #3ea810;
}

.testiboxin {
	background-color: #46ab19;
	padding: 1.5rem;
}

.testiTtl {
	margin-bottom: 1.5rem;
	font-family: 'Oswald', sans-serif;
}

.testiboxin p {
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	font-family: 'Assistant', sans-serif;
}

.testiboxin span {
	font-size: 1.4rem;
	font-weight: 400;
	color: #a2dda2;
	font-family: 'Oswald', sans-serif;
}

.valuesTtl {
	margin-bottom: 3rem !important;
	font-family: 'Oswald', sans-serif;
}

.customizeIt h2 {
	font-family: 'Oswald', sans-serif;
}

.customizeIt p {
	font-family: 'Assistant', sans-serif;
}

.homeKitcontent h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.homeKitcontentIn h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.homeKitcontentIn p {
	font-family: 'Assistant', sans-serif;
}

.banner .bannerContent h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 4rem !important;
}

.bannerContent h6 {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}

.standout-sec {
	background-color: #343434 !important;
	padding-top: 14rem;
}

.standout-sec .meetBossSec-1 h4 {
	margin-bottom: 2rem;
	font-family: 'Oswald', sans-serif;
}

.product-details-area .container .row {
	--bs-gutter-x: 1.5rem;
}

.standout-sec .meetBossSec-1 .detailsbox {
	display: inherit;
	align-items: inherit;
	min-height: inherit;
	border-right: none;
	border-bottom: none;
	padding-left: inherit;
	padding-top: inherit;
	padding-bottom: inherit;
	padding-bottom: calc(var(--bs-gutter-x) * .5);
}

.standout-sec .meetBossSec-1 .detailsbox .detailsbox-in {
	background-color: #3c3c3c;
	padding: 2rem;
}

.product-details-area .row .detailsbox:first-child {
	padding-left: inherit;
}

.standout-sec .meetBossSec-1 .detailsbox .detailsbox-in h3 {
	margin-bottom: 1.5rem;
	font-family: 'Oswald', sans-serif;
	color: #fff;
}

.standout-sec .meetBossSec-1 .detailsbox .detailsbox-in h6 {
	font-size: 1.4rem;
	font-weight: 400;
	color: #c5c5c5;
	font-family: 'Assistant', sans-serif;
}

.standout-sec .meetBossSec-1 {
	margin-bottom: 0 !important;
}

.tradinl-bnnr-dv {
	height: 500px;
}

.conventional-home {
	padding: 10rem 0 !important;
}

.conventional-home-in h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.conventional-home-in p {
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
}

.construction_methodology_dev {
	background-color: #3ea810;
	padding: 8rem 0;
}

.construction_methodology_dev h2 {
	margin-bottom: 4rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.constrion-box-img {
	height: 150px;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.constrion-box-text h4 {
	font-size: 1.8rem;
	color: #fff;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 1rem;
}

.constrion-box-text p {
	font-size: 1.6rem;
	color: #fff;
	font-weight: 400;
	font-family: 'Assistant', sans-serif;
}

.constrion-box-in {
	background-color: #46ab19;
	padding: 1.5rem;
}

.closer-section-dev {
	padding: 8rem 0;
}

.closer-section-dev .row {
	align-items: center;
	margin-bottom: 8rem;
}

.closer-section-dev .row:last-child {
	margin-bottom: 0;
}

.closerdev-rgt-img {
	height: 404px;
}

.closerdev-lft h4 {
	font-size: 4rem;
	color: #262a34;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 1.5rem;
}

.closerdev-lft p {
	font-size: 1.6rem;
	color: #262a34;
	font-weight: 400;
	font-family: 'Assistant', sans-serif;
}

.pr-60 {
	padding-right: 6rem;
}

.pl-60 {
	padding-left: 6rem;
}

.customizeIt .alignment-vertical a:hover {
	color: #000;
}

.footerGreen {
	display: none;
}

.headerMain .navbar-brand img {
	max-height: 6rem;
}

.constrion-box {
	position: relative;
	padding: 0 30px;
}

.construction_methodology_dev .container .row .constrion-box:first-child::before {
	content: "";
	background: url(https://bosshomes.com/wp-content/uploads/2023/01/plus.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
}

.construction_methodology_dev .container .row .constrion-box:nth-child(2)::before {
	content: "";
	background: url(https://bosshomes.com/wp-content/uploads/2023/01/cal.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
}

.construction_methodology_dev .container>.row {
	margin: -1rem -3rem -1rem -3rem;
	flex-wrap: wrap;
}


@media screen and (max-width: 991px) {
	.homeKitpic {
		height: 30rem !important;
		padding: 2rem;
	}

	.whyboss_boxIn {
		background-color: #3c3c3c;
		padding: 3rem;
		min-height: auto;
	}

}

@media screen and (max-width: 767px) {

	.constrion-box {
		padding: 0;
		margin-bottom: 9rem;
	}

	.construction_methodology_dev .container .row .constrion-box:first-child::before {
		left: 50%;
		bottom: -5rem;
		transform: translateX(-50%);
		top: inherit;
	}

	.construction_methodology_dev .container .row .constrion-box:nth-child(2)::before {
		left: 50%;
		bottom: -5rem;
		transform: translateX(-50%);
		top: inherit;
	}

	.construction_methodology_dev .container>.row {
		margin: -1rem 0rem -1rem 0rem;
	}

	.construction_methodology_dev {
		padding: 8rem 0 0 0;
	}

	.testiboxin {
		margin-bottom: 3rem;
	}

	.homeKitcontentIn {
		text-align: center !important;
		padding: 0 !important;
	}

	.homeKitcontent h2 {
		text-align: center;
	}

	.customizeIt h2 {
		color: #000 !important;
	}

	.customizeIt p {
		color: #000 !important;
	}

	.customizeIt .alignment-vertical a {
		margin-top: 1.5rem;
		background-color: #3ea948;
		color: #fff;
	}

	.home .values h2.valuesTtl {
		font-size: 24px !important;
		color: #fff !important;

	}

	.home .values {
		padding: 6rem 0 !important;
	}

	.customizeIt {
		display: block;
	}

	.whyboss_boxIn {
		margin-bottom: 1.5rem;
	}

	.bannerbutton_new a.cmnBtn {
		margin: 0 !important;
	}

	.bannerbutton_new a:first-child {
		margin-bottom: 2rem;
		text-align: center !important;
	}

	.choose-box {
		width: 100% !important;
	}

	.productRoofImg img {
		max-width: 100% !important;
	}

	.constrion-box-in {
		margin-bottom: 2rem;
	}

	.closerdev-rgt-img {
		margin-top: 2rem;
	}

	.pr-60 {
		padding-right: 0;
	}

	.pl-60 {
		padding-left: 0;
	}

	.closerdev-rgt-img {
		height: 250px;
	}

	.tradinl-bnnr-dv {
		height: 350px;
	}

}

/* new-change-home-page-css */


.single .blog_detils .blog_desc ul li {
	position: relative;
	padding-left: 18px;
}

.single .blog_detils .blog_desc ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	background-color: #3ea948;
	border-radius: 50%;
}

.blog_desc .blog-btn:hover {
	color: #fff;
}

.con-msg .gchoice input {
	width: 3% !important;
	/*margin-right: 10px;*/
	background: transparent;
}

.con-msg2 .gchoice input {
	margin-right: 10px;
}


.phase-section {
	padding: 90px 0px;
	position: relative;
	z-index: 100;
	background: #252934;
	margin-top: -32px;
}

.phase-section h5 {
	font-size: 30px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: -45px;
	margin-bottom: 65px;
}

.phase-section h2 {
	font-size: 42px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	color: #19b33a;
}

.full-width-banner {
	width: initial !important;
	float: initial !important;
	min-height: 100vh !important;
}

.full-width-banner img {
	height: 100% !important;
}

.full-width-banner .overlay {
	height: 100% !important;
}

.phase-circle {
	width: 225px;
	height: 225px;
	background: #3ea949;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-top: -35px;
}

.phase-circle-in {
	height: 200px;
	width: 200px;
	padding-top: 25px;
}

.phase-circle span {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.phase-circle h4 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
	word-break: break-all;
	margin-top: 2px;
}

.phase-content {
	text-align: center;
}

.phase-content p {
	max-width: 200px;
	margin: auto;
	color: #fff;
	margin-top: 10px;
	font-size: 20px;
}

.phase-col {
	position: relative;
}

.phase-section .phase-col:nth-child(1)::before,
.phase-col:nth-child(2):before,
.phase-col:nth-child(3):before {
	content: '';
	position: absolute;
	top: 4%;
	right: -20px;
	width: 142px;
	height: 140px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M4 9h8V5.414a1 1 0 0 1 1.707-.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586A1 1 0 0 1 12 18.586V15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1'/%3E%3C/svg%3E");
	background-position: right;
	background-repeat: no-repeat;
	background-size: 40px;
}

.phase-section .phase-col:nth-child(4):before {
	content: '';
	position: absolute;
	top: 4%;
	right: -20px;
	width: 142px;
	height: 140px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M4 9h8V5.414a1 1 0 0 1 1.707-.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586A1 1 0 0 1 12 18.586V15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1'/%3E%3C/svg%3E");
	background-position: right;
	background-repeat: no-repeat;
	background-size: 40px;
	display: none !important;
}

@media screen and (max-width: 1199px) {
	.phase-circle {
		width: 200px;
		height: 200px;
		margin-top: -15px;
	}

	.phase-content p {
		max-width: 175px;
		font-size: 16px;
	}

	.phase-circle-in {
		padding-top: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.phase-section h5 {
		margin-top: 0px;
		margin-bottom: 35px;
	}
}

@media only screen and (max-width: 991px) {
	.phase-section .phase-col:nth-child(1)::before {
		display: none;
	}

	.phase-section .phase-col:nth-child(1)::before,
	.phase-col:nth-child(2):before,
	.phase-col:nth-child(3):before,
	.phase-col:nth-child(4)::before {
		transform: rotate(90deg) translateX(-50%) !important;
		background-size: 40px !important;
		bottom: -23rem !important;
		left: 0% !important;
		width: 100%;
		background-position: center center !important;
		top: initial !important;
		height: 100% !important;
		width: 100% !important;

	}

	.phase-col {
		margin-bottom: 80px;
	}

	.phase-section .phase-col:nth-child(4):before {
		display: block !important;
	}

	.phase-col:last-child {
		margin-bottom: 0;
	}
}

/* .phase-col:nth-child(2):before {
	    content: '';
    position: absolute;
    top: 7%;
    right: -27px;
    width: 142px;
    height: 140px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M4 9h8V5.414a1 1 0 0 1 1.707-.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586A1 1 0 0 1 12 18.586V15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1'/%3E%3C/svg%3E");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50px;
}
.phase-col:nth-child(3):before {
	    content: '';
    position: absolute;
    top: 7%;
    right: -27px;
    width: 142px;
    height: 140px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M4 9h8V5.414a1 1 0 0 1 1.707-.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586A1 1 0 0 1 12 18.586V15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1'/%3E%3C/svg%3E");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50px;
} */

/* 10-09-2024 responsive phase-col:nth-child by shrabanti */

/* @media screen and (max-width: 1399px) { 
	.phase-col:nth-child(1)::before {
    	background-size: 40px;
	}
	.phase-col:nth-child(2):before {
    	background-size: 40px;
	}
	.phase-col:nth-child(3):before {
    	background-size: 40px;
	}
} */

@media(max-width: 767px) {

	.phase-section .phase-col:nth-child(1)::before,
	.phase-col:nth-child(2):before,
	.phase-col:nth-child(3):before,
	.phase-col:nth-child(4)::before {
		transform: rotate(90deg) translateX(-50%);
		bottom: initial !important;
		left: -3rem !important;
		background-position: 74% center !important;
		top: -10rem !important;
		height: 100px !important;
		width: 100px !important;
		margin: auto !important;
	}

	.phase-section .phase-col:nth-child(4):before {
		display: block !important;
	}
}

@media(max-width: 575px) {
	.footerBox {
		width: 31%;
		padding-left: 3rem;
	}

	.footerBox:nth-child(4),
	.footerBox:nth-child(5) {
		width: 48%;
	}

	.footerBox:nth-child(3) {
		margin-left: initial !important;
	}

	.footerBox:nth-child(3) .footerBoxIn {
		padding-left: 0 !important;
	}

	.footer .container .row {
		display: flex;
	}

	.footerBoxLogo {
		transform: translatex(0);
	}

	.footerBoxLogo {
		position: initial;
	}
}

/* 19-08-2024 */

.story-banner .row {
	padding: 0 !important;
}

.story-banner {
	width: 100%;
	min-height: 100vh;
	/* 	padding: 100px 0 0; */
	position: relative;
}

.story-banner-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.story-banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story-banner-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 0;
	/* 	background: #37893cbd;
	z-index:1;
	mix-blend-mode: color-burn; */
}

.story-banner-info::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #37893cbd;
	mix-blend-mode: color-burn;
}

.story-banner-info h4 {
	font-size: 4.6rem;
	color: #262a34;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
	mix-blend-mode: normal;
}

.story-banner2 .row {
	padding: 0 !important;
}

.story-banner2 {
	padding-top: 20px !important;
	padding-bottom: 50px !important;
}

.story-banner2-info h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 26px;
	color: #000;
}

.story-banner2 p {
	max-width: 780px;
}

.con-sec {
	width: 100%;
	min-height: 80vh;
	background: url(https://bosshomes.com/wp-content/uploads/2022/04/taketour-banner.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
    background: transparent;
    padding: 50px;

}

.con-sec-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 70px 20px;

}

.con-sec-content::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #37893cbd;
	mix-blend-mode: color-burn;
	pointer-events: none;
	border-radius: 10px;
}

/* .con-sec-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 100.5%;
  height: 100%;
  border: 7px dotted #37893cbd;
  border-radius: 10px;
} */
.con-sec .container {
	width: 100%;
	height: 80vh;
}

.con-sec .row {
	width: 100%;
	height: 100%;
}

.con-sec-content h3 {
	font-size: 40px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	max-width: 200px;
	line-height: 47px;
}

.con-sec-content p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.con-sec-content .con-btn a {
	background: #232833;
	border-radius: 10px;
	padding: 10px 20px;
	border: 3px solid #fff;
	text-transform: capitalize;
	color: #89c477;
	font-weight: 700;
	font-size: 22px;
	transition: all .3s ease-in-out;
}

.con-sec-content .con-btn a:hover {
	background: #fff;
	color: #252934;
	border-color: #252934;
}

.contact-page-form .form-control {
	padding: 0 !important;
}

.contact-page-form #field_1_7 .gfield_label {
	line-height: 27px;
}

.contact-page-form .gfield_label_before_complex {
	color: #fff;
	font-weight: 400 !important;
}

.contact-page-form #field_1_10 .gfield_radio {
	display: flex;
	width: 185px;
}

.contact-page-form .gfield_radio .gchoice {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0 8px;
	/* 	flex: 1; */
}

.contact-page-form .gfield_radio .gchoice label {
	margin-bottom: 0 !important;
}

.contact-page-form .gchoice input[type=radio]:checked {
	display: inline-block;
	background-color: #fff !important;
}

#gform_1 {
	position: relative;
}

#gform_1 .gform_footer {
	position: absolute;
	bottom: 5px;
	right: 107px;
}

.contact-page-form #gform_fields_1 .gfield_label {
	margin-bottom: 1rem;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

.contact-page-form .gfield_radio .gchoice .gfield-choice-input {

	width: 15px !important;
	height: 15px !important;
	background: none !important;
	border: 0px solid red !important;
	padding: 0.5em;
	-webkit-appearance: none;
	outline: 0.1em solid white;
	outline-offset: 0.1em;
	border: none;
}

#field_1_10 .gfield_radio .gchoice {
	flex: 1;
}

#field_1_12 .gfield_radio {
	display: flex;
	flex-direction: column;
	gap: 6px 0;
}

.con-help-flex {
	display: flex;
	align-items: center;
	margin: 15px 0;
}

#field_1_4,
#field_1_7 {
	margin-top: 30px;
}

#field_1_4 {
	grid-column: 1 / 8;
}

#field_1_7 {
	background: #333744;
	width: 379px;
	padding: 20px;
	grid-column: 8 / -1;
}

.gform_footer .cmnBtn {
	margin: 0 !important;
}

.con-help-flex .con-info h5,
.con-help-flex .con-info h6 {
	text-align: center
}

.con-help-flex a {
	font-size: 19.4px;
	color: #fff;
}

.con-help-flex .con-parag h6,
.con-help-flex .con-parag p {
	font-size: 12px !important;
}

.con-help-flex .con-parag h6 {
	margin: 3px 0 6px;
	font-size: 19.3px !important;
}

.con-help-flex .con-info {
	margin: 0;
}

/*consent filed in contact us form*/
#field_1_8 {
	width: 58%;
}

#field_1_8 legend {
	display: none;
}

#choice_1_8_1 {
	width: 2% !important;
	float: left !important;
	scale: 2 !important;
}

#label_1_8_1 {
	margin-left: 15px;
	font-size: 16px !important;
}

#field_1_7 {
	position: relative !important;
	margin-top: -270px !important;
}

#field_2_10 legend {
	display: none;
}

#choice_2_10_1 {
	float: left;
	margin-top: -4px;
	scale: 1.5;
}

#label_2_10_1 {
	margin-left: 18px;
	font-size: 16px !important;
}

@media only screen and (max-width: 1199px) {
	#field_1_8 {
		width: 54%;
	}

	#choice_1_15_1 {
		scale: 3 !important;
	}
}

@media only screen and (max-width: 991px) {
	#field_1_7 {
		position: relative !important;
		margin-top: 0px !important;
	}

	#field_1_8 {
		width: 100%;
	}

	#choice_1_8_1 {
		scale: 2 !important;
	}
}

@media only screen and (max-width: 767px) {
	#choice_1_8_1 {
		scale: 3 !important;
	}
}