h1, h2, h3 {
    margin: 0 0 20px!important;
    color: #38b6ff;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
}

h1 {
	font-size: 250%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 150%;
}

h3.small-h3 {
    font-size: 115%;
    text-transform: uppercase;
    opacity: 0.75;
}

.br-10 {
	border-radius: 10px;
}

.fs-125 {
	font-size: 110%;
}

.complaint a {
	color: #38b6ff;
}

.complaint a:hover {
	color: #8dc5e5;
}

section {
	padding: 60px 0;
}

section p:last-child {
	margin-bottom: 0;
}

section.qmt-blue {
	background: url("assets/img/bg-1.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
}

section.qmt-blue h2 {
	color: #fff;
	font-size: 200%;
}

section.light-blue {
	background: #37b6ff;
    padding: 30px 0;
	color: #fff;
}

section.light-blue h1 {
	color: #fff;
}

section.light-blue h2 {
	color: #fff;
	font-size: 200%;
}

section.blue {
    background: #3533cd;
    color: #fff;
    background-image: linear-gradient(to right, #000000, #3533cd);
}

section.blue h2 {
	color: #fff;
}

section.grey-bg {
	background: #f9f9f9;
	padding-top: 150px!important;
	padding-bottom: 30px;
}

section.blog {
	background: #152a83;
	color: #fff;
    background-image: linear-gradient(to right, #010f29, #152882);
	padding: 120px 0 80px;
}

section.blog h1 {
	font-size: 300%;
	color: #fff;
}

section.broker {
	background: #152a83;
	color: #fff;
    background-image: linear-gradient(to right, #010f29, #152882);
	padding: 150px 0 100px;
}

section.broker h1 {
	font-size: 250%;
	color: #fff;
}

section.broker h2 {
	font-size: 200%;
	color: #fff;
}

section.broker a {
	color: #fff;
}

section.broker a:hover {
	color: #fff;
	text-decoration: underline;
}

section.broker-text {
	padding: 40px 0;
}

section.broker-text h2 {
	font-size: 200%;
}

.travel-insurance {
    position: fixed;
    right: -2px;
    top: 40%;
    text-align: center;
    padding: 10px;
    background: #fff;
    border-radius: 10px 0 0 10px;
    border: 3px solid #233565;
    font-weight: bold;
    color: #233565;
    z-index: 999;
}

.travel-insurance:hover p {
	margin-right: 5px;
	transition: .2s;
}

.travel-insurance:hover img {
	margin-right: 5px;
	transition: .2s;
}

.travel-insurance img {
	width: 50px;
	padding: 10px 0;
	transition: .2s;
}

.travel-insurance p {
	margin: 0;
	transition: .2s;
}

.travel-insurance a {
	color: #233565;
}

.travel-insurance p.new {
	margin-bottom: 5px;
	color: #e2001a;
}

.travel-insurance-mobile {
	position: fixed;
	top: 63%; /* Adjust as needed */
	right: -95px;
	z-index: 1100;
}

.travel-insurance-mobile .vertical-text {
	display: inline-flex;
	background-color: #fff;
	border: 3px solid #233565;
	padding: 12px;
	transform: rotate(-90deg);
	border-radius: 10px 10px 0 0;
}

.travel-insurance-mobile img {
    width: 25px;
    margin-right: 10px;
}

.travel-insurance-mobile .vertical-text p {
	margin: 0;
	color: #233565;
	font-weight: bold;
}

.travel-insurance-mobile .vertical-text p span {
	margin-right: 4px;
	color: #e2001a;
}

#cmplz-manage-consent .cmplz-manage-consent {
	left: 10px!important;
	right: unset!important;
}

.hsfc-Step .hsfc-Step__Content {
	padding: 0!important;
}

.hs-form {
  --hsf-background__padding: 0px !important;
}

.hsfc-Step .hsfc-Step__Content {
	padding: 0!important;
}

.navbar.partner-nav {
	position: unset;
}

.navbar.partner-nav .logo {
	width: 250px;
}

section.go-shorty {
    background-image: linear-gradient(to right, #000000, #3533cd);
    padding: 150px 0 100px;
}

section.go-shorty h1 {
    font-size: 30px!important;
}

section.gradient {
    background-image: linear-gradient(to right, #000000, #3533cd);
    padding: 60px 0;
	color: #fff;
}

section.gradient.top-section {
	padding: 175px 0 125px;
}

section.gradient h1 {
    font-size: 335%;
    text-shadow: 0 2px 10px #000;
	color: #fff;
}

section.gradient h1 strong {
    color: #38b6ff;
	font-weight: 400;
}

section.gradient .small-h3 {
    color: #fff;
}

section.hero-section {
	background-image: url(assets/img/hgv-insurance-slide.jpg);
	background-size: 100%;
	padding: 80px 0;
	background-position: bottom;
}

section.new-partner {
	background-image: linear-gradient(to right, #000000, #3533cd);
	padding-top: 100px;
}

section.new-partner h1, 
section.new-partner h2, 
section.new-partner h3 {
	font-family: "Poppins", sans-serif;
	color: #38b6ff;
}

section.new-partner h1 {
	font-size: 250%!important;
}

section.new-partner fieldset {
    max-width: 100%;
    margin-bottom: 10px;
}

section.new-partner input, 
section.new-partner select {
    width: 100%!important;
    background: #fff;
    border-radius: 5px;
    padding: 8px 10px;
    color: #444;
	border-width: 0;
}

section.new-partner select {
    padding: 8px 10px;
}

section.new-partner ul {
    margin: 10px 0 0;
    color: #fff;
    padding: 0;
}

section.new-partner ul li {
    list-style: none;
}

section.new-partner ::-webkit-input-placeholder {
	color: #444;
}

section.new-partner-white ul {
    margin: 10px 0 0;
    padding: 0;
}

section.new-partner-white ul li {
    list-style: none;
}

section.new-partner-white ::-webkit-input-placeholder {
	color: #444;
}

section.new-partner p {
	color: #fff;
	margin-bottom: 20px;
}

section.new-partner h2.form-h {
	margin-top: 40px!important;
    margin-bottom: -20px !important;
}

section.new-partner label span {
    color: #fff;
    margin: 10px 0 !important;
    display: inline-block;
    font-size: 110%;
}

section.new-partner div.actions {
	float: right;
}

section.new-partner input.primary {
    white-space: pre-wrap;
    background: #38b6ff;
    border: none;
    width: unset !important;
    padding: 15px 30px;
    min-width: 150px;
    color: #fff;
}

section.new-partner div.hs-richtext {
	margin-top: 10px;
}

section.new-partner div.hs-richtext p {
	margin-bottom: 10px;
}

div.partner-logos img {
    height: 60px !important;
    background: #fff;
    padding: 8px;
    border-radius: 5px;
}

div.partner-logos img,
img.one-sure {
    height: 60px !important;
    background: #fff;
    padding: 8px;
    border-radius: 5px;
}

.call-us-on a {
    color: #666;
    font-weight: bold;
    font-size: 110%;
}

/* Go.Compare Styling */

.goco-nav {
	border-top: 1px solid #133c14;
	border-bottom: 1px solid #133c14;
	padding: 15px!important;
}

.goco-nav .call-us-on a {
	font-size: 100%!important;
}

.goco-nav .qmt.logo {
	width: 200px!important;
}

.goco-beige-bg {
    background: #fff7ee;
    color: #000;
}

.goco-beige-bg h2 {
    color: #143c14;
	font-weight: bold;
}

.goco-beige-bg h3 {
    color: #143c14;
	font-weight: bold;
}

.goco-yellow-bg {
    background: #fff091;
    color: #462350;
    padding: 50px 0;
}

.goco-light-green-bg {
    background: #eef3cb;
    color: #133c14;
    padding: 50px 0;
}

body.page-template-HGV-go-compare,
body.page-template-fleet-go-compare {
	background: #fff7ee!important;
}

@media screen and (max-width: 992px) {
    .page-template-HGV-go-compare .call-banner,
	.page-template-fleet-go-compare .call-banner {
        background: #fff7ee;
        text-align: center;
        font-weight: bold;
        font-size: 125%;
        border-bottom: 1px solid #133c14;
        border-top: none;
    }
	
    .page-template-fleet-go-compare .call-banner a {
		color: #143c14;
    }
	
    .page-template-HGV-go-compare .call-banner a {
		color: #143c14;
    }

	.goco-beige-bg ul.tick li {
		font-size: 95%;
	}

	.goco-beige-bg ul.tick li:before {
		margin-right: 5px!important;
	}
}

.goco-yellow-bg h1,
.goco-yellow-bg h2 {
    color: #143c14;
	font-weight: bold;
}

.goco-light-green-bg h1,
.goco-light-green-bg h2 {
    color: #133c14;
	font-weight: bold;
}

.goco-yellow-bg ul.tick,
.goco-light-green-bg ul.tick {
	list-style: none;
    margin-left: 0px;
}

.goco-yellow-bg ul.tick ul,
.goco-light-green-bg ul.tick ul {
	list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.goco-yellow-bg ul.tick li,
.goco-light-green-bg ul.tick li {
	font-size: 95%;
}

.goco-yellow-bg ul.tick li:before,
.goco-light-green-bg ul.tick li:before {
	content: '✓';
	margin-right: 5px;
	font-size: 150%;
	color: #143c14;
}

.goco-yellow-bg .core-products {
	color: #000;
}

.goco-light-green-bg .core-products {
	color: #000;
	background: #fff7ee;
}

.goco-yellow-bg .core-products h3,
.goco-light-green-bg .core-products h3 {
    color: #143c14;
	font-weight: bold;
}

.goco-yellow-bg .core-products li,
.goco-light-green-bg .core-products li {
	color: #000;
}

.goco-beige-bg ul.tick li:before {
    content: '✓';
    margin-right: 15px;
    font-size: 150%;
    color: #143c14;
}

/* Confused Styling */

.confused-nav {
	background: #1f1f1f;
	border-bottom: 1px solid #fff;
}

.confused-nav .call-us-on a {
	font-size: 100%!important;
	color: #fff!important;
}

.confused-nav .qmt.logo {
	width: 210px!important;
}

.confused-dark-blue-bg {
    background: #58aae0;
    color: #1f1f1f;
}

.confused-dark-blue-bg h1,
.confused-dark-blue-bg h2,
.confused-dark-blue-bg h3,
.confused-light-blue-bg h2,
.confused-white-bg h2 {
    color: #1f1f1f;
	font-weight: bold;
}

.confused-light-blue-bg h3 {
    color: #1f1f1f;
}

.confused-light-blue-bg {
    background: #8ac4e9;
    color: #1f1f1f;
    padding: 50px 0;
}

.confused-white-bg {
    background: #fff;
    color: #1f1f1f;
    padding: 50px 0;
}

body.page-template-fleet-confused {
	background: #1f1f1f!important;
}

@media only screen and (max-width: 768px) {
	.confused-light-blue-bg {
		padding: 25px 0;
	}
}

@media screen and (max-width: 992px) {
    .page-template-fleet-confused .call-banner {
        background: #1f1f1f;
        text-align: center;
        font-weight: bold;
        font-size: 125%;
        border-bottom: 1px solid #fff;
        border-top: none;
    }
    .page-template-fleet-confused .call-banner a {
		color: #fff;
    }

	.confused-light-blue-bg ul.tick li {
		font-size: 95%;
	}

	.confused-light-blue-bg ul.tick li:before {
		margin-right: 5px!important;
	}
}

.confused-light-blue-bg ul.tick {
	list-style: none;
    margin-left: 0px;
}

.confused-light-blue-bg ul.tick ul {
	list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.confused-light-blue-bg ul.tick li {
	font-size: 95%;
}

.confused-light-blue-bg ul.tick li:before {
	content: '✓';
	margin-right: 5px;
	font-size: 150%;
	color: #1f1f1f;
}

.confused-white-bg .core-products {
	color: #212121;
}

.confused-white-bg .core-products {
	color: #212121;
	background: #8ac4e9;
}

.confused-white-bg .core-products h3 {
    color: #212121;
	font-weight: bold;
}

.confused-white-bg .core-products li {
	color: #000;
}

.confused-white-bg .core-products ul {
	padding: 0;
	margin-left: 0;
    margin-bottom: 0;
}

.confused-white-bg ul.tick li {
    border-bottom: 1px solid #6ba4c8;
}

.confused-white-bg ul.tick li:before {
	color: #1f1f1f;
}

.hs-form-html {
	padding: 25px;
	background: #8ac4e9;
}

.page {
	margin: 0!important;
}

.text-right {
	text-align: right;
}

.top-banner {
    background: #002d45;
    padding: 8px 15px;
    color: #fff;
}

.top-banner a {
    color: #fff;
}

.blue-text {
	color: #005ecf;
}

.dark-blue-text {
	color: #152a83;
}

.br-20 {
	border-radius: 20px;
}

/* NAVIGATION */

.navbar {
	z-index: 999;
	width: 100%;
    padding: 20px;
}

.navbar .logo {
    width: 250px;
    transition: all 0.3s;
}

.pages nav {
    position: fixed;
	z-index: 999;
	width: 100%;
    padding: 30px;
    background: #526351;
}

.nav-link {
    color: #000 !important;
    padding: 10px;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    transition: .2s;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
}

.nav-link:hover {
    color: #222;
    transition: .2s;
}

.dropdown-menu {
	padding: 10px 15px 15px;
    background: #fff;
    width: 100%;
    box-shadow: 0px 10px 10px -3px #555;
    border: 0;
    margin-top: 10px!important;
    min-width: fit-content;
}

.dropdown-menu a {
    color: #005ecf;
    font-size: 100%;
    font-family: "Chau Philomene One", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #002d4530;
    padding: 8px 0;
	transition: .2s;
}

.dropdown-menu a:hover {
	background: #fff;
	color: #3085ea;
	transition: .2s;
}

.dropdown-item.active, .dropdown-item:active {
    color: #233565;
    background-color: unset;
}

.dropdown-menu.wide-nav {
	column-count: 3;
	column-gap: 20px;
}

@media (min-width: 992px) {
    .dropdown-menu.wide-nav {
        width: 400px;
        column-count: 3;
        column-gap: 20px;
    }
}

@media (max-width: 991px) {
    .dropdown-menu.wide-nav {
        width: auto;
        column-count: 1;
    }
}

/* CAROUSEL */
.carousel-caption {
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translate(0, -40%);
    bottom: unset;
    padding-top: unset;
    padding-bottom: unset;
}

body.home .carousel-caption {
    transform: translate(0%, -60%);
}

.carousel-caption h1 {
	color: #fff;
    font-size: 350%;
	text-transform: uppercase;
    text-shadow: 0 2px 10px #000;
}

.carousel-caption h1 strong {
    color: #38b6ff;
    font-weight: 500;
}

.carousel-caption h2 {
	color: #fff;
	font-size: 250%;
}

.carousel-caption p {
    width: 60%;
    margin: 0 auto 20px;
}

/* MEGA MENU */

.mega-parent {
    position: static !important;
}

.mega-parent .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: none !important;
    margin-top: 1px !important;
    background: #fff;
    border-radius: 0;
    border-bottom: 1px solid #152a83;
    padding: 50px 100px;
    display: none !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease;
}

.mega-parent .dropdown-menu.show {
    display: block !important;
    visibility: visible;
    opacity: 1;
}

/* Link styling */
.mega-parent .dropdown-menu a {
    color: #233566;
    padding: 0 0 12px;
    border-bottom: none;
}

/* WRAPPER that holds all sections */
.mega-sections-wrapper {
    display: flex;
    gap: 80px; /* spacing between sections */
}

/* Each major group (Business Insurance, Industry Specific) */
.mega-section {
    flex: 1 1 auto;
}

/* Section heading */
.mega-heading {
    font-size: 150%;
    color: #38b6ff;
    font-family: "Poppins", sans-serif;
    margin: 0 0 20px;
}

/* Wrapper inside each section that holds columns */
.mega-wrapper {
    display: block;
}

li#menu-item-18232 .mega-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 20px 60px;
}

/* One column of links */
.mega-col li {
    list-style: none;
}

/* END MEGA MENU */

/* BUTTONS */
header .btn-primary {
    margin-left: .7rem;
    font-size: 100%;
    padding: 10px;
}

header .btn-primary .nav-link {
    padding: 0;
	margin: 0;
	color: #fff!important;
}

.btn-primary, 
.btn-secondary, 
.btn-light-blue, 
.btn-green,  
.btn-yellow,  
.btn-purple {
	border-radius: 5px;
    padding: 10px 25px;
    border: none;
    font-family: "Chau Philomene One", sans-serif;
	color: #fff!important;
	letter-spacing: 1px;
	display: inline-block;
	transition: .3s;
}

.btn-primary {
    background: #38b6ff;
}

a.btn-primary:hover {
	background: #005ecf;
	opacity: 0.8;
	transition: .3s;
}

.btn-light-blue {
	background: #03a9f4;
}

a.btn-light-blue:hover {
	background: #03a9f4;
	opacity: 0.8;
	transition: .3s;
}

.btn-secondary {
	background: #233565;
}

a.btn-secondary:hover {
	background: #233565;
	opacity: 0.8;
	transition: .2s;
}

.btn-green {
	background: #4caf50;
}

.btn-green:hover {
	background: #4caf50;
	opacity: 0.8;
	transition: .2s;
}

.btn-yellow {
	background: #fbc02d;
}

.btn-yellow:hover {
	background: #fbc02d;
	opacity: 0.8;
	transition: .2s;
}

.btn-purple {
	background: #8c239f;
}

.btn-purple:hover {
	background: #8c239f;
	opacity: 0.8;
	transition: .2s;
}

.btn-panel {
    border-radius: 5px;
    padding: 7px 20px;
    border: none;
    font-family: "Chau Philomene One", sans-serif;
    color: #fff !important;
    letter-spacing: 1px;
    display: inline-block;
    transition: .2s;
    background: #37b6ff;
}

.btn i {
	font-size: 14px;
	transition: .3s;
}

.btn:hover i {
	transform: translateX(5px);
	transition: .3s;
	color: #fff;
}

/* MAIN */
section.floating-panels {
	margin-top: -100px;
	padding-top: 0;
	position: relative;
	text-align: center;
}

.icon-bg {
    display: inline-block;
    background: #233565;
    border-radius: 50%;
    margin-bottom: 20px;
	transition: .2s;
}

.icon-bg img {
    margin: 0!important;
    padding: 20px;
    width: 100px;
}

.floating-panels #business-insurance:hover .icon-bg, 
.floating-panels #business-insurance:hover .btn-panel {
	background: #03a9f4;
	transition: .2s;
}

.floating-panels #fleet-insurance:hover .icon-bg, 
.floating-panels #fleet-insurance:hover .btn-panel {
	background: #03a9f4;
	transition: .2s;
}

.floating-panels #motor-trade-insurance:hover .icon-bg, 
.floating-panels #motor-trade-insurance:hover .btn-panel {
	background: #03a9f4;
	transition: .2s;
}

.floating-panels #drive-school-insurance:hover .icon-bg, 
.floating-panels #drive-school-insurance:hover .btn-panel {
	background: #03a9f4;
	transition: .2s;
}

.floating-panels #hgv-insurance:hover .icon-bg, 
.floating-panels #hgv-insurance:hover .btn-panel {
	background: #03a9f4;
	transition: .2s;
}

section.floating-panels img {
    width: 85px;
    margin-bottom: 25px;
}

section.floating-panels h2 {
	color: #000!important;
	font-size: 125%;
	margin-bottom: 25px!important;
}

section.floating-panels .panel {
	padding: 25px 20px;
	background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 10px;
}

div.img-div-insurance-papers {
	background: url("assets/img/insurance-papers.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-drive-school {
	background: url("assets/img/drive-school-new-2.png");
    background-size: cover;
    background-position: center;
}

div.img-div-motor-trade {
	background: url("assets/img/motor-trade-new.png");
    background-size: cover;
    background-position: center;
}

div.img-div-fleet-1 {
	background: url("assets/img/fleet-3.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-fleet-2 {
	background: url("assets/img/fleet-4.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-fleet-3 {
	background: url("assets/img/fleet-5.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-business-1 {
	background: url("assets/img/business-insurance-new-2.png");
    background-size: cover;
    background-position: center;
}

div.img-div-business-2 {
	background: url("assets/img/business-insurance-new-4.png");
    background-size: cover;
    background-position: center;
}

div.img-div-business-3 {
	background: url("assets/img/business-insurance-new-3.png");
    background-size: cover;
    background-position: center;
}

div.img-div-content {
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

ul.tick {
	list-style: none;
    margin-left: 0px;
}

ul.tick li:before {
	content: '✓';
	margin-right: 15px;
	font-size: 150%;
	color: #03a9f4;
}

.columns-2 {
	column-count: 2;
}

.page-template-new-insurance-template .img-div-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.page-template-new-insurance-template .img-div-content ul li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.page-template-new-insurance-template .img-div-content ul li:before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 150%;
    color: #03a9f4;
    line-height: 1.5;
}

.blue-tick ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.blue-tick ul li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-top: 5px;
}

.blue-tick ul li:before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 150%;
    color: #03a9f4;
    line-height: 1.5;
}

div.service {
	min-height: 400px;
	border-radius: 10px;
	position: relative;
    background-size: cover;
}

div.service h3 {
    font-size: 125%;
    color: #fff;
    opacity: 1;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 10px auto !important;
}

.glide__slide .service {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px; /* Adjust height as needed */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    overflow: hidden; /* Ensures overlay is contained */
}

/* Add the overlay effect */
.glide__slide .service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 42, 131, 0.4);
    z-index: 1;
}

.glide__slide .service h3 {
    z-index: 2;
}

img.partnership {
    width: 400px;
    margin-bottom: 25px;
}

img.partnership2 {
    height: 35px;
}

.page-template-partners2 .navbar {
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .33);
}

