@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap"); /*regular 400, medium 500, bold 700 */
/* @import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital@1&display=swap"); */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Work Sans", sans-serif, Arial;
  font-style: normal;
  font-size: 1em;
  color: #213c75;
  background: #ffff;
  line-height: 1.8;
}
b,
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.3;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.2em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.1em;
}
.container {
  max-width: 1280px;
}
.container.inner-container {
  max-width: 1030px;
}
.overlay-slide-toggle {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index:102;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a,
a:hover {
  text-decoration: none;
  color: #213c75;
}
ul li {
  list-style-type: none;
}
.btn-link {
  color: #213c75;
  font-weight: 500;
  text-align: left;
  padding: 0 0.75em;
}
.btn-link:hover {
  color: #213c75;
  text-decoration: none;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}
.line-height{
  line-height: 1.5;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
button:focus {
  outline: none;
}
.italic {
  font-style: italic;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.sticky nav {
  background: #f4f4f4;
}
/* Homeslider start */
.hold-img-slider {
  height: 100%;
  position: relative;
}
.hold-img-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hold-img-slider img {
  -webkit-animation: safzoom 60s infinite; /* Safari 4+ */
  -moz-animation:    mozzoom 60s infinite; /* Fx 5+ */
  -o-animation:      operazoom 60s infinite; /* Opera 12+ */
  animation:         otherzoom 60s infinite; /* IE 10+, Fx 29+ */
  height: 80vh;
  background-repeat:no-repeat !important;
  background-position:top center !important;
  background-size: cover !important;
}
.blue-background-btn{
  background:#1d8ecd;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 25px;
  width: 100%;
  display: block;
  max-width: 27em;
  margin: 0 auto;
  text-align: center;
}
.blue-background-btn:hover{
  color:#fff;
  background:transparent;
  transition:0.4s all;
}
/* Menu  */
.bodyHasScrolled .header-menu-mobile{
  top:-10px;
}
.hasScrolled .main-menu{
  position: fixed !important;
  width: 100%;
  top: 0;
  padding:0em 0;
  background: #071a43;
  z-index: 1000;
} 
.hasScrolled .website-logo {
  width:7em;
 }
.hasScrolled .website-logo img {
  transition: 0.3s;
 }

 /* .hasScrolled .header-holder a.button{
   padding:0.2em 0.7em;
 }
 body.admin-bar .hasScrolled .header-holder {
  padding-top: 38px !important;
} */
.icons .menu-icon {
  -webkit-animation-name: none;
  animation-name: none;
  outline: 0;
  border: 0;
  box-shadow: 0;
  background: none;
  height: 50px;
  width: 37px;
  position: relative;
  top: -4px;
}
.menu-icon span:first-child {
  top: 20px;
}
.menu-icon span:nth-child(2) {
  top: 30px;
} 
.menu-icon span:last-child {
  top: 40px;
}
.header-menu-mobile {
  display: none;
  text-align: right;
  position: fixed;
  /* right: 2%; */
  z-index: 9999999;
  top: 0px;
  width:100%;
  background:#fff;
}
.mobile-menu ul#menu-main-menu-1 {
  flex-direction: column;
  align-items: center;
  padding: 0;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 16em;
}

.mobile-menu li {
  margin-bottom: 10px;
}
ul#menu-main-menu li ul li:hover:before {
  background: #fff !important;
  width: calc(100% - 40px);
}
ul#menu-main-menu li:before {
  transition: 0.3s;
  content: '';
  position: absolute;
  height: 2px;
  background: transparent;
  width: 0px;
  bottom: 0.5em;
  left: 0;
  right: 0;
}
ul#menu-main-menu{
  padding:10px 0;
  justify-content: flex-end;
}
ul#menu-main-menu li:hover > ul.sub-menu {
   display: block;
}
.click-li-child {
  display: none;
}
ul#menu-main-menu li ul li{
  padding: 3px 3% 3px 0;
}

ul.sub-menu {
    display: none; 
    background: #213c75;
    border-top: 2px solid white;
    padding: 10px 25px;
    width:18em;
    border-radius: .25rem;
}
ul.sub-menu li {
    display: block !important;
    margin-left: 0px !important;  
}

.footer-menu-links span.click-li-child{
  display: none;
}
.menu-icon span {
  display: block;
  height: 3px;
  width: 35px;
  background-color: #213c75;
  /* box-shadow: 0px 2px 0px black; */
  position: absolute;
  right: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.mobile-menu {
  padding: 150px 0px 0px 0px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: -40%;
  height: 100%;
  background-color: #071a43;
  z-index: 999999;
  overflow: scroll;
  display: block;
  justify-content: center;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  font-size: 20px;
  letter-spacing: 2px;
}
.main-menu ul{
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
  justify-content: flex-end;
}
/* ul#menu-main-menu {
  text-transform: uppercase;
  padding: 0;
  margin-top: 20px;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
} */
ul#menu-main-menu ul.sub-menu {
  padding-top: 5px;
  margin-top: 0px;
  border-top: 0px;
  background-color: #213c75;
  position: absolute;
  left: 0;
  top: 3em;
  z-index:1000;
  display:none;
}
ul#menu-main-menu ul.sub-menu li a {
  color: #fff !important;
  text-decoration: none;
}
/* ul#menu-main-menu a {
  color: white;
} */
ul#menu-main-menu li {
  list-style: none;
  position: relative;
  padding: 0.7em 5% 0.7em 0;
}
.mobile-menu.show-menu {
  opacity: 1;
  visibility: visible;
  right: 0px;
}
.menu-icon--active span:first-child {
  box-shadow: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 30px;
}
.menu-icon--active span:nth-child(2) {
  box-shadow: none;
  opacity: 0;
}
.menu-icon--active span:last-child {
  box-shadow: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 30px;
}
.mobile-menu ul.sub-menu {
  position: absolute;
  text-transform: capitalize;
  z-index: 100;
  left: 0;
  display:none;
  width:100%;
}
span.click-li-child.flipImage img {
  transform: rotate(180deg);
  position: relative;
  top: -2px;
}
span.click-li-child img {
  max-width: 25px;    
}
span.click-li-child {
  display: inline-block;
  position: relative;
  left: 0.2em;
  top: 0.1em;
}
.desktop-menu span.click-li-child{
  color: #213c75;
}
.mobile-menu span.click-li-child{
  color: #fff;
}
.mobile-menu li ul.sub-menu li{
  margin-bottom:0;
  text-align:center;
}
.m-holder #menu-main-menu-1 li a{
  color:#fff;
}
.m-holder #menu-main-menu-1 li ul.sub-menu li a{
  font-size:0.8em;
}

/* end */

#slider-master{
  width:100%;
  position: relative;
}
.front-banner-quote{
  background-color:rgba(162,162,162,0.6);
  padding:2em 4em;
  position: absolute;
  left: auto;
  top: 19%;
  max-width: 32em;
  min-width:31em;
  z-index:100;
}
.text-banner{
  position:absolute;
  right:16%;;
  top: 35%;
  max-width: 40em;
  z-index:100;
  background-color:rgba(255, 255, 255, 0.5);
  padding: 2em;
  border-radius: 7px;
  border: 2px solid #fff;
}
.text-banner h2{
  font-size:2em;
  text-align: center;
  font-weight:bold;
}
.text-banner h1{
  font-size:1.2em;
  color:#fff;
}
.blue-box-text{
  background:#213c75;
  padding:1em;
  color:#fff;
  border-radius: 7px;
}

.slider-top .control-c{
  max-width:44px;
  position:absolute;
  cursor: pointer;
}

.slider-top .slick-prev{
  left: 2%;
  top: 50%;
  z-index:100;
}
.slider-top .slick-next{
  right: 2%;
  top: 50%;
  z-index:100;
}
/* Homeslider end */

#why-centrestone-insurance{
  width:100%;
  background:#efefef;
  padding:4em 0;
}
/* .why-box img{
  max-width:4em;
  margin:1em auto;
}
.why-box{
  text-align: center;
  background: #7ce0e8;
  padding:1em;
  min-height: 23em;
  margin:0.4em;
  border-radius:7px;
} */

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  min-height: 19em;
  height:19em;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  margin:0.4em;
  border-radius:7px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #f7f7f7;
  color: #213c75;
  padding: 1em;
}
.flip-card-front img{
  max-width:4em;
  margin:1em auto;
}
.flip-card-front h4{
  font-weight:600;
}

/* Style the back side */
.flip-card-back {
  background-color: #213c75;
  color: white;
  transform: rotateY(180deg);
  padding: 0em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.flip-card-back h4{
  font-weight:bold;
}
#five-c-banner{
  background-color: #213c75;
  width:100%;
  padding:3em 0;
}
.five-c-content{
  display: flex;
  color:#fff;
  align-items:center;
}
.five-c-content h2{
  padding-right:3em;
  color:#fff!important;
}
.five-c-content img{
  max-width:12em;
}
#banner-quote-next-btn2{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #f0f0f3;
}
.instant-quote-btn{
  background: #213c75;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 25px;
  width: 100%;
  display: block;
  max-width: 11em;
  margin: 0 auto;
  text-align: center;
}
.instant-quote-btn:hover{
  color:#213c75;
  background: #fff;
  transition:0.4s all;
}
.main_nav {
  display: flex;
  justify-content: space-between;
}
.menu-bar {
  display: block;
  width: 23px;
  height: 3px;
  margin: 6px 0;
  background: #213c75;
}
.company-details {
  display: flex;
  justify-content: flex-start;
}
.two-buttons {
  display: flex;
  justify-content: flex-end;
}
.two-buttons a, .two-buttons button  {
  display: block;
  background: #aaabac;
  color: #fff;
  padding: 5px 23px;
  margin: 10px 11px;
  font-size: 0.9em;
  border: 1px solid #aaabac;
}
.two-buttons a:hover, .two-buttons button:hover {
  border: 1px solid #fff;
  background: transparent;
  transition: 0.4s all;
}
.two-buttons a.quote-btn {
  margin-right: 0;
  background: #1d8ecd;
  border: 1px solid #1d8ecd;
}
.two-buttons a.quote-btn:hover {
  border: 1px solid #fff;
  background: transparent;
  transition: 0.4s all;
}
.two-buttons button.quote-btn {
  margin-right: 0;
  background: #1d8ecd;
  border: 1px solid #1d8ecd;
}
.two-buttons button.quote-btn:hover {
  border: 1px solid #fff;
  background: transparent;
  transition: 0.4s all;
}
.main_nav p {
  margin: 0;
  color: #fff;
  padding: 0 17px;
  font-size: 0.8em;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.top-header {
  background-color: #213c75;
}
.top-nav-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 8px;
}
.vertical-line {
  width: 1px;
  height: 30px;
  background: #fff;
}
.top-nav-info .fass {
  width: 1em;
}
.top-nav-info .far {
  width: 1.7em;
}
.top-nav-info a {
  color: #fff;
}
.top-nav-info.open_days p {
  padding: 0;
}
.logo {
  width: 100%;
  max-width: 17em;
}
.navbar-nav .dropdown-menu {
  background: #213c75;
}
.navbar-nav .dropdown-menu li a {
  color: #fff;
}
.navbar-nav .dropdown-menu li a:hover {
  color: #213c75;
}
.navbar-nav .dropdown-menu li a:active {
  color: #fff;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #213c75;
  color: #fff;
}
.dropdown-menu li {
  padding: 0;
  background: #213c75;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: -0.3em 0 0 0.4em;
  vertical-align: middle;
  content: "";
  border: 0.3em solid;
  border-width: 0 0.15em 0.15em 0;
  transform: rotateZ(45deg);
}
.navbar-collapse {
  justify-content: flex-end;
}
.nav-brand {
  padding: 7px 0;
}
#menu-main-menu > .current-menu-item > a {
  border-bottom: 2px solid #213c75;
}
.navbar-nav li {
  padding: 0px 10px;
}
.navbar-nav li ul li {
  padding: 0px;
}
.navbar-nav li:last-child {
  padding-right: 0px !important;
}
section {
  width: 100%;
  float: left;
  position: relative;
  overflow-x:hidden;
}

a.btn_quote_now.safari_btn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f0f0f3;
}

