      html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
   box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Inter', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #121212;
  background: #fafafa;
}

body.scrolling {
  overflow-y: hidden;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}
a {
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #293486;
}
::-webkit-scrollbar-thumb {
    background-color: #293486;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #F5F5F5;
}

@media only screen and (max-width: 768px) {
  a,
  button {
    cursor: default !important;
    border: none;
    outline: none;
  }
}

img,
video {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*.container {
  max-width: 80rem;
  width: 100%;
  height: auto;
  padding: 0 2rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 1rem;
    margin: 0 auto;
  }
}*/
.top-header{
    background: #293486;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 6px 0px 6px 0px;
        position: relative;
}
.header-top-item .header-top-left ul {
    margin: 0;
    padding: 0;
}
.header-top-item .header-top-left ul li {
    display: inline-block;
    list-style-type: none;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin-right: 25px;
}
.header-top-item .header-top-left ul li a {
    display: inline-block;
    color: #fff;
}
.header-top-item .header-top-left ul li a:hover {
    color: #66b445;
}
.header-top-item .header-top-left ul li a i {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.header-top-item .header-top-right {
    text-align: right;
}
.header-top-item .header-top-right ul {
    margin: 0;
    padding: 0;
}
.header-top-item .header-top-right ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}
.header-top-item .header-top-right ul li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
}
.header-top-item .header-top-right ul li a:hover {
    color: #66b445;
    background-color: transparent;
    border: 1px solid #66b445;
}
.brand {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: inherit;
  border: none;
  outline: none;
  color: #66b445;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}
.header{position: relative;z-index: 1030}
.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  border: none;
  outline: none;
  background: #fafafa;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  max-width: 100%;
  height: auto;
  padding: 0 0;
}

.header .navbar {
  max-width: 100%;
  height: auto;
  padding: 0;
}

.header .menu > .menu-item {
  position: relative;
  display: inline-block;
  margin: 0 0.75rem;
}

.header .menu > .menu-item > a {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  padding: 1rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .menu > .menu-item > a .expand , .header .menu > .menu-item > .sub-menu > .menu-item > a .expand{
  position: relative;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 0.35rem;
  border: none;
  outline: none;
  pointer-events: none;
}

.header .menu > .menu-item > a .expand:before, .header .menu > .menu-item > a .expand:after ,.header .menu > .menu-item > .sub-menu > .menu-item > a .expand:before , .header .menu > .menu-item > .sub-menu > .menu-item > a .expand:after {
  position: absolute;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: '';
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #121212;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .menu > .menu-item:hover > a {
  color: #66b445;
}

.header .menu > .menu-item:hover > a .expand::before, .header .menu > .menu-item:hover > a .expand::after {
  background: #66b445;
}

.header .menu > .menu-item > a .expand::after ,.header .menu > .menu-item > .sub-menu > .menu-item > a .expand::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #66b445;
}

.header .menu > .menu-item > .sub-menu   {
  position: absolute;
  left: -1rem;
  top: 100%;
  width: 15rem;
  height: auto;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  display:none;
  border-top: 3px solid #66b445;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu-item > .sub-menu-1 {
    position: absolute;
    left: -13rem;
    top: 60%;
    width: 13rem;
    height: auto;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    display:none;
    border-top: 3px solid #66b445;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.header .menu > .menu-item > .sub-menu > .menu-item ,.header .menu > .menu-item > .sub-menu > .menu-item > .sub-menu-1 > .menu-item {
  display: block;
}

.header .menu > .menu-item > .sub-menu > .menu-item > a ,.header .menu > .menu-item > .sub-menu > .menu-item > .sub-menu-1 > .menu-item > a {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  padding: 0.5rem 1.25rem;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .opened-menu {
  position: relative;
  display: none;
  cursor: pointer;
  width: 2rem;
  height: 1rem;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .opened-menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: #121212;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .opened-menu span:nth-child(1) {
  top: 0;
}

.header .opened-menu span:nth-child(2), .header .opened-menu span:nth-child(3) {
  top: 0.5rem;
}

.header .opened-menu span:nth-child(4) {
  top: 1rem;
}

.header .closed-menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  outline: none;
  background: none;
}

.header .closed-menu img.closed-icon {
  display: block;
  width: 1rem;
  height: auto;
}

