.hv_components_wrap{
    font-family: neue-haas-grotesk-display, sans-serif;
}

.hv-dell-takeout-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    min-height: 615px;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}
.hv-dell-takeout-hero .banner-content {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.hv-dell-takeout-hero .banner-content h1 {
    font-size: 80px;
    color: #fff;
    line-height: 1.05;
    font-weight: bold;
}
.hv-dell-takeout-hero .banner-content h1 span{
    display: block;
}
.hv-dell-takeout-hero .banner-content p {
    font-size: 21px;
    color: #fff;
    margin: 0;
    margin-top: 15px;
}
/* responsive */
@media(max-width: 1024px){
    .hv-dell-takeout-hero .banner-content h1{
        font-size: 60px;
    }
}
@media(max-width: 1024px){
    .hv-dell-takeout-hero .banner-content h1{
        font-size: 50px;
    }
}
@media(max-width: 767px){
    .hv-dell-takeout-hero{
        min-height: unset;
        padding: 80px 0px;
    }
    .hv-dell-takeout-hero .banner-content{
        margin-bottom: 0px;
    }
}


/* -------------------------- */
.hv-features-comparision{
    padding-bottom: 80px;
}
.hv-features-comparision .feature-compare-card {
    max-width: 900px;
    border: 1px solid #707070;
    margin-left: auto;
    margin-top: 60px;
    position: relative;
    z-index: 111;
    background: #ffffff;
}
.hv-features-comparision .feature-compare-card > ul{
    padding: 0px 30px;
}
.hv-features-comparision .feature-compare-card > ul > li {
    display: flex;
    border-bottom: 1px solid #707070;
}
.hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val {
    padding: 20px 30px;
}
.hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val .val-status-icon {
    display: inline-block;
    margin-left: 5px;
}
.hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val p{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val .n_row{
  display: block;
}
.hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val p small{
    display: block;
    color: #6D7278;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.hv-features-comparision .feature-compare-card > ul > li:first-child .ftr-cmn-val{
    margin-top: 20px;
}
.hv-features-comparision .feature-compare-card > ul > li:last-child .ftr-cmn-val{
    margin-bottom: 20px;
}
.hv-features-comparision .feature-compare-card > ul > li:first-child .ftr-cmn-val h4{
    font-size: 22px;
    font-weight: bold;
}
.hv-features-comparision .feature-compare-card > ul > li:last-child {
    border-bottom: none;
}
.hv-features-comparision .feature-compare-card > ul > li .feature-title {
    width: 50%;
    padding-left: 0px;
}
.hv-features-comparision .feature-compare-card > ul > li .hv-ftr-value {
    width: 25%;
    background: #CC0000;
    color: #fff;
    position: relative;    
}
.hv-features-comparision .feature-compare-card > ul > li:first-child .hv-ftr-value:after{
    position: absolute;
    content: "";
    height: 35px;
    width: 100%;
    background: #CC0000;
    bottom: calc(100% - 1px);
    left: 0;
}
.hv-features-comparision .feature-compare-card > ul > li:last-child .hv-ftr-value:after{
    position: absolute;
    content: "";
    height: 35px;
    width: 100%;
    background: #CC0000;
    top: calc(100% - 1px);
    left: 0;
}
.hv-features-comparision .feature-compare-card > ul > li .dell-ftr-value {
    width: 25%;
    padding-right: 0px;
}
/* responsive */
@media(max-width: 991px){
    .hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val p{
        font-size: 16px;
    }
    .hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val p span.val-status-icon img{
        width: 30px;
    }
}
@media(max-width: 767px){
    
    
    
    .hv-features-comparision .feature-compare-card > ul{
        padding: 0;
    }
    .hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val{
        padding: 15px 15px;
    }
    .hv-features-comparision .feature-compare-card > ul > li:first-child .ftr-cmn-val,
    .hv-features-comparision .feature-compare-card > ul > li:last-child .ftr-cmn-val{
        margin: 0;
    }
    .hv-features-comparision .feature-compare-card > ul > li:first-child .hv-ftr-value:after,
    .hv-features-comparision .feature-compare-card > ul > li:last-child .hv-ftr-value:after{
        display: none;
    }
    .hv-features-comparision .feature-compare-card > ul > li:first-child .ftr-cmn-val h4{
        font-size: 18px;
    }
    .hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val p {
        font-size: 14px;
    }
}
@media(max-width: 575px){
    .hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val{
        padding: 15px 8px;
    }
    .hv-features-comparision .feature-compare-card > ul > li .feature-title{
        width: 46%;
    }
    .hv-features-comparision .feature-compare-card > ul > li .hv-ftr-value{
        width: 29%;
    }
    .hv-features-comparision .feature-compare-card > ul > li:first-child .ftr-cmn-val h4{
        font-size: 12px;
    }
    .hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val p small{
        font-size: 12px;
    }
    .hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val p span.val-status-icon img{
        width: 22px;
    }
}


/* ---------------------------------------- */

.hv-dna-report {
    padding: 40px 0px;
    background-color: #182E4B;
    color: #fff;
}
.hv-dna-report .dna-rpt-content {
    margin-top: 40px;
}
.hv-dna-report .rpt-img-card img {
    max-width: 100%;
}
.hv-dna-report .dna-rpt-content h2 {
    font-size: 54px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}
.hv-dna-report .dna-rpt-content h2 small {
    display: block;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 15px;
}
.hv-dna-report .dna-rpt-list {
    margin: 40px 0px;
}
.hv-dna-report .dna-rpt-list li p {
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    margin-bottom: 7px;
}
@media(max-width:1024px){
    .hv-dna-report .dna-rpt-content h2 {
        font-size: 45px;
    }
}
@media(max-width:991px){
    .hv-dna-report .ctm-dna-rpt-row{
        flex-direction: column-reverse;
    }
    .hv-dna-report .rpt-img-card img {
        max-width: 80%;
    }
    .hv-dna-report .dna-rpt-content {
        padding: 30px 60px 60px;
        margin: 0;
    }  
}
@media(max-width:767px){
    .hv-dna-report .dna-rpt-content{
        padding: 20px 20px 30px;
    }
    .hv-dna-report .dna-rpt-content h2{
        font-size: 44px;
    }
    .hv-dna-report .dna-rpt-content h2 small{
        font-size: 22px;
    }
    .hv-dna-report .dna-rpt-list li p{
        font-size: 20px;
    }
    .hv-dna-report{
        padding-top: 0px;
        margin-top: 70px;
    }
    .hv-dna-report .rpt-img-card {
      text-align: right;
      margin-top: -70px;
   }
}
@media(max-width: 575px){
    .hv-dna-report .dna-rpt-content{
        padding: 20px 0px 30px;
    }
    .hv-dna-report .dna-rpt-content h2{
        font-size: 35px;
    }
    .hv-dna-report .dna-rpt-list li p{
        font-size: 18px;
    }
}
.read_btn{
    color: #c00;
    border-bottom: 2px solid #c00;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 25px;
    max-width: 350px;
    font-weight: 700;
    padding-right: 40px;
    position: relative;
    display: inline-flex;
}
.read_btn svg {
    fill: #c00;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 10px;
}
.read_btn:hover, .read_btn:focus{
    color:#8f0000;
    text-decoration: none;
    border-color: #8f0000;
}
.read_btn:hover svg{
    fill:#8f0000;
}
.read_btn.white-text {
    color: #fff;
}
.read_btn .download_text {
    position: absolute;
    bottom: 14px;
    right: 0;
    font-size: 11px;
}

/* -------------------------------------------------- */
.hv-get-started {
    background-color: #05192C;
    padding: 60px 0px;
    text-align: center;
    color: #fff;
}
.hv-get-started .get-started-block h2 {
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
}
.hv-get-started .get-started-block p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}
.hv-get-started .get-started-block p a{
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}
.hv-get-started .get-started-block p a:hover{
    text-decoration: none;
}
  /* responsive */
@media(max-width: 767px){
    .hv-get-started .get-started-block h2{
        font-size: 40px;
    }
}
@media(max-width: 575px){
    .hv-get-started{
        padding: 40px 0;
    }
}

@media screen and (min-width: 992px) {
    .hv-competitive-panel3-sec .competitive-panel3-top-content h2{
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 43px;
        text-align: center;
        color: #000000;
    }
    .hv-competitive-panel3-sec .competitive-panel3-top-content p{
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #000000;
        margin-top: 11px;
    }
    .hv-competitive-panel3-sec .competitive-panel3-bottom-content {
        margin-top: 35px;
    }
    .competitive-panel3-bottom-content .competitive-graph-section {
        width: 85%;
        height: 370px;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
        border-radius: 5px;
    }
    .competitive-panel3-bottom-content .competitive-graph-section h3{
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        color: #000000;
        margin-top: 20px;
    }
    .competitive-panel3-bottom-content .competitive-sql-storage-iops-graph {
        float: right;
    }
    .competitive-panel3-bottom-content .competitive-tpm-graph {
        float: left;
    }
    .competitive-graph-section canvas {
        width: 80% !important;
        max-width: 700px !important;
        display: block;
        height: 290px !important;
        position: relative;
        top: 30px;
        left: 10%;
    }
    .canvas2-side-text {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        color: #000000;
        transform: rotate(-90deg);
        display: block;
        left: 12%;
        position: absolute;
        top: 50%;
    }
    .canvas3-side-text {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        color: #000000;
        transform: rotate(-90deg);
        display: block;
        left: -15px;
        position: absolute;
        top: 50%;
    }
    .competitive-panel3-bottom-content .rangeMark1 {
        border: 1px dashed #CC0000;
        transform: rotate(90deg);
        width: 24%;
        height: 0px;
        position: absolute;
        left: 55%;
        top: 53%;
    }
    .competitive-panel3-bottom-content .rangeMark1:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: 5px;
        transform: rotate(90deg);
        left: -7px;
    }
    .competitive-panel3-bottom-content .rangeMark1:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: 5px;
        transform: rotate(90deg);
        right: -7px;
    }
    .competitive-panel3-bottom-content .rangeMark1 .rangeMark1TopDot {
        height: 5px;
        width: 5px;
        background-color: #CC0000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        left: -3px;
    }
    .competitive-panel3-bottom-content .rangeMark1 .rangeMark1BottomDot {
        height: 5px;
        width: 5px;
        background-color: #CC0000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        right: -4px;
    }
    .competitive-panel3-bottom-content .rangeMark1 .rangeMark1CenterLine {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: -9px;
        transform: rotate(90deg);
        left: 50%;
    }
    .competitive-panel3-bottom-content .rangeMark1 .rangeMark1Centertext {
        position: absolute;
        height: 1px;
        width: 55px;
        top: -45px;
        transform: rotate(-90deg);
        left: 28%;
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }
    .rangeMark1Centertext p {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 0px;
        text-align: center;
        color: #CC0000;
    }
    .competitive-panel3-bottom-content .rangeMark2 .rangeMark2Centertext {
        position: absolute;
        height: 1px;
        width: 55px;
        top: -45px;
        transform: rotate(-90deg);
        left: 28%;
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
    }
    .rangeMark2Centertext p {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 0px;
        text-align: center;
        color: #CC0000;
    }
    .competitive-panel3-bottom-content .rangeMark2 {
        border: 1px dashed #CC0000;
        transform: rotate(90deg);
        width: 22%;
        height: 0px;
        position: absolute;
        left: 61%;
        top: 44%;
    }
    .competitive-panel3-bottom-content .rangeMark2:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: 5px;
        transform: rotate(90deg);
        left: -7px;
    }
    .competitive-panel3-bottom-content .rangeMark2:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: 5px;
        transform: rotate(90deg);
        right: -7px;
    }
    .competitive-panel3-bottom-content .rangeMark2 .rangeMark2TopDot {
        height: 5px;
        width: 5px;
        background-color: #CC0000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        left: -3px;
    }
    .competitive-panel3-bottom-content .rangeMark2 .rangeMark2BottomDot {
        height: 5px;
        width: 5px;
        background-color: #CC0000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        right: -4px;
    }
    .competitive-panel3-bottom-content .rangeMark2 .rangeMark2CenterLine {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: -9px;
        transform: rotate(90deg);
        left: 50%;
    }
    .competitive-panel3-bottom-content .rangeMark3 {
        border: 1px dashed #CC0000;
        transform: rotate(90deg);
        width: 8%;
        height: 0px;
        position: absolute;
        left: 46%;
        top: 43%;
    }
    .competitive-panel3-bottom-content .rangeMark3:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: 5px;
        transform: rotate(90deg);
        left: -7px;
    }
    .competitive-panel3-bottom-content .rangeMark3:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: 5px;
        transform: rotate(90deg);
        right: -7px;
    }
    .competitive-panel3-bottom-content .rangeMark3 .rangeMark3TopDot {
        height: 5px;
        width: 5px;
        background-color: #CC0000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        left: -3px;
    }
    .competitive-panel3-bottom-content .rangeMark3 .rangeMark3BottomDot {
        height: 5px;
        width: 5px;
        background-color: #CC0000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        right: -4px;
    }
    .competitive-panel3-bottom-content .rangeMark3 .rangeMark3CenterLine {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: -9px;
        transform: rotate(90deg);
        left: 50%;
    }
    .competitive-panel3-bottom-content .rangeMark3 .rangeMark3Centertext {
        position: absolute;
        height: 1px;
        width: 55px;
        top: -45px;
        transform: rotate(-90deg);
        left: -54%;
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 12px;
        text-align: center;
    }
    .rangeMark3Centertext p {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 0px;
        text-align: center;
        color: #CC0000;
    }
    


    .hv-competitive-panel2-sec.hv-go-competitive-panel2-sec {
        background: linear-gradient(90deg, #00477B 0%, #001933 100%);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    .competitive-panel2-top-content h2 {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 43px;
        text-align: center;
        color: #FFFFFF;
    }
    .competitive-panel2-top-content p {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin-top: 11px;
    }
    .hv-competitive-panel2-sec .competitive-panel2-bottom-content {
        box-sizing: border-box;
        width: 612px;
        height: 360px;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
        border-radius: 5px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        margin-top: 30px;
    }
    .competitive-panel2-bottom-content h3 {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        color: #000000;
        margin-top: 20px;
    }
    .competitive-panel2-bottom-content canvas {
        width: 80% !important;
        max-width: 700px !important;
        display: block;
        height: 250px !important;
        position: relative;
        top: 10px;
        left: 10%;
    }
    .canvas-side-text {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        color: #000000;
        transform: rotate(-90deg);
        display: block;
        left: -15px;
        position: absolute;
        top: 50%;
    }
    .hv-competitive-panel2-sec.hv-go-competitive-panel2-sec {
        padding: 60px 0 200px 0;
    }



    .hv-competitive-panel6-sec {
        background: #F5F5F5;
    }
    .hv-competitive-panel6-sec .container h2 {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 43px;
        color: #414141;
        padding-left: 130px;
    }
    .hv-competitive-panel6-sec .contentDiv {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 12px;
        line-height: 14px;
        color: #414141;
        margin-left: 130px;
        margin-right: 130px;
        padding-top: 35px;
    }
    .hv-competitive-panel6-sec .contentDiv ul {
        list-style: initial !important;
        padding: revert !important;
    }
    .contentDiv li {
        word-wrap: break-word;
    }
    .contentDiv li a {
        color: #414141;
    }


    .hv-competitive-panel4-sec.hv-go-competitive-panel4-sec{
        position: relative;
    }
    .hv-competitive-panel4-sec .competitive-panel4-left-content {
        padding: 60px 0;
    }
    .competitive-panel4-left-content h3 {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 60px;
        line-height: 65px;
        color: #FFFFFF;
        margin-top: 2px;
        margin-right: 75px;
    }
    .competitive-panel4-left-content h2 {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
        color: #414141;
    }
    .hv-competitive-panel4-sec .competitive-panel4-right-content {
        height: 100%;
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
        display: flex;
        justify-content: end;
    }
    .hv-competitive-panel4-sec .competitive-panel4-right-content img {
        width: 100%;
        height: 100%;
    }
    .competitive-panel4-left-content .cbutton {
        font-size: 20px;
        line-height: 24px;
        padding: 15px;
        margin-top: 52px;
    }



    .hv-achive-sustainability {
        background: #f0f0f0;
        position: relative;
    }
    .hv-energy-star {
        font-family: neue-haas-grotesk-display, pro;
    }
    .hv-achive-sustainability .achive-sustainability-box {
        margin-top: 20px;
    }
    .hv-achive-sustainability .achive-sustainability-box .row {
        align-items: center;
    }
    .hv-achive-sustainability .achive-sustainability-head-box .section-heading-new2 {
        font-size: 48px;
        font-weight: 700;
        line-height: 1.1;
        margin: 0;
    }
    .hv-achive-sustainability .achive-sustainability-box .row .achive-sustainability-list .achive-sustainability-item {
        display: flex;
        color: #000;
        margin-bottom: 20px;
    }
    .hv-achive-sustainability .achive-sustainability-box .row .achive-sustainability-list .achive-sustainability-item .achive-sustainability-item-icon svg {
        width: 28px;
        height: 28px;
        margin-right: 28px;
        stroke: #0d806e;
    }
    .hv-energy-star .achive-sustainability-box .row .achive-sustainability-list .achive-sustainability-item .achive-sustainability-item-icon svg {
        stroke: unset !important;
        margin-top: 6px;
    }
    .hv-achive-sustainability .achive-sustainability-box .row .achive-sustainability-list .achive-sustainability-item .achive-sustainability-item-cont .achive-sustainability-item-head {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
    .hv-achive-sustainability .achive-sustainability-box .row .achive-sustainability-list .achive-sustainability-item .achive-sustainability-item-cont .achive-sustainability-item-head p {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin: 0;
        color: #000;
    }



    .hv-features-comparision .hv-features-comparision-header h2{
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 43px;
        text-align: center;
        color: #000000;
    }
    .hv-features-comparision .hv-features-comparision-header {
        padding-top: 60px;
    }


    .hv-features-comparision .performance-table-disclosure {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 12px;
        color: #414141;
        padding-top: 20px;
        padding-bottom: 60px;
        margin-left: 345px;
    }
}

@media screen and (max-width: 991px) {
    .hv-competitive-panel3-sec .competitive-panel3-top-content h2{
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        color: #000000;
        margin-left: 30px;
        margin-right: 30px;
    }
    .hv-competitive-panel3-sec .competitive-panel3-top-content p{
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #000000;
        margin-top: 15px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .competitive-panel3-bottom-content .competitive-graph-section {
        width: 320px;
        height: 275px;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
        border-radius: 5px;
        margin: 0 auto;
    }
    .competitive-panel3-bottom-content .competitive-graph-section h3{
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 29px;
        text-align: center;
        color: #000000;
        margin-top: 15px;
    }
    .competitive-panel3-bottom-content .competitive-tpm-graph, 
    .competitive-panel3-bottom-content .competitive-sql-storage-iops-graph {
        margin-top: 20px;
    }
    .competitive-graph-section canvas {
        width: 85% !important;
        max-width: 300px !important;
        display: block;
        height: 225px !important;
        position: relative;
        top: 0px;
        left: 10%;
    }
    .canvas2-side-text {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        color: #000000;
        transform: rotate(-90deg);
        display: block;
        left: 0px;
        position: absolute;
        top: 50%;
    }
    .canvas3-side-text {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        color: #000000;
        transform: rotate(-90deg);
        display: block;
        left: 0px;
        position: absolute;
        top: 50%;
    }
    .competitive-panel3-bottom-content .rangeMark1 {
        border: 1px dashed #CC0000;
        transform: rotate(90deg);
        width: 29%;
        height: 0px;
        position: absolute;
        left: 52%;
        top: 53%;
    }
    .competitive-panel3-bottom-content .rangeMark1:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: 5px;
        transform: rotate(90deg);
        left: -7px;
    }
    .competitive-panel3-bottom-content .rangeMark1:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: 5px;
        transform: rotate(90deg);
        right: -7px;
    }
    .competitive-panel3-bottom-content .rangeMark1 .rangeMark1TopDot {
        height: 5px;
        width: 5px;
        background-color: #CC0000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        left: -3px;
    }
    .competitive-panel3-bottom-content .rangeMark1 .rangeMark1BottomDot {
        height: 5px;
        width: 5px;
        background-color: #CC0000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        right: -4px;
    }
    .competitive-panel3-bottom-content .rangeMark1 .rangeMark1CenterLine {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: -9px;
        transform: rotate(90deg);
        left: 50%;
    }
    .competitive-panel3-bottom-content .rangeMark1 .rangeMark1Centertext {
        position: absolute;
        height: 1px;
        width: 55px;
        top: -35px;
        transform: rotate(-90deg);
        left: 28%;
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 12px;
        text-align: center;
    }
    .rangeMark1Centertext p{
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 0px;
        text-align: center;
        color: #CC0000;
        margin-bottom: 0.4rem !important;
    }
    .competitive-panel3-bottom-content .rangeMark2 .rangeMark2Centertext {
        position: absolute;
        height: 1px;
        width: 55px;
        top: -32px;
        transform: rotate(-90deg);
        left: 22%;
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 12px;
        text-align: center;
    }
    .rangeMark2Centertext p{
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 0px;
        text-align: center;
        color: #CC0000;
        margin-bottom: 0.4rem !important;
    }
    .competitive-panel3-bottom-content .rangeMark2 {
        border: 1px dashed #CC0000;
        transform: rotate(90deg);
        width: 23%;
        height: 0px;
        position: absolute;
        left: 68%;
        top: 29%;
    }
    .competitive-panel3-bottom-content .rangeMark2:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: 5px;
        transform: rotate(90deg);
        left: -7px;
    }
    .competitive-panel3-bottom-content .rangeMark2:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: 5px;
        transform: rotate(90deg);
        right: -7px;
    }
    .competitive-panel3-bottom-content .rangeMark2 .rangeMark2TopDot {
        height: 5px;
        width: 5px;
        background-color: #CC0000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        left: -3px;
    }
    .competitive-panel3-bottom-content .rangeMark2 .rangeMark2BottomDot {
        height: 5px;
        width: 5px;
        background-color: #CC0000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        right: -4px;
    }
    .competitive-panel3-bottom-content .rangeMark2 .rangeMark2CenterLine {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: -9px;
        transform: rotate(90deg);
        left: 50%;
    }
    .competitive-panel3-bottom-content .rangeMark3 {
        border: 1px dashed #CC0000;
        transform: rotate(90deg);
        width: 10%;
        height: 0px;
        position: absolute;
        left: 58%;
        top: 44%;
    }
    .competitive-panel3-bottom-content .rangeMark3:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: 5px;
        transform: rotate(90deg);
        left: -7px;
    }
    .competitive-panel3-bottom-content .rangeMark3:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: 5px;
        transform: rotate(90deg);
        right: -7px;
    }
    .competitive-panel3-bottom-content .rangeMark3 .rangeMark3TopDot {
        height: 5px;
        width: 5px;
        background-color: #CC0000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        left: -3px;
    }
    .competitive-panel3-bottom-content .rangeMark3 .rangeMark3BottomDot {
        height: 5px;
        width: 5px;
        background-color: #CC0000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        right: -4px;
    }
    .competitive-panel3-bottom-content .rangeMark3 .rangeMark3CenterLine {
        content: '';
        position: absolute;
        height: 1px;
        width: 12px;
        border: 1px dashed #CC0000;
        top: -9px;
        transform: rotate(90deg);
        left: 50%;
    }
    .competitive-panel3-bottom-content .rangeMark3 .rangeMark3Centertext {
        position: absolute;
        height: 1px;
        width: 55px;
        top: -35px;
        transform: rotate(-90deg);
        left: -73%;
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 9px;
        line-height: 12px;
        text-align: center;
    }
    .rangeMark3Centertext p {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 0px;
        text-align: center;
        color: #CC0000;
        margin-bottom: 0.4rem !important;
    }

    .hv-competitive-panel2-sec.hv-go-competitive-panel2-sec {
        background: linear-gradient(90deg, #00477B 0%, #001933 100%);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    .hv-competitive-panel2-sec .competitive-panel2-top-content {
        margin-left: 20px; 
        margin-right: 20px;
    }
    .competitive-panel2-top-content h2 {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        color: #FFFFFF;
    }
    .competitive-panel2-top-content p {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        padding-top: 15px;
    }
    .hv-competitive-panel2-sec .competitive-panel2-bottom-content {
        box-sizing: border-box;
        width: 330px;
        height: 275px;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
        border-radius: 5px;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        margin-top: 30px;
    }
    .competitive-panel2-bottom-content h3 {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 29px;
        text-align: center;
        color: #000000;
        margin-top: 20px;
    }
    .competitive-panel2-bottom-content canvas {
        width: 85% !important;
        height: 190px !important;
        position: relative;
        top: 0px;
        left: 10%;
    }
    .canvas-side-text {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        color: #000000;
        transform: rotate(-90deg);
        display: block;
        left: -15px;
        position: absolute;
        top: 35%;
    }
    .hv-competitive-panel2-sec.hv-go-competitive-panel2-sec {
        padding: 60px 0 60px 0;
    }
    .hv-features-comparision .feature-compare-card{
        margin-top: 0px !important;
    }
    .hv-features-comparision {
        padding: 50px 0px;
     }


     .hv-competitive-panel6-sec {
        background: #F5F5F5;
    }
    .hv-competitive-panel6-sec .container h2 {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 43px;
        color: #414141;
        padding-left: 30px;
    }
    .hv-competitive-panel6-sec .contentDiv {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 12px;
        line-height: 18px;
        color: #414141;
        margin-left: 30px;
        margin-right: 30px;
        padding-top: 35px;
    }
    .hv-competitive-panel6-sec .contentDiv ul {
        list-style: initial !important;
        padding: revert !important;
    }
    br {
        display: block !important;
    }
    .contentDiv li {
        word-wrap: break-word;
    }
    .contentDiv li a {
        color: #414141;
    }


    .hv-competitive-panel4-sec .competitive-panel4-left-content {
        padding: 60px 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .competitive-panel4-left-content h3 {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        color: #FFFFFF;
        margin-top: 20px;
    }
    .competitive-panel4-left-content h2 {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        color: #414141;
    }
    .competitive-panel4-left-content .cbutton {
        font-size: 18px;
        line-height: 22px;
        width: 299px;
        padding: 15px;
        margin-top: 52px;
    }
    .hv-competitive-panel4-sec .competitive-panel4-right-content img {
        width: 100%;
        height: 250px;
    }


    .hv-achive-sustainability {
        background: #f0f0f0;
        position: relative;
    }
    .hv-energy-star {
        font-family: neue-haas-grotesk-display, pro;
    }
    .hv-achive-sustainability .achive-sustainability-box {
        margin-top: 20px;
    }
    .hv-achive-sustainability .achive-sustainability-box .row {
        align-items: center;
    }
    .hv-achive-sustainability .achive-sustainability-head-box .section-heading-new2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.1;
        margin: 0;
        padding-bottom: 45px;
    }
    .hv-achive-sustainability .achive-sustainability-box .row .achive-sustainability-list .achive-sustainability-item {
        display: flex;
        color: #000;
        margin-bottom: 20px;
    }
    .hv-achive-sustainability .achive-sustainability-box .row .achive-sustainability-list .achive-sustainability-item .achive-sustainability-item-icon svg {
        width: 28px;
        height: 28px;
        margin-right: 28px;
        stroke: #0d806e;
    }
    .hv-energy-star .achive-sustainability-box .row .achive-sustainability-list .achive-sustainability-item .achive-sustainability-item-icon svg {
        stroke: unset !important;
        margin-top: 6px;
    }
    .hv-achive-sustainability .achive-sustainability-box .row .achive-sustainability-list .achive-sustainability-item .achive-sustainability-item-cont .achive-sustainability-item-head p {
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
        margin: 0;
        color: #000;
    }

    

    .hv-features-comparision .hv-features-comparision-header h2{
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        color: #000000;
        margin-left: 30px;
        margin-right: 30px;
    }


    .hv-features-comparision .performance-table-disclosure {
        font-family: neue-haas-grotesk-display, pro;
        font-style: normal;
        font-weight: 450;
        font-size: 12px;
        color: #414141;
        padding-top: 10px;
        padding-bottom: 60px;
    }
}

.hv-competitive-panel3-sec.hv-go-competitive-panel3-sec,
.hv-competitive-panel6-sec.hv-go-competitive-panel6-sec {
    padding: 60px 0 60px 0;
}
.hv-competitive-panel3-sec.hv-go-competitive-panel3-sec {
    background: #F9F9F9;
}
canvas {
    pointer-events: none;
}
.hv-competitive-panel4-sec.hv-go-competitive-panel4-sec {
    background: #B4B4BC;
}