
@media (min-width: 1200px) {
    section.benefit-consultants .container {
        max-width: 1140px;
        padding: 0px 24px;
    }
    .seven_section_specialized_service .container {
        max-width: 1473px;
    }
    .partner-with-cca-section .container,
    .benefit-section-wrapper .container {
        max-width: 1638px;
        padding: 0px 24px;
    }
}
@media (min-width: 1620px){
    section.benefit-consultants .container {
        max-width: 1638px;
        padding: 0px 24px;
    }
}

    .hero-wrapper {
    background-color: #631837;
    margin-top: 90px;
    text-align: right;
    margin-bottom: 110px;
    position: relative;
    overflow: hidden;
}

.hero-wrapper .container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.hero-wrapper img {
    max-width: 43%;
    width: 100%;
    margin: -25px -40px -25px 0;
}

.hero-wrapper h1 {
    font-weight: 600;
    font-size: 52px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 24px;
}

.hero-wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}

.hero-wrapper .hero-content {
    text-align: left;
}

.partner-with-cca-section {
    padding: 176px 0;
    margin-bottom: 223px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.partner-with-cca-section h3 {
    font-family: 'Alliance No.1';
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 40px;
}

.partner-with-cca-section ul {
    padding-left: 20px;
    list-style-type: none;
}

.partner-with-cca-section ul li {
    font-family: 'Alliance No.1';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 28px;
    position: relative;
}

.partner-with-cca-section ul li:before {
    content: '';
    left: -20px;
    top: 50%;
    width: 13px;
    height: 9px;
    position: absolute;
    transform: translateY(-50%);
    background: url('../images/checkmark_list.png');
}

.benefit-section-wrapper {
    margin-bottom: 160px;
    position: relative;
    text-align: right;
}

.benefit-section-wrapper img {
    max-width: 50%;
    width: 100%;
}

.benefit-section-wrapper .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.benefit-section-wrapper .benefit-content {
    margin-bottom: 40px;
}

.benefit-section-wrapper .benefit-content h2 {
    font-family: 'Satoshi';
    font-weight: 500;
    font-size: 48px;
    line-height: 1.4;
    color: #16000A;
    margin-bottom: 12px;
}

.benefit-section-wrapper .benefit-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 0;
}

.benefit-section-wrapper .wpcf7 {
    width: 78%;
}

.benefit-section-wrapper .wpcf7-form .wpcf7-text:focus {
    outline: none;
}

.benefit-section-wrapper .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
}

.benefit-section-wrapper .wpcf7-form .wpcf7-text::placeholder {
    font-family: 'Alliance No.1';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #16000A;
}

.benefit-section-wrapper .wpcf7-form .wpcf7-text {
    background: #EDE1DF;
    border-radius: 4px;
    border: 0;
    padding: 13px 12px 19px;
    margin-bottom: 14px;
    width: 100%;
    font-family: 'Alliance No.1';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #16000A;
}

.benefit-section-wrapper .wpcf7-form .checkbox-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 40px;
}

.benefit-section-wrapper .wpcf7-form .checkbox-wrapper .checkbox-title {
    flex: 0 0 100%;
    display: block;
    margin-bottom: 12px;
    font-family: 'Alliance No.1';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #16000A;
}

.benefit-section-wrapper .wpcf7-form .checkbox-wrapper .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-form .checkbox-wrapper .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    margin-bottom: 17px;
}


input[type="checkbox"] {
    position: relative;
    width: 20px;
    height: 20px;
}

input[type="checkbox"]::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    border: 2px solid #2B7272;
    border-radius: 2px;
}

input[type="checkbox"]:checked::before {
    background: #2B7272;
}

input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.wpcf7-form .checkbox-wrapper .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 8px;
    font-family: 'Alliance No.1';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    flex: 1;
}

.benefit-section-wrapper .wpcf7-form .wpcf7-submit {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 2px solid #631837;
    border-radius: 50px;
    background: transparent;
    color: #631837;
    height: 38px;
    width: 115px;
}

.seven_section_specialized_service_box .slick-list.draggable {
    display: flex;
    justify-content: space-evenly;
    align-items: center;

    margin: 0px auto;
}