.header .overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media only screen and (min-width: 993px) {
  .header .menu > .menu-item-has-children:hover > .sub-menu  {
    display: block;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .menu-item-has-children-1:hover > .sub-menu-1  {
    display: block;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header .menu > .menu-item-has-children:hover > a .expand::after ,.header .menu > .menu-item > .sub-menu > .menu-item-has-children-1:hover > a .expand::after  {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

@media only screen and (max-width: 992px) {
  .header .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -18rem;
    width: 18rem;
    height: 100%;
    padding: 1rem 0;
    z-index: 999;
    opacity: 0;
    display: block;
    overflow-y: auto;
    visibility: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
  .header .navbar::-webkit-scrollbar {
    width: 5px;
  }
  .header .navbar::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
            box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  .header .menu {
    width: 100%;
    height: auto;
    margin-top: 3.5rem;
  }
  .header .menu > .menu-item {
    display: block;
    margin: 0;
  }
  .header .menu > .menu-item-has-children > a , .header .menu > .menu-item > .sub-menu > .menu-item-has-children-1 > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu > .menu-item > a  {
    padding: 0.75rem 1rem;
    color: #121212;
    border-bottom: 1px solid #f2f2f2;
  }
  .header .menu > .menu-item:first-child > a {
    border-top: 1px solid #f2f2f2;
  }
  .header .menu > .menu-item > a .expand::before, .header .menu > .menu-item > a .expand::after {
    background: #121212;
  }
  .header .menu > .menu-item-has-children.active > a .expand:after , .header .menu > .menu-item > .sub-menu > .menu-item-has-children-1.active > a .expand:after{
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
 
  
  .header .menu > .menu-item > .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0px;
    border: none;
    outline: none;
    display:none;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .header .menu > .menu-item > .sub-menu > .menu-item > .sub-menu-1 {
    position: relative;
    top: auto;
    left: 15px;
    width: 100%;
    padding: 0px;
    border: none;
    outline: none;
    display:none;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .header .menu > .menu-item > .sub-menu > .menu-item > a .header .menu > .menu-item > .sub-menu > .menu-item-has-children-1 > sub-menu-1 > .menu-item > a {
    padding: 0.75rem 2rem;
    color: #121212;
    border-bottom: 1px solid #f2f2f2;
  }
  .header .opened-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .closed-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 1rem;
    right: 0.5rem;
  }
}

.ap-btn{
    padding: 5px 35px 5px 35px;
    border-radius: 0px 0px 0px 0px;
    line-height: 60px;
    background-color: #66b445 !important;
    background-image: none !important;
    color: #ffffff;
    font-weight: 600;
}
.ap-btn:hover{background-color: #293486!important}

.ab {
    height:670px;
}
.content-slider h1 {
    font-size: 65px;
    color: #fff;
    margin-bottom: 20px;
}
.content-slider h1 span{color:#66b445; }
.content-slider p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.menu-block1 {
    background-color: #293486;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    margin-left: auto;
    padding: 1.3rem 3.35rem;
    border-radius: 0.5rem;
    color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
}

.menu-block2{
    padding: 0px 22px 0px 22px;
    background-color: #293486;
    background-image: none !important;
     display: inline-block;
     font-family: inherit;
     font-size: 16px;
     font-weight: 500;
     line-height: 1.25;
     user-select: none;
     text-align: center;
     white-space: nowrap;
     margin-left: auto;
     padding: 1.3rem 3.35rem;
     border-radius: .5rem;
     color: #ffffff;
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
     transition: all 0.3s ease-in-out;
}
.menu-block:hover, .menu-block1:hover, .menu-block2:hover {
    color: #fff;
    background-color: #66b445 ;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-next{right: 50px;}
.carousel-control-prev {left: 50px;}
.ban{position: relative;}
.ban:after{
    content: '';
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.80);
}
.content-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    padding: 120px 0;
    text-align: center;
}

/* About-area */

.about{
    padding: 80px 0;
}
.img-sec{
    position: relative;
}
.first-img img{
        width: 450px;
    border-radius: 10px;
}
.second-img img{
        width: 290px;
    border-radius: 10px;
    margin-top: 20px;
    height: 200px;
}
.third-img{
    width: 350px;
    position: absolute;
    bottom: 0px;
    right: 0;
    background: #fff;
    padding: 20px 20px 0;
    border-radius: 10px;
}
.third-img img{
    border-radius: 10px;
}
.about-content{
    padding: 30px;
}
.about-content h3{
    font-size: 46px;
    line-height: 1.1428;
}
.about-content h3 span{
    color: #66b445;
    font-style: normal;
}
.about-content p{
        font-size: 16px;
    line-height: 1.875;
    color: #666;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0px 0px 25px 0px;
}
.box-div{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #f8f8f9;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 15px;
}
.box-div:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px rgb(102 102 102 / 9%);
    -khtml-box-shadow: 0 10px 25px rgba(102,102,102,9%);
    -moz-box-shadow: 0 10px 25px rgba(102,102,102,9%);
    -ms-box-shadow: 0 10px 25px rgba(102,102,102,9%);
    -o-box-shadow: 0 10px 25px rgba(102,102,102,9%);
    box-shadow: 0 10px 25px rgb(102 102 102 / 9%);
 
}
 .icon {
    min-width: 80px;
    max-width: 80px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
   background-color: rgb(102 180 69 / 10%);
    height: 80px;
    margin-right: 20px;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon i{
    color: #66b445;
    font-size: 36px;
    display: flex;
}
.item-title {
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 600;
    }
    .item-description {
     font-size: 16px;
    line-height: 1.875;
    color: #666;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0;
}
.box-div:hover .icon {
    background-color: rgb(41 52 134 / 10%);;
}
.box-div:hover .icon i {
    color: #293486;
}
/* our department */
.our-depart{padding: 80px 0;background: #fff;}
.single-our-department {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-our-department::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(56.25%, rgba(17, 17, 17, 0)), color-stop(71.87%, rgba(17, 17, 17, 0.45)), to(#111111));
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 56.25%, rgba(17, 17, 17, 0.45) 71.87%, #111111 100%);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 1;
}
.single-our-department .department-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 1;
}
.single-our-department .department-content h3 {
    font-size: 25px;
    margin-bottom: 7px;
}
.single-our-department .department-content h3 a {
    color: #ffffff;
}
.single-our-department .department-content p {
    color: #ffffff;
}
.single-our-department .department-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 1;
}
.single-our-department .department-content .icon1 {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
}
.single-our-department .department-content .icon1::before {
    content: "";
    position: absolute;
    top: -70px;
    left: -70px;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}
.single-our-department .department-content .icon1 i {
    position: relative;
    top: -10px;
    left: -10px;
}
.single-our-department .department-content h3 {
    font-size: 25px;
    margin-bottom: 7px;
}
.single-our-department .department-content p {
    color: #ffffff;
}

.read-more {
    font-size: 15px;
    color: #66b445;
    background-color: transparent;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-weight: 500;
}
.single-our-department .department-content .read-more {
    color: #ffffff;
    margin-top: 3px;
}
.read-more i {
    position: relative;
    top: 1px;
}
.single-our-department:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-our-department .department-content.hover {
    background-color: #36418d;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    top:0;
}
.single-our-department:hover .department-content.hover {
    opacity: 1;
}
.department-orthopedics-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
}
.department-orthopedics-content .gap-mb-30 {
    margin-bottom: 30px;
}
.department-orthopedics-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.department-orthopedics-content ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
.department-orthopedics-content ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #66b445;
    border-radius: 50px;
}
.ml-15 {
    margin-left: 15px;
}

.sidebar-widget {
    background-color: #f1f5f8;
    margin-bottom: 30px;
}
.sidebar-widget:last-child {
    margin-bottom: 0;
}
.sidebar-widget h3 {
    font-size: 25px;
    color: #ffffff;
    background-color: #66b445;
    padding: 20px 30px;
    margin-bottom: 0;
}
.sidebar-widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding: 30px;
}
.sidebar-widget.departments ul li {
    margin-bottom: 15px;
}
.sidebar-widget.departments ul li a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #111111;
}
.sidebar-widget.departments ul li a i {
    float: right;
}
/* Counter */
.counter-section{background: #fff;}
.counter-bg {
    background-image: url(../images/3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-top: 45px;
    padding-bottom: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 30px 0 #dddddda6;
    box-shadow: 0 0 30px 0 #dddddda6;
    margin-bottom: -100px;
    position: relative;
    margin-top: -60px;
    z-index: 1;
}
.counter-item {
    margin-bottom: 30px;
    text-align: center;
}
.counter-item i {
    display: block;
    color: #66b445;
    font-size: 45px;
    margin-bottom: 20px;
}
.counter-item .counter ,.counter-item b {
    font-weight: 700;
    font-size: 48px;
    color: #0046c0;
    margin-bottom: 8px;
}
.counter-item p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}
/* our-team */
.our-team {
    background-color: #F5F5F5;
    padding: 150px 0px 90px 0px;
}
.team{
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 50px 24px 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;

}
.team:hover {
    background-color: #293486;
}
.item-image {
    font-size: 45px;
    color: #fff;
    width: 150px;
    height: 200px;
    text-align: center;
    margin: 0 auto 35px;
   /* -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.item-image:before {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 170px;
    height: 220px;
    z-index: -1;
    display: block;
    content: "";
    border: 3px dotted #66b445;
    /* -webkit-border-radius: 50%; 
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
     border-radius: 50%;*/
}
.item-image img {
    /*-webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;*/
    width: 150px!important;
    height: 200px!important;
}
.item-title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #122136;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.item-position {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
}
.item-btn {
    color: #222;
    text-decoration: underline;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin-left: -15px;
    position: relative;
}
.team:hover .item-btn {
    color: #66b445;}
    .team:hover .item-title {
    color: #fff;
}
.team:hover .item-position {
    color: #fff;
}
.inner-heading {
    max-width: 540px;
    text-align: center;
    margin: auto;
}
.head-title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.1428;
}
.head-description {
    font-size: 17px;
}

.doctor-details-content {
    background-color: #f5f7fa;
    position: relative;
    z-index: 1;
}
.doctor-details-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    background-color: #66b445;
    z-index: -1;
}
.doctor-details-wrap {
    padding: 100px 250px;
}
.doctor-content h3 {
    font-size: 25px;
}
.doctor-content .family {
    display: block;
    margin-bottom: 30px;
}
.doctor-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.doctor-content ul li {
    margin-bottom: 15px;
}
.doctor-content ul li span {
    font-weight: 600;
    color: #111111;
}
.doctor-content ul li i {
    color: #f7c000;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.doctor-details-content .socila-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}
.doctor-details-content .socila-link li {
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 0 50px 50px 0;
    padding-left: 70px;
    display: table;
}
.doctor-details-content .socila-link li a {
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: #3b5998;
    border-radius: 50%;
    margin: 2px;
}
.doctor-details-content .socila-link li:nth-child(2) a {
    background-color: #1da1f2;
}
.doctor-details-content .socila-link li:nth-child(3) a {
    background-color: #0077b5;
}
.doctor-details-content .socila-link li:nth-child(2) {
    padding-left: 130px;
}
.mr-15 {
    margin-right: 15px;
}
.doctor-informetion h2 {
    font-size: 35px;
    background-color: #f5f7fa;
    padding: 20px 30px;
    margin-bottom: 20px;
}
.doctor-informetion .gap-mb-50 {
    margin-bottom: 50px;
}
.doctor-informetion .education {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.doctor-informetion .education li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: #1C1C1C;
}
.doctor-informetion .education li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #66b445;
    border-radius: 50px;
}
.doctor-informetion .education li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 4px;
    width: 1px;
    height: 70px;
    background-color: #66b445;
    border-radius: 50px;
}
.doctor-informetion .education li:last-child {
    margin-bottom: 0;
}
.doctor-informetion .education li:last-child::after {
    display: none;
}
.doctor-informetion .memberships {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.doctor-informetion .memberships li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.doctor-informetion .memberships li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #66b445;
    border-radius: 50px;
}
.sidebar-widget.appointment-time ul li {
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}
.sidebar-widget.appointment-time ul li span {
    float: right;
}
.sidebar-widget.appointment-time ul li .default-btn {
    width: 100%;
    display: block;
}
.sidebar-widget.review .review-wrap {
    padding: 30px;
}
.sidebar-widget.review .doctor-info {
    margin-bottom: 30px;
}
.sidebar-widget.review .doctor-info h4 {
    font-size: 20px;
}
.sidebar-widget.review p {
    font-weight: 600;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 10px 20px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    background-color: #ffffff;
}
.sidebar-widget.review .review-wrap img {
    border-radius: 50%;
}
.sidebar-widget.review .form-group {
    margin-bottom: 20px;
}
.sidebar-widget.review .form-group .form-control.text {
    border-radius: 0 0 5px 5px;
}
.sidebar-widget.review .form-group .form-control {
    background-color: #ffffff;
}
.sidebar-widget.review .form-group .default-btn {
    width: 100%;
    display: block;
}
/* testimonials */
.testimonial_section {
  display: block;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #293486;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #293486;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #66b445;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #ff5e14;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #ff5e14;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #66b445;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #293486;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #293486;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #293486;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #66b445;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #293486;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #66b445;
}


