.btn-light-primary,
.bg-light-primary {
  background-color: #ff7933 !important;
}

.btn-outline-primary {
  color: #ff5800;
  border-color: #ff5800;
}
.btn-outline-primary:hover {
  background-color: transparent;
  border-color: #cc4600;
  color: #ff5800;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #b33e00;
  border-color: #b33e00;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #cc4600;
  color: #ff5800;
}

.btn-primary,
.bg-primary {
  background-color: #ff5800 !important;
  border-color: #ff5800 !important;
}

.btn-gradient-primary,
.bg-gradient-primary {
  background-image: linear-gradient(to right, #c74500, #ff600d) !important;
}

.border-light-primary {
  border-color: #ff7933 !important;
}

.border-primary {
  border-color: #ff5800 !important;
}

.text-light-primary {
  color: #ff7933 !important;
}

.text-primary {
  color: #ff5800 !important;
}

.btn-light-primary:hover, .btn-light-primary:active, .btn-light-primary:focus {
  background-color: #ff5800 !important;
  color: #ff7933 !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #d64a00 !important;
  border-color: #b83f00 !important;
}

.btn-light-secondary,
.bg-light-secondary {
  background-color: #5558a7 !important;
}

.btn-outline-secondary {
  color: #2b2e91;
  border-color: #2b2e91;
}
.btn-outline-secondary:hover {
  background-color: transparent;
  border-color: #1f226a;
  color: #2b2e91;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #1a1b56;
  border-color: #1a1b56;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #1f226a;
  color: #2b2e91;
}

.btn-secondary,
.bg-secondary {
  background-color: #2b2e91 !important;
  border-color: #2b2e91 !important;
}

.btn-gradient-secondary,
.bg-gradient-secondary {
  background-image: linear-gradient(to right, #222471, #363897) !important;
}

.border-light-secondary {
  border-color: #5558a7 !important;
}

.border-secondary {
  border-color: #2b2e91 !important;
}

.text-light-secondary {
  color: #5558a7 !important;
}

.text-secondary {
  color: #2b2e91 !important;
}

.btn-light-secondary:hover, .btn-light-secondary:active, .btn-light-secondary:focus {
  background-color: #2b2e91 !important;
  color: #5558a7 !important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #222472 !important;
  border-color: #1b1d5a !important;
}

.btn-light-footerBg,
.bg-light-footerBg {
  background-color: #f6f9f9 !important;
}

.btn-outline-footerBg {
  color: #F4F7F8;
  border-color: #F4F7F8;
}
.btn-outline-footerBg:hover {
  background-color: transparent;
  border-color: #d5e0e4;
  color: #F4F7F8;
}
.btn-outline-footerBg:disabled, .btn-outline-footerBg.disabled {
  color: #c5d5da;
  border-color: #c5d5da;
}
.btn-outline-footerBg:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #d5e0e4;
  color: #F4F7F8;
}

.btn-footerBg,
.bg-footerBg {
  background-color: #F4F7F8 !important;
  border-color: #F4F7F8 !important;
}

.btn-gradient-footerBg,
.bg-gradient-footerBg {
  background-image: linear-gradient(to right, #bec1c1, #f5f7f8) !important;
}

.border-light-footerBg {
  border-color: #f6f9f9 !important;
}

.border-footerBg {
  border-color: #F4F7F8 !important;
}

.text-light-footerBg {
  color: #f6f9f9 !important;
}

.text-footerBg {
  color: #F4F7F8 !important;
}

.btn-light-footerBg:hover, .btn-light-footerBg:active, .btn-light-footerBg:focus {
  background-color: #F4F7F8 !important;
  color: #f6f9f9 !important;
}

.btn-footerBg:hover, .btn-footerBg:active, .btn-footerBg:focus {
  background-color: #dbe5e8 !important;
  border-color: #c8d7dc !important;
}

.btn-light-descText,
.bg-light-descText {
  background-color: rgba(94, 94, 94, 0.68) !important;
}

.btn-outline-descText {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-descText:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.btn-outline-descText:disabled, .btn-outline-descText.disabled {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-descText:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}

.btn-descText,
.bg-descText {
  background-color: rgba(0, 0, 0, 0.6) !important;
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.btn-gradient-descText,
.bg-gradient-descText {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.688), rgba(28, 28, 28, 0.62)) !important;
}

.border-light-descText {
  border-color: rgba(94, 94, 94, 0.68) !important;
}

.border-descText {
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.text-light-descText {
  color: rgba(94, 94, 94, 0.68) !important;
}

.text-descText {
  color: rgba(0, 0, 0, 0.6) !important;
}

.btn-light-descText:hover, .btn-light-descText:active, .btn-light-descText:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
  color: rgba(94, 94, 94, 0.68) !important;
}

.btn-descText:hover, .btn-descText:active, .btn-descText:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.btn-light-bordercolor,
.bg-light-bordercolor {
  background-color: #ededed !important;
}

.btn-outline-bordercolor {
  color: #E9E9E9;
  border-color: #E9E9E9;
}
.btn-outline-bordercolor:hover {
  background-color: transparent;
  border-color: #d0d0d0;
  color: #E9E9E9;
}
.btn-outline-bordercolor:disabled, .btn-outline-bordercolor.disabled {
  color: #c3c3c3;
  border-color: #c3c3c3;
}
.btn-outline-bordercolor:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #d0d0d0;
  color: #E9E9E9;
}

.btn-bordercolor,
.bg-bordercolor {
  background-color: #E9E9E9 !important;
  border-color: #E9E9E9 !important;
}

.btn-gradient-bordercolor,
.bg-gradient-bordercolor {
  background-image: linear-gradient(to right, #b6b6b6, #eaeaea) !important;
}

.border-light-bordercolor {
  border-color: #ededed !important;
}

.border-bordercolor {
  border-color: #E9E9E9 !important;
}

.text-light-bordercolor {
  color: #ededed !important;
}

.text-bordercolor {
  color: #E9E9E9 !important;
}

.btn-light-bordercolor:hover, .btn-light-bordercolor:active, .btn-light-bordercolor:focus {
  background-color: #E9E9E9 !important;
  color: #ededed !important;
}

.btn-bordercolor:hover, .btn-bordercolor:active, .btn-bordercolor:focus {
  background-color: #d5d5d5 !important;
  border-color: #c5c5c5 !important;
}

.btn-light-gray,
.bg-light-gray {
  background-color: rgba(94, 94, 94, 0.68) !important;
}

.btn-outline-gray {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-gray:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-gray:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}

.btn-gray,
.bg-gray {
  background-color: rgba(0, 0, 0, 0.6) !important;
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.btn-gradient-gray,
.bg-gradient-gray {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.688), rgba(28, 28, 28, 0.62)) !important;
}

.border-light-gray {
  border-color: rgba(94, 94, 94, 0.68) !important;
}

.border-gray {
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.text-light-gray {
  color: rgba(94, 94, 94, 0.68) !important;
}

.text-gray {
  color: rgba(0, 0, 0, 0.6) !important;
}

.btn-light-gray:hover, .btn-light-gray:active, .btn-light-gray:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
  color: rgba(94, 94, 94, 0.68) !important;
}

.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.btn-light-grayColor,
.bg-light-grayColor {
  background-color: #8d9d94 !important;
}

.btn-outline-grayColor {
  color: #718479;
  border-color: #718479;
}
.btn-outline-grayColor:hover {
  background-color: transparent;
  border-color: #596960;
  color: #718479;
}
.btn-outline-grayColor:disabled, .btn-outline-grayColor.disabled {
  color: #4e5b53;
  border-color: #4e5b53;
}
.btn-outline-grayColor:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #596960;
  color: #718479;
}

.btn-grayColor,
.bg-grayColor {
  background-color: #718479 !important;
  border-color: #718479 !important;
}

.btn-gradient-grayColor,
.bg-gradient-grayColor {
  background-image: linear-gradient(to right, #58675e, #788a80) !important;
}

.border-light-grayColor {
  border-color: #8d9d94 !important;
}

.border-grayColor {
  border-color: #718479 !important;
}

.text-light-grayColor {
  color: #8d9d94 !important;
}

.text-grayColor {
  color: #718479 !important;
}

.btn-light-grayColor:hover, .btn-light-grayColor:active, .btn-light-grayColor:focus {
  background-color: #718479 !important;
  color: #8d9d94 !important;
}

.btn-grayColor:hover, .btn-grayColor:active, .btn-grayColor:focus {
  background-color: #5e6e65 !important;
  border-color: #505e56 !important;
}

.btn-light-success,
.bg-light-success {
  background-color: #33ca66 !important;
}

.btn-outline-success {
  color: #00BD40;
  border-color: #00BD40;
}
.btn-outline-success:hover {
  background-color: transparent;
  border-color: #008a2f;
  color: #00BD40;
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #007126;
  border-color: #007126;
}
.btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #008a2f;
  color: #00BD40;
}

.btn-success,
.bg-success {
  background-color: #00BD40 !important;
  border-color: #00BD40 !important;
}

.btn-gradient-success,
.bg-gradient-success {
  background-image: linear-gradient(to right, #009332, #0dc04a) !important;
}

.border-light-success {
  border-color: #33ca66 !important;
}

.border-success {
  border-color: #00BD40 !important;
}

.text-light-success {
  color: #33ca66 !important;
}

.text-success {
  color: #00BD40 !important;
}

.btn-light-success:hover, .btn-light-success:active, .btn-light-success:focus {
  background-color: #00BD40 !important;
  color: #33ca66 !important;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
  background-color: #009432 !important;
  border-color: #007628 !important;
}

.btn-light-primaryColor-2,
.bg-light-primaryColor-2 {
  background-color: #eef4ed !important;
}

.btn-outline-primaryColor-2 {
  color: #EAF1E9;
  border-color: #EAF1E9;
}
.btn-outline-primaryColor-2:hover {
  background-color: transparent;
  border-color: #ccddca;
  color: #EAF1E9;
}
.btn-outline-primaryColor-2:disabled, .btn-outline-primaryColor-2.disabled {
  color: #bdd3ba;
  border-color: #bdd3ba;
}
.btn-outline-primaryColor-2:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #ccddca;
  color: #EAF1E9;
}

.btn-primaryColor-2,
.bg-primaryColor-2 {
  background-color: #EAF1E9 !important;
  border-color: #EAF1E9 !important;
}

.btn-gradient-primaryColor-2,
.bg-gradient-primaryColor-2 {
  background-image: linear-gradient(to right, #b7bcb6, #ebf2ea) !important;
}

.border-light-primaryColor-2 {
  border-color: #eef4ed !important;
}

.border-primaryColor-2 {
  border-color: #EAF1E9 !important;
}

.text-light-primaryColor-2 {
  color: #eef4ed !important;
}

.text-primaryColor-2 {
  color: #EAF1E9 !important;
}

.btn-light-primaryColor-2:hover, .btn-light-primaryColor-2:active, .btn-light-primaryColor-2:focus {
  background-color: #EAF1E9 !important;
  color: #eef4ed !important;
}

.btn-primaryColor-2:hover, .btn-primaryColor-2:active, .btn-primaryColor-2:focus {
  background-color: #d2e1d0 !important;
  border-color: #c0d5bd !important;
}

.btn-light-primaryTextColor,
.bg-light-primaryTextColor {
  background-color: #8bb599 !important;
}

.btn-outline-primaryTextColor {
  color: #6EA280;
  border-color: #6EA280;
}
.btn-outline-primaryTextColor:hover {
  background-color: transparent;
  border-color: #568767;
  color: #6EA280;
}
.btn-outline-primaryTextColor:disabled, .btn-outline-primaryTextColor.disabled {
  color: #4c775b;
  border-color: #4c775b;
}
.btn-outline-primaryTextColor:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #568767;
  color: #6EA280;
}

.btn-primaryTextColor,
.bg-primaryTextColor {
  background-color: #6EA280 !important;
  border-color: #6EA280 !important;
}

.btn-gradient-primaryTextColor,
.bg-gradient-primaryTextColor {
  background-image: linear-gradient(to right, #567e64, #75a786) !important;
}

.border-light-primaryTextColor {
  border-color: #8bb599 !important;
}

.border-primaryTextColor {
  border-color: #6EA280 !important;
}

.text-light-primaryTextColor {
  color: #8bb599 !important;
}

.text-primaryTextColor {
  color: #6EA280 !important;
}

.btn-light-primaryTextColor:hover, .btn-light-primaryTextColor:active, .btn-light-primaryTextColor:focus {
  background-color: #6EA280 !important;
  color: #8bb599 !important;
}

.btn-primaryTextColor:hover, .btn-primaryTextColor:active, .btn-primaryTextColor:focus {
  background-color: #5a8d6c !important;
  border-color: #4e7a5e !important;
}

.btn-light-primaryBgColor,
.bg-light-primaryBgColor {
  background-color: #eef4ed !important;
}

.btn-outline-primaryBgColor {
  color: #EAF1E9;
  border-color: #EAF1E9;
}
.btn-outline-primaryBgColor:hover {
  background-color: transparent;
  border-color: #ccddca;
  color: #EAF1E9;
}
.btn-outline-primaryBgColor:disabled, .btn-outline-primaryBgColor.disabled {
  color: #bdd3ba;
  border-color: #bdd3ba;
}
.btn-outline-primaryBgColor:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #ccddca;
  color: #EAF1E9;
}

.btn-primaryBgColor,
.bg-primaryBgColor {
  background-color: #EAF1E9 !important;
  border-color: #EAF1E9 !important;
}

.btn-gradient-primaryBgColor,
.bg-gradient-primaryBgColor {
  background-image: linear-gradient(to right, #b7bcb6, #ebf2ea) !important;
}

.border-light-primaryBgColor {
  border-color: #eef4ed !important;
}

.border-primaryBgColor {
  border-color: #EAF1E9 !important;
}

.text-light-primaryBgColor {
  color: #eef4ed !important;
}

.text-primaryBgColor {
  color: #EAF1E9 !important;
}

.btn-light-primaryBgColor:hover, .btn-light-primaryBgColor:active, .btn-light-primaryBgColor:focus {
  background-color: #EAF1E9 !important;
  color: #eef4ed !important;
}

.btn-primaryBgColor:hover, .btn-primaryBgColor:active, .btn-primaryBgColor:focus {
  background-color: #d2e1d0 !important;
  border-color: #c0d5bd !important;
}

.btn-light-borderColor,
.bg-light-borderColor {
  background-color: #fdfcfc !important;
}

.btn-outline-borderColor {
  color: #FDFBFB;
  border-color: #FDFBFB;
}
.btn-outline-borderColor:hover {
  background-color: transparent;
  border-color: #ecd9d9;
  color: #FDFBFB;
}
.btn-outline-borderColor:disabled, .btn-outline-borderColor.disabled {
  color: #e4c8c8;
  border-color: #e4c8c8;
}
.btn-outline-borderColor:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #ecd9d9;
  color: #FDFBFB;
}

.btn-borderColor,
.bg-borderColor {
  background-color: #FDFBFB !important;
  border-color: #FDFBFB !important;
}

.btn-gradient-borderColor,
.bg-gradient-borderColor {
  background-image: linear-gradient(to right, #c5c4c4, #fdfbfb) !important;
}

.border-light-borderColor {
  border-color: #fdfcfc !important;
}

.border-borderColor {
  border-color: #FDFBFB !important;
}

.text-light-borderColor {
  color: #fdfcfc !important;
}

.text-borderColor {
  color: #FDFBFB !important;
}

.btn-light-borderColor:hover, .btn-light-borderColor:active, .btn-light-borderColor:focus {
  background-color: #FDFBFB !important;
  color: #fdfcfc !important;
}

.btn-borderColor:hover, .btn-borderColor:active, .btn-borderColor:focus {
  background-color: #efe0e0 !important;
  border-color: #e5cbcb !important;
}

.btn-light-mainBgColor,
.bg-light-mainBgColor {
  background-color: #fdfcfc !important;
}

.btn-outline-mainBgColor {
  color: #FDFBFB;
  border-color: #FDFBFB;
}
.btn-outline-mainBgColor:hover {
  background-color: transparent;
  border-color: #ecd9d9;
  color: #FDFBFB;
}
.btn-outline-mainBgColor:disabled, .btn-outline-mainBgColor.disabled {
  color: #e4c8c8;
  border-color: #e4c8c8;
}
.btn-outline-mainBgColor:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #ecd9d9;
  color: #FDFBFB;
}

