body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px !important;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 9999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 0.9;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-hover-bg {
    transition: 0.5s;
}

.btn-hover-bg:hover {
    background: #e8f4fa;
    color: #006C8B !important;
}

.btn-hover-color {
    transition: 0.5s;
}

.btn-hover-color:hover {
    color: var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: #006C8B !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}



@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    padding: 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 10px;
    font-size: 14px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #006C8B;
}

.navbar .dropdown-toggle a:first-child:nth-last-child(2)::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        font-size: 14px;
        /* display: block; */
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item .dropdown-menu .list-group .list-group-flush {
        width: 65%;
    }


}

@media (max-width: 1200px) {
    .navbar .collapse.navbar-collapse .btn-hover-bg.btn {
        margin-bottom: 20px;
    }
}

.dropdown .dropdown-menu a:hover {
    font-size: 14px;
    background: #e8f4fa;
    color: #006C8B;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/

/*** Carousel Start ***/
/* .carousel-header #carouselId .carousel-control-prev,
.carousel-header #carouselId .carousel-control-next {
    background: transparent;
} */

.carousel-header #carouselId .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh
}

.carousel-header #carouselId .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 0px;
    padding-left: 7rem;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: start;
    background: hsl(200deg 64% 95% / 70%);
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
    position: absolute;
    top: 120px;
    bottom: 10px;
    z-index: 9;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent !important;
}

.carousel-header #carouselId.carousel {
    position: relative;
}

.carousel-header #carouselId.carousel .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(80deg, #006c8b 0%, #75BDD2 100%) !important;
    height: 100px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 0;
    margin-right: 0px;
    margin-bottom: 0rem;
    margin-left: 0px;
}

.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li {
    margin-right: 30px !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 12px !important;
    border: 5px solid transparent;
    transition: 0.5s;

}

.carousel-header #carouselId.carousel .carousel-indicators li.active {
    border: 5px solid #006C8B !important;
    border-radius: 10px;
}

/*** Carousel End ***/



/*** Single Page Hero Header Start ***/
[dir='ltr'] .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(255 255 255 / 75%);
    content: var(--bs-breadcrumb-divider, "/");
}

.bg-breadcrumb {
    /* background: linear-gradient(hsla(0, 0%, 0%, 0.7), rgba(0, 0, 0, 0.7)), url(../img/rs-family-at-sunset-PQ7SYD7.jpg); */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 30px 0 0 0;
}

