/* universal  */
* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
  }

  /* common class */
  .flex {
    display: flex;
  }

  .color {
    color: #414146;
  }

  .inline-block {
    display: inline-block;
  }

  .dotBlue {
    color: #14bef0;
  }

  .block{
      display: block;
      padding-bottom: 6px;
  }

  /* banner main container */

  #bigBanner-container {
    border: 0px solid transparent;
    text-align: center;
  }

  /* brfore pseudo selector */

  #bigBanner::before {
    content: "";
    background: url("https://www.practostatic.com/web-assets/home/assets/images/homepage.06859593240c3efd483fe48951cfe6ff.svg");
    position: absolute;
    top: 65px;
    left: 0px;
    height: 470px;
    width: 100%;
    z-index: -1;
    opacity: 1;
    background-attachment: fixed;
  }

  /* banner upper and image */
  #bigBanner {
    border: 1px solid transparent;

    min-height: 460px;
  }

  #bigBanner > h1 {
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-top: 36px;
    margin-bottom: 50px;
  }

  #bigBanner > h2 {
    font-size: 24px;
    font-weight: 700;
    color: white;
  }

  /* search box */
  #searchBox-banner {
    display: flex;
    width: 55%;
    margin: 10px auto;
  }

  /* city search */
  #citySearch-banner {
    width: 39%;
  }

  #citySearch-banner > input {
    cursor: pointer;
    width: 100%;
    padding: 15px;
  }

  /* dr search */
  #drSearch-banner {
    width: 60%;
  }

  #drSearch-banner > input {
    cursor: pointer;
    width: 100%;
    padding: 15px;
  }

  /* drop down */
  .down {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 742px;
    background-color: white;
    height: 180px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    margin-left: 22.5%;
    text-align: left;
    padding: 20px 0px 0px 22px;
    color: #414146;
    z-index: 1;
  }

  .hidden {
    display: none;
  }

  #dropDown p {
    font-weight: normal;
    margin: 9px 0px;
    cursor: pointer;
    color: #5e5e62;
  }

  #dropDown p:hover {
    text-decoration: underline;
  }

  /* search box bottom icons  */
  #popularSearch {
    display: flex;
    color: #6387b3;
    justify-content: space-between;
    width: 45%;
    font-size: 14px;
    margin-left: 22.5%;
  }

  #popularSearch > a {
    color: #6387b3;
    text-decoration: none;
  }

  #popularSearch > a:hover {
    color: white;
    text-decoration: underline;
  }

  /* banner bottom icons */
  #bigBanner-icons {
    background-color: #1d2869;
    height: 80px;
    justify-content: center;
    color: #787887;
  }

  #bigBanner-icons > div {
    padding: 10px 25px;
    font-size: 13px;
  }

  #bigBanner-icons > div:hover ,.far {
    color: white;
    cursor: pointer;
  }

  #bigBanner-icons > div:hover .far {
    color: white;
    transform: scale(1.3);
    transition: all .4s ease-in-out
  }

  /* safety section   & common class*/

  #safety_section {
    height: 600px;
    background-color: #f0f0f5;
    border-top: 1px solid transparent;
  }

  #safety_section_readMore,
  .common {
    margin: 80px 0px 0px 80px;
  }

  #safety_section_readMore > div,
  .common > div {
    display: grid;
    grid-template-columns: 40px auto;
  }

  #safety_section_readMore h1,
  .common h1 {
    color: #414146;
    font-size: 40px;
    font-weight: 400;
  }

  #safety_section_readMore p,
  .common p {
    color: #787887;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0px;
  }

  #safety_section_readMore img,
  .common img {
    height: 15px;
    display: block;
    margin: 25px 0px;
    padding-left: 10px;
  }

  #safety_section_readMore button,
  .common button {
    padding: 15px 20px;
    background-color: #14bef0;
    font-size: 16px;
    font-weight: 700;
    border: none;
    color: white;
    border: 5px;
    cursor: pointer;
  }

  /* image thief div */

  #imgThief_safety_section {
    background: url("https://www.practostatic.com/web-assets/home/assets/images/security_1.4f45ac92aba979dac915f864df632d90.png")
      no-repeat center center/cover;
    height: 250px;
    width: 250px;
    margin: 80px 0px 0px 300px;
  }

  /* icons section */
  .safety_section_bottom-icons {
    color: #414146;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 55%;
    justify-content: space-between;
    margin: 60px 0px;
    margin-left: 250px;
  }

  .safety_section_bottom-icons > div > p:nth-child(2) {
    margin-top: 20px;
  }

  .common + .video-loop {
    margin: 80px 290px;
    width: 250px;
    height: 480px;
  }

  /* bottom text */

  .bottom-text {
    margin-top: 30px;
    margin-left: -10px;
  }
  .bottom-text p {
    width: 450px;
    font-size: 14px;
    color: #787887;
    line-height: 23px;
    margin-top: 50px;
    margin-left: -30px;
  }

  .bottom-text p + p {
    margin-top: -10px;
    margin-left: 20px;
  }

  /* waitingRoom-section */
  #waitingRoom-section {
    background-color: #f0f0f5;
    height: 650px;
  }

  #waitingRoom-section > .flex > .video-loop {
    margin-left: 260px;
    margin-top: 80px;
    margin-right: 80px;
  }

  #waitingRoom-section .flex button + p {
    color: #787887;
    margin-left: 20px;
  }

  /*  article health experts section */
  #article-section {
    height: 600px;
    padding: 70px 0px 0px 45px;
  }

  #article-section > .flex {
    width: 80%;
    margin: 30px auto;
  }

  #article-section > .flex > div:hover {
    transform: scale(1.02);
    transition: all 0.3s linear;
  }

  #article-section > .flex > div {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-left: 20px;
    height: 350px;
  }

  #article-section > .flex > div:first-child {
    margin-left: 0px;
  }

  #article-section h1 {
    color: #414146;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
  }

  #article-section h3 {
    color: #414146;
    font-size: 20px;
    font-weight: 700;
  }

  #article-section p,
  span {
    color: #787887;
    font-size: 14px;
    margin-top: 10px;
  }

  .article-img-div {
    overflow: hidden;
    height: 200px;
    width: 320px;
  }

  #article-section .article-img-div img {
    height: 100%;
    width: 100%;
  }

  #article-section > div .article-img-div + div {
    padding: 10px;
  }

  .article-btn {
    padding: 15px 20px;
    background-color: #14bef0;
    font-size: 16px;
    font-weight: 700;
    border: none;
    color: white;
    border: 5px;
    cursor: pointer;
    position: relative;
    left: 44%;
  }

  /* order medicines section */
  #order-medicine-section {
    background-color: #f0f0f5;
    height: 650px;
  }
  #order-medicine-section .flex .common {
    margin-left: 100px;
    margin-right: 0px;
  }

  #order-medicine-section .flex .video-loop {
    margin-left: 150px;
  }
  #order-medicine-section .flex button + p {
    width: 300px;
    font-size: 16px;
    color: #414146;
    margin-left: 20px;
  }

  /* medicine record section */
  #medicine-record-section {
    height: 650px;
  }

  #medicine-record-section > .flex > .video-loop {
    margin-left: 180px;
    margin-top: 80px;
    margin-right: 20px;
  }

  /* business learn more section */

  #business-learnMore-section {
    background-color: #f0f0f5;
    height: 650px;
  }

  #business-learnMore-section > .flex > .video-loop {
    margin-left: 50px;
  }

  /* download section */
  #download-section > .flex > .video-loop {
    margin-left: 240px;
    margin-top: 80px;
    margin-right: 50px;
    margin-bottom: 100px;
  }

  #download-section .flex .flex a > img {
    height: 40px;
    width: 135px;
    cursor: pointer;
  }

  #download-section .flex .flex a + a {
    margin-left: 110px;
  }