.hm_newtab_wrap{
    background: #0d0d0f;
    margin-top: -8px;
    /* display: block; */
    /* position: relative; */
}
.hm_newtab_area {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    border-top: 4px solid #ff6000;
}
.hm_tab_areabox {
    width: 75%;
    position: relative;
}
.tab_areabox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.tab_left_box{
    background: #08080a;
    width: 25%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    padding: 24px 30px;
}
.tab_left_box ul{width: 100%;}
.tab_left_box ul li {
    margin-bottom: 7px;
    padding-left: 59px;
    margin-bottom: 7px;
    background-repeat: no-repeat;
    background-position: 0 23px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding: 18px 0 18px 44px;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
}
.tab_left_box ul li:first-child{
     background-image:  url(../images/tab_left_icon1.png);
}
.tab_left_box ul li:nth-child(2){
     background-image:  url(../images/tab_left_icon2.png);
}
.tab_left_box ul li:last-child{
     background-image:  url(../images/tab_left_icon3.png);
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.tab_left_box ul li strong{
    color: #cacaca;
    text-transform: uppercase;
}
.tab_left_box ul li p{
    color: #8f8f8f;
}
.tab_content_box{
    width: 78%;
    padding: 50px;
    /* padding-bottom: 0; */
    height: 100%;
}
.tab_content_box h4{
    color: #ff6100;
    font-weight: 400;
    font-size: 27px;
}
.tab_content_box p{
    width: 100%;
    color: #979898;
}
.tab_content_box .main_btn{}
.tab_content_box .main_btn a{}


ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  text-align: center;
  position: absolute;
  left: 0;
  /* right: 0; */
  top: -53px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.resp-tabs-list li {
  /* font-weight: 600; */
  font-size: 16px;
  /* display: inline-block; */
  /* margin: 0; */
  list-style: none;
  cursor: pointer;
  /* float: left; */
  margin-right: -22px;
  filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 9;
}
.resp-tabs-list li .tag{
    background: rgb(255 97 0);
    color: #fff;
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    padding: 14px 26px;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.resp-tabs-list li .tag:hover {
        background-color: #0d0d0f;
}
.resp-tabs-container {
  padding: 0px;
  clear: left;
  height: 100%;
    background-image: url(../images/new_tab_bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0 0 0 / 73%);
    background-blend-mode: multiply;
    background-position: 100% 32%;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
div#horizontalTab {
    height: 100%;
}
.resp-tab-content {

  display: none;
  /*background-image: url(../images/new_tab_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;

  background-position: right;*/
}

.resp-tab-active {
  /* border: 1px solid #c1c1c1; */
  /* border-bottom: none; */
  /* margin-bottom: -1px !important; */
  /* padding: 12px 14px 14px 14px !important; */
}

.resp-tabs-list li.resp-tab-active .tag {
  /* border: none; */
  background-color: #0d0d0f;
  z-index: 999;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content {  }

h2.resp-accordion {
  font-size: 18px;
  border: 1px solid #ff6000;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 14px 5%;
  background: #000000;
  color: #fff;
  font-weight: 400;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  /* padding: 10px 20px !important; */
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
.tabrm_cntnt {
    min-height: 74px;
}
/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.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: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px 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 {
  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: #ffffff !important;color: #000;}

.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 !important; }
/*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; }
}
/*============= custom responsive ===============*/
@media screen and (max-width: 1920px) and (min-width: 1601px) {      }
@media screen and (max-width: 1440px) { 
.resp-tabs-list li .tag {
    padding: 14px 22px;
}



}
@media screen and (max-width: 1366px) {   
.resp-tabs-list li {
    font-size: 14px;
}


}
@media screen and (max-width: 1280px) {      }
@media screen and (max-width: 1200px) {   
.tab_left_box {
    width: 100%;
    padding: 30px 5% 60px;
}

ul.resp-tabs-list {
    /* position: relative; */
    /* top: 0; */
    left: 5%;
}

.hm_tab_areabox {
    width: 100%;
    border-top: 4px solid #ff6000;
    /* padding-bottom: 89px; */
}

.tab_left_box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.tab_left_box ul li {
    width: 100%;
    border-bottom: 1px dashed #ccc;
}


}
@media screen and (max-width: 1199px) {      }
@media screen and (max-width: 1080px) {      }
@media screen and (max-width: 1024px) {      }
@media screen and (max-width: 991px) { 
.tab_content_box {
    width: 100%;
    padding: 30px 5%;
    /* padding-bottom: 0; */
    height: 100%;
}
.resp-tab-content {
    background: none;
}


}
@media screen and (max-width: 960px) {      }
@media screen and (max-width: 900px) {      }
@media screen and (max-width: 812px) {      }
@media screen and (max-width: 800px) {      }
@media screen and (max-width: 768px) {  
.tabrm_cntnt {
    min-height: inherit;
}

}
@media screen and (max-width: 767px) {      }
@media screen and (max-width: 736px) {      }
@media screen and (max-width: 667px) {      }
@media screen and (max-width: 640px) {      }
@media screen and (max-width: 568px) {      }
@media screen and (max-width: 533px) {      }
@media screen and (max-width: 480px) {      }
@media screen and (max-width: 414px) {      }
@media screen and (max-width: 375px) {      }
@media screen and (max-width: 360px) {      }
@media screen and (max-width: 320px) {      }