

body{
	font-size: 1.1rem;
	font-family: 'Quicksand', sans-serif;
}

h5 {
	font-size: 1.2rem;
}

h2{
	font-family: 'Caveat' !important;
	text-transform: unset !important;
	font-size: 40px;
}

.caveat{
	font-family: 'Caveat' !important;
}

.h3-cav{
	font-size: 40px;
}

.heading-block h1{
	font-family: 'Caveat' !important;
	text-transform: unset;
	font-size: 50px;
	font-weight: 900;
}

.heading-block h2{
	font-size: 50px;
	font-weight: 900;
}

.header-h1{
	font-size: 56px;
}

.btn{
	font-family: 'Lato', sans-serif !important;
}

#footer p{
	font-size: 1rem;
}

.footer-text{
	font-size: 1rem;
}

.primary-color{
	color: #17235c !important;
}

.primary-bg{
	background-color: #17235c;
}

.secondary-color{
	color: #c4407b !important;
}

.secondary-bg{
	background-color: #c4407b;
}

.heading-block::after {
	color: #17235c;
}

.primary-footer-link{
	color: #fff;
}

.primary-footer-link:hover{
	color: #c4407b !important;
}

a {
	color: #c4407b;
}

a:hover {
	color: #892a55;
}

.btn-primary{
	background-color: #c4407b;
	color: #fff;
	border: solid 2px #c4407b;
	font-weight: 900;
	text-transform: uppercase;
	padding: 12px;
	opacity: 1 !important;
}

.btn-primary:hover{
	background-color: #9c3061;
	color: #fff;
	border: solid 2px #9c3061;
	font-weight: 900;
}



.btn-blue{
	background-color: #17235c;
	color: #fff;
	border: solid 2px #fff;
	font-weight: 900;
}

.btn-blue:hover{
	background-color: #0f173d;
	color: #fff;
	border: solid 2px #fff ;
	font-weight: 900;
}

.btn-w-outline{
	border: solid 2px #fff;
}

.btn-w-outline:hover{
	border: solid 2px #fff;
}


.btn-secondary{
	background-color: #fff;
	color: #17235c;
	border: solid 2px #17235c;
	font-weight: 900;
	text-transform: uppercase;
	padding: 12px;
	opacity: 1 !important;
}

.btn-secondary:hover{
	background-color: #17235c;
	color: #fff;
	border: solid 2px #17235c;
	font-weight: 900;
}

.btn-transparent{
	background-color: transparent;
	border: solid 2px #fff;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	padding: 12px;
	opacity: 1 !important;
}

.btn-transparent:hover{
	background-color: #17235c;
	border: solid 2px #17235c;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	text-shadow: 0px 0px 0px #000;
}

.btn-dark-pink {
	background-color: #b9185e;
	color: #fff;
}

.btn-dark-pink:hover {
	background-color: #5a0c2e;
	color: #fff;
}

.slider-input{
	height: 56px;
}

.dark #header-wrap {
    background-color: #17235c;
}

#header{
	 background-color: #17235c;
}

#header-wrap {
    background-color: #17235c;
    z-index: 99999;
}

.sticky-header #header-wrap{
	 background-color: #17235c;
}

.menu-link{
	color: #fff;
}

.menu-link:hover{
	color: #c4407b;
}

a:hover{
	color: #c4407b;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: #c4407b;
}

::selection {
    background: #c4407b;
    color: #FFF;
    text-shadow: none;
}

.full-header #logo {
    border-right: 0px solid #EEE;
    transition: 1s;
}

body:not(.top-search-open) .top-search-parent #logo{
	margin-left: 0px;
	margin-right: auto;
}

.full-header .primary-menu .menu-container {
    border-right: 0px solid #EEE;
}

.header-misc{
	align-items: end;
	margin-left: auto;
}

.svg-trigger path {
    stroke: #fff;
}

.svg-trigger{
	width: 60px;
	height: 60px;
}

.slider-content{
	margin-top: 180px;
}

.slider-caption{
	position: relative;
	max-width: 100%;
}

.slider-caption h2 {
    font-size: 40px;
    text-shadow: 1px 1px 1px #444 !important;
}

.slider-caption p {
    font-size: 22px;
    font-weight: 700;
    text-shadow: 1px 1px 8px #444 !important;
}

