.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: -120px;
    position: relative;
    z-index: 111;
    background: #ffffff;
    margin-bottom: 60px;
}
.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 h4{
    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 h4 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 h4{
        font-size: 16px;
    }
    .hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val h4 span.val-status-icon img{
        width: 30px;
    }
}
@media(max-width: 767px){
    .hv-features-comparision {
       padding: 50px 0px;
    }
    .hv-features-comparision .feature-compare-card{
        margin-top: 0px;
    }
    
    .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 h4 {
        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 h4 small{
        font-size: 12px;
    }
    .hv-features-comparision .feature-compare-card > ul > li .ftr-cmn-val h4 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;
    }
}




/* ------------------------------------------------------------------- */


.hv-dell-top-reasons{
    padding: 4.375em 0;
}
.hv-dell-top-reasons .dell-top-reasons-heading .heading{
    font-size: 40px;
    color: #000;
    font-weight: 800;
    margin-bottom: 40px;
}
.hv-dell-top-reasons .hv-top-reasons-inner{
    margin-bottom: 30px;
}
.hv-dell-top-reasons .cstm_gutter{
    margin-right: -8px;
  margin-left: -8px;
}
.hv-dell-top-reasons .cstm_gutter > [class*="col-"]{
    padding-right: 8px;
    padding-left: 8px;
}
.hv-dell-top-reasons .top-reasons-inner-box {
    position: relative;
    overflow:hidden;
    border-radius: 8px;
}
.hv-dell-top-reasons .top-reasons-inner-box:not(:last-child) {
    margin-bottom: 16px;
}
.hv-dell-top-reasons .top-reasons-inner-box figure {
    margin: 0;
}
.hv-dell-top-reasons .top-reasons-inner-box figure .top-reasons-box-img img {
    transition: all .5s;
    transform: scale(1);
    object-fit: cover;
    width: 100%;
}
.top-reasons-inner-box.full-top-reason-box figure .top-reasons-box-img img {
    height: 500px;
}
.top-reasons-inner-box.middle-short-box figure .top-reasons-box-img img {
    height: 180px;
}
.top-reasons-inner-box.middle-long-box figure .top-reasons-box-img img {
    height: 304px;
}
.hv-dell-top-reasons .top-reasons-inner-box:hover figure .top-reasons-box-img img {
    transform: scale(1.05);
    transition: .5s;
}
.hv-dell-top-reasons .top-reasons-inner-box .top-reasons-cont-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 25px 18px ;
}
.hv-dell-top-reasons .top-reasons-inner-box.middle-short-box .top-reasons-cont-area {
    padding: 20px 25px ;
}
.hv-dell-top-reasons .top-reasons-inner-box .top-reasons-cont-area h3 {
    font-size: 55px;
    font-weight: 700;
}
.hv-dell-top-reasons .top-reasons-inner-box .top-reasons-cont-area p {
    font-size: 18px;
    margin:0;
}
/* responsive */
@media(max-width:1199px){
    .top-reasons-inner-box.full-top-reason-box figure .top-reasons-box-img img{
        height: 376px;
    }
    .top-reasons-inner-box.middle-short-box figure .top-reasons-box-img img {
        height: 110px;
    }
    .top-reasons-inner-box.middle-long-box figure .top-reasons-box-img img {
        height: 250px;
    }
    .hv-dell-top-reasons .top-reasons-inner-box .top-reasons-cont-area h3{
        font-size: 44px;
    }
}
@media(max-width: 991px){
    .hv-dell-top-reasons .cstm_gutter > [class*="col-"]{
        padding: 8px;
    }
    .hv-dell-top-reasons .cstm_gutter .ctm-odr-mbl{
        order: 1;
    }
    .top-reasons-inner-box.full-top-reason-box figure .top-reasons-box-img img{
        height: 500px;
    }
    .top-reasons-inner-box.middle-short-box figure .top-reasons-box-img img{
        height: 220px;
    }
    .top-reasons-inner-box.middle-long-box figure .top-reasons-box-img img{
        height:350px;
    }
}
@media (max-width: 767px){
    .hv-dell-top-reasons .dell-top-reasons-heading .heading{
        margin-bottom: 25px;
    }
    .top-reasons-inner-box.full-top-reason-box figure .top-reasons-box-img img,
    .top-reasons-inner-box.middle-short-box figure .top-reasons-box-img img,
    .top-reasons-inner-box.middle-long-box figure .top-reasons-box-img img{
        height: auto;
    }
    .hv-dell-top-reasons .top-reasons-inner-box.middle-short-box .top-reasons-cont-area{
        padding: 10px 25px;
    }
    .hv-dell-top-reasons .cstm_gutter .ctm-odr-mbl {
    order: 0;
   }
}
@media(max-width: 575px){
    .hv-dell-top-reasons .top-reasons-inner-box .top-reasons-cont-area p{
        font-size: 15px;
    }
}
/* ------------------------------------------------- */



