	body {
	    font-size: 20px;
	}

	h1 {
	    font-size: 46px;
	}

	.container {
	    max-width: 1060px;
	}

	.font-montserrat {
	    font-family: "Montserrat", Helvetica, sans-serif !important;
	}

	.font-patua {
	    font-family: "Patua One", Helvetica, sans-serif !important;
	}

	.font-fjalla {
	    font-family: "Fjalla One", Helvetica, sans-serif !important;
	}

	.font-cou {
	    font-family: "Courgette", Helvetica, sans-serif !important;
	}

	.rounded-15 {
	    border-radius: 15px;
	}

	.logo {
	    font-size: 56px;
	}

	.logo img {
	    width: 350px
	}

	.text-shadow {
	    text-shadow: rgb(0 0 0 / 50%) 1px 1px 2px;
	}

	.text-white {
	    color: #f6f4f8 !important
	}

	.text-yellow {
	    color: #eefe3c
	}

	.text-color {
	    color: #528fc3
	}

	.main-text {
	    font-size: 50px;
	}

	.bg-color {
	    background-image: radial-gradient(circle at 49% 52%, #accbe3, #6e97bd 44%, #5f94bf 75%, #5689b8 85%);
	}

	.bg-color1 {
	    background-color: #6c757d;
	}

	.bg-pattern {
	    background-image: url(images/pattern-bg.png);
	    background-position: top center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}

	.border-color {
	    border-color: #528fc3 !important
	}

	.btn-order {
	    color: #FFF;
	    background-color: #528fc3;
	    font-size: 36px;
	    padding: 10px 50px;
	    border: 1px solid rgba(0, 0, 0, 0.2);
	}

	.btn-order:hover {
	    color: #FFF;
	    background-color: #1d67a6;
	}

	.btn-order .wrapper {
	    padding: 0 60px;
	}

	.btn-order .small {
	    font-size: 14px;
	}

	.btn-small {
	    font-size: 20px !important;
	    padding: 8px 25px !important;
	    width: auto !important;
	}

	.btn-top {
	    padding: 10px 90px;
	    font-size: 30px;
	}

	.btn-outline-color {
	    width: 86px;
	    color: #528fc3;
	    border-color: #528fc3;
	}

	.btn-outline-color:hover {
	    color: #528fc3;
	}

	.btn-check:active+.btn-outline-color,
	.btn-check:checked+.btn-outline-color,
	.btn-outline-color.active,
	.btn-outline-color.dropdown-toggle.show,
	.btn-outline-color:active {
	    color: #fff;
	    background-color: #528fc3;
	    border-color: #528fc3;
	}

	.btn-check:focus+.btn,
	.btn:focus {
	    box-shadow: 0 0 0 0.25rem rgb(65 116 96 / 25%)
	}

	.package {
	    margin: 5px
	}

	.package .price-retail {
	    font-size: 24px;
	}

	.package .price {
	    font-size: 30px;
	    font-weight: bold
	}

	.package .saving-price {
	    font-size: 24px;
	    font-weight: bold;
	}

	.package .lower-price {
	    font-size: 70px;
	    line-height: 94px;
	    font-weight: bold
	}

	.package .lower-price label {
	    font-size: 26px;
	    line-height: 24px;
	    text-align: left;
	    font-weight: normal
	}

	.bonus-box {
	    border-radius: 10px;
	    border: 5px solid #fff;
	}

	.pulse {
	    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
	    transform: scale(1);
	    animation: pulse 2s infinite;
	}

	.strikeout {
	    position: relative;
	}

	.strikeout::after {
	    border-bottom: 0.1em solid red;
	    content: "";
	    left: 0;
	    margin-top: calc(0.1em / 2 * -1);
	    position: absolute;
	    right: 0;
	    top: 48%;
	}

	.triangle-grey-ctr {
	    position: relative;
	}

	.triangle-grey-ctr:after,
	.triangle-grey-ctr:before {
	    content: " ";
	    display: block;
	    background-color: #6c757d;
	    width: 49px;
	    height: 49px;
	    position: absolute;
	    top: 0;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	    transform: translate(-50%, -50%) rotate(45deg);
	}

	@keyframes pulse {
	    0% {
	        transform: scale(0.95);
	        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
	    }
	    70% {
	        transform: scale(1);
	        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	    }
	    100% {
	        transform: scale(0.95);
	        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	    }
	}

	header.hide {
	    opacity: 0;
	    -webkit-transform: translateY(-90px);
	    -moz-transform: translateY(-90px);
	    transform: translateY(-90px);
	    -webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
	}

	header.show {
	    opacity: 1;
	    -webkit-transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    transform: translateY(0px) -webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
	}

	header:after {
	    background: url(images/site_verified.svg) no-repeat 0 0/contain;
	    content: "";
	    height: 89px;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 89px;
	}

	a.price img {
	    transition: transform .2s;
	}

	a.price:hover img {
	    transform: scale(1.04);
	}

	footer,
	footer a {
	    font-size: 12px;
	    color: rgb(148, 148, 148)
	}

	@media (max-width: 767.98px) {
	    h1 {
	        font-size: 35px;
	    }
	    .btn-order {
	        font-size: 30px;
	        padding: 10px 30px;
	        width: 100%;
	    }
	    .btn-order .wrapper {
	        padding: 0
	    }
	    .main-text {
	        font-size: 44px;
	        text-align: center;
	    }
	}

	@media (max-width: 575.98px) {
	    .logo {
	        font-size: 46px;
	    }
	    .logo img {
	        width: 250px
	    }
	    header.show {
	        opacity: 0;
	        -webkit-transform: translateY(-90px);
	        -moz-transform: translateY(-90px);
	        transform: translateY(-90px);
	        -webkit-transition: all 0.5s ease-in-out;
	        -moz-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
	    }
	    h3 {
	        line-height: 34px
	    }
	    h4 {
	        font-size: 20px;
	    }
	    .btn-order {
	        font-size: 24px;
	        padding: 10px 10px;
	    }
	    .act-now {
	        font-size: 28px
	    }
	    .main-text {
	        font-size: 40px;
	    }
	}

	.accordion-button:not(.collapsed) {
	    background-color: #528fc3;
	    color: #FFF;
	}

	.accordion-button:focus {
	    box-shadow: none;
	}