@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700;800&display=swap");
/*universal*/
#ajaxBusy {
  bottom: 0;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99999;
  color: #fff;
  padding: 5px 0;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.8);
  zoom: 1;
}

/*universal*/
label.error {
  color: #eb1f34 !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

button.btn.btn-warning {
  background: #eb1f34 !important;
}

button.igrowl-dismiss.i-times {
  padding: 10px !important;
}

button.igrowl-dismiss.i-times:before {
  content: "\f00d";
  font-family: fontawesome !important;
  padding: 0px !important;
  font-size: 19px !important;
}

form input:hover {
  border: 1px solid #07b2ce !important;
}
form input:focus {
  border: 1px solid #07b2ce !important;
  box-shadow: none !important;
  outline: none !important;
}
form select:hover {
  border: 1px solid #07b2ce !important;
}
form select:focus {
  border: 1px solid #07b2ce !important;
  box-shadow: none !important;
  outline: none !important;
}

button {
  background: #07b2ce !important;
  color: #fff !important;
  margin-bottom: 0px !important;
  padding: 10px 10px !important;
  border-radius: 5px !important;
  font-weight: normal !important;
  cursor: pointer !important;
  border: none !important;
}
button:hover {
  background: #1f6e91 !important;
}

button#btnKYCForm {
  padding: 0px !important;
}
button#btnKYCForm a {
  color: #fff !important;
  padding: 10px !important;
}

button#btnReset {
  background: #d9ac36 !important;
}
button#btnReset:hover {
  background: #997418 !important;
}

#divPager {
  display: block;
  float: left;
  width: 100% !important;
}
#divPager .pagination {
  clear: both;
  list-style: none;
  text-align: center;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
#divPager .pagination li {
  display: inline;
  background: #fff !important;
}
#divPager .pagination li a {
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #ddd;
  border-left: none !important;
  padding: 10px 15px !important;
}
#divPager .pagination li:hover a {
  background: #1f6e91 !important;
  color: #fff !important;
}
#divPager .pagination li.disabled:hover a {
  background: #fff !important;
  color: #333 !important;
}
#divPager .pagination li.previous a {
  border-left: 1px solid #ddd !important;
}
#divPager .pagination li.active a {
  background: #1f6e91 !important;
  color: #fff !important;
  border: 1px solid #ddd !important;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  right: -12px !important;
}

.modal-open .modal::-webkit-scrollbar-track {
  visibility: hidden;
  padding: 0px !important;
}

body.modal-open #divAdvertListData::-webkit-scrollbar-track {
  visibility: hidden !important;
  padding: 0px !important;
}

#divAdvertListData {
  padding: 0 !important;
  position: relative;
  display: none;
  float: left;
  width: 100% !important;
  height: 100vh !important;
  position: fixed !important;
  z-index: 9999999999999 !important;
  outline: 0;
  top: 0px !important;
  max-height: 100vh !important;
  overflow-y: scroll !important;
}
#divAdvertListData .modal-dialog {
  display: block;
  float: left;
  width: 100% !important;
  max-width: 100% !important;
  top: 0 !important;
  margin: 0 !important;
}
#divAdvertListData .modal-dialog .modal-content {
  display: block;
  float: left;
  width: 100% !important;
  background-color: transparent !important;
  padding: 0 !important;
}
#divAdvertListData .modal-dialog .modal-content .modal-body {
  width: 65% !important;
  margin: 0 auto !important;
  padding: 20px 0px !important;
  margin: 0 auto !important;
}
#divAdvertListData .modal-dialog .modal-content .modal-body #divImage {
  width: 100% !important;
}
#divAdvertListData .modal-dialog .modal-content .modal-body #divImage img {
  width: 100% !important;
  height: auto;
  margin: 0 auto;
}
#divAdvertListData .modal-dialog .modal-content .close-image {
  background: #1f6e91;
  color: #fff;
  float: right;
  height: 47px;
  font-size: 34px;
  padding: 10px;
  text-align: center;
  width: 50px;
  text-decoration: none;
  outline: 0;
  line-height: 27px;
  position: fixed !important;
  z-index: 100;
  right: 17px !important;
  top: 0px !important;
}
#divAdvertListData .modal-dialog .modal-content .close-image:hover {
  color: #fff;
}

#nav-riders table {
  width: 100% !important;
  display: table !important;
}
#nav-riders table tbody tr td {
  padding: 5px !important;
}

/*universal*/
html body.modal-open {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

html body {
  margin-left: -20px !important;
  margin-right: -20px !important;
  padding: 0px !important;
  background: #fff !important;
  line-height: 1.5;
  font-family: "PT Sans", sans-serif;
  color: #333 !important;
  overflow-x: hidden !important;
}
html body ul {
  margin: 0px;
  padding: 0px;
  display: list-item;
  list-style: none !important;
}
html body ul li {
  list-style: none !important;
  margin: 0px 0px 0px 0px !important;
}
html body ul li a {
  list-style: none !important;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p, html body span {
  float: left;
  width: 100%;
  margin: 0px !important;
  padding: 0px;
  line-height: 1.5 !important;
  font-variant: normal;
  font-style: normal;
}
html body a, html body span, html body p {
  text-decoration: none;
  color: #333;
}
html body i {
  margin: 0px 0px 0px 0px !important;
}

#wrapper {
  width: 90% !important;
  margin: 0 auto !important;
}

.title-pattern {
  display: block;
  float: left !important;
  width: 100% !important;
  padding: 0px !important;
  text-align: left !important;
  background: none !important;
  height: 60px !important;
  position: relative;
}
.title-pattern h6 {
  display: block;
  float: left;
  width: auto !important;
  color: #333 !important;
  text-align: left !important;
  font-size: 22px !important;
  font-weight: normal !important;
  background: #fff !important;
  padding: 0px 20px 0px 0px !important;
  position: absolute;
  z-index: 99 !important;
}
.title-pattern:before {
  content: "";
  position: absolute;
  background: #ddd !important;
  width: 100% !important;
  height: 1px !important;
  top: 14px !important;
  left: 0px !important;
  z-index: 1 !important;
}
.title-pattern:after {
  content: "";
  position: absolute;
  background: #ddd !important;
  width: 100% !important;
  height: 1px !important;
  top: 20px !important;
  left: 0px !important;
  z-index: 1 !important;
}

.read-more {
  display: block;
  margin: 10px 0px 0px 0px !important;
  text-align: right !important;
}
.read-more a {
  display: inline-block;
  color: #1f6e91;
  padding: 5px 0px 5px 0px !important;
  width: 110px;
  margin-bottom: 10px !important;
  font-size: 15px !important;
  border-radius: 5px !important;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.read-more a i {
  padding: 5px 5px 6px 6px;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
  font-size: 18px !important;
}
.read-more a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.read-more a:hover i {
  padding: 5px 5px 6px 6px !important;
  transition: transform 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateX(4px);
  transition: all 0.5s ease-in-out;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table thead {
  background: #f2f2f2 !important;
}
.table thead tr {
  background: #f2f2f2;
}
.table thead tr th {
  border-bottom: none !important;
  background: #f2f2f2 !important;
  padding: 20px 10px !important;
  font-size: 14px !important;
}
.table thead tr td {
  background: #fff !important;
}
.table tbody tr td {
  font-size: 14px !important;
}
.table tbody tr td.active {
  color: #30b983 !important;
}
.table tbody tr td.expired {
  color: #eb1f34 !important;
}

form {
  display: block;
  float: left;
  width: 100% !important;
  padding: 20px !important;
  border: 1px solid #ccc !important;
  border-radius: 10px;
}
form .form-group {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 20px 0px !important;
}
form .form-group label {
  display: block;
  float: left;
  width: auto !important;
  margin: 0px 0px 5px 0px !important;
}
form .form-group label span {
  display: block;
  float: right;
  width: auto !important;
  color: #eb1f34 !important;
}
form .form-group input {
  display: block;
  float: left;
  width: 100% !important;
  padding: 6px 10px !important;
  box-shadow: 0 1px 2px rgba(195, 61, 74, 0.1) inset !important;
  border: 1px solid #ccc !important;
}
form .form-group textarea {
  display: block;
  float: left;
  width: 100% !important;
  padding: 6px 10px !important;
  box-shadow: 0 1px 2px rgba(195, 61, 74, 0.1) inset !important;
  border: 1px solid #ccc !important;
}
form .form-group input:focus-visible,
form .form-group textarea:focus-visible {
  outline: none !important;
  border: 1px solid #1f6e91 !important;
  box-shadow: none !important;
}
form .form-group #btnSubmitFeedback {
  width: auto !important;
  background: #07b2ce !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  border: none !important;
  font-weight: normal !important;
  cursor: pointer !important;
  margin: 0px !important;
}
form .form-group #btnSubmitFeedback:hover {
  background: #1f6e91 !important;
}

.main-content {
  display: block;
  float: left;
  width: 100% !important;
  padding: 30px 0px !important;
  background: #fff !important;
}
.main-content .main-content-section {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 0px 0px !important;
}
.main-content .main-content-section h2 {
  color: #1f6e91 !important;
  font-size: 26px !important;
  margin: 0px 0px 20px 0px !important;
  text-align: left !important;
  line-height: 32px !important;
}
.main-content .main-content-section h3 {
  color: #1f6e91 !important;
  font-size: 18px !important;
  margin: 0px 0px 5px 0px !important;
  text-align: left !important;
  background: #1f6e91;
  padding: 10px !important;
  border-radius: 10px 10px 0px 0px;
  line-height: 24px !important;
}
.main-content .main-content-section h3 strong {
  color: #fff !important;
}
.main-content .main-content-section p {
  display: block;
  float: left;
  width: 100% !important;
  margin-bottom: 20px !important;
}

.main-content .side-nav {
  display: block;
  float: left;
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 20px !important;
}
.main-content .side-nav ul {
  display: block;
  float: left;
  width: 100% !important;
  border-right: 6px solid #f2f2f2;
}
.main-content .side-nav ul li {
  display: block;
  float: left;
  width: 100% !important;
}
.main-content .side-nav ul li a {
  display: block;
  position: relative;
  float: left;
  border-bottom: 1px solid #ccc;
  width: 100% !important;
  padding: 10px 0px !important;
  font-size: 15px !important;
  transition: all 0.5s ease-in-out !important;
}
.main-content .side-nav ul li a i {
  color: #1f6e91;
  margin: 0px 10px 0px 0px !important;
  width: 30px !important;
  font-size: 24px !important;
  text-align: center !important;
}
.main-content .side-nav ul li a:hover {
  transition: all 0.5s ease-in-out !important;
  color: #07b2ce !important;
  background: #f2f2f2 !important;
}
.main-content .side-nav ul li a:hover i {
  color: #07b2ce !important;
}
.main-content .side-nav ul li a:hover:after {
  content: "";
  position: absolute;
  width: 6px !important;
  height: 47px !important;
  background: #07b2ce !important;
  right: -6px !important;
  top: 0px !important;
  transition: all 0.5s ease-in-out !important;
}
.main-content .side-nav ul li a.active {
  color: #07b2ce;
  font-weight: bold !important;
}
.main-content .side-nav ul li a.active i {
  color: #07b2ce;
}
.main-content .side-nav ul li a.active:after {
  content: "";
  position: absolute;
  width: 6px !important;
  height: 49px !important;
  background: #07b2ce !important;
  right: -6px !important;
  top: 0px !important;
}
.main-content .side-nav h3 {
  color: #fff !important;
}

nav#breadcrumb {
  display: block;
  float: left;
  width: 100% !important;
  padding: 10px 0px !important;
  margin: 0px 0px 20px 0px !important;
}
nav#breadcrumb ol {
  margin: 0px !important;
}
nav#breadcrumb ol li {
  font-size: 14px !important;
  font-weight: bold !important;
}
nav#breadcrumb ol li a {
  color: #1f6e91 !important;
  font-size: 14px !important;
  font-weight: bold !important;
}
nav#breadcrumb ol li:hover a {
  text-decoration: underline !important;
  color: #07b2ce !important;
}

/*universal*/
.scroll-s {
  display: block;
  float: left;
  width: auto !important;
  position: fixed;
  padding: 5px !important;
  border-radius: 0px 5px 5px 0px !important;
  z-index: 99 !important;
  top: 25% !important;
  left: -80px;
  transition: all 400ms;
  transition: all 400ms;
  background: linear-gradient(90deg, rgb(0, 158, 184) 0%, rgb(29, 91, 118) 100%);
}
.scroll-s ul {
  display: block;
  float: left;
  width: auto !important;
  border-radius: 0px 5px 5px 0px !important;
}
.scroll-s ul li {
  transition: all 0.25s ease-in-out;
  margin-bottom: 10px !important;
}
.scroll-s ul li a {
  display: block;
  float: left;
  width: auto !important;
  padding: 10px 5px !important;
  width: 44px !important;
  border-bottom: 1px solid #fff !important;
}
.scroll-s ul li a span {
  display: none !important;
  float: left;
  width: 75% !important;
  text-align: right !important;
  margin-right: 5px !important;
}
.scroll-s ul li a i {
  display: block;
  float: left;
  width: 100% !important;
  color: #fff;
  font-size: 25px !important;
  text-align: center !important;
}
.scroll-s ul li a:hover {
  background: #07b2ce !important;
}
.scroll-s ul li:last-child a {
  border-bottom: none !important;
}

.social-media-fixed {
  left: 0px !important;
}

/*top header*/
header {
  display: block;
  float: left;
  width: 100% !important;
  background: #1f6e91 !important;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal !important;
}
header .th-left, header .th-right {
  display: block;
  float: left;
  width: 100% !important;
}
header .th-left ul li, header .th-right ul li {
  display: inline;
  margin: 0px 10px 0px 0px !important;
}
header .th-left ul li a, header .th-right ul li a {
  color: #fff;
}
header .th-left ul li a i, header .th-right ul li a i {
  width: 26px !important;
  height: 26px !important;
  padding: 6px 6px !important;
  font-size: 14px !important;
  background: #07b2ce;
  border-radius: 50% !important;
}
header .th-left ul li a i.fa-phone, header .th-right ul li a i.fa-phone {
  transform: rotate(83deg) !important;
}
header .th-right ul {
  text-align: right !important;
}

/*top header*/
/*mainmenu*/
.bottom-header.sticky {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 999 !important;
  padding: 5px 0px !important;
  box-shadow: 0 1px 8px -2px rgba(0, 0, 0, 0.15) !important;
  animation-name: headerfixed !important;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  transition: all 0.5s ease-in-out !important;
}

