﻿ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}
ul.resp-tabs-list {
    border-bottom: 4px solid #006990;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}


#horizontalTab{ margin-top:20px!important;}
.resp-tabs-list li {
 background: none repeat scroll 0 0 #D5D5D5;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 600;
    list-style: none outside none;
    margin: 0 5px 0 0;
    padding:10px 20px}

.resp-tabs-list li.resp-tab-active {
   padding: 10px 20px ;
    background-color: #006990; color:#fff;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
	margin-top:20px;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 0;
}



.resp-tab-active {
   padding: 10px 20px ;
    background-color: #006990; color:#fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
 
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
	background:#d5d5d5;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}


/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #006990;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 ;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}


/*==================Popup tab css start from here===================*/

ul.resp-tabs-list_1, p {
    margin: 0px;
    padding: 0px;
}
ul.resp-tabs-list_1 {
    border-bottom: 4px solid #c0b69b;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
	background:#eeeae1;
   margin-bottom: 15px;
}


#horizontalTab_1{ margin-top:10px!important; float:left; width:100%;}
.resp-tabs-list_1 li {
 	color:#747472;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 600;
    list-style: none outside none;
    margin: 0 5px 0 0;
    padding:2px 15px
}

.resp-tabs-list_1 li.resp-tab-active_1 {
   padding: 2px 15px ;
    background-color: #c1b59b; color:#000;
}

.resp-tabs-container_1 {
    padding: 0px;
    background-color: #fff;
    clear: left;
	margin-top:20px;
}

h2.resp-accordion_1 {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content_1 {
    display: none;
    padding: 0;
}



.resp-tab-active_1 {
   padding: 10px 20px ;
    background-color: #006990; color:#fff;
}

.resp-content-active_1, .resp-accordion-active_1 {
    display: block;
}

.resp-tab-content_1 {
 
}

h2.resp-accordion_1 {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
	background:#d5d5d5;
    padding: 10px 15px;
}

h2.resp-tab-active_1 {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title_1:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}


/*-----------Accordion styles-----------*/
h2.resp-tab-active_1 {
    background: #006990;
}
.resp-easy-accordion_1  h2.resp-accordion_1 {
        display: block;
}
.resp-easy-accordion_1 .resp-tab-content_1 {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion_1 .resp-tab-content_1:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit_1 {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active_1 {
    display: block;
}

h2.resp-accordion_1:first-child {
    border-top: 1px solid #c1c1c1 ;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list_1 {
        display: none;
    }

    h2.resp-accordion_1 {
        display: block;
    }

    .resp-vtabs_1 .resp-tab-content_1 {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs_1 .resp-tabs-container_1 {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed_1 {
        display:none !important;
    }
    .resp-vtabs_1 .resp-tab-content_1:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}


