@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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");

p,
button {
  font-family: 'Montserrat', sans-serif;
}
 @font-face {
            font-family: 'Antonio Thin';
            src: url('Antonio/static/Antonio-Thin.ttf') format('truetype');
     
 }
      
 
  @font-face {
            font-family: 'Antonio Bold';
            src: url('Antonio/static/Antonio-Bold.ttf') format('truetype');
     
 }
 
  @font-face {
            font-family: 'Antonio SemiBold';
            src: url('Antonio/static/Antonio-SemiBold.ttf') format('truetype');
     
 }
 
  @font-face {
            font-family: 'Antonio Medium';
            src: url('Antonio/static/Antonio-Medium.ttf') format('truetype');
     
 }
 
  @font-face {
            font-family: 'Antonio';
            src: url('Antonio/static/Antonio-Regular.ttf') format('truetype');
     
 }
 
  @font-face {
            font-family: 'Antonio Light';
            src: url('Antonio/static/Antonio-Light.ttf') format('truetype');
     
 }
   @font-face {
            font-family: 'Antonio ExtraLight';
            src: url('Antonio/static/Antonio-ExtraLight.ttf') format('truetype');
     
 }
/* *{
  font-family: "Poppins", sans-serif;
} */
body {

  margin: 0;
  padding: 0;
  /* border: 2px solid red; */
}

/* Preloader styles */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
}

/* Preloader animation */
.preloader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border: 6px solid #000000;
  border-radius: 50%;
  border-top-color: transparent;
  animation: preloader-spin 1s linear infinite;
}

@keyframes preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*Mini Navbar Start*/
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #808083;
  padding: 10px 20px;
  height: 13.6vh;
  font-family: 'Antonio', sans-serif;
}

.left-side img {
  height: 8vh;
  margin-left: 50px;
}

.right-side {
  display: flex;
  align-items: center;
  font-family: 'Antonio', sans-serif;
}

.right-side i {
  font-size: 27px;
  margin-right: 17px;


}

.right-content {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
  font-family: 'Antonio', sans-serif;
}

.right-content h3 {
  margin: 0;
  font-size: 10pt;
  font-weight: lighter;
  font-family: 'Antonio', sans-serif;
}

.right-content h4 {
  margin: 0;
  font-size: 13pt;
  font-weight: 500;
  font-family: 'Antonio', sans-serif;
}

button {
  background-image: linear-gradient(to bottom, #009dde, #3cc3ed);
  color: white;
  border: none;
  padding: 9px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  margin: 4px 2px;
  cursor: pointer;
  margin-right: 60px;
  border-radius: 4px;
  font-weight: 100;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  /* Shadow on all sides */
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
}

button:hover {
  background-image: linear-gradient(to bottom, #009dde, #3cc3ed);
}

/* Default styles for larger screens */

/* Styles for screens up to 1023px wide */
@media (max-width: 1023px) {
  .navbar {
    display: flex;
    /* flex-direction: column;
    align-items: flex-start; */
    padding: 10px;
    height: auto;
  }


  .left-side img {
    height: 6vh;
    margin-left: 20px;
  }

  .right-side i {
    font-size: 25px;
    margin-right: 10px;
    margin-top: 10px;
  }

  .right-content {
    margin-right: 20px;
    margin-top: 10px;
  }

  button {
    margin-right: 20px;
    margin-top: 10px;
    padding: 7px 20px;
    font-size: 15px;
  }
}

/* Styles for screens up to 768px wide */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: center;
  }

  .left-side img {
    height: 5vh;
    margin-left: 0;
  }

  .right-side {
    flex-direction: column;
    align-items: center;
  }

  .right-side i {
    font-size: 22px;
    margin-right: 5px;
  }

  .right-content {
    align-items: center;
    margin-right: 0;
  }

  button {
    margin-right: 0;
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 14px;
  }
}

/* Styles for screens up to 320px wide */
@media (max-width: 320px) {
  .navbar {
    flex-direction: column;
    align-items: center;
    padding: 5px;
  }

  .left-side img {
    height: 4vh;
  }

  .right-side {
    flex-direction: column;
    align-items: center;
  }

  .right-side i {
    font-size: 20px;
    margin-right: 5px;
  }

  .right-content h3,
  .right-content h4 {
    text-align: center;
  }

  .right-content {
    margin-right: 0;
    margin-top: 5px;
  }

  button {
    margin-right: 0;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 12px;
  }
}


/*Mini Navbar End*/

/*menu bar Start*/
.menu-bar {
  height: 8vh;
  text-align: center;
  background-color: #009dde;
  background: linear-gradient(#009dde, #3cc3ed);
  font-family: 'Antonio', sans-serif;
}

.menu-bar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-bar ul li {
  display: inline-block;
  margin-right: 45px;
}

.menu-bar ul li:last-child {
  margin-right: 0;
}

.menu-bar ul li {
  position: relative;
  bottom: 10px;
}

.menu-bar ul li a {
  text-decoration: none;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 200;
  height: 100%;
  line-height: 8vh;
}

.menu-bar ul li a:hover {
  background-color: #fff;
  color: #3cc3ed;
  height: 100%;
}

.menu-toggle {
  display: none;
}

.menu-icon {
  display: none;
  float: right;
  margin-right: 20px;
  font-size: 30px;
}

/* Default styles for larger screens */
/* Styles for screens up to 768px wide */
@media (max-width: 768px) {
  .menu-bar {
    height: auto;

  }

  .menu-toggle {
    display: none;
    /* Hide the checkbox input */
  }

  .menu-icon {
    display: block;
    /* Show the menu icon for toggling */
  }

  .menu-bar ul {
    display: none;
    /* Initially hide the menu */
    flex-direction: column;
    align-items: center;
  }

  .menu-bar ul li {
    display: block;
    margin: 10px 0;
  }

  .menu-bar ul li a {
    font-size: 16px;
    padding: 10px 20px;
  }

  .menu-bar ul.show {
    display: flex;
    /* Show the menu when the "show" class is added */
  }
}

/* Styles for screens up to 320px wide */
@media (max-width: 320px) {
  .menu-bar {
    height: auto;

  }

  .menu-icon {
    margin-right: 10px;
    font-size: 25px;
  }

  .menu-bar ul li a {
    font-size: 14px;
    padding: 8px 15px;
  }
}



/*menu bar End*/


/*Slider Start*/
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 90 vh;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  position: relative;
  flex: 0 0 100%;
}

