.apthenal h3 {
    font-weight: bold;
}

.apthenal h2,
.apthenal h1 {
    color: #e4e4e4;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

/* Home Banner Area css
============================================================================================ */
.home_banner_area {
    z-index: 1;
    /* background-image: -moz-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
  background-image: -webkit-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
  background-image: -ms-linear-gradient(0deg, #4dabff 0%, #62ddff 100%); */
    background: lightslategray;
}
.home_banner_area .banner_inner {
    width: 100%;
}
.home_banner_area .banner_inner .home_left_img {
    padding-top: 230px;
    padding-bottom: 230px;
}
.home_banner_area .banner_inner .col-lg-5 {
    vertical-align: middle;
    align-self: center;
}
.home_banner_area .banner_inner .banner_content {
    text-align: left;
    color: #fff;
}
.home_banner_area .banner_inner .banner_content h2 {
    margin-top: 0px;
    font-size: 48px;
    font-weight: bold;
    /* font-family: "Heebo", sans-serif; */
    line-height: 54px;
    margin-bottom: 20px;
}
.home_banner_area .banner_inner .banner_content p {
    color: #fff;
    /* font-family: "Roboto", sans-serif; */
    margin-bottom: 35px;
}
.home_banner_area .banner_inner .banner_content .banner_map_img {
    text-align: right;
}
.home_banner_area .banner_inner .banner_content .banner_btn {
    margin-right: 10px;
}
.home_banner_area .banner_inner .banner_content .banner_btn2 {
    margin-right: 10px;
}

.home_banner_area .banner_inner .banner_content i {
    font-size: 20px;
    padding-right: 4px;
    color: #1dc8cd;
}

.home_banner_area .banner_inner .banner_content ul {
    list-style: none;
    padding: 0;
}

.home_banner_area .banner_inner .banner_content ul li {
    padding-bottom: 10px;
    font-size: 19px;
}

.banner_box {
    max-width: 1620px;
    margin: auto;
}

.banner_area {
    position: relative;
    z-index: 1;
    min-height: 430px;
}
.banner_area .banner_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 430px;
    background: #3bacf0;
    z-index: 1;
}

/*--------------------------------------------------------------
# Apthenal Collaborators
--------------------------------------------------------------*/
.apthenal_collaborators {
    background: linear-gradient(to bottom, rgba(57, 67, 89, 0.2), #fff);
}

.apthenal_collaborators .logo-wrapper {
    max-width: 400px;
}

.apthenal_collaborators .image-box {
    background: url(../img/apthenalscreen3.png) center center no-repeat;
    background-size: contain;
    min-height: 500px;
    border-radius: 0em;
}

@media (min-width: 1200px) {
    .apthenal_collaborators .image-box {
        margin-left: 15px;
        margin-right: -15px;
    }
}

/*--------------------------------------------------------------
# apthenal-features
--------------------------------------------------------------*/
.apthenal-features {
    padding-bottom: 30px;
}

.apthenal-features .icon-box {
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    text-align: center;
}

.apthenal-features .icon {
    margin-bottom: 15px;
}

.apthenal-features .icon i {
    font-size: 48px;
    line-height: 1;
    color: #e43c5c;
    transition: all 0.3s ease-in-out;
}

.apthenal-features .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.apthenal-features .title a {
    color: #111;
}

.apthenal-features .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
