@import "thankyoupage.css";

/* ----- RESET ----- */

body {
  margin: 0;
  box-sizing: 0;
  scroll-behavior: smooth;
  background-color: #fff;
  padding: 0;
  width: 100%;
  position: relative;
}

html, body {
  overflow-x: hidden;
}

.hide{
	display: none;
}

a{
  color: #fff;
}

.footer-link {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#email{
  position: absolute;
  top: -9999px;
}

.highlight2{
  background-color: #ffa748;
  text-shadow: none;
}

.call-link:link, .call-link:visited, .call-link:active {
  text-decoration:none;
  color: white;
}

/* ----- PRENAVBAR ----- */

#prenavbar {
  background-color: #254c7c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
  font-size: 16pt;
  height: 3.5rem;
  padding: 0 4rem;
}

.prenavbar-btn div{
  padding: 0.5rem 1rem;;
}

.prenavbar-btn a:hover{
  color: #fff !important;
}

/* ----- NAVBAR ----- */

#navbar {
  background-color: #3d85c6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /*height: 5.5rem;*/
  padding: 0.5rem;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

#navbar div {
  margin: auto;
  padding: .5rem;
}

#navbar img {
  width: 15rem;
}

.navbar-txt-mobile{
  display: none;
}

#navbar a:hover{
  color:#f8631a;
}

p {
  margin-bottom: 0;
}

/* ---- SECTION 1 ----- */

.section-1 {
  /*background-color: #f7f7f7;*/
  background-color: #ffffff;
  justify-content: center;
  /*padding: 4rem 0 6rem;*/
  width: 100%;
  max-width: 800px;
  /*height: 45rem;*/
  /*margin: auto;*/
}

.s1-title {
  display: flex;
}

.s1-title h2 {
  margin: auto;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-align: center;
  padding: .7em;
}

.s1-image {
  display: flex;
}

.s1-image img{
  margin: auto;
  max-width: 700px;
}

.s1-body p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.s1-body p span {
    font-weight: 700;
}

#p1 {
  text-align: justify;
}

#p2 {
  text-align: center;
}

#p3 {
  text-align: center;
}

.s-1-img-mobile{
  display: none;
}

/* ----- FORM ------ */

.form-container {
  display: flex;
  color: #3f3f3f;
  /* height: 35rem; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.size-form{
  max-width: 800px;
  width: 100%;
  padding: 1rem 4%;
}

.form-h2 {
  font-weight: 800;
  font-size: 38px;
  text-align: center;
}

.form-h3 {
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.form-title{
  font-weight: 800;
  font-size: 30px;
  text-align: center;
}

.form-subtitle{
  font-size: 21px;
  text-align: center;
  font-weight: 600;
}

#form-text{
  display: block;
}

.form-group {
  margin: auto;
}

.form-control{
  margin: 0.2rem;
  /*background-color: #e9fbff;
  border: 1px solid #2296c4;*/
}

.tlt-form-banner-mobile{
  display: none;
}

