body {
    margin: 0px;
    padding: 0px;
}
.header {
    text-align: center;
    padding-top: 1rem;
}
.form-section {
  background-color: #0666b3;
    padding: 5% 0;
}

.treatment-form-box {
    box-shadow: 0 0 10px;
    background-color: #fff;
    padding: 0 15px 4rem;
}

.logo-box {
    padding-top: 1rem;
   
    text-align: center;
}

.logo-box h1 {
    color: #0666b3;
    transition: all .5s;
}

.logo-box h1 span {
    color: #b5083f;
    font-weight: bold;
}

.form-title {
    text-align: center;
    padding-bottom: 1rem;
}

.form-title h3 {
   color: #7a7a7a;
    font-size: 1.2rem;
}

.treatment-form-box label {
    color: #b5083f;
}

.treatment-form-box .form-control {
    border-radius: 0;
    border-color: #b5083f;
}

.treatment-form-box .form-submit {
    width: 100%;
    border-radius: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #b5083f;
}

.treatment-form-box .text {
    color: #b5083f;
}

.entry:not(:first-of-type) {
    margin-top: 10px;
}

.entry .i {
    font-size: 12px;
}

.entry .btn-lg {
    line-height: 1.5;
    border-radius: .3rem;
    padding: 5px 15px;

}

.entry .btn-danger {
    margin-bottom: 10px;
}

/*Thank You Page*/

/*Thank You Section Strat*/

        .thank-you-section {
            margin: 60px 0px;
            width: 100%;
        }

        .thank-box {
            width: 35%;
            margin: 0 auto;
        }

        .thank-you-box {
            background-color: #ffffff;
            box-shadow: 5px 5px 5px #d7f5db;
            border-radius: 5px;
            padding: 30px 20px;
            text-align: center;
            border: 1px solid #3bb54a73;
        }

        .check-image-box {
            width: 70px;
            height: 70px;
            overflow: hidden;
            margin: 0 auto;
            text-align: center
        }

        .check-image-box img {
            width: 100%;
            margin: 0 auto;
            display: table;
        }

        .text-box {
            margin-top: 20px;
        }

        .text-box h2 {
            font-weight: 600;
            font-size: 30px;
            color: #07386b;
        }

        .text-box p {
            font-size: 16px;
            color: #45586b;
            font-weight: 600;
        }

.upload-section {
    margin: 30px auto;
    text-align: center;
}

.upload-section p {
    display: inline-block;
    font-size: 17px;
    color: #0666b3;
    font-weight: 600;
}

.upload-section i {
    color: #0666b3;
    font-size: 20px;
    padding-right: 10px;
}

.upload-section a {
    display: inline-block;
    background-color: #3bb54a;
    border-radius: 5px;
    padding: 7px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.upload-section a.mobile-button {
    display: none;
}

@media(max-width: 767px) {
    
    button.btn.form-submit {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding:1rem;
}
    .upload-section .desktop-button {
        display: none;
    }

    .upload-section a.mobile-button {
        display: block;
    }

    .thank-box {
        width: 80%;
        margin: 0 auto;
    }
}


/*Whatsapp*/

.whatsapp-scan-section {
    margin: 50px 0px;
    width: 100%:
}

.whatsapp-image {
    width: 25%;
    margin: 0 auto;
    overflow: hidden;
}

.whatsapp-image img {
    width: 100%;
    height: auto;
}