body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
	color: #646464;
	
}

a {
  text-decoration: none;
}

/* header area css*/

.nav {
  padding: 20px 0;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-top: 0;
  background-color: #fff !important;
  padding: 10px 0px;
  border-bottom: none;
  box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar img.logo-white {
  width: 150px;
}

.navbar li.nav-item {
  padding: 0 12px;
}

.navbar a.nav-link {
  color: #212121;
  font-weight: 500;
  transition: all 0.2s;
}

.navbar a.nav-link:hover {
  color: #a2171b;
  transition: all 0.2s;
}

.navbar-nav {
  align-items: center;
}

a {
  color: #06a3da;
}

.nav-item:focus {
  box-shadow: none;

}

.nav-item:hover {
 color: #212121;
  border-bottom: 5px solid #ab4b52;
  font-weight: 500;
  transition: all 0.2s;

}
.dropdown-item:focus {
  background-color: #fff;
  color: #000;
}

.dropdown-item:hover {
  background-color: #fff;
  color: #06a3da;
}

.btn:focus {
  border: none;
}

/*.banner-heading {
    color:#06a3da;
}*/
.banner .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.banner .swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}

.banner .swiper-slide .subtitle {
  font-size: 21px;
}

.banner .swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}

.banner .swiper-slide {
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

.slider-1 {
  background: rgba(95, 88, 88, 0.71) url(img/banner-img1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2 {
  background: rgba(95, 88, 88, 0.71) url(img/banner-img2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-3 {
  background: rgba(95, 88, 88, 0.71) url(img/banner-img3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-4 {
  background: rgba(95, 88, 88, 0.71) url(img/banner-img4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-1 {
  border: solid 2px #0faa5c;
  padding: 8px 30px;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
  background-color: #0faa5c;
}


.btn-1:hover {
  background-color: #a2171b;
  border: solid 1px #222;
  color: #fff;
  transition: all 0.5s;
}

.card-1 i {
  font-size: 65px;
  margin-right: 20px;
  transition: all 1.5s;
  
}

.card-1:hover i {

  transition: all 1.5s;
}

.card-1 {
  background-color: #0faa5c;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  transition: all 1.5s;
 /* margin-top: -50px; */
   margin-top: 15px; 
  z-index: 1;
  position: relative;
}

.card-1:hover {
 
  transition: all 1.5s;
  background-color: #D51E46;
}

.card-1-text {
  transition: all 1.5s;
}

.card-1:hover .card-1-text {

  transition: all 1.5s;
}

.card-2 i {
  font-size: 65px;
  margin-right: 20px;
  transition: all 1.5s;
}

.card-2 {
 background-color: #0faa5c;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  transition: all 1.5s;
  margin-top: 15px;
  z-index: 1;
  position: relative;
}

.card-2:hover {
  /*transform: translateY(-10px);*/
  transition: all 1.5s;
  background-color: #a2171b;
 
}

.card-2:hover i {

  transition: all 1.5s;
}

.card-2-text {
  transition: all 1.5s;
}

.card-2:hover .card-2-text {

  transition: all 1.5s;
}

.card-3 i {
  font-size: 65px;
  margin-right: 20px;
  transition: all 1.5s;
}

.card-3:hover i {

  transition: all 1.5s;
}

.card-3 {
  background-color: #0faa5c;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  transition: all 1.5s;
 /* margin-top: -50px; */
   margin-top: 15px; 
  z-index: 1;
  position: relative;
}

.card-3:hover {

  transition: all 1.5s;
  background-color: #a2171b;
}

.card-3-text {
  transition: all 1.5s;
}

.card-3:hover .card-3-text {

  transition: all 1.5s;
}
.service-inf a {
  color: #000;
}

.service-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.service-img img:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}

.service-img {
  overflow: hidden;
  transition: all 0.4s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.5s linear;
}

.service-img img {
  overflow: hidden;
  position: relative;
  display: block;

  transition: all 0.5s linear;
}

.service-img img:hover {
  transform: scale(1.2);
  transition: all 0.5s linear;
  display: block;
}

.service-inf {
  box-shadow: 0px 4px 10px rgba(190, 174, 174, 0.81);
  padding: 20px;
  border-radius: 10px;
  transition: all 0.5s;
  margin-top: -20px;
  z-index: 6;
  background-color: #fff;
  position: relative;
  min-height:270px;
}

.service-inf:hover a {
  color: #fff;
  transition: all 0.5s;
}

.service-inf:hover {
  background-color: #D51E46;
  transition: all 0.5s;
  color: #fff;
}
.expert{
background-color:#D51E46; height:160px; border-radius:50px;}
h1 {
  font-weight: 700;
       font-family: 'Raleway', sans-serif; 
    font-size: 36px; 
    line-height: 44px; 
  font-weight: 700; 
     font-style: normal;
	 color:#ffffff;
}

h6 {
  color: #0faa5c;
}

.about-img {
  border-left: solid 3px #0faa5c;
  border-top: solid 3px #0faa5c;
    border-right: solid 3px #0faa5c;
	  border-bottom: solid 3px #0faa5c;

  transition: all 0.5s;
}

.about-img:hover {
  border-color: #a2171b;
  transition: all 0.5s;
}

.about-btn {
  border: solid 2px #06a3da;
  padding: 12px 20px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
  background-color: #06a3da;
  font-weight: 600;
}

.about-btn:hover {
  background-color: #222;
  border: solid 2px #222;
  color: #fff;
  transition: all 0.5s;
}

.choose-icon {
  background-color: #06a3da;
  height: 20px;
  width: 35px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  justify-content: center;
}

.choose-img {
  border-left: solid 8px #06a3da;
  border-top: solid 8px #06a3da;
  border-top-right-radius: 100px;
  transition: all 0.5s;
}

.choose-img:hover {
  border-color: #222;
  transition: all 0.5s;
}

.choose-area .position-absolute {
  top: 30%;
  left: 40%;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.youtube-icon {
  color: #dc3545;
  background-color: transparent;
  border: none;
  font-size: 70px;
  
}

.features-card i {
  font-size: 40px;
  box-shadow: 0px 4px 10px rgba(190, 174, 174, 0.81);
  padding: 16px;
  border-radius: 20px;
  transition: all 0.5s;
  background-color: #0faa5c;
  color: #fff;
}

.features-card:hover i {
  background-color: #fff;
  color: #000;
  transition: all 0.5s;
}

.features-card {
  box-shadow: 0px 4px 10px rgba(190, 174, 174, 0.81);
  padding: 20px;
  border-radius: 10px;
  transition: all 0.8s;
}

.features-card a {
  color: #000;
  transition: all 0.5s;
}

.features-card a:hover {
  color: #06a3da;
  transition: all 0.5s;
}

.features-card:hover {
  transform: translatey(-20px);
  transition: all 0.8s;
}

.appoinment i {
  font-size: 30px;
  color: #06a3da;
}

textarea.form-control {
  font-size: 13px;
  padding: 15px 0;
}

textarea.form-control:focus {
  box-shadow: none;
}

.form-appoinment input {
  padding: 15px 10px;
  font-size: 15px;

}

.form-appoinment input:focus {
  box-shadow: none;
}

.appoinment-bg {
  background: rgba(109, 102, 102, 0.4) url(img/service-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: top;
  background-size: cover;
}

.btn-11 {
  border: solid 2px #0faa5c;
  padding: 12px 20px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
  background-color: #0faa5c;
  font-weight: 600;
}

.btn-11:hover {
  background-color: #222;
  border: solid 2px #222;
  color: #fff;
  transition: all 0.5s;
}
.dentist-area-icon .dentist-icon a {
  color: #000;
}
.dentist-area-icon .dentist-icon i {
  padding: 3px 3px;
  border-radius: 5px;
  margin-right: 5px;
  transition: all 0.5s;
  text-align: center;
}

.dentist-area-icon .dentist-icon i:hover {
  color: #06a3da;
  transition: all 0.5s;
  transform: translatey(-6px);
}

.swiper-slide .position-absolute {
  color: #fff;
  top: 70%;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 30%;
}

.swiper-slide .overly {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 3;
}

.swiper-slide .position-relative .overly {
  transition: all 1s;
}

.swiper-slide .position-relative:hover .overly {
  transition: all 1s;
}

.dentist-icon {
  background-color: #fff;
  color: #000;
  display: none;
  padding: 7px 12px;
  border-radius: 10px;
  transition: all 1s;
  justify-content: center;
  text-align: center;
}

.swiper-slide .position-relative:hover .dentist-icon {
  transform: translateY(-100px);
  transition: all 1s;
  display: inline-block;
}

.dentist-icon:hover {
  background-color: #fff;
  color: #06a3da;
  border-color: #06a3da;
}

.dentist-name a {
  color: #000;
  transition: all 0.5s;
}

.dentist-name a:hover {
  color: #06a3da;
  transition: all 0.5s;
}

.testimonial-card img {
  width: 90px;
  border-radius: 50%;
}

.testimonial-client p {
  color: #06a3da;
}

.testimonial {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}

.testimonial-icon i {
  color: #06a3da;
}

.testimonial-bg {
  background-color: rgba(248, 243, 243, 0.78);
}

.blog-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-card .position-absolute a {
  color: #fff;
  font-weight: 700;
  background-color: #222;
  padding: 5px 10px;
  border-radius: 10px;
  transition: all 0.5s;
}

.blog-card .position-absolute a:hover {
  background-color: #06a3da;
  transition: all 0.5s;
  color: #fff;
}

.blog-card .position-absolute {
  left: 20px;
  bottom: 5%;
  z-index: 5;
  color: #fff;
}

.blog-text p {
  font-size: 13px;
  font-weight: 500;
}

.blog-card a {
  color: #000;
  transition: all 0.5s;
}

.blog-card a:hover {
  color: #06a3da;
  transition: all 0.5s;
}

.blog-details {
  box-shadow: 0px 4px 10px rgba(190, 174, 174, 0.81);
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-btn {
  background-color: #0faa5c;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 6px 10px;
  transition: all 0.5s;
  font-weight: 600;
}

.blog-btn:hover {
  background-color: #222;
  transition: all 0.5s;
}

.blog-card {
  transition: all 0.5s;
}

.blog-card:hover {
  transform: translatey(-10px);
  transition: all 0.5s;
}

.footer-bg {
  background-image: url(img/footer-img.png);
  background-blend-mode: overlay;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
}

.footer-logo img {
  width: 190px;
}

.footer-info i {
  font-size: 20px;
}

.footer-info a {
  color: #fff;
}

.footer-menu ul li a {
  color: #fff;
  transition: all 0.8s;
}

.footer-menu ul li:hover {
  margin-left: 10px;
  transition: all 0.8s;
}

.footer-menu ul li a:hover {
  border-bottom: solid 2px #06a3da;
  color: #06a3da;
  transition: all 0.8s;
}

.footer-icon a i {
  color: #fff;
}

.contact-inf a {
  color: #fff;
  transition: all 0.8s;
}

.contact-inf p {
  font-size: 13px;
}

.contact-inf a:hover {
  color: #a2171b;
  transition: all 0.8s;
}

.contact-inf i {
  font-size: 22px;
}

.dentist-bg {
  background: rgba(33, 29, 29, 0.7) url(img/dentist-banner.jpg);
  background-blend-mode: overlay;
  background-position: top;
  background-size: cover;
  height: 80vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.dentist-banner a {
  color: #fff;
  transition: all 0.3s;
}

.dentist-banner a:hover {
  color: #06a3da;
  transition: all 0.3s;
}

.dentist-banner {
  font-weight: 500;
}

.dentist-details img {
  border-radius: 10px;
}

.dentist-details-icon2 i {
  font-size: 15px;
  margin-right: 10px;
  background-color: #06a3da;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  display: inline-block;
  line-height: 30px;
  color: #fff;
  transition: all 0.5s;
}

.dentist-details-icon2 i:hover {
  background-color: #222;
  transition: all 0.5s;
}

.dentist-img2 {
  border-radius: 10px;
}

.service-bg {
  background: rgba(33, 29, 29, 0.7) url(img/service-bg.jpg);
  background-blend-mode: overlay;
  background-position: top;
  background-size: cover;
  height: 60vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.service-details-page img {
  border-radius: 10px;
}

.service-details-page p {
  color: rgba(15, 14, 14, 0.71);
  font-size: 13px;
}

.service-details11 .position-absolute {
  left: 80px;
  bottom: 20%;
  z-index: 5;
  color: #fff;
}

.service-details11 img {
  border-radius: 10px;
}

.service-details11 .overly {
  background-color: rgba(20, 18, 18, 0.57);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  border-radius: 10px;
}

.tips {
  color: #000;
}

.search-box {
  position: relative;
}

.search-box:focus {
  box-shadow: none;
}

.search-box input {
  padding: 6px 10px;
  width: 100%;
}

.search-box button {
  position: absolute;
  right: 4px;
  left: auto;
  border: none;
  top: 4px;
  padding: 4px 7px;
  border-radius: 5px;
  color: #06a3da;
}

.service-Recent-posts img {
  width: 80px;
  height: 70px;
  border-radius: 5px;
}

.service-Recent-posts a {
  color: #000;
  transition: all 0.5s;
}

.service-Recent-posts a:hover {
  color: #06a3da;
  transition: all 0.5s;
}

.service-Recent-posts p {
  color: rgba(60, 57, 57, 0.42);
  font-size: 13px;
}

.btn-0101 {
  border: none;
  background-color: #06a3da;
  padding: 5px 12px;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.5s;
}

.btn-0101:hover {
  background-color: #222;
  transition: all 0.5s;
}

.service-categories li a {
  color: #000;
  transition: all 0.3s;
}

.service-categories li a:hover {
  color: #06a3da;
  transition: all 0.3s;
}

.service-gallery {
  border-radius: 10px;
}

.appointment-bg {
  background: rgba(33, 29, 29, 0.7) url(img/service-bg.jpg);
  background-blend-mode: overlay;
  background-position: top;
  background-size: cover;
  height: 60vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.testimonials-bg {
  background: rgba(33, 29, 29, 0.7) url(img/service-bg.jpg);
  background-blend-mode: overlay;
  background-position: top;
  background-size: cover;
  height: 60vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.appoinment-page-bg {
  background: rgba(109, 102, 102, 0.4) url(img/appointment-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.login-bg {
  background: rgba(63, 30, 70, 0.7) url(img/service-bg.jpg);
  background-blend-mode: overlay;
  background-position: top;
  background-size: cover;
  height: 20vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.login-form {
  box-shadow: 0px 4px 10px rgba(190, 174, 174, 0.81);
  padding: 30px;
  border-radius: 10px;
}

.login input {
  padding: 18px 20px;
}

.login input:focus {
  box-shadow: none;
}

.login label {
  color: rgba(0, 0, 0, 0.71);
}

.password a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  transition: all 0.3s;
  margin-top: -5px;
}

.password a:hover {
  color: #06a3da;
  transition: all 0.3s;
}

.login-btn {
  border: none;
  background-color: #06a3da;
  color: #fff;
  padding: 15px;
  width: 100%;
  display: inline-block;
  font-weight: 500;
  transition: all 0.5s;
}

.login-btn:hover {
  background-color: #222;
  transition: all 0.5s;
}

.login-form p {
  color: rgba(0, 0, 0, 0.71);
}

.gallery-page img {
  border-radius: 10px;
}

.gallery-page .position-absolute {
  left: 30%;
  bottom: 30%;
  z-index: 5;
  color: #fff;
}

.gallery-page img {
  border-radius: 10px;
}

.gallery-page .overly {
  background-color: rgba(20, 18, 18, 0.35);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  border-radius: 10px;
}

.gallery-page a {
  color: #fff;
  transition: all 0.5s;
}

.gallery-page a:hover {
  color: #06a3da;
  transition: all 0.5s;
}

.dropdown-item {
  font-weight: 500;
}

.share-icon {
  border: solid 1px #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background-color:#ffffff;
}

.share-icon:hover {
  background-color: #a2171b;
  transition: all 0.5s;
}

.blog-details-card .position-absolute a {
  color: #fff;
  font-weight: 700;
  background-color: #222;
  padding: 7px 10px;
  border-radius: 10px;
  transition: all 0.5s;
}

.blog-details-page a {
  color: #000;
  transition: all 0.5s;
}

.blog-details-page a:hover {
  color: #06a3da;
  transition: all 0.5s;
}

.blog-details-card .position-absolute a:hover {
  background-color: #06a3da;
  transition: all 0.5s;
  color: #fff;
}

.blog-details-card .position-absolute {
  left: 20px;
  bottom: 5%;
  z-index: 5;
  color: #fff;
}

.comments-img img {
  width: 70px;
}

.comments-img h6 {
  color: #000;
}

.comments-img a {
  color: #000;
}

.comment-btn {
  border: solid 2px #06a3da;
  padding: 8px 30px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
  background-color: #06a3da;
}

.comment-btn:hover {
  background-color: #222;
  border: solid 2px #222;
  color: #fff;
  transition: all 0.5s;
}

.blog-details-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.details-card {
  box-shadow: 0px 4px 10px rgba(190, 174, 174, 0.81);
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.contact-us input {
  padding: 15px;
  box-shadow: 0px 4px 10px rgba(190, 174, 174, 0.81);
  border: none;
}

.contact-us input:focus {
  box-shadow: none;
  box-shadow: 0px 4px 10px rgba(190, 174, 174, 0.81);
}

.contact-comment textarea {
  font-size: 15px;
  box-shadow: 0px 4px 10px rgba(190, 174, 174, 0.81);
  border: none;
}

.contact-comment textarea:focus {
  box-shadow: 0px 4px 10px rgba(190, 174, 174, 0.81);
}

.contact-us-btn button {
  border: none;
  background-color: #06a3da;
  padding: 15px 22px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: all 0.5s;
}

.contact-us-btn button:hover {
  background-color: #222;
  transition: all 0.5s;
}

.contact-source a {
  font-size: 20px;
  font-weight: 600;
  transition: all 0.5s;
}

.contact-source a:hover {
  color: #222;
  transition: all 0.5s;
}

.counter-bg {
  color: #fff;
}

.number {
  font-size: 60px;
  font-weight: 600;
}

.counter-details {
  font-size: 15px;
  font-weight: 600;
}

.price-btn {
  border: none;
  background-color: #06a3da;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: all 0.5s;
  border-radius: 5px;
}

.price-btn:hover {
  background-color: #222;
  transition: all 0.5s;
}

.price-card {
  background-color: rgba(198, 189, 189, 0.23);
  padding: 20px 0;
  border-radius: 5px;
  transition: all 0.5s;
  border: solid 1px rgba(198, 189, 189, 0.23);
}

.price-card h1 {
  color: #06a3da;
}

.price-card:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
  border: solid 1px #06a3da;
}
p{
	font-size:18px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 28px;
  border: none;
  outline: none;
  background-color: #ab4b52;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s

}

/* Modal Content */
.modal-content {

  
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background: none;
  border:none;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #0faa5c;
  color: white;
  font-family: 'Raleway', sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}

.modal-body {padding: 2px 16px 10px 10px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
.store-whatsapp {
position: fixed; /* Keeps the button in a fixed position on the screen */
z-index: 9998; /* Ensures the button is above other elements */
left: 20px; /* Positions the button 20px from the right-hand side of the screen */
bottom: 10px; /* Positions the button 10px from the bottom of the screen */
display: flex; /* Uses Flexbox for the internal button layout */
align-items: centre; /* Centres the content (icon) vertically */
justify-content: center; /* Centers the content (icon) horizontally */
padding: 0px; /* Internal spacing around the icon */
border-radius: 60%; /* Makes the button circular */
background: #25D366 !important; /* Background colour of the button */
box-shadow: 0 0 20px transparent; /* Soft shadow around the button */
color: #ffffff !important; /* Icon colour */
font-size: 40px; /* Size of the icon inside the button */
line-height: 47px; /* Line height for text/icon */
text-align: center; /* Alignment of the text/icon */
text-decoration: none; /* Removes any text decoration from the link */
}

.store-whatsapp:hover {
background: #128C7E !important; /* Background color on mouseover */
box-shadow: 0 0 20px rgb(75 57 75 / 50%); /* Shadow more prominent on mouseover */
color: #a2171b !important; /* Mouse-over icon color */
}
@media screen and (max-width: 600px) {
}
