body{
    font-family: 'Lato', sans-serif;
    background: #ffffff;
    color: #1a1a1a;
}
.font-noto {
    font-family: 'Noto Serif', serif;
}

.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}

section#top-head {
    background: #2563EB;
	border-color: #1d4ed8;
	border-top: none !important;
    border-left: none !important;
    border-right: none !important;
	border-bottom: 2px solid #1d4ed8;
}
section#top-head .h3 {
    color: #ffffff;
    font-size: 22px;
    padding-top: 5px;
}
section#top-head .h3 b {
    color: #FDC054;
}
section.step2{
    padding-top:30px !important;
}
section.step2 h2{
    padding-bottom:10px !important;
}
.text-red{
    color: #E43B2C;
}
section#main-sec.bg-white {
    background: #ffffff !important;
    color: #1a1a1a;
}
section#main-sec .text-dark {
    color: #1a1a1a !important;
}
section#main-sec .first-head {
    color: #111111;
}
.form-sec {
    padding: 35px;
}
.form-sec form input {
    padding: 28px 20px;
}
.form-sec form button {
    padding: 12px 0;
    font-size: 32px;
}
.form-sec {
    border: 4px solid #2563EB !important;
    background: #f8fafc !important;
}
.form-sec .header-line-1,
.form-sec .header-line-2 {
    color: #1a1a1a;
}
.trust-image img {
    display: block;
    max-width: 100%;
    margin: 20px auto 0px;
}
.form-sec h2 {
    font-size: calc(1.2vw + 4vh + 2vmin);
}
.btn-primary{
    color: #ffffff;
    background: #2563EB;
    border-color: #2563EB;
    font-size: 34px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
}
button.btn.btn-primary.btn-lg.btn-block {
    font-weight: 900;
}
.text-muted{
    text-align: center;
    font-size: 16px !important;
    color: #4a5568 !important;
}
.footer-text p {
    line-height: 16px;
    font-size: 12px !important;
    color: #6c757d !important;
    text-align: left;
}
.row.footer-textrow {
    padding: 40px 0 0 0;
    border: 1px solid #e2e8f0;
    margin: 150px 0 20px 0;
}
section#main-sec {
    padding: 40px 0 20px 0;
}
.addtocartnow img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.popup-code {
    width: 100%;
    margin: 0 auto;
}
.popup-code .row .col-md-5 .right-image img {
    width: 82%;
}
.popup-code .row .col-md-5 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-code {
    border: 4px solid #2563EB;
    padding: 0px 30px 30px 30px ;
}
.popup-code form input {
    padding: 25px 20px;
}
.popup-code .top-head-content img.worth-img {
    width: 82%;
    margin: 0 0 0 -12px;
}
.popup-code img.gif-img {
    width: 50%;
    max-width: 100%;
}
section#main-sec .top-row {
    background-image: linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.65)), url(../images/bg-content3.png);
    background-repeat: no-repeat;
    background-position: -46px 0;
}

.timer h5 {
    color: #1a1a1a;
}
.timer-boxes h5 {
    background: #FDC054;
    padding: 19px;
    border-radius: 50%;
    border: 4px solid #c98204;
    font-weight: 700;
    color: #1a1a1a;
}
.timer-boxes p {
    color: #5e5e5e;
}
.timer-box {
    display: inline-block;
}

.Copyright-text p {
    color: #6c757d !important;
}

@media only screen and (max-width: 768px){

.form-sec {
    width: 100%;
}
section#main-sec .row.top-row {
    background-image: none;
    }
 section#top-head h3 {
    font-size: 20px;
}
section#main-sec h2 {
    font-size: 1.9rem !important;
}
section#main-sec .form-sec h3, section#main-sec .form-sec h2 {
    font-size: 25px !important;
}
section#main-sec .form-sec button {
    font-size: 20px;
    padding: 10px 10px;
}
}

@media only screen and (max-width: 428px){
 section#top-head h3 {
    font-size: 14px;
}
section#main-sec h2 {
    font-size: 1.2rem !important;
}
section#main-sec .form-sec button {
    font-size: 14px;
}
.timer-boxes h5 {
    background: #FDC054;
    padding: 10px;
}
.popup{ width:100%;top:130% !important; }
}


.popupcontainer{
    max-width: 720px;
    width: 100%;
}
.popup{
    background-color: #ffffff;

    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 70%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
}
.popup #close{
   display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
    text-align: center;
}
