*{
    padding: 0;
    margin: 0;
}

.nicotex-logo>img{
    width: 100px;
}
.cipla-headlth>img{
    width: 139px;
}

.header-main>div{
    padding: 24px 0;
}

.header-main>div>div {
    display: table-cell;
    width: 100%;
    justify-content: space-between;
    align-items: self-end;
}

.desktop-banner>img{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.mobile-banner{
    display: none;
}

.main-form{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.main-form>div>form{
    width: 650px;
    padding: 20px 15px 15px 15px;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

.form-inner{
    padding: 70px 0 100px 0;
}

.submit-btn{
    text-align: center;
    padding-top: 15px;
}

.submit-button{
    background-color: #98c455;
    border-radius: 2px;
    padding: 6px 22px;
    min-width: 100px;
    cursor: pointer;
    border: 1px solid #98c455;
    color: white;
}

.form-control{
    display: block;
    border: none;
    height: 41px;
    padding: 10px 12px;
    color: #000;
    background-color: #f1f1f1;
    border-radius: 2px;
    font-size: var(--gfb-form-default-font-size);
    position: relative;
    flex: 1 1 auto;
    margin-bottom: 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
    transition: box-shadow .15s ease;
    outline: none;
    background-image: none !important;
}

.form-control:focus{
    outline: none !important;
    background-color: #f1f1f1 !important;
    box-shadow: none;
    border-color: snow;
}

.form-control input:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important;
}

.form-check-input:checked {
    background-color: #98c455;
    border-color: #98c455;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
    transition: all .2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.select-gender>p{
    font-size: 17px;
    margin-bottom: 2px;
}

.form-inner>form>p>span{
    font-size: var(--gfb-form-description-font-size);
    font-weight: var(--gfb-font-weight, 300);
    line-height: 1.7;
    color: #4b4b4b;
}

.form-inner>form>small{
    display: block;
    color: #6c757d;
    font-size: 13px;
}

.check-box{
    width: 22px;
    height: 22px;
}

.select-gender{
    margin-bottom: 16px;
}

.select-gender>div>label{
    font-size: 14px;
}

.footer-logo>img{
    width: 100px;
}

.footer-logo{
    padding: 15px 0;
}

.contact-details{
    text-align: center;
}

.contact-details>p{
    margin-bottom: 1px;
}

.contact-details>p>a{
    text-decoration: none;
    color: rgb(39, 39, 39);
}

.footer-main{
    padding: 30px 0 50px 0;
}

.copy-write-main{
    border-top: 1px solid #ededed;
}

.copy-write{
    line-height: 40px;
}

.contact-detail>div{
    border-top: 1px solid #ececec;
}

.copy-write>p{
    text-align: center;
    height: 40px;
    margin-bottom: 0;
    font-size: 14px;
}

.mb-3>label{
    font-size: 15px;
}

.get-in-touch>div{
    display: inline-block;
}

/* ===========/ Media query /======== */

@media only screen and (max-width: 600px) {
    .mobile-banner{
        display: block;
    }
    .mobile-banner>img{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    }
    .desktop-banner{
        display: none;
    }
    .header-main>div>div {
        display: table-cell;
        width: 100%;
        justify-content: space-between;
        align-items: self-end;
        padding: 0 10px;
    }
    .nicotex-logo>img{
        width: 70px;
    }
    .cipla-headlth>img{
        width: 100px;
    }
    .mb-3>label {
        font-size: 13px;
    }
    .form-inner>form>small {
        display: block;
        color: #6c757d;
        font-size: 12px;
    }
    .get-in-touch>div>p{
        font-size: 14px;
    }
    .contact-details>p{
        font-size: 14px;
    }
    .check-box {
        width: 16px;
        height: 16px;
    }
}

@media only screen and (max-width: 650px) {
    .main-form>div>form {
        width: 100%;
    }
    .contact-details{
        text-align: left;
    }
    .footer-main {
        padding: 20px 0;
    }
    .form-inner {
        padding: 50px 0 50px 0;
    }	.form-check-label{		font-size:12px;	}
}