/* Font Family */
@font-face {
    font-family: 'ta_bold';
    src: url("../fonts/ta_bold.ttf");
}

@font-face {
    font-family: 'ta_medium';
    src: url("../fonts/ta_medium.ttf");
}

@font-face {
    font-family: 'ta_light';
    src: url("../fonts/ta_light.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    min-height: 500px;
    width: 100%;
    font-family: ta_medium, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    background-color: #fff;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:foucs {
    text-decoration: none;
}

img {
    max-width: 100%;
    position: relative;
}

p {
    font-family: ta_medium, sans-serif;
}

label {
    font-weight: normal;
}

.margin-bottom-50px{
    margin-bottom: 50px;
}
.requiredInput {
    color: red;
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    vertical-align: middle;
}

.top_header {
    background-color: #434A51;
    padding-top: 6px;
}

.top_header .messa_welcom {
    float: right;
}

.top_header .messa_welcom p {
    color: #CED4DA;
    font-size: 13px;
}

.top_header .date_time {
    float: left;
    font-size: 13px;
    color: #CED4DA;
}

.center_header {
    padding: 10px 0;
    background: #fff;
}

.center_header .logo {
    float: right;
    padding-top: 0;
}

.center_header .logo img {
    height: 70px;
}

.center_header .ads {
    float: left;
}

.profile_menu .dropdown-menu {
    right: auto;
    left: 0;
    float: left;
    text-align: right;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e700;
    background: #fff;
}

.navbar-default {
    background-color: #f8f8f800;
    border-color: #e7e7e700;
}

.nav_header nav {
    float: right;
}

.nav_header .btn_add_ads {
    float: left;
    padding-top: 15px;
}

.navbar-default .navbar-nav > li > a {
    background: transparent;
    color: #525659;
    transition: 0.5s;
    font-size: 16px;
    font-family: ta_medium, sans-serif;
    padding: 10px;
    margin-bottom: 3px;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover {
    background: #EDEEEE;
    color: #525659;
    border-radius: 4px;
    padding: 10px;
}

.nav_header .btn_add_ads a {
    background: #ffa500;
    color: #fff;
    padding: 10px 40px;
    display: block;
    transition: 0.5s;
    font-size: 17px;
    border-radius: 5px;
}

.nav_header .btn_add_ads a:hover {
    background: #ffc864;
    color: #000;
}

.profile_menu .dropdown-menu .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.search_prof {
    background: #fff;
    padding: 30px 0;
    box-shadow: 0 3px 11px 4px #00000026;
    margin-bottom: 30px;
}

.form form input {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding-right: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.form form select {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    padding: 0 5px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.form form button {
    height: 45px;
    width: 75px;
    background: #ffa500;
    border: 0;
    color: #fff;
    transition: 0.5s;
    font-size: 19px;
    border-radius: 5px;
}

.form form button:hover {
    background: #060606;
}

.profile_menu .dropdown {
    text-align: center;
}

.profile_menu li {
    list-style: none;
    text-align: right;
}

.profile_menu li > a {
    color: #000;
    font-size: 15px;
    margin-top: 10px;
    display: block;
    /* padding-top: 10px; */
    padding-bottom: 10px;
}

.profile_menu .dropdown-menu li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.profile_menu li ul li > a {
    margin-top: 0;
    text-align: center;
    background: initial;
}

.profile_menu li ul li.login_menu {
    background: #826636;
    margin: 0;
    text-align: center;
    padding: 0;
    border-radius: 1px;
}

.profile_menu li ul li.login_menu a {
    color: #fff !important;
    transition: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.profile_menu li ul li.login_menu a:hover {
    background: #676767
}

.profile_menu li ul li.register_menu {
    margin: 0;
    border: 1px solid #826636;
    border-radius: 0;
    padding: 0;
}

.profile_menu li ul li.register_menu a {
    color: #826636;
    transition: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.profile_menu li ul li.register_menu a:hover, .profile_menu li ul li.register_menu:hover {
    color: #676767;
    border-color: #676767
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f500;
}

/* ul.dropdown-menu:after {
    border-bottom: 12px solid #FFFFFF;
    border-left: 13px solid rgba(0, 0, 0, 0);
    border-right: 13px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 86px;
    position: absolute;
    top: -10px;
} */

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #ffa500;
}

.profile_menu .dropdown-menu {
    border: 1px solid #e2e2e200;
    padding: 30px;
    border-radius: 5px;
}

.profile_menu .dropdown-menu2 {
    padding: 0;
}

.profile_menu ul li a {
    border: 0;
}

.profile_menu .dropdown a i {
    color: #333;
    font-size: 20px;
    padding: 0 0;
}

i.fas.fa-chevron-down {
    font-size: 10px !important;
    color: #969191 !important;
}

/*form_search*/
.form_search {
}

.form_search form {
    position: relative;
    margin-top: 25px;
}

.form_search form input {
    width: 100%;
    height: 45px;
    padding-right: 10px;
    color: #000;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #ced4daa6;
}

.form_search form button {
    position: absolute;
    left: 10px;
    border: 0;
    background: #000;
    top: 10px;
}

.form_search form button i {
    font-size: 20px;
    color: #826636;
}

.logo_vision {
}

.logo_vision img {
    height: 70px;
}

/* text_head */
.text_head {
    padding: 10px 0;
    background: url(../images/bg_head.jpg);
    background-size: cover;
    padding-bottom: 50px;
}

.text_head h1 {
    color: #fff;
    font-family: ta_bold, sans-serif;
    font-size: 22px;
}

.text_head p {
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
    width: 90%;
}

/* slider */
.slider .img_slide {
    overflow: hidden;
    position: relative;
    /*height: 360px;*/
}

.slider .img_slide img {
    width: 100%;
    height: 100%;
}

.slider .text_slide {
    position: absolute;
    z-index: 999999;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 5px;
    border-top: 1px solid #70707036;
    background: #434a5178;
}

.slider .text_slide h1 {
    color: #fff;
    font-family: ta_bold, sans-serif;
    font-size: 20px;
}

.slider .text_slide p {
    color: #fff;
    font-size: 14px;
}

.slider .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    transform: none;
}

.slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #836738;
}

.slider .slider .swiper-pagination {
    top: 30px;
}

.slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: auto;
}

.slider .text_slide:hover {
    background: #434a51;
}

/*.slider .img_slide:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    background: #8266368c;*/
/*}*/

/******/
.title_sec {
    margin-top: 35px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.title_sec h1 {
    color: #434A51;
    font-size: 35px;
    font-family: ta_bold, sans-serif;
    float: right;
}

.title_sec h1 span {
    color: #434A51;
    font-size: 17px;
    display: block;
    margin-top: 10px;
    font-family: ta_medium, sans-serif;
}

.title_sec h2 {
    float: left;
    color: #434A51;
    font-size: 35px;
    font-family: ta_bold, sans-serif;
}

/*tabs */
.tabbable-panel {
}

.tabbable-line > .nav-tabs {
    /* border: none; */
    /* margin: 0; */
    /* width: 100%; */
}

.swiper-container3 > .nav-tabs > li {
    margin-right: 2px;
    width: 19.5%;
    background: #F6EFE5;
    float: inherit;
    display: inline-block;
    height: 190px;
    min-height: 148px;
    padding: 20px 0;
}

.tabbable-line > .nav-tabs > li > a {
    /* border: 0; */
    margin-right: 0;
    /* color: #737373; */
}

.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    /* border: 0; */
    /* background: none !important; */
    color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0;
}

.swiper-container3 > .nav-tabs > li.active {
    position: relative;
    background: #826636;
    padding: 0 38px;
}

.nav-tabs > li > a:hover {
    /* background:transparent; */
    /* border:none; */
}

.tabbable-line > .nav-tabs > li.active > a {
    /* border: 0; */
    color: #fff;
    background: #826636;
}

.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}

.tabbable-line > .tab-content {
    margin-top: 0;
    background-color: #F1F3F5;
    border: 0;
    border-top: 1px solid #eee;
    padding: 50px;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    /* cursor: default; */
    background-color: #826636;
    /* border-bottom-color: transparent; */
    /* border: none; */
}

.text_tab {
    position: relative;
    text-align: center;
    /* overflow: hidden; */
}

.text_tab img {
    width: 85px;
    height: 50px;
}

.text_tab h1 {
    font-size: 18px;
    color: #3a3737;
    font-family: ta_bold, sans-serif;
}

.hover_tab {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    background: #826636;
    top: -10px;
    display: none;
    bottom: 0;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.hover_tab h1 {
    color: #fff;
    font-size: 18px;
    font-family: ta_bold, sans-serif;
}

.hover_tab p {
    font-size: 13px;
    color: #fff;
    margin: 0;
    font-family: ta_light, sans-serif;
}

.hover_tab span {
    width: 100%;
    height: 1px;
    background: #ffffff1c;
    display: block;
    margin: 6px 0;
}

li.active .text_tab h1 {
    color: #fff;
}

li.active .hover_tab {
    display: block !important;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
}

@media (max-width: 766px) {
    .all_services {
        min-height: 150%;
    }
}

@media (min-width: 768px) {
    .all_services {
        min-height: 100%;
    }
}

.top_bar_services {
}

.text_serv {
}

.text_serv h1 {
    color: #434A51;
    font-size: 20px;
    font-family: ta_bold, sans-serif;
}

.text_serv h2 {
    font-size: 18px;
    color: #434A51;
    /* margin: 0; */
    font-family: ta_bold, sans-serif;
}

.text_serv a {
    background: #826636;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 18px;
    transition: 0.5s;
}

.text_serv a:hover {
    background: #676767;
}

.title_search {
    color: #000000;
    font-size: 25px;
    /* margin-top: 40px; */
    font-family: ta_bold, sans-serif;
}

.search_services {
}

.search_services form {
}

.search_services form label {
    width: 100%;
    font-size: 13px;
    color: #434A51;
    font-weight: 100;
    margin-top: 15px;
}

.search_services form select, .search_services .dropdown-toggle, .search_services form input {
    width: 100%;
    height: 50px;
    border: 1px solid #CED4DA;
    border-radius: 10px;
    font-size: 13px;
    padding-right: 10px;
    color: #696868;
    margin-top: 10px;
    /* margin-bottom: 15px; */
}

.search_services .bootstrap-select {
    width: 100% !important;
}

.serv_one {
    background: #fff;
    transition: 0.5s;
    margin-bottom: 10px;
    box-shadow: 0 0 4px 1px #00000014;
    min-height: 125px;
    border-radius: 4px;
}

.search_services .dropdown-menu .media-object, .add_requset .dropdown-menu .media-object {
    max-width: none;
    width: 50px;
}

.serv_one ul {
    width: 100%;
    display: inline-block;
}

.serv_one ul li {
    display: inline-block;
}

.serv_one ul li.user {
    float: right;
}

.serv_one ul li.user h1 {
    color: #2B2B2B;
    font-size: 17px;
    margin: 0;
    padding-right: 13px;
    margin-top: 4px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
}

.serv_one ul li.sections {
    float: left;
}

.serv_one ul li.sections a {
    color: #434A51;
    font-size: 14px;
}

.serv_one ul li.sections2 {
    float: inherit;
}

.serv_one ul li.palce {
    float: right;
    font-size: 13px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serv_one ul li.palce_go {
    float: left;
    font-size: 13px;
}

.serv_one ul li.time {
    font-size: 13px;
}

.serv_one ul li.car {
    padding-right: 15px;
    font-size: 13px;
}

.serv_one ul li.more_detils {
    float: left;
}

.serv_one ul li.more_detils a {
    color: #836738;
    font-size: 12px;
    transition: 0.5s;
}

.serv_one ul li a:hover {
    color: #434a51;
}

.serv_one ul li.mobile {
    width: 50%;
    float: right;
    background: #E5E6E6;
    line-height: 40px;
    text-align: center;
    color: #0473C0;
    font-size: 16px;
    margin-top: 10px;
}

.serv_one ul li.editv {
    width: 50%;
    float: right;
    background: #E5E6E6;
    line-height: 50px;
    text-align: center;
    color: #111;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 0 0 4px 0;
}

.serv_one ul li.mobile a {
    color: #0473c0;
    font-family: ta_bold, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
}

.serv_one ul li.editv a {
    color: #111;
     font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    /* font-family: ta_bold, sans-serif; */
    display: block;
}

.serv_one ul li.whatsapp {
    background: #E5E6E6;
    width: 50%;
    /* float: left; */
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    border-right: 1px solid #e0d9ce;
}

.serv_one ul li.deletev {
    background: #E5E6E6;
    width: 50%;
    /* float: left; */
    line-height: 50px;
    text-align: center;
    color: #111;
    font-size: 16px;
    margin-top: 10px;
    border-right: 1px solid #e0d9ce;
    border-radius: 0 0 0 4px;
}

.serv_one ul li.wegahh {
    background: #826636;
    width: 100%;
    /* float: left; */
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    border-right: 1px solid #e0d9ce;
}

.serv_one ul li img {
    width: 14px;
}

.all_services_serv {
    margin-top: 40px;
}

ul.pad {
    padding: 5px 10px;
}

ul.firstOne {
    padding: 10px;
    border-bottom: 1px solid #F9F9FA;
}

ul.pad li i {
    font-size: 15px;
    color: #979A9B;
    vertical-align: middle;
    margin-left: 3px;
}

.user_details ul.contact-box li i {
    color: #0473C0;
}

ul.pad li i.fa-user-tie {
    font-size: 20px;
}

ul.contact-box li i {
    font-size: 18px;
    color: #0473c0;
    vertical-align: middle;
    margin-left: 2px;
    /* font-weight: normal; */
}

ul.contact-box li.editv i {
    font-size: 18px;
    color: #111;
    vertical-align: middle;
    margin-left: 2px;
    /* font-weight: normal; */
}

ul.contact-box li.whatsapp i {
    color: #ffffff;
    background: #63B160;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
}

ul.contact-box li.deletev i {
    color: #111;
    font-size: 16px;
}

ul.contact-box li.wegahh i {
    color: #fff;
    font-size: 16px;
}

ul.pad li.more_detils i {
    color: #826636;
    margin-right: 3px;
    margin-left: 0;
}

.btn_more {
}

.btn_more a {
    color: #826636;
    padding: 10px 60px;
    border: 1px solid #826636;
    display: inline-block;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 17px;
    transition: 0.5s;
    font-family: ta_bold, sans-serif;
}

.btn_more a:hover {
    background: #826636;
    color: #fff;
}

.serv_one:hover {
    box-shadow: 0 6px 7px 3px #8266366e;
}

.serv_one ul li.whatsapp img {
    width: 20px;
}

/* footer */
footer {
    background: #D6D6D6;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    bottom: 0;
}

footer .support {
    background: url(../images/support.svg);
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    display: -webkit-inline-box;
    padding: 28px 0;
}

footer .support img {
    float: right;
    padding-left: 20px;
}

footer .support .text_number {
}

footer .support .text_number p {
    color: #434A51;
    font-size: 19px;
    font-family: ta_bold, sans-serif;
}

.menu_footer {
    margin-top: 40px;
}

.menu_footer ul {
    padding: 25px 0;
    border-top: 1px solid #8266361a;
    border-bottom: 1px solid #8266361a;
    margin-bottom: 40px;
}

.menu_footer ul li {
    display: inline-block;
    padding: 0 7px;
}

.menu_footer ul li a {
    color: #333333;
    transition: 0.5s;
    font-size: 16px;
    font-family: ta_medium, sans-serif;
    line-height: 2;
}

.menu_footer ul li a:hover {
    color: #836738;
}

.subscribe {
}

.subscribe h1 {
    color: #434A51;
    font-size: 20px;
    font-family: ta_bold, sans-serif;
}

.subscribe p {
    color: #434a5185;
    font-size: 15px;
}

.subscribe form {
    position: relative;
}

.subscribe form input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding-right: 10px;
    border-radius: 10px;
    position: relative;
}

.subscribe form button {
    position: absolute;
    left: 10px;
    border: 0;
    top: 15px;
    background: #000;
}

.subscribe form button i {
    color: #826636;
    font-size: 20px;
}

.sub {
}

.copytext p {
    color: #434A51;
    font-size: 12px;
    padding: 10px 0;
    border-top: 1px solid #8266361a;
    border-bottom: 1px solid #8266361a;
    margin-top: 10px;
}

.copytext p.appdow {
    border-bottom: none;
}

.social_footer {
    /* margin-top: 20px; */
}

.social_footer li {
    display: inline-block;
    padding: 0 5px;
}

i.fas.fa-play {
    font-size: 19px;
}

.social_footer li a {
}

.social_footer li a i {
    font-size: 20px;
    color: #d6d6d6;
    background: #434a51;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.social_footer i.fab.fa-whatsapp {
    background: #63B160;
    color: #fff;
}

.social_footer i.fab.fa-youtube {
    background: #fff;
    color: #ff0000;
}

.social_footer i.fab.fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

    color: #fff;
}

.social_footer i.fab.fa-snapchat-ghost {
    background: #fffc00;
    color: #fff;
}

.social_footer i.fab.fa-twitter {
    background: #1da1f2;
    color: #fff;
}

footer i.fa-share-alt, i.fas.fa-user-plus {

    font-size: 20px;

    vertical-align: middle;

    /* color: #000; */

    margin-right: 7px;
}

.copytext {
    /* margin-top: 40px; */
    display: inline-block;
    width: 100%;
}

.breadcrumb {
    /*background: #fff;*/
    color: #777777;
    font-size: 16px;
}

.breadcrumb a {
    color: #1C7CD5;
    font-size: 16px;
}

.bread {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.tab-content2 {
    background-color: #F5F5F5 !important;
    border-top: 0 !important;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #826636;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li {
    display: inline;
    float: right;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #826636;
    border-color: #826636;
}

table {
    border-collapse: collapse;
    width: 100%;
    color: #000;
    font-size: 15px;
}

td, th {
    text-align: right;
    padding: 8px;
}

td.dd {
    width: 25%;
    font-family: ta_light, sans-serif;
}

.departures {
    padding-bottom: 50px;
}

.departures .title_depart {
    color: #434A51;
    font-size: 20px;
    font-family: ta_bold, sans-serif;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    /*height: 360px;*/
}

.gallery-top {
    height: 300px;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    opacity: 0.4;
    height: 90px;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-container2 {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    /*height: 360px;*/
}

.slider_serv_page {
    margin-top: 30px;
}

.slider_serv_page h1 {
    color: #2F281E;
    padding-top: 10px;
    font-size: 25px;
    font-family: ta_bold, sans-serif;
    /* border-top: 1px solid #ddd; */
}

.user_details {
    text-align: center;
    background: #f1f3f5;
}

.user_details ul li.mobile {
    width: 50%;
    float: right;
    background: #f6efe5;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    /* margin-top: 15px; */
}

.user_details ul li.whatsapp {
    background: #f6efe5;
    width: 50%;
    float: left;
    line-height: 40px;
    text-align: center;
    color: #63B160;
    font-size: 20px;
    /* margin-top: 15px; */
    border-right: 1px solid #e0d9ce;
}

.user_details ul.pad {
    text-align: center;
    padding: 30px 0;
}

.user_details ul.pad h2 {
    color: #333333;
    font-size: 20px;
    font-family: ta_bold, sans-serif;
    margin: 0;
}

.user_details ul.pad h3 {
    color: #AAB5BC;
    font-size: 14px;
    margin: 6px 0;
}

.departures table tr {
    border-bottom: 1px solid #efefef;
}

.tabbable-line > .tab-content2 {
    padding: 0;
}

/* add_requset */

.add_requset {
    padding-bottom: 80px;
    /* padding-top: 30px; */
}

.text_requsetv h1 {
    color: #434A51;
    /* font-size: 35px; */
    font-family: ta_bold, sans-serif;
    margin-top: 0;
}

.text_requsetv p {
    color: #434A51;
    font-size: 17px;
    margin-top: 10px;
    font-family: ta_medium, sans-serif;
    direction: ltr;
}

.text_requsetv p span {
    color: red;
}

.add_requset form label {
    /* width: 100%; */
    /* margin-top: 5px; */
}

.add_requset label .title_label {
    /* width: 30%; */
    /* float: right; */
}

.add_requset label {
    color: #434A51;
    font-size: 18px;
    /* direction: ltr; */
    margin-top: 0;
}

.content_reg label {
    font-size: 16px;
}

.add_requset label span {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 100;
    display: block;
}

.add_requset .checkbox span {
    font-size: 12px;
}

.add_requset input {
    /* width: 70%; */
    /* float: left; */
    /* height: 54px; */
    /* border: 1px solid #ddd; */
    /* padding-right: 15px; */
    /* color: #000; */
    font-size: 16px;
    /* margin-top: 0; */
    /* font-weight: 100; */
    /* border-radius: 5px; */
    /* margin-bottom: 5px; */
}

.add_requset select {
    /* width: 70%; */
    /* float: left; */
    /* height: 54px; */
    /* border: 1px solid #ddd; */
    /* padding-right: 15px; */
    /* color: #000; */
    font-size: 16px;
    /* margin-top: 0; */
    /* font-weight: 100; */
    /* border-radius: 5px; */
    /* margin-bottom: 10px; */
}

.caption {
}

.caption h1 {
    color: #595A61;
    font-size: 14px;
    direction: ltr;
}

.add_requset input[type="submit"] {
    width: auto;
    background-color: #826636;
    font-size: 20px;
    padding: 15px 70px;
    margin-top: 20px;
    color: #fff;
    float: inherit;
    height: auto;
    border: 0;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.delete_trip {
    width: auto;
    background-color: red;
    font-size: 20px;
    padding: 15px 70px;
    margin-top: 20px;
    margin-right: 5px;
    color: #fff;
    float: inherit;
    height: auto;
    border: 0;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.add_requset input[type="submit"]:hover {
    background-color: #bc8a35;
}

.g-recaptcha div {
    width: auto !important;
    height: auto;
}

.forget_pass {
    color: #434A51;
    font-size: 14px;
    float: left;
}

.text_requsetv2 {
    margin-top: 30px;
}

.reg_log {
}

.reg_log p {
    color: #000;
    font-size: 15px;
    font-weight: 100;
}

.reg_log a {
    display: inline-block;
    color: #826636;
    font-size: 17px;
    border: 1px solid #826636;
    width: auto;
    padding: 8px 40px;
    border-radius: 5px;
    font-weight: 100;
    margin-bottom: 30px;
    transition: 0.5s;
}

.reg_log a:hover {
    background: #826636;
    color: #fff;
}

.add_requset form label input[type="submit"]:hover {
    background-color: #daaa58;
}

.pad_0 {
    padding-left: 4px;
    padding-right: 4px !important;
}

.wid_100 {
    width: 100% !important;
}

.add_requset h3 {
    color: #777777;
    margin-top: 10px;
    font-size: 12px;
}

.wid_70 {
    width: 70%;
    float: left;
    margin-bottom: 20px;
}

.checkedboxed {
    width: 30px !important;
    border-radius: 85px !important;
    height: 27px !important;
    border: 1px solid #e2e2e2 !important;
    float: right !important;
    background: white !important;
    margin-top: 0 !important;
    padding-right: 0 !important;
    /* margin: 0 !important; */
    margin-left: 10px !important;
}

input[type="radio"] {
    width: 30px !important;
    /* border-radius: 85px !important; */
    height: 25px !important;
    /* border: 1px solid #e2e2e2 !important; */
    /* background: white !important; */
    margin-top: 0 !important;
    /* padding-right: 0 !important; */
    /* margin: 0 !important; */
    /* margin-left: -12px !important; */
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-right: -40px;
    margin-left: auto;
}

.label--checkbox,
.label--radio {
    position: relative;
    margin: .5rem;
    cursor: pointer;
    font-weight: 100;
    margin-top: 53px !important;
}

.radio label {
    padding-right: 40px;
    margin-left: 40px;
}

.checkbox label {
    padding-right: 40px;
    /* margin-left: 40px; */
}

.checkedbox {
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

.checkedboxed:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: auto;
    top: 6px;
    right: 6px;
    z-index: 1;
    width: 14px;
    height: 8px;
    border: 2px solid #836738;
    border-top-style: none;
    border-right-style: none;
}

.checkedboxed:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.checkedboxed:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    right: 0;
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    border: 2px solid #f1f1f1;
    cursor: pointer;
    border-radius: 4px;
}

.radios {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

.radios:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    right: 9px;
    width: 15px;
    height: 15px;
    background: #836738;
    border-radius: 50%;
}

.radios:checked:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radios:after {
    content: "";
    position: absolute;
    top: -0.25rem;
    left: -0.125rem;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
}

.label--checkbox a {
    float: inherit !important;
    display: inherit !important;
}

.add_requset h2.chec {
    margin: 0;
    color: #000;
    font-size: 17px;
    direction: initial;
}

.content_reg {
    border-top: 1px solid #94959730;
    padding-top: 30px;
}

.content_reg .title_reg {
}

.content_reg .title_reg h1 {
    color: #434A51;
    /* font-size: 35px; */
    font-family: ta_bold, sans-serif;
    margin-top: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #94959730;
}

i.far.fa-image {
    position: absolute;
    top: 40%;
    /* right: 0; */
    color: #826636;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.btn_upload {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-color: #f5efe6;
    border: 1px solid #e3e3e1;
    /* padding: 5px 10px; */
    width: 100%;
    height: 90px;
}

.btn_upload:hover,
.btn_upload:focus {
    background-color: #e0dbd3;
}

.yes {
    /* display: flex; */
    /* align-items: flex-start; */
    /* margin-top: 13px !important; */
    /* padding: 0; */
}

.btn_upload input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    right: 0;
    top: 0;
    padding: 0 !important;
    float: inherit !important;
    margin: 0 !important;
}

.it {
    /* height: 100px; */
    /* margin-left: 10px; */
    opacity: 1 !important;
}

.btn-rmv,
.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5,
.btn-rmv6,
.btn-rmv7,
.btn-rmv8,
.btn-rmv9,
.btn-rmv10,
.btn-rmv11,
.btn-rmv12,
.btn-rmv13,
.btn-rmv111,
.btn-rmv14,
.btn-rmv34 {
    display: none;
    border: 0 !important;
}

.custom-img {
    display: none;
}

.rmv {
    cursor: pointer !important;
    color: #fff !important;
    border-radius: 4px;
    /* border: 1px solid #fff !important; */
    display: inline-block;
    background: rgba(255, 0, 0, 1);
    /* margin: -2px -9px; */
    height: 20px !important;
    padding: 0 !important;
    top: 5px !important;
    z-index: 99;
    width: 20px !important;
    position: absolute;
    left: 10px;
    vertical-align: middle;
    line-height: 19px;
}

.rmv:hover {
    background: rgba(255, 0, 0, 0.5);
}

img#ImgPreview,
img#ImgPreview2,
img#ImgPreview3,
img#ImgPreview4,
img#ImgPreview5,
img#ImgPreview6,
img#ImgPreview7,
img#ImgPreview8,
img#ImgPreview9,
img#ImgPreview10,
img#ImgPreview11,
img#ImgPreview12,
img#ImgPreview13,
img#ImgPreview14,
img#ImgPreview34 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 90px;
    /* padding-left: 7px; */
    opacity: 0;
    bottom: 0;
}

.btn_upload img {
    width: 100% !important;
    height: 100%;
}

.add_requset form label textarea {
    width: 70%;
    float: left;
    padding-top: 10px;
    margin-bottom: 5px;
    height: 150px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 100;
    border-radius: 5px;
    padding-right: 10px;
}

.add_requset form label h6 {
    color: #000;
    font-size: 11px;
}

.add_requset form label h6 span {
    float: left;
}

.btn_add {
    color: #fff !important;
    border: 1px solid #8266366b;
    height: 45px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 43px;
    font-weight: 400;
    border-radius: 10px;
    transition: 0.5s;
    cursor: pointer;
    background: #826636;
}

.btn_add:hover {
    background: #826636;
    color: #fff;
}

.img_select {
}

.img_select img {
    width: 100%;
    height: 80px;
    position: relative;
}

.img_select input[type="checkbox"] {
    position: absolute;
    top: 5px;
    height: 20px !important;
    /* z-index: 2; */
}

.img_select .checkedbox:after {
    height: 20px !important;
    width: 20px !important;
    background: #f1f1f1;
}

.img_select .checkedbox:before {
    height: 5px !important;
    width: 9px !important;
}

.alert-info a {
    color: #3D708D;
    font-size: 18px;
    text-decoration: underline;
}

a {
    color: #826636;
}

.text_requsetv {
    margin-bottom: 30px;
}

.contact .contact_info h1 {
    color: #434A51;
    font-size: 27px;
    font-family: ta_bold, sans-serif;
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.contact h4 {
    color: #434A51;
    font-size: 17px;
    font-family: ta_medium, sans-serif;
    direction: inherit;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    display: inline-block;
}

.contact .contact_info {
}

.contact .contact_info .icon_cont {
    background: #F8F3EC;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.contact .contact_info .icon_cont img {
}

.contact .contact_info .text_cont {
    margin-right: 22px;
}

.contact .contact_info .text_cont h2 {
    color: #826636;
    font-size: 18px;
    direction: ltr;
    margin-top: 0;
}

.contact .contact_info .text_cont p {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 100;
}

.send_message {
    background: #F1F3F5;
    padding: 20px;
    display: inline-block;
}

.send_message h2 {
    text-align: right;
    color: #434A51;
    font-size: 14px;
}

.send_message input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding-right: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 100;
}

.send_message label {
    width: 100%;
    margin-bottom: 0;
}

.send_message textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    padding-right: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    padding-top: 10px;
}

.send_message input[type="submit"] {
    background: #434A51;
    height: 50px;
    border: 0;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.send_message input[type="submit"]:hover {
    background: #826636;
}

.contact .send_message h1 {
    color: #434A51;
    font-size: 27px;
    font-family: ta_bold, sans-serif;
    margin-top: 10px;
}

.question h1 {
    color: #434A51;
    font-size: 27px;
    font-family: ta_bold, sans-serif;
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.question h3 {
    color: #826636;
    font-size: 20px;
    margin-top: 40px;
}

.question p {
    color: #AAB5BC;
    font-size: 14px;
    line-height: 22px;
}

.question {
    padding-bottom: 80px;
}

.contact {
    padding-bottom: 80px;
}

.term p {
    padding-bottom: 30px;
}

.dropdown-menu2 li {
    padding: 0 0;
    text-align: center;
}

.dropdown-menu2 li img {
    padding-left: 10px;
}

.dropdown-menu2 li a.logout {
    text-align: right !important;
}

a.logouta {
    color: red !important;
}

.whats {
    position: fixed;
    left: -30px;
    bottom: 5%;
    z-index: 999999999999999999;
}

.whats img {
    width: 50%;
}

.swiper-container3 {

    position: relative;
}

.dropdown-menu2 {
    padding: 0 0;
}

.dropdown-menu2 li:first-child {
    color: #000;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.serv_one ul li.whatsapp a {
    color: #63B160;
    font-family: ta_bold, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;

}

.serv_one ul li.deletev a {
    color: #111;
     font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
}

.serv_one ul li.wegahh a {
    color: #fff;
    /* font-weight: bold; */
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
}

.slider .swiper-button-prev {
    background-image: url('../images/right.svg') !important;
}

.slider .swiper-button-next {
    background-image: url('../images/left.svg') !important;
}

.slider_serv_page .swiper-button-next {
    background-image: url('../images/left.svg') !important;
}

.slider_serv_page .swiper-button-prev {
    background-image: url('../images/right.svg') !important;
}

.user_details ul li.mobile a {
    color: #0473C0;
    font-family: ta_bold, sans-serif;
    font-size: 20px;
    display: block;
}

.user_details ul li.whatsapp a {
    color: #63B160;
    font-family: ta_bold, sans-serif;
    font-size: 20px;
    display: block;
}

.dropdown-menu2 li a {
    padding: 15px 30px;
    border-bottom: 1px solid #dddddd52 !important;
}

.tooltip {
    font-family: ta_medium, sans-serif;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.swiper-button-next-service {
    left: 5px;
}

.swiper-button-prev-service, .swiper-button-next-service {
    background-color: #060606ad;
    width: 38px;
    height: 39px;
    border-radius: 4px;
}

.swiper-button-prev-service {
    right: 5px;
}

.swiper-pagination-service {
    bottom: 0 !important;
    top: 172px;
}

.swiper-pagination-service .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
    background: #0606063d;
    opacity: 1;
    transform: none;
}

.swiper-pagination-service .swiper-pagination-bullet-active {
    background: #000;
}

.add_requset .bootstrap-select button.btn.dropdown-toggle.btn-default {
    height: 100%;
}

span.badge {
    font-weight: normal;
    background: red;
}

.icon_not {
    /* background: #FFA500; */
    /* width: 40px; */
    /* height: 40px; */
    color: #FFA500;
    font-size: 15px;
    margin-left: 12px;
    /* line-height: 40px; */
    text-align: center;
    float: right;
    border-radius: 2px;
}

.nofitime {
    color: #ccc;
    display: block;
}

.question .alert-default {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #eee;
}

.AppDown {
    background: url(../images/bg_footer.jpg);
    background-size: cover;
    padding: 5px 0;
}

.AppDown span {
    color: #fff;
    /* padding-left: 20px; */
    vertical-align: middle;
    line-height: 65px;
}

.date_time.text-center {
    font-size: 12px;
}

#editDirectionhiddenEnd_madinahList .dropdown-menu, #editDirectionEndCityList .dropdown-menu, #editDirectionStartCityList .dropdown-menu, #transportaionRequestsEndCityList .dropdown-menu, #registerCityList .dropdown-menu, #registerDistrictList .dropdown-menu, #EndCityList .dropdown-menu, #trnasEquipmentCityList .dropdown-menu, #trnasEquipmentDistrictList .dropdown-menu, #commonTransEndCityList .dropdown-menu, #commonTransDistrictList .dropdown-menu, #commonTransStartCityList .dropdown-menu, #transportaionRequestsSearchEndCity .dropdown-menu, #transportaionRequestsDistrictList .dropdown-menu, #transportaionRequestsStartCityList .dropdown-menu {
    position: absolute !important;
    right: auto !important;
    padding: 0 !important;
    width: 100%;
    z-index: 99999999999999;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.bootstrap-select.btn-group .dropdown-menu {
    z-index: 999999999999;
}

#editDirectionhiddenEnd_madinahList .dropdown-menu li, #editDirectionEndCityList .dropdown-menu li, #editDirectionStartCityList .dropdown-menu li, #transportaionRequestsEndCityList .dropdown-menu li, #registerCityList .dropdown-menu li, #registerDistrictList .dropdown-menu li, #EndCityList .dropdown-menu li, #trnasEquipmentCityList .dropdown-menu li, #trnasEquipmentDistrictList .dropdown-menu li, #commonTransEndCityList .dropdown-menu li, #commonTransDistrictList .dropdown-menu li, #commonTransStartCityList .dropdown-menu li, #transportaionRequestsSearchEndCity .dropdown-menu li, #transportaionRequestsDistrictList .dropdown-menu li, #transportaionRequestsStartCityList .dropdown-menu li {
    padding: 10px 10px;
    cursor: pointer;
    display: block;
}

#editDirectionhiddenEnd_madinahList .dropdown-menu li:hover, #editDirectionEndCityList .dropdown-menu li:hover, #editDirectionStartCityList .dropdown-menu li:hover, #transportaionRequestsEndCityList .dropdown-menu li:hover, #registerCityList .dropdown-menu li:hover, #registerDistrictList .dropdown-menu li:hover, #EndCityList .dropdown-menu li:hover, #trnasEquipmentCityList .dropdown-menu li:hover, #trnasEquipmentDistrictList .dropdown-menu li:hover, #commonTransEndCityList .dropdown-menu li:hover, #commonTransDistrictList .dropdown-menu li:hover, #commonTransStartCityList .dropdown-menu li:hover, #transportaionRequestsSearchEndCity .dropdown-menu li:hover, #transportaionRequestsDistrictList .dropdown-menu li:hover, #transportaionRequestsStartCityList .dropdown-menu li:hover {
    background: #eee;
}

.img-thumbnail {
    max-height: 237px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 300px !important;
    overflow: hidden;
    z-index: 99999;
}
