@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'Helvetica-Now-Display';
    font-style: normal;
    font-display: swap;
    src: url(../fonts/HelveticaNowDisplay-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Helvetica-Now-Display';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(../fonts/HelveticaNowDisplay-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Helvetica-Now-Display';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/HelveticaNowDisplay-Bold.ttf) format('truetype');
}


html , body {
    font-family: "Helvetica-Now-Display";
}
.font-helvetica{
    font-family: "Helvetica-Now-Display";
}
.swiper-custom-pagination .swiper-pagination-bullet{
    background: #C9F3F4;
    opacity: 1;
  }
  .swiper-custom-pagination .swiper-pagination-bullet-active{
    background: #06748C;
  }
.custom__container{
    width: 1360px;
    max-width: 100%;
}

/* For WebKit-based browsers (Chrome, Safari) */
.custom-scroll::-webkit-scrollbar-track {
    background-color: #AAEDED;
    border-radius: 999px;
}

.custom-scroll::-webkit-scrollbar {
    height: 6px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #28A3AF;
    border-radius: 999px;
}
/* .custom-scroll {
    scrollbar-width: thin; 
    scrollbar-color: #28A3AF #AAEDED; 
} */
/* For other browsers (fallback) */
.custom-scroll {
    overflow: auto;
}

.text-neutral-900{
    color: #1A1446 !important;
}
.product-overview-pdp iframe{
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 16px;
}

.get-insured-sec iframe{
    width: 100%;
    height: 100%;
    min-height: 366px;
    border-radius: 16px;
}

.outer-get-insured-div img{
 width: 100%;
 object-fit: cover;
}

.text-neutral-800{
    color: #29254F !important;
}

p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


section.header {
    border-radius: 32px;
    box-shadow: 0px 10px 20px 0px #06748C29;
}


#main-content{
    min-height: 36vh;
}


.footer--inner-small-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}


/* Homepage CSS */
.dropdown-toggle.active svg, .dropdown-toggle.active img{
    transform: rotate(180deg);
}

.tabs-section .tab:not(.active) svg{
  display: none;
}

@media(min-width:1024px){
    .flex.icons-text-heading {
        width: 15%;
        flex: 1.5;
    }
    .flex.icons-text-card {
        width: unset;
        flex: 1;
        /* justify-content: space-between; */
        padding: 0px 2px;
        text-align: center;
    }
}

.heading-section-award {
    padding: 0px 30px;
}

.heading-section-award::before{
    content: "";
    background: url(/sites/default/files/images/left_leaf.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.heading-section-award::after{
    content: "";
    background: url(/sites/default/files/images/right_leaf.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* support - locate us page map starts */
#map {
    width: 100%;
    height: 100%;
  }
/* support - locate us page map ends */
/* Select Start */
select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
  }
  /* For IE10 */
  select::-ms-expand {
    display: none;
  }
/* Select End */
/* Custom Radio Start */
.fe-custom-radio{
    input:checked + label > span > span{
        background: #06748C;
    }
}
/* Custom Radio End */
.word-break{
    word-break: break-word;
}

.img-radial-bg{
    background: radial-gradient(76.34% 176.84% at 57.03% 18.64%, #FFF3CF 0%, #FFE89A 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }


/* Feedback drawer CSS  */

/* Drawer transition */
.drawer-hidden {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}
.drawer-visible {
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}

#feedbackTrigger{
    float: right;
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}

#feedbackDrawer::-webkit-scrollbar-track {
    background-color: #AAEDED;
    border-radius: 999px;
}

#feedbackDrawer::-webkit-scrollbar {
    width: 1px;
}

#feedbackDrawer::-webkit-scrollbar-thumb {
    background: #28A3AF;
    border-radius: 999px;
}

#feedbackDrawer input[type='radio']:checked + img {
    background: #C9F3F4;
}

.stroke-dasharray-2{stroke-dasharray: 4px;}

@media (max-height: 640px) {
    #feedbackDrawer{
        bottom: 0;
        top: unset;
    } 
}
@media(max-width: 600px){
  .product-overview-pdp iframe{
    min-height: 200px !important;
    border-radius: 12px;
  }

  .get-insured-sec iframe{
      min-height: 200px !important;
      border-radius: 12px;
  }
}

/* .custom-checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  } */

.custom-scroll-bar::-webkit-scrollbar-track {
    background-color: #AAEDED;
    border-radius: 999px;
}

.custom-scroll-bar::-webkit-scrollbar {
    width: 0px;
    display: none;
}

.custom-scroll-bar::-webkit-scrollbar-thumb {
    background: #28A3AF;
    border-radius: 999px;
}

