*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Verdana, sans-serif;
}
body{
	background: #0e013b!important;
	overflow-x: hidden;
}

.body_class_bg{
	background-color: transparent !important;
}
html {
	scroll-behavior: smooth;
   }
   
.chat-form-div1{
	background-color: #0e013b;
	max-width: 500px;
	overflow: hidden;
	width: 100%;
	border-radius: 20px;
}
.chat-form-div{
	background-color: #0e013b;
	max-width: 500px;
	width: 100%;
	margin: auto;
	padding-left: 10px;
	border-radius: 20px;
}
.netext-class{
	border: 1px solid white;  
	padding: 10px; 
	max-width: 300px;  
	margin: auto;
	background-color: white;
	margin-bottom: 20px;
}
.for-calculator{
	flex-direction: column;
    align-items: center;
}

ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none!important;
}
li{
	list-style: none!important;
}
h1{
	font-size: 60px;
}
h2{
	font-size: 44px;
}
.container{max-width:1258px!important}
p{
	font-size: 20px;
	font-weight: 300;
}
.for-mobile{
	display: none;
}
.dis-flex{
	display: flex;
	align-items: center;
}
.section-padding{
	width: 100%;
	display: flex;
	padding: 50px 0 0 0;
}
.section-padding-medium {
    width: 100%;
    padding: 50px 0;
    padding-bottom: 0;
}

/*********************/

.nav-link.active {
    color: #D09333; 
}

.div-bg{
	background-color: white;
	width: 295px;
	height: 500px;
}
#msform {
	width: 100%;
	margin: 15px auto;
	text-align: center;
	position: relative;
	z-index: 3;
	left: -58px;
	overflow: hidden;
}
.let-text{
	margin-bottom: 35px;
}
.chat-section-main>iframe>#document>html>body>#chatform>span>h2 {
	color: blue !important;
   }
#msform fieldset {
	background: none;
	border: 0 none;
	border-radius: 0px;
	padding: 0px 0px;
	box-sizing: border-box;
	width: 78%;
	margin: 0 10%;
	display: flex;
	/*stacking fieldsets above each other*/
	position: relative;
	margin-top: 17px;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 7px 7px 7px 10px;
	border: 1px solid #d09334;
	border-radius: 3px;
	margin-bottom: 20px;
	width: 100%;
	color: #2C3E50;
	font-size: 20px;
}
/*buttons*/
#msform .action-button {
	width: 239px;
	background: #D09333;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	margin: 0px 5px 20px 5px;
	border-radius: 2px;
}

#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #D09333;
	margin-top: 2px;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
	margin-left: 4px;
	margin-top: 1px;


}
.socailclass{
    margin-top: 3px;
    width: 66px;
    height: 13px;
}


.chat-section-main{
	display: none;
}
.chat-section-main::placeholder{
	text-align: end;
}


#progressbar li {
	list-style-type: none;
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
	max-width: 33%;
	width: 26.33% !important ;
	float: left;
	position: relative;


}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 15px;
	color: #000;
	background:#fff;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #40c351;
	color: white;
}


#logo {
  width: 210px !important;
  margin-right: 10px;
  margin-bottom: 8px;
  margin-top: 7px;
}

#footerlogo {
  width: 280px;
	margin-left: -25px;
}

#navbar-brand{
	color: white;
	font-weight: 300;
	font-style: normal;
	font-size: 32px;
	margin-bottom: 0px;
}
#landlords {
    color: #d09332;
    font-weight: 500;
    font-style: normal;
    font-size: 36px;
    padding-top: 0px;
    margin-top: -24px;
}
#navbar{
	position: fixed;
	width: 100%;
	z-index: 99999;
}
.navbar{
	background:#0e013b;
}

.navbar-nav{
	display: flex;
	align-items: center;
	margin-left: auto;

}
.nav-item{
	padding-left: 16px;
	font-size: 15px;
}
.nav-item a{
	color: #fff;
	transition: .4s ease;
}
.nav-item a:hover{
	color: #D09333;
}

.navbar-brand{
	color: white;
	font-weight: 400;
    font-style: normal;
	font-size: 32px!important;
}
.navbar-brand span{
	color: #D09333;
	font-weight: 600;
}
.navbar-brand:hover{
	color: #fff;
}
.navbar-toggler-icon{
	color: #252c3a;

}
.button-menu{
	display: flex;
	padding: 7px 18px;
	background: #EAC14B;
	margin-left: 15px;
}
.button-menu a{
	color: #0e013b;
	font-size: 15px;
}
.button-menu a img{
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px #0e013b solid ;
}
.hero{
	background: #0e013b;
	width: 100%;
	padding: 175px 0 90px;
}
.hero h1 {
    color: #FFF;
	font-size: 60px;
    margin-bottom: 40px;
    font-weight: 600;
}

#hero-p {
	width: 121%;
    margin-left: -38px;
}