.btn-mainBgColor,
.bg-mainBgColor {
  background-color: #FDFBFB !important;
  border-color: #FDFBFB !important;
}

.btn-gradient-mainBgColor,
.bg-gradient-mainBgColor {
  background-image: linear-gradient(to right, #c5c4c4, #fdfbfb) !important;
}

.border-light-mainBgColor {
  border-color: #fdfcfc !important;
}

.border-mainBgColor {
  border-color: #FDFBFB !important;
}

.text-light-mainBgColor {
  color: #fdfcfc !important;
}

.text-mainBgColor {
  color: #FDFBFB !important;
}

.btn-light-mainBgColor:hover, .btn-light-mainBgColor:active, .btn-light-mainBgColor:focus {
  background-color: #FDFBFB !important;
  color: #fdfcfc !important;
}

.btn-mainBgColor:hover, .btn-mainBgColor:active, .btn-mainBgColor:focus {
  background-color: #efe0e0 !important;
  border-color: #e5cbcb !important;
}

.btn-light-dark,
.bg-light-dark {
  background-color: #515151 !important;
}

.btn-outline-dark {
  color: #262626;
  border-color: #262626;
}
.btn-outline-dark:hover {
  background-color: transparent;
  border-color: #0d0d0d;
  color: #262626;
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: black;
  border-color: black;
}
.btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #0d0d0d;
  color: #262626;
}

.btn-dark,
.bg-dark {
  background-color: #262626 !important;
  border-color: #262626 !important;
}

.btn-gradient-dark,
.bg-gradient-dark {
  background-image: linear-gradient(to right, #1e1e1e, #313131) !important;
}

.border-light-dark {
  border-color: #515151 !important;
}

.border-dark {
  border-color: #262626 !important;
}

.text-light-dark {
  color: #515151 !important;
}

.text-dark {
  color: #262626 !important;
}

.btn-light-dark:hover, .btn-light-dark:active, .btn-light-dark:focus {
  background-color: #262626 !important;
  color: #515151 !important;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #121212 !important;
  border-color: #020202 !important;
}

.btn-light-danger,
.bg-light-danger {
  background-color: #e16161 !important;
}

.btn-outline-danger {
  color: #D93939;
  border-color: #D93939;
}
.btn-outline-danger:hover {
  background-color: transparent;
  border-color: #bb2424;
  color: #D93939;
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #a62020;
  border-color: #a62020;
}
.btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #bb2424;
  color: #D93939;
}

.btn-danger,
.bg-danger {
  background-color: #D93939 !important;
  border-color: #D93939 !important;
}

.btn-gradient-danger,
.bg-gradient-danger {
  background-image: linear-gradient(to right, #a92c2c, #db4343) !important;
}

.border-light-danger {
  border-color: #e16161 !important;
}

.border-danger {
  border-color: #D93939 !important;
}

.text-light-danger {
  color: #e16161 !important;
}

.text-danger {
  color: #D93939 !important;
}

.btn-light-danger:hover, .btn-light-danger:active, .btn-light-danger:focus {
  background-color: #D93939 !important;
  color: #e16161 !important;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  background-color: #c42626 !important;
  border-color: #aa2121 !important;
}

.btn-light-warning,
.bg-light-warning {
  background-color: #f9a63a !important;
}

.btn-outline-warning {
  color: #F79009;
  border-color: #F79009;
}
.btn-outline-warning:hover {
  background-color: transparent;
  border-color: #c77306;
  color: #F79009;
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ae6506;
  border-color: #ae6506;
}
.btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #c77306;
  color: #F79009;
}

.btn-warning,
.bg-warning {
  background-color: #F79009 !important;
  border-color: #F79009 !important;
}

.btn-gradient-warning,
.bg-gradient-warning {
  background-image: linear-gradient(to right, #c17007, #f79615) !important;
}

.border-light-warning {
  border-color: #f9a63a !important;
}

.border-warning {
  border-color: #F79009 !important;
}

.text-light-warning {
  color: #f9a63a !important;
}

.text-warning {
  color: #F79009 !important;
}

.btn-light-warning:hover, .btn-light-warning:active, .btn-light-warning:focus {
  background-color: #F79009 !important;
  color: #f9a63a !important;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  background-color: #d07907 !important;
  border-color: #b36806 !important;
}

.btn-light-white,
.bg-light-white {
  background-color: white !important;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover {
  background-color: transparent;
  border-color: #e6e6e6;
  color: #ffffff;
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-outline-white:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #e6e6e6;
  color: #ffffff;
}

.btn-white,
.bg-white {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn-gradient-white,
.bg-gradient-white {
  background-image: linear-gradient(to right, #c7c7c7, white) !important;
}

.border-light-white {
  border-color: white !important;
}

.border-white {
  border-color: #ffffff !important;
}

.text-light-white {
  color: white !important;
}

.text-white {
  color: #ffffff !important;
}

.btn-light-white:hover, .btn-light-white:active, .btn-light-white:focus {
  background-color: #ffffff !important;
  color: white !important;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
  background-color: #ebebeb !important;
  border-color: #dbdbdb !important;
}

.btn-light-textBanner,
.bg-light-textBanner {
  background-color: #fdfdff !important;
}

.btn-outline-textBanner {
  color: #FDFCFF;
  border-color: #FDFCFF;
}
.btn-outline-textBanner:hover {
  background-color: transparent;
  border-color: #dbc9ff;
  color: #FDFCFF;
}
.btn-outline-textBanner:disabled, .btn-outline-textBanner.disabled {
  color: #cab0ff;
  border-color: #cab0ff;
}
.btn-outline-textBanner:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #dbc9ff;
  color: #FDFCFF;
}

.btn-textBanner,
.bg-textBanner {
  background-color: #FDFCFF !important;
  border-color: #FDFCFF !important;
}

.btn-gradient-textBanner,
.bg-gradient-textBanner {
  background-image: linear-gradient(to right, #c5c5c7, #fdfcff) !important;
}

.border-light-textBanner {
  border-color: #fdfdff !important;
}

.border-textBanner {
  border-color: #FDFCFF !important;
}

.text-light-textBanner {
  color: #fdfdff !important;
}

.text-textBanner {
  color: #FDFCFF !important;
}

.btn-light-textBanner:hover, .btn-light-textBanner:active, .btn-light-textBanner:focus {
  background-color: #FDFCFF !important;
  color: #fdfdff !important;
}

.btn-textBanner:hover, .btn-textBanner:active, .btn-textBanner:focus {
  background-color: #e2d3ff !important;
  border-color: #cdb5ff !important;
}

.btn-light-selectionBg,
.bg-light-selectionBg {
  background-color: #333333 !important;
}

.btn-outline-selectionBg {
  color: #000;
  border-color: #000;
}
.btn-outline-selectionBg:hover {
  background-color: transparent;
  border-color: black;
  color: #000;
}
.btn-outline-selectionBg:disabled, .btn-outline-selectionBg.disabled {
  color: black;
  border-color: black;
}
.btn-outline-selectionBg:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: black;
  color: #000;
}

.btn-selectionBg,
.bg-selectionBg {
  background-color: #000 !important;
  border-color: #000 !important;
}

.btn-gradient-selectionBg,
.bg-gradient-selectionBg {
  background-image: linear-gradient(to right, black, #0d0d0d) !important;
}

.border-light-selectionBg {
  border-color: #333333 !important;
}

.border-selectionBg {
  border-color: #000 !important;
}

.text-light-selectionBg {
  color: #333333 !important;
}

.text-selectionBg {
  color: #000 !important;
}

.btn-light-selectionBg:hover, .btn-light-selectionBg:active, .btn-light-selectionBg:focus {
  background-color: #000 !important;
  color: #333333 !important;
}

.btn-selectionBg:hover, .btn-selectionBg:active, .btn-selectionBg:focus {
  background-color: black !important;
  border-color: black !important;
}

.btn-light-selectionColor,
.bg-light-selectionColor {
  background-color: white !important;
}

.btn-outline-selectionColor {
  color: #fff;
  border-color: #fff;
}
.btn-outline-selectionColor:hover {
  background-color: transparent;
  border-color: #e6e6e6;
  color: #fff;
}
.btn-outline-selectionColor:disabled, .btn-outline-selectionColor.disabled {
  color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-outline-selectionColor:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #e6e6e6;
  color: #fff;
}

.btn-selectionColor,
.bg-selectionColor {
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-gradient-selectionColor,
.bg-gradient-selectionColor {
  background-image: linear-gradient(to right, #c7c7c7, white) !important;
}

.border-light-selectionColor {
  border-color: white !important;
}

.border-selectionColor {
  border-color: #fff !important;
}

.text-light-selectionColor {
  color: white !important;
}

.text-selectionColor {
  color: #fff !important;
}

.btn-light-selectionColor:hover, .btn-light-selectionColor:active, .btn-light-selectionColor:focus {
  background-color: #fff !important;
  color: white !important;
}

.btn-selectionColor:hover, .btn-selectionColor:active, .btn-selectionColor:focus {
  background-color: #ebebeb !important;
  border-color: #dbdbdb !important;
}

.btn-light-scrollTrackBg,
.bg-light-scrollTrackBg {
  background-color: white !important;
}

.btn-outline-scrollTrackBg {
  color: #fff;
  border-color: #fff;
}
.btn-outline-scrollTrackBg:hover {
  background-color: transparent;
  border-color: #e6e6e6;
  color: #fff;
}
.btn-outline-scrollTrackBg:disabled, .btn-outline-scrollTrackBg.disabled {
  color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-outline-scrollTrackBg:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #e6e6e6;
  color: #fff;
}

.btn-scrollTrackBg,
.bg-scrollTrackBg {
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-gradient-scrollTrackBg,
.bg-gradient-scrollTrackBg {
  background-image: linear-gradient(to right, #c7c7c7, white) !important;
}

.border-light-scrollTrackBg {
  border-color: white !important;
}

.border-scrollTrackBg {
  border-color: #fff !important;
}

.text-light-scrollTrackBg {
  color: white !important;
}

.text-scrollTrackBg {
  color: #fff !important;
}

.btn-light-scrollTrackBg:hover, .btn-light-scrollTrackBg:active, .btn-light-scrollTrackBg:focus {
  background-color: #fff !important;
  color: white !important;
}

.btn-scrollTrackBg:hover, .btn-scrollTrackBg:active, .btn-scrollTrackBg:focus {
  background-color: #ebebeb !important;
  border-color: #dbdbdb !important;
}

.btn-light-scrollThumbBg,
.bg-light-scrollThumbBg {
  background-color: #d7d7d7 !important;
}

.btn-outline-scrollThumbBg {
  color: #cdcdcd;
  border-color: #cdcdcd;
}
.btn-outline-scrollThumbBg:hover {
  background-color: transparent;
  border-color: #b4b4b4;
  color: #cdcdcd;
}
.btn-outline-scrollThumbBg:disabled, .btn-outline-scrollThumbBg.disabled {
  color: #a7a7a7;
  border-color: #a7a7a7;
}
.btn-outline-scrollThumbBg:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #b4b4b4;
  color: #cdcdcd;
}

.btn-scrollThumbBg,
.bg-scrollThumbBg {
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}

.btn-gradient-scrollThumbBg,
.bg-gradient-scrollThumbBg {
  background-image: linear-gradient(to right, #a0a0a0, #d0d0d0) !important;
}

.border-light-scrollThumbBg {
  border-color: #d7d7d7 !important;
}

.border-scrollThumbBg {
  border-color: #cdcdcd !important;
}

.text-light-scrollThumbBg {
  color: #d7d7d7 !important;
}

.text-scrollThumbBg {
  color: #cdcdcd !important;
}

.btn-light-scrollThumbBg:hover, .btn-light-scrollThumbBg:active, .btn-light-scrollThumbBg:focus {
  background-color: #cdcdcd !important;
  color: #d7d7d7 !important;
}

.btn-scrollThumbBg:hover, .btn-scrollThumbBg:active, .btn-scrollThumbBg:focus {
  background-color: #b9b9b9 !important;
  border-color: darkgray !important;
}

/*---------*/
@font-face {
  font-family: "Tajawal-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Tajawal-Regular.woff2") format("woff2"), url("../fonts/Tajawal-Regular.woff") format("woff"), url("../fonts/Tajawal-Regular.ttf") format("truetype"), url("../fonts/Tajawal-Regular.eot") format("eot");
  font-display: swap;
}
/*---------*/
@font-face {
  font-family: "Tajawal-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Tajawal-Bold.woff2") format("woff2"), url("../fonts/Tajawal-Bold.woff") format("woff"), url("../fonts/Tajawal-Bold.ttf") format("truetype"), url("../fonts/Tajawal-Bold.eot") format("eot");
  font-display: swap;
}
/*-----------------------
   fontFamily
-------------------------*/
/*-----------------------
    Global Styles
-------------------------*/
::-moz-selection {
  background: #262626;
  color: #ffffff;
}
::selection {
  background: #262626;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #F1F1F1;
}

::-webkit-scrollbar-thumb {
  background: #BBBDC1;
  border-radius: 120px;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  scroll-behavior: initial;
  overflow-x: hidden !important;
}

body {
  font-size: 16px;
  vertical-align: baseline;
  overflow-x: hidden !important;
  font-family: "Tajawal-Regular", sans-serif;
  font-weight: 400;
  background: #FDFBFB;
  font-style: normal;
}
body.modal-open {
  padding-right: 0 !important;
}
body.show-overlay {
  overflow: hidden;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  text-decoration: none !important;
  transition: all 1s ease-out;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: 0 !important;
  border: 0;
}

.btn {
  box-shadow: none !important;
  outline: 0 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

ol,
ul {
  list-style: none;
}

figure,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-rendering: optimizelegibility;
  margin-top: 0;
  margin-bottom: 0;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: inherit;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: inherit;
  border-color: transparent;
}

.icon-width-20 {
  width: 20px !important;
}

/*-----------------------
    Global Styles
-------------------------*/
.div-title {
  font-family: "Tajawal-Bold", sans-serif;
  color: #262626;
}
.div-title img {
  width: 18px;
  filter: brightness(0) saturate(100%) invert(49%) sepia(75%) saturate(4968%) hue-rotate(0deg) brightness(102%) contrast(105%);
}
.div-title .show-all {
  font-size: 18px;
  color: #718479;
  font-family: "Tajawal-Bold", sans-serif;
  outline: none;
  border-color: transparent;
  box-shadow: unset;
  border: 0;
}
.div-title .show-all img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(5%) saturate(919%) hue-rotate(92deg) brightness(92%) contrast(86%);
  width: 24px;
}
html[dir=ltr] .div-title .show-all img {
  transform: scaleX(-1) rotateZ(45deg);
}
html[dir=rtl] .div-title .show-all img {
  transform: scaleX(1) rotateZ(45deg);
}

.subtitle {
  font-family: "Tajawal-Bold", sans-serif;
  color: #ffffff;
}

.btn-link-more {
  color: #ff5800;
  transition: all 1s ease-out;
}
.btn-link-more:hover, .btn-link-more:first-child:active {
  color: #2b2e91;
}
.btn-link-more:hover img, .btn-link-more:first-child:active img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(81%) saturate(1909%) hue-rotate(223deg) brightness(99%) contrast(95%);
}
html[dir=ltr] .btn-link-more:hover img, html[dir=ltr] .btn-link-more:first-child:active img {
  transform: scaleX(-1);
}
html[dir=rtl] .btn-link-more:hover img, html[dir=rtl] .btn-link-more:first-child:active img {
  transform: scaleX(1);
}
.btn-link-more span {
  font-size: 16px;
}
.btn-link-more img {
  width: 16px;
  filter: brightness(0) saturate(100%) invert(49%) sepia(75%) saturate(4968%) hue-rotate(0deg) brightness(102%) contrast(105%);
}

.badge-span {
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: unset;
  min-height: 33px;
  font-size: 14px;
  transform: translateX(-30%) translateY(0%) rotate(-45deg);
  transform-origin: top right;
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}
html[dir=rtl] .badge-span {
  right: unset;
  left: 0;
}
html[dir=ltr] .badge-span {
  right: 0;
  left: unset;
}
.badge-span::after, .badge-span::before {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px;
}
.badge-span::before {
  right: 100%;
}
.badge-span::after {
  left: 100%;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  border-radius: 50px;
  background: #ff5800;
}
.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
}

.swiper-pagination {
  top: 0;
  bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  max-width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #ff5800;
  border: 5px solid #ff5800;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
html[dir=ltr] .swiper-button-next:after,
html[dir=ltr] .swiper-rtl .swiper-button-prev:after,
html[dir=ltr] .swiper-button-prev:after,
html[dir=ltr] .swiper-rtl .swiper-button-next:after {
  transform: scaleX(-1);
}
html[dir=rtl] .swiper-button-next:after,
html[dir=rtl] .swiper-rtl .swiper-button-prev:after,
html[dir=rtl] .swiper-button-prev:after,
html[dir=rtl] .swiper-rtl .swiper-button-next:after {
  transform: scaleX(1);
}

.swiper-pagination.swiper-pagination-fraction {
  font-size: 18px;
  color: #fff;
  font-family: "Tajawal-Bold", sans-serif;
}

.one-line {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.three-line {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagination .page-link {
  border: 1px solid #2b2e91 !important;
  border-radius: 0px !important;
  width: 35px;
  height: 35px;
  color: #2b2e91 !important;
}
.pagination .page-link.active {
  background: #ff5800 !important;
  border: #ff5800 !important;
  color: #ffffff !important;
}

/*-----------------------
    preloader 
-------------------------*/
#preloader-background,
#circle-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit- flex;
  display: -ms- flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader-background {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #E9E9E9;
}
html[dir=rtl] #preloader-background {
  right: 0;
  left: 0;
}
html[dir=ltr] #preloader-background {
  right: 0;
  left: 0;
}

#circle-loader {
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 10px;
  border-top-color: #ff5800;
  border-right-color: #ff5800;
  border-bottom-color: #FDFBFB;
  border-left-color: #FDFBFB;
  border-radius: 50%;
  animation: spinLoader 2s linear infinite;
}
@media only screen and (min-width: 991px) {
  #circle-loader {
    width: 400px;
    height: 400px;
  }
}
@keyframes spinLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#centre-logo {
  position: fixed;
  width: 150px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 991px) {
  #centre-logo {
    width: 300px;
  }
}

