/**** tab **/
ul.resp-tabs-list { margin: 0px; padding: 0px; }
.resp-tabs-list li { font-size: 19px; display: inline-block; padding: 13px 15px; margin: 0; list-style: none; cursor: pointer; float: left; }
.box-outer .resp-tabs-list li { padding: 13px 15px; }
.box-outer .resp-tabs-list li:nth-child(odd), .box-outer .resp-tabs-list li { background: #a3a3a3; color: #fff; border-right: 1px solid #fff; }
.box-outer .resp-tabs-list li.resp-tab-active { background: #fff; padding-top: 11px !important; color: #154590; }
.resp-tabs-container { padding: 0px; background-color: #fff; clear: left; }
h2.resp-accordion { cursor: pointer; padding: 5px; display: none !important; }
.resp-tab-content { display: none; padding: 20px 10px 20px 20px; float: left; width: 100%; }
.resp-tab-active { border-bottom: none; padding: 10px 15px 15px 15px !important; }
.resp-tab-active { border-bottom: none; background-color: #fff; }
.resp-content-active,
.resp-accordion-active { display: block; }
.resp-tab-content { border: 1px solid #2e302e; }
h2.resp-accordion { font-size: 16px; border: 1px solid #2e302e; margin: 0px; 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: 20%; }
.resp-vtabs .resp-tabs-list li { background: /*url(../Images/tab-bg.jpg) left top repeat-x*/ #202020 !important; display: block; padding: 10px 15px !important; margin: 0; cursor: pointer; float: none; font-size: 16px; font-weight: 700; color: #b0b0b0 !important; }
.resp-vtabs .resp-tabs-container { padding: 0px; background-color: #fff;float: left; width: 80%; min-height: 200px; clear: none; }
.resp-vtabs .resp-tab-content { border: none; padding-bottom: 0px; }
.resp-vtabs .resp-tab-content h4 { font-size: 21px; font-weight: 700; color: /*#154590*/ #202020; text-transform: uppercase; }
.resp-vtabs li.resp-tab-active, .resp-vtabs li:hover { border-right: none; background: /*#fff*/ #a1a1a1 !important; position: relative; z-index: 1; color: /*#5a5a5a*/ #fff !important;   margin-right: -1px !important; padding: 10px 15px 10px 15px !important; }
.resp-arrow { width: 0; height: 0; float: right; margin-top: 3px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 12px solid #c1c1c1; display: none !important; }
h2.resp-tab-active span.resp-arrow { border: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 12px solid #9B9797; display: none !important; }

/*-----------Accordion styles-----------*/
h2.resp-tab-active { background: #DBDBDB !important; }
.resp-easy-accordion h2.resp-accordion { display: block; }
.resp-easy-accordion .resp-tab-content {  }
.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; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/



/***************** tabber form css ***********/
.person-company-form .tabs-horizontalTab { margin-top: 30px !important; }
.person-company-form .resp-tab-content { padding: 20px 20px 0 20px; border-color: #a3a3a3; margin-bottom: 30px; }
.person-company-form li.resp-tab-item { background: #a3a3a3; color: #fff; border-right: 1px solid #fff; font-size: 15px; font-weight: 600; transition: all ease-in-out 0.4s 0s; -webkit-transition: all ease-in-out 0.4s 0s; }
.person-company-form li.resp-tab-item, .person-company-form li.resp-tab-item.resp-tab-active {padding: 11px 15px !important}
.person-company-form li.resp-tab-item.resp-tab-active, .person-company-form li.resp-tab-item:hover { background: #003A94;}

@media screen and (max-width:991px) and (min-width:768px) {
  .resp-vtabs ul.resp-tabs-list { width: 32%; }
  .resp-vtabs .resp-tabs-container { width: 68%; }
  .resp-vtabs .resp-tab-content .col-sm-6 { width: 100%; margin-bottom: 15px; }
}


@media only screen and (max-width:991px) {
 .person-company-form li.resp-tab-item, .person-company-form li.resp-tab-item.resp-tab-active { padding: 8px 10px; font-size: 16px; }  
}

@media only screen and (max-width:767px) {
  ul.resp-tabs-list { display: none; }
  h2.resp-accordion { display: block !important; border: none; background: #e6e6e6;  text-align: center;  }
  .resp-vtabs .resp-tab-content { padding: 30px 0px; }
  .box-outer h2.resp-accordion, .person-company-form h2.resp-accordion { color: #848484; width: auto; margin: 0 -15px 2px; height: auto; line-height: 40px; clear: left; } 
  .resp-vtabs .resp-tab-content h4 { font-size: 22px; margin-bottom: 15px; }
  .box-outer h2.resp-accordion.resp-tab-active { color: #5a5a5a; }
  .person-company-form h2.resp-accordion { font-size: 22px; clear: left; }
  .resp-vtabs .resp-tab-content p { font-size: 20px; }

  .vedio-tab-section { margin: 30px -15px; }
  .person-company-form .resp-tab-content { padding: 30px 0px; border-color: transparent; }
  .resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: initial; clear: none; }
  .resp-accordion-closed { display: none !important; }
  
}

@media only screen and (max-width:568px) {
	.box-outer h2.resp-accordion { line-height: 20px; }
	.resp-vtabs .resp-tab-content h4, .person-company-form h2.resp-accordion { font-size: 20px; line-height: 32px; }
	.resp-vtabs .resp-tab-content { padding: 15px 0px; }
	.resp-vtabs .resp-tab-content p, div.detail-view div.info-box h2, .tx-intersales-profile ul.form-list > li label { font-size: 16px; }
	.vedio-tab-section { margin: 30px 0px; }

}
@media only screen and (max-width:479px) {
.resp-vtabs .resp-tab-content h4, .person-company-form h2.resp-accordion { font-size: 20px; }
.resp-vtabs .resp-tab-content p, div.detail-view div.info-box h2, .tx-intersales-profile ul.form-list > li label { font-size: 14px; }
}

