/* .home-new-section {
    width: 100%;
    padding-top: 56.25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.digital-menu-section {
    background-image: url(../imgs/cover/1.jpg);
} */

.img-home-section {
  width: 190px;
}

.img-logo-inside-section {
    max-width: 120px;
    width: 40%;
}

.link-centered {
        display: inline-block;
        transform: translateX(-50%);
        left: 50%;
        position: relative;
}

h1 {
    font-size: 26px;
    color: var(--black);
}

h2 {
    font-family: Catamaran-Bold;
}

.fdb-block {
    padding: 50px 0;
}

.lead {
    font-size: 19.2px;
    font-weight: 400;
    color: var(--light-black);
}

.home-title-h2 {
  font-size: 24px;
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
}

.home-heading-section-front {
  background: rgb(1, 43, 155);
  background: -moz-linear-gradient(
    147deg,
    rgba(1, 43, 155, 1) 0%,
    rgba(0, 157, 254, 1) 100%,
    rgba(1, 155, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    147deg,
    rgba(1, 43, 155, 1) 0%,
    rgba(0, 157, 254, 1) 100%,
    rgba(1, 155, 255, 1) 100%
  );
  background: linear-gradient(
    147deg,
    rgba(1, 43, 155, 1) 0%,
    rgba(0, 157, 254, 1) 100%,
    rgba(1, 155, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#012b9b",endColorstr="#019bff",GradientType=1);
  background-position: center center;
  -webkit-background-size: 240%;
  -moz-background-size: 240%;
  -o-background-size: 240%;
  background-size: 240%;
}

.home-phone-side-wrapper {
  position: relative;
}

.home-phone-bubble {
  position: relative;
  /* width: 100%; */
  background-color: #ffffff;
  border-radius: 12px;
  padding: 10px;
}

.home-phone-bubble::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #ffffff transparent transparent transparent;
  bottom: -14px;
  left: 20%;
  margin-left: -10px;
  text-align: center;
}

.phone1 .home-phone-bubble::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -14px;
  left: 80%;
  margin-right: -10px;
}

.dmc-logo {
  width: 100%;
  position: relative;
  display: inline-block;
  /* z-index: 1; */
  /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}

.hr-custom-9 {
  border-color: #00feff;
  border-width: 3px;
  width: 110px;
  max-width: 100px;
}

@media (min-width: 768px) {
  .home-title-h2 {
    font-size: 40px;
  }

  .home-titles {
    padding-top: 200px;
  }

  .home-heading-section-front {
    background-image: url(../img/header-vendor.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-heading-section-front {
    min-height: calc(100vh - 76px);
    min-height: 100vh;
  }

  .home-heading-section-front .container > .row {
    min-height: calc(100vh - 76px);
    min-height: 100vh;
  }

  .home-phone-bubble::after {
    display: none !important;
  }
  .phone1 .home-phone-bubble {
    position: absolute;
    width: 55%;
    max-width: 160px;
    z-index: 1;
    left: 60%;
    top: 63%;
    transform: translate(-50%, -50%);
  }
  .phone2 .home-phone-bubble {
    position: absolute;
    width: 55%;
    max-width: 160px;
    z-index: 1;
    left: 40%;
    top: 63%;
    transform: translate(-50%, -50%);
  }
  .phone2 .home-phone-pic {
    width: 75%;
    max-width: 240px;
    position: absolute;
    bottom: 40%;
    left: 40%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .phone1 .home-phone-pic {
    width: 75%;
    max-width: 240px;
    position: absolute;
    bottom: 40%;
    right: 40%;
    left: unset;
    bottom: 0;
    transform: translate(50%, 0);
  }
}


.start_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
    margin-top: 15px;
}

.start_box_circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444C52;
    border: 2px solid #0D95FE;
    border-radius: 50%;
    font-size: 21px;
    position:relative;
    flex-shrink: 0;
    font-weight: 900;
}

.start_box_circle::after {
    content: '';
    top: 61px;
    position: absolute;
    display: block;
    width: 2px;
    height: 12px;
    background-color: rgba(68, 76, 82, 0.205);
}


.s_b_c_var2::after {
    content: '';
    top: 66px;
    position: absolute;
    display: block;
    width: 2px;
    height: 12px;
    background-color: rgba(68, 76, 82, 0.205);
}



.lastsbc::after {
    display: none;
}

.lastsb {
    margin-bottom: 5px;
}


.start_box_two_halves_container {
    display: flex;
    flex-direction: column;
    color: white;
    font-weight: 700;
    align-items: center;
    margin-left: 22px;
}

.start_box_top_half {
    background-color: #0D95FE;
    display: block;
    width:200px;
    margin: 0;
    position: relative;
    padding-top: 4px;
    border-radius: 5px 5px 0 0;
}

.start_box_bottom_half {
    background-color: #444C52;
    width:200px;
    margin: 0;
    position: relative;
    color: white;
    padding-top: 4px;
    border-radius: 0 0px 5px 5px;
}

.start_box_top_half::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 0px;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #0D95FE;
    border-top: 0;
    margin-left: -10px;
}

.start_box_bottom_half::after {
    content: '';
    position: absolute;
    left: 0%;
    /* bottom: 0; */
    top: 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #444C52;
    border-bottom: 0;
    margin-left: -10px;
}

/* .line-flex-separator {
    display:block;
    width:1px;
    height:15px;
    background-color: #FF6292;
} */


.start_box_no_parts {
    color: #444C52;
    max-width:400px;
    height: 65px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: calc(100vw - 106px);
}

.start_box_link {
    font-size: 16px;
    line-height: 1.5;
    color: #0D95FE;
    text-decoration: underline;
}

.start_box_link:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    color: #0D95FE; 
    border-radius: 7px;
}



