﻿.breadcrumbs_area{
    /*height: 49vh;
    background-image:url(/Content/assets/img/join/inner.png);
    background-image: url(/Content/assets/img/join/inner1.jpg);
    background-size:100% 100%;
    background-repeat:no-repeat;
*/
    position: relative;
    width: 100%;
    height: 100%;
    background:#4b5473;
}
.about_section {
    background:#f2f2f2;
    overflow: hidden;
}
.about_section .container{
    background: #fff;
    margin: 8vh auto;
    height: auto;
    /*width: 45vw;*/
    padding:1vw;
}
.counterup_section .container {
    background: #fff;
    margin: 8vh auto;
    height: auto;
    width: 45vw;
    padding:1vw;
}
.counterup_section .container>.row{
    display: flex;
    justify-content: center;
    margin-top: 3vh;
    height: 100%;
    flex-wrap: wrap;
}
.about_section .container>.row{
    display: flex;
    justify-content: center;
    margin-top: 3vh;
    height: 100%;
    flex-wrap: wrap;
}
.about_section .container>.row .rowdiv{
    
}
.about_section .container>.row .rowdiv:nth-child(2){
    
}
.about_section .container>.row .rowdiv h3 {
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    height: 7vh;
    line-height: 7vh;
}
.aboutsales_text p{
    font-size: 14px;
    margin: 1.5vh 0;
}
.breadcrumb_content {
    position: absolute;
    top: 27vh;
    color: #fff;
    font-size: 1.5vw;
    left: 50%;
    transform: translate(-50%, -50%);
}
.breadcrumb_content h3:first-child{
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 1vh;
    width: 15vw;
    min-width: 80px;
}
/*
.breadcrumb_content h3:last-child{
    font-size: 1vw;
    text-align: center;
    margin-top: 1vh;
}*/
.dashboard_tab_button ul{
    display: flex;
    justify-content: center;
    align-items: center;
   /* height: 11vh;*/
    margin-top: 3vh;
}
.dashboard_tab_button ul li {
    /*
    list-style: none;
    width: 6vw;
    height: 3vh;
    line-height: 3vh;
    text-align: center;
    font-size: 1vw;
    min-width: 70px;
        
    list-style: none;
    width: auto;
    height: auto;
    line-height: 3vh;
    text-align: center;
    font-size: 1vw;
    min-width: 130px;
    margin: 0 2vw;*/
    list-style: none;
    width: 15.6vw;
    background: #fff;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    text-align: center;
    border-radius: 8px;
    min-width: 200px;
    margin: 10px;

}
.dashboard_tab_button ul li a {
    
    color: #666666;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 8px;
    width: 15.6vw;
    min-width: 200px;
}
.dashboard_tab_button ul li a:hover{
    text-decoration: none;
    background: #4a73de;
    color: #fff;
    /*text-shadow: 1px 3px 1px #3e506469;*/
}
.dashboard_tab_button ul li a.active {
    text-decoration: none;
    background: #4a73de;
    color: #fff;
   /* text-shadow: 1px 3px 1px #3e506469;*/
}


.main_content_area {
    background:#f2f2f2;
    overflow: hidden;
}
/*.main_content_area #Recruit .about_section{
    background: #fff;
    margin-bottom: 7vh;
}*/

#Recruit .about_section .container .row{
    display:block;
}

/* Table Styles */

.table-wrapper{
    margin: 0 auto;
    
}

.fl-table {
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    background-color: white;
    table-layout: fixed;
    word-wrap: break-word;
    box-shadow: 0px 1px 5px rgba( 0, 0, 0, 0.2 );
}

.fl-table td, .fl-table th {
 
    padding: 15px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px;
}

.fl-table thead th {
    color: #ffffff;
    /*background: #4FC3A1;*/
    background:#4a73de;
    text-align:left;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #4a73de;
    text-align: left;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}
.pagination_style ul li a, .pagination_style ul li.current_number {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    margin-left: 7px;
    color: #444444;
    border-radius: 3px;
}
.pagination_style ul li a:hover, .pagination_style ul li.current_number {
    background: #4a73de;
    border-color: #4a73de;
    color: #fff;
   
}
.about_section .container .row {
    margin: 5px 0 10px;
}
.tab-content > .tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
}
.tab-content > .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
img{ 
   vertical-align: middle;
    border-style: none;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    }
.about_thumb {
    text-align: center;
}
.about_content.text-center {
    text-align: center !important;
}

.about_content p {
    color: #555;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 3px;
    text-indent: 2em;
    margin-bottom: 4.5vh;
    margin-top: 2vh;
}
.shipping_content {
    font-size: 14px;
    float: left;
    
}
span.pe-7s-call {
    font-size: 60px;
    padding-top: 2px;
    padding-right: 10px;
    color: #4a73de;
    line-height: 60px;
}
span.pe-7s-mail {
    font-size: 60px;
    padding-top: 2px;
    padding-right: 10px;
    /*color: #1275ec;*/
    color:#4a73de;
    line-height: 60px;
}
.aboutletter_text {
    /*background: #4FC3A1;*/
    background: #4a73de;
    padding: 8px 13px;
    border-radius: 4px;
    text-align: center;
    margin: 5px 0;
    min-width: 85px;
   
}
.aboutletter_text h5 {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
div#divViewData {
    margin-top: 7vh;
}
.single_shipping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1vh;
    
}
.ss1{
    border-right:1px solid #ddd;
}
@media (max-width: 991px) and (min-width: 768px)
{
    .ss1{
        border-right:none;
    }

    .single_shipping {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
          margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    .ss1{
         border-right:none;
    }

    .single_shipping {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }

}
        .iw_poi_title {
            color: #CC5522;
            font-size: 14px;
            font-weight: bold;
            overflow: hidden;
            padding-right: 13px;
            white-space: nowrap;
        }

        .iw_poi_content {
            font: 12px arial,sans-serif;
            overflow: visible;
            padding-top: 4px;
            white-space: -moz-pre-wrap;
            word-wrap: break-word;
        }
         .iw_poi_title2 {
            color: #CC5522;
            font-size: 14px;
            font-weight: bold;
            overflow: hidden;
            padding-right: 13px;
            white-space: nowrap;
        }

        .iw_poi_content2 {
            font: 12px arial,sans-serif;
            overflow: visible;
            padding-top: 4px;
            white-space: -moz-pre-wrap;
            word-wrap: break-word;
        }
            .BMap_cpyCtrl.BMap_noprint.anchorBL {
    white-space: normal !important;
}
      