.slider-caption ul li{
	font-size: 20px;
	font-weight: 700;
	text-shadow: 1px 1px 8px #444;
}

.slider-caption ul{
	padding-left: 24px;
}

#gotoTop:hover {
    background-color: #c4407b;
}

.slider-form{
	position: relative;
	max-width: 100%;
	background-color: rgba(23, 35, 92, 0.8);
	padding: 15px 25px;
}

.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark) {
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255,255,255,0.15);
}

.dark .form-control:not(.not-dark):active{
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
}

.dark .form-control:not(.not-dark):focus{
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
}

.recently-sold{
	display: block;
	background: rgba(153, 166, 230, 0.5);
	margin-top: -160px;
	z-index: 1;
	position: relative;
}

.property-box{
	background-color: #fff;
	opacity: 1;
}

.swiper_wrapper{
	z-index: 0;
}

.min-vh-80 {
    min-height: 80vh !important;
}

.count-text{
	font-size: 30px;
}

.counter{
	font-size: 70px;
}

.banner-text{
	font-size: 26px;
	color: #fff;
}

.norm-ul{
	padding-left: 20px;
}

.norm-ul li{
	font-size: 1.1rem;
}

.toggle {
    padding: 18px 30px;
    margin-bottom: 0;
    background-color: rgba(255,255,255, 1);
    border: 1px solid rgb(23, 35, 92, 0.2);
    transition: background-color .2s ease;
}

.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

.dark .toggle-header, .dark .accordion-header {
    color: #EEE;
}

.toggle-header, .accordion-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    cursor: pointer;
    color: #444;
    font-size: 1rem;
    font-weight: 700;
}

.toggle-icon, .accordion-icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 5px;
    text-align: center;
}

.toggle-title, .accordion-title {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 5px;
}

.toggle-content, .accordion-content {
    display: none;
    position: relative;
    padding: 0.75rem 0;
}

#logo img{
	width: auto;
	height: 60px !important;
	max-width: 300px;
	max-height: 60px;
}

abbr{
	text-decoration: none !important;
}

.text-shadow-h2{
	text-shadow: 1px 1px 10px #444;
}

#contact{
	position: relative;
	top: -70px;
}

.contact-banner-bg{
	background-color: #c4407b; /* For browsers that do not support gradients */
  	background-image: linear-gradient(to bottom, #c4407b, #17235c);
}

.contact-banner-bg2{
	background-color: #c4407b; /* For browsers that do not support gradients */
  	background-image: linear-gradient(to bottom, #c4407b, #752448);
}

.swiper-slide-bg{
	background-position:center; 
	background-attachment:scroll; 
	-o-background-size:auto; 
	-moz-background-size:auto; 
	-webkit-background-size:auto; 
	background-size:auto; 
	background-repeat:no-repeat;
}

.slide-bg-1{
	background-image: url('../images/home_slide3.jpg');
}

.slide-bg-2{
	background-image: url('../images/home_slide1.jpg');
}

.slide-bg-3{
	background-image: url('../images/home_slide2.jpg');
}

.slider-element{
	height: 900px;
	min-height: 900px !important;
	display: block !important;
	visibility: visible !important;
	position: relative !important;
	width: 100% !important;
	overflow: hidden !important;
}

/* Critical: Ensure slider is visible without JS */
#slider {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: 900px !important;
	min-height: 900px !important;
}

#slider .slider-inner {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 900px !important;
	display: block !important;
	visibility: visible !important;
}

#slider .swiper-container,
#slider .swiper-wrapper {
	height: 100% !important;
	min-height: 900px !important;
	width: 100% !important;
	display: block !important;
}

#slider .swiper-slide {
	display: block !important;
	visibility: visible !important;
	height: 100% !important;
	min-height: 900px !important;
	width: 100% !important;
}

#slider .swiper-slide:not(:first-child) {
	display: none !important;
}

.swiper-slide-bg {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 900px !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	display: block !important;
	visibility: visible !important;
}

#faq{
	position: relative;
	top: -60px;
}

.widget_links li a:hover{
	color: #c4407b !important;
}

.entry-title h4 a:hover{
	color: #c4407b !important;
}

.dark .copyright-links a:hover {
	color: #c4407b !important;
}

.subscribe-input{
	height: 52px;
}

.grow { 
transition: all 0.6s ease-in-out; 
}

.grow:hover { 
transform: scale(1.06); 
}

