.heroslider-area,
.heroslider-singleslider {
    position: relative;
    overflow: hidden;
}
.about-image img,
.blogitem img {
    width: 100%;
    height: auto;
    display: block;
}

.tm-feature2-icon img {
    width: 50px;
    height: 50px;
}
.heroslider-singleslider {
  width: 100%;
  max-height: 100vh;
  height: auto; /* scale naturally */
  overflow: hidden;
}

.heroslider-singleslider img {
  width: 100%;
  height: auto; /* replace height:100% */
  object-fit: cover;
  object-position: center;
}

.heroslider-contentwrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
}
.cookieConsentContainer {
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #333;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
}
.cookieConsentContainer .cookieButton a,
.cookieConsentContainer .cookieDesc a,
.cookieConsentContainer .cookieDesc p,
.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, "sans-serif";
    color: #fff;
}
.cookieConsentContainer .cookieTitle a {
    font-size: 22px;
    line-height: 20px;
    display: block;
}
.cookieConsentContainer .cookieDesc p {
    margin: 10px 0 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    display: block;
}
.cookieConsentContainer .cookieDesc a {
    text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #014ddb;
    box-sizing: border-box;
    padding: 12px 20px;
    text-align: center;
    transition: background 0.3s;
    float: right;
}
.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #000;
}
.link-cookie-policy {
    opacity: 0.6;
}
.link-cookie-policy:hover {
    opacity: 0.8;
}
.blogs-bg {
    background: #f5f5f5;
}
@media (max-width: 980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 991px) {
    .about-content,
    .heroslider-content {
        padding-top: 0;
    }
    .heroslider-content h1 {
        padding: 40px;
    }
    .tm-padding-section,
    .tm-padding-section-bottom {
        padding: 30px 0;
    }
    .heroslider-area{
        height: 600px;
    }
   .heroslider-singleslider, .heroslider-singleslider img {
    max-height: 600px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
     .heroslider-area{
        height: 450px;
    }
    .heroslider-singleslider, .heroslider-singleslider img {
    max-height: 450px;
    height: auto;
  }
    .heroslider-content h1 {
        padding: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heroslider-content h1 {
        font-size: 36px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 1400px) {
    .heroslider-content h1 {
        left: 20%;
    }
}
@media only screen and (min-width: 1600px) {
    .heroslider-content h1 {
        left: 25%;
    }
}
