

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    transition: 0.3s;
    font-family: Arial, Helvetica, sans-serif;
    
}

.errors{
    background: #d9534f;
    padding:10px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #fff;
}

.success{
    background: #5cb85c;
    color: #fff;
}

.success span{

    cursor: pointer;
}

.hideMsg{
    display: none;
}

.popup{

    width:250px;
    height: 250px;
    background: #a71931;
    position: absolute;
    transform: translate(-50%,-50%);
    top:-50%;
    left:50%;
    z-index: 12000;
    transition: 0.3S;
    border: 1px solid #000;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    }

.popup .popupText{
    position: relative;
    transform: translate(-50%,-50%);
    top:50%;
    left:50%;
    text-align: center;

}

.popup .popupText p{
    cursor: pointer;
}

.hidepopup{
    display: none;
}

.showpopup{
    top:50%;
}


img{
    width:100%;
}

.headingcolor{

    color: #a71931;
}

html{
    scroll-behavior: smooth;
}

body{
    /* background-color: blueviolet; */
    color: #fff;
    /* padding-top: 60px; */
}

.overlapping{

    padding-top: 100px;
   
}

.maincontainer{
    width: 80%;
    height: ;
    margin: 0 auto;
    border: 0px solid red; 
    color: #000;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}


.main-header{
    width: 100%;
    height: 100vh;
    border: 0px solid red;
    background:url(../img/headerbg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.other-header{

    width: 100%;
    background-color: #a71931;
    border: 0px solid red;
    position: relative;
    overflow: hidden;
    
}

.logo img{
    width:100px;
}


.headerServies{
    width: 100%;
    height: 60px;
    border: 0px solid red;
    /* background:url(../img/headerbg1.jpg); */
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    /* position: relative;
    overflow: hidden; */
    background-color: gray;
}

.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #a71931;
    opacity: 0.9;
}

.menu{

    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 97;
    width: 100%;
    position: fixed;
    z-index: 12000;
    top: 0;
    background-color: #a71931;   
}



.navigation li{
    display: inline;
    margin: 25px;
}

.navigation li a{
    color:#fff;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bolder;
}

.navigation li a:hover{
    color:white;
}

.menu .burger_menu{

    width:25px;
    height: 50px;
    border: 0px solid red;
    margin-top: 25px;
    cursor: pointer;
    display: none;
    
}
.bars{

    width:100%;
    background: black;
    height: 3px;
    margin-bottom: 3px;

}

.header-text{
    /* width: 100%;
    height: 80%; */
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    border: 0px solid red;
    z-index: 800;
    text-align: center;
        
}

.header-text h1{
    
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    
}

.header-text img{
    
    width:250px;
    
}

.header-text h4{
    font-size: 1.8;
    letter-spacing: 1px;
    line-height: 2rem;
}


.navigation.show{
    right:0;
}

.sticky{
    /* background-color:rgb(255,0,0,0); */
    /* backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); */
    background: #a71931;
}


/* About Section Starts */

.about{
    /* width: 80%;
    height: ;
    margin: 0 auto;
    border: 0px solid red; 
    color: #000; */
    
}

.about img{

    width:40%;
    margin: 20px auto;
    text-align: center;
}

.imgblock{

    display: flex;
}

.mission{
    margin-top: 20px;
}

.why{
    margin-top: 20px;
}

.about-ul{
    line-height: 1.5;
    margin-top: -20px;
}

.about-ul strong{
    color:#a71931;
}

/* About Section Ends */

/* Service Section Starts */

.service{
    width: 80%;
    /* height: 100vh; */
    margin: 0 auto;
    border: 0px solid red;
    color:#000;
    padding-bottom: 75px;
    
}

.box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box .lft{
    width:60%
}

.box .lft ul{
    margin:50px 0;
}

.box .lft ul li img{
    width:30px;
}
.box .rt{
    width: 40%;
}


.btn{
    width:2rem;
    background-color:#a71931;
    height: 50px;
    padding:0.8rem 2.5rem;
    color:#fff;
    font-size: 18px;
    letter-spacing: 0.9px;
    border-radius: 5%;
}

.btn:hover{
    background: white;
    border: 1px solid #a71931 ;
    color:#a71931;
    box-shadow: blueviolet; 
}


/* Service Section Ends */


/* Divider Starts */
 
.divider{

    width:100%;
    height: 250px;
    background: url(../img/headerbg2.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.divider h1{
    font-size: 4rem;
}

/* .shape{
    width:0;
    height: 0;
    border-right: 100vh solid transparent;
    border-left: 100vh solid transparent;
    border-bottom: 5.9vh solid #fff;
    margin-top: -5.9vh;
} */

/* Divider Ends */



/* Team Section Starts */

.teamSection{
    width: 80%;
    height: ;
    margin: 0 auto;
    color:#000;
    padding-top: 75px;
}

.teamSection .teamDescription{
    display: flex;
    align-items: center;
    border: 0px solid red;
}

.card img{
    width:150px;
}

.teamSection .teamCard{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 40px;
    margin-top: 50px;
}

.teamSection .teamCard .card{
    width: 100%;
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    cursor: pointer;
}

.teamSection .teamCard .card:hover{
    background: #f3f3f3;
}

.teamSection .teamCard .card .imgSection img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
}

.teamSection .teamCard .card .content{
    width: 100%;
    text-align: center;
}

.teamSection .teamCard .card .content h3{
    font-size: 25px;
    letter-spacing: 0.5px;
    color:#a71931;
    margin-top: 10px;
}

.teamSection .teamCard .card .content h4{
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.teamSection .teamCard .card .content p{
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    line-height: 1.5;
}


/* Team Section Ends */

.whatsapp{
    width:50px;
    position: fixed;
    bottom:0;
    right: -100px;
    padding:50px 5px;
    
}

.cell-phone{
    width:50px;
    position: fixed;
    bottom:0;
    left: -100px;
    padding:50px 5px;
    
}



/*Contact us Starts*/

.contact{
    width: 80%;
    margin: 0 auto;
    color:#000;
    padding-top: 75px;
}

.formMap{
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactForm{
    width:50%;
}

.contactForm input,p,textarea{
    width: 100%;
    padding:10px 5px;
}

.contactForm .submitBtn{
    outline: none;
    background-color:#a71931;
    height: 50px;
    padding:0.8rem 2.5rem;
    color:#fff;
    font-size: 18px;
    letter-spacing: 0.9px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    margin-top: 20px;
}

.contactForm .submitBtn:hover{
    background: white;
    border: 1px solid #a71931;
    color:#a71931;
    box-shadow: blueviolet; 
}

.googleMap{
    width: 45%;
}

/*Contact us Ends*/

/*Main Services Page Starts*/

.mainServices{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.maincontainer h1{
  margin-bottom: 60px;
}
.mainServices p{
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
}

.mainServices .container{

    display: flex;
    justify-content: center;
   
    align-items: center;
    margin: 0 auto;
    flex-wrap:wrap;
}

.mainServices .container .box{
    width:500px;
    /* height: 150px; */
    border-radius: 20px;
    background: lightgrey;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0,0, 0.2);
    margin-bottom: 10px;
    margin-right: 20px;
    padding:10px 15px;
    cursor: pointer;
    
}

.mainServices .container .box:hover{
    background: #f3f3f3;
    box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.2);
}

.box .icon{
    height: 100px;
    width: 175px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail p{

    text-align: left;
}

.detail h3{
    margin-bottom: 10px;
    font-size: 25px;
    text-align: left;

}

#physio span{
    text-decoration: underline;
    font-size: 2.2rem;
    color:#fff;
    background: #a71931;
    padding:2px;
    border-radius: 5px;
}


.mainServices .container .box .icon img{
    width: 50px;
}


/*Main Services Page Ends*/

/*footer Starts*/
.footer{

    width: 100%;
    background: #a71931;
    line-height: 1.5;
    border: 0px solid red;
    padding-bottom: ;
    margin-top: 30px;
    margin-bottom: 0;
    
    
}

.footer .footerbody{
    width:80%;
    margin: 0 auto;
    color:#000;
    padding-top: 75px;
    display: flex;
    align-items: center;
    
}

.footer .footerbody div{
    width:33.3%;
    border: 0px solid red;
    /* text-align: center; */
    color: #fff;
    
}

.footer .footerbody div a{
    color: #fff;
    font-size: 18px;
}

.footer .footerbody div a:hover{
    border-bottom:2px solid #fff;
    font-weight: bolder;
}


.footer .copyrigts{
    width: 100%;
    background: gray;
    text-align: center;
}
/*footer Ends*/





@media (max-width:900px){

    .teamSection .teamCard{
      
        grid-template-columns: repeat(2,1fr)
        
    }
    

}


@media (max-width:768px){


   
    .menu  .burger_menu{

        
        display: block;
    } 
    
    .menu{

        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 97;
        width: 100%;
        position: fixed;
        z-index: 12000;
        top: 0;
        background-color: #a71931;
        padding: 0 15px;      
    }


    .navigation{
  
        position: absolute;
        top:92px;
        right:-100%;
        background: #a71931;
        /* background-color:rgb(255,0,0,0); */
        /* backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px); */
        width: 100%;
        /* height: 100%; */
        height: 100vh;
        transition: 0.3s;
        /* border-bottom-left-radius: 70%;
        border-bottom-right-radius: 30%; */
        z-index: 12000;
        /* overflow: hidden; */
        
    }


    
    .navigation li{
        display: block;
        text-align: center;
        border: 0px solid red;
        height: 25px;
                
    }


    .header-text{

        /* position: absolute;
        top:25%;
        left:25%; */
        width: 100%;
        padding:0 5px;
        
    }
    


    .header-text h1{
        margin-top: 5px;
        font-size: 1rem;
    }

    .header-text img{
        width: 100px;
    }

    .header-text h4{
        font-size: .8rem;
    }


    .imgblock{

        flex-direction: column;
    }

    .about img{
        width: 100%;
    }



    .box{
        flex-direction: column-reverse;

    }

    .box .lft{
        width:100%
    }

    .box .rt{
        width:100%
    }

    .teamSection .teamCard{
      
        grid-template-columns: 1fr;
        
    }

    .divider{
        text-align: center;
    }
   
    .divider h1{
        font-size: 2rem;
    }



    .whatsapp{
        right:0;
    }

    .cell-phone{
       left:0;
        
    }


    .contactForm{
        width:100%;
        margin-bottom: 20px;
    }


    .formMap{
    
       flex-direction: column;
       
    }

    .googleMap{
        width: 100%;
    }
    
    
    
    .footer .footerbody{
        flex-direction: column;
        
        
    }

    .footer .footerbody div{
       width: 100%;
        
    }
    
    
    .mainServices{
    width:100%;
}


    .mainServices .container .box{
       width: 100%;
       flex-direction: column;
       margin-bottom: 20px  ;
       margin-right: 0;
        
    }

    #physio span{
        
        display: none;
    }
    

    .detail p{

        text-align: ;
    }
    
    .detail h3{
       
        text-align: center;
    
    }

    .box .icon{
        width: 100%;
        text-align: center;
    }

    .googleMap iframe{
        width: 100%;
        height: 225px;
    }
    

    
    
    
}



