/* @font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: lighter;
    font-style: normal;
}  */

body{
    font-family: 'Almarai', sans-serif;
  }

 /* html * {
    font-family: 'Almarai', sans-serif !important;
}


::-webkit-input-placeholder {
    font-family: 'Almarai', sans-serif !important;
}

::-moz-placeholder {
    font-family: 'Almarai', sans-serif !important;

}

:-ms-input-placeholder {
    font-family: 'Almarai', sans-serif !important;
} */



/*
input::-webkit-input-placeholder {
    font-size: 14px !important;
    line-height: 2;
} */

body {
    background: #221B43;

    /* font-family: "roman", Arial, sans-serif; */
    /* font-family: 'Almarai', sans-serif !important; */
}

.d-n {
    display: none;
}

.d-b {
    display: block;
}

.rtl {
    direction: rtl;
}

.rtl .form-check-input {
    margin-left: 15px !important;
}

.rtl .hemaya-buy .form-check {
    margin-right: 0;
}

.second_radio
{
    margin-right: -23px !important;
}

.rtl .wizard-buy .form-check {
    margin-right: 0;
}

.rtl .login-form {
    left: auto;
    right: 40px;
}

.rtl .login-form h1::before {
    right: 0;
    left: auto;
}

.rtl .fa-quote-left, .rtl .fa-quote-right {
    transform: rotateZ(180deg);
}

.rtl .fa-quote-left {
    align-self: flex-start;
    text-align: end;
}

.rtl .login-form .form-control {
    padding-right: 70px;
}

.rtl .login-form .trans-label, .rtl .login-form .form-control:placeholder-shown ~ .trans-label {
    right: 50px;
    left: auto;
}

.owl-carousel {
    direction: ltr;
}

.home-bg, .home-bg-1, .home-bg-circle, .circle, .circle-1 {
    position: absolute;
    /* z-index: 1; */
}

.home-bg {
    right: -435px;
    top: -105px;
}

.home-bg-1 {
    left: -435px;
    top: -105px;
}

/* Home Circle Image CSS Start */
.circle {
    right: 200px;
    top: 350px;
    width: 100%;
    max-width: 100%;
}
.circle-1 {
    left: 200px;
    top: 300px;
    width: 100%;
    max-width: 100%;
}

.home-bg-circle {
    left: -1015px;
    top: 500px;
}

.bg-hemaya {
    /* background: rgba(51, 155, 255, 0.1); */
}

.main-nav {
    background: #0F0D2B;
    position: relative;
}

.main-nav .nav-link.lang {
    font-size: 14px;
    font-style: normal;
    color: #9b9aa9;
}

.rtl .fa-close {
    text-align: left;
}

.fa-close {
    text-align: right;
    margin-bottom: 1rem;
    cursor: pointer;
}

.main-nav .fas.fa-times {
    color: #fff;
    font-size: 20px;
}

.sticky {
    position: fixed;
    top: 0;
    max-width: 100%;
    width: 100%;
    z-index: 11;
    -webkit-animation: navbar-animation 0.6s;
    animation: navbar-animation 0.6s;
}

@-webkit-keyframes navbar-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes navbar-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.navbar-brand {
    text-align: center;
    margin-left: 6rem;
}

.rtl .navbar-brand {
    margin-right: 6rem;
}

.main-nav .navbar {
    padding: .8rem 0;
}

.main-nav .nav-link {
    color: #FFFFFF;
    font-size: 14px;
    white-space: nowrap;
    /* font-family: Hacen Tunisia Bold; */
}

/* .main-nav .nav-link:hover {

    background-color:#FF3C82;
    border-radius: 5px;
    color: white;
} */

.cd-main-nav__item--signup:hover
{
    background: #49a0f0 !important;
    border-radius: 50em !important;
}

.main-nav .nav-item {
    /* margin-right: 20px; */
    list-style: none;
}

.main-nav .navbar-toggler {
    border-color: #339BFF;
}

.main-nav .navbar-toggler:focus {
    outline: #339BFF;
    border-color: #339BFF;
    box-shadow: 0px 0px 7px #339BFF;
}

.logo {
    width: 55%;
    max-width: 100%;
}
.footer_logo {
    width: 55%;
    max-width: 100%;
}

.login-btn {
    background: #339BFF;
    color: white;
    border-radius: 20px;
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
    padding-right: 30px;
    padding-left: 30px;
    text-decoration: none;
    font-weight: bold;
}

.sign-out-btn
{
    color: white;
    border-radius: 20px;
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
    /* padding-right: 30px;
    padding-left: 30px; */
    text-decoration: none;
    font-weight: bold;
}

.head-title {
    color: #FFFFFF;
    font-size: 50px;
    /* font-family: Hacen Tunisia Lt !important; */
    font-weight: bold;
    text-align: center;
    margin-top: 29px;
    margin-bottom: 3rem;
    text-transform: uppercase;
    position: relative;
}

.hemaya-buy {
    width: 520px;
    max-width: 100%;
    margin-top: 2rem;
    position: relative;
}

.wizard-buy {
    width: 100%;
    max-width: 100%;
    padding: 0px 100px;
    margin-top: 0px;
    position: relative;
}

.hm-display {
    display: flex;
}

.buy-bg {
    position: absolute;
    background: #0F0D2B;
    width: 560px;
    max-width: 100%;
    min-height: 450px;
    margin-top: 8px;
    opacity: 50%;
    border-radius: 30px;
}

.hemaya-buy .recaptcha {
    background: #339BFF;
    color: white;
    border-radius: 35px;
    padding: 5px 7px;
    margin-top: 7px;
    margin-left: -4px;
    letter-spacing: 1px;
    position: absolute;
    font-weight: 600;
    right: 20px;
    left: auto;
}

.rtl .hemaya-buy .recaptcha {
    left: 20px;
    right: auto;
}

.fa-sync-alt {
    cursor: pointer;
}

.hemaya-buy .dates {
    position: relative;
    display: flex;
    align-items: center;
}

.hemaya-buy .dates .fa-calendar-alt {
    position: absolute;
    right: 24px;
    left: auto;
    font-size: 30px;
    color: #339BFF;
    user-select: none;
}

.rtl .hemaya-buy .dates .fa-calendar-alt {
    left: 24px;
    right: auto;
}

.bor {
    border-top-left-radius: 30px;
    border-top-right-radius: 0px;
}