.instant-quote {
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  max-width: 460px;
  position: absolute;
  right: 0;
  top: 42%;
  padding: 2.5em 4em 2.5em 1em;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  text-align: center;
  color: #213c75;
}
.instant-quote:hover > .arrow-image img {
  transform: scale(1.1);
  transition: 0.4s all;
}
.instant-quote:hover {
  transition: 0.4s all;
  background: rgba(255, 255, 255, 1);
  color: #213c75;
}
.instant-quote h3 {
  font-weight: 600;
  font-size: 1.7em;
  margin-bottom: 0;
}
#centrestone-policy {
  margin: 20px 0 50px 0;
}
.arrow-image {
  position: absolute;
  right: 27px;
  top: -1.3em;
}
.arrow-image img {
  max-width: 4.5em;
}
.read-more-pds h5 {
  color: #213c75;
}
.read-more-pds h5 a {
  color: #1d8ecd;
  text-decoration: underline;
  font-weight: 600;
}
.read-more-pds img {
  max-width: 4em;
}
.grey_centrestone_background {
  background: #f4f4f4;
}
.grey_padding {
  padding: 4em 0;
}
.left-image-section {
  position: relative;
}
.left-image-section .blue_scribble {
  position: absolute;
  bottom: -121px;
  left: 10em;
  z-index: 10;
  max-width: 26em;
}
.left-image-section .img-on-left {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 29em;
  float: right;
  padding-top: 2em;
  height: 64vh;
  object-fit: cover;
}
.main-image-title {
  position: absolute;
  top: 10%;
}
.main-image-title h1 {
  /* font-family: "PT Serif", serif; */
  color: #fff;
}
.main-image-title h2 {
  /* font-family: "PT Serif", serif; */
  color: #fff;
  font-size: 1.4em;
}
.smaller-main-image-title {
  padding: 0 33% 0 0;
  text-align: center;
}
.blue-underline-short {
  background: #1d8ecd;
  width: 100%;
  max-width: 20em;
  float: right;
  height: 2px;
}
.policy-content {
  display: flex;
  align-items: center;
}
.policy-content-text {
  padding: 0 14%;
  color: #213c75;
}
.policy-content-text h4 {
  font-weight: 600;
}
.policy-content-text p {
  line-height: 1.4;
}
.main_icon_contents {
  width: 100%;
  max-width: 50px;
}
.tick_contents {
  max-width: 9em;
}
.blue_underline {
  width: 74%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(30, 127, 189, 1) 35%,
    rgba(33, 62, 119, 1) 100%
  );
  margin: 0 auto;
}
.centrestone {
  padding: 25px 0;
}
.centrestone .row {
  align-items: center;
}

.centrestone h2,
#testimonials h2,
#latest-blogs h2,
#bottom-section h2 {
  color: #213c75;
  padding-top: 10px;
}
.centrestone h4 {
  font-weight: 600;
  color: #213c75;
  font-size: 1.7em;
  padding-top: 22px;
}

.why-love-us-back-image img {
  width: 80%;
  float: right;
}
.centrestone .row.flex-row-reverse img {
  float: left;
}
.centrestone p.text-center,
#testimonials p.text-center,
#latest-blogs p,
#bottom-section p.text-center,
.grey_subtitle p {
  color: #213c75;
  margin-bottom: 0;
  padding: 0 1em;
}
.latest-blogs-card {
  border: 4px solid #fff;
  background: transparent;
  padding: 1.25em;
  margin-bottom: 1.7em;
}
.latest-blogs-card .card-body a img:hover {
  transform: scale(1.3);
  transition: 0.4s all;
}
.latest-blogs-card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.latest-blogs-card .card-title {
  text-align: center;
  font-weight: 600;
}
.tagcloud a {
  font-size: 1.3em !important;
  border: 1px solid #213c75;
  padding: 0.1em 0.2em;
}
.blue-underline-short-centered {
  background: #1d8ecd;
  width: 100%;
  max-width: 6em;
  height: 0.1em;
  margin: 20px auto 0 auto;
}
iframe {
  width: 1200px;
  height: 600px;
  display: block;
  margin: 0 auto;
}
.tighter-section {
  padding: 0 4em 0 1em;
}
.carousel-indicators li {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background-color: #707070;
}
.multi-item-carousel {
  overflow: hidden;
}
.multi-item-carousel img {
  height: auto;
  width: 100%;
}
.multi-item-carousel .carousel-control.left,
.multi-item-carousel .carousel-control.right {
  background: rgba(255, 255, 255, 0.3);
  width: 25%;
}
.multi-item-carousel .carousel-inner {
  width: 150%;
  left: -25%;
  margin-bottom: 50px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
  -webkit-transform: translate3d(33%, 0, 0);
  transform: translate3d(33%, 0, 0);
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
  -webkit-transform: translate3d(-33%, 0, 0);
  transform: translate3d(-33%, 0, 0);
}
.item__third {
  float: left;
  position: relative;
  width: 33.33333%;
}

#carousel-1 .card {
  background: #f4f4f4;
  border: none;
  padding: 5% 2em 1% 3em;
  text-align: center;
  float: left;
  width: 29%;
  margin: 10px 28px;
  overflow: hidden;
}
.slider-wrapper {
  position: relative;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  max-width: 40px;
  top: 33%;
  bottom: auto;
}
.carousel-control-prev {
  left: -70px;
}
.carousel-control-next {
  right: -70px;
}
.grey-line {
  background: #999;
  width: 100%;
  /* max-width: 18em; */
  height: 1px;
  margin: 20px auto 0 auto;
}
.margin-bottom-2em{
  margin-bottom:2em;
}
.payment-icons img{
  max-width:3em;
}
.apostrophe.first {
  max-width: 1.5em;
  position: absolute;
  top: 82px;
  left: 1em;
}
.testimonials_title {
  padding: 0 25%;
  font-weight: 600;
}
.person {
  font-weight: 600;
}
.single-testimonial {
  font-weight: 500;
  padding-bottom: 0px;
  padding-top: 20px;
}
.single-testimonial:after {
  background-image: url(../images/apostrophe_down.webp);
  background-size: 1.5em 1.2em;
  background-position: right;
  display: inline-block;
  width: 60px;
  height: 1.2em;
  content: "";
  background-repeat: no-repeat;
}
.lower_opacity {
  opacity: 0.6;
}
.latest-blogs-card .card-body a img {
  width: 2em;
  float: none;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #5ce1e6;
  float: left;
  margin-top: 7px;
}
.centrestone.download_section {
  padding: 65px 0;
  background:#f4f4f4;
}
.download_section h3 {
  margin-bottom: 0;
}
.download_section p {
  margin-bottom: 10px;
}
.download_section img {
  max-width: 8em;
}
.download_btn {
  background: transparent;
  color: #5ce1e6;
  padding: 0.7em 3em;
  margin: 0 auto;
  width: 100%;
  border: 2px solid #5ce1e6;
  float: left;
  max-width: 12em;
  text-align: center;
}
.download_btn:hover {
  background: #213c75;
  border: 2px solid #213c75;
  color: #fff;
  transition: 0.4s all;
}
.transparent-btn {
  display: block;
  background: transparent;
  color: #000;
  padding: 0.7em 3em;
  margin: 0 auto;
  width: 100%;
  max-width: 15em;
  text-align: center;
  border: 1px solid #000;
}
.transparent-btn:hover {
  background: #213c75;
  border: 1px solid #213c75;
  color: #fff;
  transition: 0.4s all;
}
.questions_box {
  width: 100%;
  max-width: 20em;
  margin: 0 auto;
}
.questions_box .blue_phone {
  max-width: 1.2em;
}
.questions_box .blue_flyer {
  max-width: 2em;
}
.questions_box .col-10 {
  text-align: left;
}
.questions_box .row {
  padding-bottom: 10px;
}
.questions a {
  text-decoration: underline;
}
.questions h4 {
  padding-top: 0;
}
.blue_waves_section {
  background-image: url(../images/blue_waves.webp);
  position: relative;
  max-width: none;
  background-repeat: no-repeat;
  height: 55em;
  width: 100%;
  float: left;
  background-size: cover;
}
.finder-blue-wave{
  margin-top:-22em;
}
.finder-blue-wave .blue_waves_section{
  height: 47em;
}
.finder-blue-wave h2{
  color:#fff;
  font-size:3em;
  text-transform: uppercase;
}
.finder-blue-wave img{
  max-width:13em!important;
  margin-top:0!important;
}
.finder-blue-wave .get_started{
  margin-top:31em;
}
.video-section, .video-section h2{
  color:#fff;
}
.border-line{
  width:100%;
  height:3px;
  background:#fff;
}
.grey_waves_section {
  background-image: url(../images/grey_waves.png);
  position: relative;
  max-width: none;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  float: left;
  background-size: cover;
  padding-bottom: 3em;
}
.grey_waves_section_policy_features {
  background-color:#f4f4f4;
  position: relative;
  max-width: none;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  float: left;
  background-size: cover;
  padding-bottom: 3em;
}
.grey_waves_section .row:first-child, .grey_waves_section_policy_features .row:first-child{
  padding-top: 8em;
}
.flex_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.flex_icon img {
  max-width: 5em;
}
.flex_icon p {
  line-height: 20px;
  margin-bottom: 2em;
}
.grey_waves_section .ticks p img,
.grey_waves_section .closes p img,
.grey_waves_section_policy_features .ticks p img,
.grey_waves_section_policy_features .closes p img{
  max-width: 2.7em;
}
.table_title {
  font-weight: 600;
  font-size: 1.3em;
}
.get_started {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 23em;
  padding: 0 4em;
}
.get_started_box h4 {
  color: #fff;
  font-weight: 500;
}
.get_started_box a.get_started_btn {
  color: #505050;
  border: 2px solid #fff;
  font-size: 1.5em;
  padding: 0.3em 1.5em;
  max-width: 10em;
  margin-bottom: 26px;
  font-weight: 600;
}
.get_started_box a.get_started_btn:hover {
  color: #fff;
  border: 2px solid #fff;
}
.get_started img {
  max-width: 22em;
  margin-top: 5em;
}
.get_started_box {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 2em 2em;
  width: 100%;
  border-radius: 50px;
  text-align: center;
  max-width: 24em;
}

