/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) { /* Layout width - 1 */
  body {
  	font-size: 20px;
  }
  .page-wrapper {
		margin-top: 118px;
	}
  h1 {
  	font-size: 57px;
  }
  h2,
  .specialist-form-box h3 {
  	font-size: 35px;
  }
  h4,
  .cashback-description-box h2,
  .two-column-description h2 {
  	font-size: 26px;
  }
  header {
  	padding: 20px 0px;
  }
  .menu {
  	margin-top: 26px;
  }
  .banner-img img {
  	max-width: 654px;
  }
  .banner-bg {
  	width: 620px;
  	height: 393px;
  }
  .banner-description-inner {
  	padding: 66px 0px 66px 54px;
  }
  .banner-section {
  	min-height: 560px;
  	max-height: 560px;
  }
  .banner-description-inner::before {
  	max-width: 430px;
  }
  .cashback-description-box {
  	padding: 40px 44px;
  }
  .cashback-section-bottom p {
  	font-size: 26px;
  }
  .specialist-form-box form {
  	margin-top: 50px;
  }
  .banner-description {
  	width: 41.5%;
  }
  .cashback-description-box ul li::before {
  	top: 7px;
  }
  .cashback-description-box ul li::after {
  	top: 13px;
  }
  .center-title p {
  	font-size: 26px;
  }
  .center-title h2 {
  	margin-bottom: 12px;
  }
  .about-description p {
  	font-size: 26px;
  }
  .contact-description h2 {
  	font-size: 50px;
  }
  .contact-description h3 {
  	font-size: 32px;
  }
  .contact-description form input[type="text"], .contact-description form input[type="email"] {
  	height: 52px;
  	font-size: 18px;
  }
  .contact-description form textarea {
  	font-size: 18px;
  	height: 187px;
  }
  .contact-description form .text-box input[type="submit"] {
  	font-size: 18px;
  	min-width: 181px;
  }
  .customer-support-top h2 {
  	font-size: 50px;
  }
  .customer-support-top h3 {
  	font-size: 32px;
  }
  .customer-support-top {
  	margin-bottom: 50px;
  }
  .customer-support-box li {
  	font-size: 22px;
  }
  .customer-support-box li a {
  	padding-left: 44px;
  }
  .customer-support-box li a::before {
  	width: 33px;
  	height: 33px;
  	top: 0px;
  }
  .innet-banner-description .btn {
    min-width: 400px;
  }
  .innet-banner-description .btn {
  	font-size: 26px;
  }
  .customer-support-box li a.email-icon::after {
  	width: 19px;
    height: 15px;
    left: 7px;
    top: 9px;
  }
  .customer-support-box li a.phone-icon::after {
  	width: 18px;
  	height: 18px;
  	left: 8px;
    top: 8px;
  }
  .customer-support-box li a.location-icon::after {
  	width: 14px;
  	height: 20px;
  	left: 10px;
    top: 7px;
  }
  .sticky-header .menu {
    margin-top: 24px;
	}
	.two-column-description ul li::before {
		top: 10px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1280px) {
	body {
		font-size: 18px;
	}
	.page-wrapper {
	    margin-top: 112px;
	}
	h1 {
		font-size: 42px;
	}
	h2,
	.specialist-form-box h3 {
		font-size: 32px;
	}
	h4,
	.two-column-description h2,
	.cashback-description-box h2 {
		font-size: 24px;
	}
	.menu {
		margin-top: 28px;
	}
	.logo img {
    max-width: 280px;
  }
	.banner-img img {
		max-width: 510px;
	}
	.banner-description-inner {
    padding: 56px 0px 56px 54px;
	}
	.banner-description-inner::before {
		max-width: 345px;
	}
	.banner-bg {
    width: 450px;
    height: 285px;
	}
	.banner-section {
		min-height: 440px;
		max-height: 440px;
	}
	.banner-description {
		margin: 55px 0px;
	}
	.cashback-section-bottom {
		padding: 90px 50px 0px;
	}
	.cashback-section-bottom p {
		font-size: 23px;
	}
	.specialist-form-section {
		padding: 86px 0px 65px;
	}
	.specialist-form-box form {
		margin-top: 40px;
	}
	.cashback-description-box ul li::before {
  	top: 6px;
  }
  .cashback-description-box ul li::after {
  	top: 12px;
  }
	.center-title p {
		font-size: 22px;
	}
	.about-description p {
		font-size: 22px;
	}
	.customer-support-box li {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.contact-description h3 {
		font-size: 28px;
	}
	.contact-description h2 {
		font-size: 45px;
	}
	.contact-section {
		padding: 100px 0px;
	}
	.btn {
		font-size: 28px;
		padding: 10px;
	}
	.innet-banner-description .btn {
		min-width: 420px;
	}
	.footer-logo img {
		max-width: 280px;
	}
	.two-column-description ul li::before {
		top: 9px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
	body {
		font-size: 16px;
	}
	header {
		padding: 15px 0px;
	}
	.banner-img img {
		max-width: 370px;
	}
	.banner-description {
		width: 44%;
	}
	.logo {
		width: 40%;
	}
	.menu {
		width: 55%;
		margin-top: 31px;
	}
	.sticky-header .menu {
	    margin-top: 29px;
	}	
	.banner-description-inner {
		padding: 30px 0px 30px 40px;
	}
	h1 {
		font-size: 34px;
	}
	h2,
	.specialist-form-box h3 {
		font-size: 30px;
	}
	.banner-description-inner::before {
		max-width: 275px;
	}
	.banner-bg {
    width: 360px;
    height: 228px;
	}
	.banner-section {
		min-height: 330px;
		max-height: 330px;
	}
	.banner-description {
		margin: 33px 0px;
	}
	.cashback-img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.cashback-img img {
		max-width: 65%;
	}
	.cashback-description {
		width: 100%;
		padding-left: 0px;
	}
	.cashback-section-bottom {
		padding: 80px 40px 0px;
	}
	.cashback-section-bottom p {
		font-size: 20px;
	}
	.specialist-form-section {
		padding: 75px 0px 55px;
	}
	.specialist-form-box form {
		margin-top: 35px;
	}
	.copyright {
		margin-top: 30px;
	}
	.text-box input[type="text"], 
	.text-box input[type="email"],
	.text-box textarea {
		font-size: 16px;
	}
	.text-box {
		margin-bottom: 20px;
	}
	.v-middle {
		display: block;
		display: -webkit-block;
	}
	.about-two-column {		
		text-align: center;
	}
	.about-img {
		width: 100%;
		padding: 0px;
	}
	.about-description {
		width: 100%;
		padding: 0px;
		margin-top: 30px;
	}
	.about-description p:last-child {
		margin-bottom: 0px;
	}
	.contact-description h3 {
		font-size: 24px;
	}
	.contact-description h2 {
    font-size: 42px;
	}
	.contact-section {
    padding: 70px 0px;
	}
	.contact-description form input[type="text"], .contact-description form input[type="email"] {
    height: 48px;
    font-size: 16px;
	}
	.customer-support-box h3 {
		font-size: 32px;
	}
	.customer-support-box {
	 	width: 50%;
	 	margin-bottom: 25px;
	}
	.innet-banner-description .btn {
		min-width: 360px;
	}
	.btn {
    font-size: 24px;
    padding: 9px;
	}
	.two-column-img {
		width: 100%;
		padding: 0px !important;
		max-width: 250px;
		margin: 0 auto 30px;
	}
	.two-column-description {
		width: 100%;
		padding-right: 0px;
	}
	.page-wrapper {
    margin-top: 102px;
	}
	.two-column-description ul li::before {
    top: 7px;
	}
	.customer-support-section {
		padding: 50px 0px 40px;
	}
}	
@media only screen and (max-width: 767px) {
	.logo {
		width: 220px;
	}
	header {
		padding: 15px 0px;
	}
	.sticky-header .menu {
		margin-top: 0px;
	}
	body {
		font-size: 19px;
	}
	.page-wrapper {
    margin-top: 87px;
	}
	h1 {
		font-size: 36px;
	}
	h2,
	.specialist-form-box h3 {
		font-size: 32px;
	}
	h4,
	.two-column-description h2,
	.cashback-description-box h2 {
		font-size: 19px;
	}
	.menu {
		margin: 0px;
	}
	.menu ul {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 999;
		text-align: left;
		background-color: rgba(255,255,255,0.9);
	}
	.menu li {
		margin-left: 0px;
		display: block;
	}
	.menu li a {
		display: block;
		padding: 10px 20px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.logo img {
		max-width: 100% !important;
	}
	.menu-icon {		
		background:url(../images/menu-icon.png) no-repeat center / cover;
		width: 43px;
		height: 23px;
		position: absolute;
		right: 30px;
		top: 35px;
		cursor: pointer;
	}
	.container {
		padding: 0px 30px;
	}
	.banner-bg {
		display: none;
	}
	.banner-img img {
		max-width: 90%;
	}
	.banner-description {
		width: 100%;
		margin: 60px auto;
		float: none;
		max-width: 420px;
	}
	.banner-section {
		overflow: hidden;
		padding: 0px;
	}
	.banner-img {		
		top: 0px;
		padding: 15px 0px 0px;
		text-align: center;
		z-index: 9;
		opacity: 0.1;
	}
	/*.banner-img::after {
		content: "";
		position: absolute;
		background-color: rgba(50,198,210,0.8);
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
	}*/
	.banner-description-box {
		/*background-color: transparent;*/
		padding: 7px 10px 7px 20px;
	}
	.banner-description-inner::before {
		border-width: 5px;		
	}
	.banner-description-inner::before {
		max-width: 232px;
	}
	.banner-description {
		padding-left: 50px;
	}
	.banner-description-inner {
		padding: 57px 0px 57px 5px;
	}
	.cashback-img {
		display: none;
	}
	.cashback-section {
		padding: 50px 0px 30px;
	}
	.cashback-description-box {
		padding: 24px 18px;
	}
	.cashback-section-bottom p {
		font-size: 25px;
		line-height: 1.76;
	}
	.cashback-section-bottom {
		padding: 43px 10px 0px;
	}
	.specialist-form-box h2,
	.specialist-form-box h3 {
		line-height: 1.39;
	}
	.specialist-form-section {
		padding: 45px 0px 35px;
	}
	.text-box {
		width: 100%;
		padding: 0px;
	}
	.specialist-form-box form {
		margin-top: 40px;
	}
	.text-box input[type="text"], 
	.text-box input[type="email"] {
		height: 58px;
	}
	footer {
		text-align: center;
		padding: 20px 0px;
	}
	.footer-logo {
		width: 100%;
	}
	.copyright {
		width: 100%;
		margin: 16px 0px 0px;
		text-align: center;
	}
	.specialist-form-section {
		background-position: center;
	}
	header .container {
		padding: 0px;
	}
	.logo {
		margin-left: 30px;
	}
	.inner-banner-section {
		padding-bottom: 35%;
	}
	.about-intro-content {
    padding: 25px 0px 30px;
	}
	.about-two-column {
    margin: 25px 0px;
	}
	.about-description p,
	.center-title p {
    font-size: 20px;
	}
	.d-flex {
		display: block;
		display: -webkit-block;
	}
	.contact-map-left {
		width: 100%;
	}
	.contact-description {
		width: 100%;
		display: inline-block;
		padding: 35px 20px 35px;
	}
	.customer-support-top h2 {
		font-size: 36px;
	}
	.customer-support-top h3 {
		font-size: 28px;
	}
	.customer-support-top {
		margin-bottom: 25px;
	}
	.customer-support-box {
		width: 100%;
		margin: 0 auto 38px;
		text-align: left;
		max-width: 240px;
		float: none;
		word-wrap: anywhere;
	}
	.customer-support-box:last-child {
		margin-bottom: 0px;
	}
	.customer-support-box h3 {
		font-size: 28px;
	}
	.customer-support-box li {
		font-size: 20px;
	}
	.customer-support-box li a::before {
		top: 0px;
	}
	.contact-section {
    padding: 50px 0px;
	}
	.contact-description h2 {
		font-size: 38px;
	}
	.contact-description h3 {
		font-size: 19px;
	}
	.customer-support-top h3 {
		font-size: 24px;
	}
	.customer-support-box h3 {
		font-size: 26px;
	}
	.customer-support-box li {
		font-size: 18px;
	}
	.customer-support-box li a::before {
		width: 30px;
		height: 30px;
	}
	.inner-banner-section.how-works-banner {
    padding-bottom: 65%;
	}
	.innet-banner-description .btn {
    min-width: inherit;
	}
	.btn {
		font-size: 20px;
		padding: 9px 22px;
	}
	.two-column-description strong  {
		margin-bottom: 15px;
	}
	.customer-support-box li a.email-icon::after {
	    width: 15px;
	    height: 12px;
	    left: 7px;
	    top: 9px;
	}
	.customer-support-box li a.phone-icon::after {
	    width: 14px;
	    height: 14px;
	    left: 8px;
	    top: 8px;
	}
	.customer-support-box li a.location-icon::after {
	    width: 12px;
	    height: 17px;
	    left: 9px;
	    top: 7px;
	}
	.two-column-description ul li::before {
	    top: 9px;
	}
	.customer-support-section {
    padding: 42px 0px 36px;
	}
	.about-img {
		display: none;
	}
	.about-description {
		margin-top: 0px; 
	}
	.two-column-img {
		max-width: 200px;
	}
	.center-title {
		margin: 25px 0px;
	}
	.two-column-section,
	.two-column-box {
		padding: 25px 0px;
	}
	.innet-banner-description .btn {
		font-size: 17px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
	.container {
		padding: 0px 20px;
	}
	.logo {
		width: 175px;
		margin-left: 20px;
	}
	.two-column-img {
		max-width: 150px;
	}
	.menu-icon {
		top: 27px;
	}
	.banner-img {
		top: inherit;
	}
	.banner-description {
		padding-left: 10px;
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.banner-description-inner {
		padding: 40px 0px 40px 5px;
	}
	.banner-section {
		min-height: inherit;
	}
	.page-wrapper {
    margin-top: 75px;
	}
	h1 {
		font-size: 28px;
	}
	h2,
	.specialist-form-box h3 {
		font-size: 24px;
	}
	body {
		font-size: 17px;
	}
	.cashback-description-box ul li::before {
		top: 5px;
	}
	.cashback-description-box ul li::after {
		top: 11px;
	}
	.cashback-section-bottom p {
		font-size: 18px;
	}
	.specialist-form-box form {
		margin-top: 30px;
	}
	.text-box input[type="text"], 
	.text-box input[type="email"] {
		height: 50px;
		font-size: 14px;
	}
	.text-box textarea {
		font-size: 14px;
	}
	.text-box input[type="submit"] {
		font-size: 16px;
	}
	.inner-banner-section {
    padding-bottom: 45%;
	}
	.about-description p,
	.center-title p {
    font-size: 18px;
	}
	.customer-support-top h2 {
    font-size: 34px;
	}
	.customer-support-box h3 {
		font-size: 24px;
	}
	.inner-banner-section.how-works-banner {
    padding-bottom: 85%;
	}
	.innet-banner-description .btn {
		margin-top: 20px;
	}
	.btn {
    font-size: 17px;
    padding: 7px 17px;
	}
	.two-column-description ul li::before {
    top: 8px;
	}
}	

@media only screen and (max-width: 319px) {
	.banner-description {
		max-width: 260px;
	}
	h1 {
		font-size: 25px;
	}
	.banner-description-inner::before {
    max-width: 200px;
	}
}

@media only screen and (min-width: 768px) {
	.menu ul {
		display: block !important;
	}
}