/* footer */
footer{background: #222;}
.pt-100 {
    padding-top: 100px;
}
.pb-50 {
    padding-bottom: 50px;
}
.footer-widget {
    margin-top: -4px;
}
.footer-widget .footer-logo {
    margin-bottom: 20px;
    display: inline-block;
}
.footer-widget .socials-links {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
}
.footer-widget .socials-links li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}
.footer-widget ul li a {
    color: #ffffff;
}
.footer-widget .socials-links li i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    background: #66b445;
    color: #ffffff;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -webkit-transition: .5s;
    transition: .5s;
}
.footer-widget .socials-links li i:hover {
    background-color: #333333;
    color: #ffffff;
}
.footer-widget h3 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #66b445;
}
.footer-widget p{color: #fff;}
.footer-widget p a{color: #fff;}
.footer-widget p a:hover {
    color: #66b445;
}
.footer-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    margin-bottom: 9px;
}
.footer-widget ul li a:hover {
    color: #66b445;
    padding-left: 4px;
}
.footer-widget .foot-contact-info {
    position: relative;
    padding-left: 50px;
    margin-top: 15px;
}
.footer-widget .foot-contact-info i {
    background-color: #66b445;
    color: #ffffff;
    position: absolute;
    height: 40px;
    width: 40px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    left: 0;
    top: 5px;
}
.footer-widget .foot-contact-info p {
    line-height: 25px;
}
.separate-line {
    border: 0.5px solid #eeeeee;
    margin: 50px 0;
}
.bottom-footer p {
    margin: 0;
    text-align: center;
    color: #fff;
}
/* call to action */
.knock-us-area{    background: #293486;}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.knock-us-content {
    padding-left: 100px;
}
.knock-us-content h3 {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 0;
}
.knock-us-btn {
    text-align: right;
    padding-right: 100px;
}
.default-btn {
    color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 16px 50px;
    background-color: #66b445;
    border-radius: 5px;
    border: 1px solid #66b445;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.default-btn.active {
    background-color: #66b445;
    border-color: #66b445;
    color: #ffffff;
}
.default-btn.active1 {
    background-color: #293486;
    border-color: #293486;
    color: #ffffff;
}
.knock-us-btn .default-btn:hover {
    background-color: #ffffff;
    color: #111111;
}
/* appointment-area */
.appointment-area {
    background-color: #293486;
}
.appointment-area .contant-number {
    background-image: url(../images/appointment-left-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: relative;
}
.appointment-area .contant-number h3 {
    margin: 0;
    position: absolute;
    bottom: 100px;
    right: 0;
    background: rgba(47, 64, 112, 0.9);
    color: #ffffff;
    font-weight: bold;
    font-size: 35px;
    padding: 25px 20px;
    line-height: 0;
}
.appointment-area .appointment-form {
   padding: 112px 100px;
    max-width: 808px;
}
.appointment-form h2 {
    font-size: 35px;
    margin-bottom: 40px;
    color: #ffffff;
}
.appointment-form .form-group label {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.form-control {
    height: 55px;
    color: #111111;
    border: 1px solid #e5e5e5;
    background-color: rgba(241, 247, 248, 0.5);
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 5px;
}
.appointment-form .form-group .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.appointment-form .default-btn {
    width: 100%;
    display: block;
}
.appointment-form .form-group .form-control.form-select {
    background-image: url(../images/icon-1.svg);
}
.appointment-form .form-group .form-control.form-select option {
    color: #111111;
}

.form-group{margin-bottom: 20px;}

/* solutions */
.bg-color-f8f9fa{background:#f8f9fa}
.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.single-solution {
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-solution .icon2 {
    background-color: #ffffff;
    border: 1px solid #bac3cc;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 163px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 23px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-solution .icon2 span {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #293486;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
}
.single-solution .icon2 i {
    color: #66b445;
    font-size: 45px;
}
.single-solution h3 {
    font-size: 25px;
    margin-bottom: 0;
}
/* blog */
.single-blog {
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog .blog-image {
    overflow: hidden;
    position: relative;
}
.single-blog .blog-image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog .blog-image span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #66b445;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 25px;
}
.single-blog .blog-content {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
}
.single-blog .blog-content h3 {
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 1.4;
}
.single-blog .blog-content h3 a {
    color: #293486;
}
.single-blog .blog-content p {
    margin-bottom: 12px;
}
.single-blog .blog-content .blog-btn {
    font-size: 15px;
    color: #66b445;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-blog:hover .blog-image img {
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
}
.single-blog:hover .blog-content h3 a {
    color: #66b445;
}
.single-blog:hover .blog-content .blog-btn {
    letter-spacing: 1px;
}
.blog-details-desc .article-content {
    margin-top: 25px;
}
.blog-details-desc .article-content .details-content h3 {
    font-size: 25px;
    margin-top: 12px;
    margin-bottom: 20px;
}
blockquote, .blockquote {
    background-color: #f4f4f4;
    padding: 30px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border-left: 1px solid #66b445;
}
blockquote .icon3, .blockquote .icon3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    z-index: -1;
}
blockquote .icon3 i, .blockquote .icon3 i {
    font-size: 30px;
    color: #66b445;
}
blockquote p, .blockquote p {
    color: #202647;
    margin-bottom: 0;
    font-size: 18px !important;
    font-weight: 500;
    padding-left: 50px;
}
.blog-details-desc .article-content p {
    margin-bottom: 20px;
}
.blog-details-desc .article-content .features-list {
    padding-left: 0;
    margin-bottom: 20px;
}
.blog-details-desc .article-content .features-list li {
    list-style-type: none;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
}
.blog-details-desc .article-content .features-list li i {
    color: #66b445;
    margin-right: 5px;
}

.widget-area .widget_categories ul li {
    margin-bottom: 15px;
    color: #202647;
    font-weight: 500;
    position: relative;
    padding-left: 14px;
}
.widget-area .widget_categories ul li::before {
    background: #66b445;
    height: 8px;
    width: 8px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    border-radius: 30px;
}
.widget-area .widget_categories ul li a {
    color: #202647;
    display: inline-block;
    position: relative;
    width: 100%;
}
.widget-area .widget_mediva_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 10px 10px;
}
.widget-area .widget_mediva_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}

.widget-area .widget_mediva_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.widget-area .widget_mediva_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}
.widget-area .widget_mediva_posts_thumb .item .info span {
    display: block;
    color: #6b6b84;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: 14px;
}
.widget-area .widget_mediva_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
}
.widget-area .widget_mediva_posts_thumb .item .info .title a {
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #444444;
}
.widget-area .widget_mediva_posts_thumb .item .info .title a:hover {
    color: #66b445;
}
.widget-area .tagcloud{
    padding: 15px;
}
.widget-area .tagcloud a {
    background: #f5f5f5;
    display: inline-block;
    color: #202647;
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px !important;
    margin-top: 8px;
    margin-right: 5px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
    color: #ffffff;
    background-color: #66b445;
}
/* inner-pages */
.page-banner-area {
    background-image: url(../images/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.page-banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 87, 184, 0.5);
    z-index: -1;
}
.page-banner-content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 75px 95px;
    border-radius: 15px 15px 0 0;
    display: inline-block;
}
.page-banner-content h2 {
    font-weight: 800;
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 15px;
}
.page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}