.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

.img-hover-zoom img {
  transition: transform 2s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.4);
}

.bg-image{
	background-position:center; 
	background-attachment:scroll; 
	-o-background-size:auto; 
	-moz-background-size:auto; 
	-webkit-background-size:auto; 
	background-size: cover; 
	background-repeat:no-repeat;
}

.sell-auction-bg{
	background-image: url('../images/auction_my_house_bg.jpg');
}

.value-property-bg{
	background-image: url('../images/value_my_house_bg.jpg');
}

.benefits-auction-bg{
	background-image: url('../images/benefits_of_auction_top.jpg');
	height: 220px;
}

.centre-header {
  margin: 0;
  position: relative;
  top: 35%;
  z-index: 1;
}

.form-box{
	position: relative;
	max-width: 100%;
	background-color: rgba(23, 35, 92, 0.8);
	padding: 15px 25px;
	border-radius: 4px;
}

.form-divider{
	border-bottom: solid 4px #fff;
	width: 100%;
}

.sub-menu-container{
	border-top: 2px solid #c4407b;
}

.sub-menu-container .menu-item:hover > .menu-link {
	color: #c4407b;
}	

.sub-menu-container .menu-item > .menu-link {
	font-weight: 700 !important;
	font-size: 0.85rem !important;
	font-family: 'Poppins', sans-serif;
}

#intro{
	position: relative;
	top: -80px;
}

#value{
	position: relative;
	top: -80px;
}

#selling{
	position: relative;
	top: -00px;
}

#process{
	position: relative;
	top: -120px;
}


.val-img{
	max-height: 500px;
	height: 100%;
	width: auto;
}

.sell-img{
	max-height: 700px;
	height: 100%;
	width: auto;
}

.icon-ul{
	list-style: none;
}

.icon-ul li{
	padding-bottom: 26px;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}

.li-icon-home{
	background-color: #c4407b; /* For browsers that do not support gradients */
  	background-image: linear-gradient(to bottom right, #17235c, #c4407b);
	border: solid 0px #17235c;
	border-radius: 50%;
	padding: 5px 5px 3px 5px;
	color: #fff;
	margin-right: 6px;
	font-size: 10px;
}

.top-h2{
	font-size: 75px !important;
	text-transform: capitalize !important;
}

.sold-title-row{
	height: 100px;
}

.cav-font{
	font-family: 'Caveat' !important;
}

.slider-form-title{
	font-size: 28px;
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
    height: 50px;
    width: auto;
    max-width: 65%;
    max-height: 100px;
}

.sticky-header-shrink #header-wrap #logo img {
    height: 44px !important;
    transition: 0.5s;
}

.on-top{
	z-index: 9999;
}

.slider-overlay{
	position: relative;
	top: -900px;
	margin-bottom: -840px;
}

.form-h3{
	font-size: 28px !important;
}

.p-box-text{
	font-size: 14px !important;
}

.p-box-alert{
	font-size: 18px !important;
}

 .sticky-header.full-header #header-wrap {
    border-bottom: 1px solid #c4407b;
}

.slider-name1{
	font-size: 25px !important;
	font-weight: 900;
}

.slider-name2{
	color: #c4407b;
	font-size: 25px !important;
	font-weight: 900;
}

.cont-banner-form{
	height: 50px;
}

#copyrights {
    font-size: 12px;
}

.modal{
	z-index: 99999;
}

#contBanner{
	position: relative;
	top: -60px;
}

.italic-text{
	font-style: italic;
}


.grecaptcha-badge { visibility: hidden; }

.brand{
	color: #c4407b;
}

#header.full-header:not(.transparent-header) {
    border-bottom: 1px solid #c4407b;
}

.header-shadow{
	text-shadow: 3px 3px 5px #000;
}

.wa-btn-nav{
	max-width: 150px;
	height: auto;
	margin-right: 10px;
}

.whatsapp_outer{
	border: solid 0px #44d86b;
	border-radius: 6px;
}

.whatsapp_btn{
	border: 3px solid #fff;
	border-radius: 6px;
	background-color: #44d86b;
	color: #fff;
	font-weight: 900;
	padding-top: 1px;
	padding-bottom: 6px;
}

.whatsapp_btn:hover{
	border: 3px solid #fff;
	border-radius: 6px;
	background-color: #44d86b;
	color: #fff;
}