@media (min-width: 510px) {
    .start_box_no_parts {
        width: 400px;
        min-width: unset;
    }
}


@media (min-width: 992px) {
    .start_boxes_r {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 33px;
    }

    .start_box_r {
        display: flex;
        flex-direction: column;
    }

    .start_box_top_half::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-bottom-color: #0c95fe;
        border-top: 0;
        margin-left: -12px;
        margin-top: -12px;
    }

    .start_box_bottom_half::after {
        display:none;
    }

    .start_box_two_halves_container {
        margin-right: 22px;
    }

    .s_b_t_h_container_r {
        margin-top: 25px;
    }

    .arrow_img {
        max-width: 50px;
        height: 47px;
        display: block;
        position: relative;
        top: 129px;
    }
    /* 
    .start_box_circle::after {
        display:none;
    } */

    #start_sect2 .start_box_circle::after {
        content: '';
        top: 22px;
        left: 66px;
        position: absolute;
        display: block;
        width: 158px;
        height: 2px;
        border: 2px dashed rgba(68, 76, 82, 0.205);
        border-bottom: none;
        border-right: none;
        border-left: none;
        background-color: transparent;
    }

    #start_sect2 .lastsbc::after {
        display: none;
    }

}



.video_container {
    max-width: 540px;
    margin: auto;
    margin-bottom: 20px;
}

.fitVids-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.fitVids-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoIFrame {
    /* margin-top: 5px; */
    border: 1px solid black;
}

@media (min-width: 992px) {
    .section-heading {
        max-width: 95%;
        width: 843px;
    }
}

.section-heading {
    margin: auto;
    margin-top: 0;
    max-width: 95%;
}

.digitalization-first-p {
    color: #444C52 !important;
    margin: 50px auto;
    margin-top: 41px;
    font-family: Catamaran-Light;
    font-weight: 700;
    max-width: 95%;
    margin-top: 8px;
}

@media (min-width: 992px) {
    .digitalization-first-p {
        width: 825px;
        max-width: 95%;
    }
}


.section-h-100vh {
    min-height: 100vh;
    display: flex;
}