.page-banner-content ul li {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    margin-left: 30px;
    position: relative;
}
.page-banner-content ul li:first-child {
    margin-left: 0;
}
.page-banner-content ul li a {
    font-weight: 700;
    font-size: 20px;
    color: #66b445;
}
.page-banner-content ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -18px;
    width: 2px;
    height: 17px;
    background-color: #1c1c1c;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
.page-banner-content ul li:first-child::before  {
 display: none;
}
.page-banner-content ul li span {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.our-mison-area {
    position: relative;
    z-index: 1;
}
.our-mison-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #f8f9fa;
    z-index: -1;
}


.single-mison {
    padding: 30px;
    background-color: #66b445;
}
.single-mison.bg-color {
    background-color:#293486 ;
}
.single-mison h3 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 20px;
}
.single-mison p {
    color: #ffffff;
}
/* contact us */
.contact-form {
    background-color: #66b445;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 30px;
}
.address-and-week {
    position: absolute;
    top: 30px;
    left: 0;
    max-width: 360px;
}
.contact-area .address-and-week {
    position: unset;
    max-width: unset;
}
.address-and-week p {
    background-color: #293486;
    color: #ffffff;
    padding: 30px;
    margin-bottom: 0;
}
.address-and-week .address-week {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}
.address-and-week .address-week .address {
    margin-bottom: 25px;
}

