.footer {
	z-index: 999;
	background-color: #271a1d;
	border-radius: 10px;
	margin-bottom: 32px;
	margin-left: 32px;
	margin-right: 32px;
	padding-top: 60px;
	padding-bottom: 40px;
	display: flex;
	position: relative;
  }

.footer-left {
	width: 60%;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 80px;
	padding-top: 0;
	display: flex;
  }
.footer-right {
	flex-direction: column;
	justify-content: space-between;
	display: flex;
  }
.heading-4, .heading-4New {
    color: var(--linen);
    text-transform: uppercase;
    font-family: Neue Montreal, Arial, sans-serif;
    font-size: 38px;
    font-weight: 400;
    /* position: static; */
  }

.heading-4New {
	color: var(--indian-red);
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
.row-one {
    
    justify-content: flex-start;
    margin-top: 40px;
    display: flex;
    }
.text-block-2 {
      color: var(--linen);
      letter-spacing: .2px;
      margin-left: 0;
      font-family: Neue Montreal, Arial, sans-serif;
      font-size: 18px;
      font-weight: 500;
    }
.row-one._2 {
      align-items: center;
      margin-top: 10px;
      }
.row-one, .row-one._2 {
        width: 100%;
      }

.left-side {
  width: 70%;
  display: flex;
}
.button-footer {
  height: 54px;
  background-color: var(--linen);
  color: var(--dark-black);
  text-transform: uppercase;
  cursor: pointer;
  border: 1px #fe2c64;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 40px;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}
.w-button {
  line-height: inherit;
  text-decoration: none;
}
.paragraph-3 {
	width: 80%;
	color: var(--linen);
	letter-spacing: .2px;
	margin-bottom: 20px;
	font-family: Neue Montreal, Arial, sans-serif;
	font-size: 18px;
	line-height: 27px;
  }
.paragraph-3._3, .paragraph-3._4 {
    margin-left: 0;
    }
.paragraph-3._4 {
      margin-top: 16px;
    }
.copyright, .copyrightNew {
	color: #5a4e4a;
	letter-spacing: .2px;
	font-family: Neue Montreal, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
  }
  
.html-embed-3 {
	margin-top: 30px;
	margin-bottom: 30px;
  }

.copyright.copyrightNew {
    margin-top: 30px;
    display: block;
  }
  
.collapse.navbar-collapse {
	float:left; 
	padding-left:50px; 
	padding-top:30px;
}

.footer {
	margin-left: 25px;
	margin-top: 120px; 
	background-color: #B17261;
}

.copyrightNew {
	display: none;
}


/*----------------------------------------------------For RWD Function---------------------------------------------------*/
.svgImg {
	position: relative; 
	top: 0px; 
	left: -70px;
}
svg {
	transform: scale(2.5);
}

.logo {
	width:10%; 
	height:10%; 
	float:left;
}

@media (max-width:1200px) {
	
	.collapse.navbar-collapse {
		padding-top: 10px;
	}
	
	.footer {
		width:100%;
		height:100%;
		display: block;
		margin-top: 20px;
		margin-left: 0px;
		float: left;
	}
	
	.footer-left {
		width:90%;
		height:90%;
	}
	
	.heading-4 {
		padding-left: 50px;
	}
	
	.footer-right {
		width: auto;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 80px;
		padding-top: 0;
		display: flex;
	}
	
	._3, ._4, .left-side {
		width: 60%;
	}
	
	.copyright {
		display: none;
	}
	
	.copyrightNew {
		display: block;
		margin-left: 80px;
	}
	
	.heading-4New, .html-embed-3 {
		justify-content: center;
		display: flex;
	}
	.logo {
		width:12%; 
		height:12%; 
	}
}

@media (max-width:1083px) {
	footer {
		height: 80px;
	}
}

@media (max-width:991px) { 
	.row-one {
		flex-direction: column;
		justify-content: space-between;
	}
	
	.footer-left {
		margin-left: 60px;
	}
	.logo {
		width:15%; 
		height:15%; 
	}
	footer {
		height: 80px;
	}
}

@media (max-width:650px) {
	.heading-4 {
		padding-left: 20px;
		width: 90%;
	}
	.footer-left {
		margin-left: 60px;
	}
	._3, ._4, .left-side {
		width: 80%;
	}
	footer {
		height: 80px;
	}
	.logo {
		width:17%; 
		height:17%;
	}
	footer {
		height: 80px;
	}
	
}

@media (max-width:650px) {
	.logo {
		width:17%; 
		height:17%;
		margin-top: 5px;
	}
	footer {
		height: 80px;
	}
}

@media (max-width:500px) {
	.logo {
		margin-left: 20px;
	}
	.heading-4 {
		padding-left: 30px;
		width: 80%;
	}
	.footer-left {
		margin-left: 30px;
	}
	._3, ._4, .left-side {
		width: 80%;
	}

	svg {
		transform: scale(2.0);
	}
	
	h2,h3{
		font-size: 20px;
	}
	footer {
		height: 100px;
	}
}

@media (max-width:470px) {
	h2,h3{
		font-size: 18px;
	}
	.logo {
		width:18%; 
		height:18%;
	}
	footer {
		height: 105px;
	}
}

@media (max-width:450px) {
	.heading-4 {
		padding-left: 20px;
	}
	._3, ._4, .left-side {
		width: 90%;
	}
}

@media (max-width:400px) {
	.heading-4 {
		padding-left: 0px;
	}
	._3, ._4, .left-side {
		width: 100%;
	}
	.footer {
		margin-bottom: 50px;
	}
	footer {
		height: 120px;
	}
	
	h2,h3{
		font-size: 16px;
	}
	.logo {
		width:19%; 
		height:19%;
	}
}