.card-download-file{
    border: 2px solid #EBF5FD;
    padding: 12px;
    margin-bottom: 24px;
}
.card-d-image-l{
    height: 139px;
    width: 144px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #efefef;
}
.pro-dow-name{
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
}
.down-f-name{
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    overflow: hidden;
    padding-right: 10px;
}
.t-f-name{
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}
.card-d-image-r{
    width: 100%;
}
.padd-title-c {
  padding: 10px;
}
.tag-lang{
    position: absolute;
    right: 28px;
    top: 11px;
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
}
.select-d-box{
  margin-top: 5px;
  padding-left: 5px;
}

.select-d-box input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    font-size: 12px;
  }
  
  .select-d-box input[type=checkbox] {
    display: none;
  }
  
 .select-d-box input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1px solid #BAC8D3;
    border-radius: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 4.2px;
    padding-bottom: 0px;
    margin-right: 7.2px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
  }
  
  .select-d-box input[type=checkbox] + label:active:before {
    transform: scale(0);
  }
  

  
  .select-d-box  input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
  }
  
  .select-d-box input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
  }
  .box-c-l{
      width: 50%;
  }
  .box-c-r{
    width: 50%;
}
 .btn-style-d-2{
    background-color: #2F3031;
    clip-path: polygon(0 0%, 64% -48%, 111% 72%, 100% 100%, 0 100%);
    height: 40px;
    width: 100%;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
 }

 .partner-image{
     min-height: 206px;
 }
 .img-pa-programe{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    max-width: 100%;
 }
.bor-shadow-d{
  webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
  width: 100%;
  left: 0;
  right: 0;
}

.banner2 .mask h1 {
    margin-left: 0;
}

#dowloadContent .bullet1 {
    margin-left: 20px;
    margin-right: 10px;
}

#dowloadContent .bullet1:before {
    left: -16px;
}

.icon-p {
    width: auto !important;
    margin-bottom: 10px;
}

.icon-p img {
    max-width: 240px;
    max-height: 64px;
}

.testimonials .title-section .bullet1:before {
    display: none;
}

.owl-stage {
    margin: auto;
}

@media only screen and (max-width: 768px) {
    #dowloadContent .bullet1 {
        margin-left: 15px;
    }

    #dowloadContent .bullet1:before {
        /* margin-left: 8px;
        top: 10px; */
        left:-16px;
    }

    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .partner-image {
        min-height: 150px;
    }

    .min-h-img {
        width: 504px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 425px) {
    .btn-style-down {
        max-width: 100% !important;
        margin: 20px 0px;
        height: 50px !important;
        line-height: 50px !important;
    }

    .banner2 .mask h1 {
        padding-left: 0px;
    }
    .mid-g-f{
        position: relative !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .hide-intes-dowloads{
        display: none;
    }
}