@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

header {
  width: 100%;
  float: left;
  position:relative;
  background:white;
}
p {
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: justify;
  line-height: 28px;
}

h1 {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

h1:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 8%;
  transform: translateX(-50%);
  width: 15%;
  border-top: 3px solid #02075d !important;
  z-index: 30000 !important;
}

.logo {
  float: left;
  font-size: 32px;
  color: #3d3e3e;
  font-weight: 600;
  padding: 10px 0px;
}

.logo a {
  text-decoration: none;
  color: #3d3e3e;
}

.top_header_right_content {
  float: right;
  text-align: right;
  margin-top: 19px;
  margin-right:110px;
}

.top_header_right_content ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.top_header_right_content ul li {
  display: inline-block;
  list-style: none;
  margin-right: 46px;
}

.top_header_right_content ul li:last-child {
  margin-right: 0px;
}

.top_header_right_content ul li i {
  float: left;
  color: #02075d;
  margin-right: 8px;
  margin-top: 1px;
  height: 15px;
}

.top_header_right_content ul li h2 {
  text-align: left;
 font-weight:normal;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  float: left;
}

.top_header_right_content ul li h2 a{text-decoration:none;color:#000;}

.top_header_right_content ul li h2 font {
  font-size: 13px;
   font-weight: 600;
}

.top_header_menu {
  width: 100%;
  float: left;
  background: #02075d;
  text-align: left;
  margin-top: 10px;
}

.menu_content {
  width: 100%;
  float: left;
}

nav {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}

nav ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}

nav>ul>li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}

nav>ul>li>i {
  color: #fff;
  margin-left: 10px;
}

nav ul li:last-child {
  margin-right: 0px;
  border-right: none;
  padding-right: 0px;
}

nav>ul>li>a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  padding: 15px 0px;
}

nav ul li a.active {
  color: #ff0000;
}

nav ul li:last-child:after {
  content: '';
  position: absolute;
  top: 37%;
  right: 0px;
  transform: translateX(-50%);
  width: 2px;
  display: none;
  height: 15px;
  background: #fff !important;
  z-index: 30000 !important;
}

nav>ul>li:after {
  content: '';
  position: absolute;
  top: 37%;
  right: 0px;
  transform: translateX(-50%);
  width: 2px;
  height: 15px;
  background: #fff !important;
  z-index: 30000 !important;
}

nav ul li a:hover {
  color: #ff0000;
  text-decoration: none;
}

@media only screen and (min-width:981px) {
  li.sub_main {
    position: relative;
  }
  li.sub_main>ul.sub_child {
    position: absolute;
    left: 0px;
    top: 54px;
    z-index: 9999999999999;
    max-height: 0;
    overflow: none;
    transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform-origin: 50% 0;
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform-origin: 50% 0;
    transition: 350ms;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    width: 190px;
  }
  li.sub_main:hover>ul.sub_child {
    max-height: 10000px;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
  }
  ul.sub_child>li {
    width: 100%;
    display: inline-block;
    color: #000;
    cursor: pointer;
    background: #02075d !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    border-bottom: none;
  }
  ul.sub_child>li:last-child {
    border: none;
    color: #FFF !important;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  ul.sub_child>li>a {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 13px;
    display: inline-block;
    text-align: left;
    color: #fff !important;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
  }
  ul.sub_child>li>a i {
    float: right;
    margin: 3px 10px 0px 0px;
    font-size: 19px;
  }
  ul.sub_child>li>a:hover {
    color: #fff !important;
    background: #111675;
    text-decoration: none;
  }
}

.mean-container b {
  color: #fdfdf8;
  float: left;
  padding: 15px 13px 11px;
}

section.banner_part {
  width: 100%;
  float: left;
  position: relative;
}

.banner_part img {
  width: 100%;
}

.lop {
  width: 100%;
  float: left;
  position: relative;
}

.lop_content {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0px;
  height: 100%;
}

#carousel .carousel-item.boat {
  background-image: url("https://picsum.photos/1200/600/?image=1083");
}

#carousel .carousel-item.sea {
  background-image: url("https://picsum.photos/1200/600/?image=1050");
}

#carousel .carousel-item.river {
  background-image: url("https://picsum.photos/1200/600/?image=1015");
}