.options{
  margin: auto;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.options-2{
  margin: auto;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.hold-title{
  margin-top: 20px;
}

[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

[type=radio] + img {
  cursor: pointer;
}

.hold-title p{
  margin: auto;
}

.options label{
  max-width: 350px;
  margin: auto;
  /*margin-bottom: 15px;*/
}

.answer-holder-2opt, .answer-holder-4opt, .answer-holder-6opt, .answer-holder-8opt{
    border-radius: 5px;
    color: #fff;
    align-items: center;
    background-color: #0c7fec;
    border: 2px solid #0c7fec;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin: auto;
    padding: 5px 10px;
    min-height: 60px;
    font-size: 14pt;
}

.answer-holder-2opt:hover, .answer-holder-4opt:hover, .answer-holder-6opt:hover ,.answer-holder-8opt:hover{
    background-color: #dd5303;
    border: 2px solid #dd5303; 
}

.s9-box-form{
  max-width: 375px;
  width: 100%;
  margin: 0 auto 20px;
}

.line-box{
  margin-bottom: 20px;
  border: 1px solid #fe7120;
  max-height: 38px;
  font-size: 1rem;
  max-width: 350px;
  width: 100%;
  margin: 0 auto 20px;
}

.list-coverage{
  font-size: 9pt;
  font-weight: 600;
  margin-top: 20px;
  text-align: left;
}

.item-active {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 80%);
  background-color: #f0f0f0;

  border-radius: 5px;
}

.item-active div{
  background-color: #dd5303;
  border: 2px solid #dd5303;
}

.answer-holder-4opt p, .answer-holder-5opt p, .answer-holder-8opt p{
  margin-bottom: 0;
}

.options-row-2{
  display: flex;
  flex-direction: row !important ;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #232f3f47;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #232f3f47;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #232f3f47;
}

.check {
  padding-left: 1rem;
  margin-top: 0.5rem;
}

.btn-form {
  width: 2rem;
  height: 3rem;
  font-size: 20px;
  background-color: #ffa748;
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  margin-top: 1rem;
  margin-left: -0.7rem;
  transition: 1s all;
}

.btn-form:hover{
  background-color: #ff8f18;
}

.info-box a:hover{
  color: #fff;
}

.termstext{
  font-size: 4px;
  text-align: justify;
}

.form-btn{
  background-color: #254c7d;
  border: 0;
  border-radius: 5px;
  padding: 1.2rem 0.5rem;
  cursor: pointer;
  transition: 1s;
  color: white;
  margin: auto;
  max-width: 280px;
  width: 100%;
  font-size: 18pt;
  font-weight: bold;
}

.form-btn:hover{
  background-color: #e27705;
}

.s1-button {
  margin-bottom: 2rem;
}

.s1-button button {
  background-color: #3d85c6;
  color: #fff;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 1.5rem;
  border-bottom-width: 2px;
  letter-spacing: 0.025em;
  width: 100%;
  margin: auto;
  margin-bottom: 5rem;
}

#step-3{
  border: none;
  padding: 30px 40px;
  text-align: center;
}

#step-3 img{
  max-width: 80px;
  width: 100%;
}

#step-4{
  text-align: center;
}

.form-text-end{
  font-size: 14pt;
  line-height: 18pt;
  margin-bottom: 25px;
}

.members-field{
  max-width: 375px;
  width: 100%;
  margin: auto;
  padding: 0;
}

.members-field label{
  font-size: 10pt;
  padding-left: 4%;
}

.extra-field{
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin: 0;
}

#increment-content{
  overflow: hidden;
  margin-top: 16px;
  width: 50%;
}

#increment-content label{
  float: right;
  width: 65%;
  margin-top: 0px;
  font-size: 9pt;
  line-height: 9pt;
}

#increment-buttons span{
  display: none;
}

#increment-buttons a{
  cursor: pointer;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  border-radius: 100% !important;
  background-color: #fffffe;
  border-color: #fffffe;
  color: #031f73;
  width: 26px;
  height: 26px;
  line-height: 23px;
  margin-right: 8px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  text-decoration: none;
}

.return{
  width: 100%;
  margin: auto;
  float: right;
  cursor: pointer;
  text-align: right;
  padding-top: 10px;
}

.errormsg, #contacterr {
  color: rgb(255, 80, 80);
  border-radius: 20px;
  /*width: fit-content;*/
  text-align: center;
  margin-bottom: 0.5rem;
}

.errormsgactive {
	transform: scaleY(1);
	height: 2em;
}

.fieldpp {
  max-width: 365px;
  margin: auto;
  font-size: 0.8em;
  line-height: 1.3rem;
  padding: 5px 1.5rem;
  /*color: #c2c2c2;*/
}

#termstext{
  margin-bottom: 20px;
}

#termstext>label{
  font-size: 10px;
  line-height: 14px;
  color: #000;
  /*padding-top: 1.5rem;*/
  text-align: left;
}

