.first-block {
    background: url('web-development-assets/Banner-Background.png') no-repeat center;
    background-size: cover;
    height: 100%;
    padding: 12rem 8rem;
    display: flex;
}
.modal-div-background-img {
    width: 100% !important;
}
.header {
    width: auto;
    max-height: 100%;
    height: 100vh;
}

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

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

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

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

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

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

.fourth-block {
    background: #dc4815;
    width: auto;
    max-height: 100%;
}

.fourth-block .col-1 {
    padding: 5rem 3rem 5rem 8rem;
}

.img-class {
    height: 100%;
    width: 100%;
}
/* .photoselect-option {
    display: none;
} */
.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: 650px;
    max-height: 650px;
    /* display: flex; */
    justify-content: center;
    text-align: center;
}
#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;
}

.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: 1.5rem;
    cursor: pointer;
    text-align: center;
    padding: 10px 15px 6.5px;
    float: right
}
#msform .action-button-previous {
    background: none;
    font-weight: 600;
    color: black;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 20px;
    margin-top:1.5rem;
    margin-left: 1rem;
    float: left;
}

.close {
    margin-right: 1rem;
}
.modal-content {
    border-radius: 0.7rem !important;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%) !important;
}

.fs-title {
    font-size: 20px;
    color: black;
    margin-bottom: 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;
}

.container {
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #0000004d;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #0000004d;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
}

.container input:checked~.checkmark {
    background-color: #8dc64180;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.checkmark:after {
    display: block;
}

.steps {
    font-size: 16px;
    color: black;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: right
}
.modal-dialog {
    max-width: 36em;
}
.social-media-container {
    position: relative;
    cursor: pointer;
    color: black;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #e6e7ec;
    width:100% !important;
     
}
/* .social-media-container.hover {
    border: none !important;
} */
.social-media-image {
    /* opacity: 0.5; */
    border: none !important;
    width: 100% !important;
}

.social-media-container input:checked~.social-media-image {
    opacity: 1;
    border: 2px solid #8dc641;
}


.slider-container {
    width: 100%
}

.slider {
    display: block;
    width: 380px;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent
}
.photoselect-option{
   display: none;
}
.picoverlay::after {
    display: block;
}
.pickbyimage .photoselect-option:checked~label::before {
    display: block;
    border: 2px solid #2d7af1;
}
.budget-container {
    position: relative;
    border: 2px solid #0000004d;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #0000004d;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-container {
    position: relative;
    border: 2px solid #0000004d;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #0000004d;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    display: block;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.checkmark {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
}

.social-container input:checked~.checkmark {
    border: 4px solid #8dc64180;
}
.budget-container input:checked~.checkmark {
    border: 2px solid #8dc64180;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.budget-container input:checked~.checkmark:after {
    display: block;
}

.budget-label {
    color: #0000004d;
    font-size: 12px;
    font-weight: 600;
}

.date-row {
    justify-content: space-evenly;
}

.form-control {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 500;
    border: 1.75px solid rgba(0, 0, 0, .25);
    border-radius: 10px;
}

.form-control:focus {
    border-color: #8dc641;
    box-shadow: none;
    color: #7e7e7e;
    box-shadow: 0 0.5rem 0.5rem rgb(0 0 0 / 10%) !important;
}

.form-label {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 500;
}

.error-message {
    display: none;
}

.error-message {
    font-weight: 400;
    font-size: 15px;
}

.iti {
    display: block !important;
}

.iti__country-name,
.iti__dial-code {
    color: black !important;
}


.iti__flag-container {
    position: static !important;

}

.iti__selected-flag {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 100% !important;
}

.iti__country-list {
    width: 100% !important;
}


.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6a6 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #8dc641 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 50px !important;
    height: 5px !important;
    border-radius: 0 !important;
}

@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, .eight-block, .third-block, .fifth-block, .seventh-block {
        padding: 8rem 2rem;
    }

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

    .fourth-block .col-1 {
        padding: 2rem;
    }
}

@media only screen and (max-width:767.98px){ 
    .img-class {
        max-width: 100%;
        height: auto;
    }
}

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

    .second-block, .eight-block, .third-block, .fifth-block, .seventh-block {
        padding: 5rem 1rem;
    }

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

    .fourth-block .col-1 {
        padding: 3rem 1rem;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 30px !important;
        height: 5px !important;
        border-radius: 0 !important;
        margin: 5px !important;
    }
}