#bottom-section {
  padding: 80px 0;
}
p.narrow-text {
  padding: 0 25%;
  color: #000;
  font-weight: 300;
  text-align: center;
}
.two-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.two-btns div {
  padding-right: 2em;
}
.two-btns div:last-child {
  padding-right: 0;
}
.two-btns .blue-btn {
  background: #1d8ecd;
  color: #fff;
  padding: 0.7em 2em;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border: 1px solid #1d8ecd;
  text-transform: uppercase;
  display: block;
}
.two-btns .blue-btn:hover {
  background: transparent;
  border: 1px solid #1d8ecd;
  color: #1d8ecd;
  transition: 0.4s all;
}
.two-buttons.category-buttons {
  justify-content: center;
}
.two-buttons.category-buttons div a {
  background: transparent;
  border: 1px solid #fff;
}
.two-buttons.category-buttons div a.all-categories,
.two-buttons.category-buttons div a:hover {
  background: #fff;
  color: #a0b3c2;
  transition: 0.4s all;
}
.two-buttons.category-buttons div a.active {
  background: #fff;
  color: #a0b3c2;
  transition: 0.4s all;
}
.inner-page-main-image {
  position: relative;
  max-width: none;
  background-repeat: no-repeat;
  height: 47em;
  width: 100%;
  float: left;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.inner-main-text {
  color: #fff;
  text-align: center;
}
.inner-main-text p {
  margin-bottom: 2.5em;
}
.questions {
  text-align: center;
  margin-top: -5em;
}
.question_mark_pds {
  max-width: 10em;
  margin-bottom: 2em;
}
.centrestone.wysiwig {
  padding: 5em 0;
}
#single-post {
  padding: 5em 0;
}
#single-post h1 {
  margin-bottom: 0;
  margin-top: 0.6em;
  font-size:2.2em;
}
#single-post aside {
  padding-left: 2em;
  margin-bottom: 1em;
}
#single-post .blog_date {
  color: #5ce1e6;
  font-size: 1.3em;
  padding-bottom: 1em;
  display: block;
}
#single-post aside input[type="text"] {
  width: 58%;
  margin-right: 0.5em;
  height: 2.5em;
}
.navigation.post-navigation {
  text-align: center;
  padding: 2em;
}
#searchsubmit {
  -webkit-appearance: none;
  border: none;
  background: #213c75;
  color: #fff;
  padding: 0.4em 1.1em;
}
.featuredBox {
  position: relative;
  width: 100%;
}
.featuredBox .featuredText {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a0b3c2;
  padding: 0.2em 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
}
.featuredBox .featuredText p {
  margin-bottom: 0;
}
.screen-reader-text {
  display: none;
}
#payment-request-button {
  width: 100%;
}
.enquire-now {
  display: block;
  background: #fff;
  color: #213c75;
  padding: 0.7em 3em;
  margin: 0 auto;
  width: 100%;
  max-width: 15em;
  text-align: center;
  border: 1px solid #fff;
}
.enquire-now:hover {
  border: 1px solid #fff;
  transition: 0.4s all;
  opacity: 0.8;
}
.white-heading-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  text-align: center;
  padding: 40px 1% 0 1%;
  color: #213c75;
  width: 100%;
  max-width: 64em;
  margin: 0 auto;
}
.white-heading-section h2 {
  margin-bottom: 0;
}
.grey_underline_short {
  background: #a6a6a6;
  width: 100%;
  max-width: 6em;
  height: 0.1em;
  margin: 10px auto 0px auto;
}
.inner-page-customise .why-love-us-back-image img {
  width: 98%;
}
.inner-page-customise .tighter-section {
  padding: 0 1em 0 1em;
}
.inner-page-customise .py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.inner-page-customise .centrestone {
  padding: 30px 0;
}
#light_blue_section {
  background: #a0b3c2;
  color: #fff;
  text-align: center;
  padding: 2em 27%;
}
.faqs {
  padding-bottom: 4em;
}
.faqs .col-md-4 {
  text-align: center;
}
.faqs a:hover {
  text-decoration: underline;
  transition: 0.4s all;
}
.page-template-faq #light_blue_section,
.single-faq #light_blue_section {
  background: #fff;
  color: #213c75;
}
.grey-section {
  background: #f4f4f4;
}
.cream_border {
  width: 100%;
  height: 5px;
  background: #f4f4f4;
  margin: 1.7em 0;
}
.cream_border_in_mobile {
  width: 100%;
  height: 5px;
  background: #f4f4f4;
  display: none;
  max-width: 436px;
  margin: 5px auto;
}
.search_btn {
  -webkit-appearance: none;
  border: none;
  background: url(../images/search-icon.png);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  background-size: 100%;
  /*exactly the width and height of the image*/
  width: 40px;
  height: 40px;
  border: 0px;
  cursor: pointer;
  outline: 0;
  margin-left: -3em;
}
#searchfaq input[type="text"] {
  width: 65%;
  padding: 0.5em;
  border: 3px solid #e0dede;
}
#searchfaq input[type="text"]::-webkit-input-placeholder {
  /* Edge */
  color: #5ce1e6;
  font-weight: 500;
  font-size: 1.2em;
}
#searchfaq input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5ce1e6;
  font-weight: 500;
  font-size: 1.2em;
}
#searchfaq input[type="text"]::placeholder {
  color: #5ce1e6;
  font-weight: 500;
  font-size: 1.2em;
}
.searched_faq .card {
  margin: 3em 0;
}
#faqs-tabs {
  padding: 7px 0;
}
#faqs-tabs .nav-tabs {
  flex-direction: column;
  border: none;
}
#faqs-tabs nav {
  margin-bottom: 53px;
}
.accordion-style {
  background: #f4f4f4;
  padding: 2em 2em;
  margin-bottom: 53px;
}
.accordion-style h4 {
  text-align: center;
  font-weight: 600;
  padding: 1em 0;
}
.accordion-style .card-header {
  background: #f4f4f4;
  border: none;
  border-radius: 0;
}
.accordion-style .card {
  border: none;
}
.btn-link.collapsed .faqs-arrow {
  width: 23px;
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  transition: transform 0.5s linear;
}
.btn-link .faqs-arrow {
  width: 23px;
  position: absolute;
  left: 0;
  transform: rotate(180deg);
  transition: transform 0.5s linear;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link {
  border: none;
  font-weight: 600;
  position: relative;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 2em;
}
#faqs-tabs .nav-link:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #b4b4b4;
  position: absolute;
  left: -5px;
  top: 0;
}
#faqs-tabs .nav-link.active:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #5ce1e6;
  position: absolute;
  left: -5px;
  top: 0;
}
.pagination {
  width: 100%;
  justify-content: center;
  margin-bottom: 15px;
}
.pagination .page-numbers {
  font-size: 1.3em;
  padding: 0.5em 1em;
  border: 3px solid #fff;
}
.pagination .page-numbers.current {
  font-weight: 600;
  background: #5ce1e6;
}
footer {
  width: 100%;
  float: left;
  padding: 50px 0;
  background: #f4f4f4;
  color: #213c75;
  border-top: 3px solid #fff;
}
.widget p,
.widget ul li {
  margin-bottom: 0.2em;
}
.widget_nav_menu .sub-menu {
  display: none;
}
.widget_nav_menu ul li a {
  color: #213c75;
}
.widget_nav_menu ul li a:hover {
  transition: 0.4s all;
}
.widget-title {
  color: #213c75;
  font-size: 1.1em;
  font-weight: 600;
}

.footer .social-links img {
  height: 2em;
  padding-right: 5%;
  width: auto;
}
.footer .social-links img:hover {
  opacity: 0.8;
}
.show-in-mobile {
  display: none;
}
/* === Button Back to Top === */
#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 30px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
#back2Top:hover {
  opacity: 0.8;
}

/* START QUOTE STYLE */

.page-template-instant_quote #light_blue_section {
  background: #fff;
  padding: 4em 27% 0.5em 27%;
}

#nameErr,
#nameErr1,
#emailErr,
#emailErr1,
#mobileErr,
#mobileErr1,
#addressErr,
#suburbErr,
#purchaseErr,
.type_pieceErr,
.insured_priceErr,
#qr_landing_greater,
#qr_landing_greater1,
#qr_landing_greater_than_99999,
#qr_landing_greater_than_999991,
.document_review_error,
#countryErr,
#postcodeErr,
#insuredValueErr,
#insuredValueErr1,
#nameErr_insurance,
#emailErr_insurance,
#mobileErr_insurance,
#insuredValueErr_insurance,
#qr_landing_greater_insurance,
#qr_landing_greater_than_99999_insurance
  {
  color: red;
  padding-top: 0.1em;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 600;
}
.topImagesError,
.sideImagesError,
.invoiceImagesError,
.document_review_error,
.type_pieceErr {
  display: none;
  text-align: center;
  margin-top: 6px;
}

.checkAllBoxes {
  display: none;
  color: red;
  padding-top: 0.1em;
  font-size: 0.7em;
  /* text-transform: uppercase; */
  font-weight: 600;
  /*text-align: center;*/
  /*border: 1px solid red;*/
  align-items: center;
  margin: 0 30px;
}
#qr_landing_greater,
#qr_landing_greater_than_99999 {
  width: 100%;
  float: left;
  margin-top: 7px;
}
/* Progress Bar */
.progress-wrap {
  margin: auto;
  display: table;
}
.line-progress-bar {
  display: flex;
  margin: auto;
  width: 100%;
}
.line {
  height: 1px;
  width: 250px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(217, 217, 217);
  position: absolute;
  margin-top: 8px;
}
.progress-wrap div ul {
  display: flex;
  width: 250px;
  list-style: none;
  padding: 0px;
  margin: initial;
  justify-content: space-between;
  z-index: 1;
}
.progressbar-dots {
  display: inline-flex;
  border: #949494 solid 4px;
  background: #333333;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #d4d4d4;
  font-size: 20px;
  margin-left: 0px;
  color: #d4d4d4;
  border: 0px solid rgb(217, 217, 217);
  background: rgb(217, 217, 217);
}
.progressbar-dots span {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  margin-top: 60px;
  /* width: 75px; */
  float: left;
  margin-left: -30px;
  display: none;
}
.progressbar-dots.active {
  color: #fff;
  border: 0px solid rgb(38, 163, 134);
  background: #82ccc8;
}

/*  Tab */
.tab-pane {
  display: none;
}
#quoteform .tab-pane:first-child {
  display: block;
}
#get-cover-later-form .tab-pane:first-child {
  display: block;
}

/* Error */
span.error {
  font-size: 12px;
  /* font-family: "helvetica neue", arial, sans-serif; */
  color: #d6041d;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.container {
  max-width: 1280px;
}
/* QR Code section start */

.container.qr_container {
  max-width: 700px;
}
.container.qr_container_finder{
  max-width: 800px;
}

.blue_thick_line {
  width: 40px;
  height: 2px;
  background: #283979;
  margin: 10px 0;
}
#client_section {
  width: 100%;
  float: left;
  padding: 60px 0;
  background: url("../images/qr_centrestone.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-position: 100% 0;
}
#client_section h1 {
  /* font-family: "PT Serif", serif; */
  color: #000;
}

.qr_get_covered_btn {
  display: block;
  background: #1d8ecd;
  color: #fff;
  padding: 0.5em 1em;
  width: 100%;
  max-width: 15em;
  text-align: center;
  border: 1px solid #1d8ecd;
  font-size: 1.5em;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: 3em;
  margin-top: 1em;
  line-height:1.3;
}
.qr_get_covered_btn:hover {
  opacity: 0.8;
  transition: 0.4s all ease-in-out;
  color: #fff;
}
.qr_get_covered_btn img {
  max-width: 1em;
}
.qr_get_covered_btn span {
  float: right;
}
#get-covered-btn-1.qr_get_covered_btn{
    display:flex;
    align-items:center;
}
#client_section .four-days h1, #client_section .four-days h4{
    color:#213c75;
    margin-bottom:0em;
    font-weight:600;
}

.purchase_input {
  border: 2px solid #213c75;
  background: transparent;
  padding: 6px 0px 6px 3px;
  display:flex;
}
.purchase_input input {
  border: 0;
  outline: none;
  width: 100%;
  max-width: calc(100% - 23px);
  background: transparent;
  color: #213c75;
  font-weight: 500;
}
.purchase_input.dark_input {
  background-color: #213c75;
  color: #fff;
  display: flex;
  align-items: center;
}
.purchase_input.light_input {
  background-color: #f0f0f3;
  color: #213c75;
  border: 2px solid #f0f0f3;
  padding: 9px 0px 9px 10px;
  width: 100%;
  float: left;
}
.purchase_input.light_input input {
  background-color: #f0f0f3;
  color: #213c75;
}
.purchase_input.dark_input input {
  background-color: #213c75;
  border: 2px solid #213c75;
  outline: none;
  color: #fff;
}
.dark_input {
  background-color: #213c75;
  color: #fff;
  position: relative;
}
#client_section h4 {
  margin-bottom: 0;
}
#client_section p {
  text-align: left;
  line-height:1.5;
}
.pm {
  position: absolute;
  right: 5px;
}
#what-is-covered {
  background: #f1f1f1;
  padding: 60px 0;
}
.qr_left_icon {
  max-width: 7em;
}
.qr_right_icon {
  max-width: 2em;
}
.finder{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding-bottom:14em;
}
.finder h1{
  font-size:1.8em;
  font-weight:bold;
}
.finder .qr_left_icon{
  width:35px;
}
.finder .front-banner-quote{
  position: relative;
  top:auto;
  left:auto;
  min-width:auto;
  max-width:95%;
}
/* Policy features pages START */
  .finder-blue-wave-policy{
    color:#fff;
    background-color: #f1f1f1;
  }
/* Policy features pages END */


.cancel-text{
  position: relative;
  z-index:1000;
}
.cancel-text p{
  line-height:1.4;
}
#blue-section-button {
  background: #213c75;
  padding: 20px 0;
}
.qr_get_covered_btn.blue-back {
  background: rgba(33, 60, 117, 1);
  color: #fff;
  border: 2px solid #fff;
  max-width: none;
  margin: 0;
  font-weight: 600;
}
.qr_get_covered_btn.blue-back:hover {
  background: rgba(255, 255, 255, 0.2);
  transition: 0.4s all ease-in-out;
  color: #fff;
  opacity: 1;
}
.find-out-how-we-stack{
  background: rgba(33, 60, 117, 1);
  color: #fff;
  border: 2px solid #fff;
  max-width: 17em;
  margin: 0;
  font-weight: 600;
  padding:1.5em;
  display: inline-block;
}
.find-out-how-we-stack:hover{
  color:#fff;
}

