html{
    scroll-behavior: smooth;
}
body{
    padding-top: 200px;
    font-family: 'Ubuntu', sans-serif;
}
body p{
    line-height: 28px;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
    text-decoration: none;
    color: #ab0202;
}
.carousel-1{
    width: 100%;
    height: 100vh;
    background: url('../images/main-banner-01.jpg') center no-repeat;
    background-size:cover;
}
.carousel-2{
    width: 100%;
    height: 100vh;
    background: url('../images/main-banner2.jpg') center no-repeat;
    background-size:cover;
}
.carousel-3{
    width: 100%;
    height: 100vh;
    background: url('../images/main-banner3.jpg') center no-repeat;
    background-size:cover;
}
.title{
    color:#ee2c24
}
/* social links navbar */
.admission-tag{
    background-color: #ee2c24;
    text-align: center;
    height: 56px;

}

.apply-btn{
    background-color: #ffff;
    padding: 10px 10px;
}
.blink-btn{
    color:#ee2c24;
    font-size: 12px;
    animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
    50% {
      opacity: 0;
    }
  }
.blink-btn:hover{
    text-decoration: none;
    color: #ab0202;
}
.admission-tag p{
    color: #fff;
    margin: 4px 0;
    font-size: 12px;
}

.social-links, .student-login-links{
    background-color: black;
    height: 56px;
    margin-top: 0;
    text-align: center;
    padding-top: 14px;
}
.social-links ul, .student-login-links ul{
    list-style: none;
    margin:  0;
}
.student-login-links ul{
    padding-top: 10px;
}
.social-links ul li , .student-login-links ul{
 display: inline;
    padding: 0 5px 10px 5px;
}
.student-login-links ul li a{
    color:#fff;
    font-size: 12px;
}
.student-login-links ul li a:hover{
    text-decoration: none;
    color:#ee2c24
    }
.student-login{
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 15px;
    color: #333;
}
.student-login:hover{
text-decoration: none;
color:#ee2c24
}
.social-links ul li a:hover{
    color:#ee2c24;
}
/* logo */
.email-link{
    display: flex;
    align-items: center;
    justify-content: center;
}
.email-link img,.phone-links img{
    height: 50px;
}
.email-link,.phone-links{
    display: flex;
    align-items: center;
}
.email-link a,.phone-links a{
    color: #333;
}
.email-link a:hover,.phone-links a:hover{
    color: #ee2c24;
    text-decoration: none;
}
.navbar-brand img{
    height: 60px;
}
.logo img{
    height: 60px;
    margin: 10px;
}
.phone-links i, .email-link i{
    font-size: 35px;
    padding-right: 10px;
    color: red;
}
.phone-links i:hover, .email-link i:hover{
    font-size: 35px;
    padding-right: 10px;
    color: rgb(184, 0, 0);
}
.mobile-nav ul li{
    padding: 10px 0;
}
/* nav */
nav{
    background-color: rgb(221, 222, 223);
}
.navbar ul li{
    padding: 0 12px;
}
.navbar ul li:not(:last-child){
    border-right: 1px solid rgb(145, 144, 144);
}
.navbar ul .active{
    color:#ee2c24;
}
.dropdown-toggle .active{
    color:#ee2c24;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ee2c24;}
.navbar ul li a{
    padding: 0 15px;
    color: #333;
}
.navbar ul li a:hover{
    color: #ee2c24;
}
.active .nav-item::after{
    content:'';
    display:block;
    width:100%;
    height:1.5px;
    background:#ee2c24;
    transition:.4s;
    color:#ee2c24;
}
.nav-item::after {
    content:'';
    display:block;
    width:0;
    height:1.5px;
    background:#ee2c24;
    transition:.4s;
}
.nav-item:hover::after{
    width:100%;
}
.dropdown-menu{
    border-radius: 0;
    background-color: rgb(250, 250, 250);
}
.dropdown-item{
    margin: 10px 0;
    border-bottom: 0.1px solid #ffdfde;
}
.dropdown-item:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: #fff8f8;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 700px;
}