@keyframes headerfixed {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.bottom-header {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 0px 0px;
  position: relative;
  box-shadow: 0 1px 6px -2px rgba(0, 0, 0, 0.15) !important;
  z-index: 999 !important;
}
.bottom-header .bottom-header-section {
  position: relative;
}
.bottom-header .bottom-header-section .logo {
  padding: 5px 0px;
  transition: all 0.5s ease-in-out;
}
.bottom-header .bottom-header-section .logo a img {
  width: 80% !important;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.5s ease-in-out;
}
.bottom-header .bottom-header-section nav {
  display: block;
  float: right;
  text-align: right;
  padding: 0px !important;
}
.bottom-header .bottom-header-section nav ul {
  width: auto !important;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}
.bottom-header .bottom-header-section nav ul li {
  margin: 0 auto !important;
  padding: 0;
  position: relative;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
.bottom-header .bottom-header-section nav ul li a {
  padding: 24px 10px !important;
  font-weight: bold;
  font-size: 15px !important;
  color: #333 !important;
}
.bottom-header .bottom-header-section nav ul li a:hover {
  color: #07b2ce !important;
}
.bottom-header .bottom-header-section nav ul li a.show {
  color: #07b2ce !important;
}
.bottom-header .bottom-header-section nav ul li ul.dropdown-menu.dropdown-menu-end.show {
  border-bottom: 5px solid #1f6e91 !important;
  height: auto !important;
}
.bottom-header .bottom-header-section nav ul li ul {
  border: none !important;
  border-radius: 0px !important;
  box-shadow: 0px 6px 18px -4px rgba(11, 11, 11, 0.1) !important;
  margin: 0px !important;
}
.bottom-header .bottom-header-section nav ul li ul li {
  display: block;
  float: left;
  width: 100% !important;
}
.bottom-header .bottom-header-section nav ul li ul li a {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 14px !important;
  padding: 7px 10px !important;
  font-weight: normal !important;
  animation-duration: 300ms;
  animation-delay: 0ms;
  animation-iteration-count: 1;
  opacity: 1;
  animation-name: shortFadeInUp;
}
.bottom-header .bottom-header-section nav ul li ul li a:hover {
  color: #fff !important;
  background: #07b2ce !important;
}
.bottom-header .bottom-header-section nav ul li .megamenu {
  left: 0;
  right: 0;
  width: 150% !important;
  left: -50% !important;
  position: absolute !important;
  top: 71px !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: 0px 6px 18px -4px rgba(11, 11, 11, 0.1) !important;
}
.bottom-header .bottom-header-section nav ul li .megamenu .col-megamenu {
  display: block;
  float: left;
  width: 100% !important;
}
.bottom-header .bottom-header-section nav ul li .megamenu .col-megamenu h6 {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #1f6e91 !important;
}
.bottom-header .bottom-header-section nav ul li .megamenu .col-megamenu ul {
  display: block;
  float: left;
  width: 100% !important;
  box-shadow: none !important;
}
.bottom-header .bottom-header-section nav ul li .megamenu .col-megamenu ul li {
  display: block;
  float: left;
  width: 100% !important;
}
.bottom-header .bottom-header-section nav ul li .megamenu .col-megamenu ul li a {
  font-weight: normal !important;
  font-size: 14px !important;
  padding: 0px 5px 5px 20px !important;
  animation-duration: 300ms;
  animation-delay: 0ms;
  animation-iteration-count: 1;
  opacity: 1;
  animation-name: shortFadeInUp;
}
.bottom-header .bottom-header-section nav ul li .megamenu .col-megamenu ul li a i:before {
  content: "\f138";
  position: absolute;
  top: 0px;
  left: 0px !important;
  bottom: 0;
  border-radius: 5px;
  font-size: 14px !important;
  line-height: 1.4rem;
  transition: all 0.5s ease-in-out !important;
}
.bottom-header .bottom-header-section nav ul li .megamenu .col-megamenu ul li a:hover {
  background: none !important;
  color: #07b2ce !important;
}
.bottom-header .bottom-header-section nav ul li .megamenu .col-megamenu ul li:hover a i:before {
  transform: scale(1.1) !important;
  transition: all 0.5s ease-in-out !important;
}
.bottom-header .bottom-header-section nav ul li .megamenu .pre-calculator .dropdown-item {
  padding: 10px !important;
  border-radius: 10px;
  background: #1f6e91;
  color: #fff !important;
  text-align: center !important;
}
.bottom-header .bottom-header-section nav ul li .megamenu .pre-calculator .dropdown-item:hover {
  background: #07b2ce !important;
}
.bottom-header .bottom-header-section nav ul li.show a.nav-link.dropdown-toggle {
  color: #07b2ce !important;
  border-bottom: 4px solid #07b2ce !important;
  padding: 24px 10px 20px 10px !important;
}

@keyframes shortFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.np-navigation.navbar-fixed {
  top: 0;
  z-index: 99999 !important;
  position: fixed !important;
  width: 100%;
  background: #fff;
  border: none;
  box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.25) !important;
  position: relative;
}
.np-navigation.navbar-fixed .logo-icon {
  top: 0px !important;
  transition: all 0.5s ease-in-out;
}
.np-navigation.navbar-fixed .logo-icon a img {
  display: block !important;
  background: #fff;
  padding: 10px 6px !important;
  box-shadow: 0px 17px 34px -21px rgba(0, 0, 0, 0.6) !important;
  transition: all 0.5s ease-in-out;
}
.np-navigation.navbar-fixed nav ul {
  text-align: right !important;
}
.np-navigation.navbar-fixed nav ul li a {
  font-size: 15px !important;
  padding: 15px 12px !important;
}
.np-navigation.navbar-fixed nav ul li a.dropdown {
  padding: 15px 16px 15px 9px !important;
}
.np-navigation.navbar-fixed nav ul li ul {
  transition: all 0.5s ease-in-out;
  top: 57px !important;
  visibility: visible;
  transform: scale(0);
  opacity: 0;
  transform-origin: top center;
  transition: transform 0.2s ease, opacity 0.1s ease;
  transform: translateX(-50%) scale(0);
  box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.25) !important;
  z-index: 999 !important;
}
.np-navigation.navbar-fixed nav ul li ul li:first-child a {
  border-top: none !important;
}
.np-navigation.navbar-fixed nav ul li.main-dropdown a.dropdown {
  padding: 15px 20px 15px 8px !important;
}
.np-navigation.navbar-fixed:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0px;
  z-index: 999;
  background: linear-gradient(to right, #c8161d 0%, #30b981);
}

/*mainmenu*/
/*banner*/
.main-banner {
  display: block;
  float: left !important;
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}
.main-banner .banner-section {
  display: block;
  float: left !important;
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}
.main-banner .banner-section .lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  height: 780px !important;
  position: relative;
}
.main-banner .banner-section ul li {
  overflow: hidden !important;
}
.main-banner .banner-section ul li img {
  max-width: none;
  width: 100% !important;
  transform: translateX(-50%);
  animation: slideranimation infinite 20s cubic-bezier(0.25, 0.74, 0.22, 0.99) !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-banner .banner-section ul.lSPager.lSpg {
  display: none !important;
}
.main-banner .banner-section .lSAction .lSPrev {
  border-radius: 0px 5px 5px 0px !important;
  width: 50px !important;
  height: 50px !important;
  background: url(../lightslider/img/controls.png) top left !important;
  left: 20px !important;
  top: 40% !important;
  z-index: 99 !important;
}
.main-banner .banner-section .lSAction .lSNext {
  border-radius: 5px 0px 0px 5px !important;
  width: 50px !important;
  height: 50px !important;
  background: url(../lightslider/img/controls.png) top right !important;
  right: 20px !important;
  top: 40% !important;
  z-index: 99 !important;
}

@keyframes slideranimation {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*banner*/
/*ceo message*/
section.ceo-message {
  display: block;
  float: left;
  width: 100% !important;
  width: 1170px;
  margin: 0px auto;
  position: relative;
  padding: 30px 0px !important;
}
section.ceo-message .ceo-message-block {
  display: block;
  /* float: left !important; */
  width: 100% !important;
  margin: 0 auto !important;
  position: relative;
}
section.ceo-message .ceo-message-block:after {
  content: "";
  opacity: 0.15 !important;
  content: "";
  background: url("../images/himalayan-life-icon.png") no-repeat center center !important;
  width: 322px !important;
  height: 289px !important;
  position: absolute;
  right: 2% !important;
  bottom: -8% !important;
  transition: all 0.5s ease-in-out !important;
  z-index: 0 !important;
  animation: floatY infinite 5s ease-in-out !important;
  animation-fill-mode: forwards !important;
}
@keyframes floatY {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-15px);
  }
}
section.ceo-message .ceo-message-block h1 {
  display: block;
  float: left !important;
  width: 100% !important;
  color: #1f6e91;
  margin: 90px 0 0px 0 !important;
  padding: 0px;
  font-weight: bold;
  font-size: 30px !important;
}
section.ceo-message .ceo-message-block .ceo-img {
  display: block;
  float: left !important;
  width: 25% !important;
  margin: 0px 30px 20px 0px !important;
}
section.ceo-message .ceo-message-block .ceo-img img {
  display: block;
  float: left;
  width: 100%;
  border-radius: 10px !important;
}
section.ceo-message .ceo-message-block .ceo-text {
  width: 100% !important;
  text-align: justify !important;
  float: none !important;
  margin: 0px 0px 0px 0px !important;
}
section.ceo-message .ceo-message-block .ceo-text p {
  display: block;
  float: none !important;
  width: 100% !important;
  text-align: justify !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #333;
}
section.ceo-message .ceo-message-block .ceo-text p a {
  color: #1f6e91 !important;
  text-decoration: none !important;
  font-weight: bold;
}
section.ceo-message .ceo-message-block .ceo-text p a:hover {
  text-decoration: underline !important;
}
section.ceo-message .ceo-message-block .ceo-text p.text {
  margin-top: 20px !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

/*ceo message*/
.quick-link {
  transition: all 0.5s ease-in-out !important;
  position: absolute;
  top: -55px !important;
  background: #fff !important;
  display: block;
  float: left;
  width: 100% !important;
  overflow: visible !important;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99 !important;
  padding: 0px 0px !important;
  border-radius: 15px !important;
  text-align: center !important;
  box-shadow: 0px 6px 18px -4px rgba(11, 11, 11, 0.1) !important;
}
.quick-link .ads-wrap {
  display: block;
  float: left;
  width: 100% !important;
  height: 160px !important;
  position: relative;
  transition: all 0.5s ease-in-out !important;
}
.quick-link .ads-wrap a {
  display: block;
  float: left;
  width: 100% !important;
  padding: 20px 0px !important;
  position: absolute;
  z-index: 99 !important;
  transition: all 0.5s ease-in-out !important;
}
.quick-link .ads-wrap a i {
  background: #1f6e91;
  height: 80px !important;
  border-radius: 50% !important;
  color: #fff !important;
  padding: 24px !important;
  width: 80px !important;
  font-size: 30px !important;
  margin-bottom: 10px !important;
  transition: all 0.5s ease-in-out !important;
}
.quick-link .ads-wrap a p {
  font-weight: bold !important;
  color: #1f6e91 !important;
  font-size: 16px !important;
}
.quick-link .ads-wrap:before {
  content: "";
  background: #d4f0fb !important;
  width: 0px !important;
  height: 160px !important;
  position: absolute;
  top: 0px !important;
  left: 0% !important;
  transition: all 0.5s ease-in-out !important;
}
.quick-link .ads-wrap:hover i {
  transform: rotate(360deg) !important;
}
.quick-link .ads-wrap:hover:before {
  width: 100% !important;
  border-radius: 10px !important;
  transition: all 0.5s ease-in-out;
}

/*financial-highlights*/
.financial-highlights {
  display: block;
  float: left;
  width: 100% !important;
  padding: 30px 0px !important;
  position: relative;
  overflow: hidden !important;
  border-bottom: 10px solid #07b2ce;
  background: linear-gradient(90deg, rgb(0, 158, 184) 0%, rgb(29, 91, 118) 100%);
}
.financial-highlights h1 {
  color: #fff !important;
  font-size: 30px !important;
  text-align: center !important;
  margin: 0px 0px 20px 0px !important;
}
.financial-highlights .highlights {
  display: block;
  float: left;
  width: 100% !important;
  text-align: center;
}
.financial-highlights .highlights ul {
  list-style: none;
  margin: 0 auto;
  padding: 0px;
}
.financial-highlights .highlights ul li {
  display: inline-block !important;
  width: 18% !important;
  height: 186px !important;
  transition: all 0.5s ease-in-out !important;
  border-radius: 10px;
  background: #fff !important;
  padding: 50px 0px !important;
  margin: 0 5px 20px 5px !important;
  position: relative;
}
.financial-highlights .highlights ul li p {
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  transition: all 0.5s ease-in-out !important;
  position: absolute;
  z-index: 99 !important;
}
.financial-highlights .highlights ul li p:first-child {
  font-size: 22px !important;
  top: 50px;
}
.financial-highlights .highlights ul li p:last-child {
  font-size: 17px !important;
  font-weight: normal !important;
  bottom: 60px;
  margin: 7px 0px 0px 0px !important;
}
.financial-highlights .highlights ul li:before {
  content: "";
  background: linear-gradient(90deg, rgb(29, 91, 118) 0%, rgb(0, 158, 184) 100%) !important;
  box-shadow: 0px 5px 15px -2px rgba(255, 255, 255, 0.3) !important;
  width: 0px !important;
  height: 186px !important;
  position: absolute;
  top: 0px !important;
  left: 0% !important;
  transition: all 0.5s ease-in-out !important;
}
.financial-highlights .highlights ul li:hover:before {
  width: 100% !important;
  border-radius: 10px !important;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out !important;
}
.financial-highlights .highlights ul li:hover {
  transition: all 0.5s ease-in-out !important;
}
.financial-highlights .highlights ul li:hover p {
  color: #fff;
}

@keyframes animate-down {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-700px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes animate-top {
  0% {
    transform: translateY(-700px) rotate(720deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
    border-radius: 50%;
  }
}
/*financial-highlights*/
.our-product {
  display: block;
  float: left;
  width: 100% !important;
  padding: 30px 0px !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background: #fff !important;
}
.our-product h2 {
  color: #1f6e91 !important;
  text-align: center !important;
  font-size: 30px !important;
  font-weight: bold !important;
  margin: 0px 0px 30px 0px !important;
}
.our-product .product-tabs nav {
  display: flex;
  flex-wrap: wrap !important;
  width: 100% !important;
  justify-content: center !important;
}
.our-product .product-tabs nav #nav-tab {
  margin: 0 auto !important;
}
.our-product .product-tabs nav #nav-tab button.nav-link {
  color: #333 !important;
  margin: 0px 3px 0px 0px !important;
  border: none !important;
  background: #fff !important;
}
.our-product .product-tabs nav #nav-tab button.nav-link:hover {
  background: #f2f2f2 !important;
  border-radius: 5px 5px 0px 0px !important;
}
.our-product .product-tabs nav #nav-tab button.active {
  border: none !important;
  background: #07b2ce;
  color: #fff !important;
  background: #07b2ce !important;
  border-radius: 5px 5px 0px 0px !important;
}
.our-product .product-tabs nav #nav-tab button.active:hover {
  background: #07b2ce !important;
}
.our-product .product-tabs .tab-content {
  display: block;
  float: left;
  width: 100% !important;
  margin: 20px 0px !important;
}
.our-product .product-tabs .tab-content .owl-carousel .owl-stage {
  margin: 0 auto;
  text-align: center;
}
.our-product .product-tabs .tab-content .owl-carousel .owl-stage .owl-item {
  display: block;
  float: left;
  background: #fff !important;
  border-radius: 10px;
}
.our-product .product-tabs .tab-content .owl-carousel .owl-stage .owl-item .item {
  display: block;
  float: left;
  width: 100% !important;
}
.our-product .product-tabs .tab-content .owl-carousel .owl-stage .owl-item .item .product-list {
  display: block;
  float: left;
  width: 100% !important;
  text-align: center !important;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
  padding: 15px !important;
}
.our-product .product-tabs .tab-content .owl-carousel .owl-stage .owl-item .item .product-list h1 {
  text-transform: none;
  font-size: 18px !important;
  line-height: 1.3 !important;
  color: #1f6e91;
  font-weight: normal;
  margin-bottom: 5px !important;
  height: 75px;
  overflow: hidden;
  font-weight: bold !important;
}
.our-product .product-tabs .tab-content .owl-carousel .owl-stage .owl-item .item .product-list p {
  color: #888;
  font-size: 15px !important;
  margin: 5px 0px 30px 0px !important;
  line-height: 1.5 !important;
  height: 90px;
  overflow: hidden;
}
.our-product .product-tabs .tab-content .owl-carousel .owl-stage .owl-item .item .product-list .product-list-btn {
  display: inline-block !important;
  margin: 0 auto !important;
  left: 34%;
  background: none !important;
  padding: 0px !important;
}
.our-product .product-tabs .tab-content .owl-carousel .owl-stage .owl-item .item .product-list .product-list-btn a {
  display: block;
  width: auto;
  background: #1e5b77;
  padding: 10px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  border-radius: 5px;
  text-transform: none;
  margin: 0 auto;
}
.our-product .product-tabs .tab-content .owl-carousel .owl-stage .owl-item .item .product-list:hover {
  background: linear-gradient(180deg, rgb(0, 158, 184) 0%, rgb(29, 91, 118) 100%);
}
.our-product .product-tabs .tab-content .owl-carousel .owl-stage .owl-item .item .product-list:hover h1 {
  color: #fff;
}
.our-product .product-tabs .tab-content .owl-carousel .owl-stage .owl-item .item .product-list:hover p {
  color: #fff;
}
.our-product .product-tabs .tab-content .owl-carousel .owl-stage .owl-item .item .product-list:hover .product-list-btn a {
  background: #05e6c6;
}
.our-product .product-tabs .tab-content .owl-nav button.owl-prev {
  position: absolute;
  left: -45px !important;
  top: 35% !important;
  width: 35px !important;
  margin: 0px !important;
}
.our-product .product-tabs .tab-content .owl-nav button.owl-prev span {
  color: #1f6e91 !important;
  font-size: 65px !important;
  line-height: 0px !important;
}
.our-product .product-tabs .tab-content .owl-nav button.owl-prev:hover {
  background: none !important;
}
.our-product .product-tabs .tab-content .owl-nav button.owl-next {
  position: absolute;
  right: -45px !important;
  top: 35% !important;
  width: 35px !important;
  margin: 0px !important;
}
.our-product .product-tabs .tab-content .owl-nav button.owl-next span {
  color: #1f6e91 !important;
  font-size: 65px !important;
  line-height: 0px !important;
}
.our-product .product-tabs .tab-content .owl-nav button.owl-next:hover {
  background: none !important;
}
.our-product .product-tabs .tab-content .owl-dots button {
  margin: 0px 10px 0px 0px !important;
}
.our-product .product-tabs .tab-content .owl-dots button.active span {
  background: #1f6e91 !important;
}