.animatePageIn {
  position: relative;
  -webkit-animation-name: animatePageIn;
  -webkit-animation-duration: 3s;
  animation-name: animatePageIn;
  animation-duration: 3s;
}
@keyframes animatePageIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-----------------------
    header Styles
-------------------------*/
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
}
.header .btn-fav {
  border: 1px solid #2C5E79;
  color: #2C5E79;
  background: transparent;
  text-transform: capitalize;
  font-family: "Tajawal-Bold", sans-serif;
  border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  .header .btn-fav {
    font-size: 1rem;
    justify-content: center;
    width: 95%;
    margin: 1rem auto;
    min-height: 42px;
  }
}
.header .fav-header-icon {
  font-size: 17px;
}

.brand {
  display: flex;
  align-items: center;
}
.brand img {
  height: 55px;
}

.mobile-screen {
  display: flex !important;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.navbar .navbar__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  width: 100%;
}
.navbar .navbar__center {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
}
.navbar .navbar__right {
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  display: none;
}
.navbar .navbar__right .btn-order {
  padding: 11px 14px;
  border: 1.5px solid #fff;
  font-size: 14px;
  border-radius: 30px;
  color: #fff;
  font-family: "Tajawal-Bold", sans-serif;
}
.navbar .navbar__right .circle-btn {
  padding: 0;
  color: #0c78a7;
  font-size: 16px;
}
.navbar .navbar__right .circle-btn img {
  width: 20px;
}
@media (min-width: 992px) {
  .navbar .navbar__right .circle-btn {
    min-inline-size: 40px;
    max-inline-size: 40px;
    block-size: 40px;
    border-radius: 100%;
    border: 0.3px solid rgba(3, 80, 111, 0.5);
    background: rgb(244, 244, 244);
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  max-width: 85%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  background-color: #fff;
  transform: translate(-100%);
  transition: all 0.4s ease-in-out;
}
.menu.is-active {
  transform: translate(0%);
}
.menu.is-active .menu__link img {
  width: 16px;
}
.menu.is-active .submenu {
  background-color: #fff;
  height: calc(100% - 3rem);
}
.menu .menu__header:not(.is-active) {
  display: none;
  visibility: hidden;
  background: transparent;
}
.menu .menu__header.is-active {
  display: flex;
  align-items: center;
  height: 4rem;
  visibility: visible;
  background-color: #6c7a8d;
  box-shadow: 0 2px 6px rgba(217, 217, 217, 0.5019607843);
  border-radius: 0;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 16px;
  z-index: 11;
}
.menu .menu__header.is-active span {
  color: #ffffff;
  font-size: 1.3rem;
  font-family: "Tajawal-Bold", sans-serif;
}
.menu .menu__header.is-active > .menu__arrow {
  display: flex;
}
.menu .menu__header.is-active > .menu__arrow i {
  color: #ffffff;
  font-size: 1rem;
}
html[dir=ltr] .menu .menu__header.is-active > .menu__arrow i {
  transform: scaleX(-1);
}
html[dir=rtl] .menu .menu__header.is-active > .menu__arrow i {
  transform: scaleX(1);
}
.menu .menu__header .menu__arrow {
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu .menu__header .menu__title {
  cursor: pointer;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  transition: all 0.25s ease;
}
.menu .menu__inner {
  height: calc(100% - 0rem);
  margin-top: 0rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.menu .menu__inner .login-Section {
  background-color: #fff;
  border-bottom: 0.3px solid rgba(0, 0, 0, 0.1);
}
.menu .menu__inner .login-Section .btn-login {
  background: transparent;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  padding: 8px 12px;
  color: #ff5800;
}
.menu .menu__inner .options__user__info {
  border-bottom: 0.3px solid rgba(0, 0, 0, 0.1);
}
.menu .menu__inner .options__user__info .user__info {
  width: calc(100% - 3rem);
}
.menu .menu__inner .options__user__info .user__info img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
}
.menu .menu__inner .options__user__info .user__info span {
  font-size: 14px;
  color: #ff5800;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Tajawal-Bold", sans-serif;
}
.menu .menu__inner .border-bottom {
  border-bottom: 0.3px solid rgba(0, 0, 0, 0.1);
}
.menu .menu__inner .input-group {
  border: 1px solid rgba(17, 17, 17, 0.09);
  border-radius: 6px;
  width: 100%;
  min-height: 44px;
}
.menu .menu__inner .input-group .form-control,
.menu .menu__inner .input-group .input-group-text {
  background: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.menu .menu__inner .input-group .form-control::-moz-placeholder, .menu .menu__inner .input-group .input-group-text::-moz-placeholder {
  color: rgba(17, 17, 17, 0.4);
  font-weight: 500;
}
.menu .menu__inner .input-group .form-control::placeholder,
.menu .menu__inner .input-group .input-group-text::placeholder {
  color: rgba(17, 17, 17, 0.4);
  font-weight: 500;
}
.menu .menu__inner .header__subscribe {
  background: var(--brand-50, rgb(249, 235, 230));
}
.menu .menu__inner .header__subscribe h4 {
  font-family: "Tajawal-Bold", sans-serif;
  font-size: 14px;
  color: rgba(59, 59, 59, 0.7);
}
.menu .menu__inner .header__subscribe h4 span {
  color: #ff5800;
}
.menu .menu__inner .header__subscribe p {
  font-size: 13px;
  color: rgb(59, 59, 59);
}
.menu .menu__inner .header__subscribe .more__links a {
  color: rgb(59, 59, 59);
  text-decoration: underline !important;
  font-size: 15px;
}
.menu .menu__inner .add__ad__free .btn,
.menu .menu__inner .add__financing .btn {
  min-height: 40px;
  font-family: "Tajawal-Bold", sans-serif;
  border-radius: 4px;
}
.menu .menu__inner .menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.menu .menu__inner .menu__item a {
  display: flex;
  align-items: center;
  width: 100%;
}
.menu .menu__inner .menu__item .menu__link {
  cursor: pointer;
  font-size: 1rem;
  color: #3B3B3B;
  transition: all 0.25s ease;
  font-family: "Tajawal-Bold", sans-serif;
  justify-content: space-between;
  padding: 16px;
}
.menu .menu__inner .menu__item .menu__link.active {
  color: #0c78a7;
}
.menu .menu__inner .menu__item .menu__link > i {
  font-size: 12px;
  margin-left: 5px;
  transition: 0.35s;
  margin-left: 10px;
  transform: rotate(0deg);
}

.submenu {
  position: absolute;
  z-index: 100;
  height: auto;
  padding: 1rem 1rem;
  border-radius: 14px;
  color: #000;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  transform: translateX(-50%);
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: auto;
  margin: 0;
  padding: 0px 15px 0 15px;
  border-radius: 0;
  border-top: 0;
  box-shadow: none;
}
.submenu:not(.is-active) {
  top: 110%;
  width: 100%;
  inset-inline-start: 65%;
  max-width: 250px;
  min-width: 250px;
}
.submenu.megamenu__normal {
  height: auto;
  margin: 0 auto;
}
.submenu.megamenu__normal.is-active {
  top: 63px;
  inset-inline-start: 0;
  display: block;
  opacity: 1;
  overflow-y: auto;
  visibility: visible;
  transform: translateX(0%);
  max-width: 100%;
  min-width: 100%;
}
.submenu .submenu__inner {
  width: 25%;
  padding: 0 15px;
  width: 100%;
  padding: 0;
}
.submenu .submenu__inner .submenu__title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.submenu .submenu__list {
  margin-bottom: 20px;
}
.submenu .submenu__list li a {
  color: #000 !important;
}
.submenu .submenu__list li {
  display: block;
  line-height: 1;
  margin: 0 auto;
  padding: 0.75rem 0;
  border-bottom: 1px solid #E9E9E9;
  padding: 1rem 0;
}
.submenu .submenu__list li:last-child {
  border-bottom: 0;
}
.submenu .submenu__list li a {
  font-size: 1rem;
  text-transform: capitalize;
  color: #000;
  transition: all 0.25s ease-in-out;
  display: block;
}

.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
  pointer-events: none;
  pointer-events: visible;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  width: 25px;
  height: 15px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  display: block;
  opacity: 1;
  visibility: visible;
  margin: 15px;
}
.burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: #000;
}
.burger .burger-line:nth-child(1) {
  top: 0px;
}
.burger .burger-line:nth-child(2) {
  top: 8px;
  width: 70%;
}
.burger .burger-line:nth-child(3) {
  top: 16px;
}

.other__links {
  padding: 24px 0;
  border-top: 0.3px solid rgba(0, 0, 0, 0.1);
}
.other__links a {
  color: #3B3B3B;
  font-size: 16px;
  font-family: "Tajawal-Bold", sans-serif;
}
html[dir=ltr] .other__links a .arrow-left {
  transform: scaleX(-1);
}
html[dir=rtl] .other__links a .arrow-left {
  transform: scaleX(1);
}

/*-----------------------
    hero-section
-------------------------*/
.hero-section .swiper-slide {
  height: auto;
}
@media (min-width: 992px) {
  .hero-section .swiper-slide {
    height: 700px;
  }
}
.hero-section .swiper-slide img {
  width: 100%;
  height: 100%;
}

/*-----------------------
    Top Section
-------------------------*/
.top-section {
  padding: 60px 0 0 0;
}
.top-section-text {
  padding: 1.5rem;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .top-section-text-maxcontent {
    max-width: 67%;
  }
}
.top-section-text h4 {
  font-size: 1.25rem;
  display: -webkit-box;
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 768px) {
  .top-section-text h4 {
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) {
  .top-section-text p {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.top-section-text .btn-subscribe {
  min-width: 10.9375rem;
  min-height: 2.5rem;
  border-radius: 0.5rem;
  color: rgb(0, 0, 0);
}

/*-----------------------
    main-cars-hero
-------------------------*/
.main-cars-hero {
  padding: 60px 0;
}
.main-cars-hero .hero-col .main-hero-item {
  padding: 12px;
}
.main-cars-hero .hero-col .main-hero-item .image {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  border: 1px solid rgba(26, 137, 30, 0.078);
}
.main-cars-hero .hero-col .main-hero-item .image img {
  width: 30px;
}
.main-cars-hero .hero-col .main-hero-item .text h6 {
  font-size: 1rem;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Tajawal-Bold", sans-serif;
}
.main-cars-hero .hero-col .main-hero-item .text p {
  font-size: 0.984rem;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.6);
}
.main-cars-hero .hero-col:nth-child(5n+1) .main-hero-item {
  background: linear-gradient(211.63deg, rgba(5, 134, 165, 0.04) 1.98%, rgba(5, 134, 165, 0.012) 99.12%);
}
.main-cars-hero .hero-col:nth-child(5n+2) .main-hero-item {
  background: linear-gradient(212.11deg, rgba(173, 43, 101, 0.04) 2.23%, rgba(173, 43, 101, 0.012) 100%);
}
.main-cars-hero .hero-col:nth-child(5n+3) .main-hero-item {
  background: linear-gradient(211.47deg, rgba(254, 114, 1, 0.04) 1.98%, rgba(254, 114, 1, 0.012) 98.9%);
}
.main-cars-hero .hero-col:nth-child(5n+4) .main-hero-item {
  background: linear-gradient(211.47deg, rgba(44, 140, 255, 0.04) 2.19%, rgba(44, 140, 255, 0.012) 97.29%);
}
.main-cars-hero .hero-col:nth-child(5n+5) .main-hero-item {
  background: linear-gradient(213.91deg, rgba(26, 137, 30, 0.04) 0.12%, rgba(26, 137, 30, 0.012) 98.82%);
}

/*-----------------------
    why-syaratc-store
-------------------------*/
.why-syaratc-store {
  padding: 60px 0;
}
.why-syaratc-store--title h3 {
  font-size: 2.5rem;
  font-family: "Tajawal-Bold", sans-serif;
}
.why-syaratc-store--title p {
  font-size: 1.25rem;
  color: #262626;
}

.why-syaratc-store-card {
  background: #2b2e91;
  border-radius: 16px;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.why-syaratc-store-card .card-header-icon {
  inline-size: 75px;
  min-inline-size: 75px;
  max-inline-size: 75px;
  block-size: 75px;
  border-radius: 100%;
  margin: 0 auto;
}
.why-syaratc-store-card .card-header-icon img {
  width: 40px;
}
.why-syaratc-store-card .card-header h3 {
  font-size: 1.5rem;
  font-family: "Tajawal-Bold", sans-serif;
}

/*-----------------------
    Forms
-------------------------*/
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  width: 100% !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: initial;
}

.bootstrap-select > .dropdown-toggle {
  border: 1px solid #DADADA;
  background: #fff !important;
  min-height: 50px;
  border-radius: 10px;
  box-shadow: unset !important;
  border-color: #DADADA !important;
  outline: 0 !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  background: #fff !important;
  outline: 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #2b2e91;
}

.form-label {
  font-size: 16px;
  color: #262626;
  font-family: "Tajawal-Bold", sans-serif;
}

.filteration-form .btn-primary {
  min-height: 35px;
  font-size: 18px;
}
.filteration-form .accordion-button {
  background: #FDFDFD;
  color: #262626;
  border: 0;
  font-size: 18px;
  box-shadow: unset !important;
}
.filteration-form .accordion-body {
  border-top: 1px solid #E9E9E9;
}
.filteration-form .accordion-button::after {
  background-size: 16px;
}

.select2-container {
  width: 100% !important;
  position: relative;
}

html[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-left: 20px;
}
html[dir=ltr] .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 20px;
}
html[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: unset;
}
html[dir=ltr] .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-left: unset;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ff5800;
  outline: 0;
  min-height: 35px;
  border-radius: 4px;
}

.select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-top: 5px;
  position: absolute;
  top: unset;
  bottom: unset;
  padding: 1px;
}
html[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-left: 20px;
}
html[dir=ltr] .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-right: 20px;
}
html[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-right: unset;
}
html[dir=ltr] .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-left: unset;
}
html[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__clear {
  right: unset;
  left: 16px;
}
html[dir=ltr] .select2-container--default .select2-selection--multiple .select2-selection__clear {
  right: 16px;
  left: unset;
}

html[dir=rtl] .select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-left: 25px;
}
html[dir=ltr] .select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-results__option--selected {
  background-color: #2b2e91;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ff5800;
  color: #fff;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #DADADA !important;
}

