.text-black,
    .text-black h1,
    .text-black h2,
    .text-black h3,
    .text-black h4 {
      color: #000 !important;
    }

    .bg_img1 {
      background-image: url("../new_vozo_img/index/bg1.png");
      background-size: cover;
      background-repeat: round;
    }

    .image_size {
      width: 100%;
      height: auto;
    }

    .ban_threelast_text {
      font-size: 11px;
    }

    /* Goals start */
    .goals_bg {
      background-color: rgb(132 166 255 / 2%);
      border-radius: 20px;
    }

    .goals_title {
      font-weight: 700;
      text-align: center;
    }

    .btn_clr {
      background-color: unset;
      border: unset;
      padding: 10px 0px;
      margin-top: 10px;
      font-weight: 600;
      cursor: pointer;
    }

    .goal_heading {
      font-weight: 700;
      line-height: 1.5;
      font-size: 2.25rem;
    }

    .goal_content {
      margin-top: 30px;
    }

    .goal_image_size {
      width: 100% !important;
      margin: 20px;
      height: 70% !important;
    }

    .text_size {
      font-size: 15px !important;
    }

    .digital_hover {
      cursor: pointer;
    }

    .digital_hover:hover {
      color: #2250fc !important;

    }

    #show_demo {
      border: 1px solid #2250fc;
      background-color: #fff;
      color: #2250fc;
      /* padding: 12px 18px; */
      font-size: 14px!important;
      font-weight: bold;
    }
    #form-mail-btn{
      border-radius:20px;
      line-height: 0px;
      padding: 25px 20px;
      font-size: 14px !important;
    }
    .default-btn{
      font-size: 14px !important;
    }
    /* Line */
    .headline {
      display: flex;
    }

    .headline-getstart {
      display: flex;
    }

    .line-heading {
      text-align: center;
      width: 25%;
    }

    .line-heading-our {
      text-align: center;
      width: 25%;
      margin: auto;
    }

    .headline-black {
      border-bottom: 2px solid #000;
    }

    .headline-blue {
      border-bottom: 2px solid #2250fc;
    }

    /* .banner_img {
      background-image: url("new_vozo_img/index/Polygon-3.png");
    } */
    .icon_div {
      border-radius: 15px;
      height: 270px;
    }

    .icon_div:hover {
      background-color: #2C7BE5;
      color: #fff !important;
    }

    .icons {
      background-color: #ccc;
      border-radius: 5px;
      padding: 10px;
      font-size: 20px;

    }

    .icon_div:hover .icons {
      background-color: #fff;
      color: #000;
    }

    .icon_div:hover h4 {
      color: #fff !important;
    }

    .product_tab {
      transition: transform .5s;
    }

    .product_tab:hover {
      transform: scale(1.1);
    }

    .product_tab:hover>div {
      box-shadow: 4px 4px 2px 0px #00000040;

    }

    .product_tab:hover .product_tab_txt {
      background: #2B6FF4;

    }

    .product_tab_txt {
      background: #000;
      color: #fff;
    }

    .img_circle {
      border-radius: 50px;
      width: 80px;
    }

    .get_started {
      border-radius: 10px;
      border-color: #4C4F55;
      box-shadow: 0px 2px 2px rgb(185 185 185 / 40%);

    }
    .mbl_res {
      margin: 0px !important;
    }
    .resource_tab {
      background-color: #F9F9F9;
    }

    .resource_div {
      background-color: #fff;
      border-radius: 0px 0px 5px 5px;
    }

    .resource_tab img {
      border-radius: 5px;
    }

    .resource_btn {
      border-radius: 5px;
      color: #fff;
      background-color: #2B6FF4;
      border: none;
      padding: 5px 20px;
    }

    .font-mid,
    p {
      font-size: 16px !important;
    }

    /* slider */
    * {
      box-sizing: border-box
    }


    /* Slideshow container */
    .slideshow-container {
      position: relative;
    }

    /* Slides */
    .mySlides {
      display: none;
      padding: 20px;
      text-align: center;
    }

    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      margin-top: -30px;
      padding: 16px;
      color: #000 !important;
      font-weight: bold;
      font-size: 30px;
      border-radius: 0 3px 3px 0;
      user-select: none;
    }

    .next {
      position: absolute;
      right: 0;
      border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    
    .dot-container {
      text-align: center;
      padding: 20px;
      background: #ddd;
    }

    q {
      color: #000 !important;
    }

    /* Add a blue color to the author */
    .author {
      color: cornflowerblue;
    }

    /* slider ends */

    /* image with content */
    .description {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      padding: 20px;
      height: 470px;
      text-align: center;
      transition: opacity 0.5s;
    }

    .image-container:hover .description {
      display: block;
    }

    .image-container {
      position: relative;
    }

    .image-container img {
      display: block;
      transition: 0.5s ease;
    }

    .image-container:hover .img_tile {
      filter: brightness(50%);
    }

    @media only screen and (min-width: 541px) and (max-width: 767.7px) {

      .col-lg-3 {
        width: 100%;
        padding-bottom: 20px;
      }
    }
    @media only screen and (min-width: 320px) and (max-width: 477px) {       
        .above_btn {
            display: grid;
        }
    }
    
    @media only screen and (min-width: 320px) and (max-width: 540px) {
      .everything_div {
        overflow: scroll;
      }

      .goals_bg {
        padding: 0px !important;
      }

      .goal_image_size {
        margin: 0px !important;
        margin-bottom: 15px !important;
      }

      /* .get_started {
        height: 100%;
      } */

      .col-lg-11 {
        margin-bottom: 15px;
      }

      .btn_clr {
        padding: 10px;
      }
    }

    @media(max-width: 600px) {

      /* .get_started {
        height: 100%;
      } */

      .btn_clr {
        padding: 10px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
   
      .product_tab{
          width: 50% !important;
      }
      .mob-product{
          display: flex;
          justify-content: center;
      }
    }
    @media(max-width: 990px) {

      .bg_img1 {
        background-image: none ! important;
      }

      .btn_clr {
        padding-bottom: 0px;
      }

      .icon_div {
        height: auto;
      }

      .client-testimonial {
        padding: 0px !important;
      }

      .btn_clr {
        padding: 10px;
      }
    }

    @media(max-width: 1024px) {

      .col-lg-3,
      .product_tab {
        width: 100%;
        padding-bottom: 20px;
      }

      /* .banner_heading {
        padding-top: 50px;
      } */
      
      .container {
        padding: 0 15px !important;
      }

      .btn-outline-secondary {
        height: unset !important;
        margin-bottom: unset !important;
      }

      .mbl_res {
        margin: 0px !important;
      }
    }