#more-info {
  padding: 60px 0;
}
#more-info p {
  text-align: left;
}
.pds_btn {
  display: flex;
  background: #fff;
  color: #213c75;
  padding: 0.3em 1em;
  width: 100%;
  max-width: 10em;
  text-align: center;
  border: 2px solid #213c75;
  font-size: 1.5em;
  font-size: 1.3em;
  margin-bottom: 1em;
  margin-top: 1em;
  justify-content: space-between;
}
.pds_btn img {
  max-width: 1em;
}
#qr-contact {
  background: #f4f4f4;
  padding: 60px 0;
  width: 100%;
  float: left;
}
.qr_contact_btn {
  display: block;
  padding: 0.5em 1em;
  width: 100%;
  max-width: 14em;
  text-align: center;
  margin: 1em auto;
}
.qr_blue_background {
  background: #213c75;
  color: #fff;
}
.qr_blue_background:hover {
  color: #fff;
}
.qr_transparent_btn {
  background: transparent;
  color: #1d8ecd;
  border: 2px solid #1d8ecd;
  font-weight: 500;
}
.qr_transparent_btn:hover {
  color: #1d8ecd;
}
.qr_opening_hours p {
  text-align: left;
}
#qr_logo {
  background: #213c75;
  width: 100%;
  float: left;
  padding: 12px 0;
}
#qr_logo img {
  max-width: 5em;
}

#qr_code_section {
  width: 100%;
  float: left;
  margin: 60px 0;
}
.qr_code .form-control {
  background-color: #f0f0f3;
  border-radius: 0px;
  border: 1px solid #f0f0f3 !important;
  color: #283979 !important;
  height: 3em;
  width: 100%;
  max-width: none;
  font-weight: 500;
}
.qr_code .go_back,
.go_back_page {
  background: #fff;
  color: #283979;
  border: 2px solid #f0f0f3;
  padding: 10px 64px;
  margin-right: 20px;
}
.qr_code .qr_next {
  background: #fff;
  color: #283979;
  border: 2px solid #283979;
  padding: 10px 64px;
  margin-right: 20px;
}
.qr_code .go_back:hover,
.go_back_page:hover {
  text-decoration: none;
  border: 2px solid #7ce0e8;
  background: #7ce0e8;
  color: #fff;
  transition: 0.4s all;
}
.qr_code .qr_next:hover {
  text-decoration: none;
  border: 2px solid #7ce0e8;
  background: #7ce0e8;
  color: #fff;
  transition: 0.4s all;
}
.qr_code .qr_next.twisted_arrow {
  padding: 10px 25px;
}
.qr_code .form-control::placeholder,
.purchase_input input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #213c75;
  font-weight: 500;
}

.qr_code .form-control:-ms-input-placeholder,
.purchase_input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #213c75;
  font-weight: 500;
}

.qr_code .form-control::-ms-input-placeholder,
.purchase_input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #213c75;
  font-weight: 500;
}
.take_photo_btn {
  display: block;
  width: 100%;
  background: #213c75;
  color: #fff;
  max-width: 15em;
  padding: 0.5em 2em;
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  margin: 0 auto;
}
.take_photo_btn:hover {
  color: #fff;
}
.camera_icon {
  max-width: 48px;
  float: left;
}
.camera_class_top,
.camera_class_side,
.camera_class_invoice,
.camera_on_delete_class {
  display: none;
}
.top_view_image,
.side_view_image,
.invoice_image {
  display: none;
  max-width: 20em;
  margin: 2em auto;
}
.topview_ring,
.sideview_ring,
.invoice_icon {
  max-width: 10em;
  margin: 1em auto;
  text-align: center;
  display: block;
}
.photo-title {
  text-align: left;
  font-weight: 500;
}
.review_image {
  max-width: 8em;
}
.disclosure {
  margin-bottom: 2em;
}
.disclosure p {
  margin-bottom: 12px;
  font-weight: 500;
}

/* .disclosure input {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #213c75;
	padding: 9px;
	display: inline-block;
	position: relative;
}
.disclosure input:active, .disclosure input:checked:active {
	box-shadow: none;
}

.disclosure input:checked {
	background-color: #213c75;
	border: 1px solid #213c75;
	box-shadow:none;
	color: #213c75;
}
.disclosure input:checked:after {
	content: '\2714';
	font-size: 15px;
	position: absolute;
	top: -4px;
	left: 3px;
	color: #5ce1e6;
} */
.custom-checkbox {
  position: relative;
}

.custom-checkbox span {
  display: block;
  margin-left: 20px;
  padding-left: 7px;
  line-height: 20px;
  text-align: left;
}

.custom-checkbox span::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #213c75;
  @include vendorize(box-shadow, inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1));
}

.custom-checkbox span::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #0087b7;
  line-height: 20px;
  text-align: center;
  background: #213c75;
  border-radius: 5px;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: -1;
}

.custom-checkbox input[type="checkbox"]:checked + span::after {
  /* content: '\2714'; */
  content: "\2714\fe0e";
  font-size: 15px;
  position: absolute;
  background: #213c75;
  border-radius: 5px;
  top: 0px;
  left: -1px;
  color: #5ce1e6;
  -webkit-text-fill-color: #5ce1e6;
}
.agreed p {
  font-weight: 500;
}
.agreed p a {
  color: #1d8ecd;
  text-decoration: underline;
}
.email_me_quote {
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: underline;
}
.tab-content .twisted_arrow {
  width: 100%;
  margin: 2em auto;
  max-width: 130px;
  border: none;
}
.tab-content .twisted_arrow:hover {
  border: none;
  background: transparent;
}
.twisted_arrow_thanks {
  width: 100%;
  margin: 2em auto;
  max-width: 130px;
  border: none;
  background: transparent;
  padding: 10px 25px;
}
.twisted_arrow_thanks:hover {
  border: none;
  background: transparent;
}
.apple_pay,
.apple_pay:hover {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  padding: 0.2em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apple_pay img,
.google_pay img {
  max-width: 1.5em;
}
.google_pay,
.google_pay:hover {
  display: block;
  background: #f0f0f3;
  color: #999;
  text-align: center;
  font-size: 1.5em;
  padding: 0.2em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.or_section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
}
.or_section div {
  flex: 2;
}
.or_section p {
  flex: 1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.credit-cards-icons img {
  max-width: 40px;
  height: 100%;
}
.visit-website {
  background: #fff;
  color: #283979;
  border: 1px solid #f0f0f3;
  padding: 10px 25px;
  display: block;
  max-width: 10em;
  margin: 0 auto;
}

#card-element {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid;
  padding: 10px 15px;
}
#qr-client-logo {
  max-width: 300px;
  width: 100%;
}
/* QR Code section end */
/* Payment Start */

.example.example2 .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 10px;
}

.example.example2 .field {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0;
}

.example.example2 .field.half-width {
  width: 50%;
}

.example.example2 .field.quarter-width {
  width: calc(25% - 10px);
}

.example.example2 .baseline {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cfd7df;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  color: #213c75;
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  pointer-events: none;
  transition-property: color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #32325d;
  background-color: transparent;
}

.example.example2 .input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
}

.example.example2 .input.focused,
.example.example2 .input:not(.empty) {
  opacity: 1;
}

.example.example2 .input.focused::-webkit-input-placeholder,
.example.example2 .input:not(.empty)::-webkit-input-placeholder {
  color: #cfd7df;
}

.example.example2 .input.focused::-moz-placeholder,
.example.example2 .input:not(.empty)::-moz-placeholder {
  color: #cfd7df;
}

.example.example2 .input.focused:-ms-input-placeholder,
.example.example2 .input:not(.empty):-ms-input-placeholder {
  color: #cfd7df;
}

.example.example2 .input.focused + label,
.example.example2 .input:not(.empty) + label {
  color: #aab7c4;
  transform: scale(0.85) translateY(-25px);
  cursor: default;
}

.example.example2 .input.focused + label {
  color: #24b47e;
}

.example.example2 .input.invalid + label {
  color: #ffa27b;
}

.example.example2 .input.focused + label + .baseline {
  background-color: #24b47e;
}

.example.example2 .input.focused.invalid + label + .baseline {
  background-color: #e25950;
}

.example.example2 input,
.example.example2 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.example.example2 input:-webkit-autofill {
  -webkit-text-fill-color: #e39f48;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.example.example2 .StripeElement--webkit-autofill {
  background: transparent !important;
}

.example.example2 input,
.example.example2 button {
  -webkit-animation: 1ms void-animation-out;
}

.example.example2 button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 40px 15px 0;
  background-color: #24b47e;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.example.example2 .error svg {
  margin-top: 0 !important;
}

.example.example2 .error svg .base {
  fill: #e25950;
}

.example.example2 .error svg .glyph {
  fill: #fff;
}

.example.example2 .error .message {
  color: #e25950;
}

.example.example2 .success .icon .border {
  stroke: #abe9d2;
}

.example.example2 .success .icon .checkmark {
  stroke: #24b47e;
}

.example.example2 .success .title {
  color: #32325d;
  font-size: 16px !important;
}

.example.example2 .success .message {
  color: #8898aa;
  font-size: 13px !important;
}

.example.example2 .success .reset path {
  fill: #24b47e;
}
/* Payment END */

/* Css for the First Part */

#instant_quote {
  width: 100%;
  float: left;
  margin: 60px 0;
}
.quote_heading {
  color: #283979;
  padding-bottom: 2rem;
  font-size: 3em;
}
.quote_parg {
  font-size: 1.5rem;
  color: #283979;
  text-align: center;
}
.quote_custom_line {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #f0f0f3 65%);
  padding: 2px 20px;
}
.col-form-label {
  color: #283979;
}
#instant_quote .form-control {
  background-color: #f0f0f3;
  border-radius: 0px;
  border: 1px solid #f0f0f3 !important;
  color: #283979;
  height: 3em;
  width: 100%;
  max-width: 77%;
}
#instant_quote .form-control:focus {
  background-color: #f0f0f3;
  border: 1px solid #f0f0f3 !important;
}
#instant_quote .btn_wrap {
  justify-content: center;
  display: flex;
}
.btn_quote_now,
.go_next {
  background: #fff;
  color: #283979;
  border: 1px solid #f0f0f3;
  padding: 10px 25px;
  margin: 20px 0 50px 0;
}
.btn_quote_now.centred_btn {
  width: 100%;
  max-width: 200px;
  text-align: center;
  display: block;
  margin: 0;
  color: #283979;
  border: 2px solid #283979;
}

.btn_quote_now.popup{
  width:100%;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  background: #213c75;
  color:#fff;
}
.btn_quote_now:hover,
.go_next:hover,
.btn_quote_now.popup:hover {
  text-decoration: none;
  border: 1px solid #7ce0e8;
  background: #7ce0e8;
  color: #fff;
  transition: 0.4s all;
}
.next-btn2 {
  background: #fff;
  color: #283979;
  border: 2px solid #283979;
  padding: 10px 25px;
}
.next-btn2:hover {
  text-decoration: none;
  border: 1px solid #7ce0e8;
  background: #7ce0e8;
  color: #fff;
  transition: 0.4s all;
}
#instant_quote .form-group {
  margin-bottom: 2rem !important;
}
.bent_arrow_btn {
  margin: 0 auto;
  width: 100%;
  margin-top: 10px;
}
.tab-content #link_img {
  width: 100%;
  margin: 0 auto;
  max-width: 130px;
  border: none;
}
.tab-content #link_img:hover {
  border: none;
  background: transparent;
}

.btn_wrap {
  justify-content: center;
  display: flex;
}

/* Css for the Second Part */

#instant_quote_part2 {
  width: 100%;
  float: left;
  margin: 30px 0;
}
.box-chose {
  text-align: center;
  margin-bottom: 20px;
}
.grn_payment {
  color: #7ce0e8 !important;
  font-size: 2rem;
}
.bold_payment {
  font-weight: 600;
}
.quote_parg2 {
  font-size: 1.3rem;
  color: #283979;
  text-align: center;
}
#instant_quote_part2 .quote_custom_line {
  margin-bottom: 10px;
}
#instant_quote_part2 .btn_wrap {
  justify-content: center;
  display: flex;
}
#instant_quote_part2 a {
  text-decoration: underline !important;
  color: #283979;
}
#instant_quote_part2 p,
#instant_quote_part2 h2 {
  color: #283979;
  margin-bottom: 0.4rem;
  padding-top: 0.7rem;
}
#instant_quote_part2 h2 {
  padding-top: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.quote_phone,
