body {
    background-color: white;
}
#pcwbwrapper {
    font-family: Currys Sans, sans-serif;
    width: 80%;
    margin: auto;
    text-align: center;
}
#pcwbwrapper .cs-header {
    text-align: center;
    margin: 40px auto;
}
#pcwbwrapper .cs-header h4{
    font-weight: normal;
}
#pcwbwrapper .cs-header h1 {
    font-size: 25px;
    /*color: #162f72;*/
    color: #4C12A0 !important;
    margin: 40px 0;
}
#pcwbwrapper .theteam-wrapper {
    margin: auto;
    display: flex;
    flex-direction: column;
}
#pcwbwrapper .theteam-wrapper > h2{
    margin: 0;
    text-align: center;
    background: #d1c6fb;
    padding: 16px 0;
    color: #4c12a1;
    border-radius: 5px;
}
#pcwbwrapper .theteam {
    display: flex;
    flex-direction: row;
    text-align: left;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}
#pcwbwrapper .member {
    display: flex;
    flex-direction: column;
    width: 30%;
    border: 1px solid #CDD8DF;
    border-radius: 10px;
    padding: 20px 10px;
    height: 320px;
}
#pcwbwrapper .member h4 {
    margin: 0;
    color: #4c12a1;
    font-size: 22px;
    font-weight: lighter;
}
#pcwbwrapper .member p {
    padding-top: 10px;
    margin: 0;
}
#pcwbwrapper .partners {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 40px auto;
    gap: 20px;
}
#pcwbwrapper .partners .partner-block {
    width: 20%;
    max-width: 180px;
    border: 1px solid #CDD8DF;
    border-radius: 10px;
    position: relative;
    display: flex;
    overflow: hidden;
    min-width: 150px;
    height: 122px;
}
#pcwbwrapper .partners .partner-block:hover .partner-logo {
    transform: scale(1.05);
    transition: 0.2s;
}
#pcwbwrapper .partners .partner-logo {
    max-width: 140px;
    padding: 16px 0;
    margin: auto;
    max-height: 120px;
}
.service-boxes {text-align:center;margin:0 auto;display: inline-block;width: 100%;}

.form-container {
    width: 100%;
}

.form-container textarea {
    border-radius: 10px;
    font-size: 16px;
}
.form-group {
    display: block;
    margin-bottom: 15px;
    float: left;
    width: 50%;
  }
.form-group:first-of-type label{margin-left:0px;}
  
  .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .form-group label {
    position: relative;
    cursor: pointer;
    width: auto !important;
    display: inline-block !important;
  }
  
  .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #4c12a1;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 8px;
    width: 6px;
    height: 17px;
    border: solid #4c12a1;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
/*-- Tabs --*/
.partnerfeature-tabs {
    display: flex;
    margin: 20px 0;
    border-bottom: 1px solid #D8D8D8;
}

.partnerfeature-tabs a {
    margin: auto;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
}

.partnerfeature-tabs a:hover {
    cursor: pointer;
    background-color: #F6F6F6;
}

.partnerfeature-tabs .active {
    font-size: 18px;
    font-weight: 800;
    border-bottom: 3px solid #4C12A1;
}

.featureswrapper {
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    margin: 20px 0;
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
}
.features {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
} 
.features img {
    width: 180px;
    height: 100%;
    margin-bottom: 10px;
}

.features h4 {
    margin: 0px;
    color: #4c12a1;
}

.features p {
    margin-top: 10px;
}

.features div {
    display: flex;
    flex-direction: column;
}

