/* Fire Inner page content */

.innerpage {
  width: 100%;
  float: left;
  min-height: 450px;
  background-color: white;
  margin-top: 10px;
}

.innerpage .main {
  max-width: 1158px;
  margin: 0 auto;
}

.innerpage .container {
  position: relative;
  float: left;
}

.breadcrumb {
  width: 100%;
  float: left;
  padding: 10px 0;
  border-bottom: #ccc 1px solid;
  background-color: white;
  margin-bottom: 10px;
}

.breadcrumb li {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  color: #161616;
  position: relative;
}

.innerpage a {
  color: #2170b3;
  text-decoration: none;
  font-weight: bold;
}

.innerpage a:hover {
  color: #000;
}

.breadcrumb a {
  color: #2170b3;
  text-decoration: none;
  font-weight: bold;
}

.breadcrumb a:hover {
  color: #000 !important;
}

.breadcrumb li:after {
  background: #fba843;
  position: absolute;
  right: -18px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  content: "";
  display: block;
  top: 8px;
}

.txtheading {
  background: #01245e;
  float: left;
  padding: 10px 0;
  width: 100%;
}

.txtheading h1 {
  color: #fff;
  font-size: 37px;
  font-weight: 600;
  padding: 10px 31px;
}

.btns {
  float: right;
  position: absolute;
  right: 24px;
  text-align: right;
  top: 102px;
}

.btns li {
  display: inline-block;
  text-align: center;
  color: #fff;
  margin: 0 5px;
}

.btns li a {
  background: #ff8b00;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
}

.normal_text_page {
  float: left;
  width: 100%;
}

.imgrt {
  float: right;
  margin-left: 12px;
}

.txtlist h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 30px 0;
  margin-top: 20px;
  padding: 7px 20px;
  position: relative;
}

.txtlist {
  margin-left: -35px;
}

.manin-coverage {
  margin-left: -35px !important;
  line-height: 30px;
}

.txtlist li::before {
  content: none !important;
}

.txtlist h3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff8b00;
}

.normal_text_page ol {
  margin-left: 20px;
}

.normal_text_page ol li {
  color: #000;
}

.normal_text_page ol li::before {
  content: none !important;
}

/* 
Corporatepolicy Insurance */

.services_box1 > li:first-child {
  border-left: none;
}

.services_box1 > li {
  width: 49%;
  float: left;
  text-align: center;
  border-left: #ccc 1px solid;
  min-height: 280px;
}

.serviceicon span {
  border: 1px solid #ff8b00;
  border-radius: 50%;
  display: inline-block;
  height: 150px;
  padding: 25px;
  width: 150px;
  margin-left: 15px;
}

.serviceicon img {
  max-width: 105px;
  max-height: 105px;
  padding: 20px;
}

.services_box1 h2 {
  color: #000;
  font-size: 22px;
  margin: 10px 0;
}

.corporate_header {
  margin-bottom: 20px;
}

.servicelist a {
  font-size: 15px;
  font-weight: bold;
}

.general_top {
  text-align: center;
}

.serviceicon h2 {
  color: #000;
  font-size: 22px;
  margin: 10px 0;
}

.general_bottom {
  text-align: center;
  display: inline-block;
  width: 100%;
  float: left;
}

.servicelist2 li {
  display: inline-block;
  background: #f1f1f1;
  padding: 10px;
  margin: 10px;
  font-size: 15px;
}

.general_list li {
  width: 25%;
  font-weight: bold;
}

.general_list li a:hover {
  color: #000;
}
