* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a {text-decoration: none;transition: all .4s ease-in-out;color: inherit;}
a, button , input[type="button"] {cursor: pointer;transition: all .5s ease-in-out;}
a:focus, a:hover { text-decoration: none;color: inherit;}
button {background: transparent; border: none;}
button:focus {outline: none}
.list-inline-item:not(:last-child) , ul{ margin-right: 0;}
ul {padding-left: 0;padding-right: 0;transition: all .4s ease-in-out;margin: 0;}
ul li{list-style-type: none}
:focus { outline: none;} 
.text-center {text-align: center;}
.text-right {text-align: right}
.text-left {text-align: left}
.row {margin-left: 0;margin-right: 0;width: 100%;}
.padd-0 {padding-left: 0;padding-right: 0}
.padd-5{padding-left: 5px;padding-right: 5px  }
.sec-padd{ padding-top: 50px; padding-bottom: 50px;}
.p-l-10{ padding-left: 10px;}
.p-r-10{ padding-right: 10px;}
.p-t-10{ padding-top: 10px;}
.p-b-10{ padding-bottom: 10px;}
.p-l-20{ padding-left: 20px;}
.p-r-20{ padding-right: 20px;}
.p-t-20{ padding-top: 20px;}
.p-b-20{ padding-bottom: 20px;}
.p-20{padding: 20px;}
.d-none{ display: none}
.d-block{ display: block}
.owl-carousel {direction: ltr}
.dropdown-toggle::after {display: none}
.dropdown {display: inline-block;}

/* css style web site*/
.displaySpan{
    display: none;
}
.green-txt {
    font-weight: bold;
    color: rgb(18, 161, 18);
}
.displayP{
    display: none;
}
.messageStyle{
    text-align: center;
    color:#011981;
}
.messageStyleDisplay{
    text-align: center;
    color:#ffffff;
    background-color: #011981;
    width: 50%;
    margin: auto;
}

.orderDetails{
    float: right;
    color: #011981 !important;
}

.select2-container{
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    display: block;
    width: 100%;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--multiple{
    background: #F3F3F3;
    border: none;
    padding: 9px;
    border-radius: 27px;
}
.btnOrder{
    text-align: center;
    width: 40%;
    margin: auto;
}

.coverSeen{
    width: 20px;
    height: 20px;
}
.timeNotify{
    float: left;
}
#positionSpan{
    right: 0px;
    position: absolute;
}
.openClass{
    color: #2C8543;
}
.closeClass{
    color: #852C2C;
}
.fontHour{
    font-size: 15px;
}


/* start map css*/
#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

#edit_store_map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-container {
    z-index: 9999999;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

/*#searchTextField {*/
/*    background-color: #fff;*/
/*    font-family: Roboto;*/
/*    font-size: 15px;*/
/*    font-weight: 300;*/
/*    margin-left: 12px;*/
/*    padding: 0 11px 0 13px;*/
/*    text-overflow: ellipsis;*/
/*    width: 250px;*/
/*}*/
/*#searchTextField:focus {*/
/*    border-color: #4d90fe;*/
/*}*/

#edit_store-search {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 250px;
    z-index: 9999999;
}

#edit_store-search:focus {
    border-color: #4d90fe;
}
#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}
#target {
    width: 250px;
}

.mapControls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
/*#searchTextField {*/
/*    background-color: #fff;*/
/*    font-family: Roboto;*/
/*    font-size: 15px;*/
/*    font-weight: 300;*/
/*    margin-left: 12px;*/
/*    padding: 0 11px 0 13px;*/
/*    text-overflow: ellipsis;*/
/*    width: 50%;*/
/*}*/
/*#searchTextField:focus {*/
/*    border-color: #4d90fe;*/
/*}*/
/* end map css*/



.mapMessage{
    position: relative;
    overflow: hidden;
    width: 350px;
    height: 350px;

}
.messageNotSeen{
    margin: 7px;
    color: #fff;
    font-style: normal;
}
.conversationStyle:hover{
    cursor: pointer;

}


.dropdown-menu{
    float:none;
    text-align: start;
}
select.form-control:not([size]):not([multiple]) {
    height: 40px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
p{
    margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.navbar{
    padding: 0
}
input[type=checkbox], input[type=radio] {
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transform: scale(.8);
}
input[type=checkbox]:before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #011981;
    content: "";
    position: absolute;
    background: #011981;
    border-radius: 3px;
}
input[type=checkbox]:checked::after {
    background: transparent;
    border: 2px solid #fff;
    top: 0px;
    left: 7px;
    width: 7px;
    height: 15px;
    /* border: 1px solid #000; */
    content: "";
    position: absolute;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
}
input[type=radio]:before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #011981;
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%;
}
input[type=radio]:checked::after {
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    transform: translate(-50% , -50%);
    background: #332560;
    border-radius: 50%;
}
.ratting {
    color: #9C9C9C;
    direction: rtl;
    font-size: 17px;

 }
 .ratting .active{
     color: #FCB901;
 }
 .star-rating{
    font-size: 20px;
    color: #999;
    }
   .star-rating .fa-star{
    color: #FFB119;
   }

.chatlist ul li:hover, .chatlist ul li.active, .chatlist-cayan a:hover{
color: #011981 !important;
}
.grey-color{
    color: #999;
    }
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.under-line{
    text-decoration: underline;
}
span.span{
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #011981;
    border-radius: 18px;
    line-height: 1.4;
    margin: 5px;
    color: #011981;
    min-width: 90px;
    text-align: center;
    font-size: 13px;
}
span.green , span.main , span.red , span.orange {
    background: #2C8543;
    color: #fff;
    padding: 1px 10px 7px;
    border-radius: 14px;
    margin: 5px 5px;
    height: 28px;
    min-width: 90px;
    text-align: center;
}
span.main{
    background: #532a7d;   
}
span.green{
    background: #2C8543;
}
span.red {
background: #852C2C;
}
span.orange{
    background: #FF711E;
}

 .text-main{
    color: #532a7d;   
}
.text-green{
    color: #2C8543;
}
.text-red {
    color: #852C2C;
}
.text-orange{
    color: #FF711E;
}