img {
  width: 100%;
  height: 120vh;
  position: relative;
  z-index: 0;
}

.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}

.slide-content {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide-content h2 {
  color: white;
  margin: 0;
  font-size: 75px;
  font-family: 'Antonio', sans-serif;
}

.slide-content h2 span {
  color: #3cc3ed;
  font-size: 75 px;
  font-family: 'Antonio', sans-serif;
}

.slide-content button {
  color: white;
  text-align: center;
  background: linear-gradient(to left, #009dde, #3cc3ed);
  /* Gradient from left to right */
  border: none;
  padding: 10px 36px;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  text-align: center;
  font-weight: 100;
  /* Extra light font weight */
  margin-top: 70px;
  font-size: 28px;
  font-family: 'Antonio', sans-serif;
}


.slide-content button:hover {
  background-color: #4e8cff;
}

.circle-container {
  position: absolute;
  top: 55%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;

}

.circle {
  width: 18px;
  height: 18px;
  background-color: #3cc3ed;
  border-radius: 50%;
  margin: 10px 0;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, transform 0.3s, width 0.3s, height 0.3s;
}

.circle:hover {
  background-color: #3cc3ed;
  border-color: #4e8cff;

  transform: scale(1.2);
}

/* Specific colors for each circle */
.circle:nth-child(1) {
  background-color: #3cc3ed;
}

.circle:nth-child(2) {
  background-color: #3cc3ed;
}

.circle:nth-child(3) {
  background-color: #3cc3ed;
}

/* Active circle styles */
.circle.active {
  width: 20px;
  height: 20px;
  transform: scale(1.2);
  border: 3px solid #fff;
}

/* Default styles for larger screens */

/* Styles for screens up to 1023px wide */
@media (max-width: 1023px) {
  .slide-content h2 {
    font-size: 45px;
  }

  .slide-content {
    width: 97%;
  }

  .slide-content h2 span {
    font-size: 45px;
  }

  .slide-content button {
    font-size: 24px;
    padding: 8px 28px;
    margin-top: 40px;
  }

  .circle-container {
    right: 10px;
  }

  .circle {
    width: 16px;
    height: 16px;
  }

  .circle.active {
    width: 18px;
    height: 18px;
  }

.menu-icon {
  font-size: 24px;
  color: white;
  cursor: pointer;
  user-select: none;
}
}

/* Styles for screens up to 768px wide */
@media (max-width: 768px) {
  .slide-content h2 {
    font-size: 35px;
  }

  .slide-content h2 span {
    font-size: 35px;
  }

  .slide-content button {
    font-size: 20px;
    padding: 6px 24px;
    margin-top: 30px;
  }

  .circle-container {
    right: 5px;
  }

  .circle {
    width: 14px;
    height: 14px;
  }

  .circle.active {
    width: 16px;
    height: 16px;
  }

.menu-icon {
  font-size: 24px;
  color: rgb(39, 36, 36);
  cursor: pointer;
  user-select: none;
}
}

/* Styles for screens up to 320px wide */
@media (max-width: 320px) {
  .slider-container {
    height: auto;
  }

  img {
    height: 50vh;
  }

  .slide-content {
    top: 50px;
  }

  .slide-content h2 {
    font-size: 25px;

  }

  .slide-content h2 span {
    font-size: 25px;
  }

  .slide-content button {
    font-size: 18px;
    padding: 5px 20px;
    margin-top: 20px;
  }

  .circle-container {
    top: 70%;
    right: 5px;
  }

  .circle {
    width: 12px;
    height: 12px;
  }

  .circle.active {
    width: 14px;
    height: 14px;
  }
  
.menu-icon {
  font-size: 24px;
  color: rgb(53, 51, 51);
  cursor: pointer;
  user-select: none;
}
}

/*Slider End*/


/*Card Start*/
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: auto;
  line-height: 30px;
}

.card {
  width: 19.8vw;
  height: 52vh;
  margin: 20px;
  border-radius: 10px;
  text-align: center;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  position: relative;
  z-index: 1;
  bottom: 28vh;
  background-size: cover;
  background-position: top;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  color: whitesmoke;
  border-top: 7px solid #87CEEB;
  border-bottom: 7px solid #87CEEB;
  transition: border-color 0.3s ease;

}

.card:hover {
  border-top-color: #87CEEB;
  border-bottom-color: #87CEEB;
}

.card p {
  position: relative;
  bottom: 20px;

}

.card h4 {
  font-size: 27px;
  font-family: 'Antonio', sans-serif;
}

.card h5 {
  font-size: 14px;
  font-family: 'Antonio', sans-serif;
}

.card button {
  border: none;
  padding: 7px 13px;
  border-radius: 4px;
  background-color: skyblue;
  color: white;
  cursor: pointer;
  text-align: center;
  margin: auto;
  margin-top: 80px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  background: linear-gradient(to bottom, #009dde, #3cc3ed);
  /* Gradient from left to right */
  font-family: 'Montserrat', sans-serif;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
  /* Box shadow with black color */
}

.card::before,
.card::after {
  content: '';
  position: absolute;
  width: calc(100%);
  height: 6px;
  /* background-color: #87CEEB; */
  /* background-color: skyblue; */
  /* left: 10px;
  right: 10px; */
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.card::before {
  top: 0;
}

.card::after {
  bottom: 0;
}

.card:hover::before,
.card:hover::after {
  transform: scaleX(1);
}

/* Default styles for larger screens */

/* Styles for screens up to 1023px wide */
@media (max-width: 1023px) {
  .container {
    flex-direction: column;
    align-items: center;
    margin-top: 180px;
  }

  .card {
    width: 80%;
    height: auto;
    margin: 10px 0;
  }

  .card h4 {
    font-size: 22px;
  }

  .card button {
    margin-top: 30px;
    font-size: 14px;
    padding: 5px 10px;
  }

  .card p {
    font-size: 10px;
    bottom: 10px;
  }
}

/* Styles for screens up to 768px wide */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
    margin-top: 180px;
  }

  .card {
    width: 90%;
    height: auto;
    margin: 10px 0;
  }

  .card h4 {
    font-size: 20px;
  }

  .card button {
    margin-top: 20px;
    font-size: 12px;
    padding: 4px 8px;
  }

  .card p {
    font-size: 9px;
    bottom: 8px;
  }
}

/* Styles for screens up to 320px wide */
@media (max-width: 320px) {
  .container {
    flex-direction: column;
    align-items: center;
    margin-top: 180px;
  }

  .card {
    width: 95%;
    height: auto;
    margin: 10px 0;
  }

  .card h4 {
    font-size: 18px;
  }

  .card button {
    margin-top: 10px;
    font-size: 10px;
    padding: 3px 6px;
  }

  .card p {
    font-size: 8px;
    bottom: 5px;
  }
}

/*Card End*/


/*Welcome Section Start*/

.welcome-container {
  text-align: center;
  position: relative;
  bottom: 25vh;
  line-height: 40px;
}

.welcome-heading {
  font-size: 70px;
  font-family: 'Antonio', sans-serif;
  color: #808083;
}

.welcome-paragraph {
  font-size: 23px;
  line-height: 1;
  font-weight: 300;
  color: #808083;
  font-family: 'Montserrat', sans-serif;
}

/* Default styles for larger screens */

/* Styles for screens up to 1023px wide */
@media (max-width: 1023px) {
  .welcome-heading {
    font-size: 50px;
  }

  .welcome-paragraph {
    font-size: 20px;
  }
}

/* Styles for screens up to 768px wide */
@media (max-width: 768px) {
  .welcome-container {
    bottom: 20vh;
  }

  .welcome-heading {
    font-size: 40px;
  }

  .welcome-paragraph {
    font-size: 18px;
  }
}

/* Styles for screens up to 320px wide */
@media (max-width: 320px) {
  .welcome-container {
    bottom: 15vh;
    line-height: 30px;
  }

  .welcome-heading {
    font-size: 30px;
  }

  .welcome-paragraph {
    font-size: 16px;
  }
}


/*Welcome Section End*/

/*featured Section Start*/
.featured-container {
  position: relative;
  width: 100%;
  height: 60vh;
  /* background-image: url(images/2.jpg); */

  margin-bottom: 20px;
  margin-top: 0px;
  bottom: 15vh;
}

.featured-container img {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.featured-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 70%;
  max-width: 680px;
  height: 80%;
  max-height: 75%;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  margin-top: 190px;
  justify-content: start;
  border-top: 7px solid #87CEEB;
  border-bottom: 7px solid #87CEEB;
}

.featured-card::before,
.featured-card::after {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: 5px;
  /* background-color: skyblue; */
  left: 10px;
  right: 10px;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  opacity: 0;
}

.featured-card::before {
  top: 0;
}

.featured-card::after {
  bottom: 0;
}

.featured-card:hover::before,
.featured-card:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.featured-card p {
  position: relative;
  bottom: 15px;
  font-size: 20.5px;
  line-height: 1.5;
  color: #999999;
  font-family: 'Montserrat', sans-serif;
}


.featured-card h2 {
  position: relative;
  bottom: 21px;
  font-size: 39px;
  color: #808080;
  font-family: 'Antonio', sans-serif;
}

/* Default styles for larger screens */

/* Styles for screens up to 1023px wide */
@media (max-width: 1023px) {
  .featured-container {
    height: auto;
    margin-bottom: 10vh;
    bottom: 10vh;
    width: 98%;
  }

  .featured-card {
    width: 88%;
    height: auto;
    max-height: none;
    margin-top: 120px;
  }

  .featured-card p {
    font-size: 18px;
  }

  .featured-card h2 {
    font-size: 30px;
  }
}

/* Styles for screens up to 768px wide */
@media (max-width: 768px) {
  .featured-card {
    width: 93%;
    margin-top: 100px;
  }

  .featured-card p {
    font-size: 16px;
  }

  .featured-card h2 {
    font-size: 28px;
  }
}

/* Styles for screens up to 320px wide */
@media (max-width: 320px) {

  .featured-card {
    width: 50%;
    /* margin-top: 80px; */
    /* margin-left: 13px; */
    height: auto;

  }

  .featured-card p {
    font-size: 14px;
    line-height: 1.3;
  }

  .featured-card h2 {
    font-size: 24px;
  }
}

/*featured Section End*/


/*about Section start*/

.container.about {
  width: 90%;
  /*height: 100vh;*/
  margin: 40px auto;
  overflow: hidden;

}



.left-section.about {
  float: left;
  width: 65%;
  /* padding: 18px; */
  font-size: 16px;
  line-height: 0px;
  margin-bottom: 0px;
}

.left-section.about h3 {
  position: relative;
  top: 36px;
  font-size: 33px;
  font-weight: bold;
  color: #808083;
  font-family: 'Antonio', sans-serif;
}

.left-section.about h5 {
  position: relative;
  top: 15px;
  font-size: 47px;
  font-weight: bold;
  color: #3cc3ed;
  font-family: 'Antonio', sans-serif;
}

.left-section.about p {
  font-size: 19.5px;
  position: relative;
  bottom: 26px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #808083;
  font-family: 'Montserrat', sans-serif;
}

.left-section.about span {
  font-weight: bold;
  color: #3cc3ed;
  font-family: 'Antonio', sans-serif;
}

.about-button {
  display: inline-block;
  padding: 24px 32px;
  background-color: #009dde;
  background: linear-gradient(to right, #009dde, #3cc3ed);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 17pt;
  text-align: center;
  font-weight: lighter;
  margin-top: 25px;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  /* Box shadow on all sides */
}

/* .about-button:hover {
  background-color: #4e8cff;
} */

.right-section img {
  position: relative;
  transition: border-color 0.3s ease;
  /* border: 5px solid transparent; */
  margin-top: 50px;
  width: 33.8vw;
  height: 55.1vh;
  margin-bottom: 0px;
  transition: border-color 0.3s ease;
  border-top: 7px solid #87CEEB;
  border-bottom: 7px solid #87CEEB;
  border-radius: 6px;
}

/* .right-section img:hover {
  border-color: skyblue;
} */

@keyframes border-animation {
  0% {
    border-top: 5px solid skyblue;
    border-bottom: 5px solid skyblue;
  }

  100% {
    border-top: 20px solid skyblue;
    border-bottom: 20px solid skyblue;
    border-left: none;
  }
}

/* Default styles for larger screens */

/* Styles for screens up to 1023px wide */
@media (max-width: 1024px) {
  .container.about {
    height: auto;
  }

  .left-section.about {
    width: 100%;
    margin-bottom: 60px;
    float: none;
    line-height: 20px;
    margin-left: 10px;
  }

  .left-section.about h3 {
    font-size: 24px;
    top: 20px;
  }

  .left-section.about h5 {
    font-size: 28px;
    top: 10px;
  }

  .left-section.about p {
    font-size: 18px;
    bottom: 20px;
  }

  .about-button {
    font-size: 15pt;
    padding: 10px 35px;
    margin-top: 20px;
  }

  .right-section {
    width: 100%;
    text-align: center;
  }

  .right-section img {
    width: 90%;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/* Styles for screens up to 768px wide */
@media (max-width: 768px) {
  .container.about {
    width: 100%;
    margin-top: 50px;
  }

  .left-section.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    margin-left: 10px;
  }

  .left-section.about h3 {
    padding: 8px;
    font-size: 20px;
    top: 10px;
  }

  .left-section.about h5 {
    font-size: 24px;
    top: 5px;
  }

  .left-section.about p {
    font-size: 14px;
    bottom: 10px;
    padding: 9px;
  }

  .about-button {
    font-size: 14pt;
    padding: 18px 24px;
  }

  .right-section {
    width: 90%;
  }

  .right-section img {
    width: 90%;
  }
}

/* Styles for screens up to 480px wide */
@media (max-width: 480px) {
  .container.about {
    width: 100%;
    margin-top: 20px;
  }

  .left-section.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 10px;
  }

  .left-section.about h3 {
    font-size: 18px;
    top: 5px;
  }

  .left-section.about h5 {
    font-size: 20px;
    top: 0;
  }

  .left-section.about p {
    font-size: 12px;
    bottom: 5px;
  }

  .about-button {
    font-size: 12pt;
    padding: 15px 20px;
  }

  .right-section {
    width: 90%;
  }

  .right-section img {
    width: 100%;
  }
}

/* Styles for screens up to 320px wide */
@media (max-width: 320px) {
  .container.about {
    width: 100%;
    margin-top: 120px;
  }

  .left-section.about {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .left-section.about h3 {
    font-size: 16px;
    top: 0;
  }

  .left-section.about h5 {
    font-size: 18px;
    top: 0;
  }

  .left-section.about p {
    font-size: 10px;
    bottom: 0;
    padding: 10px;
  }

  .about-button {
    font-size: 10pt;
    padding: 10px 15px;
  }

  .right-section {
    width: 100%;
  }

  .right-section img {
    width: 100%;
  }
}

/* about section end  */
/*about Section End*/
/* 
<!--owl slider Start--> */
.full-width-container-service {
  width: 100%;
  text-align: center;
  background-color: #eff0f0;
  padding-top: 80px;
  height: 95.7vh;
  /* padding-bottom: 70px; */
}

.container-service {
  position: relative;
  /*max-width: 1200px;*/
  margin: 0 auto;
  bottom: 20px;
}

.owl-carousel {
  width: 100%;
  margin: 0 auto;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

.owl-prev,
.owl-next {
  background: transparent;
  border: none;
  font-size: 40px;
  font-weight: lighter;
  color: #4799e6;
  cursor: pointer;
  position: absolute;

}

.owl-prev {
  left: 20px;
}

.owl-next {
  right: 20px;
}

.full-width-container-service h1 {
  font-size: 43px;
  color: #5dbce2;
  position: relative;
  bottom: 70px;
  font-family: 'Antonio', sans-serif;
}

.service-heading {
  font-size: 40px;
  color: #808080;
  font-weight: lighter;
  position: relative;
  bottom: 90px;
  font-family: 'Antonio', sans-serif;
}

.service-heading::before,
.service-heading::after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #3cc3ed;
  width: 26px;
  top: 50%;
  transform: translateY(-50%);
}

.service-heading::before {
  left: 40%;
}

.service-heading::after {
  right: 40%;
}

.owl-carousel .item-service {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.owl-carousel .item-service .card-service {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  flex: 1;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  height: 56vh;
}

/*  */

.owl-carousel .item-service .card-service img {
  height: 130px;
  object-fit: cover;
  flex-shrink: 0;
}

.card-content-service {
  padding: 10px;
  padding-left: 20px;
  text-align: left;
  background: linear-gradient(to right, #009dde, #3cc3ed);
  background-color: #3cc3ed;
  flex-grow: 1;
  border-top: 3px solid white;

}

.card-content-service h2 {
  font-size: 13.8px;
  position: relative;
  top: 17px;
  margin-bottom: 5px;
  color: #FFFFFF;
  font-weight: bolder;
  font-family: 'Antonio', sans-serif;
  font-family: 'Montserrat', sans-serif;
}

.card-content-service p {
  position: relative;
  top: 28px;
  font-weight: 300;
  font-size: 9.9px;
  margin-bottom: 20px;
  color: #fff;

}

.card-content-service .read-more-service {
  text-decoration: none;
  color: #fff;
  font-weight: lighter;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  bottom: 40px;
  text-transform: uppercase;
}

/* .read-more-service:hover {
  color: #3cc3ed;
} */

.card-content-service .read-more-service {
  font-weight: lighter;
  margin-right: 8px;
  position: relative;
  top: 55px;
}

.card-content-service .read-more-service span {
  position: relative;
  top: 3px;
}

/* .read-more-service:hover {
  color: #0099FF;
}

.card-content-service:hover {
  background-color: #3590b8;
} */

/* Styles for screens up to 1023px wide */
@media (max-width: 1023px) {
  .full-width-container-service {
    height: auto;
    padding-top: 50px;
  }

  .full-width-container-service h1 {
    font-size: 36px;
    bottom: 50px;
  }

  .service-heading {
    font-size: 32px;
    bottom: 60px;
  }

  .container-service {
    bottom: 10px;
  }

  .owl-prev,
  .owl-next {
    font-size: 30px;
  }

  .owl-prev {
    left: 20px;
  }

  .owl-next {
    right: 20px;
  }

  .owl-carousel .item-service .card-service {
    height: auto;
    max-width: 250px;
  }

  .card-content-service h2 {
    font-size: 12px;
    top: 10px;
  }

  .card-content-service p {
    font-size: 9px;
    top: 20px;
  }

  .card-content-service .read-more-service {
    font-size: 12px;
    top: 20px;
  }

  .card-content-service .read-more-service::before {
    font-size: 2rem;
    top: 5px;
  }
}

/* Styles for screens up to 768px wide */
@media (max-width: 768px) {
  .full-width-container-service {
    height: auto;
    padding-top: 30px;
  }

  .full-width-container-service h1 {
    font-size: 30px;
    bottom: 40px;
  }

  .service-heading {
    font-size: 28px;
    bottom: 50px;
  }

  .container-service {
    bottom: 5px;
  }

  .owl-prev,
  .owl-next {
    font-size: 25px;
    /*left: -15px;*/
    /*right: -15px;*/
  }

  .owl-prev {
    left: -15px;
  }

  .owl-next {
    /*right: -15px;*/
  }

  .owl-carousel .item-service .card-service {
    height: auto;
    max-width: 200px;
  }

  .card-content-service h2 {
    font-size: 11px;
    top: 8px;
  }

  .card-content-service p {
    font-size: 8px;
    top: 15px;
  }

  .owl-nav {
    width: 28%;
    margin-left: 200px;
  }

  .card-content-service .read-more-service {
    font-size: 10px;
    top: 5px;
  }

  .card-content-service .read-more-service::before {
    font-size: 1.5rem;
    top: 4px;
  }
}
/* Styles for screens up to 480px wide */
@media (max-width: 480px) {
  .full-width-container-service {
    height: auto;
    padding-top: 25px;
  }

  .full-width-container-service h1 {
    font-size: 26px;
    bottom: 35px;
  }

  .service-heading {
    font-size: 26px;
    bottom: 45px;
  }

  .container-service {
    bottom: 0;
  }

  .owl-nav {
    width: 40%;
    margin-left: 127px;
  }

  .owl-prev,
  .owl-next {
    font-size: 22px;
    /*left: -12px;*/
    /*right: -12px;*/
  }

  .owl-prev {
    /*left: -12px;*/
  }

  .owl-next {
    /*right: -12px;*/
  }

  .owl-carousel .item-service .card-service {
    height: auto;
    max-width: 190px;
  }

  .card-content-service h2 {
    font-size: 10.5px;
    top: 6px;
  }

  .card-content-service p {
    font-size: 7.5px;
    top: 12px;
  }

  .card-content-service .read-more-service {
    font-size: 9px;
    top: 8px;
  }

  .card-content-service .read-more-service::before {
    font-size: 1.2rem;
    top: 3px;
  }
}

/* Styles for screens up to 320px wide */
@media (max-width: 320px) {
  .full-width-container-service {
    height: auto;
    padding-top: 20px;
  }

  .full-width-container-service h1 {
    font-size: 24px;
    bottom: 30px;
  }

  .service-heading {
    font-size: 24px;
    bottom: 40px;
  }

  .container-service {
    bottom: 0;
  }

  .owl-nav {
    width: 50%;
    margin-left: 80px;
  }

  .owl-prev,
  .owl-next {
    font-size: 20px;
    /*left: -10px;*/
    /*right: -10px;*/
  }

  .owl-prev {
    /*left: -10px;*/
  }

  .owl-next {
    /*right: -10px;*/
  }

  .owl-carousel .item-service .card-service {
    height: auto;
    max-width: 180px;
  }

  .card-content-service h2 {
    font-size: 10px;
    top: 5px;
  }

  .card-content-service p {
    font-size: 7px;
    top: 10px;
  }

  .card-content-service .read-more-service {
    font-size: 8px;
    top: 10px;
  }

  .card-content-service .read-more-service::before {
    font-size: 1rem;
    top: 3px;
  }
}

/* <!--owl slider End--> */


/*Five Star Start*/
.star-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  line-height: 40px;
  position: relative;
}

.stars {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  position: relative;
  top: 30px;
}

.star {
  color: #009dde;
  font-size: 50px;
  margin: 0 5px;
  transition: transform 0.3s;
}

.star:nth-child(1) {
  font-size: 36px;
}

.star:nth-child(2) {
  font-size: 44px;
}

.star:nth-child(3) {
  font-size: 90px;
  margin-bottom: 5px;
}

.star:nth-child(4) {
  font-size: 44px;
}

.star:nth-child(5) {
  font-size: 36px;
}

.star:hover {
  transform: scale(1.2);
}

.stars::before,
.stars::after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #009dde;
  bottom: -0px;
  /* Adjust as needed */
}

.stars::before {
  width: calc(60% / 5 * 2 + 10px);
  /* Adjust as needed for margin */
  left: calc(0% + 5px);
  /* Adjust as needed for margin */
}

.stars::after {
  width: calc(60% / 5 * 2 + 10px);
  /* Adjust as needed for margin */
  right: calc(0% + 5px);
  /* Adjust as needed for margin */
}

#five-star-h1 {
  text-align: center;
  color: #808083;
  font-size: 3.3rem;
  font-family: 'Antonio', sans-serif;
}

h1 {
  font-family: 'Antonio', sans-serif;
}

#cleaing-sanitation {
  text-align: center;
  position: relative;
  bottom: 35px;
  color: #808083;
  font-size: 31px;
  font-weight: lighter;
  font-family: 'Antonio', sans-serif;
}

.container-Five h1 {
  font-size: 24px;
  color: #808083;
  margin-top: 20px;
  font-family: 'Antonio', sans-serif;
}

/* Styles for screens up to 1023px wide */
@media (max-width: 1023px) {
  .stars {
    padding-top: 30px;
    top: 20px;
  }

  .star {
    font-size: 40px;
  }

  .star:nth-child(1) {
    font-size: 28px;
  }

  .star:nth-child(2) {
    font-size: 36px;
  }

  .star:nth-child(3) {
    font-size: 75px;
  }

  .star:nth-child(4) {
    font-size: 36px;
  }

  .star:nth-child(5) {
    font-size: 28px;
  }

  #five-star-h1 {
    font-size: 2.8rem;
  }

  #cleaing-sanitation {
    font-size: 26px;
    bottom: 25px;
  }

  .container-Five h1 {
    font-size: 20px;
  }
}

