/* >>> RESPONSIVE <<< */
/*screen-size 1366*/
@media screen and (max-width: 1440px) {
	.big-heading {
        font: 700 45px/1.3 'TitilliumWeb', sans-serif;
    }
	p, a, li, button, input {
		font: 400 14px/26px 'Poppins', sans-serif;
	}
	/* bonus */
	.bonus {
		padding: 50px 15px;
	}
	.title-area {
		margin: 0 auto 30px;
	}
	.bonus .custom-wrapper {
		max-width: 1100px;
	}
	.bonus .font-sm {
		font-size: 40px;
	}
	.bonus h2 {
		font-size: 36px;
	}
	.bonus h3 {
		font-size: 30px;
	}
	.bonus .bg-colmn {
		padding: 10px 20px;
		border-radius: 20px;
	}
	.bonus .row:not(:last-child) {
		margin-bottom: 30px;
	}
    /* s4 */
    .font-sm {
        font-size: 40px;
    }
	.s4 {
		padding: 30px 15px;
	}
    .s4 h3, .s4 .h3 {
        font-size: 30px;
    }
    .s4 .content-wrapper {
        max-width: 60%;
        row-gap: 30px;
    }
    .s4 .content h3::before {
        width: 15px;
    }
    .s4 .content h3 {
        padding-left: 30px !important;
    }
}
/* Screen-size 1199 */
@media screen and (max-width: 1199px) {
	h1 {
		font-size: 35px;
		line-height: 48px;
	}

	h2 {
		font-size: 32px;
		line-height: 42px;
	}

	h3 {
		font-size: 30px;
		line-height: 40px;
	}

	h4 {
		font-size: 22px;
		line-height: 32px;
	}

	h5 {
		font-size: 20px;
		line-height: 30px;
	}

	h6 {
		font-size: 18px;
		line-height: 28px;
	}

	.big-heading {
		font-size: 40px;
	}

	#page-banner-anchor .inner-row {
		align-items: flex-start;
	}

	#page-banner-anchor .vid-wrapper {
		margin: 0 20px 0 0;
		flex: 0 0 510px;
	}

	#page-banner-anchor .list-wrapper {
		flex: 1 1 345px;
	}
    /* banner */
	.banner {
		padding: 30px 0;
	}
    .banner .title-area {
        max-width: 85%;
    }
	/* bonus */
	.bonus .custom-wrapper {
		max-width: 1000px;
	}
	.bonus .font-sm {
		font-size: 34px;
	}
    /* s4 */
    .s4 {
        padding: 50px 15px;
    }
    .title-area {
        margin: 0 auto 30px;
    }
    .s4 .content-wrapper {
        max-width: 70%;
    }
    .s4 h3, .s4 .h3 {
        font-size: 24px;
    }
}

/* Screen-size 991 */
@media screen and (max-width: 991px) {
	h1 {
		font-size: 32px;
		line-height: 42px;
	}

	h2 {
		font-size: 25px;
		line-height: 35px;
	}

	h3 {
		font-size: 24px;
		line-height: 34px;
	}

	h4 {
		font-size: 22px;
		line-height: 32px;
	}

	h5 {
		font-size: 18px;
		line-height: 28px;
	}

	h6 {
		font-size: 16px;
		line-height: 24px;
	}
	.container {
		max-width: 900px;
	}

	.big-padding {
		padding: 50px 0;
	}

	.big-heading {
		font-size: 32px;
	}

	.col {
		min-height: 0;
	}

	.md-txt {
		font-size: 18px;
	}

	#page-banner-anchor .vid-wrapper {
		margin: 0;
		flex: 0 0 100%;
	}

	#page-banner-anchor .list-wrapper {
		flex: 0 0 655px;
	}
	#cta-sec {
		bottom: 0;
		max-width: 80%;
		margin: 0 auto;
	}
    /* s4 */
    .font-sm {
        font-size: 36px;
    }
    .s4 h3, .s4 .h3 {
        font-size: 22px;
    }
	/* bonus */
	.bonus .custom-wrapper {
		max-width: 75%;
	}
	.bonus .bg-colmn {
		border: unset;
		box-shadow: unset;
		background:unset;
		display: unset;
		height: 100%;
		padding: unset;
		border-radius: unset;
	}
	.bonus .row {
		border: 1px solid #12203A;
		box-shadow: 0 0 30px rgb(110 92 240 /25%);
		background: #0E1330;
		padding: 30px 10px;
		border-radius: 30px;
	}
}

