html {
    scroll-behavior: smooth;
    width: 100%;
}
body {
    background-color: #F2F5F8;
    direction:rtl;
    text-align: right !important;
    font-family:IRANSansWeb;
    overflow-x: hidden;

}
@font-face {
    font-family:'IRANSansWeb';
    src:url('../fonts/IRANSansWeb.eot');
    src:url('../fonts/IRANSansWeb.eot?#iefix') format("embedded-opentype"),
    url('../fonts/IRANSansWeb.woff') format("woff"),
    url('../fonts/IRANSansWeb.ttf') format("truetype");
}
#header nav {

    background-color: #fff;
    margin-bottom: -10px;
    margin-top: -10px;
}

.navbar-brand {
    margin-left: 0;
    padding: 10px;
    text-align: center;
    line-height: 1.5em;
    margin-top: 20%;
}
.navbar-brand span{
    color: #008000;
    font-size: 25px;
}
.navbar-nav li {
    cursor: pointer;
}
.navbar-nav>li {
    padding: 40px 40px;
    color: #3c3c3c;
    text-align: center;
    word-spacing: -1px;
    border-left: 1px solid #e1e1e1;
    min-width: 100px;

}
.navbar-nav>li:last-child {
border-right: none;
}
.navbar-nav>li>a>i {
    margin-left: 10px;
    font-size: 20px;
}
#header li a {
    transition: 1s;
    font-size: 17px;
}
#header li ul li a {
    text-align: right;
    transition: none;
}
.dropdown-menu {
    width: auto;
}
.dropdown li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-toggle:hover {
    font-size: 15px;
}

.content{

}
.img_background {
    background-image: url("../images/background_home.jpg");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
}
.main_content {
    text-align: center;
    height: 500px;
    margin-top: 5%;
}
.main_content span {
    color: #41980e;
    font-size: 25px;
}
.btn-default {
    margin-top: 2%;
    background-color: #37c337;
    color: white;
    width: 30%;
    padding: 15px;
    border-radius: 10px;
    transition: 1000ms;

}
.btn-default:hover {
    background-color: transparent;
    color: red;
}
.notes_taxi {
    margin-top: 2%;
    text-align: center;
}
.notes_taxi .panel .panel-body h3 {
    color: blue;
    border-bottom: solid #53aee3 1px;
    padding: 10px;
}
.notes_taxi .panel .panel-body p {
    line-height: 3em;
    color: #4e555b;
    font-size: 15px;
}
.sec_app {
    background-image: url("../images/main/back_sec_app.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 98%;
    margin-right: 25px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.sec_app .col-sm-8 .btn-primary {
    width: 400px;
    margin-top: 2%;
    padding: 10px;
    font-size: 20px;
}
.sec_app .col-sm-8 .btn-default {
    margin-right: 2%;
}
.sec_app .col-sm-8 .btn-default:hover {
    box-shadow: 2px 2px #090808;
}
.sec_app .col-sm-8 .btn-default .col-sm-10 {
    margin-top: 3%;
}
.service {
    text-align: center;
    background-color: #F5F5F5;
}
.service .col-md-4{
    margin-right: 60%;
}
.service h3 {
    color: blue;
    border-bottom: solid #53aee3 1px;
    padding: 10px;
}
.service .col-md-4 p{
    line-height: 2em;
    font-size: 15px;
}
.footer {
    margin-right: 10%;
    padding: 15px;
}
.footer h5 {
    margin-right: 5%;
    font-size: 20px;
    color: #0c7cbf;
}
.footer .col-md-4 i{
    padding: 5px;
}
.footer .col-md-4 span {
    margin-right: 10px;
    font-size: 15px;
    cursor: pointer;
    transition: 500ms;
    color: #c3bfbf;
}
.footer .col-md-4 span:hover {
    color: #fff;
    font-size: 16px;
}
.ic_right {
    margin-right: 100px;
}
.back_icon {
    background-color: #EEEEEE;
    width: auto;
    padding: 10px;
    border-radius: 6px;
    float: right;
    margin-right: 20%;
}
.back_down {
    background-color: #fff;
    width: auto;
    padding: 5px;
    border-radius: 6px;
    margin-right: 3%;
}
.back_down a {
    text-decoration: none;
}
.back_down span{
color: #1b1e21;
}
.back_down i {
    font-size: 35px;
    color: #1ba21b;
}
.hr_mobile {
    display: none;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    background-color: #266cd6;
    border: none;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 47px;
    width: 47px;
    transition: 500ms;
}

#myBtn:hover {
    background-color: #031434;
}
.modal-content .container label {
    font-size: 16px;
}
.modal-content .container .form-control {
    margin: 10px;
    width: 90%;
    height: 45px;
}
.modal-content .container .btn-success {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 10px;
    padding: 12px;
    background-color: #8BC34A;
}
.switch_modal {
    text-align: center;
    margin-top: 5%;
}
.btn-group button {
    background-color: #475569; /* Green background */
    border: 1px solid #303c47; /* Green border */
    color: white; /* White text */
    padding: 10px 24px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
}

.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}
.btn-group button.active {
    background-color: #303c47;
}
/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: #303945;
}
    /* set a style for all buttons*/