/* Styles for screens up to 768px wide */
@media (max-width: 768px) {
  .stars {
    padding-top: 20px;
    top: 10px;
  }

  .star {
    font-size: 30px;
  }

  .star:nth-child(1) {
    font-size: 24px;
  }

  .star:nth-child(2) {
    font-size: 28px;
  }

  .star:nth-child(3) {
    font-size: 60px;
  }

  .star:nth-child(4) {
    font-size: 28px;
  }

  .star:nth-child(5) {
    font-size: 24px;
  }

  #five-star-h1 {
    font-size: 2.4rem;
  }

  #cleaing-sanitation {
    font-size: 22px;
    bottom: 20px;
  }

  .container-Five h1 {
    font-size: 18px;
  }
}

/* Styles for screens up to 480px wide */
@media (max-width: 480px) {
  .stars {
    padding-top: 10px;
    top: 5px;
  }

  .star {
    font-size: 24px;
  }

  .star:nth-child(1) {
    font-size: 20px;
  }

  .star:nth-child(2) {
    font-size: 24px;
  }

  .star:nth-child(3) {
    font-size: 50px;
  }

  .star:nth-child(4) {
    font-size: 24px;
  }

  .star:nth-child(5) {
    font-size: 20px;
  }

  #five-star-h1 {
    font-size: 2rem;
  }

  #cleaing-sanitation {
    font-size: 18px;
    bottom: 15px;
  }

  .container-Five h1 {
    font-size: 16px;
  }
}

