html, body {
    overflow-x: hidden;
}

.headercompanyname{
    font-size: 23px;
    font-weight: bold;
    font-variant-caps: all-petite-caps;
    font-family: ui-sans-serif;
    font-style: normal;
    /*color: #eef0f3;*/
}

.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.indiaContactusForm
{
    background-color: #c7f3f3 !important;;
    border-radius: 10px;
    margin-top: 10px;
}

.ourbussinessForm
{
    background-color: #c7f3f3 !important;;
    border-radius: 10px;
    margin-top: 10px;
}

.licenseimg{
    height: 90px;
    width: 100px;
}


.validation {
    color: red;
    display: none;
    font-weight: 400;
    font-size: 13px;
    margin: 0px 0px 20px;
}

ol.process {
    counter-reset: step;
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: auto;
}

ol.process li {
    counter-increment: step;
    background: #fff;
    margin: 15px 0;
    padding: 20px 20px 20px 60px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s ease;
}

ol.process li:hover {
    transform: translateX(5px);
}

ol.process li::before {
    content: counter(step);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #0078d7;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.globalmanpowerimg
{
    margin-bottom: 10px;
}

h5{
    font-weight: 800;
}

.loaderimg{
    height: 50px;
    width: 50px;
    margin-left: 150px;
    margin-bottom: 10px;
    border-radius: 25px;
}

.homepageimg
{
    margin-bottom: 10px;
    height: 450px;
    width: 290px;
    border-radius: 10px;
}
.brochuresimg
{
    margin-bottom: 10px;
    width: 150px;
    height: 150px;
}
.downloadname1{
    color: red;
    margin-left: 50px;
    font-size: 20px;
    font-weight: 700;
}
.downloadname2{
    color: red;
    margin-left: 35px;
    font-size: 20px;
    font-weight: 700;
}
.downloadname3{
    color: red;
    margin-left: 32px;
    font-size: 20px;
    font-weight: 700;
}

.brochuresdiv{
    background-color: #c7f3f3 !important;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Change cursor on hover */
#brochuresdownload:hover {
    cursor: pointer;
}

.menu a {
    cursor: pointer;
}

.submenu a {
    cursor: pointer;
}