#termstext>label>a{
  color: #000;
}

.bttn{
  background-color: #53b7de;
  color: white;
  width: 8rem;
  border-radius: 10px;
  cursor: pointer;
  padding: 0.5rem;
  text-align: center;
  font-weight: 600;
  margin-top: 1.5rem;
  transition: 1s all;
}

.bttn:hover{
  background-color: #2e97c1;
}

/*  ----- THANK YOU PAGE ------ */

#thankyou{
  font-weight: 800;
  font-size: 40px;
  text-align: center;
}

#thankyou > span {
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
}

.thank-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

/* ---- SECTION 2 ----- */

.section-2 {
  background-color: #fff;
  padding: 3rem 3rem 4rem;
  display: flex;
  align-items: center;
  text-align: center;
}

.section-2 h2{
  font-size: calc(1.9rem + .8vw);
  font-weight: 700;
  margin: 1% 0 3%;
  color: #299cff;
}

.section-2 p{
  color: #000;
  font-size: 14pt;
}

.s2-steps img{
  max-width: 340px;
  width: 100%;
}

.s2-steps div{
  display: flex;
  max-width: 390px;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  flex-direction: column;
}

.s2-steps p{
  font-size: calc(1.1rem + .4vw);
  line-height: 110%;
}

/* ---- SECTION 3 ----- */

.section-3{
  background-color: #f0f5fb;
  display: flex;
  text-align: center;
  align-items: center;
}

.s3-bg{
  /*max-width: 1200px;*/
  width: 100%;
  margin: 4rem 3rem;
  align-items: center;
}

.section-3 img{
  max-width: 580px;
  width: 100%;
}

.text-meaning{
  text-align: left;
}

.text-meaning p, .text-meaning h2{
  text-align: left;
  margin-bottom: 1rem;
}

.cta-btn{
  box-sizing: border-box;
  background-color: #ff7400 !important;
  margin:2rem 0;
  font-weight: normal;
  height: 50px;
  width: 100%;
  padding: 0.5rem;
  border: none;
  font-family: inherit;
  line-height: 100%;
  text-align: center;
  transition: all 500ms ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 5px;
}

/* ---- SECTION 4 ----- */

.section-4{
  background-color: #e2f6fb;
  padding: 3rem 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-4 div {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

.section-4 h2{
  font-weight: 700;
  color: #254c7c;
}

.s-4-btn div{
  max-width: 320px;
  width: 100%;
}

.s-4-text{
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding-top: 20px;
  font-weight: 300;
  line-height: 24pt;
  text-align: left;
}

/* ---- SECTION 6 ----- */

.section-6 {
  background-color: #fff;
  padding: 3rem;
  display: flex;
  align-items: center;
}

.s6-bg{
  max-width: 1200px;
  width: 100%;
  margin: 3rem auto;
  align-items: center;
}

.s6-tlt{
  text-align: center;
  margin-bottom: 4%;
  
}

.s6-tlt h2{
  font-weight: bold;
}

.s6-img{
  text-align: center;
}

.section-6 img{
  max-width: 550px;
  width: 100%;

}

/* ----- FOOTER ------ */

.footer {
  color: #ffffff;
  background-color: #3d85c6;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer p {
  font-size: .875rem;
  line-height: 1.25rem;
  text-align: center;
}

.footer-secure div {
  margin-bottom: 1em;
}

.footer-secure img {
  max-height: 50px;
}

.footer-secure hr {
  color: #ffffff;
  max-width: 800px;
  margin: auto;
  
}

.footer .footer-disclaimer {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.footer>p>a{
  color: #f1faee;
}

.footer a:hover{
  color: #ffffff;
}

.footer-disclaimer p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Realised by */

/* Realised by */

.really{
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 1.5em;
  color: #999;
  width: 50%;
  /*max-width: 800px;*/
  min-height: 500px;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -25%;
  transform: scale(0, 0);
  transition: all 0.5s ease;
  z-index: 9;
  /*margin: auto;*/
}

.reallyactive{
  transform: scale(1, 1);
  /*position: fixed;*/
}

#realisedbybox{
  margin-top: 20px;
  overflow-y: scroll;
  max-height: 400px;
}

#realisedby img {
  max-width: 200px;
}

#realisedbyclose {
  float: right;
  margin-right: 15px;
}

