/*
  Theme Name: Surgecare - Surgery HTML Template
  Theme URL: https://mediacity.co.in/surgecare
  Author: Media City
  Author URI: https://mediacity.co.in
  Creation Date: 1 August 2018
  Description: A default stylesheet for Surgecare - Surgery HTML Template
  Version: 1.0
*/

/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Preloader
04. Top Bar
05. Logo Block
06. Nav Bar
07. Home Slider
08. Support Section
09. About
10. Video Section
11. Service
12. Gallery
13. Testimonial
14. Doctor Section
15. Appointment
16. Blog Section
17. Footer
18. Service Page
19. Department Style 2
20. Department Detail Page
21. Call Page
22. Appointment Page
23. Faq's
24. Career
25. 404 Page / 403 Page
26. Comming Soon Page
27. Under Construction Page
28. Portfolio Col-3
29. Portfolio Col-3 Full Width
30. Portfolio Col-4
31. Portfolio Col-4 Full-width
32. Portfolio Masonry Page
33. Doctor Details
34. Blog Page
35. Blog Detail Page
36. Pagination
37. Contact Style 1
38. Map
39. Contact Style 3

/* =============== Colors Used =====================

  Dark Blue       : #233344; 
  Blue            : #89CDDF;

 ===================================================*/

/* ================================= */
		/*===== Typography =====*/