/*Five Star End*



/*Innovation Section Start*/
.hygiene-full-width-container {
  position: relative;
  width: 100%;
  background-image: url('images/dealing.png');
  background-size: cover;
  text-align: center;
  color: white;
  height: 730px;
  bottom: 7px;
}

.hygiene-content-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  height: 86.3%;
}

.hygiene-content {
  padding: 0;
  position: relative;
  z-index: 2;
}

.hygiene-button {
  display: inline-block;
  padding: 7px 35px;
  background-color: #009dde;
  background: linear-gradient(#009dde, #3cc3ed);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 15pt;
  text-align: center;
  font-weight: 1;
  margin-top: 25px;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
  position: relative;
  top: 40px;
}

.hygiene-button:hover {
  background-color: #3cc3ed;
}

.hygiene-content h1 {
  font-size: 32.5px;
  margin-bottom: 20px;
  color: #3cc3ed;
  font-family: 'Antonio', sans-serif;
}

.hygiene-content h2 {
  font-size: 31.5px;
  margin-bottom: 0px;
  color: #3cc3ed;
  margin-top: 80px;
  font-family: 'Antonio', sans-serif;
}

.hygiene-content p {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 10px;
  color: rgb(224, 221, 221);
}


@media (max-width: 1023px) {
  .hygiene-full-width-container {
    height: auto;
  }

  .hygiene-content-container {
    height: auto;
    padding: 50px 10px;
  }

  .hygiene-content h2 {
    margin-top: 50px;
    font-family: 'Antonio', sans-serif;
  }

  .hygiene-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Antonio', sans-serif;
  }

  .hygiene-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #FFFFFF;
    margin-top: 80px;
    font-family: 'Antonio', sans-serif;
  }
}