.quote_mail {
  width: 20px;
  height: 30px;
  margin-right: 15px;
}
.icons_box {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
#instant_quote_part2 .link_underline {
  text-decoration: none !important;
}
.qr_code button.qr_next[disabled="disabled"] {
  background: #f0f0f3;
  color: rgb(110, 108, 108);
  border: 2px solid #f0f0f3;
  cursor: not-allowed;
  pointer-events: all !important;
}

/* Css style for Third Part */

#instant_quote_part3 {
  width: 100%;
  float: left;
  margin: 30px 0;
}
.true_gif {
  width: 115px;
  margin: 20px 0;
}
#instant_quote_part3 p {
  color: #283979;
  margin-bottom: 2rem;
}
#instant_quote_part3 a {
  color: #283979;
}

/* Css style for the Fourth Part */

#instant_quote_part4 {
  width: 100%;
  float: left;
  margin: 30px 0;
}
#instant_quote_part4 p {
  color: #283979;
  margin-bottom: 2rem;
}
#instant_quote_part4 a {
  color: #283979;
}

/* Style for the Selectable Content on Part 2 */

.entity-selectable h2{
  font-size:1.5em;
}
.entity-selectable .grn_payment{
  font-size: 1.5em;
}
.box-chose.entity-selectable {
  border:1px solid #283979;
  opacity: 0.7;
  height: 20em;
  margin-top: 0.8em;
  padding-right: 5px;
  padding-left: 5px;
}
.selected-item .card {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.entity-selectable.selected-item h2{
  font-size:2.2em;
  font-weight: bold;
}
.entity-selectable.selected-item .grn_payment{
  font-size: 2em;
}
.entity-selectable.selected-item p.no-additional-fees{
  font-weight:bold;
}
.box-chose.entity-selectable.selected-item {
  border:none;
  opacity: 1;
  height: auto;
  margin-top: 0em;
}
.entity-selectable:hover {
  cursor: pointer;
}
.entity-selectable .card {
  border: none !important;
}

.selected-item .card {
  background-color: #f0f0f3;
  border: none !important;
}
.star-checked{
  color:orange;
}
.rating_person{
  width: 4em;
  height: 4em;
  margin: 0 auto;
  display: inline-flex;
}
.rating_person img{
  border-radius: 50%;
  object-fit: cover;
}
.faded {
  visibility: hidden;
}

/* Css for the animated icon START */
.success-checkmark {
  height: 50%;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #fff;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #fff;
}
.tick_gif {
  text-align: center;
  margin-bottom: 2em;
}
.tick_gif img {
  max-width: 115px;
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
/* Css for the animated icon END */

/* END QUOTE STYLE */
#instantQuoteModal{
  position: absolute;
  z-index: 1000;
  top: 5.5em;
  display: none;
  width: 100%;
  max-width: 23em;
}
#jeweller-provide-photos-confirm-modal {
  position: absolute;
  z-index: 1000;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 40%;
  background: #fff;
  padding: 40px;
  text-align: center;
  display: none;
}
#instantQuoteModal h2{
  font-size:1.8em;
}
#instantQuoteModal h2.instant-title{
  font-size:1.1em;
}
.close.toggleDown{
  background: transparent;
  color:#000;
  border:none;
  font-size: 1.2em;
  padding: 0;
  margin: 0 0 0 1em;
  opacity: 1;
}
.close.toggleDown:hover{
  border:none;
}
#instantQuoteModal .modal-header{
  background: #7ce0e8;
  margin:0;
}
#instantQuoteModal .modal-content{
  border:1px solid #7ce0e8;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn_quote_now.popup.slideToggle{
  margin:0;
}

.get_covered_btn {
  display: block;
  background: #38b6ff;
  color: #fff;
  padding: 0.5em 2em;
  margin: 2em auto;
  width: 100%;
  max-width: 12em;
  text-align: center;
  border: 1px solid #38b6ff;
  border-radius: 20px;
  font-size: 1.5em;
}
.get_covered_btn:hover {
  background: transparent;
  border: 1px solid #38b6ff;
  color: #38b6ff;
  transition: 0.4s all ease-in-out;
}
.umbrella img {
  max-width: 30em;
  margin-top: -63px;
}
#main-insurance-image{
  width:100%;
  height:47em;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-insurance-title {
  position: absolute;
  top: 38%;
  left:0;
  right:0;
  margin:0 auto;
}
.main-insurance-title h1 {
  /* font-family: "PT Serif", serif; */
  color: #fff;
}
.main-insurance-title h2 {
  /* font-family: "PT Serif", serif; */
  color: #fff;
  font-size: 1.4em;
}
.smaller-main-insurance-title {
  text-align: center;
}
.smaller-main-insurance-title .box{
  width: 100%;
  max-width:30em;
  margin: 0 auto;
  background:#213c75;
  padding: 1em;
  color: #fff;
}
.smaller-main-insurance-title .box p{
  margin-bottom:0;
  font-size: 1.2em;
  line-height: 1.5;
}
.three-insurance-boxes{
  padding: 2em 0 4em 0;
}

.insurances-boxes{
  border:2px solid #213c75;
  padding: 2em 0;
}
.insurances-boxes:hover{
  border:2px solid #1d8ecd;
}
.insurances-boxes p{
  font-size:1.3em;
  font-weight:600;
}
.insurances-boxes img{
  max-width: 7em;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: block;
}
#insurance-info{
  width:100%;
  float:left;
  color:#fff;
}
#insurance-info .blue-back{
  background: #213c75;
  height:100%;
  padding: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#insurance-info .blue-back ul li{
  list-style-type: disc;
  margin-left: 1em;
  padding-bottom: 0.5em;
}
#insurance-info .blue-back hr{
  color: #fff;
  background: #fff;
  width: 100%;
  max-width: 40em;
  margin: 1em auto 2em auto;
}

#insurance-info img{
  height:33em;
  object-fit: cover;
}
.page-id-789 #insurance-info img{
  height:100%;
  object-fit: cover;
}
.page-id-247 #insurance-info img{
  height:27em;
  object-fit: cover;
}
.page-id-12 .no-container-image-text img, .page-id-29 .no-container-image-text img{
  height: 37em;
  object-fit: cover;
}
.page-id-1108 .no-container-image-text img{
  height: 33em;
  object-fit: cover;
}
#our-services{
  width:100%;
  float:left;
  padding:4em 0;
}
.parent-page img{
  object-fit:cover;
  height:18em;
}
.parent-page{
  border:2px solid #001238;
  position: relative;
}
.parent-page:hover .hover-overlay{
  width:100%;
}
.hover-overlay{
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  /* background: rgba(93,225,230,0.6); */
  background: rgba(33,60,118,0.8);
  transition:0.7s ease;
  width:0;
}
.hover-overlay h2{
  border:2px solid #fff;
  padding:0.6em 1.2em;
  width: 14em;
  min-width: 14em;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
}
.hover-overlay p{
  padding:0.6em 1.2em;
  width: 14em;
  min-width: 14em;
  text-align: center;
  color: #fff;
  margin-bottom:0;
}
.parent-page .title{
  padding:1em 0;
  background: #213c75;
  color:#fff;
}
.parent-page .title p{
  margin-bottom:0;
  text-align: center;
}
#why-centrestone{
  background: #213c75;
}
#why-centrestone #centrestone-policy{
  background: #fff;
  padding: 2em;
  margin-bottom: 2em;
  margin-top: 2em;
}
#why-centrestone .blue-back{
  padding:0 2em;
}
#why-centrestone #centrestone-policy .policy-content{
  flex-direction: column;
  text-align: center;
}
#why-centrestone #centrestone-policy .policy-content.slick-slide img{
  display:initial;
}
#why-centrestone #centrestone-policy .policy-content-text{text-align:center;}
.why-title h2{
  color:#fff;
  text-decoration: underline;
}
.big-blue-section-image img{height:100%;object-fit: cover;}

#insurance-page-quote{
  width:100%;
  float:left;
  padding:4em 0;
}
#insurance-page-quote img{
  max-width: 15em;
  margin: 0 auto;
  text-align: center;
  display: block;
}
#insurance-page-quote input, #insurance-page-quote select{
  height:3em;
}

/* Front banner instant quote START */
  .front-banner-quote-box{
    position: relative;
    width:100%;
  }
  /* .front-banner-quote{
    background-color:rgba(162,162,162,0.6);
    padding:2em 4em;
    position: absolute;
    right: 0;
    top: 4em;
    max-width: 32em;
  } */
  .front-banner-quote h2{
    margin-bottom:0;
    font-weight:bold;
  }
  .front-banner-quote .purchase_input.light_input{
    display: flex;
  }
  .front-banner-quote .btn_quote_now{
    margin:0;
    background:#7ce0e8;
    border: 1px solid #7ce0e8;
    font-weight: bold;
  }
  .front-banner-quote .btn_quote_now:hover{
    background:#7ce0e8;
    border: 1px solid #7ce0e8;
  }
  #banner_proceed_with_quote{
    background: #213c75;
    color: #fff;
    border: 1px solid #213c75;
    padding: 10px 25px;
    width: 100%;
    display: block;
    text-align: center;
  }
  #banner_proceed_with_quote:hover{
    transition: 0.4s ease-in-out;
    background: #fff;
    color: #213c75;
    border: 1px solid #213c75;
  }
  /* #show_proceed_with_quote{
    display: none;
  } */
/* Front banner instant quote END */

#our-jewellers-main{
  width:100%;
  float:left;
  display: flex;
  height: 47em;
}
#our-jewellers-main .container{
  display: flex;
  align-items: center;
}
#our-jewellers-main p{
  font-size:1.5em;
  color:#1d8ecd;
  line-height:1.5;
  text-align: center;
}
#our-jewellers-main .main-text{
  max-width: 30em;
  margin: 2em auto;
}
#our-jewellers-main .box{
  width: 100%;
  max-width: 21em;
  margin: 0 auto;
  background: #213c75;
  padding: 0.5em;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
#our-jewellers-main h1{
    font-size:2.2em;
}
#our-jewellers-main .box p{
  margin-bottom:0;
  font-size: 1.2em;
  line-height: 1.5;
}
.no-container-image-text{
  width:100%;
  float:left;
}
#customer-relations{
  background:#efefef;
  width:100%;
  float:left;
  padding:4em 0;
  position: relative;
}
#customer-relations h2{
  color:#1d8ecd;
}
#customer-relations p{
  max-width:62em;
  margin:0 auto;
}
.free-resources-btn {
  background: #213c75;
  color: #fff;
  border: 1px solid #213c75;
  padding: 10px 25px;
  width: 100%;
  display: block;
  max-width:20em;
  margin:0 auto;
  text-align: center;
}
.free-resources-btn:hover {
  color:#213c75;
  border: 1px solid #213c75;
  background: transparent;
  transition: 0.4s all;
}
.gif-img{
  position:absolute;
  bottom: 0;
  left:0;
}
.gif-img img{
  max-width:12em;
}
#our-jewellers-contact{
  width:100%;
  float:left;
  padding:4em 0;
  position: relative; 
}
#our-jewellers-contact h2{
  color:#1d8ecd;
  text-align: center;
  margin-bottom:1em;
}
#our-jewellers-contact .wpcf7-submit{
  background: #213c75;
  color: #fff;
  border: 1px solid #213c75;
  padding: 10px 25px;
  width: 100%;
  display: block;
  max-width:20em;
  margin:2em auto 0 auto ;
  text-align: center;
}
#our-jewellers-contact .wpcf7-submit:hover{
  color:#213c75;
  border: 1px solid #213c75;
  background: transparent;
  transition: 0.4s all;
}
#our-jewellers-contact input[type=text], #our-jewellers-contact input[type=email]{
  height:2.5em;
  width: 100%;
  border-top:none;
  border-right: none;
  border-left:none;
}
#our-jewellers-contact select{
  width:100%;
  height:3em;
  -webkit-appearance: menulist-button; /* For safari height*/
}
#our-jewellers-contact input[type=text]:focus, #our-jewellers-contact input[type=email]:focus{
  outline: none;
}
.padding-top{
  padding:3.5em 0;
}

.table img{
  max-width:2em;
}

.table td, .table th {
  vertical-align: middle;
}

.get-cover-big-btn {
  background-color: #178fce;
  text-transform: uppercase;
  font-size: 2em;
  color: #fff;
  padding: 15px 30px 15px 45px;
}

