header.admin_header {
    position: relative;
    background: #fff;
    padding: 21px 0;
}

.search {
    margin: 7px 15px 0 0;
    position: relative;
}

.search input[type="text"] {
    width: 255px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #959595;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
}

.search input[type="button"] {
    background: url(../img/search_ico.png) no-repeat 0 0;
    width: 22px;
    height: 21px;
    border: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 13px;
    margin: auto;
}

.feedback_list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: right;
}

.feedback_list li {
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    color: #202020;
    font-weight: 300;
}

.feedback_list li a {
    position: relative;
    color: #202020;
    text-decoration: none;
}

.feedback_list li a:hover {
    color: #0836a8;
}

.feedback_list .user_img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.feedback_list .user_img img {
    width: auto;
    height: 100%;
}

span.badge {
    background: #0836a8;
    color: #fff;
    padding: 5px 8px;
    border-radius: 50%;
    position: relative;
    right: 7px;
    top: -12px;
}


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

.left_panel {
    width: 19%;
    background: #0836a8;
    display: inline-block;
    vertical-align: top;
}

.panel-default>.panel-heading a>span {
    margin-right: 15px;
}

#accordionMenu {
    max-width: 100%;
}

.panel-body {
    padding: 0;
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}


/*



.panel-default>.panel-heading a:after { 

  content: "";

  position: relative;

  top: 1px;

  display: inline-block;

  font-family: 'Glyphicons Halflings';

  font-style: normal;

  font-weight: 400;

  line-height: 1;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  float: right;

  transition: transform .25s linear;

  -webkit-transition: -webkit-transform .25s linear;

}



.panel-default>.panel-heading a[aria-expanded="true"]:after {

  content: "\e113";

}



.panel-default>.panel-heading a[aria-expanded="false"]:after {

  content: "\e114";

}

*/

.panel-default>.panel-heading.active a,
.panel-default>.panel-heading a:hover {
    background-color: #000;
}

.left_menu {
    width: 100%;
    padding: 25px 0 70px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-bottom: #174dd3 1px solid;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.sub_left {
    padding: 0;
    margin: 0 0 0 50px;
    list-style: none;
}

.sub_left li {
    padding: 0;
    margin: 0;
}

.sub_left li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.sub_left li a img {
    margin-right: 10px;
}

.sub_left li a:hover {
    color: #ddd;
}

.wrapper_sec {
    width: 81%;
    /*width: 85%;*/
    height: auto;
    background: #f3f3f3;
    display: inline-block;
    vertical-align: top;
    /*padding: 15px;*/
    padding: 15px;
    /*margin: 130px auto 0 auto;*/
}

.wrapper_sec.about_page {
    margin: 0px;
}

.dump_sec {
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 25px;
    position: relative;
}

.dump_sec img {
    width: 100%;
}

.dump_sec .dump_txt {
    width: 93%;
    height: auto;
    position: absolute;
    left: 25px;
    top: 25px;
}

.dump_sec .dump_txt h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 7px;
    color: #0836a8;
    text-transform: uppercase;
}

.dump_sec .dump_txt h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 7px;
    display: inline-block;
    background: #0836a8;
    color: #fff;
    padding: 3px 35px 3px 11px;
    text-transform: uppercase;
}

.dump_sec .dump_txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 18;
    font-weight: 400;
    color: #000;
}

.trak_list {
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
}

.trak_list li {
    padding: 0;
    margin: 0 0 30px 0;
}

.trak_sec {
    width: 100%;
    height: auto;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.trak_sec .trak_img {
    width: 22%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background: #0836a8;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
}

.trak_txt {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}

.trak_sec .trak_txt a {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #0836a8;
    padding: 3px 35px 3px 11px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 266px;
}

.btn-filter {
    color: #0836a8;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    border: #fff 1px solid;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    float: right;
}

.btn-filter img {
    margin-right: 8px;
}

.btn-filter:focus,
.btn-filter:hover {
    background: #97b3f7;
    color: #fff;
    border: #97b3f7 1px solid;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.map_area {
    padding-top: 15px;
    padding-bottom: 30px;
}

.map_area h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #0836a8;
    display: inline-block;
}

.map_sec {
    width: 100%;
    min-height: 295px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 25px;
}

.login_area {
    background: url(../img/banner.jpg) no-repeat;
    background-size: cover;
    min-height: 620px;
    position: relative;
    padding-top: 136px;
}

.login_area .form_area .email {
    position: relative;
    width: 100%;
}

.login_area .form_area .email svg {
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 50%;
    width: 20px;
    height: 20px;
    fill: none;
    margin: 3px 0 0 0;
}

.login_area .form_area .email svg polyline,
.login_area .form_area .email svg path {
    stroke: #D1D7E3;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke .3s ease 0s;
}

.login_area .form_area .email svg path {
    stroke-dasharray: 64;
    stroke-dashoffset: 127;
    transition: stroke-dasharray .8s ease .8s, stroke-dashoffset .8s ease .5s;
}

.login_area .form_area .email svg polyline {
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    transition: stroke-dashoffset .5s ease 0s;
}

.login_area .form_area .email.success svg polyline,
.login_area .form_area .email.success svg path {
    stroke: #0836a8;
}

.login_area .form_area .email.success svg path {
    stroke-dasharray: 46;
    stroke-dashoffset: 150;
    transition: stroke-dasharray .6s ease 0s, stroke-dashoffset .8s ease .3s, stroke .3s ease .6s;
}

.login_area .form_area .email.success svg polyline {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .5s ease .6s, stroke .3s ease .6s;
}

.login_area .form_area .field-icon {
    float: right;
    margin-left: 0;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    right: 10px;
    color: #d3d3d3;
}


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

.check_sec input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.check_sec label {
    position: relative;
    cursor: pointer;
}

.check_sec label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0836a8;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.check_sec input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.check_sec input:checked+label:before {
    background: #0836a8;
}


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

.login_form {
    width: 560px;
    min-height: 506px;
    margin-left: 55.5%;
    background: url(../img/login_area_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 67px;
    padding-left: 20px;
    padding-bottom: 100px;
}

.form_area h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 24px;
    color: #fff;
}

.form_area label {
    font-size: 14px;
    color: #fff;
}

.form_area .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    font-family: 'Poppins', sans-serif;
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    border: 1px solid #d7d5d6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.form_area textarea.form-control {
    height: auto;
}