.hero-content ul li{
	color: #0d003c;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	margin-bottom: 7px;
}
.hero-content ul li span{

	margin-right: 8px;
}
.hero-content p {
	color: #FFF;
	font-size: 18px;
	font-weight: 200;
	text-align: center;
}
.video-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: 0; 
	margin-top: 0; 
	display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 700px;
  }

	.wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		background-size: contain;
		top: 75%;
		left: 50%;
		transform: translate(-64%, -15%);
		height: 380px; /* Adjust as needed */
		background-size: contain;
		cursor: pointer;
	}


  .video-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index: -5;

  }


  .play-bground-img{
	width: 100%;
	height: 100%;
  }

	.play-button, .play-bground-img, .video-iframe {
	  transition: opacity 0.5s ease-in-out;
	}

	.hidden {
	  opacity: 0;
	  pointer-events: none;
	}

	.visible {
	  opacity: 1;
	}


  .nameError{
	display: none;
	color: white;
	position: absolute;
	background-color: #ff6b6b;
	z-index: 222;
	padding: 10px;
	right: 50px;
	font-size: 18px;
	top: 80px;
	font-size: 12px;
	top:50px;
	border-radius: 10px;
  }

  .phoneError{
	display: none;
	color: white;
	z-index: 222;
	border-radius: 10px;
	top:50px;
	position: absolute;
	background-color: #ff6b6b;
	padding: 10px;
	right: 50px;
	font-size: 18px;
	font-size: 12px;
  }

.hero-img{
	display: flex;
	justify-content: end;
}

.phone-img{
	width: 367px;
	margin: auto;
	display: flex;
	position: relative;
}
.iphone {
	width: 300px;
    height: auto;
    border-radius: 50px;
    position: relative;
    margin: auto;
    background-color: white;
    box-shadow: inset 0 0 0 5px #212529; /* Leave 20px inside the div */
}

.your-div {
    width: 300px;
    height: auto;
    border-radius: 50px;
    position: relative;
    margin: auto;
    overflow: hidden; /* To clip the pseudo-elements */
}

.your-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px); /* Width minus 20px */
    height: 100%;
    background-color: #ff0000; /* Your desired inner background color */
    z-index: -1; /* Place behind the content */
    border-radius: 50px; /* Match the border radius of the main div */
}

.your-div::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px; /* Width of the area to be left empty */
    height: 100%;
    background-color: transparent; /* Transparent background */
}


.price-calculator {
    position: absolute;
    width: 260px;
    height: 90%;
    top: 43px;
    margin-left: 15% !important;
}
.surprise{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.surprise img{
	width: 100%;
	margin-left: 8px;
}
#calculationResultid{
	color: red;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;

}
.work-text-3{
	color: white !important;
	text-align: center;
	margin-top: 50px;
	width: 200px;
	padding-top: 50px;
	margin: auto;
}
#suprise {
  margin-left: 42px;
  margin-top: -1px;
  width: 155px;
	z-index: 1;
}
#questions {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 30px;
}
#questions b{
	font-weight: 600;
}
#slider-text1, #slider-text2, #slider-text3 {
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}

.rent-value{
	display: none ;
	font-size: 13px;
    font-weight: 300;
    text-align: center;

	padding: 5px;
	position: absolute;
	right: 0;
	top: 30px;
}
.sale-value{
	display: none ;

	font-size: 13px;
    font-weight: 300;
    text-align: center;

	padding: 5px;
	position: absolute;
	right: 0;
	margin-top: -30px;
}
.time-value{
	display: none ;

	font-size: 13px;
    font-weight: 300;
    text-align: center;

	padding: 5px;
	position: absolute;
	right: 0;
	margin-top: -30px;
}

.submit-btn{
	position: relative;
	margin-top: 100px;
	z-index: 1;
}
.submit-btn input {
    padding: 5px 28px;
    background: #D09332;
	border: 1.8px #D09332 solid;
    color: #fff;
    border: none;
	margin-left: 20%;
	transition: .6s;
    border-radius: 4px;
}
.submit-btn input:hover{
	color: #000;
	transform: translateY(-10px);
}
.left-btn{
	text-align: right;
}

.dropdown {
    width: 100%;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 25px;
    background-color: gainsboro;
    border-color: gainsboro;
    padding: 4px;
    border-radius: 6px;
}
.time-main{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.bettery{
	position: absolute;
	top: -20px;
	right: 10px;
	display: flex;
	gap: 5px;
}
  #current-time {
    margin-left: 15px;
	margin-top: 1px;
    display: inline-block;
	color: black;
	font-weight: 700;
    padding: 1px 10px;
    border-radius: 25px;
    font-size: 12px;
    position: absolute;
    top: -20px;
}
.black-icon {
    color: black;
}
  .subbnit-btn{
	width: 100%;
	margin: 20px 0;
	text-align: right;
  }
  .subbnit-btn input{
	padding: 5px 30px;
	background: #D09332;
	color: #fff;
	border: none;
	border-radius: 4px;
  }
  .slider {
	appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
  }

  .slider:hover {
	opacity: 1;
  }

  .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #D09332;
	cursor: pointer;
  }

  .slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	  background: #D09332;
	cursor: pointer;
  }

  .single-slider{
  padding-bottom: 20px;
  }

  #conventional{
	  text-align: center;
	  font-weight: 200;
  }
.hero-list{
	padding-right: 10px;

}

.hero-content ul li, .hero-content ul li span {
	font-size: 18px ;
}

.gobal-btn{
	width: 100%;
	margin: 30px 0;
}
.gobal-btn i{
	padding-right: 10px;
}
.gobal-btn a{
	padding: 13px 48px;
	border-radius: 4px;
	border: 1.8px #D09333 solid;
	color: #fff;
	font-size: 15px;
	transition: .6s;
}
.gobal-btn button{
	padding: 13px 48px;
	border-radius: 4px;
	background: #D09332;
	border: 1.8px #D09333 solid;
	color: #fff;
	font-size: 15px;
	transition: .6s;
}
.gobal-btn button:hover{
	color: #000;
	transform: translateY(-10px);
}