.seven_section_specialized_service_box .slick-list.draggable .slick-slide {
    display: flex;
    justify-content: center;
}
.seven_section_specialized_service_box .slick-list.draggable .slick-slide div div{
    display: flex!important;
    justify-content: center

}
.wpcf7-form-control.wpcf7-checkbox{
    display: flex;
    flex-direction: column;
}
@media (max-width: 1620px){
    .slick-arrow-next {
        right: 0px;
    }
    .slick-arrow-prev{
        left: 0px;
    }
    .seven_section_specialized_service_box .slick-list.draggable {

        width: 90%;
    }

}
@media only screen and (max-width: 1440px) {
    .hero-wrapper h1 {
        font-size: 46px;
        line-height: 1.2;
    }
    .seven_section_specialized_service .container {
        max-width: 1140px;
    }
    .hero-wrapper p,
    .benefit-section-wrapper .benefit-content p {
        font-size: 18px;
    }

    .benefit-section-wrapper .benefit-content h2 {
        font-size: 38px;
    }
    section.benefit-consultants .container {
        max-width: 960px;
        padding: 0px 17px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-wrapper h1 {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 16px;
    }
    .hero-wrapper{
        padding: 80px 0px;
    }
    .benefit-section-wrapper .benefit-section-holder {
        padding: 0px;
    }
    .footer .container{
        padding: 0px;
    }
    .seven_section_specialized_service .container {
        max-width: 960px;
        padding: 0px 17px;
    }
    .benefit-section-wrapper .benefit-section-holder {
        max-width: 50%;
        margin-left: 0;
        flex: 0 0 50%;
    }
    .hero-wrapper .hero-content {
        padding-left: 0px;
    }
    .seven_section_specialized_service .slick-list {
        width: 80%;
        margin: 0 auto;
    }

    .slick-arrow-prev {
        left: 0;
    }

    .slick-arrow-next {
        right: 0;

    }
    .slick-arrow-next svg,
    .slick-arrow-prev svg{
        width: 40px;
    }
    .partner-with-cca-content{
        padding-left: 0px;
    }
    .partner-with-cca-content.col-lg-6  {
        padding: 0px;
    }
    .partner-with-cca-content{
        margin-left: 8%;
    }
}

@media only screen and (max-width: 991px) {
    .hero-wrapper {
        padding-top: 80px;
        margin-bottom: 70px;
    }
    .hero-wrapper .hero-content {
        padding-left: 0px;
         flex: 0 0 70%;
    }
    .hero-wrapper .container {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin-bottom: 20px;
    }
    .hero-wrapper .container .row{
        justify-content: center;
    }
    .hero-wrapper img {
        margin: 0 0 -36px 0px;
        max-width: 70%;
        text-align: center;
    }
    .seven_section_specialized_service .container {
        max-width: 720px;
        padding: 0px;
    }
    .benefit-section-wrapper .container {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
    }

    .benefit-section-wrapper .container .row {
        justify-content: center;
    }

    .benefit-section-wrapper .benefit-section-holder {
        max-width: 70%;
        flex: 0 0 70%;
    }

    .benefit-section-wrapper .wpcf7-form .checkbox-wrapper .wpcf7-checkbox {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }

    .benefit-section-wrapper .wpcf7-form .checkbox-wrapper .wpcf7-checkbox .wpcf7-list-item {
        flex: 0 0 100%;
    }

    .seven_section_specialized_service_box div {
        margin-bottom: 0;
    }

    .seven_section_specialized_service_box {
        margin-bottom: 70px;
    }
    .benefit-section-wrapper {
        margin-bottom: 100px;
    }
    .benefit-section-wrapper img {
        max-width: 80%;
        width: 100%;
    }
    .partner-with-cca-section {
        padding: 80px 0px;
        margin-bottom: 80px;
    }
    section.benefit-consultants .container {
        max-width: 720px;
        padding: 0px 17px;
    }

    .benefit-section-wrapper .wpcf7 {
        width: 100%;
    }
    .seven_section_specialized_service {
        text-align: center;
        padding: 0px;
    }
    .partner-with-cca-content {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-wrapper {
        margin-bottom: 40px;
    }
    .partner-with-cca-section {
        padding: 120px 0px;
    }
    .seven_section_specialized_service .container {
        max-width: 540px;
        padding: 0px;
    }
    .hero-wrapper h1 {
        font-size: 32px;
        line-height: 1.4;
        margin-bottom: 24px;
    }

    .hero-wrapper p {
        font-size: 16px;
    }
    .hero-wrapper img {
        max-width: 110%;
        width: 110%;
    }
    .partner-with-cca-section{
        background-position: 60%;
    }
    .benefit-section-wrapper img {
        max-width: 100%;
    }

    .partner-with-cca-section {
        margin-bottom: 40px;
    }

    .seven_section_specialized_service_box .slick-list {
        height: auto !important;
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }

    .seven_section_specialized_service_box .slick-slide {
        margin-bottom: 0;
    }

    .seven_section_specialized_service_box img {
        margin: auto;
    }

    .seven_section_specialized_service_box .slick-arrow {
        bottom: -90px;
        transform: unset;
        top: unset;
    }

    .seven_section_specialized_service_box .slick-arrow-prev {
        left: calc(50% - 60px);
    }

    .seven_section_specialized_service_box .slick-arrow-next {
        right: calc(50% - 60px);
    }
    .seven_section_specialized_service p {
        max-width: 540px;
    }
    .hero-wrapper img {
        max-width: 80%;
        width: 80%;
    }
    .benefit-section-wrapper img {
        max-width: 90%;
    }
    .footer .container{
        padding-left: 0px;
    }

    .benefit-section-wrapper .benefit-section-holder{
        padding: 0px;
    }
    section.benefit-consultants .container {
        max-width: 540px;
        padding: 0px 18px;
    }
}

@media only screen and (max-width: 575px) {
    .partner-with-cca-section h3,
    .benefit-section-wrapper .benefit-content h2 {
        font-size: 32px;
    }
    .partner-with-cca-section {
        padding: 70px 0px;
    }
    .benefit-section-wrapper .benefit-section-holder {
        padding: 0px 15px;
    }
    .partner-with-cca-content.col-lg-6  {
        padding: 0px 15px;
    }
    .partner-with-cca-section ul li,
    .benefit-section-wrapper .benefit-content p {
        font-size: 16px;
    }

    .benefit-section-wrapper .wpcf7 {
        width: 100%;
    }
    .partner-with-cca-content{
        padding-left: 15px;
    }
    .seven_section_specialized_service .container {
        max-width: 100%;
        padding: 0px 15px;
    }
    .hero-wrapper .hero-content {
        padding-left: 13px;
    }
    .benefit-section-wrapper {
        margin-bottom: 60px;
    }
    .footer .container {
        padding-left: 15px;
    }
    .footer .container .row.footer-row {
         margin-right: 0px;
     }
    .row.footer_sign__up {

        width: 96%;
    }
    section.benefit-consultants .container {
        padding: 0px 15px;
    }
    .hero-wrapper .hero-content {
        padding-left: 15px;
    }
    .partner-with-cca-section{
        background-position: 66%;
    }
}