#carousel .carousel-item {
  width: 100%;
  background: no-repeat center center scroll;
  background-size: cover;
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
  margin-top: 9%;
  padding: 0px;
  color: white;
  animation-duration: 1s;
  animation-delay: 1.1s;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 1.1s;
  font-size: 75px;
  margin-top: -3%;
  font-style: italic;
}

#carousel .caption h2 font {
  color: #ff0000;
}


/*#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}*/


/* Button */

.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #1c8314;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #40ba37;
}

.delicious-btn.active,
.delicious-btn:hover,
.delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1c8314;
  border-color: #40ba37;
}

section.middle_part {
  width: 100%;
  float: left;
  padding: 60px 0px 0px 0px;
}

.specilized_content {
  width: 100%;
  float: left;
}

.specilized_content figure {
  width: 95%;
  float: left;
}

.specilized_content figure img {
  width: 100%;
}

.specilized_content p {
  color: #6f6f6f;
}

.specilized_content a {
  padding: 10px 15px 13px;
  background: #00b3ff;
  float: left;
  margin-right: 4px;
  color: #fff;
  margin-top: 5px;
  text-decoration: none;
  font-size: 15px;
}

.specilized_content a:last-child {
  background: #004274;
}

.specilized_content a:hover {
  text-decoration: none;
  color: #ccc;
}

.our_treatments {
  width: 100%;
  float: left;
  margin-top: 60px;
  background: url(https://drdilveerbrar.com/img/treatments-bg.png) no-repeat 50% 0%;
}

.our_treatments h2 {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  padding-top: 30px;
}

.our_treatments h2 font {
  color: #02075d;
}

.our_treatments p {
  text-align: center;
  font-size: 20px;
  color: #606060;
  margin-top: 15px;
  margin-bottom: 40px;
}

.orthopaedics_content {
  width: 100%;
  float: left;
}

.orthopaedics_content figure {
  float: left;
  width:68px;
margin-bottom: 0px;
  margin-top:19px;
}

.orthopaedics_content figure img {
  width: 100%;
   height:68px;
   border:#ccc solid 1px;
}

.orthopaedics_content h5 {
  width: 77%;
  float: right;
  font-size: 15px;
  color: #ff0000;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-top: 20px;
}

.orthopaedics_content p {
  width: 77%;
  float: right;
  font-size: 13px;
  color: #000;
  text-align: left !important;
  line-height: 24px;
  margin-bottom: 40px;
}

.book_your_visit {
  width: 100%;
  float: left;
  background: #dbddff;
  padding: 30px;
  text-align: center;
}

.book_your_visit h3 {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #ff0000;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  text-align: left;
}

.book_your_visit h3:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 9%;
  transform: translateX(-50%);
  width: 17%;
  border-top: 2px solid #02075d !important;
  z-index: 30000 !important;
}

.book_your_visit span {
  width: 100%;
  float: left;
  position: relative;
}

.book_your_visit p {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
}

.book_your_name {
  height: 35px;
  margin-bottom: 8px;
  font-size: 12px;
}

.book_your_visit button {
  width: 202px;
  display: inline-block;
  background: #02075d;
  height: 39px;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-top: 15px;
}

.book_your_visit button:hover {
  color: #ccc;
}

.book_your_visit button:focus {
  outline: none;
}