.hemaya-buy .tab-content {
    background: #FFFFFF;
    padding: 40px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.wizard-buy .tab-content {
    background: #FFFFFF;
    padding: 40px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.hemaya-buy .nav-link {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 20px;
    padding-top: 10px;
    /* font-weight: bold; */
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    text-align: center;
    /* font-family: Hacen Tunisia Lt !important; */
}

.wizard-buy .nav-link {
    /* width: 75%; */
    /* border-top-left-radius: 30px;
    border-top-right-radius: 30px; */
    max-width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    text-align: center;
    /* font-family: Hacen Tunisia Bold; */
}

.hemaya-buy .nav-tabs .nav-link.active {
    color: #42415B;
    font-weight: 600;
    /* font-family:  Hacen Tunisia Lt !important; */
}

.wizard-buy .nav-tabs .nav-link.active {
    color: #42415B;
    padding: 4px 0px;
    border-radius: 5px;
}

.hemaya-buy .form-check {
    width: auto;
    display: flex;
    align-items: center;
    margin-right: 41px;
}

.wizard-buy .form-check {
    width: auto;
    display: flex;
    align-items: center;
    margin-right: 41px;
}

.hemaya-buy .tab-content label {
    font-size: 18px;
    color: #42415B;
    margin-left: 5px;
    /* font-family: Hacen Tunisia Bold !important; */
}

.wizard-buy .tab-content label {
    font-size: 16px;
    font-weight: bold;
    color: #42415B;
    margin-left: 5px;
}

.hemaya-buy .line {
    background: #339BFF;
    opacity: 20%;
    margin-bottom: 29px;
}

.wizard-buy .line {
    background: #339BFF;
    opacity: 20%;
    margin-bottom: 29px;
}

.hemaya-buy .tab-content .form-control, .hemaya-buy .tab-content .form-select {
    border-radius: 15px;
    border-color: #E8E8E8;
    height: 42px;
}

.hemaya-buy .tab-content .form-select {
    color: rgba(66, 65, 91, 0.5);
    font-size: 18px;
    font-weight: lighter;
    font-style: normal;
    appearance: auto;
    font-size: GE;
}

.hemaya-buy .tab-content .form-control::placeholder {
    color: rgba(66, 65, 91, 0.5);
    font-size: 16px;
    font-weight: lighter;
    font-style: normal;
    /* font-family: Hacen Tunisia Bold; */
}

.hemaya-buy .dates .form-control, .hemaya-buy .tab-content .form-select {
    background: rgba(51, 155, 255, 7%);
}

.hemaya-buy .form-check .label {
    font-size: 12px;
    font-weight: 600 !important;
    font-weight: lighter;
    /* font-family: Hacen Tunisia Bold; */

    color: rgba(66, 65, 91, 0.5);
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: thin;
}

.rtl .hemaya-buy .home_check_box {
    margin-top: -20px;
}

.submit-btn {
    background: #FF3C82;
    color: #FFFFFF;
    font-size: 18px;
    margin-right: 67%;
    /* float: right; */
    /* font-weight: bold; */
    /* font-family: Hacen Tunisia Bold; */
    font-style: normal;
    width: 140px;
    border-radius: 30px;
    /* padding: 7px 45px; */
    box-shadow: -15px 15px 25px rgb(0 0 0 / 20%);
    white-space: nowrap;
}
.submit-btn span {
    cursor: pointer;
    transition: 0.5s;
}
.submit-btn:hover{
    background-color: #ff1f71;
    color: white !important;
}

.submit-btn:hover span {
    margin-left: 10px;
  }

  .submit-btn:hover span:after {
    opacity: 1;
    right: 0;
  }


  .contact-btn {
    background: #4cabfe;
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 67%;
    /* font-family: Hacen Tunisia Bold; */
    font-style: normal;
    width: 140px;
    border-radius: 30px;
    box-shadow: -15px 15px 25px rgb(0 0 0 / 20%);
    white-space: nowrap;
}
.contact-btn span {
    cursor: pointer;
    transition: 0.5s;
}
.contact-btn:hover{
    background-color: #33A1FF;
    color: white !important;
}

.contact-btn:hover span {
    margin-left: 10px;
  }

  .contact-btn:hover span:after {
    opacity: 1;
    right: 0;
  }


  #MainBox .form-control:focus
  {
      border: 1px solid #33A1FF !important;
      box-shadow: none !important;
  }

  /* .select2_height .select2-container--default .select2-selection--single:hover
  {
    border: 1px solid #33A1FF;
  } */



.work-title {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    /* font-family: Hacen Tunisia Bold; */
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.work-title::after, .hemaya-client h1::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: #FF3C82;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.hemaya-work img {
    z-index: 2;
}

.hemaya-work h4 {
    font-size: 16px;
    /* font-weight: bold; */
    /* font-family: Hacen Tunisia Bold; */
    font-style: normal;
    color: #FFFFFF;
    margin: 1rem 0rem;
    text-align: center;
    position: relative;
}

.hemaya-work h4::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #FF3C82;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.hemaya-work p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: lighter;
    /* font-family: Hacen Tunisia Bold; */
    font-style: normal;
    opacity: 40%;
    text-align: center;
    margin-top: 20px;
}

.hemaya-client h1 {
    color: #42415B;
    font-size: 50px;
    font-weight: bold;
    /* font-family: Hacen Tunisia Bold; */
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.hemaya-client p {
    color: #42415B;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.hemaya-client .owl-carousel .owl-nav button.owl-next, .hemaya-client .owl-carousel .owl-nav button.owl-prev {
    background: #339BFF;
    padding: 5px 25px !important;
    border-radius: 20px;
    color: #FFFFFF;
    margin: 0 5px;
}

.hemaya-client .owl-carousel .owl-nav button.owl-next:hover, .hemaya-client .owl-carousel .owl-nav button.owl-prev:hover {
    background: #FF3C82;
}

.hemaya-client .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
}

.quote {
    color: #FFFFFF;
    font-size: 20px;
    /* font-family: Hacen Tunisia Bold; */
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

.fa-quote-left, .fa-quote-right {
    font-size: 80px;
    color: #FFFFFF;
    opacity: 30%;
}

.footer {
    background: #0F0D2B;
}

.foot-nav {
    margin-left: -78px;
}

.foot-nav li {
    padding-right: 10px;
    position: relative;
    padding-left: 10px;
    line-height: 20px;
    font-size: 14px;
}

.foot-nav li::after {
    position: absolute;
    content: "";
    background: #42415B;
    width: 1px;
    height: 20px;
    top: 0;
    right: 0;
}

.foot-nav li a {
    color: #9b9aa9 !important;
    text-decoration: none;
    white-space: nowrap;
    /* font-family: Hacen Tunisia Bold; */
}

.footer i {
    width: 37px;
    height: 37px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 20px;
    color: #FFFFFF;
    opacity: 50%;
}

.foot-p {
    color: #42415B;
    opacity: 40%;
    margin: 0;
    font-weight: lighter;
    font-size: 12px;
}

.foot-logo {
    text-align: center;
}

.rtl .bg-img {
    right: -13%;
    top: -116px;
    z-index: -1;
}

.bg-img {
    right: 110px;
    top: -90px;
    z-index: -1;
}

.register-form
{
    min-height: 600px;
}

@media screen and (max-width: 1500px) {
    .home-bg {
        right: -576px;
    }

    .hemaya-buy .tab-content {
        padding: 10px 25px 20px;

    }

    .wizard-buy .tab-content {
        padding: 25px;
    }
}

@media screen and (min-width: 1400px) {
    .hemaya-container {
        width: 100%;
        max-width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
    }

    .px-xxl-hemaya {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .main-nav .nav-item {
        margin-right: 20px;
    }

    .login-btn {
        padding-right: 23px !important;
        padding-left: 20px !important;
    }

    .rtl .bg-img {
        left: 120px;
        top: -13px;
    }

    .bg-img {
        right: 120px;
        top: -13px;
    }
}

@media screen and (max-width: 1024px) {
    .rtl .bg-img {
        left: -1px;
        top: 79px;
    }

    .bg-img {
        right: -1px;
        top: 79px;
    }
}

@media screen and (max-width: 992px) {
    .main-nav {
        padding: 0 1rem;
    }
    .logo
    {
        width: 20%;
    }
    .footer

    .main-nav .nav-item {
        border-bottom: 1px solid #f1f1f1;
    }

    .login-btn {
        margin: 10px 0px;
    }

    .navbar-brand {
        margin: 0;
        text-align: left;
    }

    .rtl .navbar-brand {
        text-align: right;
        margin-right: 0;
    }

    .rtl .main-nav .navbar-collapse ul {
        right: 0;
        left: auto;
    }

    .main-nav .navbar-collapse ul {
        background: #0F0D2B;
        position: fixed;
        top: 0;
        bottom: 0;
        flex-direction: column;
        height: auto;
        width: 60% !important;
        padding: 1rem;
        transition: right 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
        z-index: 999;
    }

    .main-nav .navbar-collapse ul {
        left: 0;
        right: auto;
    }

    .rtl .bg-img {
        left: 65px;
        top: 79px;
    }

    .bg-img {
        right: 65px;
        top: 79px;
    }


    .main-nav .navbar-collapse ul {
        background: #0F0D2B;
        position: fixed;
        top: 0;
        bottom: 0;
        flex-direction: column;
        height: auto;
        width: 60% !important;
        padding: 1rem;
        transition: right 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
        z-index: 999;
    }
    .main-nav .navbar-collapse ul {
        left: 0;
        right: auto;
    }
    .main-nav .navbar-collapse ul .dropdown-menu {
        position: relative;
        width: 100% !important;
        background: none;
        color: #fff;
        border: none;
        padding: 5px;
    }
    .main-nav .dropdown-menu li {
        border: none;
    }
    .main-nav .dropdown-menu li  a {
        color: #fff;
        background: none;
    }
    .main-nav .dropdown-menu li::before {
        display: none;
    }
    .rtl .fa-caret-down, .fa-caret-down {
        top: 19px;
    }

    .register-form
    {
        min-height: 550px;
    }
}

@media screen and (max-width: 812px) {
    .bg-img-1 {
        width: auto;
    }

    .rtl .bg-img {
        left: 0;
        position: absolute !important;
        top: -218px;
    }

    .bg-img {
        right: 0;
        position: absolute !important;
        top: -218px;
    }

    .min-height-about {
        min-height: calc(100vh - 250px);
    }
}

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

    .sign-up-btn {
        padding: 5px 10px;
        white-space: nowrap;
    }

    .hm-display {
        display: block;
    }

    .rtl .bg-img {
        left: 187px;
    }

    .bg-img {
        right: 187px;
    }

    .work-title {
        margin-top: 1rem;
    }
    .register-form
    {
        min-height: 530px;
    }
    .work-title
    {
        font-size: 36px;
    }
    .home_step_img
    {
        width: 70%;
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .head-title, .work-title, .hemaya-client h1 {
        font-size: 30px;
    }

    .foot-nav li a {
        font-size: 10px;
    }


    .work-title {
        margin-top: 0rem;
    }

    .rtl .bg-img {
        left: 301px;
        top: -230px;
    }

    .bg-img {
        right: 301px;
        top: -230px;
    }

    .rtl .hemaya-buy .radio {
        margin-right: -22px;
    }
}

@media screen and (min-width: 992px) {
    .rtl .foot-logo {
        text-align: right;
    }

    .foot-logo {
        text-align: left;
    }
}

@media screen and (max-width: 1400px) {
    .home-bg-1 {
        left: -45px;
    width: 100%;
    max-width: 100%;
    top: 65px;
    }

    .home-bg {
        /* right: -311px;
        top: 60px; */
        right: 0;
        top: 130px;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .home-bg-1 {
        /* left: -218px; */
        left: -55px;
        top: 130px;
    }

    .home-bg {
        /* right: -350px;
        top: 94px; */
        right: 0;
        top: 160px;
        width: 90%;
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .home-bg-1 {
        left: -60px;
        top: 158px;
    }

    .home-bg {
        right: 64px;
        top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .home-bg-1 {
        left: -40px;
        top: 8px;
    }

    .home-bg {
        right: 0px;
        top: 18px;
    }

    .home-bg, .home-bg-1 {
        z-index: -1 !important;
    }

    .hemaya-buy .nav-link
    {
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .home-bg-1 {
        /* left: -179px;
        top: 641px; */
        left: 0px;
        top: 20px;
    }

    .home-bg {
        /* right: -179px;
        top: 641px; */
        right: 0px;
        top: 20px;
    }
}

@media screen and (max-width: 414px) {
    .home-bg-1 {
        /* left: -218px;
        top: 690px; */
        left: 0px;
        top: 20px;
    }

    .home-bg {
        /* right: -218px;
        top: 690px; */
        right: 0px;
        top: 20px;
    }
}

@media screen and (max-width: 360px) {
    .home-bg-1 {
        left: 0px;
        top: 40px;
    }

    .home-bg {
        right: 0px;
        top: 55px;
    }

    .rtl .bg-img {
        left: 449px;
    }

    .bg-img {
        right: 449px;
    }
}

@media screen and (min-width: 1400px) {
    .home-bg-1 {
        left: 0px;
        width: 100%;
        max-width: 100%;
        top: 10px;
    }

    .home-bg {
        /* right: -253px;
        top: -12px; */
        right: 0;
        top: 40px;
        width: 100%;
    max-width: 100%;
    }
}

/* Home Circle Images Css */


@media screen and (max-width: 1400px) {
    .circle-1 {
        left: 0px;
        top: 400px;
        width: 85%;
        max-width: 100%;
    }

    .circle {
        right: -119px;
        top: 330px;
        width: 90%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .circle-1 {
        /* left: -218px; */
        left: -89px;
        top: 350px;
        width: 100%;
        max-width: 100%;
    }

    .circle {
        right: -17px;
        top: 400px;
        width: 90%;
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .circle-1 {
        left: 0px;
        top: 300px;
        width: 100%;
        max-width: 100%;
    }

    .circle {
        right: 200px;
        top: 302px;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .circle-1 {
        left: 0px;
        top: 320px;
        width: 100%;
            max-width: 100%;
    }

    .circle {
        right: 0px;
    top: 320px;
    width: 100%;
        max-width: 100%;
    }

    .circle-1, .circle {
        z-index: -1 !important;
    }
}

@media screen and (max-width: 576px) {
    .circle-1 {
        left: 0px;
        top: 349px;
        width: 100%;
        max-width: 100%;
    }

    .circle {
        right: 0px;
        top: 500px;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .circle-1 {
        left: 0px;
        top: 502px;
        width: 100%;
        max-width: 100%;
    }

    .circle {
        right: 0px;
        top: 500px;
    }
}

@media screen and (max-width: 360px) {
    .circle-1 {
        left: 0px;
        top: 600px;
        width: 100%;
        max-width: 100%;
    }

    .circle {
        right: 0px;
        top: 600px;
    }

    .rtl .bg-img {
        left: 449px;
    }

    .bg-img {
        right: 449px;
    }
}

@media screen and (min-width: 1400px) {
    .circle-1 {
        left: -91px;
        top: 350px;
        width: 78%;
        max-width: 100%;
    }
    .circle {
        right: -11px;
        top: 330px;
        width: 79%;
        max-width: 100%;
    }
}









/*for select 2 boxwa*/
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    /*border-radius: 0;*/
    padding: 6px 12px;
    height: 34px
}

.select2-container--default .select2-selection--single {
    /*background-color: #fff;*/
    border: 1px solid #aaa;
    /*border-radius: 4px*/
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px

}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -3px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* color: rgba(66, 65, 91, 0.5); */
    line-height: 28px;
    float: right;
    font-size: 14px;
}
#select2-month-container , #select2-new_month-container{
    float: none !important;
}

#InputVehicleValue, #DriverAddId, #traffic_div input, #select2-purchase_year-container, #select2-purchase_month-container, #select2-purchaseg_y-container, #select2-purchaseg_m-container, #DriverHomeAddress {
    color: #339BFF;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    /*border-radius: 0 !important;*/
    padding: 10px 12px;
    height: 40px !important
}

.dobhijri .select2-container--default .select2-selection--single,
.dobhijri .select2-selection .select2-selection--single,
.DateOfBirthG .select2-container--default .select2-selection--single,
.DateOfBirthG .select2-selection .select2-selection--single,
.select2_height .select2-container--default .select2-selection--single,
.select2_height .select2-selection .select2-selection--single {

    height: 42px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px;
    left:0px;
}

.select2-container--default .select2-selection--single {
    /*background: rgba(51, 155, 255, 7%);*/
    border-radius: 15px;
    border-color: #E8E8E8;
}

.purchase_year .select2-container--default:nth-of-type(2) .select2-selection--single,
.purchaseg_year .select2-container--default:nth-of-type(2) .select2-selection--single {
    margin-right: 2px !important;
}

/* .was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-left: 2.25rem;
    background-repeat: no-repeat;
    background-position: center left calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
} */

/* .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
} */

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-left: 2.25rem;
    background-position: top calc(2.25rem / 4) left calc(2.25rem / 4);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-left: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-left: 2.25rem;
    background-repeat: no-repeat;
    background-position: center left calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-left: 2.25rem;
    background-position: top calc(2.25rem / 4) left calc(2.25rem / 4);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-left: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.recaptcha {
    margin-top: 6px;
}

#select2-PolicyEffectiveDateList-container {
    /* font-family: inherit; */
    /*color: #999999c7;*/
}

.drive_percent-box {
    height: 40px;
    cursor: pointer;
    padding: 0.35rem 2rem;
    border: 1px solid #339BFF;
    border-radius: 15px;
    background: white;
    color: #339BFF;
}

.drive-percent input[type="radio"]:checked + .drive_percent-box {
    background: #339BFF;
    border: 1px solid #339BFF;
    color: #fff;
}

#select2-purchase_year-container .select2-selection__placeholder,
#select2-purchase_month-container .select2-selection__placeholder,
#select2-purchaseg_y-container .select2-selection__placeholder,
#select2-purchaseg_m-container .select2-selection__placeholder {
    color: #339BFF;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    font-size: 14px;
    /* font-family: Hacen Tunisia Bold; */
    line-height: 1.5;
}

#select2-purchaseg_y-results li,
#select2-purchaseg_m-results li,
#select2-purchase_year-results li,
#select2-purchase_month-results li {
    color: #339BFF;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    font-size: 14px;
    /* font-family: Hacen Tunisia Bold; */
    line-height: 1.5;

}

#select2-year-results li,
#select2-month-results li,
#select2-DateOfBirthG-y-results li,
#select2-DateOfBirthG-m-results li {
    font-size: 1rem;
    font-weight: 400;
    /*line-height: 1.5;*/
    /*color: #212529;*/
    /*background-color: #fff;*/
    /*background-clip: padding-box;*/
    /* font-family: Hacen Tunisia Bold; */

}

#select2-PolicyEffectiveDateList-container .select2-container--default .select2-selection--single .select2-selection__placeholder,
#select2-year-container .select2-container--default .select2-selection--single .select2-selection__placeholder,
#select2-month-container .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 1rem;
    font-weight: 400;
    /*line-height: 1.5;*/
    /*color: #212529;*/
    /*background-color: #fff;*/
    /*background-clip: padding-box;*/
    /* font-family: Hacen Tunisia Bold; */
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: white !important;

}

#us6-dialog {
    overflow-y: hidden;
}

.close_map {
    color: black !important;
}

.close_table {
    cursor: pointer;
}

#appendtable i {
    color: #339BFF;
    height: 0px;
    width: 50px;
    font-size: 1rem;
    display: unset;
}

