.pricing-container{
	width:100%;
	max-width:1192px;
	margin:0 auto;
	margin-bottom:50px;
	margin-top:50px;
}
.page-template-page-new-template .container {
    max-width: 1190px;
}
.property-wrapper{
    width: 100%;
    max-width: 1192px;
    min-height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom: 25px;
    padding-top: 25px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.property-item{
	text-align:center;
}
.property-text{
	color: #00305B;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.item-flex{
	display:flex !important;
}
.property-wrapper div{
	padding: 0 30px;
	width: 25%;
}
.Parent .prop-title p{
	width:200px;
	text-align:left;
}
.img-down{
	rotate: 180deg;
}
.pointer{
	cursor:pointer;
}
.pricing-container .Child{
	display:none;
}
.Parent .prop-title{
	color: #00305B;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
}
.Child .prop-title{
	color: #00305B;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.Child .prop-title p:before{
	content: url(../img/icons/ellipse.svg);
    margin-left: -20px;
	position:absolute;
}
.Child .prop-title p{
	padding-left:30px;
	text-align:left;
}

.blue {
  background: #EEF6FF;
}
.white {
  background: #fff;
}
.img-open{
/* 	display:none; */
	visibility:hidden;
	margin-left: 20px;
}
.main-title-block{
	width:100%;
	height:80px;
	background: #F5F7F9;
	display:flex;
	align-items:center;
	justify-content:center;
}
.main-title-block p{
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin:0;
	padding:0;
	color: #008BD2;
}
.sub-menu{
	display:none;
	position:absolute;
	background:#fff;
	padding: 30px 40px;
}
.sub-menu li{
	list-style-type:disc;
	color:#00305B;
	margin-bottom: 6px;
    font-size: 21px;
}
.sub-menu li::marker{
	margin-top:10px;
}
.sub-menu li:last-child{
	margin-bottom:0;
}
.sub-menu li a{
	color:#00305B;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}
.sub-menu li:hover, .sub-menu li:hover > a{
	color:#FDBF01;
}
.page-template-page-new-template .section-top_title{
	font-size:40px;
	line-height:55px;
}
.page-template-page-new-template .header-sub-title{
	font-size:40px;
	color: #FBBE00;
}
.page-template-page-new-template  .section-top.page-default{
	min-height:300px;
}
/* .page-template-page-price .main .section-top {
    height: 340px;
} */
.text-center{
	text-align:center;
}
.price-list-wrapper ul li{
	list-style-image: url("../img/icons/disk-list.svg");
	padding-left: 10px;
    margin-bottom: 15px;
}

.btn-size{
	width: auto !important;
	max-width: 231px;
}
.reverse-fill{
	color: #FCBF00;
	border-radius: 50px;
	border: 2px solid var(--Linear, #FBBE00);
	width: 140px;
}
.reverse-fill:hover{
	background: linear-gradient(138deg, #fcbf00 0%, #eeb203 29%, #c9900c 83%, #bd8510 100%);
    color: #fff !important;
}
.rotate-icon{
	rotate: 90deg;
}
body .request-price-action{
	cursor:pointer;
	width: 100% !important;
	height: 54px;
	padding: 0px 40px !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display:flex;
	border-radius: 27px;
	background: var(--Linear, linear-gradient(90deg, #FBBE00 59.09%, #C1890F 99.97%));
}
body .request-price-action:hover{
	opacity: 0.8;
}
#dynamic-header{
	display:none;
}
body .show-dynamic-header{
	display: block !important;
    position: fixed !important;
    top: 53px !important;
    z-index: 100 !important;
}
@media only screen and (max-width: 1199px) {
	.sub-menu{
		position:static;
	}
	.sub-menu li a{
		font-size: 18px;
	}
	.sub-menu li{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 1000px) {
	.page-template-page-new-template .section-top_title{
		font-size:30px;
		line-height: 45px;
	}
	.page-template-page-new-template .header-sub-title{
		font-size:30px;
		line-height: 45px;
	}
}
@media only screen and (max-width: 950px) {
	body .show-dynamic-header {
		top: 78px !important;
	}
	body #dynamic-header .e-con-inner div{
		width:40%;
		font-size: 14px;
	}
	body #dynamic-header .e-con-inner div:nth-child(1){
		width:71%;
		font-size: 10px;
	}
}
@media only screen and (max-width: 900px) {
	.btn-size{
		width: 200px;
    	margin-bottom: 0;
	}
	#dynamic-header {
		margin-top: 27px;
	}
}
@media only screen and (max-width: 820px) {
		body #dynamic-header .e-con-inner div:nth-child(1){
		width:66%;
		font-size: 14px;
	}
}
@media only screen and (max-width: 768px) {
		body #dynamic-header .e-con-inner div:nth-child(1){
		width:66%;
		font-size: 14px;
	}
}
@media only screen and (max-width: 600px) {
	body #dynamic-header .e-con-inner div{
		width:20%;
		font-size: 10px;
	}
	body #dynamic-header .e-con-inner div:nth-child(1){
		width:59%;
		font-size: 10px;
	}
	#dynamic-header {
		margin-top: 0px;
	}
	.property-wrapper {
		justify-content: flex-end;
	}
	.property-wrapper div{
		width:20%;
	}
	.Parent .prop-title{
		width:42%;
	}
	body #dynamic-header .elementor-widget-container p{
		font-size:11px;
	}
	body .request-price-action{
		font-size:10px;
		height: auto;
	}
	.Parent .prop-title p{
		font-size:12px;
	}
	.property-text, .Child .prop-title p{
		font-size:12px;
	}
	.Child .prop-title{
		width:40%;
	}
	body .request-btns-wrapper div{
		width:19.4%;
        padding: 0 5px;
	}
	body .request-btns-wrapper .request-price-action{
		padding: 0px 10px !important;
	}
	.property-item img{
		max-width:25px;
		width:25px;
		height:auto;
	}
	#dynamic-header .e-con-inner{
		display:flex !important;
		justify-content: space-evenly;
	}
	.property-wrapper div {
    	padding: 0 20px;
	}
	.page-template-page-new-template .section-top_title {
		margin-top: 45px;
		font-size:25px;
		line-height: 35px;
	}
	.page-template-page-new-template .header-sub-title {
		margin-top: 15px;
		font-size:25px;
		line-height: 35px;
	}
}
@media screen and (max-width: 750px) and (min-width: 576px) {
	.btn-size {
		width: 110px !important;
		max-width: 100px;
		min-width: auto;
		padding: 10px;
	}
}
@media screen and (max-width: 950px) and (min-width: 601px) {
/* 	.property-wrapper div {
		padding: 0 15px;
		width: 40%;
	} */
	
/* 	body .request-btns-wrapper > div{
		width:20%;
	} */
	
	#dynamic-header .e-con-inner {
		display: flex !important;
		justify-content: space-between;
	}
}
@media only screen and (max-width: 575px) {
	.new-btns-positions{
		flex-direction:column;
	}
	.new-btns-positions .btn-long-md{
		width: 250px;
    	margin-bottom: 20px;
	}
}
@media only screen and (max-width: 400px) {
	body #dynamic-header .e-con-inner div:nth-child(1) {
		width: 52%;
		font-size: 8px;
		line-height: 19px;
	}
	body #dynamic-header .elementor-widget-container p {
		font-size: 9px;
	}
	body #dynamic-header .e-con-inner div{
		width:20%;
		font-size: 9px;
	}
	.property-wrapper div {
		padding: 0px 10px;
	}
}
@media only screen and (max-width: 330px) {
	.property-wrapper div {
		padding: 0px 4px;
	}
	.Parent .prop-title p, .property-text, .Child .prop-title p {
		font-size: 11px;
	}
	.property-item img{
		width: 19px;
	}
	.Child .prop-title p {
		padding-left: 24px;
	}
	.img-open {
		width: 16px;
	}
}