@media(min-width: 1640px)
{
	div.fifthSectionImg
	{
		top: 30px;
		width: 28%;
	}
	div.fifthSectionImg-bubble
	{
		top: -500px;
	}
	span.absolutePosition
	{
		left: 47%;
	}
	div.fourthSectionImg svg
	{
		left: -300px;
	}
}
@media(min-width: 1440px)
{
	.fifthSectionImg
	{
		top: 60px;
	}
	.fifthSectionImg-bubble
	{
		top: -480px;
	}
	.absolutePosition
	{
		left: 40%;
		top: 10px;
	}
	.fourthSectionImg svg
	{
		left: -260px;
	}
}
@media(max-width: 1024px)
{
	.firstSection-img svg
	{
		width: 100%;
	}
	.secondSection-img svg
	{
	  margin-left: 60px;
	}
	.fourthSectionImg svg {
	    left: -205px;
	}
	.fifthSectionImg
	{
	    top: 180px;
	}
	.fifthSectionImg-bubble {
	    top: -380px;
	}
	.absolutePosition
	{
		left: 23%;
	}
	.seventhSection-innerImg img
	{
		width: 100%;
	}
}
@media (max-width: 1023px) and (min-width: 768px)
{
	.seventhSection-innerImg img
	{
		width: 100%;
		margin-top: 60px;
	}
	.absolutePosition
	{
		top: 5px;
		left: 28%;
	}
	.fifthSectionImg
	{
		position: relative;
		top: 120px;	
		left: 30%;
		width: 40%;
	}
	.defaultContainer
	{
		height: 100%;
		padding: 100px 0;
	}
	.firstSection-img svg
	{
		margin-left: 0;
		top: 0;
	}
	.secondSection-img
	{
		text-align: center;
	}
	.secondSection-img svg
	{
	  margin-left: 0;
	  margin-top: 60px;
	}
	.secondSection-lightBulb
	{
		right: -60px;
	}
	.thirdSection-img img
	{
		margin-top: 60px;
	}
	.textAlign
	{
	  text-align: center;
	}
	.fourthSectionImg svg
	{
	  width: 100%;
	  left: 0;
	  margin: 40px 0;
	}
}
@media (max-width: 767px)
{
	.clickHereBtn
	{
		left: -8px;
		bottom: -18px;
	}
	.firstSection-description
	{
		margin-top: 30px;
	}
	.seventhSection-innerImg img
	{
		width: 100%;
		margin-top: 60px;
	}
	.inputFocus
	{
		width: 93%;
	}
	.fifthSectionImg-bubble {
	    top: -330px;
	}
	.fifthSectionImg
	{
		position: relative;
		top: 100px;	
		left: 10%;
		width: 80%;
		margin: 20px 0;
	}
	.fourthSectionImg svg
	{
	  width: 100%;
	  left: 0;
	  margin: 40px 0;
	}
	.textAlign
	{
	  text-align: left;
	}
	.thirdSection-img img
	{
		margin-top: 60px;
	}
	.secondSection-title,
	.thirdSection-title,
	.seventhSection-title,
	.eightSection-title,
	.fourthSection-title
	{
		font-size: 30px;
		line-height: 33px;
	}
	.fifthSection-title{
	    font-size: 28px;
	    line-height: 33px;
	}
	.secondSection-title span:nth-child(2)
	{
	  font-size: 26px;
	}
	.secondSection-img svg
	{
	  margin-left: 0;
	}
	.firstSection-img svg
	{
		margin-left: 0;
		top: 0;
		margin-top: 40px;
	}
	.secondSection-img svg
	{
		margin-left: 0;
		top: 0;
		margin-top: 60px;
	}
	.secondSection-lightBulb
	{
		right: 20px;
	}
	.secondSection-lightBulb img
	{
		width: 92px !important;
	}
	.defaultContainer
	{
		height: 100%;
		padding: 100px 0;
	}
	.firstSection-title
	{
		padding: 0 26px;
	}
	.firstSection-titleS1
	{
		font-size: 20px;
		line-height: 23px;
	}
	.firstSection-titleS2
	{
		font-size: 45px;
		margin-top: -10px;
	}
	.firstSection-titleS3
	{
		font-size: 20px;
		margin-top: -16px;
	}
	.doubleQuoteLeft, .doubleQuoteRight
	{
		font-size: 45px;
	}
	.doubleQuoteLeft
	{
		top: -20px;
	}
	.doubleQuoteRight
	{
		bottom: -30px;
	}
}
@media (max-width: 320px)
{

}