﻿/*
    Theme Name: Prolexe.
    Theme URI: http://themeies.com
    Author: Themeies
    Author URI: http://themeies.com
    Version: 1.0
    Description: Prolexe HTML5 Template.
*/
/*
    Table of Context
    -------------------------------
    01. Common CSS
    02. Content Box
    03. Video Box
    04. Icon Box
    05. Order, Unorder List
    06. Round One side
    07. Overlap Image Box
    08. Image Box
    09. Icon list block
    
    01. Header style
    02. Banner style
    03. Block style
    04. Appointment section
    05. Services section
    06. About section
    07. Schedule section
    08. Gallery section
    09. Depaetment section
    10. Counter section 
    11. Doctor section
    12. Testimonial section
    13. News section
    14. Partner section
    15. Faq section
    16. Shop section
    17. Cart section
    18. Register section
    19. Login section
    20. Blog section
    21. About page 
    22. Service page
    23. Department page
    24. Doctors page
    25. Gallery Page
    26. Blog page
    27. Blog-single page
    28. Shop page
    29. Shop-single page
    30. Shop-right-side page
    31. Shop-left-side page
    32. Login page
    33. Register page
    34. Comming-Soon page
    35. 404 page
    36. Contact page
    37. Contact section
    38. Footer
   
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-family: "Microsoft YaHei UI", "微软雅黑",'Inter';
  font-size: 13px;
  font-weight: 400;
}

h1 {
  font-family:  "Microsoft YaHei UI", "微软雅黑",'Inter';
  color: #fff;
  font-size: 70px;
  font-weight: 900;
}

h2 {
  font-family: "Microsoft YaHei UI", "微软雅黑", 'Roboto';
  font-size: 48px;
  font-weight: 300;
}

h3 {
  font-family: "Microsoft YaHei UI", "微软雅黑", 'Roboto';
  font-size: 40px;
  font-weight: 600;
}

h4 {
  font-family: "Microsoft YaHei UI", "微软雅黑", 'Roboto';
  font-size: 24px;
  font-weight: 600;
  color: #373737;
}

h5 {
  font-family: "Microsoft YaHei UI", "微软雅黑", 'Inter';
  font-size: 20px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

p {
  font-family: "Microsoft YaHei UI", "微软雅黑", 'Inter';
  color: #666;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}
b, strong {font-weight:bold;}

ul,
li {
  list-style: none;
  text-decoration: none;
}

a {
  color: #51b8f2;
  text-decoration: none !important;
}

section {
  padding: 50px 0px;
}

span {
  color: #51b8f2;
  font-weight: 800;
}

img {
  max-width: 100%;
  height: auto;

}

@media (max-width: 575px) {
  h1 {
    font-size: 40px;
  }
  section {
    padding: 50px 0px !important;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  br {
    display: none;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px !important;
  }
  h6 {
    font-size: 14px;
  }
  h5 {
    font-size: 20px !important;
  }
  section {
    padding: 30px 0px !important;
  }
}

.bttn a {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  background-color: #51b8f2;
  text-transform: capitalize;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border-radius: 0;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}

.bttn a:hover {
  color: #ffffff;
}

.btn {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  background-color: #51b8f2;
  text-transform: capitalize;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border-radius: 0;
  border: none;
  text-align: center;
  z-index: 999;
}

.btn:hover {
  color: #000000;
  -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
          box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
}

.btn:focus {
  display: none;
}

.btn-primary {
  color: #fff;
  background: #51b8f2;
}

.btn-outline {
  border: 1px solid #51b8f2;
  background: transparent;
  color: #fff;
}

.btn-outline:hover {
  background: #51b8f2;
  color: #fff;
}

.btn-filled {
  background: #51b8f2;
  color: #fff;
  border-radius: 5px;
}

.btn-filled:hover {
  background: transparent;
  color: #51b8f2;
}

.btn-rounded {
  border-radius: 50px;
  background: #51b8f2;
  color: #fff;
}

.btn-rounded-outline {
  border-radius: 50px;
  background: transparent;
  color: #51b8f2;
  border: 1px solid #51b8f2;
}

.btn-secondary {
  border-radius: 50px;
  background: #e4f5ff;
  color: #51b8f2;
  font-weight: 600;
}

.btn-secondary:hover {
  background: #51b8f2;
  color: #fff;
}

.btn-secondary-filled {
  background: #51b8f2;
  color: #fff;
  border-radius: 50px;
}

.btn-secondary-filled:hover {
  background: #e4f5ff;
  color: #51b8f2;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
  width: 100%;
  height: auto;
}

#status {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
  text-align: center;
}

#status:before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #1086ff;
  border-radius: 50%;
  -webkit-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}

#status:after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 90%;
  height: 90%;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #1086ff;
  border-radius: 50%;
  -webkit-animation: rotatingn 6s linear infinite;
  animation: rotating 6s linear infinite;
}

#status img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  padding-top: 15px;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.section-title {
  padding-bottom: 45px;
}

.section-title h2 {
  text-transform: capitalize;
}

.section-title h2 span {
  font-weight: 700;
}

.section-title p {
  letter-spacing: 1px;
  text-transform: capitalize;
}

.section-title .icon {
  width: 160px;
  position: relative;
}

.section-title .icon::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 160px;
  background: #51b8f2;
}

.section-title i {
  position: relative;
  font-size: 14px;
  color: #51b8f2;
}

.section-title.text-left .icon i {
  right: auto;
  left: 0;
  top: -14px;
  -webkit-transform: inherit;
          transform: inherit;
  position: absolute;
}

.section-title.text-left .icon::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: auto;
  margin: auto;
  height: 1px;
  width: 160px;
  background: #51b8f2;
}

.section-title.text-right .icon {
  float: right;
}

.section-title.text-right .icon i {
  right: 0;
  left: auto;
  top: -14px;
  -webkit-transform: inherit;
          transform: inherit;
  position: absolute;
}

.section-title.text-right .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  margin: auto;
  height: 1px;
  width: 160px;
  background: #51b8f2;
}

.section-title.text-center .icon {
  margin: 0 auto;
}

.section-title.text-center .icon i {
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
  -webkit-transform: inherit;
          transform: inherit;
  position: absolute;
}

/* ==========================
    BACK TO TOP START
 ============================ */
#toTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 999;
}

.back-to-top {
  background: #e4f5ff;
  font-size: 41px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  height: 50px;
  width: 50px;
}

.back-to-top:hover {
  background: #51b8f2;
}

.back-to-top:hover span {
  color: #155c84;
  -webkit-animation: mymove .5s;
          animation: mymove .5s;
}

@-webkit-keyframes mymove {
  from {
    top: 5px;
  }
  to {
    top: -3px;
  }
}

@keyframes mymove {
  from {
    top: 5px;
  }
  to {
    top: -3px;
  }
}

.back-to-top span {
  color: #51b8f2;
  font-size: 40px;
  position: absolute;
  top: -3px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  left: 5px;
}

/* ==========================
    VIDEO START
 ============================ */
.round {
  position: relative;
  overflow: hidden;
}

.round:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.round .video-box {
  margin: 0;
}

.round .video-box .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #51b8f2;
  border-radius: 50%;
  color: #1086ff;
  display: block;
  text-align: center;
  line-height: 85px;
  margin: 0 auto;
  height: 80px;
  width: 80px;
  z-index: 1;
}

.round .video-box .video-btn i {
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  font-size: 20px;
  color: #fff;
}

.round .video-box .video-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: beat infinite 1.2s;
          animation: beat infinite 1.2s;
  height: 100%;
  width: 100%;
  background-color: #e1e3e6;
  border-radius: 50%;
  z-index: -1;
}

.round .video-box .video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@media (max-width: 480px) {
  .round .video-box .video-btn {
    height: 60px;
    width: 60px;
    line-height: 67px;
  }
}

/* ==========================
    SERVICE BLOCK START
 ============================ */
.item-block-01 {
  background: #fff;
  padding: 50px 20px;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  bottom: 0;
}