.form_area .form-control:focus {
    border-color: #0836a8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(8, 54, 168, .075), 0 0 8px rgba(8, 54, 168, .6);
    box-shadow: inset 0 1px 1px rgba(8, 54, 168, .075), 0 0 8px rgba(8, 54, 168, .6);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.forgot_txt {
    color: #fff;
}

.form_area a {
    text-decoration: none;
}

.form_area .btn-blue {
    padding: 11px 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_area .btn-blue.btn-Signup {
    padding: 11px 80px;
}

.red_txt {
    color: red;
}

.timer_area {
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.timer_area .js-timeout {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

.joinas_area {
    background: url(../img/banner2.jpg) no-repeat;
    background-size: cover;
    min-height: 620px;
    position: relative;
    padding-top: 136px;
}

.joinas_sec {
    width: 100%;
    min-height: 506px;
    background: rgba(8, 54, 168, .9);
    padding-top: 67px;
    padding-bottom: 40px;
}

.joinas_area .headline {
    text-align: center;
    margin-bottom: 60px;
}

.joinas_area .headline h3 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}

.joinas_area .headline h3:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #527adc;
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.joinas_area .headline h3:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #527adc;
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.headline .dine-divider {
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.headline .divider-inner {
    position: relative;
    display: inline-block;
}


/*.headline .dine-divider.has-animation.running .divider-line {

    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    -o-transform: scale(1, 1);

    transform: scale(1, 1);

}



.headline .dine-divider.has-animation .divider-line.line-left {

    -webkit-transform-origin: 100% 0;

    -moz-transform-origin: 100% 0;

    -ms-transform-origin: 100% 0;

    -o-transform-origin: 100% 0;

    transform-origin: 100% 0;

}



.headline .dine-divider.has-animation .divider-line {

    -webkit-transform: scale(0, 1);

    -moz-transform: scale(0, 1);

    -ms-transform: scale(0, 1);

    -o-transform: scale(0, 1);

    transform: scale(0, 1);

    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    -webkit-transition-delay: 0.3s;

    -moz-transition-delay: 0.3s;

    transition-delay: 0.3s;

}*/

.headline .divider-line.line-left {
    right: 100%;
    margin-right: 25px;
}

.headline .divider-line {
    position: absolute;
    top: 50%;
    border-top: #527adc 1px solid;
    width: 90px;
}


/*					

.headline .dine-divider.has-animation.running .divider-line {

    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    -o-transform: scale(1, 1);

    transform: scale(1, 1);

}



.headline .dine-divider.has-animation .divider-line.line-right {

    -webkit-transform-origin: 0 0;

    -moz-transform-origin: 0 0;

    -ms-transform-origin: 0 0;

    -o-transform-origin: 0 0;

    transform-origin: 0 0;

}*/


/*

.headline .dine-divider.has-animation .divider-line {

    -webkit-transform: scale(0, 1);

    -moz-transform: scale(0, 1);

    -ms-transform: scale(0, 1);

    -o-transform: scale(0, 1);

    transform: scale(0, 1);

    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    -webkit-transition-delay: 0.3s;

    -moz-transition-delay: 0.3s;

    transition-delay: 0.3s;

}*/

.headline .divider-line.line-right {
    left: 100%;
    margin-left: 25px;
}

.headline .divider-line {
    position: absolute;
    top: 50%;
    border-top: #527adc 1px solid;
    width: 566px;
}

.join_sec {
    width: 300px;
    height: auto;
    background: #fff;
    border-radius: 40px;
    padding: 25px;
    margin: 0 auto 70px auto;
    position: relative;
}

.join_sec:after {
    width: 285px;
    height: 43px;
    background: url(../img/join_sec_shadaw.png) no-repeat;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -50px;
    margin: 0 auto;
}

.join_sec .ico_area {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
}

.join_sec .txt_area {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
}

.join_sec .txt_area h4 {
    font-size: 25px;
    font-weight: bold;
    color: #0836a8;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 12px;
}

.join_sec .txt_area h4 span {
    font-size: 17px;
    font-weight: 300;
    color: #4a4f5c;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.join_sec .txt_area p {
    font-size: 13px;
    font-weight: 400;
    color: #222223;
    font-family: 'Poppins', sans-serif;
    display: block;
    line-height: 1.5;
    min-height: 40px;
}

.join_sec .txt_area .btn-blue {
    padding: 12px 22px;
}

.successful_area {
    background: url(../img/banner1.jpg) no-repeat;
    background-size: cover;
    min-height: 620px;
    position: relative;
    padding-top: 136px;
}

.successful_sec {
    width: 100%;
    min-height: 506px;
    background: #f3f3f3;
    padding-top: 67px;
    padding-bottom: 40px;
}

.successful_sec .form-control {
    display: block;
    width: 100%;
    height: 53px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    font-family: 'Poppins', sans-serif;
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}

.successful_sec textarea.form-control {
    height: auto;
}

.successful_sec .form-control:focus {
    border-color: #0836a8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(8, 54, 168, .075), 0 0 8px rgba(8, 54, 168, .6);
    box-shadow: inset 0 1px 1px rgba(8, 54, 168, .075), 0 0 8px rgba(8, 54, 168, .6);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.successful_sec .btn-blue {
    padding: 12px 22px;
    text-transform: uppercase;
}

.success_sec {
    width: 100%;
    height: auto;
    text-align: center;
}

.success_sec .success_img {
    width: 100%;
    height: auto;
    text-align: center;
}

.success_sec .success_txt {
    width: 100%;
    height: auto;
    text-align: center;
}

.success_sec .success_txt h2 {
    font-size: 38px;
    font-weight: bold;
    color: #0836a8;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
    margin-bottom: 7px;
}

.success_sec .success_txt p.txt_blue {
    font-size: 18px;
    font-weight: 400;
    color: #0836a8;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.success_sec .success_txt p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
    margin-bottom: 30px;
}

.successfull_form {
    padding: 0 50px;
}

.successfull_form .success_input {
    position: relative;
}

.successfull_form .success_input .form-control {
    padding: 6px 57px 6px 110px;
}

.successfull_form .success_input:before {
    width: 40px;
    height: 16px;
    background: url(../img/input_cal.png) no-repeat;
    content: "";
    position: absolute;
    left: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.successfull_form .success_input:after {
    width: 19px;
    height: 15px;
    background: url(../img/tick.png) no-repeat;
    content: "";
    position: absolute;
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.wrapper_sec.sos_pager {
    padding-top: 30px;
}

.wrapper_sec .head_sec {
    margin-bottom: 20px;
}

.wrapper_sec .head_sec h2 {
    font-size: 29px;
    font-weight: bold;
    color: #0836a8;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 7px;
}

.wrapper_sec .head_sec p {
    font-size: 15px;
    font-weight: 400;
    color: #37383b;
    font-family: 'Poppins', sans-serif;
}

.wrapper_sec .head_sec p a {
    color: #0836a8;
    text-decoration: none;
}

.wrapper_sec .head_sec p a:hover {
    color: #37383b;
    text-decoration: none;
}

.wrapper_sec .head_sec p a img {
    margin-left: 35px;
}

.wrapper_sec .head_sec .search {
    margin: 7px 15px 0 0;
    position: relative;
    width: 370px;
    float: right;
}

.wrapper_sec .head_sec .search input[type="text"] {
    width: 100%;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #959595;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
}

.wrapper_sec .head_sec .search input[type="button"] {
    background: url(../img/search_ico.png) no-repeat 0 0;
    width: 22px;
    height: 21px;
    border: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 13px;
    margin: auto;
}

.wrapper_sec .head_sec h4 {
    font-size: 21px;
    font-weight: bold;
    color: #1e1e1e;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 7px;
    display: inline-block;
}

.wrapper_sec .head_sec h4 small {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    font-family: 'Poppins', sans-serif;
}

.wrapper_sec .head_sec .btn-filter {
    padding: 9px 35px;
}

.btn-map_view {
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    border: #0836a8 1px solid;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    background: #0836a8;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    float: right;
    margin-right: 15px;
}

.btn-map_view img {
    margin-right: 8px;
}

.btn-map_view:focus,
.btn-map_view:hover {
    background: #000;
    color: #fff;
    border: #000 1px solid;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.trucking_area {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    padding: 22px 18px;
    margin-bottom: 30px;
    min-height: 436px;
}

.profile_pic img {
    width: 100%;
    height: 100%;
}

.trucking_area h4 {
    font-size: 17px;
    font-weight: 500;
    color: #494b50;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 23px;
}

.trucking_area h4 a.btn-plus {
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    border: #0836a8 1px solid;
    padding: 6px 19px 6px 6px;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    background: #0836a8;
    float: right;
}

.trucking_area h4 a.btn-plus img {
    margin-right: 8px;
}

.trucking_area h4 a.btn-plus:focus,
.trucking_area h4 a.btn-plus:hover {
    background: #000;
    color: #fff;
    border: #000 1px solid;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.trucking_logo {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    vertical-align: middle;
}

.trucking_detail {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    border: #ebebeb 1px solid;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px
}

.trucking_detail .truck_detail_list {
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
}

.trucking_detail .truck_detail_list li {
    padding: 0 0 10px 30px;
    margin: 0;
    position: relative;
    font-size: 11.5px;
    color: #494b50;
    font-weight: 400;
}

.trucking_detail .truck_detail_list li img {
    position: absolute;
    left: 0;
    top: 0;
}

.trucking_btn {
    text-align: center;
}

.btn-ask {
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    border: #0836a8 0px solid;
    padding: 9px 30px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    background: #0836a8;
    margin-right: 10px;
}

.btn-ask:focus,
.btn-ask:hover {
    background: #000000;
    color: #fff;
    outline: none;
    border: #000 0px solid;
}

.btn-call {
    color: #0836a8;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    border: #0836a8 1px solid;
    padding: 4px 27px 4px 5px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    background: #fff;
}

.btn-call img {
    margin-right: 10px;
}

.btn-call:focus,
.btn-call:hover {
    background: #000;
    color: #fff;
    outline: none;
    border: #000 1px solid;
}

.about_page.wrapper_sec .head_line {
    margin-bottom: 25px;
}

.wrapper_sec .head_line h3 {
    font-size: 29px;
    font-weight: bold;
    color: #0836a8;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 7px;
}

.wrapper_sec .head_line p {
    font-size: 15px;
    font-weight: 400;
    color: #37383b;
    font-family: 'Poppins', sans-serif;
}

.wrapper_sec .head_line p a {
    color: #0836a8;
    text-decoration: none;
}

.wrapper_sec .head_line p a:hover {
    color: #37383b;
    text-decoration: none;
}

.wrapper_sec .head_line p a img {
    margin-left: 35px;
}

.about_area {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 20px 20px;
}

.wrapper_sec .about_area .head_sec h2 {
    font-size: 33px;
    font-weight: bold;
    color: #37383b;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.wrapper_sec .about_area .head_sec h1 {
    font-size: 73px;
    font-weight: bold;
    color: #0836a8;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.wrapper_sec .about_area p {
    font-size: 16px;
    font-weight: 400;
    color: #555556;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
}

.wrapper_sec .about_area p a {
    color: #0836a8;
    text-decoration: none;
}

.wrapper_sec .about_area p a:hover {
    color: #555556;
    text-decoration: none;
}

.about_img {
    position: relative;
}

.about_img img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.left_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.left_menu ul li {
    /* Sub Menu */
}

.left_menu ul li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    border-bottom: #174dd3 1px solid;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.left_menu ul li a img {
    margin-right: 10px;
}

.left_menu ul li a:hover,
.left_menu ul li.active a {
    background: #174dd3;
    color: #fff;
}

.left_menu ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.left_menu ul ul {}

.left_menu ul li ul li a {
    padding: 10px 20px 10px 50px;
}

.left_menu ul li ul li a:hover,
.left_menu ul li ul li.active a {
    background: #174dd3;
}

.white_area {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.alart_sec {
    width: 100%;
    height: auto;
    border-radius: 25px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin-bottom: 30px;
}

.alart_sec .alart_img {
    width: 94px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    background: #e2e2e2;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.alart_txt {
    display: inline-block;
    width: 160px;
    vertical-align: middle;
    margin-left: 10px;
}

.alart_sec .alart_txt h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #3c3a3a;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    margin-top: 0;
}

.alart_sec .alart_txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #6e6e6e;
    margin-bottom: 5px;
}

.alart_sec .alart_txt p small {
    font-size: 12.5px;
    font-weight: 400;
    color: #6e6e6e;
}

.contact_detail {
    width: 100%;
    height: auto;
    padding: 15px
}

.contact_detail h2 {
    font-size: 24px;
    font-weight: 500;
    color: #37383b;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 7px;
    line-height: 1.4;
}

.contact_detail h5 {
    font-size: 18px;
    font-weight: 400;
    color: #555556;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 7px;
    line-height: 1.4;
}

.contact_detail h4 {
    font-size: 27px;
    font-weight: bold;
    color: #0836a8;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.4;
}

.contact_detail ul.add_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact_detail ul.add_list li {
    padding: 0 0 0 34px;
    margin: 0 0 15px 0;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #555556;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
}

.contact_detail ul.add_list li a {
    color: #555556;
    text-decoration: none;
}

.contact_detail ul.add_list li a:hover {
    color: #0936a8;
    text-decoration: none;
}

.contact_detail ul.add_list li a big {
    font-size: 17px;
    text-decoration: none;
}

.contact_detail ul.add_list li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
}

.contact_map {
    width: 97%;
    height: auto;
    margin: 0 auto;
}

.contact_map img {
    width: 100%;
}

.job_detail_page.wrapper_sec .head_line h3 {
    font-size: 29px;
    font-weight: bold;
    color: #0836a8;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom: #bebebe 1px solid;
    padding-bottom: 15px;
}

.Pickup_area {
    width: 100%;
    padding: 28px;
    background: #f9f9f9;
    border-radius: 15px;
    margin-bottom: 55px;
}

.Pickup_area ul.pickup_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.Pickup_area ul.pickup_list li {
    padding: 0 0 45px 40px;
    margin: 0;
    position: relative;
}

.Pickup_area ul.pickup_list li p {
    font-size: 11.11px;
    font-weight: 400;
    color: #696b70;
    margin-bottom: 7px;
}

.Pickup_area ul.pickup_list li p strong {
    font-size: 12.3px;
    font-weight: 600;
    color: #0836a8;
}

.Pickup_area ul.pickup_list li img {
    position: absolute;
    left: 0;
    top: 0;
}

.Pickup_area ul.pickup_list li.active:before {
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    border-left: #35bb09 1px dashed;
}

.Pickup_area ul.pickup_list li:last-child {
    padding: 0 0 0 40px;
}

.heart_sec {
    width: 52px;
    height: 52px;
    border: #e8e8e8 1px solid;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    color: #d6d6d6;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -5px;
}

.heart_sec:hover,
.Pickup_area ul.pickup_list li.active .heart_sec {
    color: #f91212;
}

.job_number_area {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.job_number_area p {
    font-size: 12.3px;
    font-weight: 400;
    color: #818387;
    margin-bottom: 7px;
}

.job_number_area p strong {
    font-size: 15px;
    font-weight: 600;
    color: #0836a8;
}

.Trip_Time_Area {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.Trip_Time_Area .Trip_Time {
    width: 130px;
    height: 127px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
    padding: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
    margin-bottom: 30px;
}

.Trip_Time_Area .Trip_Time h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    margin-top: 8px;
}

.Trip_Time_Area .Trip_Time_date {
    width: 250px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
}

.Trip_Time_Area .Trip_Time_date .form-control {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    text-align: center;
    border: #eeeeee 1px solid;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
    color: #818387;
}

.Trip_btn_Area {
    width: 100%;
    height: auto;
    text-align: left;
    padding-top: 43px;
    margin-bottom: 30px;
}

.Trip_btn_Area .btn-blue {
    padding: 15px 46px;
    font-size: 18px;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.35);
}

.Mini_Area {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.Mini_Area .Trip_Time {
    width: 130px;
    height: 127px;
    background: #f3f5f8;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
    padding: 15px;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
    margin-bottom: 30px;
}

.Mini_Area .Trip_Time h5 {
    font-size: 22px;
    font-weight: bold;
    color: #818387;
    margin-bottom: 14px;
    margin-top: 8px;
    text-transform: uppercase;
}

.Mini_Area .Trip_Time h5 a {
    color: #0836a8;
    text-decoration: none;
}

.Mini_Area .Trip_Time h5 img {
    margin-left: 6px;
}

.Mini_Area .Trip_Time p {
    font-size: 17px;
    font-weight: 400;
    color: #818387;
    margin-top: 8px;
}

.manage_builders_area .form_sec .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    font-family: 'Poppins', sans-serif;
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.manage_builders_area .form_sec textarea.form-control {
    height: auto;
}

.manage_builders_area .form_sec .form-control:focus {
    border-color: #0836a8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(8, 54, 168, .075), 0 0 8px rgba(8, 54, 168, .6);
    box-shadow: inset 0 1px 1px rgba(8, 54, 168, .075), 0 0 8px rgba(8, 54, 168, .6);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.manage_builders_area .form_sec label {
    display: block;
}

.btn-blue.btn-big {
    font-size: 18px;
    padding: 13px 130px;
    text-transform: uppercase;
}

.alart_sec.manage_user .alart_img img {
    width: auto;
    height: 100%;
}

.alart_sec.manage_user .alart_txt h3 {
    text-transform: uppercase;
}

.wrapper_sec .head_sec .dropdown {
    display: inline-block;
    float: right;
}

.wrapper_sec .head_sec .dropdown .btn-filter {
    float: none;
}

.wrapper_sec .head_sec .dropdown .dropdown-menu {
    border-radius: 10px;
}

.wrapper_sec .head_sec .dropdown .dropdown-menu a {
    font-size: 13px;
    color: #7c7c7c;
    padding: 8px 15px;
    border-bottom: #e8e8e8 1px solid;
}

.wrapper_sec .head_sec .dropdown .dropdown-menu a i {
    color: #0836a8;
    margin-right: 8px;
}

.postet_job .job_no {
    width: 100%;
    height: auto;
    background: #0836a8;
    border-radius: 30px;
    font-size: 19px;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 10px;
}

.postet_job p {
    font-size: 11.11px;
    color: #696b70;
    margin-bottom: 12px;
}

.posted_driver p {
    text-align: center;
}

.postet_job p.head {
    font-size: 14px;
    color: #0836a8;
    margin-bottom: 5px;
}

.trackimg img {
    width: 100%!important;
}

.postet_job p.head span {
    color: #5d5d5f;
}

.postet_job .btn-blue {
    padding: 8px 15px;
    font-size: 15.5px;
    margin-top: 3px;
}

.map_pager {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.map_pager.wrapper_sec .head_sec {
    margin-bottom: 20px;
    position: absolute;
    top: 20px;
}

.map_pager.wrapper_sec .head_sec p {
    background: #fff;
    padding: 5px 25px 4px 15px;
    display: inline-block;
}

.map_pager.wrapper_sec .head_sec h4 {
    background: #fff;
    padding: 5px 10px 5px 10px;
}

.form_sec [type="radio"]:checked,
.form_sec [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form_sec [type="radio"]:checked+label,
.form_sec [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-right: 50px;
}

.form_sec [type="radio"]:checked+label:before,
.form_sec [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #a3a3a3;
    border-radius: 100%;
    background: #fff;
}

.form_sec [type="radio"]:checked+label:after,
.form_sec [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0836a8;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_sec [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form_sec [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form_sec select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.form_sec .date {
    position: relative;
}

.form_sec .date:after {
    width: 20px;
    height: 23px;
    background: url(../img/calender_ico.png) no-repeat;
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.form_sec .date .form-control {
    background: #deeffe;
}


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

				Profile Page

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

.profile_edit_sec {
    width: 100%;
    height: auto;
    padding: 52px 45px;
}

.profile_edit_sec .profile_pic {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
}

.profile_edit_sec .profile_pic img {
    width: auto;
    height: 100%;
}

.profile_edit_sec .profile_edit_txt {
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
}

.profile_edit_sec .profile_edit_txt h2 {
    font-size: 59px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #37383b;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 166px;
}

.profile_edit_sec .profile_edit_txt h3 {
    font-size: 29px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #37383b;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 166px;
}

.btn-edit {
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    border: #0836a8 0px solid;
    padding: 9px 35px 9px 20px;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    background: #0836a8;
    margin-top: 10px;
}

.btn-edit:focus,
.btn-edit:hover {
    background: #000000;
    color: #fff;
    outline: none;
    border: #000 0px solid;
}

#profile-carousel.owl-carousel .owl-item img,
.btn-edit img {
    width: auto;
}

#profile-carousel.owl-carousel .owl-item .btn-edit img {
    display: inline-block;
    margin-right: 8px;
}

.profile_dtl {
    width: 111px;
    height: 120px;
    background: #0836a8;
    border-radius: 6px;
    padding: 30px 15px 15px 15px;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
    margin-bottom: 30px;
}

.profile_dtl h5 {
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    margin-top: 8px;
    line-height: .9;
    text-transform: uppercase;
}

.profile_dtl h5 small {
    font-size: 16px;
}

.profile_dtl h5 i {
    font-size: 19px;
}

.profile_dtl p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 8px;
}

#profile-carousel .owl-dots {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 38px;
    padding: 14px 13px;
    height: 90px;
}

#profile-carousel .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

#profile-carousel .owl-dots .owl-dot {
    display: initial;
    zoom: 1;
}

#profile-carousel .owl-dots .owl-dot span,
#profile-carousel .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 8px 1.5px;
    border: #cfcfcf 1px solid;
    background: #cfcfcf;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#profile-carousel .owl-dots .owl-dot.active span,
#profile-carousel .owl-dots .owl-dot:hover span {
    background: #0836a8;
    border: #0836a8 1px solid;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#profile-carousel .owl-controls .owl-page.active span,
#profile-carousel .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.profile_review {
    margin-top: 40px;
}

.speak-list {
    padding: 0 15px 0 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: relative;
}

.speak-list:after {
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    background: #c6c6c6;
    margin: auto;
}

.speak-list li {
    padding: 17px 23px;
    margin: 0;
    font-size: 21px;
    font-weight: 400;
    color: #37383b;
    font-family: 'Poppins', sans-serif;
    border-bottom: #c6c6c6 1px solid;
}

.speak-list li:last-child {
    border-bottom: #c6c6c6 0px solid;
}

.speak-list li img {
    margin-right: 15px;
}

.rating_sec {
    padding: 10px 15px;
    width: 100%;
    height: auto;
}

.rating_sec h3 {
    font-size: 23px;
    color: #0836a8;
    font-weight: 600;
}

.rating_sec p {
    font-size: 15px;
    color: #535353;
    font-weight: 400;
    margin-bottom: 8px;
}

.star_sec {
    width: 100%;
    height: auto;
    padding: 0 0 3px;
}

.star_sec a {
    font-size: 40px;
    color: #d6d6d6;
    margin-right: 5px;
}

.star_sec a:hover i,
.star_sec span a i {
    color: #ffdd00;
}

.rating_sec .btn-blue {
    font-size: 19px;
    padding: 7px 40px;
    margin-top: 10px;
}

.form_sec h3 {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}

.form_sec hr {
    border-color: #c6c6c6;
}

.btn-cercle {
    width: 44px;
    height: 44px;
    background: #0836a8;
    padding: 7px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-cercle:hover,
.btn-cercle:focus {
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}


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

.search_list_sec {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    padding: 22px 18px;
    margin-bottom: 30px;
}

.search_list_logo {
    width: 98px;
    height: 128px;
    display: inline-block;
    text-align: center;
    line-height: 128px;
    vertical-align: top;
}

.search_list_detail {
    width: 62%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 15px;
    margin-bottom: 15px
}

.search_list_detail .truck_detail_list {
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
}

.search_list_detail .truck_detail_list li {
    padding: 0 0 7px 20px;
    margin: 0;
    position: relative;
    font-size: 12px;
    color: #585859;
    font-weight: 400;
}

.search_list_detail .truck_detail_list li big {
    font-size: 14px;
    color: #000;
}

.search_list_detail .truck_detail_list li a {
    text-decoration: none;
    color: #000;
}

.search_list_detail .truck_detail_list li img {
    position: absolute;
    left: 0;
    top: 0;
}

.search_list_detail .star_sec {
    width: 100%;
    height: auto;
    padding: 0 0 3px;
}

.search_list_detail .star_sec a {
    font-size: 18px;
    color: #cfcfcf;
    margin-right: 0;
}

.search_list_detail .star_sec a:hover i,
.star_sec span a i {
    color: #ffdd00;
}

.search_list_btn {
    text-align: center;
}

.search_list_sec .btn-review {
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    border: #0836a8 0px solid;
    padding: 11px 23px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    background: #0836a8;
    margin: 0 5px;
}

.search_list_sec .btn-review:focus,
.search_list_sec .btn-review:hover {
    background: #000000;
    color: #fff;
    outline: none;
    border: #000 0px solid;
}

.search_list_sec .btn-view {
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    border: #c5cbda 0px solid;
    padding: 11px 23px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    background: #c5cbda;
    margin: 0 5px;
}

.search_list_sec .btn-view:focus,
.search_list_sec .btn-view:hover {
    background: #000000;
    color: #fff;
    outline: none;
    border: #000 0px solid;
}

.manage_builders_area .form_sec .checkbox_sec label {
    display: inline-block;
}

.manage_builders_area .form_sec .checkbox_sec input[type="checkbox"] {
    margin-right: 10px;
}

.trucks_live_area {
    width: 340px;
    height: auto;
    background: #fff;
    float: right;
}

.trucks_live_area .pickup_sec {
    width: 100%;
    height: auto;
    background: #0835a8;
    padding: 17px;
}

.trucks_live_area .pickup_sec .pickup_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.trucks_live_area .pickup_sec .pickup_list li {
    padding: 15px 0 15px 30px;
    margin: 0;
    position: relative;
    width: 100%;
    display: block;
    border-bottom: #000 1px solid;
}

.trucks_live_area .pickup_sec .pickup_list li:last-child {
    border-bottom: #000 0px solid;
}

.trucks_live_area .pickup_sec .pickup_list li:before {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
}

.trucks_live_area .pickup_sec .pickup_list li h4 {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0;
    background: transparent;
    margin-top: 0;
    padding: 0;
}

.trucks_live_area .pickup_sec .pickup_list li p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0;
    background: transparent;
    padding: 0;
}

.trucks_live_area .pickup_sec .pickup_list li .edit {
    float: right;
}

.driver_sec {
    width: 100%;
    height: auto;
    padding: 25px 22px;
    border-bottom: #cecece 1px solid;
    text-align: center;
}

.driver_sec .driver_img {
    width: 84px;
    height: 84px;
    border: #444 1px solid;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    overflow: hidden;
}

.driver_sec .driver_img img {
    width: auto;
    height: 100%;
}

.driver_sec .driver_txt {
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    text-align: left;
    vertical-align: top;
}

.driver_sec .driver_txt h4 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    background: transparent;
    margin-top: 0;
    padding: 0 !important;
    text-transform: uppercase;
}

.driver_sec .driver_txt .star_sec {
    width: 100%;
    height: auto;
    padding: 0 0 3px;
}

.driver_sec .driver_txt .star_sec a {
    font-size: 15px;
    color: #d6d6d6;
    margin-right: 0;
}

.driver_sec .driver_txt p {
    background: transparent;
    padding: 0 !important;
    display: inline-block;
}

.driver_sec .driver_live {
    width: 58px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.driver_sec .driver_live .truck_img {
    width: 100%;
    height: auto;
    text-align: center;
    background: #0836a6;
    padding: 5px 0;
}

.driver_sec .driver_live .truck_txt {
    width: 100%;
    height: auto;
    text-align: center;
    background: #000;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.driver_con_sec {
    width: 100%;
    padding: 12px 0;
}

.driver_con_sec .driver_con {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.driver_con_sec .driver_con li {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.driver_con_sec .driver_con li a {
    padding: 10px;
    display: block;
    border-right: #cecece 1px solid;
    font-size: 14px;
    color: #000;
    text-align: center;
    font-weight: 600;
    min-height: 77px;
}

.driver_con_sec .driver_con li a img {
    display: block;
    margin: 0 auto 4px auto;
}

.driver_con_sec .driver_con li:last-child a {
    border-right: #cecece 0 solid;
}

.map_nav_area {
    width: 69px;
    height: auto;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.map_nav_area a {
    margin-bottom: 20px;
    display: block;
}

.profile_dtl_sec {
    width: auto;
    display: inline-block;
    margin: 50px 0 0 0;
}

.edit_profile label {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #202020;
    font-weight: 300;
}

.edit_profile input[type="text"],
.edit_profile input[type="date"],
.edit_profile input[type="email"],
#locationField input[type="text"],
#autocomplete,
#locality,
.profile_address .field {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;
    margin: 6px 0;
}

.editprofile_img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 5px;
}

.editprofile_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.file_input_profile {
    width: 225px;
    margin: 15px auto;
    border: 1px solid #ccc;
    padding: 5px;
}

.edit_profile_submit {
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    border: #0836a8 0px solid;
    padding: 9px 22px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    background: #0836a8;
    margin: 25px 0 0 0;
}

.profile_address label {
    margin-bottom: 0!important;
}

ul.noti_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.noti_list li {
    margin-bottom: 15px;
    border: #ccc solid 1px;
    padding: 20px;
    background: #fff;
}

.uploaded_img {
    margin-bottom: 30px;
}

#configure_form {
    padding: 0 15px;
}

#configure_form select {
    margin: 10px;
    float: left!important;
    width: 100%!important;
    display: inline!important;
}

#can_reson_form textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
}

.map_view {
    margin-top: 30px;
}

.head_line h3 {
    padding-bottom: 20px;
}

#subcription_modal .modal-header h5.modal-title {
    font-size: 20px;
    font-weight: bold;
    color: #0836a8;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

.stripe-card label {
    display: block;
}

.stripe-card .my-input {
    width: 100% !important;
    height: 44px;
    border: #ccc solid 1px;
    padding: 0 10px;
    margin-bottom: 15px;
}

.__PrivateStripeElement {
    padding: 15px 0 0 0 !important;
}

#content-wrapper {
    width: 81%;
}

.completeprofilesection {
    width: 100%;
    /* width: 85%; */
    height: auto;
    display: inline-block;
    vertical-align: top;
    /* padding: 15px; */
    padding: 15px;
    /* margin: 130px auto 0 auto;*/
}

.completeprofilesection .head_line h3 {
    font-size: 29px;
    font-weight: bold;
    color: #0836a8;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 7px;
}

.completeporfile_box {
    background: #f3f3f3;
    padding: 15px;
}

.completeporfile_box label {
    display: block !important;
}

.welcomepage {
    background: #d6ecf3;
    padding: 100px 0;
    text-align: center;
    width: 100%;
}

.welcomepage h3 {
    color: #0836a8;
    font-size: 23px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding: 30px 0 10px 0;
    margin: 0;
}

.welcomepage p {
    padding: 10px 0 20px 0;
    margin: 0;
    color: #000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}


/* Chayan */

#ui-datepicker-div {
    z-index: 99 !important;
}

.form_sec .form-group {
    position: relative;
}

span.left-i {
    position: absolute;
    top: 20px;
    left: -40px;
    font-size: 28px;
}

.pt-35 {
    padding-top: 35px;
    font-size: 21px;
    font-weight: 600;
}

.dashbordimg_l img {
    width: 100%;
}

.dump_txt h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #0836a8;
    padding: 20px 0 0 0;
}

.dashbordimg_l {
    margin: 20px 0 0 0;
}

#exTab2 ul.nav.nav-tabs {
    border: 0 !important;
    margin-bottom: 30px;
}

#exTab2 ul.nav.nav-tabs li {
    padding: 0 !important;
    margin-right: 20px !important;
    border-radius: 50px !important;
}

#exTab2 ul.nav.nav-tabs li a {
    padding: 10px 30px !important;
    border-radius: 50px !important;
    display: block !important;
}

#exTab2 ul.nav.nav-tabs li a.active {
    background: #0836a8!important;
    color: #fff !important;
}

.img_upload {
    width: 150px;
    height: 170px !important;
}

.required_doc_box .form-group {
    display: inline-flex;
    font-size: 22px;
}

.required_doc_box .form-group a {
    padding-left: 100px;
}

.edit_profile h2 u,
.profile_address h2 u {
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: #0836a8;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.required_doc_box {
    background: #f3f3f3;
    padding: 10px 20px;
}