/* banner wrapper */
.carousel-caption{
    position: absolute;
    bottom: 220px;
    left: 20%;
    text-align: left;
}
.download-btn{
    color:#ee2c24;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 10px 15px;
    margin-top: 10px;
}
.download-btn:hover{
    color:#fff;
    background-color: transparent;
    border: 2px solid #ee2c24;
    text-decoration: none;
}
.banner-content{
padding-top: 210px;
}
.banner-content h1,.carousel-caption h1{
    color: #ee2c24;
    font-size: 60px;
    font-weight: bold;
}
.banner-content p, .carousel-caption p{
   color: #fff;
   font-size: 25px;
   padding-right: 30%;
   margin-bottom: 30px;
}
.cource-section{
    background-color: rgb(235, 235, 235);
}
.course-content{
    background-color: #fff;
}
.readmore-btn, .view-brochure{
    background-color: #ee2c24;
    color: #fff;
    border-radius: 0;
    padding: 10px 15px;
}
.readmore-btn:hover, .view-brochure:hover{
    background-color: transparent;
    color: #ee2c24;
    border-radius: 0;
    padding: 10px 15px;
    border: 1px solid #ee2c24;
    text-decoration: none;
}
.course{
    margin-top: -55%;
    padding-bottom: 10px;
}
.aboutus-content{
    text-align: center;
}
.aboutus-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
#aboutUs-section, #collegeDetails{
    width: 100%;
    background:url("../images/aboutus-bg-01.jpg") no-repeat center;
    background-size: cover;
}
.aboutus-content h5{
    color: #ee2c24;
    font-weight: 400;
}
.goals{
    display: flex;
    align-items: center;
}
.goals a {
    color: #ee2c24;
}
.goals a:hover{
    text-decoration: none;
}
.goals img{
    height: 70px;
}
.btn-outline-danger{
    padding: 10px 30px;
    border-radius: 0;
}
/* video tag */
#videoTag{
    box-sizing: border-box;
    width: 100%;
    background:url("../images/video-bg-01.jpg") no-repeat center;
    background-size:cover;
    box-shadow:inset 0 0 0 2000px rgba(214, 11, 11, 0.8);
}
#videoTag video{
    width: 600px;
}
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
  #light {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    max-width: auto;
    max-height: auto;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: hidden;
  }
  #boxclose {
    cursor: pointer;
    color: #ee2c24;
    border-radius: 3px;
    background: transparent;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
  }
  .boxclose:before {
    content: "×";
  }
  .play-btn{
      font-size: 80px;
      color: white;
  }
  .play-btn:hover{
    color: white;
}
.light-btn{
    background: transparent;
    padding: 10px 30px;
    border: 1px solid #ffff;
    color: #ffff;
    font-size: 20px;
}
.light-btn:hover{
    background: #ffff;
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid #ee2c24;
    color: #ee2c24;   
}
/* why abhaya section */
#why-abhaya, #extraActivity{
    width: 100%;
    background:url("../images/why-abhaya-bg-01.jpg") fixed no-repeat center;
    background-size:cover;
    box-shadow:inset 0 0 0 2000px rgba(255, 255, 255, 0.93);
}
.why-abhaya-content ul{
    list-style-image: url("../images/list-style.png");
    padding-left: 25px;
}
.why-abhaya-content ul li{
    padding: 5px 0;
}
.why-abhaya-content ul li span{
    padding-left: 20px;
}
.testimonial {
    height: 250px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px ;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
  }

  .testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
  }
  .testimonial .pic img {
    width: 100%;
    height: auto;
  }
  .testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ee2c24;
    margin: 0;
  }
  .testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #ee2c24;
    font-style: italic;
  }
  .testimonial .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 10px;
    font: inherit;
    font-size: 35px;
    margin: 0 60px;
    align-items: center;
}