.page-template-partners2 .navbar .logo {
    width: 300px;
}

img.partners-icon {
    width: 50px;
    margin: 0 auto 60px;
    display: block;
}

.glide * {
  margin: 0;
}

.glide img {
	width: 200px;
}

.services button, .services input[type="button"],.services input[type="reset"],.services input[type="submit"] {
    border: unset!important;
    border-color: unset!important;
    border-radius: unset!important;
    background: unset!important;
    color: unset!important;
    line-height: unset!important;
    padding: unset!important;
    width: 75px;
    margin-top: 25px!important;
}

div.benefits {
	padding: 15px;
	background: #f9f9f9;
	box-shadow: 0 0 5px 0 #ddd;
	border-radius: 10px;
	margin-bottom: 25px;
	text-align: center;
    color: #404040;
}

div.benefits h3 {
    font-size: 120%;
}

.accordion-header {
    margin-bottom: 0 !important;
    font-size: 120% !important;
}

.accordion-button:not(.collapsed) {
    color: #173383;
}

.accordion-body {
    color: #173383;
}

.page-numbers {
    background: #152a83;
    color: #fff;
    border-radius: 3px;
    margin: 0 5px;
    padding: 2px 10px;
}

.page-numbers:hover{
    background: #445098;
    color: #fff;
}

