@font-face {
    font-family: arabicFontMy;
    src: url(font/arabic.otf);
}

* {
    font-family: arabicFontMy;
}

.heroContainer {
    position: relative;
}

.lineOne {
    position: fixed;
    width: 1px;
    background-color: #ebebeb40;
    /* background-color: #E5E5E5; */
    height: 200vh;
    top: 0px;
    right: 21%;
    z-index: -1;
}

.lineTwo {
    position: fixed;
    width: 1px;
    background-color: #ebebeb40;
    /* background-color: #E5E5E5; */
    height: 200vh;
    top: 0px;
    right: 47%;
    z-index: -1;
    /* transform: translateX(-50%); */
}

.lineThree {
    position: fixed;
    width: 1px;
    background-color: #ebebeb40;
    height: 200vh;
    top: 0px;
    /* right: 50%; */
    left: 30%;
    z-index: -1;
}

@media(max-width:800px) {
    .verticalLines {
        display: none;
    }
}

@media(max-width:1150px) {
    .lineTwo {
        left: 35%;
    }
    .lineThree {
        left: 10%;
    }
}


/* hero section bg  */

.heroContainer {
    /* background: url(./Assets/Rectangle\422png); */
    background: url(./Assets/Rectangle\ 422.png);
    background-size: 100% 100%;
    direction: rtl;
}

@media(min-width:1500px) {
    .heroContainer {
        /* max-width: 1490px; */
        margin: 0px auto;
        background-repeat: no-repeat;
        background-size: unset;
    }
}


/* navbar  */

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

.navbar {
    padding: 30px 130px !important;
    direction: rtl;
    padding-right: 30px !important;
    max-width: 1450px;
    margin: 0px auto;
}
.webLogo{
    width: 90px;
}

.navbar-nav .nav-link {
    padding: 0px 25px !important;
    font-weight: 700;
}

.customBtn {
    background-color: #f0595b;
    padding: 13px 20px;
    color: white;
    border: none;
    outline: none;
    border-radius: 8px;
}


/* hero section  */

.heroCOntainer {
    width: 95%;
    max-width: 1340px;
    margin: 0px auto;
    margin-top: 70px;
    padding-bottom: 120px;
}

.heroContent {
    width: 400px;
    padding-left: 10px;
}

.heroContent h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-top: 15px;
}

.heroContent>.detail {
    color: #6e757c;
    margin-top: 30px;
    font-size: 1.1rem;
    width: 340px;
    font-weight: 400;
    text-align: center;
}

.done {
    color: #6e757c;
    font-size: 0.7rem;
    font-weight: 600;
}

.heroContent>button {
    margin-top: 30px;
    /* margin: 0px auto; */
    /* margin-left: -40px; */
    margin-right: 80px;
}

.blueBtn {
    background-color: #56a9d5;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    outline: none;
    color: white;
}


/* about section  */

.aboutSectionMain {
    margin-top: 100px;
    margin-bottom: 50px;
    margin-right: auto;
    width: 89.3%;
    direction: rtl;
    position: relative;
}

@media(max-width:1500px) {
    .aboutSectionMain {
        margin-top: 100px;
        margin-bottom: 50px;
        /* width: 80%; */
        /* margin-left: auto; */
        /* max-width: 1470px; */
        /* border: 2px solid red; */
        margin-right: auto;
        width: 89.3%;
        direction: rtl;
        position: relative;
    }
}

@media(min-width:1500px) {
    .aboutSectionMain {
        margin: 0px auto;
        margin-top: 100px;
        /* max-width: 1340px; */
        margin-right: inherit;
        width: auto;
    }
    .aboutrightSlider {
        position: absolute;
        left: 0px;
    }
    .aboutContent {
        justify-content: inherit;
    }
}

.aboutContent {
    display: flex;
    max-width: 1340px;
    margin: 0px auto;
}

.aboutLeft {
    width: 630px;
}

.aboutLeft h1 {
    font-weight: 700;
}

.aboutPara {
    margin-top: 20px;
    color: #6e757c;
    width: 450px;
    font-weight: 400;
    /* font-family: 'Graphik',sans-serif; */
}

