@charset "utf-8";
@import "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.rtl.min.css";
@import "aos.css";
@import "nice-select.css";
@import "fonts.css";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sst-regular, sans-serif;
    color: #495463;
    font-size: 14px;
}

.tooltip {
    z-index: 1100 !important;
}
i {
    font-size: inherit;
}
.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #495463;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}
.tooltip .tooltip-arrow {
    display: none;
}
.tooltip.top {
    padding: 5px 0;
}
body {
    padding: 0 !important;
    margin: 0;
}
select {
    display: inline-block;
}
select {
    display: inline-block;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
iframe {
    width: 100%;
    border: 0;
    height: 100%;
}
::-moz-selection {
    background-color: #495463;
    color: #fff;
}
::selection {
    background-color: #495463;
    color: #fff;
}
a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
a {
    display: inline-block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
p {
    line-height: 1.5;
}

.modal-open {
    overflow: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.3;
}
.modal-backdrop.in {
    opacity: 0.9;
}
input,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: 0;
}
textarea {
    resize: none;
}
.form-control {
    height: 45px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 0 16px;
}
.form-control::placeholder {
    color: rgba(0, 0, 0, 0.3);
}
textarea.form-control {
    height: 170px;
    line-height: normal;
    padding-top: 8px;
}
.form-group,
.form-control {
    margin-bottom: 0;
}
.form-control:focus {
    box-shadow: none;
    color: #303030;
}
i {
    color: inherit;
    font-style: normal;
}
.toTop {
    background-color: #008055;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: -60px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-align: center;
    z-index: 8;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    font-size: 17px;
}

.toTop img {
    filter: brightness(0) invert(1);
}

.toTop:hover {
    background-color: #495463;
    transition: 0.3s;
    color: #f3f3f3;
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #495463;
}
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.loading div {
    width: 200px;
    height: 200px;
    background-color: #008055;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    box-shadow: 0 0 0 15px rgb(255 255 255 / 15%);
}
.loading img {
    filter: brightness(0) invert(1);
}
.loading h4 {
    font-weight: 500;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-mega-menu {
    position: unset;
}
.menu-item-has-children .sub-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: 0.3s;
    min-width: 160px;
    background-color: #fff;
    z-index: 11;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    margin-top: 5px;
    border-radius: 20px;
    padding: 15px 0;
    text-align: center;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: 0.3s;
}
.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
}
.menu-item-has-children .sub-menu li:after {
    display: none;
}
.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #393939;
    border-radius: 0;
    transition: 0.3s;
}
.menu-item-has-children .sub-menu li a:before {
    display: none;
}
.menu-item-has-children .sub-menu li a:hover {
    color: #56bfc6;
}
.menu-item-has-children:after {
    font-family: "Line Awesome Free";
    content: "\f107";
    display: inline-block;
    margin-right: 7px;
    transition: 0.3s;
    font-weight: 900;
}
.menu-item-has-children:hover:after {
    transform: rotate(-180deg);
    transition: 0.3s;
}
.fancybox-button svg path {
    fill: #fff;
}

body {
    overflow-x: hidden;
}


.wrapper {
    position: relative;
    background: #fafafa;
    z-index: 1;
}

.wrapper::before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 500px;
    background: #008055;
    z-index: -1;
    border-radius: 0 0 400px 400px;
}


.main-head {
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.main-head .inner-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 10px 20px 20px #b5b5b529;
    border-radius: 20px;
    padding: 15px 40px;
}