.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-dell-video-sec {
    padding: 100px 0;
    background: #000000;
    color: #fff;
}
.hv-dell-video-sec .dell-video-row{
    align-items: center;
}
.hv-dell-video-sec .dell-video-row .dell-video-img-card {
    overflow: hidden;
    margin-right: 50px;
    position: relative;
}
.hv-dell-video-sec .dell-video-row .dell-video-img-card a.c-anchor-block{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hv-dell-video-sec .dell-video-row .dell-video-img-card a.c-anchor-block .video-play-icon {
    border-radius: 50%;
    animation: 2s pulse-anim infinite;
}
.hv-dell-video-sec .dell-video-row .dell-video-img-card a.c-anchor-block .video-play-icon:hover {
    animation: 2s pulse-anim-hover infinite;
}
.hv-dell-video-sec .dell-video-row .dell-video-img-card picture img {
    transition: .5s;
}

.hv-dell-video-sec .dell-video-row .dell-video-img-card:hover picture img {
    transition: .5s;
    transform: scale(1.1);
}

.hv-dell-video-sec .dell-video-row .dell-video-content h2 small {
    display: block;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 48px;
}
.hv-dell-video-sec .dell-video-row .dell-video-content h2 {
    font-size: 60px;
    line-height: 58px;
    font-weight: bold;
}
.hv-dell-video-sec .dell-video-row .dell-video-content p {
    font-size: 24px;
    line-height: 35px;
    padding-top: 30px;
}

@keyframes pulse-anim {
    0% {
      box-shadow: #ffffff 0 0 0 0;
    }
    100% {
      box-shadow: #ffffff00 0 0 0 30px;
    }
  }
  @keyframes pulse-anim-hover {
    0% {
      box-shadow: #8f0000 0 0 0 0;
    }
    100% {
      box-shadow: #8f000000 0 0 0 30px;
    }
  }
  /* responsive */
  @media(max-width: 1199px){
    .hv-dell-video-sec .dell-video-row .dell-video-img-card{
        margin-right: 20px;
    }
    .hv-dell-video-sec .dell-video-row .dell-video-content h2{
        font-size: 50px;
        line-height: 48px;
    }
  }
  @media(max-width: 991px){
    .hv-dell-video-sec{
        padding: 0;
    }
    .hv-dell-video-sec .dell-video-row .dell-video-img-card{
        margin-right: 0;
    }
    .hv-dell-video-sec .dell-video-row .dell-video-content {
        padding: 60px 50px;
    }
  }
  @media(max-width: 767px){
    .hv-dell-video-sec .dell-video-row .dell-video-content {
        padding: 60px 20px;
    }
    .hv-dell-video-sec .dell-video-row{
        flex-direction: column-reverse;
    }
    .hv-dell-video-sec .dell-video-row .dell-video-img-card a.c-anchor-block .video-play-icon svg{
        width: 70px;
        height: 70px;
    }
    .hv-dell-video-sec .dell-video-row .dell-video-content h2{
        font-size: 42px;
        line-height: 42px;
    }
    .hv-dell-video-sec .dell-video-row .dell-video-content h2 small{
        font-size: 28px;
        line-height: 38px;
    }
    .hv-dell-video-sec .dell-video-row .dell-video-content p{
        font-size: 18px;
        line-height: 30px;
        padding-top: 20px;
    }
    .hv-dell-video-sec .dell-video-row .dell-video-img-card {
      padding-bottom: 40px;
    }

  }
  @media(max-width: 575px){
    .hv-dell-video-sec .dell-video-row .dell-video-content{
        padding: 40px 10px;
    }
    .hv-dell-video-sec .dell-video-row .dell-video-content h2{
        font-size: 35px;
        line-height: 35px;
    }
    .hv-dell-video-sec .dell-video-row .dell-video-content h2 small{
        font-size: 22px;
        line-height: 32px;
    }
  }

/* -------------------------------------------------- */
.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;
    }
}