.left-btn button:hover{
	color: #000;
}
.hero-bottom{
	align-items: center;
	display: flex;
}
.video-button {
	margin-left: 25px;
}
.choose-box{
	width: 90%;
	margin: 0 auto;
	background: #fff;
	border-radius: 12px;
	border: 1px solid rgba(45, 14, 69, 0.20);
	box-shadow: 0px 16px 40px 0px rgba(19, 34, 56, 0.08);
	padding: 50px;
}
.choose-box h2{
	text-align: center;
	color: #333;
	margin-bottom: 50px;
}
.choose-box h2 span{
	text-align: center;
	color: #D09333;
}

.comparison-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
}

.comparison-table th,
.comparison-table td {
	padding: 8px;
	text-align: center;
}

.comparison-table th {
	font-weight: 400;
	font-size: 15px;
	font-weight: 400;
}

.table-text {
	font-size: 16px;
}


/* Align the text to the left for the first column */
.comparison-table td:first-child {
	text-align: left;
}
.comparison-table tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.comparison-table tr:nth-child(even) {
	background-color: #e9e9e9;
}

/* Specifically target the first row and set its background to transparent */
.comparison-table tr:first-child {
	background-color: transparent;
}

/* Remove any text and background from the top left cell */
.comparison-table th:first-child {
	visibility: hidden; /* hides the content */
	background-color: transparent; /* ensures there is no background */
}

.checkmark {
	color: green;
}

.crossmark {
	color: red;
}

/* Set the width of the second and third columns */
.comparison-table td:nth-child(2),
.comparison-table th:nth-child(2),
.comparison-table td:nth-child(3),
.comparison-table th:nth-child(3) {
  width: 30px;
}

/* Set the width of the fourth column */
.comparison-table td:nth-child(4),
.comparison-table th:nth-child(4) {
  width: 80px;
}

#mdf{
	color: #d09332;
	font-weight: 400;
}

#mdf2{
	color: #d09332;
	font-weight: 600;
}

.testmonail{
	margin-top: 80px;
	text-align: center;
	color: #FFF;
	background:#11084a;
	transition: .4s;
	box-shadow: 0 4px 0px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);

}
.testmonail:hover{
	transform: translateY(-10px);

}
.testmonail:hover .testmonail-image img{
	transform: scale(1.3);
}
.testmonail-box{
	padding: 0px;
	transition: .6s;
}

.testmonail-box h3{
	font-size: 18px;

}
.testmonail-box img{
	margin: 10px 0;

}
.testmonail-image img{
	height: 100px;
	margin-top: -50px;
	transition: .6s;
}
.logo-bottom{
	padding: 50px 0;
}
.logo-partner ul{
	display: flex;
	margin: 0;
	padding: 0;
}
.logo-partner ul li {
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(20px);
	padding: 16px 20px;
	text-align: center;
	margin-right: 20px;
}
.active-image{
	background: #fff;
}
.left-button{
	margin-left: 30px;
}
.center-title {
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}
.center-title h2{
	color: #FFF;
	margin-bottom: 15px;
	font-weight: 600;
	padding-bottom: 40px;
}
.center-title h2 span{
	color: #D09333;

}
.center-title p{
	color: #FFF;

}

.our-benefits {
	margin-bottom: 45px;
}

.icon-box{
	text-align: center;
	color: #FFF;
	background: #11084a;
	padding: 20px;
	border-radius: 15px;
	margin-top: 30px;
	transition: .4s;
	box-shadow: 0 4px 0px 0 rgb(111 110 110 / 44%), 0 4px 8px 0 rgb(65 62 62 / 29%);
	margin-bottom: 50px;
}

.icon-box-img {
    width: 90px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
    height: 90px;
    border: 2px #D09332 solid;
    border-radius: 100%;
    padding: 10px;
    transition: .6s;
    margin-top: -67px;
	fill: white;
}
.icon-box:hover .icon-box-img{
	background: #D09332;
}
.icon-box-img img {
	width: 50px;
	margin-top: 10px;
}
.icon-box:hover{
	transform: translateY(-10px);
}
.icon-box h4{
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
}

.dis-center{
	display: flex;
	justify-content: center;
}
.property-letting-content {
	margin-top: 45px;
}
.property-letting-content h2{
	color: #FFF;
	margin-bottom: 15px;
}
.property-letting-content h2 span{
	color: #D09333;

}
.property-letting-content ul{
	color: #FFF;
	font-size: 18px;
}

.property-letting-content p{
	color: #FFF;
	font-size: 20px;
}

.property-letting-content h5, .gold{
	color: #D09333;
	font-weight: bold;
}


.white-icon-box{
	text-align: center;
	border-radius: 20px 0px;
	border: 1px solid rgba(208, 147, 51, 0.40);
	background: #FFF;
	padding: 30px 15px;
	margin-bottom: 60px;
	width: 100%;
	height: 100%;
	transition: .6s;
	box-shadow: 0px 4px 20px 0px rgba(58, 123, 213, 0.16);
}
.w-icon-img img{
	width: 55px;
	transition: filter 0.3s ease-in-out;
}
.white-icon-box:hover {
	transform: translateY(-10px);
}
.white-icon-box:hover .w-icon-img{
	background: #D09332;
}
.white-icon-box:hover .w-icon-img img{
	filter: brightness(0) invert(1) grayscale(100%);
}
.mar-bottom{
	margin-bottom: 100px;
}
.white-icon-box  h4{
	font-weight: 700;
	color: #192131;
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 16px;
}
.w-icon-img{
	margin: 0 auto;
	text-align: center;
	width: 80px;
	height: 80px;
	padding: 10px;
	border-radius: 5px;
	margin-top: -80px;
	border: 3px #D09332 solid;
	background: #fff;
	transition: .6s;
}



