/*!-- Services css  documentation
********************************************************************************
This page is written for to style both General insurance and Life insurance

********************************************************************************
[Tabel of Contents]
********************************************************************************
1. Side navigation style
2. Services content style

********************************************************************************


/***************************************************************************** ******************************
1. side navigation style
***************************************************************************************************************/

.section {
  padding: 3em 0;

}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.services_container{
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.cta-link {
  background: #007bff;
  padding: 3.5em 0 1em 0;
  display: block;
  text-align: center;
}

.cta-link:focus, .cta-link:active {
  outline: none;
}

.cta-link span {
  line-height: 1.2;
}

.cta-link .sub-heading {
  color: #fff;
  display: block;
  font-size: 20px;
}

.cta-link .heading {
  font-size: 50px;
  color: #001933;
}

@media (max-width: 991px) {
  .cta-link .heading {
    font-size: 30px;
  }
}
.cta-link:hover {
  background: #006fe6;
}

.cover_1 {
  background-size: cover;
  background-position: center center;
  padding: 7em 0;
}

.cover_1 .sub-heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.cover_1 .heading {
  font-size: 50px;
  color: white;
  font-weight: 300;
}


.custom-tabs .border-right {
  border-right: 1px solid #dee2e6;

}

@media (max-width: 767px) {
  .custom-tabs .border-right {
    border-right: none;
  }
}

.custom-tabs .nav-pills .nav-link {
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  color:#0b0d0d;
  line-height: 1.2;
  margin-bottom: 10px;
  outline:none;

}

.custom-tabs .nav-pills .nav-link span {
  font-size: 14px;
}

.custom-tabs .nav-pills .nav-link.active {
  background: none;
  color: #007bff;
  font-size: 14px;
  background-color: #e7f0ff;
  padding-left: 15px;
  position: relative;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-weight: 600;
  outline:none;
}

.custom-tabs .nav-pills .nav-link.active:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 10px;
  left: 0;
  width: 6px;
  height: 36px;
}


/************************************************************/

/************************************************************************************************************************
 2. Style for the list contents in the services
 ***********************************************************************************************************************/

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #5AC8D8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

.custom-tabs .border-right {
  border-right: 1px solid #dee2e6;

}

@media (max-width: 767px) {
  .custom-tabs .border-right {
    border-right: none;
  }
}

.custom-tabs .tab-pane h2 {

  font-weight: 800;
}
.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #5AC8D8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

/** Unordered list properties: color, font size, padding left **/
ul {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-top: 0;
    margin-bottom: 1rem;
}

  /** Unordered list properties: color, font weight, line height **/
  .unordered_list {
    position: relative;
    padding-left: 20px;
    line-height: 1.8em !important;

  }

  /** Unordered list Items properties: color, font weight, line height **/
  .unordered_list li span {
      font-weight: 400;
      color: #141823;
  		list-style-type: disk;
  }

  /** Unordered list Items properties: color, font weight, line height **/
  .unordered_list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
    font-size: 18px;
    color: #141823;
    padding-bottom: 10px;
  }

  /** Unordered list circle properties: color, font weight, line height **/
  .unordered_list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #007bff;
    background: #fff;
    top: 10px;
    left: 0;
    border-radius: 50%;

  }
/************************************************************************/
