@charset "UTF-8";
@font-face {
  font-family: "Antartida Rounded";
  src: url("../css/fonts/AntartidaRounded-Black.woff2") format("woff2"), url("../css/fonts/AntartidaRounded-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Antartida Rounded";
  src: url("../css/fonts/AntartidaRounded-BlackItalic.woff2") format("woff2"), url("../css/fonts/AntartidaRounded-BlackItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Antartida Rounded";
  src: url("../css/fonts/AntartidaRounded-Bold.woff2") format("woff2"), url("../css/fonts/AntartidaRounded-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Antartida Rounded";
  src: url("../css/fonts/AntartidaRounded-BoldItalic.woff2") format("woff2"), url("../css/fonts/AntartidaRounded-BoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Antartida Rounded";
  src: url("../css/fonts/AntartidaRounded-MediumItalic.woff2") format("woff2"), url("../css/fonts/AntartidaRounded-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Antartida Rounded";
  src: url("../css/fonts/AntartidaRounded-Medium.woff2") format("woff2"), url("../css/fonts/AntartidaRounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Antartida Rounded";
  src: url("../css/fonts/AntartidaRounded-LightItalic.woff2") format("woff2"), url("../css/fonts/AntartidaRounded-LightItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Antartida Rounded";
  src: url("../css/fonts/AntartidaRounded-Light.woff2") format("woff2"), url("../css/fonts/AntartidaRounded-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/*HollardSans*/

@font-face {
  font-family: "Hollard Sans";
  src: url("../css/fonts/HollardSans/WOFF2/HollardSans-Black.woff2") format("woff2"), url("../css/fonts/HollardSans/WOFF/HollardSans-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hollard Sans";
  src: url("../css/fonts/HollardSans/WOFF2/HollardSans-BlackItalic.woff2") format("woff2"), url("../css/fonts/HollardSans/WOFF/HollardSans-BlackItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Hollard Sans";
  src: url("../css/fonts/HollardSans/WOFF2/HollardSans-Bold.woff2") format("woff2"), url("../css/fonts/HollardSans/WOFF/HollardSans-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hollard Sans";
  src: url("../css/fonts/HollardSans/WOFF2/HollardSans-BoldItalic.woff2") format("woff2"), url("../css/fonts/HollardSans/WOFF/HollardSans-BoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Hollard Sans";
  src: url("../css/fonts/HollardSans/WOFF2/HollardSans-MediumItalic.woff2") format("woff2"), url("../css/fonts/HollardSans/WOFF/HollardSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Hollard Sans";
  src: url("../css/fonts/HollardSans/WOFF2/HollardSans-Medium.woff2") format("woff2"), url("../css/fonts/HollardSans/WOFF/HollardSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hollard Sans";
  src: url("../css/fonts/HollardSans/WOFF2/HollardSans-LightItalic.woff2") format("woff2"), url("../css/fonts/HollardSans/WOFF/HollardSans-LightItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Hollard Sans";
  src: url("../css/fonts/HollardSans/WOFF2/HollardSans-Light.woff2") format("woff2"), url("../css/fonts/HollardSans/WOFF/HollardSans-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*HollardSans*/

body {
  font-family: "Calibri", "Be Vietnam Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #282828;
  background: #f7f7f7;
  position: relative;
  line-height: inherit;
}

a {
  color: #8B46B8;
  text-decoration: underline;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible{
  outline: 2px solid #2196f3 !important;
  outline-offset: 2px;
}
/* ul {
  list-style: none;
  margin: 0;
  padding: 0;
} */
.navbar ul,
nav ul,
.footer-links ul,
.footer-bottom ul,
ul.pagination,
ul:has(.search-title),
.sidenav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.2rem;
}

a:hover {
  outline: 0;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5rem;
  color: #442359;
  font-weight: 600;
  font-family: "Hollard Sans", "Be Vietnam Pro", cursive, sans-serif;
  line-height: normal;
}

h1 {
  font-size: 5.375rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2.125rem;
}

h4 {
  font-size: 1.875rem;
}

h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1.125rem;
}
Ul li, ol li{
  margin-bottom: .5rem !important;
}
ul.breadcrumb li, ol.breadcrumb li,
ul.navbar-nav li, ol.navbar-nav li{
  margin-bottom: 0 rem !important;
}

/* ----------------------------Card and Content Block ----------------- */
.get-in-touch .widgit-slice {
  border-bottom: 1px solid rgba(68, 35, 89, 0.2);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.get-in-touch .widgit-slice .intro {
  margin-bottom: 0.8rem;
}
.get-in-touch .widgit-slice:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.content-block {
  margin-bottom: 2rem;
}
.content-block.mb-double {
  margin-bottom: 4rem;
}

.card-parent {
  height: 100%;
}

.card {
  border: 1px solid #dbe8f7;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  margin-bottom: 1.5rem;
  width: 100%;
  height: calc(100% - 1.5rem);
  box-shadow: 0px 0px 2px 1px rgba(78, 86, 92, 0.04);
  -moz-box-shadow: 0px 0px 2px 1px rgba(78, 86, 92, 0.04);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(78, 86, 92, 0.04);
}
.card .card-body {
  padding: 2rem;
}
.card.card-lg .card-body {
  padding: 3rem 3.4rem;
}
.card.card-sm .card-body {
  padding: 1.2rem 0.8rem;
}
.card.card-md .card-body {
  padding: 1.5rem;
}
.card .card-footer {
  background-color: transparent;
  border-top: none;
  padding: 1rem 2rem;
}

.card.no-style {
  box-shadow: none;
  margin-bottom: 0px;
  border: none;
}

/* ----------------------------Icons ----------------- */
.hollard-icon {
  width: 5rem;
  height: 4rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
.hollard-icon img {
  width: 6rem !important;
}
/* .hollard-icon:after {
  position: absolute;
  content: "";
  width: 3.4rem;
  height: 3.9rem;
  background-color: rgba(68, 35, 89, 0.15);
  border-radius: 100%;
  z-index: -1;
  right: 9px;
  bottom: 6px;
  transform: rotate(12deg);
} */
.hollard-icon.icon-md {
  transform: scale(0.8);
}
.hollard-icon.orange:after {
  background-color: rgba(230, 78, 0, 0.15);
}
.hollard-icon.aqua:after {
  background-color: rgba(68, 180, 166, 0.15);
}
.hollard-icon.gold:after {
  background-color: rgba(165, 139, 63, 0.15);
}
.hollard-icon.grey:after {
  background-color: rgba(0, 0, 0, 0.08);
}
.hollard-icon .icon-car {
  width: 3.6rem;
}
.hollard-icon .icon-home {
  width: 3.6rem;
}
.hollard-icon .icon-content {
  width: 3.6rem;
}
.hollard-icon .icon-bicycle {
  width: 4.8rem;
}
.hollard-icon .icon-pet {
  width: 3.6rem;
}
.hollard-icon .icon-business {
  width: 3.6rem;
}

.product-name-heading {
  text-align: center;
  padding: 0.5rem;
}
.product-name-heading a {
  color: #247e70;
}

.hollard-icon-flat {
  display: block;
  text-align: center;
}
.hollard-icon-flat img {
  max-width: 5rem;
}
.hollard-icon-flat h6,
.hollard-icon-flat h6 a {
  color: #44b4a6;
  padding: 0.3rem 0;
  margin-bottom: 0;
  display: block;
}

/* ---------------------------- Main Body area ----------------- */
.main-body .title-main {
  margin-bottom: 1.2rem;
}
.main-body .title-main.no-subtitle {
  margin-bottom: 2.5rem;
}
.main-body.top-overlap {
  margin-top: -13rem;
}

.main-body.top-overlap.hollard-main-body {
  margin-top: -5rem;
}

/* ---------------------------- Pattern Elements ----------------- */
.pattern-style-1,
.pattern-style-2,
.pattern-style-3 {
  min-height: 4.6rem;
  background-image: url(../images/hollard-pattern-two.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1.2rem;
  width: 100%;
}

.pattern-style-2 {
  background-image: url(../images/hollard-pattern-one.svg);
}

.pattern-style-3 {
  background-image: url(../images/hollard-pattern-three.svg);
}

/* ---------------------------- Hero Banner ----------------- */
.hero-banner {
  background-color: #442359;
  position: relative;
  padding-bottom: 0rem;
  /* background-image: url(../images/hollard-pattern-bg-dark.svg); */
  background-repeat: repeat;
  background-size: 28rem;
}

.hero-banner.hollard-hero-banner {
  background: #442359;
  background: linear-gradient(0deg,rgba(118, 47, 164, 1) 0%, rgba(90, 40, 122, 1) 50%, rgba(68, 35, 89, 1) 100%);
  position: relative;
  padding-bottom: 5rem;
}

.hero-banner.hollard-hero-banner:has(+ .hollard-main-body .search-result-banner){
  padding-bottom: 0;
}

.hero-banner.microsite .hero-content {
  padding: 2rem 0;
}
.hero-banner .hero-content {
  padding: 0.5rem 0;
}
.hero-banner .hero-content h1.title-main {
  font-size: 4.5rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 500;
  word-break: break-word;
}

.hero-banner .hero-content h1.title-main.hollard-title-main {
  font-size: 3rem;
}

.hero-banner .hero-content h1.title-main span {
  color: #f15a23;
  font-weight: 700;
}
.hero-banner .hero-content h1.title-main span.aqua {
  color: #44b4a6;
}
.hero-banner .hero-content h1.title-main span.gold {
  color: #a58b3f;
}
.hero-banner .hero-content .logo-broker-hub {
  width: 18rem;
}
.hero-banner .hero-content .logo-steadfast {
  background-color: #fff;
  width: 20rem;
  height: 8rem;
  position: absolute;
  margin-top: 1.5rem;
  right: 0rem;
  border-radius: 9px 0 0 9px;
  padding: 0.5rem 1rem 0.5rem 1rem !important;
  text-align: left !important;
}

.hero-banner.hollard-hero-banner .hero-content .logo-steadfast {
  margin-top: 0;  
}

.hero-banner .hero-content .logo-steadfast img {
  height: 100%;
}
.hero-banner .hero-desc {
  color: #fff;
  font-size: 1.875rem;
  margin-bottom: 1rem;
}
.hero-banner .hero-banner-bottom {
  height: 15rem;
  display: flex;
  align-items: flex-end;
}
.hero-banner .hero-banner-bottom img {
  width: 100%;
}

/* ---------------------------- Search Panel ----------------- */
.search-container {
  position: absolute;
  font-family: "Calibri", "Be Vietnam Pro", sans-serif;
  transition: all 0.2s ease-out allow-discrete;
  overflow: hidden;
  width: 0%;
}
.search-container .search-input {
  position: relative;
}
.search-container .icon-search {
  position: absolute;
  left: 0px;
  top: 3px;
  padding: 1rem;
}
.search-container .icon-search i {
  color: rgba(40, 40, 40, 0.7);
}
.search-container .icon-close {
  position: absolute;
  right: 0px;
  padding: 0.8rem;
  cursor: pointer;
}
.search-container .icon-close i {
  font-size: 1.5rem;
  color: rgba(40, 40, 40, 0.7);
}
.search-container .icon-close:hover i {
  color: rgba(40, 40, 40, 0.5);
}
.search-container .form-control {
  padding: 0 2.8rem;
  height: 3rem;
}
.search-container.opned {
  width: 100%;
}

/* ---------------------------- Breadcrumb ----------------- */
.breadcrumb {
  background-color: transparent;
  padding-left: 0px;
  font-family: "Hollard Sans", "Be Vietnam Pro", cursive, sans-serif;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: 25px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\e9c3";
  font-family: "icomoon";
  position: absolute;
  left: 9px;
  top: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
}
.breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.7rem;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* ---------------------------- Navbar ----------------- */
.navbar-main {
  font-family: "Hollard Sans", "Be Vietnam Pro", cursive, sans-serif;
  padding: 1rem 1rem;
}
.navbar-main .navbar-brand img {
  min-width: 12rem;
  max-width: 12rem;
}

.navbar-main.hollard-nav-main .navbar-brand img {
  min-width: 4.2rem;
  max-width: 4.2rem;
}

.navbar-main .navbar-nav {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.navbar-main .navbar-small {
  padding: 0.2rem 0rem;
}
.navbar-main .navbar-small li .nav-link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
.navbar-main .navbar-large {
  position: relative;
  margin-left: 4%;
}
.navbar-main .navbar-large li .nav-link {
  font-family: "Hollard Sans", "Be Vietnam Pro", cursive, sans-serif;
  color: #fff;
  letter-spacing: 0.05rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  font-size: 1.05rem;
}
.navbar-main .navbar-large li .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-main .navbar-large li.has-children:hover .nav-link {
  background-image: url(../images/menu_arrow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.navbar-main .megamenu {
  padding: 20px 20px;
  width: 100%;
  margin-top: 0px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  display: none;
  position: absolute;
  left: 0px;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #ccc;
  border-top: none;
  font-size: 1rem;
}
.navbar-main .megamenu ul li a {
  color: #442359;
  font-weight: 600;
  display: block;
  padding-bottom: 0.7rem;
  line-height: 1rem;
}
.navbar-main .megamenu ul li ul a {
  color: #442359;
  font-weight: 500;
}
.navbar-main .megamenu ul li ul.menu-child {
  margin-bottom: 0.8rem;
}
.navbar-main .megamenu ul li ul.menu-child li a {
  padding-left: 20px;
  color: #442359;
  font-size: 1rem;
  position: relative;
  color: rgba(40, 40, 40, 0.7);
}
.navbar-main .megamenu ul li ul.menu-child li a:before {
  content: "\e9e2";
  position: absolute;
  font-family: "icomoon";
  left: 0px;
  top: 0px;
  margin-left: 5px;
}
/*-- Navigation --*/
.navbar-main i, .navbar-main .has-children > i {
  display: none;
}
.navbar-main .btn-search i,
.navbar-main .has-children > .btn-search i,
.navbar-main .search-input i{
  display: block;
}
/*-- Navigation --*/

.menu-large {
  position: static;
}

/* ---------------------------- Hamburger ----------------- */
.hamburger {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger .hamburg {
  cursor: pointer;
}

.hamburger .hamburg div {
  position: relative;
  width: 2.2rem;
  height: 4px;
  border-radius: 3px;
  background-color: #ffffff;
  margin-top: 7px;
  transition: all 0.3s ease-in-out;
}

#toggle {
  display: none;
}

#toggle:checked + .hamburg .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}

#toggle:checked + .hamburg .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

#toggle:checked + .hamburg .meat {
  transform: rotate(45deg);
  margin-top: -4px;
}

#toggle:checked + .hamburg + .nav {
  top: 0;
  transform: scale(1);
}

/* ---------------------------- Footer ----------------- */
.footer {
  background-color: #442359;
  padding: 2rem 0 1rem 0;
}

.footer-hollard {
  background: #5C2F7D url(../images/hollard-footer-border.svg) no-repeat;
  background-size: 100%;
  padding: 4rem 0 1rem 0;
}

.footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 2rem;
}
.footer .footer-top h5 {
  color: #44b4a6;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.footer .footer-top .nav-footer {
  list-style-type: none;
  margin-bottom: 2rem;
  padding: 0;
}
.footer .footer-top .nav-footer li {
  color: #fff;
}
.footer .footer-top .nav-footer li a {
  color: #fff;
  padding: 4px 0;
  display: inline-block;
  font-size: 1.1rem;
}
.footer .footer-bottom .navbar-nav {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.footer .footer-bottom .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
  padding: 0.2rem 1rem;
  font-size: 0.8rem;
}
.footer .footer-bottom .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0px;
}
.footer .footer-bottom .footer-desc,
:is(.footer-desc ~ p, .footer-desc ~ p span) {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.8rem;
}
:is(.footer-desc ~ p a, .footer-desc ~ a){
  color:#44b4a6 !important;
}
.footer .footer-top:not(:has(~ .footer-bottom)) {
  border-bottom: none;
  margin-bottom: 0;
}

.social-media .btn-social {
  display: flex;
  align-items: center;
  color: #fff;
}
.social-media .btn-social .btn {
  padding: 0;
  margin-right: 0.8rem;
}
.social-media .btn-social .btn i {
  color: #fff;
  font-size: 1.7rem;
}

/* ---------------------------- Diamond Pattern Cards and Media Cards ----------------- */
.card-diamond-one {
  background-color: #442359;
  background: rgb(68, 35, 88);
  background: linear-gradient(90deg, rgb(68, 35, 88) 0%, rgb(86, 44, 116) 100%);
  border: 0.14rem solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
  box-shadow: none;
}
.card-diamond-one .img-container {
  height: 14rem;
}
.card-diamond-one .pattern-img {
  background-image: url(../images/diamond-shape-a1.svg);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 16rem;
  width: 16rem;
  top: calc(50% - 8rem);
  transform: scale(2.3);
}
.card-diamond-one .pattern-img .banner-img {
  width: 5.6rem;
  height: 5.85rem;
  overflow: hidden;
  position: absolute;
  right: 1.21rem;
  top: calc(50% - 3.02rem);
  transform: rotate(45deg);
}
.card-diamond-one .pattern-img .banner-img img {
  width: 13.2rem;
  transform: rotate(-45deg);
  position: absolute;
  left: -4.2rem;
  top: -1rem;
}
.card-diamond-one .right-col {
  position: relative;
  padding: 1rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.card-diamond-one .right-col .desc {
  display: flex;
  align-items: center;
}
.card-diamond-one .right-col .desc h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  text-align: right;
  padding: 0 2rem;
}
.card-diamond-one .right-col .desc h4 span {
  font-weight: 600;
}
.card-diamond-one .right-col .disclaimer {
  font-size: 0.65rem;
  color: #fff;
  margin-bottom: 0;
  font-family: "Hollard Sans", "Be Vietnam Pro", cursive, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1rem;
  text-align: right;
}
.card-diamond-one .a-text {
  font-size: 9rem;
  color: #44b4a6;
  font-weight: 700;
  font-style: italic;
  font-family: "Hollard Sans", "Be Vietnam Pro", cursive, sans-serif;
}

.card-diamond-two, .card-diamond-three, .card-diamond-four {
  background-color: #fff;
  overflow: hidden;
  box-shadow: none;
}
.card-diamond-two .img-container, .card-diamond-three .img-container, .card-diamond-four .img-container {
  height: 14rem;
}
.card-diamond-two .pattern-img, .card-diamond-three .pattern-img, .card-diamond-four .pattern-img {
  background-image: url(../images/diamond-shape-b2.svg);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 10rem;
  width: 10rem;
  top: calc(50% - 5rem);
  transform: scale(2.4);
  left: -2rem;
}
.card-diamond-two.purple .img-container .pattern-img, .card-diamond-three.purple .pattern-img {
  background-image: url(../images/diamond-shape-b3.svg);
}
.card-diamond-two.aqua .img-container .pattern-img, .card-diamond-three.aqua .pattern-img {
  background-image: url(../images/diamond-shape-b1.svg);
}
.card-diamond-two.shape-2 .pattern-img, .card-diamond-three.shape-2 .pattern-img {
  background-image: url(../images/diamond-shape-b4.svg);
}

/* -- Card Variation 7 --*/

.card-diamond-four.purple .pattern-img {
  background-image: url(../images/diamond-shape-a4.svg);
}
.card-diamond-four.aqua .pattern-img {
  background-image: url(../images/diamond-shape-a1.svg);
}
.card-diamond-four.shape-2 .pattern-img {
  background-image: url(../images/diamond-shape-a3.svg);
}
.card-diamond-four.gold .pattern-img {
  background-image: url(../images/diamond-shape-a2.svg);
}

/* -- Card Variation 7 --*/
.card-diamond-two .pattern-img .banner-img, .card-diamond-three .pattern-img .banner-img, .card-diamond-four .pattern-img .banner-img {
  width: 2.35rem;
  height: 2.4rem;
  overflow: hidden;
  position: absolute;
  right: 0.5rem;
  top: calc(50% - 1.3rem);
  transform: rotate(45deg);
}
.card-diamond-two .pattern-img .banner-img img, .card-diamond-three .pattern-img .banner-img img, .card-diamond-four .pattern-img .banner-img img {
  width: 3.6rem;
  height: 3.6rem;
  transform: rotate(-45deg);
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: -0.65rem;
  top: -0.6rem;
}
.card-diamond-two .right-col, .card-diamond-three .right-col, .card-diamond-four .right-col {
  position: relative;
  padding: 1.5rem 1rem 1.5rem 0;
  height: 100%;
}
.card-diamond-two .right-col h4, .card-diamond-three .right-col h4, .card-diamond-four .right-col h4 {
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.8rem;
}
.card-diamond-two .right-col h4 .bold, .card-diamond-three .right-col h4 .bold, .card-diamond-four .right-col h4 .bold {
  display: block;
  font-weight: 700;
}

.card-diamond-three .pattern-img {
  background-image: url(../images/diamond-shape-a2.svg);
  left: -0.2rem;
}
.card-diamond-three .pattern-img .banner-img {
  width: 3.48rem;
  height: 3.65rem;
  right: 0.75rem;
  top: calc(50% - 1.9rem);
}
.card-diamond-three .pattern-img .banner-img img {
  width: 5.3rem;
  height: 5.3rem;
  left: -1rem;
  top: -0.75rem;
}
.card-diamond-three.sm .img-container {
  height: 12rem;
}
.card-diamond-three.sm .img-container .pattern-img {
  left: -1.4rem;
  transform: scale(2.2);
}
.card-diamond-two.sm .img-container .pattern-img {
  left: -2.4rem;
}
.card-diamond-three.sm .right-col {
  padding: 1rem 1rem 1rem 0;
}
.card-diamond-three.sm .right-col h4 .bold {
  display: inline;
}
.card-diamond-three.purple .img-container .pattern-img {
  background-image: url(../images/diamond-shape-a4.svg);
}
.card-diamond-three.aqua .img-container .pattern-img {
  background-image: url(../images/diamond-shape-a1.svg);
}
.card-diamond-three.shape-2 .pattern-img {
  background-image: url(../images/diamond-shape-a3.svg);
}

.card-diamond-four .media-img {
  background: rgb(68, 35, 88);
  background: linear-gradient(90deg, rgb(68, 35, 88) 0%, rgb(86, 44, 116) 100%);
}
.card-diamond-four .media-img .img-logo {
  width: 12rem;
  -o-object-fit: fill;
  object-fit: fill;
  height: 7rem;
}
.card-diamond-four .pattern-img {
  background-image: url(../images/diamond-shape-a4.svg);
  left: -2.8rem;
  transform: scale(1.6);
}
.card-diamond-four .pattern-img .banner-img {
  width: 3.48rem;
  height: 3.65rem;
  right: 0.75rem;
  top: calc(50% - 1.9rem);
}
.card-diamond-four .pattern-img .banner-img img {
  width: 5.3rem;
  height: 5.3rem;
  left: -1rem;
  top: -0.75rem;
}
.card-diamond-four .card-body {
  padding: 1.2rem !important;
}

.card-horizontal, .card-vertical {
  overflow: hidden;
}
.card-horizontal .card-body, .card-vertical .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.card-horizontal .card-body .btn, .card-vertical .card-body .btn {
  margin-top: auto;
  align-self: flex-start !important;
}
.card-horizontal .card-body h4.card-title, .card-vertical .card-body h4.card-title {
  font-weight: 500;
  line-height: 1.8rem;
}
.card-horizontal .card-body h4.card-title .bold, .card-vertical .card-body h4.card-title .bold {
  font-weight: 700;
}
.card-horizontal .card-body h5.card-title, .card-vertical .card-body h5.card-title {
  font-weight: 600;
}
.card-horizontal .media-img, .card-vertical .media-img {
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  position: relative;
  height: 14rem;
  z-index: 0;
}
.card-horizontal .media-img img, .card-vertical .media-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 0rem;
}
.card-horizontal .media-img:after, .card-vertical .media-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/gold-pattern-stripe.svg);
  background-size: 50%;
  z-index: -1;
  opacity: 0.2;
  left: 0;
}
.card-horizontal.aqua .media-img:after, .card-vertical.aqua .media-img:after {
  background-image: url(../images/aqua-pattern-stripe.svg);
}
.card-horizontal.orange .media-img:after, .card-vertical.orange .media-img:after {
  background-image: url(../images/orange-pattern-stripe.svg);
}
.card-horizontal.purple-bg .media-img:after, .card-vertical.purple-bg .media-img:after {
  background-image: none;
  background-color: #442359;
  opacity: 0.8;
}

.card-horizontal .media-img:after {
  background-size: 100%;
}

.card-vertical .media-img {
  height: 10rem;
}
.card-vertical .media-time {
  font-weight: bold;
  color: rgba(40, 40, 40, 0.6);
  margin-bottom: 1rem;
}
.card-vertical.logo-img .media-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-vertical.logo-img .media-img img {
  max-width: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}
.card-vertical.logo-img .media-img:after {
  background-image: none;
  background-color: #442359;
  opacity: 1;
}

.card-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  display: flex;
  min-height: 11.2rem;
  flex-direction: column;
  justify-content: space-between;
}
.card-line.card-one {
  padding-top: 0;
}
.card-line.card-two {
  padding-top: 0;
  border-right: none;
}
.card-line.card-three {
  padding-bottom: 0;
  border-bottom: none;
}
.card-line.card-four {
  padding-bottom: 0;
  border-bottom: none;
  border-right: none;
}

.card-staedfast .hollard-icon {
  transform: scale(0.8);
  margin: 0;
  margin-bottom: 0.5rem;
}
.card-staedfast h5 {
  font-size: 1.2rem;
}
.card-staedfast .card-body {
  padding-bottom: 0rem !important;
}
.card-staedfast .card-footer {
  padding: 0;
}

/* -------------------- Blockquotes -------------------- */
.quote {
  padding-left: 1rem;
  border-left: 3px solid rgba(68, 35, 89, 0.3);
}
.quote .quote-body {
  font-family: "Hollard Sans", "Be Vietnam Pro", cursive, sans-serif;
  font-size: 1.6rem;
  color: #442359;
  font-weight: 500;
}
.quote .quote-footer {
  padding-top: 1rem;
  font-family: "Hollard Sans", "Be Vietnam Pro", cursive, sans-serif;
  font-size: 1rem;
  color: #442359;
  font-weight: 600;
}

.quote-vertical {
  padding: 2rem 0;
  border-top: 2px solid rgba(40, 40, 40, 0.1);
  border-bottom: 2px solid rgba(40, 40, 40, 0.1);
  color: #442359;
}
.quote-vertical p:last-child {
  margin-bottom: 0;
}

/* -------------------- Pagination -------------------- */
.pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: auto;
  line-height: 0.8rem;
  color: #442359;
  background-color: transparent;
  border: navajowhite;
  border-radius: 100%;
  height: 2rem;
  width: 2rem;
  margin: 0 0.4rem;
  border: 1px solid transparent;
}
.pagination .page-item .page-link:hover {
  color: #FFF;
  border: 1px solid rgb(68 35 89);
  background: #442359;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  margin-left: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  background-color: #fff;
  border-radius: 100%;
  padding: 0.55rem;
  box-shadow: 0px 0px 1px 1px rgba(68, 35, 89, 0.1);
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover {
  background-color: #442359;
  color: #fff;
}
.pagination .page-item.active .page-link {
  background-color: #442359;
  color: #fff;
}
.pagination .page-item.disabled .page-link{
  opacity: .5;
}

/* ------------------------ Forms ---------------------- */
.form-control.form-border {
  border: none;
  border-bottom: 2px solid #442359;
  border-radius: 0;
  padding: 0;
}
.form-control.form-border:focus {
  box-shadow: none;
}
.form-control.form-border option {
  font-weight: bold;
  font-size: 1rem;
}

/* ------------------------ Product Page and Banner ---------------------- */
.banner-product {
  min-height: 15rem;
  padding: 2.2rem 2rem;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.banner-product .heading {
  font-weight: bold;
  margin-top: 1rem;
  color: #442359;
}
.banner-product .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 160%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ------------------------ About Us Page ---------------------- */
.card-about {
  min-height: 15rem;
}
.card-about p {
  margin-bottom: 0rem;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.card-about .img-fluid {
  max-width: 20rem;
}

/* Selectable products boxes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.check-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.check-list .check {
  white-space: nowrap;
  margin-right: 0.6rem;
  width: 8rem;
}
.check-list.auto .check {
  width: auto;
}
.check-list.auto label span {
  color: rgba(68, 35, 89, 0.5);
  cursor: default;
}
.check-list input[type=checkbox], .check-list input[type=radio] {
  position: absolute;
  overflow: hidden;
  opacity: 0;
}
.check-list input[type=checkbox]:checked + label, .check-list input[type=radio]:checked + label {
  position: relative;
  border-color: #442359;
  background-color: #442359;
}
.check-list input[type=checkbox]:checked + label span, .check-list input[type=radio]:checked + label span {
  color: #fff !important;
}
.check-list label {
  background-color: rgba(68, 35, 89, 0.2);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  width: 100%;
  padding: 0.2rem 0.5rem;
}
.check-list label span {
  display: block;
  color: #442359;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.check-list.product .check {
  margin-left: 0;
  width: auto;
}
.check-list.product label {
  padding: 1.8rem;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  margin-bottom: 2rem;
  background-color: rgba(68, 35, 89, 0.06);
}
.check-list.product label span {
  font-size: 1.5rem;
  font-family: "Hollard Sans", "Be Vietnam Pro", cursive, sans-serif;
  font-weight: 500;
}

/* ---------------------------- Accordion ----------------- */
.accordion {
  margin-bottom: 2rem;
}
.accordion .card-header {
  padding: 1.8rem 0rem;
  border: none;
  background-color: transparent;
  border-bottom: 0.14rem solid rgba(0, 0, 0, 0.08);
  padding-right: 3rem;
  position: relative;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.accordion .card-header:after {
  font-family: "icomoon";
  content: "\ed5b";
  height: 2rem;
  width: 2rem;
  color: rgba(40, 40, 40, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  font-size: 0.85rem;
  position: absolute;
  right: 0;
  top: calc(50% - 1rem);
}
.accordion .card-header.collapsed:after {
  content: "\ed5a";
}
.accordion .card-header:not(.collapsed):after {
  background-color: #442359;
  color: #fff;
}
.accordion .card-header h6 {
  margin-bottom: 0;
  font-family: "Calibri", "Be Vietnam Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  color: #282828;
}
.accordion .card-header:not(.collapsed) h6 {
  color: #442359;
  font-size: 1.4rem;
  font-weight: bold;
}
.accordion .card-body {
  border-bottom: 0.14rem solid rgba(0, 0, 0, 0.08);
  background-color: rgba(40, 40, 40, 0.04);
  padding: 1.5rem 1rem;
}

/* ---------------------------- Microsite ----------------- */
.sidenav ul.navigation-bar li a {
  font-family: "Hollard Sans", "Be Vietnam Pro", cursive, sans-serif;
  color: #442359;
  font-weight: 600;
  font-size: 1.2rem;
  display: block;
  padding: 0.4rem 0;
}
.sidenav ul.navigation-bar li a:hover {
  color: #f15a23;
}
.sidenav ul.navigation-bar li ul li a {
  font-weight: 400;
  display: flex;
  align-items: center;
}
.sidenav ul.navigation-bar li ul li a:before {
  content: "\e9e2";
  font-family: "icomoon";
  margin-right: 0.6rem;
  font-size: 0.9rem;
}

.dropdown-navigation {
  margin-top: 4rem;
}
.dropdown-navigation .btn {
  background-color: transparent;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent !important;
  color: #282828 !important;
  border: none;
  border-bottom: 3px solid #442359;
  border-radius: 0;
  padding: 0.5rem;
}
.dropdown-navigation .btn:hover {
  background-color: transparent !important;
  box-shadow: none;
  outline: 0;
}
.dropdown-navigation .btn:focus {
  box-shadow: none !important;
  outline: 0;
  color: rgba(40, 40, 40, 0.6) !important;
}
.dropdown-navigation .dropdown-menu {
  width: 100%;
  max-height: 15rem;
  overflow-y: auto;
}
.dropdown-navigation .dropdown-menu ul li a {
  font-weight: bold;
  padding: 0.3rem 1rem;
}
.dropdown-navigation .dropdown-menu ul li ul li a {
  font-weight: normal;
  padding-left: 1.5rem;
}

/* ---------------------------- External Imports Utilities and Responsives ----------------- */
@media only screen and (min-width: 992px) {
  .menu-large:hover .megamenu {
    display: block !important;
    background: #fff;
  }
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  /* ---------------------------- Navbar ----------------- */
  .navbar-main .navbar-large {
    margin-left: 0;
    background-color: #fff;
    position: absolute !important;
    z-index: 999;
    width: 100%;
    left: 0px;
    top: 5rem;
    padding: 1rem;
    box-shadow: 1px 1px 1px 1px rgba(68, 35, 89, 0.2);
    -moz-box-shadow: 1px 1px 1px 1px rgba(68, 35, 89, 0.2);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(68, 35, 89, 0.2);
  }
  .navbar-main .navbar-large .navbar-nav li .nav-link {
    font-size: 18px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    color: #282828 !important;
  }
  .navbar-main .navbar-large .navbar-nav.has-children:hover .nav-link {
    background-image: none;
  }
  .navbar-main .navbar-brand img {
    min-width: 10rem;
    max-width: 10rem;
  }
  .navbar-main .megamenu {
    margin-top: 0;
    padding: 0px;
    position: static;
    background: transparent;
    border: none;
  }
  .navbar-main .megamenu ul li a {
    font-size: 1rem;
    display: block;
    /* padding: 5px 0px 5px 10px; */
    padding: 10px 0px 10px 10px;
    color: rgba(40, 40, 40, 0.8);
  }
  .navbar-main .megamenu ul li a:before {
    top: 5px !important;
  }
  .navbar-main .megamenu ul li ul li ul li a {
    font-size: 16px;
    padding: 4px 22px;
  }
  .navbar-main .megamenu ul li ul li ul li a::before {
    top: 4px !important;
  }
  .navbar-main .has-children > ul {
    display: none;
    margin-bottom: 0px !important;
  }
  /* .navbar-main .has-children a {
    position: relative;
  } */
  .navbar-main .has-children {
    position: relative;
  }
  .navbar-main i {
    display: none;
    }
    .navbar-main .has-children > i {
        display: block;
    }
  .navbar-main .has-children > i{
    position: absolute;
    right: 0px;
    top: 0px;
  }
  
  /* .navbar-main .has-children > a:after {
    content: "\ed5a";
    font-family: "icomoon";
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 14px;
  }
  .navbar-main .has-children.active > a:after {
    content: "\e9b7";
  } */
  .navbar-main .has-children > i:before {
    content: "\ed5a";
    font-family: "icomoon";
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 14px;
  }
  .navbar-main .has-children.active > i:before {
    content: "\e9b7";
  }
  /* ---------------------------- Hero Banner ----------------- */
  .hero-banner .hero-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
  }
  .hero-banner .hero-content h1.title-main,
  .hero-banner .hero-content h1.title-main.hollard-title-main {
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
  }
  .hero-banner .hero-content .logo-broker-hub {
    width: 16rem;
    margin: 2rem 0;
  }
  .hero-banner .hero-content .logo-steadfast {
    position: static;
    width: 16rem;
    border-radius: 9px;
    height: 7rem;
    margin: 1rem auto;
    padding: 0.4rem;
    text-align: center;
  }
  .hero-banner .hero-desc {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .hero-banner .hero-banner-bottom {
    height: 12rem;
  }
  /* ------------------ Diamond Pattern Cards and Media Cards ------------- */
  .card {
    margin-bottom: 1.5rem;
  }
  .card-horizontal .card-body, .card-vertical .card-body {
    padding: 1.5rem;
  }
  /* ---------------------------- Footer ----------------- */
  .footer .footer-top {
    border-bottom: none;
  }
  .footer .footer-top .footer-links .nav-footer li a {
    padding-left: 1rem;
  }
  .footer .footer-top .footer-links h5 {
    color: #fff;
    cursor: pointer;
  }
  .footer .footer-top .footer-links.active h5 {
    color: #44b4a6;
  }
  .footer .footer-top .footer-links .expandable-nav {
    display: none;
  }
  .footer .footer-bottom .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 0.5rem;
  }
  /* ---------------------------- Search Panel ----------------- */
  .search-container {
    position: fixed;
    top: -6rem;
    left: 0px;
    padding: 1rem;
    background-color: #fff;
    z-index: 999;
    padding: 1rem;
    width: 100%;
  }
  .search-container.opned {
    top: 0rem;
  }
  .btn-search {
    cursor: pointer;
    background-color: transparent;
  }
  .btn-search i {
    font-size: 1.5rem;
    color: #fff;
  }
  .btn-search:focus {
    background-color: transparent !important;
  }
  .btn-search:hover {
    background-color: transparent !important;
  }
  /* ---------------------------- Breadcrumb ----------------- */
  .breadcrumb {
    display: none;
  }
  /* ---------------------------- Diamond Pattern Cards and Media Cards ----------------- */
  .card-diamond-one .pattern-img {
    left: -6rem;
    transform: scale(1.6);
  }
  .card-diamond-one .right-col {
    padding: 1rem;
  }
  .card-diamond-one .right-col .desc h4 {
    text-align: left;
    padding: 1rem 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .card-diamond-one .right-col .disclaimer {
    text-align: left;
  }
  .card-diamond-one .a-text {
    font-size: 6rem;
  }
  /* ---------------------------- miscellaneous ----------------- */
  .main-body .title-main {
    margin-bottom: 2rem;
  }
  .main-body.top-overlap {
    margin-top: -11rem;
  }
  .border-top-sm-1 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .btn.with-arrow {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* ---------------------------- Pattern Elements ----------------------- */
  .pattern-style-1 {
    background-image: url(../images/hollard-pattern-two-mobile.svg);
  }
  /* ---------------------------- Diamond Pattern Cards and Media Cards ----------------- */
  .card.card-lg .card-body {
    padding: 2rem;
  }
  .card-horizontal .card-body {
    text-align: center;
  }
  .card-horizontal .media-img {
    height: 10rem;
  }
  .content-block {
    margin-bottom: 1rem;
  }
  .card-diamond-one .img-container {
    height: 12.6rem;
  }
  .card-diamond-one .pattern-img {
    left: -8rem;
  }
  .card-diamond-two .img-container {
    height: 12rem;
  }
  .card-diamond-two .pattern-img {
    transform: scale(3);
    left: unset;
    right: 14rem;
    float: right;
  }
  .card-diamond-two .right-col {
    text-align: center;
    padding: 1.5rem;
  }
  .card-diamond-three .img-container {
    height: 12rem;
  }
  .card-diamond-three .pattern-img {
    transform: scale(2.4);
    left: 0.5rem;
  }
  .card-diamond-three .right-col {
    text-align: center;
    padding: 1.5rem;
  }
  .card-line {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 1.5rem 0 !important;
    margin: 0 1rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .card-line:last-child {
    border-bottom: none !important;
  }
  /* -------------------- Blockquotes -------------------- */
  .quote {
    padding-left: 0rem;
    border-left: none;
    text-align: left;
  }
  /*  ----------- Selectable products boxes ––––––––––––– */
  .check-list.product label {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .check-list.product label span {
    font-size: 1rem;
  }
  /* -------------------- Accordion -------------------- */
  .accordion .card-header {
    padding: 1.5rem 0rem;
    padding-right: 2rem;
  }
  .accordion .card-header:after {
    height: 1.5rem;
    width: 1.5rem;
    top: calc(50% - 0.75rem);
  }
  .accordion .card-header h6 {
    font-size: 1rem;
  }
  .accordion .card-header:not(.collapsed) h6 {
    font-size: 1rem;
  }
  /* ---------------------------- Miscellaneous ----------------------- */
  .label-btn {
    width: 100%;
  }
  /* ------------------------ Product Page and Banner ---------------------- */
  .banner-product {
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem;
  }
  .banner-product .content {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .banner-product .content .heading {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .banner-product .banner-img {
    position: static;
    margin: -1.5rem;
    width: calc(100% + 3rem);
    margin-bottom: 1rem;
    height: 10rem;
  }
  .content-block.mb-double {
    margin-bottom: 2rem;
  }
  .main-body .title-main.no-subtitle {
    margin-bottom: 1rem;
  }
  /* ---------------------------- miscellaneous ----------------- */
  .pattern-style-1, .pattern-style-2, .pattern-style-3 {
    height: 3.2rem;
  }
}
.row-seamless {
  margin-left: 0;
  margin-right: 0;
}
.row-seamless > div[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.row-seamless > li[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.font-small-1 {
  font-size: 10px !important;
}

.font-small-2 {
  font-size: 11px !important;
}

.font-small-3 {
  font-size: 12px !important;
}

.font-medium-1 {
  font-size: 13px !important;
}

.font-medium-2 {
  font-size: 14px !important;
}

.font-medium-3 {
  font-size: 15px !important;
}

.font-large-1 {
  font-size: 16px !important;
}

.font-large-2 {
  font-size: 17px !important;
}

.font-large-3 {
  font-size: 18px !important;
}

.font-large-4 {
  font-size: 20px !important;
}

.font-large-5 {
  font-size: 22px !important;
}

.font-large-6 {
  font-size: 24px !important;
}

.font-large-7 {
  font-size: 28px !important;
}

.font-large-8 {
  font-size: 32px !important;
}

.text-style-1 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.2rem;
}

ul.text-style-1, .text-style-1 ul {
  margin-bottom: 1rem;
  list-style-type: disc;
  margin-left: 1.5rem;
}

.required {
  color: #ff0000;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-0 {
  opacity: 0;
}

.no-edge-top {
  top: 0;
}

.no-edge-bottom {
  bottom: 0;
}

.no-edge-left {
  left: 0;
}

.no-edge-right {
  right: 0;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-left {
  text-align: left;
}

.text-red {
  color: #ff0000;
}

.valign-top {
  vertical-align: top;
}

.valign-bottom {
  vertical-align: bottom;
}

.valign-baseline {
  vertical-align: baseline;
}

.valign-text-top {
  vertical-align: top;
}

.valign-text-bottom {
  vertical-align: text-bottom;
}

.position-relative {
  position: relative;
}

.position-static {
  position: static;
}

.display-block {
  display: block !important;
}

label.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-auto {
  overflow: auto;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.white-space-nowrap {
  white-space: nowrap !important;
}

.white-space-normal {
  white-space: normal !important;
}

.no-border {
  border: 0 !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-border-radius {
  border-radius: 0;
}

.no-border-radius-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.no-border-radius-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.no-border-radius-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.no-border-radius-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.border-radius {
  border-radius: 3px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-top {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.border-radius-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.border-radius-left {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.border-radius-right {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.border {
  border: 1px solid #ddd;
}

.no-shadow {
  box-shadow: none;
}

.full-width {
  width: 100% !important;
  max-width: 100% !important;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20px;
}

.width-30 {
  width: 30px;
}

.width-40 {
  width: 40px;
}

.width-50 {
  width: 50px;
}

.width-60 {
  width: 60px;
}

.width-70 {
  width: 70px;
}

.width-80 {
  width: 80px;
}

.width-90 {
  width: 90px;
}

.width-100 {
  width: 100px;
}

.width-full {
  width: 100%;
}

.height-full {
  height: 100%;
}

.width-110 {
  width: 110px;
}

.width-120 {
  width: 120px;
}

.width-130 {
  width: 130px;
}

.width-140 {
  width: 140px;
}

.width-150 {
  width: 150px;
}

.width-160 {
  width: 160px;
}

.width-170 {
  width: 170px;
}

.width-180 {
  width: 180px;
}

.width-190 {
  width: 190px;
}

.width-200 {
  width: 200px;
}

.width-220 {
  width: 220px;
}

.width-240 {
  width: 240px;
}

.width-280 {
  width: 280px;
}

.width-300 {
  width: 300px;
}

.width-320 {
  width: 320px;
}

.width-330 {
  width: 330px;
}

.width-340 {
  width: 340px;
}

.width-350 {
  width: 350px;
}

.width-380 {
  width: 380px;
}

.img-lg {
  width: 44px !important;
  height: 44px !important;
}

.img-md {
  width: 40px !important;
  height: 40px !important;
}

.img-sm {
  width: 36px !important;
  height: 36px !important;
}

.img-xs {
  width: 32px !important;
  height: 32px !important;
}

.bg-white {
  background-color: #fff;
}

.bg-purple {
  background-color: #442359;
}

.bg-dark-purple {
  background-color: #301641;
}

.bg-grey {
  background-color: rgba(68, 180, 166, 0.3);
}

.bg-dark-grey {
  background-color: rgba(68, 180, 166, 0.5);
  color: #282828;
}

.text-regular {
  font-weight: 400 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-bold {
  font-weight: 600 !important;
}

.text-black {
  font-weight: 700 !important;
}

.text-grey {
  color: rgb #282828, 0.5;
}

.text-color-regular {
  color: #282828;
}

.text-white {
  color: #fff;
}

.text-italic {
  font-style: italic;
}

.text-aqua-light {
  color: #44b4a6;
}

.text-purple-light {
  color: #8B46B8;
}

.font-two {
  font-family: "Hollard Sans", "Be Vietnam Pro", cursive, sans-serif;
}

.text-aqua {
  color: #44b4a6;
}

.text-orange {
  color: #e64e00;
}

.text-gold {
  color: #a58b3f;
}

.au-site .text-aqua,
.au-site .text-orange,
.au-site .text-gold {
  color: #e64e00 !important;
}

.commercial-site .text-aqua,
.commercial-site .text-orange,
.commercial-site .text-gold {
  color: #44b4a6 !important;
}

.broker-hub .text-aqua,
.broker-hub .text-orange,
.broker-hub .text-gold {
  color: #a58b3f !important;
}

.input-group {
  max-width: auto;
}

.field-auto {
  max-width: auto;
}

.field-x-sm {
  max-width: 150px;
}

.field-sm {
  max-width: 220px;
}

.field-md {
  max-width: 300px;
}

.field-lg {
  max-width: 400px;
}

.text-right-xs {
  text-align: right;
}

.text-left-xs {
  text-align: left;
}

.text-center-xs {
  text-align: center;
}

.pull-right-xs {
  float: right;
}

.pull-left-xs {
  float: left;
}

.border-top-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
}

@media (min-width: 576px) {
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  .overflow-sm-visible {
    overflow: visible !important;
  }
}
@media (min-width: 768px) {
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .overflow-md-visible {
    overflow: visible !important;
  }
}
@media (min-width: 992px) {
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .overflow-lg-visible {
    overflow: visible !important;
  }
}
/* Start::button default */
.btn {
  font-family: "Hollard Sans", "Be Vietnam Pro", cursive, sans-serif;
  cursor: pointer;
  letter-spacing: 0.5px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.5rem 2rem;
  box-shadow: none;
  text-decoration: none;
}
.btn.btn-sm {
  padding: 0.28rem 0.8rem !important;
  border-radius: 0.3rem;
  font-size: 0.725rem;
}
.btn.btn-md {
  padding: 0.35rem 1.2rem;
  border-radius: 0.4rem;
  font-size: 1rem;
}
.btn.btn-lg {
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
}
.btn.show {
  color: #282828 !important;
}

.btn-group .btn {
  padding: 0.45rem 0.75rem;
}

.btn-group-lg .btn {
  padding: 0.65rem 1rem;
}

.btn-group-sm .btn {
  padding: 0.25rem 0.5rem;
}

.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:active {
  color: #fff;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

/* End::button default */
/* Start::button colors */
/* btn-primary starts */
.btn-primary {
  background-color: #442359 !important;
  border-color: #442359 !important;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: rgba(68, 35, 89, 0.9) !important;
  border-color: #442359 !important;
  color: #fff;
}
.btn-primary:focus {
  background-color: #442359;
  border-color: #442359;
  color: #fff;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: #442359;
  border-color: #442359;
  outline: 0;
  box-shadow: none;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary.show:focus,
.btn-primary:active:focus {
  box-shadow: 0 0.25rem 1rem #442359;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:active {
  background-color: #442359 !important;
  border-color: #442359 !important;
  color: #fff !important;
}

/* btn-primary ends */
/* btn-orange starts */
.btn-orange {
  background-color: #e64e00 !important;
  border-color: #e64e00 !important;
  color: #fff !important;
}
.btn-orange:hover {
  background-color: rgba(230, 78, 0, 0.9) !important;
  border-color: #e64e00 !important;
  color: #fff;
}
.btn-orange:focus {
  background-color: #e64e00;
  border-color: #e64e00;
  color: #fff;
}

.btn-check:focus + .btn-orange,
.btn-orange:focus {
  background-color: #e64e00;
  border-color: #e64e00;
  outline: 0;
  box-shadow: none;
}

.btn-check:active + .btn-orange:focus,
.btn-check:checked + .btn-orange:focus,
.btn-orange.active:focus,
.btn-orange.show:focus,
.btn-orange:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(230, 78, 0, 0.5);
}

.btn-check:active + .btn-orange,
.btn-check:checked + .btn-orange,
.btn-orange.active,
.btn-orange.show,
.btn-orange:active {
  background-color: #e64e00 !important;
  border-color: #e64e00 !important;
  color: #fff !important;
}

/* btn-orange ends */
/* btn-aqua starts */
.btn-aqua {
  background-color: #44b4a6 !important;
  border-color: #44b4a6 !important;
  color: #fff !important;
}
.btn-aqua:hover {
  background-color: rgba(68, 180, 166, 0.9) !important;
  border-color: #44b4a6 !important;
  color: #fff;
}
.btn-aqua:focus {
  background-color: #44b4a6;
  border-color: #44b4a6;
  color: #fff;
}

.btn-check:focus + .btn-aqua,
.btn-aqua:focus {
  background-color: #44b4a6;
  border-color: #44b4a6;
  outline: 0;
  box-shadow: none;
}

.btn-check:active + .btn-aqua:focus,
.btn-check:checked + .btn-aqua:focus,
.btn-aqua.active:focus,
.btn-aqua.show:focus,
.btn-aqua:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(68, 180, 166, 0.5);
}

.btn-check:active + .btn-aqua,
.btn-check:checked + .btn-aqua,
.btn-aqua.active,
.btn-aqua.show,
.btn-aqua:active {
  background-color: #44b4a6 !important;
  border-color: #44b4a6 !important;
  color: #fff !important;
}

/* btn-aqua ends */
/* btn-gold starts */
.btn-gold {
  background-color: #a58b3f !important;
  border-color: #a58b3f !important;
  color: #fff !important;
}
.btn-gold:hover {
  background-color: rgba(165, 139, 63, 0.9) !important;
  border-color: #a58b3f !important;
  color: #fff;
}
.btn-gold:focus {
  background-color: #a58b3f;
  border-color: #a58b3f;
  color: #fff;
}

.btn-check:focus + .btn-gold,
.btn-gold:focus {
  background-color: #a58b3f;
  border-color: #a58b3f;
  outline: 0;
  box-shadow: none;
}

.btn-check:active + .btn-gold:focus,
.btn-check:checked + .btn-gold:focus,
.btn-gold.active:focus,
.btn-gold.show:focus,
.btn-gold:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(165, 139, 63, 0.5);
}

.btn-check:active + .btn-gold,
.btn-check:checked + .btn-gold,
.btn-gold.active,
.btn-gold.show,
.btn-gold:active {
  background-color: #a58b3f !important;
  border-color: #a58b3f !important;
  color: #fff !important;
}

/* btn-gold ends */
/* btn-danger starts */
.btn-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: rgba(220, 53, 69, 0.9) !important;
  border-color: #dc3545 !important;
  color: #fff;
}
.btn-danger:focus {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
  background-color: #dc3545;
  border-color: #dc3545;
  outline: 0;
  box-shadow: none;
}

.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger.show:focus,
.btn-danger:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(220, 53, 69, 0.5);
}

.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger.show,
.btn-danger:active {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}

/* btn-danger ends */
/* btn-success starts */
.btn-success {
  background-color: #24c11e !important;
  border-color: #24c11e !important;
  color: #fff !important;
}
.btn-success:hover {
  background-color: rgba(36, 193, 30, 0.9) !important;
  border-color: #24c11e !important;
  color: #fff;
}
.btn-success:focus {
  background-color: #24c11e;
  border-color: #24c11e;
  color: #fff;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
  background-color: #24c11e;
  border-color: #24c11e;
  outline: 0;
  box-shadow: none;
}

.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success.show:focus,
.btn-success:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(36, 193, 30, 0.5);
}

.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success.show,
.btn-success:active {
  background-color: #24c11e !important;
  border-color: #24c11e !important;
  color: #fff !important;
}

/* btn-success ends */
/* btn-light starts */
.btn-light {
  background-color: #d3d4d5;
  border-color: #d3d4d5;
  color: #282828;
}
.btn-light:hover {
  background-color: #d3d4d5;
  border-color: #d3d4d5;
  color: #282828;
}
.btn-light:focus {
  background-color: #d3d4d5;
  border-color: #d3d4d5;
  box-shadow: none;
  color: #282828;
}

.btn-check:focus + .btn-light,
.btn-light:focus {
  background-color: #d3d4d5;
  border-color: #d3d4d5;
  outline: 0;
  box-shadow: none;
}

.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light.show:focus,
.btn-light:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(211, 212, 213, 0.5);
}

.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light.show,
.btn-light:active {
  background-color: #d3d4d5 !important;
  border-color: #d3d4d5 !important;
  color: #282828 !important;
}

/* btn-light ends */
/* End::button colors */
/* Start::button outline colors */
/* btn-outline-primary start */
.btn-outline-primary {
  color: #442359 !important;
  border-color: #442359;
  border-width: 2px;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  color: #fff !important;
  background-color: #442359;
  border-color: #442359;
}
.btn-outline-primary:focus {
  color: #fff;
  background-color: #442359 !important;
  border-color: #442359 !important;
  box-shadow: none !important;
}
.btn-outline-primary:focus:active {
  box-shadow: none;
}

/* btn-outline-primary end */
/* btn-outline-orange start */
.btn-outline-orange {
  color: #e64e00 !important;
  border-color: #e64e00;
  border-width: 2px;
}
.btn-outline-orange:hover, .btn-outline-orange:active {
  color: #fff !important;
  background-color: #e64e00;
  border-color: #e64e00;
}
.btn-outline-orange:focus {
  color: #fff;
  background-color: #e64e00 !important;
  border-color: #e64e00 !important;
  box-shadow: none !important;
}
.btn-outline-orange:focus:active {
  box-shadow: none;
}

/* btn-outline-orange end */
/* btn-outline-aqua start */
.btn-outline-aqua {
  color: #44b4a6 !important;
  border-color: #44b4a6;
  border-width: 2px;
}
.btn-outline-aqua:hover, .btn-outline-aqua:active {
  color: #fff !important;
  background-color: #44b4a6;
  border-color: #44b4a6;
}
.btn-outline-aqua:focus {
  color: #fff;
  background-color: #44b4a6 !important;
  border-color: #44b4a6 !important;
  box-shadow: none !important;
}
.btn-outline-aqua:focus:active {
  box-shadow: none;
}

/* btn-outline-aqua end */
/* btn-outline-gold start */
.btn-outline-gold {
  color: #a58b3f !important;
  border-color: #a58b3f;
  border-width: 2px;
}
.btn-outline-gold:hover, .btn-outline-gold:active {
  color: #fff !important;
  background-color: #a58b3f;
  border-color: #a58b3f;
}
.btn-outline-gold:focus {
  color: #fff;
  background-color: #a58b3f !important;
  border-color: #a58b3f !important;
  box-shadow: none !important;
}
.btn-outline-gold:focus:active {
  box-shadow: none;
}

/* btn-outline-gold end */
/* btn-outline-danger start */
.btn-outline-danger {
  color: #dc3545 !important;
  border-color: #dc3545;
  border-width: 2px;
}
.btn-outline-danger:hover, .btn-outline-danger:active {
  color: #fff !important;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  box-shadow: none !important;
}
.btn-outline-danger:focus:active {
  box-shadow: none;
}

/* btn-outline-danger end */
/* btn-outline-success start */
.btn-outline-success {
  color: #24c11e !important;
  border-color: #24c11e;
  border-width: 2px;
}
.btn-outline-success:hover, .btn-outline-success:active {
  color: #fff !important;
  background-color: #24c11e;
  border-color: #24c11e;
}
.btn-outline-success:focus {
  color: #fff;
  background-color: #24c11e !important;
  border-color: #24c11e !important;
  box-shadow: none !important;
}
.btn-outline-success:focus:active {
  box-shadow: none;
}

/* btn-outline-success end */
/* btn-outline-light start */
.btn-outline-light {
  color: #282828 !important;
  border-color: #d3d4d5;
}
.btn-outline-light:hover, .btn-outline-light:active {
  color: #282828;
  background-color: #d3d4d5;
  border-color: #d3d4d5;
}
.btn-outline-light:focus {
  color: #282828;
  background-color: #d3d4d5;
  border-color: #d3d4d5;
  box-shadow: none;
}
.btn-outline-light:focus:active {
  box-shadow: none;
}

/* btn-outline-light end */
/* End::button outline colors */
/* Start::button disabled colors */
/* btn-primary-disabled start */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #442359;
  border-color: #442359;
}

/* btn-primary-disabled end */
/* btn-orange-disabled start */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #e64e00;
  border-color: #e64e00;
}

/* btn-orange-disabled end */
/* End::button disabled colors */
/* Start::button transparent */
/* btn-primary-transparent starts */
.btn-primary-transparent {
  background-color: rgba(68, 35, 89, 0.1);
  border-color: rgba(68, 35, 89, 0.1);
  color: #442359;
}
.btn-primary-transparent:hover, .btn-primary-transparent:focus:hover {
  background-color: #442359;
  border-color: #442359;
  color: #fff;
}

.btn-check:focus + .btn-primary-transparent,
.btn-primary-transparent:focus {
  background-color: rgba(68, 35, 89, 0.1);
  border-color: rgba(68, 35, 89, 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(68, 35, 89, 0.3);
  color: #442359;
}

.btn-check:active + .btn-primary-transparent:focus,
.btn-check:checked + .btn-primary-transparent:focus,
.btn-primary-transparent.active:focus,
.btn-primary-transparent.show:focus,
.btn-primary-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem #442359;
}

.btn-check:active + .btn-primary-transparent,
.btn-check:checked + .btn-primary-transparent,
.btn-primary-transparent.active,
.btn-primary-transparent.show,
.btn-primary-transparent:active {
  background-color: #442359;
  border-color: #442359;
  color: #fff !important;
}

/* btn-primary-transparent ends */
/* btn-orange-transparent starts */
.btn-orange-transparent {
  background-color: rgba(230, 78, 0, 0.1);
  border-color: rgba(230, 78, 0, 0.1);
  color: #e64e00;
}
.btn-orange-transparent:hover, .btn-orange-transparent:focus:hover {
  background-color: #e64e00;
  border-color: #e64e00;
  color: #fff;
}

.btn-check:focus + .btn-orange-transparent,
.btn-orange-transparent:focus {
  background-color: rgba(230, 78, 0, 0.1);
  border-color: rgba(230, 78, 0, 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(230, 78, 0, 0.3);
  color: #e64e00;
}

.btn-check:active + .btn-orange-transparent:focus,
.btn-check:checked + .btn-orange-transparent:focus,
.btn-orange-transparent.active:focus,
.btn-orange-transparent.show:focus,
.btn-orange-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(230, 78, 0, 0.5);
}

.btn-check:active + .btn-orange-transparent,
.btn-check:checked + .btn-orange-transparent,
.btn-orange-transparent.active,
.btn-orange-transparent.show,
.btn-orange-transparent:active {
  background-color: #e64e00;
  border-color: rgba(230, 78, 0, 0.1);
  color: #fff;
}

/* btn-secondary-transparent ends */
/* btn-aqua-transparent starts */
.btn-aqua-transparent {
  background-color: rgba(68, 180, 166, 0.1);
  border-color: rgba(68, 180, 166, 0.1);
  color: #44b4a6;
}
.btn-aqua-transparent:hover, .btn-aqua-transparent:focus:hover {
  background-color: #44b4a6;
  border-color: #44b4a6;
  color: #fff;
}

.btn-check:focus + .btn-aqua-transparent,
.btn-aqua-transparent:focus {
  background-color: rgba(68, 180, 166, 0.1);
  border-color: rgba(68, 180, 166, 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(68, 180, 166, 0.3);
  color: #44b4a6;
}

.btn-check:active + .btn-aqua-transparent:focus,
.btn-check:checked + .btn-aqua-transparent:focus,
.btn-aqua-transparent.active:focus,
.btn-aqua-transparent.show:focus,
.btn-aqua-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(68, 180, 166, 0.5);
}

.btn-check:active + .btn-aqua-transparent,
.btn-check:checked + .btn-aqua-transparent,
.btn-aqua-transparent.active,
.btn-aqua-transparent.show,
.btn-aqua-transparent:active {
  background-color: #44b4a6;
  border-color: rgba(68, 180, 166, 0.1);
  color: #fff;
}

/* btn-gold-transparent ends */
/* btn-gold-transparent starts */
.btn-gold-transparent {
  background-color: rgba(165, 139, 63, 0.1);
  border-color: rgba(165, 139, 63, 0.1);
  color: #a58b3f;
}
.btn-gold-transparent:hover, .btn-gold-transparent:focus:hover {
  background-color: #a58b3f;
  border-color: #a58b3f;
  color: #fff;
}

.btn-check:focus + .btn-gold-transparent,
.btn-gold-transparent:focus {
  background-color: rgba(165, 139, 63, 0.1);
  border-color: rgba(165, 139, 63, 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(165, 139, 63, 0.3);
  color: #a58b3f;
}

.btn-check:active + .btn-gold-transparent:focus,
.btn-check:checked + .btn-gold-transparent:focus,
.btn-gold-transparent.active:focus,
.btn-gold-transparent.show:focus,
.btn-gold-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(165, 139, 63, 0.5);
}

.btn-check:active + .btn-gold-transparent,
.btn-check:checked + .btn-gold-transparent,
.btn-gold-transparent.active,
.btn-gold-transparent.show,
.btn-gold-transparent:active {
  background-color: #a58b3f;
  border-color: rgba(165, 139, 63, 0.1);
}

/* btn-aqua-transparent ends */
/* btn-success-transparent starts */
.btn-success-transparent {
  background-color: rgba(36, 193, 30, 0.1);
  border-color: rgba(36, 193, 30, 0.1);
  color: #24c11e;
}
.btn-success-transparent:hover, .btn-success-transparent:focus:hover {
  background-color: #24c11e;
  border-color: #24c11e;
  color: #fff;
}

.btn-check:focus + .btn-success-transparent,
.btn-success-transparent:focus {
  background-color: rgba(36, 193, 30, 0.1);
  border-color: rgba(36, 193, 30, 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(36, 193, 30, 0.3);
  color: #24c11e;
}

.btn-check:active + .btn-success-transparent:focus,
.btn-check:checked + .btn-success-transparent:focus,
.btn-success-transparent.active:focus,
.btn-success-transparent.show:focus,
.btn-success-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(36, 193, 30, 0.5);
}

.btn-check:active + .btn-success-transparent,
.btn-check:checked + .btn-success-transparent,
.btn-success-transparent.active,
.btn-success-transparent.show,
.btn-success-transparent:active {
  background-color: #24c11e;
  border-color: rgba(36, 193, 30, 0.1);
  color: #fff;
}

/* btn-success-transparent ends */
/* btn-danger-transparent starts */
.btn-danger-transparent {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
.btn-danger-transparent:hover, .btn-danger-transparent:focus:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-check:focus + .btn-danger-transparent,
.btn-danger-transparent:focus {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(220, 53, 69, 0.3);
  color: #dc3545;
}

.btn-check:active + .btn-danger-transparent:focus,
.btn-check:checked + .btn-danger-transparent:focus,
.btn-danger-transparent.active:focus,
.btn-danger-transparent.show:focus,
.btn-danger-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(220, 53, 69, 0.5);
}

.btn-check:active + .btn-danger-transparent,
.btn-check:checked + .btn-danger-transparent,
.btn-danger-transparent.active,
.btn-danger-transparent.show,
.btn-danger-transparent:active {
  background-color: #dc3545;
  border-color: rgba(220, 53, 69, 0.1);
  color: #fff;
}

/* btn-danger-transparent ends */
/* End::button transparent */
/* Start::btn-sizes::sm */
.btn-group-sm > .btn,
.btn-sm {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
}

/* Start::btn-sizes::sm */
/* Start::icon button */
.btn-icon {
  width: 2.313rem;
  height: 2.313rem;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.btn-icon i {
  padding: 0rem;
  margin: -0.5rem;
}
.btn-icon.btn-sm {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.8rem;
}
.btn-icon.btn-lg {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.2rem;
}

/* Start:: Width Buttons */
.btn.btn-w-xs {
  min-width: 5.625rem;
}
.btn.btn-w-sm {
  min-width: 6.975rem;
}
.btn.btn-w-md {
  min-width: 8.125rem;
}
.btn.btn-w-lg {
  min-width: 9.375rem;
}

/* End:: Width Buttons */
/* Start:: Label Buttons */
.label-btn {
  position: relative;
  padding-inline-start: 2.6rem;
  overflow: hidden;
  display: inline-flex;
  text-align: left;
  white-space: nowrap;
  height: 42px;
  line-height: 1rem;
  padding: 2px;
  align-items: center;
}
.label-btn .label-btn-icon {
  position: absolute;
  width: 2.6rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  inset-inline-start: -1px;
  inset-block-start: -1px;
  inset-block-end: -1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.label-btn.label-end {
  padding-inline-start: 1.2rem;
  padding-inline-end: 3.4rem;
}
.label-btn.label-end .label-btn-icon {
  inset-inline-end: -1px;
  inset-inline-start: auto;
  border-radius: 12px 0 0 12px;
}
.label-btn:hover .label-btn-icon {
  background-color: rgba(255, 255, 255, 0.2);
}

/* End:: Label Buttons */
.btn.btn-round, .btn.btn-flat {
  width: 40px;
  height: 40px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 100%;
  padding: 0;
}
.btn.btn-round i, .btn.btn-flat i {
  font-size: 1rem;
}
.btn.btn-round.btn-sm, .btn.btn-flat.btn-sm {
  width: 30px;
  height: 30px;
}
.btn.btn-round.btn-sm i, .btn.btn-flat.btn-sm i {
  font-size: 0.8rem;
}
.btn.btn-round.btn-md, .btn.btn-flat.btn-md {
  width: 34px;
  height: 34px;
}
.btn.btn-round.btn-md i, .btn.btn-flat.btn-md i {
  font-size: 1rem;
}
.btn.btn-round.btn-lg, .btn.btn-flat.btn-lg {
  width: 46px;
  height: 46px;
}
.btn.btn-round.btn-lg i, .btn.btn-flat.btn-lg i {
  font-size: 1.2rem;
}

.btn.btn-flat {
  border-radius: 9px;
}

.au-site .btn-orange,
.au-site .btn-aqua,
.au-site .btn-gold {
  background-color: #e64e00 !important;
  border-color: #e64e00 !important;
  color: #fff !important;
}
.au-site .btn-orange:hover,
.au-site .btn-aqua:hover,
.au-site .btn-gold:hover {
  background-color: rgba(230, 78, 0, 0.9) !important;
  border-color: #e64e00 !important;
  color: #fff;
}
.au-site .btn-orange:focus,
.au-site .btn-aqua:focus,
.au-site .btn-gold:focus {
  background-color: #e64e00;
  border-color: #e64e00;
  color: #fff;
}
.au-site .btn-orange:hover, .au-site .btn-orange:focus,
.au-site .btn-aqua:hover,
.au-site .btn-aqua:focus,
.au-site .btn-gold:hover,
.au-site .btn-gold:focus {
  background-color: #e64e00;
  border-color: #e64e00;
  outline: 0;
  box-shadow: none;
}

.au-site .btn-outline-orange,
.au-site .btn-outline-aqua,
.au-site .btn-outline-gold {
  color: #e64e00;
  border-color: #e64e00;
  border-width: 2px;
}
.au-site .btn-outline-orange:hover, .au-site .btn-outline-orange:active,
.au-site .btn-outline-aqua:hover,
.au-site .btn-outline-aqua:active,
.au-site .btn-outline-gold:hover,
.au-site .btn-outline-gold:active {
  color: #fff;
  background-color: #e64e00;
  border-color: #e64e00;
}
.au-site .btn-outline-orange:focus,
.au-site .btn-outline-aqua:focus,
.au-site .btn-outline-gold:focus {
  color: #fff;
  background-color: #e64e00 !important;
  border-color: #e64e00 !important;
  box-shadow: none !important;
}
.au-site .btn-outline-orange:focus:active,
.au-site .btn-outline-aqua:focus:active,
.au-site .btn-outline-gold:focus:active {
  box-shadow: none;
}

.commercial-site .btn-orange,
.commercial-site .btn-aqua,
.commercial-site .btn-gold {
  background-color: #44b4a6 !important;
  border-color: #44b4a6 !important;
  color: #fff !important;
}
.commercial-site .btn-orange:hover,
.commercial-site .btn-aqua:hover,
.commercial-site .btn-gold:hover {
  background-color: rgba(68, 180, 166, 0.9) !important;
  border-color: #44b4a6 !important;
  color: #fff;
}
.commercial-site .btn-orange:focus,
.commercial-site .btn-aqua:focus,
.commercial-site .btn-gold:focus {
  background-color: #44b4a6;
  border-color: #44b4a6;
  color: #fff;
}
.commercial-site .btn-orange:hover, .commercial-site .btn-orange:focus,
.commercial-site .btn-aqua:hover,
.commercial-site .btn-aqua:focus,
.commercial-site .btn-gold:hover,
.commercial-site .btn-gold:focus {
  background-color: #44b4a6;
  border-color: #44b4a6;
  outline: 0;
  box-shadow: none;
}

.commercial-site .btn-outline-orange,
.commercial-site .btn-outline-aqua,
.commercial-site .btn-outline-gold {
  color: #44b4a6;
  border-color: #44b4a6;
  border-width: 2px;
}
.commercial-site .btn-outline-orange:hover, .commercial-site .btn-outline-orange:active,
.commercial-site .btn-outline-aqua:hover,
.commercial-site .btn-outline-aqua:active,
.commercial-site .btn-outline-gold:hover,
.commercial-site .btn-outline-gold:active {
  color: #fff;
  background-color: #44b4a6;
  border-color: #44b4a6;
}
.commercial-site .btn-outline-orange:focus,
.commercial-site .btn-outline-aqua:focus,
.commercial-site .btn-outline-gold:focus {
  color: #fff;
  background-color: #44b4a6 !important;
  border-color: #44b4a6 !important;
  box-shadow: none !important;
}
.commercial-site .btn-outline-orange:focus:active,
.commercial-site .btn-outline-aqua:focus:active,
.commercial-site .btn-outline-gold:focus:active {
  box-shadow: none;
}

.broker-hub .btn-orange,
.broker-hub .btn-aqua,
.broker-hub .btn-gold {
  background-color: #a58b3f !important;
  border-color: #a58b3f !important;
  color: #fff !important;
}
.broker-hub .btn-orange:hover,
.broker-hub .btn-aqua:hover,
.broker-hub .btn-gold:hover {
  background-color: rgba(165, 139, 63, 0.9) !important;
  border-color: #a58b3f !important;
  color: #fff;
}
.broker-hub .btn-orange:focus,
.broker-hub .btn-aqua:focus,
.broker-hub .btn-gold:focus {
  background-color: #a58b3f;
  border-color: #a58b3f;
  color: #fff;
}
.broker-hub .btn-orange:hover, .broker-hub .btn-orange:focus,
.broker-hub .btn-aqua:hover,
.broker-hub .btn-aqua:focus,
.broker-hub .btn-gold:hover,
.broker-hub .btn-gold:focus {
  background-color: #a58b3f;
  border-color: #a58b3f;
  outline: 0;
  box-shadow: none;
}

.broker-hub .btn-outline-orange,
.broker-hub .btn-outline-aqua,
.broker-hub .btn-outline-gold {
  color: #a58b3f;
  border-color: #a58b3f;
  border-width: 2px;
}
.broker-hub .btn-outline-orange:hover, .broker-hub .btn-outline-orange:active,
.broker-hub .btn-outline-aqua:hover,
.broker-hub .btn-outline-aqua:active,
.broker-hub .btn-outline-gold:hover,
.broker-hub .btn-outline-gold:active {
  color: #fff;
  background-color: #a58b3f;
  border-color: #a58b3f;
}
.broker-hub .btn-outline-orange:focus,
.broker-hub .btn-outline-aqua:focus,
.broker-hub .btn-outline-gold:focus {
  color: #fff;
  background-color: #a58b3f !important;
  border-color: #a58b3f !important;
  box-shadow: none !important;
}
.broker-hub .btn-outline-orange:focus:active,
.broker-hub .btn-outline-aqua:focus:active,
.broker-hub .btn-outline-gold:focus:active {
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */