body {
      font-family: "Montserrat", sans-serif;
font-size: 16px;
}

h1 {

}

h2 {
 font-size: 3rem;
   font-weight: 600;

}

h3 {
font-size: 1.7rem;
font-weight: 600;
}

p, li {

    font-size: 1.375em;

    color: #141414;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #069cf3;
    text-decoration: none!important;
}

ul li {
    margin-bottom: 1em;
}

body > img {
    display: none;
}

.row:not(:first-child) {
    margin: 2em 0;
}

.jw-900 {
    font-weight: 900;
}

.jweb-container {
    background: #1b3259;
	padding: 4rem 0 2rem 0;
  
   width: 100%;
}
.text-white{
	color: #fff;
}

.text-yellow{
	color: #f9be4b;
}
.text-pink{
	color: #B151FA;
}
/*** Form ***/
 .form-container {
            max-width: 500px;
            width: 100%;
            text-align: center;
			margin: 0 auto;
        }
		
.form-container::after {
           content: "";
    background: url(../img/arrow.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 50px;
    position: absolute;
    bottom: 135px;
    right: 125px;
        }
        input {
            width: 100%;
            padding: 10px;
            margin: 5px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        button {
            width: 80%;
            padding: 10px;
            background-color: #f9be4b;
            color: #000;
            border: none;
            border-radius: 5px;
            cursor: pointer;
			margin-top: 20px;
			font-size: 20px;
			font-weight: 600;

        }
        button:hover {
            background-color: #ffd37c;
        }
 .small {
            font-size: 12px!important;
            color: #fff;
}
	.mt-50{
		margin-top: 50px;
	}
.mb-50{
margin-bottom: 50px;
}	
.btns-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}
  /* Pink Button */
.btn-pink {
  display: inline-block;
  padding: 12px 32px;
  background: #B151FA;
  color: #fff;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  border: none;
  transition: background 0.2s;
}
.btn-pink:hover {
  background: #B151FA;
  color: #fff;
}

/* Blue Button */
.btn-blue {
  display: inline-block;
  padding: 12px 32px;
  background: #48cefe;
  color: #1b3259;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  border: none;
  transition: background 0.2s;

}

.btn-blue:hover {
  background: #48cefe;
  color: #1b3259;
}
/*** End Form ***/
/**** Footer ****/
.footer {
    background-color: #F1F1F1;
}

.footer-bottom {
 background-color: #000;
    z-index: 100;
    padding: 30px 0;
    margin-bottom: 0px;
}

.footer-bottom p {
    font-weight: 400;
    margin: 10px 0;
    color: #fff;
  
    font-size: 14px;
    line-height: 16px;
}

.footer-clear {
    margin-bottom: 230px
}

.form-top {
    text-align: center;
}

footer ul li {
    display: inline-block;
    background: none;
    line-height: 0;
    vertical-align: middle;
    list-style: none;
    padding: 0 15px 0 0;
}

footer ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

footer ul li a img {
    width: 120px;
}

footer ul {
    text-align: center;
    padding: 0 0 20px;
    margin: 0;
    list-style: none;
}

.footer-bottom a {
    color: #000;
  
    font-size: 14px;
    line-height: 16px;
}

.footer-bottom p {
    font-weight: 400;
    margin: 10px 0;
   
}

/**** End Footer ****/
@media only screen and (max-width: 1200px) {
    .form-container::after {
   
    bottom: 155px;
    right: 65px;
}
}
@media only screen and (max-width: 992px) {
    .form-container::after {
   
    bottom: 155px;
    right: 105px;
}
}
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
	h2{
		font-size: 2rem;
	}
    h3{
		font-size: 1rem;
	}
    .btn-blue {
   
    font-size: 0.8rem;
    
}
  .btn-pink {
   
    font-size: 0.8rem;
    
}
.btns-container {
    flex-direction: column;
}
	    .form-container::after {
   
    bottom: 155px;
    right: 15px;
}

}