/*Innovation Section End*/


/*Goal Section Start*/
.container-goal-fullwidth {
  width: 100%;

  background: linear-gradient(#009dde, #3cc3ed);
  background-color: #3cc3ed;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
  bottom: 7px;
  height: 93vh;
}

.container.goal {
  /* width: 90%; */
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.left-section.goal {
  float: left;
  width: 53%;
  padding: 20px;
  /* font-size: 16px; */
  margin: auto;
  padding: 40px;
}

.left-section.goal h1 {
  font-size: 34.6px;
  line-height: 3rem;
  color: rgb(255, 251, 251);
  word-spacing: 1.5px;
  font-weight: 200;
  font-family: 'Antonio', sans-serif;
}

.left-section.goal p {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #fff;
}

.goal-button {
  display: inline-block;
  padding: 6.3px 33px;
  background-color: #fff;
  color: #808080;
  text-decoration: none;
  border-radius: 5px;
  font-size: 19px;
  margin-top: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
    0 6px 20px rgba(0, 102, 255, 0.2),
    0 8px 24px rgba(255, 0, 0, 0.2),
    0 10px 30px rgba(0, 255, 0, 0.2);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
}

.right-section-goal {
  float: right;
  width: 35vw;
  height: 67vh;
  background-size: cover;
}

.right-section-goal img {
  position: relative;
  margin-top: 90px;
  background-size: cover;
  height: 49vh;
  left: 50px;
  border-top: 4px solid #e0ecf1;
  border-bottom: 4px solid #e0ecf1;
  border-radius: 5px;
}

.right-section-goal img::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: 5px solid transparent;
  transition: border-color 0.3s ease;
  background-size: cover;
}

.right-section-goal img:hover::before {
  border-color: #FFFFFF;
}

.right-section-goal img {
  position: relative;
  margin-top: 90px;
  height: 65%;
  width: 70%;
  display: block;
}

/* Styles for screens up to 1023px wide */
@media (max-width: 1024px) {
  .container-goal-fullwidth {
    padding-top: 10px;
    height: auto;
  }

  .left-section.goal {
    width: 100%;
    padding: 20px;
    margin: auto;
  }

  .left-section.goal h1 {
    font-size: 28px;
    line-height: 2.5rem;
  }

  .left-section.goal p {
    font-size: 16px;
  }

  .goal-button {
    font-size: 17px;
    padding: 6px 28px;
  }

  .right-section-goal {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
  }

  .right-section-goal img {
    margin-top: 20px;
    height: auto;
    width: 70%;
  }
}

/* Styles for screens up to 768px wide */
@media (max-width: 768px) {
  .container-goal-fullwidth {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .left-section.goal h1 {
    font-size: 20px;
    line-height: 2rem;
    padding: 5px;
  }

  .left-section.goal p {
    font-size: 13px;
  }

  .goal-button {
    font-size: 15px;
    padding: 5px 25px;
  }

  .right-section-goal img {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Styles for screens up to 480px wide */
@media (max-width: 480px) {
  .container-goal-fullwidth {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .left-section.goal {
    padding: 10px;
  }

  .left-section.goal h1 {
    font-size: 20px;
    line-height: 1.8rem;
    text-align: center;
    padding: 5px;
  }

  .left-section.goal p {
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
  }

  .goal-button {
    font-size: 14px;
    padding: 4px 20px;

  }

}
/* Styles for screens up to 320px wide */
@media (max-width: 320px) {
  .container-goal-fullwidth {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .left-section.goal {
    padding: 10px;
  }

  .left-section.goal h1 {
    font-size: 13px;
    line-height: 1.2rem;
    text-align: center;
  }

  .left-section.goal p {
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
  }

  .goal-button {
    font-size: 12px;
    padding: 3px 40px;
  margin-left: 100px;
  }

  .right-section-goal img {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/*Goal Section End*/

/*Rejuvenate Section Start*/

.rejuvenate-full-width-container {
  position: relative;
  width: 100%;
  background-image: url(images/rejuv.jpeg);
  background-size: cover;
  text-align: center;
  color: white;
  height: 90%;
  min-height: 100vh;
  bottom: 7px;
}

.rejuvenate-content-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  min-height: 100vh;
}

.rejuvenate-content {
  padding: 0;
  position: relative;
  z-index: 2;
  width: 70%;
  text-align: center;
  margin: 60px auto 0;
}



.rejuvenate-button {
  display: inline-block;
  position: relative;
  top: 90px;
  padding: 8.2px 45px;
  background-color: #3cc3ed;
  background: linear-gradient(#009dde, #3cc3ed);
  color: #faf9f9;
  text-decoration: none;
  border-radius: 5px;
  font-size: 26px;
  font-weight: lighter;
  margin-top: 25px;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Antonio', sans-serif;
}

/* .rejuvenate-button:hover {
  background-color: #4e8cff;
} */

.rejuvenate-content h1 {
  font-size: 42px;
  position: relative;
  bottom: 50px;
  margin-bottom: 1px;
  color: #3cc3ed;
  font-family: 'Antonio', sans-serif;
}


.rejuvenate-content p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #fff;
  color: #f5f1f1e5;
  position: relative;
  bottom: 40px;
}

/* Styles for screens up to 1023px wide */
@media (max-width: 1023px) {
  .rejuvenate-full-width-container {
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rejuvenate-content-container {
    padding: 40px 15px;
    min-height: auto;
  }

  .rejuvenate-content {
    width: 90%;
    margin: 40px auto 0;
  }

  .rejuvenate-content h1 {
    font-size: 32px;
    bottom: 30px;
  }

  .rejuvenate-content p {
    font-size: 18px;
    bottom: 20px;
  }

  .rejuvenate-button {
    top: 60px;
    font-size: 22px;
    padding: 8px 40px;
  }
}

/* Styles for screens up to 768px wide */
@media (max-width: 768px) {
  .rejuvenate-content-container {
    padding: 30px 10px;
  }

  .rejuvenate-content {
    width: 95%;
    margin: 30px auto 0;
  }

  .rejuvenate-content h1 {
    font-size: 28px;
    bottom: 20px;
  }

  .rejuvenate-content p {
    font-size: 16px;
    bottom: 10px;
  }

  .rejuvenate-button {
    top: 40px;
    font-size: 18px;
    padding: 6px 35px;
  }
}

/* Styles for screens up to 480px wide */
@media (max-width: 480px) {
  .rejuvenate-content-container {
    padding: 20px 5px;
  }

  .rejuvenate-content {
    width: 100%;
    margin: 20px auto 0;
  }

  .rejuvenate-content h1 {
    font-size: 24px;
    bottom: 10px;
  }

  .rejuvenate-content p {
    font-size: 14px;
    bottom: 5px;
  }

  .rejuvenate-button {
    top: 20px;
    font-size: 16px;
    padding: 5px 30px;
  }
}

/*Rejuvenate Section End*/


/*appoinment Section start*/
.container-appoinment {
  position: relative;
  width: 100%;
  max-width: 79.3%;
  height: 15vh;
  margin: 0 auto;
  padding: 20px;
  margin-top: 90px;
  background-color: #3cc3ed;
  background: linear-gradient(#009dde, #3cc3ed);
  border-radius: 5px;
  overflow: hidden;

}

.heading-appoinment {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
}

.heading-lets {
  color: white;
  font-size: 22px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.button-appoinment {
  position: absolute;
  top: 15px;
  right: 5%;
  display: inline-block;
  padding: 7px 47px;
  background-color: #fff;
  color: #808083;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
    0 6px 20px rgba(0, 102, 255, 0.2),
    0 8px 24px rgba(255, 0, 0, 0.2),
    0 10px 30px rgba(0, 255, 0, 0.2);
  text-decoration: none;
  border-radius: 5px;
  font-size: 28px;
  margin-top: 25px;
  font-family: 'Antonio', sans-serif;
}

/* .button-appoinment:hover {
  background-color: #4e8cff;
} */

/* Styles for screens up to 1023px wide */
@media (max-width: 1023px) {
  .container-appoinment {
    max-width: 90%;
    height: auto;
    padding: 15px;
    margin-top: 70px;
  }

  .heading-appoinment {
    font-size: 22px;
    position: relative;
    left: 10px;
    top: 12px;
  }

  .heading-lets {
    font-size: 20px;
    position: relative;
    bottom: 10px;
    left: 10px;
  }

  .button-appoinment {
    font-size: 24px;
    padding: 6px 40px;
    top: 10px;
    right: 4%;
  }
}

/* Styles for screens up to 768px wide */
@media (max-width: 768px) {
  .container-appoinment {
    max-width: 95%;
    padding: 10px;
  }

  .heading-appoinment {
    font-size: 20px;
    position: relative;
    left: 5px;
    top: 12px;
  }

  .heading-lets {
    font-size: 18px;
    position: relative;
    bottom: 8px;
    left: 5px;
  }

  .button-appoinment {
    font-size: 22px;
    padding: 5px 35px;
    top: 10px;
    right: 3%;
  }
}

/* Styles for screens up to 480px wide */
@media (max-width: 480px) {
  .container-appoinment {
    max-width: 96%;
    padding: 5px;
  }

  .heading-appoinment {
    font-size: 18px;
    position: relative;
    left: 0;
    top: 2px;
  }

  .heading-lets {
    font-size: 16px;
    position: relative;
    bottom: 5px;
    left: 0;
  }

  .button-appoinment {
    font-size: 18px;
    padding: 5px 30px;
    top: 15px;
    right: 2%;
    flex-direction: column;
  }
}

/*appoinment Section End*/



/*Footer Start*/
footer {
  background: rgb(9, 7, 56);
  background: linear-gradient(to bottom, #0a0f13, #015e8f);
  color: #fff;
  padding: 60px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: -60px;
  padding-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  min-height: 70vh;
}

.footer_container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.for-line {
  display: flex;
  /* flex-direction: column; */
  position: relative;
  top: 60px;
  width: 70%;
}




.logo.footer-design img {
  height: 10vh;
  width: 17vw;
  position: relative;
  /* top: 40px; */
}

#company {
  position: relative;
  top: 60px;
  left: 40px;
}

#our-policies {
  position: relative;
  top: 60px;
  /* right: 50px; */
}

#feartures {
  position: relative;
  top: 80px;

}

#year-company {
  color: #CCCCCC;
}

.call-us {
  position: relative;
  top: 60px;
}

.call-us h4 {
  position: relative;
  top: 25px;
}

.logo.footer-design h2,
.logo-text p,
.logo-text h3 {
  margin: 10px 0;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 36px;
}

.menu.footer-design {
  text-align: left;
}

.menu.footer-design h3 {
  font-size: 18px;
  padding-bottom: 2px;
}

.menu.footer-design ul {
  list-style: none;
  padding: 0;
}

.menu.footer-design ul li {
  margin-bottom: 5px;
  line-height: 30px;
}

.menu.footer-design ul li a {
  color: #d8d3d3;
  text-decoration: none;
}

.menu.footer-design ul li a:hover {
  color: #FFFFFF;
}

.container-footer-copyright {
  background-color: #015e8f;
  padding: 22px 30px;
  border-top: thin solid #FFFFFF;
  text-align: center;
}

.container-footer-copyright p {
  text-align: center;
  margin: 0;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: lighter;
  text-align: center;
  margin: auto;
}

/* Styles for screens up to 1024px wide */
/* Styles for screens up to 1024px wide */
@media (max-width: 1024px) {
  footer {
    flex-direction: column;
    align-items: center;
    padding: 40px 10px;
    height: auto;
    margin-top: -40px;
  }

  .logo.footer-design {
    text-align: center;
  }

  .logo.footer-design img {
    width: 50%;
    height: auto;
  }

  .menu.footer-design {
    margin: 20px 0;
    text-align: center;
    width: 100%;
  }

  .menu.footer-design h3 {
    font-size: 18px;
  }

  .menu.footer-design ul {
    padding: 0;
  }

  .menu.footer-design ul li {
    margin-bottom: 5px;
    line-height: 30px;
  }

  .menu.footer-design ul li a {
    color: #d8d3d3;
    text-decoration: none;
  }

  .menu.footer-design ul li a:hover {
    color: #FFFFFF;
  }

  .footer_container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo.footer-design {
    margin-bottom: 0;
  }
}

/* Styles for screens up to 768px wide */
@media (max-width: 768px) {
  footer {
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    height: auto;
    margin-top: 0px;
  }

  span {
    font-size: 8px;
  }

  .logo.footer-design {
    margin-bottom: 15px;
    text-align: center;
  }

  .logo.footer-design img {
    width: 60%;
    height: auto;
  }

  .menu.footer-design {
    margin: 15px 0;
    text-align: center;
    width: 100%;
  }

  .menu.footer-design h3 {
    font-size: 16px;
  }

  .menu.footer-design ul {
    padding: 0;
  }

  .menu.footer-design ul li {
    margin-bottom: 5px;
    line-height: 25px;
  }

  .menu.footer-design ul li a {
    color: #d8d3d3;
    text-decoration: none;
  }

  .menu.footer-design ul li a:hover {
    color: #FFFFFF;
  }

  #feartures {
    left: 0;
    top: 0;
  }

  #company {
    left: 0px;
    top: 0;
  }

  #our-policies {
    right: 0px;
    top: 0;
  }
}

/* Styles for screens up to 480px wide */
@media (max-width: 480px) {
  footer {
    flex-direction: column;
    align-items: center;
    padding: 15px 5px;
    height: auto;
    margin-top: -10px;
  }

  .footer_container {
    flex-direction: column;
  }

  #year-company {
    font-size: 10px;
    margin-left: 60px;
  }

  .call-us {
    position: relative;
    top: 30px;
  }

  .call-us h4 {
    position: relative;
    top: 20px;
  }

  #feartures {
    left: 0;
    top: 0;
  }

  #company {
    position: relative;
    left: 0px;
    top: 0;
  }

  #our-policies {
    right: 0px;
    top: 0;
  }

  .logo.footer-design {
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 2;
  }

  .logo.footer-design img {
    width: 70%;
    height: auto;
  }

  .menu.footer-design {
    text-align: center;
    width: 100%;
  }

  .menu.footer-design h3 {
    font-size: 16px;
  }

  .menu.footer-design ul {
    padding: 0;
    text-align: center;
    position: relative;
    bottom: 15px;
  }

  .menu.footer-design ul li {
    margin-bottom: 5px;
    line-height: 20px;
  }

  .menu.footer-design ul li a {
    color: #d8d3d3;
    text-decoration: none;
  }

  .menu.footer-design ul li a:hover {
    color: #FFFFFF;
  }
}