.item-block-01 .item-content .icon .color-icon {
  font-size: 35px;
  color: #fff;
  height: 80px;
  width: 80px;
  display: inline-block;
  line-height: 80px;
  background-color: #51b8f2;
  border-radius: 50px 0px 50px 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.item-block-01 .item-content:hover .color-icon {
  border-radius: 50%;
}

.item-block-01 .item-content h5 a {
  color: #373737;
  padding-top: 35px;
  padding-bottom: 10px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-block-01 .item-content:hover h5 a {
  color: #51b8f2;
}

.item-block-01 .item-content .item-btn {
  margin-top: 25px;
}

.item-block-01:hover {
  -webkit-box-shadow: 0 8px 15px rgba(235, 235, 235, 0.733);
          box-shadow: 0 8px 15px rgba(235, 235, 235, 0.733);
  bottom: 10px;
}

/* ======*/
.item-block-01n {
  background: #fff;
  padding: 15px 20px;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  bottom: 0;
  border:1px solid #ccc;
}

.item-block-01n .item-content .icon .color-icon {
  font-size: 35px;
  color: #fff;
  height: 80px;
  width: 80px;
  display: inline-block;
  line-height: 80px;
  background-color: #51b8f2;
  border-radius: 50px 0px 50px 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.item-block-01n .item-content:hover .color-icon {
  border-radius: 50%;
}

.item-block-01n .item-content h6 a {
  color: #373737;
  padding-top: 10px;
  font-size:15px;
  padding-bottom: 10px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-block-01n .item-content:hover h6 a {
  color: #51b8f2;
}

.item-block-01n .item-content .item-btn {
  margin-top: 5px;
}

.item-block-01n:hover {
  -webkit-box-shadow: 0 8px 15px rgba(235, 235, 235, 0.733);
          box-shadow: 0 8px 15px rgba(235, 235, 235, 0.733);
  bottom: 10px;
}
/* ==========================
    GALLERY BLOCK START
 ============================ */
.item-block-02 {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
  overflow: hidden;
}

.item-block-02 .overlay {
  position: absolute;
  top: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-block-02 .overlay:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  height: 90%;
  width: 90%;
  border: 1px solid #51b8f2;
}

.item-block-02 .overlay i {
  font-size: 15px;
  height: 40px;
  width: 40px;
  background: #51b8f2;
  text-align: center;
  padding-top: 12px;
  border-radius: 50px 0px 50px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.item-block-02 .overlay i:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: -10px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.item-block-02:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ==========================
    DEPARTMENT BLOCK START
 ============================ */
.item-block-03 {
  padding: 50px 30px;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eeeeee;
}

.item-block-03 .item-content .icon span {
  font-size: 35px;
  color: #fff;
  height: 80px;
  width: 80px;
  display: inline-block;
  line-height: 80px;
  background-color: #51b8f2;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.item-block-03 .item-content:hover span {
  background: #373737;
  color: #fff;
  -webkit-box-shadow: 0 8px 12px rgba(235, 235, 235, 0.733);
          box-shadow: 0 8px 12px rgba(235, 235, 235, 0.733);
}

.item-block-03 .item-content h5 a {
  color: #373737;
  padding-top: 35px;
  padding-bottom: 10px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-block-03 .item-content:hover h5 a {
  color: #51b8f2;
}

.item-block-03 .item-content .item-btn {
  margin-top: 25px;
}

.item-block-03:hover {
  background: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(235, 235, 235, 0.733);
          box-shadow: 0 8px 15px rgba(235, 235, 235, 0.733);
}

.item-block-03 .solid-btn {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  color: #373737;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-block-03 .solid-btn i {
  font-size: 12px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-block-03 .solid-btn:hover {
  color: #51b8f2;
}

.item-block-03 .solid-btn:hover i {
  color: #51b8f2;
  margin-left: 10px;
}

.right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.right-side .icon span {
  font-size: 40px !important;
  margin-right: 20px;
  height: auto !important;
  width: auto !important;
  line-height: 1 !important;
  background: #51b8f2 !important;
}

.right-side h5 a {
  padding: 0 !important;
}

/* ==========================
    DOCTOR BLOCK START
 ============================ */
.item-block-04 {
  padding-bottom: 30px;
}

.item-block-04 .item-pic {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}

.item-block-04 .item-pic img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.item-block-04 .item-pic:hover .item-overlay {
  top: 67%;
}

.item-block-04:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 5px;
}

.item-block-04 .item-overlay {
  position: absolute;
  bottom: 0;
  top: 100%;
  background: #373737af;
  color: #fff;
  width: 100%;
  height: 120px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 20px;
  text-align: center;
  display: block;
}

.item-block-04 .item-overlay i {
  color: #fff;
  font-size: 14px;
  background: #51b8f2;
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 50px;
  line-height: 35px;
  display: inline-block;
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0px 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item-block-04 .item-overlay i:hover {
  border-radius: 50px 0px 50px 50px;
}

.item-block-04 .item-content {
  text-align: center;
  background: #eff3f9;
  padding: 25px 0px;
  margin-top: 10px;
  border-radius: 5px;
}

.item-block-04 .item-content a {
  font-family: "Inter";
  font-size: 22px;
  font-weight: 600;
  color: #373737 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item-block-04 .item-content span {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: #373737;
  padding-top: 5px;
  display: block;
}

.item-block-04:hover .item-content a {
  color: #51b8f2 !important;
}

@media (min-width: 991px) {
  .item-block-04 .item-overlay i {
    top: 40%;
  }
}

@media (max-width: 575px) {
  .item-block-04 .item-pic:hover .item-overlay {
    top: 80%;
  }
}

@media (max-width: 420px) {
  .item-block-04 .item-pic:hover .item-overlay {
    top: 72%;
  }
}

/* ==========================
    ABOUT BLOCK START
 ============================ */
.item-block-06 {
  padding-top: 10px;
}

.item-block-06 .item-content .icon .color-icon {
  font-size: 45px;
  color: #03a4ff;
  height: 90px;
  width: 80px;
  display: inline-block;
  line-height: 90px;
  background-color: #e4f5ff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
  text-align: center;
}

.item-block-06 .item-content p {
  color: #000000;
  font-weight: 300;
  padding-top: 5px;
}

.item-block-06 .item-content h6 a {
  font-size: 20px;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-block-06:hover h6 a {
  color: #51b8f2;
}

.item-block-06:hover .icon .color-icon {
  background: #51b8f2;
  color: #fff;
  border-radius: 5px;
}

.item-block-06 .text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.item-block-06 .text-right .icon {
  margin-left: 20px;
}

.item-block-06 .text-right .icon .color-icon {
  margin-right: 0;
}

@media (max-width: 767px) {
  .item-block-06 .item-content {
    text-align: left !important;
  }
  .item-block-06 .text-right {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    margin-left: 0px;
  }
  .item-block-06 .text-right .icon {
    margin-right: 20px;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .item-block-06 .item-content h6 a {
    font-size: 17px;
  }
}

/* ==========================
    NEWS BLOCK START
 ============================ */
.item-block-05 {
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}

.item-block-05 .item-bg {
  position: relative;
  overflow: hidden;
}

.item-block-05 .item-bg img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-block-05 .item-bg span {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 90px;
  background: #51b8f2;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 7px;
}

.item-block-05 .item-content {
  padding: 30px 20px 30px 20px;
}

.item-block-05 .item-content .meta a {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  color: #373737;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-block-05 .item-content .meta a i {
  padding-right: 8px;
}

.item-block-05 .item-content .meta a:hover {
  color: #51b8f2;
}

.item-block-05 .item-content h6 a {
  font-size: 18px;
  padding-top: 15px;
  display: block;
  color: #51b8f2;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-block-05 .item-content p {
  margin-bottom: 20px;
}

.item-block-05:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item-block-05:hover h6 a {
  color: #51b8f2;
}

/** 
 *
 * HEADER STYLE
 */
/* ==========================
    HEADER TOP START
 ============================ */
.header-top-bar {
  background-color: #f7f7f7;
  padding: 20px 0px;
}

.header-top-bar .head-content {
  font-family: "Inter";
  color: #373737;
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-top-bar .head-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  font-size: 13px;
}

.header-top-bar .head-content .content i {
  font-size: 34px;
  font-weight: 300;
  color: #51b8f2;
  margin-right: 10px;
}

.header-top-bar .head-content .content a {
  font-family: "Inter";
  font-size: 14px;
  color: #373737;
  text-align: left !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-top-bar .head-content .content a:hover {
  color: #51b8f2;
}

.header .header-btn {
  position: absolute;
  right: 18px;
  top: 20px;
  z-index: 11;
}

.header .header-btn a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .header-btn a i {
  font-size: 15px;
  margin-right: 10px;
}

.header .header-btn a span {
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .header-btn:hover span {
  color: #fff;
}

@media (max-width: 575px) {
  .header .header-btn span {
    display: none;
  }
  .header .header-btn .btn {
    padding: 6px 15px;
    border-radius: 5px;
  }
  .header .header-btn a i {
    font-size: 18px;
    margin-right: 0;
    padding: 5px;
  }
}

.header {
  position: relative;
  display: block;
  height: 80px;
  padding: 0px 15px;
}

.header .core-nav .dropdown > .dropdown-menu {
  border: none;
}

.header .nav-header .brand {
  max-width: 340px;
  display: inline-block;
  padding: 15px 0;
  margin: auto;
}

.header .menu {
  margin: 0px !important;
}

.header .menu li {
  padding: 0;
  position: relative;
}

.header .menu li::after {
  content: '';
  width: 4px;
  height: 4px;
  background: #51b8f2;
  border-radius: 50%;
  display: none;
  position: absolute;
  bottom: 5px;
  opacity: 0;
  z-index: 1;
}

.header .menu li.active::after {
  opacity: 1;
}

.header .menu li.active > a {
  position: relative;
  color: #fff;
  background:#51b8f2;
}

.header .menu li.active > a::before, .header .menu li.active > a:after {
  opacity: 1;
}

.header .menu li.active > a:after {
  left: 10px;
}

.header .menu li.active > a::before {
  left: 20px;
}

.header .menu li:hover::after {
  opacity: 1;
}

.header .menu li:hover > a {
  position: relative;
  color: #51b8f2;
}

.header .menu li:hover > a::before, .header .menu li:hover > a:after {
  opacity: 1;
}

.header .menu li:hover > a:after {
  left: 10px;
}

.header .menu li:hover > a::before {
  left: 20px;
}

.header .menu li > a {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.header .menu li a {
  font-family: "Inter";
  font-size: 14px;
  padding: 30px 0px;
  color: #51b8f2;
  display: block;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.header .menu li a::before, .header .menu li a:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #51b8f2;
  border-radius: 50%;
  display: none;
  position: absolute;
  bottom: 5px;
  -webkit-transition: all .4s;
  transition: all .4s;
  left: 0;
  opacity: 0;
}

.header .menu li a:hover, .header .menu li a.active {
  position: relative;
  z-index: 1;
  color: #fff;
  background:#51b8f2;
}

.header .menu li a:hover::before, .header .menu li a:hover:after, .header .menu li a.active::before, .header .menu li a.active:after {
  opacity: 1;
}

.header .menu li a:hover:after, .header .menu li a.active:after {
  left: 10px;
}

.header .menu li a:hover::before, .header .menu li a.active::before {
  left: 20px;
}

.header .menu li .dropdown {
  position: relative;
}

.header .menu .dropdown-menu {
  margin: 0;
  top: 100%;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
          box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
}

.header .menu .dropdown-menu li {
  display: block;
  width: 100%;
  padding: 0px 15px;
  border-bottom: 1px solid #eee;
  border-left: 2px solid #51b8f2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu .dropdown-menu li a {
  color: #51b8f2;
  display: block;
  line-height: 40px;
  font-size: 14px;

}
.header .menu .dropdown-menu li a:hover {  background:#fff;}

.header .menu .dropdown-menu li a i {
  width: 25px;
  font-size: 14px;
  background: transparent;
}

@media (max-width: 991px) {
  .header .menu {
    margin: 0 !important;
    background: #f6f7f8;
  }
  .header .menu li {
    padding-left: 15px !important;
    border-bottom: 1px solid #efefef;
  }
  .header .menu .dropdown-menu li {
    background: #f6f7f8;
    padding: 0px 10px !important;
    border-bottom: 1px solid #efefef;
  }
  .header .menu .dropdown-menu li a {
    line-height: 20px;
  }
}

.header .dropdown-overlay.open-dropdown {
  display: none;
}

.header .core-nav.nav-core-sticky.on-scroll {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
          box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
  z-index: 9;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 9999;
}

@media screen and (max-width: 992px) {
  .header .core-nav .nav-header {
    text-align: center;
  }
  .header button.toggle-bar.core-nav-toggle {
    left: 0;
    position: absolute;
    top: 22px;
    font-size: 25px;
  }
  .header button.toggle-bar.core-nav-toggle span {
    color: #000000;
  }
  .header .core-nav.nav-core-sticky.on-scroll {
    padding: 0px 15px 25px 15px;
  }
}

.header .menu li.dropdown:before {
  /*content: "\e61a";*/
  position: absolute;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  right: 25px;
  top: 0;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  z-index: 111;
  height: 10px;
  bottom: 0;
  margin: auto;
}

.header .menu li.dropdown:hover:before {
  content: "\e622";
  color: #51b8f2;
  display:none;
}

.core-content.core-responsive-slide.open .core-nav.nav-core-sticky.on-scroll {
  left: 270px;
  z-index: 999;
}

@media (max-width: 991px) {
  .core-responsive-slide.open .wrap-core-nav-list ul li a {
    padding: 15px;
    background: #f6f7f8;
  }
}

.core-responsive-slide.open .wrap-core-nav-list ul .dropdown-menu {
  top: 0;
}

.nav-container {
  position: relative;
}

.core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu .dropdown > .dropdown-menu {
  top: 0;
  left: 228px;
}

.core-nav .wrap-core-nav-list.right {
  text-align: left;
  display: inline-block;
}

@media (max-width: 991px) {
  .core-responsive-slide.open .wrap-core-nav-list ul .dropdown-menu {
    top: 100%;
  }
}

@media (max-width: 575px) {
  .header .nav-header .brand {
    max-width: 240px;
    padding-top: 20px;
  }
}

/* ==========================
      HEADER END
   ============================*/
/* ==========================
      BANNER START
   ============================*/
.banner .owl-carousel .single-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  width: 100%;
  height: auto;
}

.banner .owl-carousel .single-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.banner .owl-carousel .single-slide p {
  color: #fff;
  font-size: 16px;
}

.banner .owl-carousel .single-slide .banner-btn {
  padding-top: 10px;
}

.banner .owl-carousel .single-slide .banner-btn .btn {
  padding: 13px 50px;
  font-size: 16px;
}

.banner .owl-carousel .single-slide .banner-btn .btn:hover {
  color: #51b8f2;
}

.banner .owl-carousel .single-slide .slide-caption {
  position: relative;
  padding-top: 8%;
  padding-bottom: 12%;
  z-index: 2;
}

.banner .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.banner .owl-carousel .owl-dots button {
  font-family: "Inter";
  font-size: 36px !important;
  height: 50px;
  width: 310px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.3);
  color: #373737;
  border: none;
  outline: none;
  text-align: center;
  border-right: 1px solid #51b8f2;
  padding: 0px 20px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner .owl-carousel .owl-dots button.active {
  background: #51b8f2;
  color: #fff;
}

.banner .owl-carousel .owl-dots button:nth-child:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  color: #373737;
}

.banner .owl-carousel .owl-dots button:nth-child:before.active {
  color: #373737;
}

.banner .owl-carousel .owl-dots button:nth-child(1):before {
  content: "01";
}

.banner .owl-carousel .owl-dots button:nth-child(2):before {
  content: "02";
}

.banner .owl-carousel .owl-dots button:nth-child(3):before {
  content: "03";
  border: none;
}

.banner .owl-carousel .owl-dots button:nth-child(3) {
  border: none;
}

.banner .owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 100%;
  font-size: 20px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.banner .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 30px;
  height: 60px;
  width: 60px;
  border: none;
  outline: none;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner .owl-carousel .owl-nav button.owl-prev:hover {
  background: #51b8f2;
  color: #fff;
}

.banner .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 30px;
  height: 60px;
  width: 60px;
  border: none;
  outline: none;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #51b8f2;
  color: #fff;
}

.banner .owl-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1366px) {
  .banner .owl-carousel .owl-dots button {
    width: 200px;
  }
}

@media (max-width: 1200px) {
  .banner .owl-carousel .owl-dots button {
    width: 165px;
  }
}

@media (max-width: 991px) {
  .banner .owl-carousel .owl-dots button {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .banner .owl-carousel .owl-dots button {
    width: 95px;
    font-size: 20px !important;
  }
  .banner .owl-carousel br {
    display: none !important;
  }
  .banner .owl-carousel .single-slide {
    /*min-height: 697px;*/
  }
}

@media (max-width: 575px) {
  .banner .owl-carousel .owl-dots button {
    width: 55px;
    padding: 0 !important;
  }
  .banner .owl-carousel .single-slide {
    /*min-height: 500px;*/
  }
  .banner .owl-carousel .single-slide p {
    font-size: 14px;
  }
  .banner .owl-carousel .single-slide .banner-btn .btn {
    padding: 10px 30px;
  }
}

@media (max-width: 480px) {
  .banner .owl-carousel .owl-dots button {
    width: 47px;
    height: 40px;
  }
  .banner .owl-carousel .owl-nav button.owl-prev,
  .banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
  }
  .owl-nav {
    font-size: 15px !important;
  }
}

/* ==========================
      BANNER END
   ============================*/
/* ==========================
      APPOINTMENT START     
   ============================*/
.appointment-section {
  padding-top: 80px;
  padding-bottom: 90px;
}

.appointment-section .appointment-title h1 {
  font-family: "Inter" !important;
  font-weight: 700;
  color: #373737;
}

.appointment-section .appointment-title h1 span {
  font-weight: 300;
  color: #51b8f2;
}

.appointment-section .appointment-title p {
  padding: 15px 0px;
}

.appointment-section .appointment-title .section-btn a i {
  font-size: 10px;
  margin-left: 5px;
}

.appointment-section .appoinment-box {
  display: none;
}

.appointment-section .appoinment-box .heading {
  padding-top: 50px;
  padding-bottom: 30px;
}

.appointment-section .appoinment-box .heading h3 {
  font-family: "Inter";
  font-size: 35px;
  font-weight: 700;
}

.appointment-section .appoinment-box .form-group {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}

.appointment-section .appoinment-box .form-group .form-control {
  font-family: "Inter";
  font-size: 14px;
  color: #373737 !important;
  font-weight: 300;
  padding: 13px;
  outline: none;
  border: 1px solid #e1e1e1;
}

.appointment-section .appoinment-box .form-group .form-control:focus {
  color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appointment-section .appoinment-box .form-group .nice-select {
  width: 100%;
  padding: 5px 12px;
  height: auto;
}

.appointment-section .appoinment-box .form-group .nice-select span {
  color: #373737;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 300;
}

.appointment-section .appoinment-box .form-group .nice-select .option.selected.focus {
  background: #51b8f2;
  color: #fff;
}

.appointment-section .appoinment-box .form-group .nice-select .option.selected.focus:hover {
  color: #fff;
}

.appointment-section .appoinment-box .form-group .nice-select .option {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.appointment-section .appoinment-box .form-group .nice-select .option:hover {
  background: #51b8f2;
  color: #fff;
}

.appointment-section .appoinment-box .form-group .nice-select.open .list {
  width: 100%;
}

/* ==========================
      APPOINTMENT END     
   ============================*/
/* ==========================
      SERVICES START     
   ============================*/
.service-section {
  background: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 60px;
}

.service-2 {
  padding-top: 0;
}

/* ==========================
      SERVICES END     
   ============================*/
/* ==========================
      ABOUT START     
   ============================ */
.about-section {
  padding-top: 50px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .about-section .about2 {
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  .about-section .about-content {
    display: block !important;
    text-align: center !important;
  }
  .about-section .icon {
    margin-bottom: 30px;
  }
}

/* ==========================
      ABOUT END     
   ============================*/
/* ==========================
      FAQ ACCORDION START  
   ============================*/
.accordion-section {
  padding: 90px 0px;
}

.accordion-section .accordion-title {
  padding-left: 380px;
}

.accordion-section .accordion {
  padding-left: 380px;
}

.accordion-section .accordion .card {
  background: #f9f9f9;
  border: none;
  border-radius: 0;
}

.accordion-section .accordion .card .card-header {
  padding: 0;
  border-radius: 0;
}

.accordion-section .accordion .card .card-header .accordion-icon h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-section .accordion .card .card-header .accordion-icon i {
  color: #fff;
  text-align: center;
  height: 60px;
  width: 60px;
  margin-right: 10px;
  background-color: #51b8f2;
  position: relative;
}

.accordion-section .accordion .card .card-header .accordion-icon i:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.accordion-section .accordion .card .card-header .accordion-icon .collapsed i:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}

.accordion-section .accordion .card .card-body {
  padding: 5px 8px;
}

@media (max-width: 1366px) {
  .accordion-section .accordion-title {
    padding-left: 105px;
  }
  .accordion-section .accordion {
    padding-left: 105px;
  }
}

@media (max-width: 1200px) {
  .accordion-section {
    padding: 90px 0px;
  }
  .accordion-section .accordion {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .accordion-section .accordion,
  .accordion-section .accordion-title {
    padding-left: 0px;
  }
}

/* ==========================
      FAQ ACCORDION END  
   ============================*/
/* ==========================
      SCHEDULE START     
   ============================ */
.schedule-section {
  padding: 90px 0px;
  background: #f9f9f9;
  padding: 80px 0px;
}

.schedule-section .schedule-img-group img {
  margin-top: 40px;
}

.schedule-section .schedule-img-group .schedule-img-1 {
  padding-top: 80px;
  border-radius: 5px;
}

.schedule-section .schedule-img-group .schedule-img-2 {
  margin-bottom: 60px;
  border-radius: 5px;
}

.schedule-section .schedule-img-group h3 {
  color: #373737;
  display: block;
  font-family: "Roboto";
  line-height: 60px !important;
  font-weight: 600;
  margin-bottom: 0px;
}

.service-widget {
  border: 1px solid #e3e6ea99;
  padding: 20px;
  padding-top: 30px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 8px 15px rgba(235, 235, 235, 0.733);
          box-shadow: 0 8px 15px rgba(235, 235, 235, 0.733);
}

.service-widget .title h3 {
  font-size: 28px;
  color: #373737;
  margin-bottom: 20px;
}

.service-widget .sp-wrapper .pricing-list-item {
  padding: 20px 0;
}

.service-widget .sp-wrapper .pricing-list-item .content p,
.service-widget .sp-wrapper .pricing-list-item .content span {
  font-family: "Inter";
  color: #373737;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-widget .sp-wrapper .pricing-list-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.service-widget .sp-wrapper .pricing-list-item:hover p,
.service-widget .sp-wrapper .pricing-list-item:hover span {
  color: #51b8f2;
}

.service-widget .sp-wrapper .pricing-list-item .active p, .service-widget .sp-wrapper .pricing-list-item .active span {
  color: #51b8f2 !important;
}

@media (max-width: 1200px) {
  .service-widget {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .schedule-section .schedule-img-group .schedule-img-1 {
    padding-top: 0;
  }
  .schedule-section .schedule-img-group img {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

/* ==========================
      GALLERY START     
   ============================ */
.gallery-section {
  padding-top: 80px;
  padding-bottom: 60px;
}

.gallery-section .gallery-title {
  padding-bottom: 45px;
}

.gallery-section .gallery-title p {
  letter-spacing: 2px;
  text-transform: capitalize;
}

/* ==========================
      GALLERY END     
   ============================*/
/* ==========================
      DOCTOR START     
   ============================*/
.doctor-section {
  padding: 80px 0px 60px 0px;
}

/* ==========================
    DOCTOR END     
============================*/
/* ==========================
      DEPARTMENT START     
   ============================*/
.department-section {
  background: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 60px;
}

/* ==========================
   DEPARTMENT START     
============================*/
/* ==========================
   COUNTER START     
============================*/
.counter-section {
  background: url(../img/counter/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 100%;
  padding: 85px 0px;
  position: relative;
  z-index: 1;
}

.counter-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6) !important;
}

.icon-box-item .icon span {
  position: relative;
  font-size: 65px;
  margin-bottom: 0;
  font-weight: 700;
  background: linear-gradient(120deg, #0aa1f7, #06d083);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-box-item span {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  /*display: block;*/
  position: relative;
  padding-bottom: 20px;
}

.icon-box-item span.counter:before {
  content: '';
  width: 60px;
  height: 3px;
  display: block;
  background: #51b8f2;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.icon-box-item h5 {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin-top:30px;
}

/* ==========================
    TESTIMONIAL START 
============================*/
.testimonial-section {
  background: url(../img/testimonials/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 85px;
  position: relative;
  z-index: 1;
}

.testimonial-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  z-index: -1;
}

.testimonial-section .testimonial-title p {
  color: #fff !important;
}

.testimonial .item {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.testimonial .item .client img {
  display: block;
  width: 150px;
  height: auto;
  margin-right: 30px;
}

.testimonial .item .client a {
  color: #373737;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
}

.testimonial .item .client span {
  font-size: 12px !important;
  font-style: italic;
  color: #51b8f2;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
}

.testimonial .item .client .client-inform p {
  color: #373737;
  margin-bottom: 10px;
}

.testimonial .item .client .social-icon i {
  font-size: 13px;
  height: 30px;
  width: 30px;
  background: #51b8f2;
  color: #fff;
  margin: 20px 0px 0px 5px;
  padding-top: 8px;
  border-radius: 50px 0px 50px 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial .item .client .social-icon i:hover {
  color: #000000;
  border-radius: 50px;
}

.testimonial .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 50px;
}

.testimonial .owl-dots button.owl-dot {
  height: 15px;
  width: 15px;
  background: #fff;
  margin: 0px 5px;
  border-radius: 50px 0px 50px 50px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial .owl-dots button.owl-dot.active {
  background: #51b8f2;
  border-radius: 50px;
}

.testimonial .owl-dots button.owl-dot:hover {
  background: #51b8f2;
}

@media (max-width: 575px) {
  .testimonial .item .client img {
    margin: auto;
  }
  .client-inform {
    margin-top: 20px;
    text-align: center;
  }
}

/* ==========================
    TESTIMONIAL END 
============================*/
/* ==========================
    NEWS START 
============================*/
.news-section {
  background: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 60px;
}

/* ==========================
    CONTACT START 
============================*/
.contact-section {
  background: #71c7f7;
  padding-top: 50px;
  padding-bottom: 75px;
}

.contact-section hr {
  background: #063464;
  margin: 50px 0px 85px 0px;
}

.contact-section .contact-title h5 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 13px;
  font-weight: 600;
}

.contact-section .contact-title p {
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.contact-section .contact-title .sub-title h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.contact-section .contact-title .contact-link h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding-top: 5px;
}

.contact-section .contact-title .contact-link-post a {
  padding-bottom: 15px;
  display: block;
}

.contact-section .contact-title .contact-link-post a i {
  font-size: 10px;
  margin-right: 5px;
}

.contact-section a {
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-section a:hover {
  color: #51b8f2;
}

.contact-section .day-time {
  color: #fff;
  text-transform: capitalize;
  padding-top: 18px;
}

.contact-section .text-box {
  background: #063464;
  padding: 10px 15px;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
}

.contact-section .text-box .text {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 300;
  color: #373737;
  background: transparent;
  color: #fff;
  border: none;
  outline: none;
}

.contact-section .text-box .submit {
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.contact-section .text-box .submit i {
  font-size: 18px;
  color: #fff;
  height: 35px;
  width: 50px;
  background: #061939;
  line-height: 35px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-section .text-box .submit:hover i {
  background: #fff;
  color: #061939;
}

.contact-section .social-icon {
  text-align: left;
}

.contact-section .social-icon i {
  font-size: 14px;
  height: 40px;
  width: 40px;
  background: #063464;
  color: #fff;
  margin: 20px 0px 0px 5px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-section .social-icon i:hover {
  border-radius: 50px 0px 50px 50px;
}

.contact-top-bar-side i {
  font-size: 20px;
  height: 60px;
  width: 60px;
  background: #51b8f1;
  color: #fff;
  margin-right: 10px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.contact-top-bar-side i:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: #51b8f2;
  color: #fff;
}

.contact-top-bar-side p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.contact-top-bar-side p a {
  color: #51b8f2;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-top-bar-side p a:hover {
  color: #fff;
}

.contact-top-bar .icon i {
  background: #063464;
  border-radius: 5px;
  text-align: center;
  margin-left: 10px;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.contact-top-bar .icon i:hover {
  background: #51b8f2;
  color: #fff;
}

.contact-top-bar .bttn .btn {
  padding: 15px 30px 15px 25px;
  border-radius: 5px;
  font-weight: 700;
  margin-left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-top-bar .bttn .btn i {
  font-size: 12px;
  height: 0;
  width: 0;
  background: none;
  line-height: 0;
  margin-left: 5px;
  padding-top: 3px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-top-bar .bttn .btn:hover i {
  color: #51b8f2;
}

@media (max-width: 991px) {
  .contact-section .contact-link-post {
    padding-bottom: 20px;
  }
  .contact-section .contact-link {
    padding-bottom: 30px;
  }
  .contact-section hr {
    margin: 50px 0px;
  }
  .contact-top-bar .bttn .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .contact-top-bar .icon {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .contact-section .contact-link {
    padding-bottom: 30px;
  }
  .contact-section hr {
    margin: 30px 0px;
  }
}

/* ==========================
    CONTACT END 
============================*/
/* ==========================
    PARTNET START
============================*/
.partner-section {
  padding: 90px 0px 85px 0px;
}

.partner-section img {
  width: auto !important;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .icon-box-item {
    margin-top: 50px;
  }
}

/* ==========================
    PARTNET END
============================*/
/* ==========================
    FOOTER START
============================*/
.footer-section {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 33px;
}

.footer-section .footer-content p {
  color: #fff;
  margin-bottom: 0;
}

.footer-section .footer-content p a {
  font-family: "Inter";
  color: #51b8f2;
}

.footer-section .footer-content p a:hover {
  color: #51b8f2;
}

.footer-section .footer-link a {
  font-family: "Inter";
  color: #fff;
  padding-left: 20px;
}

.footer-section .footer-link a:hover {
  color: #51b8f2;
}

@media (max-width: 767px) {
  .footer-link {
    padding-top: 10px;
  }
}

/* ==========================
    FOOTER END
============================*/
/* ==========================
     PAGE BANNER START
============================*/
.page-banner {
  background: url(../img/services/service-back.jpg);
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 160px;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.page-banner .page-banner-content {
  background: #f5f5f5a6;
  padding: 55px 50px 50px 50px;
  border-radius: 10px 10px 0px 0px;
}

.page-banner .page-banner-content .title h2 {
  font-family: "Inter";
  color: #51b8f2;
  font-weight: 700 !important;
  padding-top: 10px;
}

.page-banner .page-banner-content .title h6 {
  color: #51b8f2;
}

.page-banner .page-banner-content .link {
  font-family: "Inter";
  font-size: 14px;
  text-transform: capitalize;
  color:#51b8f2;
}

.page-banner .page-banner-content .link a {
  color: #51b8f2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-banner .page-banner-content .link a i {
  margin: 0px 5px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .page-banner-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .page-banner {
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  .page-banner-content h2 {
    font-size: 25px;
  }
}

/* ==========================
    SERVICE PAGE START
============================*/
.service-bg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-bg:hover {
  -webkit-box-shadow: 8px 8px 0px rgba(235, 233, 233, 0.623);
          box-shadow: 8px 8px 0px rgba(235, 233, 233, 0.623);
}

/* ==========================
    SERVICE PAGE END
============================*/
/* ==========================
    GALLERY PAGE END
============================*/
.item-block-02 .overlay .icon2 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 40%;
}

.item-block-02 .overlay .icon1 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 60%;
  border-radius: 0px 50px 50px 50px !important;
}

.filter-menu {
  background-color: #fff;
  margin-bottom: 30px;
  display: inline-block;
}

.filter-menu .bttn {
  font-family: "Inter";
  font-size: 14px;
  color: #373737;
  font-weight: 300;
  text-transform: capitalize;
  padding: 6px 20px;
  background: transparent;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filter-menu .bttn.mixitup-control-active, .filter-menu .bttn:hover {
  color: #fff;
  background: #51b8f2;
  border-radius: 5px;
}

/* ==========================
    GALLERY-3 PAGE END
============================*/
.gallery-page {
  background: #f9f9f9;
  padding-bottom: 90px;
}

.gallery-page-03 {
  background: #f9f9f9;
  padding-bottom: 90px;
}

.gallery-page-03 .col-lg-3, .gallery-page-03 .col-md-3, .gallery-page-03 .col-sm-6 {
  padding-right: 0;
  padding-left: 0;
}

.gallery-page-03 .item-block-02 {
  margin-bottom: 0;
}

/* ==========================
    GALLERY PAGE END
============================*/
/* ==========================
    BLOG PAGE STATRT
============================*/
.blog-page {
  padding: 90px 0px;
}

.blog-page .blog-item {
  padding: 20px;
  border: 1px solid #e3e6ea99;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-page .blog-item .blog-bg {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.blog-page .blog-item .blog-bg .overlay {
  position: absolute;
  top: -80px;
  right: 25px;
  height: 60px;
  width: 60px;
  color: #fff;
  background-color: #51b8f2;
  font-size: 25px;
  text-align: center;
  padding-top: 10px;
  border-radius: 30px 0px 30px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.blog-page .blog-item .blog-bg img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-page .blog-item .blog-content h4 a {
  font-family: "Inter";
  font-size: 18px;
  color: #373737;
  padding-top: 20px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-page .blog-item .blog-content span {
  font-family: "Roboto";
  font-size: 15px;
  color: #373737 !important;
  font-weight: 300;
  display: inline-block;
  padding: 5px 0px;
}

.blog-page .blog-item .blog-content span a {
  color: #373737;
}

.blog-page .blog-item .blog-content span a:hover {
  color: #51b8f2;
}

.blog-page .blog-item .blog-content p {
  margin-top: 10px;
}

.blog-page .blog-item .blog-btn {
  display: inline-block;
  margin-top: 10px;
}

.blog-page .blog-item .blog-btn a {
  border-radius: 0;
}

.blog-page .blog-item .blog-btn i {
  margin-left: 10px;
}

.blog-page .blog-item:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blog-page .blog-item:hover .overlay {
  top: 25px;
}

.blog-page .blog-item:hover h4 a {
  color: #51b8f2;
}

.blog-page .blog-item:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
}

.blog-page .blog-item .owl-carousel .owl-nav {
  display: block;
}

.blog-page .blog-item .owl-carousel .owl-nav button.owl-next,
.blog-page .blog-item .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  font-size: 15px;
  color: #7b8491;
  background: #51b8f2;
  color: #fff;
  right: 0px;
  height: 30px;
  width: 30px;
  padding: 0px 10px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-page .blog-item .owl-carousel .owl-nav button.owl-next {
  left: 0;
}

.blog-page .blog-item .owl-carousel .owl-stage {
  pointer-events: none;
}

.blog-page .blog-item-quote {
  padding: 70px 30px 75px 30px;
}

.blog-page .blog-item-quote .blog-bg i {
  color: #51b8f2;
  font-size: 50px;
  padding-bottom: 25px;
}

.change-btn {
  background-color: #f5f4f4;
}

.change-btn .btn {
  background-color: #51b8f2;
  height: 50px;
  width: 50px;
  text-align: right;
  padding: 10px;
  font-size: 20px;
  border-radius: 0px 50px 50px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.change-btn .btn:hover {
  color: #fff;
}

.change-btn .btn-2 {
  border-radius: 50px 0px 0px 50px;
}

.change-btn .main-pagination {
  margin-bottom: 0;
  border: none;
}

.change-btn .main-pagination .page-link {
  background-color: #fff;
  color: #000000;
  border: none;
  margin: 0px 5px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.change-btn .main-pagination .page-link.active, .change-btn .main-pagination .page-link:hover {
  background-color: #51b8f2;
  color: #fff;
}

.search {
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.search .search-btn {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 300;
  color: #373737;
  padding: 12px 15px;
  border: none;
  width: 100%;
  outline: none;
  background: transparent;
}

.blog-page .tab-post {
  margin-top: 30px;
}

.blog-page .tab-post .bttn a {
  background-color: #ebebeb;
  color: #373737;
  border-radius: 0;
  padding: 10px 45px;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-page .tab-post .bttn a.active {
  background: #51b8f2;
  color: #fff;
}

.blog-page .tab-content {
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .blog-page .tab-post .bttn a {
    padding: 6px 28px;
  }
}

@media (max-width: 767px) {
  .blog-page .tab-post .bttn a {
    padding: 6px 46px;
  }
  .search {
    margin-top: 30px;
  }
}

@media (max-width: 380px) {
  .blog-page .tab-post .bttn a {
    padding: 10px 28px;
  }
  .flicker-bg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.post-block a, .category .content a {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  color: #51b8f2;
  text-decoration: none;
  display: block;
  padding-bottom: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-block {
  margin-top: 30px;
}

.post-block img {
  width: auto;
  margin-right: 15px;
}

.post-block a {
  font-size: 17px;
}

.post-block span {
  font-family: "Inter";
  font-size: 14px;
  color: #373737;
  font-weight: 400;
}

.post-block:hover a {
  color: #51b8f2;
}

.category {
  margin-top: 30px;
}

.category h4 {
  font-size: 22px;
  margin-bottom: 0;
  padding-top: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.category .content {
  margin-top: 10px;
}

.category .content a {
  font-size: 15px;
  font-weight: 400;
  padding: 16px 0px;
  border-bottom: 1px solid #E6E8EC;
}

.category .content a:hover {
  margin-left: 5px;
  color: #51b8f2;
}

.category .content a i {
  margin-right: 5px;
  font-size: 13px;
  color: #51b8f2;
}

.flicker .content {
  border: 1px solid #E6E8EC;
  margin-top: 30px;
  border-radius: 5px;
  padding: 15px;
}

/* ==========================
    BLOG PAGE END
============================*/
/* ==========================
    BLOG PAGE-3 STATRT
============================*/
.blog-page3 .blog-content h4 a {
  font-size: 18px !important;
}

.blog-page3 .blog-content span {
  font-size: 13px;
}

.blog-page3 {
  padding-bottom: 60px;
}

.blog-page3 .masonary {
  -webkit-columns: 3;
          columns: 3;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  margin: auto;
}

.blog-page3 .masonary .grid-item .blog-item {
  overflow: hidden;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.blog-page3 .blog-item {
  padding-bottom: 50px;
}

@media (max-width: 1200px) {
  .blog-page3 .masonary {
    -webkit-columns: 2;
            columns: 2;
    width: calc(100% - 30px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .blog-page3 .masonary {
    -webkit-columns: 1;
            columns: 1;
    margin: auto;
  }
}

.blog-page4 {
  padding-bottom: 60px;
}

.blog-page4 .masonary {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

@media (max-width: 991px) {
  .blog-page4 .masonary {
    -webkit-columns: 1;
            columns: 1;
    width: calc(100% - 30px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* ==========================
    BLOG-SINGLE-PAGE-3 STATRT
============================*/
.paragraph {
  padding-bottom: 20px;
}

.paragraph blockquote {
  font-family: "Inter";
  font-size: 14px;
  color: #373737;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 10px;
}

.paragraph blockquote i {
  font-size: 20px;
  color: #757575;
}

.doctor-profile {
  background: #51b8f2;
  padding: 10px;
  margin-top: 30px;
}

.doctor-profile img {
  width: auto !important;
  height: auto;
  display: block;
  margin-right: 15px;
}

.doctor-profile .content {
  padding-top: 10px;
}

.doctor-profile .content p {
  color: #fff;
}

.doctor-profile .content h5 a {
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.doctor-profile .content .social i {
  font-size: 13px;
  height: 30px;
  width: 30px;
  background: #fff;
  color: #000000;
  margin: 20px 0px 0px 5px;
  padding-top: 8px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.doctor-profile .content .social i:hover {
  color: #fff;
  background-color: #51b8f2;
}

.doctor-profile:hover h5 a {
  color: #373737;
}

.comment-btn {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .doctor-profile img {
    margin: auto;
  }
  .doctor-profile .content {
    text-align: center;
  }
}

.comment-btn {
  background-color: #f5f4f4;
}

.doctor-information {
  margin-top: 30px;
}

.doctor-information img {
  width: auto;
  margin-right: 15px;
}

.doctor-information p {
  margin-bottom: 0;
}

.doctor-information .title h5 a {
  font-size: 20px;
  color: #373737;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.doctor-information .title span {
  font-family: "Inter";
  font-size: 13px;
  color: #373737;
  margin-left: 10px;
  font-weight: 600;
}

.doctor-information:hover .content a,
.doctor-information:hover h5 a {
  color: #51b8f2;
}

.doctor-information .content a {
  color: #373737;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side {
  margin-left: 100px;
}

@media (max-width: 480px) {
  .doctor-information .title {
    margin-top: 20px;
  }
  .side {
    margin-left: 0;
  }
}

.contact-form .text {
  font-family: "Inter";
  font-size: 14px;
  color: #373737;
  font-weight: 300;
  width: 100%;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #b7b7b7;
  margin-top: 30px;
}

.contact-form .submit-btn .btn {
  width: 100%;
}

.contact-form .subject {
  font-family: "Inter";
  font-size: 14px;
  color: #373737;
  border: 1px solid #b7b7b7;
  outline: none;
  margin-top: 30px;
  margin-bottom: 25px;
  height: 115px;
  width: 100%;
  padding: 10px;
}

/* ==========================
    BLOG-SINGLE-PAGE-3 END
============================*/
/* ==========================
    DEPARTMENT PAGE STATRT
============================*/
.department-block {
  overflow: hidden;
}

.department-block .item-block-03 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.department-block .item-block-03 .right-side {
  margin-bottom: 5px;
}

.department-block .bg {
  overflow: hidden;
}

.department-block .bg img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.department-block:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.department-3 {
  background: #fff !important;
}

.department-3 .department-block {
  border: 1px solid #d6d6d66e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.department-3 .department-block .department-content h5 a {
  padding-top: 0;
}

.department-3 .department-block:hover {
  -webkit-box-shadow: 0 8px 15px rgba(235, 235, 235, 0.733);
          box-shadow: 0 8px 15px rgba(235, 235, 235, 0.733);
}

/* ==========================
    DEPARTMENT PAGE END
============================*/
/* ==========================
    DOCTORS PAGE-02 STATRT
============================*/
.item-block-07 {
  padding-bottom: 30px;
  overflow: hidden;
}

.item-block-07 .item-pic {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}

.item-block-07 .item-pic img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.item-block-07:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 5px;
}

.item-block-07 .item-content {
  position: relative;
  text-align: center;
  background: #eff3f9;
  padding: 25px 0px;
  width: 90%;
  text-align: center;
  margin: -60px auto auto;
  border-radius: 5px 5px 0px 0px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-block-07 .item-content a {
  font-family: "Inter";
  font-size: 22px;
  font-weight: 600;
  color: #373737 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item-block-07 .item-content span {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: #373737;
  padding-top: 5px;
  display: block;
}

.item-block-07:hover .item-content a {
  color: #51b8f2 !important;
}

.item-block-07 .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.37);
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-block-07 .item-overlay .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-block-07 .item-overlay .icon a {
  display: block;
  margin: 10px 0px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: -30px;
  color: #fff;
  font-size: 14px;
  background: #51b8f2;
  text-align: center;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  line-height: 35px;
  transition: all 0.3s ease-in-out;
}

.item-block-07 .item-overlay .icon a:hover {
  color: #373737;
}

.item-block-07:hover .icon a {
  left: 30px;
}

.item-block-07:hover .icon a:nth-child(1) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.item-block-07:hover .icon a:nth-child(2) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.item-block-07:hover .icon a:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.item-block-07:hover .icon a:nth-child(4) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.item-block-07:hover .item-overlay {
  opacity: 1;
}

/* ==========================
    DOCTORS PAGE-02 END
============================*/
.doctor-section .doctor-main-3 .doctor-block-3 {
  position: relative;
}

.doctor-section .doctor-main-3 .doctor-block-3 img {
  position: relative;
  z-index: -1;
}

.doctor-section .doctor-main-3 .doctor-block-3 .overlay {
  background: #51b8f2;
  position: absolute;
  padding: 10px 30px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.doctor-section .doctor-main-3 .doctor-block-3 .overlay .social-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #51b8f2;
  width: 100%;
  padding: 15px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.doctor-section .doctor-main-3 .doctor-block-3 .overlay .social-icon i {
  font-size: 13px;
  height: 30px;
  width: 30px;
  color: #000000;
  background: #fff;
  border-radius: 50px 0px 50px 50px;
  text-align: center;
  padding-top: 8px;
  margin: 0px 3px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.doctor-section .doctor-main-3 .doctor-block-3 .overlay .social-icon i:hover {
  color: #51b8f2;
  border-radius: 50%;
  z-index: 999;
}

.doctor-section .doctor-main-3 .doctor-block-3 .overlay .discription {
  z-index: 1;
}

.doctor-section .doctor-main-3 .doctor-block-3 .overlay .discription a {
  font-family: "Inter";
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.doctor-section .doctor-main-3 .doctor-block-3 .overlay .discription span {
  font-family: "Inter";
  font-size: 12px;
  color: #000000;
  font-weight: 300;
}

.doctor-section .doctor-main-3 .doctor-block-3:hover .social-icon {
  bottom: 50px;
}

@media (max-width: 991px) {
  .doctor-main-3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .doctor-section .doctor-main-3 .doctor-block-3:hover .social-icon {
    bottom: 40px;
  }
}

/* ==========================
    DOCTORS PAGE END
============================*/
/* ==========================
    CONTACT PAGE START
============================ */
.contact-page {
  padding-top: 85px;
  padding-bottom: 90px;
}

.contact-page .contact-page-title {
  padding-bottom: 60px;
}

.contact-page .contact-page-title h2 {
  color: #373737;
  font-weight: 700;
}

.contact-page .contact-page-title span {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  color: #51b8f2;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding-bottom: 10px;
}

.contact-page .contact-form {
  margin-bottom: 30px;
}

.contact-page .contact-form .text {
  border: none;
  background: transparent;
  border: 1px solid #b7b7b7;
  padding: 15px 15px;
  margin: 0;
}

.contact-page .contact-form .subject {
  border: none;
  background: transparent;
  border: 1px solid #b7b7b7;
  padding: 15px 15px;
  margin: 0;
  height: 135px;
}

.contact-page .submit-btn {
  margin-top: 30px;
}

.contact-page .submit-btn .btn {
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-page .submit-btn .btn i {
  font-size: 18px;
  margin-right: 5px;
}

.contact-page .submit-btn .btn:hover {
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-inform .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-inform .information a {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #51b8f2;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 20px;
}

.contact-inform .information a:hover {
  color: #51b8f2;
}

.contact-inform .information i {
  font-size: 22px;
  height: 30px;
  width: 30px;
  background: #eff3f9;
  color: #51b8f2;
  border-radius: 50px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-inform .information:hover i {
  background: #51b8f2;
  color: #fff;
}

@media (max-width: 575px) {
  .contact-inform .information br {
    display: block !important;
  }
}

.location-section {
  padding: 0;
}

.location-section #map {
  width: 100%;
  height: 600px;
}

@media (min-width: 300px) {
  .location-section {
    padding: 0 !important;
  }
}

.header-v4 .menu li:last-child a {
  /*padding-right: 0 !important;*/
}

.header-v4 .header-btn {
  right: 24px !important;
  width: 40px;
  margin-top: 13px;
}

.header-v4 .header-btn a i {
  font-size: 16px;
  color: #373737;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  margin-right: 0;
}

.header-v4 .header-btn .top-alert a {
  position: relative;
}

.header-v4 .header-btn .top-alert span {
  position: absolute;
  top: -7px;
  right: -7px;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  text-align: center;
  line-height: 15px;
  background: #51b8f2;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
}

.search-item {
  position: relative;
}

.search-item .search-overlay {
  display: none;
}

.search-item .search-popup {
  position: absolute;
  top: 30px;
  width: 300px;
  right: calc(100% - 16px);
  margin-top: 32px;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 10px 15px rgba(51, 47, 59, 0.1);
          box-shadow: 0 10px 15px rgba(51, 47, 59, 0.1);
}

.search-item .search-popup {
  position: relative;
}

.search-item .search-popup .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #111111;
  outline: 0;
  padding-top: 4px;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-item .search-popup .search-input:focus {
  border-color: #51b8f2;
}

.search-item .search-popup .btn {
  position: absolute;
  right: 25px;
  top: 50%;
  padding: 8px 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .header-v4 .header-btn a i {
    line-height: 25px;
    margin-left: 5px;
  }
  .header-v4 .header-btn {
    margin-top: 5px;
  }
  .header-v4 .header-btn span {
    position: absolute;
    top: 0 !important;
    right: -15px !important;
    display: block;
  }
}

@media (max-width: 480px) {
  .search-item .search-popup {
    width: 200px;
    padding: 10px;
  }
}

.sideInfo {
  position: fixed;
  right: -320px;
  width: 350px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 0;
  top: 0px;
  z-index: 99;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px #d2d2d29e;
          box-shadow: 0px 0px 10px #d2d2d29e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sideInfo.active {
  opacity: 1;
  visibility: visible;
  right: 0;
  z-index: 9999;
}

.mCustomScrollbar {
  padding: 30px 0px 30px 30px;
}

.mCSB_inside > .mCSB_container {
  padding-right: 30px !important;
  margin-right: 0;
}

.slideCol {
  position: relative;
  top: 0;
  height: 100%;
}

.slideCol .side-section-title h4 {
  color: #51b8f2;
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.slideCol .side-section-title p {
  color: #373737;
}

.slideCol .side-section-title img {
  width: auto;
  margin-bottom: 30px;
  display: inline-block;
}

.slideCol .close {
  font-size: 10px;
  color: #51b8f2;
  height: 30px;
  width: 30px;
  line-height: 25px;
  text-align: center;
  position: relative;
  top: 13px;
  border: 1px solid #51b8f2;
  border-radius: 50px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slideCol .close:hover {
  background: #51b8f2;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(33, 42, 109, 0.3);
          box-shadow: 0 5px 10px rgba(33, 42, 109, 0.3);
}

.slideCol .contact-info h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #373737;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.slideCol .contact-info p {
  font-size: 14px;
  font-weight: 400;
  color: #373737;
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  line-height: 24px;
}

.slideCol .contact-info {
  display: block;
}

.slideCol .contact-info p {
  font-family: "Roboto";
}

.slideCol .contact-info i {
  font-size: 25px;
  color: #51b8f2;
  float: left;
  height: 100px;
  width: 30px;
  margin-right: 8px;
}

.slideCol .subcribe-form h4 {
  font-size: 20px;
  color: #51b8f2;
  margin-bottom: 20px;
}

.slideCol .subcribe-form input#subscribe-email {
  font-family: "Inter";
  font-size: 14px;
  color: #373737;
  font-weight: 400;
  border: 1px solid #51b8f2;
  width: 100%;
  height: 50px;
  padding: 15px;
  outline: none;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
          box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
}

.slideCol .subcribe-form button.btn {
  width: 100%;
  margin-top: 10px;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
          box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
}

.slideCol .social-icon {
  margin-top: 30px;
  margin-bottom: 50px;
}

.slideCol .social-icon a {
  font-size: 14px;
  background: #51b8f2;
  color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  outline: none;
  margin-right: 8px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slideCol .social-icon a:nth-of-type(1) {
  background: #3B5998;
}

.slideCol .social-icon a:nth-of-type(2) {
  background: #55ACEE;
}

.slideCol .social-icon a:nth-of-type(3) {
  background: #dd4b39;
}

.slideCol .social-icon a:nth-of-type(4) {
  background: #e8715c;
}

.slideCol .social-icon a:nth-of-type(5) {
  background: #0976B4;
}

.slideCol .social-icon a:hover {
  background: #fff;
  color: #51b8f2;
  -webkit-box-shadow: 0 5px 20px rgba(24, 33, 99, 0.4);
          box-shadow: 0 5px 20px rgba(24, 33, 99, 0.4);
}

@media (max-width: 480px) {
  .sideInfo {
    width: 300px;
  }
  .sideInfo h5 {
    font-size: 16px !important;
  }
  .side-section-title img {
    height: 40px;
  }
  .slideCol .close {
    top: 8px;
  }
}

.miniCart {
  position: relative;
  top: 0px;
  height: 100%;
  padding: 30px;
  padding-right: 0;
}

.miniCart .close {
  font-size: 10px;
  color: #51b8f2;
  height: 30px;
  width: 30px;
  line-height: 25px;
  text-align: center;
  position: relative;
  top: 5px;
  border: 1px solid #51b8f2;
  border-radius: 50px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.miniCart .close:hover {
  background: #51b8f2;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(33, 42, 109, 0.3);
          box-shadow: 0 5px 10px rgba(33, 42, 109, 0.3);
}

.mini-cart-con {
  position: fixed;
  right: -320px;
  width: 350px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 0;
  top: 0px;
  z-index: 99;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px #d2d2d29e;
          box-shadow: 0px 0px 10px #d2d2d29e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mini-cart-con.active {
  opacity: 1;
  visibility: visible;
  right: 0;
  z-index: 9999;
}

.mini-cart-con .single-mini-pd {
  margin-bottom: 30px;
  overflow: hidden;
}

.mini-cart-con .single-mini-pd h5 {
  margin: 0;
  padding: 0;
}

.mini-cart-con .single-mini-pd h5 a {
  color: #51b8f2;
}

.mini-cart-con .single-mini-pd .product-price {
  font-size: 16px;
  color: #373737;
}

.mini-cart-con .single-mini-pd img {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 10px;
}

.mini-cart-con .single-mini-pd .ratings a {
  font-size: 12px;
  color: orange;
  display: inline-block;
  margin-right: 2px;
}

.mini-cart-con .cart-total {
  background-color: transparent;
  padding: 10px 0 0;
  margin-top: 30px;
}

.mini-cart-con .cart-total span {
  float: right;
  margin-right: 3px;
}

.mini-cart-con .cart-total p {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.mini-cart-con .cart-total .btn {
  font-size: 13px;
  width: calc(50% - 4px);
  margin: 10px 2px !important;
  padding: 7px;
  float: left;
  background: #51b8f2;
  color: #fff;
}

.mini-cart-con .cart-total .btn:last-child {
  background-color: #fdb61c;
  color: #fff;
}

@media (max-width: 480px) {
  .mini-cart-con {
    width: 300px;
  }
  .mini-cart-con h5 {
    font-size: 16px !important;
  }
  .miniCart .close {
    top: 0;
  }
}
.banner-03 {width:1280px;margin:0 auto;}
.banner-03 .owl-dots {
  display: none !important;
}

.tab-section {
  background: #f9f9f9;
}

.tab-section .tab-post {
  position: relative;
  margin-top: -30px;
  z-index: 99;
}

.tab-section .tab-post .tabs {
  margin: 0;
}

.tab-section .tab-content {
  background: #fff;
  padding: 30px 30px 35px 30px;
  display: none;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
          box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  float: left;
  width: 100%;
}

.tab-section .tab-content.current {
  display: block;
}

/**
 *
 * FORM
 */
.main-form {
  display: block;
  position: relative;
  top: -70px;
  z-index: 1;
  height: 100%;
  width: 100%;
  float: left;
}

.main-form ul.morebtn {
  float: left;
  width: 150px;
}

.main-form ul.morebtn li {
  width: 150px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.main-form ul.morebtn li.active {
  background: #fff;
  color: #154abd;
}

.main-form ul.morebtn li {
  text-align: center;
  cursor: pointer;
  background: #51b8f2;
  color: #fff;
  padding: 22px 15px;
  outline: none;
  border: none;
  font-size: 16px;
}

.main-form ul.morebtn li a:hover, .main-form ul.morebtn li a:focus {
  border: none !important;
  outline: none !important;
}

.main-form ul.morebtn li i {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 27px;
}

.main-form ul.morebtn li ul {
  margin: 0;
  padding: 0;
  left: auto;
  right: 0;
  width: 150px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-form ul.morebtn li:hover ul {
  opacity: 1;
  visibility: visible;
}

.main-form ul.morebtn li ul li {
  display: block;
  width: 100%;
  height: auto;
}

.main-form ul.morebtn li ul li {
  padding: 5px;
  display: block;
  text-align: left;
  background: #51b8f2;
  color: #fff;
}

.main-form ul.morebtn li ul li:hover {
  color: #4facfe;
  background: #fff;
}

.main-form ul.morebtn li ul li i {
  display: inline-block;
  width: 25px;
  margin-right: 5px;
}

.main-form .service-items li.active {
  background: #fff;
  color: #51b8f2;
}

.main-form .service-items {
  position: relative;
  max-width: calc(100% - 110px);
  float: left;
  width: calc(100% - 150px);
}

.main-form .service-items li {
  width: 320px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  background: #51b8f2;
  color: #fff;
  padding: 22px 10px;
  outline: none;
  border: none;
  font-size: 14px;
  border-radius: 3px 3px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 130px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-form .service-items li:hover {
  border: none;
  outline: none;
  background: #fff;
  color: #154abd;
}

.main-form .service-items li i {
  display: block;
  width: 100%;
  font-size: 30px;
  text-align: center;
  padding-bottom:10px;
}

.tab-section .tab-post .form-input .form {
  font-family: "Inter";
  font-size: 14px;
  color: #373737;
  font-weight: 400;
  border: none;
  outline: none;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
          box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  border: 1px solid #e7e5e5;
  border-radius: 3px;
  padding: 12px 15px;
  max-width: 100%;
  width: 100%;
  margin-right: 15px;
}

.tab-section .tab-post .form-input .age {
  width: 100px;
}

.tab-section .tab-post .form-input .btn {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.199) !important;
          box-shadow: 0 5px 10px rgba(24, 33, 99, 0.199) !important;
}

@media (max-width: 991px) {
  .tab-section .form-input .form {
    margin-bottom: 30px;
  }
  .tab-section .form-input .age {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .tab-section .form-input .btn {
    width: 100%;
  }
}

/*=================================
    Product Area 
====================================*/
.product-section-02 {
  background: #f9f9f9;
}

.product-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 0;
}

.product-card {
  margin-top: 10px;
  margin-bottom: 50px;
  position: relative;
}

.product-card .product-img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.product-card .product-img .product-add {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0) translate(-50%, -50%);
          transform: scale(0) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-card .product-img .product-add a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #373737;
  margin: 0 auto;
  line-height: 45px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-card .product-img .product-add a:hover {
  background: #51b8f2;
  color: #fff;
}

.product-card .product-img:hover .product-add {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.product-card .product-img .top-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.product-card .product-img .top-tag h6 {
  position: absolute;
  top: 26px;
  left: -10px;
  font-size: 12px;
  padding: 7px 13px;
  background: #51b8f2;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #fff;
}

.product-card .product-img .top-tag .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.product-card .product-img .top-tag .ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: #51b8f2;
  -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 19px;
  right: -21px;
}

.product-card .product-img .top-tag .ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #51b8f2;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #51b8f2;
}

.product-card .product-img .top-tag .ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #51b8f2;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #51b8f2;
}

.product-card .product-img .top-tag .ribbon-color-01 span {
  background: #28a745;
}

.product-card .product-img .top-tag .ribbon-color-01 span::after {
  border-right-color: #28a745;
  border-top-color: #28a745;
}

.product-card .product-img .top-tag .ribbon-color-01 span::before {
  border-left-color: #28a745;
  border-top-color: #28a745;
}

.product-card .product-img .top-tag .ribbon-color-03 span {
  background: orange;
}

.product-card .product-img .top-tag .ribbon-color-03 span::after {
  border-right-color: orange;
  border-top-color: orange;
}

.product-card .product-img .top-tag .ribbon-color-03 span::before {
  border-left-color: orange;
  border-top-color: orange;
}

.product-card .product-img .top-tag .ribbon-color-02 span {
  background: #fc573b;
}

.product-card .product-img .top-tag .ribbon-color-02 span::after {
  border-right-color: #fc573b;
  border-top-color: #fc573b;
}

.product-card .product-img .top-tag .ribbon-color-02 span::before {
  border-left-color: #fc573b;
  border-top-color: #fc573b;
}

.product-card .content {
  padding-top: 20px;
}

.product-card .content h5 {
  margin-bottom: 15px;
  position: relative;
}

.product-card .content h5 a {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 700;
  color: #373737;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-card .content h5 a:hover {
  color: #51b8f2;
}

.product-card .content h5 span {
  font-size: 20px;
  font-weight: 400;
}

.product-card .content h5 .price {
  position: absolute;
  font-size: 12px;
  margin-bottom: 10px;
  color: #a9a9a9;
  right: 0px;
  top: -12px;
  font-weight: 300;
}

.product-card .rating {
  margin-top: 10px;
}

.product-card .rating i {
  font-size: 17px;
  color: orange;
  cursor: pointer;
}

.product-card .cart-btn {
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 8px 20px;
}

.product-card .cart-btn i {
  margin-left: 5px;
}

.product-card .cart-btn .btn {
  display: inline-block;
  border-radius: 5px;
}

/*=================================
    Product Area 
====================================*/
/*=================================
    CART STYLE
====================================*/
.cart-section {
  padding: 90px 0px;
}

.cart-form table {
  width: 100%;
}

.cart-form table td {
  border: 1px solid #f4f4f4;
  color: #333;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  padding: 10px 15px;
}

.cart-form table td .product-name {
  text-align: left !important;
  padding: 0 40px !important;
}

.cart-form table td .actions {
  text-align: left;
  padding: 20px 20px 20px 30px;
}

.cart-form thead th {
  border: 1px solid #f4f4f4;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 15px;
}

.cart-form .cart-pd-thumb img {
  text-align: center;
  margin: auto;
  width: 120px;
}

.cart-form .cart-pd-edit a {
  display: block;
  color: #373737;
}

.cart-form .cart-pd-desc {
  text-align: left !important;
}

.cart-form .actions .btn {
  text-transform: uppercase;
}

.cart-form #update-cart {
  float: right;
}

.cart-form .cart-total {
  border-radius: 7px;
  background: #f4f4f4;
  text-align: right;
  padding: 20px;
}

.cart-form .cart-total h4 {
  color: #373737;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 35px;
}

.cart-form .cart-total p {
  color: #373737;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.cart-form .cart-total p span {
  display: inline-block;
  width: 100px;
}

.cart-form .cart-total .btn {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 15px;
  max-width: 270px;
  width: 100%;
}

.cart-form .checkout-form,
.cart-form .shopping-form {
  border: 1px solid #f4f4f4;
  border-radius: 7px;
  padding: 20px;
}

.cart-form .checkout-form h6,
.cart-form .shopping-form h6 {
  color: #373737;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 600;
  margin-bottom: 20px;
}

.cart-form .checkout-form label,
.cart-form .shopping-form label {
  color: #373737;
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.cart-form .checkout-form input,
.cart-form .shopping-form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #f4f4f4;
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 100%;
}

.cart-form .shopping-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #f4f4f4;
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 100%;
}

.cart-form .shopping-form .btn {
  display: block;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: auto;
}

.cart-form .checkout-form {
  border: 1px solid #f4f4f4;
  border-radius: 7px;
}

.cart-form .checkout-form h6 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.cart-form .checkout-form .checkout-body {
  position: relative;
  padding: 50px 90px 30px;
}

.cart-form .checkout-form input,
.cart-form .checkout-form label {
  display: inline-block;
  margin-bottom: 0;
}

.cart-form .quantity {
  display: inline-block;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.cart-form .quantity > input[type="number"] {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 0;
  text-align: center;
  width: 40px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.cart-form .quantity span {
  color: #fff;
  cursor: pointer;
  background-color: #51b8f2;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 20px;
  vertical-align: top;
}

.cart-form .quantity .decressQnt {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cart-form .quantity .incressQnt {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sign-up-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.sign-up-section .sign-up-title {
  padding-bottom: 20px;
}

.sign-up-section .sign-up-title h3 {
  font-size: 30px;
  color: #373737;
}

.sign-up-section .sign-up-title p {
  font-family: "Inter";
  font-weight: 400;
  padding-right: 30px;
}

.sign-up-section .sign-up-form .form-control {
  font-family: "Inter";
  font-size: 14px;
  color: #373737;
  font-weight: 400;
  background: transparent;
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #d8d5d5;
  margin-bottom: 30px;
  border-radius: 5px;
}

.sign-up-section .sign-up-form .btn {
  font-size: 16px;
  border-radius: 5px;
  padding: 15px 50px;
}

.sign-up-section .sign-up-form .account-desc {
  font-family: "Inter";
  font-size: 16px;
  color: #373737;
  font-weight: 400;
  margin-top: 20px;
}

.sign-up-section .sign-up-form .account-desc a {
  color: #51b8f2;
}

.sign-up-section .sign-up-form .agree-label {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  color: #373737;
  margin-bottom: 30px;
}

.page-not-found {
  padding-top: 200px;
}

.page-not-found .page-content {
  text-align: center;
}

.page-not-found .page-content h1 {
  font-size: 180px;
  color: #51b8f2;
  font-weight: bold;
  margin-bottom: 0;
}

.page-not-found .page-content h2 {
  font-size: 45px;
  color: #373737;
  font-weight: bold;
  text-transform: uppercase;
}

.page-not-found .page-content p {
  padding-top: 10px;
  padding-bottom: 20px;
}

@media (max-width: 480px) {
  .page-not-found .page-content h1 {
    font-size: 100px;
  }
  .page-not-found .page-content h2 {
    font-size: 30px;
  }
  .page-not-found .page-content p {
    padding-bottom: 10px;
  }
}

/* -------404 END------------ */
/* ==========================
    PRODUCT-PAGE START
============================*/
.product-section .category {
  margin-top: 45px;
}

.price .right-border::before {
  bottom: 15px;
  left: 130px;
}

.price .right-border::after {
  bottom: 15px;
  left: 155px;
}

#slider-range {
  background: #eaeff0;
  position: relative;
  max-width: 290px;
  height: 5px;
  margin-top: 20px;
}

#slider-range .ui-slider-range {
  background: #1086ff;
  position: absolute;
  height: 5px;
}

#slider-range .ui-slider-handle {
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #1086ff;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: -5px;
  width: 15px;
  height: 15px;
  outline: none;
}

.middle,
.amount {
  font-family: "Roboto";
  padding-top: 25px;
  color: #63666b;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  max-width: 30px;
  text-transform: capitalize;
}

.product .right-border::before {
  bottom: 9px;
  left: 155px;
}

.product .right-border::after {
  bottom: 9px;
  left: 180px;
}

.product-section .product-item {
  background: #eff3f9;
}

.product-section .product-block {
  margin-bottom: 60px;
}

.product-section .product-block:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-single-block:hover .price-content a,
.product-block:hover .price-content a {
  color: #1086ff;
}

.product-single-block:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-section .pagination {
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0;
}

#item_review {
  display: none;
  padding-top: 30px;
}

/* ==========================
      SHOP Side START
   ============================*/
.shop-side-section {
  padding: 90px 0px;
}

.shop-side-section .price {
  padding-top: 30px;
}

.shop-side-section .price-slider-form .amount {
  color: #373737;
  padding-bottom: 0;
}

.shop-side-section .price-slider-form .middle {
  color: #373737;
}

.shop-side-section .category h4 {
  padding-top: 0;
}

.shop-side-section .category .content a {
  border-bottom: 0;
  padding: 10px 0px;
}

.shop-side-section .product {
  margin-top: 15px;
}

.shop-side-section .product .tag-link {
  margin-top: 20px;
}

.shop-side-section .product .tag-link ul {
  display: inline-block;
}

.shop-side-section .product .tag-link ul li {
  display: inline-block;
  margin: 0px 5px 10px 0px;
}

.shop-side-section .product .tag-link ul li a {
  background-color: #51b8f2;
  font-family: "Roboto";
  font-size: 14px;
  color: #fff;
  padding: 10px 22px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop-side-section .product .tag-link ul li a:hover {
  background: #fff;
  color: #51b8f2;
  -webkit-box-shadow: 0px 0px 10px #ddd;
          box-shadow: 0px 0px 10px #ddd;
}

.shop-side-section .product-card {
  margin-top: 0px;
}

.shop-side-section #slider-range .ui-slider-handle {
  border-color: #51b8f2;
}

.shop-side-section #slider-range .ui-slider-range {
  background: #51b8f2;
}

/* ==========================
      CONTACT-2 START
   ============================*/
.contact-sec-02 {
  padding-bottom: 40px;
}

/* ==========================
      FOOTER-2 START
   ============================*/
.footer-sec-02 {
  background: url(../img/footer/footer-pic.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0px;
}

.footer-sec-02 .footer-area .footer-logo img {
  width: auto;
  display: block;
  margin: auto;
  padding-bottom: 35px;
}

.footer-sec-02 .footer-area .footer-link a {
  font-size: 14px;
  padding: 0px 10px;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: capitalize;
}

.footer-sec-02 .footer-area .social-icon i {
  font-size: 16px;
  height: 45px;
  width: 45px;
  background: #063464;
  color: #fff;
  margin: 20px 5px 0px 5px;
  line-height: 45px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-sec-02 .footer-area .social-icon i:hover {
  background: #51b8f2;
  color: #fff;
}

.footer-sec-02 .footer-area .footer-content p {
  color: #fff;
}

.footer-sec-02 .footer-area .footer-content p a {
  color: #51b8f2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-sec-02 .footer-area .footer-content p a:hover {
  color: #fff;
}

@media (max-width: 575px) {
  .footer-sec-02 {
    padding: 50px 0px;
  }
}

/* ==========================
      Coming-Soon START
   ============================*/
.coming-sec {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../img/banner/1.jpg");
  background-attachment: fixed;
  padding: 11.5% 0 12% 0;
  position: relative;
}

.coming-sec:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0463cf;
  opacity: .7;
}

.coming-sec h4 {
  font-size: 22px;
  color: #fff;
  padding-bottom: 42px;
  padding-top: 45px;
}

.coming-sec .sec-heading h2 {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
}

.coming-sec .sec-heading p {
  font-family: "Inter";
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 30px;
}

.countdown {
  font-family: "Inter";
  color: #fff;
  text-transform: uppercase;
}

.countdown > div {
  display: inline-block;
}

.countdown > div > span {
  color: #fff;
  display: block;
  text-align: center;
  padding-bottom: 5px;
}

.countdown-container {
  margin: 0px 10px;
}

.countdown-container .countdown-heading {
  font-size: 16px;
  margin: 3px;
  color: #fff;
}

.countdown-container .countdown-value {
  font-size: 50px;
  background: #fff;
  padding: 15px;
  color: #51b8f2;
  border-radius: 5px;
}

.join-field .join {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 300;
  color: #373737;
  padding: 15px 30px;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  padding-right: 170px;
  border: none;
  height: 60px;
  outline: none;
  width: 100%;
  position: relative;
}

.join-field .btn {
  position: absolute;
  bottom: -1px;
  right: 13px;
  height: 61px;
  padding: 17px 60px;
  display: inline-block;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .coming-sec .sec-heading h2 {
    font-size: 50px;
  }
  .countdown-value {
    font-size: 35px !important;
  }
}

@media (max-width: 480px) {
  .coming-sec .sec-heading h2 {
    font-size: 35px;
  }
  .coming-sec .sec-heading p {
    font-size: 14px;
  }
  .countdown-container {
    margin: 0px 5px;
  }
  .countdown-container .countdown-heading {
    font-size: 14px;
  }
  .countdown-container .countdown-value {
    font-size: 25px !important;
    padding: 10px;
  }
  .join-field .btn {
    padding: 15px 35px;
    height: 51px;
  }
  .join-field .join {
    height: 50px;
  }
}

@media (max-width: 360px) {
  .countdown-container {
    margin: 0 3px;
  }
  .countdown-container .countdown-value {
    font-size: 20px !important;
    padding: 5px;
  }
}

/* ==========================
    SHOP SINGLE PRODUCT START
============================*/
.shop-single {
  padding-bottom: 60px;
}

.shop-single .rating {
  margin-bottom: 10px;
}

.shop-single .rating i {
  font-size: 11px;
  color: #b1b4b7;
  margin-right: 3px;
  cursor: pointer;
}

.shop-single .rating i:nth-of-type(1) {
  color: #fe4c4c;
}

.shop-single .rating i:nth-of-type(2) {
  color: #fe4c4c;
}

.shop-single .rating i:nth-of-type(3) {
  color: #fe4c4c;
}

.shop-single .rating span {
  font-weight: 400;
  margin-left: 15px;
  color: #373737;
}

.shop-single .product-content a {
  font-family: "Inter";
  font-size: 22px;
  font-weight: 600;
  color: #373737;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop-single .product-content .product-price {
  padding-top: 8px;
}

.shop-single .product-content .product-price a {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 600;
  color: #51b8f2;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop-single .product-content .product-price h6 {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 600;
  color: #c5c5c5;
  padding-top: 10px;
  margin-left: 20px;
}

.shop-single .product-content p {
  font-family: "Roboto";
  font-weight: 400;
  margin-top: 10px;
}

.shop-single .purses span {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
}

.shop-single .purses a {
  font-family: "Roboto";
  font-size: 12px;
  color: #51b8f2;
  font-weight: 600;
  text-decoration: none;
  margin-left: 30px;
}

.shop-single .purses .quantity input[type="number"] {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  color: #111111;
  margin-left: 45px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #d9dde4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-radius: 3px;
}

.shop-single .purses .quantity span {
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  height: 30px;
  width: 20px;
  vertical-align: top;
  border-radius: 3px;
}

.shop-single .purses .quantity .decressQnt i {
  background: #ffffff;
  font-size: 14px;
  color: #7b8491;
  height: 40px;
  width: 40px;
  border-radius: 0;
  border: 1px solid #d9dde4;
  margin-left: 15px;
  display: inline-block;
  border-radius: 3px;
  padding: 12px;
}

.shop-single .purses .quantity .incressQnt i {
  background: #ffffff;
  color: #7b8491;
  font-size: 14px;
  height: 40px;
  width: 40px;
  border-radius: 0;
  border: 1px solid #d9dde4;
  border-radius: 3px;
  padding: 12px;
}

.shop-single .tag,
.shop-single .category-title {
  margin-top: 10px;
}

.shop-single .tag span,
.shop-single .category-title span {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  color: #373737;
  margin-right: 15px;
}

.shop-single .tag p,
.shop-single .category-title p {
  margin-bottom: 0;
}

.shop-single .single-btn {
  margin-top: 20px;
}

.shop-single .product-btn .nav-link {
  border-radius: 50px;
  margin-bottom: 25px;
  margin-right: 10px;
  padding: 12px 50px;
  background: #e4f5ff;
  color: #51b8f2;
}

.shop-single .product-btn .nav-link.active {
  background: #51b8f2;
  color: #fff;
}

.shop-single .product-related {
  padding: 30px 0px;
}

.shop-single .product-related h3 {
  font-size: 35px;
}

/* ==========================
    HEADER-03 START
============================*/
.header-top-bar-03 {
  padding: 0px;
}

.header-top-bar-03 .head-content .tel-icon {
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.header-top-bar-03 .head-content .tel-icon i {
  font-size: 11px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  background: #51b8f2;
  color: #fff;
  border-radius: 50px;
  margin-right: 5px;
  -webkit-transform: scale(1);
          transform: scale(1);
  overflow: hidden;
}

.header-top-bar-03 .head-content .tel-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header-top-bar-03 .head-content .social-icon a {
  font-size: 14px;
  color: #373737;
  padding: 0px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-top-bar-03 .head-content .social-icon a:hover {
  color: #51b8f2;
}

.header-top-bar-03 .head-content .content a {
  font-family: "Inter";
  font-size: 14px;
  color: #373737;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-top-bar-03 .head-content .content a:hover {
  color: #51b8f2;
}

.header-top-bar-03 .head-content .content i {
  color: #373737;
  font-size: 22px;
}

.header-top-bar-03 .head-content .form-group .nice-select {
  background: transparent;
  margin-top: 13px;
  margin-left: 10px;
}

.header-top-bar-03 .head-content .form-group .nice-select span {
  color: #373737;
  font-weight: 300;
}

.header-top-bar-03 .head-content .form-group .nice-select img {
  width: auto;
  height: 12px;
  margin-right: 3px;
  display: inline-block;
}

.header-top-bar-03 .head-content .form-group .nice-select .option {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-top-bar-03 .head-content .form-group .nice-select .option:hover {
  background: #51b8f2;
  color: #fff;
}

.header-top-bar-03 .head-content .form-group .nice-select:after {
  margin-top: -3px;
  right: 18px;
}

.header-top-bar-03 .head-content .form-group .nice-select .list {
  z-index: 99;
}

@media (max-width: 767px) {
  .header-top-bar-03 {
    padding-top: 10px;
    text-align: center;
  }
  .header-top-bar-03 .head-content .social-icon {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .core-nav .nav-container {
    max-width: 930px;
  }
  .header-v4 .header-btn {
    right: 8px !important;
  }
}

.header-v3 .core-nav .wrap-core-nav-list.right {
  text-align: center !important;
  display: block !important;
  width: calc(100% - 380px);
  margin-left: 340px;
}

.header-v3 .core-nav .nav-header {
  width: 340px;
}

@media (max-width: 991px) {
	.banner-03 {width:100%;}
  .header-top-bar .container {
    max-width: 767px !important;
  }
  .header-top-bar .head-content {
    margin-left: 35px;
  }
  .header-top-bar .head-content .content {
    margin-left: 0 !important;
  }
  .header-top-bar-03 .container {
    max-width: 991px !important;
  }
  .header-top-bar-03 .head-content {
    margin-left: 0px;
  }
  .header-v4 .core-nav .nav-header {
    width: 100%;
  }
  .container {
    max-width: 991px !important;
  }
  .core-nav .nav-container {
    max-width: 991px !important;
    width: 100%;
  }
  .header-v3 .core-nav .wrap-core-nav-list.right {
    width: 270px !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .header-top-bar-03 .head-content .social-icon {
    margin-left: 0 !important;
  }
}

/* ==========================
    HEADER-03 END
============================*/
/* ==========================
    HEADER-v2 START
============================*/
.header-v2 {
  background: transparent;
  z-index: 999;
  height: 0;
  padding: 0;
}

.header-v2 .core-nav {
  position: absolute;
  width: 100%;
  padding: 0px 15px;
}

.header-v2 .core-nav .wrap-core-nav-list.right {
  width: calc(100% - 240px);
  margin-left: 117px;
}

.header-v2 .header-btn {
  position: absolute;
  right: 18px !important;
  width: auto;
  top: 10px;
}

.header-v2 .header-btn a i {
  color: #51b8f2 !important;
  margin-right: 10px !important;
  margin-left: 0;
}

.header-v2 .header-btn a:hover i {
  color: #fff !important;
}

.header-v2 .menu li a {
  color: #fff;
}

.header-v2 .menu .dropdown-menu li {
  background: #000000;
  border-top: 1px solid #585858;
  border-bottom: none;
  border-left: 2px solid #51b8f2;
}

.header-v2 .menu .dropdown-menu li a {
  color: #fff;
}

.header-v2 .core-nav.nav-core-sticky.on-scroll {
  background: #000000;
}

.header-v2 .menu li.dropdown:before {
  color: #fff;
}

@media (max-width: 991px) {
  .header-v2 button.toggle-bar.core-nav-toggle span {
    color: #fff;
  }
  .header-v2 .menu li a {
    color: #000000 !important;
  }
  .header-v2 .menu .dropdown-menu li {
    background: #f6f7f8;
    border-color: #efefef;
    border-left: 2px solid #51b8f2;
  }
  .header-v2 .menu li.dropdown:before {
    color: #000;
  }
}

@media (max-width: 575px) {
  .header-v2 .header-btn {
    top: 18px;
  }
  .header-v2 .header-btn a i {
    margin-right: 0 !important;
    line-height: 1;
  }
  .header-v2 .header-btn a span {
    display: none;
  }
}

.banner-02 {
  position: relative;
  width: 100%;
}

.emergency-service-section {
  background: #f9f9f9;
}

.emergency-service-section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  border-right: 1px solid #51b8f2;
  padding: 30px 0px;
}

.emergency-service-section .content i {
  font-size: 25px;
  font-weight: 300;
  color: #51b8f2;
  margin-right: 10px;
  padding-top: 2px;
}

.emergency-service-section .content a {
  font-family: "Inter";
  font-size: 14px;
  color: #373737;
  text-align: left !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.emergency-service-section .content a:hover {
  color: #51b8f2;
}

.emergency-service-section .c4 {
  border-right: none;
}

@media (max-width: 991px) {
  .emergency-service-section .content {
    padding-bottom: 15px;
  }
  .emergency-service-section .c2 {
    border-right: none;
  }
}

@media (max-width: 575px) {
  .emergency-service-section .content {
    border: none;
    border-bottom: 1px solid #51b8f2;
  }
  .emergency-service-section .c4 {
    border-bottom: none;
  }
}
/*# sourceMappingURL=style.css.map */
.scfont20 {font-size:16px;}
.scflul li {float:left;padding:10px 25px;}
.scfd {position:fixed;bottom:90px;right:10px;width:110px;height:207px;background:#51b8f2;z-index:9;border-radius:15px;padding:10px;}
.scfd a{color:#51b8f2;display:block;padding:20px 0;font-size:14px;}
.scfd01 {border-radius:10px 10px 0 0;background:#fff;text-align:center;}
.scfd01:hover {background:#e5f5ff;}
.scfd02 {border-radius:0 0 10px 10px;background:#fff;text-align:center;margin-top:1px;}
.scfd02:hover {background:#e5f5ff;}
.scfd03 {background:#fff;text-align:center;margin-top:1px;}
.scfd03:hover {background:#e5f5ff;}
.item-content p{color:#999;}
.section-title {color:#51b8f2;}
.category-titlle h4{color:#51b8f2;}
.footer-link a {color:#fff;}
.footer-sec-02 .footer-area .footer-content p a {color:#fff;}
.scgtitle {color:#51b8f2;font-size:16px;font-weight:bold;border-bottom:3px solid #ccc;padding:2px 0;}
.scgtitle span {border-bottom:3px solid #51b8f2;padding:8px 0;}
.scwxshow {position:absolute;width:110px;height:110px;background:#fff;border:1px solid #ccc;bottom:55px;display:none;}