.icon-whatsapp{
	position: relative;
	top: 4px;
	font-size: 25px !important;
}

.wa-btn-footer{
	max-width: 35px;
	height: auto;
}

.wa-footer-txt{
	position: relative;
	top: 9px;
}

.l-case{
	text-transform: lowercase;
}

.header-h2{
	font-size: 60px !important;
}

.comp-h3{
	text-transform: uppercase;
	font-size: 34px;
}

.guide-list{
	position: relative;
	top: 4px;
	color: #c4407b;
	font-size: 26px;
}

.stretched .full-header #header-wrap > .container {
    padding: 5px 30px;
}

.valuation-bmg{
	border-top: solid 3px #c4407b;
	padding-bottom: 16px;
}

.close {
    float: right;
    font-size: 2.5rem;
}

.strong-zero{
	font-weight: 900;
	font-size: 24px;
	text-decoration: underline;
}

.banner-icon{
	font-size: 60px;
	border: solid 4px #fff;
	border-radius: 60px;
	width: 120px;
	height: 120px;
	padding-top: 10px;
	background-color: rgba(0, 0, 0, 0.2);
}

.small-col-icon{
	font-size: 26px;
	border: solid 4px #fff;
	border-radius: 40px;
	width: 48px;
	height: 48px;
	background-color: #c4407b;
    background-image: linear-gradient(to bottom right, #17235c, #c4407b);
	padding-left: 8px;
	padding-top: 1px;
}

.chat-btn{
	padding-top: 11px;
	padding-bottom: 4px;
}

.chat-icon{
	width: 32px;
	height: auto;
	position: relative;
	top: -4px;
}

.mob-nav-btn{
	width: 278px;
	max-width: 100%;
}

.free_service_bg{
	background-position:center; 
	background-attachment:scroll; 
	-o-background-size:auto; 
	-moz-background-size:auto; 
	-webkit-background-size:auto; 
	background-size:auto; 
	background-repeat:no-repeat;
	background-image: url('../images/home_livingroom.jpg');
	-o-background-size:cover; 
	-moz-background-size:cover; 
	-webkit-background-size:cover; 
	background-size:cover; 
}

.large-icon{
	border: solid 4px #fff;
	border-radius: 70px;
	color: #fff;
    opacity: 1;
    font-size: 70px;
    padding: 20px;	
    background-color: rgba(0, 0, 0, 0.4);
    margin-bottom: 18px;
}

.fs-table{
	border: solid 1px #ccc;
	border-radius: 6px;
	box-shadow: 5px 5px 10px #ccc;
	padding: 10px 20px;
	background-color: #17235c;
}

.fs-table-head-row{
	font-size: 24px;
	font-weight: 900;
}

.fs-head-cell{
	padding-bottom: 30px;
	padding-top: 20px;
	border-bottom: solid 3px #17235c;
}

.fs-head-bdr-r{
	border-right: solid 1px #edc4d7;
}

.fs-body-cell{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	border-right: solid 1px #edc4d7;
	font-weight: 600;
	border-bottom: solid 1px #17235c;
}

.no-right-bdr{
	border-right: 0px;
}

.fs-results-cell{
	font-size: 30px;
	font-weight: 900;
	padding-top: 30px;
	padding-bottom: 20px;
}

.bg-fs-tb1{
	background-color: #edc4d7;
	color: #17235c;
}

.bg-fs-tb2{
	background-color: #c4407b;
	color: #fff;
}

.fs-head-bdr-btm{
	border-bottom: solid 3px #edc4d7;
}

.fs-body-bdr-btm{
	border-bottom: solid 1px #edc4d7;
}

.comp-table{
	border: solid 0px #ccc;
	box-shadow: 1px 1px 5px #aaa;
}

.comp-table-top-row{
	border-bottom: solid 2px #bbb;
	font-size: 1.2rem;
	font-weight: bold;
	color: #444;
}

.comp-table-row{
	border-bottom: solid 1px #ddd;
}

.hl-col{
	background-color: #f9ebf2;
}

.es-col{
	background-color: #eaedfa;
}

.pink-text{
	color: #c4407b !important;
}

.light-pink-text{
	color: #cf6394 !important;
}

.dark-pink-text{
	color: #b9185e !important;
}

.pink-link{
	color: #ff80df;
	text-shadow: 1px 1px 3px #111 !important;
}

.pink-link:hover{
	color: #fff;
	text-shadow: 1px 1px 1px #333 !important;
}

.d-blue-link{
	color: #17235c;
	font-size: 24px;
}

.d-blue-link:hover{
	color: #fff;
}

.white-link:hover{
	color: #fff;
}

.top-num{
	font-size: 20px;
	padding-right: 20px;
	position: relative;
	top: 6px;
	font-weight: 600;
	color: #fff;
}

.highlight-row{
	background-color: #c4407b !important;
	color: #fff;
	font-weight: 600;
}

.highlight-row .hl-col{
	background-color: #c4407b !important;
}
.highlight-row .es-col{
	background-color: #c4407b !important;
}

.non-cap{
	text-transform: lowercase !important;
}


.radio-buttons .btn {
  min-width: 70px; /* Adjust the width as per your requirements */
  
}

.ben-list2{
	border: solid 2px #ccc;
	padding: 0px;
	background-color: #f9ebf2;
	padding: 30px 30px;
	border-radius: 5px;
}


/* .ben-list2-cont - empty rule removed */

.bg-ben-list{
	background-position:center; 
	background-attachment:scroll; 
	-o-background-size:auto; 
	-moz-background-size:auto; 
	-webkit-background-size:auto; 
	background-size:auto; 
	background-repeat:no-repeat;
	background-image: url('../images/recently_sold4.jpg');
	height: 100%;
}

.hs-table td{
	border: solid 1px #ccc;
	padding: 5px;
}

.hs-table td{
	vertical-align:top;
}

.slider-p{
	font-size: 20px;
}

.property-box2{
	border: solid 1px #eee;
	box-shadow: 3px 3px 5px #ddd;
	background-color: #fff;
}

#extra-content-slider{
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px;
	color: #555;
}

