.banner__bg-three {
    background-size: cover;
    background-position: center;
    padding: 220px 0 0;
    min-height: 700px;
    position: relative;
    overflow: hidden;
    margin-top: -175px;
    z-index: -1;
}
/*.banner__content-three .title {*/
/*    margin-bottom: 30px;*/
/*    font-size: 50px !important;*/
/*    text-transform: capitalize;*/
/*    font-weight: 600 !important;*/
/*    color: #0d0b0d;*/
/*}*/
/*.banner__content-three .sub-title {*/
/*    font-size: 17px;*/
/*    color: #1f95cd;*/
/*    font-weight: 600;*/
/*    display: block;*/
/*    text-transform: uppercase;*/
/*    line-height: 1.2;*/
/*    margin-bottom: 10px;*/
/*}*/
.services__details-wrap {
    padding: 0 20px;
}
/* Button style
===============================*/
.btn {
    background: #1f95cd none repeat scroll 0 0;
    color: white;
    cursor: pointer;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 24px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Details Area */
/* ===============================*/
.services__details-area {
    padding: 65px 0;
}
.sidebar__cat-list-two .active {
    background: #004fb6 !important;
    color: white !important;
    border-color: #004fb6 !important;
}
/* Side bar */
/* .services__sidebar {
    margin-right: 20px;
} */
.list-wrap {
    margin: 0px;
    padding: 0px;
}
.sidebar__cat-list-two .list-wrap li {
    margin-bottom: 10px;
}
.list-wrap li {
    list-style: none;
}
.sidebar__cat-list-two .list-wrap li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ecf6fa;
    border: 1px solid #E0EEF3;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #3e4073;
}
.sidebar__cat-list-two .list-wrap li a:hover {
    background: #004fb6;
    color: white;
    border-color: #004fb6;
}
.sidebar__widget {
    border: 1px solid #dadbec;
    padding: 26px 30px 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.sidebar__widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
    padding-bottom: 12px;
    position: relative;
}
.sidebar__widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #1f95ce;
}
.sidebar__widget-two {
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.sidebar__brochure a {
    display: flex;
    align-items: center;
    background: #1f95ce;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    gap: 12px;
    margin-bottom: 10px;
}
.sidebar__brochure a:hover {
    background: #004fb6;
}
.sidebar__post-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.sidebar__post-content .title {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}
.sidebar__post-content .date {
    display: flex;
    align-items: center;
    color: #83849E;
    font-size: 15px;
    gap: 5px;
}
/*.services__sidebar {*/
/*    margin-right: 40px;*/
/*}*/
.sidebar__post-content .title a {
    color: #1f95ce;
}

.sidebar__post-content .title a:hover {
    color: #004fb6;
}
.sidebar__contact {
    background: #004fb6;
    border-radius: 10px;
    padding: 50px 40px 55px;
    text-align: center;
}
.sidebar__contact .title {
    color: white;
    margin-bottom: 30px;
    font-size: 20px !important;
    font-weight: 700 !important;
}

/* Main Section */
.services__details-thumb:after{content:''; width:100%; height:100%; position:absolute; top:0%; left:0%; background:rgba(0,0,0, 0.7);}
.services__details-thumb img {
    border-radius: 10px;
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}
.services__details-content > .title {
    margin-bottom: 22px;
    font-size: 40px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    color: #004fb6 !important;
}
.services__details-thumb {
	max-height: 400px;
    overflow: hidden;
    margin-bottom: 35px;
    position: relative;
}
.inner-banner-tittle {
    position: absolute;
    top:50%;
    font-size: 70px;
    font-weight: 800;
    color: white;
    left:50%;
	z-index:1;
	transform:translate(-50%, -50%);
}
.services__details-content > p {
    margin-bottom: 20px;
}
.services__details-list-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #E5E7E8;
    border-radius: 10px;
    padding: 30px 30px;
    margin-bottom: 30px;
    height: 250px;
}
.services__details-list-box .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f95ce;
    flex: 0 0 auto;
    border-radius: 8px;
    color: white;
    font-size: 50px;
    line-height: 0;
}
.services__details-list-box .sidebar__widget-title {
    margin-bottom: 12px;
}
/* .services__details-list-box .list-box-content p {
    font-size: 14px;
} */
.services__details-list-box .list-box-content {
    font-size: 14px;
    height: 135px;
    overflow: auto;
    padding-right: 5px;
}
/* width */
.services__details-list-box .list-box-content::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  .services__details-list-box .list-box-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
  }
   
  /* Handle */
  .services__details-list-box .list-box-content::-webkit-scrollbar-thumb {
    background: #1f95ce; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .services__details-list-box .list-box-content::-webkit-scrollbar-thumb:hover {
    background: #004fb6; 
  }
  /* .list-box-content ul {
    list-style: none;
    padding: 0;
} */
.list-box-content li:before {
    color: #1f95ce;
}

/* .list-box-content li:hover svg {
    color: #004fb6;
} */
.list-box-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #004fb6ad;
}
.list-box-content ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
  }
  
  .list-box-content li {
    padding-left: var(--icon-space);
  }
  
  .list-box-content li:before {
    content: "\f101"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
  }
  .flaticon-life-insurance:before {
    content: "\f02f";
    font-family: FontAwesome;
    font-size: 45px;
    font-style: normal;
}
.flaticon-insurance-agent:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 45px;
    font-style: normal;
}
.flaticon-life-bank:before {
    content: "\f19c";
    font-family: FontAwesome;
    font-size: 40px;
    font-style: normal;
}
.flaticon-insurance-group:before {
    content: "\f0c0";
    font-family: FontAwesome;
    font-size: 40px;
    font-style: normal;
}
.services__details-list-box:hover .icon {
    background-color: #004fb6;
}