section.meet_you_doctor {
  width: 100%;
  float: left;
  background: url(https://drdilveerbrar.com/img/doc-animateimage-light.webp) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 120px 0px;
}

.meet_you_doctor figure {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  position: relative;
}

.meet_you_doctor figure img {
  width: 100%;
}

.meet_you_doctor h2 {
  float: left;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  position:relative;
  animation: mymovesssss 3s;
  	animation-fill-mode: forwards;
    }
    @keyframes mymovesssss {
  	from {left: 100%;}
  	to {left: 0%;}
	}

.meet_you_doctor a {
  width: 119px;
  float: left;
  border: 1px solid white;
  padding: 8px 10px;
  margin-right: 10px;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight:800;
  text-decoration: none;
  margin-top: 0px;
  border-radius: 5px;
  position:relative;
	animation: mymovessss 3s;
  	animation-fill-mode: forwards;
    }
    @keyframes mymovessss {
  	from {left: 100%;}
  	to {left: 0%;}
	}
.meet_you_doctor a:hover {
  text-decoration: none;
}

.meet_you_doctor a i {
  margin-right: 5px;
}

.color_bg {
  background: #356da8 !important;
}

.color_red {
  background: #d6365c !important;
}

section.patient_content {
  width: 100%;
  float: left;
  padding: 50px 0px;
}

.patient_content h2 {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.patient_content h2 font {
  color: #ff0000;
}

.patient_content figure {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 0px;
}

section.why_choose_us_content {
  width: 100%;
  float: left;
  padding: 0px 0px;
  background: url(https://drdilveerbrar.com/img/bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 70px;
}

.why_choose_us_content h2 {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.why_choose_us_content h2:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 6%;
  transform: translateX(-50%);
  width: 12%;
  border-top: 3px solid #000 !important;
  z-index: 30000 !important;
}

.why_choose_us_content ul {
  width: 100%;
  float: left;
  margin: 20px 0px 0px 18px;
  padding: 0px;
}

.why_choose_us_content ul li {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

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

.why_choose_us_content figure {
  width: 100%;
  float: left;
  margin-bottom: 0px;
}

.why_choose_us_content figure img {
  width: 100%;
}

/*section.testimonial {
  width: 100%;
  float: left;
  background: url(https://drdilveerbrar.com/img/testimonial-bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0px 80px;
  text-align: center;
}

.testimonial_content {
  width: 100%;
  float: left;
}

.testimonial_content figure {
  width: 90px;
  display: inline-block;
}

.testimonial_content figure img {
  width: 100%;
  height: 90px;
}

.testimonial_content p {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.testimonial_content p span {
  margin: 0px 10px;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}

.testimonial_heading {
  width: 100%;
  float: left;
}

.testimonial_content h5 {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 50%;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  background: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: #fff solid 1px;
  color: #fff;
  text-align: center;
  opacity: .9;
  transition: opacity .15s ease;
}

.carousel-control-prev-icon {
  background-image: none;
}

.carousel-control-next-icon {
  background-image: none;
}

.carousel-control-next {
  right: 0;
  background: url(https://drdilveerbrar.com/img/next.png) no-repeat 17px 13px;
}

.carousel-control-next:hover {
  background: url(https://drdilveerbrar.com/img/next.png) no-repeat 17px 13px #ccc;
}

.carousel-control-prev {
  left: 0;
  background: url(https://drdilveerbrar.com/img/prv.png) no-repeat 17px 13px;
}

.carousel-control-prev:hover {
  background: url(https://drdilveerbrar.com/img/prv.png) no-repeat 17px 13px #ccc;
}

.carousel_padding {
  padding: 0px 80px;
}
*/
footer {
  width: 100%;
  float: left;
  background: #141714;
  padding: 0px 0px 0px;
}

.footer_heading_content {
  width: 100%;
  float: left;
}

.footer_heading_content h2 {
  width: 100%;
  float: left;
  margin-top: 54px;
  margin-bottom: 9px;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.footer_heading_content p {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  color: #808080;
  font-style: italic;
  line-height: 20px;
  font-weight: 500;
}

.footer_heading_content a {
  background: #55b6c7;
  padding: 9px 27px 9px;
  color: #fff;
  float: left;
  margin-top: 40px;
  border-radius: 39px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

.footer_heading_content a:hover {
  color: #000;
  text-decoration: none;
}

.quick_links {
  width: 100%;
  float: left;
}

.quick_links h2 {
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 22px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  text-transform: capitalize;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 15px;
}

.quick_links h2:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 6%;
  transform: translateX(-50%);
  width: 12%;
  border-top: 3px solid #55b6c7 !important;
  z-index: 30000 !important;
}

.quick_links a {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #808080;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-decoration: none;
}

.quick_links a:hover {
  color: #ccc;
}

.quick_links p {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #808080;
}

.footer_social_links {
  width: 100%;
  float: left;
}

.footer_social_links a {
  width: 33px;
  height: 33px;
  float: left;
  border: #808080 solid 1px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #808080;
  line-height: 31px;
}

.footer_social_links a:hover {
  background: #ccc;
}

.padding_left {
  padding-left: 60px;
}

.copy_right {
  width: 100%;
  float: left;
  background: #000;
  padding: 20px 0px;
  margin-top:0px;
}

.copy_right p {
  float: left;
  margin-bottom: 0px;
  font-size: 14px;
  color: #808080;
  width: auto !important;
}

.copy_right span {
  float: right;
  margin-bottom: 0px;
  font-size: 14px;
  color: #808080;
}

.copy_right span a {
  text-decoration: none;
  color: #808080;
}

.copy_right span a:hover{color:#fff;}

section.breadcrumbs_content {
  width: 100%;
  float: left;
  position: relative;
}

.breadcrumbs_content img {
  width: 100%;
}

.breadcrumbs_heading {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  background-color: rgba(22, 21, 21, 0.4);
}

.breadcrumbs_heading_content {
  width: 100%;
  float: left;
  position: relative;
  z-index: 9999;
  text-align: right;
}

.breadcrumbs_heading_content h1 {
  width: 100%;
  float: left;
  font-size:21px;
  color: #fff !important;
  text-align: left;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto !important;
  text-transform: uppercase;
}

.breadcrumbs_heading_content h1:after {
  display: none !important;
}

.breadcrumbs_heading_content ul {
  float: right;
  margin: 2px 0px 0px 0px;
  padding: 0px;
}

.breadcrumbs_heading_content ul li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.breadcrumbs_heading_content ul li:last-child {
  margin-right: 0px;
}

.breadcrumbs_heading_content ul li a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.breadcrumbs_heading_content ul li a:hover {
  text-decoration: none;
  color: #ccc;
}

section.mid_orthopaedics {
  width: 100%;
  float: left;
  padding: 40px 0px;
}

.mid_orthopaedics_content {
  width: 100%;
  float: left;
  text-align: center;
}

.mid_orthopaedics_content p {
  text-align: center;
  color: #6b6b6b;
  font-size: 18px;
  display: inline-block !important;
  width: 90%;
  float: none;
}

.joint_replacement {
  width: 100%;
  float: left;
  height: 184px;
  border-radius: 147px;
  margin-top: 20px;
  background: rgba(3, 8, 95, 1);
  background: -moz-linear-gradient(left, rgba(3, 8, 95, 1) 0%, rgba(88, 81, 219, 1) 19%, rgba(2, 8, 94, 1) 38%, rgba(88, 81, 219, 1) 58%, rgba(3, 8, 96, 1) 80%, rgba(87, 80, 217, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(3, 8, 95, 1)), color-stop(19%, rgba(88, 81, 219, 1)), color-stop(38%, rgba(2, 8, 94, 1)), color-stop(58%, rgba(88, 81, 219, 1)), color-stop(80%, rgba(3, 8, 96, 1)), color-stop(100%, rgba(87, 80, 217, 1)));
  background: -webkit-linear-gradient(left, rgba(3, 8, 95, 1) 0%, rgba(88, 81, 219, 1) 19%, rgba(2, 8, 94, 1) 38%, rgba(88, 81, 219, 1) 58%, rgba(3, 8, 96, 1) 80%, rgba(87, 80, 217, 1) 100%);
  background: -o-linear-gradient(left, rgba(3, 8, 95, 1) 0%, rgba(88, 81, 219, 1) 19%, rgba(2, 8, 94, 1) 38%, rgba(88, 81, 219, 1) 58%, rgba(3, 8, 96, 1) 80%, rgba(87, 80, 217, 1) 100%);
  background: -ms-linear-gradient(left, rgba(3, 8, 95, 1) 0%, rgba(88, 81, 219, 1) 19%, rgba(2, 8, 94, 1) 38%, rgba(88, 81, 219, 1) 58%, rgba(3, 8, 96, 1) 80%, rgba(87, 80, 217, 1) 100%);
  background: linear-gradient(to right, rgba(3, 8, 95, 1) 0%, rgba(88, 81, 219, 1) 19%, rgba(2, 8, 94, 1) 38%, rgba(88, 81, 219, 1) 58%, rgba(3, 8, 96, 1) 80%, rgba(87, 80, 217, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03085f', endColorstr='#5750d9', GradientType=1);
  box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.75);
}

.joint_replacement p {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 18px;
  margin-top: 0px;
}

.joint_replacement h2 {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 18px;
  margin-top: 45px;
  font-weight: bold;
  font-size: 36px;
}

.orthopaedics_joint_replacement {
  width: 100%;
  float: left;
  margin-top: 40px;
  text-align: right;
}

.orthopaedics_joint_replacement figure {
  display: inline-block;
  background: #000;
  margin-top: -171px;
  margin-left: 100px;
}

.orthopaedics_joint_replacement figure img {
  width: 100%;
}

.book_visit {
  width: 100%;
  float: left;
  text-align: left;
  padding-left: 118px;
}

.book_visit p {
  margin-bottom: 4px;
}

.book_visit h2 {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
}

.book_visit_list {
  width: 100%;
  float: left;
  text-align: left;
  padding-left: 118px;
}

.book_visit_list ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.book_visit_list ul li {
  width: 100%;
  float: left;
  list-style: none;
  border-bottom: #ccc solid 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

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

.book_visit_list ul li h3 {
  float: left;
  margin-top: 6px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: 111px;
}

.book_visit_list ul li p {
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  width: auto;
  margin-left: 10px;
}

.book_visit_list ul li a {
  float: right;
  width: 76px;
  background: #f36438;
  height: 22px;
  color: #fff;
  padding-left: 10px;
  text-decoration: none;
  margin-top: 3px;
}

.book_visit_list ul li a span {
  width: 25px;
  height: 22px;
  background: #da5a32;
  float: right;
  text-align: center;
}

.book_visit_list ul li a span i {
  font-size: 12px;
}

.book_visit_list ul li a:hover {
  text-decoration: none;
}

.physician_content {
  width: 100%;
  float: left;
  text-align: left;
}

.physician_content h2 {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 15px;
  border-bottom: #ccc solid 1px;
  border-top: #ccc solid 1px;
  font-size: 17px;
  padding: 10px 0px;
  color: #444444;
  font-weight:bold;
  line-height: 26px;
}

section.dilveer_clinic {
  width: 100%;
  float: left;
  background: #006bff;
  padding: 30px 0px 50px;
}

.dilveer_clinic h2 {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 30px;
  padding: 15px 18px;
  color: #fff;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
}

.timer_content_list {
  width: 100%;
  float: left;
}

.interiors {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  border-right: #e1e1e1 solid 1px;
}

.statistics_content {
  width: 100%;
  float: left;
  text-align: center;
}

.counter_content {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 37px;
  color: #fff;
  font-weight: bold;
}

#counter {
  width: 100%;
  float: left;
  text-align: center;
}

#counter span {
  width: 100%;
  margin-right: 0px;
  float: left;
  font-weight: 500;
}

.statistics_content p {
  width: 100%;
  float: left;
  font-size: 17px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: center;
}

.statistics_content figure {
  width: 100%;
  float: left;
  text-align: center;
}

section.officialcv_content {
  width: 100%;
  float: left;
  padding: 60px 0px 70px;
}

.officialcv_heading_content {
  width: 100%;
  float: left;
}

.officialcv_heading_content p {
  color: #9c9b9b;
  font-size: 18px;
  text-decoration: none;
  float: left;
  margin-bottom: 5px;
}

.officialcv_heading_content h3 {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 38px;
  color: #444444;
  padding-top: 10px;
  position: relative;
  font-weight: bold;
}

.officialcv_heading_content h3:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 32px;
  transform: translateX(-50%);
  width: 60px;
  border-top: 2px solid #02075d !important;
  z-index: 30000 !important;
}

.officialcv_heading_content a{float:left;padding:10px 30px;background:#02075d;font-size:14px;color:#fff;border-radius:5px;width:202px;text-align:center;text-decoration:none;}

.officialcv_heading_content a i{margin-right:5px;}

.officialcv_heading_content a:hover{color:#ccc;text-decoration:none;}

.officialcv_taber {
  width: 100%;
  float: left;
}


/* Style the tab */

.tab {
  overflow: hidden;
  background-color: none !important;
}


/* Style the buttons inside the tab */

.tab button {
  background-color: #fff;
  float: left;
  border: #b4b4b4 solid 2px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  margin-right: 30px;
  outline: none;
  cursor: pointer;
  padding: 10px 0px;
  transition: 0.3s;
  font-size: 17px;
  color: #000;
  position: relative;
  z-index: 9999;
}


/* Change background color of buttons on hover */

.tab button:hover {
  color: #ccc;
}


/* Create an active/current tablink class */

.tab button.active {
  border: #02075d solid 2px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}


/* Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 0px;
  border: 2px solid #e5e5e5;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  float: left;
  border-bottom: none;
  border-left: none;
  border-right: none;
  width: 100%;
  margin-top: -2px;
}


/* Style the close button */

.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {
  color: red;
}


/* Fade in tabs */

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.work_experience {
  width: 100%;
  float: left;
}

.work_experience ul {
  width: 100%;
  float: left;
  margin: 15px 0px 0px 18px;
  padding: 0px;
}

.work_experience ul li {
  width: 100%;
  float: left;
  margin-bottom:15px;
  font-size: 18px;
  color: #444444;
}

.get_appointment {
  width: 100%;
  float: left;
  text-align: left;
}

.get_appointment figure {
  display: inline-block;
  background: #fff;
}

.get_appointment figure img {
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.65);
  -moz-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.65);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.65);
  padding: 5px;
  border-radius: 5px;
}

.get_appointment p {
  display: inline-block;
  width: 74%;
  text-align: center;
  color: #777777;
}

.get_appointment_right_content {
  width: 100%;
  float: left;
  border: #ccc solid 1px;
  padding: 20px;
  background: #f3f3f3;
}

.get_appointment_right_content h2 {
  width: 100%;
  float: left;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}

.get_appointment_right_content span {
  width: 100%;
  float: left;
  position: relative;
}

.get_appointment_name {
  width: 100%;
  float: left;
  height: 36px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}

.get_appointment_date {
  width: 100%;
  float: left;
  height: 36px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
  background: url(https://drdilveerbrar.com/img/datetimepickerbg.png) no-repeat 100% 0%;
}

.get_appointment_right_content p {
  width: 100%;
  float: left;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0px;
}

.get_appointment_right_content p i {
  font-size: 13px;
  margin-right: 4px;
}

.get_appointment_message {
  width: 100%;
  float: left;
  height: 36px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.captcha_code {
  width: 100%;
  float: left;
  text-align: center;
  padding-left: 50px;
}

.captcha_code button {
  background: #02075d;
  border: none;
  float: left;
  width: 104px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 143px;
  margin-bottom: 20px;
}

.captcha_code button:focus {
  outline: none;
}

.captcha_code button:hover {
  color:#ccc;
}

.captcha_code span {
  width: 186px;
  height: 33px;
  border: #ccc solid 1px;
  line-height: 30px;
  float: left;
  margin-right: 15px;
  font-size: 12px;
  font-weight: bold;
}

.captcha_name {
  width: 186px;
  height: 33px;
  border-radius: 0px;
  float: left;
  font-size: 12px;
  font-weight: bold;
}

.testimonial_word_mouth {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.testimonial_word_mouth figure {
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
}

.testimonial_word_mouth figure img {
  width: 100%;
}

.testimonial_word_mouth h3 {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.replacement_content {
  width: 100%;
  float: left;
  background: #000;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ebebeb;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .9;
  transition: opacity .6s ease;
}

.carousel-indicators .active {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #02075d;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .9;
  transition: opacity .6s ease;
}

.Wear_Performance_content {
  width: 100%;
  float: left;
  margin-top: 60px;
}

.Wear_Performance_content h2 {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  position: relative;
  font-weight: bold;
  color: #333333;
  padding-bottom: 8px;
}

.Wear_Performance_content h2:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 32px;
  transform: translateX(-50%);
  width: 60px;
  border-top: 4px solid #02075d !important;
  z-index: 30000 !important;
}

.Wear_Performance_content h3 {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  font-weight: bold;
  color: #333333;
  padding-bottom: 8px;
}

.Wear_Performance_content h3:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 32px;
  transform: translateX(-50%);
  width: 60px;
  border-top: 4px solid #05b4ff !important;
  z-index: 30000 !important;
}

.Wear_Performance_content ul {
  width:96%;
  float: left;
  margin: 0px 0px 0px 17px;
  padding: 0px;
}

.Wear_Performance_content ul li {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #777777;
  margin-bottom: 8px;
}

.Wear_Performance_content p {
  color: #777777;
}

.Wear_Performance_content figure {
  width: 100%;
  float: left;
  margin-top: 30px;
}

section.page_content {
  width: 100%;
  float: left;
  padding: 100px 0px;
  background: #252976;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page_content h2 {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20vw;
  color: #fff;
  text-align: center;
}

.page_content p {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2vw;
  text-align: center;
  color: #fff;
}

.contact_content {
  width: 100%;
  float: left;
  text-align: center;
}

.contact_content figure {
  width: 145px;
  height: 145px;
  display: inline-block;
  text-align: center;
  background: #02075d;
  padding-top: 50px;
  border-radius: 50%;
}

.contact_content h2 {
  color: #1c1d1e;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.contact_content h2:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  border-top: 3px solid #02075d !important;
  z-index: 30000 !important;
}

.contact_content p {
  width: 100%;
  text-align: center !important;
}

.contact_content p a{color:#000;text-decoration:none;}

.contact_content_form {
  width: 100%;
  float: left;
  margin-top: 30px;
  text-align: center;
}

.contact_content_form p {
  width: 100%;
  text-align: center !important;
}

.contact_content_form h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

.contact_content_form span {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 1rem;
}

.error_message {
  position: absolute;
  top: 9px;
  right: 12px;
  color: #ff0000;
  font-size: 12px;
}

.error_message i {
  font-size: 10px;
  margin-left: 5px;
}

.contact_message {
  width: 100%;
  height: 118px !important;
  border: #e0e0e8 solid 1px;
  font-size: 12px;
  margin-bottom: 5px;
}

.captcha_code_number {
  width: 128px;
  border-radius: 0px;
  background: #02075d;
  text-align: center;
  color: #fff;
  display: block;
  border: none;
  font-weight: 600;
  padding-top: 8px;
}

.contact_content_form button {
  width: 156px;
  background: #02075d;
  height: 46px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 30px;
  font-weight: 500;
  display: inline-block;
}

.contact_content_form button:focus {
  outline: none;
}

.contact_content_form button:hover {
  color: #ccc;
}

.gallery_content {
  width: 100%;
  float: left;
}

.gallery_content a {
  text-decoration: none;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.gallery_content img {
  width: 100%;
}

.gallery_content figure {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

section.contact_map {
  width: 100%;
  float: left;
}

.footer_links{float:left;margin-left:18%;margin-top:7px;}

.footer_links ul{width:100%;float:left;margin:0px;padding:0px;}

.footer_links ul li{float:left;list-style:none;margin-right:10px;border-right:#808080 solid 1px;padding-right:10px;line-height:12px;}

.footer_links ul li:last-child{margin-right:0px;padding-right:0px;border-right:none;}

.footer_links ul li a{float:left;font-size:14px;color:#808080;}

.footer_links ul li a:hover{text-decoration:none;color:#fff;}

.media_gallery{width:100%;float:left;position:relative;height:350px;border:#ccc solid 1px;margin-bottom:30px;}

.pic1 {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    padding:10px;
    right: 0;
    max-width:100%;
    max-height: 100%;
}

.top_right_pic{float:right;width:88px;position:absolute;top:0px;right:0px;z-index:99999;}

.top_right_pic img{width:70%;}

section.testimonials{width:100%;float:left;padding:40px 0px;}

.testimonials h2{width:100%;float:left;text-align:center;font-size:30px;color:#ff0000;font-weight:bold;margin-bottom:30px;}

.testimonials_content{width:100%;float:left;border:#ccc solid 1px;padding:30px 60px;margin-bottom:20px;min-height:229px;}

.testimonials_content p{width:100%;float:left;font-size:14px;color:#000;margin-bottom:0px;position:relative;text-align:left;}

.testimonials_content p span{padding:0px 5px;font-size:19px;position:absolute;top:0px;left:-30px;}

.testimonials_content h3{width:100%;float:left;text-align:right;font-size:15px;font-weight:bold;text-transform: capitalize;}