body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}



/* preloader  */

.preloader-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  /* transition: all 4s ease; */
}

.my-spinner{
 color: #237d9f !important;
 width: 3rem;
 height: 3rem;
}

.out-animation{
  animation: hideloader 1s forwards;

}

@keyframes hideloader {
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    display: none;
  }
}

/* end of preloader  */



/* header style start here */
header{
  background-color: #e5f9f8;
  /* background-image: linear-gradient(135deg, #fddb92 10%, #d1fdff 100%); */
}
header .navbar-brand{
  max-width: 275px;
}
header .navbar-brand img{
  width: 100%;
}
header .btn-hover{
  margin: 20px !important;
}
.navbar {
    background: transparent;
    box-shadow: 0 4px 6px rgba(22, 22, 26, 0.18);
  }
  .navbar .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 30px;
    margin-right: 5px;
  }
  nav .nav-link.active{
    /* background-image: linear-gradient(135deg, #FAB2FF 10%, #1904E5 100%); */
    background-color: #237d9f;
    color: #fff !important;
  }
  nav .nav-link.active:hover{
    /* background-image: linear-gradient(135deg, #FAB2FF 10%, #1904E5 100%); */
    background-color: #237d9f;
    color: #fff !important;
  }
  nav .nav-link:hover{
    /* background-image: linear-gradient(135deg, #FAB2FF 10%, #1904E5 100%); */
    background-color: #85d7f580;
    color: #000 !important;

  }
  .btn-outline-dark {
    border-radius: 0;
  }
  .btn-outline-dark:focus {
    box-shadow: none;
  }
  @media screen and (max-width: 768px) {
    .btn-outline-dark {
      border: none;
      padding: 0;
      outline: none;
    }
  
    .btn-outline-dark:hover {
      background: none;
      color: gray;
    }
  }
/* header style end here */

/* footer start here */
footer ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
background: #ddfdff;
/* background-image: linear-gradient(135deg, #fddb92 10%, #d1fdff 100%); */
position: relative;
}
.footer-cta {
border-bottom: 1px solid #373636;
}
.single-cta i {
color: #00022a;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #000;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #00022a;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;                                                   
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 300px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
    color: #00022a;
line-height: 28px;
font-weight: 500;
}
.footer-social-icon span {
color: #000;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #000;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #000;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #00022a;
}
.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #00022a;
padding-left: 10px;
}
.footer-widget ul li a {
color: #00022a;
text-transform: capitalize;
text-decoration: none;
 transition: all 0.5s ease-out;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
/* background: #2E2E2E; */
background: #fff;
border: 1px solid #2E2E2E;
color: #000;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #237d9f;
  padding: 14px 20px;
  border: 1px solid #237d9f;
  top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #237d9f;
/* background-image: linear-gradient(135deg, #FAB2FF 10%, #1904E5 100%); */
padding: 15px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #ffffff;
font-weight: 700;
}
.copyright-text p a{
color: #fff;
font-weight: 700;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #00022a;
}
.footer-menu li a {
font-size: 14px;
color: #00022a;
}
footer a{
  text-decoration: none;
}
/* .all-foot-details{
  background-image: url('../image/foot-img/bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */
/* footer end here */

/* contact us page start here */
.contact-med{
  background-color: #fff;
}
/* contact us page end here */

/* sign in start here */
.med-sign-in{
  background-color: #fff;
}
.med-sign-in a{
  text-decoration: none;
}
/* sign in end here */

/* registration form start here */
.registration-form-med{
  background-color: #fff;

}
/* registration form end here */

/* forget password start here */
.med-forget{
  background-color: #fff;
}
.med-forget a{
  text-decoration: none;

}
/* forget password end here */

/* reset password page start here */
.med-reset-pass{
  background-color: #fff;
}
/* reset password page end here */

/* button start here */
.btn-hover {
  width: 200px;
  font-size: medium;
  margin: 0 auto;
  font-weight: 600;
  color: #fff;
  padding: 10px 40px;
  display: table;
  text-decoration: none;
  cursor: pointer;
  /* margin: 20px; */
  height: 42px;
  text-align: center;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 2px solid #237d9f;
  background-color: #237d9f;
}     
.btn-hover:hover {
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #237d9f;
  background-color: #fff;
}



.btn-hover:focus {
  outline: none;
}