/* placement cell */
.owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
    border-radius: 3px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    padding: 0 10px;
    font-size: 50px;
    color: #ee2c24;
}
.owl-theme .owl-nav [class*=owl-]:hover {
     background: none;
     color: #ee2c24;
    text-decoration: none;
}
/* footer */
.none {
    display: none;
}
footer{
    background-color: #333333;
}
.footer-social-links ul{
    list-style: none;
    margin: 4px 0;
    padding: 0;
}
.footer-social-links ul li{
    display: inline;
    padding:  10px;
}
.footer-social-links ul li a {
    font-size: 35px;
    color:rgb(255, 255, 255);
}
.course-links ul, .quick-links ul{
    list-style-image: url("../images/minus.png");
    padding-left: 25px;
}
.course-links ul li, .quick-links ul li{
    padding: 5px 0;
}
.course-links ul li a, .quick-links ul li a{
    padding-left: 5px;
    color: #fff;
}
.course-links ul li a:hover, .quick-links ul li a:hover{
    text-decoration: none;
    color: rgb(228, 74, 74);
    cursor: pointer;
}
.more-course-btn{
    color: #ee2c24;
}
.more-course-btn:hover{
    color: #ffffff;
}
.footer-social-links ul li a:hover{
    color:#ee2c24;
}
footer .submit-btn{
    color: #ee2c24;
}
.copyrights-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyrights-section p{
 margin: 10px;
}
.designers a{
    color: #333;
}
.designers a:hover{
    text-decoration: none;
}

 /* about us page css  */
 #aboutusBanner{
     width: 100%;
     height: 70vh;
     background: url("../images/aboutus-background.jpeg") no-repeat center;
     background-size: cover;
     box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
 }
 .aboutus-links ul{
     padding-left: 0;
 }
.aboutus-links ul li{
    list-style: none;
    padding: 10px;
    margin: 10px;
    background-color: #f1f1f1;
}
.aboutus-links ul li a {
    color: rgb(34, 34, 34);
}
.aboutus-links ul li a:hover {
    color: rgb(255, 62, 62);
    text-decoration: none;
}
.aboutus-course{
    background-color: rgba(19, 57, 114, 0.867);
    padding: 25px;
    border-radius: 10px;
}
.aboutus-course ul{
    padding-left: 25px;
}
.aboutus-course ul li{
    list-style: none;
    padding: 5px;
}
.aboutus-course ul li a{
   color: #fff;
}
.aboutus-course ul li a:hover{
    color: #fff;
    text-decoration: none;
 }
 .aboutus-course hr {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.headline{
    padding-bottom: 50px;
}
 .clinical-facilities ul li:before {
    content: "\f005"; 
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; 
    width: 1.3em; 
    color: #ee2c24;
  }
  .aboutus-course ul li:before{
    content: "\f02e"; 
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; 
    width: 1.3em; 
  }
 .clinical-facilities ul{
    padding-left: 25px;
  }
  .clinical-facilities ul li{
    list-style: none;
    padding: 5px 0; 
}
.clinical-facilities ul li span{
padding-left: 20px;
}
.tab{
    background-color: #f1f1f1;
    border: 1px solid #ccc;
}
.tab button:hover {
    background-color: #ddd;
  }
  .tab button.active {
    background-color: #f3f3f3;
    color: #ee2c24;
  }
  
.tab button {
    display: block;
    background-color: #fff;
    color: black;
    padding: 18px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }
  .tabcontent {
    padding: 10px 12px;
  }
  .tabcontent h3{
      color: #ee2c24;
  }
table {
    border-collapse: collapse;
    width: 100%;
  }
  
  td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
th{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px; 
    background-color: #ab0202;
    color: #fff;
}
tr:nth-child(odd) {
    background-color: #fffafa;
  }
.total-area p{
    color: #ab0202;
    font-size: 18px;
    font-weight: 600;
}
.college-area h4,.hostel-area h4{
padding: 10px 0;
}
.college-area img, .hostel-area img{
    border-radius: 10px;
}
#campusArea{
    background-color: #f7f7f7;
}
/* affiliation page css */
#affilicationBanner{
    width: 100%;
    height: 70vh;
    background: url("../images/affilication-bg.jpg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
 }
#affiliation{
    background-color: rgb(245, 245, 245);
}
#Accrediations img{
    height: 140px;
}
.nursing-content{
    padding: 25px;
    background-color: #fff;
    margin-top: 25px;
    width: 100%;
    height: 350px;
}
.nursing-content span i{
    font-size: 50px;
    padding: 10px 15px;
    color: #ee2c24;
}
.nursing-content h4{
    color: #ee2c24;
    font-size: 19px;
    padding: 10px 0;
}
/* course page css */
#gnmBanner{
    width: 100%;
    height: 60vh;
    background:url("../images/gnm-banner.jpg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(24, 24, 24, 0.6);
}