/*Product-information*/
.product-information {
  display: block;
  float: left;
  width: 100% !important;
}
.product-information .row .fuller {
  padding: 0px 10px !important;
}
.product-information .row .fuller .product-information-list ul.nav {
  margin: 0px 0px 20px 0px !important;
  line-height: 38px !important;
}
.product-information .row .fuller .product-information-list ul.nav li {
  background: #fff !important;
}
.product-information .row .fuller .product-information-list ul.nav li a {
  padding: 10px 8px !important; /*border: 1px solid $white !important;*/
}
.product-information .row .fuller .product-information-list ul.nav li a:hover {
  text-decoration: none !important;
  background: #f2f2f2 !important;
  color: #111;
}
.product-information .row .fuller .product-information-list ul.nav li a img {
  width: 100%;
}
.product-information .row .fuller .product-information-list ul.nav li a img.no-img {
  width: auto !important;
  text-align: center !important;
}
.product-information .row .fuller .product-information-list ul.nav li a.active {
  border: 1px solid #07b2ce !important;
  border-bottom: none !important;
  background: #07b2ce !important;
  border-radius: 5px 5px 0px 0px !important;
  color: #fff !important;
}
.product-information .row .fuller .product-information-list .product-list-block {
  display: block;
  float: left;
  width: 100% !important;
  border-radius: 5px !important;
  background: #fff !important;
  position: relative;
  transform: perspective(1px) translateZ(0);
  margin: 0px 0px 20px 0px !important;
  border: 1px solid #ddd !important;
}
.product-information .row .fuller .product-information-list .product-list-block a {
  display: block;
  float: left;
  width: 100% !important;
  border-radius: 5px !important;
}
.product-information .row .fuller .product-information-list .product-list-block a img {
  width: 100% !important;
  border-radius: 5px 5px 0px 0px !important;
  height: 275px !important;
}
.product-information .row .fuller .product-information-list .product-list-block a p {
  display: flex !important;
  flex-wrap: wrap !important;
  align-content: center !important;
  font-weight: 600 !important;
  min-height: 79px !important;
  padding: 15px 10px !important;
  text-align: left !important;
  background: #f2f2f2 !important;
}
.product-information .row .fuller .product-information-list .product-list-block .overlay {
  display: flex !important;
  flex-wrap: wrap !important;
  align-content: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: absolute !important;
  bottom: 79px !important;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7) !important;
  overflow: hidden;
  width: 100% !important;
  height: 0;
  transition: all 0.5s ease-in-out !important;
}
.product-information .row .fuller .product-information-list .product-list-block .overlay img {
  width: auto !important;
}
.product-information .row .fuller .product-information-list .product-list-block .overlay p {
  display: block !important;
  float: left;
  width: 100% !important;
  color: #333 !important;
  text-align: center !important;
  background: transparent !important;
}
.product-information .row .fuller .product-information-list .product-list-block:hover a p {
  background: #1f6e91 !important;
  color: #fff !important;
}
.product-information .row .fuller .product-information-list .product-list-block:hover .overlay {
  height: calc(100% - 79px) !important;
}
.product-information .row .fuller .product-information-list .product-list-block:hover .overlay p {
  background: transparent !important;
  color: #333 !important;
}

/*Product-information*/
/*news*/
.news-notices {
  display: block;
  float: left;
  width: 100% !important;
  padding: 30px 0px !important;
  background: #f2f2f2 !important;
}
.news-notices .news-section {
  display: block;
  float: left;
  width: 100% !important;
}
.news-notices .news-section h2 {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 15px 0px !important;
  color: #1f6e91 !important;
  font-size: 30px !important;
  font-weight: bold !important;
}
.news-notices .news-section ul {
  display: block;
  float: left;
  width: 100% !important;
  margin-bottom: 20px !important;
}
.news-notices .news-section ul li {
  display: block;
  float: left;
  width: 100% !important;
  padding: 15px 15px !important;
  border-bottom: 1px solid #ddd !important;
}
.news-notices .news-section ul li a {
  display: block;
  float: left;
  width: 100% !important;
  position: relative;
}
.news-notices .news-section ul li a span {
  font-size: 13px !important;
  color: #333;
}
.news-notices .news-section ul li a p {
  margin: 0px !important;
  font-size: 16px !important;
  width: 95% !important;
}
.news-notices .news-section ul li a i {
  position: absolute !important;
  font-family: "FontAwesome" !important;
  color: #fff !important;
  font-size: 30px !important;
  right: 20px !important;
  top: 5px !important;
  position: absolute !important;
}
.news-notices .news-section ul li:hover {
  background: #07b2ce !important;
  border-radius: 10px;
}
.news-notices .news-section ul li:hover span {
  color: #fff !important;
}
.news-notices .news-section ul li:hover p {
  color: #fff !important;
}
.news-notices .news-section ul li:hover a .fa-angle-right:before {
  font-family: "Font Awesome 5 Free" !important;
}
.news-notices .news-section ul li:hover {
  background: #07b2ce !important;
  color: #fff !important;
}

/*news*/
/*payment*/
.payment {
  display: block;
  float: left;
  width: 100% !important;
  background: #fff !important;
  text-align: center !important;
  padding: 30px 0px;
  overflow: hidden !important;
}
.payment .payment-section {
  display: block;
  float: left;
  width: 100% !important;
  padding: 0px !important;
}
.payment h2 {
  color: #1f6e91 !important;
  font-size: 30px !important;
  font-weight: bold !important;
  margin: 0px 0px 20px 0px !important;
}
.payment .payment-main-wrap {
  display: block;
  float: left;
  width: 100% !important;
  margin-top: 20px !important;
}
.payment .payment-main-wrap ul {
  display: block;
  float: left;
  width: 100% !important;
  text-align: center !important;
}
.payment .payment-main-wrap ul li {
  display: inline;
}
.payment .payment-main-wrap ul li img {
  width: auto !important;
  width: 150px !important;
  height: 150px !important;
  border: 1px solid #ddd;
  margin: 0px 15px 10px 0px !important;
  padding: 5px !important;
  border-radius: 10px !important;
  transition: all 0.5s ease-in-out !important;
}
.payment .payment-main-wrap ul li:hover img {
  filter: grayscale(1) !important;
}

/*payment*/
/*downloads*/
.app-download {
  display: block;
  float: left !important;
  width: 100%;
  text-align: center;
  background: #f2f2f2;
  margin: 0 auto;
  padding: 30px 0px;
  margin: 0px 0px;
  border-top: 1px solid #ddd !important;
}
.app-download h2 {
  color: #1f6e91 !important;
  text-align: center !important;
  font-size: 30px !important;
  font-weight: bold !important;
  margin: 0px 0px 20px 0px !important;
}
.app-download .app-store a {
  display: inline-block !important;
  margin: 0px 10px 10px 10px !important;
}
.app-download .app-store a img {
  border: 1px solid #d7d7d7 !important;
  border-radius: 10px !important;
  padding: 5px 5px !important;
  background: #fff !important;
}
.app-download .app-store a:hover img {
  filter: invert(1) !important;
}

/*downloads*/
/*aboutus*/
section.main-content {
  display: block;
  float: left;
  width: 100% !important;
  padding: 30px 0px !important;
  background: #fff !important;
}
section.main-content .content-section {
  display: block;
  float: left;
  width: 100% !important;
}
section.main-content .content-section .content-section-details {
  display: block;
  float: left;
  width: 100% !important;
}
section.main-content .content-section .content-section-details h1, section.main-content .content-section .content-section-details h2, section.main-content .content-section .content-section-details h3 {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 25px !important;
  color: #1f6e91 !important;
  margin: 0 0 15px 0 !important;
  background: none !important;
  padding: 0px !important;
  margin: 0px 0px 10px 0px !important;
}
section.main-content .content-section .content-section-details p {
  display: block;
  float: left;
  width: 100% !important;
  margin-bottom: 20px !important;
}
section.main-content .content-section .content-section-details table.MsoNormalTable {
  width: 100% !important;
}

/*aboutus*/
/*bod-member*/
.bod-member {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px !important;
}
.bod-member .justify-content-md-center {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  margin: 0% 37% !important;
}
.bod-member .col-xl-3.col-lg-3.col-md-4.col-sm-4.col-xs-6.fuller.justify-content-md-center {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  display: block !important;
  float: left !important;
  width: 100% !important;
}
.bod-member .col-xl-3.col-lg-3.col-md-4.col-sm-4.col-xs-6.fuller.justify-content-md-center .grid-center {
  width: calc(25% - 20px) !important;
  margin: 0 auto 30px auto !important;
  float: none !important;
}
.bod-member .justify-content-md-center {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  margin: 0% 37% !important;
}
.bod-member .information-officer {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  margin: 0% 37% !important;
}
.bod-member .grid {
  display: block;
  float: none !important;
  width: 100% !important;
  margin: 0 auto 30px auto !important;
  cursor: pointer;
  transition: all 0.5s ease-in-out !important;
  border-radius: 10px 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.5s ease-in-out !important;
  overflow: hidden !important;
}
.bod-member .grid .bod-image {
  height: 310px !important;
  overflow: hidden !important;
}
.bod-member .grid .bod-image img {
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.5s ease-in-out !important;
}
.bod-member .grid:hover img {
  transform: scale(1.1) !important;
}
.bod-member .grid .grid-desc {
  display: block;
  width: 100% !important;
  padding: 15px 10px !important;
  text-align: center;
  height: 115px !important;
}
.bod-member .grid .grid-desc h2 {
  margin: 0px !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #888 !important;
  margin-bottom: 10px !important;
}
.bod-member .grid .grid-desc p {
  color: #333 !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin-bottom: 0px !important;
}
.bod-member .modal-open.modal {
  overflow-x: hidden;
  overflow-y: scroll !important;
  width: auto !important;
  margin: 0 auto !important;
  position: relative;
}
.bod-member .modal-open {
  overflow: scroll !important;
}
.bod-member .modal {
  width: calc(100% + 18px) !important;
}
.bod-member .modal .modal-dialog {
  position: relative;
  max-width: 40% !important;
  top: 40px !important;
}
.bod-member .modal .modal-dialog .modal-content {
  padding: 0px !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff !important;
  border: none !important;
  overflow: hidden;
  padding: 20px 40px;
  width: 90% !important;
  margin: 0 auto 30px auto !important;
  z-index: 9999999999 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  position: absolute !important;
  top: 15% !important;
  right: 0 !important;
  left: 0;
}
.bod-member .modal .modal-dialog .modal-content .modal-header {
  padding: 10px !important;
}
.bod-member .modal .modal-dialog .modal-content .modal-header h5 {
  font-size: 20px !important;
  color: #333 !important;
}
.bod-member .modal .modal-dialog .modal-content .modal-header button {
  position: absolute;
  right: 0px !important;
  top: 0px !important;
  font-size: 36px !important;
  padding: 0px 5px !important;
  height: 50px !important;
  width: 50px !important;
  border-radius: 0px !important;
  line-height: normal !important;
  text-align: center;
}
.bod-member .modal .modal-dialog .modal-content .modal-header button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.bod-member .modal .modal-dialog .modal-content .modal-body .popup-details .popup-img {
  text-align: center !important;
  margin: 0px 0px 10px 0px !important;
}
.bod-member .modal .modal-dialog .modal-content .modal-body .popup-details .popup-img img {
  width: 200px !important;
  height: auto !important;
}
.bod-member .modal .modal-dialog .modal-content .modal-body .popup-details ul {
  display: block;
  width: 100% !important;
  float: left !important;
  list-style: none !important;
  margin: 10px 0px !important;
}
.bod-member .modal .modal-dialog .modal-content .modal-body .popup-details ul li {
  display: block;
  width: 100% !important;
  float: left !important;
  list-style: none !important;
  margin-bottom: 5px !important;
}
.bod-member .modal .modal-dialog .modal-content .modal-body .popup-details ul li i {
  padding: 0px 10px 0px 0px !important;
}
.bod-member .modal .modal-dialog .modal-content .modal-body .popup-details ul li a {
  display: block;
  width: 100% !important;
  float: left;
  color: #333;
  text-decoration: none;
}
.bod-member .modal .modal-dialog .modal-content .modal-body .popup-details ul li a:hover {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.bod-member .modal .modal-dialog .modal-content .modal-body .popup-details ul li a i {
  display: block;
  width: auto !important;
  float: left !important;
}
.bod-member .modal .modal-dialog .modal-content .modal-body .popup-details ul li a span {
  display: block;
  width: auto !important;
  float: left !important;
}

.content-section .bod-block-section {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 20px 0px !important;
}
.content-section .bod-block-section h1 {
  display: block;
  float: left;
  width: 100% !important;
  margin: 20px 0px 0px 0px !important;
  color: #10a6bf !important;
  font-size: 25px !important;
  padding: 0px 10px !important;
}
.content-section .bod-block-section .main-content-section {
  width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
}

.officer-footer ul {
  list-style: none;
}
.officer-footer ul li {
  padding-bottom: 10px;
}
.officer-footer ul li a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.officer-footer ul li i {
  padding-right: 5px;
}
.officer-footer ul li:first-child {
  font-weight: bold;
}

/*bod-member*/
/*newslist*/
.news-list {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px !important;
  padding: 30px 0px !important;
  background: #fff !important;
}
.news-list .news-section {
  display: block;
  float: left;
  width: 100% !important;
}

/*newslist*/
/*press-release*/
.press-release-section {
  display: block;
  float: left;
  width: 100% !important;
}
.press-release-section ul li {
  display: block;
  float: left;
  width: 100% !important;
  border-bottom: 1px solid #f2f2f2 !important;
  padding: 5px 0px !important;
}
.press-release-section ul li a {
  display: block;
  float: left;
  width: 100% !important;
  margin-bottom: 0px !important;
}
.press-release-section ul li a span {
  color: #1f6e91;
  font-weight: bold !important;
}
.press-release-section ul li a p {
  margin-bottom: 0px !important;
}
.press-release-section ul li:hover a p {
  text-decoration: underline !important;
}

/*press-release*/
/*careers-list*/
.careers-list {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px !important;
  padding: 30px 0px !important;
  background: #fff !important;
}
.careers-list .careers-section {
  display: block;
  float: left;
  width: 100% !important;
  padding: 0px 0px !important;
}
.careers-list .careers-section h3 {
  margin: 0px !important;
  font-size: 24px !important;
  font-weight: bold !important;
  color: #1f6e91 !important;
  margin-bottom: 15px !important;
}
.careers-list .careers-section .career-list-item {
  display: block;
  float: left;
  width: 100% !important;
  padding: 15px !important;
  border-bottom: 1px solid #ccc !important;
}
.careers-list .careers-section .career-list-item h4 {
  margin: 0px !important;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #1f6e91 !important;
  margin-bottom: 15px !important;
}
.careers-list .careers-section .career-list-item p {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px !important;
}
.careers-list .careers-section .career-list-item a {
  display: inline-block;
  color: #1f6e91;
  padding: 5px 0px 5px 0px !important;
  width: 110px;
  margin-bottom: 10px !important;
  font-size: 15px !important;
  border-radius: 5px !important;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.careers-list .careers-section .career-list-item a i {
  padding: 0px 0px 0px 10px !important;
}
.careers-list .careers-section .career-list-item:hover {
  display: block;
  float: left;
  width: 100% !important;
  background: #f2f2f2 !important;
}
.careers-list .careers-section.career-detail {
  display: block;
  float: left;
  width: 100% !important;
  border: 1px solid #ccc !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px !important;
}
.careers-list .careers-section.career-detail ul {
  display: block;
  float: left;
  width: 100% !important;
  margin: 10px 0px 20px 0px !important;
}
.careers-list .careers-section.career-detail ul h5 {
  margin: 0px !important;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #1f6e91 !important;
  margin-bottom: 0px !important;
}
.careers-list .careers-section.career-detail ul li {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 5px 0px !important;
}
.careers-list .careers-section.career-detail p em {
  color: #1f6e91;
}
.careers-list .careers-section.career-detail:hover .career-list-item {
  background: #fff !important;
}

/*careers-list*/
/*contact*/
.contact-us {
  display: block;
  float: left;
  width: 100% !important;
  padding: 20px 0px !important;
  background: #fff !important;
}
.contact-us .companyoverview {
  display: block;
  float: left;
  width: 100% !important;
  /***************************************************
  * Generated by SVG Artista on 6/7/2023, 4:00:26 PM
  * MIT license (https://opensource.org/licenses/MIT)
  * W. https://svgartista.net
  **************************************************/
}
.contact-us .companyoverview h1 {
  color: #1f6e91 !important;
  font-size: 30px !important;
  font-weight: normal !important;
  text-transform: none !important;
}
.contact-us .companyoverview .footer-logo {
  display: block;
  float: left;
  width: 100% !important;
  margin: 20px 0px 0px -20px !important;
}
.contact-us .companyoverview .footer-logo svg {
  width: 70% !important;
}
.contact-us .companyoverview .footer-logo svg g path {
  fill: #1f6e91 !important;
}
.contact-us .companyoverview .footer-logo svg:hover g path {
  fill: #07b2ce !important;
}
.contact-us .companyoverview svg .svg-elem-1 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
.contact-us .companyoverview svg.active .svg-elem-1 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-2 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}
.contact-us .companyoverview svg.active .svg-elem-2 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-3 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}
.contact-us .companyoverview svg.active .svg-elem-3 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-4 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
}
.contact-us .companyoverview svg.active .svg-elem-4 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-5 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.contact-us .companyoverview svg.active .svg-elem-5 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-6 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
}
.contact-us .companyoverview svg.active .svg-elem-6 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-7 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
.contact-us .companyoverview svg.active .svg-elem-7 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-8 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
}
.contact-us .companyoverview svg.active .svg-elem-8 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-9 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}
.contact-us .companyoverview svg.active .svg-elem-9 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-10 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}
.contact-us .companyoverview svg.active .svg-elem-10 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-11 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}
.contact-us .companyoverview svg.active .svg-elem-11 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-12 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.7s;
}
.contact-us .companyoverview svg.active .svg-elem-12 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-13 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
}
.contact-us .companyoverview svg.active .svg-elem-13 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-14 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.9s;
}
.contact-us .companyoverview svg.active .svg-elem-14 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-15 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2s;
}
.contact-us .companyoverview svg.active .svg-elem-15 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-16 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.1s;
}
.contact-us .companyoverview svg.active .svg-elem-16 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-17 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.2s;
}
.contact-us .companyoverview svg.active .svg-elem-17 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-18 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.3s;
}
.contact-us .companyoverview svg.active .svg-elem-18 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-19 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.4s;
}
.contact-us .companyoverview svg.active .svg-elem-19 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-20 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.5s;
}
.contact-us .companyoverview svg.active .svg-elem-20 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-21 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.6s;
}
.contact-us .companyoverview svg.active .svg-elem-21 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-22 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.7s;
}
.contact-us .companyoverview svg.active .svg-elem-22 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-23 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.8s;
}
.contact-us .companyoverview svg.active .svg-elem-23 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-24 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.9s;
}
.contact-us .companyoverview svg.active .svg-elem-24 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-25 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 3s;
}
.contact-us .companyoverview svg.active .svg-elem-25 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-26 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 3.1s;
}
.contact-us .companyoverview svg.active .svg-elem-26 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-27 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 3.2s;
}
.contact-us .companyoverview svg.active .svg-elem-27 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview svg .svg-elem-28 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1) 3.3s;
}
.contact-us .companyoverview svg.active .svg-elem-28 {
  fill: rgb(0, 0, 0);
}
.contact-us .companyoverview strong {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  color: #333 !important;
  margin: 30px 0px !important;
  font-weight: normal !important;
  line-height: 1.5 !important;
}
.contact-us .companyoverview ul {
  display: block;
  float: left;
  width: 100% !important;
}
.contact-us .companyoverview ul li {
  display: block;
  float: left;
  width: 100% !important;
  margin-bottom: 10px !important;
}
.contact-us .companyoverview ul li a i {
  color: #1f6e91;
  font-size: 20px !important;
  margin: 0px 5px 0px 0px !important;
}
.contact-us .companyoverview ul li a:hover {
  color: #333 !important;
  text-decoration: underline !important;
}
.contact-us form#NewFeedbackForm {
  border: none !important;
  padding: 0px !important;
}
.contact-us form#NewFeedbackForm h3 {
  margin: 0px 0px 20px 0px !important;
  color: #1f6c8f !important;
  font-size: 30px !important;
  font-weight: normal !important;
  text-transform: none !important;
}
.contact-us form#NewFeedbackForm .sfFormGroup {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 10px 0px !important;
}
.contact-us form#NewFeedbackForm .sfFormGroup label {
  display: block;
  float: left;
  width: auto !important;
  margin: 0px 0px 5px 0px !important;
}
.contact-us form#NewFeedbackForm .sfFormGroup label span {
  display: block;
  float: right;
  width: auto !important;
  color: #eb1f34 !important;
}
.contact-us form#NewFeedbackForm .sfFormGroup label.error {
  color: #eb1f34 !important;
  font-size: 13px !important;
}
.contact-us form#NewFeedbackForm .sfFormGroup input {
  display: block;
  float: left;
  width: 100% !important;
  padding: 6px 10px !important;
  box-shadow: 0 1px 2px rgba(195, 61, 74, 0.1) inset !important;
  border: 1px solid #ccc !important;
}
.contact-us form#NewFeedbackForm .sfFormGroup textarea {
  display: block;
  float: left;
  width: 100% !important;
  padding: 6px 10px !important;
  box-shadow: 0 1px 2px rgba(195, 61, 74, 0.1) inset !important;
  border: 1px solid #ccc !important;
}
.contact-us form#NewFeedbackForm .sfFormGroup input:focus-visible,
.contact-us form#NewFeedbackForm .sfFormGroup textarea:focus-visible {
  outline: none !important;
  border: 1px solid #1f6e91 !important;
  box-shadow: none !important;
}
.contact-us form#NewFeedbackForm .sfFormGroup #btnSubmitFeedback {
  width: auto !important;
  background: #07b2ce !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  border: none !important;
  font-weight: normal !important;
  cursor: pointer !important;
  margin: 0px !important;
}
.contact-us form#NewFeedbackForm .sfFormGroup #btnSubmitFeedback:hover {
  background: #1f6e91 !important;
}
.contact-us .our-location {
  display: block;
  float: left;
  width: 100% !important;
  padding: 30px 0px !important;
  background: #fff !important;
  margin: 20px 0px 0px 0px !important;
}
.contact-us .our-location iframe {
  display: block;
  float: left;
  width: 100% !important;
  border-radius: 10px !important;
}

