.content-wrap{
    max-width: 908px;
}
.heading{
    margin-bottom: 38px;
}
.img_wrap{
    width: 231px;
    height: 231px;
    margin: 0 auto;
    overflow: hidden;
}
.img_wrap img{
    width: 100%;
    /* cursor: pointer; */
    border-radius: 50%;
    transition-duration: 0.3s;
  }

  /* .img_wrap img:hover{
    border-radius: 0;
    transition-duration: 0.3s; */
  
  .circle{
    border-radius: 50%; 
    width: 231px;
    height: 231px;
}

.container-fluid {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
}
.wrapper {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
}
#app-bunner {
    position: relative;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}
#app-bunner img {
    width: 100%;
}
#app-bunner #icon-box {
    position: absolute;
    max-height: 70px;
    top: 54%;
    left: 39%;
    width: 65%;
}
#app-bunner #android-icon {
    width: 50%;
}
#app-bunner #android-icon img {
    width: 100%;
    height: 100%;
}
#app-bunner #ios-icon {
    width: 50%;
    display: flex;
    align-items: center;
}
#app-bunner #ios-icon img {
    width: 85%;
    height: 65%;
}
#app-bunner #android-icon img, #app-bunner #ios-icon img {
    cursor: pointer;
}
#app-bunner #android-icon:hover, #app-bunner #ios-icon:hover {
    filter: brightness(120%);
}

#yamalab-blog{
    background-image: url(/img/business/top_img_yamalab.jpg);
    background-size: cover;
}
#yamalab-blog a{
    text-decoration: none;
}
.no-gutters{
    margin-right: 0;
    margin-left: 0;
}
.banner-title{
    padding-top: 50px;
}
.YlabTitle{
    font-size: 1.5rem;
}
.top-img-card{
    background: #1b1919cc;
    color: #0b8fd6;
    display: inline-block;
    margin: .2rem auto;
    letter-spacing: .35rem;
}
.blog-img{
    width: 160px;
    height: 40px;
}
.top-img-text{
    text-align: center;
}
.banner-text3{
    font-size: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trademark-text-blog{
    font-size: 12px;
}
.banner-box{
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    height: 283px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.blog-rocky-img {
    width: 130px;
    height: 80px;
    font-size: .7rem;
}
.banner-text5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.text-white {
    color: #fff!important;
}
.pl-1, .px-1 {
    padding-left: .25rem!important;
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.banner-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.banner-text4{
    font-size: 15px;
    line-height: 1;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.bg-green{
    background-color: #0097A7;
    color: white;
    margin-bottom: 70px;
}
#contact-button{
    font-size: 29px;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #0097A7;
    border-color: #0097A7;
    color: white;
    border-radius: 15px;
    transition: all .3s;
}

#contact-button:hover {
    background-color: #fff;
    color: #0097A7;
}
.text-right {
    text-align: right!important;
}
.strengths-font{
    font-weight: bold;
}
.villars-img{
    width: 250px;
}
a {
    color: black;
}


@media (min-width: 768px){
    #contact-button{
        font-size: 34px;
    }
    #app-bunner {
        background: #137c8a;
        justify-content: center;
        align-items: center;
   }
    #app-bunner img {
        position: relative;
        width: 100%;
        height: 100%;
   }
    #app-bunner #icon-box {
        position: absolute;
        max-height: 70px;
        left: 40%;
        top: 55%;
        width: 35%;
   }
}


@media only screen and (max-width: 767px) {
    .blog-img {
      width: 85px;
      height: 25px;
    }
    .YlabTitle {
      font-size: 12px;
    }
    #yamalab-blog {
      height: 180px;
    }
    .banner-title {
      padding-top: 10px;
    }
    .banner-text1{
      font-size: 1.4rem;
    }
    .banner-text2{
      font-size: .7rem;
    }
    .banner-box {
      height: 180px;
    }
    .blog-rocky-img{
      width: 70px;
      height: 50px;
    }
    .banner-text3 {
      font-size: 11px;
    }
    .banner-text4 {
      font-size: 10px;
      line-height: 1;
    }
    .trademark-text-blog{
        font-size: 11px;
    }
  }