  body{margin: 0px; padding: 0px; font-family: 'Open Sans', sans-serif;}

a {text-decoration: none;}

a:hover{text-decoration: none;}

.padding-none {
  padding: 0px 0 0px;
}
.container {
  max-width: 1170px;
}
#top-header {
  width: 100%;
  float: left;
  padding: 5px 0px;
  background:#145892;
}

.txt-top-right {margin:5px 0px 0px;text-align: right;}

.txt-top-right a {
    background: #fff;
    margin: 0px;
    padding: 10px 30px;
    color: #111111;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .5s;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 4px 20px;
}
.txt-top-right a:before{
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top:  -100%;
  left: -100%;
  background: #000;
  transition: all .5s;
  z-index: -1;
}
.txt-top-right a:hover{
  color: #fff;
  z-index: 1;
}
.txt-top-right a:hover:before{			
    top: 0;
    left: 0;
}
header {
  width: 100%;
  margin: 0px;
  padding: 18px 0px;
  float: left;
}
.logo-dv {
    margin: 0px;
    padding: 0px;
}
.logo-dv a {
  margin: 0px;
  padding: 0px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  color: #145892;
  text-transform: capitalize;
}
#menu-header {
  width: 100%;
  margin: 0px;
  padding: 10px 0px;
  float: left;
  border-top: 1px solid #e3e3e3;
}
.logo-call {
  margin: 0px;
}
.logo-call ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.logo-call ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.logo-call ul li a span {
  color:#fff;
  font-size: 36px;
  margin-right: 10px;
  display: inline-block;
}
.logo-call ul li a {
  margin: 0px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}
.menu-timing ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.menu-timing ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.menu-timing ul li a {
  margin: 0px;
  color: #121521;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}
#home-slide-one {
  width: 100%;
  float: left;
  position: relative;
  background-image: linear-gradient(to right, #aed3f6, white);
}
.slide-main {
 position: relative;
}
.banner-content {
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
}
.home-slide-cntent h2{
margin:0px; 
padding: 0px; 
color:#fff;
font-size: 45px;
line-height: 55px; 
text-transform: capitalize;
font-weight: 500; 
text-shadow: 2px 2px 5px #000;
}
.flex-active-slide .home-slide-cntent h2 {
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInDown;
animation-delay: 0.9s;
}
#home-content {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 50px 0px 50px;
  background-color: #f2f2f2;
  border-top: 4px solid #145892;
}
.main-content {
  margin: 0px 0px 0px;
  box-sizing: border-box;
  height: auto;
  border-radius: 5px 45px;
  padding: 40px 25px;
  position: relative;
}
.bgc-thm-one {
  background-color: #3f96e8;
}
.bgc-thm-two {
  background-color: #337ab7;
}
.bgc-thm-three {
  background-color: #145892;
}
.main-content h3 {
  margin: 0px;
  padding: 10px 0px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}
