.insight-banner{
  padding: 50px 0px;
  height: 650px;
  /* height: 100vh; */
  overflow: hidden;
  position: relative;
  background: #333333 url(../images/news/banner.png) center 0 no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.insight-banner-content{
  display: flex;
}
.insight-banner-content .img-box{
   width:320px;
   min-width: 320px;
   margin-right: 100px;
}
.insight-banner-content .img-info{
  width:calc(100% - (350px + 100px));
  min-width: calc(100% - (350px + 100px));
}
.insight-banner img{
  max-width: 100%;
}
.insight-banner small{
  color: #FFFFFF;
  font-family: 'graphikmedium';
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 12px;
}
.insight-banner h1{
  color: #F4F6F9;
  font-family: 'graphikbold';
  font-size: 48px;
  line-height: 60px;
}
.insight-banner .untill-text {
    /* color: rgb(255 255 255 / 80%); */
    color: #F4F6F9;
    font-size: 24px;
    line-height: 36px;
    font-family: 'graphikregular';
    text-align: left;
    position: relative;
    z-index: 1;
    padding-right: 30px;
    padding-top: 16px;
}

.insight-banner-content .img-info .line {
  background-color: #51d581;
  width: 60px;
  height: 8px;
  display: inline-block;
  margin-bottom: 24px;
}

.press-release-Wrapper{
  max-width: 940px;
  margin: 80px auto 148px auto;
}
.press-release-Wrapper h2{
  color: #212121;   
  font-family: 'graphikbold';
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 50px;
}
.press-release-container{
  background-image: linear-gradient(#F4F6F9, #fff);
  padding: 1px;
  transition: all ease;
  margin-bottom: 40px;
}
.press-release-container .inner-div{
  padding:30px;
  display: flex;
  background-color: #fff;
}
.press-release-container:last-of-type{
  margin-bottom: 0px;
}
.press-release-container .date{
  color: #989DA9;
  font-family: 'graphikbold';
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}
.press-release-container:hover{
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
  border-color: #fff;
}
.press-release-container .img-box{
  width:280px;
  min-width: 280px;
  margin-right: 30px;
}
.press-release-container .img-box img{
  width: 100%;
}
.press-release-container .img-info{
  width: calc(100% - (280px + 30px));
  min-width: calc(100% - (280px + 30px));
}
.press-release-container .heading{
  color: #212121;
  font-family: 'graphiksemibold';
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 22px;
}
.press-logo{
  height:21px;
}
.press-release-container p{
  color: #424242;
  font-family: 'graphikregular';
  font-size: 16px;
  line-height: 26px;
}
.press-release-container .footer{
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  align-items: center;
}
.press-release-container .footer a:last-of-type{
  display: flex;
  justify-content: space-between;
  color: #989DA9;
  font-family: 'graphiksemibold';
  align-items: center;
  text-decoration: underline;
  text-align: right;
}
.press-release-container .read-btn{
  background-color: #49CC79;
  width: 200px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 48px;
  color: #FFFFFF;
  font-family: 'graphikmedium';
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
}
.press-release-container .read-btn img{
  margin-left: 10px;
}

.pagination {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination ul {
  display: flex;
  justify-content: center;
}

.pagination a.current:hover,
.pagination span.current:hover.pagination a.current,
.pagination a.current,
.pagination a.current:hover,
.pagination span.current:hover,
.pagination span.current {
  background: #49cc79;
  color: #fff;
}

.pagination a,
.pagination span {
  background-color: #FFFFFF;
  border: 1px solid #49CC79;
  width: 42px;
  height: 42px;
  color: #757575;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 0;
  margin: 0px 8px;
}

.pagination .prev,
.pagination .next {
  width: auto;
  text-transform: capitalize;
}



@media (min-width: 1200px) {
 
}

/* start media tablet css*/

@media(min-width:991px) {
  .d-hide {
    display: none;
  }
}
@media (max-width: 991px) {
  .service-banner {
    max-width: 100%;
  }
  .d-hide{
    display: none;
  }
  .insight-banner-content .img-box{
    margin-right: 25px;
  }
  .insight-banner-content .img-info{
    width: auto;
    min-width: auto;
  }
}

/* start media mobile css*/

@media (max-width: 767px) {
  .insight-banner{
    padding: 80px 0 60px;
    background: #333333 url(../images/news/banner.png) center 0 no-repeat;
    height: auto;
    background-size: cover;
    height:100vh;
    margin-top: -1px;
  }
  .innerBannerNotification{
    height: 100vh;
  }
  .insight-banner-content{
    flex-direction: column;
  }
  .insight-banner-content .img-box{
    width: 100%;
    min-width:100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .insight-banner-content .img-info{
    width: 100%;
    min-width:100%;
  }
  .insight-banner h1{
    font-size: 34px;
    line-height: 38px;
  }
  .insight-banner h1 br{
    display: none;
  }
  .press-release-Wrapper {
    max-width: 940px;
    margin: 40px auto 74px auto;
  }
  .press-release-Wrapper h2{
    font-size: 30px;
    line-height: normal;
    margin-bottom: 30px;
  }
  .press-release-container .img-box{
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .press-release-container .img-info{
    min-width: 100%;
    width: 100%;
  }
  .press-release-container .read-btn{
    width: 163px;
    min-width: 163px;
    margin-right: 16px;
  }
  .press-logo {
    width: 100px;
    min-width: 100px;
    height:auto;
    min-height: auto;
  }
  .press-release-container{
    padding:15px;
  }
  .press-release-container .inner-div{
    padding:15px;
    flex-direction: column;
  }
  .insight-banner img{
    width:100%;
  }
  .m-hide {
    display: none;
  }
  .pagination a,
    .pagination span {
        margin: 0px 2px;
        width: 34px;
        height: 34px;
        padding: 5px;
    }
}

