.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner-container .banner-text {
  position: absolute;
  bottom: 15%;
  right: 12%;
}
.tp-banner-container .banner-text .desc {
  background: #ffffffde;
  float: right;
  width: 508px;
  padding: 20px;
  border-bottom: 6px solid #2672b5;
}
.tp-banner-container .banner-text .desc h1 {
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  line-height: 48px;
  color: #2672b5;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  padding: 0 0 8px;
  margin: 0;
}
.tp-banner-container .banner-text .desc h4 {
  font-size: 21px;
  line-height: 23px;
  padding: 0 0 8px;
  margin: 0;
}
.tp-banner-container .banner-text .desc a {
  background: #525866;
  border-radius: 5px;
  transition: all 600ms ease-in-out;
  margin: 0;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  font-weight: 500;
}
.tp-banner-container .banner-text .desc a:hover {
  background: #2672b5;
}
.tp-banner-container .banner-text .desc p {
  padding: 0 0 20px;
}
.tp-banner {
  width: 100%;
  position: relative;
  height: inherit !important;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.imgboxb img {
  width: 100%;
  height: 100%;
}
.textb1 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.textb1 p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 26px;
  padding: 0 0 10px;
  margin: 0;
}
ul.tabs_box {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tabs_box li {
  background: none;
  color: #222;
  display: block;
  padding: 15px;
  cursor: pointer;
  font-size: 20px;
  border: 1px solid #ededed;
  border-right: 0;
}
ul.tabs_box li.active {
  background: #2672b5;
  color: #fff;
}
.tab_content1 {
  display: none;
}
.mt1 {
  margin-top: 90px;
}
.tab_content1.active {
  display: inherit;
}
.text_tabs h3 {
  font-size: 25px;
  color: #000;
  line-height: 30px;
  font-weight: 600;
  padding: 10px 0;
  margin: 0;
}
.text_tabs h4 {
  font-size: 25px;
  color: #000;
  line-height: 30px;
  font-weight: 600;
  padding: 0 0 10px;
  margin: 0;
}
.text_tabs p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 26px;
  padding: 0 0 10px;
  margin: 0;
}
.text_tabs ol {
  padding: 0 0 15px;
  margin: 0;
}
.text_tabs ol li {
  font-size: 16px;
  color: #4d4d4d;
  padding: 0 0 10px;
  margin: 0;
}
.text_tabs ul {
  padding: 0 0 15px;
  margin: 0;
}
.text_tabs ul li {
  font-size: 16px;
  color: #4d4d4d;
  padding: 0 0 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .tp-banner-container .banner-text .desc {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .tp-banner-container .banner-text {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .tp-banner-container .banner-text .desc h1 {
    font-size: 24px;
  }
}
.z-tabs.horizontal>ul>li {
  width: auto !important;
}