#map {
    width: 100%;
    height: -webkit-fill-available;
    min-height: 525px;
    border-radius: 20px;
}

.office .content {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 20px;
    margin-top: 20px;
}

.office .content p {
	font-size: 110%;
}

.call-now {
	display: none;
}

.call-team {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-size: 120%;
    text-shadow: 0 0 5px #000;
	margin-bottom: 0;
}

.navbar-scrolled .call-team {
    color: #152a83;
    text-shadow: unset;
}

div.partners2 ul {
	margin-left: 10px;
	padding-left: 10px;
}

div.partners2 li {
	padding: 10px 0;
	margin-left: 10px;
	list-style: none;
	display: flex;
	align-items: center;
}

div.partners2 li:before {
	content: "\f14a"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	font-size: 200%;
	color: #4caf50;
	margin-right: 10px;
	line-height: 1;
}

.page-id-14492 .call-team {
	display: none;
}

.wp-block-list {
    margin-left: 0;
}

.blog-page h2.post-title {
	font-size: 150%;
}

.blog-page h2.post-title a {
	color: #152a83;
}

.blog-page h2.post-title a:hover {
	color: #005ecf;
}

.broker-social-icons i {
    color: #fff;
    background: #233565;
    padding: 15px;
    border-radius: 30px;
    width: 45px;
    height: 45px;
	margin: 5px;
}

