.services {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.services .card {
    width: 330px;
    text-align: center;
    background: #222;
    padding: 20px 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.services .card:hover {
    background: chocolate;
}

.services .card .content {
    transition: 0.3s;
}

.services .card:hover .content {
    transform: scale(1.07);
}

.services .card .content .icon {
    padding: 5px 0;
    color: white;
}

.services .card .content .icon i {
    font-size: 40px;
}

.services .card:hover .content .title {
    color: white;
}

.services .card .content .title {
    padding: 5px 0;
    font-size: 24px;
    font-weight: 500;
    color: chocolate;
    transition: 0.3s;
}


/* rohit css */

.contested-service-main {
    padding: 2rem;
    background-color: #d9d9d91c;
    margin-top: 1rem;
}

.contested-service-header {
    background-color: transparent;
}

.contested-service-header h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #99350b;
    padding: .5rem 1rem;
    margin:-1rem -1rem 1rem -1rem;
}
.detail-procedure-header h6{
      padding: .5rem 3rem !important;
}
.accordionSubTitle {
    color: #282828;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.contested-service-header p {
    color: #636363;
    font-weight: 400;
    font-size: 14px;
}

.contested-service-main-list {
    display: flex;
    align-items: center;
    gap: 5rem;
    justify-content: space-between;
}

.contested-service-ulList {
    list-style: none;
    padding: 0;
}

.contested-service-ulList li {
    border-bottom: 1px solid #d9d9d9;
    padding: .5rem 0;
}

.contested-service-ulList li a {
    font-size: 14px;
    color: #020202a7;
    font-weight: 600;
}

.contestedDivorceSection {
    padding: 1rem;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background-color: #fff;
    border-radius: 5px;
    margin: 1rem 0;
}

.mutualConsentAccordionMain {
    margin-top: 1rem;
}

.mutualConsentAccordionBtn {
    font-size: 14px !important;
}

.mutualConsentAccordionBtn:not(.collapsed) {
    background-color: #fafafa !important;
    box-shadow: none !important;
}

.mutualConsentAccordionBtn:focus {
    box-shadow: none !important;
}

.mutualConsentAccordionBody {
    font-size: 13px !important;
    color: #636363;
    font-weight: 400;
}

#detailedProcedure {
    height: 50vh;
}

.documentsRequiredTitle {
    font-size: 15px !important;
    color: #000000;
    font-weight: 600;
    margin-top: 10px;
}

.documentsRequiredPara {
    font-size: 13px !important;
    color: #3c3b3b;
    font-weight: 500;
    margin-bottom: 3px;
    margin-left: 3rem;
}

.dosDoNotAccordionMain {
    display: flex;
    gap: 1.5rem;
}

.dosDonNotAColTitle {
    font-size: 15px !important;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    text-decoration: underline;
}

.dosDoNotAccordionLeftCol {
    width: 50%;
}

.dosDoNotAccordionRightCol {
    width: 50%;
}

.costInvolvedHeader {
    display: flex;
    justify-content: space-between;
    /* gap: 10rem; */
    align-items: center;
    border: 1px solid #d9d9d9;
    padding: 1rem;
}

.costInvolvedHeader h6 {
    font-size: 15px !important;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0rem;
}

.costInvolvedHeader button {
    font-size: 14px !important;
    border: 1px solid #a4a4a4;
}

.costInvolvedBody {
    border: 1px solid #d9d9d9;
    border-top: none;
    padding: 1rem;
}

.costInvolvedBodyCountBox {
    display: flex;
}

.costInvolvedBodyCountBoxCol {
    width: 50%;
}

.costInvolvedBodyCountBoxCol p {
    font-size: 13px !important;
    color: #6b6b6b;
    font-weight: 600;
    margin-bottom: 0;
}

.costInvolvedBodyInfoBox {
    margin-top: 2.5rem;
}

.costInvolvedBodyInfoBox h6 {
    font-size: 14px !important;
    color: #282828;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem
}

.costInvolvedBodyInfoBox p {
    font-size: 13px !important;
    color: #6b6b6b;
    font-weight: 500;
    margin-bottom: 0;
}

.frequentlyAskedBtnGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

.frequentlyAskedBtnGroup button {
    font-size: 14px !important;
    border: 1px solid #a4a4a4;
}

.custom-control-prev-icon {
    background-image: url(../images/prev-icon.png) !important;
}

.custom-control-next-icon {
    background-image: url(../images/prev-icon.png) !important;
    transform: rotate(180deg);
}

.articlesNewsMain {
    display: flex;
    gap: 1rem;
}

.articlesNewsCol {
    border: 1px solid #d9d9d9;
    padding: 1rem 2rem;
    margin-top: 1rem;
    text-align: center;
}

.articlesNewsCol h6 {
    font-size: 17px !important;
    color: #282828;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    text-decoration: underline;
}

.articlesNewsCol p {
    font-size: 14px !important;
    color: #6b6b6b;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: start;
}

.articlesNewsCol button {
    font-size: 14px !important;
    border: 1px solid #a4a4a4;
}

.legalProvisionsTestimonialsMain {
    display: flex;
    gap: 1rem;
}

.legalProvisionsTestimonialsCol {
    border: 1px solid #d9d9d9;
    padding: 1rem 2rem;
    margin-top: 1rem;
    text-align: center;
    width: 100%;
}

.legalProvisionsTestimonialsCol h5 {
    font-size: 17px !important;
    color: #282828;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    text-decoration: underline;
}

.legalProvisionsTestimonialsCol p {
    font-size: 14px !important;
    color: #6b6b6b;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: start;
}

.legalProvisionsTestimonialsCol .testimonialBtn {
    font-size: 14px !important;
    border: 1px solid #a4a4a4;
    margin-top: 1rem;
}

.testimonialInfoBox {
    padding: 1rem 4rem;
    text-align: center;
}

.legalProvisionsTestimonialsCol h6 {
    font-size: 14px !important;
    color: #282828;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    text-decoration: underline;
}


/* col-3 css */

.servicesColMain {
    padding: 1rem;
}

.servicesColMainTitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 2px solid #99350B;
    color: #99350B;
}

ul,
ol {
    padding-left: 0 !important;
}

.ourTeamInfoBox {
    padding: 1rem 4rem;
    text-align: center;
}

.our-team-img {
    height: 130px !important;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
}

.ourTeamInfoBox h6 {
    font-size: 14px !important;
    color: #282828;
    font-weight: 700;
    text-align: center;
    margin: 1rem 0;
    text-decoration: underline;
}

.ourTeamInfoBox p {
    font-size: 14px !important;
    color: #6b6b6b;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center !important;
}

.detail-procedure-main{
  overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    padding: 0rem !important;
    max-height: 400px;
}
.detail-procedure-dynamic-content{
    padding:2rem;
}

.detail-procedure-header{
    position: sticky;
    top: 0px;
}
.dynamic-content-bg{
  position: sticky;
    background: #fff;
    height: 30px;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

/* col-3 css */

@media (min-width:1400px) {
    .our-team-img {
        height: 200px !important;
    }
}

@media (max-width:767px) {
    .articlesNewsMain,
    .legalProvisionsTestimonialsMain {
        flex-direction: column;
    }
    .legalProvisionsTestimonialsCol {
        width: 100%;
    }
}

@media (max-width:1100px) {
    .our-team-img {
        height: 104px !important;
    }
}

@media (max-width:768px) {
    .our-team-img {
        height: 285px !important;
        width: 42% !important;
    }
}

@media (max-width:585px) {
    .contested-service-main {
        padding: .5rem;
    }
    .dosDoNotAccordionMain {
        flex-direction: column;
    }
    .dosDoNotAccordionLeftCol,
    .dosDoNotAccordionRightCol {
        width: 100%;
    }
    .our-team-img {
        height: 285px !important;
        width: 100% !important;
    }
    .ourTeamInfoBox {
        padding: 1rem 6rem;
    }
    .testimonialInfoBox {
        padding: 1rem 6rem;
    }
}


/* rohit css */