.main-content p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.main-content a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  margin: 15px 0px 10px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.main-content a:before{
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top:  -100%;
  left: -100%;
  background: #000;
  transition: all .5s;
  z-index: -1;
}
.main-content a:hover{
  color: #fff;
  z-index: 1;
}
.main-content a:hover:before{			
    top: 0;
    left: 0;
}
#about-us-home {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 80px 0px 80px;
}
.about-text-home h3 {
  font-family: 'Montserrat', serif;
  margin: 0px;
  padding: 0px 0px 10px;
  font-size: 36px;
  font-weight: 600;
  color: #111111;
  line-height: 50px;
}
.about-text-home h3 strong {
  color: #145892;
  font-weight: 600;
}
.about-text-home span {
  content: "";
  height: 2px;
  left: 0;
  width: 80px;
  background-color: #145892;
  display: block;
}
.about-text-home p {
  margin: 12px 0px;
  padding:2px 0px;
  font-size: 16px;
  color: #777;
  font-weight: 400;
  line-height: 32px;
}
.about-home-img img {
  width: 100%;
}
#services-home {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 70px 0px 100px;
  background-color:#f2f2f2;
}
.serice-home-div {
  margin: 50px 0px 0px;
  padding: 0px;
  background: #fff;
  border-radius: 0 45px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: .5s;
  visibility: visible;
  animation-delay: 0.6s;
  animation-name: fadeInUp;
}
.main_imgs {
  margin: 0px;
  padding: 25px 10px;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.content_dg {
   padding: 0px;
}
.content_dg span {
  width: 100%;
  float: left;
  padding: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.content_dg span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 150%;
  z-index: -1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, right top, from(#145892), to(#145892));
  background: linear-gradient(to top right, #145892, #145892);
  -webkit-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}
.content_dg span:hover:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.content_dg:hover .service-home-text h3 {
 color: #fff;
}
.content_dg:hover .service-home-text p {
 color: #fff;
}
.service-icons {
  width: 100%;
  padding: 20px 0px;
}
.service-icons i {
  margin-bottom: 10px;
  font-size: 36px;
  color: #777;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content_dg:hover .service-icons i {
  color: #fff;
}
.service-home-text {
  margin: 0px;
  padding: 0px;
}
.service-home-text h3 {
  color: #08203a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 26px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.service-home-text p {
  margin: 0px;
  padding: 2px 0px;
  font-size: 15px;
  color: #777;
  font-weight: 400;
  line-height: 28px;
}
#clients-sctn {
  width: 100%;
  float: left;
  padding: 40px 0px;
  height: auto;
  margin: 0px;
  background: #145892;
}
.signup-head h3 {
    font-family: 'Montserrat', serif;
    margin: 0px;
    padding: 0px 0px 10px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
}
.signup-head p {
  margin: 0px;
  padding: 2px 0px;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}
#clients-sctn .txt-top-right a {
  margin: 20px 0px 0px;
}
#home-doctors {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 70px 0px;
  background-color:#fff;
}
.about-title h2 {
  font-family: 'Montserrat', serif;
  margin: 0px;
  padding: 0px 0px 10px;
  font-size: 36px;
  font-weight: 600;
  color: #111111;
  line-height: 50px;
}
.about-title h2 strong {
  color: #145892;
  font-weight: 600;
}
.about-title span {
  content: "";
  height: 2px;
  left: 0;
  width: 80px;
  background-color: #145892;
  display: block;
}
.service-content {
   margin: 50px 0px 0px; padding:30px;
}
.service-img {
  overflow: hidden;
  position: relative;
}
.service-img:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.service-content:hover .service-img:before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.service-img img {
  border-radius: 0 100px 0;
}
.service-text {
  background-color: #f2f2f2;
  padding: 10px 20px 20px;
}
.service-text h3 {
  margin: 0px;
  padding: 20px 0px 7px;
  font-size: 20px;
  font-weight: 600;
  color: #145892;
  line-height: 26px;
}
.service-text h3 span {
  color: #111111;
}
.service-text a {
  text-decoration: none;
  text-transform: uppercase;
  color: #145892;
  border: 1px solid #145892;
  margin: 15px 0px 10px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.service-text a:before{
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top:  -100%;
  left: -100%;
  background:  #145892;
  transition: all .5s;
  z-index: -1;
}
.service-text a:hover{
  color: #fff;
  z-index: 1;
}
.service-text a:hover:before{			
    top: 0;
    left: 0;
}
.new-banner {
  position: relative;
}
.new-banner img {
  width: 100%;
  float: left;
}
.about-heading {
  padding: 0px 0px 30px;
}
.about-heading h2 {
  font-family: 'Montserrat', serif;
  margin: 0px;
  padding: 0px 0px 10px;
  font-size: 28px;
  font-weight: 600;
  color: #111111;
  line-height: 50px;
  text-transform: uppercase;
}
.about-heading h3 {
  font-family: 'Montserrat', serif;
  margin: 0px;
  padding: 0px 0px 10px;
  font-size: 36px;
  font-weight: 600;
  color: #111111;
  line-height: 50px;
}
.about-heading h3 strong {
  color: #145892;
  font-weight: 600;
}
.about-heading span {
  content: "";
  height: 2px;
  left: 0;
  width: 80px;
  background-color: #145892;
  display: block;
}
.about-text {
  margin-top: 30px;
}
.about-text p {
  margin: 12px 0px;
  padding:2px 0px;
  font-size: 16px;
  color: #777;
  font-weight: 400;
  line-height: 32px;
}
.types {
  width: 370px;
  float: left;
  padding: 0px;
  box-sizing: border-box;
  margin: 0px 35px 0px 0px;
  border-radius: 0 100px 0;
}
#about-us {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 80px 0px 80px;
}
#about-sections a {
  text-decoration: none;
}
.info-link {
  margin: 0px 0px 30px;
  padding: 30px 15px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
  border-radius: 0 45px 0;
  z-index: 1;
}
.info-link:hover {
  background-color: #145892;
}
.info-link h4 {
  margin: 0px;
  padding: 0px;
  font-size: 19px;
  font-weight: 600;
  color: #08203a;
  height: 65px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.info-link:hover h4 {
  color: #fff;
}
.info-link h5 {
  margin: 0px;
  padding: 0px 0px 5px;
  font-size: 19px;
  font-weight: 600;
  color: #08203a;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.info-link:hover h5 {
  color: #fff;
}
.down {
  content: "";
  height: 2px;
  left: 0;
  width: 35px;
  background-color: #08203a;
  display: block;
  margin: 0px auto;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
.info-link:hover .down {
  background-color: #fff;
}
.info-link a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #145892;
  margin: 20px 0px 0px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: all .5s;
  border: 1px solid #f2f2f2;
}
.info-link:hover .info-link a {
  border: 1px solid #fff;
}
.info-link h6 {
  margin: 0px;
  padding: 0px;
  font-size: 19px;
  font-weight: 600;
  color: #08203a;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.info-link:hover h6 {
  color: #fff;
}
.contact-info-text {
  padding: 0px 0px 30px;
}
.contact-info-text h3 {
  font-family: 'Montserrat', serif;
  margin: 0px;
  padding: 0px 0px 10px;
  font-size: 26px;
  font-weight: 600;
  color: #145892;
  line-height: 50px;
}
.contact-info-text p {
  margin: 0px;
  padding: 2px 0px;
  font-size: 16px;
  color: #777;
  font-weight: 400;
  line-height: 32px;
}
.contact-location {
  padding: 0px 0px 30px;
}
.contact-location h4 {
  font-family: 'Montserrat', serif;
  margin: 0px;
  padding: 0px 0px 10px;
  font-size: 26px;
  font-weight: 600;
  color: #145892;
  line-height: 50px;
}
#contact-about-us {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 80px 0px 80px;
}
#contact-about-us a {
  text-decoration: none;
}
#contact-sections {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 70px 0px 70px;
  background: #f4f4f4;
}
#contact-sections .contact-location {
  padding-top: 30px;
  padding-bottom: 20px;
}
.contact-page-text ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
}
.contact-page-text ul li {
  margin: 0px 0px 5px;
  padding: 0px 0px 0px 40px;
  color: #505050;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
}
.contact-page-text ul li:before {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  background-color: #145892;
  font-size: 14px;
  color: #fff;
  font-family: "FontAwesome";
}
.map-link iframe {
  width: 100%;
  border-radius: 0 95px 0;
  background-color: #f2f0f0;
  padding: 10px;
}
.address-info {
  height: 100%;
  align-items: center;
  display: flex;
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
.address-text-upper h3 {
  margin: 0px;
  padding: 0px 0px 10px;
  font-size: 26px;
  font-weight: 600;
  color: #223645;
}
.address-text-upper span {
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #145892;
  text-transform: capitalize;
}
.address-text-upper p {
    margin: 0px;
    padding: 2px 0px;
    font-size: 16px;
    color: #777;
    font-weight: 400;
    line-height: 32px;
}
.time-inners {
  border-left: 4px solid rgb(210, 210, 210);
  margin: 30px 0px 0px;
  padding: 10px 0px 5px 0px;
}
.time-inners ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.time-inners ul li {
  width: 100%;
  margin: 0px 0px 12px 0px;
  display: block;
  background: #145892;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  padding: 3px 0px 3px 20px;
  position: relative;
}
.time-inners ul li:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 8px solid #145892;
  position: absolute;
  top: 0;
  left: -15px;
}
.doctor-img img {
  width: 100%;
  border-radius: 0 100px 0;
}
.doctor-divs {
  padding: 0px 0px 0px 10px;
}
.doctor-hds {
  padding: 0px 0px 10px;
  border-bottom: 1px solid rgb(210, 210, 210);
}
.doctor-info {
  background: #145892;
  padding: 30px;
  box-sizing: border-box;
}
.doctor-info h4 {
  margin: 0px;
  padding: 5px 0px 10px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
}
.doctor-info span {
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-transform: capitalize;
}
.doctor-hds h4 {
  font-family: 'Montserrat', serif;
  margin: 0px;
  padding: 0px;
  font-size: 28px;
  font-weight: 600;
  color: #111111;
  line-height: 45px;
  text-transform: uppercase;
}
.doctor-hds span {
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #145892;
  text-transform: capitalize;
}
.dr-purvi {
  margin: 30px 0px 0px;
}
.doctor-div-text p {
  margin: 12px 0px;
  padding: 2px 0px;
  font-size: 16px;
  color: #777;
  font-weight: 400;
  line-height: 32px;
}