.broker-social-icons i:hover {
    background: #005ecf;
}

.partner-product {
    background: #07072d;
    border: 2px solid #444;
    padding: 30px;
	color: #fff;
}

.page-template-go-shorty .partner-product ul {
	list-style: none;
    margin-left: 0px;
	column-count: 2;
	column-gap: 2rem;
	list-style-position: inside;
}

.page-template-go-shorty .partner-product ul li:before {
	content: '✓';
	margin-right: 15px;
	font-size: 150%;
	color: #03a9f4;
}

.core-products {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 20px;
}

.core-products p {
	color: #404040!important;
}

.core-products h3 {
	font-size: 125%;
}

.core-products li {
	color: #404040;
    display: flex;
    align-items: center;
    min-height: 70px;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 40px;
}

.core-products li:before {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px; /* Adjust width for alignment */
    height: 100%; /* Ensures full height */
}

.goshorty-form input[type="text"], .goshorty-form input[type="email"], .goshorty-form input[type="url"], .goshorty-form input[type="password"], .goshorty-form input[type="search"], .goshorty-form input[type="number"], .goshorty-form input[type="tel"], .goshorty-form input[type="range"], .goshorty-form input[type="date"], .goshorty-form input[type="month"], .goshorty-form input[type="week"], .goshorty-form input[type="time"], .goshorty-form input[type="datetime"], .goshorty-form input[type="datetime-local"], .goshorty-form input[type="color"], .goshorty-form textarea {
    padding: 15px!important;
    width: 100%;
    margin-bottom: 20px;
}

