/* */

.new-container {
	width: 100%;
	max-width: 1366px;
}

.footerSec.footer-second {
	padding-top: 80px;
	background: #0d0d0d;
}

.footer-second .footerMain {
	padding-bottom: 0;
}

.footer-second .footer-top {
	padding-bottom: 30px;
	border-bottom: 1px solid #4f4f4f;
}

.footer-second .footerMain .footerlogo {
	max-width: 205px;
	margin-bottom: 0;
}

.footer-second .f-social {
	display: flex;
	width: 100%;
	justify-content: end;
}

.footer-second .f-social li {
	padding-left: 7px;
}

.footer-second .f-social li a {
	background: #f37a21;
	color: #ffffff;
	transition: all 0.4s ease-in-out;
	width: 36px;
	height: 36px;
}

.footer-second .f-social li a .icon {
	line-height: 2;
}

.footer-second .f-social li a.fb:hover {
	background: #4268b1;
}

.footer-second .f-social ul li a.twitter:hover {
	background: #03a9f4;
	transition: all 0.4s ease-in-out;
}

.footer-second .f-social ul li a.youtube:hover {
	background: #FF0000;
}

.footer-second .f-social ul li a.linkedin:hover {
	background: #0077b5;
}

.footer-second .f-social li:nth-child(3) a svg {
	fill: #ffffff;
}

.footer-second .footer-middle {
	padding: 39px 0 10px;
	border-bottom: 1px solid #4f4f4f;
}

.footer-second .footerMain .footerBox .Link {
	padding: 0 0 0 20px;
}

.footer-second .footerMain .footerBox .quick {
	padding: 0;
	width: 52%;
}

.footer-second .footerMain .footerBox .quick.Link ul {
	display: flex;
	flex-wrap: wrap;
}

.footer-second .footerMain .footerBox .quick.Link ul li {
	width: 50%;
	padding-right: 10px;
}

.footer-second .footerMain .footerBox .bliss {
	width: 40%;
}

.footer-second .footerMain .footerBox .footTitle {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
}


.footer-second .footContact {
	display: block;
	width: 100%;
}

.footer-second .footBoxCon .footContact {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 22px;
	margin-bottom: 5px;
}

.footer-second .footBoxCon .footContact .icon {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 13px;
	line-height: 13px;
	color: #F47A20;
}

.footer-second .footBoxCon .footContact a {
	color: #9B9B9B;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.4s ease-in-out;
}

.footer-second .footBoxCon .footContact a:hover {
	color: #f47a20;
}

.footer-second .copyright .powerdby {
	display: flex;
	align-items: center;
	justify-content: end;
}

.footer-second .copyright {
	text-align: left;
	background: transparent;
}


/* news */

.update-latestNews .viewAll {
	font-size: 16px;
	color: #000000;
	position: absolute;
	font-weight: 600;
	padding-bottom: 12px;
	text-transform: uppercase;
	line-height: normal;
	top: 28px;
	right: 30px;
}

.update-latestNews .viewAll:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #1865f1;
}

.latest-slider {
	margin: 0 -14px;
	padding-bottom: 30px;
	padding-top: 40px;
}

.news-col {
	padding: 0 14px;
}

