/*@font-face {*/
/*    font-family: Aktiv Grotesk Arbc;*/
/*    src : url("../fonts/AktivGroteskCorp-Regular.ttf") format("truetype");*/
/*}*/

:root{
    --Tangerine: #FF8400;
    --Tangerine-hover: #E36802;
    --White: #fff;
    --Royal-Blue: #0056ac;
    --Navy: #022248;
    --Pearl: #F7EEEC;
}
.bg-royal-blue{
    background: var(--Royal-Blue);
}
body{
    color: var(--Navy, #022248);
    overflow-x: clip;
}
p{
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
}
.apply-here{
    color: var(--Royal-Blue, #0067CF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline!important;
    text-transform: capitalize;
}
h1{
    font-family: PT Sans Caption;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.3px; /* 106.053% */
}
h2{
    font-family: PT Sans Caption;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.3px; /* 127.391% */
}
h6{
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
h4{
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px; /* 127.778% */
}

#other {
    display: none;
}

.nav-item:hover .nav-link {
    color: var(--Royal-Blue, #0067CF);;
}
.language-switcher a:hover {
    color: var(--Royal-Blue, #0067CF);;
}
.btn-primary{
    border-radius: 20px;
    background: var(--Tangerine, #FF8400);
    padding: 10px 14px;
    border: none;
    width: fit-content;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}
.btn-primary:hover,.btn-primary:focus{
    border-radius: 20px;
    background: var(--Tangerine-hover, #FF8400);
    border: none;
}
.btn:focus-visible{
    background: var(--Tangerine);

}
.btn-check:checked+.btn.btn-primary, .btn.active.btn-primary, .btn.show.btn-primary, .btn:first-child:active.btn-primary, :not(.btn-check)+.btn.btn-primary:active{
    background: var(--Tangerine);
}
.btn-check:checked+.btn.download-btn, .btn.active.download-btn, .btn.show.download-btn, .btn.download-btn:first-child:active, :not(.btn-check).download-btn+.btn:active {
    background: transparent;
}

[dir="rtl"] .btn-secondary {
    flex-direction: row-reverse;
}

[dir="rtl"] .btn-secondary svg {
    rotate: 180deg;
}
.btn-secondary{
    border-radius: 10px;
    background: var(--Royal-Blue, #0067CF);
    border: none;
    padding: 14px;
    display: flex;
    padding: 14px;
    align-items: center;
    gap: 13px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
a {
    text-decoration: none!important;
}
.btn-secondary:hover,.btn-secondary:focus {
    border: none;
    background: #006dda;
}
.services-card{
    padding: 36px 33px;
    min-height: 446px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.btn-login {
    border-radius: 10px;
    padding: 14px;
    border: 1px solid var(--Royal-Blue);
    background: var(--White);
    color: var(--Royal-Blue);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
}
.btn-login:hover,.btn-login:focus {
    border: 1px solid var(--Royal-Blue);
}
.nav-link{
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--Navy, #022248);
}
.nav-link:focus, .nav-link:hover{
    color: var(--Navy, #022248);
}
.download-btn{
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: rgba(2, 34, 72, 0.80);
    padding: 9px 10px;
    border-radius: 9px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active, .btn{
    border: none!important;
}
.download-btn i{
    margin-right: 5px;
}
[type="submit"]{
    border-radius: 10px;
    background: var(--Royal-Blue, #0067CF);
}
[type="submit"]:hover,[type="submit"]:focus{
    border-radius: 10px;
    background: #0847AF
}
.bg-primary{
    background-color: var(--Pearl, #F7EEEC)!important;
}
.modal{
    background-color: #00000075;
}
.bg-pink-img{
    position: absolute;
    top: -200px;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.container-fluid{
    overflow-x: clip;
}
.map-bg svg .p-map{
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
}
.map-bg svg .p-map.one{
    animation: pulse 1.5s infinite;
    animation-delay: 0.3s;
}
.map-bg svg .p-map.two{
    animation: pulse 2s infinite;
    animation-delay: 0.5s;
}
.map-bg svg .p-map.three{
    animation: pulse 2s infinite;
    animation-delay: 0.8s;
}
.map-bg svg .p-map.four{
    animation: pulse 2s infinite;
    animation-delay: 0.1s;
}
.map-bg svg .p-map.five{
    animation: pulse 2s infinite;
    animation-delay: 0.4s;
}
.map-bg svg .p-map.six{
    animation: pulse 2s infinite;
    animation-delay: 0.6s;
}
.map-bg svg .p-map.seven{
    animation: pulse 2s infinite;
    animation-delay: 0.7s;
}

.map-bg svg{
    width: 100%;
    height: 100%;
    padding: 20px 0px;
}
@keyframes pulse {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(5px);
    }
    0% {
        transform: translateY(0px);
    }
}
.map-bg{
    width: 100%;
    /*background-image: url("../assets/img/Group296.png");*/
    background-color: var(--Navy, #022248);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 30px;
    gap: 10px;
}
.map-bg .btn-primary{
    margin-top: 10px;
}
footer{
    background-color: var(--Pearl, #F7EEEC);;
}
.form-control , .form-select{
    border-radius: 10px;
    background: #FFF;
    border: 1px solid transparent;
    min-height: 42px;
}
input.form-control:focus {
}
.socialmedia-icon {
    display: flex;
    gap: 19px;
}
.socialmedia-icon i{
    width: 27px;
    height: 27px;
    font-size: 27px;
}
.powered-logo{
    width: 88px;
    height: 30px;
    margin-left: 9px;
}
footer p,footer a{
    color: var(--Navy, #022248);
    font-size: 12px;
}
.copyright{
    margin-bottom: 0px;
    opacity: 0.5;
}
.modal{
    --bs-modal-width: 939px;
}
.btn-close{
    position: absolute;
    color: white!important;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    background-image: url("../assets/img/closebtn.svg");
}
.btn-close:focus{
    box-shadow: none;
}
.modal-header{
    justify-content: center;
    border: none;
    flex-direction: column;
    gap:53px;
}
.modal-header h3{
    max-width: 476px;
}
.modal-content{
    align-items: center;
    padding: 50px;
    border-radius: 70px;
    background: var(--Pearl, #F7EEEC);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.modal-body{
    max-width: 400px;
}
#successModal .modal-body{
    color: var(--Royal-Blue, #0067CF);
    padding-top: 150px;
    padding-bottom: 150px;
}
.card{
    border-radius: 20px;
    background: var(--Royal-Blue, #0067CF);
    min-height: 285px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 97%;
    height: 100%;
    z-index: 10;
}
.card-popup{
    border-radius: 20px;
    border: 4px solid transparent;
    background: transparent;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 24px 30px;
    transition: all 0.3s, height 3s;
}
.card:hover .card-popup {
    border: 4px solid var(--Royal-Blue, #0067CF);
    background: var(--White, #FFF);
    margin-top: 11px;
}
.card:hover svg path {
    fill: #0067CF!important;
}
.card svg path {
    fill: white!important;
}
.card:hover .card-body{
    opacity: 1;
}
.card-body{
    overflow: hidden;
    height: 0px;
    padding: 0px;
    font-weight: 800;
    transition: all 0.3s, height 0.7s ,opacity 0.2s;
    opacity: 0;
}
.card-header h6{
    padding-top: 20px;
}
.card-header svg{
    height: 90px;
}
.card-body p{
    margin-bottom: 0px;
    color: var(--Royal-Blue, #0067CF);

}
.card:hover .card-body {
    margin-bottom: 44px;
}
.card:hover .card-body.card-1 {
    height: 138px;
}
.card:hover .card-body.card-2 {
    height: 275px;
}
.card:hover .card-body.card-3 {
    height: 165px;
}
.mastercard-logo, .visa-logo{
    width: 37px;
}
.sticky-msg{
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 85px;
    height: 85px;
    z-index: 99;
}
.card h6 {
    color: white;
    transition: all 0.3s;
    text-transform: uppercase;
}
.card:hover h6 {
    color: var(--Royal-Blue, #0067CF);
}

.card-header{
    background: transparent;
    border: none;
    padding: 44px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bg-blue{
    background: var(--Navy, #022248);
}
.blue-container{
    border-radius: 20px;
    background: #011E40;
    color: white;
}
.pearl-container{
    border-radius: 20px;
    background: #F7EEEC4D;
    color: var(--Navy, #022248);;
}
.about-1-image{
    margin-right: -78px;
    margin-top: -65px;
    border-bottom: 6px solid #0067CF
}
.about-1-image .blue-line-animation{
    position: absolute;
    top: -60px;
    right: 20px;
    z-index: 1;
    width: 465px;
}
.about-1-image img.image{
    width: 409px;
    max-width: 85%;
    z-index: 2;
    position: relative;
}
.about-2-image{
    margin-left: -78px;
}
.prepaid-features-image {
    position: absolute;
    top: -24px;
    right: -84px;
}
.why-careers-image {
    position: absolute;
    top: 55px;
    left: -370px;
}
.why-careers-image img{
    width: 395px;
}
.why-careers-2-image {
    position: absolute;
    top: 55px;
    right: -370px;
}
.why-careers-2-image img{
    width: 395px;
}
.prepaid-features-image img{
    width: 330px;
}
.gift-1-image{
    margin-right: -78px;
    margin-top: -65px;
}
.gift-1-image img.image {
    width: 409px;
    max-width: 85%;
    z-index: 2;
    position: relative;
    margin-left: 90px;
}
.gift-1-image .blue-line-animation{
    position: absolute;
    top: -60px;
    right: 20px;
    z-index: 1;
    width: 465px;
}
.gift-2-image{
    margin-right: 0px;
    margin-top: -30px;
}
.gift-2-image img.image {
    width: 409px;
    max-width: 85%;
    z-index: 2;
    position: relative;
    margin-left: 133px;
}
.gift-2-image .blue-line-animation {
    position: absolute;
    top: -42px;
    left: -19px;
    z-index: 1;
    width: 235px;
}
.bill-1-image{
    margin-right: -78px;
    margin-top: -65px;
}
.bill-1-image img.image {
    width: 332px;
    max-width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 77px;
}
.bill-1-image .blue-line-animation {
    position: absolute;
    top: 41px;
    right: 20px;
    z-index: 1;
    width: 465px;
}
.bill-1-image .icon-line-animation{
    position: absolute;
    top: 219px;
    right: 20px;
    z-index: 2;
    width: 465px;
}
.services-1-image{
    margin-right: -78px;
    margin-top: -65px;
}
.services-1-image img.image{
    width: 409px;
    max-width: 85%;
    z-index: 2;
    position: relative;
    margin-left: 100px;
}
.services-1-image .blue-line-animation{
    position: absolute;
    top: -60px;
    right: 20px;
    z-index: 1;
    width: 465px;
}
.careers-1-image{
    margin-right: -78px;
    margin-top: -65px;
}
.careers-1-image img.image {
    width: 520px;
    max-width: 85%;
    z-index: 2;
    position: relative;
    margin-left: 100px;
}
.careers-1-image .blue-line-animation {
    position: absolute;
    top: 28px;
    right: 185px;
    z-index: 1;
    width: 317px;
}
.about-form .form-control{
    opacity: 0.7;
    background: rgba(135, 159, 255, 0.30);
    color: white;
}
.about-form .form-control::placeholder{
    opacity: 0.5;
    color: #FFF;
}
.about-form-container{
    width: 400px;
}
.modal {
    --bs-modal-margin: 3rem;
}
.hero-1{
    background-image: url("../assets/img/Rectangle33.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: 6px solid #879FFF ;
    text-align: right;
}
.hero-1 img.image{
    width: 500px;
    max-width: 100%;
    z-index: 2;
    position: relative;
}
.hero-2 img.image{
    width: 701px;
    max-width: 100%;
    z-index: 2;
    position: relative;
}
.hero-1 .blue-line-animation{
    position: absolute;
    top: -60px;
    right: -36px;
    z-index: 1;
    width: 440px;
}
.noti-msg{
    position: absolute;
    top: 154px;
    left: -1px;
    z-index: 1;
    width: 320px;
}
.hero-2 .blue-line-animation {
    position: absolute;
    top: 35px;
    left: 39px;
    z-index: 1;
    width: 325px;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 1s;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 1s;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1s;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: 1s;
}
.hero-1 .orange-line-animation{
    position: absolute;
    bottom: 136px;
    left: -31px;
    z-index: 1;
    width: 301px;
}
.hero-2 .orange-line-animation{
    position: absolute;
    bottom: 151px;
    right: 31px;
    z-index: 1;
    width: 260px;
}
.hero-2{
    border-bottom: 6px solid #0067CF ;
    text-align: right;

}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(120px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*[dir="rtl"] .text-lg-start {*/
/*    text-align: right!important;*/
/*}*/
[dir="rtl"] .btn{
    direction: ltr;
}
[dir="rtl"] p{
    font-family: "Baloo Bhaijaan 2";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 152.632% */
}
[dir="rtl"] h1{
    font-family: Rubik;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50.3px; /* 139.722% */
}
[dir="rtl"] h2{
    font-family: Rubik;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.3px; /* 137.2% */
}
[dir="rtl"] h6{
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 52.3px; /* 217.917% */
}
[dir="rtl"] .card{
    min-height: 320px;
}
[dir="rtl"] .card:hover .card-body.card-1 {
    height: 115px;
}
[dir="rtl"] .card:hover .card-body.card-2 {
    height: 84px;
}
[dir="rtl"] .card:hover .card-body.card-3 {
    height: 118px;
}
[dir="rtl"] .map-bg{
    gap:0px;
}
[dir="rtl"] .powered-logo{
    margin-left: 0px;
    margin-right: 9px;

}
[dir="rtl"] ul.navbar-nav {
    padding-inline-start: 0px;
}
[dir="rtl"] .copyright{
    font-size: 12px;
}
[dir="rtl"] .about-2-image{
    margin-left: 0px;
    margin-right: -78px;
}
.vision{
    padding: 0% 5% 0% 10%;
}

.bill {
    padding: 0% 5% 0% 10%;
}
[dir="rtl"] .vision{
    padding: 0% 10% 0% 5%;
}

[dir="rtl"] .bill {
    padding: 0% 5% 0% 5%;
}
.mission{
    padding: 0% 10% 0% 5%;
}
[dir="rtl"] .mission{
    padding: 0% 5% 0% 10%;
}
.language-switcher {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 8px;
}
.language-switcher a {
    color: var(--Navy, #022248);
    text-decoration: auto;
    font-weight: 400;
}
.language-switcher a.active {
    font-weight: 700;
}
.language-switcher a.arabic {
    font-family: "Baloo Bhaijaan 2";
}
.alert {
    background-color: var(--Pearl, #F7EEEC);
    border: 1px solid var(--Navy, #022248);
    color: var(--Navy, #022248);
    margin: 10px 0px;
}
.alert.alert-danger ul {
    margin-bottom: 0px;
}
[dir="rtl"] h3{
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
[dir="rtl"] .form-control ,[dir="rtl"]  .form-select{
direction: rtl
}


[dir="rtl"] .about-1-image{
    text-align: center;
}
[dir="rtl"] .about-1-image .blue-line-animation{
    right: 45px;
}
[dir="rtl"] h5{
    font-family: "Baloo Bhaijaan 2";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.3px; /* 137.2% */

}
[dir="rtl"] h4{
    font-family: "Baloo Bhaijaan 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.3px; /* 137.2% */

}
h5 {
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
[dir="rtl"] .btn{
    font-family: "Baloo Bhaijaan 2";
}
.card-2-img img{
    max-width: 100%;
}
.flag img{
    max-width: 62px;
}
.flag p{
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0px;
}
.card-2-body h5{
    margin: 0px;
    color:white;
    text-transform: uppercase;
}
.card-3-body h5{
    margin: 0px;
    color: var(--Navy, #022248);
    text-transform: uppercase;
}
.card-2-body{
    margin: 0px;
}
.card-3-body{
    margin: 0px;
}
.card-with-border{
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid var(--Royal-Blue, #0067CF);
    overflow: hidden;
}
.bill-card-with-border{
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid var(--Royal-Blue, #0067CF);
    overflow: hidden;
    min-height: 219px;
}
.card-3-img{
    min-height: 219px;
}
.container-with-border{
    border-radius: 20px;
    border: 1px solid var(--Royal-Blue, #0067CF);
}
.prepaid-features{
    margin-right: 200px;
}
.why-careers{
    margin-left: 250px;
}
.why-careers-2{
    margin-right: 350px;
}
.check-icon img{
    width: 60px;
}
.prepaid-features h6{
    text-transform: uppercase;
}
.features-text{
    color:#0067CF;
}
.features-text h6{
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}
li{
    color: #000;
    /* Desktop/Body */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 1rem;
}
.bg-white{
    background: white;
}
.jobs{
    border-radius: 20px;
    margin-bottom: 20px;
}
.badge{
    border-radius: 5px;
    background: #879FFF;
    align-self: baseline;
}

@media(max-width:1024px) {
    .why-careers{
        margin: 0px;
    }
    .why-careers-2{
        margin-right: 0px;
    }

    .services-1-image{
        margin: 0px;
    }
    .services-1-image .blue-line-animation {
        top: 0px;
        right: 20px;
        width: 230px;
    }
    .services-1-image img.image {
        width: 409px;
        margin-left: 24px;
    }
    .careers-1-image{
        margin: 0px;
    }
    .careers-1-image .blue-line-animation {
        top: 0px;
        right: 20px;
        width: 230px;
    }
    .careers-1-image img.image {
        width: 409px;
        margin-left: 24px;
    }
    .check-icon img{
        width: 41px;
    }

    .prepaid-features{
        margin-right: 0px;
    }

    .about-1-image{
        margin-top:0px
    }
    .about-1-image .blue-line-animation{
        top:0px;
    }
    .bill-1-image {
        margin-top: 0px;
        min-height: 236px;
    }

    .bill-1-image img.image {
        position: absolute;
        z-index: 3;
        bottom: -27px;
        right: 111px;
        width: 230px;
    }
    .bill-1-image .blue-line-animation{
        top:0px;
    }
    .bill-1-image .icon-line-animation {
        position: absolute;
        top: 172px;
        right: 51px;
        z-index: 2;
        width: 373px;
    }
    .pearl-container{
        padding: 27px 20px;
    }
    .gift-1-image{
        margin: 0px;
        text-align: -webkit-center;
    }
    .gift-1-image img.image{
        margin: 0px;
    }
    .gift-2-image{
        margin: 0px;

        text-align: -webkit-center;
    }
    .gift-2-image img.image{
        margin-left: 90px;
    }
    .gift-2-image .blue-line-animation {
        top: 45px;
        left: 0px;
        width: 186px;
    }
}
@media(max-width:767px){
    .card-3-img{
        min-height: 100px;
    }

    [dir="rtl"] .card{
        min-height: 230px;
    }

    .modal-header img{
        width: 42px;
        height: 32px;
    }
    [dir="rtl"] h2{
        font-size: 17px;
        align-self: baseline;
        line-height: 26px;

    }
    [dir="rtl"] h5{
        font-family: "Baloo Bhaijaan 2";
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 26.3px; /* 154.706% */
    }
    h4{
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 23px; /* 127.778% */
    }
    h5{
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    [dir="rtl"] h6{
        font-size: 19px;
        line-height: 29px;
    }
    [dir="rtl"] h1{
        font-size: 22px;
        line-height: 30px;
    }
    .vision{
        padding: 0%;
    }

    .bill {
        padding: 0%;
    }
    .mission{
        padding: 0%;
    }
    [dir="rtl"] .vision{
        padding: 0%;
    }

    [dir="rtl"] .bill {
        padding: 0%;
    }
    [dir="rtl"] .mission{
        padding: 0%;
    }
    .about-1-image .blue-line-animation{
        top: 80px;
        right: 0px;
        width: 192px;
    }

    .map-bg .btn-primary{
        margin-top: 0px;
    }

    .sticky-msg{
        bottom: 15px;
        right: 15px;
        width: 55px;
        height: 55px;
    }
    .noti-msg{
        top: 47px;
        left: 0px;
        width: 267px;
    }
    .offcanvas.offcanvas-end{
        width: 70%;
    }
    .hero-1{
        background-size: 80%;
    }
    .hero-1 img.image{
        width: 240px;
    }
    .hero-1 .blue-line-animation{
        top: -19px;
        right: 0px;
        width: 200px;
    }
    .hero-2 .blue-line-animation {
        top: 7px;
        left: 13px;
        width: 165px;
    }
    .hero-1 .orange-line-animation{
        bottom: 60px;
        left: 0px;
        width: 167px;
    }
    .hero-2 .orange-line-animation{
        bottom: 86px;
        right: 0px;
        width: 113px;
    }
    .hero-2{
        border-bottom: 6px solid #0067CF ;
        text-align: right;
    }
    .card-header{
        padding: 20px;
    }
    .card{
        min-height: 185px;
        position: static;
        width: 100%;
    }
    .card:hover .card-body.card-1 {
        height: 200px;
    }
    .card:hover .card-body.card-2 {
        height: 330px;
    }
    .card:hover .card-body.card-3 {
        height: 210px;
    }
    .modal {
        --bs-modal-margin: 1rem;
    }

    .modal-content {
        padding: 10px;
        border-radius: 20px;

    }
    .modal-body{
        width: 100%;
    }
    .modal-dialog{
        top:10%;
        padding-bottom: 10px;
    }
    .about-form-container{
        width: 100%;
    }

    .about-1-image{
        margin-right: 0px;
        margin-top: 0px;
        text-align: center;
    }
    .blue-container{
        background: transparent;
    }
    .header-logo{
        width: 80px;
    }
    .navbar-toggler:focus,.navbar-toggler:hover{
        box-shadow: none;
    }
    .navbar-toggler{
        border: none;
        padding:0px;
    }
    .navbar-toggler-icon{
        background-image: url("../assets/img/menu.svg");
    }
    header .btn-close{
        position: static;
        opacity: 1!important;
        background-size: 24px;
        background-image: url(../assets/img/closebtnbluesvg.svg);
    }
    .terms p,.terms a{
        color: var(--Navy, #022248);
        font-size: 12px;
    }
    .offcanvas-body{
        padding:0px;
    }
    h1{
        font-size: 26px;
        font-weight: 700;
        line-height: 35px;
    }
    h2{
        font-size: 19px;
        line-height: 24px;
    }
    .btn-primary{
        font-size: 14px;
    }
    .download-btn{
        font-size: 13px;
    }
    .map-bg{
        background-position: 0% 10%;
        gap: 10px;
    }
    .bg-pink-img {
        top: -23px;
    }
}
