/* Overall css */
body{
    margin: 0 auto;
    background: #F3F7FF;
    max-width: 1200px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color:#043CAA;
}

a{
    text-decoration: none;
    cursor: pointer;
    color:inherit
}

/* Start of Header Container Css */
header{
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 679px;
    left: 0px;
    top: 0px;
    background-size:cover;
    background-image:url(../images/headercover.svg);
    color:white;
}

.container{
    width: 1200px;
    margin: 0 auto;
}

.nav-container{
    display:flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;


}

.logo{
    position: absolute;
    width: 111.93px;
    height: 22.46px;
    left: 105.73px;
    top: 37.01px;
}

.nav-bar{
    display:inline-flex;
    flex-direction: row;
    
}

ul{
    display: flex;
    position: absolute;
    width: 560px;
    height: 22px;
    left: 482px;
    top: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    justify-content: space-between;
    align-items: stretch;
} 

ul li{
    list-style: none;
    display: flex;
    width:180px;
}

.login-button{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 38px;
    gap: 10px;
    position: absolute;
    width: 117px;
    height: 42px;
    left: 1219px;
    margin-top: 21px;
    background: #1BC768;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    color: white; 
}

.text-header-items h1{
    position: absolute;
    width: 504px;
    height: 50px;
    left: 104px;
    top: 166px;
    font-style: bold;
    font-size: 48px;
}

.text-header-items p{
    position: absolute;
    width: 504px;
    height: 50px;
    left: 104px;
    top: 321px;
}

.drug-items{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 21px;
    position: absolute;
    width: 476px;
    height: 45px;
    left: 104px;
    top: 415px;
}

.drug-button{ 
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 35px;
    gap: 10px;
    background: none;
    color: white;    
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);

}

button.drug-button:hover{
    background: white;
    color: black;
    box-shadow:7px 7px 13px rgba(243, 240, 240, 0.25);
    cursor: pointer;
}

