/*@import "//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css";*/

@font-face {
    font-family: Bahij;
    src: url(../fonts/Bahij-Janna-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Bahij-bold;
    src: url(../fonts/Bahij-Janna-Bold.ttf) format("truetype")
}

body, html {
    font-family: Bahij !important;
    font-weight: 400;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -ms-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

.section-padding {
    padding: 80px 0;
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}


h1, h2, h3, h4, h5, h6, .navbar-default .navbar-nav > li {
    font-family: Bahij;
}

.clear {
    clear: both !important;
}

select {
    background-position: 10px center;
}

/*--------------------*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/*-----start-head-----*/
.navbar-nav {
    float: right;
    margin-top: 40px;
}

.navbar-brand {
    display: table;
}

.navbar-nav li {
    float: right;
}

.navbar-default {
    background: transparent;
    border: transparent;
}

.navbar-default .navbar-nav > .active > a {
    background: transparent;
    color: #010101;
    font-size: 16px;
}

.navbar-default .navbar-nav a {
    font-size: 16px;
    color: #010101;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
}

.stare-rate a.mandob {
    background: #2b892d;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 30px;
    margin-left: 20px;
    text-decoration: none;
    margin-top: -10px;
}

.stare-rate {
    float: left;
    position: absolute;
    left: 60px;
    top: 50px;
}

.stare-right {
    float: right;
    position: absolute;
    right: 60px;
    top: 50px;
}

.nav-button {
    border: 1px solid #2b892d;
    border-radius: 50%;
    position: relative;
    height: 2.4rem;
    width: 2.8rem;
    background-color: transparent;
    background-image: linear-gradient(to right, #2b892d, #2b892d);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 5px;
    padding: 10px;
    outline: 0;
    border: 0;
    color: #333;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: .25s cubic-bezier(.17, .67, .89, 1.4);
    transition-property: transform;
    will-change: transform;
}

.nav-button::before,
.nav-button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 5px;
    background: #2b892d;
    transition: .25s;
    transition-property: transform, top;
    will-change: transform, top;
}

.nav-button::before {
    top: 0;
}

.nav-button::after {
    top: calc(100% - 4px);
}

/* arrow button 2 */
.arrow-button-2:focus {
    transform: rotate(180deg);
}

.arrow-button-2:focus::before {
    width: 60%;
    transform: rotate(-45deg) translate3d(-48%, 0, 0);
}

.arrow-button-2:focus::after {
    width: 60%;
    transform: rotate(45deg) translate3d(-48%, 0, 0);
}

.stare-rate a i {
    border: 1px solid #ffae00;
    border-radius: 50%;
    padding: 10px;
    color: #ffae00;
    font-size: 20px;
}

.stare-rate a i:hover {
    border: 1px solid #9b0715;
    color: #9b0715;
}

.sidenav {
    z-index: 999999999 !important;
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
    padding-right: 20px;
    border-bottom: 1px solid #773535;
}

.sidenav a.closebtn, .sidenav a.closebtn:hover {
    border-bottom: none;
}

.sidenav h3 {
    color: #c93d3d;
    margin-right: 25px;
}

.sidenav a:hover {
    background: #9a3535;
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 47%;
    font-size: 36px;
    margin: 0px;
    padding: 0;
}

.sidenav .closebtn:hover {
    background: none;
}

#meat-slider {

}

#meat-slider .item {
    height: 75vh;
    overflow: hidden;
}

#meat-slider .item img {
    height: 100%;
    width: 100%;
    -webkit-transition: 10s ease;
    -moz-transition: 10s ease;
    -o-transition: 10s ease;
    -transition: 10s ease;
    /*-webkit-filter: grayscale(80%); !* Safari 6.0 - 9.0 *!*/
    /*filter: grayscale(80%);*/
}

#meat-slider .active img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);

}

#meat-slider .owl-dots.disabled, #meat-slider .owl-dots {
    display: none !important;
}

