@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


:root {
    --primaryColor: #fa64b5;
    --secondaryColor: #880049;
    --bgColor: #fff;
    --navColor: #fcb557;
    --helplineColor: #f8f9fa;
    --form-controlColor: var(--secondaryColor);
    --transition: 300ms ease-out;
    --btn-hover: #0b5ed7;
    --nav-textColor: #ffffff;
}

body {
    font-family: "Open Sans", sans-serif;
    background: var(--bgColor);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: var(--secondaryColor);
} 

a {
    text-decoration: none;
}
.logo{
    width: 8em;
}
.nav-cancel{
    color: #fff !important;
    font-weight: 800;
    background: var(--primaryColor);
    padding: 15px;
    transition:var(--transition);
}

.nav-cancel:hover{
  background: var(--secondaryColor);
}

.helpline {
    background: var(--helplineColor);
}
.help-icon{
    font-size: 16px;
    text-align: left !important;
}
.help-icon i{
    color: var(--primaryColor);
    padding-right: 5px;
}
.header_nav {
    border-top: solid 1px #e9eef2;
    z-index: 2;
}
.header_nav_inner {
    width: 100%;
}
.header_nav_container {
    z-index: 1;
    background: var(--navColor);
}
.main_nav ul li {
    display: inline-block !important;
    position: relative;
    height: 100%;
}
.main_nav {
    height: 100%;
}

.main_nav ul {
  margin:0;
}
.main_nav ul li:not(:last-child) {
    margin-right: 26px;
}
.main_nav ul li a {
    display: block;
    position: relative;
    height: 100%;
    line-height: 82px;
    font-size: 16px;
    font-weight: 500;
    color: var(--nav-textColor) !important;
    padding-left: 11px;
    padding-right: 8px;
    z-index: 1;
}

.contact-details{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 2.14;
    margin-top: 4px;
}
.main-button{
    display: block;
    position: relative;
    line-height: 52px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    z-index: 1;
    background-color: var(--primaryColor);
    text-align: center;
    width: 200px;
}
.body-btn{
    margin: 0 auto;
}
.main-button:hover{
    background-color: var(--secondaryColor);
    color: #fff;
}
.hero_buttons{
    margin-top: 55px;
}
.hero-header-subtext {
    border-top: 1px solid #e8e8e8;
}
.site-sections{
    text-align: center;
}
.descriptionOne {
    font-size: 20px;
    color: #000000;
}
.descriptionTwo {
    font-size: 20px;
    color:#e9e9e9;
}
.intro_item{
    background: #f3f7f9;
    margin-bottom: 48px;
    background: #f3f7f9;
    transition: 0.3s;
}
.intro_item:hover{
    background: linear-gradient(to right, #facc7e, #ecae32) !important;
}
.intro_image {
    width: 100%;
}
.intro_image img {
    width: 100%;
}
.intro_body {
    padding: 25px;
}
.intro_title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #4c4c4c;
    text-align: center;
    z-index: 1;
}
.intro_item:hover .intro_title{
    color: #fff;
}
.header-primary{
    color: var(--primaryColor);
    font-weight: bold;
    font-size: 24px;
}
.section-two-img{
    width: 100%;
}
.product-item-2 .product-title-wrap {
    position: relative;
    z-index: 2;
}

.product-item-2 .number {
    font-size: 20px;
    font-weight: 900;
    color: var(--secondaryColor);
}

.btn.btn-black {
    background: var(--primaryColor);
    color: #fff;
    font-size: 22px;
    padding: 10px 40px;
}
.bg-dark{
    background-image: url(assets/img/background1440pGS.jpg?rev={{revnumber}});
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
    padding: 5rem 10px;
}
.bg-dark .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .8;
    background: #000000;
}
.header-secondary{
    font-size: 36px;
    font-weight: 700;
    color: var(--primaryColor);
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
}

.desc-secondary{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
    font-weight: 600;
}
.desc-tertiary{
    font-size: 14px;
    color: var(--secondaryColor);
    line-height: 1.2;
    font-weight: 600;
}
.img-section{
    max-width: 800px;
}
.img-section img{
    width: 100%;
    margin-bottom: 30px;
}
.footerBackground {
    background: linear-gradient(180deg, var(--secondaryColor) 0%, rgba(0, 0, 0, 1) 20%);
}
.footer-wrapper {
    padding-top: 4.25em;
    border-top: 1.5px solid var(--secondaryColor);
}
footer .nav-link{
    font-size: 16px;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
    text-transform: uppercase;
}

#botmanWidgetRoot > div {
  min-width:115px !important;
}

#botmanWidgetRoot > div > div > .mobile-closed-message-avatar ~ div {
  left:37px !important;
}

.c-disclaimer {
  padding: 0.75em;
}

