@media screen and (max-width: 767px) {
.btn-left .button-wrapper .button.blue-btn {
    padding: .25rem 2.75rem 0.25rem 3rem;
}
.btn-left .button-wrapper .button {
    justify-content: left;
}
}
.modal-generic {
     z-index: 2600;
}
 .modal-generic .modal-dialog {
     max-width: 85%;
     margin-left: auto;
     margin-right: auto;
}
 .modal-body {
     padding: 0 1rem 2rem 1rem;
}
 .modal-body {
     color: #000;
}
 .modal-generic .modal-content {
     border-radius: 0;
}
 .modal-generic .modal-body {
     padding: 40px 20px;
}
 @media screen and (min-width: 768px) {
     .modal-generic .modal-body {
         padding: 70px 50px;
    }
}
 .modal-generic .modal-header, .modal-generic .modal-footer {
     border: 0;
     padding: 0;
}
 .modal-body {
     border-bottom: 10px solid #c70064;
}
 .modal-header {
     border: none;
     padding-bottom: 0;
}
 .modal-close .icon-close::before {
     content: "\f00d";
     font-family: "Font Awesome 5 Pro";
     display: block;
     width: 15px;
     height: 14px;
     color: #7a7a7a;
     font-size: 22px;
}
 .modal-footer {
     display: none;
}
 .modal-generic .modal-header .btn-close {
     position: absolute;
     right: 10px;
     top: 10px;
     z-index: 5;
}
 @media screen and (min-width: 768px) {
     .modal-generic .modal-header .btn-close {
         right: 20px;
         top: 20px;
    }
}
 .modal-backdrop {
     z-index: 999;
}
/* modal-popup */
.modal-pop-btn {
  display: grid !important;
  grid-template-columns: 1fr !important;
  row-gap: 1rem;
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}
.modal-pop-btn .button {
  padding: 10px 15px;
  border: none;
  background-color: #b80066;
  color: white;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  min-height: 3.25rem;
  padding: 18px 54px 15px 14px;
}
.modal-pop-btn .button:after {
  color: #b90066 !important;
}
.modal-pop-btn .button:after {
    content: "\f061";
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.5rem;
    position: absolute;
    right: 9px;
    top: 50%;
    background-color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-weight: 400;
    transform: translateY(-50%) rotate(0deg) !important;
}
.modal-dialog{
  max-width: 80% !important;
  margin: 1.75rem auto;
  text-align:center;
}
@media screen and (min-width: 767px) {
  .modal-pop-btn {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 3rem;
    margin: 0 auto;
    margin-top: 20px;
  }
}
 .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1040;
    display: none;
  }
  
  .modal--generic {
    z-index: 1050;
  }
@media screen and (max-width: 767px) {
.buttons-pannel .button-wrapper .button.blue-btn {
justify-content:space-between;
padding-left: 3rem;
}
}
.meet-team-img img {
width : 80px !important;
height : 80px !important;
}
@media (max-width: 768px) {
.col5 .card {
  display: grid;
  gap :16px;
  grid-template-columns : 30% 1fr
}
.card {
  display: flex;
  margin-bottom : 32px !important;
  gap: 20px; /* optional spacing */
}
.card-img {
  align-self: flex-start;
}
}
@media (max-width: 768px) {
.col5 .card .card-body div p{
  text-align:left;
}
}
@media (max-width: 768px) {
  .col5 .card .card-body {
    padding-top: 0 !important
  }
}
 header .container .row1 top-navigation>ul li:nth-child(2) a::after {
     display: none;
}
header .container .row1 top-navigation>ul li:last-child a
 {
    pointer-events: auto;
}
header .container .row1 top-navigation>ul {
margin: 0 auto;
 padding: 12px 0;
}
@media (min-width: 768px) {
header .container .row1 top-navigation>ul {
margin: 0 ;
 padding:  0;
}
}
hero-banner.hero-banner .banner-wrapper,
hero-banner.elfabrio-top-banner .banner-wrapper {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% 22% !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -32px;
  left: 0;
  right: 0;
  margin-top: 92px !important;
}
@media (min-width: 768px) {
  hero-banner.hero-banner .banner-wrapper,
  hero-banner.elfabrio-top-banner .banner-wrapper {
    background-size: 100% 28% !important;
    margin-top: 48px !important;
  }
}
@media (min-width: 992px) {
  hero-banner.hero-banner .banner-wrapper,
  hero-banner.elfabrio-top-banner .banner-wrapper {
    background-size: 51% 80% !important;
    margin-top: 92px !important;
    max-width: 85% !important;
  }
}
@media screen and (max-width:576px) {
hero-banner.elfabrio-top-banner,
	hero-banner.hero-banner {
		padding-top: 16.5rem
	}
}
@media (max-width:992px){
  hero-banner.hero-banner .content-selector-wrapper, hero-banner.elfabrio-top-banner .content-selector-wrapper{
  box-shadow: 0 0 20px 0px #fff, -40px 0 30px 18px #fff, 40px 0 30px 18px #fff;
        margin-top: 65px;
}
}
.image-caption-one {
	text-align: start !important;
	color: #000 !important;
	margin-bottom: 9px !important;
  font-size: 13px;
}
@media (min-width:575px) {
	.image-caption-one {
		text-align: start !important;
		color: #000 !important;
		margin-bottom: 10px !important
	}
}
@media (min-width:1024px) {
	.image-caption-one {
		color: #000 !important;
		text-align: end !important;
		max-width: 100% !important;
		margin-bottom: 15px !important;
		font-size: 16px;
	}
}
@media (max-width:767px) {
 .vertical-center-text{
     display: flex;
     align-items: center;
     height: 90px;
 }
}
.bg-vivid-orange
{
 font-size: 18px;
background-color:#F99D1C !important;
}