@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --total-brand: 14;
  --logo-width: 12rem;
  --total-logo-width: calc(var(--total-brand) * var(--logo-width) * 2);
  --animation-duration: calc(var(--total-brand) * 1.5s);
}
section h3 {
  font-size: 600 1.5rem sans-serif;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  font-size: 22px;
  color: #0053b1;
  font-weight: 500;
  margin: 20px 0 30px 0;
}
.brand-logo img {
  height: 220px;
  width: 220px;
}
.slider {
  position: relative;

  height: 12rem;
  background-color: white;
  /* box-shadow: 0 .8rem 1.4rem -.2rem #0001; */
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slider::before,
.slider::after {
  position: absolute;
  content: "";

  height: 100%;
  width: var(--logo-width);
}
.slider::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, #fff0 50%);
  z-index: 1;
}
.slider::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, #fff0 50%);
}
.slider ul.brands {
  list-style: none;
  width: var(--total-logo-width);
  display: flex;
  animation: slideLeft var(--animation-duration) linear infinite;
}
/* .slider:hover ul.brands {
  animation-play-state: paused;
} */
@keyframes slideLeft {
  100% {
    transform: translateX(calc(-100% / 2));
  }
}
.slide-sec {
  box-shadow: none !important;
}
ul.brands li.brand-logo {
  width: var(--logo-width);
  font-size: 2rem;
  text-align: center;
}
/* text Slide up transition  */
/* @keyframes slideInFromBotton {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
} */
.transistion-text {
  animation: 1s ease-out 0s 1 slideInFromBotton;
}
/* image zoom in transition on Load */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.transistion-img {
  animation: 1s ease-out 0s 1 slideInFromLeft;
}
.transistion-img > img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.transistion-imgR {
  animation: 1s ease-out 0s 1 slideInFromRight;
}
* {
  font-family: "Jost";
  margin: 0;
  padding: 0;
}

/* Header and Nav Css here */
.hideinfo {
  display: none;
}
.showinfo:hover + .hideinfo {
  display: block;
}

/* Add this CSS to your existing stylesheet or create a new one */

.infoblock {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1;
  bottom: 0;
  right: 0;
  transform: translate(-70%, 100%);
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
}

/* Remove any potential dots or bullets from the left */
.infoblock ul,
.infoblock li {
  list-style-type: none;
}

/* Style for the content inside the infoblock */
.content-info {
  text-align: left;
}

/* Show the infoblock when hovering over the info icon */
.showinfo:hover + .infoblock {
  display: block;
}

