/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04-Aug-2022, 1:28:53 pm
    Author     : Madhu
*/

body{
    background-color: #f0f0f0;
}
#header{
    top:0px;
}

#hero{
    margin-bottom: -50px;    
    height: auto !important;
}

.img-info{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.no-bg{
    background-image: none !important;
    background: none !important;
}

.bg-candidates{
    background-image: url(../img/collection/hands.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
    box-shadow:inset 0 0 0 2000px rgba(19, 3, 55, 0.4);
}

.bg-clients{
    background-image: url(../img/collection/carer-with-patient-reading.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
    box-shadow:inset 0 0 0 2000px rgba(19, 3, 55, 0.4);
}

.bg-contact{
    background-image: url(../img/collection/doctor-patient.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
    box-shadow:inset 0 0 0 2000px rgba(19, 3, 55, 0.4);
}

.counter-value-after-plus:after {
    content: "+";
    display: inline;
}