/*contact*/
/*banking partners*/
.banking-partners-section {
  display: block;
  float: left;
  width: 100% !important;
}
.banking-partners-section #divBankAccountsData {
  display: block;
  float: left;
  width: 100% !important;
}
.banking-partners-section #divBankAccountsData table {
  width: 100% !important;
  display: table !important;
}

/*banking partners*/
/*downloads-section*/
.downloads-section {
  display: block;
  float: left;
  width: 100% !important;
}
.downloads-section ul {
  display: block;
  float: left;
  width: 100% !important;
}
.downloads-section ul li {
  display: block;
  float: left;
  width: 100% !important;
}
.downloads-section ul li a {
  display: block;
  float: left;
  width: 100% !important;
  padding: 10px !important;
  margin: 0px 0px 15px 0px !important;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
}
.downloads-section ul li a span {
  display: block;
  float: left;
  width: calc(100% - 140px) !important;
  padding: 10px 0px !important;
}
.downloads-section ul li a span i {
  display: block;
  float: left;
  width: auto !important;
  color: #eb1f34 !important;
  margin: 0px 10px 0px 0px !important;
  padding: 3px 0px !important;
}
.downloads-section ul li a span span {
  padding: 0px !important;
}
.downloads-section ul li a button {
  float: right !important;
  width: 140px;
  border-radius: 10px !important;
  border: 0px !important;
  background: #1f6e91 !important;
  color: #fff !important;
  padding: 10px !important;
}
.downloads-section ul li a button i {
  color: #fff !important;
  margin-left: 10px !important;
}
.downloads-section ul li a:hover button {
  background: #07b2ce !important;
}

/*downloads-section*/
/*media center*/
.media-center {
  display: block;
  float: left;
  width: 100% !important;
}
.media-center .mediacenter-list-block {
  display: block;
  float: left;
  width: 100% !important;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  margin: 20px 0px 10px 0px !important;
}
.media-center .mediacenter-list-block a {
  display: block;
  float: left;
  width: 100% !important;
}
.media-center .mediacenter-list-block a .grid {
  display: block;
  float: left;
  width: 100% !important;
  height: 240px !important;
  overflow: hidden !important;
}
.media-center .mediacenter-list-block a .grid img {
  display: block;
  float: left;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.5s ease-in-out !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.media-center .mediacenter-list-block a:hover img {
  transform: scale(1.1) !important;
}
.media-center .mediacenter-list-block a:hover p.text-center {
  color: #07b2ce !important;
}
.media-center .mediacenter-list-block a p.text-center {
  font-weight: bold !important;
  padding: 15px 10px;
  background: #fff !important;
  position: relative;
  height: 60px !important;
  transition: all 0.5s ease-in-out !important;
  margin: 0px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #888 !important;
}

.demo-gallery {
  display: block;
  float: left !important;
  width: 100% !important;
  margin: 20px 0px 0px 0px !important;
  padding: 10px 0px 0px 10px !important;
}

.mediacenter-details button {
  padding: 0px !important;
}
.mediacenter-details button a {
  padding: 10px !important;
  background: #1f6e91 !important;
  color: #fff !important;
  border-radius: 5px !important;
}
.mediacenter-details .mediacenter-list-block {
  display: block;
  float: left;
  width: 100% !important;
  margin: 20px 0px 0px 0px !important;
}
.mediacenter-details .mediacenter-list-block .grid {
  display: block;
  float: left;
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
}
.mediacenter-details .mediacenter-list-block .grid img {
  display: block;
  float: left;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 5px !important;
  transition: all 0.5s ease-in-out !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  margin: 0px 0px 15px 0px !important;
}
.mediacenter-details .mediacenter-list-block .grid:hover img {
  transform: scale(1.1) !important;
  border-radius: 5px !important;
}
.mediacenter-details .mediacenter-list-block .grid:hover p.text-center {
  color: #07b2ce !important;
}

.video-section .video-content {
  margin: 0px 0px 0px 0px !important;
  display: block;
  float: left;
  width: 100% !important;
}
.video-section .video-content .row {
  margin: 0px !important;
}
.video-section .video-content .row .nlisting-title {
  display: block;
  float: left;
  width: 100% !important;
}
.video-section .video-content .row .nlisting-title h3 {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 24px !important;
  margin: 0px 0px 5px 0px !important;
}
.video-section .video-content .row .grid {
  display: block;
  float: left;
  width: 100% !important;
  border: 1px solid #ddd;
  position: relative;
  clear: both;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 5px 15px -6px rgba(11, 11, 11, 0.1) !important;
  border-radius: 10px !important;
  position: relative;
}
.video-section .video-content .row .grid .column {
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  display: block;
  float: left;
  width: 100% !important;
  height: 240px !important;
}
.video-section .video-content .row .grid .video-banner .video-banner-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 200px;
  border-radius: 10px !important;
}
.video-section .video-content .row .grid .video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(11, 11, 11, 0.8);
  width: 100%;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 16px !important;
  border-radius: 0px 0px 10px 10px !important;
}

/*media center*/
/*faq*/
.faq-section #accordionExample {
  display: block;
  float: left;
  width: 100% !important;
}
.faq-section #accordionExample .accordion-item {
  display: block;
  float: left;
  width: 100% !important;
  border: none !important;
  margin: 0px 0px 10px 0px !important;
}
.faq-section #accordionExample .accordion-item:focus {
  box-shadow: none !important;
  outline: none !important;
}
.faq-section #accordionExample .accordion-item .accordion-header {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 0px 0px !important;
  font-size: 16px !important;
}
.faq-section #accordionExample .accordion-item .accordion-header .accordion-button.collapsed {
  display: block;
  float: left;
  width: 100% !important;
  box-shadow: none !important;
  outline: none !important;
  background: #1f6e91 !important;
  color: #fff;
  text-align: left !important;
  position: relative !important;
}
.faq-section #accordionExample .accordion-item .accordion-header .accordion-button.collapsed:after {
  content: "+" !important;
  position: absolute !important;
  font-size: 30px !important;
  right: 10px !important;
  top: 0px !important;
  padding: 10px !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50% !important;
  text-align: center !important;
  background-position: center;
}
.faq-section #accordionExample .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background: #07b2ce !important;
}
.faq-section #accordionExample .accordion-item .accordion-header:focus {
  box-shadow: none !important;
}
.faq-section #accordionExample .accordion-item .accordion-header .accordion-button {
  display: block;
  float: left;
  width: 100% !important;
  box-shadow: none !important;
  outline: none !important;
  background: #1f6e91 !important;
  color: #fff;
  text-align: left !important;
  position: relative !important;
}
.faq-section #accordionExample .accordion-item .accordion-header .accordion-button:after {
  content: "-" !important;
  position: absolute !important;
  font-size: 40px !important;
  right: 10px !important;
  top: 0px !important;
  padding: 10px !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50% !important;
  text-align: center !important;
  background-position: center;
}
.faq-section #accordionExample .accordion-item .accordion-collapse.collapse,
.faq-section #accordionExample .accordion-item .accordion-collapse.collapse.show,
.faq-section #accordionExample .accordion-item .accordion-collapse.collapsing.show,
.faq-section #accordionExample .accordion-item .accordion-collapse.collapsing {
  overflow: hidden;
  text-align: left !important;
  width: 100% !important;
  transition: all 0.5s ease-in-out !important;
}
.faq-section #accordionExample .accordion-item .accordion-body {
  display: block;
  float: left;
  width: 100% !important;
  padding: 15px;
  border: 1px solid #ccc !important;
  margin: 0px 0px 20px 0px !important;
  text-align: left !important;
}
.faq-section #accordionExample .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #07b2ce !important;
}

/*faq*/
/*right to information*/
#divInformationsData {
  display: block;
  float: left;
  width: 100% !important;
}
#divInformationsData ul {
  display: block;
  float: left;
  width: 100% !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
#divInformationsData ul li {
  display: block;
  float: left;
  width: 100% !important;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #ddd;
}
#divInformationsData ul li h4 {
  font-size: 20px !important;
  font-weight: bold !important;
}
#divInformationsData ul li ul li {
  display: block;
  float: left;
  width: 24% !important;
  padding: 0px !important;
  margin: 10px 10px 0px 0px !important;
  border-bottom: 0px !important;
  border: 1px solid #f2f2f2 !important;
  border-radius: 10px !important;
  text-align: center !important;
  background: #f2f2f2;
}
#divInformationsData ul li ul li a {
  display: block;
  padding: 10px !important;
  text-decoration: none;
}
#divInformationsData ul li ul li a i {
  font-size: 20px !important;
  color: #eb1f34 !important;
  transition: all 0.5s ease-in-out !important;
}
#divInformationsData ul li ul li:hover {
  background: #e2e2e2 !important;
}
#divInformationsData ul li ul li:hover a {
  color: #333;
}

/*right to information*/
/*InsuranceEnquiry*/
#divInsuranceEnquiryForm form#NewInsuranceEnquiry {
  display: block;
  float: left;
  width: 100% !important;
  padding: 15px !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs h2 {
  display: block;
  float: left !important;
  width: 100% !important;
  padding: 5px 10px !important;
  font-weight: bold !important;
  font-size: 20px !important;
  background: #1f6e91 !important;
  color: #fff !important;
  margin: 0px 0px 20px 0px !important;
  border-radius: 10px !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input {
  display: block;
  float: left !important;
  width: 100% !important;
  margin-bottom: 10px !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input label {
  display: block;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input input {
  display: block;
  float: left;
  width: 100%;
  padding: 5px 10px !important;
  height: 36px !important;
  border: 1px solid #ddd !important;
  border-radius: 5px;
  transition: all 0.5s ease-in-out !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input select {
  display: block;
  float: left;
  width: 100%;
  padding: 5px 10px !important;
  height: 36px !important;
  border: 1px solid #ddd !important;
  border-radius: 5px;
  transition: all 0.5s ease-in-out !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input textarea {
  display: block;
  float: left;
  width: 200%;
  padding: 5px 10px !important;
  border: 1px solid #ddd !important;
  border-radius: 5px;
  transition: all 0.5s ease-in-out !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input span.text-red {
  color: #eb1f34 !important;
  font-size: 13px !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input:hover input {
  border: 1px solid #07b2ce !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input:hover select {
  border: 1px solid #07b2ce !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input:hover textarea {
  border: 1px solid #07b2ce !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input:focus input {
  border: 1px solid #07b2ce !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input:focus select {
  border: 1px solid #07b2ce !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input:focus textarea {
  border: 1px solid #07b2ce !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .radio-button ul li {
  display: inline;
  float: left;
  width: 80px !important;
  margin: 0px 0px 10px 0px !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .radio-button ul li input {
  display: block;
  float: left;
  width: auto !important;
  padding: 0px !important;
  height: 20px !important;
}
#divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .radio-button ul li span {
  display: inline;
  float: left;
  width: auto !important;
  margin: -2px 0px 0px 10px !important;
}

/*InsuranceEnquiry*/
/*financial*/
.reports-block {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 20px 0px !important;
}
.reports-block h4 {
  display: block;
  float: left;
  width: 100% !important;
  background: #1f6e91;
  border-radius: 10px !important;
  color: #fff !important;
  margin: 0px 0px 0px 0px !important;
  padding: 10px !important;
}
.reports-block ul {
  padding: 20px 10px !important;
}
.reports-block table tbody tr td {
  vertical-align: middle;
}
.reports-block table tbody tr td a {
  background: #1f6e91 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 10px !important;
  margin: 0px 10px 0px 0px !important;
}
.reports-block table tbody tr td a:hover {
  background: #07b2ce !important;
}
.reports-block table tbody tr td a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.financial-highlights.main-content-section {
  padding: 0px !important;
  background: #fff !important;
  border: none !important;
}
.financial-highlights.main-content-section .highlights ul li {
  display: inline-block !important;
  width: 18% !important;
  transition: all 0.5s ease-in-out !important;
  border-radius: 5px;
  background: linear-gradient(90deg, rgb(0, 158, 184) 0%, rgb(29, 91, 118) 100%) !important;
  padding: 30px 10px !important;
  margin: 0 5px 15px 5px !important;
  box-shadow: 0 3px 10px -3px rgba(11, 11, 11, 0.2) !important;
  min-height: 160px !important;
}
.financial-highlights.main-content-section .highlights ul li:hover {
  background: linear-gradient(90deg, rgb(0, 158, 184) 0%, rgb(29, 91, 118) 100%) !important;
}
.financial-highlights.main-content-section .highlights ul li:hover p {
  color: #fff !important;
}
.financial-highlights.main-content-section .highlights ul li p {
  font-size: 18px !important;
  color: #fff !important;
}
.financial-highlights.main-content-section .highlights ul li:hover {
  transform: scale(1.1) !important;
}

/*financial*/
/*productdetails*/
.product-details {
  display: block;
  float: left;
  width: 100% !important;
}
.product-details h1 {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 20px 0px !important;
  font-size: 24px !important;
  font-weight: bold !important;
  border-radius: 10px !important;
  padding: 0px !important;
  font-size: 20px;
  color: #333 !important;
}
.product-details h3 {
  border-radius: 10px !important;
}
.product-details .product-tabs {
  display: block;
  float: left;
  width: 100% !important;
  margin: 20px 0px 0px 0px !important;
}
.product-details .product-tabs #nav-tab button.active {
  background: #07b2ce !important;
  color: #fff !important;
}
.product-details .product-tabs #nav-tab button.active i {
  margin: 0px 5px 0px 0px !important;
}
.product-details .product-tabs #nav-tab button.active:hover {
  background: #07b2ce !important;
}
.product-details .product-tabs #nav-tab button {
  color: #333 !important;
  margin: 0px 5px 0px 0px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  padding: 10px !important;
  background: #fff !important;
  border-radius: 10px 10px 0px 0px !important;
}
.product-details .product-tabs #nav-tab button i {
  margin: 0px 5px 0px 0px !important;
}
.product-details .product-tabs #nav-tab button:hover {
  background: #f2f2f2 !important;
}
.product-details .product-tabs .tab-content {
  display: block;
  float: left;
  width: 100% !important;
  padding: 15px 10px !important;
}
.product-details .product-tabs .tab-content .tab-pane h2 {
  font-size: 20px !important;
  background: #f2f2f2;
  color: #1f6e91;
  padding: 10px !important;
  margin: 0px 0px 0px 0px !important;
}
.product-details .product-tabs .tab-content .tab-pane h3 {
  background: none !important;
  color: #333 !important;
  font-size: 18px !important;
  padding: 0px !important;
  margin: 0px 0px 10px 0px !important;
}
.product-details .product-tabs .tab-content .tab-pane h3 strong {
  background: none !important;
  color: #333 !important;
  font-size: 18px !important;
  padding: 0px !important;
  margin: 0px 0px 10px 0px !important;
}
.product-details .product-tabs .tab-content .tab-pane p:empty {
  display: none !important;
}
.product-details .product-tabs .tab-content .tab-pane p {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #333 !important;
  margin-bottom: 5px !important;
}
.product-details .product-tabs .tab-content .tab-pane ul {
  display: list-item;
  float: left;
  width: 100% !important;
}
.product-details .product-tabs .tab-content .tab-pane ul li {
  display: list-item !important;
  float: left;
  width: 100% !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #333 !important;
  margin-bottom: 5px !important;
  padding: 0px !important;
  list-style: circle !important;
}
.product-details .product-tabs .tab-content .tab-pane ul li p {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 0px 0px !important;
}
.product-details .product-tabs .tab-content .tab-pane ol {
  display: list-item;
  float: left;
  width: 100% !important;
}
.product-details .product-tabs .tab-content .tab-pane ol li {
  display: list-item !important;
  list-style: circle !important;
}
.product-details .product-tabs .tab-content table {
  width: 100% !important;
}
.product-details .product-tabs .tab-content table tbody {
  border: 1px solid #f2f2f2 !important;
}
.product-details .product-tabs .tab-content table tbody tr {
  border-bottom: 1px solid #f2f2f2 !important;
}
.product-details .product-tabs .tab-content table tbody tr td {
  padding: 0px 5px !important;
}

/*productdetails*/
/*login*/
.login-details .login-tabs {
  display: block;
  width: 40% !important;
  margin: 0 auto !important;
}
.login-details .login-tabs button {
  width: 50% !important;
  border: none !important;
  padding: 10px !important;
  background: #07b2ce;
  color: #fff !important;
  border-radius: 0px !important;
}
.login-details .login-tabs button:hover {
  opacity: 0.9 !important;
}
.login-details .login-tabs button.active {
  background: #1f6e91 !important;
}
.login-details .login-tabs .tab-content {
  display: block;
  float: left;
  width: 100%;
  padding: 20px !important;
  border: 1px solid #ccc !important;
}
.login-details .login-tabs .tab-content form {
  border: none !important;
  padding: 0px !important;
}
.login-details .login-tabs .tab-content form .form-group input#btnSubmitFeedback {
  display: block;
  float: left;
  width: 100% !important;
  background: #d9ac36 !important;
}
.login-details .login-tabs .tab-content form .form-group:last-child {
  margin: 0px !important;
}
.login-details .login-tabs .note {
  display: block;
  float: left;
  width: 100% !important;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-top: 20px !important;
  border-radius: 5px;
}
.login-details .login-tabs .note strong {
  color: #eb1f34 !important;
}