.main-head .inner-head .main-menu {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.main-head .inner-head .main-menu ul {
    display: flex;
    align-items: center;
    column-gap: 35px;
}

.main-head .inner-head .main-menu ul li a {
    color: #495463;
    font-size: 16px;
}

.main-head .inner-head .main-menu ul li.active a {
    color: #008055;
}

.btn {
    border-radius: 10px;
    background: #008055;
    color: #fff;
    display: inline-flex;
    align-items: center;
    min-width: 150px;
    justify-content: center;
    column-gap: 5px;
    height: 50px;
    font-size: 15px;
    transition: 0.3s;
}

.btn:hover {
    background: #495463;
    color: #fff;
}

.open-menu {
    border: 0;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0;
    width: 40px;
    background: transparent;
    display: none;
}

.hero-sec {
    margin-bottom: 88px;
}

.inner-hero {
    background: #ffffff;
    box-shadow: 10px 2px 20px #b5b5b529;
    border-radius: 20px 20px 90px 90px;
}

.inner-hero .row {
    flex-direction: row-reverse;
    align-items: center;
    row-gap: 30px;
}

.inner-hero .h-info {
    padding: 80px;
}

.inner-hero .h-info h4 {
    color: #495463;
    font-size: 50px;
    margin-bottom: 30px;
    font-family: "sst-medium";
}

.inner-hero .h-info p {
    font-size: 24px;
    color: #495463;
    margin-bottom: 30px;
    line-height: 1.4;
}

.inner-hero .h-info .btn {
    min-width: 200px;
    font-size: 18px;
    padding: 0 30px;
}

.why-sec {
    padding-bottom: 100px;
}

.g-head {
    text-align: center;
    margin-bottom: 40px;
}

.g-head h3 {
    font-family: "sst-bold";
    font-size: 33px;
}

.why-block {
    box-shadow: 4px 2px 10px #b5b5b529;
    border-radius: 20px 20px 40px 40px;
    padding: 35px;
    position: relative;
    min-height: 355px;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

.why-block img:not(.before) {
    margin: 0 auto 30px;
    object-fit: contain;
    height: 140px;
}

.why-block img.before {
    position: absolute;
    left: -30px;
    bottom: -20px;
    z-index: -1;
}

.why-block h4 {
    font-size: 20px;
    max-width: 71%;
    line-height: 1.5;
    color: #080808;
    font-weight: bold;
}

.why-sec .col-lg-3:nth-of-type(2) .why-block img:not(.before) {
    /* margin: 0 auto 10px 0; */
    /* display: block; */
    /* height: 190px; */
}

.why-sec .row {
    row-gap: 30px;
    margin: 0 -30px;
}

.why-sec .col-lg-3 {
    padding: 0 30px;
}

.choice-sec {
    padding-bottom: 110px;
}

.choice-inner {
    background: #9ad49d;
    box-shadow: 10px 2px 20px #b5b5b529;
    border-radius: 20px 20px 90px 90px;
}

.fuel-story-sec .choice-inner {
    background: #088159 !important;
}

.fuel-about-sec .choice-inner {
    background: white !important;
}

.fuel-about-sec .choice-inner p {
    color: black !important;
}

.fuel-about-sec .choice-inner h4 {
    color: black !important;
}

.fuel-story-sec .choice-inner h4 {
    color: white !important;
}
.fuel-story-sec .choice-inner p {
    color: white !important;
}

.choice-inner .row {
    row-gap: 30px;
    align-items: center;
}

.choice-inner .ch-img {
    margin-top: -80px;
}

.choice-inner .ch-info {
    padding: 50px 10px 50px 50px;
}

.fuel-about-sec .choice-inner .ch-info {
    padding: 50px 50px 50px 10px;
}

.choice-inner .ch-info h4 {
    color: #008055;
    font-size: 30px;
    font-family: "sst-medium";
}

.choice-inner .ch-info p {
    font-size: 20px;
    color: #008055;
    margin-top: 30px;
}

.add-request {
    background: #008055;
}

.add-request .row {
    align-items: center;
    row-gap: 30px;
    flex-direction: row-reverse;
}

.add-request .add-info {
}

.add-request .add-info h4 {
    font-size: 25px;
    font-family: "sst-medium";
    color: #fff;
    margin-bottom: 30px;
}

.add-request .add-info p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.add-request .add-info .btn {
    border: 1px solid;
    min-width: 200px;
    font-size: 18px;
    padding: 0 20px;
}

.add-request .add-img {
    margin-top: -70px;
}

.footer-top {
    position: relative;
    background: #4a4a4a;
    padding: 100px 0;
    z-index: 1;
    /* margin-top: 6em; */
}

.footer-top::before {
    content: "";
    position: absolute;
    inset: 0;
}

.footer-top .container {
    border-top: 2px solid #6c6c6c;
    padding-top: 56px;
    position: relative;
    z-index: 1;
}

.footer-top::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/footer-before.png);
    background-position: 30% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.footer-top .footer-info p {
    color: #bfbfbf;
    font-size: 15px;
    margin: 20px auto;
    max-width: 70%;
    text-align: center;
}

.footer-top .fooer-links h4 {
    color: #bfbfbf;
    font-size: 17px;
    margin-bottom: 15px;
}

.footer-top .fooer-links ul li {
    margin-bottom: 10px;
}

.footer-top .fooer-links ul li a {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.footer-top .fooer-links ul li a:hover {
    color: #9ad49d;
    padding: 0 3px;
}

.footer-bottom {
    background: #6c6c6c;
    padding: 20px 0;
}

.footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 15px;
}

.footer-bottom p {
    color: #fff;
    font-size: 17px;
}

.social {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.social a {
    transition: 0.3s;
}

.social a:hover {
    transform: translateY(-5px);
}

.overlay-s {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 81%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.overlay-s.active {
    opacity: 1;
    visibility: visible;
}

.open-menu .close {
    position: absolute;
    opacity: 0;
}

.open-menu.active img {
    opacity: 0;
}

.open-menu.active .close {
    opacity: 1;
}

.contact-add-request,
.contact-add-request.add-request .add-info .btn {
    background: #b15ac3;
}

.add-request .add-info .btn:hover {
    background: #495463;
}

.hero-sec.contact-hero {
    margin-bottom: 0;
}

.contact-form {
    padding: 60px 0;
}

.form-inner {
    box-shadow: 10px 2px 20px #b5b5b529;
    border-radius: 90px 90px 20px 20px;
    background: #fff;
    padding: 60px;
}

.form-inner > .row {
    row-gap: 30px;
}

.form-inner .form-block h4 {
    font-size: 20px;
    font-family: "sst-medium";
    color: #028056;
    margin-bottom: 30px;
}

.form-inner .form-block ul li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.form-inner .form-block ul li:last-child {
    margin: 0;
}

.form-inner .form-block ul li img {
    width: 85px;
}

.form-inner .form-block ul li h5 {
    font-size: 17px;
    margin-bottom: 5px;
}

.form-inner .form-block ul li a {
    font-size: 20px;
    color: #495463;
    transition: 0.3s;
}

.form-inner .form-block ul li a:hover {
    padding: 0 2px;
    color: #008055;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group .form-control {
    background: #fafafa;
    border: 1px solid #a4aab1;
    border-radius: 10px;
    height: 50px;
    padding: 0 20px;
    font-size: 17px;
    direction: rtl;
}

.form-group > div > label {
    font-size: 16px;
}

.form-group > label {
    font-size: 16px;
    margin-bottom: 10px;
}

.form-group .form-control:focus {
    border-color: #008055;
}

.form-group .c-code {
    position: absolute;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    font-weight: normal;
    border: 1px solid #a4aab1;
    padding: 0 20px;
    font-size: 15px;
    background: #fafafa;
    border-radius: 10px 0 0 10px;
}

.form-group .nice-select {
    width: 100%;
    float: none;
}

.form-group .nice-select span {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 15px;
}

.form-group .nice-select .list {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #a4aab1;
    margin-top: 10px;
}

.form-group .nice-select .list li {
    padding: 10px 20px;
    min-height: 0;
    line-height: normal;
    margin: 0;
    font-size: 15px;
    text-align: right;
}

.form-group .nice-select::after {
    left: 20px;
    right: auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    border: 0;
    width: 10px;
    height: 10px;
    background: #a4aab1;
    transform: none;
}

.form-group textarea.form-control {
    height: 200px;
    padding: 10px 20px;
}

.form-group.has-btn {
    text-align: left;
    margin: 10px 0 0;
}

.inner-hero .h-img {
    text-align: left;
}

.about-fuel {
    padding: 55px 0;
}

.about-inner {
    background: #088159;
    box-shadow: 10px 2px 20px #b5b5b529;
    border-radius: 90px 90px 20px 20px;
    padding: 70px;
}

.about-inner .row {
    align-items: center;
    row-gap: 30px;
}

.about-inner h4 {
    color: #fff;
    font-size: 30px;
    font-family: "sst-medium";
    margin-bottom: 20px;
}

.about-inner p {
    color: #fff;
    font-size: 19px;
    margin-bottom: 25px;
}

.about-inner p:last-child {
    margin: 0;
}

.about-inner .about-img {
    text-align: center;
}

.nabza-inner {
    box-shadow: 10px 2px 20px #b5b5b529;
    border-radius: 20px 20px 90px 90px;
    background: #fff;
    padding: 60px;
}

.nabza-inner .row {
    row-gap: 30px;
    flex-direction: row-reverse;
    align-items: center;
}

.nabza-inner .col-lg-5 {
    text-align: left;
}

.nabza-inner h4 {
    font-size: 30px;
    font-family: "sst-medium";
    margin-bottom: 20px;
    color: #000;
}

.nabza-inner p {
    font-size: 18px;
    color: #000;
    line-height: 1.7;
}

.about-blocks {
    padding: 55px 0;
}

.about-block {
    box-shadow: 10px 2px 20px #b5b5b529;
    border-radius: 20px 20px 90px 90px;
    background: #fff;
    padding: 30px 50px 60px;
    position: relative;
    min-height: 180px;
}

.about-block h4 {
    font-size: 25px;
    font-family: "sst-medium";
    margin-bottom: 10px;
    color: #000;
}

.about-block p {
    font-size: 16px;
    color: #000;
}

.about-block::before {
    content: "";
    position: absolute;
    background: #c278fe 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 27px 27px;
    width: 70px;
    height: 70px;
    transform: rotate(20deg);
    top: -20px;
    left: 50px;
}

.about-blocks .col-lg-4:nth-of-type(2) .about-block::before {
    background: #3381f1;
}

.about-blocks .col-lg-4:nth-of-type(3) .about-block::before {
    background: #ff896c;
}

.request {
    padding: 60px 0;
}

.request-inner {
    box-shadow: 10px 2px 20px #b5b5b529;
    border-radius: 90px 90px 20px 20px;
    padding: 60px;
    background: #fff;
}

.request-inner .inner-head {
    margin-bottom: 50px;
    text-align: center;
}

.request-inner .inner-head .nav-tabs {
    border: 0;
    justify-content: center;
    display: inline-flex;
    margin: 0 auto;
    position: relative;
    column-gap: 80px;
}

.request-inner .inner-head .nav-tabs::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background: #a4aab1;
}

.request-inner .inner-head .nav-tabs li .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 0;
    padding: 0;
    background: transparent;
    row-gap: 10px;
    color: #777777;
    font-family: "sst-medium";
    font-size: 17px;
}

.request-inner .inner-head .nav-tabs li .nav-link::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #a4aab1;
    border-radius: 100%;
    transition: 0.3s;
    box-shadow: 0 0 0 5px #fff;
    margin-top: -10px;
    z-index: 1;
}

