.resp-tabs-container div{-webkit-animation-name:zoomIn;  animation-name:zoomIn;}
ul.resp-tabs-list{text-align:center;}
.resp-tabs-list li{display:inline-block;padding:12px 35px 14px 35px !important;cursor:pointer;text-align:center;}
@media only screen and (min-width:720px) and (max-width:1199px){.resp-tabs-list li{padding:12px 22px 14px 22px !important;}
}
.resp-tabs-list li p{font-weight:600;text-align:center;font-size:16px;}
.resp-tabs-container{padding:0px;clear:left;}
h2.resp-accordion{cursor:pointer;padding:5px;display:none;}
.resp-tab-content{display:none;padding:15px;}
.resp-tab-active{border-bottom:none;padding:12px 14px 14px 14px !important;}
.resp-tab-active{border-bottom:none;}
.resp-content-active,.resp-accordion-active{display:block;}
.resp-tab-content{}
h2.resp-accordion{font-size:13px;margin:0px;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;}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list{float:left;width:30%;text-align:right;}
.resp-vtabs ul.resp-tabs-list h2{color:#5e0018;font-size:28px;margin:0;text-align:right;}
.resp-vtabs .resp-tabs-list li{display:block;padding:15px 15px !important;margin:0;cursor:pointer;float:none;}
.resp-vtabs .resp-tabs-container{padding:0;background-color:#fff;border-left:3px solid #5e0018;float:left;width:68%;min-height:250px;clear:none;margin-right:-1px;}
.resp-vtabs .resp-tabs-container p{padding-left:30px;}
.resp-vtabs .resp-tab-content{border:none;}
.resp-vtabs li.resp-tab-active{background:url(../images/vertical-tab.png) no-repeat right center;position:relative;z-index:1;border:none;padding:15px 25px 15px !important;margin-right:-1px;}
/*-----------Accordion styles-----------*/
h2.resp-tab-active,.resp-accordion{color:#5e0018;font-weight:700;font-size:22px;text-align:center;}
.resp-accordion h2{color:#5e0018;font-weight:700;font-size:28px;margin:0;padding:0;text-align:left;}
#vertical-tab h2.resp-accordion.resp-tab-active{background:url(../images/vertical-tab-invert.png) no-repeat left center;padding-left:20px;margin-left:-1px;}
#vertical-tab h2.resp-accordion{padding-left:20px!important;}
.resp-accordion{padding-left:30px;}
.resp-easy-accordion h2.resp-accordion{display:block;}
.resp-jfit{width:100%;margin:0px;}
.resp-tab-content-active{display:block;}
/*Here your can change the breakpoint to set the accordion,when screen resolution changed*/
@media only screen and (max-width:719px){ul.resp-tabs-list{display:none;}
h2.resp-accordion,h2.resp-tab-active{display:block;margin:0;padding:0;}
.resp-vtabs .resp-tab-content{}
.resp-vtabs .resp-tabs-container{border:none;float:none;width:100%;min-height:initial;clear:none;border-left:3px solid #5e0018;}
.resp-accordion-closed{display:none !important;}
}