#d-imagingBanner{
    width: 100%;
    height: 60vh;
    background:url("../images/n4.jpg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(24, 24, 24, 0.6);
}

#bscBanner{
    width: 100%;
    height: 60vh;
    background:url("../images/n1.jpg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(24, 24, 24, 0.6);
}
#visionBanner{
    width: 100%;
    height: 60vh;
    background:url("../images/bsc-mitbanner.jpg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(24, 24, 24, 0.6);
}
#mitBanner{
    width: 100%;
    height: 60vh;
    background:url("../images/bsc-mitbanner.jpg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(24, 24, 24, 0.6);
}
#d-operationBanner{
    width: 100%;
    height: 60vh;
    background:url("../images/n4.jpg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(24, 24, 24, 0.6);
}
#bscoptometryBanner{
    width: 100%;
    height: 60vh;
    background:url("../images/in-bnr-14.jpg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(24, 24, 24, 0.6);
}
#bsc-operationBanner{
    width: 100%;
    height: 60vh;
    background:url("../images/n2.jpg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(24, 24, 24, 0.6);
}
#mltBanner{
    width: 100%;
    height: 60vh;
    background:url("../images/bsc-mltbanner.jpg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(24, 24, 24, 0.6);
}
.gnm-banner-content{
    padding-top: 180px;
    color: #ee2c24;
    }
.gnm-banner-content h1{
        color: #ee2c24;
        font-size: 40px;
        font-weight: bold;
    }
.gnm-course h2{
    color: #ee2c24;
} 
.gnm-course p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.gnm-course-content {
    padding: 10px 0;
    text-align: justify;
}
.gnm-course-content h6{
    color: #ee2c24;
} 
#gnmCourse , #hospital ,#addication{
    width: 100%;
    background: url("../images/course-background-img.jpg") fixed center no-repeat;
}
.accordion {
    background-color:rgba(19, 57, 114, 0.867);
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
.accordion:hover {
    background-color: rgba(19, 57, 114, 0.867); 
  }
  .scheme h5{
      color: #ee2c24;
  }
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  .panel h6, .panel p ,.ooportunity h6{
      color: #ee2c24;
  }
  .ooportunity ul{
      padding-left: 15px;
  }
  .panel ul li, .ooportunity ul li{
      list-style: none;
  }
  .panel ul li:before , .ooportunity ul li:before{
    float: left;
    font-family: "fontawesome";
    font-size: 15px;
    color: #f55e5e;
    content: '\f097';
    left: 40px;
    position: absolute;
}
.ooportunity ul li span{
    padding-left: 35px;
}
/* hospital page css */
#hospitalBanner{
    width: 100%;
    height: 70vh;
    background: url("../images/hospital-bg.jpg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}
.hospital-content h5, .addication-content h5{
    color: #ee2c24;
}
.hospital-content ul li,.addication-content ul li{
    list-style: none;
}
.hospital-content ul li:before{
    float: left;
    font-family: "fontawesome";
    font-size: 15px;
    color: #f55e5e;
    content: '\f097';
    left: 15px;
    position: absolute;
}
.addication-content ul li:before{
    float: left;
    font-family: "fontawesome";
    font-size: 15px;
    color: #f55e5e;
    content: '\f097';
    left: 5px;
    position: absolute;
}
.staff{
    padding: 25px 12px;
    background-color: #fff;
    margin: 10px;
    height: 150px;
    border-radius: 10px;
}
.staff h6{
color: #ee2c24;
}
.staff p{
    padding-bottom:10px;
    margin-bottom: 0;
}
/* de-addication page css */
#de-addictionBanner{
    width: 100%;
    height: 70vh;
    background: url("../images/de-addiction-bg.jpg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}
/* photo gallery page css */
#photoBanner{
    width: 100%;
    height: 70vh;
    background:url("../images/photo-gallery-bg.jpeg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.2);
}
.portfolio-links a{
    padding: 10px 20px;
   margin:10px;
   color:#333;
    cursor: pointer;
}

.portfolio-links .active{
    color: #ee2c24;
}
.portfolio-links a:hover{
    background-color: #ee2c24;
}
.portfolio-links a:hover{
    color:#fff;
    text-decoration: none;
}
.portfolio-1{
    display:none;
}

.portfolio-1.active{
    display: block;
}
.portfolio-1 img:hover{
    transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05); 
  transition: 1s;
}
/* contact us page css */
#contactusBanner{
    width: 100%;
    height: 70vh;
    background:url("../images/n1.jpg") no-repeat center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}
.captcha-col {
    display: flex;
    justify-content: space-evenly;
    padding-right: 0;
}
#contactusBanner .col-md-1{
    width:40px;
    padding-left: 0;
}
.code {
    margin: 0 10px;
}