#meat-slider .owl-nav.disabled {
    display: block;
}

#meat-slider .owl-nav.disabled button, #meat-slider .owl-nav button {
    background: #000000;
    width: 40px;
    height: 40px;
    opacity: .5;
    border-radius: 50%;
}

#meat-slider .owl-nav.disabled button:hover, #meat-slider .owl-nav button:hover {
    background: #5d5353;
}

/*#meat-slider .owl-nav.disabled button:hover span,#meat-slider .owl-nav button:hover span{*/
/*color: ;*/
/*}*/
#meat-slider .owl-nav.disabled button span, #meat-slider .owl-nav button span {
    color: #ffffff;
    font-size: 26px;
    /* font-weight: bold; */
    line-height: 22px;
    text-align: center;
}

#meat-slider .owl-nav button.owl-next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -20px;
}

#meat-slider .owl-nav button.owl-prev {
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -20px;
}

/*-----end-head-----*/

/*-----start-cat-section----*/
.cat {

}

.cat h3 {
    color: #000000;
    font-size: 32px;
    text-align: center;
    margin-top: 0;
}

.cat .box {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-top: 30px;
}

.cat .box:hover {
    -webkit-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.75);
}

.cat .box img {
    width: 100%;
    height: 100%;
}

.cat .box a.desc {
    position: absolute;
    bottom: 0;
    text-align: center;

    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    background: #2b892d;
    padding: 12px 0;
    display: table;
    width: 100%;
}

.cat .box:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.cat .box:hover a.desc {
    background: #23a125;
    color: black;
}

/*-----end-cat-section----*/

/*-----start-section social start----*/
.social {
    padding: 50px 0;
}

.social .box {

}

.social .box:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.social .box i {
    display: inline-block;
    background: #2b892d;
    color: #ffffff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    margin-left: 15px;
}

.social .box p {
    display: inline-block;
    color: #000000;
    font-size: 16px;
}

/*-----end-section social start-----*/

/*-----start-footer-----*/
.footer {
    background: #000000;
    text-align: center;
}

.footer p {
    font-size: 14px;
    color: #ffff;
    margin: 20px 0;
    display: inline-block;
}

.footer a {
    font-size: 14px;
    color: #2b892d;
    text-decoration: none;
    display: inline-block;
}

/*-----end-footer-----*/

#rato {
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
    display: none;
    width: 280px;
    position: absolute;
    z-index: 9999;
    top: 100px;
    left: 40px;
}

#rato h4 {
    font-size: 18px;
    color: #2b892d;
}

#rato form {

}

#rato form input[type=text] {
    border: 1px solid #afafaf;
    border-radius: 25px;
    padding: 7px 15px 10px 10px;
    margin: 25px 0 20px 0;
    font-size: 16px;
    width: 235px;
}

#rato form textarea {
    border: 1px solid #afafaf;
    border-radius: 20px;
    padding: 15px 15px 10px 20px;
    font-size: 16px;
    width: 235px;
}

#rato form button {
    color: #ffffff;
    font-size: 14px;
    background: #2b892d;
    display: block;
    text-align: center;
    padding: 8px 75px;
    border-radius: 25px;
    margin: 20px auto;
}

#rato form input[type=text]::placeholder {

    opacity: 1; /* Firefox */
    font-size: 14px;
    color: #afafaf;
}

#rato form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #afafaf;
}

#rato form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 14px;
    color: #afafaf;
}

#rato form textarea::placeholder {
    font-size: 14px;
    color: #afafaf;
    opacity: 1; /* Firefox */
}

#rato form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #afafaf;
}

#rato span.rate {
    color: #000000;
    font-size: 16px;
    display: block;
    margin: 20px 0 10px 0;
}

#rato form textarea::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 14px;
    color: #afafaf;
}

fieldset, label {
    margin: 0;
    padding: 0;
}

/****** Style Star Rating Widget *****/

.rating {
    border: none;

}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}