#appendtable td {
    color: #339BFF;
}

/*.wizard-buy .nav {*/
/*    padding-left: 20px;*/
/*}*/

/*@media screen and (max-width: 576px) {*/
/*    .dashboard-tab.wizard-buy .nav-tabs {*/
/*        padding: 0;*/
/*        align-items: center;*/
/*    }*/

/*    .wizard-buy .nav-link {*/
/*        border-radius: 30px;*/
/*    }*/
/*}*/

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #b3afaf;
    font-size: 14px;
    float: right;
}

.fas, .fa, .far {
    font-family: "Font Awesome 5 Free" !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

#InputPOU {
    padding-right: 1.05rem;
}

#login_notification {
    margin-bottom: 8px;
    color: red;
}
#reg_notification{
    margin-bottom: 8px;
}

#first_div {
    margin-bottom: 1rem;
}

.description {
    cursor: pointer;
}


.moveIn {
    display: block !important;
}

#lang {
    cursor: pointer;
}

.wizard-section{
    background: url(../images/contact-bg.png);
}
.error{
    color: red;
}


.dropdown-menu {
    width: 100%;
    min-width: auto;
    bottom: 0;
    background: transparent;
}


.dropdown-menu a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    width: 100%;
    color: black;
    padding: 10px;
    background: #fff;
    /* margin-right: 18px; */
    width: 170px !important;
}