.process{
	width: 80%;
	margin: 0 auto;
}
.process-box{
	margin-top: 100px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.step-box{
	padding: 30px;
	text-align: center;
	width: 25%;
	position: relative;
	border-radius: 20px;
	color: #fff;
	transition: .6s;
	background: #11084a;

	margin-top: 0;
	margin-bottom: 0;
}


.step-box:last-child::after{
	display: none;
}
.step-box h4{
	font-size: 16px;
	margin: 10px 0;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	background: #000;
}
.step-box  h3{
	color: #fff;
	font-weight: bold;
}

.step-box  p{
	font-size: 17px;
}


.right-arrow-main{
	display: flex;
	justify-content: center;
	align-items: center;

}
.right-arrow{

	width: 50px;
	height: 50px;
}


.step-box:hover .step-box-img{
	background: #D09332;
}

.step-box:hover{
	transform: translateY(-10px);
}
.card{
	padding: 5px 0;
	border-bottom: 1px dashed white!important; 
	border-radius: none;
	cursor: pointer;
	background: transparent!important;
}

.card-header{
	border: none!important;
	background: transparent!important;
	transition: .6s!important;
}
.card-header:hover{
	background: #150E41!important;
	transform: scale(1.05);
	box-shadow: 0px 16px 40px 0px rgba(19, 34, 56, 0.08)!important;
}
.card h5{
	color: #fff;
}
.card-body{
	background: #fff;
	border-radius: 4px;
}
.card-header i {
    float: right;
    position: absolute;
    right: 0;
}
/* Popup styles */
.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    background:#fff!important;
    margin:0 auto;
	  margin-top: 150px;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
	height: 500px;
	z-index: 999999!important;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
input.invalid {
    border: 2px solid red;
}

/* Reset the border for checkboxes and radio buttons */
input[type='checkbox'].invalid, input[type='radio'].invalid {
    border: none;
}
.invalid {
    outline: 2px solid red;
}
.popup-checkbox{
	width: 100%;
}
.popup-checkbox label{
	margin-right: 15px;
}
.pop-up-title{
	margin-top: 15px;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.popup-content button{
	background: #D09332;
	padding: 10px 30px;
	border: none;
}
.form-step2 input{
	width: 100%;
	margin: 10px 0;
	padding: 10px ;
}
.form-step2 textarea{
	width: 100%;
	margin: 10px 0;
	padding: 10px ;
}

/* Form Step Styles */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.progress-container {
    width: 100%;
    height: 10px;
    background-color: #f3f3f3;
    margin-bottom: 20px;
}

.progress-bar {
    height: 100%;
    background-color: #4caf50;
    width: 0%;
    transition: width 0.3s ease;
}
.call-box{
	width: 100%;
	background:
	#fff;
}
.cal-to-action{
	padding: 100px 0;
}
.call-box{
	text-align: center;
	padding: 100px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: #FFF;
	box-shadow: 0px 16px 40px 0px rgba(19, 34, 56, 0.08);
}
.call-box h2 span{
	color: #D09333;

}
.call-box h2{
	margin-bottom: 30px;
}
.learn-btn{
	transition: .6s;
	margin-bottom: 0;
	margin-top: 40px;
}
.learn-btn:hover{
	transform: translateY(-10px);
}
.learn-btn a{
	background: #D09332;
	border: 2px #D09332 solid;
	transition: .6s;
}
.learn-btn a:hover{
	color: #000;
	transform: translateY(-10px);
}
footer{
	width: 100%;
	color: #fff;
	background:#11084a;
	padding: 68px 0 0px;
	margin-bottom: -20px;

}
.footer-section{
	width: 100%;
	color: #fff;
	background:#11084a;
	padding: 68px 0 0px;
	margin-bottom: -20px;

}

.footer-container{
	width: 80%;
	margin: 0 auto;
}
.footer-box{
	color: #fff;
}
.footer-box h3{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer-box li{
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 14px;
}
.footer-box li span{
	font-weight: 300;
	color: #ffffff99;
}
.bor-bottom{
	padding-bottom: 15px;
	border-bottom: 1px #ffffff37 solid;
}
.footer-flex{
	padding: 15px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px #ffffff37 solid;
}
.footer-flex img{
	width: 55px;
	height: 55px;
}
.footer-flex ul{
	margin: 0;
	padding: 0;
	margin-left: 20px;

}
.footer-flex li span{
	font-weight: 300;
	color: #ffffff99;
}
.call-img img{
	height: 45px;
	width: 45px;
}
.footer-list{
	padding-left: 20px;
}
.footer-list li{
	color: #ffffff99;
	margin-bottom: 10px;
	font-weight: 200!important;
}
.footer-list h3{
	font-weight: 700;
	color: #FFF;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer-list input{
	width: 100%;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #FFF;
	background: #FFF;
	font-size: 14px;
	margin-bottom: 15px;
}
.footer-list span input {
	background:#303746;
	color: #fff;
	font-size: 16px;
	border: none;
}
.footer-list p{
	display: flex;
}
.footer-list input{
	margin-right: 10px;
}
.footer-bottom{
	width: 100%;
	margin: -20px 0;
	padding-bottom: 31px;
}

.footer-bottom-logo{
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.br-none{
	border: none;
}
.footer-bottom-box{
	text-align: right;
}
.socail{
	margin-top: 30px;
}
.footer-bottom-box ul{
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.footer-bottom-box ul li a{
	color: #fff;
}
.copy{

	text-align: right;
}

.logo-partner ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
}
.logo-partner ul li{
	margin-bottom: 20px;
}

.modal-content{
	left: 50%;

	background: transparent!important;
}
.modal {
	left: 50%;

}
.popup-iteam{
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
}
#chatform span {
	display: flex;
	align-items: center;

}


#chatform h2 {
	color: white;
	margin-top: 15px;
	margin-right: 10px;
}

#chatform img {
	width: 35px;
	vertical-align: middle;
  margin-bottom: -35px;
}

#chatform span {
  display: flex;
  align-items: center;
}
#chat-component{
	justify-content: center;
    margin: auto;
    height: 250px;
    overflow: hidden;
}