.features div p, h4 {
    display: inline;
}
.dixons_form_div .ff-formfix fieldset {position:relative;}
.parsley-errors-list.filled {float:right;position: absolute;right: 25px;margin-top: -50px;background: red;border-radius: 10px;list-style: none;padding: 5px 8px;color: #fff;font-size: 13px;}
/*-- contact GroupAuto starts --*/
.partnercompany {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.partnercompany img {
    width: 200px;
}
.partnercompany .contact {
    margin-bottom: 40px;
}
.partnercompany .split-two {
    display: flex;
    justify-content: space-evenly;
}
.partnercompany .telno {
    display: none;
}

/*-- expandable cards on the second tab --*/
.secondfeature-wrapper {
    margin: 40px 0;
    justify-content: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}
.secondfeature-wrapper .features-cards {
    width: 24%;
    min-width: 300px;
    border: 1px solid #CDD8DF;
    border-radius: 10px;
    position: relative;
    padding: 10px 10px;
    background: #ffecb7;
    cursor: pointer;
    height: 150px;
    text-align: center;
    transition: height 1s;
}
.secondfeature-wrapper .features-cards.expanded {
    height: 300px;
}
.secondfeature-wrapper .features-cards img {
    width: 60px;
    height: auto;
    position: sticky;    
}
.secondfeature-wrapper .features-cards h3 {
    height: auto;
    margin: 10px 0px 0px 0px;
    position: sticky; 
    color: #4C12A1;
}
.secondfeature-wrapper .features-cards.expanded > h3 {
    top: 0;
    transition: top 1s;
}
.secondfeature-wrapper .features-cards > i {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 5px);
    transform-origin: 50%;
    transform: rotate(90deg);
    transition: transform 1s;
    color: #4C12A1;
}
.secondfeature-wrapper .features-cards.expanded > i {
    transform: rotate(-90deg);
}
.secondfeature-wrapper .text-content {
    clip-path: inset(0px 0px 180px);
    transition: clip-path 1s;
}
.secondfeature-wrapper .features-cards.expanded .text-content {
    clip-path: inset(0px 0px 0px);
    transform: translateY(0px);
}
.secondfeature-wrapper .text {
    transform: translateY(0px);
    transition: transform 1s;
}

/*--third tab styles--*/
.third-feature {
    margin: auto;
}
.third-feature p {
    margin: 5px;
}
#third-partnerfeature .featureswrapper {
    padding: 30px 100px;
}
.dropdowns-container {
    width: 40%;
    display: table;
    background: white;
    border: 1px solid #D8D8D8;
    margin-top: 20px;
    border-radius: 10px;
    padding: 0;
    margin: auto;
} 
.dropdowns-container .active, a:hover {
    background-color: none;
}
.dropdowns-container .collapsible {
    list-style: none;
    overflow: hidden;
    margin: 10px 0;
}  
.dropdowns-container .collapsible > a {
    background-color: white;
    border: none;
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    color: #4c11a1;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px dashed #ddd;
    transition: 0.3s; 
    display: block;
}
.dropdowns-container li:last-of-type > .collapsible-title{
    border: none;
    background-color: white;
}
.dropdowns-container li:last-of-type > .collapsible-title.active{
    border-bottom: 1px dashed #ddd;
    background-color: white;
}
.dropdowns-container .collapsible-title:before {
    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
    content: "\f078";
    font-family: FontAwesome;
    padding-right: 5px;
    float: right;
}
.dropdowns-container .collapsible-title.open:after {
    transition: transform 0.2s ease-in-out;
    transform: rotate(180deg);
 
}
.dropdowns-container .collapsible-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    background-color: none;
    
}

/*--small desktop--*/
@media only screen and (min-width:980px) and (max-width:1240px) {
    .secondfeature-wrapper .cards {
        width: 30%;
    }
    #pcwbwrapper .member {
        width: 40%;
        height: auto;
    }
}

/*--tablet--*/
@media only screen and (min-width:600px) and (max-width:980px) {
    .featureswrapper .features img {
        width: 120px;
    }
    .partnercompany .split-two {
        display: flex;
        flex-direction: column-reverse;
    }
    #third-partnerfeature .featureswrapper {
        padding: 30px;
    }
    .dropdowns-container {
        width: 60%;
    }
    #pcwbwrapper .theteam {
        flex-direction: column;
    }
    #pcwbwrapper .member {
        width: 100%;
        height: auto;
    }
}

/*--mobile--*/
@media only screen and (max-width:600px) {
    .partnerfeature-tabs {
        overflow: hidden;
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 0;
    }
    .partnerfeature-tabs a {
        margin: auto;
        padding: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 18px;
        display: inline-flex;
        padding: 15px 10px;
        margin-bottom: 10px;
    }
    .partnerfeature-tabs .active {
        margin-bottom: 7px;
    }
    .featureswrapper {
        flex-direction: column;
        padding: 20px;
    }
    #third-partnerfeature > .featureswrapper {
        padding: 20px;
    }
    .features {
        flex-direction: row;
        margin: 10px 0;
    }
    .features img {
        width: 100px;
        margin: 0;
    }
    .features div {
        text-align: initial;
        margin-left: 10px;
    }
    .features p {
        margin-bottom: 0px;
    }
    .partnercompany .split-two {
        display: flex;
        flex-direction: column-reverse;
    }
    .dropdowns-container {
        width: 100%;
    }
    #pcwbwrapper .theteam {
        flex-direction: column;
    }
    #pcwbwrapper .member {
        width: 100%;
        height: auto;
    }
}