#layercontentbox{
  margin-top: 20px;
  overflow-y: scroll;
  max-height: 400px;
}

#layercontent img {
  max-width: 200px;
}

#layercontentclose {
  float: right;
  margin-right: 15px;
}

.layercontentclose {
  text-align: right;
}

.window-close{
  border: 0;
  border-radius: 5px;
  color: #f1faee;
  background-color: #ff97a7;
  font-weight: 800;
  font-style: normal;
  padding: 0.01rem 0.3rem;
}

.form-label a {
  color: unset;
}

/* ----- MEDIA QUERYS ------ */

/* mid-screen */

@media (max-width: 991px) {
  .form-container{
    display: flex;
    justify-content: center;

  }

  .form-horizontal{
    width: 100%;
  }

  .s2-img{
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {

  #navbar{
    height: 4rem;
  }

  #navbar > img {
    width: 6rem;
  }

  .nav{
    height: 5rem;
  }

  .s0-img{
    display: flex;
    justify-content: center;
  }
  .s0-intro{
    display: none;
  }

  .form-container{
    height: fit-content;
  }

  .really{
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 1.5em;
    color: #999;
    width: 80%;
    /*max-width: 800px;*/
    min-height: 500px;
    position: fixed;
    top: 10%;
    left: 30%;
    margin-left: -20%;
    transform: scale(0, 0);
    transition: all 0.5s ease;
    z-index: 9;
    overflow:hidden;
    /*margin: auto;*/
  }

  .reallyactive{
    transform: scale(1, 1);
    /*position: fixed;*/
  }

  .answer-holder-4opt {
    padding: 0.5rem 0 0 0;
  }

}

/* mobile */

@media (max-width: 575px) {

  #prenavbar{
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem 3rem;
  }

  #navbar{
    flex-direction: column;
    /*height: 6rem;*/
    text-align: center;
    justify-content: center;
  }

  #navbar > img {
    width: 200px;
  }

  .navbar-txt-mobile{
    display: block;
  }

  .navbar-txt{
    display: none;
  }

  .tlt-form-banner-mobile{
    display: block;
  }

  .size-form{
    /*padding: 2rem 5%;*/
    padding: 0;
    text-align: center;
  }

  .section-1 {
    padding: 0 .2rem 1rem;
    /*padding-top: 2rem;*/
    min-height: initial;
  }

  .s1-button > div > div {
    margin-bottom: 1.5rem;
  }

  .s1-button button {
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0rem;
  }

  .section-0{
    display: none;
  }

  .s-1-img{
    display: none;
  }

  .s-1-img-mobile{
    display: block;
  }

  .s-1-img-mobile img{
    width: 100%;
  }

  .section-2 div {
    padding: 1.5rem 0;
  }

  .form-container {
    margin: 0;
    padding: 0 1rem;
    height: fit-content;
  }

  .members-field{
    text-align: left;
  }

  .perfect-form{
    margin: auto;
  }

  .options-2 label{
    max-width: 350px;
    margin: auto;
    margin-bottom: 15px;
  }

  #increment-content{
    width: 70%;
    text-align: left;
  }

  .section-2 {
    padding: 1rem 2rem;
    text-align: center;
  }

  .section-3 {
    padding: 1rem;
    text-align: center;
  }

  .s3-bg{
    margin: 3rem 1rem;
  }

  .section-4{
    padding: 2rem;
  }

  .s-4-btn div{
    max-width: 100%;
  }

  .section-6{
    padding: 3rem 1.5rem;
  }

  .s2-txt{
    padding: 1.5rem 0rem;
    max-width: 300px;
    text-align: justify;
    margin: 0 auto;
  }

  .s2-p {
    font-size: 16px;
    padding: 1rem;
  }

  .really{
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 1.5em;
    color: #999;
    width: 100%;
    /*max-width: 800px;*/
    min-height: 500px;
    position: fixed;
    top: 10%;
    left: 0;
    margin-left: 0;
    transform: scale(0, 0);
    transition: all 0.5s ease;
    z-index: 9;
    overflow:hidden;
    /*margin: auto;*/
  }

  .reallyactive{
    transform: scale(1, 1);
    /*position: fixed;*/
  }
}