.small-scroll-bar::-webkit-scrollbar-track {
    background-color: #DCDFDF;
    border-radius: 999px;
    margin: 10px 0;
  }
  .small-scroll-bar::-webkit-scrollbar {
    width: 8px;
  }
  .small-scroll-bar::-webkit-scrollbar-thumb {
    background: #9B9B9B;
    border-radius: 999px;
  }
  .small-scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

/* buy now popup overlay class main */

main#main-content.popup-open::after {
    content: '';
    background: #000000B2;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 48;
}

/* Slide-in animation from right to left */
/* Slide-in animation from right */
@keyframes slideInFromRight {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }

/* Slide-in animation from right */
@keyframes slideInFromRight {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
  
  /* buy now box initial hidden state */
  [data-drawer] {
    animation: none; 
    transition: none; 
  }

  #buy_drawer {
    transform: translateX(100%);
    animation: slideInFromRight 0.5s ease-in-out forwards;
    transition: transform 0.5s ease-in-out;
  }
  
  .translate-x-full {
    transform: translateX(100%);
  }
  
  .translate-x-0 {
    transform: translateX(0);
  }

 /* Default State */
form:not(.search-form) input.border {
    border-color: #B3CCD1; 
    /* border-color: #1A1446;  */
    outline: none;
    transition: all 0.3s ease-in-out;
    border-width: 1px !important;
}

.blog-ns form input.border {
    border-color: #B3CCD1; 
    outline: none;
}

form.search-form input.border{
  outline: none;
  transition: all 0.3s ease-in-out;
  border-width: 1px !important;
}
  
  /* Hover State */
  form input.border:hover {
    border-color: #78E1E1; 
    background: #C9F3F4;
  }
  
  /* Focus (Active) State */
  form input.border:focus {
    border-color: #78E1E1;
    color: #1A1446 !important;
    background: #FFF !important;
    border-width: 1px !important;
  }
  
  /* Disabled State */
  form input.border:disabled {
    background-color: #F0F0F0;
    border-color: #1C1B1F;
    cursor: not-allowed;
    opacity: 0.4;
  }
/* Default checkbox style */
input[type="checkbox"], input.custom_radio[type="radio"] {
    appearance: none;
    width: 21px;
    height: 21px;
    /* border: 2px solid #06748C; */
    border: 1.5px solid #B3CCD1;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    flex-shrink: 0;
  }
  /* Checked state */
  input[type="checkbox"]:checked, input.custom_radio[type="radio"]:checked {
    background-color: #06748C;
    border-color: #06748C;
    position: relative;
  }
  input[type="checkbox"]:checked:hover, input.custom_radio[type="radio"]:checked:hover {
    background-color: #228F9B !important;
    border-color: #06748C !important;
    position: relative !important;
  }
  input[type="checkbox"]:hover, input.custom_radio[type="radio"]:hover {
    background-color: #C9F3F4 !important;
  }
  /* Custom checkmark */
  input[type="checkbox"]:checked::before, input.custom_radio[type="radio"]:checked:before {
    content: "✓";
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 3px;
    top: -3px;
    font-family: 'Roboto', serif !important;
  }

  #locate-us-map{
    height: 720px;
    width: 100%;
    border-radius: 16px;
  }

/* Custom Scrollbar for campagign detail page*/
.custom-scrollbar-cd::-webkit-scrollbar {
    height: 4px; /* thickness */
    border-radius: 8px; /* Rounded edges */
    background: #e5e5e5; 
  }
  .custom-scrollbar-cd::-webkit-scrollbar-track {
    padding-top: 10px; /* Adds space at the top */
    margin-top: 10px;
}
  
  .custom-scrollbar-cd::-webkit-scrollbar-thumb {
    background: #727272; /* Scrollbar*/
    border-radius: 8px; 
  }
  
  .custom-scrollbar-cd::-webkit-scrollbar-thumb:hover {
    background: #7e7c7c;
  }

  .bod-box-shadow{
    box-shadow: 0px 10px 20px 0px rgba(6, 116, 140, 0.16), 0px 15px 30px -10px rgba(6, 116, 140, 0.08) !important;
  }
  
  .custom-scrollbar-cd {
    user-select: none;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
}
.bl-custom-scroll{
  user-select: none;
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
}

