/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2022 | 08:35:39 */
/* 

Downloads Page

*/ 


    .heading-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

    .heading-wrapper svg {
        margin-right: 5px;
    }
.selected-radio,
     .jet-filter-row.selected-radio .jet-radio-list__item {
        background: #E8F1FF;
        width: 100%;
        border-radius: 12px;
       margin-left:-5px !important;
/*         padding:0 5px; */
    }
    .jet-filter-row.selected-radio {
      margin-left: calc(5px/2) !important;
    }
    .jet-checkboxes-list__decorator {
      margin-right: 0 !important;
    }
.jet-checkboxes-list__label {
  margin-left: 8px !important;
}

    .download-radio-custom {
        opacity: 0;
        position: absolute;
    }

    .download-radio-custom,
    .download-radio-custom-label {
        display: flex;
        justify-content: flex-start;
        margin: 0 5px;
        cursor: pointer;
        align-items: center;
    }

    .download-radio-custom-label {
        position: relative;

    }
.price small{
  color: #9299B7;
font-size: 12px;
line-height: 20px;
font-weight: 600;
margin-right:5px;
font-family: "Kumbh Sans", sans-serif;
}

    .radio-onclick+.radio-onclick-label:before {

        background: #007af5 !important;
        border: 2px solid #007af5 !important;

    }


    .download-radio-custom+.download-radio-custom-label:before {
        content: '';
        background: #fff;
        border: 2px solid #CACEE1;
        display: flex;
        align-items: center;
        width: 25px;
        height: 25px;
        padding: 0;
        margin-right: 10px;
        border-radius: 50%;
        text-align: center;
    }

    .download-radio-custom:checked+.download-radio-custom-label:before{
        content: url("http://soda.kingspan.s2.dottylabs.com/wp-content/uploads/2022/01/check.svg");
        color: #fff;
        display: block;
        margin-right: 10px;
        width: 25px;
        height: 25px;
    }

    .download-radio-custom:checked .filter-group div {
        background: #E8F1FF;
        border-radius: 12px;
    }

    .file-name a,
    h2.file-name {
        font-family: "Kumbh Sans", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 28px;
        color: #090B3B !important;
        text-decoration: none;

    }

    h2.file-name {
        margin-bottom: 0;
    }

    .types-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .file-name-wrapper {
        border-bottom: 1px solid #CACEE1;
    }

    .file-type {
        color: #0463E5;
        background: #E8F1FF;
        padding: 8px;
        border-radius: 4px;
    }

    .file-size,
    .file-type {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        font-family: "Kumbh Sans", sans-serif;
    }

    .file-size {
        color: #080b5F;
    }

    .types-only {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 150px;
    }

    .hero-wrapper,
    .section-download .container,
    .section-cta {
        max-width: 1401px;
        margin: 0 auto;
    }

    .section-hero {
        background-color: #EFF0F7;
        padding: 60px 0;
    }

  

    .section-cta .banner-wrapper h2,
    .hero-wrapper h2 {
        font-family: "Kumbh Sans", sans-serif;
        font-weight: 800;
        font-size: 34px;
        line-height: 34px;
        text-transform: uppercase;
    }

    .hero-wrapper h2 {
        color: #090B3B;
    }

    .hero-wrapper p {
        font-family: "Kumbh Sans", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        color: #090B3B;
        width: 100%;
        max-width: 495px;
    }
.section-cta .cta-banner{
  max-width:100%;
  margin-top:64px;
}
.section-cta .banner-wrapper{
  display:block;
  padding: 32px 30px;
  border-radius: 12px;
  color: #fff; 
  background: url("http://soda.kingspan.s2.dottylabs.com/wp-content/uploads/2021/12/Banner-Global.png");
}

    

    .section-cta .banner-wrapper a {
        color: #FFFFFF;
        border-color: #007AF5;
        font-family: "Kumbh Sans", Sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        background-color: #007AF5;
        border-radius: 6px;
        padding: 11px 17px;
        cursor: pointer;
      box-shadow: 0px 4px 0px #0463E5!important;
    }

    .row {
        display: flex;
    }

    .col-md-9 {

        max-width: 75%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md-3 {

        max-width: 25%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .section-download {
        padding: 60px 0;

    }

    .filter-group li,
    .resource-type li,
    .navigation li {
        list-style: none;
    }

    .navigation,
    .navigation ul {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .navigation {
        margin-top: 30px;
    }

    .navigation li strong {
        background: #007af5;
        color: #fff;
        border-radius: 6px;
        margin: 0 4px;
        font-family: "Kumbh Sans", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        padding: 8px 17px;
    }

    .navigation ul li a {
        color: #090B3B;
        border-radius: 6 px;
        margin: 0 10px;
        font-family: 'Kumbh Sans', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .navigation p,
    .filter-group li,
    .resource-type li {
        color: #090b3b;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        font-family: 'Kumbh Sans', sans-serif;
        margin-left: 10px;

    }

    .filter-wrapper {
        background: #FFFFFF;
        box-shadow: 0px 4px 0px #E8F1FF;
        border-radius: 8px;
        padding: 30px;
        margin-bottom: 24px;
    }

    .section {
        background-color: #F8F9FD;
    }

    .filter-wrapper h2 {
        font-family: 'Kumbh Sans', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
        color: #080B5F;

    }

    ul.groups-list {
        margin: 0;
        padding: 0;
    }

    @media(max-width:1024px) {
        .hero-wrapper {
            padding: 0 15px;
        }
    }

    @media(max-width:768px) {
        .row {
            flex-direction: column;
        }

        .col-md-3,
        .col-md-9 {
            max-width: 100%;
        }

        .file-data {
            padding: 0 15px;
        }
    }