/* .navdropdown .pic img:hover
{
    color: white;
} */

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
  }

  /* For IE10 */
  select::-ms-expand {
    display: none;
  }
#signout:hover{
    background-color: #eeeef5 !important;
}

.forget-password p{
    float: left;
}

.rtl .dropdown-menu a {
    text-align: right;
    /* border-radius: .25rem; */
}
.navbar ul li:hover > .dropdown-menu {
    display: block;
}
.dropdown-toggle::after {
    margin: 0rem .275rem;
}
.fa-caret-down{
    right: 11px;
    left: auto;
    /*top: 19px;*/
}
.rtl .fa-caret-down{
    left: 7px;
    margin-top: 4px;
    right: auto;
    /*top: 19px;*/
}

#signout{
    cursor: pointer;
    /* display: inline-block; */
}

 .dropdown-menu a:hover{
    /* background: #FF4689; */
    color: black !important;
}


/*Css Changings */

#home
{
    margin-top: 15px;
}


/* Modal CSS */

.modal-header .btn-close
{
    margin: 0px !important;
}
.social_log
{
    list-style: none;
    display: flex;
    justify-content: center;
}

.social_login
{
    text-align: center;
}

.social_log li img
{
    width: 50px;
}

.social_login p
{
  color: #8c8c8c;
}
.login-register-popup .modal-body .nav-tabs li {
    width: 50%;
    text-align: center;
    margin: 0;
}