.slider-caption #extra-content-slider h2 {
    font-size: 40px;
    text-shadow: 0px 0px 0px #444 !important;
    color: #17235c !important;
}

.slider-caption #extra-content-slider ul li{
	text-shadow: 0px 0px 0px #444 !important;
}

#extraIntro{
	position: relative;
	top: -80px;
}

.choice-box{
	border: solid 1px #ccc;
	padding: 20px 16px;
	background-color: #f9ebf2;
	box-shadow: 2px 2px 5px #bbb;
	border-radius: 0.25rem;
	color: #444;
}

.comp-tbl{
	width: 100%;
}

.comp-tbl td{
	padding: 10px;
	border-right: solid 1px #bbb;
	background-color: #fff;
	border-bottom: solid 1px #bbb;
}

.comp-tbl th{
	padding: 10px;
}

.auct-col{
	background-color: #c4407b !important;
	color: #fff;
	font-weight: 900;
	border-bottom: solid 1px #fff !important;
}

.comp-tbl thead{
	border-bottom: solid 3px #17235c;
}

thead .auct-col{
	border-bottom: solid 3px #fff !important;
}

.choice-nums{
	display: grid;
	background-color: #fff;
	width:100%;
	position: relative;
	justify-content: center;
	align-content: center;
	font-size: 40px;
	color: #17235c;
	height:100%;
	font-weight: 800;
	border: solid 2px #ccc;
}

.page-partner{
	width: 200px;
	height:auto;
}

.slider-new-overlay{
	position: relative;
	top: -840px;
	margin-bottom: -840px;
}
.d-blue-bg{
	background-color: #17235c;
}

.pink-bg{
	background-color: #c4407b;
}

.top-h5{
	font-size: 34px;
	font-family: 'Quicksand', sans-serif;
}

.top-p{
	font-size: 26px;
	font-weight: 800;
	font-family: 'Quicksand', sans-serif;
}

.arrow-right {
  	width: 0; 
  	height: 0; 
  	border-top: 40px solid transparent; 
  	border-bottom: 40px solid transparent; 
  	border-left: 40px solid #17235c;
  	position:relative;
  	left: 99%;
}

.arrow-pos-lg{
	position:relative;
	top: -49%;
	width: 50%;
}

.arrow-down {
  	width: 0; 
  	height: 0; 
  	border-right: 60px solid transparent; 
  	border-top: 60px solid #17235c; 
  	border-left: 60px solid transparent;
  	position:relative;
  	left: 41%;
}