.newsbox {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.newsbox::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 227px;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.newsbox:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(360deg, #1865F1 0%, rgba(0, 0, 0, 0) 201.01%);
	z-index: 1;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.newsbox:hover:after {
	opacity: 1;
}

.news-con {
	padding: 20px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.news-title {
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.news-img {
	position: relative;
	padding-bottom: 463px;
}

.news-img img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	transition: transform .6s ease-in-out;
}

.newsbox:hover .news-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition-duration: 2s;
	transition-duration: 2s
}

.news-date {
	font-size: 17px;
	padding-left: 28px;
	position: relative;
	color: #ffffff;
}

.calender-icon {
	position: absolute;
	left: 0;
	top: -1px;
	bottom: 0;
	background: url(../img/calender.svg) no-repeat;
	width: 18px;
	height: 18px;
	background-size: 100%;
	margin: auto;
}

.latest-slider .slick-list {
	margin-right: -728px;
}


.new-expertSec {
	background: #e8f0fd;
}

.new-expertSec .secHead {
	margin-bottom: 40px;
}

.new-expertSec .expertBox .expertBoxInner .expertImg {
	padding-bottom: 560px;
}

.new-expertSec .expertBox .expertBoxInner .expertCon {
	text-align: right;
	padding: 38px;
}

.new-expertSec .expertBox .expertBoxInner .expertCon .expertName {
	font-size: 27px;
	font-weight: 600;
	max-width: 200px;
	margin-left: auto;
}

.new-expertSec .expertBox .expertBoxInner .expertImg:before {
	height: 200px;
}

.its-bliss-sec {
	background-size: cover;
	background-position: top center;
	padding: 170px 0;
}

.its-bliss-con {
	max-width: 410px;
	margin-left: 65px;
}

.its-bliss-con .bills-title {
	font-size: 78px;
	font-weight: 800;
	color: #000000;
	line-height: 1;
}

.its-bliss-con p {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 35px;
}

.its-bliss-con p span {
	font-size: 30px;
	font-weight: 700;
}

.its-bliss-con .btn {
	font-size: 21px;
	padding: 14px 31px;
}

.footer-social-links {
	display: none;
}

.update-latestNews .secHead {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 35px;
}

.update-latestNews .secHead .news-main-title {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	font-size: 34px;
	color: #000000;
	margin-bottom: 0;
	line-height: 1.3;
	font-weight: 800;
}

.investment-sec {
	background-size: cover;
	background-repeat: no-repeat;
}

.investmentcon .small-title-1 {
	color: #ffffff;
}

.investment-title {
	font-size: 34px;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 15px;
}

.investmentcon {
	max-width: 550px;
}

.investmentcon .cmsCon p {
	color: #ffffff;
	font-size: 16px;
}

.investmentlist {
	padding: 0;
	list-style: none;
	margin-left: 86px;
}

.investmentlist li {
	display: block;
	padding-bottom: 20px;
	display: inline-flex;
	align-items: center;
	background: #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 20px;
	padding-left: 50px;
	border-radius: 50px;
	position: relative;
	margin-bottom: 20px;
}

.investmentlist li:nth-child(2) {
	margin-left: 90px;
}

.investmentlist li:nth-child(3) {
	margin-left: -54px;
}

.investmentlist li:nth-child(4) {
	margin-left: 29px;
}

.investmentlist li:nth-child(5) {
	margin-left: 90px;
}

.investmentlist li:last-child {
	margin-bottom: 0;
}

/*.investbox {
	display: inline-flex;
	align-items: center;
	background: #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 20px;
	padding-left: 50px;
	border-radius: 50px;	
	position: relative;
}*/

.investmentlist li:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	background: url(../img/true-arrow.svg);
}

/*.investbox .icon-img {
	margin-right: 10px;
}*/

.rera-certificate-video-sec {
	position: relative;
}

.rera-certificate-video-sec .rera-bg {
	position: absolute;
	right: -88px;
	bottom: -49px;
	z-index: -1;
}

.unlock-offer-form .wpcf7 form .wpcf7-response-output {
	color: #ffffff;
}

/* lp */

.landing-form {
	background-color: #1865f1;
	padding: 25px;
}

.landing-form  .sec-head .sub-title{
	color: #fff;
}

.landing-form .title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
	color: #fff;
}

.landing-form .sub-title,
.lp-form-wrapper .sub-title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;

}

.landing-form .sub-title {
	margin-bottom: 25px;
}

.lp-form-wrapper .title {
	margin-bottom: 10px;
	color: #fff;
	font-size: 35px;
	font-weight: 600;
}

.lp-form-wrapper .sec-head {
	margin-bottom: 25px;
	color: #fff;
}

.lp-form-wrapper {
	background-color: #1865f1;
	padding: 30px;
}