/*nav-tabs-css*/
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #145892;
  color: #fff;
  margin-right: 4px;
}
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #102536 #102536 #102536;
  background: #102536;
  color: #fff;
}
.tab-inner-text {
  padding: 20px 0px;
}
.tab-inner-text h2 {
  margin: 0px;
  padding: 20px 0px 25px;
  font-size: 30px;
  font-weight: 500;
  color: #145892;
}
.tab-inner-text h3 {
  margin: 0px;
  padding: 5px 0px;
  font-size: 24px;
  font-weight: 500;
  color: #223645;
}
.tab-inner-text p {
  margin: 12px 0px;
  padding: 2px 0px;
  font-size: 16px;
  color: #747474;
  font-weight: 400;
  line-height: 32px;
}
.tab-inner-text ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tab-inner-text ul li {
  margin: 12px 0px;
  padding: 2px 0px;
  font-size: 16px;
  color: #747474;
  font-weight: 400;
  line-height: 32px;
  display: block;
  position: relative;
}
.tab-inner-text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: #145892;
  margin: 0px 10px 3px 0px;
}
.tab-img {
  width: 300px;
  float: left;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
  margin: 0px 40px 25px 0px;
  border-radius: 0 100px 0;
}
.tab-img-2 {
  width: 400px;
  float: left;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
  margin: 0px 40px 25px 0px;
  border-radius: 0 100px 0;
}
.tab-img-3 {
  width: 130px;
  float: right;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
  margin: 0px 0px 25px 10px;
  border-radius: 0 20px 0;
}
.primary-text p {
  margin: 12px 0px;
  padding: 2px 0px;
  font-size: 16px;
  color: #747474;
  font-weight: 400;
  line-height: 32px;
}
.primary-text a {
  text-decoration: none;
  text-transform: uppercase;
  color: #145892;
  border: 1px solid #145892;
  margin: 15px 0px 10px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.primary-text a:before{
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top:  -100%;
  left: -100%;
  background:  #145892;
  transition: all .5s;
  z-index: -1;
}
.primary-text a:hover{
  color: #fff;
  z-index: 1;
}
.primary-text a:hover:before{			
    top: 0;
    left: 0;
}
.press-div {
  margin: 0px 0px 40px;
}
.press-img {
  margin: 0px 0px 20px;
}
.press-img img {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
  border-radius: 0 50px 0;
}

/*acoordian-menu*/
.faqs-menus {
  padding: 30px 0px 0px;
}
.faqs-menus ul li {
  list-style: none;
  padding: 0px;
  margin: 5px 0px;
}
.accordion a {
color: #fff;
text-decoration: none;
}
.accordion {
width: 100%;
margin: 0px;
padding: 0px;
float: left;
}
.accordion .link {
  cursor: pointer;
  display: block;
  margin: 0px;
  padding: 25px 20px;
  line-height: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #2F4F4F;
  border-radius: 5px;
}
.accordion li:last-child .link { border-bottom: 0; }

.accordion li span {
  padding: 0px 10px;
}

.accordion li i.fa-angle-down {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li.open .link { color: #fff; }

.accordion li.open i { color: #fff; }

.accordion li.open i.fa-angle-down {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.submenu {
  display: none;
  padding: 0px 10px;
  margin: 0px;
}

.submenu li { border-bottom: 0px !important; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 10px 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 5px 0px;
}

.accordion>.active{
  background-color: #145892;
  border-radius: 5px;
}
/*acoordian-menu-end*/

#home-appointment-01 {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
  background: #fff;
}
.appoint-right {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 100px 50px;
}
.appoint-text-01 {
  padding: 0px 0px 20px;
  border-bottom: 3px solid #145892;
}
.appoint-text-01 h5 {
  margin: 0px;
  padding: 0px 0px 10px;
  font-size: 30px;
  font-weight: 500;
  color: #102536;
}
.appoint-text-01 p {
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 20px;
  color: #102536;
}
.appoint-hd {
  padding: 15px 0px 15px;
  background: #145892;
  margin-bottom: 10px;
  margin-top: 5px;
}
.appoint-hd h6 {
  margin: 0px;
  padding: 0px;
  font-size: 32px;
  color: #fefffe;
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
}
.appoint-hd h5 {
  padding-top: 5px;
  text-align: center;
  color: #fff;
  font-size: 28px;
}
.appoint-form {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 20px 20px;
  box-sizing: border-box;
  background-color: #ededed;
  box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
  border-bottom: 3px solid #145892;
}
.agnt {
  margin-bottom: 10px;
}
.cont-dv {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px 0px 5px;
  padding: 0px;
}
.cont-dv label {
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  color: #707070;
  font-size: 16px;
  text-transform: capitalize;
}
.cont-dv span {
  color: #FF0000;
}
.step-1 {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px 0px 0px;
  padding: 0px;
}
.step-1 input {
  width: 100%;
  margin: 0px;
  padding: 8px 12px;
  float: left;
  height: auto;
  color: #777777;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  font-weight: 300;
  outline: none;
  background-color: #fff;
  border-radius: 4px;
}
.btns-new span {
  background: #145892;
  margin: 35px 10px 0px;
  outline: none;
  padding: 5px 20px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all .5s;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.cust-select {
  width: 100%;
  margin: 0px 0px;
  padding: 0px;
  float: left;
  border: none;
}
.cust-select select {
  margin: 0px;
  width: 100%;
  padding: 7px 12px;
  float: left;
  height: auto;
  color: #777777;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(/images/arrw.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  background-color: #fff;
  border-radius: 4px;
}
.btn-1 {
  width: 100%;
  margin: 30px 0px 0px 0px;
  padding: 15px 0px;
  background: #145892;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  float: left;
  border-radius: 4px;
}

/*modal-box-css*/

.time-list ul{
    margin: 0px; padding: 0px; list-style: none;
}

.time-list ul li {
    width: 100%; margin: 0px 0px 3px 0px;display: block;color: #223645;
    font-size: 17px; font-weight: 400; padding: 0px; position: relative;
}

.time-list ul li:last-child{margin-bottom: 0px;}

.time-list ul li:before {
    content: ""; width: 7px; height: 7px; border-radius: 50%;  background-color: #145892;
    display: inline-block; margin-right: 15px; margin-bottom: 2px;}

.time-modal .modal-header{
   background-color:#145892;
   border-bottom: none; 
   padding: 15px 20px; 
    border-bottom: none;
    padding: 9px 20px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
}

.time-modal h2{
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;}

.time-modal .close{
    border-radius: 50%;  width: 25px; height: 25px; line-height: 0px;
    text-align: center; padding: 0px; border: none; background: transparent;
    color: #fff; position: absolute; right: -27px; border: none;  top: -28px;
    border: 2px solid #fff;
}

.time-modal  .modal-body{padding:10px 20px; background-color: #fff; border-radius: 16px;}

.time-modal .modal-content{border: none;
    border-radius: 16px; }

.modal-bx{width: 100%; float: left; display: none; margin-top: 0px; margin-bottom: 15px;}

.has-error {
  border-color: red !important;
}


      #g-recaptcha-response {
          display: block !important;
          position: absolute;
          margin: -78px 0 0 0 !important;
          width: 302px !important;
          height: 76px !important;
          z-index: -999999;
          opacity: 0;
      }
  
/*end-modal-box-css*/

footer {
   width: 100%;
   margin: 0px; 
   padding:70px 0px 50px;
   float: left;
   background-color: #223645;
}
footer .logo-dv a {
   color: #3f96e8;
}
.link-footer h4 {
  margin: 0px 0px 15px; 
  padding: 0px; 
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.time-inner h4 {
  margin: 0px 0px 15px;
  padding: 0px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  }
.time-inner ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.time-inner ul li {
  width: 100%;
  margin: 0px 0px 5px 0px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 2px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.time-inner ul li:last-child {
  border: none;
}
.fot-middle {
  margin-top: 40px;
  padding: 30px 0px 10px;
  border-top: 1px solid #34495e;
}
.link-footer ul {
  margin: 0px; 
   padding: 0px; 
   list-style: none;
}
.link-footer ul li {
  margin: 0px 0px 8px;
  padding: 0px 0px 0px 17px;
  display: block;
  position: relative;
}
.link-footer ul li:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  color: #3f96e8;
  font-family: "FontAwesome";
}
.link-footer ul li a {
   font-size: 14px;
   color: #fff;
}
.social-footer h4 {
   margin: 0px 0px 15px;
   padding: 0px; 
   color: #fff; 
   font-size: 22px;
}
.social-footer {
   height: 100%;
   display: flex;
   align-items: center;
   text-align: right;
}
.social-footer ul {
  margin: 0px;  
  padding: 0px;  
  list-style: none;
}
.social-footer ul li {
  margin: 0px 3px 0px 0px;   
  display: inline-block;
}
.social-footer ul li a i {
  width: 25px;
  height: 25px;
  color: #fff;
  background: #145892;
  border-radius: 2px;
  line-height: 25px;
  transition: all linear 0.5s;
  text-align: center;
}
.news-footer {
  margin: 0px;
}
.fot-bot {
  margin-top: 30px;
  padding: 30px 0px 30px;
  border-top: 1px solid #34495e;
  border-bottom: 1px solid #34495e;
}
.contact-social h6 {
  margin: 0px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 0px 0px 10px;
  text-transform: capitalize;
  font-family: 'Oswald', sans-serif;
}
.footer-icon {
  transition: all .5s;
  display: inline-block;
}
.footer-icon i {
  color: #145892;
  font-size: 46px;
}
.footer-info {
    width: 100%;
    float: left;
    padding: 0px;
}
.footer-info h6 {
  margin: 0px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 10px 0px 10px;
  text-transform: capitalize;
  font-family: 'Oswald', sans-serif;
}
.footer-info p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}
.footer-info p a {
    text-decoration: none;
    color: #fff;
}
#footer-btm {
  width: 100%;
  float: left;
  padding: 20px 0px;
  background: #145892;
}
.footer-btm-txt p {
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

/**bottom-to-top**/
.cd-top {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    position: fixed;
    bottom: 90px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #145892 url("../images/index.png") no-repeat center 50%;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s; 
    z-index:1;
  }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
  }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .9;
  }
  .no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
  }

/**css-end**/

/**menu-css**/

.main-menus {
  margin: 0px;
  padding: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}

div#overlay { display: none; }

a#toggle {
  position:absolute;
  top: -5px;
  right:20px;
  width: 35px;
  height: 35px;
  background-color:#000;
  text-align: center;
  color: white;
  display: none;
  transition: all ease-out 0.3s;
}

a#toggle i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

main#content { padding: 10px; }

#menu {
  transition: all ease-out 0.3s;
}