.get-cover-big-btn img {
  max-width: 30px;
  margin-left: 20px;
}
.additional-info{
  background:#f9f9f9;
  padding: 4em 0;
}

.exit-intent-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(33, 33, 33, 0.8);
  transform: translateY(60%) scale(0);
}

.exit-intent-popup.visible {
  transform: translateY(0) scale(1);
  z-index: 1000;
}
.exit-intent-popup #close{
  position: absolute;
  top: 0;
  right: 1em;
  color: #fff;
  background: transparent;
  border: none;
  font-size: 38px;
}
.exit-intent-popup h2{
  color:#fff;
}
.popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #213c75;
  padding:3em;
  width: 100%;
  max-width: 57em;
}
@media screen and (min-width: 2600px) {
  body,
  td {
    font-size: 200%;
  }
  .blue-column,
  .main-differences {
    padding: 3em 4% 3em 21%;
  }
}
@media screen and (min-width: 1921px) {
  body,
  td {
    font-size: 140%;
  }
  .container {
    max-width: 75%;
  }
  .container.inner-container {
    max-width: 65%;
  }
  .container.qr_container_finder {
    max-width: 60%;
  }
  .blue-column {
    padding: 1em 4% 1em 24%;
  }
  .main-differences {
    padding: 1em 2% 1em 21%;
  }
  .home_contents {
    padding: 1.6em 1% 1.6em 1%;
  }
  .compare {
    padding: 25px 22% 10px 0;
  }
  #insurance-page-quote input, #insurance-page-quote select {
    height: 4em;
  }
  .finder{
    padding-bottom:17em;
  }
}
@media screen and (min-width:768px) and (max-width:1200px){
  .hover-overlay h2{
    border:2px solid #fff;
    padding:0.6em 1.2em;
    width: 14em;
    min-width: 14em;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
  }
  .hover-overlay p{
    padding:0.6em 2.2em;
    width: 14em;
    min-width: 14em;
    text-align: center;
    color: #fff;
    margin-bottom:0;
  }

  .tm-dashboard .left .inner {
    position: fixed;
    z-index: 999;
    width: 300px;
    height: 100vh;
    left: -320px;
    background: #fef8f6;
    top: 0;
    transition: 0.5s ease;
    z-index: 999;
  }

  .tm-dashboard .left .inner.show {
      left: 0;
  }
}
@media screen and (min-width: 1800px) {
  .finder-blue-wave-policy .blue_waves_section{
    height:51em;
  }
  .finder-blue-wave-policy .blue_waves_section .row.get_started{
    margin-top:26em;
  }
}
@media screen and (max-width: 1800px) {
  .compare {
    padding: 25px 10% 10px 0;
  }
  .blue-column {
    padding: 3em 2em 3em 17%;
  }
}
@media screen and (max-width: 1560px) {
  .text-banner{
    right:6%;
  }
  #insurance-info img{
    height:100%;
    object-fit: cover;
  }
  .page-id-247 #insurance-info img{
    height:33em;
    object-fit: cover;
  }
  .page-id-1108 .no-container-image-text img{
    height: 40em;
    object-fit: cover;
  }
  .finder-blue-wave {
    margin-top: -17em;
  }
  .finder-blue-wave .get_started{
    margin-top:24em;
  }
  .finder-blue-wave .blue_waves_section{
    height: 40em;
  }
}
@media screen and (max-width: 1500px) {
  .left-image-section .img-on-left {
    height: 72vh;
  }
  .gif-img img {
    max-width: 6em;
  }
  .front-banner-quote{top:5%;}
}
@media screen and (max-width: 1350px) {
  #main-image img{
    height:54em;
    object-fit:cover;
  }
  #insurance-info .blue-back{
    padding:2em;
  }
}
@media screen and (max-width: 1280px) {
  .page-id-247 #insurance-info img{
    height:100%;
    object-fit: cover;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
  .compare {
    padding: 25px 1% 10px 0px;
  }
  .blue-column {
    padding: 3em 2em 3em 1%;
  }
  #carousel-1 .card {
    padding: 3% 3em 6% 3em;
    margin: 10px 13px;
  }
  .multi-item-carousel .carousel-inner {
    left: -20%;
  }
  .apostrophe.first {
    left: 1em;
  }
  .two-buttons.category-buttons {
    flex-wrap: wrap;
  }
  .left-image-section .blue_scribble {
    left: 3em;
  }
  .text-banner{
    top: 13%;
    max-width: 26em;
  }
  iframe {
    width: 75%;
  }
}

@media screen and (max-width: 1050px) {
  .open_days {
    display: none;
  }
  .front-banner-quote {
    top: 30%;
  }
  .text-banner {
    top: 30%;
  }
  .finder-blue-wave {
    margin-top: -12em;
  }
  .finder-blue-wave .get_started{
    margin-top:15em;
  }
  .finder-blue-wave .blue_waves_section{
    height: 30em;
  }
}

@media screen and (max-width: 992px) {
    span.click-li-child.flipX {
        transform: rotate(180deg);
    }
  .desktop-menu, .header-holder{
    display: none;
  }
  .header-menu-mobile{
    display: block;
    padding: 0.5em 0;
  }
  .header-menu-mobile button{
    padding-right:2em;
  }
  .top-header {
    margin-top: 1em;
  }
  .page-id-29 .no-container-image-text img{
    height:auto;
  }
  h1 {
    font-size: 2.5em;
  }
  .five-c-content h2, .video-section h2{
    font-size:1.5em;
  }
  .smaller-main-image-title {
    padding: 0 15%;
  }
  .front-banner-quote{
    right: 0;
    left: 0;
    top: 5em;
    max-width: 33em;
    margin: 0 auto;
  }
  .hold-img-slider img{height:97vh;}
  .text-banner {
    bottom:1em;
    top:auto;
    max-width: 50em;
    right: 0;
    left: 0;
    margin: 0 auto;
    display:none;
}
  .main-image-title{top:4%; left:0; right:0; margin: 0 auto;max-width: 30em;}
  .navbar-nav {
    text-align: center;
    background: #213c75;
    color: #fff;
    width: 100%;
    padding-left: 5%;
  }
  .mobileMenu {
    position: absolute;
    top: 100%;
    right: 0;
    margin: auto;
    z-index: 1000;
    transform: translateX(-150%);
    transition: all ease 0.3s;
    width: 80%;
  }
  .mobileMenu.open {
    transform: translateX(0);
  }
  .navbar-nav .dropdown-menu {
    display: none;
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .overlay.open {
    display: block;
  }
  .dropdown-item {
    text-align: center;
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    border: none;
    background: #213c75;
    color: #fff;
    padding-top: 0;
    margin: 0;
  }
  .navbar-nav .dropdown-menu li a {
    border: none;
    font-size: 0.8em;
    text-align: left;
    padding: 2px 1.5em;
  }
  /* .dropdown-toggle.nav-link{padding-bottom:0;} */
  .navbar-nav .nav-link {
    color: #fff;
    text-align: left;
  }
  .navbar-nav li {
    border-bottom: 1px solid #fff;
    padding: 0px 0px;
  }
  .navbar-nav li ul li {
    border: none;
  }
  .navbar-nav {
    overflow-y: auto;
  }
  #menu-main-menu > .current-menu-item > a {
    border-bottom: none;
    background: #213c75;
  }
  .centrestone h4 {
    font-size: 1.5em;
  }
  .policy-content {
    flex-direction: column;
  }
  .main_nav {
    flex-direction: column;
    align-items: center;
    padding: 7px 0;
  }
  .vertical-line {
    display: none;
  }
  .tighter-section {
    padding: 30px 1% 0px 1%;
    text-align: center;
  }
  .why-love-us-back-image img {
    width: 98%;
  }
  .apostrophe.first {
    top: 24px;
  }
  .multi-item-carousel .carousel-inner {
    left: 3%;
  }
  .lower_opacity {
    opacity: 1;
  }
  .inner-page-main-image {
    height: 80vh;
    background-size: cover;
  }
  .carousel-control-next {
    right: 48px;
  }
  .carousel-control-prev {
    left: 48px;
  }
  .get_started {
    margin-top: 15em;
  }
  #contact-ifno-section a {
    word-break: break-all;
  }
  .left-image-section .blue_scribble {
    bottom: 0;
  }
  #instantQuoteModal{
    top:6.1em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .finder-blue-wave-policy .blue_waves_section{
    height:42em;
  }

  .account-dropbtn {
    background-color: transparent!important;
  }

  .show-in-mobile {
    display: block;
  }
  .two-buttons {
    display: none;
  }
  .two-buttons.category-buttons {
    display: flex;
  }
  .two-buttons.category-buttons div a {
    border: none;
    text-decoration: underline;
    display: initial;
    padding: 5px 12px;
    margin: 10px 0px;
  }
}
@media screen and (max-width: 991px) {
  #openDashboardSidebar {
    position: fixed;
    z-index: 999;
    background: #213c75;
    width: 42px;
    height: 35px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding: 10px;
    left: 0;
    bottom: 50px;
    transition: 0.5s ease;
  }

  #openDashboardSidebar img {
      width: 100%;
      animation: bounce 3s infinite;
  }

  @keyframes bounce {

      0%,
      20%,
      50%,
      80%,
      100% {
          transform: translateX(0);
      }

      40% {
          transform: translateX(-5px);
      }

      60% {
          transform: translateX(-5px);
      }
  }

  #openDashboardSidebar.iconFloat {
      left: 300px;
  }

  .left-sidebar {
    display: none;
    position: fixed;
    left: -15px;
    z-index: 10;
    background: #000000a6;
  }

  .left-sidebar .inner {
    width: 300px;
    height: 100vh;
    background: #fef8f6;
  }

  .tm-dashboard {
    padding-top: 0!important;
  }

  .right-section-container {
    padding-top: 30px;
  }

  .account-container {
    padding: 0 15%;
  }
}
@media screen and (max-width: 768px) {
  #our-jewellers-contact input[type=text], #our-jewellers-contact input[type=email]{width:100%;}
  #client_section {
    background-position: 30%;
  }
  .left-image-section .blue_scribble {
    display: none;
  }
  .grey_waves_section .row:first-child, .grey_waves_section_policy_features .row:first-child{
    padding-top: 3em;
  }
  .umbrella img {
    margin-top: 0;
  }
  h1 {
    font-size: 2em;
    line-height: 1.3;
  }
  #client_section h1 {
    font-size: 3em;
  }
  .grey_centrestone_background .pl-5 {
    padding-left: 0 !important;
  }
  #single-post aside {
    padding-left: 0;
    margin-bottom: 0;
  }
  #single-post .blog_date {
    text-align: center;
  }
  .home_contents {
    text-align: center;
  }
  .instant-quote {
    top: 55%;
  }
  .main-image-title {
    left: 0;
    right: 0;
  }
  .policy-content-text {
    padding: 0 7%;
  }
  .policy-content-text h4 {
    text-align: center;
  }
  .policy-content-text p {
    text-align: center;
  }
  .multi-item-carousel .carousel-inner {
    left: 0;
  }
  .lower_opacity {
    display: none;
  }
  #carousel-1 .card {
    width: 64%;
  }
  .latest-blogs-card {
    padding-bottom: 20px;
  }
  p.narrow-text {
    padding: 1em 10%;
  }
  .inner-main-text {
    padding: 0 5%;
  }
  #light_blue_section {
    padding: 2em 5%;
  }
  #light_blue_section p {
    word-break: break-all;
  }
  .testimonials_title {
    padding: 0 3%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    max-width: 22px;
    top: 38%;
  }
  .get_started img {
    display: none;
  }
  .get_started {
    padding: 0 5%;
    margin-top: 12em;
    justify-content: center;
  }
  .blue_waves_section {
    height: 40em;
  }
  .finder-blue-wave-policy .blue_waves_section {
    height: 29em;
  }
  .accordion-style {
    margin-top: 25px;
  }
  .left-image-section {
    text-align: center;
  }
  .left-image-section .img-on-left {
    float: none;
  }
  .left-image-section .blue_scribble {
    width: 80%;
  }
  #instant_quote .form-control {
    max-width: 83%;
  }
  .camera_icon {
    max-width: 40px;
    position: absolute;
    left: -21px;
    top: 4px;
  }
  .take_photo_btn {
    max-width: 10em;
    padding: 0.5em 1em;
  }
  #front-banner-step2 #instant_quote_part2{
    padding:0 1em;
  }
  #insurance-info img{
    height:44vh;
  }
  .five-c-content {
    flex-direction: column;
  }
  .five-c-content img {
    max-width: 7em;
  } 
  .five-c-content h2 {
    padding-right: 0;
    text-align: center;
  }
  .front-banner-quote{top:15em;}
  .container.qr_container_finder{max-width: 100%;}

  #step-3-payment-details-container {
    width: auto!important;
    margin-left: -15px!important;
  }

  .step-3-payment-details-container-first {
    margin-bottom: 40px;
  }
  .exit-intent-popup img{
    max-width: 20em;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .exit-intent-popup h3{
    text-align: center;
  }

  .cntntArea {
    padding: 40px 15px;
  }

  .account-container {
    padding: 0 15px;
  }
  iframe {
    height: 300px;
}
}
@media screen and (max-width: 670px) {
  .text-banner{
    display: none;
  }
  .hold-img-slider img {
    height: 80vh;
  }
}
@media screen and (max-width: 576px) {
  .popup-container{
    padding:2em;
  }
  .popup-container h2{
    font-size:1.3em;
  }
  .popup-container h3{
    font-size:1.1em;
  }
  .exit-intent-popup #close{
    right:20px;
  }
  .finder-blue-wave {
    margin-top: -9em;
  }
  .finder-blue-wave .blue_waves_section {
    height: 20em;
  }
  .finder-blue-wave .get_started {
    margin-top: 12em;
  } 
  .finder-blue-wave h2 {
    font-size: 2em;
  }
  .front-banner-quote .btn_quote_now{
    width:100%;
  }
  .front-banner-quote {
    right: 0;
    left: 0;
    top: 2em;
    max-width: 21em;
    margin: 0 auto;
    padding: 2em 1.5em;
    min-width:auto;
  }

  .btn_wrap.restart-application {
    flex-direction: column;
  }

  .tick_gif img {
    max-width: 72px;
  }
  .container.qr_container {
    max-width: 335px;
  }
  .purchase_input input {
    max-width: 6.5em;
  }
  .purchase_input {
    padding: 6px 0 6px 10px;
  }
  .btn_wrap.btn_finalise {
    flex-direction: column-reverse;
  }
  .qr_code .go_back,
  .go_back_page {
    padding: 10px 41px;
  }
  .qr_code .go_back.go_back_finalise {
    padding: 10px 41px;
    margin-top: 16px;
    text-align: center;
    margin-right: 0;
  }
  .go_back.go_back_finalise.go_back_to_6 {
    width: 100%;
  }
  .btn_quote_now.centred_btn {
    max-width: none;
  }
  .qr_code .qr_next {
    padding: 10px 41px;
    /* margin-right:0; */
  }
  .centrestone {
    padding: 15px 10px;
  }
  .centrestone.wysiwig {
    padding: 15px 10px 72px 10px;
  }
  .top-nav-info .far {
    width: 1.3em;
  }
  .top-nav-info .fass {
    width: 0.6em;
  }
  .main_nav p {
    padding: 0 8px;
    font-size: 0.7em;
    text-align: left;
  }
  h2 {
    font-size: 1.6em;
    text-align: center;
    padding: 0 1em;
  }
  h3{padding:0 1em;}
  .logo {
    max-width: 12em;
  }
  .smaller-main-image-title {
    padding: 0 5%;
  }
  .arrow-image {
    top: -0.8em;
  }
  .arrow-image img {
    max-width: 40px;
  }
  .instant-quote {
    top: 65%;
    max-width: 274px;
    padding: 1em 4em 1em 0em;
  }
  .instant-quote h3 {
    font-size: 1.2em;
  }
  #custom_html-2 p {
    text-align: left;
  }
  p {
    text-align: center;
  }
  .finder p{
    text-align: left;
  }
  .disclosure p {
    text-align: left;
  }
  .qr_opening_hours p {
    text-align: left;
  }
  .card-body p {
    text-align: left;
  }
  .grey-column .col {
    text-align: center;
    font-size: 12px;
  }
  .grey-column .row.title {
    align-items: flex-end;
  }
  .blue-column {
    padding: 3em 1% 3em 1%;
  }
  .blue-column h2 {
    text-align: center;
  }
  #bottom-section p.main-text {
    padding: 1em 1%;
  }
  .two-btns {
    flex-direction: column;
  }
  .two-btns div {
    padding-bottom: 16px;
    padding-right: 0;
  }
  .transparent-btn {
    padding: 0.6em 60px;
  }
  .widget {
    padding: 0 1% 3% 1%;
  }
  .widget-title {
    margin-left: 0;
    margin-bottom: 6px;
  }
  .carousel-control-next {
    right: 19px;
  }
  .carousel-control-prev {
    left: 19px;
  }
  .cream_border_in_mobile {
    display: block;
    margin: 5px 0;
  }
  .cream_border {
    display: none;
  }
  .download_btn {
    float: none;
    max-width: 12em;
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .download_section .col-sm-10 {
    text-align: center;
  }
  .inner-page-main-image {
    background-position: left;
  }
  .inner-main-text {
    bottom: 137px;
  }
  .quote_heading {
    display: flex;
    justify-content: center;
    padding-bottom: 1.1rem;
  }
  .light_blue_section {
    display: flex !important;
    justify-content: center !important;
  }
  #searchfaq input[type="text"] {
    width: 82%;
  }
  .table_title {
    font-size: 0.9em;
  }
  .closes p {
    line-height: 20px;
  }
  .flex_icon p {
    font-size: 0.9em;
  }
  .grey_waves_section .ticks p img,
  .grey_waves_section .closes p img,
  .grey_waves_section_policy_features .ticks p img,
  .grey_waves_section_policy_features .closes p img {
    max-width: 2.4em;
  }
  .flex_icon img {
    max-width: 4em;
  }
  #instant_quote .form-control {
    max-width: 100%;
  }
  #instant_quote .form-group {
    margin-bottom: 0 !important;
  }

  #client_section p.small_font {
    font-size: 0.8em;
    margin-bottom: 8px;
  }
  .box-chose h2 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .box-chose p {
    font-size: 0.9em;
  }
  .box-chose p.grn_payment {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 0;
  }
  .blue-back h3{text-align: center;}
  .gif-img img{
    display: none;
  }
  .five-c-content h2 {
    font-size: 1.2em;
  }

  .get-cover-big-btn {
    font-size: 1em;
    padding: 10px 20px 10px 30px;
  }

  .get-cover-big-btn img {
    max-width: 20px;
    margin-left: 10px;
  }
  .tm-dashboard .left .inner {
    width: 250px;
  }

  .left-sidebar .inner {
    width: 300px!important;
  }
}