.lp-form-wrapper .btn:hover,.landing-form .btn:hover {
	color: #f47a20;
}

.lp-form-wrapper .btn:hover::before ,.landing-form .btn:hover::before{
	background-color: #fff;
}

.lp-form-right .sub-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    color: #000;
}
.lp-form-right .sec-title {
    font-size: 50px;
    line-height: 1;
    color: #1865f1;
    font-weight: 600;
    margin-bottom: 20px;
}
.lp-form-right span{
	font-size: 35px;
    line-height: 1;
    color: #000;
}
.page-template-landing-residential-bliss-home .btnRow{
	display: flex;
	align-items: center;

} 

.page-template-landing-residential-bliss-home .btnRow p{
	margin-bottom: 0;
	margin-right: 10px;
}

.page-template-landing-residential-bliss-home .spinner-border{
	display: none;
}
.page-template-landing-residential-bliss-home .submitting .spinner-border{
	display: block;
}

.page-template-landing-residential-bliss-home .wpcf7-not-valid-tip{
	font-size: 11px !important;
	font-weight: normal !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
}
.page-template-landing-residential-bliss-home .fancybox-button svg{
	filter: invert(1);
}

.aboutus-bliss-sec .aboutus-con .cms-con p{
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.aboutus-bliss-sec .aboutus-con .sec-head{
	margin-bottom: 15px;
}



@media screen and (max-width: 1460px) {

	.latest-slider .slick-list {
		margin-right: -360px;
	}

	.its-bliss-sec {
		padding: 120px 0;
	}

	.its-bliss-con .bills-title {
		font-size: 70px;
	}

}


@media screen and (max-width: 1399px) {}

@media screen and (max-width: 1299px) {

	.its-bliss-con .bills-title {
		font-size: 60px;
	}

	.its-bliss-con .btn {
		font-size: 18px;
	}

	.lp-form-right .sec-title ,.lp-form-right .sub-title{
		font-size: 40px;
	}

}

@media screen and (max-width: 1199px) {


	.new-common-sec {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.footerSec.footer-second {
		padding-top: 50px;
	}

	.footer-second .f-social ul li:last-child {
		margin-top: 0;
		padding-left: 7px;
	}

	.footer-second .footerMain .footerBox .bliss {
		width: 48%;
		padding: 0;
	}

	.news-img {
		padding-bottom: 360px;
	}

	.latest-slider .slick-list {
		margin-right: -230px;
	}

	.newsbox:after {
		display: none;
	}

	.new-expertSec .expertBox .expertBoxInner .expertImg {
		padding-bottom: 450px;
	}

	.rera-certificate-video-sec .rera-bg {
		right: -396px;
	}

}

@media screen and (max-width: 991px) {

	.new-common-sec {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.new-expertSec .expertBox .expertBoxInner .expertImg {
		padding-bottom: 350px;
	}

	.footer-second .footerMain .footerBox .bliss {
		width: 100%;
	}

	.update-latestNews .secHead .news-main-title {
		font-size: 30px;
	}

	.update-latestNews .viewAll {
		right: 0;
		top: 22px;
		font-size: 15px;
	}

	.latest-slider {
		padding-top: 0;
	}

	.new-expertSec .expertBox .expertBoxInner .expertCon {
		text-align: right;
		padding: 26px;
	}

	.its-bliss-con {
		margin-left: 0;
	}

	.its-bliss-con .bills-title {
		font-size: 50px;
	}

	.its-bliss-con p span {
		font-size: 28px;
	}

	.its-bliss-con p {
		margin-bottom: 25px;
	}

	.investmentcon {
		max-width: 100%;
	}

	.rera-certificate-video-sec .rera-bg {
		display: none;
	}

	.lp-form-right .sec-title, .lp-form-right .sub-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
	.lp-form-right span{
		font-size: 20px;
	}
	.lp-form-right{
		margin-bottom: 25px;
	}
	.lp-form-wrapper .title{
		font-size: 30px;
	}
	.aboutus-bliss-sec .aboutus-con .cms-con p{
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {

	.footerSec.footer-second {
		padding-top: 0;
	}

	.footer-top {
		display: none;
	}

	.footer-second .footer-middle {
		padding: 35px 0;
	}

	.footer-second .footerBox {
		margin-bottom: 20px;
	}

	.footer-second .footerMain .footerBox .footTitle {
		margin-bottom: 10px;
	}

	.footer-social-links {
		display: block;
	}

	.footer-social-links .f-social {
		justify-content: start;
	}

	.footer-second .f-social li a {
		line-height: 36px;
	}

	.latest-slider {
		margin: 0 -7px;
	}

	.news-col {
		padding: 0 7px;
	}

	.news-title {
		font-size: 20px;
	}

	.news-date {
		font-size: 15px;
	}

	.update-latestNews .secHead .news-main-title {
		font-size: 26px;
	}

	.news-img {
		padding-bottom: 320px;
	}

	.new-expertSec .expertBox .expertBoxInner .expertImg {
		padding-bottom: 250px;
	}

	.new-expertSec .expertBox .expertBoxInner .expertCon {
		padding: 15px;
	}

	.new-expertSec .expertBox .expertBoxInner .expertCon .expertName {
		font-size: 18px;
	}

	.its-bliss-con .bills-title {
		font-size: 40px;
	}

	.its-bliss-con p {
		font-size: 20px;
	}

	.its-bliss-con p span {
		font-size: 22px;
	}

	.its-bliss-con .btn {
		font-size: 15px;
		padding: 14px 20px;
	}

	.investmentlist {
		margin-left: 0;
		margin-top: 20px;
	}

	.investmentlist li {
		font-size: 15px;
		width: 100%;
	}

	.investmentlist li:nth-child(2),
	.investmentlist li:nth-child(3),
	.investmentlist li:nth-child(4),
	.investmentlist li:nth-child(5) {
		margin-left: 0;
	}

	.investmentlist li:before {
		background-size: cover;
		width: 20px;
		height: 20px;
	}

	.investment-title {
		font-size: 28px;
	}

	.investmentcon .cmsCon p {
		font-size: 14px;
	}

	.rera-certificate-video-box,
	.rera-certificate-video-con .cms-con {
		max-width: 100%;
	}


}

@media screen and (max-width: 568px) {

	.latest-slider .slick-list {
		margin-right: 0;
	}

	.footer-second .copyright p {
		text-align: center;
	}

	.footer-second .copyright .powerdby {
		justify-content: center;
		margin-top: 6px;
	}

	.new-common-sec {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.update-latestNews .secHead {
		text-align: left !important;
	}

	.news-con {
		padding: 20px;
	}

	.its-bliss-sec {
		padding-top: 244px;
		background-size: 160%;
		background-repeat: no-repeat;
		background-position: right top;
	}

	.landing-wrapper .headerRight .payNowSec {
		margin-right: 0;
	}

	.landing-wrapper .innerHeader .call-main span a {
		font-size: 13px;
	}

	.landing-wrapper .logo {
		max-width: 120px;
	}

	.header-landing .col-auto {
		padding: 0 10px;
	}
	.lp-form-wrapper .title{
		font-size: 25px;
	}
	.lp-form-wrapper{
		padding: 20px;
	}
	.lp-form-right .sec-title, .lp-form-right .sub-title,.landing-form .title{
		font-size: 22px;
	}
	.lp-form-right span ,.landing-form .sub-title{
        font-size: 16px;
    }
	.landing-form{
		padding: 18px;
	}
	.aboutus-bliss-sec .aboutus-con .sec-head {
		margin-bottom: 10px;
	}
	.page-template-landing-residential-bliss-home .bliss-banner-text .cms-con p{
		font-size: 14px;
	}
	.page-template-landing-residential-bliss-home .bliss-banner-text .cms-con {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 480px) {

	.update-latestNews .secHead {
		display: flex;
		flex-wrap: wrap;
	}

	.update-latestNews .viewAll {
		position: relative;
	}

}