.address-and-week .address-week .address li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.contact-area .address-and-week .address-week .address li {
    margin-bottom: 20px;
}
.address-and-week .address-week .address li i {
    color: #66b445;
    line-height: 1.5;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.address-and-week .address-week .address li span {
    font-weight: 500;
    color: #222222;
}
.address-and-week .address-week .address li a {
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #666666;
}

.address-and-week .address-week .week li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #e3e3e3;
}
.contact-area .address-and-week .address-week .week li {
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.address-and-week .address-week .week li span {
    float: right;
}
.address-and-week .address-week .week li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#toTop {
    position: fixed;
    bottom: 20px;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 9999999;
}
#toTop i {
    background: #66b445;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    border-radius: 30px 0px 0px 30px;
    padding-left: 5px;
    -webkit-transition: .4s;
    transition: .4s;
}
/* appointment */
.appointments-conetnt h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
}
.appointments-form {
    background-color: #f5f7fa;
    padding: 112px 100px;
}
.appointments-form h2 {
    font-size: 35px;
    margin-bottom: 30px;
}
.appointments-form .form-group {
    margin-bottom: 30px;
}
.appointments-form .form-group label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
}
.appointments-form .form-group .form-control {
    background-color: #ffffff;
}
textarea.form-control {
    height: auto;
}
.appointments-form ul {
    padding-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
}
.appointments-form ul li {
    display: inline-block;
    margin-right: 30px;
}
.appointments-form ul li span {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
}
.appointments-form .default-btn {
    width: 100%;
    display: block;
}
@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }

  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
  .appointment-area .contant-number{height: 600px;}
}