.login-register-popup .modal-body .nav-tabs li a.active {
    border-top: 3px solid #149ade;
    background: #fff;
}
.forget-password li{
text-align: right !important;
color: #149ade;
}

.login-register-popup .modal-body .nav-tabs li a {
    font-size: 18px;
    margin: 0;
    border: 0;
    padding: 15px 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    color: #575757;
    display: block;
    background: #f8f8f8;
    border-top: 3px solid #575757;
}

.login-register-popup .modal-body .nav-tabs {
    border: 0;
}

.login-register-popup .loginform {
    padding: 25px 0 0;
}

.login-register-popup .form-group {
    display: block;
    margin: 0;
}

.login-register-popup .modal-body .tab-content {
    padding: 30px 60px;
}

.login-register-popup .modal-body .form-row {
    display: block;
    margin: 0;
}

.login-register-popup .modal-body .form-row input {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-row input.login-input {
    height: 44px;
    line-height: 44px;
    outline: none;
    margin: 0;
    width: 100%;
}

.form-row input.login-input {
    background: #fff;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    /* font-family: Hacen Tunisia Bold; */
    font-weight: 400;
    color: #575757;
    padding: 0 20px;
    border-radius: 3px;
    border-radius: 8px;
}

.loginform .form-check-input
{
    width: 24px;
    height: 24px;

    float: right;
}

.form-check-input:focus
{
    box-shadow: none !important;
}



/* .main-nav .login-btn:hover {
    background-color: #FF3C82;
    border-radius: 20px;
    color: white;
} */
.login-button
{
    padding-top: 10px;
}

.login-check
{
    padding-top:10px ;
}

.login-register-popup .modal-body {
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    padding: 0;
}

.login-register-popup .modal-header {
    border-bottom: 0;
    position: absolute;
    top: 3px;
    right: -45px;
    z-index: 0;
    background: #fff;
    border-radius: 0 10px 10px 0;
    padding: 5px 8px;
}

.complete_modal_content
{
    border: none !important;

}

.btn-close:focus
{
    box-shadow: none;
}

@media only screen and (max-width: 767px)
{
.login-register-popup .modal-header {
    top: -40px;
    right: 0;
    padding: 8px 10px;
    border-radius: 10px 10px 0 0;
}
}

@media only screen and (max-width: 767px)
{
.login-register-popup .modal-dialog {
    max-width: inherit;
    width: 95%;
    padding: 0;
    margin: 50px auto 0;
}
}

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

    #reg_button
    {
        font-size: 14px;
    }
    .login-check .custom-control-label
    {

        font-size: 14px;
    }
    .login-btn {
        background: #339BFF;
        border-radius: 20px;
        padding-right: 30px !important;
        padding-left: 30px !important;
        font-weight: bold;
    }
    .submit-btn {
        background: #FF3C82;
        color: #FFFFFF;
        font-size: 12px;
        margin-right: 66%;
        /* float: right; */
        /* font-weight: bold; */
        /* font-family: Hacen Tunisia Bold; */
        font-style: normal;
        width: 87px;
        border-radius: 30px;
        /* padding: 7px 45px; */
        box-shadow: -15px 15px 25px rgb(0 0 0 / 20%);
        white-space: nowrap;
    }

}