/*-----------------------
    breadcrumb
-------------------------*/
.breadcrumb {
  padding: 60px 0;
  background: #F4F7F8;
}
.breadcrumb .breadcrumb-item h3 {
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}
.breadcrumb .breadcrumb-item h3 img {
  width: 18px;
}
.breadcrumb .breadcrumb-item p {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
html[dir=rtl] .breadcrumb .shape {
  padding-right: 1.75rem;
}
html[dir=ltr] .breadcrumb .shape {
  padding-left: 1.75rem;
}

.breadcrumb-list li a {
  font-size: 16px;
  font-size: 600;
  color: #262626;
}
.breadcrumb-list li i {
  color: #262626;
}
.breadcrumb-list li span {
  color: #ff5800;
  font-family: "Tajawal-Bold", sans-serif;
}
.breadcrumb-list li:not(:last-child)::after {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #262626;
  font-size: 11px;
  position: relative;
  top: 1px;
}
html[dir=rtl] .breadcrumb-list li:not(:last-child)::after {
  margin-right: 3px;
}
html[dir=ltr] .breadcrumb-list li:not(:last-child)::after {
  margin-left: 3px;
}

/*-----------------------
    statistics-section
-------------------------*/
.statistics-section {
  background: #F4F7F8;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 40px 0 40px 0;
}
.statistics-section .swiper-button-next,
.statistics-section .swiper-button-prev {
  background: #ff5800;
  border: 3px solid #f4f7f8;
}
.statistics-section .swiper-button-next:after,
.statistics-section .swiper-rtl .swiper-button-prev:after,
.statistics-section .swiper-button-prev:after,
.statistics-section .swiper-rtl .swiper-button-next:after {
  font-size: 11px;
}

.statistics-item span {
  background: rgba(229, 179, 44, 0.1019607843);
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 24px;
}
.statistics-item span img {
  height: 40px;
}
.statistics-item .statistics-desc h4 {
  color: rgba(0, 0, 0, 0.8705882353);
  font-family: "Tajawal-Bold", sans-serif;
}
.statistics-item .statistics-desc p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}

/*-----------------------
    Global Styles
-------------------------*/
.about_us {
  padding: 60px 0;
  background: #F4F7F8;
}
.about_us .about-col .about_content h3 {
  margin-bottom: 0.849rem;
  font-family: "Tajawal-Bold", sans-serif;
  color: #2b2e91;
}
@media (min-width: 768px) {
  .about_us .about_us-img {
    height: 320px;
  }
}

/*-----------------------
    brand-navigation
-------------------------*/
.brand-navigation {
  padding: 60px 0;
  background: #fff;
}
.brand-navigation .swiper-button-next,
.brand-navigation .swiper-rtl .swiper-button-prev {
  right: -7px;
  left: auto;
}
.brand-navigation .swiper-button-prev,
.brand-navigation .swiper-rtl .swiper-button-next {
  left: -9px;
  right: auto;
}
.brand-navigation .swiper-button-next,
.brand-navigation .swiper-button-prev {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ff5800;
  border: 3px solid #ffffff;
}

.brand-box {
  padding: 32px 16px;
  border: 1px solid #E9E9E9;
  border-radius: 24px;
}
.brand-box .slider-img {
  height: 90px;
}
.brand-box .brand-box-title span {
  font-size: 16px;
  color: #ff5800;
  font-family: "Tajawal-Bold", sans-serif;
}
.brand-box .brand-box-title img {
  width: 16px;
  filter: brightness(0) saturate(100%) invert(49%) sepia(75%) saturate(4968%) hue-rotate(0deg) brightness(102%) contrast(105%);
}

/*-----------------------
    purchase_order
-------------------------*/
.purchase_order {
  padding: 45px 0;
}

.timeline-container {
  position: relative;
  padding: 1rem;
}
.timeline-container ul.tl {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.timeline-container ul.tl li {
  position: relative;
  padding-inline-start: 50px;
  display: flex;
  flex-direction: column;
}
.timeline-container ul.tl li:not(:last-child) {
  padding-bottom: 2rem;
}
.timeline-container ul.tl li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 26px;
  width: 2px;
  background-color: #EF5B24;
  z-index: 0;
}
.timeline-container ul.tl li:first-child::before {
  top: 50%;
}
.timeline-container ul.tl li:last-child::before {
  bottom: 50%;
}
.timeline-container ul.tl li .item-icon {
  position: absolute;
  top: 50%;
  inset-inline-start: 10px;
  transform: translateY(-50%);
  width: 2.1875rem;
  height: 2.1875rem;
  background: #EF5B24;
  border: 10px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  z-index: 1;
}

ul.tl li .item-text {
  font-size: 1.5rem;
  padding-inline-start: 2rem;
  font-family: "Tajawal-Bold", sans-serif;
}

ul.tl li .item-detail {
  font-size: 16px;
}

.purchase_order-description h3 {
  color: #262626;
  font-family: "Tajawal-Bold", sans-serif;
}
.purchase_order-description h3 img {
  width: 20px;
}
.purchase_order-description p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 32px;
}
.purchase_order-description .item h5 {
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}

.purchase_order-image-part {
  border-radius: 16px;
}

.purchase_order--title h3 {
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 768px) {
  .purchase_order--title h3 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .purchase_order--title h3 {
    font-size: 32px;
  }
}

/*-----------------------
    why-online-section
-------------------------*/
.why-online-section {
  padding: 45px 0;
  background: linear-gradient(102.72deg, rgba(44, 94, 121, 0.9) 0%, rgba(83, 123, 211, 0.9) 154.68%);
}
.why-online-section .negative-margin-for-animation {
  margin-top: -250px;
}

.why-online-section-card {
  border: 1px solid #E9E9E9;
  border-radius: 24px;
  padding: 40px 24px;
  transition: all 0.4s ease-in-out;
}
.why-online-section-card .icon {
  background: #F9F9F9;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 16px;
  margin: 0 auto 1rem auto;
}
.why-online-section-card .icon img {
  width: 40px;
}
.why-online-section-card .text h4 {
  font-family: "Tajawal-Bold", sans-serif;
  color: #262626;
  margin-bottom: 1rem;
}
.why-online-section-card .text p {
  color: rgba(0, 0, 0, 0.6);
  min-height: 72px;
}
.why-online-section-card:hover {
  background: #EAEFF2 !important;
}

/*-----------------------
    special-products
-------------------------*/
.special-products {
  padding: 45px 0;
}

.filter-result li {
  padding: 0 1rem;
  border-radius: 24px;
  min-height: 40px;
  background: #F9F9F9;
  border: 1px solid #EAEFF2;
  color: rgba(0, 0, 0, 0.6);
  transition: all 1s ease-out;
}
.filter-result li a {
  font-size: 12px;
  color: #718479;
  margin-top: 6px;
}
.filter-result li:hover {
  background: #ffffff;
  border: 1px solid #2b2e91;
  color: 1px solid #2b2e91;
}
.filter-result li:hover a {
  color: 1px solid #2b2e91;
}

/*-----------------------
    special-car
-------------------------*/
.special-car {
  padding: 45px 0;
  background: linear-gradient(104.39deg, rgba(235, 240, 244, 0.2) -7.11%, rgba(250, 251, 252, 0.4) 118.38%);
}

.card.card-car {
  border: 1px solid #E9E9E9;
  border-radius: 16px;
  transition: all 1s ease-out;
}
@media (min-width: 768px) {
  .card.card-car {
    height: 100%;
  }
}
.card.card-car .card-header {
  border-radius: 16px 16px 0 0;
}
@media (min-width: 768px) {
  .card.card-car .card-header {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }
}
.card.card-car .card-header img {
  width: 100%;
  height: 100%;
}
.card.card-car .card-header .fav-card {
  position: absolute;
  top: 1rem;
  bottom: unset;
  min-inline-size: 40px;
  max-inline-size: 40px;
  block-size: 40px;
  border-radius: 100%;
  border: 0.3px solid #ff5800;
  background: #fff;
}
html[dir=rtl] .card.card-car .card-header .fav-card {
  right: unset;
  left: 1rem;
}
html[dir=ltr] .card.card-car .card-header .fav-card {
  right: 1rem;
  left: unset;
}
.card.card-car .card-header .fav-card img {
  width: 18px;
  filter: brightness(0) saturate(100%) invert(35%) sepia(62%) saturate(2442%) hue-rotate(2deg) brightness(105%) contrast(104%);
}
.card.card-car .card-body {
  height: 100%;
}
.card.card-car .card-body h5 {
  width: calc(100% - 2rem);
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #262626;
  font-family: "Tajawal-Bold", sans-serif;
}
.card.card-car .card-body .price .amount {
  font-size: 1.5rem;
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}
.card.card-car .card-body .price .amount span {
  font-family: "Tajawal-Regular", sans-serif;
  font-size: 0.849rem;
}
.card.card-car .card-body .price del {
  color: #9EB5C1;
}
.card.card-car:hover {
  border: 1px solid #ff5800;
}

.info-cars-list li img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-cars-list li span {
  border-radius: 0.25rem;
  background-color: #f2f4f7;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-height: 24px;
  font-size: 12px;
  color: #2b2e91;
}
.info-cars-list li span a {
  color: #2b2e91;
}
html[dir=rtl] .info-cars-list li span i {
  padding-left: 5px;
}
html[dir=ltr] .info-cars-list li span i {
  padding-right: 5px;
}

/*-----------------------
    financing-partners 
-------------------------*/
.financing-partners {
  padding: 60px 0;
  background: #fff;
}
.financing-partners .box img {
  height: 60px;
}

/*-----------------------
    cars-details 
-------------------------*/
.cars-details {
  padding: 0 0 20px 0;
}
.cars-details .accordion-item {
  border: 1px solid #E9E9E9;
  border-radius: 16px !important;
}
.cars-details .accordion-item .accordion-button {
  border-radius: 16px 16px 0 0;
  font-family: "Tajawal-Bold", sans-serif;
}
.cars-details .table {
  border-color: transparent;
}
.cars-details .table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: #FDFDFD;
}
.cars-details .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: unset;
}
.cars-details tbody td {
  padding: 16px 24px;
}

/*-----------------------
    always_help_contact 
-------------------------*/
.always_help_contact {
  padding: 60px 0;
}
.always_help_contact h2 {
  font-family: "Tajawal-Bold", sans-serif;
}
.always_help_contact h2 span {
  color: #ff5800;
}
.always_help_contact .btn-number {
  background: linear-gradient(94.36deg, #2C5E79 -12.7%, #0074B2 129.91%);
  border: 0;
  min-height: 50px;
  font-size: 20px;
  color: #fff;
  font-family: "Tajawal-Bold", sans-serif;
}

/*-----------------------
    about page
-------------------------*/
.intro__section {
  background: url(../image/about/about_us.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 115px 0;
}
.intro__section--img {
  height: 2rem;
}
.intro__section--text {
  color: #fff;
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 992px) {
  .intro__section--text h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 991.98px) {
  .intro__section--text h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .intro__section--text p {
    padding-inline-end: 10%;
  }
}
@media (max-width: 991.98px) {
  .intro__section--text p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 400px) {
  .intro__section--text p {
    font-size: 1.25rem;
  }
}
@media (max-width: 399px) {
  .intro__section--text p {
    font-size: 1rem;
  }
}
.intro__section__img .box {
  min-height: 16.625rem;
  background: #EC8965;
  border-radius: 1rem;
}
@media (min-width: 400px) {
  .intro__section__img .box {
    width: 25rem;
  }
}
@media (max-width: 399px) {
  .intro__section__img .box {
    width: 100%;
  }
}
.intro__section__img .box img {
  border-radius: 1rem;
  height: 270px;
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 400px) {
  .intro__section__img .box img {
    width: 24.375rem;
    margin-right: 28px;
    top: -20px;
  }
}
@media (max-width: 399px) {
  .intro__section__img .box img {
    width: 95%;
    margin-right: 1rem;
    top: -16px;
  }
}

.about__section__mission {
  padding: 48px 0;
}
.about__section__mission--text {
  margin-bottom: 2rem;
}
.about__section__mission--text h3 {
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 768px) {
  .about__section__mission--text h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .about__section__mission--text h3 {
    font-size: 2rem;
  }
}
.about__section__mission--text p {
  color: #696969;
  font-weight: 500;
}
@media (min-width: 768px) {
  .about__section__mission--text p {
    padding: 0 10%;
  }
}
.about__section__mission--box {
  background: #F8F8F8;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1294117647);
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.about__section__mission--box img {
  width: 32px;
}
.about__section__mission--box h3 {
  font-size: 1.5rem;
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 768px) {
  .about__section__mission--box h3 {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.about__section__mission--box p {
  font-size: 0.875rem;
}

.car__features {
  padding-block: 4.375rem;
  background: linear-gradient(276.11deg, #23257D 0.57%, #4043E3 100%);
}
.car__features__title {
  color: #fff;
}
.car__features__title h3 {
  font-size: 2rem;
  font-family: "Tajawal-Bold", sans-serif;
}
.car__features__title p {
  font-weight: 500;
}
.car__features__box {
  background: #FFFFFF;
  border-radius: 0.5rem;
  padding: 1rem;
}
.car__features__box img {
  height: 3.75rem;
}
.car__features__box h4 {
  font-size: 24px;
  font-family: "Tajawal-Bold", sans-serif;
}
.car__features__box p {
  font-size: 14px;
}

/*-----------------------
    Common Question
-------------------------*/
.common-question {
  padding: 45px 0;
  background: linear-gradient(104.39deg, rgba(235, 240, 244, 0.2) -7.11%, rgba(250, 251, 252, 0.4) 118.38%);
}
.common-question.bg-about-page {
  background: #EBF0F4 !important;
}
.common-question .accordion-button {
  border: 0;
  background: transparent;
  box-shadow: none !important;
}
.common-question .accordion-button::after {
  background-size: 15px;
}
.common-question .accordion-item {
  box-shadow: none !important;
  background: #F9F9F9;
  border: 1px solid #E9E9E9;
  border-radius: 16px;
}
.common-question .accordion-header .accordion-button {
  color: rgba(0, 0, 0, 0.8705882353);
  font-size: 18px;
  font-family: "Tajawal-Bold", sans-serif;
}
.common-question .accordion-button:not(.collapsed) {
  color: rgba(0, 0, 0, 0.8705882353);
}
.common-question .accordion-body {
  padding-top: 0;
}
.common-question .accordion-body p {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  color: #777E90;
}

/*-----------------------
    car-details-section
-------------------------*/
.slider__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  background: rgba(234, 234, 234, 0.3019607843);
  border-radius: 8px;
  color: #23257D;
  font-family: "Tajawal-Bold", sans-serif;
  margin: 16px 0 16px 0;
}

.car-details-section {
  padding: 60px 0 24px 0;
}
.car-details-section .cars-main-slider {
  position: relative;
}
.car-details-section .cars-main-slider .wishlist-btn {
  position: absolute;
  top: 1rem;
  bottom: unset;
}
html[dir=rtl] .car-details-section .cars-main-slider .wishlist-btn {
  right: 1rem;
  left: unset;
}
html[dir=ltr] .car-details-section .cars-main-slider .wishlist-btn {
  right: unset;
  left: 1rem;
}
.car-details-section .cars-main-slider .slide-box {
  padding: 0;
  border: 1px solid #E9E9E9;
  background: #FDFDFD;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .car-details-section .cars-main-slider .slide-box {
    height: 500px;
  }
}
@media (max-width: 991.98px) {
  .car-details-section .cars-main-slider .slide-box {
    height: 380px;
  }
}
.car-details-section .cars-main-slider .slide-box img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.car-details-section .sub-slider .sub-slider-box {
  padding: 0;
  height: 100px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  opacity: 0.6;
  overflow: hidden;
}
.car-details-section .sub-slider .sub-slider-box img {
  height: 100%;
  width: 100%;
}
.car-details-section .swiper-slide-thumb-active .sub-slider-box {
  opacity: 1;
  border: 1px solid #ff5800;
}
.car-details-section .car-details-description {
  padding: 8px 0;
  background: #FDFDFD;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
}
.car-details-section .car-details-description .header-part {
  padding: 1rem;
  border-bottom: 1px solid #E9E9E9;
}
.car-details-section .car-details-description .header-part-top-info .span-years {
  background: #7375D0;
  width: 62px;
  min-height: 24px;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
}
.car-details-section .car-details-description .header-part-top-info .color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.car-details-section .car-details-description .header-part-top-info .more-action .share-icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #23257D;
  background: #BFC0E3;
}
.car-details-section .car-details-description .header-part-top-info .more-action .wishlist-icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #F1C3B1;
  font-size: 16px;
}
.car-details-section .car-details-description .header-part h4 {
  color: #262626;
  font-family: "Tajawal-Bold", sans-serif;
  margin-bottom: 0.5rem;
}
.car-details-section .car-details-description .header-part span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.car-details-section .car-details-description .header-part .tags-status .status {
  padding: 0 1rem;
  min-height: 33px;
  color: #fff;
  border-radius: 16px;
  font-size: 0.894rem;
  font-family: "Tajawal-Bold", sans-serif;
}
.car-details-section .car-details-description .header-part .tags-status .status.new {
  background: #00BD40;
}
.car-details-section .car-details-description .item {
  padding: 1rem;
}
.car-details-section .car-details-description .item:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
}
.car-details-section .car-details-description .item .price {
  color: rgba(0, 0, 0, 0.6);
}
.car-details-section .car-details-description .item h2 {
  color: #ff5800;
  font-family: "Tajawal-Bold", sans-serif;
}
.car-details-section .car-details-description .item h2 span {
  color: rgba(255, 88, 0, 0.631372549);
  font-size: 16px;
  font-family: "Tajawal-Regular", sans-serif;
}
.car-details-section .car-details-description .item del {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
.car-details-section .car-details-description .item .discount {
  font-size: 10px;
  color: #67BD23;
  font-family: "Tajawal-Bold", sans-serif;
}
.car-details-section .car-details-description .item .choose-card-input .card-input {
  width: 130px;
  height: 65px;
  border: 1.5px solid rgba(35, 37, 125, 0.5019607843);
  border-radius: 8px;
  overflow: hidden;
}
.car-details-section .car-details-description .item .choose-card-input img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.car-details-section .car-details-description .item .card-input-element {
  display: none;
}
.car-details-section .car-details-description .item .card-input:hover {
  cursor: pointer;
}
.car-details-section .car-details-description .item .card-input-element:checked + .card-input {
  border: 1.5px solid #23257D;
}
.car-details-section .car-details-description .item .price-tax {
  color: rgba(0, 0, 0, 0.6);
}
.car-details-section .car-details-description .item .price-tax i {
  color: #00BD40;
}
.car-details-section .car-details-description .item h6 {
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}
.car-details-section .car-details-description .item .description-item {
  font-size: 14px;
  color: #262626;
}
.car-details-section .car-details-description .item-contact-us span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
}
.car-details-section .car-details-description .item-contact-us i {
  color: #ff5800;
}
.car-details-section .car-details-description .item-contact-us a {
  font-size: 14px;
  font-family: "Tajawal-Bold", sans-serif;
}

.general__overview {
  padding: 2rem 0;
}
.general__overview__title {
  color: #000000;
  font-size: 24px;
}
.general__overview__title h3 {
  font-family: "Tajawal-Bold", sans-serif;
}
.general__overview__title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  height: 4px;
  width: 48px;
  background: #EF5B24;
  border-radius: 12px;
}
.general__overview__card {
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}
.general__overview__card img {
  width: 32px;
  display: block;
  margin-bottom: 20px;
}
.general__overview__card h3 {
  font-size: 16px;
  font-family: "Tajawal-Bold", sans-serif;
}
.general__overview__card p {
  font-size: 14px;
  color: #857FA3;
}