.request-inner .inner-head .nav-tabs li {
}

.request-inner .inner-head .nav-tabs li .nav-link.active {
    color: #028056;
}

.request-inner .inner-head .nav-tabs li .nav-link.active::before {
    background: #028056;
}

.request-inner .inner-head .nav-tabs li .nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    /* background: #028056; */
    right: 50%;
    height: 2px;
    width: 0;
    transition: 0.3s;
}

.request-inner .inner-head .nav-tabs li:last-child .nav-link::after {
    display: none;
}

.request-inner .inner-head .nav-tabs li .nav-link.active::after {
    width: 150%;
}

.request-inner .inner-head .nav-tabs li:nth-of-type(2) .nav-link.active::after {
    width: 195%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.form-group .form-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.form-group .form-head .hijri {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.form-group .form-head .hijri b {
    font-weight: normal;
}

.form-group .form-head .hijri .switch {
    background: #fafafa;
    border-radius: 19px;
    height: 30px;
    width: 60px;
}

.form-group .form-head .hijri .switch .slider {
    background: transparent;
    border: 1px solid #dbdbdb;
    border-radius: 50px;
    overflow: hidden;
}

.form-group .form-head .hijri .switch .slider::before {
    box-shadow: 0px 0px 2px #00000029;
    border-radius: 100%;
    left: 2px;
    bottom: 2px;
    height: 25px;
    width: 25px;
}

.form-group .form-head .hijri .switch input:checked + .slider::before {
    transform: translateX(29px);
}

.form-group .form-head .hijri .switch input {
    display: none;
}

.form-group .form-head .hijri .switch input:checked + .slider {
    background: #008055;
    border-color: #008055;
}

input[type="date"] {
    text-align: right;
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

input[type="date"]::before {
    content: "";
    position: absolute;
    background-image: url(../images/calendar.svg);
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) opacity(0.5);
}

.request-inner h4 {
    font-size: 20px;
    font-family: "sst-medium";
    margin-bottom: 15px;
}

.request-inner .form-group.has-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 20px;
}

.request-inner .form-group.has-btn .btn-outline {
    background: transparent;
    border-color: #008055;
    color: #008055;
}

.request-inner .form-group.has-btn .btn-outline:hover {
    background: #495463;
    color: #fff;
    border-color: #495463;
}

.privacy-text {
    border: 1px solid #a4aab1;
    border-radius: 10px;
    background: #fafafa;
    padding: 14px 24px;
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 10px;
}

label.form-check {
    margin: 0;
    display: inline-flex;
    align-items: center;
    padding: 0;
    column-gap: 11px;
    font-family: "sst-medium";
    font-size: 14px;
}

label.form-check input {
    width: 18px;
    height: 18px;
    accent-color: #008055;
}

label.form-check span {
    font-size: inherit;
    font-family: inherit;
}

label.form-check a {
    font-size: inherit;
    font-family: inherit;
    color: #008055;
}

.request-inner .inner-head .nav-tabs li .nav-link[disabled="true"]::before {
    background: #008055;
}

.request-inner .inner-head .nav-tabs li .nav-link[disabled="true"]::after {
    width: 200%;
}

.request-inner .inner-head .nav-tabs li .nav-link[disabled="true"] {
    color: #008055;
}

.form-group .input-group .input-group-btn .c-code {
    white-space: nowrap;
}

.form-group .input-group .input-group-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}