/*login*/
/*privacy*/
.Privacy {
  display: block;
  float: left;
  width: 100% !important;
  padding: 20px 0px 80px 0px !important;
  margin-top: -30px !important;
}
.Privacy h2 {
  display: block;
  float: left;
  width: 100% !important;
  margin: 15px 0px 5px 0px !important;
  color: #1f6e91 !important;
}
.Privacy h4 {
  display: block;
  float: left;
  width: 100% !important;
  margin: 15px 0px 5px 0px !important;
  color: #1f6e91 !important;
}
.Privacy p {
  display: block;
  float: left;
  width: 100% !important;
  margin-bottom: 10px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}
.Privacy ul {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  margin: 15px 0px !important;
  padding-left: 20px !important;
}
.Privacy ul li {
  margin-bottom: 10px !important;
}

/*privacy*/
/*calculator*/
#exTab2 {
  margin: 0 auto !important;
  display: block !important;
  width: 100% !important;
  float: left !important;
  text-align: center;
}
#exTab2 ul.nav.nav-tabs {
  display: inline;
  width: auto !important;
  text-align: center;
  border-bottom: none !important;
  background: #fff !important;
  border-radius: 20px !important;
  padding: 17px 0px;
  background: #f2f2f2 !important;
  margin: 0px auto 20px auto !important;
}
#exTab2 ul.nav.nav-tabs li {
  display: inline !important;
  width: auto !important;
  text-align: center;
}
#exTab2 ul.nav.nav-tabs li a {
  padding: 15px 20px !important;
  border-radius: 20px !important;
  font-size: 18px !important;
  background: #f2f2f2 !important;
}
#exTab2 ul.nav.nav-tabs li a:hover {
  text-decoration: none !important;
  color: #333 !important;
}
#exTab2 ul.nav.nav-tabs li.active a {
  background: #07b2ce !important;
  color: #fff !important;
}

.premium-calculator nav {
  display: flex;
  flex-wrap: wrap !important;
  width: 100% !important;
  justify-content: center !important;
}
.premium-calculator nav #nav-tab {
  width: auto !important;
  margin: 0 auto !important;
  text-align: center;
  border-bottom: none !important;
  border-radius: 20px !important;
  background: #f2f2f2 !important;
}
.premium-calculator nav #nav-tab button.nav-link {
  color: #333 !important;
  border: none !important;
  background: transparent !important;
  border-radius: 20px !important;
  padding: 14px 0px !important;
}
.premium-calculator nav #nav-tab button.nav-link a {
  padding: 15px 20px !important;
  border-radius: 20px !important;
  font-size: 18px !important;
  background: transparent !important;
}
.premium-calculator nav #nav-tab button.nav-link:hover a {
  text-decoration: none !important;
  color: #333 !important;
}
.premium-calculator nav #nav-tab button.active {
  border: none !important;
  color: #fff !important;
  padding: 0px !important;
}
.premium-calculator nav #nav-tab button.active a {
  padding: 15px 20px !important;
  border-radius: 20px !important;
  background: #07b2ce !important;
  color: #fff !important;
}
.premium-calculator nav #nav-tab button.active:hover {
  padding: 0px !important;
  background: none !important;
}
.premium-calculator nav #nav-tab button.active:hover a {
  text-decoration: none !important;
  color: #fff !important;
}

.content-section {
  display: block;
  float: left;
  width: 100% !important;
}
.content-section .main-content-section {
  display: block;
  float: left;
  width: 100% !important;
}
.content-section .main-content-section #divCalculator {
  text-align: left;
  display: flex;
  flex-wrap: wrap !important;
  width: 70% !important;
  justify-content: space-around !important;
  margin: 40px auto 0px auto !important;
  border: 1px solid #ddd !important;
  padding: 15px !important;
  border-radius: 10px !important;
}
.content-section .main-content-section #divCalculator h2 {
  display: block;
  width: 100% !important;
  padding: 10px !important;
  font-weight: bold !important;
  font-size: 20px !important;
  background: #1f6e91 !important;
  color: #fff !important;
  margin: 0px 0px 20px 0px !important;
  border-radius: 10px !important;
}
.content-section .main-content-section #divCalculator form {
  display: block;
  width: 100% !important;
  border: none !important;
  padding: 0px !important;
}
.content-section .main-content-section #divCalculator form .text-input {
  display: block;
  width: 100% !important;
  margin-bottom: 10px !important;
}
.content-section .main-content-section #divCalculator form .text-input label {
  display: block;
  width: 100% !important;
  background: #fff !important;
  margin-bottom: 5px !important;
  color: #333 !important;
  padding: 0px !important;
  font-size: 15px !important;
  font-weight: bold !important;
  text-align: left !important;
}
.content-section .main-content-section #divCalculator form .text-input label #spanSumAssured {
  float: right !important;
  display: block;
  width: 50%;
  text-align: right;
}
.content-section .main-content-section #divCalculator form .text-input span.text-red {
  display: block;
  width: 100% !important;
  color: #eb1f34 !important;
  font-size: 13px !important;
  padding: 0px 0px !important;
}
.content-section .main-content-section #divCalculator form .text-input .dob-input {
  display: block;
  width: 100% !important;
}
.content-section .main-content-section #divCalculator form .text-input .dob-input input {
  display: block !important;
  width: 31% !important;
  margin: 0px 15px 0px 0px !important;
}
.content-section .main-content-section #divCalculator form .text-input select, .content-section .main-content-section #divCalculator form .text-input input {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 8px !important;
  margin-bottom: 0px !important;
  box-shadow: none !important;
}
.content-section .main-content-section #divCalculator form .text-input button#btnCalculate {
  width: auto !important;
  background: #07b2ce !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  border: none !important;
  font-weight: normal !important;
  cursor: pointer !important;
  margin: 0px !important;
}
.content-section .main-content-section #divCalculator form .text-input button#btnCalculate:hover {
  background: #1f6e91 !important;
}
.content-section .main-content-section #divCalculator form .text-input ul li {
  display: inline-block;
  width: 70px !important;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 7px;
}
.content-section .main-content-section #divCalculator form .text-input ul li input {
  display: block;
  float: left !important;
  width: auto !important;
  border: none !important;
  box-shadow: none !important;
}
.content-section .main-content-section #divCalculator form .text-input ul li span {
  display: block;
  float: right !important;
  width: 45px !important;
  margin: -7px 0px 0px !important;
}
.content-section .main-content-section #divCalculator form .calculate {
  display: block;
  float: left;
  width: auto !important;
}
.content-section .main-content-section #divCalculator form .half-width {
  display: block;
  width: 48% !important;
}
.content-section .main-content-section #divCalculator form .check-boxes label {
  /*display: block;
  float: left;
  width: 100% !important;
  background: $white !important;*/
  margin-bottom: 5px !important;
  color: #333 !important;
  padding: 0px !important;
  font-size: 15px !important;
  font-weight: bold !important;
  text-align: left !important;
}
.content-section .main-content-section #divCalculator form .check-boxes label span {
  float: none !important;
  margin: 0 0.5rem !important;
}
.content-section .main-content-section #divCalculator form .check-boxes .form-check div.error-rider {
  color: #eb1f34;
  display: inline-block;
  font-size: 13px !important;
}
.content-section .main-content-section #divCalculator form .check-boxes #divRiders {
  display: block;
  float: left;
  width: 100% !important;
  background: #f2f2f2 !important;
  margin: 0px 0px 20px 0px !important;
}
.content-section .main-content-section #divCalculator form .check-boxes #divRiders table {
  max-width: 100%;
  background-color: transparent;
  width: 100%;
  margin-bottom: 20px;
}
.content-section .main-content-section #divCalculator form .check-boxes #divRiders table thead tr th {
  line-height: 1.4;
  vertical-align: top;
  padding: 15px 15px !important;
  border-bottom: 1px solid #dddddd;
}
.content-section .main-content-section #divCalculator form .check-boxes #divRiders table tbody tr td:first-child span {
  width: calc(100% - 20px) !important;
  text-align: left !important;
  line-height: normal !important;
  margin: -3px 0px 0px 4px !important;
  font-size: 14px !important;
}
.content-section .main-content-section #divCalculator form .check-boxes #divRiders table tbody tr td {
  line-height: 1.4;
  vertical-align: top;
  padding: 15px 15px !important;
  border-bottom: 1px solid #dddddd;
}
.content-section .main-content-section #divCalculator form .check-boxes #divRiders table tbody tr td input {
  float: left !important;
  border: 1px solid #aaa !important;
}
.content-section .main-content-section #divCalculator form .check-boxes #divRiders table tbody tr td input:hover {
  border: 1px solid #aaa !important;
}
.content-section .main-content-section #divCalculator form .check-boxes #divRiders table tbody tr td span.riderDesc {
  font-size: 11px;
  text-align: left !important;
}
.content-section .main-content-section #divCalculator form .radio-button {
  display: block;
  float: left;
  width: 100% !important;
  margin-bottom: 10px !important;
}
.content-section .main-content-section #divCalculator form .radio-button label {
  display: block;
  width: 100% !important;
  padding: 10px !important;
  background: #fff !important;
  border-radius: 10px !important;
  margin: 0px 0px 5px 0px !important;
  color: #333 !important;
  font-weight: bold !important;
  padding: 0px !important;
  text-align: left !important;
}
.content-section .main-content-section #divCalculator form .radio-button label #spanAge {
  float: right !important;
  display: block;
  width: 60%;
  text-align: right;
}
.content-section .main-content-section #divCalculator form .radio-button span.text-red {
  display: block;
  width: 100% !important;
  color: #eb1f34 !important;
  font-size: 13px !important;
  padding: 0px 0px !important;
  margin: 0px !important;
  text-align: left !important;
}
.content-section .main-content-section #divCalculator form .radio-button ul {
  display: block;
  width: 100% !important;
  text-align: left !important;
}
.content-section .main-content-section #divCalculator form .radio-button ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 7px;
}
.content-section .main-content-section #divCalculator form .radio-button ul li input[type=radio], .content-section .main-content-section #divCalculator form .radio-button ul li input[type=checkbox] {
  margin: 10px 0px 0px 0px;
  margin-top: 1px;
  line-height: normal;
  width: auto !important;
  float: left !important;
}
.content-section .main-content-section #divCalculator form .radio-button ul li span {
  display: inline-block;
  margin: -5px 10px 0px 5px !important;
  width: auto !important;
}
.content-section .main-content-section #divCalculator form .radio-button .cub-input .text-input {
  margin-bottom: 0 !important;
}
.content-section .main-content-section #divCalculator form #divAgeMessage span, .content-section .main-content-section #divCalculator form #divProposersAgeMessage span {
  font-style: italic;
}
.content-section .main-content-section #divCalculator form span.text-red {
  float: none !important;
  color: #eb1f34;
  font-size: 13px !important;
}

#divCalResult {
  display: block;
  width: 60%;
  margin: 40px auto !important;
  text-align: left;
}
#divCalResult .plan-details {
  padding: 0px !important;
}
#divCalResult .plan-details h1 {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 20px !important;
  background: #1f6e91 !important;
  color: #fff !important;
  margin: 0px 0px 10px 0px !important;
  border-radius: 10px !important;
  padding: 10px !important;
}
#divCalResult .plan-details h1 span {
  color: #fff !important;
  font-size: 16px !important;
}
#divCalResult .plan-details .rider-benifit {
  display: block;
  float: left;
  width: 100% !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  padding: 10px !important;
  margin-bottom: 10px;
  padding: 10px 10px 20px 10px !important;
}
#divCalResult .plan-details .rider-benifit h2 {
  display: block;
  width: 50% !important;
  text-align: left !important;
  height: 30px !important;
  font-size: 18px !important;
  margin: 0px 0px 0px 0px !important;
}
#divCalResult .plan-details .rider-benifit p {
  display: block;
  width: 50% !important;
  text-align: left;
  height: 30px !important;
  height: auto !important;
  font-size: 16px !important;
  margin: 0px 0px 0px 0px !important;
}
#divCalResult .plan-details .rider-benifit p span {
  float: none;
  font-size: 14px;
}
#divCalResult .plan-details .rider-benifit p span em {
  font-weight: bold;
}
#divCalResult .plan-details .rider-benifit p.disclaimer {
  padding: 0px 0px 10px 0px !important;
  display: block;
  float: left;
  width: 100% !important;
  height: auto !important;
}
#divCalResult .plan-details .rider-benifit .col-xl-4.col-lg-4.col-md-4.col-sm-4 h2 {
  display: block;
  width: 100% !important;
  height: auto !important;
  padding-left: 5px;
  font-size: 18px !important;
  color: #1f6e91 !important;
}
#divCalResult .plan-details .rider-benifit .col-xl-8.col-lg-8.col-md-8.col-sm-8 p {
  display: block;
  width: 100% !important;
  height: auto !important;
  padding-left: 5px;
}
#divCalResult .plan-details .rider-benifit table {
  display: table !important;
  width: 100% !important;
  margin: 0px 0px 10px 0px !important;
}
#divCalResult .plan-details .rider-benifit table thead {
  background: #f2f2f2 !important;
}
#divCalResult .plan-details .rider-benifit table tbody tr th {
  background: #f2f2f2 !important;
  padding: 5px !important;
  font-size: 16px;
}
#divCalResult .plan-details .rider-benifit table tbody tr td {
  padding: 5px !important;
  font-size: 16px !important;
}
#divCalResult .premium-frequency {
  display: block;
  float: left;
  width: 100% !important;
}
#divCalResult .premium-frequency h1 {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 20px !important;
  background: #1f6e91 !important;
  color: #fff !important;
  margin: 0px 0px 10px 0px !important;
  border-radius: 10px !important;
  padding: 10px !important;
}
#divCalResult .premium-frequency table {
  display: table !important;
  float: left !important;
  width: 100% !important;
  margin: 0px 0px 15px 0px !important;
  border: 1px solid #ddd !important;
}
#divCalResult .premium-frequency table thead {
  background: #f2f2f2 !important;
}
#divCalResult .premium-frequency table tbody tr th {
  background: #f2f2f2 !important;
  padding: 5px !important;
}
#divCalResult .premium-frequency table tbody tr td {
  padding: 5px !important;
}
#divCalResult .disclaimer {
  font-size: 14px !important;
  margin: 0px !important;
  font-style: italic;
  color: #888;
}
#divCalResult #btnNewCal {
  background: #07b2ce !important;
  color: #fff !important;
  margin-bottom: 0px !important;
  padding: 10px 20px !important;
  border: none !important;
  border-radius: 5px !important;
  font-weight: normal !important;
  cursor: pointer !important;
}
#divCalResult #btnEditCal {
  background: #1f6e91 !important;
  color: #fff !important;
  margin-bottom: 0px !important;
  padding: 10px 20px !important;
  border: none !important;
  border-radius: 5px !important;
  font-weight: normal !important;
  cursor: pointer !important;
}
#divCalResult #btnNewCal:hover, #divCalResult #btnEditCal:hover {
  opacity: 0.8 !important;
}