.steps__to__buy {
  padding: 2rem 0;
}
.steps__to__buy__title {
  color: #353535;
  font-family: "Tajawal-Bold", sans-serif;
}
.steps__to__buy__title span {
  color: #EF5B24;
}
.steps__to__buy__subtitle {
  color: #353535;
}
.steps__to__buy__nav {
  background: #E9E9E9;
  padding: 8px;
  border-radius: 60px;
  margin-bottom: 24px;
}
.steps__to__buy__nav .nav-tabs .nav-link {
  flex-grow: 1;
  border: 0;
  min-height: 48px;
  background: transparent;
  padding: 0 1rem;
  color: #EF5B24;
  border-radius: 60px;
  padding-inline: 8px;
  min-height: 40px;
  font-weight: 500;
}
.steps__to__buy__nav .nav-tabs .nav-link.active {
  background: #EF5B24;
  border: 1px solid #EF5B24;
  font-family: "Tajawal-Bold", sans-serif;
}
.steps__to__buy .timeline-container ul.tl li::before {
  inset-inline-start: 30px !important;
}
.steps__to__buy .item-icon {
  color: #fff;
  width: 2.75rem !important;
  height: 2.75rem !important;
  font-size: 14px;
}
.steps__to__buy .item-text {
  padding-inline-start: 1rem;
}
.steps__to__buy .item-title {
  font-size: 16px;
  color: #555555;
  font-family: "Tajawal-Bold", sans-serif;
}
.steps__to__buy ul.tl li .item-detail {
  font-size: 14px !important;
  color: #555555;
  font-family: "Tajawal-Regular", sans-serif;
}

/*-----------------------
    offers-section
-------------------------*/
@media (min-width: 992px) {
  html[dir=rtl] .offers-section .swiper-button-next,
  html[dir=rtl] .offers-section .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -4px);
    left: auto;
  }
}
@media (max-width: 991.98px) {
  html[dir=rtl] .offers-section .swiper-button-next,
  html[dir=rtl] .offers-section .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -1px);
    left: auto;
  }
}
@media (min-width: 992px) {
  html[dir=rtl] .offers-section .swiper-button-prev,
  html[dir=rtl] .offers-section .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -4px);
    ight: auto;
  }
}
@media (max-width: 991.98px) {
  html[dir=rtl] .offers-section .swiper-button-prev,
  html[dir=rtl] .offers-section .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -1px);
    right: auto;
  }
}

@media (min-width: 992px) {
  html[dir=ltr] .offers-section .swiper-button-next,
  html[dir=ltr] .offers-section .swiper-rtl .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -4px);
    right: auto;
  }
}
@media (max-width: 991.98px) {
  html[dir=ltr] .offers-section .swiper-button-next,
  html[dir=ltr] .offers-section .swiper-rtl .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -1px);
    right: auto;
  }
}
@media (min-width: 992px) {
  html[dir=ltr] .offers-section .swiper-button-prev,
  html[dir=ltr] .offers-section .swiper-rtl .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -4px);
    left: auto;
  }
}
@media (max-width: 991.98px) {
  html[dir=ltr] .offers-section .swiper-button-prev,
  html[dir=ltr] .offers-section .swiper-rtl .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -1px);
    left: auto;
  }
}

.offers-section {
  padding: 24px 0 24px 0;
}
.offers-section .offer-box {
  border-radius: 16px;
}
@media (min-width: 992px) {
  .offers-section .offer-box {
    height: 370px;
  }
}
@media (max-width: 991.98px) {
  .offers-section .offer-box {
    height: 170px;
  }
}
.offers-section .swiper-button-next,
.offers-section .swiper-rtl .swiper-button-prev {
  border: 2px solid #fff;
}
html[dir=ltr] .offers-section .swiper-button-next,
html[dir=ltr] .offers-section .swiper-rtl .swiper-button-prev {
  transform: scaleX(-1);
}
html[dir=rtl] .offers-section .swiper-button-next,
html[dir=rtl] .offers-section .swiper-rtl .swiper-button-prev {
  transform: scaleX(1);
}
.offers-section .swiper-button-prev,
.offers-section .swiper-rtl .swiper-button-next {
  border: 2px solid #fff;
}
html[dir=ltr] .offers-section .swiper-button-prev,
html[dir=ltr] .offers-section .swiper-rtl .swiper-button-next {
  transform: scaleX(-1);
}
html[dir=rtl] .offers-section .swiper-button-prev,
html[dir=rtl] .offers-section .swiper-rtl .swiper-button-next {
  transform: scaleX(1);
}
.offers-section .swiper-button-next,
.offers-section .swiper-button-prev {
  top: 50%;
}

/*-----------------------
    Blogs
-------------------------*/
.blogs-section {
  padding: 60px 0;
}
.blogs-section .card-blog {
  transition: all 1s ease-out;
}
.blogs-section .card-blog .header-part {
  height: 275px;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
}
.blogs-section .card-blog .body-part {
  position: relative;
}
.blogs-section .card-blog .body-part .date {
  font-size: 14px;
  color: #ff5800;
}
.blogs-section .card-blog .body-part h5 {
  color: #262626;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2rem;
  font-family: "Tajawal-Bold", sans-serif;
}
.blogs-section .card-blog .body-part p {
  font-size: 0.894rem;
  color: #718479;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 42px;
}

/*-----------------------
    blog-details
-------------------------*/
.blog-details {
  padding: 60px 0;
  background: #fff;
}
.blog-details .sub-info h4 {
  color: rgba(0, 0, 0, 0.8705882353);
  font-family: "Tajawal-Bold", sans-serif;
}
.blog-details .sub-info .date {
  font-size: 14px;
  color: #ff5800;
}
.blog-details .sub-info ul li i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details .sub-info ul li i.fa-facebook {
  background: #3B5998;
}
.blog-details .sub-info ul li i.fa-x-twitter {
  background: #000;
}
.blog-details .sub-info ul li i.fa-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.blog-details .sub-info ul li i.fa-linkedin-in {
  background: #0077B5;
}
.blog-details .sub-info .site-name {
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 992px) {
  .blog-details .header-part {
    height: 280px;
  }
}
.blog-details .body-part {
  padding: 16px;
}
.blog-details .body-part p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8705882353);
  margin-bottom: 1rem;
}

/*-----------------------
    request-car-purchase
-------------------------*/
.request-car-purchase {
  padding: 40px 0;
}
.request-car-purchase .title h3 {
  font-size: 17px;
  color: #ff5800;
}
.request-car-purchase .title h3 img {
  width: 16px;
}
.request-car-purchase .title p {
  font-size: 24px;
  color: #000;
  font-family: "Tajawal-Bold", sans-serif;
}
.request-car-purchase .cars-details,
.request-car-purchase .payment-form {
  background: #FDFDFD;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
}
.request-car-purchase .cars-details .card-header,
.request-car-purchase .payment-form .card-header {
  padding: 16px 16px;
  background: #F9F9F9;
  border-bottom: 1px solid #E9E9E9;
}
.request-car-purchase .cars-details .card-header h6,
.request-car-purchase .payment-form .card-header h6 {
  font-family: "Tajawal-Bold", sans-serif;
}
.request-car-purchase .cars-details .card-footer,
.request-car-purchase .payment-form .card-footer {
  padding: 12px 16px;
}
.request-car-purchase .cars-details .card-footer h5,
.request-car-purchase .payment-form .card-footer h5 {
  font-size: 18px;
  color: #262626;
  font-family: "Tajawal-Bold", sans-serif;
}
.request-car-purchase .cars-details .card-footer .price .amount,
.request-car-purchase .payment-form .card-footer .price .amount {
  font-size: 1.25rem;
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}
.request-car-purchase .cars-details .card-footer .price .amount span,
.request-car-purchase .payment-form .card-footer .price .amount span {
  font-family: "Tajawal-Regular", sans-serif;
  font-size: 0.849rem;
}
.request-car-purchase .cars-details .card-footer .price del,
.request-car-purchase .payment-form .card-footer .price del {
  color: #9EB5C1;
}
.request-car-purchase .cars-details .card-body {
  height: 381px;
}
.request-car-purchase .payment-form .card-body {
  padding: 16px;
}
.request-car-purchase .payment-form .card-body .form-control {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0 !important;
  box-shadow: none !important;
}
html[dir=rtl] .request-car-purchase .payment-form .card-body .form-control .form-control {
  padding-left: 32px !important;
}
html[dir=ltr] .request-car-purchase .payment-form .card-body .form-control .form-control {
  padding-right: 32px !important;
}
.request-car-purchase .payment-form .card-body .input-group-text::after {
  position: absolute;
  top: unset;
  bottom: unset;
  height: 100%;
  width: 1px;
  background: #aaa;
  content: "";
}
html[dir=rtl] .request-car-purchase .payment-form .card-body .input-group-text::after {
  right: -7px;
  left: unset;
}
html[dir=ltr] .request-car-purchase .payment-form .card-body .input-group-text::after {
  right: unset;
  left: -7px;
}
@media (min-width: 768px) {
  .request-car-purchase .payment-form .card-body .input-group {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .request-car-purchase .payment-form .card-body .input-group {
    display: flex;
    justify-content: space-between;
  }
}
.request-car-purchase .payment-form .button-action .btn-primary {
  font-size: 18px;
  border-radius: 0;
  padding: 0.5rem 1rem;
  font-family: "Tajawal-Bold", sans-serif;
}

.mobile-input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}

.mobile-input-group .input-group-text {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555 !important;
  position: relative;
}

.form-check-input {
  box-shadow: none !important;
  outline: 0 !important;
  border-color: #718479;
}

.form-check-input:checked {
  border-color: #ff5800;
  background-color: #ff5800;
  border-color: #ff5800;
}

.fileUpload {
  position: relative;
  overflow: hidden;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.fileUpload {
  border: 1px solid #2b2e91;
  border-left: 0;
  border-radius: 0;
  min-height: 40px;
}

.h-div-input {
  min-height: 40px;
}

.f-input {
  min-height: 40px;
  background-color: white;
  border: 1px solid gray;
  width: 100%;
  float: left;
  padding: 0 14px;
}

.nav-tabs .nav-item {
  flex-grow: 1;
}
.nav-tabs .nav-link {
  border: 1px solid #E9E9E9;
  min-height: 48px;
  background: #fff;
  padding: 0 1rem;
  color: #9EB5C1;
  border-radius: 0;
  width: 100%;
}
.nav-tabs .nav-link.active {
  background: #2b2e91;
  border: 1px solid #2b2e91;
  color: #ffffff;
  font-family: "Tajawal-Bold", sans-serif;
}

/*-----------------------
    Contact Section
-------------------------*/
.contact-section {
  padding: 40px 0;
}
.contact-section .contact-info {
  background: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 24px;
  padding: 32px 16px;
}
.contact-section .contact-info h5 {
  font-size: 24px;
  margin-bottom: 0;
  font-family: "Tajawal-Bold", sans-serif;
}
.contact-section .contact-info p {
  font-size: 16px;
  color: #718479;
}
.contact-section .contact-info .item .icon {
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  border-radius: 100%;
  color: #ffffff;
  background: #ff5800;
}
.contact-section .contact-info .item .icon i {
  font-size: 14px;
}
.contact-section .contact-info .item p,
.contact-section .contact-info .item a {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
}
.contact-section .contact-info .item p:hover,
.contact-section .contact-info .item a:hover {
  color: #2b2e91;
}
.contact-section .contact-form {
  background: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 24px;
  padding: 32px 16px;
}
.contact-section .contact-form .title {
  font-family: "Tajawal-Bold", sans-serif;
  color: #000;
}
.contact-section .form-control {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0 !important;
  box-shadow: none !important;
  resize: unset;
}
html[dir=rtl] .contact-section .form-control .form-control {
  padding-left: 32px !important;
}
html[dir=ltr] .contact-section .form-control .form-control {
  padding-right: 32px !important;
}
.contact-section .input-group-text::after {
  position: absolute;
  top: unset;
  bottom: unset;
  height: 100%;
  width: 1px;
  background: #aaa;
  content: "";
}
html[dir=rtl] .contact-section .input-group-text::after {
  right: -7px;
  left: unset;
}
html[dir=ltr] .contact-section .input-group-text::after {
  right: unset;
  left: -7px;
}
.contact-section .btn-secondary {
  min-height: 45px;
  font-family: "Tajawal-Bold", sans-serif;
}

/*-----------------------
    offers-section
-------------------------*/
.offers-section .title-section span {
  color: #ff5800;
  font-size: 16px;
}
.offers-section .title-section img {
  width: 14px;
}
.offers-section .title-section h4 {
  color: #000;
  font-family: "Tajawal-Bold", sans-serif;
}
.offers-section .tab-content .row:nth-child(even) {
  flex-direction: row-reverse;
}
.offers-section .offers-section-text h5 {
  font-family: "Tajawal-Bold", sans-serif;
}
.offers-section .offers-section-text p {
  font-family: "Tajawal-Regular", sans-serif;
}
.offers-section .offers-section-text .demo-count-down {
  font-size: 16px;
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}
.offers-section .offers-section-text .demo-count-down li {
  position: relative;
}
html[dir=rtl] .offers-section .offers-section-text .demo-count-down li {
  padding-left: 1rem;
}
html[dir=ltr] .offers-section .offers-section-text .demo-count-down li {
  padding-right: 1rem;
}
.offers-section .offers-section-text .demo-count-down li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: ":";
  color: #000;
}
html[dir=rtl] .offers-section .offers-section-text .demo-count-down li::after {
  right: unset;
  left: 0;
}
html[dir=ltr] .offers-section .offers-section-text .demo-count-down li::after {
  right: 0;
  left: unset;
}
.offers-section .offers-section-text .demo-count-down li:last-child {
  font-size: 14px;
  color: #718479;
  font-family: "Tajawal-Regular", sans-serif;
}
.offers-section .offers-section-text .demo-count-down li:last-child::after {
  content: unset;
}
.offers-section .offers-section-image {
  height: 340px;
  border-radius: 16px;
}

