
body {
  margin: 0px;
  padding: 0px;
/*  background: #f5f5f5;
  font-family: 'Segoe UI';*/
}

ul.resp-tabs-list {

  padding: 0px;
  
}

.resp-tabs-list li {
     font-weight:400;
    font-size:16px;
    display: inline-block;
    padding:3px 23px;
    letter-spacing:0px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    float: left;
    color:#171717;
    text-align: center;
    position: relative;
    margin: 0 6px;    border: 1px solid #DBDBDB;border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;
        transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.resp-tabs-list li:first-child{margin-left:0;}
.resp-tabs-list li label { display: block; font-weight: 600; color: #65686E; font-style: normal; padding: 5px 0 0;}
ul.resp-tabs-list{display:flex;flex-wrap:wrap;width:100%;justify-content:flex-end;}
.resp-tabs-container{padding:0px;clear:left;border-top:0;padding:50px 0;}
#horizontalTab{border:0;margin-top:0px !important;}
h2.resp-accordion{cursor: pointer;padding: 5px;display: none;}
.resp-tab-content{display: none;}
.sml_tit { font-size: 16px; color: #65686E; font-weight: 600; display: block; margin-bottom: 22px;}
.bullbar_block .sechead_md { margin-bottom: 0px;}
.resp-tabs-list li.resp-tab-active,.resp-tabs-list li:hover{color:#FFFFFF;background-color:#171717;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border: 0px solid #c1c1c1; }
.resp-tab-content h5{color: #000000;}
h2.resp-accordion {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #E5E5EC;
  border-top: 0px solid #E5E5EC;
  margin: 0px;
  padding: 14px 30px 14px 0;
  letter-spacing: 0.4px;
}

h2.resp-tab-active {
  border-bottom: 1px solid #E5E5EC !important;
  margin-bottom: 0px !important;
  padding: 10px 0px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
 
}

/*-----------Vertical tabs-----------*/
.broch-listing.resp-vtabs{justify-content: space-between;display: flex !important;flex-wrap: wrap;}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 0px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none;padding: 0; }

.resp-vtabs li.resp-tab-active {
  border: 0px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow{position: absolute;
    right: 0px;
    top: 20px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 14px;
    border: 1px solid #F0F0EA;
    background-color: #F0F0EA;
    border-radius: 100%;}

  .resp-arrow:after {
    content: "\f107";
    font-size: 12px;
    color: #000;
    font-family: "FontAwesome";
    font-weight: 800;line-height:18px;
}
.resp-accordion.resp-tab-active .resp-arrow:after {  content: "\f106"; }

/*.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;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}*/

/*-----------Accordion styles-----------*/

/*h2.resp-tab-active { background: #DBDBDB !important; }*/

/* .resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border-bottom: 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: 0px solid #c1c1c1 !important; border-left: 0;border-right: 0;}

h2.resp-accordion span, h2.resp-accordion label { display: block;}
h2.resp-accordion span { line-height: 16px; margin-bottom: 8px;}
h2.resp-accordion label { line-height: 18px;} */


@media (max-width: 1599.98px) {

  
  .resp-tabs-list li label {padding: 0px 0 0; }
  /* .resp-tabs-container {padding: 35px 35px;  margin-bottom: 40px;} */
  
}

/* Extra Large devices (large desktops, less than 1440px) */
@media (max-width: 1439.98px) {
  .resp-tabs-list li label {
    padding: 3px 0 0;
    line-height: 18px;
  } 
  
  .resp-tabs-list li{margin: 0 10px;}
  .resp-tabs-list li{font-size:15px;letter-spacing:0.30px;}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
  /* .resp-tabs-list li {
    padding: 15px 10px;font-size: 14px;
} */

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}
@media (max-width: 575.98px) {
  
  .resp-tabs-list li{margin:0 10px;padding: 10px 0px;line-height:18px;letter-spacing:1.2px;min-width:auto;}
  ul.resp-tabs-list {
    margin:0px 0 0;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 100vw;
    overflow-x: scroll;
    position: relative;
    justify-content: flex-start;
    overflow-y: hidden;
  }
  .resp-tabs-list li{font-size:14px;letter-spacing:0.20px;}
  .resp-tabs-list li.resp-tab-active::after{display:none;}
  .resp-tabs-container{padding:15px 0 0 0;}
  
} 


