
  
  #header-moving img {
	max-width: 100%;
  }
  
  @media screen and (min-width: 2000px) {
	#header-moving img {
	  min-width: 100%;
	}
  }
  
  .big-green-text {
	color: #36c0c4;
	text-transform: uppercase
  }

  #content {
	background-image: url('/Images/HomeSC/images/save/white-bg.png');
	background-repeat: repeat-y;
	background-size: contain;
	background-position: top right;

  }
  
  #content h2, #content .h2 {
	font-family: "myriad-pro-condensed";
	font-size: 48px;
  }
  
  #content p {
	font-size: 18px;
	margin: 25px 0;
	font-family: "myriad-pro";
  }
  #content h3 {
	font-size:24px;
	font-weight:bold;
  }
  
  #gigup-button {
	display: block;
	color: #fff;
	background-color: #36c0c4;
	padding: 15px 50px;
	border-radius: 20px;
	font-size: 24px;
	margin: 15px auto 75px;
	width: 50%;
	font-family: "myriad-pro";
  }

  @media screen and (max-width: 600px) {
	#gigup-button {
	  width: 75% !important;
	}
  }
  @media screen and (max-width:1000px) {
	#header-moving {
	  background: rgb(92,153,118);
	  background: linear-gradient(180deg, rgba(92,153,118,1) 0%, rgba(95,167,206,1) 100%);
	  text-align: center;
	}
	#header-moving img {
	  content: url('/Images/HomeSC/2022/moving/moving-header-m.png');
	  padding: 20px;
	}
	#gigup-button {
	  font-size: 14px
	}
	#form-section {
	  background-position: bottom left !important;
	}
  }

  @media screen and (max-width:420px) {
	#gigup-button {
	  font-size: 12px;
	  padding: 10px 30px;
	}
	#form-div {
	  margin: 25px 5% 0 !important;
	}
  }

  #form-section {
	background-image: url('/Images/HomeSC/2022/moving/bg-bottom.jpg');
	background-position: center left;
	background-repeat: no-repeat;
	font-family: "myriad-pro";
  }
  
  #form-div {
	background-color: #fff;
	margin: 25px 15% 0;
	padding: 30px;
	box-shadow: 10px 10px 15px 10px rgba(0,0,0,0.25);
	position: relative;
	top: -30px;
  }

  #form-div p {
	text-align: center
  }

  #submit-btn {
	text-align: center;
	display: block;
	margin: 10px auto;
	border: none;
	border-radius: 15px;
	min-width: 100px;
	width: 30%;
	background: #36c0c4;
  }
  #confirmation-contact {
	max-width:35px;
	margin:auto;
  }
  
  
 .modal-dialog {
	max-width: 800px;
	margin: 30vh auto;
	width: 100%;
}
  .modal-popup {
	margin: 0;
  }
  .modal-popup-content{
	color: #333;
	font-size: 20px;
	font-weight: 400;
  }

  .modal-popup-btn {
	display: inline-block;
	font-family: "quasimoda",sans-serif;
	font-weight: 300;
	font-style: normal;
	background-color: #70b840;
	color: #fff!important;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 150px;
	margin: 0 auto;
	padding: 1.2rem 13px;
	border-radius: 10px;
	overflow: hidden;
	border: 0;
	position: relative;
  }
 .btn-close {
	position: absolute;
	right: 10px;
	z-index: 1;
	top: 8px;
	border: none;
	background: transparent;
    display: none;
}
  .btn-full a {
	display: inline-block;
	background-color: #70b840;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 1em 15px;
	border-radius: 10px;
	overflow: hidden;
	border: 0;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	margin-right: 10px;
}
  .customer-top h2 {
	margin-bottom: 20px;
}
  .modal-body {
	position: relative;
	padding: 15px 15px 25px;
}
  
@media screen and (min-width: 1600px) {
  .btn-full a {
	font-size: 18px;
}
}
  @media screen and (max-width: 767px) {
	.modal-popup {
	  font-size: 45px;
	  margin-top: 5px;
	}
	.modal-popup-content{
	  font-size: 20px;
	}
	
  }