.bg-contact {
    background: linear-gradient(hsla(0, 0%, 0%, 0.7), rgba(0, 0, 0, 0.7)), url(../img/e-banking-payment-financial-website-connection-P2VSYLU.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 0 0;
}

.bg-careers {
    background: linear-gradient(hsla(0, 0%, 0%, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-2-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 0 0;
}

/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .tab-class .nav .nav-item a.active,
.about .tab-class .nav .nav-item a.active span {
    background: #006C8B !important;
    color: var(--bs-white) !important;
    border-radius: 5px;
}

/*** About End ***/

/*** Service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-link {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: end;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

/* .service .service-item .service-link:hover {
    background: rgba(0, 0, 0, 0.6);
} */

.service .service-item .service-link a {
    color: var(--bs-white);
    transition: 0.5s;
}

.service .service-item img {
    transition: 0.5s;
}

.service .service-item:hover img {
    transform: scale(1.2);
}

.service .service-item .service-link:hover a:hover {
    color: #006C8B;
}

.service-img img {
    width: 265px;
    height: 170px;
}


/*** Service End ***/


/*** Donation Start ***/
.donation .donation-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.donation .donation-item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}


.donation .donation-item .donation-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    justify-content: end;
    bottom: -60px;
    left: 0;
    transition: 0.5s;
    z-index: 3;
}

.donation .donation-item:hover .donation-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    justify-content: end;
    bottom: 0px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.donation .donation-item .donation-btn {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.donation .donation-item:hover .donation-btn {
    visibility: visible;
    opacity: 1;
}

/*** Donation End ***/


/*** Counter Start ***/
.counter .counter-item .counter-counting {
    width: 100%;
    text-align: center;
    font-size: 24px;

}

/*** Counter End ***/


/*** causes Start ***/
.causes .causes-item {
    overflow: hidden;
}

.causes .causes-item .causes-img {
    position: relative;
    transition: 0.5s;
}

.causes .causes-item .causes-img .causes-link {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0 !important;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    background: rgba(0, 0, 0, .2);
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover .causes-link {
    background: rgba(0, 0, 0, .6);
}

.causes .causes-item .causes-img img {
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover img {
    transform: scalex(-1);
}

.causes .causes-item .causes-img .causes-dination {
    position: absolute;
    top: 0;
    right: 0;
}

.causes .causes-item .causes-img .causes-dination a {
    font-size: 14px;
}

.causes .causes-item .causes-content {
    background: var(--bs-secondary);
    border-top: 0;

}

.causes .causes-item .progress {
    height: 10px;
    overflow: visible;
}

.causes .causes-item .progress .progress-bar {
    position: relative;
    width: 0;
    overflow: visible;
    background: #006C8B;
    transition: 2s;
}

.causes .causes-item .progress .progress-bar span {
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    padding: 1px 5px;
    font-size: 12px;
    color: var(--bs-white);
    background: var(--bs-dark);
    z-index: 1;
}

/*** causes End ***/


/*** Events Start ***/
.event .event-carousel.owl-carousel {
    position: relative;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -60px;
    left: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #006C8B;
    border-radius: 50px;
    background: #006C8B;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -60px;
    right: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #006C8B;
    border-radius: 50px;
    background: #006C8B;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev:hover,
.event .event-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: #e8f4fa;
    color: #006C8B;
}

.event .event-carousel .event-item .event-content {
    border-top: 0;
    background: #e8f4fa;
}

/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    color: var(--bs-white) !important;
    display: flex;
    align-items: end;
    justify-content: space-between;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-info {
    background: rgba(0, 0, 0, .6);
}


.blog .blog-item .blog-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item .blog-img:hover .search-icon {
    opacity: 1;
}

/*** Blog End ***/

/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: hsl(193.38deg 100% 27.25% / 40%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
    z-index: 2;
}

.gallery .gallery-item:hover .gallery-content {
    height: 100%;
}

.gallery .gallery-item .gallery-content .gallery-inner {
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.1);
    padding-top: 40px;
}

.gallery .gallery-item:hover .gallery-content .gallery-inner {
    background: #006C8B;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -80px;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.gallery .gallery-item:hover .search-icon {
    opacity: 1;
}

/*** Gallery End ***/


/*** Volunteer Start ***/
.volunteer {
    background: rgba(249, 195, 123, .1);
}

.volunteer .volunteer-img {
    position: relative;
    overflow: hidden;
}

.volunteer .volunteer-img .volunteer-title {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: end;
    transition: 0.5s;
}

.volunteer .volunteer-img:hover .volunteer-title {
    background: rgba(0, 0, 0, .5);
}

.volunteer .volunteer-img img {
    transition: 0.5s;
}

.volunteer .volunteer-img:hover img {
    transform: scale(1.2);
}

/*** Volunteer End ***/


/*** Contact Start ***/
.contact {
    background: #f9f9f9;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    border-top: 3px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.footer .footer-item a,
.footer .footer-item p {
    line-height: 21px;
    color: var(--bs-body);
    transition: 0.5s;
    font-size: 12px;
}

.footer .footer-item a:hover {
    color: #006C8B;
    letter-spacing: 1px;
}

.footer .footer-item .footer-gallery {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-gallery img {
    transition: 0.5s;
}

.footer .footer-item .footer-gallery:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-gallery .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-gallery:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

/*** Footer End ***/

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}


/*** new styles  start***/
.bg-light {
    background-color: #f8f8f8 !important;
    border-radius: 5px;
}

.bg-white {
    background-color: #fff !important;
    border-radius: 5px;
}

.bg-gray {
    background-color: #eee !important;
    border-radius: 5px;
}

.bg-light-blue {
    background-color: #e8f4fa;
}

.bg-light-gray {
    background-color: #fafafa;

}

.btn-primary {
    color: #006C8B;
    background-color: #006C8B;
    border-color: #006C8B;
    border-radius: 5px;
}

.text-blue {
    color: #006C8B !important;
}

.text-black {
    color: #101010;
}

.text-gray {
    color: #999 !important;
}

.text-light {
    color: #e0f1f9 !important
}


.btn-secondary:hover {
    color: #9999;
    background-color: #e8f4fa;
    border-color: #006C8B;
    border-radius: 5px !important;
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: #e8f4fa;
    border-color: #006C8B;
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #e8f4fa;
    border-color: #006C8B;
}

.btn-secondary {
    color: #000;
    background-color: #e8f4fa;
    border-color: #e8f4fa
}


.display-1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
}

.display-3 {
    font-size: calc(1.375rem + 1.5vw) !important;
    font-weight: 300;
    line-height: 1.2;
    font-size: 41px !important;
}

.btn-hover-bg:hover {
    color: #9999;
    background-color: #e8f4fa;
    border-color: #006C8B;
    border-radius: 5px !important;
}

.btn:hover {
    color: #006C8B !important;
    background-color: #e8f4fa;
    border-color: #006C8B;
}

.dotted-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.carousel-control-next,
.carousel-control-prev {
    contain-intrinsic-block-size: auto 100px;
    position: absolute;
    bottom: 30px;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}

.banner-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 9;
}

.banner-right img {
    width: auto;
    height: 450px;
    /* right: 30px; */
    position: relative;
}

.left-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.left-box img {
    width: auto;
    right: 30px;
    position: relative;
}

.bg-pattern {
    background-image: url('../img/bg-pattern.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.bg-dotted-pattern {
    background-image: url('../img/dotted-pattern.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.bg-dotted-pattern img {
    width: auto;
    height: 10px;
    right: 20px;
    position: relative;
}

.bg-line-pattern {
    background-image: url('../img/bg-line-pattern.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;

}

.bg-pattern-2 {
    background-image: url('../img/bg-pattern-2.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;

}

.card1 img {
    height: 70px;
    position: relative;
    top: 0px;
}

.card-img {
    position: relative;
    top: 0px;
    bottom: 0px;
    right: 40px;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #20829e;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card1 {
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding: 40px 40px 40px 45px;
    margin: 10px 50px;
    text-decoration: none;
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    width: 430px;
    height: 200px;
    flex-shrink: 0;
    display: inline-flex;
}

.frame-18 h2 {
    color: #111111;
    margin-bottom: 20px;
}

.light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 20px;
}


.mt-icon {
    width: 55px;
    position: absolute;
    top: 85px;
    right: 25px;
    background: #fff;
    border-radius: 9px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 3px;
}

.mt-icon img {
    width: 100%;
}

.fi-icon img {
    width: 100%;
}

.fi-icon {
    width: 55px;
    position: absolute;
    top: 85px;
    left: 25px;
    background: #fff;
    border-radius: 9px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 3px;
}

/* 
.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #20829e;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card1:hover:before {
    transform: scale(25);
}

.card1:hover p {
    transition: all 0.3s ease-out;
    color: #fff;
}

.card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #fff;
} */

.card2 {
    display: block;
    position: relative;
    background-color: #F5F5F5;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}

.card2 .card2-img {
    width: 30%;
    height: auto;
}

.card2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    /* background: #20829e; */
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card2:hover:before {
    transform: scale(25);
}



.card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #fff;
}

a {
    color: #20829e;
    text-decoration: none;
}

a:hover {
    color: #006C8B;
}

.symbol {
    content: "\002A";
    color: #ff0000;
}

.border-r {
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    color: #006C8B;
    background-color: #f6f6f6;
    /* border: 1px solid #f6f6f6; */
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.list-group-item {
    font-size: 14px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .9rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    /* border-radius: 0px; */
    /* border: 0px; */
    /* border-bottom: 1px solid #eee; */
    border: 1px solid #dbdade;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #6f6b7d;
    background-color: #fff;
    border-color: #006C8B;
    outline: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
}

.form-control:focus,
.form-select:focus {
    border-color: #006C8B;
}

.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: .5rem .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    font-size: 14px;
    /* border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #eee; */
    border: 1px solid #dbdade;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bg-takaful img {
    height: auto;
    right: 0px;
    position: relative;
}

.bg-takaful {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;

}

.about .tab-class .nav .nav-item a.active,
.about .tab-class .nav .nav-item a.active span {
    border-bottom: 1px solid #006C8B;
    color: var(--bs-white) !important;

}

.custom-tooltip {
    --bs-tooltip-bg: var(--bd-violet-bg);
    --bs-tooltip-color: var(--bs-white);
}

.title-txt {
    line-height: 46px;
    letter-spacing: 0.1em;
    font-weight: 500;
    position: absolute;
    left: calc(50% - 193px);
    top: 2132px;
}


.card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #006C8B;
    border-radius: 4px;
}

#more {
    display: none;
}

.bg-hero-150 {
    position: relative;
    padding: 15px 0;
    background-size: cover !important;
    align-self: center;
    background-position: center center;
}

.section {
    padding: 100px 0;
    position: relative;
}

.section-two {
    padding: 48px 0;
    position: relative;
}

.bg-overlay {
    background-color: rgba(22, 28, 45, 0.75);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}


.team.team-one .bg-overlay {
    position: absolute;
    inset: 0;
    background: #006C8B;
    opacity: 0;
    transition: all 0.5s ease;
}

.team.team-one .team-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    opacity: 0;
    right: 0;
    text-align: center;
}

.team.team-one .team-icon .icon {
    color: #ffffff;
}

.team.team-one:hover .bg-overlay {
    opacity: 0.6;
}

.team.team-one:hover .team-icon {
    opacity: 1;
}

.team.team-two i {
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006C8B;
}

.team.team-three i {
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006C8B;
}

/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: 3;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

/* .team .team-item:hover .team-img::before {
    
} */
.team .team-items.has-social:hover::before {
    background: rgba(21, 185, 217, .3);
}

.team .team-item .team-content {
    color: #006C8B;
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    color: var(--bs-secondary);
    transition: 0.5s;
}

.team .team-item.has-social:hover .team-content h5 {
    /* color: var(--bs-dark); */
    color: #fff;
}

.team .team-item.has-social:hover .team-content {
    background: #006C8B;
    color: var(--bs-white);
}

/*** Team End ***/


.rounded-circle {
    border-radius: 20px !important;
}

.rounded-circle img {
    max-width: 100%;
}

.rounded {
    border-radius: var(--bs-border-radius) !important;
    max-width: 30%;
}

.rounded-three {
    max-width: 100%;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: #dee2e6 !important;
}

.playstore-content {
    position: absolute;
    bottom: 20%;
    left: 5.5rem;
}

.banner-content {
    position: absolute;
    bottom: 40%;
    left: 5.5rem;
}


/*** Service Start ***/
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;

}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgb(222 222 222);
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgb(234 234 234);
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
    min-height: 100px;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}