/*calculator*/
/* branches */
.LocationList a#btnBackNetwork i {
  position: absolute;
  top: 15px;
  right: 40px !important;
  font-size: 23px !important;
  color: #1f6e91 !important;
}
.LocationList #divParentBranch {
  display: block;
  float: left;
  width: 100% !important;
  margin-bottom: 0px !important;
  background: #fff !important;
  padding: 10px !important;
  border: 1px solid #e5e5e5;
  max-height: 280px !important;
  min-height: 100px !important;
  overflow-y: auto !important;
  /* .branch-office .regional-head h3{display: block; float: left; width: 100% !important; font-size: 18px !important;margin: 0px 0px 10px 0px !important;} */
}
.LocationList #divParentBranch h2 {
  color: #1f6e91 !important;
  font-size: 24px !important;
  margin: 0px 0px 0px 0px !important;
  text-align: left !important;
  line-height: 32px !important;
}
.LocationList #divParentBranch ul li {
  display: block;
  float: left !important;
  width: 100% !important;
  margin-bottom: 0px !important;
  border: none !important;
  padding: 8px 0px 0px 0px !important;
}
.LocationList #divParentBranch ul li i {
  width: 20px !important;
  font-size: 14px !important;
}
.LocationList #divParentBranch ul li i.fa-envelope-o:before {
  content: "\f0e0";
}
.LocationList #divParentBranch .regional-head {
  display: block;
  float: left;
  width: 100% !important;
  margin: 10px 0px 10px 0px !important;
  background: #fff !important;
  border-bottom: 1px solid #e5e5e5;
}
.LocationList #divParentBranch .regional-head img {
  display: block;
  float: left;
  width: 110px !important;
  height: 110px !important;
  margin: 0px 0px 10px 0px !important;
  margin: 0px 10px 0px 0px !important;
}
.LocationList #divParentBranch .regional-head ul {
  display: block;
  float: left;
  width: calc(100% - 120px) !important;
}
.LocationList #divParentBranch .regional-head ul li {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 6px 0px !important;
  padding: 0px 0px 0px 0px !important;
}
.LocationList #divParentBranch .regional-head ul li i {
  display: block;
  float: left;
  width: 15px !important;
  line-height: 1.5 !important;
}
.LocationList #divParentBranch .regional-head ul li span {
  display: block;
  float: left;
  width: calc(100% - 30px) !important;
  word-break: break-word !important;
  line-height: normal !important;
  padding: 0px 0px 0px 5px !important;
}
.LocationList #divParentBranch .regional-head ul li:first-child {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 18px !important;
  margin: 0px 0px 10px 0px !important;
  color: #1f6e91;
}
.LocationList #divParentBranch .regional-sub-head {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px !important;
  border: 1px solid #ddd !important;
  background: #fff !important;
  padding: 10px !important;
}
.LocationList #divParentBranch .branch-office .regional-sub-head h3 {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 18px !important;
  margin: 0px 0px 10px 0px !important;
}
.LocationList #divParentBranch .branch-office .regional-sub-head ul li:first-child {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 18px !important;
  margin: 0px 0px 10px 0px !important;
  color: #1f6e91;
}
.LocationList #divChildBranch {
  display: block;
  float: left;
  width: 100% !important;
  border: none !important;
  margin: 10px 0px 20px 0px !important;
}
.LocationList #divChildBranch h1 {
  background: #1f6e91;
  color: #fff !important;
  font-size: 22px !important;
  padding: 5px 10px !important;
  margin: 10px 0px 0px 0px !important;
  border-radius: 5px;
  text-align: left !important;
  line-height: 32px !important;
}
.LocationList #divChildBranch ul {
  display: block;
  float: left;
  width: 100% !important;
  background: #f2f2f2;
  padding: 10px !important;
  min-height: 50px;
  height: 310px !important;
  overflow-y: auto !important;
}
.LocationList #divChildBranch ul li {
  display: block;
  float: left !important;
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  padding: 0px 0px !important;
}
.LocationList #divChildBranch ul li .b-details {
  padding: 5px 5px !important;
  overflow-x: hidden !important;
}
.LocationList #divChildBranch ul li .b-details:hover {
  background: #ddd !important;
}
.LocationList #divChildBranch ul li .b-details i {
  display: inline;
  float: left;
  margin: 8px 0px 10px 0px !important;
  width: 20px !important;
  font-size: 14px !important;
}
.LocationList #divChildBranch ul li .b-details span {
  display: inline;
  float: right;
  margin: 0px 0px 10px 0px !important;
  width: calc(100% - 20px) !important;
}
.LocationList #divChildBranch ul li a {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 16px !important;
  padding: 8px 8px !important;
}
.LocationList #divChildBranch ul li a:hover {
  background: #ddd !important;
}

.branch-office {
  display: block;
  float: left;
  width: 100% !important;
  border-radius: 5px !important;
  border: 1px solid #e5e5e5;
  padding: 10px 10px;
  color: #333;
  margin-bottom: 10px;
}
.branch-office h2 {
  margin: 0px 0 5px 0;
  padding: 0px 0 10px 0;
  font-size: 22px !important;
  border-bottom: 1px solid #e5e5e5;
  color: #1f6e91;
}
.branch-office ul {
  list-style-type: none;
}
.branch-office ul li {
  line-height: 22px;
}
.branch-office ul li i {
  width: 15px;
}
.branch-office ul:last-child {
  border: 0;
  padding: 0px;
  margin: 0px;
}
.branch-office span {
  margin-left: 3px;
  float: none;
}

.regional-office {
  color: #333;
}

.map-legend {
  display: block;
  float: left;
  padding: 10px !important;
  width: 100% !important;
  background: #f2f2f2 !important;
  border-radius: 10px !important;
  margin-bottom: 15px !important;
}
.map-legend li {
  display: inline-block;
  padding: 5px;
}
.map-legend li span {
  vertical-align: top;
  float: none !important;
}
.map-legend li a {
  text-decoration: none;
}
.map-legend li a a:hover, .map-legend li a a:active, .map-legend li a a:focus {
  text-decoration: none;
}

#networkMap {
  width: 100%;
  height: 485px !important;
  border-radius: 10px !important;
}
#networkMap button {
  background: #fff !important;
  margin: 5px 5px 0px 0px !important;
  color: #333 !important;
}
#networkMap .gm-style-mtc {
  margin: 0px 0px 0px 0px !important;
}

.regional-office {
  color: #333;
}

/* branches */
/*agent*/
#divTrainings {
  display: block;
  float: left;
  width: 100% !important;
}
#divTrainings .at-search-section {
  display: block;
  float: left;
  width: 100% !important;
  background: #f2f2f2 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  margin-bottom: 20px !important;
}
#divTrainings .at-search-section .form-group {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 10px 0px !important;
}
#divTrainings .at-search-section .form-group label {
  font-size: 14px !important;
  color: #333 !important;
  margin: 0px 0px 5px 0px !important;
}
#divTrainings .at-search-section .form-group input {
  border-radius: 5px !important;
}
#divTrainings .at-search-section .form-group input:focus {
  box-shadow: none !important;
  border: 1px solid #07b2ce !important;
  outline: none !important;
}
#divTrainings .at-search-section .form-group select.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#divTrainings .at-search-section .form-group select.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #07b2ce;
}
#divTrainings .at-search-section .form-group .at-btn {
  margin-top: 27px !important;
}
#divTrainings .at-search-section .form-group .at-btn button#btnSearch {
  background: #07b2ce !important;
  padding: 5px 20px !important;
  border-radius: 5px !important;
  font-weight: normal !important;
  cursor: pointer !important;
  color: #fff !important;
  height: 39px !important;
}
#divTrainings .at-search-section .form-group .at-btn button#btnSearch:hover {
  background: #1f6e91 !important;
}
#divTrainings .at-search-section .form-group .at-btn button#btnReset {
  background: #d9ac36 !important;
  padding: 5px 20px !important;
  border-radius: 5px !important;
  font-weight: normal !important;
  cursor: pointer !important;
  color: #fff !important;
  height: 39px !important;
}
#divTrainings .at-search-section .form-group .at-btn button#btnReset:hover {
  background: #997418 !important;
}

#divAgentRequestForm {
  display: block;
  float: left;
  width: 100% !important;
  background: #fff;
  margin: 0 auto !important;
  border: 1px solid #ddd !important;
  padding: 20px !important;
  border-radius: 10px !important;
  border-left: 10px solid #1f6e91 !important;
}
#divAgentRequestForm h2 {
  display: block;
  float: left !important;
  width: 100% !important;
  padding: 10px !important;
  font-size: 20px !important;
  background: #1f6e91 !important;
  color: #fff !important;
  margin: 0px 0px 20px 0px !important;
  border-radius: 10px !important;
}
#divAgentRequestForm form {
  display: block;
  float: left;
  width: 100% !important;
  border: none !important;
  padding: 0px !important;
}
#divAgentRequestForm form .form-group {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 15px 0px !important;
}
#divAgentRequestForm form .form-group label {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 14px !important;
  font-weight: bold !important;
}
#divAgentRequestForm form .form-group label span {
  display: inline !important;
  float: none !important;
  color: #eb1f34 !important;
}
#divAgentRequestForm form .form-group label.input-validation-error,
#divAgentRequestForm form .form-group span.field-validation-error {
  display: block;
  width: 100% !important;
  font-weight: normal !important;
  color: #eb1f34 !important;
  font-size: 13px !important;
  padding: 0px 0px !important;
}
#divAgentRequestForm form .form-group input {
  display: block;
  float: left;
  width: 100% !important;
  height: 40px;
  box-shadow: none !important;
  padding: 5px 10px !important;
  border: 1px solid #ddd !important;
}
#divAgentRequestForm form .form-group input:focus {
  outline: none !important;
  border: 1px solid #07b2ce !important;
}
#divAgentRequestForm form .form-group select {
  display: block;
  float: left;
  width: 100% !important;
  height: 40px;
  box-shadow: none !important;
  padding: 5px 5px !important;
  border: 1px solid #ddd !important;
  font-size: 14px !important;
}
#divAgentRequestForm form .form-group select:focus {
  outline: none !important;
  border: 1px solid #07b2ce !important;
}
#divAgentRequestForm form .form-group ul li {
  display: inline-block;
  width: 70px !important;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 7px;
}
#divAgentRequestForm form .form-group ul li input {
  display: block;
  float: left !important;
  width: auto !important;
  border: none !important;
  box-shadow: none !important;
}
#divAgentRequestForm form .form-group ul li span {
  display: block;
  float: right !important;
  width: 45px !important;
  margin: 7px 0px 0px !important;
}
#divAgentRequestForm form .form-group button#btnSubmit {
  width: auto !important;
  background: #07b2ce !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  border: none !important;
  font-weight: normal !important;
  cursor: pointer !important;
  margin: 0px !important;
}
#divAgentRequestForm form .form-group button#btnSubmit:hover {
  background: #1f6e91 !important;
}
#divAgentRequestForm form .form-group button#btnReset {
  width: auto !important;
  background: #d9ac36 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  border: none !important;
  font-weight: normal !important;
  cursor: pointer !important;
  margin: 0px !important;
}
#divAgentRequestForm form .form-group button#btnReset:hover {
  background: #997418 !important;
}
#divAgentRequestForm form .form-group .form-group {
  width: 33% !important;
  display: block;
  float: left;
}

#divInsuranceLogin {
  display: block;
  width: 40% !important;
  max-width: 40% !important;
  margin: 0 auto 0 auto !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#divInsuranceLogin ul {
  margin: 0px 0px 30px 0px !important;
}
#divInsuranceLogin ul li a {
  padding: 15px !important;
  padding: 15px !important;
  display: block;
  float: left;
  width: 50% !important;
  color: #fff !important;
  text-align: center;
  font-size: 17px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background: #07b2ce !important;
}
#divInsuranceLogin ul li a:hover {
  background: #1f6e91 !important;
}
#divInsuranceLogin ul li.active a {
  background: #1f6e91 !important;
}
#divInsuranceLogin form {
  display: block;
  float: left;
  width: 100% !important;
  border: none !important;
  padding: 10px 0px !important;
}
#divInsuranceLogin form .field-wrap {
  display: block;
  float: left;
  width: 100% !important;
  margin: 5px 0px 5px 0px !important;
}
#divInsuranceLogin form .field-wrap label {
  padding: 3px 0px !important;
  margin: 0px !important;
  display: block;
  float: left;
}
#divInsuranceLogin form .field-wrap label .req {
  display: inline;
  float: right !important;
  width: auto !important;
  margin: 0px 2px !important;
  color: #eb1f34;
}
#divInsuranceLogin form .field-wrap label.error {
  color: #eb1f34 !important;
  font-size: 13px !important;
}
#divInsuranceLogin form .field-wrap input {
  display: block;
  float: left;
  width: 100% !important;
  border: 1px solid #ddd !important;
  height: 100%;
  padding: 5px 10px;
  border: 1px solid #a0b3b0;
  color: #333;
  border-radius: 0;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
#divInsuranceLogin form button {
  display: block;
  float: left;
  width: 100% !important;
  background: #05e6c6 !important;
  font-size: 20px !important;
  font-weight: bold;
  text-align: center !important;
  margin: 20px 0px 0px 0px !important;
}

#divInsuranceLogin #policyholder input#btnInsuranceLogin {
  background: #05e6c6 !important;
  border: none !important;
  padding: 10px !important;
  margin: 20px 0px 0px 0px !important;
}

#divInsuranceLogin .field-wrap input {
  padding: 10px !important;
  border: 1px solid #ddd !important;
}

#divInsuranceLogin input.button.button-block,
#divInsuranceLogin input.button.button-block {
  background: #05e6c6 !important;
  border: none !important;
  padding: 10px !important;
  margin: 20px 0px 0px 0px !important;
  font-weight: normal !important;
  font-size: 18px !important;
}

#divInsuranceLogin input.button.button-block:hover,
#divInsuranceLogin input.button.button-block:hover {
  background: #0f927e !important;
}

#divInsuranceLogin {
  padding: 10px 15px;
  margin-top: 20px;
}
#divInsuranceLogin .note {
  margin: 10px 0px 0px 0px !important;
  display: block;
  float: left;
  width: 100% !important;
  border: 1px solid #ddd;
  border-radius: 10px !important;
  padding: 10px 15px;
}
#divInsuranceLogin .note strong {
  color: #eb1f34 !important;
}
#divInsuranceLogin .note ul {
  list-style: none;
  margin: 0px 0px 0px 0px !important;
}

.card .card-header {
  display: block;
  float: left;
  width: 100%;
  background: #1f6e91 !important;
  padding: 15px !important;
}
.card .card-header h2 {
  font-size: 18px !important;
  font-weight: bold;
  color: #fff !important;
  padding: 0 !important;
  margin: 0px !important;
  text-shadow: none !important;
}
.card .card-header h2 a {
  float: right;
  color: #fff !important;
  font-size: 18px !important;
}
.card .card-body {
  display: block;
  float: left;
  width: 100% !important;
  padding: 10px !important;
}
.card .card-body .card-sub-header h3 {
  border-radius: 0px !important;
  background: #f2f2f2 !important;
  color: #333 !important;
  margin: 0px !important;
  padding: 0px !important;
}
.card .card-body .card-content table tbody tr td label {
  font-weight: bold !important;
}
.card .card-sub-header {
  display: block;
  float: left;
  width: 100% !important;
  padding: 15px !important;
  background: #f2f2f2 !important;
}
.card .card-sub-header .content-group-inline {
  /*display: inline-block;
  margin-right: 10px;
  width: 20%;*/
}
.card .card-sub-header .content-group-inline label {
  color: #333 !important;
  font-weight: bold !important;
}
.card .card-sub-header .content-group-inline input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #555555;
  background: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 1rem;
}
.card .card-sub-header .content-group-inline select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #555555;
  background: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 1rem;
}
.card .card-content {
  display: block;
  float: left;
  width: 100% !important;
  padding: 20px !important;
  margin-bottom: 20px !important;
}

.card form#businessHistoryFilterForm .card-body .content-group button {
  padding: 5px 10px !important;
}
.card form#businessHistoryFilterForm .card-body .content-group .d-flex.gap-2 {
  display: flex;
  flex-wrap: wrap !important;
}
.card form#businessHistoryFilterForm .card-body .content-group .d-flex.gap-2 .col-12.col-sm-4.col-md-6 {
  padding: 0px 10px 0px 0px !important;
}
.card form#businessHistoryFilterForm .card-body .content-group .d-flex.gap-2 .col-12.col-sm-4.col-md-6 input.form-control.me-2 {
  display: block;
  float: left;
  width: 100% !important;
}
.card form#businessHistoryFilterForm .card-body .content-group .d-flex.gap-2 .col-12.col-sm-4.col-md-6 label.error {
  display: block;
  float: left;
  width: 100% !important;
}
.card form#businessHistoryFilterForm .card-sub-header .content-group-inline label.error {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 14px !important;
  color: #eb1f34 !important;
  margin: -15px 0px 0px 0px !important;
}

