 /* Add a gray background color and some padding to the footer */
        .carousel-inner img {
        width: 100%; /* Set width to 100% */
        margin: auto;
        min-height:200px;
        }
        
                
        .carousel-inner {
    position: relative;
    width: 100%;
    margin-top:57px;
}

.gallery {
 background-color:#e0eaff;
}
       .specialist{
 background-color:#e0eaff;
}
       .service-area{
 background-color:#e0eaff;
}
      .faq{
 background-color:#e0eaff;
}



        .logo-area {
        height: 40px;
        margin-bottom:1px;
        }
        
        .slider1{
            margin-top:45px;
        }
        
        /* Hide the carousel text when the screen is less than 600 pixels wide */
        @media (max-width: 600px) {
        .carousel-caption {
        display: none; 
        }
        }
       .mean-container .mean-bar .meanmenu-reveal {
        color: #00a3c8;
        position: absolute;
        left: 0;
        right: inherit;
        top: 0;
        width: 23px;
        margin-top: 22px;
        margin-right:30px;
        } 
        .mean-container .mean-bar .mean-nav a img { 
        margin-top: 5px;
        margin-left:-145px; 
        max-width:270px;
        }
       .mean-container .mean-bar {
       padding: 2px 0 1px;
       }
       .main-menu {
        margin-top:10px;
       }
      footer {
      background:#1ca8d4;
      padding: 80px 0 75px;
      }
      footer .qlink ul li i {
      font-size: 14px;
      color: #ffffff;
      margin-right: 20px;
      }
      footer .qlink ul li a {
      font-size: 15px;
      color: #ffffff;
      }
      footer .f-menu ul.menu li a {
      font-size: 15px;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0 10px;
      }
     .button {
      background-color: #4CAF50; /* Green */
      border: none;
      color: white;
      padding: 10px 28px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      -webkit-transition-duration: 0.4s; /* Safari */
      transition-duration: 0.4s;
      cursor: pointer;
      }
     .button1 {
      background-color: white; 
      color: black; 
      border: 2px solid #192160;
      border-radius: 25px 25px 25px 25px;
      }
     .button1:hover {
      background-color: #192160;
      color: white;
      }
     .button1:hover a{
      color: white;
      }
     .h-about .about-box {
      padding: 30px 0;
      }
     .menu-sticky.sticky {
      height: 80px;
      padding-top: 11px;
      }
      .service-area {
       padding: 20px 0 0;
      }
      
      .specialist-top1{
            border:1px solid #b2c8ff;
            border-radius:5px 5px 5px 5px;
        }
        
        .specialist-top h2{
   color:#000000; 
  font-family:Aharoni;
}

.specialist-top h3{
 color:#2126af;
 font-family:Berlin Sans FB;
 font-size:25px;
}

.specialist-top h5{
color:#2126af; 
font-family:Century Gothic; 
font-size:20px;
}

.specialist-top p{
 color: #222222;
 font-size:20px;
 font-weight:bold;
}
    
    .about-box div{
                color:white; 
                font-size:15px;
                text-align:justify;
                font-family:Century Gothic;
            } 
            
                    .service-box .box-icon span img {
    padding-top: 0px;
}

.service-area .services-ryt .service-box .box-icon span img {
  padding-top: 0px;
}

footer .findus h4 {
    color: #ffffff;
  font-size:22px;
  font-weight:bold;
}

        footer .findus ul li {
  color: #ffffff;
  font-family:Century Gothic;
  font-size:14px;
}

       footer .qlink h4 {
  color: #ffffff;
  font-size:22px;
  font-weight:bold;
}

footer .tpost h4 {
  color: #ffffff;
  font-size:22px;
  font-weight:bold;
}

footer .tpost ul li {
  color: #ffffff;
 font-family:Century Gothic;
  font-size:14px;
}