/*set styles for the cancel button*/
.cancelbtn {
    padding: 14px 20px;
    background-color: #FF2E00;
}
/*float cancel and signup buttons and add an equal width*/
.cancelbtn,
.signupbtn {
    float: left;
    width: 50%
}

/*add padding to container elements*/
.modal-content .container {
    padding: 20px;
    width: 90%;
    border: solid 0.5px #E0E0E0;
    border-radius: 10px;
    margin-right: 5%;
    margin-bottom: 10px;
    margin-top: 10px;


}
/*define the modal’s background*/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 40px;
}
/*define the modal-content background*/

.modal-content {
    background-color: #fefefe;
    margin: 0 auto 50% auto;
    border: 1px solid #888;
    width: 30%;

}
/*define the close button*/
.title_modal {
    font-size: 18px;
    border-bottom: 2px solid #00E676;
    font-weight: bold;
    padding: 0px 5px 10px;
    margin-bottom: 15px;

}
.progress_load {
    margin-right: 45%;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: none;
}

.btn_reg {
    width: 100%;
    margin-top: 2%;
    padding: 12px;
    background-color: white;
    color: #81C784;
    transition: 500ms;
    border: solid 1px #81C784;


}
.btn_reg:hover {
    background-color: #1b1e21;
    color: white;
}
.close_modal {
    position: absolute;
    left: 15px;
    top: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}
/*define the close hover and focus effects*/

.close_modal:hover,
.close_modal:focus {
    color: red;
    cursor: pointer;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.btn_lab {
    width: 20%;
    height: 50px;
    background-color: #3FB9CF;
    color: white;
    border-color: #3FB9CF;
}
.direction {
    background: rgba(0,0,0,.25);
    padding: 15px;
    text-align: center;
    height: auto;
    margin-top: -15px;
    box-sizing: border-box;
}
.direction input {
    width: 30%;
    height: 60px;
    display: initial;
    margin-top: 3%;
    margin-right: 3px;
    border-radius: 5px;
    font-family: FontAwesome,IRANSansWeb;
    font-size: 20px;
}
.direction select {
    width: 30%;
    height: 60px;
    display: initial;
    margin-top: 3%;
    margin-right: 3px;
    border-radius: 5px;
    font-family: FontAwesome,IRANSansWeb;
    font-size: 17px;
}
.direction button {
    float: left;
    margin-top: 1%;
    padding: 10px;
    background-color: #3FB9CF;
    border-color: #3FB9CF;
    width: 20%;
    margin-left: 2%;
}
.datepicker-plot-area {
    font-family: IRANSansWeb;
    font-size: 15px;
}

