h1 {
  font-size: 1.6rem;
  margin-bottom: 1.75rem;
  color: #111;
  line-height: 1.4;
  margin-top: 0;
  font-weight: 600;
}

h1 span {
  color: #f04c39;
}

h2 {
  font-size: 1.25rem;
  color: #111;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  font-weight: 600;
}

h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #f04c39;
  line-height: 1.4;
  margin-top: 0;
  font-weight: 600;
}

body {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.9rem;
  color: #333;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow-x: hidden;
}

a {
  color: #f04c39;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #0e4e91;
}

.a:focus {
  border: none;
  outline: none;
}

.btn {
  background: #f04c39;
background: linear-gradient(90deg, #00BFFF 0%, #1E90FF 50%, #00008B 100%);


  font-size: 0.8rem;
  border-radius: 0.25rem;
  border: none;
  padding: 0.75rem 2.35rem 0.75rem 1.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.btn-sm {
  background: #f04c39;
background: linear-gradient(90deg, #00BFFF 0%, #1E90FF 50%, #00008B 100%);


  font-size: 0.8rem;
  border-radius: 0.25rem;
  border: none;

  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}


.btn .bi-arrow-right {
  margin-left: 0.25rem;
}

.btn:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff !important;
  background: #f68426;
}
.btn-sm:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff !important;
  background: #f68426;
}

.btn-border {
  color: #0e4e91;
  border: 1px solid #0e4e91;
  background: none;
}

.btn-border:hover {
  background: #0e4e91;
  color: #fff;
}

.asterisk {
  color: #e40909;
}

.bdrradius {
  border-radius: 0.5rem;
}

.card-box {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
}

.clear {
  clear: both;
}

.bi {
  font-size: 1.15rem;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb li {
  margin-bottom: 0.75rem !important;
  font-size: 0.75rem;
}



.mgb1 {
  margin-bottom: 1rem;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pd-right {
  padding-right: 2rem;
}

.pd-left {
  padding-left: 2rem;
}

.positionrelative {
  position: relative;
}

.form-control {
  font-size: 0.9rem;
}

textarea.form-control {
  min-height: calc(7em + 0.75rem + 2px);
}

.form-select {
  height: calc(2.75rem + 8px);
  padding: 1rem;
  font-size: 0.9rem;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(2.75rem + 8px);
  padding: 1rem;
  border-radius: 0.35rem;
}

.form-floating > label {
  padding: 0.75rem 1rem;
  color: #333;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  color: #333;
}

.form-control[type="file"] {
  font-size: 0.9rem;
}

.hasDatepicker::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker:-ms-input-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker::-ms-input-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker::placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.radio-input {
  visibility: hidden;
  display: none;
}

.radio-label {
  position: relative;
  padding-left: 2rem;
  margin-right: 1.5rem;
}

.radio-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
}

.radio-border {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  top: -2px;
  border: 1px solid #999;
}

.radio-input:checked + .radio-label:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #f04c39;
}

.form-check {
  padding-left: 2em;
  margin-bottom: 1rem;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
}

.form-check .form-check-input {
  margin-left: -2em;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.2em;
}

.table td,
.table th {
  padding: 0.5rem 1rem;
}



.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  background: -webkit-gradient(linear, left top, right top, from(#f04c39), to(#faa41b));
  background: linear-gradient(90deg, #f04c39 0%, #faa41b 100%);
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  right: 1rem;
  bottom: 6rem;
  border-radius: 50%;
  padding-top: 0.15rem;
}

.scroll-top-wrapper i {
  font-size: 1.3rem;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1 !important;
}

@media (max-width: 575px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.25rem);
    padding-left: var(--bs-gutter-x, 1.25rem);
    margin-right: auto;
    margin-left: auto;
  }
}

.search-wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#f04c39), to(#faa41b));
  background: linear-gradient(90deg, #f04c39 0%, #faa41b 100%);
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.search-wrapper .search-close {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  font-size: 3rem;
  cursor: pointer;
}

.search-wrapper .search-close:hover {
  opacity: 0.6;
}

.search-wrapper .search-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-wrapper .search-container .search {
  width: 40rem;
  margin: auto;
}

.search-wrapper .search-container .search .search-field {
  margin-bottom: 2rem;
}

.search-wrapper .search-container .search .search-field .form-floating button {
  background: none;
  float: right;
  color: #666;
  border: none;
  position: absolute;
  right: 1rem;
  padding-top: 0.65rem;
  font-size: 1.4rem;
  cursor: pointer;
}

.search-wrapper .search-container .search .search-field .form-floating button:hover {
  color: #0e4e91;
}

.search-wrapper .search-container .search .search-field .form-floating input {
  padding-left: 2rem;
  height: 4rem;
}

.search-wrapper .search-container .search .search-field .form-floating label {
  padding-left: 2rem;
  padding-top: 1.25rem;
  font-size: 1rem;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
}

.loader img {
  width: 18rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9rem;
  margin-top: -4rem;
}

.iconactive {
  background: linear-gradient(-45deg, #f04c39, #faa41b);
  background-size: 300% 300%;
  -webkit-animation: gradient 2s ease infinite;
          animation: gradient 2s ease infinite;
  color: #fff;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

header .header-topbar {
  padding: 0.5rem 0;
  color: #fff;
  font-size: 0.8rem;
  background: #337AB7;
}

header .header-topbar .top-menu {
  float: left;
}

header .header-topbar .top-menu ul {
  margin: 0;
  padding: 0;
}

header .header-topbar .top-menu ul li {
  float: left;
  display: block;
  margin-right: 1.5rem;
}

header .header-topbar .top-menu ul li a {
  color: #fff;
}

header .header-topbar .top-menu ul li a:hover {
  opacity: 0.5;
}

header .header-topbar .top-menu ul li a i {
  margin-right: 0.2rem;
  font-size: 0.85rem;
}

header .header-topbar .top-menu ul li i {
  font-size: 0.85rem;
}

header .header-topbar .top-menu ul li:last-child {
  margin-right: 0;
}

header .header-topbar .header-right {
  float: right;
}

header .header-topbar .header-right .bi-bell {
  position: absolute;
  margin-left: -15px;
}

header .header-topbar .lan-switch-dropdown {
  float: left;
}

header .header-topbar .lan-switch-dropdown select {
  border: 1px solid #f04c39;
  border-radius: 0.2rem;
  background: #f04c39;
  color: #fff;
}

header .header-topbar .lan-switch-dropdown .wide {
  background: none;
  border: none;
  height: 24px;
  line-height: 2;
  padding-left: 0;
  font-size: 0.8rem;
}

header .header-topbar .lan-switch-dropdown .wide .list {
  color: #333;
}

header .header-topbar .lan-switch-dropdown .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.slideshow {
  overflow: hidden;
}

.slideshow .carousel-indicators {
  display: none;
}

.slideshow .slidecaptionwrapper {
  position: relative;
}

.slideshow .slidecaptionwrapper .slidecaption {
  color: #fff;
  text-align: left;
  z-index: 3;
  position: absolute;
  top: 8rem;
}

.slideshow .slidecaptionwrapper .slidecaption h1 {
  margin-bottom: 1rem;
  color: #fff;
}

.slideshow .slidecaptionwrapper .slidecaption h3 {
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.5;
  height: 3rem;
  overflow: hidden;
  font-weight: normal;
  font-size: 1rem;
}

.content-pd {
  padding: 3.5rem 0;
}

.title {
  text-align: center;
}

.title h1 {
  text-transform: capitalize;
}

.title h1 span {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  line-height: 2.5;
}

.title h1 span::after {
  content: '';
  width: 25px;
  height: 1px;
  background: #f04c39;
  position: absolute;
  margin-top: 20px;
  right: -30px;
}

.title h1 span::before {
  content: '';
  width: 25px;
  height: 1px;
  background: #f04c39;
  position: absolute;
  margin-top: 20px;
  left: -30px;
}

.iconblock {
  padding: 3rem 0 2rem 0;
  font-size: 0.85rem;
}

.iconblock a {
  color: #000;
}

.iconblock a .card-box {
  padding: 0.75rem 0.25rem;
  text-align: center;
  margin-bottom: 1rem;
  min-height: 6.5rem;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.iconblock a .card-box img {
  width: 3.25rem;
  margin-bottom: 0.5rem;
}

.iconblock a:hover .card-box {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.promotional-offer img {
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.ceomessage {
  padding-bottom: 0;
  color: #111;
  background: url(images/raybg.jpg) no-repeat #f2f2f2;
  background-size: cover;
}

.ceomessage .title {
  text-align: left;
}

.ceomessage .comma {
  width: 5rem;
  position: absolute;
  margin-top: -1rem;
}

.product {
  background: #f2f2f2;
}

.product .product-single {
  margin: 1rem 0.5rem;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}

.product .product-single img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product .product-single img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product .product-single .card-desc {
  padding: 1rem;
  background: #fff;
  position: relative;
  height: 9.5rem;
}

.product .product-single .card-desc h2 {
  color: #111;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: block;
  max-height: 2.75rem;
  overflow: hidden;
}

.product .product-single .card-desc h2:hover {
  color: #f04c39;
}

.product .product-single .card-desc .beief-desc {
  height: 4.5rem;
  overflow: hidden;
}

.mobileapp .mobileappdownload {
  margin-top: 1.5rem;
}

.mobileapp .mobileappdownload h3 {
  margin-bottom: 1rem;
  color: #111;
}

.mobileapp .mobileappdownload img {
  height: 4.5rem;
  width: auto;
  margin-bottom: 1rem;
}

.mobileapp .mobileappdownload img:hover {
  opacity: 0.7;
}

.mobileapp .mobileappdownload .appcount {
  float: left;
  margin-right: 2rem;
  margin-top: 1.5rem;
}

.mobileapp .mobileappdownload .appcount h1 {
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 0.5;
}

.mobileapp .mobileappdownload .appcount h1 span {
  color: #f04c39;
  font-size: 1rem;
}

.mobileapp .mobileappdownload .qrcode {
  margin-top: 1rem;
  float: left;
  margin-right: 1rem;
}

.mobileapp .mobileappdownload .qrcode img {
  width: 5rem;
  height: auto;
}

.mobileapp .appfeatures {
  margin-top: 2.5rem;
}

.mobileapp .appfeatures ul {
  padding: 0;
  margin: 0;
}

.mobileapp .appfeatures ul li {
  display: inline-block;
  text-align: center;
  margin: 0 1.65rem;
}

.mobileapp .appfeatures ul li .featuresicon {
  border: 1px solid #ccc;
  border-radius: 50%;
  padding-top: 1rem;
  width: 5rem;
  height: 5rem;
  margin: auto;
  margin-bottom: 0.5rem;
}

.mobileapp .appfeatures ul li .featuresicon img {
  width: 3rem;
}

.overview {
  padding: 6.5rem 0 7.5rem 0;
  background: url(images/countbg.png) 0 2rem no-repeat;
  background-size: 37%;
}

.overview .overview-details {
  text-align: center;
  font-size: 1rem;
}

.overview .overview-details img {
  width: 4.5rem;
  margin-bottom: 0.5rem;
}

.overview .overview-details h2 {
  color: #f04c39;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.news {
  padding-top: 3rem;
}

.news .card-desc {
  height: 7.5rem !important;
}

.news .card-desc .newsdate {
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
  color: #666;
}

.video img {
  border-radius: 0.5rem;
}

.infoofficer {
  margin-bottom: 1.5rem;
}

.infoofficer h2 {
  margin-bottom: 0.5rem;
}

.infoofficer h3 {
  color: #f04c39;
  margin-bottom: 0;
}

.infoofficer h3 span {
  color: #111;
  font-weight: 400;
}

.infoofficer .infoofficerphoto {
  float: left;
  margin-right: 1rem;
  width: 7rem;
}

.infoofficer .infoofficerphoto img {
  border: 1px solid #ccc;
  padding: 0.25rem;
  border-radius: 0.25rem;
}

.infoofficer .infoofficerdesc {
  float: left;
}

.infoofficer .infoofficerdesc ul {
  margin: 0;
  padding: 0;
}

.infoofficer .infoofficerdesc ul li {
  display: block;
  color: #333;
}

.infoofficer .infoofficerdesc ul li i {
  margin-right: 0.25rem;
}

.infoofficer .infoofficerdesc ul li a {
  color: #333;
}

.reinsurer .card-box {
  margin-bottom: 0;
}

.reinsurer .card-box h2 {
  margin-bottom: 0.5rem;
}

.reinsurer .card-box .reinsurer-list {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reinsurer .card-box .reinsurer-list a img {
  padding: 0 1.5rem;
}

.testimonials {
  padding-top: 3rem;
}

.testimonials .card-box {
  padding: 2rem 1.5rem 1.5rem 2rem;
  margin-top: 0.75rem;
}

.testimonials .card-box .comma {
  width: 5.5rem !important;
  position: absolute;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}

.testimonials .card-box .testperson-photo {
  float: left;
  margin-right: 1rem;
  width: 4.5rem;
}

.testimonials .card-box .testperson-photo img {
  border-radius: 50%;
}

.testimonials .card-box .test-name {
  float: left;
}

.testimonials .card-box .test-name h4 {
  font-size: 1.1rem;
  color: #f04c39;
}

.testimonials .card-box .test-name h4 span {
  color: #333;
  font-size: 0.9rem;
}

.paymentpartner .owl-item {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  border-radius: 0.25rem;
}

.paymentpartner img {
  height: 40px;
  width: auto !important;
  margin: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.paymentpartner img:hover {
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blockwidget {
  background: #f2f2f2;
}

.blockwidget h2 {
  color: #f04c39;
}

.blockwidget .helpbox {
  background: #f04c39;
  color: #fff;
  padding: 2rem 2rem 0 5rem;
  border-radius: 0.5rem;
  min-height: 18.2rem;
  font-size: 0.8rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.blockwidget .helpbox i {
  float: left;
  font-size: 2rem;
  margin-left: -3rem;
}

.blockwidget .helpbox h1 {
  color: #fff;
  font-size: 1rem;
}

.blockwidget .helpbox a {
  color: #fff !important;
}

.blockwidget .or {
  position: absolute;
  background: #fff;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 3;
  margin-top: 7rem;
  z-index: 2;
  margin-left: -2.3rem;
}

.blockwidget .or span {
  border: 1px solid #f04c39;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem 0.4rem;
  color: #f04c39;
}

.blockwidget .card-box {
  margin-bottom: 0;
  background: #faa41b;
  color: #fff;
  min-height: 18.2rem;
}

.blockwidget .card-box .btn {
  background: #f04c39;
}

.blockwidget .connectbox {
  min-height: 18.2rem;
}

.blockwidget .connectbox .card-box {
  background: #fff;
  padding-bottom: 1rem;
}

.blockwidget .connectbox .card-box .connectanimated {
  text-align: center;
}

.blockwidget .connectbox .card-box .connectanimated a img {
  width: 13rem;
  margin: auto;
}

.blockwidget iframe {
  width: 100%;
  border-radius: 0.5rem;
}

footer {
  color: #fff;
  background: #094681;
  padding-bottom: 0 !important;
  padding-top: 1.5rem !important;
  font-size: 0.8rem;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  opacity: 0.5;
}

footer .footer-head {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #fff;
}

footer .footer-logo {
  margin-bottom: 0.5rem;
}

footer .footer-logo img {
  width: 12rem;
}

footer .footer-listing {
  margin-bottom: 1rem;
}

footer .footer-listing ul {
  margin: 0;
  padding: 0;
}

footer .footer-listing ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 0.5rem;
}

footer .footer-listing ul li small {
  opacity: 0.8;
}

footer .bottom-footer {
  background: #0e4e91;
  padding: 0.5rem 0;
  margin-top: 1.5rem;
  color: #fff;
}

footer .bottom-footer a {
  color: #fff;
}

footer .bottom-footer a:hover {
  color: #fff;
  opacity: 0.5;
}

footer .bottom-footer .social-link {
  margin-top: 0.4rem;
}

footer .bottom-footer .social-link ul {
  margin: 0;
  padding: 0;
}

footer .bottom-footer .social-link ul li {
  display: inline;
  margin-right: 0.5rem;
}

footer .bottom-footer .social-link ul li a i {
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.85rem;
  line-height: 2.3;
  text-align: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .bottom-footer .social-link ul li a i:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .bottom-footer .lastupdated {
  text-align: center;
}

footer .bottom-footer .copyright {
  text-align: center;
  margin-top: 0.25rem;
}

footer .bottom-footer .poweredby {
  text-align: right;
  margin-top: 0.75rem;
}

.inner-content {
  padding: 2rem 0 !important;
  min-height: 25rem;
}

.inner-content h3 {
  color: #f04c39;
}

ul.cont-list {
  padding-left: 1.5rem;
}

ul.cont-list li {
  margin-bottom: 0.75rem;
  list-style-type: none;
  position: relative;
}

ul.cont-list li::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #f04c39;
  position: absolute;
  top: 0.5rem;
  left: -1.25rem;
}

.contact-details ul {
  margin: 0;
  padding: 0;
}

.contact-details ul li {
  display: block;
  margin-bottom: 0.5rem;
  color: #333;
  padding-left: 1.75rem;
}

.contact-details ul li i {
  margin-left: -1.75rem;
  position: absolute;
  margin-top: -0.1rem;
}

.contact-details ul li a {
  color: #333;
}

.contact-details ul li a:hover {
  color: #0e4e91;
}

.breadcrumb-wrap {
  padding: 2.5rem 0 0 0 !important;
}

.breadcrumb-wrap h1 {
  margin-bottom: 0;
}

.side-menu {
  margin-bottom: 2rem;
  background: #f0f0f0;
  border-radius: 0.5rem;
}

.side-menu ul {
  margin: 0;
  padding: 0;
}

.side-menu ul li {
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.side-menu ul li:hover {
  background: #0e4e91;
}

.side-menu ul li a {
  display: block;
  color: #111;
  padding: 0.75rem 0.5rem 0.75rem 1rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.side-menu ul li a:hover {
  color: #fff;
}

.side-menu ul li a img {
  width: 3.5rem;
  margin-right: 1rem;
}

.side-menu ul li:last-child {
  border-bottom: none;
}

.gridlist .grid {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
}

.gridlist .grid .grid-desc {
  padding: 1.5rem;
}

.gridlist .grid .grid-desc h2 {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.5rem;
}

.gridlist .grid .grid-desc h2 a {
  color: #000;
}

.gridlist .grid .grid-desc h2 a:hover {
  color: #0e4e91;
}

.team .grid img {
  cursor: pointer;
}

.team h2 {
  font-size: 1rem !important;
  color: #777 !important;
}

.team h3 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.team .contact-details {
  font-size: 0.85rem;
}

.teampopup img {
  width: 15rem;
  margin-bottom: 1rem;
}

.teampopup .contact-details {
  margin-bottom: 1rem;
}

.downloadtbl a {
  color: #111;
}

.downloadtbl a:hover {
  color: #f04c39;
}

.downloadtbl .btn {
  color: #fff;
}

.newslist {
  padding-top: 0;
  background: none;
}

.newslist .product-single {
  margin: 0;
  margin-bottom: 1rem;
}

.newslist .product-single .card-desc h2 {
  margin-bottom: 0 !important;
}

.contactpage .contact-details ul {
  margin-bottom: 1rem;
}

.contactpage .contact-details ul li {
  margin-bottom: 1rem;
}

.contactpage .contactlocationmap {
  margin-top: 2rem;
}

.networkpoints .networkpoints-filter {
  margin-bottom: 0.5rem;
}

.networkpoints .networkpoints-filter .searchfilter {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  cursor: pointer;
}

.networkpoints .networkdesc-wrap {
  height: 450px;
  overflow: scroll;
  overflow-x: hidden;
}

.networkpoints .networkdesc-wrap .networkdesc {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-left: 7rem;
  position: relative;
}

.networkpoints .networkdesc-wrap .networkdesc .personphoto {
  width: 6rem;
  float: left;
  margin-left: -7rem;
}

.networkpoints .networkdesc-wrap .networkdesc h3 {
  margin-bottom: 0;
  font-size: 1rem;
}

.networkpoints .networkdesc-wrap .networkdesc .contact-details {
  font-size: 0.85rem;
}

.networkpoints .networkdesc-wrap .networkdesc .contact-details ul li {
  margin-bottom: 0.25rem;
}

.search-result ul {
  margin: 0;
  padding: 0;
}

.search-result ul li {
  display: block;
}

.search-result ul li h3 a {
  color: #f04c39;
}

.search-result ul li h3 a:hover {
  color: #0e4e91;
}

.publicnotice .newsdate {
  margin-bottom: 1rem;
}

.gallerylist .card-desc {
  height: 4.5rem !important;
  padding-bottom: 0 !important;
}

.gallerylist .card-desc h2 {
  margin-bottom: 0 !important;
}

.showsidecontent {
  display: none !important;
}

.sticky .showsidecontent {
  display: block !important;
  cursor: pointer;
  font-size: 1.5rem;
  background: #f04c39;
  color: #fff;
  margin-top: -20px;
  border-radius: 0.25rem;
  padding: 0.25rem;
  line-height: 1;
  position: absolute;
}

.sidecontentwrap {
  background: rgba(246, 76, 57, 0.95);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.sidecontentwrap .sidecontent {
  background: #fff;
  width: 24rem;
  right: 0;
  height: 100%;
  position: fixed;
  z-index: 9996;
  padding: 3rem 1rem 1rem 1.5rem;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
}

.sidecontentwrap .sidecontent .sidecontent-close {
  position: absolute;
  right: 1rem;
  top: 0;
  font-size: 2rem;
  cursor: pointer;
}

.sidecontentwrap .sidecontent .search-field {
  margin-bottom: 2rem;
}

.sidecontentwrap .sidecontent .search-field button {
  background: none;
  float: right;
  color: #666;
  border: none;
  position: absolute;
  right: 1rem;
  padding-top: 0.4rem;
  font-size: 1.4rem;
  cursor: pointer;
}

.bottomicon {
  display: none;
  background: #fff;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  font-size: 0.6rem;
}

.bottomicon ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottomicon ul li {
  display: inline-block;
  margin: 0.5rem;
  line-height: 1.4;
  width: 15%;
}

.bottomicon ul li a {
  color: #111;
}

.bottomicon ul li a img {
  width: 2.5rem;
  opacity: 0.6;
}

.bottomicon ul li a img:hover {
  opacity: 1;
}

@media (min-width: 1680px) {
  .overview {
    padding: 9rem 0 10rem 0;
  }
  .mobileapp .mobileappdownload {
    margin-top: 2.5rem;
  }
  .mobileapp .mobileappdownload h3 {
    margin-bottom: 1.5rem;
  }
  .mobileapp .mobileappdownload .qrcode {
    margin-top: 1rem;
  }
  .mobileapp .mobileappdownload .qrcode img {
    margin-bottom: 2rem;
  }
  .mobileapp .mobileappdownload .appcount {
    margin-top: 1.5rem;
  }
  .mobileapp .appfeatures ul li {
    margin: 0 1.65rem;
  }
}

@media (max-width: 1368px) {
  .mobileapp .appfeatures ul li {
    margin: 0 1.15rem;
  }
}

@media (max-width: 1280px) {
  .overview {
    padding: 4rem 0 5.5rem 0;
  }
  .mobileapp .appfeatures ul li {
    margin: 0 1.1rem;
  }
}

@media (max-width: 1200px) {
  .content-pd {
    padding: 3rem 0 2rem 0;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
  .mob-br {
    margin-bottom: 1.5rem;
  }
  .overview {
    background: none;
  }
  header .header-topbar .top-menu {
    margin-bottom: 1rem;
  }
  header .header-topbar .header-right {
    display: block;
    margin-left: 1rem;
    margin-bottom: 0;
    float: left;
  }
  .iconblock .col-lg-2 {
    width: 50%;
  }
  .reinsurer .card-box .reinsurer-list a img {
    padding: 0 0.25rem;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .pd-left {
    padding-left: 1rem;
  }
  .pd-right {
    padding-right: 1rem;
  }
  .mob-none {
    display: none;
  }
  .card-box {
    padding: 1.5rem;
  }
  .content-pd {
    padding: 2rem 0;
  }
  .top-menu ul li {
    margin-right: 1rem !important;
  }
  .ceomessage .col-md-4 {
    text-align: center;
  }
  .ceomessage .col-md-4 img {
    background: #fff;
    width: 10rem;
    border-radius: 0.5rem;
    margin: auto;
    margin-bottom: 1rem;
    padding: 0.5rem;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .overview .overview-details .col-md-3 {
    width: 50%;
  }
  .overview .overview-details .col-md-3 h2 {
    font-size: 1.5rem;
  }
  .infoofficer .infoofficerphoto {
    width: 5rem;
    margin-bottom: 0.5rem;
  }
  .mobileapp .mobileappdownload {
    margin-top: 0;
  }
  .mobileapp .mobileappdownload .qrcode img {
    margin-bottom: 0;
  }
  .mobileapp .appfeatures {
    margin-top: 0;
  }
  .mobileapp .appfeatures ul li {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    width: 32%;
  }
  .blockwidget .helpbox {
    padding: 2rem 1rem 1rem 5rem;
    min-height: auto;
  }
  .blockwidget .helpbox i {
    font-size: 2rem;
    margin-left: -3.5rem;
  }
  .blockwidget .or {
    display: none;
  }
  footer {
    padding-top: 0 !important;
  }
  footer .bottom-footer {
    margin-top: 1rem;
    margin-bottom: 4.5rem;
    padding-bottom: 1rem;
  }
  footer .bottom-footer .copyright {
    text-align: left;
    margin-top: 1rem;
  }
  footer .bottom-footer .lastupdated {
    text-align: left;
  }
  footer .bottom-footer .poweredby {
    text-align: left;
  }
  .newsticky {
    position: fixed !important;
    top: 0;
  }
  .gridlist .grid .grid-desc {
    padding: 1rem;
  }
  .bottomicon {
    display: block;
    padding: 0 0.5rem;
  }
}
/*# sourceMappingURL=main.css.map */