@media screen and (max-width: 411px) {
  .page-template-instant_quote #light_blue_section {
    background: #fff;
    padding: 20px 0px;
  }
  #what-is-covered h4 {
    font-size: 1em;
  }
  .camera_icon {
    left: 9px;
  }
  .take_photo_btn {
    max-width: 8em;
  }
  .front-banner-quote{
    top: 5em;
    padding:2em;
  }
  .finder-blue-wave .blue_waves_section {
    height: 18em;
  }
  .finder-blue-wave .get_started {
    margin-top: 9em;
  }

  .common-form form {
    padding: 50px 15px!important;
  }
}

@media screen and (max-width: 374px) {
  .top-nav-info .far {
    width: 1em;
  }
  .top-nav-info .fass {
    width: 0.6em;
  }
  .main_nav p {
    padding: 0 5px;
    font-size: 0.6em;
    text-align: left;
  }
  .get_started {
    margin-top: 7em;
  }
  .blue_waves_section {
    height: 36em;
  }
  .get_started_box {
    padding: 0.3em 2em;
  }
  .container.qr_container {
    max-width: 278px;
  }
  .purchase_input input {
    max-width: 7em;
  }
  .pm {
    right: 5px;
    font-size: 10px;
  }
  .qr_get_covered_btn {
    font-size: 1em;
  }
  #client_section h4 {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 330px) {
  .camera_icon {
    left: -1px;
  }
  .front-banner-quote {
    top:0em;
    padding: 1em;
  }
}
@media screen and (max-width: 280px) {
  .front-banner-quote {
    top: 17em;
    padding: 1em;
  }
  #main-image img{
    height:56em;
  }
}

.blue-line {
  width: 100%;
  height: 3px;
  background: #213c75;
}
@media screen and (min-width:993px) {
    span.click-li-child {
        pointer-events: none;
    }
}

#upload-pics-choice {
  padding-top: 50px;
  padding-bottom: 50px;
}

.toggle {
  border-radius:10px;
  border:1px solid #213c75;
  overflow:auto;
  width: 67px;
}

.toggle label {
  float:left;
  width:100%;
  margin-bottom: 0;
}

.toggle label span {
  text-align:center;
  padding:8px 0px;
  display:block;
  cursor: pointer;
}

.toggle label input {
  display: none;
}

.toggle .input-checked /*, .bounds input:checked + span works for firefox and ie9 but breaks js for ie8(ONLY) */ {
  background-color:#213c75;
  color:#fff;
}

#step-3-payment-details-container {
  width: calc(100% + 170px);
  margin-left: -85px;
}

.step3-payment-info {
  background-color: #223d74;
  color: #fff;
  padding: 20px 10px;
  height: 100%;
}

.common-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 75px 0;
  text-align: center;
}

.common-form form {
  background-color: #213c75;
  padding: 50px;
  color: #fff;
}

.login_passcode_form, .create_password_form, .login_page_form, .forgot_password_form {
  display: none;
}

.btn {
  margin-right: 0;
  background: #1d8ecd;
  border: 1px solid #1d8ecd;
  color: #fff;
  padding: 5px 15px;
}

.btn:hover {
  border: 1px solid #fff;
  background: transparent;
  transition: 0.4s all;
  color: #fff;
}

.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-family: sans-serif;
  z-index: 1500;
  display: none;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #213c75;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal-body {
  padding: 5rem;
}

.password-rules {
  font-size: .7em;
  text-align: left;
  line-height: 15px;
}

#sendAgainContainer {
  display: none;
}

.billing-span {
  font-size: 13px;
}

.changeCardBtn:hover {
  cursor: pointer;
}

#errorMsg {
  font-size: 16px;
}

.account-dropbtn {
  padding: 0;
  padding-bottom: 3px;
  border: none;
  background-color: #fff;
}

.account-dropdown {
  position: relative;
  display: inline-block;
  background-color: #213c75;
}

.account-dropdown-content {
  display: none;
  position: absolute;
  background-color: #213c75;
  z-index: 1;
  padding: 5px 25px 5px 25px;
  left: -20px;
  border-radius: 0.25rem;
}

.account-dropdown-content-container {
  box-shadow: 0px 4px 3px 0px rgb(0 0 0 / 14%);
}

.account-dropdown-content a {
  padding: 5px 0!important;
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  color: #fff!important;
}

.account-dropdown-content a:before {
  transition: 0.3s;
  content: '';
  position: absolute;
  height: 2px;
  background: transparent;
  width: 0px;
  bottom: 0.5em;
  left: 0;
  right: 0;
}

.account-dropdown-content a:hover:before {
  background: #fff !important;
  width: 100%;
}

.account-dropdown:hover .account-dropdown-content {display: block;}

.account-dropdown:hover .account-dropbtn {background-color: #FBFBFB;}

#openDashboardSidebar, .scrollToRight {
  display: none;
}

@media (max-width: 1300px) {

  .account-dropdown-content {
    left: -33px;
  }
}

@media (max-width: 1199px) {

  .account-dropdown {
    background-color: transparent;
    margin-top: -10px;
  }

  .scrollToRight {
    position: absolute;
    background: #213c75;
    width: 35px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    left: 0;
    top: 37px;
    transition: 0.5s ease;
  }

  .scrollToRight img {
    width: 100%;
    animation: bounce 3s infinite;
  }
}

.tm-dashboard {
  padding-top: 60px;
  padding-bottom: 30px;
}

.tm-dashboard .left .inner {
  box-shadow: 0px 0px 6px rgb(241 108 84 / 11%);
  position: sticky;
  top: 85px;
}

.tm-dashboard .left .profile_box {
  background: #213c75;
  padding: 25px 15px;
  border-radius: 5px 5px 0px 0px;
}

.tm-dashboard .left .profile_box ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}