.arrow-pos-sm{
	position:relative;
	top: -48px;
}

.nav2-top-num{
	position: relative;
	top: -10px;
}

.val-logo{
	max-width:30%;
	height: auto;
}

.white-shadow{
	text-shadow: 1px 1px 1px #fff;
}
 
.nav2-top{
	display: flex;
	align-items: flex-end;

}

/* Center menu in nav5-header */
.nav5-header .header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.nav5-header #logo {
	flex: 0 0 auto;
	min-width: 150px;
}

.nav5-header .primary-menu {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 2;
	min-width: 0;
}

@media (min-width: 992px) {
	.nav5-header .header-row {
		justify-content: space-between;
	}
	
	.nav5-header .primary-menu {
		/* Keep menu relative to its container to avoid offset on some servers */
		position: relative;
		left: 0;
		transform: none;
		width: auto;
		min-width: auto;
		/* Make sure the menu truly centers between logo and right-side block */
		flex: 1 1 0;
	}
}

/* Ensure dropdowns align under their parents on all environments */
.nav5-header .primary-menu .menu-container > .menu-item > .sub-menu-container {
	left: 0;
}

.nav5-header .primary-menu .sub-menu-container .menu-item > .sub-menu-container {
	left: 100%;
	top: 0;
}

.nav5-header .nav2-top {
	flex: 0 0 auto;
	order: 3;
	/* Don't push the menu left; keep menu centered */
	margin-left: 0;
	min-width: 200px;
	text-align: right;
}

.nav5-header .primary-menu .menu-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.nav5-header .primary-menu {
		order: 3;
		width: 100%;
		margin-top: 10px;
	}
	
	.nav5-header .nav2-top {
		order: 2;
		width: 100%;
		justify-content: flex-end;
		margin-top: 10px;
		margin-left: 0;
	}
}

.green-tick{
	position: relative;
	top: -4px;
	width: 40px;
	height: auto;
}

.thankyou-ul{
	list-style-type: none;
	font-size: 18px;
	font-weight: 600;
}

.thankyou-ul li{
	margin-bottom: 10px;
}

.btn-cb-opaq{
	color: #c4407b;
	border: solid 1px #c4407b;
	background-color: rgba(0, 0, 0, 0.0);
	font-weight: 800;
	height: 44px;
	margin-top: 2px;
	transition: 0.6s;
}

.btn-cb-opaq:hover{
	background-color: #c4407b;
	color:#fff;
}

.block-light{
	background-color: #ffe6f9;
	border: solid 1px #ffe6f9;
	padding: 20px 30px;
}

.block-dark{
	position: relative;
	top: -20px;
 	background-color: #d576a1;
 	border:solid 1px #d576a1;
 	color:#fff;
 	padding: 40px 30px;
}

.modal-h2{
	font-size:30px;
}

.top-pink-bg{
	position: fixed;
	top: 92px;
	z-index: 9999;
	width: 100%;
}

.top-pink-bg p:hover{
	text-decoration: underline;
}

.banner-ul{
	padding-left: 20px;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
}

.banner-ul li{
	padding-bottom: 8px;
}

.strap-line{
	font-style: italic;
}

.callback-link{
	position: sticky;
	top: 86vh;
	left: 30px;
	z-index: 999999;
	margin-bottom: -100px;
	width: 80%;
}
.callback-btn{
	display: flex;
	position: relative;
	left: 30px;
	font-size: 40px;
	background-color: #c4407b;
	border: solid 2px #fff;
	width: 70px;
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	cursor: pointer;
	padding: 6px 8px;
}

.callback-btn:hover{
	background-color: #9c3061;
}

.callback-txt{
	position: relative;
	left: 106px;
	top: -74px;
	height: auto;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 240px;
	padding: 10px;
	border-radius: 4px;
	cursor: pointer;
}

.hide-callback{
	display:none;
}

.nav5-header{
	margin-bottom: -100px;
}

#promo-banner{
	background-color: #c4407b;
	transition: 0.4s;
}

#promo-banner2{
	background-color: #c4407b;
	transition: 0.4s;
}

.owl-carousel .owl-dots .owl-dot {
	background-color: #fff !important;
}

.testimonial {
    position: relative;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.testimonial p{
	color: #fff;
}

.testi-meta{
	color: #fff;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #c4407b !important;
    color: #FFF !important;
}