/* Component Style: main CSS */


@charset "utf-8";
/* CSS Document */
/* Import */
 @import url("https://fonts.googleapis.com/css2?family=Raleway: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");
/* Import */
/* Body */
 body {
     font-family: "Raleway", sans-serif !important;
     transition: all 0.4s ease-in-out 0s;
}
 button {
     cursor: pointer;
}
 img {
     width: 100%;
}
 ul {
     padding: 0;
     margin: 0 !important;
}
 li {
     list-style: none 
}
 section {
     padding: 50px 0;
}
 .mt50 {
     margin-top: 50px;
}
 p {
     color: #656565;
}
 .pb0 {
     padding-bottom: 0;
}
 .m0 {
     margin: 0 !important;
}
 .p0 {
     padding: 0 !important;
}
 .site-color {
     color: #e33549 !important;
}
 .site-bg {
     background: #e33549 !important;
}
 button, .mybtn {
     color: #ffffff;
     line-height: 24px;
     padding: 12px 36px;
     font-weight: 500;
     border: none;
     border-radius: 50px 50px 50px 50px;
     background: #2c3e50;
     font-size: 14px !important;
     font-family: "Montserrat", sans-serif !important;
     text-transform: uppercase;
     cursor: pointer;
}
 .btn-border {
     border-radius: 50px;
}
 a, a:hover {
     text-decoration: none !important;
}
 input:focus, select:focus {
     outline: none !important;
}
 .pr0 {
     padding-right: 0 !important;
}
 .mb20 {
     margin-bottom: 20px !important;
}
 .mb36 {
     margin-bottom: 36px !important;
}
 .h100 {
     height: 100%;
}
 button:focus {
     outline: none !important;
}
/* Body */
/* Header */
 header{
     border-top: 2px solid #3498db;
     transition: all 0.4s ease-in-out 0s;
     padding: 24px 0;
     border-bottom: 1px solid #eee;
     background: #fafafa;
}
 header .navbar-brand img{
     width: 120px;
}
 header .navbar-nav .active .nav-link {
     color: #3498db;
}
 header .navbar-nav .nav-link {
     color: #5f5f5f;
     font-weight: 700;
     text-transform: capitalize;
     padding: 6px 15px !important;
     font-size: 14px;
}
 .fixed-header header{
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 99;
     background: #fff;
     padding: 12px 0;
     transition: all 0.4s ease-in-out 0s;
     box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
     -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
     -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
}
/* Header */
/* Slider */
 #home-slider .item{
     height: 550px;
     background-size: cover !important;
}
 .slider-text p{
     color: #fff;
     font-size: 15px;
     margin: 10px 0;
     line-height: 26px;
}
 .slider-text h1{
     color: #fff;
     font-size: 48px;
     font-weight: 400 
}
 .slider-text button{
     border: none;
     background: #e72549;
     color: #fff;
     font-weight: 600;
     padding: 10px 24px;
     font-size: 14px;
     text-transform: uppercase;
}
 .slider-text{
     background: rgba(0, 0, 0, 0.2);
     padding: 24px;
}
 #home-slider .owl-dots{
     position: absolute;
     bottom: 0;
     right: 0;
     left: 0;
}
 #home-slider .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px 7px;
     background: #ffffff;
}
 #home-slider .owl-dot.active span, #home-slider .owl-dot:hover span {
     background: #e72549;
}
/* footer */
 footer{
     background: #2c3e50;
     padding: 24px 0;
}
 .social-media ul li a svg, .social-media ul li a i{
     color: #fff;
     margin: 0 15px;
     font-size: 36px;
}
 .top-footer{
     padding-bottom: 24px;
}
 .bottom-footer{
     border-top: 1px solid #5f5f5f;
     padding-top: 24px;
}
 .bottom-footer p{
     text-align: center;
     color: #fff;
     font-size: 15px;
     margin: 0;
}
 .covid19{
     background: #2c3e50;
     color: #fff;
     font-size: 13px;
     padding: 10px 0;
     font-weight: 600;
     text-align: center;
}
 .covid19 a, .covid19 a:hover{
     padding: 0 5px;
     color: white;
     text-decoration: underline !important;
}
 .about-text h5{
     font-size: 28px;
     font-weight: 600;
}
 .about-text p{
     text-align: justify;
     font-size: 14px;
     line-height: 26px;
     opacity: .9;
     font-weight: 600;
     margin: 0;
}
 .sub{
     background: #34495e;
     border: 1px solid #eee;
     padding: 24px;
}
 .input-grp label{
     width: 100%;
     font-weight: 600;
     font-size: 15px;
     color: #fff;
}
 .input-class{
     border: 1px solid #eee;
     background: #ffffff;
     width: 100%;
     border-radius: 4px;
     font-size: 14px;
     font-weight: 600;
     padding: 10px 20px;
}
 .input-class::placeholder{
     font-weight: 400;
     opacity: .7;
}
 .sub .input-grp button{
     margin-top: 30px;
     padding: 0;
     background: #e72549;
     line-height: 43px;
     border-radius: 4px;
}
 .sub h5{
     font-size: 24px;
     color: #fff;
     font-weight: 700;
}
 .sub p{
     font-size: 14px;
     color: #fff;
     font-weight: 500;
}
 .center-section{
     background: #e72549;
}
 .center-section{
     background: url(assets/images/img01.jpg);
     background-position: top right !important;
     background-size: 50% !important;
     background-repeat: no-repeat !important;
     position: relative;
}
 .center-section:after{
     position: absolute;
     background: #e72549;
     content: "";
     height: 100%;
     top: 0;
     WIDTH: 100%;
     left: 0;
     z-index: -1;
}
 .center-text{
     text-align: right;
     margin-left: auto;
}
 .center-text h4{
     margin: 0;
     line-height: 80px;
     color: #fff;
     text-transform: uppercase;
     margin-right: 20px;
     font-weight: 400;
     margin-left: auto;
}
 .center-text button{
     font-weight: 600;
     background: #fafafa;
     font-size: 16px !important;
     text-transform: uppercase;
}
 .center-text button svg{
     font-size: 20px;
     opacity: 0;
     transform: translateX(-10px);
     transition: all 0.4s ease-in-out 0s;
}
 .center-text button:hover svg{
     transform: translateX(00);
     opacity: 1;
     transition: all 0.4s ease-in-out 0s;
}
 .sympthoms{
     background: #fafafa;
}
 .sympthoms-main{
     text-align: center;
}
 .sympthoms-main h6{
     margin: 10px 0 6px;
     font-weight: 700;
     text-transform: uppercase;
     font-size: 18px;
     letter-spacing: .5px;
}
 .sympthoms-main p{
     font-size: 14px;
     font-weight: 500;
     margin: 0;
}
 .sympthoms-main img{
     width:120px;
}
 .positive-box h6{
     font-size: 20px;
     color: #34495e;
     font-weight: 600;
}
 .positive-box p{
     text-align: justify;
     font-size: 14px;
     line-height: 25px;
     margin: 0;
}
 .recover-img img{
     height:310px;
     object-fit: cover;
}
 .recover-main{
     background: #fafafa;
     border: 1px solid #eee;
}
 .positive-box{
     padding: 24px;
}
 .navbar-toggler svg{
     color: #000;
     font-size: 22px;
}


