/* Section 1 */
@media (max-width: 1140px) {
	.wrapper {
		width: 680px !important;
		min-width: 680px;
		background-color: rgb(255, 255, 255);
		box-shadow: none;
	}
	.section-1 {
		width: 680px;
		min-width: 680px;
		box-shadow: none;
	}
}


/* Section 2 */
@media (max-width: 1140px) {
	.left-side {
		width: 620px;
		margin-top: 32px;
		margin-left: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	.left-side h3 {
		font-size: 40px;
		margin-top: 0;
		text-align: center;
	}
	.left-side p {
		font-size: 18px;
		line-height: 24px;
		margin-top: 16px;
		margin-left: 0;
	}	
	.lst-2 {
		font-size: 18px;
		line-height: 25px;
		margin-top: 16px;
		margin-left: 0;
	}
	.lst-2 span {
		display: inline-block;
		font-size: 18px;
		line-height: 0;
		margin-left: 0;
	}
	.lst-3 {
		font-size: 18px;
		line-height: 24px;
		margin-top: 16px;
		margin-left: 0;
	}
	.lst-4 {
		font-size: 18px;
		line-height: 24px;
		margin-top: 16px;
		margin-left: 0;
	}
	.left-side h4 {		
		font-size: 40px;
		margin-top: 33px;
		margin-bottom: 10px;
	}
	.lst-4-2 {
		font-size: 18px;
		line-height: 30px;
	}		
	.right-side {
		width: 651px;
		margin-top: 20px;
		margin-left: 30px;
		margin-bottom: 34px;
	}
	.g-two {
		height: 173px;
	}
	.right-side-text-wrap {
		width: 585px;
		height: 100%;
	}	
	.accordion {
		width: 620px;
		margin-bottom: 2px;
	}	
	.accordion .answer p {
		font-size: 18px !important;
	}	
	.accordion .answer p span {
		font-size: 18px;
	}
	.question {	
		padding: 10px 0 12px 0;
		font-size: 18px;
	}
	.fb-wrap {
		width: 650px;
	}
	.fb-wrap img {
		width: 295px;
	}
	.fancybox:nth-child(odd) {
		margin-right: 25px;
	}
}


/* Section 4 */
@media (max-width: 1140px) {
	.section-4 {
		width: 680px;
		height: 100%;
		min-width: 680px;
		box-shadow: none;
		margin: auto;
		padding-bottom: 50px;
	}
	.section-4 p {
		display: block;
		height: 30px;
		padding-top: 0;
		padding-left: 0;
		text-align: center;
		font-size: 32px;
		background: none;
	}
	.section-4_button-1 {
		margin-top: 25px;
		margin-left: 77px;	
		height: 39px;
		width: 178px; 	
		line-height: 38px;
		font-size: 20px;
		background: url(../../../img/phone2.png) no-repeat 15px 11px;	
	}
	.section-4_button-2 {
		margin-top: -44px;
		margin-left: 386px;
		height: 39px;
		width: 165px; 	
		line-height: 38px;
		font-size: 20px;
		padding-left: 54px;
		background: url(../../../img/calendar.png) var(--color2) no-repeat 27px;
	}
}


/* Section 5 */
@media (max-width: 1140px) {
	.section-5 {
		display: none;
	}
	footer {
		margin-top: 0;	
	}
}