.goshorty-form label {
	width: 100%;
}

.goshorty-form label br {
	display: none;
}

.goshorty-form button, .goshorty-form input[type="button"], .goshorty-form input[type="reset"], .goshorty-form input[type="submit"] {
    border-radius: 5px!important;
    padding: 15px 30px!important;
    border: none!important;
    font-family: "Chau Philomene One", sans-serif;
    color: #fff !important;
    letter-spacing: 1px;
    display: inline-block;
    transition: .3s;
    background: #38b6ff!important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: unset !important;
    margin: 20px 0 !important;
    color: #fff!important;
    padding: 10px!important;
    display: inline-block!important;
    border: none!important;
    border: 2px solid #6bc36d !important;
    background: #6bc36d!important;
    border-radius: 5px;
}

.goshorty-form p {
    font-size: 120%;
    color: #fff;
}

.sp-easy-accordion>.sp-ea-single>.ea-header a {
    color: #152a83!important;
}

.sp-ea-single>.ea-header a .ea-expand-icon {
    color: #37b6ff!important;
}

h3.ea-header {
	margin-bottom: 0!important;
}

.ea-body ul {
    margin-left: 10px;
}

.ea-load-more {
  margin: 16px 0 0;
  padding: 10px 16px;
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
}

.ea-load-more:focus {
	outline: 2px solid #2b6cb0; outline-offset: 2px;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 17px!important;
    padding: 10px!important;
}

.sp-easy-accordion>.sp-ea-single {
    border-radius: 0!important;
	background: #fff!important;
    border: unset !important;
    border-bottom: 1px solid #ddd !important;
}

.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon {
    height: 60px;
}

.hero-section h1 {
	font-size: 250%;
}

.page-template-insurance-page-sections-template h2 {
	font-size: 240%;
}

table.do-i-need thead {
	background: #38b6ff;
	color: #fff;
}

table.do-i-need thead th {
    font-weight: unset;
    font-size: 115%;
    font-family: "Poppins", sans-serif;
}

table.do-i-need tr td:first-child {
  font-family: "Poppins", sans-serif;
  color: #38b6ff;
}

table.do-i-need thead th.main {
	width: 35%;
}

.table-container {
border-radius: 15px;
overflow: hidden;
border: 1px solid #ddd;
}

.table.do-i-need th, .table.do-i-need td {
    border-left: unset !important;
    border-right: unset !important;
    padding: 15px;
}