span.on , span.off , span.busy{
    background: #2C8543;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
span.busy{
   background:  #FF711E
}
span.off{
    background: #f00;
}
.btn-main2{
    display: block;
    margin: 10px auto;
    background: #f9d02a;
    width: 150px;
    max-width: 100%;
    padding: 11px;
    border-radius: 25px;
    color: #011981;
    border: 1px solid #f9d02a;
}
.btn-main{
    display: block;
    margin: 10px auto;
    background: #011981;
    width: 150px;
    max-width: 100%;
    padding: 11px;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #011981;
}
.d-flex.justify-content-center .btn-main,btn-main2{
margin: 10px 5px;
}
.btn-main.btn-cancel,btn-main2{
    background: #af1010;
    border: 1px solid #af1010;

    color: #fff;   
}
.btn-main.btn-logout{
    background: #011981;
    border: 1px solid #011981;
    text-align: center;
    color: #fff;
}
textarea{
    resize: none;
}
@font-face {
    font-family: "myFont";
    src: url(../fonts/ArbFONTS-STV.ttf);
   
}
@font-face {
    font-family: "icon";
    src: url(../fonts/fontawesome-webfont.ttf);
   
}
body {
    direction: rtl;
    text-align: right;
    font-family: "myFont";
    word-spacing: 2px;
    background: #fff;
    color: #565656;
    font-size: 15px
}
/* =================== start header================================ */
.top-header{
    background: #333333;
    color: #fff;
    padding: 5px 0;
}
.top-header .top-link{
    display: inline-block;
    display: inline-block;
    font-size: 13px;
    color: #eee;
}
.top-header .top-link:hover{
    color: #fff;
}
.top-header .top-link:first-child{
    border-left: 1px solid #949494;
    padding-left: 10px;
    margin-left: 6px;
}
.top-header .dropdown-menu ,
 .comment .dropdown-menu{
    background: #011981;
    color: #fff !important;
    text-align: start;
    padding: 0;

}
.top-header .dropdown-item , .comment .dropdown-menu  .dropdown-item {
    padding: .25rem 1.5rem !important
}
.top-header .dropdown-menu a ,
 .comment .dropdown-menu .top-link{
    border:none  !important;
    line-height: 30px;
    color: #fff !important;
}

.top-header .dropdown-menu a:hover , 
.comment .dropdown-menu .top-link:hover{
    color: #011981 !important;
}
 .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

  .menu {
    padding: 9px 0;
    background-color: #fff;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 15px #ccc;

}

  .menu .menu-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

  .menu .logo {
    position: relative;
    z-index: 2001;
    top: 0;
    text-align: center;
    width: 100px;
    transition: all 0.3s ease-in-out;
}
.menu .logo img{
    width: 80px;
}

  .menu .nav-links {
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

  .menu  .nav-links > ul {
    display: flex;
    align-items: center;
}

  .menu  .nav-links > ul > li {
    margin: 0 15px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

  .menu .nav-links > ul > li.hide {
    display: none;
}

  .menu  .nav-links > ul > li > a {
     position: relative;
    font-size: 19px;
    padding-bottom: 5px;
    transition: all 0.3s ease-in-out;
     color: #616060;
    transition: all 0.3s ease-in-out;
}

  .menu .nav-links > ul > li.active > a {
    color: #011981;
}

 
  .menu  .nav-links > ul > li > a:before {
    content: '';
    position: absolute;
    height: 2px;
    width:20px;
    bottom: -5px;
    background-color: #011981;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

  

    .nav-links > ul > li > a:before {
    right: 0;
    transform-origin: left;
}

    .nav-links > ul > li:hover > a:after,
    .nav-links > ul > li:hover > a:before,
     .nav-links > ul > li.active > a:after,
    .nav-links > ul > li.active > a:before {
    color: #011981;
    transform: scaleX(1);
}

   .nav-links > ul.nav-icons > li > a:before,
  .nav-links > ul.nav-icons > li > a:after {
    display: none;
}

  .menu .nav-links > ul.nav-icons {
    position: relative;
}

   .nav-links > ul.nav-icons:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.mob-collaps {
    position: absolute;
    width: 25px;
    height: 60px;
    z-index: 2001;
    color: rgb(255, 255, 255);
    left: 15px;
    top: 3px;
    cursor: pointer;
    display: none;
    transition:  all 0.3s ease-in-out;
}

.mob-collaps span {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #755c9d;
    border-radius: 30px;
    margin: 4px 0;
}

.mob-collaps span:first-child {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mob-collaps span:first-child.rotate {
    width: 24px;
    -webkit-transform: rotate(-45deg) rotateY(360deg);
    -ms-transform: rotate(-45deg) rotateY(360deg);
    -moz-transform: rotate(-45deg) rotateY(360deg);
    transform: rotate(-45deg) rotateY(360deg);
    
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mob-collaps span:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 27px;
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mob-collaps span:nth-child(2).none {
    left: -100px;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mob-collaps span:nth-child(3) {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mob-collaps span:nth-child(3).rotate2 {
    width: 24px;
    -webkit-transform: rotate(45deg) rotateY(360deg);
    -ms-transform: rotate(45deg) rotateY(360deg);
    -moz-transform: rotate(45deg) rotateY(360deg);
    transform: rotate(45deg) rotateY(360deg);
    top: 20px;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.nav-left.noti{
    color: #011981;
    font-size: 20px;
    padding: 0 10px;
    margin: 0;
 }
.nav-left.my-account {
    background: #011981;
    font-size: 15px;
    padding: 8px;
    margin: 0 4px;
    color: #fff;
    width: 109px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #011981;
}
.nav-left.my-account:hover{
    color: #011981;
    background: #fff;
}
 /*============================ end  header================================== */
.body-content{
    min-height: 300px;
}
.footer{
    background: url(../imgs/Layer\ 815.png);
    background-color: #333333;
    color: #fff;
    background-size: 66% 100%;
    background-repeat: no-repeat;
    background-position: center;

 
}
.footer-media a{
    display: inline-block;
    padding: 0;
    color: #fff !important;
    width: 30px;
    height: 30px;
    text-align: center;
}
.footer h4{
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
}
.footer h4::before{
    width: 20px;
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 2px;
    background: #011981;
    content: "";

}

.footer-media a:hover{
    color: #fff;
    transform: rotatey(360deg)translateY(-10px);
}
.top-footer{
    padding: 50px 0;
}
.footer ul li a{
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
.footer ul li a::before {
    font-family: "icon"; 
    font-weight: 500; 
    content: "\f100";
  }
  .footer-contact li a::before{
      display: none
  }
  .footer ul li a:hover{
      color: #011981;
  }
  .bottom-footor {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #8a8989;
    font-size: 17px;
 
  }
  .bottom-footor a{
      color: #011981;
  }
 .form-group{
     position: relative;
 }
 .form-group .select-map{
    position: absolute;
    left: 9px;
    bottom: 10px;
    color: #888;
    font-size: 17px;
 }

 .was-validated .form-group .select-map{

    bottom: 30px;
 }
 .form-content{
    width: 350px;
    padding: 60px 0;
    display: block;
    margin: 0 auto;
}
.form-content .form-header{
    color: #011981;
    margin-bottom: 14px;
}
.form-group label{

}
.form-group  .form-control{
background: #F3F3F3;
background: #F3F3F3;
border: 1px solid transparent;
border-radius: 27px;
padding: 9px;
}
.form-group  .form-control:focus{
    border: 1px solid #011981;
    box-shadow: none;
}
.forget{
   display: block;
   text-align: center;
   font-size: 13px;

}

.btn-form{
    display: block;
    margin: 10px auto;
    background: #011981;
    width: 250px;
    max-width: 100%;
    padding: 11px;
    border-radius: 26px;
    color: #fff;
    border: 1px solid #011981;

}
.form-content p a{
color: #011981;
}
.link-line{
    text-decoration: underline;
    color: #011981;
    margin: 10px auto;
    display: table;
}

 .nav-radius{
    display: flex;
    justify-content: center;
     
 }
 .nav-radius .nav-item .nav-link{
    border: 1px solid #011981;
    margin: 0 -1px;
    min-width: 100px;
    text-align: center;
    padding: 5px;
 }
 .nav-radius .nav-item:first-child .nav-link{
     border-radius: 0 20px 20px 0;
 }
 .nav-radius  .nav-item:last-child .nav-link{
    border-radius:  20px 0px 0 20px ; 

 }
 .nav-radius .nav-link.active{
background: #011981;
color: #fff;
 }
 
 .cayan-btn{
    display: block;
    text-align: center;
    border: 1px solid #011981;
    padding: 10px;
    font-size: 20px;
    border-radius: 34px;
    margin: 20px 10px;
    color: #011981;
 }
 .cayan-btn:hover{
     background: #011981
 ;
     color: #fff;
 }
 
 
 .imgs-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 15px 0;
    }
    
    .label-img {
        display: inline-block;
        width: 105px;
        height: 105px;
        margin: 0;
        background: #fff;
         
        box-shadow: 0 0 10px #ccc;
       
        text-align: center;
        position: relative;
        border-radius: 50%;
    }
    .label-img img , .uploaded-block img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    .label-img  i {
        font-size: 20px;
        color: #ccc;
        font-style: normal;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        left: 0;
        line-height: 100px;
        color: #fff;
    }
    
    .label-img  input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    display: none
    }
    
    .uploaded-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    }


.close {
    float: none;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
    background-color: #3c4146 !important;
    width: 35px;
    height: 35px;
    line-height: 30px !important;
    padding: 0px !important;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    left: -10px;
    top: -10px;
    margin: 0 !important;
    transition: 0.5s;
}
    .item-set{
        background: #fff;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .uploaded-block .close {
        position: absolute;
        top: -8px;
        color: #FFF;
        background: #011981
    ;
        font-size: 12px;
        width: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 23px;
        text-align: center;
        border-radius: 50%;
        opacity: 1;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0;
    }
    
    .block-img .images-upload-block {
    display: block;
    }
    
    .block-img .upload-img {
    display: table;
    margin: 5px auto;
    }
    .top-cover{
        /*background: url(../imgs/cover.png);*/
        min-height: 440px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 10% 10% 10%;
        color: #fff;
        position: relative;
    }
    .top-cover h6{
    
       
    padding: 0 10px 0 0;
    height: 20px;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    }
    .top-cover h6::before{
        top: 0;
        width: 3px;
        height: 20px;
        background: #011981;
        content: "";
        position: absolute;
        right: 0;
    }
    .form-cover{
    width: 800px;
    margin: 10px auto;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    }
    .form-cover input {
        padding: 10px 20px;
        width: 100%;
        background: rgba(255, 255, 255, 0.3);
        color: #fff;
        border-radius: 30px;
        border: none;
        height: 50px;
        font-size: 17px;
    }
     
    .form-cover button{
        width: 60px;
        height: 50px;
        top: 0;
        left: 0;
        color: #011981;
        background: #fff;
        font-size: 20px;
        position: absolute;
        text-shadow: 0 0;
    
    }
    .form-cover input::placeholder{
        color: #fff;
    }
    .open-modal{
        background: #011981;
        padding: 11px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .open-modal img{
        width: 100%;
        height: 100%;
    }
  .top-map{
      margin-top: -40px;
  }
   .top-tab {
       display: flex;
       background: #fff;
       /*padding: 30px 10px;*/
       align-content: center;
       align-items: center;
       font-size: 19px;
       /*box-shadow: 0px 10px 18px #f5f5f5;*/
       border-radius: 13px;
       border: 1px solid #ddd;
       margin: 4px;
       padding:5px !important;
       box-shadow: 3px 3px 5px #eee;
}
 .top-tab div button {
    margin: 0 25px;
    color: #999;
}
 .mapmodel{
     background-color: #011981;
     color: #fff;
     padding: 10px 10px 7px 10px;
     text-align: center;
     border-radius: 5px;
     display: flex;
     justify-content: center;
     align-items: center;
     border: 1px solid #011981;
     transition: .6s all ease;
 }
 .mapmodel:hover{
     background-color: #fff;
     color: #011981;
 }
 .mapmodel p{
     margin: 0 5px;
 }
 .search-map{
     background-color: #fff;
     border: 1px solid #eee;
     border-radius: 11px;
     padding: 10px;
     box-shadow: 3px 3px 5px #eee;
 }
 .float-search{
     position: absolute;
     width: 100%;
     top: -32px;
     z-index: 9;
 }
 .top-tab div button.active{
    color: #011981;
}
ul.tab-header{
    margin: 10px 0; 
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
ul.tab-header li{
  flex: 1;
  text-align: center;  
}
ul.tab-header  .nav-link{
    font-size: 19px;
    color: #888;

}
ul.tab-header li  .nav-link img{
    vertical-align: bottom;
    width: 26px;
    margin: 0 10px;
}
ul.tab-header li  .nav-link .img2{
display: none
}
ul.tab-header li  .nav-link.active .img2 , ul.tab-header li  .nav-link:hover .img2{
    display: inline-block;
}
ul.tab-header li  .nav-link.active .img1 ,  ul.tab-header li  .nav-link:hover .img1{
    display: none
}
ul.tab-header  .nav-link.active ,
 ul.tab-header  .show >.nav-link ,
 ul.tab-header  .nav-link:hover{
    color: #011981;
    background-color: transparent;
}
.box-list{
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
}
.box-list .list-info{
    flex: 1;
    padding: 10px;
}
.box-list .list-info h4{
    color: #011981;
    margin-bottom: 10px;
}
.box-list h6{
    font-size: 19px;
    color: #555;
}
.box-list .list-position span:last-of-type{
color: #011981;
display: block;
}
.box-list img{
    width: 180px;
    height: 135px;
    background-color: #eee;
    border-radius: 5px;
}
.about{
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.about img{
    /* margin-bottom: 20px; */
}
.about p{
    font-size: 17px;
    margin-bottom: 0;
}
.contact-info{
    padding: 40px 0 0 0 ;
}
.contact-info .d-flex i{
    width: 45px;
    background: #eee;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin: 0 10px;
    color: #011981;
    font-size: 26px;
    transition: all .5s ease-in-out;
}
.contact-info .d-flex p{
    color: #777;
}
.contact-icon{
    font-size: 20px;
    width: 35px;
    height: 35px;
    background: #eee;
    display: inline-block;
    border-radius: 50%;
    line-height: 32px;
    margin: 0 6px;
}
.contact-icon.instagram{
    background: #6A453B;
    color: #fff;
}
.contact-icon.facebook{
    background: #3B5998;
    color: #fff;
}.contact-icon.twitter{
    background: #55ACEE;
    color: #fff;
}.contact-icon.linkedin{
    background: #007AB9;
    color: #fff;
}
.contact-icon:hover{
    transform: rotatey(360deg)translateY(-10px);

}
.contact-info .d-flex:hover i{
    background: #011981;
    color: #fff;
    transform: rotateY(360deg);
}
.like-page{
    padding: 30px 0 30px 0;
}
.like{
    font-size: 26px;
    color: #ccc;

}
.like.active{
    color: #011981;
}
.notifications li{
    background: #F6F4F9;
    color: #555;
    font-size: 18px;
    padding: 4px 20px 6px;
    line-height: 32px;
    margin-bottom: 15px;
    position: relative;
}
.notifications li::before{
    width: 12px;
    height: 12px;
    background: #011981;
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 17px;
    right: 4px;
}
.search-box{
    width: 800px;
    margin: 10px auto;
    border-radius: 30px;
     position: relative;
     max-width: 100%;

    }
    .search-box input {
        padding: 10px 20px;
        width: 100%;
        background: #f5f5f5;
        color: #000;
        border-radius: 30px;
        border: none;
        height: 50px;
        font-size: 17px;
        border-radius:  30px 30px  ;
    }
     
    .search-box button{
        width: 60px;
        height: 50px;
        top: 0;
        left: 0;
        background: #011981;
        color: #fff;
        font-size: 20px;
        position: absolute;
        text-shadow: 0 0;
        border-radius: 30px 0 0 30px;
    
    }
    .search-box input::placeholder{
        color: #aaa;
    }
    .search-box .search-result{
        position: absolute;
        right: 0;
        width: 100%;
        top: 50px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 10px;
        display: none;
    }
    .search-box .search-result li {
        border-bottom: 1px solid #eee;
        padding: 10px 0px;
        font-size: 16px;
        color: #444;
        margin: 0 15px;
    }
    .search-box .search-result li::before{
        font-family: "icon"; 
        font-weight: 500; 
        content: "\f017"; 
         margin: 0 5px;
        vertical-align: middle;
    }
    .why{
        color: #fff;
        background: url(../imgs/why-cover.png);
        text-align: center;
        margin-bottom: 70px;
    }
    .why .why-box{
             color: #555;
            background: #fff;
            border-radius: 5px;
            padding: 20px 20px 34px;
            margin-bottom: -74px;
            box-shadow: 0px 17px 9px rgba(0,0,0,.03);
        }
    .why .why-box h3 + p{
        margin-bottom: 20px;
    }
    .why .why-box img{
        width: 70px;
        height: 70px;
    }
    .why .why-box p{
        color: #999;
    }
    .grid-box{
position: relative;
box-shadow: 0 0 5px #ccc;
border-radius: 10px;
margin-bottom: 30px;
    }
    .grid-box a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .grid-box .add-like{
        width: 35px;
        height: 35px;
        position: absolute;
        text-align: center;
        line-height: 33px;
        background: #f5f5f5;
        color: #999;
        left: 10px;
        top: 10px;
        border-radius: 50%;
        font-size: 17px;   
    }
    .grid-box img{
        width: 90%;
        border-radius: 10px;
        height: 180px;
    }
    .grid-box-info{
        padding: 10px;
    }
    .dowload-app{
        background: url(../imgs/down.png);
        padding-bottom: 0;
    }
    .dowload-app h2{
        font-size: 40px;
    color: #011981;
    }
    .dowload-app p{
        font-size: 17px;
        color: #666;
        margin: 30px 0;
    }
    .dowload-app .d-flex img{
        width: 150px;
    }
    .mob{
        max-width: 100%;
        height: 308px;
        margin-bottom: -26px;
        width: 400px;
        height: 400px;
    }
    .brand{
        text-align: center;
    }
    .brand p{
        margin-bottom: 20px;    font-size: 17px;
        color: #777;
     }
    .brand .item {
        text-align: center;
        height: 200px;
    }
    .brand .item img{
       max-width: 85%;
        width: 130px;
    }
    .subscription{
        background: #011981;
        color: #fff;
        padding: 28px 0;
        align-items: center;
        /* margin-bottom: -20px; */
        transform: translatey(20px);
        border-radius: 10px;   
    }
    .subscription form{
        display: flex
    }
    .subscription input{
        width: 100%;
        background: rgba(255,255,255, .3);
        border: navajowhite;
        padding: 10px;
        color: #fff;
        border-radius: 7px;
        font-size: 17px;
    }
    .subscription input::placeholder{
        color: #ccc;
    }
    .subscription button{
        background: #fff;
        width: 123px;
        border-radius: 5px;
        margin: 0 10px;
        font-size: 20px;
        height: 45px;
        line-height: 45px;
        color: #011981;
    }
    
    .all-tab-content{
        position: relative;
    }
    .all-tab-content .tab-header{
        position: absolute;
        top: 10px;
        left: 20px;
        width: calc(100% - 40px);
        z-index: 100;
        padding: 7px 0;
    }
    .select-city{
        position: absolute;
        top: 100px;
        width: auto;
        margin: auto;
        left: 50%;
        z-index: 1000;
        text-align: center;
        transform: translateX(-50%);
    }
    .select-city   .select2-container--default .select2-selection--single {
        background-color: #f5f5f5;
        border: none;
        border-radius: 4px;
        padding: 10px;
        height: auto;
        border-radius: 30px;
        font-size: 17px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 12px;
        right: 91%;
        width: 20px;
        transform: scale(1.5);
    }
    .select2-container {
        float: none;
        text-align: right;
        direction: rtl;
    }
    .select-city .select2-container{

      width: 300px !important;
    max-width: 100%;
}.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #011981;
    color: white;
}
    .map-content{
        margin-bottom: 50px;
    }
    .map-content #map{
        border-radius: 0 0 10px 10px !important;
        overflow: hidden;
    }
    .name{
        margin: 5px 0 20px;
    }
    .chat-page{
        padding: 30px 0px;
    }
    .cayan-content .chat-page{
        padding: 0;
    }
         .chatlist .search-chat {
            width: 100%;
            display: block;
            border: none;
            padding: 10px 20px;
            font-size: 17px;
            background: transparent;
            position: relative;
        }
        .chatlist .search-chat::placeholder{
            color: #aaa;
        }
    .chatlist ul li , .chatlist-cayan a{
        position: relative;
        display: flex;
        transition: all .5s ease-in-out;
        padding: 15px 10px;
        border: 1px solid #f7f7f7;
        align-items: center;
        margin-bottom: -1px;
    }
    .chatlist ul li:hover,
    .chatlist ul li.active , .chatlist-cayan a:hover {
        box-shadow: 0 0 8px #eee;
         background: #f4f4f4;
    }
    .chatlist-img {
        position: relative;
    }
    .chatlist-img  span{
        width: 20px;
        height: 20px;
        background: #eee;
        border-radius: 50%;
        position: absolute;
        right: -4px;
        top: -4px;
        line-height: 100%;
    }
    span.on{
        background: #2C8543;
    }
    .chatlist-img img
         {


            width: 45px;
            height: 45px;
            min-width: 45px;
            min-height: 45px;
            background: #eee;
            border-radius: 50%;
    } 
   .chatlist-cayan  .chatlist-img img {
        width: 65px;
        height: 65px;
        min-width: 65px;
        min-height: 65px;
        background: #eee;
        border-radius: 50%;
    }
    .chatlist-info h4 , .chat-header h4{
        font-size: 17px;
        margin: 0;
        color: #011981;
        text-shadow: 0 0;
    }
    .chatlist-info p{
        height: 27px;
        overflow: hidden;
        width: 90%;
        color: #777;
        font-size: 13px;
    }
    .chatlist-info{
        position: relative;
        padding: 6px;
        flex: 1;
    
    }
    .chatlist-info .chatlist-time{
        top: 0px;
        left: 0;
        position: absolute;
        color: #999;
    }
    .chatlist ul{
        height: 525px;
        overflow: auto;
        direction: ltr;
    }
    .chatlist ul li{
        direction: rtl;

    }
 
      .message{
        display: inline-flex;
        width: auto;
        max-width: 70%;
        padding: 11px 20px;
        font-size: 16px;        color: #787993;

        
      }
     .chat-body .time{
        font-size: 16px;
        color: #999;
        margin: 0 10px;
      }
  .message-send  .message{
        background: #F6F1FE;
        border-radius: 20px 20px 0 20px;
       }
      .message-receive  .message{
        background: #F8F8F9;
        border-radius: 20px 20px 20px 0px;  
      }
      .message-send ,
      .message-receive {
       display:flex;
       align-items: center;
       margin-bottom: 20px;
    }
    .message-receive {
        flex-direction: row-reverse;
    }
    .chat-body img{
        width: 120px;
        height: 150px;
        margin-bottom:5px ;
    }
    .chat-footer{
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 10px 0;
        display: flex;
        align-items: center;
    }
    .chat-footer textarea {
        border: none;
        resize: none;
        
    }
    .btn-send{
        background: #011981;
    color: #fff;
    width: 100px;
    border-radius: 6px;
    font-size: 17px;
    }
    .chat-footer .grey ,   .chat-header .grey{
        font-size: 23px;
        color: #999;
    }
    .chat-body{
        height: 500px;
        padding-top: 10px;
        overflow: auto;   
    }
    .ratting-modal h3{
        background: #272626;
        color: #fff;
        margin: 0;
        padding-bottom: 14px;
        font-size: 25px;
        margin-bottom: 21px;
        border-radius: 30px 30px 0 0 ;
    }
    .ratting-modal {
        padding: 0 0 30px 0;
        border-radius: 20px;
    }
    .ratting-modal   .star-rating {
        font-size: 35px;
    
    }
   .modal-content{
        border-radius: 30px;
         border: none;
         position: relative;
    }
    .btnclose{
        position: absolute;
        left: 24px;
        top: -11px;
        width: 30px;
        height: 30px;
        background: #011981;
        color: #fff;
        border-radius: 50%;
        border: 2px solid #fff;
        font-size: 16px;
        z-index: 50;
        line-height: 17px;
        padding-bottom: 14px;
    
    }
    .order-box{
    display: flex;
    background: #f5f5f5;
    padding: 10px;
        position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
    }
    .order-box > div:first-of-type{
        /*border-left: 1px solid #eee;*/
    /* padding-left: 10px; */
    margin-left: 10px;
    width: 80px;
    }
    .order-box img{
        width: 60px;
        height: 60px;
    }
    .order-box h5{
        font-size: 17px;
    }
 .order-box div:last-child h5{
     margin: 0px 10px 5px;

 }
    .order-box a{
        color: #011981;
    }
    .order-box h6 span:first-child{
        width: 87px;
        display: inline-block;
        position: relative;
        margin-left: 10px;
    
    }
    .order-box h6 {
         width: 180px;
        font-size: 14px;
    }
    .order-box h6 span:first-child::after{
        width: auto;
        height: 20px;
        content: " : ";
        position: absolute;
        left: 0;
    }
    .order-details h4{
        margin-top: 20px;
    border-top: 1px solid #eee;
    color: #011981;
    font-size: 20px;
    padding-top: 10px;
    }
    .order-details h4:first-of-type{
        border: none;
    }
    .order-details h5 span{
        width: 140px;
        display: inline-block;
        position: relative;
        margin-left: 10px;
    }
    .order-details h5 span:first-child::before{
        width: auto;
        height: 20px;
        content: " : ";
        position: absolute;
        left: 0;    
    }
    .order-details  h5 {
padding: 0 10px;
    }
    .order-details img{
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
.profile-page .nav-link{
    display: flex;
    padding: 10px;
    position: relative;
    border: 1px solid transparent;

}
.profile-page .nav-link::after{
    width: 20px;
    height: 20px;
    content: '>';
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 18px;
}
.profile-page .nav-link img{
    width: 40px;
    height: 40px;
}
.profile-page .nav-link div{
    padding: 0 10px;
}
.profile-page .nav-link h6{
    font-size: 16px;
    margin-bottom: 0;
}
.profile-page .nav-link p{
    color: #999;
    font-size: 13px;
}
.profile-page .nav-pills .nav-link.active, 
.profile-page .nav-pills .show>.nav-link {
    color: #100d0d;
    background-color: transparent;
    border: 1px solid #999;
}
 
   .profile-page .label-img i,  .profile-cayan  .label-img i {
        font-size: 20px;
        color: #ccc;
         position: absolute;
        top: 71px;
        width: 40px;
        height: 40px;
        text-align: center;
        left: unset;
         color: #131212;
        background: #fff;
        border-radius: 50%;
        font-size: 20px;
        right: 3px;
        box-shadow: 0 0 8px #ccc;
        line-height: 40px;
    }
    .profile-page  .uploaded-block .close ,  .profile-cayan  .uploaded-block .close {
        position: absolute;
        left: unset;
        top: unset;
        color: #FFF;
        background: #011981;
        font-size: 12px;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        opacity: 1;
        bottom: -8px;
        right: 0;
        margin: auto;
        padding: 0;
        font-weight: normal;
    }
    .profile-info{
        position: relative;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 20px ;
        margin-bottom: -1px;

    }
    .profile-info h5{
        font-size: 17px;
    }
    .profile-info h5 i{
        color: #011981;
        width: 26px;
        margin: 9px;
        text-align: center;
    
    }
    .profile-info button{
        left: 0;
     position: absolute;
    top: 21px;
    }
    .user-info img{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        max-width: 100%;
    }
.user-info .d-flex.justify-content-lg-between{
    align-items: center;

}
.owl-carousel .owl-item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
    .user-info   .owl-carousel .owl-item img{
        max-width: 100%;
        width: 115px;
        height: 115px;
        border-radius: 50%;
        margin: auto;
    }
    .user-info  a{
        text-decoration: underline;
        color: #011981;
        margin: 20px 0;
        display: inline-block
    }
    .btns-details a{
        border-radius: 5px;
        width: 170px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 20px;
        margin: 20px 10px;
        display: inline-block;
        border: 1px solid #011981;

    }
    .cayan-index-btns a{
        background-image: linear-gradient( #8454C7,#011981);
        min-width: 250px;
        padding: 20px 0;
        max-width: 100%;
        border-radius: 17px;
        border: 1px solid;
    }
    .btns-details a:hover{
        background: #fff;
        color: #011981;
    }
    .details-page .btns-details a{
        padding: 2px 5px 5px 5px;
    }
    .details-page .grey-color.font-20{
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 33px;
        background: #f5f5f5;
        color: #011981;
        border-radius: 50%;
     
    }
    .carousel-modal {
        margin-bottom: 0;
        padding-bottom: 53px;
        overflow: hidden;
        height: 170px;
    }
    .carousel-modal .owl-dots{

        position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    justify-content: center;
    display: flex;
}
.carousel-modal .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #011981;
    border-radius: 5px;
    transition: all .4s ease-in-out;
    margin: 0 3px;
}
.carousel-modal .owl-dots .owl-dot.active{
width: 40px;
background: #011981;
}
.tab-details-nav{
    border: 1px solid #eee;
    justify-content: center;

}
.tab-details-nav li{
   width: 100px;
   text-align: center;font-size: 20px;
}
.tab-details-nav.nav-pills .nav-link.active, 
.tab-details-nav.nav-pills .show>.nav-link {
    color: #011981;
    background-color: transparent;
}
.all-img-details{
    justify-content: center;
    padding: 20px 0 20px 0;
}
.all-img-details img{
    width: 165px;
    height: 150px;
    margin: 7px;
    display:block;
    border: 1px solid #eee;
}

.all-img-details input:checked + a img{
    border: 2px solid #011981;
}
.comment , .add-comment{
  
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
     
}
.comment h5 , .add-comment h5{
    width: 150px;
    font-size: 16px;
    text-shadow: 0 0;
}
.comment p{
    color: #999;
    font-size: 14px;
    flex: 1;
}
.post-content >img{
    width: 100%;
    height: 300px;
}
.post-content{
    padding: 0 4%;  
    margin-bottom: 10px;
}
 .icon-post btn-addlike{
color: #011981;
}
.add-comment div{
    flex: 1;

}
.add-comment button{
    background: #011981;
    color: #fff;
    width: 100px;
    height: 40px;
    border-radius: 6px;
    margin: 0 5px;
}
.add-comment textarea.form-control{
    border: none;
    resize: none;
    height: 40px;
}
.video-page{
    position: relative;
}
.video-page .video-cover{
width: 100%;
height: 100vh;
}
.video-page .video-me{
    position: absolute;
    top: 10px;
    right: 10%;
    width: 150px;
    height: 200px;
}
.video-page .bottoms-icons{
    position: absolute;
    bottom: 100px;
    width: 100%;
    justify-content: center;
    display: flex;
}
.video-page .bottoms-icons button{
    background: rgba(255,255,255,.2);
    padding: 10px;
    border-radius: 7px;
    width: 40px;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 18px;
    display: none;
    margin: 4px;
    text-align: center;
}
.video-page .bottoms-icons .sound-on ,
 .video-page .bottoms-icons .mic-off{
 
background: rgba(255,255,255,.4);

}
.video-page .bottoms-icons .active{
    display: inline-block
}
.video-page .close-video{
    top: calc(100% - 75px);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.video-page .video-time{
    color: #fff;
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 19px;
}
.video-page .close-video img{
    width: 70px;
    height: 70px;
}
.branches , .div-scroll {
    max-height: 454px;
    overflow: auto;
}
.branches img{
    max-width: 100%;
    height: 100px;
    width: 100%;
    max-width: 100%;
    height: 116px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid transparent;
}
.branches  input[type=checkbox] , .branches  input[type=radio]{
    display: none
}
.branches  input[type=checkbox]:checked + label img ,
.branches  input[type=radio]:checked + label img
{
    border: 2px solid #011981;
}
.branches  input[type=checkbox]:checked + label h6 ,
.branches  input[type=radio]:checked + label h6{
    color: #011981;
}
.map-register{
 width: 100%;
 height: 400px;   
}
.suggestion .btn-main,.btn-main2{
    background: #011981;
    font-size: 15px;
    padding: 8px;
    margin: 0 4px;
    color: #fff;
    width: 109px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #011981;
}
.all-img-details {
    justify-content: center;
     display: flex;
    flex-wrap: wrap;
}
.notifications li{
    position: relative;
}
.delete-noti{
    position: absolute;
    left: -10px;
    top: -12px;
    /* border: 1px solid; */
    border-radius: 50%;
    width: 26px;
    height: 27px;
    line-height: 16px;
    padding-bottom: 9px;
    background: #ccc;
    color: #011981;
    box-shadow: 0 0 5px #c5baba;
} 
 .box-scroll{
     height: 500px;
     overflow-y: scroll;
     margin-bottom: 20px;
 }
 .bootstrap-select .dropdown-toggle .filter-option , .bootstrap-select .dropdown-menu.inner{
     float:none;
     text-align: right;
 }

 .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
 
    left:  15px;
    right: unset;
   
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 0;
}
.btn-light ,
.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active,
 .show>.btn-light.dropdown-toggle{
   
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
.offers-page img{
    width: 100%;
    height: 261px;
    border-radius: 20px;
}
.offers-page a{
    display: block;
    margin-bottom: 30px;
}
.map-content .gm-control-active.gm-fullscreen-control{
top:250px !important;
}
.map-content   .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom + .gmnoprint{
     bottom: 0 !important;
     top: unset !important;
}
.modal-content .box-list img {
    width: 150px;
    height: 115px;}
    .video-camera{
 position: absolute;
    top: 40px;
    left: 10%;
    width: 50px;  
    height: 30px;  
    }
    .video-camera .check-mark{
        width: 100%;
        background: rgba(0,0,0,.2);
        display: block;
        height: 13px;
        border-radius: 10px;
        position: relative;
         
    }
    .video-camera .check-mark i{
        position: absolute;
        right: 0;
        color: #fff;
        background: rgba(0,0,0,.5);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        top: -10px;
    

    }
    .video-camera input{
        display: none
    }
    .video-camera input[type=checkbox]:checked + .check-mark i  {
        right: unset;
        left: 0;
    }
    .video-camera input[type=checkbox]:checked + .check-mark i::after{
        width: 4px;
        height: 28px;
        background: #fff;
        content: "";
        position: absolute;
        left: 14px;
        top: 0;
        transform: rotate(45deg)skew(10deg, 10deg);
        border: 1px solid rgba(0,0,0,.7);
        border-radius: 3px;

    }
    .status-green input::before{
        border-color: #2C8543;
    }
    .status-green input::after{
        background: #2C8543 !important;
    }
    .status-orange input::before{
        border-color: #FF711E
    }
    .status-orange input::after{
        background: #FF711E !important;
    } .status-red input::before{
        border-color: #FF003D;
    }
    .status-red input::after{
        background: #FF003D !important;
    }
    .status-dropdown img{
width: 30px;
height: 30px;
border-radius: 50%;
min-width: 30px;
min-height: 30px;
background-color: #eee;
    }
    .status-dropdown  .dropdown-toggle span{
        font-size: 17px;
    }
    .status-dropdown  .dropdown-menu {
        float: none;
        text-align: start;
        border-radius: 0 0 25px 25px;
        border: navajowhite;
        padding: 5px;
        box-shadow: 0 0 5px #ccc;
        top: 10px !important;
        left: unset!important;
        right: 0!important;
    }
    .body-content .nav-links {
        background: #fff;
    }
.body-content .nav-links li{
    font-size: 20px;
    padding: 0px 20px 6px;
     transition: all .4s ease-in-out;    margin: 12px 0 0 0;
}
.body-content .nav-links li.active{
    background: rgba(81, 44, 133,.1);  
}
.body-content .nav-links li.active a{
    color: #011981
;
}
.listofuser{
    display: flex;
    flex-wrap: wrap;
}
.listofuser div{
    text-align: center;
    margin: 5px;
}
.listofuser div img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    min-width: 40px;
    min-height: 40px;
    background-color: #eee;
    
}
.listofuser div h6{
    font-size: 15px;
}
.cayan-body{
    background: #FBFBFB;
}
.cayan-content{
    padding: 20px;
}
.cayan-box {
    background: #eee;
    padding: 11px 21px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
    border-radius: 20px;
    position: relative;
    color: #fff;
}
.cayan-box::before{
width: 70px;
height: 70px;
background: rgba(255,255,255, .2);
position: absolute;
top: 0;
right: -10px;
content: "";
border-radius: 50%;
}
.cayan-box::after{
    width: 70px;
    height: 70px;
    background: rgba(255,255,255, .2);
    position: absolute;
    bottom: 0;
    right: -10px;
    content: "";
    border-radius: 50%;
    }
.cayan-box.box-main{
     background-image: linear-gradient( #8454C7,#011981);
}
.cayan-box.box-green{
     background-image: linear-gradient(#4CB567, #4CB567);

}
.cayan-box.box-orange{
    background-image: linear-gradient(#F58F53, #FF711E);

    
}
.cayan-box.box-red{
    background-image: linear-gradient(#BF5151, #852C2C);

    
}
.cayan-content{
    padding-left: 10%;
}
.cayan-like-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 0 6px #ccc;
    border-radius: 15px;
    padding: 10px;
    margin: 10px 0;
    
}
.cayan-like-box img{
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    background-color: #eee;
    border-radius: 50%;
    margin: 0 5px;
    overflow: hidden;
}
.cayan-like-box  a, .cayan-like-box  button , .cayan-like-box h6{
    color: #011981;
    font-size: 17px;
}
.cayan-employees-box a , .cayan-employees-box button{
    color: #011981
;
    font-size: 15px;
    background: #eee;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.chatlist-cayan a {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 13px !important;
    box-shadow: 0 0 4px #ccc !important;
    margin: 10px;
    direction: rtl;
}
.chatlist-cayan  ul{
    height: auto;
}
.chatlist-num{
    min-width: 25px;
    height: 25px;
    background: #011981;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    /* transform: translateY(-50%); */
    color: #fff;
    text-align: center;
    line-height: 22px;
}
textarea.type-oforder{
    height: 260px;
    background: #fff;
    border: none;
    box-shadow: none !important;
}
.chatlist-cayan .fa-video-camera {
display: inline-block;
margin: 0 10px;
}
.cayan-content.nopadd{
    padding: 0 !important;
}
.cayan-body .body-content > .row >   .col-md-2 {
background: #fff;
border-top: 1px solid #eee;
}
.cayan-order-header {
    text-align: center;
    font-size: 20px;  
}
.cayan-order-header button{
    margin: 0 20px;  
      border-bottom: 2px solid transparent;

}
.cayan-order-header button.active{
    border-bottom: 2px solid #011981;
    color: #011981;

}
.cayan-like-box
.ratting {
 
    font-size: 13px;

}
.cayan-content .top-tab {
 
    background: transparent;
 
    padding: 0px 10px;
 
    font-size: 19px;
    box-shadow: none;
}
.item-employee{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    background: #fbfbfb;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
color: #000;

}

.item-employee img{
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    min-width: 40px;
    min-height: 40px;
}
.item-employee div:last-of-type{
    flex: 1;  
    padding: 0 10px;
}
.item-employee a{
    background: #eee;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}
.item-employee  h5{
    margin: 0;
    font-size: 16px;
    color: #011981;
}
h5.main-color {
    position: relative;

}
h5.main-color  a{
    left: 20px;
    position: absolute
}
div.item-employee{
background: #fff;
}
.img-status{
   position: relative; 
}
.img-status span{
    right: 0;
    position: absolute
}
.chatlist-cayan-search button{
    background: #011981;
    color: #fff;
    width: 75px;
    border-radius: 20px;
    margin: -1px;
}
.chatlist-cayan-search {
    width: 400px;
    margin: auto;
    max-width: 100%;
    border: 1px solid #011981;
    border-radius: 20px;
    display: flex;  
}
#controls + #formats {
    display:none
}
#stopButton, #audio-control,#pauseButton{
    display: none
}
#controls .btn-success {
    background-color: #ffffff !important;
    border: 1px solid #0f7899 !important;
    color: #0f7899 !important;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}
#recordingsList{
display: none
}
.up-file {
    position: relative;
    width: 32px;
    text-align: center;
}
.up-file input{
position: absolute;
left: 0;
top: 0;
width: 100%;
opacity: 0;
}
.go-allcomments{
    display: table;
    margin: auto;
    color: #011981;
    font-size: 16px;
}
.highlight{
    color: #f00 !important;
}
.modal{
    z-index: 3000;
}
.uppost .label-img img,
.uppost .uploaded-block img ,.uppost .label-img{
    border-radius: 0;
  }
.uppost .uploaded-block img{
    width: 100%;
    height: 100%;
    margin:0
}
.imgs-block .label-img img{
    border: none;
}
.label-img{
    box-shadow: none;
}
.modal-content .form-group{
    margin:0 10px;
}
  .call-modal img{
    width: 50px;
    height: 50px;
    margin: 10px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
  }
  .floating-btn{
      position: fixed;
      bottom: 20px;
      right: 14px;
      display: inline-block;
      width: 120px;
      height: 120px;
      background: #011981;
      text-align: center;
      border-radius: 50%;
      /* line-height: 100px; */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

  }
 .floating-btn img{
     width: 25px;
     height: 25px;
     display: block;
 }
 .floating-btn span{

     color: #fff;

     display: block;
 }
 .floating-btn:hover{
     border-radius: 5px;
     transform: translateY(-10px)rotateY(360deg);
 }
 .empty-box{
     width: 300px;
     background: #fcfcfc;
     text-align: center;
     justify-content: center;
     align-items: center;
     width: 375px;
     max-width: 100%;
     border-radius: 10px;
     height: 200px;
     display: flex;
     box-shadow: 0 0 5px #011981;
     color: #011981;
     border: 1px solid;
     margin: 10px auto;
 }
.why{
    position: relative;
}
 .top-cover-img , .why-img{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
 }
 .post-header > img{
     width: 40px;
     min-width: 40px;
     min-height: 40px;
     background-color: #ccc;
     height: 40px;
     border-radius: 50%;
 }
.swal-footer {
    text-align: center !important;
}
.all-tab-content .box-scroll .empty-box{
    margin-top: 100px;
}
.imgcontent{
    position: relative;
    margin-bottom: 10px;
}
.imgcontent .imgcontent-icons{
    position: absolute;
    top: -10px;
    left: 8px;
}
.imgcontent .imgcontent-icons .img-edit , .imgcontent .imgcontent-icons .img-delete {
    background: #eee;
    color: #28a745;
    border-radius: 50%;
    font-size: 12px;
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 14px;
}
.imgcontent .imgcontent-icons .img-delete{
    color:   #f00;
}
@media(max-width:767px) {
    .video-page .video-me {
        position: absolute;
        top: 0px;
        right: 0;
        width: 100px;
        height: 120px;
    }
    .video-page .video-cover {
      
        object-fit: cover;
    }
    .name {
        margin: 9px 0;
    }
    .menu-content .d-flex{
        align-items: center;
    }
    .status-dropdown img {
        width: 25px;
        height: 25px;
   
        min-width: 25px;
        min-height: 25px;
      
    }
    .modal-body h3.p-20{
        padding: 3px !important;
    }
    .status-dropdown{
margin-left: 40px;
    }
    .cayan-content {
        padding: 10px !important;
    }
   .cayan-index-btns{
       flex-wrap: wrap;
       justify-content: center;
   }
   .btn-main,btn-main2{
     width: 120px;
     padding: 5px;
   }
   .cayan-box::before{
    top: -11px;   
   }
   .cayan-index-btns a{
    min-width: 70px;
    width: 132px;
   }
    .cayan-box{
        margin-bottom: 10px;
    }
    .status-dropdown  .dropdown-toggle span{
        display: none;
    }
    .branches {
        max-height: 268px;
    }
    .padd-m-0{
        padding-left: 0;
        padding-right: 0;
    }
    .chatlist ul li{
        padding: 0 10px;
    }
    .chat-body .time{
        display: none
    }
    .chatlist ul {
        height: 200px;
        /* border-bottom: 2px solid #ddd; */
        box-shadow: 0 0 8px #c3c3c3;
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }
    .message-send, .message-receive {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .btn-send {
         padding: 5px;
        
        width: 36px;
         font-size: 15px;
        height: 41px;
        line-height: 30px;
    }
    .btn-send span{
        display:none
    }
    .form-group {
        margin-bottom: 0;
    }
    .chat-footer {
     
        padding: 0px 0;
        align-items: center;
    }
    .cayan-btn {
         font-size: 17px;
        border-radius: 20px;
        margin: 0;
       
        display: block;
        margin: auto;
        width: 170px;
        padding: 5px;
        margin: 10px auto;
    }
    .form-content{
        max-width: 100%;
    padding: 10px;

    }
    .sec-padd{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .branches img{
        height: 56px;   
    }
    .user-info img {
        width: 40px;
        height: 40px;
        max-width: 100%;
    }
   
    .all-tab-content .tab-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .about img {
     
        display: none;
    }
    .about p {
        font-size: 14px;
    }
    .about {
         padding-left: 0;
        padding-right: 0;
    }
    .notifications li {
     
        font-size: 14px;
        padding: 4px 17px 6px;
        line-height: 22px;
    }
        .chat-body img {
        width: 65px;
        height: 65px;
    }
    .chat-body {
        height: 274px;
   
    }
    .chat-header{
        background: #eee;
        padding: 6px 4px;
        margin-top: -9px; 
    }
    .message {
       
        max-width: 92%;
        padding: 5px 11px;
        font-size: 14px;
    }    
     .chat-header div{
         display: flex
     }
    .chatlist-info h4, .chat-header h4 {
        font-size: 14px;
    }
    .chatlist-img img {
        width: 30px;
        height: 30px;
    }
    .top-header .dropdown-menu a, .comment .dropdown-menu .top-link {
         line-height: 21px;
         font-size: 14px;
        padding: 3px 4px;
    }
    .top-header .dropdown-menu{
        padding: 0;
    }
    .post-content >img {
        width: 100%;
        height: 154px;
    }
    .dropdown-menu{
        min-width: 100px;
    }
    .comment{
        position: relative;
    }
    .comment .dropdown{
        position: absolute;
        left: 16px;
    }
    .comment, .add-comment{
        flex-wrap: wrap;
    }
    .comment h5, .add-comment h5 {
        width: 100%;
    }
    .btns-details a{
        font-size: 16px;
        margin: 9px 1px;
         border: 1px solid #011981;
        padding: 3px;  
    }
    .all-img-details {
         padding: 0 0 0px 0;
    }
    .all-img-details img {
        width: 53px;
        height: 53px;
        margin: 3px 2px;
    }
     .top-tab div button {
        margin: 0 5px;
        color: #999;
        border-bottom: 1px solid #eee;
        text-align: center;
         
    }
    .ratting {
          font-size: 12px;
    }
    .box-list img {
        width: 60px;
        height: 60px;
    }
    .box-list h6 {
        font-size: 14px;
     }
    h2{
        font-size: 30px;
    }
    .dowload-app h2 {
        font-size: 22px;
    }
    h3{
        font-size: 25px;
    }
    h4{
        font-size: 16px;
        margin-bottom: 1px;

    }
    h5{
        font-size: 15px;
    }
    h6{
        font-size: 13px
    }
    .h1, h1 {
        font-size: 1.5rem;
    }
    .box-list{
        padding: 0;
    }
    .top-cover {
         min-height: 245px;
    }
    .why{
        margin-bottom: 0;
    }
    img.mob{
        display:none
    }
    .dowload-app .d-flex img {
        width: 128px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .brand .item img {
        max-width: 100%;
        width: 153px;
        display: block;
            margin:auto;
        }
        ul.tab-header li .nav-link img {
            vertical-align: bottom;
            width: 14px;
            margin: 0 3px;
        }
        .subscription input{
            font-size: 14px;
        }
        .subscription h4{
            text-align: center;
            margin-bottom: 15px;
        }
        ul.tab-header .nav-link {
            font-size: 12px;
            color: #888;
            padding: 10px 3px;
        }
        ul.tab-header li .nav-link img {
             width: 14px;
            margin: 0 3px;
        }
    .search-box , .form-cover{
transform: scale(.8);
    }
    .box-list .list-info h4 {
         margin-bottom: 0px;
    }
    .box-list .list-info {
        flex: 1;
        padding: 0 10px;
    }
    .why .why-box { 
        margin-bottom: 10px;
    }
    .top-map .top-tab{
        display: block;
    padding: 3px;
    text-align: center;

    }     
    .menu .logo img {
        width: 59px;
    }
    .nav-left.my-account span{
display: none
    }
    .top-header .top-link:first-child {
        border-left: none;
    }
    .top-footer {
        padding: 20px 0;
    }
    .nav-left.my-account {
        background: #fff;
        font-size: 20px;
        padding: 8px;
        margin: 0 0 0 50px;
        color: #011981;
        width: auto;
        display: inline-block;
        text-align: center;
        border-radius: 4px;
        border: none;
    }
    
   .nav-links > ul  {
        display: block !important ;
        position: fixed;
        top: 0px;
        background-color: rgba(0, 0, 0, 0.9);
        width: 100%;
        left: 0px;
        z-index: 2000;
        height: 100%;
        padding-top: 100px;
        transform-origin: right;
        transform: translateX(100%);
        transition: all 0.3s ease-in-out;
    }

  .nav-links ul.nav-open {
        transform: translateX(0);
    }

  .nav-links ul:first-child li {
        display: block;
        line-height: 45px !important;
        margin: 0;
         padding: 0 35px;
        text-align: start;
    }

    .nav-links > ul > li.hide {
        display: block;
    }

  .nav-links > ul > li > a {
        color: #fff;
        font-size: 13px;
    }

    .nav-links > ul:first-child > li > a:after, 
    .nav-links > ul:first-child > li > a:before {
        background-color: #332560;
    }

    .nav-links > ul > li.active > a:after,
    .nav-links > ul > li.active > a:before {
        transform: scaleX(1);
    }
    .fixed-footer,
    .mob-collaps {
        display: block;
    }
 
 
   
 
}

/*Small Screen*/

@media(min-width:768px) and (max-width:991px) {

}

/*Medium Screen*/

@media(min-width:992px)and (max-width:1199px) {
}

/*Larger Screen*/

 

@media (min-width: 992px){

 
.modal-lg {
    max-width: 990px;
} 
}
@media (min-width: 576px){
    .modal-dialog {
     
        margin: 100px auto 0 auto;
    }
}


 

 /*============================ start loader================================== */

 
 
.loader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
     background: rgba(0 , 0 , 0 ,.42);
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.loader img
{
    animation: logoeffect2 5s infinite forwards ease-out;
    position: relative;
    width: 100px;
}


@keyframes logoeffect2 {
    0% {
        top: 0;
    }

    20% {
        top: -15px;
        filter: grayscale(70%);
        transform: rotateY(180deg) perspective(600px) scale(1.1);
    }

    40% {
        top: 0;
        filter: grayscale(0%);
        transform: rotateY(0deg) perspective(600px) scale(1);
    }

    100% {
        top: 0;
        transform: rotateY(0deg) perspective(600px) scale(1);
    }

}
#loadingDiv{
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
     background: rgba(0,0,0,.5);
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
 
 /*============================ end loader================================== */
 body::-webkit-scrollbar ,
 .chatlist ul::-webkit-scrollbar , 
 .chat-body::-webkit-scrollbar,
 .branches::-webkit-scrollbar ,
 .box-scroll::-webkit-scrollbar ,
  .div-scroll::-webkit-scrollbar {
     width: 6px;
   }
    
   body::-webkit-scrollbar-track  ,
   .chatlist ul::-webkit-scrollbar-track,
   .chat-body::-webkit-scrollbar-track,
   .branches::-webkit-scrollbar-track ,
   .box-scroll::-webkit-scrollbar-track,
   .div-scroll::-webkit-scrollbar-track{
     box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   }
    
   body::-webkit-scrollbar-thumb ,
   .chatlist ul::-webkit-scrollbar-thumb ,
   .chat-body::-webkit-scrollbar-thumb ,
   .branches::-webkit-scrollbar-thumb,
   .box-scroll::-webkit-scrollbar-thumb,
   .div-scroll::-webkit-scrollbar-thumb{
     background-color: #011981;
     outline: 1px solid slategrey;
   }

   #loadingDiv{	
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.3);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}
.is-hide{
	display:none;
}

   


.ajaxloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.ajaxloader .ring {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.ajaxloader .ring:after {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #011981;
    border-color: #011981 transparent #eee transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.select2-container{
    width: 100% !important;
    height: 40px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    margin-top: 0!important;
}
.select2-container--default .select2-selection--multiple{
    height: 40px!important;
}
.modal-open .select2-dropdown {
    z-index: 10060;
}

.modal-open .select2-close-mask {
    z-index: 10055;
}
#audio-control {
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    margin-inline-end: 5px;
}
#audio-control span.bar {
    display: inline-block;
    position: absolute;
    left: 13px;
    width: 2px;
    bottom: 9px;
    height: 5px;
    background: #fff;
    transition: all 0.25s ease-in;
    animation: barMotion 0.3s ease-out infinite;
}
#audio-control span.bar:nth-child(2) {
    left: 20px;
    animation-direction: reverse;
}
#audio-control span.bar:nth-child(3) {
    left: 25px;
    animation-direction: alternate-reverse;
}
@keyframes barMotion {
    100% {
        height: 25px;
    }
}
.nav-left.noti{
    position: relative;
}

.nav-left.noti span {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    background: #f5f5f5;
    color: #011981;
    font-size: 17px;
}
.top-tab div button{
    width: max-content;
    width: -moz-max-content;
}
.top-tab > div{
    display: flex;
    flex-flow: row nowrap;
}
.top-tab{
    overflow: hidden;
    overflow-x: auto;
    padding: 10px;
}
.top-tab .open-modal{
    width: 104px;
    height: 75px;
}
.top-tab  .open-modal img {
    width: 50px;
    height: 100%;
}
.custom-p {
    height: 160px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}
.custom-p a{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 20px;
    left: 0;
    box-shadow: 0 0 10px #fff;
    background: #333;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
    color: #011981;
    background: #fff;
    width: 100px;
    margin: auto;
    text-align: center;
    padding: 4px;
    border-radius: 5px;
    margin-top: 5px;
}
.morelink:hover,
.morelink:focus{
    color: #011981;
}
.del-btn{
    position: absolute;
    left: 10px;
    top: 0;
    background: transparent;
    color: #dc3545!important;
    border: none;
    font-size: 25px;
    padding: 0;
}
.del-btn:focus,.del-btn:hover,.del-btn:active{
    background: transparent!important;
    box-shadow: none!important;
    outline: none!important;
    border: none!important;
}
.order-type{
    width: 100px;
}


.send-request{
    background-color: #f9d02a;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000;
    font-weight: 600;
}
.send-request span img{
    width: 40px;
    margin: 0 5px;
}
.send-request span{
    display: flex;
    align-items: center;
}
.orderInfo{
    padding: 10px;
}
.typInfo{
    background-color: #f3f3f3;
    border: 0;
    height: 100px;
    border-radius: 25px;
    padding: 10px;
}
.fcam{
    background-color: #eee;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
}
.upload_gray{
    display: flex;
    align-items: center;
}
.addpic{
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 5px;
}
.hedden-input{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
}
.fplus{
    color: #011981;
    font-size: 30px;
}
.galaryCreat{
    display: flex;
    align-items: center;
}
.img-uploaded{
    width: 60px;
    /*height: 60px;*/
    margin: 0 5px;
    position: relative;
}
.img-uploaded img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.remove-appendedd{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    position: absolute;
    top: -4px;
    left: -3px;
    cursor: pointer;
    transition: .3s all;
    padding-bottom: 5px;
}
.remove-appendedd:hover{
    background-color: #fff;
    border: 1px solid red;
    color: red;
}
.subtn{
    display: flex;
    justify-content: center;
}

.snd{
    width: 30%;
    border: 1px solid #011981;
    background-color: #011981;
    color: #fff;
    transition: .3s all;
    border-radius: 30px;
    height: 30px;
}
.snd:hover{
    background-color: #fff;
    color: #011981;
}


.modal-dialog{
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    display: flex !important;
    align-items: center !important;
}
.anbtn{
    margin-top: 10px;
    background-color: #6435a7;
    width: 180px;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #6435a7;
    transition: .3s all;
}
.anbtn{
    background-color: #fff;
    color: #6435a7;
}
.btns-orders {
    margin: 20px 0;
}
.btns-orders button:last-of-type{
    background: rgb(112, 7, 7);
}
.order-details .orders-info .orders-item img {
    border-radius: 15px;
    height: 80px;
    width: 80px;
}
.order-details .orders-info .orders-item{
    margin-bottom: 15px;
}
.order-details .orders-info .orders-item h4 {
    margin: 0;
    padding: 0 10px;
}

.order-details .orders-info .orders-item h5 span:first-child::before {
    display: none;
}
.status-order h5:first-of-type{
    color: #011981;
    font-size: 20px;
}
.resetPic{
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.resetPic h5{
    color: #011981;
    padding-right: 0;
    margin-bottom: 23px;
}
.resetPic img{
    border-radius: 10px;
    width: 300px;
    height: 230px;
}
.orderPic img{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin: 5px;
}
.stopOrder{
    width: 250px;
    height: 40px;
    border-radius: 30px;
    background-color: #011981;
    border: 1px solid #011981;
    color: #fff;
    transition: .3s all;
}
.stopOrder:hover{
    background-color: #fff;
    color: #011981;
}

.sentreq {
    background-color: #011981;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #011981;
    transition: .5s all;
    margin: 15px;
    width: 200px;
    height: 41px;
}
.sentreq:hover{
    background-color: #fff !important;
    color: #011981 !important;
}

.stand{
    background-color: #0000005c;
    display: block;
}
.serchHere{
    width: 100%;
    height: 47px;
    border: 0;
    background-color: #eee;
    border-radius: 5px;
    padding: 0 13px;
}
.faSearch{
    position: absolute;
    top: 18px;
    left: 15px;
    color: #011981;
}
.offers-div{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
    overflow: auto;
    margin: 10px 0;
}
.offer-link{
    color: #333;
    text-decoration: none;
}
.offer-box{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 15px;
}
.offer-box img{
    width: 200px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.offerImag img{
    width: 100%;
    height: 400px;
}
.offers-div::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.offers-div::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.offers-div::-webkit-scrollbar-thumb
{
    background-color: #011981;
}

.top-tab::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.top-tab::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.top-tab::-webkit-scrollbar-thumb
{
    background-color: #011981;
}
.restranInfo{
    display: flex;
    flex-direction: column;
}
.resturanLoation{
    display: flex;
    justify-content: space-between;
    width: 95%;
    flex-wrap: wrap;
}
.resturanBox{
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: 0 20px;
    border-radius: 10px;
    position: relative;
    margin: 5px 0;
}
.resturanBox img{
    width: 170px;
    height: 100px;
}
.restranInfo h5{
    color: #011981;
}
.condtion{
    color: green;
}
/*.heart{*/
/*    background-color: #0119812b;*/
/*    color: #fff;*/
/*    padding: 5px 6px;*/
/*    border-radius: 50%;*/
/*    margin-bottom: 0;*/
/*    transition: .5s all ease;*/
/*}*/

.likit{
    position: absolute;
    top: 20px;
    left: 15px;
    cursor: pointer;
    background-color: #0119812b;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-bottom: 0;
    transition: .5s all ease;
}
.likit.liked{
    background-color: #0119815c;
    color: #011981;
}
.location{
    position: absolute;
    bottom: 20px;
    left: 15px;
    cursor: pointer;
}
.location a{
    background-color: #0119812b;
    color: #011981;
    padding: 5px 8px;
    border-radius: 50%;
    margin-bottom: 0;
    transition: .5s all ease;
}
.resturants{
    height: 600px;
    overflow: auto;
    margin: 10px 0;
}

.resturants::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.resturants::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.resturants::-webkit-scrollbar-thumb
{
    background-color: #011981;
}
.nearby{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
}
.nearby::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.nearby::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.nearby::-webkit-scrollbar-thumb
{
    background-color: #011981;
}

.new-carousel .owl-nav{
    display: flex;
    position: absolute;
    top: 50%;
    width: 100%;
    justify-content: space-around;
    color: #fff;
}
.new-carousel .owl-nav .owl-prev i{
    background-color: #ffffff40;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.new-carousel .owl-nav .owl-next i{
    background-color: #ffffff40;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
#map {
    height: 100%;
    border-radius: 10px;
}
#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#searchTextField {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 90%;
    position: absolute;
    z-index: 9;
    left: 0!important;
    right: 0 !important;
    margin: auto !important;
    border: 0;
    top: 55px !important;
    border-radius: 30px;
    height: 31px;
}

#searchTextField:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}
.confirm{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #291643;
    color: #fff;
    width: 200px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #291643;
}
.confirm:hover{
    background-color: #fff;
    color: #291643;
}
.confirm:focus{
    outline: none;
}
.mapmodal-body{
    height: 500px;
}

.mult-img-result {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.imgIcon {
    padding: 19px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #ddd;
    color: #909090;
    font-size: 25px;
}
.Plus {
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #011981;
}
.hedden-input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.loginForm input {
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 3px;
    font-size: 11px;
}
.drop-box, .drop-boxData2 .text-center {
    display: inline-block;
    margin: 5px 10px;
    float: right;
}

.drop-box {
    padding: 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.images-upload-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 20px 0;
}
.drop-box .images-upload-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
}

.drop-box .upload-img {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    margin: 0px;
    border: 1px solid #DDD;
}
.upload-img {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    margin: 5px;
    border: 3px dotted #e4e4e4;
}
.drop-box .upload-img {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    margin: 0px;
    border: 1px solid #DDD;
}

.upload-img span {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}
.drop-box .upload-img span {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}
.drop-box .upload-img input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    display: none;
}
.click_event, .click_eventData2 {
    width: 110px;
    height: 110px;
    padding: 0;
    background: transparent;
    color: #6c757d;
    font-size: 25px;
    margin: 5px 15px;
    display: inline-block;
    float: right;
    border-radius: 10px;
    border: 1px solid #DDD;
}
.drop-box .uploaded-block {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -5px;
    width: 110px;
    height: 110px;
    z-index: 9;
}
.drop-box .uploaded-block img {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 10px;
}
.drop-box .uploaded-block .close {
    position: absolute;
    top: -8px;
    color: #fff;
    background: #011981 !important;
    font-size: 18px;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    line-height: 0 !important;
}
.imgs-block .drop-box .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 10px;
    font-size: 10px;
    text-align: right;
    color: #dc3545;
}
.click_event .plus{
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 0;
    color: #6230a9;
}