figure.wp-block-image.size-large, figure.wp-block-image.size-full {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.site-footer .gotop:before {
  content: "" !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background-color: #3f9309 !important;
  color: #fff !important;
  opacity: 0.9;
}
.entry-breadcrumbs {
  color: #333333;
}
.menu-image-title-after.menu-image-title {
  padding-left: 0;
}
/*hero slider*/
.hero_slider_button, .wp-block-button__link.has-background {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.hero_slider_button:hover {
  opacity: 0.9;
}
#content {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
}
body {
  color: #2d2d2d;
  font-size: 1rem;
}
nav a span {
  padding-left: 0;
}
.wp-block-buttons {
  margin: 0;
}
.wp-block-button .wp-block-button__link {
  font-size: 1.2rem;
}
a:focus {
  color: #f2f2f2;
}
a.btn.btn-primary {
  text-align: center;
  justify-content: center;
}
a.btn.btn-primary:hover {
  color: white;
  background: purple;
}
.pre-footer {
  border-radius: 1rem;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pre-footer a {
  color: #fff;
  display: inline-block;
  padding: 0.75rem 0;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.card {
  margin-right: 0.25rem;
}
.card:last-child {
  justify-content: center;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(114, 4, 104, 0.5);
  border-radius: 0.5rem;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.card img {
  border-radius: 5px 5px 0 0;
  width: 50px;
  height: auto;
  display: flex;
  margin: 0.5rem auto;
  align-items: center;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
.card-title {
  margin-bottom: 0.75rem;
}
.btn {
  display: flex;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: auto;
  white-space: inherit;
}
.cta a {
  border-radius: 28px;
}
.btn-primary {
  color: #fff;
  background: #720468;
  border-color: #720468;
  font-weight: 700;
}
a.wp-block-button__link.has-text-color.has-background, a.wp-block-button__link.has-background {
  border-radius: 2rem;
}
.wp-block-buttons {
  margin: 0 auto;
  width: 100%;
}
.wp-block-button {
  text-align: center;
}
.flickity-page-dots {
  bottom: 0;
}
.flickity-page-dots .dot.is-selected {
  border: 0.5px solid black;
}
.hero-border, input[type=email], input[type=tel], input[type=text], textarea {
  border: 2px solid #75056a;
  border-radius: 1rem;
  box-shadow: none;
}
textarea#wpforms-1710-field_6 {
  border: 1px solid black;
  border-radius: 0.25rem;
}
.tick {
  color: #6fc40a !important;
  margin-right: 0.5rem;
  display: inline-block;
  transform: rotate(45deg);
  height: 24px;
  width: 15px;
  border-bottom: 7px solid #6FC40a;
  border-right: 7px solid #6FC40a;
}
.d-flex {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-end {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.m-1 {
  margin: 1rem 0.5rem;
}
h1, h2 {
  font-size: 1.25rem;
}
h3, h4 {
  font-size: 1.05rem;
}
@media only screen and (min-width: 786px) {
  .sticky-navigation img.site-logo {
    max-height: 90px;
  }
  body {
    font-size: 1rem;
  }
  h1, h2 {
    font-size: 1.5rem;
  }
  h3, h4 {
    font-size: 1.25rem;
  }
  .p-1 {
    padding: 1rem;
  }
  .m-1 {
    margin: 1rem;
  }
  .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 15%;
    flex: 1 0 15%;
  }
  .wp-block-columns.has-background {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  /*footer mobile*/
  #primary-header {
    padding: 1rem 0;
    text-align: center;
  }
  .th-py-md {
    padding-top: 0.5rem;
  }
  .wp-block-image img {
    max-width: 50%;
    margin: auto;
  }
  .social-list .menu-items {
    display: flex;
  }
  .social-list .menu-items li, .social-list .menu-items li a, .social-list li a::before {
    margin: 0.25rem auto;
  }
  .footer-navigation li:not(:last-child)::after {
    border-right: 0px;
    content: "";
    margin-right: 0px;
    opacity: 0.7;
    padding-right: 0px;
  }
  .menu-navigation li {
    width: 100%;
    padding: 0.5rem 0;
  }
  button#toggle-mobile-menu {
    font-size: 1rem;
  }
  .btn-primary {
    padding: 0.75rem 0.25rem;
    font-size: 0.8rem;
  }
  .card .card-body {
    padding: 1rem !important;
  }
  .card-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  ul.is-style-none {
    margin: 0;
  }
  .pre-footer a {
    display: block;
    text-align: center;
  }
}
/*mobile nav*/
.mobile-navigation {
  font-size: 1rem;
}
.header-searchform input {
  font-size: 12px;
}
.footer-navigation li a {
  font-size: 12px;
}
/*contact form*/
button#wpforms-submit-1710 {
  background: #720468;
  color: #fff;
  font-weight: bold;
  border-radius: 1rem;
  margin: auto;
  text-align: center;
  display: block;
}
.wpforms-field-container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
form#wpforms-form-1710 input, form#wpforms-form-1710 select {
  border-radius: 0.25rem;
  border: 1px solid black;
}
@media (min-width: 500px)\a .inactive-sidebar .alignfull {
  margin-left: calc(50% - 50vw);
  width: 70vw !important;
  margin: 0 auto !important;
}
@media (min-width: 768px) {
  .sticky-navigation .site-branding img {
    max-height: 60px;
  }
}
.site-footer .gotop:before {
  content: "" !important;
}
button.toggle-mobile-menu::before {
  content: "";
  line-height: 27px;
  margin-right: 0rem !important;
  z-index: 2;
}
button.toggle-mobile-menu::before, button.toggle-mobile-menu::after {
  width: 0px !important;
}
.header-search-button::before {
  content: "";
}
.active-toggle-menu button.toggle-mobile-menu::before {
  content: "";
}
.header-search-button.open::before {
  content: "";
}
h1, h2, h3, h4, h5, h6 {
  color: #75086b;
}
#particles-js2 {
  border-radius: 1rem;
}
.rounded {
  border-radius: 1rem;
}
.shadow {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
}
.insurance-icon {
  position: relative;
  top: 45px;
}
.wp-block-coblocks-hero__inner {
  border-radius: 1rem;
}
.has-background-overlay::before {
  border-radius: 1rem;
}
.background-position-left {
  background-position: left;
}
.wp-block-coblocks-service__figure > img {
  border-radius: 0.25rem 1rem;
}
.coblocks-gallery.is-cropped .coblocks-gallery--item a, .coblocks-gallery.is-cropped .coblocks-gallery--item img, .coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail a, .coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail img {
  flex: 1;
  -o-object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.wp-block-coblocks-gallery-carousel .flickity-button.previous {
  height: 62px;
  left: 0;
  width: 62px;
  background: #333;
  opacity: 0.75;
}
.wp-block-coblocks-gallery-carousel .flickity-button.next {
  width: 62px;
  background: #333;
  height: 62px;
  opacity: 0.75;
}
img.wp-image-1185 {
  object-fit: contain !important;
}
/*home card-container*/
/*fix for carousel on mob
img.wp-image-1006, img.wp-image-1003,  {
}*/
/*tables*/
table {
  font-size: 0.75rem;
}
.site-info {
  display: none !important;
}
@media (min-width: 992px) {
  .type-post .entry-thumb {
    max-width: 50%;
    float: left;
    padding-right: 35px;
  }
}
/*15/09/20*/
.scroll-margin-top {
  scroll-margin-top: 10rem;
}
.mx-auto {
  margin: 0px auto !important;
}
/*top social bar*/
.top-bar {
  display: none;
}
/*top header*/
.site-header-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background-color: #3f9309 !important;
  color: #fff !important;
  opacity: 0.9;
}
.entry-breadcrumbs {
  color: #333333;
}
.menu-image-title-after.menu-image-title {
  padding-left: 0;
}
/*hero slider*/
.hero_slider_button, .wp-block-button__link.has-background {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.hero_slider_button:hover {
  opacity: 0.9;
}
#content {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
}
body {
  color: #2d2d2d;
  font-size: 1rem;
}
nav a span {
  padding-left: 0;
}
.wp-block-buttons {
  margin: 0;
}
.wp-block-button .wp-block-button__link {
  font-size: 1.2rem;
}
a.btn.btn-primary {
  text-align: center;
  justify-content: center;
}
a.btn.btn-primary:hover {
  color: white;
  background: purple;
}
#site-navigation .current_page_item > a, #site-navigation .current-menu-item > a {
  color: #000;
}
#site-navigation li:hover > a {
  border: 1px solid;
  color: #840477;
}
#site-navigation .current_page_item > a:hover, #site-navigation .current-menu-item > a:hover {
  color: #fff;
}
#site-navigation ul:not(.sub-menu) > .menu-item-has-children:hover > a {
  background: white;
  color: black;
  border: 1px solid #840477;
}
#site-navigation ul:not(.sub-menu) > .menu-item-has-children:hover > a:hover, #site-navigation ul:not(.sub-menu) > .menu-item-has-children:hover > a {
  background: #840477;
  color: #fff;
}
#site-navigation .current_page_item > a, #site-navigation .current-menu-item > a {
  border: 1px solid #840477;
  background: white;
}
#site-navigation ul:not(.sub-menu) > .menu-item-has-children.focus > a {
  border: #840477;
}
#site-navigation ul ul {
  border: 1px solid #840477;
  background: #840477;
}
.pre-footer ul {
  margin-left: 0px;
}
.site-footer {
  border-top: 5px solid #840477;
}
.site-footer .gotop {
  background: #840477;
}
.pre-footer {
  border-radius: 0.25rem;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 2rem !important;
}
.pre-footer a {
  display: inline-block;
  padding: 0.75rem 0;
}
a:focus {
  color: #2B5C86;
  outline: 5px auto -webkit-focus-ring-color !important;
}
a:active {
  outline: 5px auto -webkit-focus-ring-color !important;
}
.card {
  margin-right: 0.25rem;
}
.card:last-child {
  justify-content: center;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(114, 4, 104, 0.75);
  box-shadow: 1px 1px 1px 0px;
  border-width: 2px;
  border-radius: 0.5rem;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.card a {
  text-decoration: none;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.card img {
  border-radius: 5px 5px 0 0;
  width: 50px;
  height: auto;
  display: flex;
  margin: 0.5rem auto;
  align-items: center;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
.card-title {
  margin-bottom: 0.75rem;
}
.btn {
  display: flex;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: auto;
  white-space: inherit;
}
.cta a {
  border-radius: 28px;
}
.btn-primary {
  color: #fff;
  background: #720468;
  border-color: #720468;
  font-weight: 700;
}
a.wp-block-button__link.has-text-color.has-background, a.wp-block-button__link.has-background {
  border-radius: 2rem;
}
.wp-block-buttons {
  margin: 0 auto;
  width: 100%;
}
.wp-block-button {
  text-align: center;
}
.flickity-page-dots {
  bottom: 0;
}
.flickity-page-dots .dot.is-selected {
  border: 0.5px solid black;
}
.hero-border, input[type=email], input[type=tel], input[type=text], textarea {
  border: 2px solid #75056a;
  border-radius: 1rem;
  box-shadow: none;
}
textarea#wpforms-1710-field_6 {
  border: 1px solid black;
  border-radius: 0.25rem;
}
:root {
  --borderWidth:7px;
  --height:24px;
  --width:15px;
  --borderColor:#6FC40A;
}
.tick {
  color: #6fc40a !important;
  margin-right: 0.5rem;
  display: inline-block;
  transform: rotate(45deg);
  height: 24px;
  width: 15px;
  border-bottom: 7px solid #6FC40a;
  border-right: 7px solid #6FC40a;
  height: var(--height);
  width: var(--width);
  border-bottom: var(--borderWidth) solid var(--borderColor);
  border-right: var(--borderWidth) solid var(--borderColor);
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-end {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.m-1 {
  margin: 1rem 0.5rem;
}
h1, h2 {
  font-size: 1.25rem;
}
h3, h4 {
  font-size: 1.05rem;
}
@media only screen and (min-width: 786px) {
  .sticky-navigation img.site-logo {
    max-height: 90px;
  }
  body {
    font-size: 1rem;
  }
  h1, h2 {
    font-size: 1.5rem;
  }
  h3, h4 {
    font-size: 1.25rem;
  }
  .p-1 {
    padding: 1rem;
    margin-right: 5px;
  }
  .m-1 {
    margin: 1rem;
  }
  .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 15%;
    flex: 1 0 15%;
  }
  .wp-block-columns.has-background {
    padding: 20px 0;
  }
}
.coblocks-gallery.is-cropped .coblocks-gallery--item img {
  object-fit: contain;
}
/*21/07/20*/
.has-custom-background #page {
  margin-top: 0px;
}
.d-md-block {
  display: block;
}
@media only screen and (max-width: 768px) {
  /*footer mobile*/
  /*nav*/
  /* 	.card-container .card-body{
 		margin:0.5rem!important;
 	}*/
  nav#site-navigationalign-content {
    display: inline-block !important;
  }
  .d-none {
    display: none;
  }
  #primary-header {
    padding: 1rem 0;
    text-align: center;
  }
  .th-py-md {
    padding-top: 0.5rem;
  }
  .full-width-image img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .wp-block-image img {
    max-width: 75%;
    margin: 0 auto;
    display: block;
  }
  .w-100 {
    width: 100% !important;
  }
  .icon img {
    max-width: 75%;
  }
  .mobile50 img {
    max-width: 50% !important;
    margin: auto;
  }
  .mobile100 img {
    max-width: 100% !important;
    margin: auto;
  }
  .social-list .menu-items {
    display: flex;
  }
  .social-list .menu-items li, .social-list .menu-items li a, .social-list li a::before {
    margin: 0.25rem auto;
  }
  .footer-navigation li:not(:last-child)::after {
    border-right: 0px;
    content: "";
    margin-right: 0px;
    opacity: 0.7;
    padding-right: 0px;
    /* 		display:flex;
		 		flex-direction:column;*/
  }
  .menu-navigation li {
    width: 100%;
    padding: 0.5rem 0;
  }
  button#toggle-mobile-menu {
    font-size: 1rem;
  }
  .btn-primary {
    padding: 0.75rem 0.25rem;
    font-size: 0.8rem;
  }
  .card .card-body {
    padding: 1rem !important;
  }
  .card-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  ul.is-style-none {
    margin: 0;
  }
  .pre-footer {
    padding: 1px;
  }
  .pre-footer a {
    display: block;
    text-align: center;
    font-size: 12px;
  }
}
/*end media query*/
/*mobile nav*/
.mobile-navigation {
  font-size: 1rem;
}
.header-searchform input {
  font-size: 12px;
}
.footer-navigation li a {
  font-size: 12px;
}
/*contact form*/
button#wpforms-submit-1710 {
  background: #720468;
  color: #fff;
  font-weight: bold;
  border-radius: 1rem;
  margin: auto;
  text-align: center;
  display: block;
}
.wpforms-field-container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
form#wpforms-form-1710 input, form#wpforms-form-1710 select {
  border-radius: 0.25rem;
  border: 1px solid black;
}
@media only screen and (max-width: 600px) {
  .wp-block-coblocks-column {
    display: block !important;
  }
}
@media (min-width: 500px) {
  .inactive-sidebar .alignfull {
    margin-left: calc(50% - 50vw);
    width: 70vw !important;
    margin: 0 auto !important;
  }
}
.wp-block-coblocks-accordion-item__title.has-background.has-text-color.has-white-color {
  min-height: 50px;
}
.wp-block-uagb-buttons .uagb-block-05511190 .uagb-buttons-repeater.wp-block-button__link:hover, .wp-block-uagb-buttons .uagb-block-a2d38d66 .uagb-buttons-repeater.wp-block-button__link:hover {
  border-color: #333;
  background-color: #fff !important;
}
.wp-block-uagb-buttons .uagb-block-eb4ddcce .uagb-buttons-repeater.wp-block-button__link:hover {
  border-color: #333;
  background-color: #720468 !important;
}
.trust-review img {
  mix-blend-mode: multiply;
}
.uagb-tm__text-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 30px !important;
}
.slick-prev.slick-arrow {
  position: absolute !important;
  bottom: -5rem !important;
  top: auto;
  left: calc(50% - 65px);
  background-color: #720468 !important;
  border-radius: 10px !important;
  background-image: url(https://trycompare.co.uk/wp-content/uploads/2025/04/left_arrow.svg);
  width: 50px;
  height: 50px;
}
.slick-next.slick-arrow {
  position: absolute !important;
  bottom: -5rem !important;
  top: auto;
  right: calc(50% - 65px) !important;
  left: auto;
  background-color: #720468 !important;
  border-radius: 10px !important;
  background-image: url(https://trycompare.co.uk/wp-content/uploads/2025/04/right_arrow.svg);
  width: 50px;
  height: 50px;
}
.slick-arrow svg {
  fill: #fff !important;
}
.slick-next svg, .slick-prev svg {
  display: none !important;
}
.slick-prev::after, .slick-next::after {
  font-size: 24px;
  color: white;
}
.uagb-ifb-title strong, .uagb-ifb-desc strong {
  font-weight: 400;
  color: #720468;
}
.sticky-button-wrapper {
  position: fixed;
  z-index: 9;
  bottom: 0rem;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-10px);
  width: 100% !important;
  margin-left: 0 !important;
}
.sticky-button-wrapper.show {
  opacity: 1;
  transform: translateY(0);
  width: 100% !important;
  border: 1px solid #720468;
}
.container {
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .container {
    flex-wrap: wrap;
  }
  .floating-btn div {
    font-size: 0.8rem !important;
  }
}
.floating-btn div {
  font-size: 1.2rem !important;
}
.floating-btn {
  margin: 10px !important;
}
@media only screen and (max-width: 767px) {
  .floating-btn a {
    padding: 20px 40px !important;
  }
}