.phone-icon {
    left: -16%;
    top: 17%;
}

.icon-color {
    background-color: #fff;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.fs-8 {
    font-size: 14px;
}

.we-h-height {
    height: 87px;
}

.we-p-height {
    height: 63px;
}

.border-box {
    border: 2px solid #5050504D;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.title-box {
    position: relative;
    display: inline-block;
}

.title-icon {
    position: absolute;
    top: -36%;
    left: 45%;
}

.title-padding {
    padding: 40px;
}

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 5px;
}

.slide-content-we-do {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 5px;
}

.card {
    border-radius: 5px;
    background-color: #fff0;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 0px 0;
}

.description {
    font-size: 14px;
    color: #212529;
    text-align: justify;
}

.button {
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    padding: 8px 16px;
    background-color: #0c3f74;
    border-radius: 6px;
    margin: 14px 0px 14px 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet {
    background-color: #94839957;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #0c3f74;
}

.nameContainer {
    display: flex;
    align-items: center;
    padding: 2px;
    border-radius: 0px;
    /*width: fit-content;*/
    background-color: #fff;
    border: 1px solid #707070;
}

.text-content {
    margin-right: 62px;
    margin-left: 20px;
}

.read-more-btn:hover {
    background-color: #fff !important;
    color: #0c3f74;
    border: 1px solid #0c3f74;
}

.btnrm-1::before,
.btnrm-1::after {
    position: absolute;
    content: "";
}

.border-circle {
    border: var(--bs-border-width) var(--bs-border-style) #212529 !important;
}

/* ----- slider ----- */

.card-slider-block {
    top: -54px;
    left: 0px;
    background-color: #ffffff;
    width: 80%;
    border: 1px solid #c2bdbd;
}

.vertical-line-box {
    width: 10px;
    height: 52px;
    background: #0c3f74;
    position: absolute;
    top: 20px;
    left: 0px;
    transform: rotate(0deg);
}

.vertical-line-black-box {
    width: 10px;
    height: 52px;
    background: #000;
    visibility: hidden;
    position: absolute;
    top: 21px;
    left: 0px;
    transform: rotate(0deg);
}

.btnrm:hover .vertical-line-black-box {
    visibility: visible !important;
}

​ .detail-block-slider {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -3px 5px 6px #0000001F;
    opacity: 1;
}

.social-icon-slider {
    transform: rotate(90deg);
    top: -59px;
    right: -23%;
}

.who-we-block {
    padding-left: 60%;
}

.who-we-heading-block {
    padding-left: 31%;
}

.who-we-heading-block-text {
    padding-left: 0%;
    text-align: center;
    color: #fff;
    padding-left: 50%;
}

.row-background-img {
    background-image: linear-gradient(#263f7070, #263f70);
    background-blend-mode: overlay;
    background-size: 42% 100%, cover;
    background-repeat: no-repeat;
    background-position: left, right;
}

.theme-d-flex {
    display: flex;
    padding: 2%;
    border-radius: 4px;
}

.quote-color {
    color: #0c3f74;
    font-weight: 600;
}

.we-icon-visibility-two {
    visibility: hidden;
}

/* WHY CHOOSE US section */
.content {
    flex: 1;
}

.star-image {
    width: 25px;
    height: 25px;
    margin-right: 16px;
}


.left-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.image-box-one img,
.image-box-two img,
.right-column-three img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.image-box-one {
    overflow: hidden;
    width: 250px;
    height: 210px;
}

.image-box-two {
    overflow: hidden;
    width: 250px;
    height: 210px;
}

.right-column-three {
    overflow: hidden;
    width: 265px;
    height: 394px;
}

.our-team-img {
    width: 634px;
    height: 381px;
}

.mission-vision-title {
    font-size: 18px;
    font-weight: 700;
}

.mission-img-box img {
    width: 100%;
    height: 242px;
    object-fit: cover;
    border-radius: 10px;
}

.vision-img-box img {
    width: 100%;
    height: 242px;
    object-fit: cover;
    border-radius: 10px;
}

.section-title i {
    font-size: 10px;
}



@media only screen and (min-device-width: 375px) and (max-device-height: 667px) {
    .image-box-one {
        width: 160px;
        height: 160px;
    }

    .image-box-two {
        width: 160px;
        height: 160px;
    }

    .right-column-three {
        height: 293px;
    }

    .mis-vis-div {
        margin-top: 20px;
    }

    .mission-vision-title {
        font-size: 16px;
        font-weight: 700;
        text-align: start;
    }

    .p-font-size-16 {
        text-align: justify;
        font-size: 12px;
    }

    .title-h4 {
        font-size: 14px;
        text-align: start;
    }

    .our-team-img {
        height: 270px;
    }

    .phone-icon {
        left: -18%;
        top: 16%;
    }

   
}



@media screen and (max-width: 768px) {
    .pt-res-1 {
        padding-top: 20% !important;
    }

    .slide-content {
        margin: 0 10px;
    }

    .slide-content-we-do {
        margin: 0 10px;
    }

    .social-icon-slider {
        transform: rotate(90deg);
        top: -59px;
        right: -16%;
    }

    .who-we-block {
        padding-left: 0%;
        text-align: center;
    }

    .who-we-heading-block {
        padding-left: 0%;
        text-align: center;
        color: #fff;
    }

    .row-background-img {
        /* background-image: url(../../../../assets/public/Group-433.png), linear-gradient(#91919133, #91919133); */
        background-blend-mode: overlay;
        background-size: 100% 100%, cover;
        background-repeat: no-repeat;
        background-position: left, right;
    }

    .theme-d-flex {
        display: inline-block;
        padding: 2%;
        border-radius: 4px;
    }

    .contact-block {
        text-align: center;
        padding: 6%;
    }

    .contact-space {
        padding: 4%;
    }

    .container-center {
        text-align: center;
    }

    .phone-icon {
        left: -18%;
        top: 16%;
    }

    .block-center {
        text-align: center;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .we-icon-visibility-two {
        visibility: visible;
    }

    .we-icon-visibility-one {
        visibility: hidden;
    }

    .p-xs-2 {
        padding: 0.5rem !important;
    }


    .image-box-one {
        width: 160px;
        height: 160px;
    }

    .image-box-two {
        width: 160px;
        height: 160px;
    }

    .right-column-three {
        height: 293px;
    }

    .mis-vis-div {
        margin-top: 20px;
    }

    .mission-vision-title {
        font-size: 16px;
        font-weight: 700;
        text-align: start;
        padding-top: 1rem;
    }

    .p-font-size-16 {
        text-align: justify;
        font-size: 12px;
    }

    .title-h4 {
        font-size: 14px;
        text-align: start;
    }

    .our-team-img {
        height: 270px;
    }
   
     


}

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

    .contact-block {
        text-align: center;
        padding: 6%;
    }

    .contact-space {
        padding: 4%;
    }

    .container-center {
        text-align: center;
    }

    .phone-icon {
        left: -18%;
        top: 12%;
    }

    .theme-d-flex {
        display: inline-block;
        padding: 2%;
        border-radius: 4px;
    }

    .text-lg-end {
        text-align: center !important;
    }

}

.social-icon-button {
    visibility: hidden;
    border-radius: 3px;
    border: 1px solid #707070;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    width: 40px;
    height: 40px;
    margin-left: 6px;
}

.fa_icon {
    font-size: 24px !important;
    padding: 2px;
    transform: rotate(-90deg);
}

.fa-share-icon {
    border-radius: 3px;
    border: 1px solid #707070;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    width: 40px;
    height: 40px;
    margin-left: 6px;
}

/* ----- slider ----- */

.card-background {
    background-color: #fff !important;
    border: 1px solid #000 !important;
}

.img-space {
    padding: 7px !important;
}

.btn-rms {
    width: 100%;
    background-color: #000;
}

.btnrm:hover .icon {
    visibility: visible !important;
}

.outer-border {
    width: 50px;
    height: 50px;
    /* background: #FFFFFF; */
    border: 1px solid #0c3f74;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.outer-border {
    transition: background-color 0.3s;
    display: inline-block;
    padding: 10px;
}

.outer-border .logo-icon {
    transition: filter 0.3s;
}

.outer-border:hover {
    background-color: #0c3f74;
}

.outer-border:hover .logo-icon {
    filter: brightness(0) invert(1);
}


.btnrm {
    position: relative;
    display: inline-block;
    height: 12px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0px 25px 15px;
    min-width: 150px;
}

.btnrm .inData {
    position: relative;
    top: 15px;
    left: 25px;
}

.btnrm-1::before {
    background-color: #0c3f74;
    color: rgb(255, 255, 255);
    transition: 0.5s ease-out;
}


.btnrm-1:hover {
    color: rgb(255, 255, 255) !important;
    transition: 0.2s 0.1s;
}

.btnrm.hover-slide-right::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 72px;
    width: 0%;
}

.btnrm.hover-slide-right:hover::before {
    width: 100%;
}

.image-width-one {
    width: 68%;
    height: 450px;
}

.image-width-two {
    width: 67%
}

.display-initial-flex {
    display: inline-flex;
}

.image-width-two-div {
    position: absolute;
    top: 65%;
    text-align: end;
}



/* benifits image */
.benifits-image{
    width: 450px;
    /* margin-top: 15px; */
    margin-left:auto ;
    margin-right: auto;
    /* height: 50%; */
}

/* ipad mini Portrait and Landscape */
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px)  {
   
    .who-we-heading-block {
        padding-left: 40%;
    }
    /* added by mayuri for about page */
  #who-we-are{
    margin-bottom: 6rem!important;
  }

}


/* benifits image */

@media only screen and (min-device-width: 320px) and (max-device-width: 767px)  {
    .benifits-image {
        width: 250px;
        /* height: 50%; */
        /* margin-top: 0; */
    }
}