#divDueInstallmentsData table tbody tr td a#payNowButton {
  background: #1f6e91 !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
#divDueInstallmentsData table tbody tr td a#payNowButton:hover {
  background: #07b2ce !important;
}

.modal-header .close {
  margin: 0px !important;
  float: right;
  position: absolute;
  right: 10px !important;
  height: 45px !important;
  width: 45px !important;
  font-size: 60px !important;
  top: 12px !important;
  background: #eb1f34 !important;
  opacity: 1 !important;
}
.modal-header .close span {
  line-height: 0px !important;
  color: #fff !important;
  text-shadow: none !important;
  font-size: 42px !important;
}

#divPaymentsOptions #divGateway {
  display: block;
  float: left;
  width: 96% !important;
  margin: 10px 0px 20px 20px !important;
}
#divPaymentsOptions #divGateway .plan-wrapper {
  display: block;
  float: left !important;
  width: 25% !important;
}
#divPaymentsOptions #divGateway .plan-wrapper input[name=rbGateway] {
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}
#divPaymentsOptions #divGateway .plan-wrapper div.plan {
  width: 90%;
  padding: 10px !important;
  margin: 0px !important;
  box-shadow: 0 3px 8px -3px rgba(11, 11, 11, 0.2) !important;
  min-height: 170px;
  margin: 0 10px;
  text-align: center;
  border-radius: 10px !important;
}
#divPaymentsOptions #divGateway .plan-wrapper div.plan span img {
  width: 80% !important;
}
#divPaymentsOptions .payment-gateway .plan-wrapper input:checked + div.plan {
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, #07b2ce 100%) !important;
  border: 2px solid #1f6e91 !important;
  transition: all 0.3s ease-in;
}
#divPaymentsOptions .payment-gateway .plan-wrapper input:checked + div.plan:hover {
  background: none !important;
}
#divPaymentsOptions .payment-gateway .plan-wrapper input:checked:hover + div.plan {
  background: none !important;
}

a.pull-right.btnBackPolicyRenewal {
  text-align: right !important;
  display: inline;
  width: auto !important;
  float: right !important;
}

.swp-plan.swp-sucess {
  display: block;
  float: left !important;
  width: 100% !important;
  border-radius: 20px !important;
  padding: 30px 20px !important;
  margin: 30px 0px !important;
}

.swp-plan.swp-sucess.payment-fail {
  border: 1px solid #eb1f34 !important;
  background: rgba(255, 198, 204, 0.2) !important;
}

.swp-plan.swp-sucess.payment-sucess {
  border: 1px solid #30b983 !important;
  background: rgba(5, 230, 198, 0.2);
}

.insurance-dashboard h3.card-title strong {
  color: #333 !important;
}
.insurance-dashboard h3.card-title p {
  margin-bottom: 0.75rem !important;
}
.insurance-dashboard .card-content {
  margin-bottom: 0 !important;
}
.insurance-dashboard .card-content .row {
  /*&:last-child {
      p {
          margin-bottom: 0px !important;
      }
  }*/
}
.insurance-dashboard .card-content .row p {
  margin-bottom: 0.75rem !important;
}
.insurance-dashboard .card-content hr {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.table-nowrap thead tr th, .table-nowrap thead tr td, .table-nowrap tbody tr th, .table-nowrap tbody tr td {
  white-space: nowrap !important;
}

/*agent*/
.meta-editor {
  position: relative;
}
.meta-editor .meta-editor-button {
  background-color: #fff;
  top: 80px;
  padding: 10px 20px;
  position: absolute;
  z-index: 9999;
  right: 0px;
}

/*footer*/
footer {
  display: block;
  float: left;
  width: 100% !important;
  padding: 30px 0px 35px 0px !important;
  background: #1f6e91;
  position: relative;
}
footer .usefullinks h2 {
  display: block;
  float: left;
  text-transform: none !important;
  width: auto !important;
  margin-bottom: 30px !important;
  font-weight: normal !important;
  font-size: 24px !important;
  position: relative;
  color: #fff !important;
}
footer .usefullinks h2:before {
  content: "";
  background: #fff;
  height: 5px;
  width: 35px !important;
  position: absolute;
  left: 0px !important;
  top: 40px;
  transition: all 0.5s ease-in-out !important;
}
footer .usefullinks:hover h2:before {
  width: 100% !important;
}
footer .usefullinks ul {
  display: block;
  float: left;
  width: 100% !important;
  list-style-image: url(../images/ul-arrow.png);
  margin-left: 0px;
}
footer .usefullinks ul li {
  display: block;
  float: left;
  width: 50% !important;
  margin-left: 20px;
  padding-bottom: 10px;
}
footer .usefullinks ul a {
  color: #fff !important;
  /*&:before {
      content: '\f054';
      font-family: $fa-font-family !important;
      color: $white !important;
      font-size: 13px !important;
      padding: 0px 5px 0px 0px !important;
  }*/
}
footer .officer-footer {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 10px 0px !important;
}
footer .officer-footer .officer-footer-img img {
  width: 100% !important;
  border-radius: 5px !important;
}
footer .officer-footer ul li {
  color: #fff;
  display: block;
  float: left;
  width: 100% !important;
}
footer .officer-footer ul li a {
  display: block;
  float: left !important;
  width: auto !important;
}
footer .officer-footer ul li a i {
  padding: 0px 5px 0px 0px !important;
}
footer .officer-footer ul li a span {
  display: block;
  float: right !important;
  width: auto !important;
  text-align: right !important;
  color: #fff !important;
}
footer .officer-footer ul li a:before {
  display: none !important;
}
footer .contactInfo {
  display: block;
  float: left;
  width: 100% !important;
}
footer .contactInfo ul li {
  display: block;
  float: left;
  width: 100% !important;
  color: #fff;
}
footer .contactInfo .socialicon {
  display: block;
  float: left;
  width: 100% !important;
  margin: 10px 0px 0px 0px !important;
}
footer .contactInfo .socialicon ul {
  display: block;
  float: left;
  width: 100% !important;
}
footer .contactInfo .socialicon ul li {
  display: inline;
  float: left;
  width: auto !important;
}
footer .contactInfo .socialicon ul li a {
  display: block;
  float: left;
  width: auto !important;
  margin-right: 10px !important;
  background: #fff !important;
  color: #1f6e91;
  text-align: center !important;
  border-radius: 5px !important;
}
footer .contactInfo .socialicon ul li a:before {
  display: none !important;
}
footer .contactInfo .socialicon ul li a i {
  color: #1f6e91 !important;
  padding: 10px 10px !important;
  height: 40px !important;
  width: 40px !important;
  font-size: 20px !important;
}
footer .contactInfo .socialicon ul li a:hover {
  background: #07b2ce !important;
}
footer .contactInfo .socialicon ul li a:hover i {
  color: #fff !important;
}

/*footer*/
/*copyright*/
.copyright {
  display: block;
  float: left !important;
  width: 100% !important;
  background: #07b2ce !important;
  padding: 0px !important;
  position: relative;
}
.copyright .copyright-main {
  display: block;
  float: left !important;
  width: 100% !important;
  background: #07b2ce !important;
  padding: 20px !important;
  margin-top: -20px !important;
  border-radius: 10px 10px 0px 0px !important;
}
.copyright .copyright-main .copyright-left {
  display: block;
  float: left !important;
  width: 100% !important;
  text-align: left !important;
}
.copyright .copyright-main .copyright-left p {
  color: #fff;
}
.copyright .copyright-main .copyright-left p a {
  color: #fff;
  text-decoration: none;
}
.copyright .copyright-main .copyright-right {
  display: block;
  float: left !important;
  width: 100% !important;
  text-align: right !important;
}
.copyright .copyright-main .copyright-right ul li a {
  color: #fff;
}
.copyright .copyright-main .footer-icon a img {
  position: absolute !important;
  margin: 0 auto !important;
  left: 0;
  top: -25px !important;
  z-index: 99 !important;
  right: 0 !important;
  background: #fff !important;
  padding: 5px !important;
  border-radius: 50% !important;
  width: 80px !important;
  animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.copyright .copyright-main .powered {
  display: block;
  float: left !important;
  width: 100% !important;
  border-top: 1px solid #25bcd5 !important;
  padding: 10px 0px 0px 0px !important;
  margin: 15px 0px 0px 0px !important;
}
.copyright .copyright-main .powered p {
  text-align: left !important;
  display: block;
  float: left;
  color: #fff;
  width: 50% !important;
}
.copyright .copyright-main .powered p a {
  color: #fff;
}
.copyright .copyright-main .powered .footerdate {
  display: block;
  float: left;
  width: 50% !important;
  text-align: right !important;
  position: static;
  margin: 0 auto;
  color: #fff;
}
.copyright .copyright-main .powered .footerdate span {
  float: right !important;
  text-align: right !important;
  width: auto !important;
  color: #fff !important;
}

/*copyright*/
/* scroll-top */
.scroll {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40%;
  right: -80px;
  color: #fff;
  background: #07b2ce !important;
  border-radius: 50% !important;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  z-index: 99 !important;
  transition: 300ms;
  padding: 5px !important;
}
.scroll i {
  margin-top: 10px;
  color: #fff !important;
  font-size: 30px;
}
.scroll i:before {
  content: "\f106";
  font-size: 30px !important;
  top: 2px !important;
  position: absolute;
  left: 0px !important;
  right: 0 !important;
  margin: 0 auto !important;
  top: 10px !important;
}
.scroll:hover i {
  animation-name: rotate;
  animation-duration: 300ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  color: #fff !important;
}

@keyframes rotate {
  from {
    margin-top: 15px;
  }
  to {
    margin-top: 5px;
  }
}
.visible {
  right: 10px;
  transition: all 400ms;
  transform: rotate(360deg) !important;
}

/* scroll-top */
/*navigation*/
.navbar .megamenu {
  padding: 1rem;
}

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/*navigation*/
/* google map */
#divContactMapView {
  width: 100%;
  height: 350px !important;
  border-radius: 10px !important;
}
#divContactMapView button {
  background: #fff !important;
  color: #333 !important;
  border-radius: 0px !important;
  width: auto !important;
  min-width: auto !important;
  height: auto !important;
  padding: 10px !important;
}
#divContactMapView ul li {
  background: #fff !important;
  color: #333 !important;
  border-radius: 0px !important;
  width: auto !important;
  min-width: auto !important;
  height: auto !important;
}

/* google map */
#palmbot .cross-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  outline: none;
  border: none;
  top: 4px;
  right: 15px;
  cursor: pointer;
  justify-content: center;
  background: none;
  padding: 0px !important;
  width: auto !important;
  background: none !important;
}