@media only screen and (max-width: 420px) {
    body {
        font-size: 12px;
    }
}
.banner-btm {
  
font-weight: 900;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
background: linear-gradient(90deg, #A243F4, #2FC1FF);
    padding:15px 0 0 0;
    color: #fff;
    font-size: 32px
}

.banner-btm p:first-child {
    margin-bottom: 0;
	color: #fff;
    margin-right: 20px!important;
    position: relative
}

.banner-btm p:before {
    content: '';
    position: absolute;
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
   width: 160px;
    height: 150px;
    top: -90px;
    left: -252px;
	display: none;
}

.banner-btm #demo {
    font-size: 36px;
    display: flex;
    align-items: center;
    margin-bottom: 0
}

.banner-btm #demo p {
    margin: 0 5px!important
}

.banner-btm #demo span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transform: translateY(40%)
}

#pgDailyCountDown {
    font-size: 30px
}

.smalltext {
    font-size: 15px
}

.count-text {
    display: inline-block;
    padding: 0 15px
}

.banner-btn {
    position: relative
}

.banner-btn a {
    display: inline-block;
    background-color: #fff;
    color: #1c196b;
    font-size: 18px;
  text-decoration: none;
    padding: 15px 30px;
    margin-left: 70px;
    border-radius: 30px;
    box-shadow: 0 0 31px 0 rgba(255, 255, 255, .5)
}

.banner-btn:before {
    content: '';
    position: absolute;
    background-image: url(img/footer-bg-btn-before.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
   height: 230px;
    top: -70px;
    left: -252px;
}

.banner-btn:after {
    content: '';
    position: absolute;
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
   width: 180px;
    height: 150px;
    top: -110px;
    right: -305px;
	display: none;
}

.banner-btn a:hover,
.banner-btn a:focus {
    background-color: #fff;
    color: #351d40;
    box-shadow: 0 0 31px 0 rgba(255, 255, 255, .5)
}

@media only screen and (min-width:1601px) and (max-width:1950px) {
    .banner-btm p:first-child {
        margin-right: 40px!important
    }
    .banner-btm p:before {
        width: 265px;
        height: 245px;
        top: -150px;
        left: -300px
    }
    .banner-btn:after {
        width: 280px;
        height: 190px;
        top: -125px;
        right: -385px
    }
}

@media only screen and (min-width:1441px) and (max-width:1599px) {
    .banner-btm {
        font-size: 20px
    }
    .banner-btm p:first-child {
        margin-right: 20px!important
    }
    #pgDailyCountDown {
        font-size: 28px
    }
    .smalltext {
        font-size: 20px
    }
    .banner-btn a {
        font-size: 18px;
        padding: 15px 20px;
        margin-left: 40px
    }
    .count-text {
        padding: 0 10px
    }
    .banner-btm p:before {
        width: 190px;
        height: 160px;
        top: -98px;
        left: -195px
    }
    .banner-btn:before {
        width: 60px;
        height: 60px;
        top: -5px;
        left: -15px
    }
    .banner-btn:after {
        width: 190px;
        height: 110px;
        top: -70px;
        right: -195px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .banner-btm {
        font-size: 30px
    }
    .banner-btm p:first-child {
        margin-right: 20px!important
    }
    #pgDailyCountDown {
        font-size: 28px
    }
    .smalltext {
        font-size: 20px
    }
    .banner-btn a {
        font-size: 18px;
        padding: 15px 20px;
        margin-left: 40px
    }
    .count-text {
        padding: 0 10px
    }
    .banner-btm p:before {
        width: 170px;
        height: 139px;
        top: -65px;
        left: -165px
    }
    .banner-btn:before {
        width: 60px;
        height: 60px;
        top: -5px;
        left: -15px
    }
    .banner-btn:after {
       width: 160px;
    height: 125px;
    top: -75px;
    right: -205px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1280px) {
    .banner-btm {
        font-size: 18px
    }

    .banner-btm p:first-child {
        margin-right: 25px!important
    }
    #pgDailyCountDown {
        font-size: 26px
    }
    .smalltext {
        font-size: 16px
    }
    .banner-btn a {
        font-size: 16px;
        padding: 12px 15px;
        margin-left: 25px
    }
    .count-text {
        padding: 0 10px
    }
    .banner-btm p:before {
        width: 170px;
        height: 139px;
        top: -85px;
        left: -165px
    }
    .banner-btn:before {
        width: 50px;
        height: 50px;
        top: 0;
        left: -18px
    }
    .banner-btn:after {
       width: 160px;
    height: 105px;
    top: -65px;
    right: -265px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-btm {
        font-size: 16px
    }
		.list-top > h1 span {
    
    font-size: 10px!important;
    
}

    .banner-btm p:first-child {
        margin-right: 10px!important
    }
    #pgDailyCountDown {
        font-size: 22px
    }
    .smalltext {
        font-size: 16px
    }
    .banner-btn a {
        font-size: 14px;
        padding: 12px 15px;
        margin-left: 25px
    }
    .count-text {
        padding: 0 5px
    }
    .banner-btm p:before {
        width: 130px;
        height: 110px;
        top: -60px;
        left: -100px
    }
    .banner-btn:before {
        width: 45px;
        height: 45px;
        top: 5px;
        left: -20px
    }
    .banner-btn:after {
        width: 135px;
    height: 90px;
    top: -60px;
    right: -200px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-btm {
        font-size: 14px
    }
    .banner-btm p:first-child {
        margin-right: 10px!important
    }
    .banner-btn a {
        font-size: 10px;
        padding: 6px 5px;
        margin-left: 10px
    }
    .banner-btm #demo {
        font-size: 12px;
        padding-left: 0
    }
    .banner-btm #demo p {
        margin: 0 10px!important
    }
    .smalltext {
        font-size: 16px
    }
    .banner-btm #demo span {
        font-size: 10px
    }
    .count-text {
        display: inline-block;
        padding: 0 5px
    }
    .banner-btm p:before {
        width: 85px;
        height: 70px;
        top: -28px;
        left: -70px
    }
    .banner-btn:before {
        width: 30px;
        height: 30px;
        top: 2px;
        left: -20px
    }
    .banner-btn:after {
        width: 100px;
        height: 60px;
        top: -30px;
        right: -100px
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .banner-btm {
        font-size: 16px;
        display: inline-block
    }
    .banner-btm p:first-child {
        margin-right: 0!important
    }
    .banner-btn a {
        font-size: 14px;
        padding: 10px 20px;
        margin-left: 10px
    }
    .banner-btm #demo {
        font-size: 25px;
        padding-left: 0;
        justify-content: center
    }
    .banner-btm #demo span {
        font-size: 14px
    }
    .banner-btm p:before,
    .banner-btn:before,
    .banner-btn:after {
        display: none
    }
}