.table-bordered>:not(caption)>* {
    border-width: 0;
    border-bottom: 1px solid #ddd;
}

table.do-i-need tr:last-child {
    border-bottom: 0!important;
}

.page-id-18093 div.form-background,
.page-id-18157 div.form-background,
.page-id-18388 div.form-background {
	padding: 30px 30px 15px;
}

div.form-background {
    background: #fff;
	border-radius: 20px;
}

div.form-background p.please-note {
    padding-bottom: 0 !important;
    padding: 40px;
    margin-bottom: 0;
    color: #404040;
}

.jump-to-section {
    background: #03a9f4;
	color: #fff;
	padding: 40px 0;
}

.jump-to-section h2 {
	font-size: 200%;
	color: #fff;
}

.jump-to-section a {
    text-decoration: underline;
	color: #fff;
    transition: .3s;
}

.accordion-item:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.accordion-button {
    font-size: 100%;
	color: #38b6ff !important;
}

div.vehicle-type {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
	color: #404040;
	margin-bottom: 20px;
}

div.vehicle-type h3 {
    font-size: 110%;
    margin-bottom: 0 !important;
	text-align: center;
}

.conditional-field .wpcf7-list-item {
	margin-left: 0;
	margin-top: 20px;
}

/* Style the radio labels as buttons */
.conditional-field .wpcf7-list-item label {
	display: inline-block;
    padding: 25px;
    min-width: 220px;
	text-align: center;
	color: #3ab5fc;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-right: 1em;
	cursor: pointer;
}

/* Hide the native radios */
.conditional-field .wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Selected state */
.conditional-field .wpcf7-list-item label:has(input:checked) {
    background: #eee;
    border-color: #eee;
}

/* icons (set your real image URLs) */
.conditional-field .wpcf7-list-item:nth-child(1) label span::before {
	content: "";
    width: 30px;
    height: 30px;
    background: url(assets/img/add-car.png) no-repeat center / contain;
    display: inline-block;
    margin-right: 10px;
}

/* Make each radio label a flex container */
.conditional-field .wpcf7-list-item label span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	line-height: 1;
}

.conditional-field .wpcf7-list-item:nth-child(2) label span::before {
	content: "";
    width: 30px;
    height: 30px;
	background: url('assets/img/remove-car.png') no-repeat center / contain;
	display: inline-block;
    margin-right: 10px;
	flex-shrink: 0;
}

input.btn-primary {
	border-radius: 5px!important;
    padding: 10px 25px!important;
    border: none!important;
    font-family: "Chau Philomene One", sans-serif;
	color: #fff!important;
	letter-spacing: 1px;
	display: inline-block;
	transition: .3s;
	background: #38b6ff!important;
	margin-top: 20px;
}

.mid-form input[type="text"], 
.mid-form input[type="email"] {
    border: 1px solid #38b6ff!important;
    border-radius: 5px!important;
    padding: 7px 10px!important;
    width: 80%!important;
}

.mid-form textarea {
    border: 1px solid #38b6ff!important;
    border-radius: 5px!important;
    padding: 10px!important;
}

.mid-form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #38b6ff;
  border-radius: 3px;
  cursor: pointer;
}

.mid-form input[type="radio"]:checked {
  background-color: #38b6ff;
  border-color: #38b6ff;
}

/* MICRO SITE */

section.micro-site-top {
	padding-top: 150px;
}

section.micro-site h1 {
	font-size: 150%;
    color: #152a83;
}

section.micro-site-top h1 {
	font-size: 150%;
    color: #152a83;
}

section.micro-site h2 {
	font-size: 250%;
}

.page-template-travel-insurance-page h3.small-h3,
.page-template-micro-site-page h3.small-h3 {
    font-size: 150%;
    color: #152a83;
    text-transform: unset;
    opacity: 1;
}

.page-template-travel-insurance-page .container-fluid,
.page-template-micro-site-page .container-fluid {
    padding-right: var(--bs-gutter-x, 4rem);
    padding-left: var(--bs-gutter-x, 4rem);
}

.page-template-travel-insurance-page .nav-link {
	color: #152a83!important;
}

.micro-site-row {
	background: #f1f1f1;
	border-radius: 10px;
}

.micro-site-row img {
	border-radius: 0 10px 10px 0!important;
}

.grey-bg {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 20px;
}

.extend-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div.accordion .card {
    border-radius: 20px;
    margin-bottom: 10px;
}

div.accordion h3 {
    margin-bottom: 0 !important;
    font-size: 95%;
    position: absolute;
    left: 20px;
    right: 0;
}

div.accordion-button {
    border-radius: 20px;
	box-shadow: none;
    padding: 25px !important;
    position: relative;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

.card-body p {
	color: #404040!important;
}

.modal-dialog {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) !important;
    max-width: unset !important;
    left: 0;
    right: 0;
    width: 50%;
	margin: 0 auto;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: unset!important;
    width: 100%;
}

.cyber-essentials img {
	width: 50%;
}

div.grecaptcha-badge {
	z-index: 999;
}

/* HERO */

.hero-box {
    position: relative;
    height: 450px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
	border: 1px solid #fff;
}

/* Overlay layer */
.hero-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004aad;       /* overlay colour */
    opacity: 0.50;             /* transparency (0–1) */
    z-index: 1;
}

/* Content above overlay */
.hero-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.hero-content h2 {
	color: #fff;
}

.hero-box.business {
	background: url("assets/img/home-business-insurance.jpg");
	background-size: cover;
    padding: 40px 0;
	border-left: unset;
}

.hero-box.fleet {
	background: url("assets/img/home-fleet-insurance.jpg");
	background-size: cover;
    padding: 40px 0;
	border-right: unset;
}

.hero-box.drive-school {
	background: url("assets/img/home-drive-school-insurance.jpg");
	background-size: cover;
    padding: 40px 0;
	border-left: unset;
	border-bottom: unset;
    height: 400px;
	background-position: center;
}

