.navbar {
    overflow: hidden;
    background-color:#F7941E;
    font-family: Arial;
    
  }
  
  /* Links inside the navbar */
  .navbar a {
    float: left;
    font-size: 24px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* The dropdown container */
  .dropdown,.dropdown2 {
    float: left;
    overflow: hidden;
  }
  
  /* Dropdown button */
  .dropdown .dropbtn,.dropdown2 .dropbtn2 {
    font-size: 24px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
  }
  
  /* Add a red background color to navbar links on hover */
  .navbar a:hover, .dropdown:hover .dropbtn,.dropdown2:hover .dropbtn2 {
    background-color:green;
  }
  
  /* Dropdown content (hidden by default) */
  .dropdown-content,.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a,.dropdown-content2 a {
    float: none;
    color:black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover,.dropdown-content2 a:hover {
    background-color:steelblue;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content,.dropdown2:hover .dropdown-content2 {
    display: block;
  }
#logo {
    position: absolute;
    width: 194px;
    height: 60px;
    left: 1225px;
    top: 65px;
}
h1
{
    position: absolute;
width: 668px;
height: 118px;
left: 479px;
top: 51px;

font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 44px;

color: #033BFF;

}
#p1
{
    position: absolute;
width: 1242px;
height: 165px;
left: 46px;
top: 125px;

font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 29px;

color: #000000;

}
#clini
{
    position: absolute;
width: 376px;
height: 62px;
left: 45px;
top: 283px;

font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;

color: #F93030;
}
#p2
{
    position: absolute;
width: 1203px;
height: 132.05px;
left: 55.03px;
top: 329.74px;

font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 29px;

color: #000000;

}
#sub
{
    
    position: absolute;
    width: 468px;
    height: 40px;
    left: 54px;
    top: 463px;
    
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    
    color: #033BFF;    
}
#p3{
    position: absolute;
width: 1237px;
height: 125px;
left: 54px;
top: 519px;

font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 29px;

color: #000000;

}
#clinicalimg
{
    position: absolute;
width: 396px;
height: 227px;
left: 350px;
top: 640px;
transition:transform .2s;

}
#clinicalimg:hover{
  transform:scale(1.5);

}
#dig
{
    position: absolute;
width: 295px;
height: 58px;
left: 74px;
top: 891px;

font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;

color: #F93030;
}
#p4
{
    position: absolute;
width: 1200px;
height: 56px;
left: 74px;
top: 949px;

font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 29px;

color: #000000;
}
#digimg{
    position: absolute;
width: 332px;
height: 199px;
left: 362px;
top: 1034px;
transition:transform .2s;

}
#digimg:hover{
  transform:scale(1.5);

}
#lab{
    position: absolute;
width: 383px;
height: 60px;
left: 86px;
top: 1293px;

font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;

color: #F93030;
}
#p5
{
    position: absolute;
width: 1169px;
height: 81px;
left: 86px;
top: 1369px;

font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 29px;

color: #000000;
}
#labimg
{
    position: absolute;
width: 757px;
height: 193px;
left: 399px;
top: 1440px;
transition:transform .2s;

}
#labimg:hover{
  transform:scale(1.5);

}
#next{
  position: absolute;
width: 131px;
height: 56px;
left: 1203px;
top: 1653px;
background-color: #1C75BC;
transition:transform .2s;
border-radius: 15%;
}
#next:hover{
  transform:scale(1.5);


}
#previous{
  position: absolute;
width: 131px;
height: 56px;
left: 120px;
top: 1653px;
background-color: #1C75BC;
transition:transform .2s;
border-radius: 15%;
}
#previous:hover{
  transform:scale(1.5);


}