.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

/*** Service End ***/

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #006C8B;
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid #006C8B !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid #006C8B !important;
}

.sub-title {
    position: relative;
    display: inline-block;

    color: #006C8B;
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid #006C8B !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid #006C8B !important;
}

.border-round {
    border-radius: 10px;
}

/*** Board Dir Start ***/
.team .team-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.team .team-item .team-text {
    background: #006C8B;
}

.team .team-item .team-social {
    position: absolute;
    top: -180px;
    left: 20px;
    opacity: 0;
    transition: 0.5s;
}

.team .team-item.has-social:hover .team-social {
    top: 20px;
    left: 20px;
    opacity: 1;
}

.team .team-item .team-img {
    position: relative;
    width: 100%;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.team .team-item.has-social:hover .team-img::after {
    bottom: 0;
    height: 100%;
}

.team .team-item .team-text {
    transition: 0.5s;
}

.team .team-item.has-social:hover .team-text {
    background: var(--bs-secondary);
}

/*** Board dir End ***/

.pointer {
    cursor: pointer;
}

.career ul {
    width: 31%;
}

.career ul accordion-body ul {
    width: 100%;
}

.career .tab-content .tab-pane h2 {
    color: black;
    font-size: 18px;
}

.career .tab-content .tab-pane label {
    color: black;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #016c8b !important;
    font-size: 16px;
}

.nav-pills .nav-link {
    color: #c7c7c7 !important;
}

.nav .nav-item button.active {
    background-color: transparent;
    font-size: 14px;
}

.nav .nav-item button.active::after {
    content: "";
    border-right: 4px solid;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    border-radius: 5px 0 0 5px;
}

.career-accordion-item {
    border-bottom: 1px solid #dddee030 !important;
    position: relative;
    padding: 1rem 0 1rem 0;
}

.career-accordion-item:not(:last-child) {
    border-bottom: 0.1rem solid #d9e1e7;
}


.career-accordion-item-header {
    cursor: pointer;
    position: relative;
}

.career-accordion-item-header>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.career-accordion-item-header>div .content {
    width: 70%;
}

.career-accordion-item-header>div .content .paragraph {
    margin: -0.7rem 0 1rem 0;
}

.career-accordion-item-header>div .content .teaser span {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.career-accordion-item-header>div .content .teaser .dots {
    opacity: 1;
    visibility: visible;
    display: inline-block;
}

.career-accordion-item-header>div .content .teaser .remaining {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.career-accordion-item-header>div .button-group {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    position: absolute;
    top: 60%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.career-accordion-item-header>div .button-group:not(.collapsed) {
    top: 40%;
}


.career-accordion-item.shown div[data-bs-toggle="collapse"] span {
    width: 0;
    overflow: hidden;
    margin: 0;
}

.career-accordion-item .accordion-body {
    padding: 0 0 2rem 0;
}



.career-accordion-item .accordion-body h3 {
    margin: 1rem 0 1rem 0;
}

.career-accordion-item .accordion-body .form-heading {
    margin: 3.5rem 0 4.6rem 0;
}

.career-accordion-item .accordion-body ul {
    /* list-style: none; */
    width: 100%;
}

.career-accordion-item .accordion-body ul.dotted {
    margin: 1rem 0 0 0;
}

.career-accordion-item .accordion-body ul.dotted li::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    color: #006c8a;
    font-weight: 900;
    margin-right: 1.2rem;
}

.career-accordion-item .accordion-body form .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.career-accordion-item .accordion-body form .input-group input {
    max-width: calc(50% - 1rem);
}

.career-accordion-item .accordion-body form .input-group>*:last-child {
    margin-left: 1rem !important;
}

.career-accordion-item .accordion-body form .input-group>*:first-child {
    margin-left: 0 !important;
}

.career-accordion-item .accordion-body form .input-group:nth-child(n + 2) {
    margin-top: 1rem;
}

.career-accordion-item .accordion-body form .input-group .file-upload {
    width: calc(50% - 1rem);
}

.career-accordion-item .accordion-body form .input-group .file-upload input {
    width: 100%;
}

.career-accordion-item .accordion-body form button {
    width: calc(50% - 1rem);
    text-align: center;
    margin: 0;
}

.career-accordion-item .accordion-body form button div {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.about-img img {
    position: relative;
    z-index: 2;
    width: 90%;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: #006C8B;
    transform: skew(20deg);
    z-index: 1;
}

.display-4 {
    font-size: 16px;
    font-weight: 400;
    color: #006C8B;
    line-height: 1.3;
}

.jumbotron {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.text-dark {
    font-size: 12px;
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    height: 100%;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.2rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 1rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
    text-align: left;
    font-size: 12px;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    border-radius: 5rem;
    opacity: 0.7;
    transition: all 0.2s;
    font-size: 14px !important;
}

.card {
    background-color: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    transition: box-shadow 0.3s ease;
    justify-content: center;
}

.text-content {
    min-height: 75%;
}

/* Hover Effects on Card */


.about-us {
    position: relative;
    padding: 0px;
    margin-top: 50px;
}

.about-us:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 84%;
    height: 100%;
    background-color: #f7f7f7;
    content: '';
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.accordion {
    margin-top: -40px;
    margin-bottom: -40px;
    background-color: #006c8b;
    border-radius: 10px;
    padding: 20PX;
}

.accordion-item {
    background-color: #fff;
    border-radius: 10px !important;
    margin: 15px;
    border: none;
}

.accordion-item .accordion-button {
    outline: none;
    box-shadow: none;
    border-radius: 40px !important;
}

.accordion-button:not(.collapsed) {
    color: #006c8b;
    background-color: #fff;
}

h2.accordion-header button {
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 600;
}

.accordion-button::after {
    font-size: 18px;
    font-weight: 500;
    background-image: none;
    content: '+';
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #006c8b;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    line-height: 32px;
    content: '-';
}

.accordion-body {
    padding: 0px 25px 30px 25px;
    font-size: 14px;
    line-height: 21px;
    color: #4a4a4a;
}

.faq-ques .section-heading {
    margin-left: 60px;
    margin-bottom: 0px;
}

.faq-ques .section-heading .main-button {
    margin-top: 50px;
}

.collapse:not(.show) {
    display: none;

}

.faq-ques {
    position: relative;
    padding: 0px;
    margin-top: 0px;
}


.faq-ques:before {
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 84%;
    height: 70%;
    background-color: #f7f7f7;
    content: '';
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.faq-ques .section-heading {
    margin-left: 60px;
    margin-bottom: 0px;
}

.faq-ques .section-heading .main-button {
    margin-top: 50px;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_40 {
    margin-top: 40px;
}

.margin_bottom-20 {
    margin-bottom: 20px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_40 {
    margin-bottom: 40px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fs-11 {
    font-size: 11px;
}

.fs-8 {
    font-size: 8px;
}

.fs-13 {
    font-size: 13px;
}

.fs-18 {
    font-size: 18px;
}

.txt-tle-1 {
    position: absolute;
    top: 25%;
    left: 24.5%;
    transform: translate(-50%, -50%);
    font-size: 32px;
}

.txt-tle-2 {
    position: absolute;
    top: 35%;
    left: 34%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    width: 50%;
}

.banner-content .text-white {
    font-size: 12px;
}

.lap-top img {
    width: auto;
    height: 250px;
    position: absolute;
    right: 90px;
    bottom: 50px;

}

.build-img img {
    right: 0px;
    position: absolute;
    height: 350px;
}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgb(0 108 139);
    transition: 0.5s;
    z-index: 3;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none !important;
}

.owl-theme .owl-nav {
    justify-content: space-between !important;
    display: flex;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 5px 9px;
    background: #006C8B !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 100% !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgb(25, 151, 185);
    color: #FFF;
    text-decoration: none;
}

.scrollmenu ul {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
}

.scrollmenu ul li {
    width: 100%;
    display: inline;
}

.scrollmenu ul li span {
    width: 100%;
    display: inline;
    white-space: nowrap;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.banner-box {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0px;
    background: rgb(117, 189, 210);
    background: linear-gradient(90deg, rgba(117, 189, 210, 1) 0%, rgba(0, 108, 139, 1) 100%);
}

.share-sec-bg {
    /* background-image: url(../img/share-holder-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;

}

.btn-tab {
    color: #fff !important;
    background: linear-gradient(90deg, rgba(117, 189, 210, 1) 0%, rgba(0, 108, 139, 1) 100%);
    border-radius: 100px !important;
    padding: 15px;
    width: 20%;
}

.btn-tab-outline {
    color: #111 !important;
    background-color: #e8f4fa;
    border: 1px solid #006C8B;
    border-radius: 100px !important;
    padding: 15px;
    width: 20%;
}

.title-dual {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}

.titled-dual-span {
    color: #282828;
    font-size: 22px;
    font-weight: 600;
}

.title-dual-span2 {
    color: #006c8b;
    font-size: 22px;
    font-weight: 600;
}

.slider {
    width: 2179px;
    margin: auto;
    overflow: visible;
}

.slider ul {
    display: flex;
    padding: 0;
    animation: cambio 80s infinite linear;
    animation-timing-function: ease-out;
}

.slider li {
    padding: 0 10px;
    list-style: none;
}

.slider img {
    padding: 20px 15px;
    max-width: 150px;
    height: auto;
}

@keyframes cambio {
    from {
        margin-left: 0%
    }

    to {
        margin-left: -100%
    }
}

/* .text-start ul li::before {
    content: '?';
    color: #006C8B !important;
    margin-right: 10px !important;
    font-weight: 600;
} */

/*** new styles  end***/

/* Responsive styles start*/

@media only screen and (max-width: 600px) {

    .banner-content {
        display: none !important;
    }


    .txt-tle-2 {
        position: absolute;
        top: 33%;
        left: 50% !important;
        transform: translate(-50%, -50%);
        font-size: 5px !important;
        width: 80% !important;
    }

    .txt-tle-1 {
        position: absolute !important;
        top: 28% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        font-size: 8px !important;
    }

    .txt-banner1 {
        position: absolute;
        top: 50%;
        left: 42% !important;
        transform: translate(-50%, -50%);
        font-size: 14px !important;
    }

    .txt-banner2 {
        position: absolute;
        top: 50%;
        right: -10% !important;
        transform: translate(-50%, -50%);
        font-size: 14px !important;
    }

    .playstore-content {
        position: absolute;
        bottom: 25% !important;
        left: 6rem !important;
    }

    .card-height {
        min-height: 80vh !important;
    }

    .img-size {
        width: auto !important;
        height: auto !important;
    }

    .fi-icon {
        width: 50px;
        position: absolute;
        top: 85px;
        left: -5px;
        background: #e8f4fa;
        border-radius: 9px;
        text-align: center;
    }

    .mt-icon {
        width: 50px;
        position: absolute;
        top: 85px;
        right: -8px;
        background: #e8f4fa;
        border-radius: 9px;
        text-align: center;
    }

    .table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 992px) {
    .career-accordion-item .accordion-body form .input-group input {
        max-width: 100%;
    }

    .career-accordion-item .accordion-body form .input-group input:nth-child(n + 2) {
        margin-top: 0;
    }

    .career-accordion-item .accordion-body form .input-group>*:last-child {
        margin-left: 0 !important;
        margin-top: 1rem !important;
    }

    .career-accordion-item .accordion-body form .input-group .file-upload {
        width: 100%;
        height: 6.3rem;
    }

    .career-accordion-item .accordion-body form .input-group .button {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .faq-ques {
        margin-top: 0px;
    }

    .accordion {
        padding: 20px;
    }

    .faq-ques .section-heading {
        margin-left: 0px;
        margin-top: 0px;
    }

    .faq-ques::before,
    .testimonials::before,
    .contact-us::before {
        display: none;
    }

    .faq-ques .section-heading p,
    .testimonials .section-heading p,
    .contact-us .section-heading p {
        margin-top: 30px;
    }

    .faq-ques .section-heading .main-button {
        margin-top: 30px;
    }

    .faq-ques .main-button a {
        background-color: #006c8b;
        color: #fff;
    }

}

@media only screen and (max-width: 1024px) {


    .carousel-control-prev {
        display: none;
    }

    .carousel-control-next {
        display: none;
    }

    .playstore-content {
        position: absolute;
        bottom: 15%;
        left: 2.5rem;
    }

    .banner-content {
        position: absolute;
        bottom: 36%;
        left: 2.5rem;
    }

    .txt-tle-1 {
        position: absolute;
        top: 20%;
        left: 24%;
        transform: translate(-50%, -50%);
        font-size: 32px;
    }

    .txt-tle-2 {
        position: absolute;
        top: 33%;
        left: 31%;
        transform: translate(-50%, -50%);
        font-size: 10px;
    }

    .column-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: scroll;
    }

    .lap-top img {
        width: auto;
        height: 210px !important;
        position: absolute;
        right: 90px !important;
        bottom: 40px;
    }

    .build-img img {
        position: relative !important;
        height: 350px !important;
        left: 10% !important;
    }

    .banner-right img {
        width: auto;
        height: 600px;
        /* right: 30px; */
        position: relative;
    }

    /* .card-height {
        min-height: 55vh !important;
    } */
    .img-size {
        width: 100% !important; 
        height: 238px !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 820px) {

    .banner-right img {
        width: auto;
        height: 430px;
        /* right: 30px; */
        position: relative;
    }

    .txt-tle-1 {
        position: absolute !important;
        top: 25% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        font-size: 14px !important;
        text-align: center;
    }

    .bg-dotted-pattern img {
        right: 0px;
    }

    .txt-tle-2 {
        position: absolute;
        top: 37% !important;
        left: 50% !important;
        width: 90% !important;
        transform: translate(-50%, -50%);
        font-size: 12px;
        text-align: center;
    }

    .txt-banner1 {
        position: absolute;
        top: 50%;
        left: 42% !important;
        transform: translate(-50%, -50%);
        font-size: 21px !important;
    }

    .txt-banner2 {
        position: absolute;
        top: 50%;
        right: -7% !important;
        transform: translate(-50%, -50%);
        font-size: 21px !important;
    }

    .offset-lg-1 {
        margin-top: 40px;
    }


    .banner-content .text-white {
        display: none;
    }

    .playstore-content {
        position: absolute;
        bottom: 15%;
        left: 10rem !important;
    }

    .playstore-content img {
        width: 160px !important;
    }

    .card1 {
        position: relative;
        background-color: #fff;
        border-radius: 4px;
        padding: 40px;
        margin: 35px 25px;
        text-decoration: none;
        z-index: 0;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        overflow: hidden;
        width: 300px;
        height: 200px;
        flex-shrink: 0;
    }

    .carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption {
        padding-left: 4rem;
    }

    .display-1 {
        font-size: 60px;
        font-weight: 600;
        line-height: 1.2;
    }

    .lap-top {
        display: none;
    }

    .build-img img {
        position: relative !important;
        height: 430px !important;
        left: 18% !important;
    }

    .fi-icon {
        width: 50px;
        position: absolute;
        top: 100px;
        left: 5px;
        background: #e8f4fa;
        border-radius: 9px;
        text-align: center;
    }

    .mt-icon {
        width: 50px;
        position: absolute;
        top: 100px;
        right: 5px;
        background: #e8f4fa;
        border-radius: 9px;
        text-align: center;
    }

    .btn-tab {
        color: #fff !important;
        background: linear-gradient(90deg, rgba(117, 189, 210, 1) 0%, rgba(0, 108, 139, 1) 100%);
        border-radius: 100px !important;
        padding: 15px;
        width: 50%;
    }

    .card-height {
        min-height: 65vh !important;
        margin-left: 10px;
    }

    .img-size {
        width: 100% !important; 
        height: 238px;
    }


}

@media screen and (max-width: 767px) {
    .service .service-item .service-content .service-content-inner {
        transition: 0.5s;
        min-height: 100px;
    }

    .bg-white .border-r {
        min-height: 0px;
    }

    .offset-lg-1 {
        margin-top: 40px;
    }

    .section-title .sub-style::before {
        border: none !important;
        display: none !important;

    }

    .section-title .sub-style::after {
        border: none !important;
        display: none;
    }

    .sub-title::before {
        display: none;
    }

    .sub-title::after {
        display: none;
    }

    .bg-dotted-pattern img {
        right: 0px;
    }

    .card1 {
        position: relative;
        background-color: #fff;
        border-radius: 4px;
        padding: 40px;
        margin: 10px 20px;
        text-decoration: none;
        z-index: 0;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        overflow: hidden;
        width: 300px;
        height: 200px;
        flex-shrink: 0;
    }

    /* .txt-tle-1 {
        position: absolute !important;
        top: 26% !important;
        left: 32% !important;
        transform: translate(-50%, -50%);
        font-size: 8px !important;
    }

    .txt-tle-2 {
        position: absolute;
        top: 33%;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 5px !important;
        text-wrap: nowrap;
    }

    .banner-content {
        position: absolute;
        bottom: 25%;
        left: 3.5rem;
    }

    .banner-content .text-white {
        font-size: 5px !important;
        position: relative !important;
        left: -16% !important;
    }

    .playstore-content {
        position: absolute;
        bottom: 25% !important;
        left: 12rem !important;
    } */

    .playstore-content img {
        width: 60px !important;
    }

    .lap-top img {
        display: none;

    }

    .banner-right img {
        width: auto;
        height: 250px;
        /* right: 10px; */
        position: relative;
    }

    .build-img img {
        position: relative !important;
        height: 300px !important;
        width: auto;
        left: 43px !important;
    }

    .display-1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 1.2;
        margin-top: -50px;
    }

    .carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption {
        padding-left: 20px;
        padding-bottom: 110px;
    }

    .carousel-control-prev .carousel-control-next {
        display: none;
    }

    .tab-class .nav {
        min-width: 320px;
        display: inline;
        overflow-x: scroll;
        flex-wrap: nowrap;
        white-space: nowrap;

    }

}

@media (max-width: 992px) {
    .career-accordion-item {
        padding: 2rem;
        border-radius: 0px;
    }
}

@media (max-width: 992px) {
    .career-accordion-item .accordion-body {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background-color: #e8f4fa;
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .career-accordion-item-header>div .content p ul {
        display: block !important;
        overflow: hidden;
    }

    .career-accordion-item-header>div {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .career-accordion-item-header>div .content {
        width: 100%;
    }

    .career-accordion-item-header>div .button-group {
        width: 100%;
        position: relative;
        top: initial;
        right: initial;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .career-accordion-item-header>div .button-group .button {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
    }
}


@media screen and (max-width: 1900px) {

    /* scrollbar */

    .scrollmenu ul {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: 100%;
    }

    .scrollmenu ul li {
        width: 100%;
        display: inline;
    }

    .scrollmenu ul li span {
        width: 100%;
        display: inline;
        white-space: nowrap;
    }

    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.3);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }

}




.flex-wrap {
    flex-wrap: nowrap !important
}

/* Responsive CSS Sekar */


/* Contact  */

.minHeight32 {
    min-height: 32vh;
}

.owl-nav {
    display: none;
}

/* Responsive Style */

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .border-end {
        border-right: 0px !important;
    }

    .border-end {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        margin-bottom: 20px;
    }

    .border-start {
        border-left: 0px !important;
    }

    .border-start {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        margin-bottom: 20px;
    }

    .flex-wrap {
        flex-wrap: wrap !important
    }

    .sub-title::before {
        content: "";
        width: 40px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-top: 8px;
        margin-right: -49px;
        border: 1px solid #006C8B !important;
    }

    .sub-title::after {
        content: "";
        width: 32px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-bottom: 8px;
        margin-right: -48px;
        border: 1px solid #006C8B !important;
    }

    .section-title .sub-style::after {
        content: "";
        width: 32px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin-bottom: 5px;
        margin-left: -50px;
        border: 1px solid #006C8B !important;
    }

    .section-title .sub-style::before {
        content: "";
        width: 50px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin-top: 8px;
        margin-left: -50px;
        border: 1px solid #006C8B !important;
    }

    .minHeight32 {
        min-height: 0px;
    }

    .d-flex-none {
        display: block !important;
    }

    .career ul li {
        width: 100%;
    }

    .nav .nav-item button.active::after {
        content: "";
        border-bottom: 4px solid #016c8b !important;
        height: 100%;
        position: absolute;
        right: -1px;
        top: 0;
        border-radius: 5px 0 0 5px;
        width: 100%;
        border-right: none;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #016c8b !important;
        font-size: 16px;
        width: max-content;
    }

    .career ul {
        width: 100%;
        display: inline-flex;
        flex-wrap: nowrap;
        overflow-y: scroll;
        overflow-x: auto;
        flex-direction: unset !important;
    }

    .nav-pills .nav-link {
        color: #000 !important;
        white-space: nowrap;
    }

    .border-end {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-start {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

   .team-img img  {
        height: 326px !important;
        width: 326px !important;
    }


    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .owl-nav {
        display: none !important;
    }

}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

  .show-web-tab {
    display: none !important;
  }

    .flex-wrap {
        flex-wrap: wrap !important;
    }

    .d-flex-none {
        display: block !important;
    }

    .career ul li {
        width: 100%;
    }

    .nav .nav-item button.active::after {
        content: "";
        border-bottom: 0px !important;
        height: 100%;
        position: absolute;
        right: -1px;
        top: 0;
        border-radius: 5px 0 0 5px;
        width: 100%;
        border-right: none;
    }

    .border-end {
        border-right: 0 !important;
    }

    .border-start {
        border-left: 0 !important;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #016c8b !important;
        font-size: 16px;
        width: max-content;
    }

    .career ul {
        width: 100%;
        display: inline-flex;
        flex-wrap: nowrap;
        overflow-y: scroll;
        overflow-x: auto;
        flex-direction: unset !important;
    }

    .nav-pills .nav-link {
        color: #000 !important;
        white-space: nowrap;
    }

    .border-end {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-start {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .border-end {
        border-right: 0 !important;
    }

    .border-start {
        border-left: 0 !important;
    }

    .flex-wrap {
        flex-wrap: wrap !important;
    }

    .d-flex-none {
        display: block !important;
    }

    .career ul li {
        width: 100%;
    }

    .nav .nav-item button.active::after {
        content: "";
        border-bottom: 4px solid #016c8b;
        height: 100%;
        position: absolute;
        right: -1px;
        top: 0;
        border-radius: 5px 0 0 5px;
        width: 100%;
        border-right: none;
        border-left: none !important;
    }

    .job-content div ul {
        width: 100%;
        display: inline;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #016c8b !important;
        font-size: 16px;
        width: max-content;
    }

    .career ul {
        width: 100%;
        display: inline-flex;
        flex-wrap: nowrap;
        overflow-y: auto;
        overflow-x: auto;
        flex-direction: unset !important;
    }

    .nav-pills .nav-link {
        color: #000 !important;
        white-space: nowrap;
    }

    .border-end {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        margin-bottom: 20px;
    }

    .border-start {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        margin-bottom: 20px;
    }
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    .minHeight32 {
        min-height: 0px;
    }

}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .card-height {
        min-height: 117vh;
    }

    .img-size {
        width: 100% !important; 
        height: 238px;
    }


    /* 
    .playstore-content {
        position: absolute;
        bottom: 25% !important;
        left: 12rem !important;
    }

    .playstore-content img {
        width: 60px !important;
    } */

    /* .lap-top img {
        display: none;

    } */

    /* .build img {
        position: relative !important;
        height: 300px !important;
        width: auto;
        left: 40px !important;
    } */
}


/* // add by ranjith */

.owl-theme .owl-nav {
    display: none !important;
}

.fit-width {
    width: 165px !important;
    height: 75px !important;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #006C8B !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
    box-shadow: 0 0 0 3px #006c8b85 !important;
}

.swal2-confirm {
    background-color: #006C8B !important;
}

/* // captcha changes // */

.captcha-img {
    height: 100%;
    user-select: none;
    background: #000;
    border-radius: 5px 0 0 5px;
    position: relative;
}

.captcha-img img {
    width: 100%;
    height: 37px;
    object-fit: cover;
    border-radius: 5px 0 0 5px;
    opacity: 0.95;
}

.captcha-img .captcha {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    color: #8c8d9d;
    font-size: 25px;
    text-align: center;
    letter-spacing: 10px;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 2px #b1b1b1;
    font-family: 'Noto Serif', serif;
}

.reload-btn {
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #006C8B;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
    height: 37px;
    WIDTH: 37px;
}

.reload-btn:hover {
    background: #006C8B;
}

.captcha-area .reload-btn {
    height: 100%;
    font-size: 25px;
}

.captcha-area .reload-btn i {
    transition: transform 0.3s ease;
}

.captcha-area .reload-btn:hover i {
    transform: rotate(15deg);
}

/* // captcha changes // */

/* // login changes // */
.btn-outline-primary {
    border: 1px solid #006c8a;

}

@media (max-width: 1180px) {
    .lap-top img {
        width: auto;
        height: 200px !important;
        position: absolute;
        right: 90px;
        bottom: 50px;
    }

    .txt-tle-2 {
        position: absolute;
        top: 35%;
        left: 31%;
        transform: translate(-50%, -50%);
        font-size: 10px;
        width: 50%;
    }

    .banner-content {
        position: absolute;
        bottom: 35%;
        left: 2.5rem;
    }

    .txt-tle-1 {
        position: absolute;
        top: 25%;
        left: 24.5%;
        transform: translate(-50%, -50%);
        font-size: 32px;
    }

    .playstore-content {
        position: absolute;
        bottom: 15% !important;
        left: 2.5rem;
    }

    .img-size {
        width: 100% !important; 
        height: 238px !important;
    }
}

@media (max-width: 360px) {
    .txt-tle-1 {
        transform: translate(-50%, -50%);
        position: absolute !important;
        top: 28% !important;
        left: 50% !important;
        font-size: 8px !important;
        text-align: center;
        width: 100%;
    }

    .txt-tle-2 {
        position: absolute;
        top: 33%;
        transform: translate(-50%, -50%);
        width: 87% !important;
        left: 50% !important;
        font-size: 5px !important;
        text-align: center;
    }

    .playstore-content {
        position: absolute;
        left: 2.5rem;
        bottom: 20% !important;
    }

    .card-height {
        min-height: 100vh !important;
    }

    .card1 {
        position: relative;
        background-color: #fff;
        border-radius: 4px;
        padding: 46px;
        margin: 10px 5px;
        text-decoration: none;
        z-index: 0;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        overflow: hidden;
        width: 300px;
        height: 200px;
        flex-shrink: 0;
    }

}

.border-img {
    border-radius: 10px;
}

.team-content {
    min-height: 100px;
    background: #006C8B;
    color: var(--bs-white);
}




/* for arabic changes */

[dir='rtl'] .captcha-img img {
    border-radius: 0 5px 5px 0 !important;
}

[dir='rtl'] .captcha-img {
    border-radius: 0 5px 5px 0 !important;
}

[dir='rtl'] .reload-btn {
    border-radius: 5px 0 0 5px !important;
}

[dir='rtl'] .nav {
    padding-left: unset !important;
    padding-right: 0px;
}

[dir='rtl'] .nav .nav-item button.active::after {
    border-left: 4px solid;
    border-right: unset !important;
    left: -1px;
    right: unset !important;
    top: 0;
    border-radius: 0 5px 5px 0;
}

/* Arabic Style */

.arabic .nav {
    margin-left: 16px !important
}

.arabic .banner-right {
    left: 0px;
    right: unset;
    /* -webkit-transform: scaleX(-1);
    transform: scaleX(-1); */
}

.arabic .carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption {
    right: 0px;
    padding-right: 7rem;
}

.arabic .mt-icon {
    right: auto;
    left: 25px;
}

.arabic .fi-icon {
    right: 25px;
}

.arabic .build-img img {
    left: 0px !important;
    right: unset;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.arabic .bg-dotted-pattern {
    background-position: right top;
}

.arabic .build-img img {
    height: 296px;
}

.arabic .share-sec-bg {
    background-repeat: no-repeat;
    background-size: cover;
    /* -webkit-transform: scaleX(-1);
    transform: scaleX(-1); */
}

.arabic .playstore-content {
    right: 5.5rem;
}

.arabic .banner-content {
    right: 8%;
    left: 5.5rem;
}



.arabic .txt-tle-2 {
    right: 8%;
    left: auto;
    transform: none;
    /* text-align: right; */
}

.arabic .lap-top img {
    left: 90px;
    right: auto;
}

.arabic #vr0 {
    right: 134px !important;
    top: 3px !important;
    height: 33px !important;
}

.arabic #vr1 {
    position: absolute;
    right: 63px;
    top: 4px;
    height: 32px;
}

.arabic .verloop-button {
    left: 20px !important;
    right: auto;
}

.arabic .verloop-container {
    left: 20px;
    right: auto;
}

.arabic .menu-bar .mega-menu--multiLevel {
    width: 140px !important;
    /* Adjust width as needed */
}

.arabic .readmore-arrow {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

.arabic .menu-link.hasMenu[aria-haspopup="true"]:after {
    left: -7px;
    top: 33% !important;
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;

    right: auto !important;
}

@media all and (min-width: 951px) {

    .arabic .mega-menu--multiLevel>li>[aria-haspopup="true"]~ul {
        right: 100%;
        width: 135px !important;
        border-left: 0px !important;
        /* width: 23%; */
    }

    .mega-menu--multiLevel>li>[aria-haspopup="true"]~ul ul {
        width: auto;
        right: 100%;
        width: 160px !important;
    }

    .mega-menu--multiLevel [aria-haspopup=true]~ul,
    .mega-menu--multiLevel [aria-haspopup=true] {
        border-left: 0px !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .arabic .fi-icon {
        right: 5px !important;
        left: unset !important;
    }

    .arabic .mt-icon {
        right: unset !important;
        left: 5px !important;
    }

    .arabic .build-img img {
        right: 18% !important;
    }

    .arabic .playstore-content {
        right: 10.5rem !important;
    }
    .email_gif{
        margin-left: 15% !important;
        margin-top: 65% !important;
    }
    .img-size{
        width: 100% !important; 
    }
}


@media only screen and (max-width: 600px) {
    .arabic .mt-icon {
        left: 0px !important;
    }

    .arabic .fi-icon {
        right: 0px !important;
    }
}

@media only screen and (max-width : 414px) and (max-height : 896px) {
    .arabic .mt-icon {
        left: 26px !important;
    }

    .arabic .fi-icon {
        right: 0px !important;
    }
    .img-size{
        width: 100% !important; 
    }
    .team-img img{
        height: 345px !important;
        width: 351px !important;

    }
}
@media only screen and (max-width : 414px) and (max-height : 896px) {
    .arabic .mt-icon {
        left: 26px !important;
    }

    .arabic .fi-icon {
        right: 0px !important;
    }
    .img-size{
        width: 100% !important;  
    }
    .team-img img{
        height: 345px !important;
        width: 351px !important;

    }
}

@media only screen and (max-width : 358px) {
    .product_tab{
        display: flex;
    }
    .btn-tab,.btn-tab-outline{
        width: auto !important;
    }
    .mt-icon {
        right: -18px !important;
    }
    .fi-icon {
        left: -18px !important;
    }
    .build-img img{
        left: 24px !important;
    }
    .img-size{
        width: 100% !important; 
    }
    .card1{
        width:259px !important;
        padding:38px !important;
        height: 250px !important;
    }
}
@media only screen and (max-width : 375px) and (max-height : 834) {
    .arabic .mt-icon {
        left: -13px !important;
    }

    .arabic .fi-icon {
        right: 0px !important;
    }
    .img-size{
        width: 100% !important; 
    }
}


@media only screen and (max-width : 375px) and (max-height : 752px) {
    .build-img img{
        left:22px !important;
       
    }

}

.arabic .accordion-button{
    text-align: right !important; 
}

.arabic .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: .5rem .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: left .75rem center;
    background-size: 16px 12px;
    font-size: 14px;
    /* border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #eee; */
    border: 1px solid #dbdade;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media only screen and (max-width: 360px){
    .arabic .mt-icon{
        left:-15px !important
    }
    .arabic .fi-icon {
        right: -15px !important;
    }

}

@media (min-width:961px)  {.arabic .txt-tle-1 {
    right: -2%;
    left: auto;
} }
@media (min-width:1025px) { .arabic .txt-tle-1 {
    right: -2%;
    left: auto;
} }
@media (min-width:1281px) {.arabic .txt-tle-1 {
    right: -2%;
    left: auto;
} }

.arabic .btn-slide,.arabic .btn-slide2 {
    text-align : right !important;
  }
  .arabic .btn-slide span.circle,.arabic .btn-slide2 span.circle2{
    float:right !important;
    right:0;
    left: unset !important;
  }
  .arabic .btn-slide span.title,.arabic .btn-slide span.title-hover,.arabic .btn-slide2 span.title2,.arabic .btn-slide2 span.title-hover2{
    right: 50px;
    left: unset !important;
    
  }
  .arabic .btn-slide span.title-hover,.arabic .btn-slide2 span.title-hover2{
    right: 80px !important;
    left: unset !important;
  }
  .arabic .btn-slide:hover span.title,.arabic .btn-slide2:hover span.title2{
    right: 40px;
    left: unset !important;
  }
  .arabic .btn-slide:hover span.circle,.arabic  .btn-slide2:hover span.circle2{
    left:unset !important;
    right: 56%;
    margin-left: unset !important;
    margin-right: -45px;
  }
  @media (max-width: 700px) {
   .arabic .tabs1 {
        right: 10%;
        left: unset !important;
    }
}


@media (max-width: 414px) {
    .ms-sm-0  {
         margin-left: 0px !important;
     }
     .ng-autocomplete{
        width: 222px !important;
     }
     .arabic .search_form_wrap{
        right: -10% !important;
    }

.search_form{
   left: 25% !important;
}
    
 }
 @media (max-width: 650px) {
  
     .ng-autocomplete{
        width: 300px !important;
     }
     .arabic .search_form_wrap{
        right: 15% !important;
    }
 }

 @media (max-width: 450px) {
  
    .arabic .search_form_wrap{
       right: 0 !important;
   }
}
@media (max-width: 820px) {
  
    .arabic .search_form_wrap{
       right: -5% !important;
   }
}
@media (max-width: 770px) {
  
    .arabic .search_form_wrap{
       right: -8% !important;
   }
}
@media (max-width: 375px) {
    .arabic .search_form_wrap{
        right: -12% !important;
    }
}
@media (max-width: 414px) {
    .arabic .search_form_wrap{
        right: -4% !important;
    }
}

.arabic .search_form_wrap{
    right: 20%;
}
 .arabic .search_form{
    left: unset !important;
 }
 .arabic .autocomplete-container .input-container .x{
    left:10px;
    right: unset !important;
 }
 .ng-autocomplete{
    display: block;
 }
 .arabic .menu-item.lang .menu-link::after{
    left: -7px; 
   }