.login-register-popup .modal-body .forgot_password p {
    padding: 20px 0px;
    color:#339BFF;
}


.show-read-more .more-text{
    display: none;
}


/* new pages 4/9/2022 */
.contact-bg {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
}

/* FAQ Styles Starts Here */
.faq {
    padding: 5rem 0;
}
.faq .update p {
    font-size: 12px;
    /* font-family: GE; */
    color: #ABABAB;
    margin-left: 5px;
    margin-right: 5px;
    color: #221B43;
}
.faq h1 {
    font-size: 50px;
    /* font-family: HacenB; */
    color: #fff;
    margin: 0;
}
.faq .accordion {
    /* font-family: Hacenlt; */
}
.faq h4 {
    font-size: 14px;
    color: #221B43;
}
.faq h5 {
    font-size: 12px;
    color: #339BFF;
    margin-top: 1.4rem;
}
.faq .accordion-item {
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 20px;
    padding: 0.8rem 1.5rem;
}
.faq .accordion-button {
    border: none;
    padding-left:0 ;
    padding-right: 0;
    padding-top: 0;
}
.faq .accordion-button:not(.collapsed) {
    background: none;
    color: #221B43;
}
.faq .accordion-button:focus {
    border: none;
    outline: none;
    box-shadow:none
}
.faq .accordion-collapse {
    border: none;
}
.faq .accordion-body {
    padding: 0;
}
.faq .accordion-body p {
    font-size: 14px;
}
.rtl .faq .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}
/* FAQ Styles Ends Here */

/* Terms and Condition Style Starts Here*/
.terms {
    padding: 5rem 0;
}
.terms h1 {
    font-size: 50px;
    /* font-family: HacenB; */
    color: #fff;
    margin: 0;
}
.terms  .update p {
    font-size: 12px;
    /* font-family: GE; */
    color: #ABABAB;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 1rem;
}
.terms .card {
    border-radius: 20px;
    padding:3rem 1.7rem 7rem 0.8rem;
}
/* .rtl .terms .card {
    padding: 0.8rem 1.7rem 7rem 3rem;
} */
.terms p {
    /* font-family: Hacenlt; */
    font-size: 16px;
    color: #221B43;
    margin: 0;
    line-height: 35px;
}
@media screen and (max-width:768px){
    .terms .card {
        padding: 0.8rem 1rem 5rem 1rem;
    }
}
@media screen and (max-width:475px){
    .terms h1 {
        font-size: 45px;
    }
}
/* Terms and Condition Style Ends Here*/

/* Career Style Starts Here*/
.career h1 {
    font-size: 50px;
    /* font-family: HacenB; */
    color: #fff;
    margin: 0;
    margin-top: 1rem;
}
.career h2 {
    font-size: 27px;
    /* font-family: HacenB; */
    color: #221B43;
    margin: 0;
}
.career .card {
    border-radius: 20px;
    width: 752px;
    max-width: 100%;
    margin-bottom: 8rem;
    box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.25);
}
.career .card p, .career .card span {
    font-size: 15px;
    /* font-family: GE; */
}
.career .card p {
    color: #221B43;
    margin: 0;
}
.career .card span {
    color: #339BFF;
    margin: 0 5px;
}
.career .form-label {
    font-size: 14px;
    font-weight: 300;
    /* font-family: GE; */
    color: #42415B;
    white-space: nowrap;
    margin-bottom: 5px;
}
.career .form-control {
    height: 40px;
    /* font-family: GE; */
    border-radius: 14px;
    font-size: 14px;
    border: 1px solid #339BFF;
    color: rgba(66, 65, 91, 0.5);
}
.rtl .career .form-select {
    background-position: left 0.75rem center
}
.career .form-select{
    height: 40px;
    border-radius: 15px;
    border: 1px solid #339BFF;
    font-size: 14px;
    /* font-family: GE; */
    color: rgba(66, 65, 91, 0.5);
}
.career .file-label {
    color: #ABABAB;
    /* font-family: GE; */
    font-size: 20px;
}
.career .file .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
  }

.career .file .btn {
    height: 30px;
    border: 1px solid #339BFF;
    color: #339BFF;
    /* font-family: Hacenlt; */
    background: none;
    padding: 0px 30px;
    border-radius: 20px;
    font-size: 16px;
  }
.career .file .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
  }
  .btn-send {
    height: 50px;
    border-radius: 30px;
    font-size: 22px;
    /* font-family: HacenB; */
    width: 175px;
    max-width: 100%;
    box-shadow: -15px 15px 25px rgb(0 0 0 / 20%);
    background: #339BFF;
    color: #fff;
}
/* Career Style Ends Here*/



/* new login here */


.rtl .acnt-up .regis-titl {
    padding: 1rem 0rem 3rem 4.5rem;
}

.acnt-up .regis-titl {
    padding: 1rem 4.5rem 3rem 0rem;
}

.acnt-up .nav-item {
    z-index: 111;
}

.acnt-up .forgot-alig {
    text-align: left;
    color: #339BFF;
}
.rtl .sm-circle {
    right: 20px;
}

.rtl .lg-circle {
    left: 12rem;
    right: auto;
}

.sm-circle {
    display: block;
    background: #fff;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: auto;
    border-radius: 50%;
    opacity: 0.1;
}

.lg-circle {
    display: block;
    background: #fff;
    width: 280px;
    height: 280px;
    position: absolute;
    top: 3rem;
    right: 12rem;
    left: auto;
    border-radius: 50%;
    opacity: 0.1;
}

.hemaya-modal .modal-dialog {
    width: 1300px;
    max-width: 100%;
    margin: 0rem auto;
    padding-top: 2.5rem;

}

.hemaya-modal .modal-body::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0F0D2B;
    filter: blur(5px);
    opacity: 0.6;
    z-index: -1;
    border-radius: 30px;
}

.hemaya-modal .modal-content {
    background: none;
    border: none;
}

.hemaya-modal .modal-body .acnt-up {
    color: #FFFFFF;
    background: #339BFF;
    border-radius: 30px;
    padding: 3rem 2.5rem 3rem 2.5rem;
}

.acnt-up p {
    /* font-family: GE; */
}

.hemaya-modal .modal-body .acnt-up h4 {
    font-size: 25px;
    /* font-family: HacenB; */
}

.hemaya-modal .nav-tabs {
    border: none;
    padding: 0;
}

