.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 50px;
}

.btn-success {
    color: #fff;
    background-color: #174fa4;
}
.btn-success:hover {
    color: #fff;
    background-color: #ef1923;
}

.btn-successreadmore {
    color: #fff;
    background-color: #174fa4;
    border-radius: 20px;
    border: none;
}
.btn-successreadmore:hover {
    color: #fff;
    background-color: #ef1923;
    border-color: #fff;
    border: none;
}

.mainheader {
  background-color: #fff;
  padding: 5px;
  box-shadow: 1px -8px 5px 10px #e7e2e2;
 
  top: 0;
  padding: 10px 16px;
  color: #f1f1f1;
 
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: #164ea3;
}


.navbar-default {
    background-color: #164ea3;
    border-color: #164ea3;
      top: 0;
     
      color: #f1f1f1;
      

}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff ;
    background-color: #164ea3;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    
    color: #fff;
   
    background-color: red;

}

.bbg3 {
    background-image: url(../images/about-bg.jpg);
    padding-top: 30px;
    padding-bottom: 20px;
   
}

.common {
    padding: 30px;
}

h1, h2, h3, h4, h5, h6{
    
     margin:10px 0 10px 0;
     color: #164ea3;
     font-weight: bold;
     text-transform: uppercase;
}
p{margin:10px 0px 10px 0px; font-family: 'Poppins'; color: #464646; font-size: 15px; line-height: 25px;
     }

.txthead {
    font-weight: bold;
    color: #ef1923;
}

.serbg {
    background-image: url(../images/serbg.jpg);
    padding-top: 30px;
    padding-bottom: 20px;
     background-attachment: fixed;
}

.docbg {
    background-image: url(../images/docbg.jpg);
    padding-top: 30px;
    padding-bottom: 20px;
     background-attachment: fixed;
}

.well1 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff9e;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    text-align: center;
}

.para {
    margin: 10px 0px 10px 0px;
    font-family: 'Poppins';
    color: #464646;
    font-size: 15px;
}


.boxtxt {
    font-size: 15px;
    font-weight: 500;
}


.fa {
  padding: 8px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}.

a {
    color: #337ab7;
    text-decoration: none;
}


.open-button {
  background-color: #eb1c23;
    color: white;
    padding: 8px 40px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 12px;
    right: 34px;
    width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


.icon-bar {

  top: 50%;
    right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-barsoc {
    position: fixed;
    top: 60%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 4px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-barsoc a {
  display: block;
  text-align: center;
  padding: 4px;
  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;
}



.dropdown-menu>li>a {
    display: block;
    padding: 3px 27px;
    /* clear: both; */
    font-weight: 400;
    line-height: 1.428571;
    color: ##164ea3;
    /* white-space: nowrap; */
}
.cursor {
    z-index: 500;
    width: 25px;
    height: 25px;
    background-color: #164ea3;
    border: 5px solid #164ea3;
    border-radius: 100%;
    position: absolute;

    transition-timing-function: ease-out;
    animation: cursorAnim .5s infinite alternate;
    pointer-events: none;
}

.cursor::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 8px solid #164ea3;
    border-radius: 100%;
    opacity: .5;
    top: -8px;
    left: -8px;
    animation: cursorAnim2 .5s infinite alternate;
}
@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid red;
}


.cardi {
    background-image: url(../images/cardioligybg.png);
    padding-top: 30px;
    padding-bottom: 20px;
   
}

.card {
    background-color: #fbfbfb;
   
}

a {
    color: #337ab7;
    text-decoration: none !important;
}