.iti {
  display: block;
  margin-bottom: 10px;
	font-size: 20px;
	color: #2C3E50;
	width: 476px;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__flag {
  width: 4000px; /* Increase the width of the flag image */
  height: 3000px; /* Increase the height of the flag image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
	margin-top: 2px;
}

.iti__country {
    padding: 5px 10px;
    outline: none;
    display: flex;
}

.iti__country-name {
	color: #2C3E50;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px 6px 6px 8px !important;
	padding: -5px 9px 3px !important;
	margin-left: -5px;
}

.next2 {
	height: 46px;
	cursor: pointer;
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

.error-message-container {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.error-message {
  display: none;
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff6b6b;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
}

.error-message::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ff6b6b transparent transparent transparent;
}
#msform input[type="number"] {
    padding-left: 100px !important;  /* Adjust the value as needed */
}

#calculationResult {
color: white;
padding-bottom: 50px;
text-align: center;
font-family: Verdana, sans-serif;
font-size: 30px;
font-weight: 800;
}
.work-text-2{
	position: absolute;
	top: 42%;
	left: 15%;
	color: white;
	z-index: 100;
}


#calculationResult1 {
	position: absolute;
	background: #0e013b!important;
	padding-top: 100px;

	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	height: 350px;
  }
.slidecontainer {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
	margin-left: 2px;
	width: 100%;
	padding: 10px 15px 20px;
	margin-top: 50px;

}

.slidecontainer.hidden {
  opacity: 0;
}

.slider-value-indicator {
  position: absolute;
  top: -30px;
  left: 0;
  width: 55px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: #D09332;
  padding: 4px;
  border-radius: 4px;
  pointer-events: none;
  transform: translateX(-43%);
}

.slider-value-indicator::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #D09332 transparent transparent;
}

#slider1 .slider-value-indicator {
	top: 18px;
}

#slider2 .slider-value-indicator {
	top: 118px;
}

#slider3 .slider-value-indicator {
	top: 217px;
}

#slider2{
	margin-top: 56px;
}

#slider3{
	margin-top: 56px;
}

.spinner {
	color: black;
}

.spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #D09332;
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.15s ease-in-out infinite;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 40%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.zero-values {
	color: blue;
	font-size: 14px;
}

#zero-values1{
	padding-top: 60px;
}
.warning-emoji {
	width: 14px;
}

.warning-p {
	text-align: center;
	padding-top: 40px;
	display: none;
	position: absolute;
	top: -30px;
right: 0;
}

.contact2 {
	margin-top: 300px;
}

#chatform{
	background-color: transparent;
	overflow: hidden;
}

#chatform span h2 {
	font-size: 25px;
	margin-top: 55px;
	margin-right: 10px;
	font-weight: 200;
}
.chat-width{
	width: 100%;
}

.calc-div {
	padding-top: 0px;
	justify-content: center;
}
.arrow-div {
    display: flex;
    justify-content: center;
    align-items: start;
    color: white;
    font-size: 20px;
    font-weight: 900;
}
.work-text-one{
	display: none;
}
.work-text-one{

margin: auto;
	width: 200px;
	font-family: Verdana, sans-serif;
	color: white;
	font-size: 20px;
}

#calculator {
	padding-bottom: 0px;
	padding-top: 50px;
}

.comparison-table {
	padding-top: 15px;
}
.faq-2{
	display: flex;
	justify-content: center;
	gap: 100px; 
	align-items: center;
	width: 100%;
	max-width: 1260px;
	margin: auto;
	padding-bottom: 70px;
	flex-direction: row-reverse;

}

.faq-right{
	width: 50%;
}
.sup-img{
	width: 550px;
}
  .modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}

#guaranteed{
	padding-bottom: 0px;
}

.modal-body {
position:relative;
padding:0px;
margin-top: 50%;


}
.close {
position:absolute;
right:30px;

top:10px;
background-color: white;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}
.modal-content{
	left: unset;
}
#phone::placeholder{
	display: flex;
	justify-content: end;
	align-items: center;text-align: end;
	padding-right: 20px;
}

svg {
	margin-top: -3px;
	margin-left: -3px;
}

#play {
	display: inline;
	font-size: 12px;
}

#outer-play {
	margin-top: 5px;
}

#benefits1 {
	margin-bottom: -10px !important;
	display: flex;
    justify-content: center;
    text-align: start;
}

.stars-div {
	padding-top: 0px;
}

.testimonial-name {
	padding-bottom: 20px;
	font-weight: bold;
	color: white;
}

.quote {
	padding-top: 18px;
    margin-bottom: 2px;
    font-style: italic;
	color: white;
}

#jumping {
	width: 100%;
    position: relative;
    top: 15px;
    z-index: -1;
}

