.commercial-hero-banner .sub-banner {
    width: 100%;
    height: 671px;
    max-height: 671px;
   position: relative;
}

.commercial-hero-banner .sub-banner h2 {
    color: #ffffff;
    font-family: "DMSans", sans-serif;
    font-size: 68px;
    font-weight: 500;
    line-height: 68px;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 32px;
}

.commercial-hero-banner .sub-banner .default-btn {
    width: 262px;
    margin: auto;
}
.commercial-hero-banner .banner-content{
    position: absolute;
    top:35%;
    left: 0;
    right: 0;
}
.commercial-hero-banner .sub-banner img{
    object-fit: cover;
    object-position: 50% 100%;
    width: 100%;
}

.commercial-hero-banner .anchor-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 257px;
    max-width: 257px;
    width: 100%;
    min-height: 48px;
    max-width: 48px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    border-radius: 40px;
    height: 100%;
    border: none;
}
.commercial-hero-banner .anchor-btn:hover, .anchor-btn:active {
    background: #19C063;
    text-decoration: none;
}

.commercial-hero-banner .anchor-btn:focus{
    outline:none;
}
.commercial-hero-banner .default-btn .primary-btn {
    min-width: 100% !important;
    width: 100%;
    height: 48px;
    border: none;
    background: #1EE576;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    border-radius: 40px;
    white-space: nowrap;
}
@media only screen and (max-width: 600px) {
    .commercial-hero-banner .sub-banner img {
        height: 265px;
        max-height:265px;
    }
    .commercial-hero-banner .sub-banner {
        height: 280px !important;
        max-height: 280px;
    }
    .commercial-hero-banner .sub-banner h2 {
        font-size: 18px;
        line-height: 21.6px;
    }
    .commercial-hero-banner .sub-banner .default-btn {
        width: 100% !important;
    }
    .commercial-hero-banner .banner-content {
        top: 15% !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .commercial-hero-banner .sub-banner{
        height: 375px !important;
        max-height: 100%;
    }
}
.commercial-hero-banner{
    position: relative;
}
.commercial-hero-banner .sub-banner{
    height: 100%;
    max-height: 520px;
    position: relative;
}

.commercial-hero-banner .sub-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .commercial-hero-banner .sub-banner::before {
        background: linear-gradient(12deg, rgba(0, 0, 0, 0.36) 9.63%, rgb(0 0 0 / 28%) 33.61%), linear-gradient(96deg, rgba(0, 0, 0, 0.53) 27.38%, rgba(0, 0, 0, 0.00) 43.79%);
    }
}

.commercial-hero-banner .container-fluid{
    padding-left: 80px;
    padding-right: 80px;
}
.commercial-hero-banner .sub-banner img {
    height: 100%;
    max-height: 520px;
}
.commercial-hero-banner .banner-content{
    top:50% !important;
    transform: translateY(-50%);
}
.commercial-hero-banner .sub-banner h1 {
    color: var(--Neutral-White, #FFF);
    font-family: "DM Sans", sans-serif;
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 16px;
    margin-top: 0;
    max-width: 600px;
}
.commercial-hero-banner .sub-banner .subhead .subheading {
    text-align: left;
    font-family: "DM Sans", sans-serif;
    line-height: 26px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 32px;
    color: #ffffff;
    width: 500px;
}
.commercial-hero-banner .sub-banner .default-btn{
    margin: 0;
    width: 270px;
}
.commercial-hero-banner .default-btn .primary-btn{
    text-decoration: none;
    color: #222222;
    text-transform: capitalize;
}
.commercial-hero-banner .default-btn .primary-btn:hover, 
.commercial-hero-banner .default-btn .primary-btn:active{
    background: #19C063;
}
.commercial-hero-banner h1.heading.desktop-long-heading {
    font-size: 54px;
    line-height: normal;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .commercial-hero-banner .container-fluid{
        padding: 24px;
    }
    .commercial-hero-banner .sub-banner{
        height: 520px !important;
    }
    .commercial-hero-banner .sub-banner img {
        height: 100%;
        max-height: 265px;
    }
    .commercial-hero-banner .sub-banner h1{
        text-align: center;
        color: var(--Neutral-White, #FFF);
        font-family: "DM Sans", sans-serif;
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: 105%;
        letter-spacing: normal;
        margin-bottom: 8px;
    }
    .commercial-hero-banner .sub-banner .subhead .subheading {
        font-size: 18px;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        line-height: 21.6px;
        letter-spacing: normal;
        width: 100%;
        margin-bottom: 24px;
        padding: 0px 5px;
    }
    .commercial-hero-banner .default-btn{
        margin: 0 auto !important;
    }
    .commercial-hero-banner .default-btn .primary-btn{
        width: 100%;
        max-width: 100%;
    }
    .commercial-hero-banner .banner-content{
        transform: none;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 24px;
        top:unset !important;
        bottom: 0;
    }
    .sub-banner::before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        border-radius: 0px;
        background: linear-gradient(180deg, rgb(29 33 18 / 24%) 37.35%, #1D2112 49.88%);
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px){
    .commercial-hero-banner .sub-banner .subhead .subheading {
        text-align: center;
    }
    .commercial-hero-banner .default-btn{
        margin: auto !important;
        width: 100% !important;
    }
    .commercial-hero-banner .sub-banner h1{
        text-align: center;
    }
    .commercial-hero-banner .banner-content {
        transform: unset !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .commercial-hero-banner .sub-banner h1{
        font-size: 52px !important;
        line-height: 56px !important;
    }
}
@media only screen and (max-width: 360px){
    .commercial-hero-banner .sub-banner h1 {
        padding: 0;
    }
    
}
@media only screen and (min-width: 320px) and (max-width: 767.98px) {
    .mob_view{
        display:block;	
    }
    .dsk_view{
        display:none;	
    }
    .commercial-hero-banner h1.heading.mobile-long-heading {
        font-size: 28px;
        line-height: normal;
    }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .commercial-hero-banner .sub-banner h2 {
        font-size: 24px !important;
        line-height: 28px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px){ 
    .commercial-hero-banner h1.heading.desktop-long-heading {
        font-size: 46px !important;
        line-height: normal !important;
    }
}
@media only screen and (min-width: 1200px){
    .node-116 .commercial-hero-banner .sub-banner h1{
        max-width: 600px !important;
    }
}