/*-----------------------------------------------------------------------------
    Approaches | Our Work
-----------------------------------------------------------------------------*/
.our_work_approaches_page_section .content_bottomAdd {
  margin-bottom: 20px;
}

.our_work_approaches_page_section .list_style {
  padding-left: 15px;
}

.our_work_approaches_page_section .list_style li {
  padding-top: 5px;
  padding-left: 15px;
}

.our_work_approaches_page_section .list_style_no {
  padding-left: 15px;
}

.our_work_approaches_page_section .list_style_no li {
  padding-left: 15px;
}

.our_work_approaches_page_section .list_style_no li:not(:first-child) {
  padding-top: 20px;
}

@media (max-width: 991px) {
  .our_work_approaches_page_section .contents_holder {
    margin-top: 30px;
  }
}

.our_work_approaches_page_section .content_showHide_section {
  margin-top: 30px;
}

.our_work_approaches_page_section .content_showHide_section .download_info_section {
  margin-top: 50px;
}

.our_work_approaches_page_section .content_showHide_section .download_info_section .download_info_holder {
  background: #ededed;
  color: #3ebbe7;
  font-family: "roboto", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .our_work_approaches_page_section .content_showHide_section .download_info_section .download_info_holder {
    text-align: center;
  }
}

.our_work_approaches_page_section .content_showHide_section .download_info_section .download_info_holder .download_info_title {
  font-size: 14px;
  text-transform: capitalize;
}

@media (min-width: 481px) {
  .our_work_approaches_page_section .content_showHide_section .download_info_section .download_info_holder .download_info_title {
    float: left;
  }
}

@media (min-width: 481px) {
  .our_work_approaches_page_section .content_showHide_section .download_info_section .download_info_holder .download_info_btn {
    float: right;
  }
}

@media (max-width: 480px) {
  .our_work_approaches_page_section .content_showHide_section .download_info_section .download_info_holder .download_info_btn {
    margin-top: 15px;
    margin-left: 35px;
  }
}

.our_work_approaches_page_section .content_showHide_section .download_info_section .download_info_holder .btn_download_pdf {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  color: #3ebbe7;
  padding: 0;
  font-weight: 700;
}

.our_work_approaches_page_section .content_showHide_section .download_info_section .download_info_holder .btn_download_pdf:before {
  background: url(../../assets/images/ui/icons/pdf.png) center no-repeat;
  width: 35px;
  height: 35px;
  content: '';
  position: absolute;
  background-size: auto 100%;
  top: -6px;
  left: -45px;
}
