/********** Responsive Tab **********/

.resTab {
    position: relative;
    border: 1px solid #00c5ad;
}

.page {
    background-color: #fff;
}

.resTab .tabNav {
    justify-content: space-between;
    display: flex;

    background-color: #FFF;
    /* text-align: center; */
    margin: 0;
    padding: 0;
    list-style: none;
}

.resTab .tabNav li {
    display: inline-block;
    margin: 0;
    position: relative;
    background-color: #00c5ad;
}

.resTab .tabNav li a {
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 0.933em;
    font-weight: bold;
    color: #fff;
}

.resTab .tabNav .r-tabs-state-active a {
    color: #00c5ad;
    text-shadow: none;
    background-color: white;
}

.resTab .tabContent {
    padding: 2% !important;
    display: none;
}

.resTab .r-tabs-panel.r-tabs-state-active {


    display: block;
}

.resTab .r-tabs-accordion-title {
    display: none;
}

.resTab .tabNav .r-tabs-state-disabled {
    opacity: 0.5;
}

.resTab .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #00c5ad;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

.resTab .r-tabs-accordion-title .r-tabs-anchor:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    content: "";
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:before {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #00c5ad;
    text-shadow: none;
}

.resTab .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

.noJS .resTab .tabContent {
    padding-top: 80px;
}

.noJS .resTab .tabNav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.noJS .resTab {
    border: 0 none;
}

.noJS .resTab .tabNav {
    border-bottom: 1px solid #dcdada;
}

.noJS .resTab .tabContainer {
    height: 150px;
    overflow: hidden;
}

.noJS .resTab .tabContent {
    display: block;
    height: 150px
}


/**********commonTabs***************/

.commonTabs {
    border: 0 none;
}

.commonTabs .tabContent {
    padding: 4%;
    /* border-top: 1px solid #dcdada; */
}

.noJS .commonTabs .tabContent {
    border-top: 0 none;
}

.commonTabs .tabContent.fullWidthImg {
    padding: 0;
}

#contentbox_middle {
    width: auto;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-top: 1%;
    /* width:1370px; */
    /* background-color: #f0f0f0; */
}

.resTab.commonTabs .tabNav li {
    border-radius: 5px 5px 0px 0px;
    background: #162e6a;
    /* margin-right: 28px; */
}

.meaInfoBlock .resTab.commonTabs .tabNav li.active {

    background-color: #fff;
}

.resTab.commonTabs .tabNav .r-tabs-state-active a {
    border-radius: 5px 5px 0 0;
}

.noJS .resTab.commonTabs .tabNav li {
    margin-right: 30px;
}

.resTab.commonTabs .tabNav li:last-child {
    margin-right: 0;
}

.resTab.commonTabs .tabNav li a {
    /* padding: 10px 25.2px 19px; */
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    /* padding: 15px 44.7px 19px; */
}

#homepageTopServicesBlock h2,
.homepageTopServicesBlock h2 {
    font-family: 'PoppinsBold';
    letter-spacing: -.25px;
    font-size: 166%;
    font-weight: 200;
    color: #162d6a;
    display: block;
    text-align: center;
    margin: 0;
    margin-bottom: 1em;
    font-weight: bold;
}

.resTab.commonTabs .tabNav li a:hover {
    /* color: #162e6a; */
    color: #f26522;
}

.resTab.commonTabs .tabNav .r-tabs-state-active a {
    /* border-radius: 10px 10px 0px 0px; */
    background: #fff;
    border: 0 none;
    color: #162e6a;
    width: 100%;
    /* margin-bottom: -1px; */
    padding-bottom: 20px;
    position: relative;
}

.resTab.commonTabs .tabNav .r-tabs-tab a:before {
    background: none;
    height: 5px;
    width: 0;
    position: absolute;
    bottom: -1px;
    left: auto;
    right: auto;
    content: "";
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    z-index: 1;
}

.resTab.commonTabs .tabNav .r-tabs-state-active a:before {
    width: 100%;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


/******************meaInfoBlock***************/

.meaInfoBlock {
    overflow: hidden;
    position: relative;
}

.meaInfoBlock .resTab.commonTabs .tabNav li a {
	border-top: 1px solid #1B2F6E;
	border-left: 1px solid #1B2F6E;
	border-right: 1px solid #1B2F6E;
    /*font-family: 'Poppinssemibold';*/
    font-size: 18px;
}

.meaInfoBlock .resTab.commonTabs .tabNav li {
    border-right: 2px solid #dedede;
    width: 100%;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    /*margin-right: 67px;*/
    /* margin-right: 5.8%; */
}

.meaInfoBlock .resTab.commonTabs .tabNav li:last-child {
    margin-right: 0;
}