@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');



body {
    margin: 0;
    background:var(--bg-home);
    background-size: cover;
    font-family: 'Almarai';
    background-repeat: no-repeat;
    font-size: 1rem;
    line-height: 1.5;

}
/*this is step form*/

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; }

a{
    color: #000;
}

.bg-default{
    background: var(--bg-default);
}
a:hover{
    color:var(--default-color);
}
#box_whatsapp{
    position: fixed;
    left: 50px;
    background: #4baf4f;
    width: 62px;
    height: 62px;
    font-size: 2.5rem;
    text-align: center;
    border-radius: 50%;
    line-height: 62px;
    bottom: 50px;
    color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important; }


.wizard{
    font-family:"custemfont";

}
.wizard-wrapper{
    text-align: right!important;
}
#FaqImage{
    height: 384px;
    position: absolute;
    left: 13%;
    margin-top: 10%;
}
.font14PX{
    font-size: 14px!important;
}
#FaqImage img{
    width: 450px;
}
input[type=email]{
    font-family: monospace;
}
input[type=email]::placeholder{
    font-family: 'custemfont';
}


.wizard [data-wizard-type="step-info"] {
    display: none; }

.wizard [data-wizard-type="step-info"][data-wizard-state="current"] {

    display: block; }

.wizard [data-wizard-type="step-content"] {
    display: none; }
.wizard [data-wizard-type="step-content"][data-wizard-state="current"] {
    display: block; }

.wizard [data-wizard-type="action-prev"] {
    display: none; }

.wizard [data-wizard-type="action-next"] {
    display: inline-block; }

.wizard [data-wizard-type="action-submit"] {
    display: none; }

.wizard[data-wizard-state="first"] [data-wizard-type="action-prev"] {
    display: none; }

.wizard[data-wizard-state="first"] [data-wizard-type="action-next"] {
    display: inline-block; }

.wizard[data-wizard-state="first"] [data-wizard-type="action-submit"] {
    display: none; }

.wizard[data-wizard-state="between"] [data-wizard-type="action-prev"] {
    display: inline-block; }

.wizard[data-wizard-state="between"] [data-wizard-type="action-next"] {
    display: inline-block; }

.wizard[data-wizard-state="between"] [data-wizard-type="action-submit"] {
    display: none; }

.wizard[data-wizard-state="last"] [data-wizard-type="action-prev"] {
    display: inline-block; }

.wizard[data-wizard-state="last"] [data-wizard-type="action-next"] {
    display: none; }

.wizard[data-wizard-state="last"] [data-wizard-type="action-submit"] {
    display: inline-block; }

.wizard[data-wizard-clickable="true"] .wizard-step {
    cursor: pointer; }

/*timer*/
.form-control{

   height: 44px!important;
   line-height: 44px!important;
}

#toast-container > div{
    padding: 15px 10px !important;
}

::placeholder {
    line-height: 144px !important;
    height: 144px !important;
  }

label{
    margin-top: 10px!important;
}
.fv-help-block{
    text-align: right!important;
    font-size: 14px;
    color: red;
    margin-top: 7px;
}
.select2-search__field{
    outline: none;
    border-radius: 5px;
    border-color: #ced4da;
    height: 48px!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--default-color)!important;

}
.select2-results__options::-webkit-scrollbar{width:10px;!important;border-left:2px solid #E6ECF8;!important;border-radius: 4px}

.select2-results__options::-webkit-scrollbar-thumb{background-color: #666666;!important;}
.select2-results__option:hover{
    background-color: var(--default-color)!important;
}
.page-link{
    color: var(--default-color)!important;
    outline: none!important;
}
.page-link:focus{
    box-shadow: none!important;
    outline: none!important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff!important;
    background-color: var(--default-color);
    border-color: var(--default-color);
}
.mle{
    margin-right:1.5rem;
    font-size: 14px;
    align-self: center;
}
.select2-selection{
    align-items: center!important;
    display: flex!important;
    width: 100%!important;
    outline: none;
    height: 48px!important;
    border-color: #ced4da!important;
}
.select2-selection__arrow{
    height: 100%!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #88888894 transparent transparent transparent!important;
    border-style: solid!important;
    border-width: 7px 5px 0 5px!important;
    height: 0!important;
    left: 100%!important;

    /* margin-left: -4px; */
    /* margin-top: -2px; */
    position: absolute!important;
    top: 43%!important;
    width: 0!important;
}

.border-footer {
    border-color: #ebebeb !important;
}

.lh-none{
    line-height: normal !important;
}
.lh-none{
    line-height: normal !important;
}
@font-face {
    font-family: 'custemfont';
    src: url("../fonts/g1.otf");
}

.flora{
    float:right!important;
}

.invalid-feedback{
    text-align: right!important;
}

@font-face {
    font-family: 'custemfont2';
    src: url("../fonts/g2.otf");
}

.btnx {
    padding: 0.6em 6em!important;
}
.wizard-desc{
    font-size: 12px!important;
}

.px-6{
    padding: 0em 2em !important;
}

.img-size90{
    width: 90px;
    height: 90px;
}

.img-size150{
    width: 150px;
    height: 150px;
}

.toast-error{
    text-align: right !important;
    direction: rtl;
}

.mtx {
    margin: 8em 0em;
}

.btnx2 {
    padding: 0.6em 3em !important;
        display:inline-block;
}
.mre{
   margin-right: .5rem !important
}

.sub-social{
    background:var(--bg-default);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 0 3px;
    display: flex;
    align-items: center;
    text-align: center; 
}
.sub-social a{
    width: 100%;
}

#captcha-img img{
    width: 100%;
    height: 100%; 
}

.finished {
    padding: 7px 0 !important;
    background-color: orangered;
    color: white;
    border-radius: 0.4em;
    font-size: 10px;
    width: 70px;
}
.progress{
    padding: 1.3em 0.7em !important;
    background-color: rebeccapurple;
    color: white;
    border-radius: 0.4em;
    font-size: 10px;
}


.progress-b{
    padding: 7px 0 !important;
    background-color: rebeccapurple;
    color: white;
    border-radius: 0.4em;
    font-size: 10px;
    width: 70px;
}

.fothover:hover{
    color:var(--default-color)!important;
}
.fothover{
    color:#6c757d!important;
}

.roundedrx {
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
}
.roundedrx3 {
    border-top-right-radius: 2em !important;
    border-bottom-right-radius: 2em !important;
    border-top-left-radius: 2em !important;
    border-bottom-left-radius: 2em !important;
}
.cp:hover {
    cursor: pointer;
  }
.roundedlx {
    border-top-left-radius: 3em;
    border-bottom-left-radius: 3em;
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
}

.h60 {
    height: 5em;
}

.h30 {
    height: 3em;
}
.dropdown-item:focus {
    background-color: none !important;           
}

.style_bg{

background: var(--default-color) !important;
border:var(--default-color) !important;
}


.style_bg_secondary {
    background: #ccc!important;
    border: #ccc !important;
    }
    


.justify-content-left{
 justify-content: left;    
}

.w-130px{
    width: 130px;
}

.w-150px{
    width: 150px;
}


#header2 #b-search{
    left: 19px;
    background: none;
    border: none;
    top: 0px;
    color: #000;
}
#header2 form{
    width:90%;
}

