body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #d9d1d11f;
}
img{
    max-width:100%;
}
ol,ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0px;
    font-size: 17px;
}
a{
    text-decoration: none;
    color:#000;
}
.container{
    max-width: 1500px !important;
}
/* ============ header section start here ================== */
header {
    background: #424242;
    padding: 8px 0px;
    border-bottom: 3px solid #51a8b6;
}

header span {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.input-group-append {
    background: #51a8b6;
    padding: 0px 0px;
    border-radius: 38px;
    height: 44px;
    /* box-shadow: rgb(0 0 0 / 17%) 0px 7px 29px 0px; */
}
.search-group .icon-search-big svg {
    height: 22px;
    width: 2.5rem;
    margin: 0.3rem 0;
    fill: #aab3c1;
}
.btn-pink-filled .drugbank-icon {
    color: #fff;
}
button.btn.btn-pink-filled:focus {
    box-shadow: none;
}
.search-query {
    border: 2px solid 2px solid #9e6bec;
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    /* transition: border-color .15s ease-in-out; */
    /* font-size: 18px; */
    /* color: #282c34; */
    /* flex: 1 0 auto; */
    height: 44px;
    padding: 0 2rem;
    /* box-shadow: rgb(162 103 233 / 51%) 0px 7px 29px 0px; */
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0 select.form-select {
    border: navajowhite;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
nav.navbar.navbar-expand-lg {
    padding: 0px;
}
header nav.navbar.navbar-expand-lg ul.dropdown-menu.show li {
    font-size: 18px;
}
.medical_cener {
    border-bottom: 1px solid;
}

.medical_cener span {
    font-size: 18px;
    font-weight: 700;
    background: #51a8b6;
    padding: 11px 10px;
    color: #ffff;
    box-shadow: rgb(162 103 233 / 57%) 0px 7px 29px 0px;
}
.medical_cener button svg {
    font-size: 21px;
}
.medical_cener button {
    padding: 6px 23px;
    background: #51a8b6;
    color: #ffff;
    border: none;
    border-radius: 5px;
    box-shadow: rgb(162 103 233 / 57%) 0px 7px 29px 0px;
}

/* ============== header section end here ================= */
/* ============= banner section start here ================= */
.health img {
    width: 70%;
}
.better {
    padding-top: 115px;
}
.health h1 {
    font-size: 53px;
    font-weight: 700;
    font-family: sans-serif;
    letter-spacing: 2px;
    color: #51a8b6;
}
.health p {
    font-size: 24px;
    letter-spacing: 2px;
}
.banner {
    background-image: url(../images/61809.jpg);
    background-size: 100%;
    background-position: center;
    padding: 120px 0px;
}
.search_over .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.search_over .search-query {
    border: 2px solid 2px solid #9e6bec;
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    transition: border-color .15s ease-in-out;
    font-size: 25px;
    color: #282c34;
    flex: 1 0 auto;
    height: 60px;
    padding: 0 2rem;
    box-shadow: rgb(162 103 233 / 51%) 0px 7px 29px 0px;
}
.search_over button.btn.btn-pink-filled:focus {
    box-shadow: none;
}
.search_over .home-search .home-search-form .search-group button {
    padding: 0.375rem 1.75rem;
}
.search_over .btn-pink-filled .drugbank-icon {
    color: #fff;
}
.search_over .search-group .icon-search-big svg {
    height: 32px;
    width: 2.5rem;
    margin: 0.5rem 0;
    fill: #aab3c1;
}
.search_over .input-group-append {
    background: #51a8b6;
    padding: 5px 27px;
    border-radius: 50px;
    height: 60px;
    box-shadow: rgb(81 168 182 / 52%) 0px 7px 29px 0px;
}

.search_over .form-group.search-group {
    width: 80%;
    display: flex;
    margin: 0 auto;
}
.search_tittle p {
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    color: #0c0c0c;
}
.radio_sec .new:hover{
    cursor: pointer;
}
.radio_sec .new a {
    color: #ffff;
    text-decoration: none;
}
.radio_sec .new {
    display: inline-block;
    BACKGROUND: #51a8b6;
    padding: 8px 10px;
    border-radius: 50px;
    box-shadow: rgb(81 168 182 / 66%) 0px 7px 29px 0px;
}
.radio_sec {
    display: flex;
    justify-content: center;
}
.search_over {
    padding-top: 100px;
}
button.navbar-toggler:focus {
    box-shadow: none;
}
/* ============= banner section end here ================= */
/* ============== media query start here =================  */
@media all and (min-width:768px) and (max-width:1024px){
    .banner {
        background-image: url(../images/61809.jpg);
        background-size: 1156px;
        background-position: inherit;
        padding: 160px 0px;
        background-repeat: no-repeat;
    }
    .health img {
        width: 69%;
        height: 260px;
        object-fit: cover;
        padding-top: 17px;
    }
    .better {
        padding-top: 9px;
    }
    .health p {
        font-size: 16px;
    }
    .health h1 {
        font-size: 25px;
    }
    .search_over {
        padding-top: 80px;
    }
    .search_tittle p {
        font-size: 20px;
    }
    .search_over .search-query {
        font-size: 19px;
        height: 45px;
    }
    .search_over .input-group-append {
        height: 45px;
        padding: 0px 5px;
    }
    .search_over .search-group .icon-search-big svg {
    height: 20px;
    margin: 0.6rem 0;
}
    .radio_sec .new {
        padding: 5px 5px;
        font-size: 11px;
    }
    .radio_sec.mt-4 {
        padding-bottom: 30px;
    }
    a.navbar-brand {
        width: 75%;
    }
    div#offcanvasExample {
        display: none;
    }
}
@media all and (min-width:576px) and (max-width:767px){
    .banner {
        background-image: url(../images/61809.jpg);
        background-size: 1156px;
        background-position: inherit;
        padding: 150px 0px;
        background-repeat: no-repeat;
    }
    .health img {
        width: 100%;
        height: 268px;
        object-fit: cover;
        padding-top: 17px;
    }
    div#offcanvasExample {
        display: none;
    }
    .health h1 {
        font-size: 18px;
    }
    .health p {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .search_tittle p {
        font-size: 17px;
    }
    .search_over {
        padding-top: 0px;
    }
    .search_over .search-query {
        font-size: 16px;
        height: 43px;
    }
    .search_over .input-group-append {
        padding: 0px 1px;
        height: 43px;
    }
    .search_over .search-group .icon-search-big svg {
        height: 20px;
        margin: 0.3rem 0;
    }
    .better {
        padding-top: 80px;
    }
    .radio_sec .new {
        padding: 4px 5px;
        border-radius: 50px;
        font-size: 12px;
        margin-top: 7px;
    }
    .radio_sec.mt-4 {
        margin-top: 10px !important;
        text-align: center;
    }
   

}
@media all and (min-width:320px) and (max-width:575px){
    a.navbar-brand {
        display: flex;
        width: 62%;
    }
    header span {
        font-size: 22px;
    }
    .banner {
        background-image: url(../images/61809.jpg);
        background-repeat: no-repeat;
        background-size: 10020px;
        height: 100vh;
        background-position: center;
        padding: 0px 0px;
    }
    .better {
        padding-top: 10px;
    }
    .health h1 {
        font-size: 19px;
        letter-spacing: 1px;
    }
    .health p {
        font-size: 16px;
        letter-spacing: 0px;
    }
    .search_tittle p {
        font-size: 18px;
    }
    .search_over .form-group.search-group {
        width: 100%;
    }
    .search_over .input-group {
        flex-wrap: nowrap;
    }
    .search_over .search-query {
        font-size: 16px;
        height: 42px;
        padding: 0 10px;
        
    }
    .search_over .search-group .icon-search-big svg {
        height: 21px;
        width: 20px;
    }
    .search_over .input-group-append {
        background: #51a8b6;
        padding: 3px 18px;
        border-radius: 50px;
        height: 42px;
        box-shadow: rgb(81 168 182 / 52%) 0px 7px 29px 0px;
    }
    .health .col-sm-6.d-flex.justify-content-end {
        display: flex;
        justify-content: center !important;
    }
    .search_over {
        padding-top: 20px;
    }
    .radio_sec .new {
        margin: 10px;
    }
}
@media all and (min-width:576px) and (max-width:767px){

}
/* ============== media query  end here =================  */