/* Styles for screens up to 320px wide */
@media (max-width: 320px) {
  footer {
    flex-direction: column;
    align-items: center;
    padding: 10px 5px;
    height: auto;
    margin-top: -20px;
  }

  .footer_container {
    flex-direction: column;
  }

  #year-company {
    font-size: 8px;
    margin-left: 50px;
  }

  .call-us {
    position: relative;
    top: 20px;
  }

  .call-us h4 {
    position: relative;
    top: 10px;
  }

  #feartures {
    left: 0;
    top: 0;
  }

  #company {
    position: relative;
    left: 0px;
    top: 0;
  }

  #our-policies {
    right: 0px;
    top: 0;
  }

  .logo.footer-design {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 2;
  }

  .logo.footer-design img {
    width: 80%;
    height: auto;
  }

  .menu.footer-design {
    text-align: center;
    width: 100%;
  }

  .menu.footer-design h3 {
    font-size: 14px;
  }

  .menu.footer-design ul {
    padding: 0;
    text-align: center;
    position: relative;
    bottom: 10px;
  }

  .menu.footer-design ul li {
    margin-bottom: 5px;
    line-height: 20px;
  }

  .menu.footer-design ul li a {
    color: #d8d3d3;
    text-decoration: none;
  }

  .menu.footer-design ul li a:hover {
    color: #FFFFFF;
  }
}

/*Footer End*/