.first-block {
    background: url('branding-assets/Banner-Background.png') no-repeat center;
    background-size: cover;
    height: 100%;
    padding: 12rem 8rem;
    display: flex;
}

.header {
    width: auto;
    max-height: 100%;
    height: 100vh;
}

.second-block {
    background: #f8f8f8;
    padding: 8rem 8rem;
    width: auto;
    max-height: 100%;
}

.second-block, .tenth-block {
    background: #f8f8f8;
    padding: 8rem 8rem;
    width: auto;
    max-height: 100%;
}
.pickbyimage label{
    display: block;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    max-width: 100%;
    padding-right: 0;
    border: 2px solid #e6e7ec;
    padding-left: 0;
    height: 100%;

}
.pickbyimage label div{
    padding: 28%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.pickbyimage .picoverlay {
    display: none;
}
#msform {
    padding: 1rem 2rem;
    height: 640px;
    max-height: 640px;
    /* display: flex; */
    justify-content: center;
    text-align: center;
}
.close {
    margin-right: 1rem;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    /* padding-bottom: 20px; */
    position: relative;
    height: 580px;
    max-height: 580px;
    /* display: flex; */
    justify-content: center;
    text-align: center;
}
.modal-content {
    border-radius: 0.7rem !important;
}

.form-card {
    text-align: left;
    top: 50%;
    bottom: 50%;
    height: 580px;
    max-height: 580px;
    /* margin-bottom: 2rem; */
  
}
.form-card .inline-bark-q.inline-bark-q-checkbox {
    border: 1px solid #e6e7ec;
}
.form-card .inline-bark-checkbox {
    display: none;
}
.inline-bark-q {
    margin: 0;
    padding: 0.8em 1.2em;
    border: 1px solid #e6e7ec;
    transition: background-color .2s;
    position: relative;
}
 .inline-bark-q-checkbox label:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    background-color: #e6e7ec;
}

.inline-bark-radio label, .inline-bark-q-checkbox label , .inline-bark-q-label{
    cursor: pointer;
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0;
    color: black;
    text-align: left !important;
    max-width: 100%;
    padding-left: 2.25em;
}
.inline-bark-checkbox :hover{
   background-color: #e6e7ec;
}
.inline-bark-q-label.other input,  .inline-bark-q-label.other input, .contentful-component .inline-bark-q-label.other input {
    width: 93%;
    padding: 0.5em 1em;
}

.inline-bark-q-radio input[type=radio]:checked+label:before{
    background-color: #8dc641;
}
.inline-bark-q-checkbox input[type=checkbox]:checked+label:after {
        content: '';
        width: 10px;
        height: 6px;
        position: absolute;
        top: calc(50% - 0.25em);
        left: 5px;
        border: 2px solid #fcfff4;
        border-top: none;
        border-right: none;
        background: 0 0;
        transform: rotate(-45deg);
}
.inline-bark-radio{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5em;
    font-size: 2em;
}
.inline-bark-q-radio input[type=radio] {
    display: none;
}
.inline-bark-q-checkbox input[type=checkbox]:checked+label:before {
    background-color: #8dc641;
    border: 1px solid #8dc641;
}
.inline-bark-q-radio input[type=radio]+label:before {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        border-radius: 50%;
        border: 0;
        background-color: #e6e7ec;
        top: 50%;
        transform: translateY(-50%);
}
.inline-bark-q-radio input[type=radio]+label:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 6px;
    border-radius: 50%;
    background-color: #e6e7ec;
    top: 50%;
    transform: translateY(-50%);
}
#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button {
    background: #8dc641;
    font-weight: 600;
    color: white;
    border: 0 none;
    border-radius: 0px;
    margin-right: 1.5rem;
    margin-top:0.5rem;
    cursor: pointer;
    text-align: center;
    padding: 10px 15px 6.5px;
    float: right
}
.inline-bark-percentage-thumb {
    position: absolute;
    top: 0;
    width: 0;
    background: #2d7af1;
    height: 3px;
    left: 0;
    transition: width 1s cubic-bezier(0,.31,.25,1);
    -webkit-transition: width 1s cubic-bezier(0,.31,.25,1);
}
.form-group {
    padding: 0.5rem;
}
#msform .action-button-previous {
    background: none;
    font-weight: 600;
    color: black;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 15px;
    margin-top:0.5rem;
    margin-left: 1rem;
    float: left;
}
.fs-title {
    font-size: 20px;
    color: black;
    margin: 1rem;
    font-weight: 700;
    text-align: center;
}

.fs-heading {
    font-size: 14px;
    color: black;
    /* margin-bottom: 3rem; */
    font-weight: 700;
    text-align: center;
}

.fs-title-span {
    color: #8dc641;
}


.border-yellow-left {
    border-left: 6px solid #df9926 !important;
}

.text-orange {
    color: #dc4815;
    font-size: 16px;
    font-weight: 500;
}

.third-block, .sixth-block {
    background: #ffffff;
    padding: 8rem 8rem;
    width: auto;
    max-height: 100%;
}

.fourth-block {
    background: url('branding-assets/background-what-we-do-at-zyne.png') no-repeat center;
    background-size: cover;
    position: relative;
    height: 100%;
    padding: 8rem 8rem;
    width: auto;
}

.branding-ul li::marker{
    content: "\2B9E";
}


.fifth-block {
    background: #0c3566;
    padding: 3rem 8rem;
}

@media only screen and (max-width:1149.98px) {
    .header {
        height: 70vh;
    }
}

@media only screen and (max-width:991.98px){ 
    .first-block {
        padding: 8rem 2rem;
    }

    .second-block, .third-block, .fourth-block, .sixth-block{
        padding: 8rem 2rem;
    }

    .fifth-block {
        padding: 3rem 2rem;
    }
}

@media only screen and (max-width:575.98px){ 
    .first-block {
        padding: 6rem 1rem;
    }

    .second-block, .third-block, .fourth-block, .sixth-block {
        padding: 5rem 1rem;
    }

    .fifth-block {
        padding: 3rem 1rem;
    }
}