.form-group .input-group .form-control {
    margin: 0 !important;
    border-radius: 10px !important;
    font-size: 15px;
}

/* ******************** RESPONSIVE ******************** */

@media (max-width: 1200px) {
    .main-head .inner-head .main-menu ul {
        position: absolute;
        right: 0;
        top: 85px;
        width: 100%;
        background: #fff;
        display: none;
        border-radius: 10px;
        box-shadow: 10px 20px 20px #b5b5b529;
        z-index: 3;
        padding: 30px;
    }

    .main-head .inner-head .main-menu ul.active {
        display: block;
    }

    .main-head .inner-head {
        position: relative;
    }

    .main-head .inner-head .main-menu ul li {
        margin-bottom: 20px;
    }

    .main-head .inner-head .main-menu ul li:last-child {
        margin: 0;
    }

    .open-menu {
        display: inline-flex;
        width: auto;
    }

    .main-head .inner-head .main-menu {
        /* column-gap: 25px; */
    }

    .why-sec .col-lg-3 {
        width: 50%;
    }

    .why-block {
        min-height: auto;
    }

    .inner-hero .h-info h4 {
        font-size: 40px;
    }

    .inner-hero .h-info p {
        font-size: 18px;
    }

    .inner-hero .h-info {
        padding: 50px;
    }

    .inner-hero {
        border-radius: 20px 20px 50px 50px;
    }

    .wrapper::before {
        height: 400px;
        border-radius: 0 0 200px 200px;
    }

    .request-inner .col-md-6 {
        /* width: 50%; */
    }
}