.login-form {
    background: #FFFFFF;
    border-radius: 30px;
    box-shadow: -20px 20px 30px rgb(0 0 0 / 25%);
    z-index: 111;
}

.login-form h1 {
    font-size: 30px;
    /* font-family: HacenB; */
    color: #42415B;
    position: relative;
    margin-bottom: 2.5rem;
}

.login-form h1::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 5px;
    background: #FF3C82;
    bottom: -20px;
    left: 0;
}

.login-form p {
    font-size: 16px;
    color: #42415b;
    margin-top: 2rem;
}


.login-form .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #707070;
    padding-left: 30px;
    color: #339BFF;
}

.login-form .trans-label {
    font-size: 14px;
    color: #42415B;
    opacity: 50%;
}

.login-form .fa-icon {
    position: absolute;
    bottom: 10px;
    font-size: 30px;
    color: #42415B;
    max-width: 20px;
    width: 100%;
}

.login-form .form-control:focus {
    box-shadow: none;
    border-color: #339BFF;
}

.login-form .form-control::placeholder {
    opacity: 0;
}

.login-form .trans-label,
.login-form .form-control:placeholder-shown~.trans-label {
    top: 10px;
    left: 30px;
    right: auto;
    transition: .5s;
}

.login-form .form-control:focus~.trans-label,
.login-form .form-control:not(:placeholder-shown)~.trans-label {
    top: -13px;
    font-size: 12px;
}

.login-form .form-control:focus+.fa-user,
.login-form .form-control:not(:placeholder-shown)+.fa-user {
    color: #339BFF;
}

.rtl .login-form .form-control {
    padding-right: 30px;
    padding-left: 0;
}

.rtl .login-form .trans-label,
.rtl .login-form .form-control:placeholder-shown~.trans-label {
    right: 30px;
    left: auto;
}

.rtl .login-form .login-btn {
    margin-left: -8rem;
    margin-right: 0;
    color: white;
    height: 45px;
}

.login-form .login-btn {
    padding: 7px !important;
    font-size: 16px;
    margin-right: -8rem;
}

.acnt-up .sign-up-btn {
    color: #fff;
    font-size: 16px;
    /* font-family: HacenB; */
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 5px 40px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
}

.modal-content .fas.fa-times {
    background: #fff;
    color: #000;
    font-size: 20px;
    margin: 0 1rem;
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 10px;
    padding: 4px 8px;
    border-radius: 50%;
}

.fadeIn-btn,
.wlcm {
    transition: all 0.9s;
    display: none;
}

.moveOut {
    transition: all 0.9s;
    display: none;
}

.moveIn {
    display: block !important;
}

@media screen and (max-width:1050px) {
    .rtl .lg-circle {
        left: 6rem;
    }

    .lg-circle {
        right: 6rem;
    }

    .rtl .acnt-up .regis-titl {
        padding: 1rem 0rem 3rem 1.5rem;
    }
}

@media screen and (max-width:992px) {
    .rtl .acnt-up .regis-titl {
        padding: 1rem 0rem 1rem 1rem;
    }

    .acnt-up .regis-titl {
        padding: 1rem 1rem 3rem 0rem;
    }

    .acnt-up .sign-up-btn {
        padding: 5px 20px;
    }

    .rtl .lg-circle {
        left: 2rem;
    }

    .lg-circle {
        right: 2rem;
    }
}

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

    .rtl .login-form .login-btn,
    .login-form .login-btn {
        margin: 0;
    }

    .rtl .lg-circle {
        top: 0.5rem;
        left: 0.5rem;
    }

    .lg-circle {
        top: 0.5rem;
        right: 0.5rem;
    }

    .modal-content .fas.fa-times {
        position: unset;
    }
}
/*
.card img
{
    max-width: 7%;
    width: 100%;
} */

@media screen and (max-width:576px) {
    .hemaya-modal .modal-body .acnt-up {
        padding: 2rem 1.7rem;
    }

    /* .card img
{
    max-width: 13%;
    width: 100%;
} */
}

.rtl .eye-icon {
    left: 5px;
    right: auto;
}

.eye-icon {
    position: absolute;
    right: 5px;
    bottom: 10px;
    max-width: 20px;
    width: 100%;
}

#forgot_button{
    margin-left: 0px !important;
}

.select2-search__field
{
    line-height: 18px;
}

.form-control:focus
{
    box-shadow: none !important;
}


.hemaya-buy .tab-content .form-control:focus
{
    border-color: #339BFF;
}



/*
.select2-selection__arrow {
    width: 10px;
    height: 10px;
    border: none;
    font-family: 'Glyphicons Halflings';
  }

.select2-selection__arrow:before {
    content: "\e006";
  } */



/*
.btn .dropdown-toggle::after {
    display:none;
} */

/* #PolicyEffectiveDateList .select2-selection__arrow
{
    display: none;
} */

/*
.myactive {
    background-color: #666;
    color: white;
  } */


  .mydropdown .select2-container--default .select2-selection--single .select2-selection__arrow b
  {
      display: none;
  }

   .mydropdown .select2-selection__arrow:before{

    content:'\f073';
    font-family:FontAwesome;
    padding: 5px 7px;
    font-weight: 900;
    display: inline;
    font-size: 18px;
}

/* .hemaya-policy
{
    padding: 0px 20px;
} */

.mynavbar a:hover
{
    background-color: #ff3c82;
border-radius: 5px;

}

.login-btn:hover{
    /* border-radius: 5px !important; */
    color: white;
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important; */
}

.fa-user-circle
{
    font-size: 18px;
}

#lang:hover
{
    color: white;
}

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