#menu a {text-decoration: none;}

#menu ul {
  margin: 0px;
  padding: 0px;
}

#menu ul li {
  display: inline-block;
  position: relative;
}

#menu ul li > a {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #111111;
  margin: 0px;
  padding: 5px 15px;
  text-transform: uppercase;
  transition: all linear 0.5s;
  border-right: 1px solid #e3e3e3;
}

#menu ul li > a:hover {color:#145892;
}

#menu ul li:first-child > a{
  padding-left: 0px;
}
#menu ul li:last-child > a{
    padding-right: 0px;
    border: none;
}

#menu ul li > a > i {
  transition: all ease-out 0.3s; display: none;
  -webkit-transition: all ease-out 0.1s;
}

#menu ul li ul {
  display: none;
  position: absolute;
  top:35px;
  width: 250px;
  background: #f7f7f7;
  text-align: left;
  z-index: 5;
  overflow: hidden;
  border-top: 2px solid #145892;
}

#menu ul li ul li { display: block; border-bottom: 1px solid #e3e3e3;}

#menu ul li ul li:first-child a { padding-left: 10px;}

#menu ul li ul li:last-child{border-bottom: none;}

#menu ul li ul li a {
    display: block;
    text-transform: uppercase;
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    padding:10px; 
    border: none;
}