@media (max-width: 768px) {
    .inner-hero .row {
        /* flex-direction: column-reverse; */
    }

    .inner-hero .h-info {
        text-align: center;
    }

    .inner-hero .h-info h4 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .hero-sec {
        margin-bottom: 50px;
    }

    .g-head h3 {
        font-size: 30px;
    }

    .why-block {
        min-height: 325px;
    }

    .choice-inner .ch-info {
        padding: 0 20px 50px;
        text-align: center;
    }

    .choice-inner .ch-info h4 {
        font-size: 25px;
    }

    .choice-inner .ch-info p {
        font-size: 17px;
        margin-top: 15px;
    }

    .choice-inner {
        border-radius: 20px 20px 50px 50px;
    }

    .add-request .row {
        flex-direction: column-reverse;
    }

    .add-request .add-img {
        margin: -5px;
    }

    .add-request .add-info {
        padding: 50px 0 0;
        text-align: center;
    }

    .footer-top {
        padding: 50px 0;
    }

    .footer-top .container {
        padding-top: 50px;
    }

    .footer-top .container > .row {
        flex-direction: column-reverse;
    }

    .footer-top .container .row {
        row-gap: 20px;
    }

    .footer-top .footer-info {
        text-align: center;
        margin-top: 2em;
    }

    .footer-top .footer-info p {
        max-width: none;
        margin-top: 2em;
    }

    .form-inner {
        border-radius: 50px 50px 20px 20px;
        padding: 50px 20px;
    }

    .about-inner {
        text-align: center;
        border-radius: 50px 50px 20px 20px;
        padding: 50px 20px;
    }

    .nabza-inner {
        border-radius: 20px 20px 50px 50px;
        padding: 50px 20px;
        text-align: center;
    }

    .nabza-inner .col-lg-5 {
        text-align: inherit;
    }

    .nabza-inner .row {
        flex-direction: column-reverse;
    }

    .about-blocks .row {
        row-gap: 50px;
    }

    .about-block {
        min-height: auto;
        border-radius: 20px 20px 50px 50px;
    }

    .wrapper {
        overflow-x: hidden;
    }
}

