/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;    
}

.public-services h5{
    font-size: 18px !important; 
    text-align: center;     
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Edits by mohamed hassan */
.header nav {
    height: 100px !important;
}
.auth-nav{
    /* align-items: center !important; */
    justify-content: end !important;
    margin-left: 25px !important
}
.auth-nav a{
    padding-bottom: 0px !important
}
.logo-image{
    width: auto;
    height: 85px;
}
.public-services .img-container img{
    width: 100%;
    height: 100%;
    border-radius: 100%
}
.m-top-20{
    margin-top: 20px;
}
.login-form .input-group{
    margin-bottom: 10px
}
.error-msg{
    text-align: right;
    display: block;
    height: 30px;
    padding-right: 5px;
}
.login-container_title h3{
    margin: 0 auto 10px !important;
}
.error-messages-div{
    height: 50px;
    margin-bottom: 20px
}
.text-danger {
    font-size: 14px
}
#success-div, #fail-div{
    line-height: 2;
    font-size: 18px;
    font-weight: bold;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.login .verify-sec input{
    text-align: center;
}
.login .verify-sec{
    direction: ltr !important;
}
.activate-form .btn {
    height: 58px;
    font-size: 14px;
    border-radius: 8px;
}
.login .verify-sec {
    margin-bottom: 25px !important;
}
.cat-logo{
    width: 250px !important
}
.header .page-cover h3{
    font-size: 45px !important;
    max-width: 750px !important;
}
.service-item
{
    margin-bottom: 35px;
}

.footer-wrap .footer-widget .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-wrap .footer-widget .footer-contact li {
    margin-bottom: 20px;
}

.footer-wrap .footer-widget .footer-contact li span {
    font-size: 18px;
    padding: 0 10px;
    color: #161616;
}

.footer-wrap .footer-widget .footer-contact li i {
    color: #FF7571;
    font-size: 22px
}

.section-title .p-0 {
    color: #b1b1b1 !important;
    font-size: 15px !important;
    opacity: 0.7 !important;
    padding: 10px 0px !important;
}

.section-title.TwoBorder h2 {
    padding: 0 20px;
    display: initial;
    border-left: 4px solid #FF7571;
    border-right: 4px solid #FF7571;
}

.section-title h2, .content-title h2 {
    color: #161616;
    font-size: 25px;
    margin: 0;
}

.page-link {
    padding: 0.575rem 1.2rem !important;
    color: #161616 !important;
}


.page-item.active .page-link {
    z-index: 3  !important;
    color: #fff !important;
    background-color: #ff7571 !important;
    border-color: #ff7571 !important;
}

.pagination{
    margin-top: 20px
}

.information .imformation-form input:not([type=range]), 
.information .imformation-form textarea, 
.information .imformation-form select{
    font-size: 18px !important;
    padding-right: 25px !important;
    margin-bottom: 0px !important;
}

.footer .footer-links{
    margin: 60px 0 35px;
}

.contact-img{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    margin: 0 auto;
}

.consultant-form textarea{
    background: #fff;
    box-shadow: 0px 3px 25px rgba(0,0,0,.0392156863);
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    margin-bottom: 60px;
    font-size: 22px;
    font-weight: bold;
}

.consultant-form select {
    background-image: url(../../../../assets/images/icons/down-arrow-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: left 0.7em top 50% !important;
    background-size: 1em auto !important;

    height: 70px;
    background: #fff;
    box-shadow: 0px 3px 25px rgba(0,0,0,.0392156863);
    border: 1px solid #f2f2f2;
    border-radius: 8px;    
    font-size: 20px;
    font-weight: bold;
}

.consultant .consultant-form input:not(.form-check-input) {    
    height: 70px !important;
}
.service-title{
    display: inline-block !important;
    width: 100% !important
}
.service-title span{
    float: left;
    color: #438afe;
    margin-left: 38px;
    font-size: 22px
}
.service-details span, .service-details p {
    font-family: Almarai-Light !important;
}
.service a{
    margin: 60px 25px 0px !important;
}
.mr-30{
    margin-right: 30px;
}

.order .service-summary .input-group {    
    height: 55px !important;
    margin-bottom:0px !important;
}

.order .service-summary label{
    padding-top: 15px !important
}
.error-payment{
    background: #f8d7da !important;
}
.document .documented .img-container img{
    height: auto !important;
}

.offers-sec .silver-offer h4 {
    font-size: 38px !important;
    color: #fff !important;
    padding-bottom: 10px !important;
    width: 119px !important;
    font-weight: bold !important;
    height: auto !important
}

.offers-sec .silver-offer h5 {
    font-size: 21px !important;
    color: #fff !important;
}

.offers-sec .silver-offer {
    background-color: #c5c5c5;
    padding: 18px;
    border-radius: 8px !important;
}
.mb-20{
    margin-bottom: 30px
}

.offers-sec .sponsers h5{
    font-size: 16px !important;
}

.offers-sec .sponsers .img-container {
    width: 100px !important;
    height: 100px !important;
}

.pay-package {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 197px;
    height: 50px;
    background: #438afe;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    margin: 60px 0;
}
.pay-package:hover{
    border: #438afe;
    /* background: #fff; */
    color: #fff;
    border: 1px solid #438afe;
}

.offers-sec .silver-offer hr
{
    background-color: #fff;
}

.swal2-popup .swal2-content{
    line-height: 1.6 !important
}
.single-popular{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 167px;
    background: #fff;
    box-shadow: 0px 3px 50px rgba(0,0,0,.0392156863);
    border-radius: 25px;
    margin: 0 auto;
}
.single-popular img {
    margin-bottom: 17px;
}
.single-popular h4{
    font-size: 21px;
    font-family: Almarai-ExtraBold;
}
.mt-60{
    margin-top: 60px
}
a .single-popular h4{
    color: #000 
}
.dashboard .active-content .orders-title.yellow-txt{
    background-color: rgba(67,138,254,.04);
    border-color: #fec107;
}

.dashboard .active-content .orders-title.red-txt{
    background-color: rgba(67,138,254,.04);
    border-color: #fe4907;
}

.dashboard .active-content .orders-list .single-order p{
    font-size: 14px !important;        
    font-weight: normal;
    min-height: 80px;
    max-height: 83px;
    overflow: hidden;
    margin-bottom: 15px
}
.favorite .single-favorite .img-container .service-fav {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.service-fav{
    float: left;
    padding-top: 5px;
    font-size: 25px !important; 
    color: red   
}
.login-container_title h2{
    margin-bottom: 25px;
}

.wallet-title{    
    font-size: 42px !important;
    color: #fec20d !important;
    font-family: Almarai-ExtraBold;
    margin-bottom: 20px !important;
}

.wallet-credit{
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: bold;
}

#credit-amount{
    border: 1px solid #e9ecef;
    border-radius: 40px;
}
.pt-80{
    padding-top: 80px !important
}

.show-all{
    width: 178px;
    height: 56px;
    background: #FEC008;
    border: 1px solid #FEC008;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* Edits by mohamed hassan */
.header nav {
    height: 100px !important;
}
.auth-nav{
    align-items: center !important;
    justify-content: end !important;
    margin-left: 25px !important
}
.logo-image{
    width: auto;
    height: 85px;
}
.public-services .img-container img{
    width: 100%;
    height: 100%;
    border-radius: 100%
}
.m-top-20{
    margin-top: 20px;
}
.login-form .input-group{
    margin-bottom: 10px
}
.error-msg{
    text-align: right;
    display: block;
    height: 30px;
    padding-right: 5px;
}
.login-container_title h3{
    margin: 0 auto 10px !important;
}
.error-messages-div{
    height: 50px;
    margin-bottom: 20px
}
.text-danger {
    font-size: 14px
}
#success-div, #fail-div{
    font-size: 15px;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.login .verify-sec input{
    text-align: center;
}
.login .verify-sec{
    direction: ltr !important;
}
.activate-form .btn {
    height: 58px;
    font-size: 14px;
    border-radius: 8px;
}
.login .verify-sec {
    margin-bottom: 25px !important;
}
.cat-logo{
    width: 250px !important
}
.header .page-cover h3{
    font-size: 45px !important;
    max-width: 750px !important;
}
.service-item
{
    margin-bottom: 35px;
}

.footer-wrap .footer-widget .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-wrap .footer-widget .footer-contact li {
    margin-bottom: 20px;
}

.footer-wrap .footer-widget .footer-contact li span {
    font-size: 18px;
    padding: 0 10px;
    color: #161616;
}

.footer-wrap .footer-widget .footer-contact li i {
    color: #FF7571;
    font-size: 22px
}

.section-title .p-0 {
    color: #b1b1b1 !important;
    font-size: 15px !important;
    opacity: 0.7 !important;
    padding: 10px 0px !important;
}

.section-title.TwoBorder h2 {
    padding: 0 20px;
    display: initial;
    border-left: 4px solid #FF7571;
    border-right: 4px solid #FF7571;
}

.section-title h2, .content-title h2 {
    color: #161616;
    font-size: 25px;
    margin: 0;
}

.page-link {
    padding: 0.575rem 1.2rem !important;
    color: #161616 !important;
}


.page-item.active .page-link {
    z-index: 3  !important;
    color: #fff !important;
    background-color: #ff7571 !important;
    border-color: #ff7571 !important;
}

.pagination{
    margin-top: 20px
}

.information .imformation-form input:not([type=range]), 
.information .imformation-form textarea, 
.information .imformation-form select{
    font-size: 18px !important;
    padding-right: 25px !important;
    margin-bottom: 0px !important;
}

.footer .footer-links{
    margin: 60px 0 35px;
}

.contact-img{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    margin: 0 auto;
}

.consultant-form textarea{
    background: #fff;
    box-shadow: 0px 3px 25px rgba(0,0,0,.0392156863);
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    margin-bottom: 60px;
    font-size: 22px;
    font-weight: bold;
}

.consultant-form select {
    background-image: url(../../../../assets/images/icons/down-arrow-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: left 0.7em top 50% !important;
    background-size: 1em auto !important;

    height: 70px;
    background: #fff;
    box-shadow: 0px 3px 25px rgba(0,0,0,.0392156863);
    border: 1px solid #f2f2f2;
    border-radius: 8px;    
    font-size: 20px;
    font-weight: bold;
}

.consultant .consultant-form input:not(.form-check-input) {    
    height: 70px !important;
}
.service-title{
    display: inline-block !important;
    width: 100% !important
}
.service-title span{
    float: left;
    color: #438afe;
    margin-left: 38px;
    font-size: 22px
}
.service-details span, .service-details p {
    font-family: Almarai-Light !important;
}
.service a{
    margin: 60px 25px 0px !important;
}
.mr-30{
    margin-right: 30px;
}

.order .service-summary .input-group {    
    height: 55px !important;
    margin-bottom:0px !important;
}

.order .service-summary label{
    padding-top: 15px !important
}
.error-payment{
    background: #f8d7da !important;
}
.document .documented .img-container img{
    height: auto !important;
}

.offers-sec .silver-offer {
    background-color: #c5c5c5;
    padding: 18px;
    border-radius: 8px !important;
}

.offers-sec .silver-offer h4 {
    font-size: 38px !important;
    color: #fff !important;
    padding-bottom: 10px !important;
    width: 119px !important;
    font-weight: bold !important;
    height: auto !important
}

.offers-sec .silver-offer h5 {
    font-size: 21px !important;
    color: #fff !important;
}

.offers-sec .silver-offer {
    background-color: #c5c5c5;
    padding: 18px;
    border-radius: 8px !important;
}
.mb-20{
    margin-bottom: 30px
}

.offers-sec .sponsers h5{
    font-size: 16px !important;
}

.offers-sec .sponsers .img-container {
    width: 100px !important;
    height: 100px !important;
}

.pay-package {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 197px;
    height: 50px;
    background: #438afe;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    margin: 60px 0;
}
.pay-package:hover{
    border: #438afe;
    /* background: #fff; */
    color: #fff;
    border: 1px solid #438afe;
}

.offers-sec .silver-offer hr
{
    background-color: #fff;
}

.swal2-popup .swal2-content{
    line-height: 1.6 !important
}
.single-popular{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 167px;
    background: #fff;
    box-shadow: 0px 3px 50px rgba(0,0,0,.0392156863);
    border-radius: 25px;
    margin: 0 auto;
}
.single-popular img {
    margin-bottom: 17px;
}
.single-popular h4{
    font-size: 21px;
    font-family: Almarai-ExtraBold;
}
.mt-60{
    margin-top: 60px
}
a .single-popular h4{
    color: #000 
}
.dashboard .active-content .orders-title.yellow-txt{
    background-color: rgba(67,138,254,.04);
    border-color: #fec107;
}

.dashboard .active-content .orders-title.red-txt{
    background-color: rgba(67,138,254,.04);
    border-color: #fe4907;
}

.dashboard .active-content .orders-list .single-order p{
    font-size: 14px !important;        
    font-weight: normal;
    min-height: 80px;
    max-height: 83px;
    overflow: hidden;
    margin-bottom: 15px
}
.favorite .single-favorite .img-container .service-fav {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.service-fav{
    float: left;
    padding-top: 5px;
    font-size: 25px !important; 
    color: red   
}
.login-container_title h2{
    margin-bottom: 25px;
}

.wallet-title{    
    font-size: 42px !important;
    color: #fec20d !important;
    font-family: Almarai-ExtraBold;
    margin-bottom: 20px !important;
}

.wallet-credit{
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: bold;
}

#credit-amount{
    border: 1px solid #e9ecef;
    border-radius: 40px;
}
.pt-80{
    padding-top: 80px !important
}

.loginFirst button, .loginFirst a {
    width: 197px;
    height: 50px;    
    border-radius: 25px;    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.help-block{
    height: 20px;
    padding-top: 20px;
    color: red;
}

.ask- {
    margin-top: 15px;
    display: inline-block;
}

.blogs .single-blog h3{
    height: 45px;
    overflow: hidden;
}

.mobile-footer a span{
    display: none
}



.mobile-footer a.active, .mobile-footer a.active i , .mobile-footer a.active span
{
    /* background-color: rgba(254, 193, 7, .12) !important; */
    background-color: transparent;
    color: #fec107 !important;
    width: 109px !important;
    height: 30px !important;
    /* border-radius: 15px !important; */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.mobile-footer a.active:first-of-type i{
    color: #fec107 !important;
}
.mobile-footer a.active{
    border-radius: 15px !important;
    background-color: transparent !important;
}

.mobile-footer a:first-of-type{
    background-color: transparent !important;
    width: 0px !important;
}

.mobile-footer a.active:first-of-type{
    width: 109px !important
}

/* .mobile-footer a:first-of-type{
    background-color: transparent !important;
    /* /* color: #a0a7ad !important ; 
    width: 0px !important; 
} */
.mobile-footer a:first-of-type i{
    color: #a0a7ad !important ;
}

.mobile-footer a.active i{
    margin-left: 0px
}

.mobile-footer a.active span{
    display: inline-block;
}


@media (max-width: 992px){
    .messages .messages-content .messages_input{
        bottom: 35px !important;
    }
}
/*
    justify-content: center;
    align-items: center;
*/