/* Blank Page Template */
.content-page-template :where(h2,h3,h4,h5,h6){
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 110%;
}
.content-page-template :where(h2){
  font-size: 2rem;
}
.content-page-template :where(h3){
  font-size: 1.5rem;
}
.content-page-template :where(h4){
  font-size: 1.225rem;
}
.content-page-template :where(h5){
  font-size: 1.175rem;
}
.content-page-template :where(h6){
  font-size: 1rem;
}
.content-page-template hr{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.content-page-template :where(p,ol,ul,table,div,blockquote,hr) + :where(h2,h3,h4,h5,h6){
  margin-top: 2.5rem;
}
.content-page-template :where(p,blockquote){
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 130%;
}
.content-page-template :where(img){
  max-width: 100%;
  height: auto;
}
.content-page-template :where(a){
  color: #06748c;
  text-decoration: underline;
}
.content-page-template :where(a:hover){
  color: #28a3af;
}
.content-page-template :where(p) + :where(p,ul,ol,table,div,blockquote){
  margin-top: -1rem;
}
.content-page-template :where(ul,ol){
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.content-page-template :where(li) :where(ul,ol){
  margin-bottom: 0;
}
.content-page-template :where(ul){
  list-style-type: disc;
}
.content-page-template :where(ol){
  list-style-type: decimal;
}
.content-page-template :where(ol.list-lower-alpha),
.content-page-template :where(ol[type="l"]){
  list-style-type: lower-alpha;
}
.content-page-template :where(ol.list-upper-alpha),
.content-page-template :where(ol[type="u"]){
  list-style-type: upper-alpha;
}
.content-page-template :where(ul) :where(li),
.content-page-template :where(ol) :where(li){
  margin-bottom: .5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.content-page-template :where(table){
  width: 100%;
  min-width: max-content;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 130%;
}
.content-page-template :where(table) :where(tr) :where(th),
.content-page-template :where(table) :where(thead) :where(tr) :where(th),
.content-page-template :where(table) :where(tr) :where(td),
.content-page-template :where(table) :where(tbody) :where(tr) :where(td){
  max-width: 360px;
  padding: 0.5rem 1rem;
  border-bottom: solid 1px #e5e7eb;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.content-page-template :where(table) :where(tr:last-child) :where(td),
.content-page-template :where(table) :where(tbody) :where(tr:last-child) :where(td){
  border-bottom: none;
}
.content-page-template :where(table) :where(tr) :where(th),
.content-page-template :where(table) :where(thead) :where(tr) :where(th){
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  font-weight: 600;
}
.content-page-template :where(blockquote){
  padding: 1rem 1.25rem;
  border-left: solid 8px #DDD;
  background: rgba(0, 0, 0, .03);
  font-style: italic;
}
.content-page-template :where(code){
  display: inline-block;
  padding: 1px 5px;
  font-size: inherit;
  line-height: inherit;
  background-color: #E9E9E9;
}

@media only screen and (min-width: 1024px) {
  .content-page-template :where(h2){
    font-size: 1.75rem;
  }
  .content-page-template :where(h3){
    font-size: 1.5rem;
  }
  .content-page-template :where(h4){
    font-size: 1.25rem;
  }
  .content-page-template :where(h5){
    font-size: 1.175rem;
  }
  .content-page-template :where(h6){
    font-size: 1.125rem;
  }
  .content-page-template :where(p),
  .content-page-template :where(table){
    font-size: 1rem;
  }
  .content-page-template :where(ul,ol) :where(li){
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .content-page-template :where(table) :where(tr) :where(th),
  .content-page-template :where(table) :where(thead) :where(tr) :where(th),
  .content-page-template :where(table) :where(tr) :where(td),
  .content-page-template :where(table) :where(tbody) :where(tr) :where(td){
    padding: 0.75rem 1.5rem;
  }
}

/* .content-page-template :where(:last-child){
  margin-bottom: 0;
} */

/* Corporate Landing Page Hero Section Cards */
@media (min-width: 1024px) {
  .corp-card{
    flex: 0 0 calc((100% - (4 * 1rem)) / 5);
  }
  /* Only allow growth when less than 5 items */
  .corp-card:nth-last-child(-n+5):first-child,
  .corp-card:nth-last-child(-n+5):first-child ~ .corp-card {
    flex: 1 1 0;
  }
  .corp-card:nth-child(5n){
    margin-right: auto;
  }
  .corp-card:nth-child(5n+1){
    margin-left: auto;
  }
  .corp-card:last-child{
    margin-right: auto;
  }
}
@media (min-width: 1150px) {
  .corp-card{
    flex: 0 0 calc((100% - (4 * 2.5rem)) / 5);
  }
}
@media (min-width: 1280px) {
  .corp-card{
    flex: 0 0 calc((100% - (4 * 3.5rem)) / 5);
  }
}


  #block-libertygrmeast-primary-local-tasks ul {
    list-style-type: none;  
    margin: 35px;
    
  }
  #block-libertygrmeast-primary-local-tasks ul li {
    display: inline-block;  
  }
  #block-libertygrmeast-primary-local-tasks ul li a {
    padding: 5px 10px;
   border-top : 1px solid  #cacfdb;
   border-left : 1px solid  #cacfdb;
   border-right : 1px solid  #cacfdb;
   margin-right :2px;
  text-decoration : none;
  color :#fff;
  background : #1A1446; 
  }