/*********************************

--------start----bread-crump------------

*********************************/
.breadcrump {
    height: 30vh;
    background-image: url("../images/bread-meat.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breadcrump h5 {
    color: #ffffff;
    font-size: 32px;
    line-height: 30vh;
    margin: 0;
}

.breadcrump span {
    color: #ffffff;
    font-size: 24px;
    float: left;
    line-height: 30vh;
    margin: 0;
}

/*********************************

--------end----bread-crump------------

*********************************/
/*********************************

--------start----single------------

*********************************/
.single {

}

.single h3 {
    color: #2b892d;
    font-weight: bold;
    font-size: 24px;
    margin: 30px 0;
}

.single .single-img {
    height: 60vh;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.single .single-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.single .single-img img {
    width: 100%;
    height: 100%;
}

.single h5 {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    margin: 25px 0;
}

.single p {
    font-size: 18px;
    color: #595959;
    line-height: 34px;
    text-align: justify;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 25px;
}

.single .box-size {

}

.single .box-size h5 {

}

.radio {
    padding-right: 15px;
}

.radio input[type='radio'] {
    display: none;
    /*removes original button*/
}

.radio label:before {
    /*styles outer circle*/
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 10px;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid orange;
    background-color: transparent;
}

.radio label {
    position: relative;
    font-size: 18px;
    color: #747474;
}

.radio label input[type='radio']:checked + span {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    right: 9px;
    display: block;
    background-color: #c93d3d;
}

/*.single .box-size from{*/

/*}*/
/*.single .box-size from input{*/

/*}*/
/*.single .box-size from label{*/

/*}*/
.single .box-size .texto {
    margin-top: 50px;
    border-top: 1px solid #b7b7b7;
}

.single .box-size textarea {
    padding: 20px;
    height: 30vh;
    border: 1px solid #b7b7b7;
    width: 100%;
    border-radius: 10px;
}

.single .box-size input[type=submit] {
    display: none;
}

.social-border {
    border-top: 1px solid #b7b7b7;
    padding-top: 45px;
}


.single .cost-box {

}

.single .cost-box .cost-details {
    border: 1px solid #c93d3d;
    border-radius: 10px;
    overflow: hidden;
}

.single .cost-box .cost-details p {
    font-size: 18px;
    color: #ffffff;
    background: #c93d3d;
    padding: 10px 0;
    text-align: center;
}

.single .cost-box .cost-details span {
    font-size: 18px;
    color: #000000;
    text-align: center;
    padding: 20px 0;
    display: table;
    margin: auto;
}

.single .cost-box a {
    background: #2b892d;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 0;
    margin-top: 20px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
}

.single .cost-box a:hover {
    background: #c93d3d;
}

/*********************************

--------end----single------------

*********************************/


/*********************************

--------start----category------------

*********************************/
.category {

}

.category .box img {
    height: 75%;
}

.category {

}

/*********************************

--------end----category------------

*********************************/


/*********************************

--------start----category------------

*********************************/
.driver-login h3 {
    font-weight: bold;
    font-size: 24px;
    color: #2b892d;
    margin: 30px 0;
}

.driver-login .driver-form {
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.14);
    padding: 45px 0;
    border-radius: 10px;
}

.driver-login .driver-form label {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

.driver-login .driver-form form {
    width: 60%;
    margin: auto;
}

.driver-login .driver-form button {
    background: #2b892d;
    font-size: 18px;
    color: #ffffff;
    padding: 7px 50px;
    border-radius: 30px;
    margin-top: 20px;
}

.driver-login .driver-form input[type=text], .driver-login .driver-form input[type=password] {
    width: 100%;
    border-radius: 30px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.driver-login .driver-form input[type=text]:hover, .driver-login .driver-form input[type=password]:hover {
    border: 1px solid #e6afaf;
}


.driver-login {

}


/*********************************

--------start----driver-orders------------

*********************************/
.driver-orders {

}

.driver-orders h3 {
    color: #2b892d;
    margin: 30px 0;
    font-size: 24px;
}

.driver-orders .single-driver {
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 35px;
    position: relative;
}

.driver-orders .single-driver .cost {
    position: absolute;
    left: 25px;
    top: 25px;
}

.driver-orders .single-driver .cost span {
    font-size: 20px;
    color: #2b892d;
    font-weight: bold;
}

.driver-orders .single-driver .single-image {
    width: 100%;
    height: 40vh;
    border-radius: 15px;
    overflow: hidden;
}

.driver-orders .single-driver:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.driver-orders .single-driver .single-image img {
    width: 100%;
    height: 100%;
}

.driver-orders .single-driver .driver-details {

}

.driver-orders .single-driver .driver-details .single-details {
    margin-bottom: 25px;
}

.driver-orders .single-driver .driver-details .single-details span {
    color: #777777;
    font-size: 20px;
}

.driver-orders .single-driver .driver-details .single-details span.divider {
    margin: 0 3px;
}

.driver-orders .single-driver .driver-details a {
    background: #2b892d;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    padding: 5px 35px;
    border-radius: 35px;
    margin-top: 30px;
}

.driver-orders .single-driver .driver-details a i {
    margin-left: 5px;
}

.contiue-order {

}

.contiue-order a {
    font-size: 18px;
    color: #ffff;
    background: #c93d3d;
    text-decoration: none;
    border-radius: 30px;
    padding: 5px 45px;
}

.contiue-order a:hover {
    background: #2b892d;
}

/*********************************

--------end----driver-orders------------

*********************************/


/*********************************

--------start----pay-options------------

*********************************/
.pay-options {
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.14);
    padding: 40px 20px;
}

.pay-options input[type=submit] {
    display: table !important;
    color: #ffffff;
    font-size: 18px;
    background: #2b892d;
    padding: 7px 40px;
    border-radius: 30px;
    margin-top: 50px;
}

.pay-options input[type=submit]:hover {
    background: #d25151;
}


.pay-options {

}


/*********************************

--------end----pay-options------------

*********************************/


/*********************************

--------start----drivr-order-details----------

*********************************/
.driver-orders .single-driver .dr-details {
    padding: 20px 0;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    margin-top: 40px;
}

.driver-orders .single-driver .dr-details p {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
}

.driver-orders .single-driver .dr-details span {
    position: relative;
    float: left;
    top: inherit;
    left: inherit;
    color: #777777;
    font-size: 20px;
}

.driver-orders .single-driver .dr-details span.cost {
    position: relative;
    float: left;
    top: inherit;
    left: inherit;
    font-size: 20px;
    color: #2b892d;
}

.driver-orders .single-driver .dr-details-butt {
    margin-top: 25px;
    display: table;
}


/*********************************

--------end----drivr-order-details------------

*********************************/


/*********************************

--------start----banks------------

*********************************/
.banks-box {
    padding: 40px 20px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}

.banks-box .banks-single {
    margin-bottom: 25px;
}

/*.banks-box .banks-single input[type="radio"]{*/
/*display: inline-block;*/
/*}*/
/*.banks-box .banks-single .tryo{*/
/*text-align: center;*/
/*border-bottom: 1px solid #c93d3d;*/
/*}*/
/*.banks-box .banks-single p{*/
/*display: inline-block;*/
/*background: transparent!important;*/
/*color: #c93d3d!important;*/
/*border-bottom: none;*/
/*}*/

.banks-box .banks-single .radio-check {
    text-align: center;
    border-bottom: 1px solid #c93d3d;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.banks-box .banks-single span.clearo {
    background: #c93d3d;
    display: block;
    color: #ffff;
}

.banks-box .banks-single span.fixo {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.banks-box .banks-single .radio-check span {
    padding: 6px;
}

.banks-box .banks-single .radio-check label {
    color: #c93d3d;
    font-weight: bold;
}

.banks-box .banks-single .radio-check {
    text-align: center;
}

/*********************************

--------end----banks------------

*********************************/


/*********************************

--------start----pop-up-reset----------

*********************************/

.inner-upload {
    max-width: 960px;
    margin: 30px auto;
    padding: 20px;
    border-radius: 30px;
}

.inner-upload h1 {
    font-size: 24px;
    text-align: center;
    margin: 20px 0 20px;
    font-weight: bold;
    color: #2b892d;
}

.inner-upload h1 small {
    display: block;
    font-size: 15px;
    padding-top: 20px;
    color: gray;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 35px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#imagePreview {
    background-image: url('../images/placeholder.png');
    /*cursor: pointer;*/
}

.upload-image {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    padding-top: 7%;
    z-index: 9;
}

.upload-image .inner-upload {
    background: #ffff;
}

.upload-image .inner-upload .button {
    text-align: center;
    margin-top: 30px;
}

.upload-image .inner-upload .button input {
    padding: 7px 40px;
    background: #2b892d;
    color: #ffffff;
    font-size: 18px;
    border-radius: 30px;
}

/*********************************

--------end----pop-up-reset----------

*********************************/


/*********************************

--------start----media------------

*********************************/

@media (max-width: 1366px) {

}

@media (min-width: 1200px) and (max-width: 1300px) {
    .navbar-brand {
        margin: 0 60px 0 45px !important;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .navbar-brand {
        margin: 0 60px 0 45px !important;
    }
}

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

}

@media (max-width: 768px) {
    .upload-image {
        padding-right: 3%;
        padding-left: 7%;
        padding-top: 7%;
    }

    .driver-orders .single-driver .dr-details span.cost {
        bottom: inherit;
        top: inherit;
        left: inherit;
    }

    .driver-orders .single-driver .dr-details p {
        margin-bottom: 0;
    }

    .driver-orders .single-driver .dr-details span, .driver-orders .single-driver .dr-details span.cost {
        margin-bottom: 25px;
        float: inherit;
    }

    .driver-orders .single-driver .dr-details-butt {
        margin: 25px auto 65px auto;
    }

    .driver-orders .single-driver .single-image {
        margin-bottom: 20px;
    }

    .driver-orders .single-driver .cost {
        position: absolute;
        left: 25px;
        bottom: 25px;
        top: inherit;
    }

    .stare-right {
        left: 45%;
        top: 55px;
        right: inherit;
    }

    .stare-rate {
        float: left;
        position: absolute;
        left: 60px;
        top: 50px;
    }

    .navbar-nav {
        width: 100%;
        margin-top: 0;
    }
}

@media (max-width: 560px) {
    .driver-orders .single-driver .single-image {
        margin-bottom: 20px;
    }

    .driver-login .driver-form form {
        width: 80%;
    }

    .single .box-size textarea {
        margin-bottom: 35px;
    }

    .single .single-img {
        height: 45vh;
    }

    .breadcrump h5 {
        line-height: inherit;
        text-align: center;
        margin: auto;
        width: 100%;
        margin-top: 40px;
    }

    .breadcrump span {
        line-height: inherit;
        text-align: center;
        margin: auto;
        width: 100%;
    }

    .navbar-header {
        float: none !important;
    }

    .navbar-default .navbar-collapse {
        width: 100%;
        margin: 0;
    }

    #rato {
        top: 180px;
    }

    .social .box {
        margin-bottom: 20px;
    }

    .navbar-brand {
        width: 80%;
        display: table;
        margin-bottom: 50px;
    }

    .stare-rate {
        left: 25px;
        top: 120px;
    }

    .stare-right {
        right: 25px;
        top: 127px;
    }

    .stare-rate a.mandob {
        margin-left: 40px;
    }

    .navbar-toggle {
        margin-top: 43px;
    }

    .navbar-nav li {
        display: block;
        float: none;
        width: 100%;
    }

    .navbar-nav {
        float: none;
        margin-top: 20px;
    }
}

@media (max-width: 340px) {

}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}









