@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #022b3a;
  margin-top: 0;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

p {
  margin-bottom: 15px;
  color: #707070;
}
.text-theme {
  color: #05c8f9;
}
/* Navbar */

.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #11163b !important;
  display: inline-block;
  position: relative;
}
.navbar-nav li a:hover {
  color: #05c8f9 !important;
}
.navbar-nav .nav-link.active {
  color: #05c8f9 !important;
}
.header.sticky li a {
  color: #11163b !important;
}
.header.sticky li a:hover {
  color: #05c8f9 !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #05c8f9;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}
.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000001 !important;
}
.navbar-brand img {
  width: 210px;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 300;
  color: #000001;
}

.offcanvas {
  background-color: #ffffff;
}
.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}
.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}
.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}
.offcanvas .btn-close svg {
  fill: white;
}
.offcanvas-header a > img {
  width: 15rem;
}

.dropdown-menu {
  background-color: #05c8f9;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  padding: 10px 0 10px 0;
  background: transparent;
  z-index: 999;
  transition: 0.6s;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: 210px;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-banner .left-col h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}
.top-banner .left-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.top-banner .right-col {
  border: 1px solid #05c8f9;
  padding: 20px 30px;
  background: transparent;
  border-radius: 15px;
}
.top-banner .right-col h2 {
  text-align: center;
  color: white;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}
.top-banner .right-col p {
  color: white;
  text-align: center;
  font-weight: 400;
}
.top-banner .right-col p span {
  color: #05c8f9;
}
.top-banner .right-col form label {
  color: white;
  font-weight: 400;
  margin-bottom: 5px;
}
.top-banner .right-col form input,
.top-banner .right-col form select {
  background: white;
}
.top-banner .right-col form input:focus,
.top-banner .right-col form select:focus {
  background: white !important;
}
/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #05c8f9;
}
.client img {
  margin: auto;
  width: 180px;
  height: 55px;
  object-fit: contain;
}
/* end */

/* services */
.services {
  padding-top: 50px;
  padding-bottom: 50px;
}
.services span {
  font-size: 1rem;
  font-weight: 500;
  color: #05c8f9;
}
.services h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 12px;
}
.services p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.services .service-card .service-sec h3 {
  color: white;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 500;
}
.services .service-card {
  display: flex;
  align-items: center;
  gap: 20px;
}
.services .service-card .service-sec {
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  width:100%;
}
.services .service-card .service-sec img {
  animation: pulse 2s infinite;
}
.services .service-card .service-sec p {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  height: 110px;
}
.bg-theme {
  background: #05c8f9;
}
.bg-theme-dark {
  background: #022b3a;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
/* end */
/* section 1*/
.section-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-1 .right-col h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}
.section-1 .right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
/* end */
/* section 4*/
.section-4 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #022b3a;
}
.section-4 .right-col h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}
.section-4 .right-col .some-facts h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}
.section-4 .right-col .some-facts span {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  color: #05c8f9;
}
.section-4 .right-col .some-facts p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
.section-4 .right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
}
/* end */

/* why choose us */
.why-choose-us {
  padding-top: 40px;
  padding-bottom: 40px;
}
.why-choose-us .left-col span {
  font-size: 1rem;
  font-weight: 500;
  color: #05c8f9;
}
.why-choose-us .left-col > h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  margin-top: 12px;
}
.why-choose-us .right-col > p {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  margin-bottom: 0px;
}
.why-choose-us .left {
  margin-bottom: 13px;
}
.why-choose-us .box-card {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.why-choose-us .box-card .box-sec {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #fafafb;
  padding: 20px;
  border-radius: 12px;
  border: 2px solid #05c8f9;
}
.why-choose-us .box-card .box-sec img {
  animation: pulse 2s infinite;
}
.why-choose-us .box-card .box-sec h4 {
  color: #022b3a;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}
.why-choose-us .box-card .box-sec p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
/* end */
/* extra ordinary */
.order-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #05c8f9;
}
.order-sec h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 12px;
}
.order-sec span {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}
.order-sec .order-card .order-inner h4 {
  color: #022b3a;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}
.order-sec .order-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 18px 30px;
  border-radius: 12px;
  gap: 18px;
}
.order-sec .order-card .order-inner {
  width: 48.333%;
}
.order-sec .order-card .order-inner img {
  animation: pulse 2s infinite;
  margin-bottom: 12px;
}
.order-sec .order-card .order-inner p {
    height: 115px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
/* end */
/* testimonials */
.testimonials-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.testimonials-sec .left span {
  font-size: 1rem;
  font-weight: 500;
  color: #05c8f9;
}
.testimonials-sec .left > h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 12px;
}
.testimonials-sec .right > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.testimonials-sec .testi-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials-sec .testi-body .testi-box {
  border: 2px solid #d0d1d9;
  background: #fafafb;
  padding: 20px;
  width: calc(33.333% - 8px);
  border-radius: 20px;
  margin: 15px 7px 0 7px;
}
.testimonials-sec .testi-body .testi-box p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.testimonials-sec .testi-body .testi-box p.height{
    height:135px;
}
.testimonials-sec .testi-body .testi-box p > i {
  color: #05c8f9;
}
.testimonials-sec .testi-body .testi-box h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
.testimonials-sec .testi-body .testi-box span {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  color: #05c8f9;
}
.testimonials-sec .testi-body .slick-prev {
  background: url(../images/arrow-left.png) no-repeat center center !important;
  width: 60px !important;
  height: 60px !important;
  background-size: 90% !important;
  z-index: 1;
  left: 90% !important;
  top: -40px;
}

