@media screen and (max-width: 380px) {
    .icopho{
        display: none;
    }
}

@media (min-width: 1024px) {
  .section-title p {
    width: 75%;
  }
}

#hero{
  background-image: url("../img/hospital-management-software.jpg");
}

.custom_list li {
    border-bottom: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding: 3px !important;
}

.contact-btn {
    margin: 0px 0px 0px 18px;
    border: 2px solid #106eea;;
    padding: 5px 25px 5px 25px !important;
    border-radius: 5px;
}

.blog-list-item{
    border: 1px solid gray;
    border-radius: 5px;
    padding: 20px;
}
.blog-list-item a{
    color: black;
}



/*--------------------------------------------------------------
# Custom Hero Section
--------------------------------------------------------------*/
#custom_hero {
    width: 100%;
    height: 75vh;
    /* background: url("../img/hero-bg.jpg") top left; */
    background-color: green;
    background-size: cover;
    position: relative;
  }
  
  #custom_hero:before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #custom_hero .container {
    position: relative;
  }
  
  #custom_hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #222222;
    
  }
  
  #custom_hero h1 span {
    color: #106eea;
  }
  
  #custom_hero h2 {
    color: #555555;
    margin: 5px 0 30px 0;
    font-size: 24px;
    font-weight: 400;
  }
  
  #custom_hero .btn-get-started {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #106eea;
  }
  
  #custom_hero .btn-get-started:hover {
    background: #247cf0;
  }
  
  #custom_hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #222222;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  
  #custom_hero .btn-watch-video i {
    color: #106eea;
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
  }
  
  #custom_hero .btn-watch-video:hover {
    color: #106eea;
  }
  
  #custom_hero .btn-watch-video:hover i {
    color: #3b8af2;
  }
  
  @media (min-width: 1024px) {
    #custom_hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 768px) {
    #custom_hero {
      height: 100vh;
    }
  
    #custom_hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #custom_hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  
    #custom_hero .btn-get-started,
    #custom_hero .btn-watch-video {
      font-size: 13px;
    }
  }
  
  @media (max-height: 500px) {
    #custom_hero {
      height: 120vh;
    }
  }
  
/*--------------------------------------------------------------
# Custom Hero Section
--------------------------------------------------------------*/
.sales-content{
    text-align: justify;
}