/*responsive*/
@media screen and (min-width: 1401px) and (max-width: 8000px) {
  #wrapper {
    width: 1320px !important;
    margin: 0 auto !important;
  }
  #divAdvertListData .modal-dialog .modal-content .modal-body {
    width: 45% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  #wrapper {
    width: 1170px !important;
    margin: 0 auto !important;
  }
  .bottom-header .bottom-header-section nav ul li .megamenu {
    width: 1180px !important;
    left: -48% !important;
  }
  #divAdvertListData .modal-dialog .modal-content .modal-body {
    width: 60% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .main-banner .banner-section .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    height: 533px !important;
    position: relative;
  }
  .main-banner .banner-section .lSAction .lSPrev {
    left: 20px !important;
  }
  .main-banner .banner-section .lSAction .lSNext {
    right: 20px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  div#divCalculator .check-boxes {
    display: block;
    float: left;
    width: 100% !important;
  }
  div#divCalculator .check-boxes div#divRiders {
    overflow: scroll !important;
    width: 900px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #wrapper {
    width: 90% !important;
    margin: 0 auto !important;
  }
  .bottom-header .bottom-header-section nav ul li .megamenu {
    left: -45% !important;
  }
  #divAdvertListData .modal-dialog .modal-content .close-image {
    top: 14px !important;
  }
  .main-banner .banner-section .lSSlideWrapper {
    height: 480px !important;
  }
  .main-banner .banner-section .lSAction .lSPrev, .main-banner .banner-section .lSAction .lSNext {
    top: 25% !important;
  }
  .bottom-header .bottom-header-section .logo a img {
    width: 100% !important;
  }
  .bottom-header .bottom-header-section nav ul li a {
    padding: 15px 10px !important;
  }
  .bottom-header .bottom-header-section nav ul li .megamenu {
    top: 58px !important;
  }
  .bottom-header .bottom-header-section nav ul li.show a.nav-link.dropdown-toggle {
    padding: 15px 10px 11px 10px !important;
  }
  .financial-highlights .highlights ul li {
    width: 23% !important;
  }
  .our-product-section .product-tabs button {
    padding: 10px 6px !important;
  }
  .our-product-section .product-tabs button.owl-dot {
    padding: 0px 0px !important;
  }
  #divCalculator, #divCalResult {
    width: 70% !important;
  }
  .bod-member .modal .modal-dialog {
    max-width: 60% !important;
    float: none;
    margin: 0 auto !important;
  }
  .bod-member .grid img {
    height: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  #wrapper {
    width: 90% !important;
    margin: 0 auto !important;
  }
  html body {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #divAdvertListData {
    top: 0px !important;
  }
  #divAdvertListData .modal-dialog .modal-content .close-image {
    right: 11px !important;
  }
  #divAdvertListData .modal-dialog .modal-content .modal-body {
    width: 85% !important;
  }
  #divAdvertListData .modal-dialog .modal-content .modal-body #divImage img {
    width: 94% !important;
  }
  .main-banner .banner-section .lSSlideWrapper {
    height: 420px !important;
  }
  .main-banner .banner-section .lSAction .lSPrev, .main-banner .banner-section .lSAction .lSNext {
    top: 25% !important;
  }
  header .th-right ul {
    text-align: left !important;
    margin: 10px 0px 0px 0px !important;
  }
  .bottom-header.sticky {
    display: none !important;
  }
  .bottom-header.sticky #main_nav {
    position: static !important;
  }
  .bottom-header .bottom-header-section nav {
    width: 100% !important;
  }
  .bottom-header .bottom-header-section nav button {
    background: none !important;
    padding: 0px !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .bottom-header .bottom-header-section nav button span.navbar-toggler-icon i:before {
    content: "\f0c9";
    margin: -5px 0px 0px 0px !important;
    display: block;
    float: left;
    width: auto !important;
    line-height: normal !important;
    font-size: 41px !important;
    position: absolute;
    right: 0px !important;
  }
  .bottom-header .bottom-header-section nav ul li .megamenu {
    width: 100% !important;
    left: 0% !important;
    top: 0px !important;
  }
  .bottom-header .bottom-header-section nav ul li ul.dropdown-menu.dropdown-menu-end.show {
    max-height: none !important;
  }
  #main_nav {
    width: 210% !important;
    right: 0% !important;
    background: #f1f2f3 !important;
    position: absolute;
    top: 71px !important;
    z-index: 99999 !important;
    height: 350px !important;
    overflow: scroll !important;
  }
  #main_nav ul li {
    display: block;
    float: left;
    width: 100% !important;
  }
  #main_nav ul li a {
    display: block;
    float: left;
    width: 100% !important;
    padding: 8px 10px !important;
  }
  #main_nav ul li ul {
    text-align: right !important;
    background: #fff !important;
    float: left;
    width: 100% !important;
    box-shadow: none !important;
    border-bottom: 2px solid #ddd !important;
    border-top: 2px solid #ddd !important;
  }
  .bod-member .modal .modal-dialog {
    max-width: 60% !important;
  }
  .bod-member .grid img {
    height: 200px !important;
  }
  .bod-member .modal .modal-dialog .modal-content .modal-body .popup-details .popup-img img {
    width: 200px !important;
    height: 200px !important;
  }
  .lSAction > a {
    top: 40% !important;
  }
  .financial-highlights .highlights ul li {
    width: 28% !important;
  }
  .our-product .product-tabs nav {
    display: block;
    float: left;
    width: 100% !important;
    overflow-y: scroll;
  }
  .our-product .product-tabs nav #nav-tab {
    width: 1200px !important;
    overflow-y: hidden !important;
  }
  #divCalculator, #divCalResult {
    width: 70% !important;
  }
  .footer-icon {
    display: none !important;
  }
  #jsScroll {
    right: 30px !important;
  }
  .bod-member .justify-content-md-center {
    flex: 0 0 33% !important;
    max-width: 33% !important;
    margin: 0% 33% !important;
  }
  .bod-member .information-officer {
    flex: 0 0 33% !important;
    max-width: 33% !important;
    margin: 0% 33% !important;
  }
  .product-information .row .fuller .product-information-list .product-list-block a img {
    height: 220px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .bottom-header .bottom-header-section nav button span.navbar-toggler-icon i:before {
    color: #fff !important;
    top: 10px !important;
    cursor: pointer !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #wrapper {
    width: 90% !important;
    margin: 0 auto !important;
  }
  html body {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  html body.modal-open {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .social-media-fixed {
    display: none !important;
  }
  #divAdvertListData {
    top: 0px !important;
  }
  #divAdvertListData .modal-dialog .modal-content .close-image {
    right: 11px !important;
  }
  #divAdvertListData .modal-dialog .modal-content .modal-body {
    width: 95% !important;
  }
  #divAdvertListData .modal-dialog .modal-content .modal-body #divImage img {
    width: 94% !important;
  }
  .main-banner .banner-section .lSSlideWrapper {
    height: 320px !important;
  }
  .main-banner .banner-section .lSAction {
    display: block !important;
  }
  .main-banner .banner-section .lSAction .lSPrev, .main-banner .banner-section .lSAction .lSNext {
    top: 24% !important;
  }
  header .th-right ul {
    text-align: left !important;
    margin: 10px 0px 0px 0px !important;
  }
  .bottom-header.sticky {
    display: none !important;
    position: static !important;
  }
  .bottom-header.sticky #main_nav {
    position: static !important;
  }
  .bottom-header {
    position: static !important;
  }
  .bottom-header .bottom-header-section .logo a img {
    width: 50% !important;
  }
  .bottom-header .bottom-header-section nav {
    width: 100% !important;
    position: absolute;
    z-index: 999;
    top: -70px !important;
    right: 15px !important;
  }
  .bottom-header .bottom-header-section nav ul li .megamenu {
    width: 100% !important;
    left: 0% !important;
    top: 39px !important;
  }
  .bottom-header .bottom-header-section nav ul li ul.dropdown-menu.dropdown-menu-end.show {
    max-height: none !important;
  }
  .bottom-header .bottom-header-section nav button {
    background: none !important;
    padding: 0px !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .bottom-header .bottom-header-section nav button span.navbar-toggler-icon i:before {
    content: "\f0c9";
    display: block;
    float: left;
    width: auto !important;
    line-height: normal !important;
    font-size: 41px !important;
    position: absolute;
    right: 0px !important;
    top: 15px !important;
    cursor: pointer !important;
  }
  #main_nav {
    width: 97% !important;
    right: 0% !important;
    background: #f1f2f3 !important;
    position: absolute;
    top: 71px !important;
    z-index: 99999 !important;
    height: 350px !important;
    overflow: scroll !important;
    right: 0px !important;
  }
  #main_nav ul li {
    display: block;
    float: left;
    width: 100% !important;
  }
  #main_nav ul li a {
    display: block;
    float: left;
    width: 100% !important;
    padding: 8px 10px !important;
  }
  #main_nav ul li h6 {
    text-align: right !important;
  }
  #main_nav ul li .pre-calculator {
    display: block;
    float: left;
    width: 100%;
    margin: 5px 0px 5px 0px !important;
  }
  #main_nav ul li ul {
    text-align: right !important;
    background: #fff !important;
    float: left;
    width: 100% !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ddd !important;
    border-top: none !important;
  }
  .bod-member .grid .bod-image {
    height: 265px !important;
    overflow: hidden !important;
  }
  .bod-member .grid .bod-image img {
    height: auto !important;
  }
  .bod-member .justify-content-md-center {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin: 0% 25% !important;
  }
  .bod-member .main-content-section .col-xl-3.col-lg-3.col-md-4.col-sm-4.col-xs-6.fuller {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bod-member .modal .modal-dialog {
    max-width: 90% !important;
    float: none;
    margin: 0 auto !important;
  }
  .bod-member .modal .modal-dialog .modal-content .modal-body .popup-details .popup-img img {
    width: 200px !important;
    height: auto !important;
  }
  .quick-link .row .col-xl-2.col-lg-2.col-md-2.col-sm-2.col-xs-4.fuller {
    width: 33% !important;
  }
  section.ceo-message .ceo-message-block h1 {
    margin: 200px 0px 0px 0px !important;
  }
  section.ceo-message .ceo-message-block .ceo-img {
    width: 100% !important;
  }
  section.ceo-message .ceo-message-block .ceo-img img {
    float: none !important;
    width: 200px !important;
    margin: 0 auto;
    border-radius: 5px !important;
  }
  section.ceo-message .ceo-message-block .ceo-text {
    width: 100% !important;
  }
  section.ceo-message .ceo-message-block:after {
    bottom: -4% !important;
  }
  .lSAction {
    display: none !important;
  }
  .financial-highlights .highlights ul li {
    width: 46% !important;
  }
  .our-product .product-tabs nav {
    display: block;
    float: left;
    width: 100% !important;
    overflow-y: scroll;
  }
  .our-product .product-tabs nav #nav-tab {
    width: 1200px !important;
    overflow-y: hidden !important;
  }
  .product-information .row .fuller .product-information-list .product-title {
    overflow-x: scroll !important;
  }
  .product-information .row .fuller .product-information-list .product-title ul.nav {
    width: 1200px !important;
    margin: 0px !important;
  }
  .product-information .row .fuller .product-information-list .tab-content {
    margin: 20px 0px 0px 0px !important;
  }
  .product-information .row .fuller .product-information-list .tab-content .row .fuller {
    padding: 0px 10px !important;
  }
  #divCalculator, #divCalResult {
    width: 70% !important;
  }
  .footer-icon {
    display: none !important;
  }
  footer .officer-footer .officer-footer-img img {
    width: 170px !important;
  }
  #jsScroll {
    right: 50px !important;
  }
  .copyright .copyright-main .copyright-right {
    text-align: left !important;
  }
  .copyright .copyright-main .powered p {
    width: 100% !important;
  }
  .copyright .copyright-main .powered .footerdate {
    display: block;
    float: left;
    width: 100% !important;
    text-align: left !important;
  }
  .copyright .copyright-main .powered .footerdate span {
    text-align: left !important;
  }
  #divCalculator, #divCalResult {
    width: 100% !important;
  }
  .content-section .main-content-section #divCalculator {
    width: 100% !important;
  }
  /*table*/
  #divTrainingsData, #divAgentsData, #divBonusRatesData, #divBankAccountsData, #divAgentsData, #divAgents, #divReportsData, .reports-block,
  .banking-partners-section.main-content-section {
    display: block;
    float: left;
    width: 100% !important;
  }
  #divTrainingsData table,
  #divReportsData table,
  .banking-partners-section.main-content-section table,
  .reports-block table,
  #divAgentTrainings table,
  #divBonusRatesData table,
  #divAgentsData table,
  #divAgents table,
  #divBankAccountsData table {
    overflow: scroll;
    display: block;
    white-space: nowrap;
  }
  /*table*/
  #divInsuranceLogin {
    width: 60% !important;
    max-width: 60% !important;
  }
  #divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input textarea {
    width: 100% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  section.ceo-message .ceo-message-block h1 {
    margin: 100px 0px 0px 0px !important;
  }
  .product-information .row .fuller .product-information-list .product-list-block a img {
    height: 220px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  #wrapper {
    width: 86% !important;
  }
  .bod-member .justify-content-md-center {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0% 0% !important;
  }
  .product-information .row .fuller .product-information-list .product-list-block a img {
    height: auto !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
  section.ceo-message .ceo-message-block h1 {
    margin: 245px 0px 0px 0px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #wrapper {
    width: 90% !important;
    margin: 0 auto !important;
  }
  html body {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .social-media-fixed {
    display: none !important;
  }
  header .th-left ul li, header .th-right ul li {
    display: inline;
    margin: 0px 0px 0px 0px !important;
  }
  #divAdvertListData {
    top: 0px !important;
  }
  #divAdvertListData .modal-dialog .modal-content .close-image {
    right: 30px !important;
  }
  #divAdvertListData .modal-dialog .modal-content .modal-body {
    width: 95% !important;
    padding: 40px 0px !important;
  }
  #divAdvertListData .modal-dialog .modal-content .modal-body #divImage img {
    width: 90% !important;
    margin: 0 auto !important;
  }
  .main-banner .banner-section .lSSlideWrapper {
    height: 180px !important;
  }
  .main-banner .banner-section .lSAction {
    display: none !important;
  }
  .main-banner .banner-section .lSAction .lSPrev, .main-banner .banner-section .lSAction .lSNext {
    top: 40% !important;
  }
  header .th-right ul {
    text-align: left !important;
    margin: 10px 0px 0px 0px !important;
  }
  .bottom-header.sticky {
    display: none !important;
    position: static !important;
  }
  .bottom-header.sticky #main_nav {
    position: static !important;
  }
  .bottom-header {
    position: static !important;
  }
  .bottom-header .bottom-header-section .logo a img {
    width: 70% !important;
  }
  .bottom-header .bottom-header-section nav {
    width: 100% !important;
    position: absolute;
    z-index: 999;
    top: -70px !important;
    right: 15px !important;
  }
  .bottom-header .bottom-header-section nav ul li .megamenu {
    width: 100% !important;
    left: 0% !important;
    top: 39px !important;
  }
  .bottom-header .bottom-header-section nav ul li ul.dropdown-menu.dropdown-menu-end.show {
    max-height: none !important;
  }
  .bottom-header .bottom-header-section nav button {
    background: none !important;
    padding: 0px !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .bottom-header .bottom-header-section nav button span.navbar-toggler-icon i:before {
    content: "\f0c9";
    margin: -5px 0px 0px 0px !important;
    display: block;
    float: left;
    width: auto !important;
    line-height: normal !important;
    font-size: 41px !important;
    position: absolute;
    right: 0px !important;
  }
  #main_nav {
    width: 94% !important;
    right: 0% !important;
    background: #f1f2f3 !important;
    position: absolute;
    top: 71px !important;
    z-index: 99999 !important;
    height: 350px !important;
    overflow: scroll !important;
    right: 0px !important;
  }
  #main_nav ul li {
    display: block;
    float: left;
    width: 100% !important;
  }
  #main_nav ul li a {
    display: block;
    float: left;
    width: 100% !important;
    padding: 8px 10px !important;
  }
  #main_nav ul li h6 {
    text-align: right !important;
  }
  #main_nav ul li .pre-calculator {
    display: block;
    float: left;
    width: 100%;
    margin: 5px 0px 5px 0px !important;
  }
  #main_nav ul li ul {
    text-align: right !important;
    background: #fff !important;
    float: left;
    width: 100% !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ddd !important;
    border-top: none !important;
  }
  .bod-member .grid .bod-image {
    height: auto !important;
    overflow: hidden !important;
  }
  .bod-member .grid .bod-image img {
    height: auto !important;
  }
  .bod-member .modal .modal-dialog {
    max-width: 90% !important;
    float: none;
    margin: 0 auto !important;
  }
  .bod-member .modal .modal-dialog .modal-content .modal-body .popup-details .popup-img img {
    width: 200px !important;
    height: auto !important;
  }
  .quick-link .row .col-xl-2.col-lg-2.col-md-2.col-sm-2.col-xs-4.fuller {
    width: 33% !important;
  }
  .position-relative {
    position: static !important;
  }
  .position-relative .quick-link {
    width: 90% !important;
    margin: 0 auto !important;
    top: 0px !important;
  }
  section.ceo-message .ceo-message-block .quick-link {
    top: -50px !important;
  }
  section.ceo-message .ceo-message-block:after {
    bottom: -4% !important;
  }
  section.ceo-message .ceo-message-block .quick-link .ads-wrap {
    height: 140px !important;
  }
  section.ceo-message .ceo-message-block .quick-link .ads-wrap a {
    font-size: 14px !important;
  }
  section.ceo-message .ceo-message-block .quick-link .ads-wrap a i {
    width: 50px !important;
    height: 50px !important;
    padding: 13px !important;
    font-size: 25px !important;
  }
  section.ceo-message .ceo-message-block h1 {
    margin: 300px 0px 0px 0px !important;
  }
  section.ceo-message .ceo-message-block .ceo-img {
    width: 100% !important;
  }
  section.ceo-message .ceo-message-block .ceo-img img {
    float: none !important;
    width: 200px !important;
    margin: 0 auto;
    border-radius: 5px !important;
  }
  section.ceo-message .ceo-message-block .ceo-text {
    width: 100% !important;
  }
  section.ceo-message .ceo-message-block:after {
    bottom: -4% !important;
  }
  .lSAction {
    display: none !important;
  }
  .financial-highlights .highlights ul li {
    width: 95% !important;
    padding: 20px 0px !important;
    margin: 0px 0px 10px 0px !important;
  }
  .financial-highlights .highlights ul li p:first-child {
    font-size: 16px !important;
    height: auto !important;
  }
  .financial-highlights .highlights:before, .financial-highlights .highlights:after {
    display: none !important;
  }
  .our-product .product-tabs nav {
    display: block;
    float: left;
    width: 100% !important;
    overflow-y: scroll;
  }
  .our-product .product-tabs nav #nav-tab {
    width: 1200px !important;
    overflow-y: hidden !important;
  }
  .our-product .product-tabs nav #nav-tab button {
    padding: 10px !important;
    margin: 0px !important;
  }
  .product-details .product-tabs .tab-content {
    padding: 10px 0px !important;
  }
  .product-information .row .fuller .product-information-list .product-title {
    overflow-x: scroll !important;
  }
  .product-information .row .fuller .product-information-list .product-title ul.nav {
    width: 1200px !important;
    margin: 0px !important;
  }
  .product-information .row .fuller .product-information-list .tab-content {
    margin: 20px 0px 0px 0px !important;
  }
  .product-information .row .fuller .product-information-list .tab-content .row .fuller {
    padding: 0px 15px !important;
  }
  .product-information .row .fuller .product-information-list .tab-content .row .fuller .product-list-block a img {
    height: auto !important;
  }
  #divCalculator, #divCalResult {
    width: 90% !important;
  }
  .footer-icon {
    display: none !important;
  }
  footer .officer-footer .officer-footer-img img {
    width: 170px !important;
  }
  #jsScroll {
    display: none !important;
  }
  .copyright .copyright-main .copyright-right {
    text-align: left !important;
  }
  .copyright .copyright-main .powered p {
    width: 100% !important;
  }
  .copyright .copyright-main .powered .footerdate {
    display: block;
    float: left;
    width: 100% !important;
    text-align: left !important;
  }
  .copyright .copyright-main .powered .footerdate span {
    text-align: left !important;
  }
  .content-section .main-content-section #divCalculator {
    width: 100% !important;
    padding: 10px !important;
    margin: 20px 0px 0px 0px !important;
  }
  .content-section .main-content-section #divCalculator form .radio-button .cub-input {
    margin: 0px !important;
  }
  .content-section .main-content-section #divCalculator form .radio-button .cub-input .col-4.fuller {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px 5px !important;
  }
  .content-section .main-content-section #divCalculator form .radio-button .cub-input .col-4.fuller .text-input {
    width: 100% !important;
  }
  .content-section .main-content-section #divCalculator form .radio-button ul {
    margin: 22px 0px 0px 0px !important;
  }
  .content-section .main-content-section #divCalculator form .radio-button label {
    font-size: 13px !important;
  }
  .content-section .main-content-section #divCalculator form .radio-button label #spanAge {
    width: 70% !important;
    font-size: 13px !important;
  }
  .content-section .main-content-section #divCalculator form .text-input label {
    font-size: 13px !important;
  }
  .content-section .main-content-section #divCalculator form .text-input label #spanSumAssured {
    width: 70% !important;
    font-size: 13px !important;
  }
  .content-section .main-content-section #divCalculator form .half-width {
    width: 100% !important;
  }
  .content-section .main-content-section #divCalculator form .form-inputs .row .col-6.fuller {
    display: block;
    float: left !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .content-section .main-content-section #divCalResult {
    width: 100% !important;
  }
  .content-section .main-content-section #divCalResult .plan-details {
    overflow: hidden !important;
  }
  .content-section .main-content-section #divCalResult .plan-details .rider-benifit {
    overflow-x: scroll !important;
  }
  .content-section .main-content-section #divCalResult .plan-details .rider-benifit table {
    overflow-x: scroll !important;
  }
  .content-section .main-content-section #divCalResult button#btnEditCal {
    margin: 0px 0px 10px 0px !important;
  }
  /*table*/
  #divTrainingsData table, #divReportsData table, .banking-partners-section.main-content-section table, .reports-block table, #divAgentTrainings table, #divBonusRatesData table, #divAgentsData table, #divAgents table, #divBankAccountsData table {
    overflow: scroll;
    display: block;
    white-space: nowrap;
  }
  #divInformationsData ul.rightToInformation li ul li {
    width: 46% !important;
  }
  #divTrainingsData, #divAgentsData, #divBonusRatesData, #divBankAccountsData, #divAgentsData, #divAgents {
    display: block;
    float: left;
    width: 100% !important;
  }
  #divTrainingsData table,
  #divAgentTrainings table,
  #divBonusRatesData table,
  #divAgentsData table,
  #divAgents table,
  #divBankAccountsData table {
    overflow: scroll;
    display: block;
    white-space: nowrap;
  }
  /*table*/
  .d-block {
    width: 100%;
  }
  .card-footer .d-block {
    margin-bottom: 0.5rem !important;
  }
  .card-footer .d-block:last-child {
    margin-bottom: 0 !important;
  }
  #divInsuranceEnquiryForm form#NewInsuranceEnquiry .form-inputs .text-input textarea {
    width: 100% !important;
  }
  #divInsuranceLogin {
    width: 100% !important;
    max-width: 100% !important;
  }
  .bod-member .justify-content-md-center {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0% 0% !important;
  }
  .bod-member .main-content-section .col-xl-3.col-lg-3.col-md-4.col-sm-4.col-xs-6.fuller {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bod-member .col-xl-3.col-lg-3.col-md-4.col-sm-4.col-xs-6.fuller.justify-content-md-center .grid-center {
    width: 100% !important;
  }
  .content-section #exTab2 ul.nav.nav-tabs {
    padding: 14px 0px !important;
  }
  .content-section #exTab2 ul.nav.nav-tabs li a {
    padding: 15px 5px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
  }
}
/*responsive*//*# sourceMappingURL=style.css.map */