/* .arab-banner{
    background: #f2f6f6;
    padding: 5rem 0rem 0rem 3rem;
} */
.arabCol1 .arabHead {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 3rem;
}

.arabCol1 .arabSHead {
    font-size: 21px;
    margin-bottom: 15px;
}

.arabCol1 .arabSDesc {
    font-size: 18px;
}

.arabFind .next-title {
    font-size: 24px;
}

.arabFind .next-subTitle {
    font-size: 28px;
}

.arabFind .next-desc {
    font-size: 18px;
}

.ar-every .post-slide {
    text-align: right;
}

.ar-every .post-slide .post-desc {
    margin-right: 8px;
}

/* .post-slide .descLoc img {} */

.ar-every .post-slide .descLoc {
    justify-content: end;
    flex-direction: row-reverse;
}

.arabConnect {
    padding-left: 8rem;
    padding-right: 8rem;
}

.connect .ar-company {
    font-size: 16px;
    color: #000000;
    font-weight: 450;
    align-items: flex-end;
    padding-bottom: 10px;
    justify-content: flex-end;
}

.arabCard {
    text-align: right;
    background-position: 100% -20%;
}

.aCd-Title {
    font-size: 26px;
}

.aCd-Desc {
    font-size: 18px;
}

.bgImg {
    position: absolute;
    top: 10%;
    right: -120px;
}

.bgImg2 {
    position: absolute;
    top: 40%;
    left: -110px;
}

.bgImg3 {
    position: absolute;
    bottom: 10%;
    right: -120px;
}

.arDownImg {
    text-align: right;
}

.ar-down {
    float: left;
    margin-right: 30px;
}

.arabTest {
    text-align: right;
    padding-top: 20px;
}

.arabBox2 {
    text-align: -webkit-right;
    height: 220px;
}

.arabBox {
    text-align: -webkit-right;
    height: 220px;
}

.arabConnect .testimonial {
    text-align: right;
}

.arabConnect .testimonial .pic img {
    width: auto;
    margin-left: auto;
}

.arText {
    font-size: 28px;
}

.arBtn {
    font-size: 20px;
}

.arForm div.input-block input {
    text-align: right;
}

.arForm div.input-block label.placeholder {
    right: 3%;
    left: auto;
}

.arDwFlex {
    display: flex;
}

.arBlog .blogBody {
    text-align: right;
}

.arBlog .blog-Flex {
    text-align: right;
}

.arBlog .blog-read {
    justify-content: end;
}

.arBlog .blogTitle {
    height: 60px;
}

.arFaq {
    background-color: white;
    padding-block: 3rem;

    .accordion-button::after {
        display: none;
    }
}

.arFaq .accordion-button {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 18px;
    font-weight: 450;
    color: #212529;
    text-align: right;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e7e9e9;
    border-radius: 0;
    overflow-anchor: none;
    margin-bottom: 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.arFaq .accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: auto;
    content: "";
    background-image: url(../images/job/arrowforward.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.arFaq .accordionBody {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}

/* @media screen and (max-width: 1199px) {
    .arab-banner{
        padding: 3rem 0rem 2rem 0rem;
    }
} */

@media screen and (max-width: 991px) {

    /* .arab-banner{
        padding: 3rem 0rem 2rem 0rem;
    } */
    .arabic-header .navbar-nav .nav-item .nav-link {
        text-align: right;
    }

    .arabic-header .right-widget {
        float: right;
        padding-right: 0px;
    }

    .arabic-header .right-widget .hire-button {
        width: auto;
    }

    .arabic-header .right-widget .want-button {
        width: auto;
        margin-right: 10px;
    }

    .arabConnect {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .bgImg {
        display: none;
    }

    .bgImg2 {
        display: none;
    }

    .bgImg3 {
        display: none;
    }

    .arabBox {
        height: 250px;
    }

    .arabBox2 {
        height: 240px;
    }

    .arabCol1 .arabHead {
        font-size: 32px;
    }

    .arBlog .blogTitle {
        height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .arBlog .blogTitle {
        height: auto;
    }

    .findCol1 {
        text-align: right;
    }

    .arabCard {
        text-align: right !important;
    }

    .arabFind .next-subTitle {
        text-align: right !important;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .arabFind .next-desc {
        font-size: 16px;
    }

    .conTitle {
        font-size: 24px;
    }

    .arabBox {
        height: auto;
    }

    .arabBox2 {
        height: auto;
    }

    .arabCol1 .arabHead {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 1rem;
    }

    .arabCol1 .arabSHead {
        font-size: 18px;
    }

    .arabCol1 .arabSDesc {
        font-size: 16px;
    }

    .arabTestimonial .pic img {
        width: auto !important;
        margin-left: auto;
        margin-right: 0;
    }

    .arabTestimonial .description {
        text-align: right;
    }

    .arabTestimonial .testimonial-content {
        text-align: right;
    }

    .arDwFlex {
        flex-direction: row-reverse;
        justify-content: end;
        margin-top: 15px;
    }

    .ar-down {
        margin-right: 0px;
    }

    .arFaq {
        background-color: transparent;
    }
}

@media screen and (max-width: 575px) {}

/* @media screen and (max-width: 466px) {
    .arabic-header .navbar-nav .nav-item .nav-link{
        text-align: right;
    }
    .arabic-header .right-widget {
        float: right;
        padding-right: 0px;
    }
    .arabic-header .right-widget .hire-button{
        width: auto;
    }
    .arabic-header .right-widget .want-button{
        width: auto;
        margin-right: 10px;
    }
} */