@media(max-width:480px) {
    .banner-btm {
        font-size: 16px;
        display: inline-block
    }
    .banner-btm p:first-child {
        margin-right: 0!important
    }
    .banner-btn a {
        font-size: 12px;
        padding: 10px;
        margin-top: 5px;
        margin-left: 10px
    }
    .banner-btm #demo {
        font-size: 20px;
        padding-left: 0;
        justify-content: center
    }
    .banner-btm #demo span {
        font-size: 14px
    }
    .banner-btm p:before,
    .banner-btn:before,
    .banner-btn:after {
        display: none
    }
}
 ul.countdown {
  list-style: none;
  margin: 0px 0;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 25px;
}

ul.countdown li { display: inline-block;margin-bottom: 0em;margin-top: 0px; }

ul.countdown li span {
  font-size: 55px;
  font-weight: 700;
  line-height: 10px;
 
 color: #fff;
  margin-left: -4px;
  background: #0F1C3F;
   margin: 0 10px;
   padding: 20px 40px;
   border-radius: 20px;
}

ul.countdown li p {
  color: #0F1C3F;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
 
 
  font-weight: 400;
}
.count-top h2 {
   
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 50px;
    color: #fff;
    font-weight: 900;
	text-align: center;
}
.count-top {
   padding-top: 30px;
}
.days {
    
    padding: 0 10px;
   
}