.tm-dashboard .left .profile_box ul li:first-child {
  width: 70px;
  background: #fff;
  padding: 15px;
  border-radius: 50%;
}

.tm-dashboard .left .profile_box ul li:first-child img {
  width: 100%;
}

.tm-dashboard .left .profile_box ul li:last-child {
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.tm-dashboard .left .profile_box ul li:last-child p {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  font-weight: 800;
}

.tm-dashboard .left .profile_box ul li:last-child p span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.menu_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.menu_list ul li {
  width: 100%;
}

.menu_list ul li a {
  display: block;
  padding: 14px 15px;
  background: #f5f8fa;
  font-size: 14px;
  color: #213c75;
  font-weight: 600;
  border-bottom: 1px solid #fce6e1;
  transition: 0.5s ease;
}

.menu_list ul li a img {
  width: 18px;
  margin-right: 15px;
}

.menu_list ul li:last-child a {
  border-radius: 0px 0px 5px 5px;
  border: 0;
}

.menu_list .accordion-item {
  border: 0px;
}

.menu_list .accordion {
  width: 100%;
}

.menu_list .accordion-header a,
.menu_list .accordion-body a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #213c75;
  font-weight: 600;
  border-bottom: 1px solid #fce6e1;
  background: #fcdfd9;
}

.menu_list .accordion-header.collapsed a {
  background: #fef8f6;
}

.menu_list .accordion-body {
  padding: 0;
}


.menu_list .accordion-body a {
  padding-left: 35px;
  background: #fef8f6;
}

.menu_list ul li a:hover,
.menu_list ul li a.active,
.menu_list .accordion-header a.active {
  background: #fdedea;
}

.menu_list .accordion-header a {
  position: relative;
}

.menu_list .accordion-header a::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  content: "";
  background: url(../images/down_arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}

.right-section-container {
  display: none;
}

#profile-container {
  display: block;
}

.login_page_form, .login_passcode_form, .create_password_form, .forgot_password_form {
  display: none;
}

.breadCrumb {
  background: #fef8f6;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 14px;
  border-bottom: 1px solid #fce6e1;
  box-shadow: 0px 0px 6px rgb(241 108 84 / 11%);
}

.breadCrumb p a {
  font-size: 14px;
  color: #213c75;
  margin-right: 9px;
  padding-right: 10px;
  border-right: 1px solid #213c75;
}

.breadCrumb p span {
  color: #777;
}

.cntntArea {
  margin-top: 30px;
  border-top: 3px solid #213c75;
  padding: 50px 25px;
  box-shadow: 0px 0px 6px rgb(241 108 84 / 11%);
}

.hdng {
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: 700;
  color: #213c75;
  position: relative;
}

.cntntArea .profileBox {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  max-width: 100%;
  margin: 0px auto;
}

.cntntArea .profileBox .hdng {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cntntArea .profileBox .hdng .editProfile {
  font-size: 12px;
  background: #213c75;
  font-weight: 600;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
}

.cntntArea .profileBox label {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
}

.cntntArea .profileBox label span,
.cntntArea .profileBox label .ap-input {
  display: block;
  background: #fef8f6;
  padding: 10px 15px;
  margin-top: 7px;
  font-weight: 400;
  width: 100%;
  border: 0;
  outline: none !important;
}

.cntntArea .profileBox label.address span,
.cntntArea .profileBox label.address textarea.ap-input {
  min-height: 150px;
}

.cntntArea .profileBox .ap-submit {
  width: 100%;
  background: #213c75;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  margin-top: 25px;
  display: none;
}

.cntntArea .profileBox label.address span b {
  display: inline-block;
  width: 160px;
  font-weight: 400;
}

.cntntArea .policyDocumentBox .nav-tabs .nav-item .nav-link:focus,
.cntntArea .policyDocumentBox .nav-tabs .nav-item .nav-link:hover,
.cntntArea .policyDocumentBox .nav-tabs .nav-item.show .nav-link,
.cntntArea .policyDocumentBox .nav-tabs .nav-link.active,
.cntntArea .policyDocumentBox .nav-tabs {
  border: 0 !important;
}

.cntntArea .policyDocumentBox .nav-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.cntntArea .policyDocumentBox .nav-link {
  background: #fef8f6 !important;
  height: 50px;
  font-size: 15px;
  width: 150px;
  color: #213c75;
  border-radius: 0 !important;
  font-weight: 600;
}

.cntntArea .policyDocumentBox .nav-link.active {
  background: #213c75 !important;
  color: #fef8f6;
}

.cntntArea .submitClaimBox {
  width: 400px;
  max-width: 100%;
  margin: 0px auto;
}

.overviewBox .box {
  background: #fff;
  padding: 25px 15px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  text-align: center;
}

.overviewBox .box .numbers {
  width: 90px;
  height: 90px;
  display: flex;
  background: #fef8f6;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #213c75;
  border-radius: 50%;
  margin: 0px auto 10px;
  border: 5px solid #fbdcd6;
  font-weight: 700;
}

.overviewBox .box span.name {
  font-size: 14px;
  font-weight: bold;
  color: #2f2f2f;
}

.tabWrapper * {
  border: 0;
}

.tableWrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
}

.tableWrapper table {
  white-space: nowrap;
}

.tableWrapper thead th {
  background: #fef8f6;
  font-size: 14px;
  padding: 15px 15px;
  border-bottom: 1px solid #fbd7d1 !important;
  color: #213c75;
  font-weight: 700;
}

.tableWrapper thead th:first-child {
  width: 70px;
}

.tableWrapper tbody td img {
  width: 35px;
}

.tableWrapper tbody td,
.tableWrapper tbody th {
  font-size: 14px;
  background: #fef8f6;
  padding: 10px 15px;
  border-bottom: 2px solid #ffffff;
  color: #777;
  vertical-align: middle;
}

.tableWrapper tbody td a.download:hover, .tableWrapper tbody td a.request-docs:hover {
  background: #ffffff;
  color: #213c75;
}

.tableWrapper tbody td a.download, {
  background: #213c75;
  border: 1px solid #213c75;
  color: #fff;
  padding: 5px 15px;
  font-size: 11px;
  border-radius: 15px;
  margin: 0 auto;
  display: block;
  width: 90px;
  text-align: center;
  transition: 0.5s ease;
}

.tableWrapper tbody td a.request-docs {
  background: #213c75;
  border: 1px solid #213c75;
  color: #fff;
  padding: 5px 15px;
  font-size: 11px;
  border-radius: 15px;
  margin: 0 auto;
  display: flex;
  width: 100px;
  transition: 0.5s ease;
  align-items: center;
  justify-content: center;
}

.submitClaimBox .holder,
.file-area label {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  color: #777;
  font-weight: 600;
}

.file-area label {
  margin-bottom: 0;
}

.submitClaimBox .holder .ap-input {
  width: 100%;
  height: 45px;
  background: #fef8f6;
  border: 0px;
  outline: none;
  box-shadow: unset;
  margin-top: 7px;
  padding: 0 15px;
  border: 1px solid #fdedea;
}

.submitClaimBox .holder textarea.ap-input {
  height: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.billing_holder .left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.billing_holder .left ul li {
  width: 100%;
  padding: 25px 15px;
  background: #fff;
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 25px;
  font-size: 16px;
}

.billing_holder .left ul li strong {
  font-size: 15px;
  margin-top: 7px;
  font-weight: 900;
}

.billing_holder .left ul li strong span {
  font-size: 11px;
  display: block;
  color: #213c75;
}

.right .inner {
  width: 100%;
  padding: 25px 15px;
  background: #fff;
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  font-size: 16px;
}

.right .inner p.cardHdng {
  font-size: 16px;
  font-weight: bold;
  background: #fef8f6;
  padding: 5px 15px;
  margin-bottom: 20px;
}

.right .inner h5.carDetail {
  background-image: url(../images/mc.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px;
  padding: 15px 0px 15px 65px;
  font-size: 17px;
  margin-bottom: -5px;
}

.right .inner p.cardExpiry {
  font-size: 13px;
  color: #919191;
  padding-left: 65px;
  display: none;
}

.right .inner .cardChange a {
  display: block;
  margin-top: 42px;
  text-align: center;
  background: #213c75;
  font-size: 14px;
  padding: 8px 10px;
  color: #fff;
}

.activeBtn,
.expiredBtn,
.pendingBtn,
.completedBtn {
  background: #070;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  border-radius: 13px;
  font-size: 12px;
  text-align: center;
}

.expiredBtn {
  background: #d10000;
}

.pendingBtn {
  background: #bbe500;
}

.completedBtn {
  background: #36c6d3;
}

#change-card-form {
  padding: 0;
  background: #fff;
}

.help-form {
  max-width: 820px;
  margin: 0 auto;
  padding: 65px 40px 40px;
  border-radius: .25rem;
  background: #fff9f9;
  position: relative;
  border: 2px solid #213c75;
  margin-top: 36px;
}

.help-form .input-group > .form-control,
.help-form .input-group > textarea {
  width: 100%;
  border: 1px solid #adb5bd;
  border-radius: 5px !important;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 10px;
  width: 100%;
  font-size: 12px;
}

.help-form .input-group > .form-control:focus,
.help-form .input-group > textarea:focus {
  box-shadow: 0 0 0 0.25rem rgb(241 108 84 / 28%);
  border-color: #213c75;
}

.help-form .input-group > textarea {
  height: 100px !important;
  outline: 0;
}

.help-form .input-group label {
  margin-bottom: 5px;
  font-size: 14px;
}

.input-btn .btn-sb {
  height: 45px;
  font-size: 14px;
  padding: 5px 20px;
  border: none;
  cursor: pointer;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: .25rem;
  position: relative;
  background: #213c75;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 14px;
  color: #fff;
}

.help-form .form-title {
  position: absolute;
  display: inline-flex;
  top: 0;
  left: 50%;
  transform: translate(-50%, -24px);
  width: unset;
  margin-bottom: 0;
  padding: 12px 40px;
  border-radius: 1.75rem;
  font-size: 20px;
  z-index: 1;
  border: 2px solid #213c75;
  background: #fff;
  color: #213c75;
  line-height: 1;
  text-align: center;
}

.help-hdng + p {
  margin-bottom: 35px;
  font-size: 18px;
}

.hdng.help-hdng {
  margin-bottom: 10px;
  font-size: 28px;
}

.catg-row .form-check {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 100%;
}

.catg-row .radio-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 2px solid transparent;
  transition: all .5s ease;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  border-radius: .25rem;
}

.catg-row .radio-box img {
  margin-bottom: 10px;
  width: 60px;
}

.catg-row .form-check-input:checked + .radio-box {
  border: 2px solid #213c75;
}

.visually-hidden {
  opacity: 0;
}

/* ===================== FILE INPUT ===================== */
.mv-file-area {
  width: 100%;
  position: relative;
}

.mv-file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.mv-file-area .file-dummy {
  width: 100%;
  padding: 30px;
  background: rgb(254 248 246);
  border: 2px dashed rgb(253 237 234);
  text-align: center;
  transition: background 0.3s ease-in-out;
  margin-top: 7px;
}

.mv-file-area .file-dummy .default {
  font-size: 12px;
}

.mv-file-area .file-dummy .success {
  display: none;
}

.mv-file-area:hover .file-dummy {
  background: rgba(255, 255, 255, 0.1);
}

/* .mv-file-area input[type=file]:valid + .file-dummy {
  border-color: rgb(253 237 234);
  background-color: #f16c5466;
  color: #f16c54;
}

.mv-file-area input[type=file]:valid + .file-dummy .success {
  display: inline-block;
}

.mv-file-area input[type=file]:valid + .file-dummy .default {
  display: none;
} */

.mv-file-area input[type=file]:focus {
  outline: none !important;
}

.left-sidebar-opened-btn {
  left: 300px!important;
  transform: rotate(180deg);
}

.tableWrapper > div {
  position: relative;
}

table {
  min-width: 750px;
}

#images-preview-container {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.image-preview {
  max-width: 123px;
  flex: 1 0 33%;
  margin: 5px;
}

.grecaptcha-badge {
  display: none;
}

.photos-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

#take-photos {
  flex-direction: column;
}

.image-loader {
  display: none;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.image-loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#all-policies-container .spinner-border {
  width: 15px;
  height: 15px;
  border: 0.25em solid currentColor!important;
  border-right-color: transparent!important;
  display: none;
}