.dynamic-code {
    margin-top: 2px;
    padding: 6px 25px;
    background: #fff;
    color: #ee2c24;
    border: 1px solid #ee2c24;
    border-radius: 8px;
    text-align: center;
}

.captcha-reload {
    color: #ee2c24;
    margin-top: 0;
    padding: 5px 0;
    padding-left: 0px;
}

.help-block {
    font-size: smaller;
    color: #afafaf
}
.submit-btn{
    width: 30%;
    background-color: #ee2c24;
    color: #fff;
    border-radius: 0;
    padding: 10px 15px;
}
.submit-btn:hover{
    background-color: transparent;
    color: #ee2c24;
    border-radius: 0;
    padding: 10px 15px;
    border: 1px solid #ee2c24;
}
.campus, .office ,.personal {
    padding:10px;
    background-color: #fff;
    margin: 0 50px 20px 10px;
    border-radius: 10px;
    border-top: 1px solid #ee2c24;
}
.contact-column{
    border-top: 1px solid #ee2c24;
    border-radius: 10px;
}
.campus h6, .office h6,.personal h6{
    color:#ee2c24;
}
.personal ul {
    list-style: none;
    padding-left: 0;
}
.personal ul li a{
    color:#000;
}
.personal ul li{
    padding: 5px 0;
}
.personal ul li a:hover{
    color:#ee2c24;
    text-decoration: none;
}
.vision-content, .highlights {
    padding: 20px ;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px ;
}
.vision-content i{
    font-size: 40px;
    border-radius: 50%;
    padding: 10px;
    margin: 10px;
    background-color: #ff453e;
    color: #fff;
}
.vision-content h4 , .laboratories h5{
   color: #333;
}
.highlights ul{
    padding-left: 20px;
}
.highlights ul li{
    list-style: none;
    padding: 5px 0;
}
.highlights ul li:before {
    float: left;
    font-family: "fontawesome";
    font-size: 15px;
    color: #f55e5e;
    content: '\f097';
    left: 40px;
    position: absolute;
}
.laboratories{
    padding: 20px ;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px ;
    height: 250px;
}
.admission-section .campus,.admission-section .office,.admission-section .personal {
    padding: 10px;
    background-color: #fff;
    margin-bottom:  20px;
    margin-right: 0;
    margin-left: 0;
    border-radius: 10px;
    border-top: 1px solid #ee2c24;
}
  .other-btns a{
      color:#1583cc;
  }
  .other-btns a:hover{
    color:#0666a7;
    text-decoration: none;
}
input#file-upload-button{
    background-color: transparent;
}
.form-control-file{
    background-color: rgb(255, 250, 250);
    padding: 5px 15px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 5px;
}
#topBtn {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ee2c24;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
  }
  #myBtn:hover {
    background-color: #555;
  }
  #whatsapp-icon{
      display: flex;
    position: fixed;
    align-items: center;
    bottom: 50px;
    left: 20px;
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    color:green;
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    padding: 0 10px;
    border-radius: 10px;
    transition: 1s;
  }
  #whatsapp-icon a{
  color:green;
  font-size: 25px;
}
#whatsapp-icon .text{
    color:green;
    font-size: 16px;
    padding-left: 10px;
  }
  #whatsapp-icon .text:hover{
    text-decoration: none;
  }