.hero-box.hgv {
	background: url("assets/img/home-hgv-insurance.jpg");
	background-size: cover;
    padding: 40px 0;
	border-bottom: unset;
    height: 400px;
	background-position: center;
}

.hero-box.travel {
	background: url("assets/img/home-travel-insurance.jpg");
	background-size: cover;
    padding: 40px 0;
	border-right: unset;
	border-bottom: unset;
    height: 400px;
	background-position: center;
}

/* BROKER PAGE */

.broker-card-wrapper {
	min-height: 100vh;
	background: linear-gradient(to right, #000000, #3533cd);
}

.card-flip {
	perspective: 1200px;
}

.card-inner {
	position: relative;
	min-height: 580px;
	transition: transform 0.8s ease;
	transform-style: preserve-3d;
}

.card-flip.is-flipped .card-inner {
	transform: rotateY(180deg);
}

.card-face {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	border-radius: 1.25rem;
	overflow: hidden;
}

.card-back {
	transform: rotateY(180deg);
	background: #f8f9fa;
	padding: 0;
	overflow-y: auto;
}

.card-header-bg {
	background: linear-gradient(to right, #000000, #3533cd);
	height: 160px;
	position: relative;
}

.business-logo {
	width: 50%;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-top: 1.25rem;
}

.avatar-wrap {
	position: absolute;
	left: 50%;
	bottom: -48px;
	transform: translateX(-50%);
}

.contact-avatar {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #ffffff;
	background: #ffffff;
}

.card-front-content {
	padding-top: 64px;
}

.contact-icons {
	display: flex;
}

.contact-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid #38b6ff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #38b6ff;
	font-size: 14px;
	transition: all 0.25s ease;
	text-decoration: none;
}

.contact-icon:hover {
	background: #38b6ff;
	color: #ffffff;
}


@media screen and (max-width: 992px){

	section.micro-site-top, 
	section.micro-site {
		padding: 30px 0!important;
	}

	section.micro-site h1 {
        font-size: 130% !important;
	}

	section.micro-site h2 {
        font-size: 175% !important;
	}

	.grey-bg {
		background: #fff;
		padding: 0px;
		border-radius: unset;
	}
	
	.micro-site-row {
		margin: 0;
        padding-top: 30px;
	}

	.micro-site-row img {
	    border-radius: 0 0 10px 10px!important;
	}
	
	.page-template-travel-insurance-page .container-fluid,
	.page-template-micro-site-page .container-fluid {
		padding-right: var(--bs-gutter-x, 20px);
		padding-left: var(--bs-gutter-x, 20px);
	}
	
	div.accordion h3 {
		width: 90%;
        font-size: 100%;
		margin-bottom: unset!important;
		text-align: left;
		position: unset;
		left: unset;
		right: unset;
	}
	
	.card-body p {
		text-align: left!important;
	}

	.modal-dialog {
		width: 95%;
        bottom: 0;
        top: 37%;
	}
	
	.mp-0 {
		padding-top: 0;
	}
	
	.mp-60 {
		padding-top: 60px;
	}
	
	.micro-site-btn {
		font-size: 125%;
		margin-top: 20px;
	}
	
	.micro-site-btn i {
   		font-size: 16px;
	}

	.extend-img {
		width: 100%;
		height: unset;
		object-fit: unset;
	}

	section.light-blue h1 {
		font-size: 160%!important;
	}
}

/* FOOTER */

footer {
    background: #152a83;
	color: #fff;
    padding: 50px 0 30px;
    background-image: linear-gradient(to right, #000000, #3533cd);
}

footer h3 {
	color: #fff;
	font-size: 125%;
}

footer hr {
    height: 1px;
    background-color: #fff;
    opacity: 1;
}

.map-footer {
	width: 100%;
	min-height: 300px;
}

.page-template-motor-trade-insurance-go-compare .map-footer {
	display: none;
}

.page-template-contact-us .map-footer {
	display: none;
}

footer p {
	margin-bottom: 10px;
}

footer a {
	color: #fff!important;
	transition: .2s;
}

footer a:hover {
    color: #4fcaf3!important;
	text-decoration: none;
	transition: .2s;
}

div.copyright {
    border-top: 1px solid;
    margin-top: 20px;
    padding-top: 20px;
}

div.copyright .text-right {
	text-align: center;
}

.grey-a {
	color: #404040;
}

.social-icon {
    width: 20px;
    margin-top: 10px;
}

/* ANIMATION */

@keyframes floatInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.float-left-animate {
  opacity: 0;
  animation-fill-mode: forwards;
}

.float-left-animate-1 {
  animation: floatInLeft 1s ease-out 0s forwards;
}

.float-left-animate-2 {
  animation: floatInLeft 1s ease-out 0.5s forwards;
}

.float-left-animate-3 {
  animation: floatInLeft 1s ease-out 1s forwards;
}

.float-left-animate-4 {
  animation: floatInLeft 1s ease-out 1.5s forwards;
}

.float-left-animate-5 {
  animation: floatInLeft 1s ease-out 2s forwards;
}

.float-left-animate-6 {
  animation: floatInLeft 1s ease-out 2.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-element {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s, transform 0.6s;
}

.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}

/* MEDIA QUERIES */

@media only screen and (max-width: 768px) {
	.row>* {
		padding-right: 5%;
		padding-left: 5%;
	}

	h1 {
		font-size: 200%!important;

	}

	h2 {
		font-size: 165%;
	}

	h3 {
		font-size: 130%;
	}
	
	section.broker-text h2 {
		font-size: 125%!important;
	}
	
	.navbar-nav {
		text-align: center;
		padding-top: 40px;
		margin-bottom: 0;
	}

	.nav-link {
        font-size: 110%;
        margin-bottom: 25px;
		color: #152a83!important;
	}
	
	ul.dropdown-menu {
		font-size: 100%;
		text-align: center;
		border: none;
		padding: 0;
    	box-shadow: unset;
	}
	
	ul.dropdown-menu li {
		font-size: 100%;
        padding: unset;
	}
	
	ul.dropdown-menu li a {
		border-bottom: unset;
		padding: 0;
		margin-bottom: 15px;
        font-family: "Lato", sans-serif;
        font-size: 120%;
        letter-spacing: 0px;
	}
	
	.mega-heading {
		font-size: 120%;
	}
	
	.mega-parent .dropdown-menu {
		column-count: 1;
		padding: 0;
		border-bottom: unset;
	}
	
	header .btn-primary {
		margin-left: unset;
		font-size: 100%;
		display: table;
		margin: 0 auto 25px;
	}
	
	.logo-wrap {
		position: relative;
		width: 100%;
	}

	.main-section {
		text-align: center;
	}

	section.qmt-blue {
        background: url(assets/img/bg-1.jpg);
		background-attachment: unset;
		background-size: 100%;
		padding: 50px 0;
	}

	section.qmt-blue h2 {
		font-size: 175%;
	}
	
	section p:last-child {
		margin-bottom: 1.5em;
	}
	
	div.img-div-content {
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem);
	}

	ul.tick {
		padding-left: 0!important;
	}

	ul.tick li {
		margin-bottom: 10px;
	}
	
	.page-template-new-insurance-template .img-div-content ul {
		padding-left: 0!important;
	}
	
	.page-template-new-insurance-template .img-div-content ul li {
		margin-left: 10px;
	}

	.map-footer {
		width: 100%;
		min-height: 250px;
	}

	table.do-i-need thead th.main {
		width: 30%;
	}
	
	.page-template-insurance-page-sections-template h2 {
		font-size: 200%;
	}
	
	.accordion-header {
		font-size: 110% !important;
	}
	
	table.do-i-need thead th {
		font-size: 105%;
	}
	
	footer {
		text-align: center;
	}
	
	footer img {
		width: 70%;
	}
	
	footer h3 {
		margin: 30px 0 10px!important;
	}
	
	section.floating-panels {
		margin-top: -50px;
	}

	section.floating-panels .panel {
		margin-bottom: 30px;
	}
	
	.no-pt {
		padding-top: 0;
	}
	
	.carousel-caption {
		width: 90%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.carousel-caption h1 {
		font-size: 150%!important;
	}

	.carousel-caption p {
		display: none;
	}
	
	.carousel-caption .btn-primary, .carousel-caption .btn-secondary {
		padding: 8px 20px;
	}

	.btn-primary, 
	.btn-secondary, 
	.btn-green,  
	.btn-yellow,  
	.btn-purple {
		padding: 8px 20px;
	}

	#map {
		min-height: unset;
		height: 450px;
	}

	.office .content {
		padding: 20px;
		background: #f1f1f1;
		border-radius: 20px;
		margin-top: 20px;
	}

	.call-now {
		display: block;
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 67px;
	}
	
	.page-template-partners2 section {
		padding-top: 60px!important;
	}
	
	.page-template-partners2 .logo {
		margin: 0 auto!important;
		padding: 10px 0;
        display: block;
	}

	section.blog {
		padding: 30px 0;
	}

	.blog-page div.blog-post {
		text-align: center;
	}

	.cyber-essentials {
		text-align: center;
	}

	.cyber-essentials h2 {
		font-size: 140%!important;
	}

	.cyber-essentials img {
		margin: 0 auto;
		display: block;
		width: 40%;
	}
}

@media screen and (max-width: 992px){

	.navbar {
        padding: 5px 0;
        position: unset;
        justify-content: unset;
        background: #526350;
	}
	
	.navbar-light .navbar-toggler {
		border: none;
	}
	
	.navbar-light .navbar-toggler-icon {
		background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
	}
	
	.navbar-toggler {
   		padding: 20px 12px;
		z-index: 999;
	}

	.navbar-nav {
		margin-top: 0;
	}
	
	.logo-mobile {
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 60%;
        top: 50%;
        transform: translate(0, -50%);
		transition: all .3s;
	}

	.pages nav {
		padding: 15px 10px;
		transition: all .3s;
	}
	
	.pages .navbar-scrolled {
		padding: 5px 10px!important;
		transition: all .3s;
	}
	
	.navbar-scrolled .logo-mobile {
		width: 115px;
		transition: all .3s;
	}
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: var(--bs-gutter-x, 1rem);
		padding-left: var(--bs-gutter-x, 1rem);
	}

	.navbar {
		background: #fff !important;
	}
	
	section#my-treatments {
		padding-top: 10px;
	}

	.team {
		width: 75%;
	}
	
	.text-center-m {
		text-align: center;
	}
	
	.navbar.partner-nav {
		padding: 15px 0;
	}
	
	.navbar.partner-nav .row>* {
		padding: 0 15px;
	}

	section.new-partner {
		padding-top: 60px;
	}

	section.hero-section {
		padding-top: 60px;
        background-position: right!important;
	}
	
	.call-banner {
		background: #07072d;
		text-align: center;
		font-weight: bold;
		font-size: 125%;
		border-top: 2px solid #444444;
		border-bottom: 2px solid #444444;
	}
	
	.call-banner a {
		color: #fff;
	}
	
	section.gradient {
		padding: 60px 0;
	}
	
	section.gradient.top-section {
		padding: 60px 0;
	}

	.call-us-on {
		display: none;
	}

	/* WRAPPER that holds all sections */
	.mega-sections-wrapper {
		display: unset;
		gap: unset; /* spacing between sections */
	}
	
	li#menu-item-18232 .mega-wrapper {
		display: unset;
	}

}