.user-box{
    display: flex;
    align-items: center;
}
.user-box .pic{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.user-box .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user-box .name p{
    color: var(--black-color);
    margin-bottom: 0;
    font-family: "bold";
}

.user-box {
    display: flex;
    align-items: center;
}


.dropdown-user a {
    display: block;
    color: #42415B;
    font-size: 14px;
    /* padding: 1rem !important; */
    /* margin-left: 41px; */
}

.dropdown-user img {
    width: 20px;
}

.dropdown-user {
    padding: 0px !important;
    width: 230px;
    background: #FFFFFF;
    border: none;
    box-shadow: 0px 3px 16px #5b544d28;
}

.dropdown-user a:hover {
    background-color: #b5a8ff;
    color: white;
}

.navdropdown .pic img{
   padding: 5px;
}

.navdropdown
{
    padding-right: 10px !important;
    padding-left: 10px !important;
}


.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active,
	.btn-primary:not(:disabled):not(.disabled):active,
	.btn-primary:not(:disabled):not(.disabled).active,
	.show > .btn-primary.dropdown-toggle{
		background: var(--hover-color);
		border-color: var(--hover-color);
		box-shadow: none !important;
	}
	.btn-dark{
		background: var(--third-color);
		border-color: var(--third-color);
	}
	.btn-dark:hover,
	.btn-dark:focus,
	.btn-dark:active,
	.btn-dark:not(:disabled):not(.disabled):active,
	.btn-dark:not(:disabled):not(.disabled).active,
	.show > .btn-dark.dropdown-toggle{
		background: var(--second-color);
		border-color: var(--second-color);
		box-shadow: none !important;
	}

	.btn-secondary{
		background: var(--second-color);
		border-color: var(--second-color);
	}
	.btn-secondary:hover,
	.btn-secondary:focus,
	.btn-secondary:active,
	.btn-secondary:not(:disabled):not(.disabled):active,
	.btn-secondary:not(:disabled):not(.disabled).active,
	.show > .btn-secondary.dropdown-toggle{
		background: var(--hover-color);
		border-color: var(--hover-color);
		box-shadow: none !important;
	}

	.btn-outline-primary {
		color: var(--main-color);
		border-color: var(--main-color);
	}
	.btn-outline-primary:hover,
	.btn-outline-primary:focus,
	.btn-outline-primary:active,
	.btn-outline-primary:not(:disabled):not(.disabled):active,
	.btn-outline-primary:not(:disabled):not(.disabled).active,
	.show > .btn-outline-primary.dropdown-toggle {
		background-color: var(--hover-color);
		border-color: var(--hover-color);
		box-shadow: none !important;
	}

    @media screen and (max-width: 576px)
    {
    .hemaya-buy .form-check {
        align-items: right;
    }
    }
    .user-box .name p:hover
    {
        color: white;
    }

    .dropdown-toggle:after {
        content: none;
     }












     /*----------------------------------------------
	Profile
	------------------------------------------*/
	section.profile{
		background-color: #F5F5F5;
	}
	.user-box .pic{
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
	.user-box .pic img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.dropdown-user{
		padding: 2rem 0;
		width: 230px;
		background: #FFFFFF;
		border: none;
		box-shadow: 0px 3px 16px #5B544D28;
	}
	.dropdown-toggle::after{
		display: none;
	}
	.dropdown-user a{
		/* display: block; */

		color: #42415B;
		/* padding:  1rem !important;  */
	}
	.dropdown-user a:hover{
		background-color: rgb(124, 0, 255, .2);
	}
	.dropdown-user img{
		width: 20px;
	}
	.profile .card{
		box-shadow: none;
		border: 1px solid #003F7B4D;
		border-radius: 10px;
	}
	.profile .card-header{
		padding: 1rem 1.5rem;
	}
	.profile-sidebar{
		position: sticky;
		top: 120px;
	}
	.profile-user{
		display: block;
		text-align: center;
		padding : 0 0 2rem;
		border-bottom: 0.5px solid rgb(88, 100, 93, .2);
	}
	.profile-user .profile-user-pic{
		width: 60px;
		height: 60px;
		border-radius: 50%;
		margin:  auto;
		overflow: hidden;
	}
	.profile-user .profile-user-pic img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.profile-user .user-name{
		margin-top: 1rem;
		margin-bottom: 0;
		font-size: 16px;
		font-weight: bold;
	}
	.profile-list .nav-link{
		padding: 1rem;
		background-color: transparent;
		color: #42415B;
		border-radius: 25px;
	}
	.profile-list .nav-link img{
		margin: auto;
		height: 20px;
	}
	.profile-list .nav-link:hover,
	.profile-list .nav-link.active{
		background-color: rgb(124, 0, 255, .2);
	}

	.card-header{
		background: transparent;
		border: none;
	}
	.card-tab .nav-link{
		position: relative;
		border: none;
		margin-bottom: 0;
		padding: 1rem 2rem;
		color: var(--black-color);
	}
	.card-tab .nav-link::after{
		position: absolute;
		content: "";
		bottom: -2px;
		right: 0;
		width: 0;
		height: 5px;
		border-radius: 5px;
		background-color: #003F7B;
		transition: all .3s ease;
	}
	[dir="ltr"] .card-tab .nav-link::after{
		right: auto;
		left: 0;
	}
	.card-tab .nav-link.active{
		font-weight: bold;
	}
	.card-tab .nav-link.active::after,
	.card-tab .nav-link:hover::after{
		width: 100%;
	}
	.no-page{
		padding: 10%;
		text-align: center;
	}
	.no-page img{
		margin-bottom: 2rem;
	}
	.no-page .title{
		font-size: 24px;
		margin-bottom: 2rem;
	}
	.no-page .info{
		font-size: 14px;
		margin-bottom: 2rem;
	}
	.no-page .btn{
		padding-left: 3rem;
		padding-right: 3rem;
	}


    nav ul li:hover > ul {
        display:inherit;
    }

@media (max-width: 1200px) {
    .logo {
        width: 31%;
        max-width: 100%;
    }

    .footer_logo {
        width: 50%;
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .logo {
        width: 24%;
        max-width: 100%;
    }

    .footer_logo {
        width: 15%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .logo {
        width: 31%;
        max-width: 100%;
    }

    .footer_logo {
        width: 18%;
        max-width: 100%;
    }
}


@media (max-width: 576px) {
    .logo {
        width: 35%;
        max-width: 100%;
    }
    .footer_logo {
        width: 20%;
        max-width: 100%;
    }
    .hemaya-buy .nav-link
    {
        font-size: 14px;
    }
    .hemaya-buy .tab-content label
    {
        font-size: 14px;
    }
    .hemaya-buy .form-check .label
    {
        text-align: left;
        padding-left: 14px;
        margin: 0;
    }
    #accept
    {
        width: 12%;
    }
}

@media (max-width: 320px) {
    .logo {
        width: 55%;
        max-width: 100%;
    }
    .navbar-toggler
    {
        padding: 2px;
    }
    .footer_logo {
        width: 25%;
        max-width: 100%;
    }
}

#sort_price{
    width: auto;
}

/*@media (max-width: 788px) {*/

/*    .logo {*/
/*        width: 27%;*/
/*        max-width: 100%;*/
/*    }*/
/*    .footer_logo {*/
/*        width: 16%;*/
/*        max-width: 100%;*/
/*    }*/
/*}*/