.backgroundmap {
  background-image: url("/images/pinkMap.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding-top: 30px;
}

.main-header {
  /* display: none; */
  position: fixed;
  width: 100%;
  align-items: center;
  z-index: 1000;
  transition: 1s;
  background-color: white;
}
.header.sticky {
  background-color: white;
  box-shadow: 0 0.1rem 1rem lightgray;
}
.inactiveLink {
  pointer-events: none;
  cursor: default;
}
.header-img {
  padding: 23px 10px 10px 10px;
}
.margin-32 {
  margin-right: 32px;
  margin-left: 32px;
}
.pad-32 {
  padding: 0px 32px;
}
.p-10 {
  padding: 10px;
}
.container-80 {
  width: 82%;
  margin: auto;
}

.micons a {
  margin: 0 10px;
  text-decoration: none;
  font-size: 21px;
}
.title-head > h2 {
  font-size: 2rem;
  padding: 4px 0px;
  margin: 0px;
}
.bottom-border {
  border-bottom: black solid 1px;
}

.nav-pad {
  padding: 20px 0px 20px 30px;
  text-transform: uppercase;
  letter-spacing: 2.41px;
  font-size: 13px;
  font-weight: 500;
}
/* Header and Nav Css here */

/* Section 1 Css here  */

.img-fluid {
  position: relative;
}

h5.Blue {
  color: #013ca3;
  font-size: 22px;
  font-weight: 500;
}

.boxcont {
  /* background-color: #d1e4ff; */
  /* background: white ; */
  text-align: left;
  position: absolute !important;
  bottom: 0%;
  left: 51%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  /* padding-top: 20px; */
}
.box-left-padd {
  padding: 35px 0px 30px 35px;
}
.box-left-padd-last {
  padding: 35px 0px 30px 35px;
}
.boxrightpadd {
  padding-right: 10px;
}

/* Section 2 Css here */

.imgboder {
  border-style: solid;
  border-width: 2px;
  border-color: blue;
  border-radius: 10px;
  align-items: center;
}

.textlight {
  color: #52a2fd;
  font-weight: 500;
}
h2.Blue {
  color: #013ca3;
  font-size: 32px;
  font-weight: 500;
}
.p-color {
  color: #54546f;
}
/* Section 2 Css here End */

.sectionbackground {
  background-color: #eef5f5;
  padding: 120px 0px 132px 0px;
}

.card-background {
  background-image: url(/images/Card-Line.jpg);
  object-fit: cover;
  background-position: 38% 90%;
}

/* section 4 css here */

.cardwidth {
  width: 18rem;
  background: transparent !important;
}

.button1 {
  background-color: #ff583c;
  color: white;
  padding: 14px 24px;
  border: none;
  white-space: nowrap;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}
.button1:hover {
  background-color: white;
  color: #ff583c;
  cursor: pointer;
}
.input-feild {
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 64px;
  color: #54546f;
  font-weight: 400;
  border: 0;
  margin-bottom: 15px;
  padding-left: 25px;
  border-radius: 0;
}
.input-feild-ar {
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 64px;
  color: #54546f;
  font-weight: 400;
  border: 0;
  margin-bottom: 15px;
  padding-right: 25px;
  border-radius: 0;
}
.input-feild-ar {
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 64px;
  color: #54546f;
  font-weight: 400;
  border: 0;
  margin-bottom: 15px;
  padding-right: 25px;
  border-radius: 0;
}
.input-feild-title {
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 64px;
  color: #54546f;
  font-weight: 400;
  border: 0;
  margin-bottom: 15px;
  padding-left: 25px;
  border-radius: 0;
}
.input-feild-title-ar {
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 64px;
  color: #54546f;
  font-weight: 400;
  border: 0;
  margin-bottom: 15px;
  padding-right: 25px;
  border-radius: 0;
}
.text-area {
  resize: none;
  width: 100%;
  background-color: #ffffff;
  line-height: 30px;
  font-size: 16px;
  color: #54546f;
  font-weight: 400;
  border: 0;
  margin-bottom: 15px;
  padding-left: 25px;
  border-radius: 0;
}
.text-area-ar {
  resize: none;
  width: 100%;
  background-color: #ffffff;
  line-height: 30px;
  font-size: 16px;
  color: #54546f;
  font-weight: 400;
  border: 0;
  margin-bottom: 15px;
  padding-right: 25px;
  border-radius: 0;
}

.btn-B1 {
  color: white;
  padding: 14px 50px;
  font-size: 16px;
  background-color: #4fa7e3;
  border: 1px solid white;
  cursor: pointer;
}
.btn-ar {
  background-color: white;
  color: #072f85;
  padding: 5px;
}
.btn-B1:hover {
  background-color: white;
  color: #4fa7e3;
  cursor: pointer;
}

/* Style The Dropdown Button */
.dropbtn {
  background-color: #fff;
  color: #072f85;
  padding: 4px;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
.transistion-img-main {
  height: 300px;
  /* Set a fixed height for the container */
  overflow: hidden;
  /* Hide any overflow if an image is taller */
}

.transistion-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /* min-width: 160px; */
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5%;
  text-align: center;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #072f85;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  pointer-events: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #072f85;
  color: #fff;
  border-radius: 6px;
}

.dropdown-content-ar {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /* min-width: 160px; */
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5%;
  text-align: center;
}

/* Links inside the dropdown */
.dropdown-content-ar a {
  color: #072f85;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  pointer-events: none;
}

/* Change color of dropdown links on hover */
.dropdown-content-ar a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content-ar {
  display: block;
}

.paddRight10 {
  padding-right: 10px;
}
/* Section 4 here Css End */

/* section 5 here Css */

h2.White {
  color: white;
  font-size: 32px;
  font-weight: 500;
}
h4.White {
  color: white;
  font-size: 20px;
  font-weight: 500;
}
.background-Blue {
  background: url(/images/blue-bg.jpg);
  object-fit: cover;
  padding: 70px 30px 70px 20px;
}
.blue-width {
  width: 85% !important;
}
/* section 5 here Css End */

/* Footer Css here  */

.text-container {
  flex: 1;
  margin: 0px auto;
}

.image-container {
  flex: 1;
  margin-right: 0 auto;
  display: inline-block;
}

.image-container img {
  max-width: 370px;
  height: auto;
  margin: 0 auto;
}

.about-us {
  padding: 100px 40px;
  background-color: #eef5f5;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.about-us h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.about-us p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.about-us a {
  text-decoration: none;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
}

.about-us p a {
  background-color: transparent;
  color: #0000ee;
  padding: 10px 0px 10px 0px;
}
.about-us p a:hover {
  cursor: pointer;
  background-color: transparent;
  text-decoration: underline;
}

.about-us a:hover {
  background-color: #0067cc;
}

footer {
  padding: 20px 0;
  background-color: #dce5e5;
  color: #667e8e;
}

/* Footer Css here End */

/* only Padding here top, bottom, right, left */

.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-8 {
  padding-right: 8px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pad-trb {
  padding: 15px 10px 15px 0px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-50 {
  padding-top: 50px;
}
/* only Padding here top, bottom, right, left */

/* only margin here  */

.mr-10 {
  margin-right: 10px;
}
.mt-15 {
  margin-top: 10px;
}
.mb-8 {
  margin-bottom: 8px;
}
/* Font Sizes Here */

.f8 {
  font-size: 8px;
}
.f9 {
  font-size: 9px;
}
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}

/* Font Sizes Here */

h1 {
  font-size: 2em;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 0;
}

main {
  padding: 20px;
}

section {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff; /* White background for sections */
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* About Styles */

/* header Css here  */

.headerimg {
  padding: 10px 0px 10px 20px;
}
.nav-about {
  padding-left: 50px;
}

/* header Css here End */

/*About US Section 1 Css here  */

.headimg {
  padding: 0px 20px 30px 30px;
}
.head-text {
  padding: 20px 20px 0px 30px;
}

h2.Black {
  color: black;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

.toggle-button {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}
.btn-info {
  float: right;
  position: relative;
  bottom: 40%;
  right: 3%;
}

/*About US Section 1 Css here End */

/* Questiones and Video Section 2 here */

.faq-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-right: 50px;
}

.faq {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  width: 100%;
}
.faq-Head {
  padding: 20px 30px 20px 30px;
  background-color: #47a1e7 !important;
  color: white;
}
.faq-body {
  padding: 15px 30px 0.04px 30px;
}
.faq h2 {
  margin-bottom: 10px;
  font-size: 18px;
}

.faq p {
  line-height: 1.5;
}

.acc_container {
  width: 100%;
  max-width: 600px;
}

.acc_box {
  width: 100%;
  background-color: white;
  margin: 10px 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}

.acc_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  /* background-color: #47A1E7; */
  padding: 20px 30px 20px 30px;
  font-size: 16px;
  font-weight: 500;
}
.heading {
  font-size: 16px;
  margin-bottom: 0px;
}
.symbol {
  font-size: 20px;
  margin-bottom: 0px;
  color: #47a1e7;
}

.acc_text {
  max-height: 0;
  overflow: hidden;
  display: none;
  /* transition: all 1s ease-in-out; */
}

.acc_text.active {
  display: block; /* or any other style to make it visible */
}

.acc_box.active .acc_text {
  max-height: 100vh;
  background-color: white;
  transition: all 1s ease-in-out;
  padding: 15px 30px 0.04px 30px;
  color: #54546f;
}

.acc_box.active .symbol {
  color: white;
}

.acc_text p {
  padding-top: 10px;
  line-height: 28px;
}

.acc_box.active {
  background-color: #47a1e7;
  color: white;
}

.acc_box.active .heading {
  font-size: 16px;
  font-weight: 500;
}

/* Questiones and Video Section 2 here End */

/* Contact Styles Here */

/* .contact-Background {
  background-color: #f0f5ff;
} */

/* section 1 Css here */
.leftForm {
  padding: 92px 30px 60px 30px;
  background-image: url(https://alkubaisimedical.com/wp-content/uploads/2020/10/form-bg.jpg);
}

.contact-info {
  background-color: white;
  padding: 30px 40px 30px 40px;
}
.contact-head {
  padding: 30px 40px 30px 40px;
}
.contact-text {
  padding: 0px 40px 0px 40px;
}
.Select-feild {
  width: 100%;
  border: none;
  height: 56px;
  line-height: 64px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 20px;
  background: white;
  color: #727272;
}

.buttonblu {
  background-color: #4fa7e3;
  color: white;
  padding: 14px 80px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 0%;
}

/* Offer Style */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.title {
  text-align: center;
}
.offers-container {
  padding-top: 100px;
  width: 85% !important;
}
/* .offers-card {
  width: 50%;
  padding: 0 10%;
} */
/* .offers-card > img {
  width: 680px;
  max-width: 100%;
  height: 290px;
  border: 2px solid #0053b1;
  border-radius: 10px;
  display: inline-block;
}
.offers-card > img:hover {
  transform: scale(1);
  transition: all 0.3s ease;
  width: 110%;
  height: 100%;
} */

.img-box > img {
  width: 720px;
  max-width: 100%;
  height: 290px;

  border: 2px solid #0053b1;
  border-radius: 10px;
}
.img-box-main > img {
  max-width: 100%;
  height: 290px;
  border-radius: 10px;
}
.img-box {
  display: inline-block;
}
.img-box:hover {
  transform: scale(1.03);
  transition: all 0.3s ease;
}
.img-box-full {
  width: 100%;
}
.img-box-full > img {
  min-width: 100%;
  height: 290px;
}
.img-box-full1 {
  width: 100%;
  background-size: cover;
  text-align: center;
  align-items: center;
}
.img-box-full1 > img {
  min-width: 100%;
  height: 450px;
  border: none;
}
.img-box-full > a > img {
  height: 230px;
}
.clock {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
  overflow-x: hidden;
}
.clock img {
  width: 100%;
  height: auto;
}
.clock span {
  position: absolute;
  transform: rotate(calc(22.5deg * var(--i)));
  inset: 0px;
  text-align: center;
  left: 20px;
}

.clock span img {
  height: 120px;
  width: 120px;
  transform: rotate(calc(-22.5deg * var(--i)));
  display: inline-block;
  font-size: 20px;
}

.clock span.l1 {
  position: absolute;
  left: 100px;
}
.clock span.l1:hover img {
  cursor: pointer;
}
.clock span.l2 {
  position: absolute;
  left: 175px;
}
.clock span.l3 {
  position: absolute;
  left: 225px;
}
.clock span.l4 {
  position: absolute;
  left: 270px;
}
.clock span.l5 {
  position: absolute;
  left: 225px;
}
.clock span.l6 {
  position: absolute;
  left: 175px;
}
.clock span.l7 {
  position: absolute;
  left: 100px;
}

.clock span.l9 {
  position: absolute;
  right: 100px;
}
.clock span.l10 {
  position: absolute;
  right: 175px;
}
.clock span.l11 {
  position: absolute;
  right: 225px;
}
.clock span.l12 {
  position: absolute;
  right: 275px;
}
.clock span.l13 {
  position: absolute;
  right: 225px;
}
.clock span.l14 {
  position: absolute;
  right: 175px;
}
.clock span.l15 {
  position: absolute;
  right: 100px;
}

.offers-card > h3 {
  font-size: 22px;
  color: #0053b1;
  font-weight: 500;
  text-transform: capitalize;
  margin: 20px 0 10px 0;
}
.offers-card > p {
  color: #3d3c37;
  line-height: 28px !important;
  font-size: 16px;
}
.offers-card1 > h3 {
  font-size: 25px;
  color: #0053b1;
  font-weight: 500;
  text-transform: capitalize;
  margin: 20px 0 10px 0;
}
.offers-card1 > p {
  color: #3d3c37;
  line-height: 28px !important;
  font-size: 20px;
}
.why-us {
  height: 700px;
  padding: auto;
  align-items: center;
  width: auto;
  background: url(./../assets/images/bg-img.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden !important;
  background-size: cover;
  background-position: center center;
}
.about-our-services > * {
  padding-left: 0 !important;
}
.about-our-services {
  align-items: center;
}
.spacer {
  height: 100px;
}
.spacer-md {
  height: 100px;
}

.title-head {
  background: url(https://alkubaisimedical.com/wp-content/uploads/2023/12/banner-900x180-copy.jpg);
  color: black;
  padding: 10px;
  margin: 20px 0;
  border-radius: 10px;
}
.trust-us-img > img {
  max-width: 100%;
  object-fit: cover;
}
.btnshow {
  display: block !important;
}
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}
.carousel-inner .carousel-item img {
  height: 150px;
}
.contact-textr {
  padding-right: 40px;
}
@media screen and (min-width: 2560px) {
  .footer {
    font-size: 2rem !important;
  }
  .footer h5 {
    font-size: 2.5rem;
  }
  .img-box-full > a > img {
    height: 250px;
  }
  .carousel-inner .carousel-item img {
    height: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .clock span img {
    height: 100px;
    width: 100px;
  }
  .leftForm {
    padding: 40px 30px 40px 30px;
  }
  .contact-head {
    padding: 20px 15px 20px 15px;
  }
  .contact-text {
    padding: 0px 40px 0px 15px;
  }
  .contact-textr {
    padding: 0px 15px 0px 15px;
  }
  .contact-info {
    padding: 20px 15px 20px 15px;
  }
}
@media screen and (max-width: 992px) {
  .offers-container {
    width: 100% !important;
  }
  .card-background {
    background: none;
  }
  .clock img {
    max-width: 768px;
  }
  .clock span img {
    height: 80px;
    width: 80px;
  }
  #btndn {
    position: absolute;
    right: 3.5rem;
    display: block !important;
  }
  #btndnl {
    position: absolute;
    left: 3rem;
    display: block !important;
  }
  .navbar-toggler {
    margin-right: 0.5rem !important;
  }
  h2.White {
    color: white;
    font-size: 24px;
    font-weight: 500;
  }
  .leftForm {
    padding: 30px 30px 30px 30px;
  }
  .contact-head {
    padding: 20px 15px 20px 15px;
  }
  .contact-text {
    padding: 0px 40px 0px 15px;
  }
  .contact-textr {
    padding: 0px 15px 0px 15px;
  }
  .contact-info {
    padding: 20px 15px 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .why-us {
    background-position: top left;
  }
  .footer-img > img {
    max-width: 350px !important;
    height: auto;
    margin: auto;
  }
  h2.Blue {
    color: #013ca3;
    font-size: 25px;
    font-weight: 500;
  }
  h2.White {
    color: white;
    font-size: 22px;
    font-weight: 500;
  }
  #btndn {
    position: absolute;
    right: 3.5rem;
    display: block !important;
  }
  #btndnl {
    position: absolute;
    left: 3rem;
    display: block !important;
  }
  .navbar-toggler {
    margin-right: 0.5rem !important;
  }
  h2.Black {
    padding-top: 0px;
    font-size: 23px;
  }
  .box-left-padd {
    padding: 0px;
    border: none;
  }
  .qa {
    padding: 0px;
  }
  .acc_heading {
    padding: 20px 15px 20px 15px;
  }
  .p-color {
    padding-right: 0px;
  }
  .about-us {
    padding: 40px 30px 30px 30px;
  }
  .footer {
    padding-top: 30px;
  }
  .trust-us-img {
    justify-content: center;
  }
  .boxcont {
    position: relative !important;
    bottom: 0%;
    left: 50%;
  }
  .spacer-md {
    display: none;
  }
  .slider::before,
  .slider::after {
    background: none;
  }
  .brand-logo img {
    height: 170px;
    width: 170px;
  }
  .clock span img {
    height: 60px;
    width: 60px;
  }
  .clock span.l1 {
    position: absolute;
    left: 50px;
  }
  .clock span.l2 {
    position: absolute;
    left: 100px;
  }
  .clock span.l3 {
    position: absolute;
    left: 125px;
  }
  .clock span.l4 {
    position: absolute;
    left: 175px;
  }
  .clock span.l5 {
    position: absolute;
    left: 125px;
  }
  .clock span.l6 {
    position: absolute;
    left: 100px;
  }
  .clock span.l7 {
    position: absolute;
    left: 50px;
  }

  .clock span.l9 {
    position: absolute;
    right: 50px;
  }
  .clock span.l10 {
    position: absolute;
    right: 100px;
  }
  .clock span.l11 {
    position: absolute;
    right: 125px;
  }
  .clock span.l12 {
    position: absolute;
    right: 175px;
  }
  .clock span.l13 {
    position: absolute;
    right: 125px;
  }
  .clock span.l14 {
    position: absolute;
    right: 100px;
  }
  .clock span.l15 {
    position: absolute;
    right: 50px;
  }
  .sectionbackground {
    background-color: #eef5f5;
    padding: 50px 0px 50px 0px;
  }
  .leftForm {
    padding: 30px 30px 30px 30px;
  }
  .contact-head {
    padding: 20px 15px 20px 15px;
  }
  .contact-text {
    padding: 0px 40px 0px 15px;
  }
  .contact-textr {
    padding: 0px 15px 0px 15px;
  }
  .contact-info {
    padding: 20px 15px 20px 15px;
  }
  .img-box-full > a > img {
    height: 200px;
  }
  .carousel-inner .carousel-item img {
    height: 200px;
  }
}
/* Media query for mobile screens */
@media only screen and (max-width: 600px) {
  /* Add CSS specific for mobile screens */
  .carousel-inner .carousel-item img {
    height: 135px;
  }
  .img-box-full > a > img {
    height: 135px;
  }
}
@media screen and (max-width: 500px) {
  h2.Blue {
    font-size: 18px;
  }
  h2.White {
    font-size: 16px;
  }
  h5.Blue {
    font-size: 18px;
  }
  .background-Blue {
    padding: 30px 0px 30px 0px;
  }
  h2.Black {
    padding-top: 0px;
    font-size: 22px;
  }
  .box-left-padd {
    padding: 0px;
    border: none;
  }
  .head-text {
    padding: 20px 0px 20px 0px;
  }
  .qa {
    padding: 0px;
  }
  .acc_heading {
    padding: 20px 15px 20px 15px;
  }
  .p-color {
    padding-right: 0px;
  }
  .about-us {
    padding: 40px 30px 30px 30px;
  }
  .leftForm {
    padding: 25px 30px 30px 30px;
  }
  .contact-head {
    padding: 20px 15px 20px 15px;
  }
  .contact-text {
    padding: 0px 40px 0px 15px;
  }
  .contact-textr {
    padding: 0px 15px 0px 15px;
  }
  .contact-info {
    padding: 20px 15px 20px 15px;
  }
  .offers-card1 > p {
    font-size: 17px;
  }
  .footer {
    padding-top: 30px;
  }
  .clock span img {
    height: 55px;
    width: 55;
  }
  .clock span.l1 {
    position: absolute;
    left: 40px;
  }
  .clock span.l2 {
    position: absolute;
    left: 85px;
  }
  .clock span.l3 {
    position: absolute;
    left: 125px;
  }
  .clock span.l4 {
    position: absolute;
    left: 175px;
  }
  .clock span.l5 {
    position: absolute;
    left: 125px;
  }
  .clock span.l6 {
    position: absolute;
    left: 85px;
  }
  .clock span.l7 {
    position: absolute;
    left: 40px;
  }

  .clock span.l9 {
    position: absolute;
    right: 60px;
  }
  .clock span.l10 {
    position: absolute;
    right: 100px;
  }
  .clock span.l11 {
    position: absolute;
    right: 140px;
  }
  .clock span.l12 {
    position: absolute;
    right: 195px;
  }
  .clock span.l13 {
    position: absolute;
    right: 140px;
  }
  .clock span.l14 {
    position: absolute;
    right: 100px;
  }
  .clock span.l15 {
    position: absolute;
    right: 60px;
  }
  .img-box-full > a > img {
    height: 135px;
  }
  .carousel-inner .carousel-item img {
    height: 135px;
  }
}
@media screen and (max-width: 400px) {
  .why-us {
    background-position: top left;
  }
  .footer-img > img {
    max-width: 200px !important;
    height: auto;
    margin: auto;
  }
  .footer {
    padding-top: 30px;
  }
  h2.White {
    font-size: 13px;
  }
  h5.Blue {
    font-size: 16px;
  }
  h2.Blue {
    color: #013ca3;
    font-size: 19px;
    font-weight: 500;
  }
  h2.Black {
    padding-top: 0px;
    font-size: 19px;
    white-space: wrap !important;
  }
  .box-left-padd {
    padding: 0px;
    border: none;
  }
  .head-text {
    padding: 20px 0px 20px 0px;
  }
  .qa {
    padding: 0px;
  }
  .acc_heading {
    padding: 20px 15px 20px 15px;
  }
  .p-color {
    padding-right: 0px;
  }
  .about-us {
    padding: 40px 30px 30px 30px;
  }
  .leftForm {
    padding: 25px 30px 30px 30px;
  }
  .contact-head {
    padding: 20px 15px 20px 15px;
  }
  .contact-text {
    padding: 0px 40px 0px 15px;
  }
  .contact-textr {
    padding: 0px 15px 0px 15px;
  }
  .contact-info {
    background-color: white;
    padding: 20px 15px 20px 15px;
  }
  .spacer {
    height: 0px !important;
  }
  .spacer-md {
    height: 0px !important;
  }
  .img-box-full1 {
    width: 100%;
  }
  .img-box-full1 > img {
    min-width: 100%;
    height: 250px;
  }
  .img-box-full > a > img {
    height: 135px;
  }
  .carousel-inner .carousel-item img {
    height: 135px;
  }
  .clock span img {
    height: 50px;
    width: 50px;
  }
  .clock span.l1 {
    position: absolute;
    left: 35px;
  }
  .clock span.l2 {
    position: absolute;
    left: 75px;
  }
  .clock span.l3 {
    position: absolute;
    left: 110px;
  }
  .clock span.l4 {
    position: absolute;
    left: 155px;
  }
  .clock span.l5 {
    position: absolute;
    left: 110px;
  }
  .clock span.l6 {
    position: absolute;
    left: 75px;
  }
  .clock span.l7 {
    position: absolute;
    left: 35px;
  }

  .clock span.l9 {
    position: absolute;
    right: 50px;
  }
  .clock span.l10 {
    position: absolute;
    right: 90px;
  }
  .clock span.l11 {
    position: absolute;
    right: 125px;
  }
  .clock span.l12 {
    position: absolute;
    right: 175px;
  }
  .clock span.l13 {
    position: absolute;
    right: 125px;
  }
  .clock span.l14 {
    position: absolute;
    right: 90px;
  }
  .clock span.l15 {
    position: absolute;
    right: 50px;
  }
}

/* Others */
.banner-img {
  margin: 0 !important;
}