.testimonials-sec .testi-body .slick-next {
  background: url(../images/arrow-right.png) no-repeat center center !important;
  width: 60px !important;
  height: 60px !important;
  background-size: 90% !important;
  z-index: 1;
  right: 1% !important;
  top: -40px;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}
/* end */
/* faqs */
.faqs {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #e6eaeb;
}
.faqs span {
  font-size: 1rem;
  font-weight: 500;
  color: #05c8f9;
}
.faqs h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 12px;
}
.faqs .faqs-box .accordion-item {
  border: none;
  border-radius: 20px !important;
  margin-bottom: 20px;
}
.faqs .faqs-box p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}
.faqs .faqs-box h4 button {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  border-radius: 20px !important;
  border: 1px solid #05c8f9 !important;
  color: #022b3a;
}
.faqs .faqs-box .accordion-body {
  background: #05c8f9;
  border-radius: 0px 0px 20px 20px;
}
.faqs .faqs-box .accordion-body p {
  color: white;
}
.faqs .faqs-box .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #05c8f9;
  box-shadow: none;
  border-radius: 20px 20px 0px 0px !important;
}
.faqs .faqs-box .accordion-button:focus {
  border-color: #ffffff;
  box-shadow: none;
}
.faqs .faqs-box .accordion-button::after {
  background-image: url("../images/plus.png");
  transform: scale(1.5) !important;
}
.faqs .faqs-box .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png");
}
.faqs .right-col {
  position: relative;
}
.faqs .have-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  border-radius: 12px;
  padding: 40px 20px;
  position: absolute;
  bottom: 0;
  margin: 25px 20px;
}
.faqs .have-question > div {
  width: 64.333%;
}
.faqs .have-question h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.faqs .have-question p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}
/* end */
/* get quote */
.get-quote {
  padding-top: 50px;
  padding-bottom: 50px;
}
.get-quote .left-col h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
.get-quote .left-col h4 {
  font-size: 20px;
  font-weight: 600;
}
.get-quote .left-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 12px;
}
.get-quote .left-col .contact-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-top: 20px;
  gap: 20px;
}
.get-quote .left-col .contact-info .contact-inner {
  display: flex;
  align-items: center;
}
.get-quote .left-col .contact-info .contact-inner > img {
  margin-right: 5px;
  animation: zoom-in-zoom-out 3s ease-out infinite;
}
.get-quote .left-col .contact-info .contact-inner span {
  font-size: 15px;
  font-weight: 500;
  color: #4a4a4a;
}
.get-quote .left-col .contact-info .contact-inner p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0px;
  margin-top: 5px;
}
.get-quote .left-col .contact-info .contact-inner p > a {
  text-decoration: none;
  color: #212121;
}
.get-quote .left-col .contact-info .contact-inner p > a:hover {
  color: #05c8f9;
}
.get-quote .left-col form {
  border: 2px solid #05c8f9;
  padding: 25px;
  border-radius: 12px;
  background: #f2f2f2;
}
.get-quote .left-col form label {
  color: #212121;
  font-weight: 400;
  margin-bottom: 5px;
}
.get-quote .left-col form input,
.get-quote .left-col form select,
.get-quote .left-col form textarea {
  background: #fafff1;
  border: none;
}
.get-quote .left-col form input:focus,
.get-quote .left-col form select:focus {
  background: white !important;
}
/* end */
/* contact us */
.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
/* end */
.terms p {
    font-size: 1rem;
    font-weight: 400;
}
/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #05c8f9;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme {
  border: 2px solid #05c8f9;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #05c8f9;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-theme:hover {
  border: 2px solid #05c8f9;
  background: transparent;
  color: #05c8f9;
}
.btn-theme-dark {
  border: 2px solid #022b3a;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #022b3a;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-theme-dark:hover {
  border: 2px solid #022b3a;
  background: transparent;
  color: #022b3a;
}
.btn-theme-white {
  border: 2px solid #ffffff;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #ffffff;
  color: #022b3a;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-theme-white:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.btn-whatsapp {
  border: 2px solid #2ab318;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #2ab318;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-whatsapp:hover {
  border: 2px solid #2ab318;
  background: transparent;
  color: #2ab318;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/* end */

/* footer */
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #022b3a;
}
.footer-logo a > img{
    width:250px;
}
.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
  display: inline-block;
  font-weight: 400;
}
.footer-links > h6 {
  color: #05c8f9;
  font-size: 24px;
  margin-bottom: 0;
}