/*-----------------------
    company-section
-------------------------*/
.company-section {
  padding: 40px 0;
}
.company-section .title-section span {
  color: #ff5800;
  font-size: 16px;
}
.company-section .title-section img {
  width: 14px;
}
.company-section .title-section h4 {
  color: #000;
  font-family: "Tajawal-Bold", sans-serif;
}
.company-section .payment-form .card-body {
  padding: 24px;
}
.company-section .payment-form .card-body .form-control {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0 !important;
  box-shadow: none !important;
}
html[dir=rtl] .company-section .payment-form .card-body .form-control .form-control {
  padding-left: 32px !important;
}
html[dir=ltr] .company-section .payment-form .card-body .form-control .form-control {
  padding-right: 32px !important;
}
.company-section .payment-form .card-body .input-group-text::after {
  position: absolute;
  top: unset;
  bottom: unset;
  height: 100%;
  width: 1px;
  background: #aaa;
  content: "";
}
html[dir=rtl] .company-section .payment-form .card-body .input-group-text::after {
  right: -7px;
  left: unset;
}
html[dir=ltr] .company-section .payment-form .card-body .input-group-text::after {
  right: unset;
  left: -7px;
}
@media (min-width: 768px) {
  .company-section .payment-form .card-body .input-group {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .company-section .payment-form .card-body .input-group {
    display: flex;
    justify-content: space-between;
  }
}
.company-section .payment-form .button-action .btn-primary {
  font-size: 18px;
  border-radius: 0;
  padding: 0.5rem 1rem;
  font-family: "Tajawal-Bold", sans-serif;
}

#input-list .btn-primary {
  border-radius: 0;
  font-size: 18px;
  font-family: "Tajawal-Bold", sans-serif;
}
@media (max-width: 768px) {
  #input-list .btn-primary {
    margin-top: 1rem;
  }
}
#input-list input {
  background-color: #fff;
  border: 1px solid #aaa;
  outline: 0 !important;
  box-shadow: none !important;
  min-height: 38px;
  border-radius: 0;
  padding: 0 10px;
}

.form-check-input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 0;
}

/*-----------------------
    Footer Styles
-------------------------*/
.footer {
  padding: 45px 0;
  background: #F4F7F8;
}
.footer .two-column-list {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}
.footer h5.main-title {
  color: #262626;
  font-family: "Tajawal-Bold", sans-serif;
}
.footer-logo img {
  height: 70px;
}
.footer .describtion {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  html[dir=rtl] .footer .describtion {
    padding-left: 1.5rem;
  }
  html[dir=ltr] .footer .describtion {
    padding-right: 1.5rem;
  }
}
.footer-subscribe .input-group {
  min-height: 44px;
  border-radius: 0;
  border: 1px solid #DADADA;
  background: #fff;
  transition: all 0.5s ease-out;
}
.footer-subscribe .input-group:focus-within {
  border: 1px solid #ff5800;
}
.footer-subscribe .input-group .form-control {
  box-shadow: unset;
  outline: 0;
  border-color: transparent;
}
.footer-subscribe .btn-subscribe {
  background: linear-gradient(94.36deg, #2C5E79 -12.7%, #0074B2 129.91%);
  border: 1px solid #fff;
  min-height: 44px;
  border-radius: 0;
  color: #F4F7F8;
  font-family: "Tajawal-Bold", sans-serif;
}
.footer .two-column-list li a {
  font-weight: 500;
  cursor: pointer;
  font-size: 0.894rem;
  transition: all 0.5s ease-out;
  color: rgba(0, 0, 0, 0.6);
}
.footer .two-column-list li a i {
  font-size: 0.75rem;
}
.footer .two-column-list li:hover a {
  color: #ff5800;
}
.footer .top-footer {
  padding-bottom: 20px;
}
.footer .bottom-footer {
  padding-top: 20px;
  border-top: 1px solid rgb(193, 206, 210);
}
@media (min-width: 500px) {
  .footer .bottom-footer {
    justify-content: space-between;
  }
}
@media (max-width: 499.98px) {
  .footer .bottom-footer {
    justify-content: center;
    row-gap: 0.5rem;
  }
}
.footer .bottom-footer .social-media li span {
  font-size: 16px;
  font-weight: 500;
  color: #2b2e91;
}
.footer .bottom-footer .social-media li a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: rgba(123, 126, 186, 0.3);
}
.footer .bottom-footer .social-media li a img {
  height: 16px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(42%) saturate(3320%) hue-rotate(224deg) brightness(95%) contrast(97%);
}

/*-----------------------
    back-to-top Styles
-------------------------*/
button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  top: unset;
  bottom: 75px;
  cursor: pointer;
  display: block;
  border: none;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