#estates-para {
	padding-bottom: 50px;
	font-size: 19px;;
}

#landlords {
	margin-bottom: -30px;
}

#reasons {
	padding-bottom: 0;
}

#regular {
	z-index: 10;
	padding-bottom: 20px;
}

#art-drop {
	width: 600px;
    padding-bottom: 30px;
}

#whydo {
    padding-bottom: 0px;
    margin-bottom: 30px;
}

#art-count{
	width: 600px;
}

#faq-title {
	padding-bottom: 35px;
}

#final-form {
	width: 100%;
}

#call2 {
	color: white;

}

#alone {
	font-weight: bold;
}
#profile {
	width: 100%;
	margin: 0;
}
.Head-c-2{
    display: none;
}
#art-phone {
	width: 100%;
	padding-bottom: 50px;
}
  
.benefit-fl{
	justify-content: center;
	flex-direction: row-reverse;
}

#hero1 {
    align-items: flex-start;
}
.calc-div {
    flex-direction: row-reverse;
}
.sup-pic{
	display: flex;
	flex-direction: column;
}
.faq-title{
	padding-top: 50px;
    margin-bottom: 20px;
}


.call-chat-f{
    margin: 0;
    padding-left: 0;
}
.call-chat-i{
	height: 233px;
}
.icon-box h4 {
	font-size: 24px;
}
.icon-box p {
	font-size: 16px;
}

.approch-property h2{
	padding: 0;
}
.work-it{
	color: white;
    font-weight: 700;
}
.call-fl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.insider-chat{
	height: 235px !important;
} 

.chat-height{
	height: 245px !important;
}
.center-title h2 .info-WA{
	color: #fff;
}

.info-city {
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
	
}
.info-row{
	text-align: start;
	font-size: 20px;
}
.info-row ul li{
	font-size: 18px;
}

.chat-component h2 {
	font-weight: 600;
    font-size: 21px;
	padding-bottom: 0;
}
.chat-component {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}
.info-no {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
	cursor: pointer;
}
.info-no h2 {
    font-size: 30px;
    margin-bottom: 0;
	color: white;
	font-weight: 600;
}
.info-number:hover{
	border-bottom: 2px dotted #fff;
}
.info-no img {
    width: 50px;
	margin-right: 20px;
}

.chat-compo-h1{
	height: 222px !important;
}
.chat-compo-h2{
	height: 100% !important;
	align-items: center;
}
#chat-p {
	padding-bottom: 15px;
}

#reachus {
	padding-bottom: 0px;
}

#reachus span {
	font-weight: bold;
}

.info-no .info-c2c{
	font-size: 20px;
	font-weight: 200;
}

i {
	color: white;
  }
  
  .fa {
	font-size: 50px;
  }
  
  .arrow1 {
	animation: slide1 1s ease-in-out infinite;
  }
  
  @keyframes slide1 {
	0%,
	100% {
	  transform: translate(0, 0);
	}
  
	50% {
	  transform: translate(25px, 0);
	}
  }
  
  @keyframes slide2 {
	0%,
	100% {
	  transform: translate(0, 0) rotate(45deg);
	}
  
	50% {
	  transform: translate(10px, 10px) rotate(45deg);
	}
  }
  
  @keyframes slide3 {
	0%,
	100% {
	  transform: rotate(-45deg);
	}
  
	50% {
	  transform: rotate(45deg);
	}
  }
  
  @keyframes slide4 {
	0% {
	  transform: rotate(0);
	}
  
	100% {
	  transform: rotate(360deg);
	}
  }
  
#text {
  border:2px solid white;
  background: black;
	
}


/*-------------------------------------------------------------*/
#whatsapp-link {
    cursor: pointer;
    width: 200px;  /* Adjust the width as needed */
    height: auto;  /* Keeps the aspect ratio intact */
    z-index: 1000;  /* Ensures the button is above other content */
}

.whatsapp-button {
    width: 100%;  /* Ensures the image fills the container */
    height: auto;  /* Maintains the aspect ratio */
    transition: transform 0.3s ease;
}


#whatsapp-link:hover img {
    transform: scale(1.1);  /* Slightly enlarges the image on hover */
}

.call-c-2-bottom{
	display: none;
}
.dis-cent{
	justify-content: center;
}
.chat-bottom{
	height: 100% !important;
	margin-top: 30px !important;
}
#problem {
	padding-top: 60px;
}

.testimonial-styles{
	padding:56.25% 0 0 0;
	position:relative;
}
.testi-ifram{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.result-div1{
	color: black;    
	margin: auto;
	text-align: center;
}
.result-div2{
	color: black; 
	text-align: center;  
	margin-top: 30px;
}

.a-tag-styles{
	text-decoration: none; 
	color: inherit;
}

.d-n{
	display: none;
}

.marg-10{
	margin-bottom: 10px;
}

section#cover-picture,
section#calculator {
    padding-top: 130px;
}


/*=======================================*/ 

.chat-set-inner{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align: center;
}
.chat-set-inner p {
	color: #11084a;
	font-weight: bold;
	margin: 0;
	font-size: 18px;
}


.cover-pic-up {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cover-pic-up img{
	width: 100%;
	max-width: 700px;
}

#art-drop,
#art-count {
    display: none;
}


body{
	animation: SlidingIn .3s;
}

.inner-padding{
	margin-bottom: 0;
	width: 85%;
    margin-top: 25px;
	z-index: 2;
}

/*================= Buttons for pole =====================*/ 