/* ================================= */
body {  
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Raleway', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 500;
  color: #444;
  margin-bottom: 20px;
}
h1 {
  font-size: 80px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 17px;
}
a {  
  color: #666 ;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, 
a:focus {
  color: #89CDDF ;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
p {
  margin-bottom: 10px;
}
blockquote {  
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}





/* ================================= */
    /*===== General =====*/
/* ================================= */
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.btn-primary {
  background-color: #89CDDF;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  padding: 20px 26px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-primary:hover {
  background: #233344;
}
.btn-primary:active {
  background: #233344;
}
.form-control:focus {
  border: solid 1px #E8E8E8;   
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control {
  border-radius: 0;
}
.owl-carousel .owl-nav button.owl-prev  {
  left: 15px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 15px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev { 
  color: #AAA;
  font-size: 30px;
  position:absolute; 
  top: 50%;
  transform: translate(0, -50%);
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: 2px solid #EEE;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  border-radius: 100%; 
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {  
  background-color: #EEE;
}
.owl-dots {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #FFF;
  background: transparent;
  margin-right: 5px;
  display: inline-block; 
}
.owl-dot.active {
  border: 1px solid #0891FF;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {   
  background: rgba(255,255,255,0.3);
  border: 1px rgba(255,255,255,0.3);
}
.owl-carousel button.owl-dot.active {    
  background: #89CDDF;
  border: 1px solid #89CDDF;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl; 
  margin-bottom: 10px;
  display: inline-block;
}
.rating input {
  position: absolute;
  left: -999999px;
}
.rating label {
  display: inline-block;
  font-size: 0;
}
.rating > label:before {
  position: relative;
  font: 16px/1 FontAwesome;
  display: block;
  content: "\f005";
  color: #B6C1C7;
  background: -webkit-linear-gradient(-45deg, #B6C1C7 0%, #B6C1C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
  color: #FCB551;
  background: -webkit-linear-gradient(-45deg, #FCB551 0%, #D69A45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h-center {
	margin: 0 auto;
	left: 0;
	right: 0;
}
.v-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.light-grey-bg {
  background-color: #F7FAFB;
}
.block-border {
  border-top: 1px solid #FAFAFA;
  border-bottom: 1px solid #FAFAFA;
}
.border-divider {
  border-top: 2px solid #FAFAFA;
  opacity: 0.5;
  margin: 30px 0;
}
.section {
  margin-bottom: 68px;
  line-height: 1.13;
  position: relative;
  color: #444;
}
.section-title,
.section-title a {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.section-title:after {
  content: "";
  position: absolute;  
  bottom: 0;
  width: 60px;
  height: 4px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-top: 1px dashed #89CDDF;
  border-bottom: 1px dashed #89CDDF;  
}
.section p {
  line-height: 1.69;
  width: auto;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
button:focus {
  outline: 0 dotted;
  outline: 0 auto -webkit-focus-ring-color; 
}
.view-more-btn {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.view-more-btn:hover {  
  color: #89CDDF;
}
.breadcrumb { 
  position: absolute;
  background-color: transparent;
  padding: 8px 0;
}
.breadcrumb li a,
.breadcrumb li {
  font-size: 14px;
  color: #C4C4C4;
}
.breadcrumb li a:hover {  
  color: #89CDDF;
}
.breadcrumb li.active {
  color: #89CDDF;
}
.page-banner-main {
  width: 100%;
  height: 300px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;  
  position: relative;    
}
.page-banner-main .page-banner-block {
  padding: 22px 150px 57px 29px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);  
}
.page-banner-block .section-title:after {
  margin: 0;
}
.page-banner-block .section {
  margin-bottom: 0;
}
.page-banner-block .breadcrumb li+li:before {
  padding: 0 10px;
  color: #C4C4C4;
  content: "/";
}
.page-banner-block .section-title {
  color: #FFF;
}
textarea {
  border-color: #CED4DA;
}
textarea:focus {
  border-color: #E8E8E8;
  outline: -webkit-focus-ring-color auto 0;
}
@media (max-width: 767px) { 
  .section p { 
    width: 90%;  
  }
}

/* ================================= */
    /*===== Preloader =====*/
/* ================================= */
.preloader { 
  background: #14212F;
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999;
}
.status,
.status-message {   
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
  right: 0;  
  background-position: center;
  background-repeat: no-repeat;     
}
.status-message {
  padding-top: 30%;
}

/* ================================= */
    /*===== Top Bar =====*/
/* ================================= */
.top-bar-main-block {
  height: 50px;
  background-color: #CCB46E;
  padding: 12px 0 10px;
}
.top-info ul li {
  display: inline-block;
}
.top-info li i {
  font-weight: 500;
  padding-right: 10px;
}
.top-info ul li,
.top-info ul li a {
  color: #FFF;
  font-size: 15px;
  line-height: 1;
}
.top-nav {
  text-align: right;
}
.top-nav ul li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 20px;
  border-right: 1px solid #FFF;
}
.top-nav ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.top-nav ul li,
.top-nav ul li a {
  color: #FFF;
  font-size: 15px;
  line-height: 1; 
}
.top-nav li i {
  padding-right: 10px;
}

/* ================================= */
    /*===== Logo Block =====*/
/* ================================= */
.logo-main-block {
  padding: 45px 0;
}
.call-block i {
  display: inline-block;
  font-size: 35px;
  color: rgba(35, 35, 35, 0.4); 
  margin-right: 20px;
  vertical-align: top;
}
.call-block ul {
  display: inline-block;
}
.call-block ul li {
  display: block;
  color: #777;
}
.call-block ul li,
.call-block ul li a {
  text-align: left;
}
.call-block ul li a {
  color: #232323;
}
.logo,
.logo a {
  text-align: center;
}
.mail-block {
  text-align: right;
}
.mail-block i {
  display: inline-block;
  font-size: 35px;
  color: rgba(35, 35, 35, 0.4);  
  margin-right: 20px;
  vertical-align: top;
}
.mail-block ul {
  display: inline-block;
}
.mail-block ul li {
  display: block;
  color: #777;
}
.mail-block ul li,
.mail-block ul li a {
  text-align: left;
}
.mail-block ul li a {
  color: #232323;
}
@media (max-width: 991px) {
  .call-block {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .logo {
    margin-bottom: 20px;
  }
  .mail-block {
    text-align: center;
    margin-left: 45px;
  }
}

/* ================================= */
    /*===== Nav Bar =====*/
/* ================================= */
.nav-bar-main-block {
  background-color: #233344;
  position: relative;
  z-index: 9;
  height: 60px;
}
.nav-bar-main-block .btn-primary {
  padding: 23px 22px;
  font-size: 13px;
  background-color: #60A9BD;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-bar-main-block .btn-primary:hover {
  background-color: #FFF;
  color: #233344;
}
.nav-bar-main-block .btn-primary i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .navigation ul li {
    background-color: #89CDDF;
  }
  .navigation ul ul li  {
    background-color: #233344;
  }
  .navigation ul ul li {
    border-top: 1px solid rgba(150, 150, 150, 0.15);
  }
  .navigation ul ul li:hover {
    background-color: #89CDDF;
  }
}

/* ================================= */
    /*===== Home Slider =====*/
/* ================================= */
.home-slider-bg {
  height: 650px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index:1;
}
.home-slider-bg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(35, 51, 68, 0.3);
    top: 0;
    left: 0;
    z-index: -1;
}
.slider-dtl {
  margin-top: 20%;  
}
.slider-sub-heading {
  color: #35ACCC;
  font-size: 24px;
  margin-bottom: 0px;
  padding: 15px 30px;
	border-radius: 25px 0 0px 0;
	background:rgba(255,255,255,.9)
}
.slider-heading {
  color: #5C5C5C;
  font-weight: 600;
  margin-bottom: 49px;
  padding: 0px 30px 15px;
  border-radius: 0px 0px 25px 0px;
  background:rgba(255,255,255,.9)
}

/* ================================= */
    /*===== Support Section =====*/
/* ================================= */
.support-main-block {
  background-color: #CCB46E;
  padding: 45px 0 15px;
}
.support-block {
  margin-bottom: 30px;
}
.support-icon {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  letter-spacing: normal;
}
.support-content {
  display: inline-block;
  padding-right: 50px;
}
.support-content ul li {
  display: block;
  color: #FFF;
}
.support-content ul li,
.support-content ul li a {
  height: 28px;
}
.support-content li a {
  color: #FFF;
}
.support-separate {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
  .support-block {
    text-align: center;
  }
}
@media (max-width: 991px) { 
  .support-icon {
    margin-bottom: 15px;
    display: block;
  }
}

/* ================================= */
    /*===== About =====*/
/* ================================= */
.about-main-block {
  padding-top: 120px;
}
.about-main-block .section {
  margin-bottom: 34px;
}
.about-main-block .section-title:after {
  margin: 0;
}
.about-content {
  border-bottom: 1px dashed #E5E5E5;
  margin-bottom: 40px;
}
.about-icon {
  width: 75px;
  height: 75px;
  background-color: #89CDDF;
  text-align: center; 
  line-height: 65px;
  border-radius: 100%;
  border: 5px solid rgba(209, 209, 209, 0.4);
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.about-icon:hover {
  background-color: #293A4C;
}
.about-facts-dtl {
  display: inline-block;
  vertical-align: middle;
  color: #444;
  width: 45px;
}
@media (max-width: 575px) {
  .about-facts-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {  
  .about-img {
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-bottom: 30px;
    display: none;
  }
  .about-main-block {
    padding-bottom: 120px;
  }
}

/* ================================= */
    /*===== Video Section =====*/
/* ================================= */
.video-main-block {
  position: relative;
  padding: 120px 0;
}
.video-main-block .overlay-bg {
  background: rgba(26, 40, 55, .9);
}
.video-main-block .section {
  margin-bottom: 34px;
}
.video-main-block .section-title:after {
  margin: 0;
}
.video-main-block .section .section-title {
 color: #FFF;
}
.video-content p { 
  color: #9A9A9A;
  margin-bottom: 30px;
}
.video-main-block .btn-primary:hover {
  background-color: #FFF;
  color: #233344;
}
.video-item {  
  text-align:center;
}
.video-device .bg_img {
  background-size: cover; 
  width: 100%;
}
.video-device {   
  position:relative;
}
.video-item .video-preview, 
.video-item .video-preview iframe {
  width: 100%;
  height: 100%;
}
.video-preview {
  position:absolute;
  left: 0; 
  top: 0;
  z-index:30;
  width: 100%;
}
.btn-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%,-50%);
  z-index: 30;
  line-height: 75px;
  width: 80px;
  height: 80px;
  border: solid 5px rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  font-size: 23px;
  color: #233344;
  text-align: center;
  background-color: #FFF;
}
.location-frame {
    width: 100%;
    height: 500px;
    border: none;
}

@media (max-width: 991px) {
  .video-content {
    margin-bottom: 30px;
  }
}

/* ================================= */
    /*===== Service =====*/
/* ================================= */
.services-main-block {
  padding: 120px 0;
}
.service-block {
  border: 1px solid #E8E8E8;
  background-color: #FFF;
  margin-bottom: 6px;
  padding: 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 435px;
}
.service-block:hover {
  background: #233344;   
}
.services-icon {
  margin-bottom: 38px;
}
.service-block .services-title,
.service-block .services-title a {
  margin-bottom: 17px;
  color: #444;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-block:hover .services-title,
.service-block:hover .services-title a {
  color: #F0F0F0;
}
.service-block p {  
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-block:hover p {
  color: #B5B5B5;
}
.service-block .services-icon img,
.services-icon i {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-block:hover .services-icon img,
.services-icon i {
 -webkit-filter: grayscale(100%) invert(1);
  -moz-filter: grayscale(100%) invert(1); 
  filter: grayscale(100%) invert(1);
  transition-property: filter;
  transition-duration: 1s;  
}
.service-block:hover .view-more-btn {  
  color: #89CDDF;
}

/* ================================= */
    /*===== Gallery =====*/
/* ================================= */
.gallery-main-block {
  padding: 120px 0;
}
.gallery-main-block .juxtapose {
  width: 810px;
  height: 390px;
  margin-left: 165px;
}
@media (max-width: 991px) { 
  .gallery-main-block .juxtapose { 
    margin-left: 0; 
  }
}

/* ================================= */
    /*===== Testimonial =====*/
/* ================================= */
.testimonial-main-block {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;   
  padding: 110px 0;   
}
.testimonial-main-block .section-title {
  color: #FFF;
}
.testimonial-slider-main-block.owl-carousel .owl-item img {
  width: 82px;
  height: 82px; 
  margin: 0 auto;
  margin-bottom: 42px;
  left: 0;
  right: 0;
}
.testimonial-slider-block {
  margin-bottom: 30px;
}
.testimonial-slider-main-block .client-name {  
  text-transform: uppercase;
  color: #89CDDF;
  font-weight: 600;
}
.testimonial-slider-main-block .client-post {
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  margin-bottom: 27px;
}
.testimonial-slider-main-block p {
  width: 816px;
  color: #C4C4C4;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-style: italic;
}
@media (max-width: 767px) { 
  .testimonial-slider-main-block p { 
    width: 90%;  
  }
}

/* ================================= */
    /*===== Doctor Section =====*/
/* ================================= */
.doctor-main-block {
  padding: 120px 0 90px;
}
.doctor-block {
  margin-bottom: 30px;
}
.doctor-details {
  background-color: #233344;
  padding: 36px 0 38px;
}
.doctor-name,
.doctor-name a {
  color: #89CDDF;
  margin-bottom: 15px;
}
.doctor-dept {
  color: #AEAEAE;
  margin-bottom: 0px;
}
.doctor-social ul li {
  width: 40px;
  height: 40px;
  border: 1px solid #FFF;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.doctor-social ul li:hover {
  border: 1px solid #60A9BD;
}
.doctor-social ul li a {
  color: #FFF;
  line-height: 2.5;
}
.doctor-social ul li:hover a {
  color: #60A9BD;
}

/* ================================= */
    /*===== Appointment =====*/
/* ================================= */
.appointment-main-block {
  padding: 166px 0 149px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.appointment-title {
  margin-bottom: 26px;
}
.appointment-block {
  background-color: #F7FAFB;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  padding: 50px; 
}
.appointment-block .btn-primary {
  padding: 19px 37px;
  margin-top: 30px;
}

/* ================================= */
    /*===== Blog Section =====*/
/* ================================= */
.blog-main-block {
 padding: 120px 0 90px;
}
.blog-block { 
  border: 1px solid #EEE;
  background-color: #FFF;
  margin-bottom: 30px;
}
.blog-img {
  position: relative;
}
.blog-block .blog-img .overlay-bg {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.blog-block:hover .blog-img .overlay-bg {
  opacity: 1;
}
.meta-dtl {
  width: 42px;
  height: 48px;
  position: absolute;
  background: #89CDDF;
  bottom: 0;
  text-align: center;
  padding: 10px 10px;
  display: block;
  font-size: 11px;
  font-weight: 900;
}
.meta-dtl a {    
  width: 23px; 
  color: #FFF;
}
.blog-details {
  padding: 34px 35px;
}
.blog-title {
  font-weight: 600;
  margin-bottom: 21px;
}
.blog-title a {
  color: #222;
}
.blog-details p {
  color: #666;
  margin-bottom: 22px;
}
.blog-details .btn-link {
  color: #666;
} 
.blog-block:hover .btn-link {
  text-decoration: underline;
 color: #89CDDF;
}

/* ================================= */
    /*===== Footer =====*/
/* ================================= */
.footer {
  background-color: #14212F; 
  padding-top: 98px;  
}
.footer-widget {
  margin-bottom: 30px
}
.footer-widget img {
  margin-bottom: 32px;
  background: rgba(255,255,255,.8);
padding: 15px;
}
.footer-widget p {  
  color: #888;
  margin-bottom: 27px;
}
.footer-social ul {
  display: inline-block;
}
.footer-social ul li {
  background: #2C3844;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-social ul li a {
  color: #999; 
  line-height: 2.5;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-social ul li:hover {
  background: #89CDDF; 
}
.footer-social ul li:hover a {
  color: #FFF; 
}
.footer-heading {
  color: #FFF;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 33px;
}
.footer-heading:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 60px;
  height: 4px;
  border-top: 1px dashed #89CDDF;
  border-bottom: 1px dashed #89CDDF;
  left: 0;
}
.footer-services li a i{
  margin-right: 10px;
}
.footer-services li {
  margin-bottom: 15px;
}
.footer-services li a {
  color: #888;
}
.footer-services li a:hover{
  color: #89CDDF;
}
.footer-twit { 
  display: inline-table;
} 
.twit-icon {
  color: #89CDDF; 
  display: table-cell;
  padding: 0 10px;
}
.twit-content {
  margin-bottom: 20px;
}
.twit-content a {
  color: #888;
}
.twit-content a:hover {
  color: #AAA;
}
.twit-content span {
  color: #89CDDF;
  margin-top: 5px;
  font-style: italic;
  display: block;
}
.footer-contact .form-control {
  width: 255px;
  height: 48px;
}
.footer .btn-primary {
  width: 255px;
  height: 48px;
  margin-bottom: 57px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer .btn-primary:hover {
  background-color: #FFF;
  color: #14212F;
}
.tinyfooter {
  background-color: #09111A;
  padding: 12px 0 8px;
}
.tinyfooter p {
  color: #666;
  font-size: 15px;
  font-weight: 400; 
}

/* ================================= */
    /*===== Service Page =====*/
/* ================================= */
.services-page {
  background-color: #FFF;
}
.service-block-page {
 background-color: #F7FAFB;
}

/* ================================= */
    /*===== Department Style 2 =====*/
/* ================================= */
.department-block-page {
  padding: 45px 0 54px;
  margin-bottom: 20px;
  border: 1px solid #E8E8E8;
  background-color: #F7FAFB;
}
.department-block-page .services-icon {
  width: 100px;
  height: 100px;
  background-color: #89CDDF; 
  line-height: 85px;
  border-radius: 100%;
  border: 5px solid rgba(209, 209, 209, 0.4);
  display: inline-block;
  margin-bottom: 36px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.department-block-page .services-title a {
  color: #444;
  margin-bottom: 20px;
}
.department-block-page .services-details ul {
  width: 202px;
  color: #666;
  margin: 0 auto;
  margin-bottom: 20px;
  left: 0;
  right: 0;
  font-size: 15px;
}

/* ================================= */
    /*===== Department Detail Page =====*/
/* ================================= */
.department-dtl-main-block {
  padding: 120px 0;
}
.department-dtl-main-block .section {
  margin-bottom: 20px;
}
.department-dtl-main-block .section-title {
  font-weight: 600;
}
.department-dtl-main-block .section-title:after {
  margin: 0;
}
.department-block {
  border: 2px solid #CED4DA;
  padding: 30px;
  margin-bottom: 40px;
}
.department-content ul li {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #E5E5E5;
}
.department-content .card {
  background-color: transparent; 
  border: none; 
  border-radius: 0; 
}
.department-content .card-header {
  padding-left: 0;
  background-color: transparent; 
  border-bottom: 1px solid rgba(0,0,0,.125); 
}
.department-content .btn-link {
  color: #233344;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.department-content .btn-link:hover {
  text-decoration: none;
}
.department-content  .card-body {
  padding-left: 10px;
}
.department-opening {
  border: 2px solid #CED4DA;
  padding: 30px;
  margin-bottom: 40px;
}
.department-opening .opening-day {
  padding-bottom: 5px;
  border-bottom: 1px dashed #E5E5E5;
  margin-bottom: 20px;
}
.department-opening .opening-time {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #E5E5E5;
}
.department-appointment {
  border: 2px solid #CED4DA;
  padding: 30px;
  margin-bottom: 40px;
}
.department-appointment-form {
  margin-bottom: 20px;
}
.departments-dtl img {
  margin-bottom: 20px;
}
.departments-dtl p {
  width: 100%;
  text-align: left;
  margin: 0;
}
.department-contant p {
  width: 100%;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 20px;
}
.department-list .department-title {
  font-size: 30px;
  font-weight: 600;
}

/* ================================= */
    /*===== Call Page =====*/
/* ================================= */
.call-main-block {
  padding: 120px 0;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.call-main-block .overlay-bg {
  background: rgba(26, 40, 55, .9);
}
.call-dtl {
  position: relative;
}
.call-dtl .sub-heading {
  color: #FFF;
  text-transform: uppercase;
}
.call-dtl .call-heading {
  color: #FFF; 
}
.call-dtl p {
  width: 666px;
  margin: 0 auto;
  color: #FFF;
  margin-bottom: 30px; 
  left: 0;
  right: 0;
}
@media (max-width: 767px) { 
  .call-dtl p { 
    width: 90%;  
  }
}

/* ================================= */
    /*===== About Us Page =====*/
/* ================================= */
.hospital-main-block {
  padding: 120px 0;
}
.hospital-main-block .section p {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}
.hospital-main-block .section-title:after {
  margin: 0;
}
.hospital-img {
  margin-bottom: 20px;
}
.call-main-block .btn-primary:hover {
  background-color: #FFF;
  color: #233344;
}

/* ================================= */
    /*===== Appointment Page =====*/
/* ================================= */
.appointment-page {
 background-color: #FFF;
 box-shadow: none; 
}
.appointment-two .about-content {
  border-bottom: none;
}
.appointment-two .about-img {
  position: absolute;
  bottom: 0;
}
.custom-radio {
  margin-bottom: 10px;
}
.custom-radio:last-child {
  margin-bottom: 30px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #89CDDF;
}
.custom-control-label::before {
  background-color: #CED4DA;
}
.custom-heading {
  font-weight: 600;
}
.datepicker-days .table-condensed tr td.active, 
.datepicker-days .table-condensed tr td.active:hover, 
.datepicker-days .table-condensed tr td.active.disabled, 
.datepicker-days .table-condensed tr td.active.disabled:hover {  
  background-image: -webkit-linear-gradient(top, #89CDDF, #89CDDF);
  color: #FFF;
}

/* ================================= */
    /*===== Testimonial Page =====*/
/* ================================= */
.testimonial-main-block-dtl .section-title {
  color: #444;
}
.testimonial-main-block-dtl .testimonial-slider-main-block.owl-carousel  .owl-item img {
  border: 3px solid #233344;
  border-radius: 100%;
  margin-bottom: 20px;
}
.testimonial-main-block-dtl p {
  color: #666;
  width: 100%; 
}
.testimonial-main-block-dtl .client-post {
  color: #666;
}
.video-page .section .section-title {
  color: #444;
}
.video-page .video-content p {
  color: #666;
}
.video-page .btn-primary:hover {
  background-color: #233344;
  color: #FFF
}

/* ================================= */
    /*===== Faq's =====*/
/* ================================= */
.faq-main-block {
  padding: 120px 0 60px;
}
.faq-block a {
  color: #89CDDF;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px;
}
.faq-block {
  border: 1px solid #89CDDF;
  background-color: #F7FAFB;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq-block:hover {
  background-color: #89CDDF;
}
.faq-block:hover a {
  color: #FFF;
}
.faq-single-title {
  font-weight: 700;
  margin-bottom: 40px;
}
.second-accordion {
  margin-bottom: 80px;
}
.second-accordion .card-header {
  padding: 0;
  background: transparent;
  border-bottom: 0;
}
.second-accordion .card-header button.btn {
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  color: #444;
  font-size: 20px;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.second-accordion .card-header button.btn:hover {
  color: #89CDDF;
}
.second-accordion .card-header button.btn[aria-expanded="true"] {
  margin-bottom: 10px;
}
.second-accordion .card {
  border: 0;
  border-bottom: 1px solid #E8E8E8;
  font-size: 17px;
  margin-top: 10px;
}
.second-accordion .card-body {
  padding: 0;
  padding-left: 40px;
  padding-bottom: 10px;
}
.second-accordion .card-header button.btn[aria-expanded="false"]:before {
  position: absolute;
  content: "\+";
  font-family: fontawesome;
  left: 0;
  color: #d4d4d4;
  width: 26px;
  text-align: center;
  height: 26px;
  line-height: 23px;
  border: 1px solid #d4d4d4;
  font-size: 20px;
}
.second-accordion .card-header button.btn[aria-expanded="true"]:before {
  content: "\-";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  color: #89CDDF;
  border: 1px solid #89CDDF;
  width: 26px;
  text-align: center;
  font-size: 40px;
  height: 26px;
  line-height: 16px;
}

/* ================================= */
    /*===== Career =====*/
/* ================================= */
.career-main-block {
  padding: 120px 0;
}
.career-appointment {
  background-color: #F4F4F4;
  box-shadow: 0 3px 9.3px 0.7px rgba(198,198,198,.35);
  margin-top: 0;
}
.career-top-bar {
  width: 100%;
  height: 80px;
  background-color: #89CDDF;
}
.career-heading {
  text-transform: uppercase;
  padding: 25px;
  font-size: 24px;
  font-weight: 600;
  color: #F0F0F0;
}
.career-form-dtl {
  padding: 30px 27px 1px 24px;
}
textarea#address {
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}

/* ================================= */
    /*===== 404 Page / 403 Page =====*/
/* ================================= */
.error-page-main {
  position: relative;
  padding: 110px 0;
}
.middle-heading {
  text-transform: uppercase;
  color: #89CDDF;
}
.error-heading {  
  font-size: 200px;
  font-weight: 600;
  color: #233344;
  line-height: 0.87;
  margin-bottom: 30px;
}
.error-dtl p {
  text-transform: uppercase;
  font-weight: 500;
  color: #233344;
  font-size: 20px;
  margin-bottom: 20px;
}
@media(max-width:767px) { 
  .error-heading {  
    font-size: 100px;
  }  
}

/* ================================= */
    /*===== Comming Soon Page =====*/
/* ================================= */
.comming-soon-main {
  padding: 120px 0;
}
.comming-soon-main .logo {
  margin-bottom: 30px;
}
.comming-soon-heading {
  font-weight: 700;
  line-height: 1;
  color: #89CDDF;
  text-transform: uppercase;
}
.comming-soon-block p {
  color: #666;
  margin-bottom: 40px;
}
.comming-block {
  font-size: 60px;
  font-weight: 700;
  line-height: 0.56;
  color: #14212F;
  margin: 40px 0 115px;
}
.counter-col-days { 
  display: inline-block;
}
.count-days,
.count-hours,
.count-minutes,
.count-seconds {
  position: relative;
}
.count-days:before { 
  content: "Days";
  position: absolute;
  top: 60px;
  font-size: 14px;
  line-height: 2.86;
  color: #14212F;
  text-align: center;
  margin: 15px auto 0;
  left: 0;
  right: 0; 
}
.count-hours:before { 
  content: "Hours";
  position: absolute;
  top: 60px;
  font-size: 14px;
  line-height: 2.86;
  color: #14212F;
  text-align: center;
  margin: 15px auto 0;
  left: 0;
  right: 0; 
}
.count-minutes:before { 
  content: "Minutes";
  position: absolute;
  top: 60px;
  font-size: 14px;
  line-height: 2.86;
  color: #14212F;
  text-align: center;
  margin: 15px auto 0;
  left: 0;
  right: 0; 
}
.count-seconds:before { 
  content: "Seconds";
  position: absolute;
  top: 60px;
  font-size: 14px;
  line-height: 2.86;
  color: #14212F;
  text-align: center;
  margin: 15px auto 0;
  left: 0;
  right: 0; 
}
.counter-col {
  display: inline-block;  
}
.comming-soon-main .appointment-form {
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.comming-soon-main .subscribe-form .form-control {
  width: 316px;
  height: 43px;
  border: 1px solid #CED4DA;
  background-color: transparent;
  font-size: 13px;
  margin-right: 5px;
  color: #233344;
  line-height: 1.69;  
}
.comming-soon-main .subscribe-form .btn-primary {
  padding: 15px;
}
@media(max-width:767px) { 
  .comming-soon-heading { 
    font-size: 40px;
    line-height: 1;
  }
  .comming-block {
    font-size: 20px;  
    line-height: 1;
  }
  .subscribe-form .form-control {
    width: 100%;
  }
}
@media(max-width:992px) { 
  .comming-block {
    font-size: 50px;  
    line-height: 1;
  }  
}
@media(max-width:575px) { 
  .subscribe-form .form-control {
    margin-bottom: 20px;
  }  
}

/* ================================= */
    /*===== Under Construction Page =====*/
/* ================================= */
.comming-soon-main .social-icon ul {
  display: inline-block;
}
.comming-soon-main .social-icon ul li {
  background: #233344;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-top: 30px;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comming-soon-main .social-icon ul li a {
  color: #999; 
  line-height: 2.5;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comming-soon-main .social-icon ul li:hover {  
  background-color: #89CDDF; 
}
.comming-soon-main .social-icon ul li:hover a {  
  color: #FFF; 
}

/* ================================= */
    /*===== Portfolio Col-3 =====*/
/* ================================= */
.portfolio-col-three-main-block {
  padding: 120px 0;
}
.portfolio-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.portfolio-img img {
  width: 100%;
}

/* ================================= */
    /*===== Portfolio Col-3 Full Width =====*/
/* ================================= */
.portfolio-full-main {
  padding: 120px 0;
}
.portfolio-full-main .portfolio-img {
  margin-bottom: 0;
}
.portfolio-full-main .col-lg-4 {
  padding: 0;
}
.portfolio-img .overlay-bg {
  background-color: rgba(35, 41, 53, .85);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio-img:hover .overlay-bg {
  opacity: 1;
}
.portfolio-img .overlay-bg i {
  color: #FFF;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  position:absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* ================================= */
    /*===== Before After Gallery =====*/
/* ================================= */
.before-after-main-block {
  padding: 120px 0;
}
.before-after-main-block .section-title:after {
  margin: 0;
}
.before-after-main-block .juxtapose{
  margin-bottom: 30px;
}
.before-after {
  position: relative;
  margin-bottom: 80px;
}
.before-after .overlay-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.before-after:hover .overlay-bg {
  opacity: 1;
}
.before-after .overlay-bg i {
  z-index: 99999;
  color: #233344;
  font-size: 20px;
  line-height: 28px;
  border: 2px solid #233344;
  width: 30px;
  height: 30px;
  text-align: center;
  position:absolute;
  bottom: 5px;
  left: 90%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.before-after:hover .overlay-bg i {
  opacity: 1;
}
@media (max-width: 767px) { 
  .gallery-tab ul li { 
    margin-bottom: 20px;
  }
}

/* ================================= */
  /*===== Before After Gallery Detail =====*/
/* ================================= */
.gallery-dtl-main-block {
  padding-top: 120px;
}
.gallery-dtl-main-block .juxtapose {
  width: 710px;
  height: 390px;
  margin-bottom: 30px;
}
.gallery-content {
  margin-bottom: 40px;
}
.gallery-dtl {
  border: 2px solid #CED4DA;
  padding: 35px;
  background-color: #F7FAFB;
  margin-bottom: 20px;
}
.department-appointment .section {
  margin-bottom: 20px;
}
.department-appointment .section-title {
  font-weight: 600;
}
.department-appointment .section-title:after {
  margin: 0;
}
.fontresize {
  margin-bottom: 20px;
}
@media (max-width: 767px) { 
  .gallery-dtl-main-block .juxtapose { 
    width: 450px;
    margin-bottom: 20px;
  }
}

/* ================================= */
    /*===== Doctor Details =====*/
/* ================================= */
.doctor-dtl-main-block {
    padding: 70px 0;
    border-bottom: 1px solid #eee;
}
.profile-doctor-dtl ul li {
  margin-bottom: 20px;
}
.section-heading {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
.doctor-dtl-opening {
  border: 1px solid #CED4DA;
  padding: 20px;
  margin-bottom: 10px;
}
.doctor-dtl-opening ul li {
  font-size: 13px;
  margin-bottom: 5px;
  color: #89CDDF;
}
.profile-dtl p {
  margin-left: 15px;
}
.profile-doctor-quote {
  font-size: 22px;
  font-style: italic;
  color: #233344;
  margin-bottom: 20px;
}
.profile-dtl-heading {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}
.skill-block {
  margin-bottom: 20px;
}
.skill-tag-left {
  display: inline-block;
}
.skill-tag-right { 
  float: right;
  line-height: 1.86;
}
.progress {
  background-color: #F7FAFB;
  height: 16px;
  border-radius: 0;
  box-shadow: none;
}
.progress-bar {
  height: 16px;
  border-radius: 0 20px 20px 0;
  background-color: #89CDDF;
  box-shadow: none;
}
.scroll-bar {
  -webkit-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;  
  transition:all 1500ms ease; 
}
.doctor-pages .section-title:after {
  margin: 0;
}

/* ================================= */
    /*===== Blog Page =====*/
/* ================================= */
.blog-page .blog-block {
  border: none;
}
.blog-page .blog-img {
  margin-bottom: 35px;
}
.blog-page .blog-details {
  padding: 0;
}
.blog-page .meta-dtl {
  width: 72px;
  height: 68px;
  font-size: 18px;
}
.blog-page .blog-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.blog-page .blog-details .btn-primary {
  margin-bottom: 30px;
}
.blog-page .form-control {
  height: 50px;
  margin-bottom: 40px;
}
.blog-page .appointment-form .btn-primary {
  margin-bottom: 20px;
}
.single-sidebar {
  margin-bottom: 40px;
  border: 2px solid #CED4DA;
  padding: 30px;
  background-color: #F7FAFB;
}
.sidebar-title {
  font-weight: 600;
  color: #222;
}
.single-sidebar ul li i {
  font-size: 5px;
  margin-right: 20px;
  vertical-align: middle;
  color: #89CDDF;
}
.single-sidebar ul li {
  margin-bottom: 10px;
}
.widget-postslist {
  border: 2px solid #CED4DA;
  padding: 30px;
  margin-bottom: 40px;
  background-color: #F7FAFB;
}
.latest-list {
  margin-bottom: 40px;
}
/*.latest-list:last-child {
  margin-bottom: 0;
}*/
.latest-thumb img {
  margin-right: 20px;
  display: inline-block;
  float: left;
}
.latest-list span {
  color: #89CDDF;
}
blockquote {
  padding: 10px 20px;
  border-left: 5px solid #89CDDF;
  font-style: italic;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #999;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  font-style: italic;
  display: inline;
  font-size: 18px;
  font-weight: 700;
}
.tag-widget {
  border: 2px solid #CED4DA;
  padding: 30px;
  background-color: #F7FAFB;
}
.tag-widget .badge { 
  padding: 10px 16px;
  color: #14212F;
  border-radius: 0; 
  background-color: #F0F0F0;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tag-widget .badge:hover { 
  color: #FFF;
  background-color: #89CDDF;
}
.tag-widget a { 
 margin-right: 8px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .tag-widget {
    margin-bottom: 20px;
  }
}

/* ================================= */
    /*===== Blog Detail Page =====*/
/* ================================= */
.blog-page .blog-dtl p {
  margin-bottom: 22px;
}
.blog-page .blog-dtl {
  border-bottom: 1px solid #E5E5E5;
}
.blog-page .section {
  margin-bottom: 20px;
}
.blog-page .section-title {
  font-size: 24px;
  font-weight: 600;
}
.blog-page .section-title:after {
  margin: 0;
}
.author-avatar img {
  border-radius: 100%;
  margin-right: 20px;
  display: inline-block;
  float: left;
}
.author_containter .author-description {
  display: table;
}
.author-title {
  color: #222;
  font-weight: 600;
}
.author-description p {
  color: #666;
  margin-bottom: 22px;
}
textarea#comment {
  padding-top: 10px;
  padding-left: 10px;
  width: 100%;
  border: 1px solid #CED4DA;
  margin-bottom: 40px;
}

/* ================================= */
    /*===== Pagination =====*/
/* ================================= */
.pagination {
  margin: 0;
  border-radius: 0;
  margin: 24px 0 0;
  margin-left: -20px;
}
.prev,
.next {
  margin-top: 16px;
}
.prev i {
  font-size: 24px;
  font-weight: 600;
}
.next i {
  font-size: 24px;
  font-weight: 600;
}
.prev {
  padding-right: 12px;
}
.next {
  padding-right: 50px;
}
.prev .btn-primary {
  padding: 8px 30px;
}
.next .btn-primary {
  padding: 8px 30px;
}
.pagination li {
  margin-left: 23px;
}
.pagination li a {
  border: 1px solid #E8E8E8;
  padding: 10px 15px;
  font-size: 15px;
  color: #233344;
}
.pagination li a:hover, 
.pagination li.active a {
  color: #FFF;
  background-color: #89CDDF;
}
.pagination li.active a,
.pagination li.active a:hover {
  background-color: #89CDDF;
}
.pagination-block-page .prev {
  padding-right: 78px;
}
.pagination-block-page .pagination {
  margin-left: -92px;
}
.pagination-block-page .next {
  padding-right: 200px;
  margin-left: -30px;
}

/* ================================= */
    /*===== Contact Style 1 =====*/
/* ================================= */
.contact-page-main-block {
  padding: 120px 0;
}
textarea#message {
  padding-top: 10px;
  padding-left: 10px;
  width: 100%;
  border: 1px solid #CED4DA;
}
.contact-page-main-block .section-title:after {
  margin: 0;
}
.contact-page-main-block .section p {
  text-align: left;
}
.contact-block i {
  display: inline-block;
  float: left;
  font-size: 35px;
  color: #89CDDF; 
  margin-right: 20px;
  vertical-align: top;
}
.contact-block ul {
  display: table;
  margin-bottom: 30px;
}
.contact-block ul li {
  color: #777;
}
.contact-block ul li a {
  color: #232323;
}
.contact-page-main-block textarea#message  {
    margin-bottom: 20px;
  } 
@media(max-width:767px) { 
  .contact-page-main-block textarea#message  {
    margin-bottom: 20px;
  }  
  .contact-btn  {
    margin-bottom: 20px;
  }
  .contact-page-main-block .section p {
    margin: 0;
  }
}

/* ================================= */
    /*===== Map =====*/
/* ================================= */
.map-location {
  width: 100%;
  height: 520px;
}

/* ================================= */
    /*===== Contact Style 3 =====*/
/* ================================= */
.contact-main-block {
  padding: 120px 0;
}
.contact-main-block .section-title:after {
  margin: 0;
}
.contact-main-block .section p {
  text-align: left;
  margin: 0;
}
.contact-main-block .middle-heading {
  color: #000;
  text-transform: none;
}
.contact-main-block .appointment-form .form-control {
  width: 269px;
}
.contact-main-block .appointment-form .message {
  width: 600px;
  margin-bottom: 20px;
}
@media(max-width:767px) { 
  .contact-main-block .appointment-form .form-control {
    width: 100%;
  }
  .contact-main-block .appointment-form .message {
    width: 100%;
  }
  .contact-main-block .form-group {
    margin-bottom: 20px;
  }
}




.carousel-wrapper{
  height:400px;
  position:relative;
  width:800px;
  margin:0 auto;
}
.carousel-item{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  padding:25px 50px;
  opacity:0;
  transition: all 0.5s ease-in-out;
}
.arrow{
  border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 12px;
}

.arrow-prev{
  left:-30px;
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(135deg);
}
 
.arrow-next{
    right:-30px;
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(-45deg);
  }

.light{
  color:white;
}

@media (max-width: 480px) {
      .arrow, .light .arrow {
        background-size: 10px;
        background-position: 10px 50%;
      }
    }
}

/*Select every element*/
[id^="item"] {
    display: none;
  }

.item-1 {
    z-index: 2;
    opacity: 1;
  background:url('https://static.pexels.com/photos/6526/sea-beach-holiday-vacation-large.jpg');
  background-size:cover;
  }
.item-2{
  background:url('https://static.pexels.com/photos/6506/alcohol-bar-drinks-party-large.jpg');
   background-size:cover;
}
.item-3{
  background:url('https://static.pexels.com/photos/6529/lake-kajak-kayak-large.jpg');
   background-size:cover;
}

*:target ~ .item-1 {
    opacity: 0;
  }

#item-1:target ~ .item-1 {
    opacity: 1;
  }

#item-2:target ~ .item-2, #item-3:target ~ .item-3 {
    z-index: 3;
    opacity: 1;
  }
}