@media only screen and (max-width: 768px) {

.content-slider h1{
    font-size: 36px;
    color: #fff;
}
.content-slider p{
    font-size: 15px;
    color: #fff;
}
.ab{
    height: 450px;
}
.content-slider{width: 90%;}
.carousel-control-next, .carousel-control-prev{
    display: none;
}
.first-img img,.second-img img,.third-img,.third-img img{
    position: relative;
    width: 100%;
}
.about-content {
    padding: 10px;
}
.about-content h3 {
    font-size: 35px;
    line-height: 1.1428;
}
.box-div{
    display: block;
}
.head-title {
    font-size: 30px;
    }
  .doctor-details-wrap {
    padding: 20px;
}
.doctor-details-content .socila-link {
    display: none;
}
.doctor-details-content::before{display: none;}
.doctor-details-wrap .doctor-img {
    margin-bottom: 20px;
}
.knock-us-content {
    margin-bottom: 20px;
    text-align: center;
    padding-left: 0;
}
.knock-us-content h3 {
    font-size: 25px;
}
.knock-us-btn {
    text-align: center;
    padding-right: 0;
}
.default-btn {
    font-size: 14px;
    padding: 9px 15px;
}
.ml-15 {
    margin-left: 0;
}
.mr-15 {
    margin-right: 0;
}
.page-banner-content {
    padding: 20px;
    margin: auto;
    text-align: center;
    display: block;
}
.page-banner-content h2 {
    font-size: 35px;
}
.footer-widget {
    margin-bottom: 30px;
}
.header-top-item .header-top-left ul li {
  display: block;
    padding: 5px;
    text-align: center;
    border-bottom: 1px dotted #f7f7f7;
    margin: 0;
  }
  .header-top-item .header-top-right {
    text-align: center;
    padding-top: 5px;
}
.appointments-form {
    padding: 20px;
}
.appointment-area .appointment-form{padding: 20px;}
.appointment-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
    }
}
@media only screen and (max-width: 320px) {
.content-slider h1{
    font-size: 26px;
    color: #fff;
}
.content-slider p{
    font-size: 11x;
    color: #fff;
}
.about-content h3 {
    font-size: 25px;
    line-height: 1.1428;
}

}