.new{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: relative;
	left: 15px;
	margin-bottom: 30px;
}
.right-ar:hover{
	.Hv-a {
		fill: #FFD700;
	}
}
.new-2{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: relative;
	top: -50px;
    left: 0px;
	margin-top: 30px;
}
.new-2:hover{
	.Hv-b {
		fill: #FFFF99;
	}
}
.right-ar{
	z-index: 2;
    width: 46%;
    height: 100%;
}
.left-ar{
	z-index: 2;
    width: 46%;
    height: 100%;
	transform: rotate(180deg);
}
.new p {
    color: #11084a;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
    position: absolute;
    z-index: 3;
    transform: translate(-15px, -2px);
}

.new-2 p {
    color: #11084a;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
    position: absolute;
    z-index: 3;
    margin-bottom: 4px;
    transform: translate(10px, 1px);
}
.new p:hover{
	.Hv-a {
		fill: #FFD700;
	}
}

.filler1{
	fill: #FFD700;
}


/*----------------- Properties for cloud background -------------------------*/

.sky-bg{
	height: 35vh;
    width: 100vw;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	background-color: #00b4ff;
  	margin: 0;
  	padding: 0;
  	width: 100vw;
  	height: 100%;
  	position: relative;
}
.lefter {
    display: flex;
	align-items: center;
	margin-right: 15px;
}
.lefter-b {
    display: flex;
	align-items: center;
	margin-left: 15px;
}
.think{
	width: 55px;
	height: 55px;
}
.pole{
	width: 375px;
    height: 23vh;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

/*----------------------- Fade animation for scroll ----------------------------*/

.js-scroll {
	opacity: 0;
	transition: opacity 500ms;
  }
  
  .js-scroll.scrolled {
	opacity: 1;
  }
  
  .scrolled.fade-in {
	animation: fade-in 1s ease-in-out both;
  }
  
  .scrolled.fade-in-bottom {
	animation: fade-in-bottom 1s ease-in-out both;
  }
  
  .scrolled.slide-left {
	animation: slide-in-left 1s ease-in-out both;
  }
  
  .scrolled.slide-right {
	animation: slide-in-right 1s ease-in-out both;
  }

  
  @keyframes slide-in-left {
	0% {
	  -webkit-transform: translateX(-100px);
	  transform: translateX(-100px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	  opacity: 1;
	}
  }
  
  @keyframes slide-in-right {
	0% {
	  -webkit-transform: translateX(100px);
	  transform: translateX(100px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	  opacity: 1;
	}
  }
  
  @keyframes fade-in-bottom {
	0% {
	  -webkit-transform: translateY(50px);
	  transform: translateY(50px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  opacity: 1;
	}
  }
  
  @keyframes fade-in {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  

/*------------ Cloud backgroung -----------*/

.clouds svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: translateZ(0);
}

.cloud {
  position: absolute;
  top: 20%;
  width: 300px;
  right: 0;
  opacity: 1;
}

.cloud.front {
  z-index: 9;
}

.cloud.distant {
  z-index: 1;
}

.cloud.background {
  z-index: 1;
}

/*Cloud Sizing*/
.cloud.smaller {
  margin-right: 400px;
  width: 100px;
  margin-top: -30px;
}

.cloud.small {
  margin-right: 200px;
  width: 150px;
  margin-top: 10px;
}

.cloud.big {
  width: 500px;
  margin-top: 50px;
  margin-right: 100px;
}

.cloud.big1{
	margin-top: -1vh;
}

/*Cloud: Animation*/
.cloud {
  -webkit-animation-name: cloud-movement;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;

  -moz-animation-name: cloud-movement;
  -moz-animation-timing-function: linear;
  -moz-animation-direction: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 8s;

  animation-name: cloud-movement;
  animation-timing-function: linear;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.slow {
  -webkit-animation-duration: 9.2s;
  -moz-animation-duration: 9.2s;
  animation-duration: 9.2s;
}

.slower {
  -webkit-animation-duration: 15.2s;
  -moz-animation-duration: 15.2s;
  animation-duration: 15.2s;
  
}

.slowest {
  -webkit-animation-duration: 18.5s;
  -moz-animation-duration: 18.5s;
  animation-duration: 18.5s;
}

.super-slow {
  -webkit-animation-duration: 20.5s;
  -moz-animation-duration: 20.5s;
  animation-duration: 20.5s;
}

@-webkit-keyframes cloud-movement {
  0% {
    opacity: 0.1;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    transform: translateX(300px);
  }
  10% {

    opacity: 0.7;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}

/*---------------------------- Queries for latest fix -----------------------------*/


.chat-set-inner {
    justify-content: flex-start;
    height: 44vh;
}
.pole {
    height: 35vh;
}

#whatsapp-link {
    cursor: pointer;
	width: 165px;
    margin-left: 20px;
    z-index: 1000;
}
.new {
    margin-bottom: 10px;
}
.new-2 {
    margin-top: 55px;
}
.first-page{
	transform: translate(-15px, -3px) !important;
}
.pole-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cover-pic-up .faq-cover{
	max-width: 500px;
}
#chat-component.faq-component{
	height: 100%;
	align-items: center;
}

.bird{
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells-new.svg');
    background-size: auto 100%;
    width: 88px;
    height: 125px;
    will-change: background-position;

    animation-name: fly-cycle;
    animation-timing-function: steps(10);
    animation-iteration-count: infinite;
}

.bird-one{
    animation-duration: 1s;
    animation-delay: -0.5s;

}

.bird-container {
	position: absolute;
	top: 35%;
  	left: -3%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;
	
	animation-name: fly-right-one;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
	
.bird-container-one{
	animation-duration: 20s;
	animation-delay: 0;
}

@keyframes fly-cycle {
	
	100% {
		background-position: -900px 0;
	}
	
}

@keyframes fly-right-one {
	
	0% {
		transform: scale(0.3) translateX(-10vw);
	}
	
	10% {
		transform: translateY(2vh) translateX(10vw) scale(0.4);
	}
	
	20% {
		transform: translateY(0vh) translateX(30vw) scale(0.5);
	}
	
	30% {
		transform: translateY(4vh) translateX(50vw) scale(0.6);
	}
	
	40% {
		transform: translateY(2vh) translateX(70vw) scale(0.6);
	}
	
	50% {
		transform: translateY(0vh) translateX(90vw) scale(0.6);
	}
	
	60% {
		transform: translateY(0vh) translateX(110vw) scale(0.6);
	}
	
	100% {
		transform: translateY(0vh) translateX(110vw) scale(0.6);
	}
	
}

@keyframes fly-right-two {
	
	0% {
		transform: translateY(-2vh) translateX(-10vw) scale(0.5);
	}
	
	10% {
		transform: translateY(0vh) translateX(10vw) scale(0.4);
	}
	
	20% {
		transform: translateY(-4vh) translateX(30vw) scale(0.6);
	}
	
	30% {
		transform: translateY(1vh) translateX(50vw) scale(0.45);
	}
	
	40% {
		transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
	}
	
	50% {
		transform: translateY(0vh) translateX(90vw) scale(0.45);
	}
	
	51% {
		transform: translateY(0vh) translateX(110vw) scale(0.45);
	}
	
	100% {
		transform: translateY(0vh) translateX(110vw) scale(0.45);
	}
	
}
.cover-padding{
	padding-top: 145px !important;
}

.chat-section-main.for-calculator {
    padding-top: 30px;
}
.Hider{
	display: none;
}

/*------------ Theme Color control -----------*/

body,
.hero,
.chat-form-div1,
.navbar,
.icon-box,
.icon-box-img,
.chat-form-div
 {
    background: #03b3fe !important;
}
.testmonail{
	background: #fff !important;
}
#landlords h4{
	font-weight: 800;
	color: #fff;
}

.nav-item a,
.icon-box p,
.hero-content h1,
.Head-c-2 p,
.center-title h2 {
    color: white;
}
.quote,
.testimonial-name {
    color: #000;
}
.nav-item a:hover,
.icon-box-img img {
    color: #FFF89D;
}

.chat-set-inner .center-title h2,
.text-w {
	color: #FFF !important;
}
.text-y{
	color: #FFF !important;
	text-align: justify;
}

.text-f{
	color: #ff9 !important;
}
.nav-link.active {
	color: #FF9 !important;
	font-weight: 900;
}

#chat-component .center-title h2,
.info-number h2{
	color: white;
}

.icon-box-img{
	border: 2px #fff solid;
}

.icon-box:hover h4,
.icon-box:hover h3 {
    color: #FF9 !important;
}

.cover-pic-up .For-cover-big{
	max-width: 500px;
}

/*--------------- Classes for Tiles hover effect --------------*/

.hovered{
	color: #FF9 !important;
}
/*
.icon-box:hover{
	.icon-box-image{
		display: none;
	}
	.icon-box-image2{
		display: block;
	}
}
*/
/*-------- Latest queries for layout change --------*/
  
 
  .player3{
	fill: #fff;
  }

  .play-button:hover{
	.player3{
		fill: #ff9;
	  }
	  .player3-text{
		color: #ff9;
	}
  }
  /*
  .player3:hover{
	fill: #ff9;
  }
  .wrap p:hover{
	color: #ff9;
}
*/
  .testmonail,
  .icon-box  {
	box-shadow: 1px 1px 3px #fff;
    border: 1px solid #fff;

}

.for-later-pages {
    margin-bottom: 30px;
}

#hero{
	padding: 25px 0;
	padding-top: 130px;
}
#hero1{
	flex-direction: column-reverse;
	align-items: center;
	margin-top: 0;
}
.hero-content {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.Head-c-1 {
	display: none;
}
.Head-c-2 {
    display: block;
}
.calc-div {
	flex-direction: column-reverse;
	align-items: center;
}
.arrow-div {
	transform: rotate(90deg);
}
.arrow-down {
	margin-bottom: 25px;
}
.calculator-title{
	text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.surprise img {
    max-width: 500px;
}

.icon-box-image2{
	display: none;
	margin-left: 8px;
}

.icon-box-image {
	margin-top: 10px;
    margin-left: 0px;
}

.DN{
	display: none;
}
.DB{
	display: block;
}
.alingment-start{
	align-items: flex-start;
}
.alingment-center{
	align-content: center;
}
.arrow-down{
    margin-bottom: 40px;
}

/*----------------10/17/24-----------------*/

.wrap {
    flex-direction: column;
	top: 80%;
}

.wrap p {
    color: #fff;
}

#whatsapp-link {
    display: none;
}

#whatsapp-link-ftr{
	position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    width: 200px;
    height: auto;
    z-index: 1000;
	transition: all .2s ease-in-out; 
}
#whatsapp-link-ftr img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.play-button{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-content .text-w {
    margin-top: 10px;
}


#whatsapp-link-ftr:hover {
	transform: scale(1.1); 
}

.pole-buttons {
    margin-top: 50%;
}