html[dir=rtl] button.back-to-top {
  right: 20px;
  left: unset;
}
html[dir=ltr] button.back-to-top {
  right: unset;
  left: 20px;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  border-bottom: solid 10px #ff5800;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}

button.back-to-top.show {
  display: block;
  background: #fff;
  color: #ff5800;
  font-size: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.no-date {
  margin: 1rem 0;
  padding: 24px 16px;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
}
.no-date p {
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 992px) {
  .no-date p {
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .no-date p {
    font-size: 1rem;
  }
}

/*-----------------------
        noCaptcha
-------------------------*/
.reCAPTCHA {
  background-color: rgb(249, 249, 249);
  border: 1px solid gray;
  min-height: 74px;
  padding: 8px;
  width: 100%;
  font-family: "Tajawal-Regular", sans-serif;
}
@media (min-width: 350px) {
  .reCAPTCHA {
    justify-content: space-between;
  }
}
@media (max-width: 349.98px) {
  .reCAPTCHA {
    justify-content: center;
  }
}
.reCAPTCHA .input-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.reCAPTCHA .input-container input {
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.reCAPTCHA img {
  width: 32px;
  display: inline;
}
.reCAPTCHA span,
.reCAPTCHA a {
  color: rgb(155, 155, 155);
}
.reCAPTCHA .recaptcha {
  font-size: 12px;
  line-height: normal;
}
.reCAPTCHA a,
.reCAPTCHA .dash {
  font-size: 10px;
  text-decoration: none;
  display: block;
  position: relative;
}
.reCAPTCHA a:hover {
  text-decoration: underline;
}
.reCAPTCHA .triangle {
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #eee;
  border-top: 7px solid transparent;
  position: relative;
}
.reCAPTCHA .not-human {
  width: 340px;
  height: 200px;
  background-color: white;
  border: 1px solid #eee;
  padding: 15px;
  position: relative;
  left: 3px;
}
.reCAPTCHA .not-human .captcha-code {
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  width: 90%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.reCAPTCHA .not-human .captcha-code:focus {
  outline: none;
  border-bottom: 1px solid rgb(74, 144, 226);
}
.reCAPTCHA .not-human img {
  display: inline-block;
  position: relative;
  left: 75px;
  width: 300px;
  height: 57px;
}
.reCAPTCHA .not-human .line {
  width: 370px;
  height: 1px;
  background-color: #eee;
  margin-top: 90px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.reCAPTCHA .not-human .img {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0 4px 75px 4px;
  display: inline-block;
  cursor: pointer;
  background-size: 24px 24px;
  opacity: 0.55;
}
.reCAPTCHA .not-human .img.replay {
  background: url(../image/icon/refresh.png);
}
.reCAPTCHA .not-human .img.audio {
  background: url(../image/icon/audio.png);
}
.reCAPTCHA .not-human .img.info {
  background: url(../image/icon/info.png);
}
.reCAPTCHA .not-human .img:hover {
  opacity: 1;
}
.reCAPTCHA .not-human .verify {
  float: right;
  position: relative;
  background-color: rgb(74, 144, 226);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 2px;
  cursor: pointer;
}
.reCAPTCHA .disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

/*-----------------------
    best__option
-------------------------*/
.best__option {
  padding-block: 3rem;
}
.best__option .row__title {
  margin-bottom: 45px;
}
.best__option .row__title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 100%;
  background: #2b2e91;
  opacity: 0.4;
  z-index: -1;
}
html[dir=rtl] .best__option .row__title::after {
  right: 0;
  left: 0;
}
html[dir=ltr] .best__option .row__title::after {
  right: 0;
  left: 0;
}
.best__option__title {
  color: #2b2e91;
  font-size: 2rem;
  font-family: "Tajawal-Bold", sans-serif;
  margin: 0 auto;
  background: #fdfbfb;
}
@media (min-width: 992px) {
  .best__option__title {
    width: 34%;
  }
}
@media (max-width: 991.98px) {
  .best__option__title {
    width: 90%;
  }
}
.best__option__item {
  padding: 16px 24px 24px 24px;
  border-radius: 1rem;
  box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.1490196078);
}
.best__option__item span {
  font-size: 80px;
}
.best__option__item h3 {
  font-size: 1.5rem;
  line-height: normal;
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 992px) {
  .best__option__item h3 {
    display: -webkit-box;
    /* line-clamp: 1; */
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
  }
}
.best__option__item p {
  font-size: 1rem;
  line-height: normal;
}
@media (min-width: 992px) {
  .best__option__item p {
    display: -webkit-box;
    /* line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
  }
}
.best__option__item.first-card {
  background: #EC6C3C;
  min-height: 352px;
}
.best__option__item.first-card span {
  color: #fff;
}
.best__option__item.first-card h3 {
  color: #fff;
}
@media (min-width: 992px) {
  .best__option__item.first-card h3 {
    padding-inline-end: 15%;
  }
}
.best__option__item.first-card p {
  color: #fff;
}
@media (min-width: 992px) {
  .best__option__item.first-card p {
    padding-inline-end: 25%;
  }
}
.best__option__item.first-card .image-card {
  width: 50%;
  position: absolute;
  top: unset;
  bottom: 0;
}
html[dir=rtl] .best__option__item.first-card .image-card {
  right: unset;
  left: 0;
}
html[dir=ltr] .best__option__item.first-card .image-card {
  right: 0;
  left: unset;
}
.best__option__item.second-card {
  background: #23257D;
  min-height: 352px;
}
.best__option__item.second-card span {
  color: #fff;
}
.best__option__item.second-card h3 {
  color: #fff;
}
.best__option__item.second-card p {
  color: #fff;
}
.best__option__item.third-card {
  background: #23257D;
  height: 480px;
}
.best__option__item.third-card span {
  color: #fff;
}
.best__option__item.third-card h3 {
  color: #fff;
}
.best__option__item.third-card p {
  color: #fff;
}
.best__option__item.third-card img {
  height: 147px;
}
.best__option__item.four-card {
  background: #ABB0BA;
  min-height: 600px;
}
.best__option__item.four-card span {
  color: #575757;
}
.best__option__item.four-card h3 {
  color: #000;
}
.best__option__item.four-card p {
  color: #000;
}
.best__option__item.four-card img {
  position: absolute;
  top: unset;
  bottom: 0;
  margin: auto;
}
html[dir=rtl] .best__option__item.four-card img {
  right: 0;
  left: 0;
}
html[dir=ltr] .best__option__item.four-card img {
  right: 0;
  left: 0;
}
.best__option__item.five-card {
  background: #A1A2D9;
  height: 480px;
}
.best__option__item.five-card span {
  color: #fff;
}
.best__option__item.five-card h3 {
  color: #fff;
}
.best__option__item.five-card p {
  color: #fff;
}
.best__option__item.five-card img {
  position: absolute;
  top: unset;
  bottom: 0;
  margin: auto;
}
html[dir=rtl] .best__option__item.five-card img {
  right: 0;
  left: 0;
}
html[dir=ltr] .best__option__item.five-card img {
  right: 0;
  left: 0;
}

/*-----------------------
    register
-------------------------*/
.register {
  background: #FDFBFB;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .register {
    padding: 30px 0;
  }
}
@media (max-width: 991.98px) {
  .register {
    padding: 10px 0;
  }
}
.register .card-form {
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.0509803922);
  border-radius: 20px;
  background: #fff;
  border: 1px solid #fff;
  padding: 25px 26px;
  position: relative;
  z-index: 111;
}
.register .register.passwordPage .passwordCard {
  min-height: 100vh;
  position: relative;
  z-index: 111;
  padding: 32px;
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.0509803922);
}
.register .card-formHeader img {
  display: block;
  margin: 0 auto 16px 0px;
}
.register .card-formbody .logo-part img {
  display: block;
  margin: 0 auto 25px auto;
  width: 184px;
}
.register .card-form .form-part h3 {
  color: #000000;
  text-align: center;
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 992px) {
  .register .card-form .form-part h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .register .card-form .form-part h3 {
    font-size: 1.2rem;
  }
}
.register p {
  color: #000000;
  text-align: center;
}
@media (min-width: 992px) {
  .register p {
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .register p {
    font-size: 0.987rem;
  }
}
.register .form-part label {
  display: block;
  margin-bottom: 10px;
  color: #000000;
  font-size: 14px;
}
.register .form-part .input-group {
  border: 1px solid #E2E4E4;
  border-radius: 27px;
  height: 54px;
  align-items: center;
  background: #F7F7F7;
  padding: 11px 16px;
}
.register .form-part .input-group .form-control {
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
}
html[dir=rtl] .register .form-part .input-group .form-control {
  padding-left: 15px;
}
html[dir=ltr] .register .form-part .input-group .form-control {
  padding-right: 15px;
}
.register .form-part .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}
.register .form-part .input-group .input-group-prepend .input-group-text {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  position: relative;
}
.register .form-part .input-group .input-group-prepend .input-group-text::after {
  content: " ";
  position: absolute;
  top: unset;
  bottom: unset;
  background: #E2E4E4;
  height: 100%;
  width: 1px;
}
html[dir=rtl] .register .form-part .input-group .input-group-prepend .input-group-text::after {
  right: -10px;
  left: unset;
}
html[dir=ltr] .register .form-part .input-group .input-group-prepend .input-group-text::after {
  right: unset;
  left: -10px;
}
.register .form-part .input-group .input-group-prepend {
  width: 28px;
}
.register .toggle-password-button span {
  color: #D8D8D8;
  font-size: 15px;
}
.register ul.haveAccount li p {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 0;
}
.register ul.haveAccount li a,
.register .redend-code a {
  text-decoration: underline;
  color: #ff5800;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
}
.register .redend-code a {
  color: #ff5800;
}
.register .btn-check:checked + .btn,
.register :not(.btn-check) + .btn:active,
.register .btn:first-child:active,
.register .btn.active,
.register .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: transparent;
}
.register .forget-pass {
  text-decoration: none !important;
  text-align: left;
  display: block;
}
.register .btn-primary {
  border-radius: 90px;
  transition: all 1s ease-out;
  padding: 13px 0 16px 0;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF !important;
  font-family: "Tajawal-Bold", sans-serif;
}

/*-----------------------
    Resuest page 
-------------------------*/
@media (min-width: 768px) {
  html[dir=rtl] .my-request .header-part .status {
    border-bottom-right-radius: 16px;
  }
}

@media (min-width: 768px) {
  html[dir=ltr] .my-request .header-part .status {
    border-bottom-left-radius: 16px;
  }
}

.my-request {
  padding: 40px 0;
  background: #fff;
}
.my-request .my-request-card {
  border: 1px solid #E9E9E9;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .my-request .header-part {
    position: absolute;
    top: 0;
    bottom: unset;
  }
  html[dir=rtl] .my-request .header-part {
    right: unset;
    left: 0;
  }
  html[dir=ltr] .my-request .header-part {
    right: 0;
    left: unset;
  }
}
.my-request .header-part .status {
  min-height: 40px;
  min-width: 90px;
  padding: 0 0.5rem;
  font-size: 14px;
  font-family: "Tajawal-Bold", sans-serif;
}
.my-request .header-part .status.new {
  color: #04C800;
  background: rgba(4, 200, 0, 0.1019607843);
}
.my-request .header-part .status.completed {
  color: #646464;
  background: #F6F6F6;
}
.my-request .header-part .status.deny {
  color: #E5B32C;
  background: #FCF7EA;
}
.my-request .header-part .status.reject {
  color: #DD5656;
  background: rgba(221, 86, 86, 0.1019607843);
}
.my-request .header-part .status.under-review {
  background: rgba(13, 109, 161, 0.1019607843);
  color: #0D6DA1;
}
.my-request .body-part {
  padding: 16px;
}
@media (min-width: 768px) {
  .my-request .body-part .text-part {
    width: calc(100% - 65px);
  }
}
.my-request .body-part .text-part h6 {
  font-size: 22px;
  color: #2b2e91;
  font-weight: 500;
}
@media (min-width: 768px) {
  .my-request .body-part .text-part h6 {
    width: calc(100% - 90px);
  }
}
.my-request .body-part .text-part p {
  font-size: 15px;
}
.my-request .body-part .text-part p .title {
  color: rgba(0, 0, 0, 0.6);
}
.my-request .body-part .text-part p .name {
  color: #000;
  font-family: "Tajawal-Bold", sans-serif;
}
.my-request .body-part .icon-part {
  width: 55px;
  height: 55px;
  background: #F4F7F8;
  border-radius: 100%;
  font-size: 18px;
  color: #2b2e91;
}

/*-----------------------
    request-details
-------------------------*/
@media (min-width: 992px) {
  .list-two-col {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .list-two-col {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
  }
}

.accordion-section .accordion-button {
  font-size: 18px;
  font-family: "Tajawal-Bold", sans-serif;
  background-color: #F9F9F9;
  border: 1px solid #E9E9E9;
  box-shadow: unset;
  border-radius: 16px 16px 0 0 !important;
}
.accordion-section .accordion-button::after {
  background-size: 16px;
}
.accordion-section .accordion-button:not(.collapsed) {
  background-color: #F9F9F9;
  outline: 0;
}
.accordion-section .accordion-button:not(.collapsed)::after {
  background-size: 16px;
}
.accordion-section .accordion-body {
  border: 1px solid #E9E9E9;
  border-top: 0;
}

.request-details {
  padding: 50px 0;
}
.request-details-card {
  padding: 0;
  border-radius: 24px;
  border: 1px solid #E9E9E9;
}
.request-details-card .header-part {
  padding: 16px 24px;
  background: #F4F7F8;
  border-bottom: 1px solid #E9E9E9;
}
.request-details-card .header-part .icon-part {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #FFFFFF;
  color: #2b2e91;
}
.request-details-card .header-part h4 {
  font-size: 18px;
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}
.request-details-card .header-part .status {
  font-size: 16px;
  font-family: "Tajawal-Bold", sans-serif;
}
.request-details-card .header-part .status.under-review {
  color: #0D6DA1;
}
.request-details-card .body-part {
  background: #fff;
  padding: 16px 24px;
}
.request-details-card .body-part p.sub-title {
  font-size: 17px;
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}
.request-details-card .body-part h6.notes {
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}
html[dir=ltr] .request-details-card .body-part h6.notes {
  text-align: right;
}
html[dir=rtl] .request-details-card .body-part h6.notes {
  text-align: left;
}
.request-details-card .body-part p .title {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
}
.request-details-card .body-part p .name {
  font-size: 15px;
  color: #000;
  font-family: "Tajawal-Bold", sans-serif;
}
.request-details-card .footer-part {
  padding: 16px 24px;
}
.request-details-card .footer-part .btn {
  min-height: 49px;
  padding: 0 0.75rem;
  font-size: 16px;
}
@media (max-width: 768px) {
  .request-details-card .footer-part .btn {
    flex-grow: 1;
  }
}

.confirmation-modal .modal-content {
  border-radius: 0;
  border: 1px solid #fff;
}
@media (min-width: 992px) {
  .confirmation-modal .modal-content {
    padding: 40px 40px;
  }
}
@media (max-width: 991.98px) {
  .confirmation-modal .modal-content {
    padding: 24px 24px;
  }
}
.confirmation-modal .modal-header .modal-title {
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}
.confirmation-modal .modal-header span {
  color: #262626;
}
.confirmation-modal .form-control {
  resize: unset;
  box-shadow: unset;
  outline: 0;
}
.confirmation-modal .form-control:focus {
  border-color: #ff5800;
}
.confirmation-modal .btn {
  min-height: 49px;
  padding: 0 0.75rem;
  font-size: 16px;
}

/*-----------------------
    Chat Message
-------------------------*/
.chat-modal .modal-header {
  padding: 1rem 1.5rem;
}
.chat-modal .modal-header .modal-title {
  font-family: "Tajawal-Bold", sans-serif;
}
.chat-modal .modal-content {
  border-radius: 0;
  border: 1px solid #fff;
}
.chat-modal .app-message-body {
  background-color: rgba(233, 233, 233, 0.6);
  padding: 24px 16px 0;
  font-size: 0.8rem;
  overflow-y: auto;
  max-height: 50vh;
}
.chat-modal .app-message-body .message-wrapper {
  display: flex;
  flex-direction: column;
}
.chat-modal .app-message-body .message-wrapper:nth-child(2n+1) {
  align-items: flex-start;
}
.chat-modal .app-message-body .message-wrapper:nth-child(2n+1) .message-meta {
  justify-content: flex-start;
}
.chat-modal .app-message-body .message-wrapper:nth-child(2n) {
  align-items: flex-end;
}
.chat-modal .app-message-body .message-wrapper:nth-child(2n) .message-meta {
  flex-direction: row-reverse;
}
.chat-modal .message {
  max-width: 66.6%;
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 0.9rem;
  display: flex;
  flex: 1 auto;
}
.chat-modal .message-meta {
  display: flex;
  flex: 1 auto;
  margin: 10px 5px 15px;
}
.chat-modal .message-meta .sender-avatar {
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background: linear-gradient(180deg, #fb551c, #fb551c);
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-size: 0.666rem;
  font-weight: 600;
}
.chat-modal .message-meta .timestamp {
  color: #999;
  font-size: 0.666rem;
  line-height: 24px;
  display: inline-block;
  margin: 0 5px;
}
.chat-modal .app-input-area {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.chat-modal .app-input-area input[type=text] {
  flex: 1 80%;
  border: none;
  padding: 0.33rem;
  margin: auto 10px;
  outline: none;
}
.chat-modal .app-input-area button[type=submit] {
  flex: 1 0;
  border: none;
  margin: 0 auto;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.chat-modal .app-input-area button[type=submit] svg {
  fill: #ff5800;
}
.chat-modal .app-input-area button[type=submit]:hover svg {
  fill: #ff5800;
}

/*-----------------------
terms-condition-section
-------------------------*/
.terms-condition-section {
  padding: 60px 0;
}
.terms-condition-section h1,
.terms-condition-section h2,
.terms-condition-section h3,
.terms-condition-section h4,
.terms-condition-section h5,
.terms-condition-section h6 {
  margin-bottom: 1rem;
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}
.terms-condition-section p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
}
.terms-condition-section p:not(:last-child) {
  margin-bottom: 1rem;
}
html[dir=rtl] .terms-condition-section ul,
html[dir=rtl] .terms-condition-section ol {
  padding-right: 1rem;
}
html[dir=ltr] .terms-condition-section ul,
html[dir=ltr] .terms-condition-section ol {
  padding-left: 1rem;
}
.terms-condition-section ul li,
.terms-condition-section ol li {
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.6);
}

/*-----------------------
    Styles
-------------------------*/
.complete-order {
  padding: 60px 0;
}
.complete-order .complete-order-box {
  box-shadow: 0px 0px 34px 0px rgba(219, 219, 219, 0.15);
  background: #F4F7F8;
  border: 1px solid #ff5800;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .complete-order .complete-order-box {
    padding: 32px;
  }
}
@media (max-width: 991.98px) {
  .complete-order .complete-order-box {
    padding: 16px;
  }
}
.complete-order .complete-order-box img {
  width: 80px;
  margin: auto;
}
.complete-order .complete-order-box p {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-family: "Tajawal-Bold", sans-serif;
}
.complete-order .complete-order-box span {
  color: rgb(16, 16, 16);
  font-size: 1.2rem;
}
.complete-order .complete-order-box .btn-primary {
  min-height: 55px;
  border-radius: 0;
  width: calc(100% - 55px);
  font-family: "Tajawal-Bold", sans-serif;
}
.complete-order .complete-order-box .btn-primary img {
  width: 16px;
  margin: 0;
}
.complete-order .complete-order-box .watsapp-btn {
  min-width: 55px;
  min-height: 55px;
  font-size: 29px;
  background: transparent;
  border: 1px solid #ff5800;
}

/*-----------------------
  comparison  Styles
-------------------------*/
@media (min-width: 768px) {
  .car-comparison-text {
    padding-inline-end: 5%;
  }
}
.car-comparison-text h3 {
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 768px) {
  .car-comparison-text h3 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .car-comparison-text h3 {
    font-size: 1.75rem;
  }
}
.car-comparison-text h4 {
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 768px) {
  .car-comparison-text h4 {
    font-size: 1.25rem;
  }
}
.car-comparison-text p {
  color: rgba(0, 0, 0, 0.7);
}
.car-comparison-card {
  border: 0.5px solid rgb(177, 177, 177);
  border-radius: 0.625rem;
}
.car-comparison-card .card-header {
  height: 240px;
}
.car-comparison-card .card-header img {
  -o-object-fit: cover;
     object-fit: cover;
}
.car-comparison-card .card-header .btn-dismiss {
  inline-size: 24px;
  min-inline-size: 24px;
  max-inline-size: 24px;
  block-size: 24px;
  border-radius: 100%;
  border: 1px solid #ff0000 !important;
  color: #ff0000;
  font-size: 16px;
  background-color: #fff;
  position: absolute;
  top: 1rem;
  bottom: unset;
}
html[dir=rtl] .car-comparison-card .card-header .btn-dismiss {
  right: 1rem;
  left: unset;
}
html[dir=ltr] .car-comparison-card .card-header .btn-dismiss {
  right: unset;
  left: 1rem;
}
.car-comparison-card .card-body .text {
  width: calc(100% - 60px);
  font-size: 1rem;
  color: rgb(86, 86, 86);
}
.car-comparison-card .card-body .btn-edit {
  font-size: 1rem;
  color: #2b2e91;
  position: absolute;
  top: 1.5rem;
  bottom: unset;
}
html[dir=rtl] .car-comparison-card .card-body .btn-edit {
  right: unset;
  left: 1.5rem;
}
html[dir=ltr] .car-comparison-card .card-body .btn-edit {
  right: 1.5rem;
  left: unset;
}
.car-comparison .vs-compare {
  position: absolute;
  top: 0;
  bottom: 0;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  z-index: 11;
}
html[dir=rtl] .car-comparison .vs-compare {
  right: 0;
  left: 0;
}
html[dir=ltr] .car-comparison .vs-compare {
  right: 0;
  left: 0;
}
.car-comparison .vs-compare span {
  inline-size: 58px;
  min-inline-size: 58px;
  max-inline-size: 58px;
  block-size: 58px;
  border: 0.3px solid rgba(3, 80, 111, 0.5);
  border-radius: 100%;
  background: rgb(244, 244, 244);
  font-size: 28px;
  font-family: "Tajawal-Bold", sans-serif;
}

.no__result {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  padding: 32px 16px;
  background: #fff;
}
.no__result i {
  color: #ff5800;
  font-size: 32px;
}
.no__result span {
  font-size: 1.25rem;
  font-family: "Tajawal-Bold", sans-serif;
}

/*-------------------------*/
.car-details-collapsed .accordion-item {
  border: 1px solid #E9E9E9;
  border-radius: 16px !important;
}
.car-details-collapsed .accordion-item .accordion-button {
  color: rgb(36, 36, 36);
  border-radius: 16px 16px 0 0;
  box-shadow: unset;
  outline: 0;
  background: #f9f9f9;
  font-family: "Tajawal-Bold", sans-serif;
}
.car-details-collapsed .accordion-item .accordion-button img {
  width: 20px;
}
.car-details-collapsed .accordion-item .accordion-button i {
  font-size: 18px;
}
.car-details-collapsed .accordion-item .accordion-button i.fa-face-smile {
  color: rgb(0, 122, 255);
}
.car-details-collapsed .accordion-item .accordion-button i.fa-gear {
  color: #ff5800;
}
.car-details-collapsed .check-true,
.car-details-collapsed .check-false {
  font-size: 20px;
}
.car-details-collapsed table {
  font-weight: 500;
}
.car-details-collapsed .table-striped > tbody > tr:nth-of-type(even) > * {
  color: rgb(36, 98, 132);
  font-weight: 600;
}
.car-details-collapsed tr td:first-child {
  font-weight: 500 !important;
  color: #000 !important;
}

/*-------------------------*/
.favButton {
  font-size: 20px;
  position: absolute;
  top: 1rem;
  bottom: unset;
}
html[dir=rtl] .favButton {
  right: unset;
  left: 1rem;
}
html[dir=ltr] .favButton {
  right: 1rem;
  left: unset;
}

.fav {
  color: red;
}

.common-comparisons .main-title {
  font-family: "Tajawal-Bold", sans-serif;
}
.common-comparisons .main-card {
  background: rgb(3, 80, 111);
  border-radius: 8px;
}
.common-comparisons-card {
  border: 0.5px solid rgb(177, 177, 177);
  border-radius: 0.625rem;
  background: #fff;
}
.common-comparisons-card .card-header {
  height: 150px;
}
.common-comparisons-card .card-header img {
  -o-object-fit: cover;
     object-fit: cover;
}
.common-comparisons-card .card-body .text {
  font-size: 12px;
  color: rgb(86, 86, 86);
}
.common-comparisons .vs-compare {
  position: absolute;
  top: 0;
  bottom: 0;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  z-index: 11;
}
html[dir=rtl] .common-comparisons .vs-compare {
  right: 0;
  left: 0;
}
html[dir=ltr] .common-comparisons .vs-compare {
  right: 0;
  left: 0;
}
.common-comparisons .vs-compare span {
  inline-size: 45px;
  min-inline-size: 45px;
  max-inline-size: 45px;
  block-size: 45px;
  border: 0.3px solid rgba(3, 80, 111, 0.5);
  border-radius: 100%;
  background: rgb(244, 244, 244);
  font-size: 18px;
}

#hiddenSection {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  background: #f0f0f0;
  margin-top: 10px;
  transition: all 1s ease-out;
  z-index: 11;
}
#hiddenSection h4 {
  font-family: "Tajawal-Bold", sans-serif;
}
#hiddenSection .progress {
  background: rgb(207, 207, 207);
}
#hiddenSection .progress-bar {
  background: rgb(3, 80, 111);
  transition: all 1s ease-out;
}
#hiddenSection:not(.open) {
  overflow: hidden;
}
#hiddenSection.open {
  position: fixed;
  top: unset;
  bottom: 0;
  transition: max-height 0.5s ease-in;
  padding: 2rem 0 0 0;
  max-height: 500px;
  border-radius: 45px 45px 0 0;
}
html[dir=rtl] #hiddenSection.open {
  right: 0;
  left: 0;
}
html[dir=ltr] #hiddenSection.open {
  right: 0;
  left: 0;
}
#hiddenSection.open .section-body {
  padding: 1rem 1rem 1rem 1rem;
  overflow-y: auto;
  max-height: 400px;
}
#hiddenSection .car-comparison-card .card-header {
  height: 190px;
}
#hiddenSection .car-comparison-card .card-body {
  color: #fff;
  background: rgb(3, 80, 111);
}