.btn-hover.color-7 {
  /* background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645); */
  
  box-shadow: 0 4px 15px 0 rgba(146, 146, 146, 0.75);
}
/* button end here */

.form-div{
  padding: 30px;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    background: #f7f8f5;
  border-radius: 20px;
}
form input{
  border: 2px solid #000 !important;
  border-radius: 30px !important;
}
form input:focus{
  box-shadow: none !important;
}
form textarea{
  border: 2px solid #000 !important;
  border-radius: 30px !important;
}
form textarea:focus{
  box-shadow: none !important;
}
form label{
  font-weight: 700 !important;
}


#particles-js{
  width: 100%;
  height: 100%;
  /* background: #111111; */
}
/* whatsapp pulse botton start here */
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 24px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse:hover{
  color: #fff;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
  bottom: 25px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 20px;
		opacity: 0.75;
	}
	75% {
		padding: 35px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/* whatsapp pulse botton end here */

/* about us page start here */
.about-med{
  /* background-image: linear-gradient(to right, #f5ce629c, #e4360396, #fa71999e, #e85a19cc); */
  background-color: #fff;
}
.about-content .img-div{
  border: 2px solid #000;
  border-radius: 50%;
  padding: 5px;
}
.about-content .img-div img{
  border-radius: 50%;
}
.about-content h3{
  color: #237d9f;
  text-transform: uppercase;
  text-align: left;
}
.about-content p{
  color: #424242;
  text-align: justify;
} 
.about-content2 .img-div{
  border: 2px solid #000;
  border-radius: 50%;
  padding: 5px;
}
.about-content2 .img-div img{
  border-radius: 50%;
}
.about-content2 h3{
  color: #237d9f;
  text-transform: uppercase;
  text-align: right;
}
.about-content2 p{
  color: #424242;
  text-align: justify;
} 
.accordion-about .accordion{
  background-color: transparent;
}
.accordion-about .accordion-item{
  border: none;
  background-color: transparent;
}
.accordion-about .accordion-header{
  border-radius: 30px !important;
}
.accordion-about .accordion-button{
  border-radius: 30px !important;
  margin: 10px 0;
  /* background-color: #000000aa !important; */
  border: 2px solid #237d9f !important;
}
.accordion-about .accordion-button:not(.collapsed){
  /*background-color: #000000aa; */
  background-color: #237d9f !important;
  color: #fff;
}
.accordion-about .accordion-button:not(.collapsed)::after {
    background-image: url("../image/about/chevron-up.png");
    transform: rotate(0deg) !important;
}
.accordion-about .accordion-button:not(.collapsed)::after:focus{
  box-shadow: none !important;
}
.accordion-about h3{
  text-transform: uppercase;
}
/* about us page end here */


/* homepage start here */
.home-banner-med .carousel-indicators [data-bs-target] {
  background-color: #000000 !important;
}
.home-banner-med .carousel-control-next-icon,.home-banner-med .carousel-control-prev-icon {
  border: 1px solid #237d9f;
  background-color: #237d9f;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.home-banner-med .carousel-caption {
  right: 15% !important;
  bottom: 25% !important;
  left: 15% !important;
  color: #000 !important;
  text-align: left !important;
}
.home-banner-med .carousel-caption h5{
  font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}
.banner-image{
  width: 100%;
}
.home-banner-med .carousel-caption p{
  font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    max-width: 500px;
    margin-bottom: 30px;
}
.home-banner-med .carousel-caption a{
 margin: 0;
 font-size: 16px;
}
.home-banner-med .carousel-caption a svg{
  fill: #fff !important;
}
.home-banner-med .carousel-caption a:hover svg{
  fill:#237d9f !important;
}
.service-home-med{
  padding: 50px 0;
}
.service-home-med h3 {
  color: #237d9f;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.service-home-med p{
  color: #000;
  margin-bottom: 20px;
}
.service-home-med .card .card-title{
  color: #237d9f;
}
.service-home-med .card a{
  background-color: #237d9f;
  border: 2px solid #237d9f;
  font-weight: 600;
}
.service-home-med .card a:hover{
  color: #237d9f;
  background-color: #fff;
}
.service-home-med .card{
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
  transition: all 0.5s ease-out;
}
.service-home-med .card:hover{
  /* margin-top: 25px; */
  transform: translateY(20px);
}
.slider-section{
  padding-bottom: 50px;
}
 .swiper-button-prev:after, .swiper-button-next:after {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #fff;
}
 .swiper-button-prev, .swiper-button-next {
  height: 40px;
  width: 25px;
  background-color: #237d9f;
}
 .swiper-pagination{
  display: none !important;
}




.testimonial-bg{
  background-color:#fff;
   border: 5px solid #237d9f;
    font-family: 'Raleway', sans-serif;
   padding: 35px 70px;
   text-align: center;
   position: relative;
}
.testimonial-bg:before{
   content: "\f10d";
   font-family: "fontawesome";
   width: 75px;
   height: 75px;
 border: 5px solid #237d9f;
   line-height: 75px;
   background: #fff;
   text-align: center;
   font-size: 50px;
   color: #237d9f;
   position: absolute;
   top: -40px;
   left: 2%;
}
.testimonial{
   padding: 0 15px;
}
.testimonial .description{
   font-size: 20px;
   font-weight:400;
   font-style: italic;
   color: #848484;
   line-height: 30px;
   padding-bottom: 25px;
   margin-bottom: 15px;
   position: relative;
}
.testimonial .description:before{
   content: "";
   width: 75%;
   border-top: 1px solid #237d9f;
   margin: 0 auto;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
}
.testimonial .description:after{
   content: "";
   width: 20px;
   height: 20px;
   background: #fff;
   position: absolute;
   bottom: -10px;
   left: 50%;
   border-bottom: 1px solid #237d9f;
   border-right: 1px solid #237d9f;
   transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
   width: 100px;
   height: 100px;
   border-radius: 50%;
   margin: 25px auto;
   overflow: hidden;
}
.testimonial .pic img{
   width: 100%;
   height: auto;
}
.testimonial .title{
 font-family: 'Raleway', sans-serif;
   display: inline-block;
   font-size: 24px;
   font-weight: 700;
   color: #237d9f;
   text-transform: capitalize;
   margin: 0;
}
.testimonial .post{
 font-family: 'Raleway', sans-serif;
   display: inline-block;
   font-size: 20px;
   color: #848484;
}
.owl-theme .owl-controls{
   margin-top: 10px;
   position: absolute;
   bottom: -20%;
   right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
   width: 50px;
   height: 50px;
   line-height: 50px;
   background: #34363b;
   opacity: 1;
   padding: 0;
  display:inline-block;
  margin:0 10px; 
}
.owl-prev:before,
.owl-next:before{
   content: "\f104";
   font-family: "fontawesome";
   font-size: 23px;
   font-weight: 700;
   color: #fff;
}
.owl-next:before{
   content:"\f105";
}
@media only screen and (max-width:767px){
   .testimonial-bg{ padding: 50px 40px; }
   .owl-theme .owl-controls{ bottom: -22%; }
}
@media only screen and (max-width:480px){
   .testimonial-bg:before{
       width: 55px;
       height: 55px;
       line-height: 55px;
       font-size: 40px;
   }
   .testimonial-bg{ padding: 30px 10px; }
   .owl-theme .owl-controls{ bottom: -15%; }
}
@media only screen and (max-width:360px){
   .testimonial .title,
   .testimonial .post{
       font-size: 16px;
   }
   .owl-theme .owl-controls{ bottom: -12%; }
}

.marquee {
  width: 100%;
  overflow: hidden;
}
.marquee .inner {
  width: 100%;
  display: flex;
  color: white;
  }
.marquee .inner > * {
  white-space: nowrap;
  padding: 0 4rem;
}

.marquee .inner img {
  height: 200px;
  width: auto;
  margin-right: 2em;
}


.home-partner{
  margin-bottom: 30px;
}
.home-partner h3{
  color: #237d9f;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.home-partner p{
  color: #000;
  margin-bottom: 20px;
}
@media(max-width:575px){
  .banner-image{
    width: 200% !important;
  }
  .carousel-item{
    overflow: hidden;
  }
  .carousel-caption{
    display: block !important;
  }
  .home-banner-med .carousel-caption {
    right: 8% !important;
    bottom: 12% !important;
}

.navbar .navbar-nav .nav-link {
  
  margin-bottom: 8px;

}

.service-med{
  margin-bottom: 30px;
}
}
/* homepage end here */

/*Order page start here*/
.order-text{
 width: 100%;
 padding: 6px 15px;
}

.order-text-table{
  margin-top: 15px;

}
/*Order page end here*/

