body{
    display: flex;
    flex-direction: column;
    margin: 0;
}
.carousel-caption{
    font-size: 20px;
    background: rgba(1,1,1,0.4);
    margin-bottom: 4%;
}
input[type="submit"].disabled {
    opacity: 0.7; /* Dim the button */
    cursor: not-allowed; /* Change cursor style */
    /* Add any other styles to visually indicate disabled state */
  }

.header .navbar-brand img{
    width: 170px;
    height: auto;
}

.header .navbar-brand .logo{
    border-radius: 11px;
    margin-left: 60px;
}

.header .navbar-brand .chamber{
    width: 300px;
    height: auto;
}

.navbar .navbar-collapse ul{
    margin-left: 120px;
}

.navbar .navbar-collapse a{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500px;
}

.container .text{
    margin-top: 20px;
}

.container .inner-text h3{
    margin-left: 36%;
    padding-bottom: 15px;
}

.container .inner-text h2{
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: solid 1px black;
    color: #31859C;
}

.container .inner-text h5{
    text-align: center;
}

.footer{
    padding-top: 8px;
    position: relative;
    bottom: 0px;
    width: 100%;
    background-color: #31859C;
    height: 40px;
    padding-left: 8%;
}

.footer a{
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.footer a:hover{
    text-decoration: underline;
}

.footer .linkedin{
    margin-left: 19%;
}

.footer .contactUS{
    margin-left: 34%;
}


/*----------------------------------------------------------------------------------*/


.container .OCD-Name{
    width: 100%;
    display: inline-block;
    text-align: center; 
    margin-top: 20px;
}

.container .OCD-specs{
    width: 100%;
    text-align: center;
    font-size: 13px;
}

/*--------------------------------------------------------------------------------------*/


.container .reff-img{
    height: 350px;
    width: auto; 
    margin-left: 25%;
}

/*-----------------------------------------------------------------------------------*/

.container .med-img{
    height: 350px;
    width: auto; 
    margin-left: 20%;
}

/*------------------------------------------------------------------------------------*/

.container .ads-img{
    height: 350px;
    width: auto; 
    margin-left: 20%;
}

/*-----------------------------------------------------------------------------------*/

.container .cntc-img{
    height: 300px;
    width: auto; 
    margin-left: 23%;
}

/*------------------------------------------------------------------------------*/





.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #A5A5A5;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5B9BD5;
  color: white;
}

/*-------------------------------------------------------------------------------------------*/

.AbsMng img{
    margin-top: 13px;
}

.CaseMng img{
    margin-left: 60px;
}

.Fit4work img{
    margin-top: 7px;
    margin-left: 58px;
}

.AsbestosMedicals img{
    margin-top: -4px;
    margin-left: 54px;
}

.CMO img{
    margin-left: 57px;
    margin-top: 0px;
}

.hygene img{
    margin-left: 390px;
    margin-bottom: 20px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.IRM img{
    margin-left: 65px;
}

.OurServices .r3 {
    margin-top: 10px;
}