@media (max-width: 625px) {
    .main-head .inner-head .main-menu .btn {
        /* display: none; */
        height: 45px;
    }

    .main-head .inner-head {
        padding: 15px;
        border-radius: 15px;
    }

    .main-head {
        padding: 15px 0;
    }

    .inner-hero .h-info {
        padding-inline: 20px;
    }

    .why-block {
        min-height: 250px;
        padding: 15px;
    }

    .why-sec .col-lg-3 {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .why-sec .row {
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }

    .why-block img:not(.before),
    .why-sec .col-lg-3:nth-of-type(2) .why-block img:not(.before) {
        height: 100px;
    }

    .why-block h4 {
        max-width: 90%;
        font-size: 17px;
    }

    .why-sec {
        padding-bottom: 120px;
    }

    .choice-inner .ch-img {
        margin-top: -40px;
    }

    .choice-sec {
        padding-bottom: 50px;
    }

    .footer-top .col-lg-6.col-md-6 {
        /* width: 50%; */
    }

    .footer-top::after {
        background-position: bottom;
    }

    .footer-bottom .container {
        flex-direction: column-reverse;
    }

    .form-group textarea.form-control {
        height: 120px;
    }

    .form-inner .form-block ul li h5 {
        font-size: 15px;
    }

    .form-inner .form-block ul li a {
        font-size: 17px;
        display: inline-flex;
    }

    .form-inner .form-block ul li {
        overflow: hidden;
    }

    .loading div {
        width: 120px;
        height: 120px;
        box-shadow: 0 0 0 10px rgb(255 255 255 / 15%);
    }

    .request-inner {
        border-radius: 20px;
        padding: 20px 20px;
    }

    .request-inner .inner-head .nav-tabs {
        flex-wrap: nowrap;
        column-gap: 20px;
    }

    .request-inner .inner-head .nav-tabs li .nav-link {
        font-size: 13px;
    }

    .form-group > label,
    .form-group .form-head label {
        font-size: 13px;
    }

    .form-group .form-head .hijri b {
        font-size: 11px;
    }

    .form-group .form-head .hijri .switch {
        width: 35px;
        height: 20px;
    }

    .form-group .form-head .hijri .switch .slider::before {
        width: 15px;
        height: 15px;
    }

    .form-group .form-head .hijri {
        column-gap: 5px;
    }

    .form-group .form-head label {
        white-space: nowrap;
    }

    .form-group .form-control {
        font-size: 14px;
    }

    .request-inner .inner-head .nav-tabs li .nav-link.active::after {
        width: 100%;
    }

    .request-inner .inner-head .nav-tabs li .nav-link[disabled="true"]::after {
        width: 140%;
    }

    .form-group .c-code {
        padding: 0 10px;
        font-size: 13px;
    }
}

.fuel-table {
    background-color: white;
    box-shadow: 10px 20px 20px #b5b5b529;
    border-radius: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

th {
    font-weight: bold;
}

.table-bordered th, .table-bordered td { border: 1px solid #ddd!important }

.btn-sm {
    font-weight: 400;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    width: initial !important;
    height: 40px;
    font-size: 16px;
}

.btn-outline {
    background: transparent;
    border-color: #008055;
    color: #008055;
}

.hidden {
    display: none !important;
}


.is-invalid {
    border-color: red !important;
    border-width: 2px !important;
}


.alert li {
    margin-bottom: 10px;
    font-size: 16px;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #258055;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1) !important;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
}

.alert-danger li {
    font-weight: bold;
}

.alert-danger li:before {
    content: "— ";
}

.required:after {
    content: " * ";
    font-weight: bold;
    color: red;
}

#terms {
    height: 80px;
    z-index: 1000;
    border-top: 1px solid #b5b5b529;
}


/* Media query for screens smaller than 768px (e.g., tablets and phones) */
@media screen and (max-width: 768px) {
    #terms {
        height: 105px;
        display: flex;
        flex-direction: column;
    }
    #terms p {
        font-size: 15px !important;
        text-align: center;
        margin-bottom: 10px;

    }
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-dialog {
    margin: 15% auto;
    width: 80%;
}

/* Media query for smaller screens (e.g., mobile phones) */
@media (max-width: 767px) {
    .custom-modal {
        top: 10%;
    }
    .modal-dialog {
        width: 90%;
    }
}


.modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    border-radius: 5px;
}

.modal-header,
.modal-footer {
    padding: 15px;
    text-align: left;
    background-color: #f8f8f8; /* Bootstrap primary color */
}

.modal-body {
    padding: 15px;
}

.modal-body p {
    text-align: center;
    margin: 10px auto;
    line-height: 25px;
}

.close-modal {
    font-size: 20px;
}

.close-modal:hover {
    cursor: pointer;
}