#menu ul li:hover ul { display: block; }
@media screen and (max-width: 767px) {

a#toggle { display: block; }

main#content {
  margin-top: 65px;
  transition: all ease-out 0.3s;
}
#menu{
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    padding: 0px 25px;
    right: 0;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    background-color:#145892;
    transform: translateX(270px);
    z-index: 10;
}
#menu ul {
  text-align: left;
  background-color: transparent;
  padding-top: 110px;
}
#menu ul li ul{
  padding-top:0px;
}

#menu ul li { display: block; }

#menu ul li a { display: block; color:#fff; padding:15px 10px; border-right: none;}

#menu ul li a > i { float: right; }

#menu ul li ul {
  display: none;
  position: static;
  width: 100%;
  background-color: #145892;
}

#menu ul li ul li { border-bottom: none}

#menu ul li ul li a {
  color: #fff;
}

#menu ul li ul li > a:hover {color:#fff;
}

#menu ul li:hover > ul { display: none; }

#menu ul li:hover > a > i { transform: rotateZ(0); }

#menu ul li.open > a { background-color: rgba(0, 0, 0, 0.3); }

#menu ul li.open > a > i { transform: rotateZ(90deg); }

#menu ul li.open > ul { display: block; }

div#overlay {
  display: block;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
}

html.open-menu { overflow: hidden; }

html.open-menu div#overlay {
  visibility: visible;
  opacity: 1;
  width: calc(-150%);
  left: 250px;
}

html.open-menu a#toggle,
 html.open-menu main#content { transform: translateX(-250px); }

html.open-menu nav#menu {
  z-index: 3;
  transform: translateX(0);
}
}

/**menu-end**/

/**flexslider-start**/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
***/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('/fonts/flexslider-icon.eot');
	src:url('/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('/fonts/flexslider-icon.woff') format('woff'),
		url('/fonts/flexslider-icon.ttf') format('truetype'),
		url('/fonts/flexslider-icon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
***/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;
    position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
***/
.flexslider { margin: 0px;  position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; /*opacity: 0;*/ cursor: pointer; color: rgba(0,0,0,0.8); display: none; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); /*-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;*/ }
.flex-direction-nav .flex-prev { /*left: -50px;*/ }
.flex-direction-nav .flex-next { /*right: -50px;*/  position:absolute; right:0px;  }
/*.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;  }*/
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:30px; text-align: center; z-index:99;}
.flex-control-nav li {margin: 0 6px; display:none; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
/**end-slider**/