.drug-Ikeja{
    width: 108px;
    height: 45px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.drug-VI{
    width: 86px;
    height: 45px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.drug-Liki{
    width: 112px;
    height: 45px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.drug-Ajah{
    width: 107px;
    height: 45px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    flex: none;
    order: 3;
    flex-grow: 0;
}

.search-bar{
    display:flex;
    position: absolute;
    width: 488px;
    height: 48px;
    left: 104px;
    top: 512px;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid white;
    border-radius: 24px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); 
    padding: 0 16px;
    background-color: white;
    flex-direction: row;
}

.find-drugs-button{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 127px;
    height: 50.5px;
    left: 395px;
    top: -1px;
    box-sizing: border-box;
    background: #1BC768;
    color: white;   
    border:none;
    border-top-right-radius: 24px;
    border-bottom-right-radius:24px ; 
    }

.find-drugs-button:hover{
    background: #1bc768ca;
    color: black;
    box-shadow:7px 7px 13px rgba(64, 193, 4, 0.25);
    cursor: pointer;

}

input{
    border:none;
}

.doctor{
    display: flex;
    position: absolute;
    width: 483px;
    height: 500px;
    left: 885px;
    top: 179px;
    background-image: url(../images/doctor.svg);
}

/* End Of Header Css */

/* Website Content Css */

.affiliation h2, .key-benifits h2{
    color:#043CAA;
    font-size: 36px;
    font-weight: bolder;
}

.affiliation{
    position: absolute;
    display:flex;
    flex-direction: column;
    width: 564px;
    height: 184px;
    left: 455px;
    top: 773px;
    align-content:center;
    justify-content: center;
    align-items: center;
}

.affliation-items{
    display:flex;
    flex-direction: row;
    left:460px;
    height: 69px;
    top: 888px;
    padding-right: 117px;
}

.affliation-items .juhel{
    padding-right: 117px;
    left: 438px;
    right: 879px;
    
}

.affliation-items .major{
    height: 69px;
    padding-right: 117px;
    left: 678px;
    right: 657px;
}

.affliation-items .gsk{
    height: 54px;
    left: 940px;
    right: 438px;   
}

hr{
    height: 3px;
    background: radial-gradient(47.25% 15652% at 2.75% 100%, #043CAA 0%, #043CAA 95.03%, #1BC768 98.36%);
    border-radius: 50px;
    margin: 10px 0;
    border:none;
}

.key-benifits{
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 1018.05px;
    height: 1654.7px;
    left: 211px;
    top: 1070px;
    align-items: center;
}

.benifit{
    display: flex;
    align-self: flex-start;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.text{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 367.8px;
    height: 298px;
    flex:1;
    padding: 20px;
}
.text li{
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    list-style: none;
    height: 12px;
    line-height: 25px;
    padding-bottom: 20px;
    list-style-type: none;
    background-image: url('../images/libullet.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 50px; 
    font-size: 18px;
}

.prescription-button{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 11px 35px;
    color:#1BC768;
    gap: 10px;
    height: 47px;
    border: 1px solid #1BC768;
    border-radius: 50px;
    background: none;
    margin-top:30px;
    width: 238px;
}


.benifit img{
    width: 511.25px;
    height: 518.16px;
    flex:1;
}

.text h3{
    font-style: bold;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    color: #043CAA;
    width: 242px;
}

.full-container{
    width: 100%;
    height: 466px;
    left: 0px;
    top: 2819px;
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: center;
}
/* End of Main-Website Container Css  */

/* Medicine Image Container Css */
.full-container img{
    position: absolute;
    align-self: flex-start;
    width: 648px;
    height: 466px;
    flex:1;
}

.full-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-end;
    position: absolute;
    width: 382px;
    height: 304px;
    flex:1;
    margin-right: 341px;
    align-items: center;
}

.full-text h2{
    font-style: bold;
    font-weight: 800;
    font-size: 36px;
    line-height: 49px;
    color: #000000;
}

.full-text hr{
    left: 140px;
    text-align: center;
    height: 3px;
    background: radial-gradient(47.25% 15652% at 2.75% 100%, #043CAA 0%, #043CAA 95.03%, #1BC768 98.36%);
    border-radius: 50px;
    margin: 10px 0;
    border:none;
    width: 91px;
    position:absolute;
}

.full-text q{
    color: #7A7A7A;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
}

.full-text p{
    color:#043CAA;
    font-size: bold;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    align-self: flex-start;
    left: 0px;
    top: 256px;
}

.ellipse{
    display: flex;
    flex-direction: row;
    margin-top: 300px;
    position: absolute;
    width: 200px;
    padding-left: 10px;
    flex-wrap: nowrap;
    height: 10px;
    left:0px;
    top:41px
}

.ellipse-button{
    background:#7A7A7A;
    height: 10px;
    width: 10px;
    border:none;
    border-radius: 50%;
    margin-right: 10px;

}

.ellipse-button-green{
    background: #1bc768ca;
    height: 10px;
    width: 10px;
    border:none;
    border-radius: 50%;
    margin-right: 10px;
    color: black;
    box-shadow:7px 7px 13px rgba(64, 193, 4, 0.25);
}
/* End of Medicine Image Container Css */

/* Footer Css */

footer{
    display: flex;
    justify-content: center;
    position: absolute;
    flex-direction: column;
    width: 100%;
    height: 679px;
    border: 0px;
    top: 3423px;
    left: 0px;
    background-size:cover;
    background-color: #043CAA;
    color:white;
}

.subscription-container{
    display: flex;
    position: absolute;
    width: 1036px;
    height: 456px;
    left: 0px;
    top: 90px;
}

.subscription-text{
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 409px;
    height: 101px;
    left: 173px;
    top:90px;    
    color: #FFFFFF;

}

.subscription-text h2{
    align-self: flex-start;
    position: absolute;
    width: 332px;
    height: 33px;
    left: 0px;
    bottom: 54px;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 33px;
}

.subscription-text p{
    position: absolute;
    width: 404px;
    height: 50px;
    left: 0px;
    bottom: 0px;
    font-style: bold;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.subscription{
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 490px;
    height: 88px;
    left: 704px; 
    top:96px; 
}

.email-input{
    display:flex;
    position: absolute;
    width: 482px;
    height: 52px;
    left: 0px;
    top: 26px;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid white;
    border-radius: 24px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); 
    padding: 0 16px; 
    background-color: white;
    flex-direction: row;
    border-color:#043CAA;
}

.subscribe-button{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 157px;
    height: 52px;
    left: 359px;
    top: 27px;
    box-sizing: border-box;
    background: #1BC768;
    color: white;   
    border:none;
    border-top-right-radius: 24px;
    border-bottom-right-radius:24px ;
    }

.subscribe-button-image{
    display: flex;
    justify-content: center;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 117px;
    bottom: 13px;
}
.subscribe-button:hover{
    background: #1bc768ca;
    color: black;
    box-shadow:7px 7px 13px rgba(64, 193, 4, 0.25);
    cursor: pointer;

}

.footer-info{
    display: flex;
    flex-direction: row;   
    position: absolute;
    width: 976px;
    height: 136px;
    left: 176px;
    top: 355px;
}

.dExpress{
    position: absolute;
    width: 211px;
    height: 33px;
    left: 0px;
    top:-27px;
}

.dExpress h3{
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 33px;
}

.dExpress p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.quick-links{
    position: absolute;
    width: 112px;
    height: 143px;
    left: 420px;
    top: -20px;
}

.quick-links h3, .services h3, .social-media h3 {
    font-style: bold;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
}
.quick-links li, .services li, .social-media li{
    font-style: bold;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    height: 40px;
    list-style: none;
}

.services{
    position: absolute;
    width: 200px;
    height: 142px;
    left: 630px;
    top: -20px;
}

.social-media{
    position: absolute;
    width: 127px;
    height: 142px; 
    left:860px;
    top: -20px;
}

.copy-right{
    position: absolute;
    width: 351px;
    height: 22px;
    left: 567px;
    bottom: 33px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