footer .newsletter h4 {
color: #ffffff;
  font-size:22px;
  font-weight:bold;
}

 .service-area p{
text-align:justify;
}

 .shedule-box1 {
margin-top:60px;
}
 .shedule-box1 {
    background: transparent;
}
   /* Add a gray background color and some padding to the footer */
   
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }


  
  
.text {
    background-color:rgba(181, 209, 255, 0.6);
}

.main-menu ul li a.active {
  color: #ffffff;
  cursor: pointer;
  background-color:#7acbf0;
  padding:8px;
  border-radius: 20px 20px 20px 20px;
  font-weight: 900;
  font-size: 18px;
}

 .main-menu ul li a.active i  {
  color: #00a3c8;
}


/* The Modal (background) */
.modal1 {
    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 */
.modal1-content {
    background-color:;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border:1px;
}

.modal1-content form p textarea {
  font-size: 15px;
  width: 100%;
  height: 185px;
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 25px;
}

.modal1-content form p textarea:focus {
  border-color: #00a3c8;
}



* {
    box-sizing: border-box;
    
}

input[type=text], select, textarea {
    width: 100%; 
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.appoitment {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 5px;
    }
} 




/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}








.icon-bar {
  position: fixed;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000; 
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
.service {
  z-index: -1;
}
.client {
  z-index: -1;
}


.news-top h4 {
  color: #ffffff;
  font-size:25px;
  font-weight: bold;
}

.news-top1 h4 {
  color: #000000;
  font-size:25px;
  font-weight: bold;
}

footer .f-menu p {
  color:#ffffff; 
  font-family:Century Gothic;
  font-size:12px;
}





/* Enquiry Form css */

.brnew{
    display:none;
}
#intro .intro-text{
    margin-top:100px !important;
}
.themecolor{
    color:#f8198d;

}
.alert{
    color:red;
}
.hide{
    display:none;
}
.nb-form .form-group{
    margin-bottom:0 !important;
}
.nb-form {
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: #FFF;
    right: 20px;
    bottom: -400px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
.nb-form:hover {
    bottom: 0px;
}

/*-- User Icon --*/

.nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
}

/*-- Title --*/

.nb-form .title {
    background: #FF0000;
    font-size: 20px !important;
    padding: 13px 18px !important;
    color: #fff !important;
    border-radius: 12px 12px 0 0;
    text-align:center;
}

/*-- Text --*/

.nb-form p {
    font-size: 13px;
    margin: 0;
    padding: 15px;
    color: #666;
}

.nb-form p.message {
    margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
    padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form select,
.nb-form textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    width: 254px;
    max-width: 254px;
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 6px;
    border: none;
    border-radius: 4px;
    color: #999;
    border-bottom: 1px solid #f0f0f0;
}

.nb-form input:focus,
.nb-form select:focus,
.nb-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.nb-form input[type='submit']:hover {
    background:#FF0000
}

.nb-form input[type='submit'] {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
}

.nb-form input[type='submit']:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07),0 1px 7px 0 rgba(0,0,0,0.02),0 3px 1px -1px rgba(0,0,0,0.1);
}

.nb-form textarea {
    min-height: 110px;
}


.nb-form ::-webkit-input-placeholder {
    color: #ccb0b0;
}

.nb-form ::-moz-placeholder{
    color: #ccb0b0;
}

.nb-form :-ms-input-placeholder {
    color: #ccb0b0;
}

.nb-form :-moz-placeholder {
    color: #ccb0b0;
}

.nb-form input[type='submit'] {
    background: blue;
}

@media screen and (max-width: 676px) {
.brnew{
    display:inline;
}

    .footer-copyright a{
      margin-top:-50px !important;
    }
    .nb-form:hover .user-icon {
        display: none;
    }

    .nb-form .message {
        display: none;
    }

    .nb-form form {
        padding-top: 10px;
    }
    .nb-form{
        right: 50%;
        bottom: -420px;
        left: 50%;
        transform: translateX(-50%);
    }
    .nb-form textarea{
        height:1px !important;
    }
    .nb-form input[type='submit'] {
        margin-top:-70px !important;
    }

}