.footer-links > p {
  color: white;
  font-size: 1rem;
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}
.footer-links > ul > li {
  padding: 20px 0px 0 0px;
  color: white;
  transition: all ease-in-out 0.3s;
}
.footer-links > ul > li:hover {
  color: #05c8f9;
}
.footer-links > ul > li > a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}
.footer-links > ul > li > a:hover {
  color: #05c8f9;
  padding-left: 10px;
}
.social > p > span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social > p > a {
  color: #05c8f9;
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}
.social > p > a:hover {
  color: #ffffff;
  background: #05c8f9;
}

.footer-bootom-links > p {
  margin: 0;
  margin-right: 15px;
  color: #191a2c;
  font-size: 1rem;
  font-weight: 500;
}
.footer-bottom {
  background: #05c8f9;
  padding: 12px 0;
  text-align: center;
}
.last-links {
    color:#000;
}
.last-links a {
    color: #191a2c;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
}
.last-links a:hover{
    color:#fff;
}
.footer input,
.footer input:focus {
  border-left: 1px solid rgba(255, 255, 255, 1);
  border-right: none;
  border-radius: 0;
}
.footer button,
.footer input,
.footer input:focus {
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.footer input {
  color: #ffffff !important;
  background: transparent;
}
.footer input::placeholder {
  color: white !important;
}
.footer button {
  border-radius: 0;
  background: 0 0;
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-left: none;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1rem;
  background: transparent;
}
.footer-links > ul > li img {
  margin-top: 5px;
  margin-right: 8px;
}
.footer-links > ul > li p {
  font-size: 1rem;
  color: #9f9f9f;
  font-weight: 600;
  margin-bottom: 5px;
}
.footer-links > ul > li a {
  text-decoration: none;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}
/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}
@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}

/*scroll*/
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb {
  background: #05c8f9;
  border-color: #05c8f9;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #212121;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #05c8f9;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 600;
}

.model-discount label {
  color: #212121;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  border-radius: 30px;
}

.model-input {
  border-color: black;
  padding: 10px 15px;
  color: black !important;
  border: 2px solid;
}

.model-input:focus {
  /*border-color: #000000 !important;*/
}

.model-input::placeholder {
  color: #000000 !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
}

/* end */

/*thank you*/
.thanyou-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.thanyou-banner p {
    font-size: 22px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0px;
}
.thanyou-banner p > a {
    color: #05c8f9;
}
.thanyou-banner h1 {
    font-size: 45px;
    color: #000000;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 50px;
}
.thanyou-banner h1 > span{
    color: #05c8f9;
}
.thanyou-banner i {
    font-size: 90px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #05c8f9;
}
/*end*/

/*trust pilot*/
.trust-rating {
    position: fixed;
    background: #fff;
    padding: 5px;
    width: 85px;
    top: 50%;
    border-radius: 10px;
    z-index: 9;
    left:0px;
}
.trust-rating img {
    width: 100%;
}
.trust-rating span {
    font-size: 12px;
    font-weight: 700;
    color: #EEB228;
}
/*end*/