.aboutPara a {
    color: black;
    text-decoration: none;
}

.abTwo {
    margin-top: 50px;
}

.accordion {
    width: 450px;
}

.accordion-button {
    /* font-weight: bold !important; */
    font-weight: bold !important;
    direction: rtl;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    background-color: transparent !important;
    color: black !important;
}

.accordion-item {
    border: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: url(./Assets/add.svg) !important;
    flex-shrink: 0;
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin-right: auto !important;
    content: "" !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    margin-left: initial !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(./Assets/Vector.svg) !important;
}

.accordion-button,
.accordion-body {
    padding-right: 0px !important;
}

.accordion-body {
    color: #6E757C !important;
    font-weight: 400;
}


/* about right section slider  */

.aboutrightSlider {
    width: 50%;
}

.aboutrightSlider .swiper {
    width: 100%;
    height: 100%;
}

.aboutrightSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aboutrightSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 550px;
    /* max-height: 440px; */
    object-fit: cover;
}

.aboutrightSlider .swiper-slide {
    width: 65% !important;
}

.aboutrightSlider .swiper-slide:nth-child(2n) {
    width: 60%;
}

.aboutrightSlider .swiper-slide:nth-child(3n) {
    width: 40%;
}

.aboutrightSlider .swiper-button-next,
.aboutrightSlider .swiper-button-prev {
    top: 95.5% !important;
    /* direction: rtl; */
}

.aboutrightSlider .swiper-button-prev,
.aboutrightSlider .swiper-rtl .swiper-button-next {
    /* left: 10px !important; */
    right: 60px !important;
    transform: rotate(180deg);
}

.aboutrightSlider .swiper-button-next,
.aboutrightSlider .swiper-rtl .swiper-button-prev {
    left: auto !important;
    right: 11px !important;
}

.aboutrightSlider .swiper-button-next:after,
.aboutrightSlider .swiper-button-prev:after {
    display: none !important;
}

.nextNav {
    width: 50px;
}


/* our value section  */

.valueContainer {
    position: relative;
    margin-top: 120px;
    direction: rtl;
}

@media(min-width:1500px) {
    .valueContainer {
        /* max-width: 1340px; */
        margin: 0px auto;
        margin-top: 168px;
    }
    .valueMai {
        width: 100% !important;
    }
}

.valueMai {
    width: 80%;
    margin: 0px auto;
    max-width: 1340px;
}

.valueHead {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 86%;
    max-width: 950px;
}

.valueHead h1 {
    font-weight: bold;
}

.valueHead>p {
    width: 530px;
    color: #6e757c;
    font-size: 0.9rem;
    margin-bottom: 0px;
}

.valueContent {
    /* margin: 0px a; */
    display: flex;
    margin-top: 60px;
}

.rightImg {
    position: absolute;
    left: 0px;
    top: 10%;
}

.mobViewrightImg {
    display: none;
}

.valuePoints {
    display: flex;
    align-items: flex-start;
    width: 320px;
}

.rightOneP {
    width: 220px !important;
}

.valueRight {
    margin-left: 40px;
}

.pointPara {
    margin-right: 20px;
}

.pointPara p {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #6e757c;
}

.pointPara h5 {
    font-weight: 600;
}


/* our client section  */

.clientContainer {
    margin-top: 13rem;
    /* max-width: 1200px; */
    direction: rtl;
}

@media(min-width:1500px) {
    .clientContent {
        margin: 0px auto !important;
        max-width: 1340px !important;
    }
}

.clientHead p {
    color: #6e757c;
    font-size: 0.8rem;
    font-weight: 600;
}

.clientHead h1 {
    font-weight: bold;
}

.clientContent {
    display: flex;
    align-items: flex-start;
    width: 88%;
    justify-content: space-between;
    /* justify-content: center; */
    margin: 0px auto;
    max-width: 1400px;
}

.clientLefft {
    width: 53%;
}

.clientLefft img {
    width: 100%;
}

.clientRight {
    width: 470px;
}

.clientPara {
    color: #6e757c;
    margin-top: 30px;
}

.clientBoxes {
    margin-top: 50px;
}

.ClientBox {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px;
    margin-top: 30px;
    box-shadow: 20px 20px 60px #17161a0a;
    width: 370px;
}