/* Contact Form */

.contactform {
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 20px 40px;
  color: #999;
  position: fixed;
  top: 10%;
  margin-left: 35%;
  margin-right: 35%;
  margin-top: 0px;
  padding: 10px;
  z-index: 10;
  height: auto;
  transform: scale(0, 0);
  transition: all 0.5s ease;
}


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

  .contactform {
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 20px 40px;
    color: #999;
    position: fixed;
    top: 10%;
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 0px;
    padding: 10px;
    z-index: 10;
    height: auto;
    transform: scale(0, 0);
    transition: all 0.5s ease;
  }

} 

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

  .contactform {
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 20px 40px;
    color: #999;
    position: fixed;
    top: 10%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 0px;
    padding: 10px;
    z-index: 10;
    height: auto;
    transform: scale(0, 0);
    transition: all 0.5s ease;
  }

} 

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

  .contactform {
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 20px 40px;
    color: #999;
    position: fixed;
    top: 10%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 0px;
    padding: 10px;
    z-index: 10;
    height: auto;
    transform: scale(0, 0);
    transition: all 0.5s ease;
  }

} 

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

  .contactform {
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 20px 40px;
    color: #999;
    position: fixed;
    top: 10%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 10px;
    z-index: 10;
    height: auto;
    transform: scale(0, 0);
    transition: all 0.5s ease;
  }

} 

.contactactive{
  transform: scale(1, 1);
  position: fixed;
}

#xclose {
  /*position: fixed;*/
  padding: 5px;
  margin: 0 5px 10px 0;
  background-color: #ececec;
  border: 1px solid #c5c5c5;
  width: 26px;
}

#bclose {
  line-height: 1em;
  border-radius: 0;
  padding: 4px 0;
  font-size: 18pt;
}

/* LOADER */

.spinner {
	color: original;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.spinner div {
	transform-origin: 40px 40px;
	animation: spinner 1.2s linear infinite;
}

.spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #12263a;
}

.spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}

.spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}

.spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}

.spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}

.spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}

.spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}

.spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}

.spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}

.spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}

.spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes spinner {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}
  
.loaderbg {
	background-color: #c1c1c18a;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
}
  
.thanks-span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
  
#thankyouloader-txt {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: green;
}
  
#loader-txt {
	background-image: rgba(0, 128, 0, 0.115);
	border-radius: 10px;
	padding: 1rem;
	width: 150%;
}
  
#loader-txt > h1 {
	font-weight: 800;
	color: white;
}
  
#loader-txt > h4 {
	color: black;
}
  
.logo-loading {
	margin-top: 1.5rem;
}
  
.highlight {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(4, 0, 255, 0.2),
	  rgba(39, 93, 111, 0.7) 95%,
	  rgba(0, 8, 255, 0.1)
	);
}
  
@keyframes round {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}
  
@media screen and (max-width: 610px) {
	.loader-svg {
	  margin: 0;
	  margin-top: 15rem;
	  margin-bottom: 5rem;
	}
  
	#loader-txt > h4 {
	  font-size: 15px;
	}
}
  
@media screen and (max-width: 425px) {
	#thankyouloader-txt {
	  top: 40%;
	}
}