/* Screen-size 767 */
@media screen and (max-width: 767px) {
	h1 {
		font-size: 26px;
		line-height: 36px;
	}

	h2 {
		font-size: 25px;
		line-height: 35px;
	}

	h3 {
		font-size: 22px;
		line-height: 32px;
	}

	h4 {
		font-size: 20px;
		line-height: 30px;
	}

	h5 {
		font-size: 16px;
		line-height: 26px;
	}

	h6 {
		font-size: 18px;
		line-height: 24px;
	}

	br {
		display: none;
	}
	.container {
		max-width: 80%;
	}
	.big-heading {
		font-size: 26px;
		line-height: 1.4;
	}
	#page-banner-anchor .list-wrapper {
		flex: 1 1 auto;
	}
	#cta-sec {
		max-width: 100%;
	}
	/* banner */
	.banner .title-area {
		max-width: 100%;
	}
    /* s4 */
    .s4 .title-area {
        max-width: 85%;
    }
    .font-sm {
        font-size: 30px;
    }
    .s4 .content-wrapper {
        max-width: 80%;
    }
    .s4 h3, .s4 .h3 {
        font-size: 20px;
    }
	/* bonus */
	.bonus .custom-wrapper {
		max-width: 85%;
	}
	.bonus .font-sm {
		font-size: 30px;
	}
	.bonus h2 {
		font-size: 32px;
	}

}

/* Screen-size 640 */
@media screen and (max-width: 640px) {
	.normal-padding {
		padding: 40px 0;
	}
	.container {
		max-width: 90%;
	}
    /* s4 */
    .font-sm {
        font-size: 26px;
    }
    .s4 .content-wrapper {
        max-width: 85%;
    }
    .s4 .content h3::before {
        width: 10px;
    }
    .s4 .content h3 {
        padding-left: 20px !important;
        padding: 5px 0;
    }
	/* bonus */
	.bonus .font-sm {
		font-size: 26px;
	}
	.bonus .row {
		padding: 10px 0;
		border-radius: 20px;
	}
	.bonus h3 {
		font-size: 24px;
	}
	.bonus h2 {
		font-size: 28px;
	}
	.bonus .colmn .img-wrapper {
		max-width: 80%;
		margin: 0 auto;
	}

}

/* Screen-size 575 */
@media screen and (max-width: 575px) {
	.md-txt {
		font-size: 16px;
		line-height: 1.6;
	}
	.big-heading {
		font-size: 25px;
	}
	#cta-sec form {
		padding: 20px;
	}
    /* s4 */
    .s4 .title-area,
    .s4 .content-wrapper {
        max-width: 90%;
    }
	/* bonus */
	.bonus .custom-wrapper {
		max-width: 90%;
	}
}

/* Screen-size 440 */
@media screen and (max-width: 440px) {
	.container {
		max-width: 100%;
	}
	.big-heading {
		font-size: 22px;
	}
	h1 {
		font-size: 20px;
		line-height: 26px;
	}
	#cta-sec .button {
		font-size: 18px;
		max-width: 100%;
		padding: 15px;
		border-radius: 10px;
	}
	#cta-sec {
		max-width: 100%;
	}
    /* s4 */
    .font-sm {
        font-size: 22px;
        margin-bottom: 15px !important;
    }
    .s4 .title-area, .s4 .content-wrapper {
        max-width: 95%;
    }
    .s4 h3, .s4 .h3 {
        font-size: 18px;
    }
	/* bonus */
	.bonus {
		padding: 30px 15px;
	}
	.bonus .font-sm {
		font-size: 20px;
	}
	.bonus h3 {
		font-size: 20px;
	}
	.bonus h2 {
		font-size: 22px;
	}
	.bonus .colmn .img-wrapper {
		max-width: 100%;
	}
}

/* Screen-size 375 */
@media screen and (max-width: 375px) {
	.normal-heading {
		font-size: 20px;
		line-height: 30px;
	}

	.check-out-btn {
		font-size: 14px;
		line-height: 20px;
	}
	#cta-sec .col {
		padding: unset;
		margin: 0 auto;
	}
	#cta-sec form {
		padding: 10px;
	}
    /* s4 */
    .s4 {
        padding: 30px 15px;
    }
    .s4 .title-area, .s4 .content-wrapper {
        max-width: 100%;
    }
    .s4 h3, .s4 .h3 {
        font-size: 16px;
    }
    .s4 .content h3::before {
        width: 5px;
    }
    .s4 .content h3 {
        padding-left: 15px !important;
        padding: 5px 0;
    }
	/* binus */
	.bonus {
		padding: 30px 0;
	}
	.bonus .custom-wrapper {
		max-width: 100%;
	}
	.title-area {
		margin: 0 auto 25px;
		padding: 0 10px;
	}
	.bonus .row {
		padding: 10px 10px;
	}
	.bonus .row:not(:last-child) {
		margin-bottom: unset;
	}
}

/* >>> END RESPONSIVE <<< */