.animation-card {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin: 0;
  transform: translateZ(0);
  transition: transform 0.5s ease-out;
}
.animation-card:hover {
  transform: rotateZ(-10deg) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.card-stack {
  position: relative;
  width: 300px;
  height: 200px;
  perspective: 1000px;
  cursor: pointer;
}
.card-stack .card {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease, opacity 0.5s ease;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card-stack .card-top {
  z-index: 2;
  transform: translateZ(0);
}
.card-stack .card-bottom {
  z-index: 1;
  background: white;
  padding: 20px;
  transform: translateY(50%);
  opacity: 0;
}
.card-stack:hover .card-top {
  animation: flipBack 0.5s ease-in-out forwards;
  display: block;
  z-index: 1;
  -webkit-animation: flipBack 0.5s ease-in-out forwards;
}
.card-stack:hover .card-bottom {
  transform: translateY(80%) matrix(0.987688, 0.156434, -0.156434, 0.987688, 4, 0);
  opacity: 1;
}

.q-img__image {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
  margin: 20px auto;
  position: relative;
  display: block;
  z-index: 9999;
  height: 715px;
  z-index: 2 !important;
}

.flip-card-inner:hover {
  z-index: 1;
}

.flip-card-front--inner {
  vertical-align: top;
  box-shadow: none !important;
  margin-bottom: 48px;
  border-radius: 20px;
  border: 1px solid #fff;
  z-index: 9999;
  background: radial-gradient(25.97% 25.97% at 50% 50%, rgb(77, 118, 162), rgba(255, 87, 0, 0.04));
}

.flip-card-front,
.secondCard-flip,
.flip-card-back {
  position: absolute;
  width: 100%;
  z-index: 9999;
  height: 400px !important;
  backface-visibility: hidden;
}

.filpCardImg {
  position: relative;
  vertical-align: top;
  width: 400px !important;
  height: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 48px;
  background: radial-gradient(25.97% 25.97% at 50% 50%, rgba(255, 255, 255, 0.1019607843), rgba(197, 215, 133, 0.1019607843));
}
.filpCardImg .fit {
  width: 100% !important;
  height: 100% !important;
  position: relative;
}
.filpCardImg .fit .q-img--menu {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 20px;
  height: 400px;
}

.secondCard-flip,
.flip-card-back {
  display: none;
}

.z-index-2 {
  z-index: 2 !important;
}

.flip-card-inner:hover .flip-card-front {
  animation: mainFlipBack 0.5s ease-in-out forwards;
  -webkit-animation: mainFlipBack 0.5s ease-in-out forwards;
}

.flip-card-inner:hover .flip-card-back {
  animation: flipBack 0.5s ease-in-out forwards;
  display: block;
  z-index: 1;
  -webkit-animation: flipBack 0.5s ease-in-out forwards;
}

html[dir=ltr] .flip-card-inner:hover .secondCard-flip {
  transform-origin: left;
}

html[dir=rtl] .flip-card-inner:hover .secondCard-flip {
  transform-origin: right;
}

.flip-card-inner:hover .secondCard-flip {
  display: block;
  animation: moveSecondCard 0.5s ease-in-out forwards;
  z-index: 999999 !important;
  -webkit-animation: moveSecondCard 0.5s ease-in-out forwards;
}

.flip-card-inner:not(:hover) .flip-card-front {
  animation: reverseFlipBack 0.5s ease-in-out forwards;
  display: block;
  z-index: 1;
  -webkit-animation: reverseFlipBack 0.5s ease-in-out forwards;
}

.flip-card-inner:not(:hover) .flip-card-back {
  animation: reverseBackCard 0.5s ease-in-out forwards;
  display: block;
  z-index: 1;
  -webkit-animation: reverseBackCard 0.5s ease-in-out forwards;
}

.flip-card-inner:not(:hover) .secondCard-flip {
  display: block;
  animation: reverseMoveSecondCard 0.5s ease-in-out forwards;
  z-index: 2;
  -webkit-animation: reverseMoveSecondCard 0.5s ease-in-out forwards;
}

html[dir=ltr] .flip-card-inner:not(:hover) .secondCard-flip {
  transform-origin: left;
}

html[dir=rtl] .flip-card-inner:not(:hover) .secondCard-flip {
  transform-origin: right;
}

.absolute-full {
  position: absolute;
  z-index: 9999;
}

.absolute-full,
.fullscreen,
.fixed-full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.absolute-full img,
.fullscreen img,
.fixed-full img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.q-img__image--with-transition {
  transition: opacity 0.28s ease-in;
}

.q-img__image--loaded {
  opacity: 1;
}

@keyframes flipBack {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(-9deg) translate(1%);
  }
}
@keyframes reverseBackCard {
  0% {
    opacity: 1;
    transform: rotate(-9deg) translate(1%);
  }
  to {
    opacity: 0;
    transform: rotate(0);
  }
}
@keyframes reverseFlipBack {
  0% {
    transform: translateY(80%) translate(1%) rotate(9deg) scale(1);
    opacity: 0;
  }
  to {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
}
@keyframes mainFlipBack {
  0% {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
  to {
    transform: translateY(80%) translate(1%) rotate(9deg) scale(1);
    opacity: 0;
  }
}
@keyframes moveSecondCard {
  0% {
    transform: translateY(0) rotate(0);
    opacity: 0;
  }
  to {
    transform: translateY(80%) translate(1%) rotate(9deg) scale(1);
    opacity: 1;
  }
}
@keyframes reverseMoveSecondCard {
  0% {
    transform: translateY(80%) translate(1%) rotate(9deg) scale(1);
    opacity: 1;
  }
  to {
    transform: translateY(0) rotate(0);
    opacity: 0;
  }
}
.flib-card-title {
  color: #fff;
  margin-top: 16px;
  font-size: 32px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.4em;
  line-height: 1.2;
}

.flib-card-subtitle {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4.7em;
  line-height: 1.6;
  margin-top: 16px;
}

.flib-card-button {
  font-size: 14px;
  color: #fff;
  border-radius: 32px;
  background: linear-gradient(102.72deg, rgba(44, 94, 121, 0.9) 0%, rgba(83, 123, 211, 0.9) 154.68%);
  border: 1px solid transparent;
  padding-block: 8px;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 32px;
}

.secondCard-flip--content {
  border: 1px solid #76bab1;
  border-radius: 20px;
  margin-bottom: 48px;
}
.secondCard-flip-main-text {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.4em;
  line-height: 1.2;
  font-size: 32px;
  margin-top: 16px;
}
.secondCard-flip-sub-text {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4.7em;
  line-height: 1.6;
  text-align: justify;
  margin-top: 16px;
}
.secondCard-flip-action {
  background: linear-gradient(102.72deg, rgba(44, 94, 121, 0.9) 0%, rgba(83, 123, 211, 0.9) 154.68%);
  color: #fff;
  border-radius: 32px;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 16px;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  outline: 0;
  border: 0;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.715em;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  height: auto;
  cursor: default;
  padding: 4px 16px;
  min-height: 2.572em;
}

.gallary-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 0;
}
.gallary-modal .btn-close {
  inline-size: 30px;
  block-size: 30px;
  background: #fff;
  opacity: 1;
  border-radius: 100%;
  color: #000;
  top: 1rem;
  inset-inline-end: 1rem;
  font-size: 19px;
  padding: 0;
  font-weight: 700;
}
.gallary-modal .image-link {
  height: 500px;
}

#video-background {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-----------------------
 popular__cars__list
-------------------------*/
.popular__cars__list {
  padding: 2rem 0 4.375rem 0;
  background: #F4F8FF;
}
.popular__cars__list--title {
  color: #2b2e91;
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 768px) {
  .popular__cars__list--title {
    font-size: 2.1875rem;
  }
}
@media (max-width: 767.98px) {
  .popular__cars__list--title {
    font-size: 1.5rem;
  }
}
.popular__cars__list p {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}

/*-----------------------
 find__your__car
-------------------------*/
.find__your__car {
  padding: 40px 0;
}
.find__your__car--title h3 {
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 768px) {
  .find__your__car--title h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .find__your__car--title h3 {
    font-size: 2rem;
  }
}
.find__your__car--title p {
  color: #000000;
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 768px) {
  .find__your__car--title p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .find__your__car--title p {
    font-size: 1rem;
  }
}
.find__your__car--taps .nav-tabs {
  margin-bottom: 3.4375rem;
}
.find__your__car--taps .nav-link {
  border: 0.2px solid rgba(255, 88, 0, 0.3215686275) !important;
  min-width: 8.4375rem;
  min-height: 2.375rem;
  border-radius: 3.125rem;
  font-family: "Tajawal-Bold", sans-serif;
}
.find__your__car--taps .nav-link:not(.active) {
  background: transparent;
  color: #ff5800;
}
.find__your__car--taps .nav-link.active {
  background: #ff5800;
}
.find__your__car--taps .brand-box-item {
  padding: 0.625rem 1rem;
  min-height: 170px;
  border-radius: 24px;
  background: linear-gradient(176.06deg, rgba(22, 135, 181, 0.1) 5.42%, rgba(201, 239, 255, 0.22) 89.24%, rgba(31, 159, 210, 0.23) 106.03%);
}
.find__your__car--taps .brand-box-item img {
  height: 100px;
}
.find__your__car--taps .brand-box-item p {
  font-size: 1.125rem;
  color: #000000;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.find__your__car .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.find__your__car .swiper-button-next,
.find__your__car .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 42%);
}
html[dir=ltr] .find__your__car .swiper-button-next,
html[dir=ltr] .find__your__car .swiper-button-prev {
  transform: scaleX(-1);
}
html[dir=rtl] .find__your__car .swiper-button-next,
html[dir=rtl] .find__your__car .swiper-button-prev {
  transform: scaleX(1);
}

/*-----------------------
 sell__car
-------------------------*/
.sell__car {
  padding: 50px 0;
}
.sell__car__container {
  padding: 2.5rem 2rem;
  background: linear-gradient(96.67deg, #23257D 1.54%, #4043E3 95%);
}
.sell__car__container h3 {
  color: #fff;
  font-family: "Tajawal-Bold", sans-serif;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .sell__car__container h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .sell__car__container h3 {
    font-size: 2rem;
  }
}
.sell__car__container li img {
  width: 28px;
}
.sell__car__container p {
  color: #fff;
  font-family: "Tajawal-Bold", sans-serif;
}
@media (min-width: 992px) {
  .sell__car__container .img-bg {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    height: 300px;
  }
}
@media (max-width: 991.98px) {
  .sell__car__container .img-bg {
    display: none;
  }
}

/*-----------------------
 popular__searc
-------------------------*/
.popular__search__title {
  font-size: 2rem;
  color: #000000;
  font-family: "Tajawal-Bold", sans-serif;
}
.popular__search__title img {
  width: 32px;
}
.popular__search__item span {
  padding-inline: 0.625rem;
  border: 1px solid #2b2e91;
  min-height: 2.75rem;
  border-radius: 4.375rem;
  color: #2b2e91;
}
.popular__search__card {
  padding: 2rem 1.5rem;
  background: url(../image/general-image/popular-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 1.125rem;
}
.popular__search__card h4 {
  font-size: 1.75rem;
  font-family: "Tajawal-Bold", sans-serif;
}
.popular__search__card--item {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  border-right: 5px solid #2b2e91;
}
.popular__search__card--item p {
  font-size: 2rem;
  font-family: "Tajawal-Bold", sans-serif;
}
.popular__search__card--item span {
  color: rgba(35, 37, 125, 0.7);
  font-size: 1.25rem;
}
.popular__search .btn-secondary {
  min-height: 58px;
  border-radius: 70px;
  min-width: 200px;
  font-family: "Tajawal-Bold", sans-serif;
}

.partner__logos {
  padding: 32px 0;
}
.partner__logos__title h3 {
  font-size: 32px;
  font-family: "Tajawal-Bold", sans-serif;
}
.partner__logos__title p {
  font-size: 16px;
}
.partner__logos__box {
  min-height: 160px;
}
.partner__logos__box img {
  height: 125px;
  filter: grayscale(100%);
}

/*-----------------------
 testimonials__section
-------------------------*/
.testimonials__section {
  padding-block: 50px;
  background: linear-gradient(118.34deg, #4043E3 50.52%, #3C40D7 73.38%, #23257D 96.75%);
}
.testimonials__section__card {
  border-radius: 1.5rem;
  padding: 32px 24px;
}
.testimonials__section__card--title h4 {
  font-size: 2rem;
  font-family: "Tajawal-Bold", sans-serif;
}
.testimonials__section__card--title p {
  font-size: 0.875rem;
}
.testimonials__section--video {
  height: 413px;
  border-radius: 1rem;
  border: 1px solid rgb(35, 37, 125);
  transition: all 1s ease-out;
}
.testimonials__section--video .poster-video {
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials__section--video .youtube-image {
  margin: auto;
  z-index: 11;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all 1s ease-out;
}
.testimonials__section--video .span-text {
  inset-inline-start: 0.5rem;
  bottom: 1rem;
  color: #ff5800;
  border: 1px solid #ff5800;
  background: #fff;
  min-height: 2.6875rem;
  min-width: 10rem;
  border-radius: 3.75rem;
  padding-inline: 0.625rem;
}
.testimonials__section--video:hover .youtube-image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.testimonials__section--text h4 {
  font-size: 1.25rem;
  width: calc(100% - 8rem);
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  font-family: "Tajawal-Bold", sans-serif;
}
.testimonials__section--text img {
  width: 1rem;
}
.testimonials__section--description {
  font-size: 0.875rem;
  font-family: "Tajawal-Bold", sans-serif;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.bottom-slide-modal .progress {
  margin-block: 24px;
}
.bottom-slide-modal .car-container {
  flex-wrap: wrap;
}
.bottom-slide-modal .car-comparison-card {
  width: 400px;
}
.bottom-slide-modal .modal-footer {
  text-align: center;
}

/*-----------------------
 purchase-request-section
-------------------------*/
.purchase-request-section {
  padding-block: 64px;
}
.purchase-request-section .image-part {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  height: 350px;
}
.purchase-request-section .image-part img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.purchase-request-section .nav-tabs .nav-item {
  flex-grow: unset;
}
.purchase-request-section .nav-tabs .nav-link {
  border-radius: 3.125rem;
  min-width: 10.625rem;
  min-height: 2.8125rem;
  font-size: 18px;
}
.purchase-request-section .nav-tabs .nav-link:not(.active) {
  border: 1px solid #8D8D8D;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.purchase-request-section .nav-tabs .nav-link.active {
  border: 1px solid #000000;
  font-family: "Tajawal-Bold", sans-serif;
}
.purchase-request-section .sub-taps-section .nav-pills .nav-link {
  padding: 7px 12px;
  font-size: 16px;
  border-radius: 0;
  background: transparent;
}
.purchase-request-section .sub-taps-section .nav-pills .nav-link:not(.active) {
  font-weight: 500;
  color: rgb(142, 142, 147);
  border-bottom: 3px solid transparent;
}
.purchase-request-section .sub-taps-section .nav-pills .nav-link.active {
  color: rgb(239, 91, 36);
  border-bottom: 3px solid rgb(239, 91, 36);
  font-family: "Tajawal-Bold", sans-serif;
}
.purchase-request-section .sub-taps-section .content-subTaps {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 1rem;
}
.purchase-request-section .sub-taps-section .content-subTaps .title {
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-family: "Tajawal-Bold", sans-serif;
}
.purchase-request-section .sub-taps-section .content-subTaps .subtitle {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-family: "Tajawal-Bold", sans-serif;
}
.purchase-request-section .sub-taps-section .content-subTaps ul {
  list-style: disc;
  list-style-position: inside;
}
.purchase-request-section .sub-taps-section .content-subTaps ul li {
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.purchase-request-section .sub-taps-section .content-subTaps .btn {
  min-width: 200px;
  border-radius: 4px;
  min-height: 50px;
}

.float {
  position: fixed;
  top: unset;
  bottom: 32px;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 100%;
  text-align: center;
  font-size: 25px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
html[dir=rtl] .float {
  right: unset;
  left: 32px;
}
html[dir=ltr] .float {
  right: 32px;
  left: unset;
}
html[dir=ltr] .float {
  transform: scaleX(-1);
}
html[dir=rtl] .float {
  transform: scaleX(1);
}

.youtube__float {
  position: fixed;
  top: unset;
  bottom: 32px;
  width: 50px;
  height: 50px;
  background-color: #ff0033;
  color: #FFF;
  border-radius: 100%;
  text-align: center;
  font-size: 25px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
html[dir=rtl] .youtube__float {
  right: 32px;
  left: unset;
}
html[dir=ltr] .youtube__float {
  right: unset;
  left: 32px;
}/*# sourceMappingURL=general.css.map */