.ClientBox>p {
    margin-right: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

.ClientBox h2 {
    margin-bottom: 0px;
    color: #e5e5e5;
    font-weight: 700;
}


/* service section  */

.serviceMain {
    width: 80%;
    margin: 50px auto;
    max-width: 1340px;
    margin-top: 100px;
    direction: rtl;
}

.serviceHead {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 93%;
    padding-left: 10px;
}

.serviceHead h1 {
    font-weight: bold;
}

.serviceHead>div>p {
    font-size: 0.8rem;
    font-weight: bold;
    color: #6e757c;
}

.serviceHead>p {
    width: 650px;
    color: #6e757c;
}

.servicesCards {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.servicesCards>.card {
    border: none !important;
    box-shadow: 0px 29px 60px 0px #17161a0d;
    margin: 0px 15px;
    margin-top: 40px;
    width: 30%;
    min-width: 220px;
}

.card-title {
    font-weight: bold !important;
}

.servicesCards .card-text {
    color: #6e757c;
    font-size: 0.9rem;
    margin-top: 20px;
}


/* partners section  */

.partnerContainer {
    background: url(./Assets/Group\ 36985.svg);
    /* background-size: 100% 100%; */
    background-size: cover;
    padding: 5rem 0rem;
    margin-top: 11rem;
    background-repeat: repeat;
    padding-bottom: 0px;
}

@media (min-width: 1500px) {
    .partnerContainer {
        background-size: cover;
    }
}

.partnerHead {
    width: 650px;
    margin: 0px auto;
    text-align: center;
    padding-top: 0rem;
}

.partnerHead p {
    color: #565a63;
    font-weight: 600;
}

.partnerHead h1 {
    font-weight: bold;
    margin-top: 20px;
    color: white;
    font-size: 3rem;
}

.partnerBox {
    width: 700px;
    margin: 20px auto;
    text-align: center;
    padding-bottom: 4rem;
    margin-bottom: 0px;
}

.partnerBox>div {
    margin-top: 30px;
}

.partnerBox img {
    border: 1px solid #565A63;
    margin: 6px 10px;
    display: inline-block;
    padding: 13px 9px;
    width: 100%;
    object-fit: contain;
    height: 132px;
    max-width: 172px;
}

.pOne {
    padding: 18px 50px !important;
}

.pThre {
    padding: 40px 20px !important;
}

.psix {
    padding: 20px 25px !important;
}

.pSev {
    padding: 30px 37px !important;
}


/* project section  */

.projectMain {
    width: 80%;
    margin: 0px auto;
    margin-top: 100px;
    max-width: 1340px;
    direction: rtl;
}

.projectHead {
    width: 93%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.projectContent {
    display: flex;
    margin-top: 30px;
}

.projectHead>div>h1 {
    font-weight: bold;
    font-size: 3rem;
}

.projectHead>div>p {
    font-size: 0.8rem;
    color: #6e757c;
    font-weight: 600;
    margin-bottom: 3px;
}

.projectHead>p {
    width: 650px;
    color: #6e757c;
}

.projectLeft {
    width: 70%;
}

.projectLeft>img {
    width: 100%;
    height: 100%;
}

.projectRight {
    width: 30%;
}

.projectRight>img {
    width: 100%;
    height: 100%;
}


/* team section  */

.teamMain {
    position: relative;
}

.teamContent {
    direction: rtl;
    width: 90%;
    margin-left: initial;
    margin-top: 120px;
    max-width: 1480px;
}

@media(min-width:1500px) {
    .teamContent {
        max-width: 1340px;
        margin: 0px auto;
        margin-top: 120px;
    }
}

.teamHead {
    display: flex;
    justify-content: space-between;
    width: 89%;
    align-items: flex-end;
}

.headDetail {
    width: 300px;
}

.headDetail p {
    font-size: 0.8rem;
    color: #6e757c;
    font-weight: 600;
}

.headDetail h1 {
    font-weight: bold;
    margin-bottom: 0px;
}

.teamPara {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
}

.teamPara p {
    width: 350px;
    color: #6e757c;
    margin-bottom: 0px;
    font-weight: 400;
}

.teamPara button {
    border: none;
    outline: none;
    color: white;
    padding: 10px 30px;
    background-color: #2b2b31;
}

.teamSlider {
    height: 100%;
    margin-top: 70px;
    position: relative;
}

.teamSlider .swiper-wrapper {
    height: 500px;
}

.teamSlider .card>img {
    height: 300px;
    /* object-fit: cover; */
}

.teamSlider .card {
    box-shadow: 0px 29px 60px #17161a0d;
    border: none !important;
}

.mDetail {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.mDetail p {
    margin-bottom: 0px;
    margin-right: 10px;
    color: #6e757c;
}

.teamSlider .card-body {
    padding-left: 30px;
    padding-top: 30px;
}

.teamSlider .card-title {
    margin-bottom: 20px;
    font-weight: 600 !important;
}


/* pagination  */

.box {
    direction: rtl;
    margin: 20px auto;
    background-color: #f8f4f4;
    border-radius: 4px;
    width: 386px;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.custom-swiper-scrollbar {
    height: 2px;
    width: 86%;
    background: #e5e5e5;
    border-radius: 50px;
}

.swiper-scrollbar-drag {
    background: #000 !important;
}

.custom-swiper-pagination {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #000;
}

.totalCounts {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.currentIndex {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}


/* work inqury section  */

.inqueryContainer {
    background-color: #1a191d;
    margin-top: 50px;
    padding: 40px 0px;
}

.inqueryContent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 80%;
    max-width: 1340px;
    margin: 20px auto;
    direction: rtl;
}

.inHead {
    width: 400px;
}

.inHead h1 {
    color: white;
    font-weight: bold;
}

.inHead p {
    color: #565a63;
    font-size: 0.8rem;
    font-weight: 600;
}

.location {
    width: 500px;
}

.location p {
    width: 290px;
    color: white;
    font-weight: 400;
}

.location>button {
    margin-top: 20px;
}

.location button>img {
    margin-right: 15px;
    transform: rotate(180deg);
}


/* footer  */

.footerCOntainer {
    background-color: #17161a;
    padding: 50px 0px;
}

.footerMain {
    position: relative;
}

.scrolTop {
    position: absolute;
    /* transform: rotate(90deg); */
    /* left: -30px; */
    right: 30px;
    top: 45px;
    width: fit-content;
}

.scrolTop img {
    margin-left: 20px;
}

.scrolTop p {
    margin-bottom: 0px;
}

.scrolTop a {
    text-decoration: none;
    color: white;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.followUs {
    position: absolute;
    /* right: -35px; */
    left: -30px;
    top: 90px;
    transform: rotate(270deg);
    display: flex;
    color: white;
    align-items: center;
}

.followUs p {
    margin-bottom: 0px;
}

.followUs a {
    text-decoration: none;
    color: white;
}

.footerContert {
    direction: rtl;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    max-width: 1340px;
    margin: 0px auto;
}

.footerLeftLogo {
    width: 200px;
}

.footerRight {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 80%;
}

.locationMain {
    width: 60%;
}

.fLocations {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.locDetail {
    width: 220px;
}

.fLocations p {
    color: white;
    margin-top: 20px;
    font-weight: 500;
}

.locDetail h5 {
    color: #565a63;
    font-size: 1rem;
    font-weight: 600;
}

.signUpInp {
    width: 320px;
}

.signUpInp p {
    color: #565a63;
    font-size: 1rem;
    font-weight: 600;
}

.signUpinput {
    background: #1e1d20;
    border-radius: 7px;
    margin-top: 20px;
}

.signUpInp input {
    border: none;
    outline: none;
    background: transparent;
    padding: 12px 5px;
    color: white;
    width: 70%;
    padding-left: 10px;
}

.signUpInp button {
    /* background:#1E1D20; */
    background: transparent;
    border: none;
    outline: none;
    padding: 12px 0px;
    color: white;
    width: 20%;
}


/* copy right  */

.copyRightMain {
    display: flex;
    align-items: flex-start;
    /* align-items: ; */
    /* align-self: ; */
    direction: rtl;
    width: 80%;
    max-width: 1200px;
    margin: 40px auto;
    margin-bottom: 10px;
    justify-content: space-between;
}

.copyRightMain p {
    margin-bottom: 0px;
    font-weight: 600;
}

.cpLeft {
    width: 78%;
}

.questionMain {
    width: 200px;
    display: flex;
    align-items: center;
    margin-top: -17px;
}

.path {
    width: 100%;
    height: 2px;
    border: 1px solid #1e1d20;
    margin-top: 15px;
}

.cpDetail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #565a63;
    margin-top: 10px;
    margin-top: 40px;
}

.cpDetail a {
    text-decoration: none;
    color: #565a63;
    font-weight: 600;
}

.cpDetail a:hover {
    color: #565a63;
}

.questionMain p {
    margin-left: -10px;
    color: white;
    font-weight: 400;
}

.questionMain img {
    margin-left: 10px;
}

@media (max-width: 1200px) {
    .partnerContainer {
        background-size: cover;
    }
}

@media (max-width: 1140px) {
    .teamHead {
        width: 95%;
    }
}

@media (max-width: 1100px) {
    .serviceMain,
    .valueMai,
    .projectMain,
    .aboutSectionMain,
    .heroCOntainer,
    .clientContent,
    .inqueryContent {
        width: 95%;
    }
    .teamContent {
        width: 97%;
    }
    .inqueryContent {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .location {
        margin-top: 20px;
    }
    .footerContert {
        flex-direction: column;
    }
    .footerRight {
        width: 100%;
        margin-top: 20px;
    }
    .copyRightMain {
        width: 95%;
    }
    .location>button {
        margin-top: 10px;
    }
    .location p {
        width: 100%;
    }
    .inHead {
        width: 50%;
    }
    .clientLefft {
        width: 56%;
    }
    .aboutLeft {
        width: 500px;
    }
    .navbar {
        padding: 30px 30px !important;
    }
}

@media (max-width: 1000px) {
    .teamHead {
        flex-direction: column;
        align-items: flex-start;
    }
    .teamPara {
        width: 100%;
        margin-top: 30px;
    }
    .teamPara p {
        width: 70%;
    }
}

@media (max-width: 991px) {
    .navbar-nav .nav-link {
        padding-right: 0px !important;
        margin-top: 15px;
    }
    .navbar-light .navbar-brand {
        margin-top: 20px;
        display: none;
    }
    .navbar-nav {
        padding-right: 0px !important;
    }
}

@media (max-width: 950px) {
    .valueHead,
    .serviceHead,
    .projectHead {
        width: 100%;
    }
    .servicesCards>.card {
        width: 28%;
        min-width: 200px;
    }
    .clientRight,
    .ClientBox {
        width: 340px;
    }
    .footerRight {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }
    .locationMain {
        width: 500px;
    }
    .signUpInp {
        margin-top: 20px;
    }
    .footerLeftLogo {
        width: fit-content;
    }
    .footerContert {
        align-items: center;
    }
}

@media (max-width: 850px) {
    .clientContainer {
        margin-top: 8rem;
    }
    .copyRightMain {
        flex-direction: column-reverse;
        align-items: center;
    }
    .cpLeft {
        width: 100%;
    }
    .questionMain {
        justify-content: center;
    }
    .heroContent {
        margin-top: 17rem;
    }
    .aboutContent {
        flex-wrap: wrap;
        justify-content: inherit;
        /* justify-content: ; */
    }
    .clientContent {
        flex-wrap: wrap;
    }
    .clientLefft {
        width: 80%;
    }
    .clientRight,
    .ClientBox {
        margin-left: initial;
        /* margin-right: auto; */
        margin: 20px auto;
        margin-top: 20px;
    }
    .clientPara,
    .clientHead {
        text-align: center;
    }
    .aboutrightSlider {
        width: 100%;
        margin-top: 20px;
    }
    .serviceHead,
    .projectHead {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .heroContainer {
        background-size: contain;
        background-repeat: no-repeat;
    }
    .heroCOntainer {
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .box {
        display: none;
    }
    .mobViewrightImg {
        display: block;
    }
    .rightImg {
        display: none;
    }
    .valueSec {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 730px) {
    .valueHead {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .servicesCards {
        justify-content: center;
    }
    .servicesCards>.card {
        width: 40%;
    }
    .partnerBox,
    .partnerHead {
        width: 95%;
    }
    .valuePoints {
        width: 250px;
    }
    .valueContent {
        margin-top: 30px;
    }
}

@media (max-width: 630px) {
    .teamPara {
        flex-direction: column;
        align-items: flex-start;
    }
    .teamPara button {
        margin-top: 20px;
    }
    .teamPara p {
        width: 100%;
    }
    .rightImg {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .heroCOntainer {
        padding-right: 25px;
    }
    .aboutContent {
        padding-right: 15px;
    }
    .valueContainer {
        padding-right: 25px;
    }
    .serviceHead,
    .projectHead,
    .teamHead {
        padding-right: 20px;
        padding-left: 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    /* .valueHead {
        align-items: center !important;
        text-align: center;
        justify-content: center;
    } */
    .valueContainer {
        padding: 0px 15px;
    }
    .teamPara {
        align-items: center;
    }
    .partnerBox>div {
        margin-top: 0;
    }
    .partnerBox img {
        /* width: 100px; */
        padding: 20px 10px;
        width: 200px;
    }
    .pThre {
        padding: 30px 10px !important;
    }
    .pOne {
        padding: 8px 20px !important;
    }
    .psix {
        padding: 20px 10px !important;
    }
    .pSev {
        padding: 30px 20px !important;
    }
    .valuePoints {
        width: 200px;
    }
    .pointPara p {
        font-size: 0.8rem;
    }
    .valuePoints img {
        width: 30px;
    }
    .pointPara h5 {
        font-size: 1.1rem;
    }
    .aboutrightSlider .swiper-slide img {
        height: 300px;
    }
    .heroContent h1 {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
    .partnerHead h1 {
        font-size: 2.2rem;
    }
    .aboutSectionMain {
        margin-top: 50px;
    }
    .navbar {
        padding-left: 5px !important;
    }
    .fLocations {
        flex-direction: column;
        align-items: center;
    }
    .locationMain {
        width: 100%;
    }
    .inHead {
        width: 100%;
    }
    .location {
        width: 100%;
    }
    .inqueryContent {
        width: 95%;
    }
    .cpDetail {
        flex-direction: column;
        align-content: center;
    }
    .cpDetail a {
        margin-top: 10px;
        display: inline-block;
        text-align: center;
    }
    .headDetail {
        width: 95%;
    }
}

@media (max-width: 500px) {
    .aboutLeft,
    .aboutPara,
    .accordion {
        width: 100%;
    }
    .heroContent {
        margin-top: 10rem;
    }
    .cpLeft {
        font-size: .7rem;
    }
    .questionMain p {
        font-size: .8rem;
    }
    .aboutLeft {
        padding-left: 10px;
        padding-right: 10px;
    }
    .aboutLeft p {
        font-size: 0.8rem;
    }
    .accordion-body {
        font-size: 0.8rem;
    }
    .valueContent {
        flex-wrap: wrap;
        /* justify-content: center; */
    }
    .valueRight {
        margin-left: 0px;
    }
    .valuePoints {
        width: 100%;
    }
    .rightOneP {
        width: 100% !important;
    }
    .servicesCards>.card {
        width: 95%;
        margin: 10px 0px;
    }
    .heroContent {
        width: 100%;
    }
    .heroCOntainer {
        padding-bottom: 50px;
    }
    .box {
        width: 90%;
    }
}

@media (max-width: 400px) {
    .aboutrightSlider {
        width: 95%;
    }
    .aboutrightSlider .swiper-slide {
        width: 101% !important;
        margin-left: 0;
    }
    .heroContent {
        margin-top: 7rem;
    }
    .clientRight,
    .ClientBox {
        width: 95%;
    }
    .clientLefft {
        width: 100%;
    }
    .clientContainer {
        margin-top: 4rem;
    }
    .ClientBox {
        margin-left: 0px;
    }
    .heroContent>.detail {
        width: 100%;
    }
    .signUpInp {
        width: 280px;
    }
    .heroContent>button {
        margin: 0 auto !important;
    }
}