.hover:hover{
    background:var(--secondary-color) !important;
    color: #fff;
    border:solid 1px var(--secondary-color) !important;
}

.hover2:hover{
    background:var(--secondary-color) !important;
    color: #fff;;
    border:var(--secondary-color) !important;
}


.activeItem a{
    color: #ffffff;
}

.text-black{
color: #000
}

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

.border-white {
    border: 1px solid #fff !important;
}

.dropdown-item:active {
    background-color: #eee !important;
    color: #000;           
}
.style_txts_color {
    color:var(--default-color) !important;
}

.style_txts_color:hover {
    color:var(--secondary-color)!important;
}

.style_secondary_bg{
    background: var(--secondary-color)!important;
}
.whitebtn {
    background-color: white !important;
    color: #669BA3 !important;
}

.whitebtn:hover {
    background-color: #669BA3 !important;
    color: white !important;
}

.lightbluebackgroundhover {
    background-color: white!important;
}

.lightbluebackgroundhover:hover {
    background-color:var(--bg-default) !important;
}

.lightbluebackground {
    background-color:var(--bg-default);
    border-radius: 40px !important;
}

.lightbluebackgroundhover:hover .lightbluebackground {
    background-color: #ffffff !important;
}


.triangle-up{
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #ffffff;
    left:0
}

.lightbluebackgroundhover:hover .triangle-up{
    border-bottom: 16px solid var(--bg-default);
}


.nav-pills .nav-link.active{
    background-color:var(--bg-default)!important;
    }


#contact_us{
    font-size: 14px;
}

.fontx {
    font-size: 16px !important;
    color:#676869 !important;
}

.min-vh-50{
    min-height: 50vh !important;    
}

.radius-right{
border-top-right-radius:2em  !important;
}

.radius-left{
    border-top-left-radius:2em  !important;
    }

.account-icons{
    width: 35px;
    height: 35px;
    font-size: 16px;
}
#myTabContent iframe{
    width: 100% !important;
}
/* #myTabContent img{
    width: 100% !important;
} */

.box-n{
    position:absolute;
    top: -4px;
    left:-10px;
    font-size:46%;
    width: 15px;
    height: 15px;
    text-align: center; 
}

.icon-faq{
    position: absolute;
    left: 25px;
    width: 25px;
    height: 25px;
    background: #fff;
    border: solid 1px #B8BBBC;
    color: #B8BBBC;
    line-height: 25px;
    font-size:80%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background: #f5f4f4;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    width: 100% !important;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.swal2-content{
    font-size: 16px !important;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

   
}

@media only screen and (max-width: 768px){
    .justify-content-left {
        justify-content: center !important;
    }
    .headtitle {
        height: 60px !important;
    }
    #contact h6{
        width: 55%;
    }
    #contact h6 a{
        color: #fff;
    }

    .radius-right{
        border-radius:2em !important;
    }

    .w-xs-100{
        width: 100% !important;
    }
}
