
.lab-btn {
  display: inline-block;
  padding: 13px 25px;
  background: #f16705;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


.lab-btn a {
    z-index: 1;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
  }

.lab-btn span {
  z-index: 1;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.lab-btn:hover {
  background: #0067a4;
  box-shadow: 0 5px 10px rgba(68, 166, 241, 0.3);
}

.lab-btn.style-2 {
  background: transparent;
  border: 2px solid #fff;
}

.lab-btn.style-2 span {
  color: #80bf63;
}

.text-btn {
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-btn::after {
  content: "" !important;
  top: 49%;
  right: -15px;
  transform: translateY(-50%);
  font-weight: 500;
  font-family: IcoFont !important;
}

.text-btn:hover {
  padding-left: 10px;
}


.inline-block {
  display: inline-block;
}

.lab-ul {
  padding: 0;
  margin: 0;
}

.lab-ul li {
  list-style: none;
}

.lab-ul.icon-style-list {
  margin: 0;
}

.lab-ul.icon-style-list>li {
  padding: 0;
  border-bottom: 1px solid #f6f9fb;
  justify-content: flex-start;
}

.lab-ul.icon-style-list>li:first-child {
  border-top: 1px solid #f6f9fb;
}

.lab-ul.icon-style-list>li i {
  width: 50px;
  text-align: center;
  color: #c2c2c2;
  margin: 0 15px 0 5px;
  line-height: 50px;
  display: inline-block;
}

.lab-ul.icon-style-list>li i:after {
  width: 100%;
  height: calc(100% + 18px);
  border-left: 1px solid #f6f9fb;
  border-right: 1px solid #f6f9fb;
  top: -9px;
  left: 0;
}

.lab-ul.icon-style-list>li span {
  width: calc(100% - 70px);
}

.lab-ul.icon-style-list>li span.social-media {
  width: auto;
  display: inline-block;
}

.lab-ul.icon-style-list>li ul {
  margin: 0;
}

.lab-ul.icon-style-list>li ul li {
  padding: 0;
  border: none;
}

.lab-ul.icon-style-list>li ul li a {
  display: inline-block;
  background: transparent;
}

.lab-ul.icon-style-list>li ul li a i {
  margin: 0;
}

.lab-ul.icon-style-list>li ul li a i::after {
  display: none;
}

.lab-ul.icon-style-list>li ul li a.twitter i {
  color: #55acee;
}

.lab-ul.icon-style-list>li ul li a.facebook i {
  color: #3b5998;
}

.lab-ul.icon-style-list>li ul li a.instagram i {
  color: #e4405f;
}

.lab-ul.icon-style-list>li ul li a.vimeo i {
  color: #3b5998;
}

.lab-ul.icon-style-list>li ul li a.google i {
  color: #dd4b39;
}

.lab-ul.icon-style-list>li ul li a.pinterest i {
  color: #bd081c;
}

.lab-ul.icon-style-list>li ul li a.basketball i {
  color: #e94c89;
}

.lab-ul.icon-style-list>li ul li a.behance i {
  color: #1769ff;
}



.service-item.style-1 {
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (min-width: 1200px) {
  .service-item.style-1 {
    padding: 40px;
    background: transparent;
    text-align: left;
  }
}

.service-item.style-1:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(136, 136, 136, 0.1);
}

@media (min-width: 1200px) {
  .service-item.style-1 .service-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.service-item.style-1 .service-thumb img {
  width: 100%;
  height: 100%;
}

.service-item.style-1 .service-thumb img:first-child {
  display: none;
}

@media (min-width: 1200px) {
  .service-item.style-1 .service-thumb img:first-child {
    display: block;
  }
}

.service-item.style-1 .service-thumb img:last-child {
  display: block;
}

@media (min-width: 1200px) {
  .service-item.style-1 .service-thumb img:last-child {
    display: none;
  }
}

.service-item.style-1 .service-content {
  z-index: 1;
  max-width: 100%;
  padding: 30px;
  text-align: left;
}

@media (min-width: 576px) {
  .service-item.style-1 .service-content {
    padding: 30px 20px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-1 .service-content {
    max-width: 60%;
    padding: 0;
  }
}

.service-item.style-1 .service-content h5 {
  margin-bottom: 15px;
}

.service-item.style-1 .service-content p {
  margin-bottom: 15px;
}

.service-item.style-1 .service-content .text-btn {
  outline: none;
  color: #80bf63;
}

.service-item.style-1 .service-content .text-btn:hover {
  color: #44a6f1;
}

.service-item.style-2 {
  align-items: center;
  margin: 15px 0;
  box-shadow: 0 0px 10px rgba(136, 136, 136, 0.1);
}

.service-item.style-2 .service-thumb {
  width: 100%;
}

@media (min-width: 576px) {
  .service-item.style-2 .service-thumb {
    width: 40%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-item.style-2 .service-thumb {
    width: 100%;
  }
}

.service-item.style-2 .service-thumb img {
  width: 100%;
}

.service-item.style-2 .service-content {
  width: 100%;
  padding: 30px;
}

@media (min-width: 576px) {
  .service-item.style-2 .service-content {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-item.style-2 .service-content {
    width: 100%;
  }
}

.service-item.style-2 .service-content h5 {
  margin-bottom: 10px;
}

.service-item.style-2 .service-content h5 a:hover {
  color: #80bf63;
}

.service-item.style-2 .service-content .text-btn:hover {
  color: #80bf63;
}

.col-12:nth-child(1) .service-item.style-1 .service-content .text-btn,
.col-12:nth-child(1) .service-item.style-2 .service-content .text-btn {
  color: #9160ff;
}

.col-12:nth-child(2) .service-item.style-1 .service-content .text-btn,
.col-12:nth-child(2) .service-item.style-2 .service-content .text-btn {
  color: #00baff;
}

.col-12:nth-child(3) .service-item.style-1 .service-content .text-btn,
.col-12:nth-child(3) .service-item.style-2 .service-content .text-btn {
  color: #ff736e;
}

.col-12:nth-child(4) .service-item.style-1 .service-content .text-btn,
.col-12:nth-child(4) .service-item.style-2 .service-content .text-btn {
  color: #ffac00;
}


.lab-item-3 {
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .lab-item-3 {
    width: calc(100% / 2);
  }
}

@media (min-width: 992px) {
  .lab-item-3 {
    width: calc(100% / 3);
  }
}

.lab-item-3 .lab-inner {
  margin: 15px;
  box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
}

.lab-item-3 .lab-inner:hover .lab-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.lab-item-3 .lab-inner:hover .lab-content h5 a {
  color: #fd77b4;
}

.lab-item-3 .lab-inner .lab-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lab-item-3 .lab-inner .lab-content {
  padding: 20px;
}

.lab-item-3 .lab-inner .lab-content h5 {
  margin-bottom: 5px;
}

.lab-item-3 .lab-inner .lab-content h5 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.port-item {
  width: 100%;
  text-align: center;
}

.port-item .lab-inner {
  margin: 0 0 30px;
  box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.port-item .lab-inner:hover {
  box-shadow: 0 20px 20px rgba(136, 136, 136, 0.3);
}

.port-item .lab-inner:hover .lab-thumb::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.port-item .lab-inner:hover .lab-thumb img {
  animation-play-state: paused;
}

.port-item .lab-inner:hover .lab-thumb .port-share {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
  -ms-transform: translate(-50%, -50%) scaleX(1);
  transform: translate(-50%, -50%) scaleX(1);
}

.port-item .lab-inner:hover .lab-content h5 a {
  color: #80bf63;
}

.port-item .lab-inner .lab-thumb::after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 50%;
  left: 50%;
  background: #fffff9de;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.port-item .lab-inner .lab-thumb .port-share {
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform-origin: bottom;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  -ms-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
}

.port-item .lab-inner .lab-thumb .port-share a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #80bf63;
  margin: 5px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.port-item .lab-inner .lab-thumb .port-share a:last-child {
  background: #44a6f1;
}

.port-item .lab-inner .lab-thumb .port-share .lab-content {
  padding-bottom: 0;
}

.port-item .lab-inner .lab-thumb .port-share .lab-content h5 a {
  width: 100%;
  height: auto;
  line-height: inherit;
  box-shadow: none;
  color: #2d334d;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.port-item .lab-inner .lab-thumb .port-share .lab-content h5 a:hover {
  color: #ff4f58;
}

.port-item2 .port-inner {
  -webkit-box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
  box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.port-item2 .port-inner .port-header {
  padding: 15px 30px;
  align-items: center;
  border-bottom: 1px solid #f6f9fb;
}

.port-item2 .port-inner .port-header img {
  margin-right: 15px;
}

.port-item2 .port-inner .port-header h5 {
  margin: 0;
}

.port-item2 .port-inner .port-body {
  padding: 30px;
}

.port-item2 .port-inner .port-body ul {
  margin: 0;
}

.port-item2 .port-inner .port-body ul li {
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  list-style: none;
  border-bottom: 1px solid #f6f9fb;
}

.port-item2 .port-inner .port-body ul li:first-child {
  padding-top: 0;
}

.port-item2 .port-inner .port-body ul li:last-child {
  border-bottom: none;
}

.port-item2 .port-inner .port-body ul li .p-thumb {
  margin-right: 15px;
}

.port-item2 .port-inner .port-body ul li .p-content h6 {
  margin: 0;
  font-weight: 600;
}

.port-item2 .port-inner .port-body ul li .p-content p {
  margin-bottom: 0;
}

.port-item2 .port-inner .port-body .down-file {
  padding: 16px 20px;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.port-item2 .port-inner .port-body .down-file:hover {
  color: #44a6f1;
}

.port-item2 .port-inner .port-body .down-file:last-child {
  margin-bottom: 0;
}

.port-item2 .port-inner .port-body .down-file i {
  margin: 0 10px;
  color: #44a6f1;
}

.port-item2 .port-inner .port-body .down-file i:last-child {
  margin-left: 20px;
  margin-right: 0;
}

@media (min-width: 576px) {
  .port-item2 .port-inner .port-body .down-file i:last-child {
    margin-left: 40px;
  }
}

/* @@@@@@@@@@@@@  video thumb Start Here  @@@@@@@@@@@@@@ */
.video-thumb:hover .video-icon i {
  color: #cd201f;
}

.video-thumb img {
  width: 100%;
}

.video-thumb .video-icon {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.08);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.video-thumb .video-icon i {
  color: #44a6f1;
  font-size: 20px;
  font-weight: 700;
  margin-left: 5px;
  margin-top: 20px;
  display: inline-block;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* @@@@@@@@@@@@@  paginations Start Here  @@@@@@@@@@@@@@ */
.paginations {
  margin: 40px 0;
}

@media (min-width: 992px) {
  .paginations {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .paginations {
    margin-top: 0;
  }
}

.paginations ul {
  margin: 0;
}

.paginations ul li {
  padding: 5px;
}

.paginations ul li a {
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 5px rgba(136, 136, 136, 0.1);
  color: #555555;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.paginations ul li a.active,
.paginations ul li a:hover {
  color: #fff;
  box-shadow: 0 18px 24px rgba(128, 191, 99, 0.36);
  background: #80bf63;
}

.paginations ul li a.dot {
  box-shadow: none;
}

.paginations ul li a.dot:hover {
  background: transparent;
  color: #555555;
}

/*@@@@@@@@@@@@@@   cart-plus-minus Start Here  @@@@@@@@@@@@@@@@@*/
.cart-plus-minus {
  border: 1px solid #f6f9fb;
  width: 120px;
  margin: 0 auto;
  cursor: pointer;
}

.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #f6f9fb;
  height: 40px;
  left: 0;
  top: 0;
  background: #f6faff;
}

.cart-plus-minus .cart-plus-minus-box {
  border: medium none;
  color: #2d334d;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  text-align: center;
  width: 120px;
  outline: none;
}

.cart-plus-minus .qtybutton {
  color: #2d334d;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-plus-minus .qtybutton:hover {
  color: #fff;
  background: #80bf63 !important;
}

.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #f6f9fb;
  right: 0;
  top: 0;
  background: #f6faff;
}

/*@@@@@@@@@@@@@@   scocial-media Start Here  @@@@@@@@@@@@@@@@@*/
.scocial-media {
  margin-bottom: 20px;
}

.scocial-media a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 4px;
  text-align: center;
  display: inline-block;
}

.scocial-media a:hover {
  border-radius: 100%;
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
}

.fa-phone-square::before {
  transform: rotate(90deg);
  display: inline-block;
}

.facebook {
  background: #3b5998;
}

.twitter {
  background: #55acee;
}

.linkedin {
  background: #007bb5;
}

.vimeo {
  background: #3b5998;
}

/*@@@@@@@@@@@  tooltip  @@@@@@@@@@@@*/
.time-tooltip {
  bottom: 0;
  left: 40%;
  width: 250px;
  height: auto;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -20px);
  -moz-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  text-align: center;
  padding: 20px;
  z-index: 4;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

.time-tooltip::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  bottom: -12px;
  left: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.time-tooltip::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 10px;
}

.time-tooltip .tooltip-holder {
  z-index: 1;
  text-align: left;
}

.time-tooltip .tooltip-holder .tool-list {
  padding: 2.5px 0;
  padding-left: 15px;
  justify-content: space-between;
}

.time-tooltip .tooltip-holder .tool-list::after {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ff9c00;
}

.time-tooltip .tooltip-holder .tool-list:nth-child(2) .count {
  color: #4fe04e;
}

.time-tooltip .tooltip-holder .tool-list:nth-child(2)::after {
  background: #4fe04e;
}

.time-tooltip .tooltip-holder .tool-list:nth-child(3) .count {
  color: #ff5f5e;
}

.time-tooltip .tooltip-holder .tool-list:nth-child(3)::after {
  background: #ff5f5e;
}

.time-tooltip .tooltip-holder .tool-list span {
  font-size: 14px;
}

.time-tooltip .tooltip-holder .tool-list span.count {
  color: #ff9c00;
}

/* @@@@@@@@@@@@@  Common CSS Writing Now  @@@@@@@@@@@@@@ */
.menu-item-has-children {
  margin-right: 16px;
  position: relative;
}

.menu-item-has-children>a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "" !important;
  font-family: IcoFont !important;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.ft-top .ft-item,
.ft-top,
.footer-top-area .footer-bottom .section-wrapper .right li,
.footer-top-area .footer-bottom .section-wrapper .right,
.footer-top-area .footer-bottom .section-wrapper,
.footer-top-area .footer-top .ft-bottom .ft-opening-part .lab-ul li,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
.shop-single .review .review-content .description .post-item,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .review .review-nav,
.shop-single .product-details .post-content form,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button,
.shop-page .shop-product-wrap .product-list-item,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.contact-us .contact-form,
.contact-us .contact-area .contact-item,
.portfolio-section .grid,
.portfolio-section .port-filter,
.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner,
.schedule-section .section-wrapper .schedule-timeline,
.clints-section .section-wrapper .clients .client-list .client-content .client-info .rating ul,
.clints-section .section-wrapper .clients .client-list .client-content .client-info,
.counter-section.style-1 .section-wrapper .counter-item .counter-item-inner,
.counter-section.style-1 .section-wrapper,
.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-content ul,
.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .thumb-btn,
.department-section.style-1 .section-wrapper .department-top .dep-tab,
.widget.letest-product .widget-wrapper ul li,
.widget.widget-tags ul.widget-wrapper,
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form,
.blog-section.blog-single .section-wrapper .comments .comment-list .comment,
.blog-section.blog-single .section-wrapper .authors,
.blog-section.blog-single .section-wrapper .navigations-part,
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags,
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section,
.blog-section.style-2 .section-wrapper .right,
.contact-section.style-1 .section-wrapper form,
.service-section.style-4 .section-wrapper .service-item,
.service-section.style-4 .section-wrapper,
.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left,
.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer,
.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .lab-ul,
.banner.style-1 .banner-bottom .bottom-wrapper .post-item,
.banner.style-1 .banner-bottom .bottom-wrapper,
.header-section .menu-bar,
.header-section .primary-menu .main-area .main-menu ul,
.header-section .primary-menu .main-area,
.header-section .primary-menu,
.search-cart li .cart-content .cart-item,
.service-item.style-2,
.post-item.style-2 .post-item-inner .post-content .author-date,
.post-item.style-2 .post-item-inner .post-content .post-footer,
.post-item-2 .post-item-inner .post-content .author-date,
.post-item-2 .post-item-inner .post-content .post-footer,
.post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider,
.port-item2 .port-inner .port-header,
.port-item2 .port-inner .port-body ul li,
.paginations ul li a,
.time-tooltip .tooltip-holder .tool-list {
  display: flex;
  flex-wrap: wrap;
}

.copy-right-part p,
.ft-top,
.footer-top-area .footer-bottom .section-wrapper .right li,
.footer-top-area .footer-top .ft-bottom .ft-about-part,
.footer-top-area .footer-top .ft-bottom .ft-map-area,
.footer-top-area .footer-top .ft-bottom,
.footer-top-area,
.shop-single .review .review-content .description .post-item .post-content ul li,
.shop-single .product-details .post-content form .select-product select,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .product-thumb,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner,
.schedule-section .section-wrapper .schedule-timeline,
.pasent-care .pc-thumb,
.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .cctb-count,
.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items,
.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top,
.care-section,
.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span,
.clints-section .section-wrapper .clients .client-list .client-thumb img,
.clints-section .section-wrapper .clients .client-list .client-thumb,
.clints-section .section-wrapper .clients,
.safe-actions .sa-thumb-part .safe-thumb,
.safe-actions,
.counter-section.style-1 .section-wrapper .counter-item .counter-item-inner .counter-content .count-number,
.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb img,
.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb,
.widget.widget-search .search-wrapper,
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote,
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .comments,
.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments,
.blog-section.style-1 .section-wrapper,
.testimonial-section .section-wrapper .testimonial-item .testimonial-inner .testimonial-thumb,
.testimonial-section .section-wrapper .testimonial-item .testimonial-inner,
.contact-section.style-1 .section-wrapper form,
.single-sidebar .department-widget .widget-wrapper ul li a,
.single-sidebar .department-widget .widget-wrapper ul li .profile-list,
.service-single .skill-award .team-item .circles,
.team-single .skill-award .team-item .circles,
.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .service-thumb,
.service-section.style-1 .service-area,
.service-section.style-1,
.about.style-2 .about-right-part,
.banner.style-2 .banner-content-area .banner-content .banner-btn .video-btn .video-icon,
.banner.style-2 .banner-content-area .banner-content .banner-btn,
.banner.style-2 .banner-content-area .banner-content,
.banner.style-2 .banner-content-area,
.banner.style-1 .banner-bottom,
.banner.style-1,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a,
.header-section .header-area,
.header-section.style-2 .logo img,
.header-section.style-2 .logo,
.body-wrap,
.lab-btn,
.text-btn,
.lab-ul.icon-style-list>li i,
.relative,
.search-cart li,
.search-cart li .cart-content .cart-item,
.section-header,
.about-item.style-1,
.service-item.style-1,
.service-item.style-1 .service-content,
.team-item.style-1 .team-inner,
.team-item.style-1 .team-inner .team-content,
.post-item.style-2 .post-item-inner,
.post-item-2 .post-item-inner,
.post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider,
.post-item-2.qute-post .post-item-inner .post-thumb,
.port-item .lab-inner .lab-thumb,
.video-thumb,
.paginations ul li a,
.cart-plus-minus,
.time-tooltip .tooltip-holder,
.time-tooltip .tooltip-holder .tool-list,
.menu-item-has-children>a {
  position: relative;
}

.footer-top-area .footer-bottom .section-wrapper .right li:after,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon,
.shop-single .review .review-content .description .post-item .post-content ul li::before,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before,
.shop-single .product-details .post-content form .select-product i,
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next,
.shop-page .modal .modal-dialog .modal-content button.close,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner::after,
.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner::before,
.schedule-section .section-wrapper .schedule-timeline::after,
.pasent-care .pc-thumb .pct-content,
.pasent-care .pc-thumb::after,
.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .cctb-count::after,
.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-content::before,
.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-content::after,
.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-content,
.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top::after,
.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span::after,
.clints-section .section-wrapper .clients .client-list .client-content:after,
.clints-section .section-wrapper .clients .client-list .client-content,
.clints-section .section-wrapper .clients .client-list .client-thumb::after,
.clints-section .section-wrapper .clients .client-list .client-thumb::before,
.clints-section .section-wrapper .clients .client-list,
.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content::before,
.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content,
.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon,
.safe-actions .action-shape,
.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .thumb-btn,
.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .shape-area .round,
.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .shape-area,
.widget.widget-search .search-wrapper button,
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote::before,
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .comments span,
.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments span,
.testimonial-section .section-wrapper .testimonial-item .testimonial-inner .testimonial-thumb .quate,
.testimonial-section .section-wrapper .testimonial-item .testimonial-inner::after,
.testimonial-section .section-wrapper .testimonial-item .testimonial-inner::before,
.service-single .skill-award .team-item .circles strong,
.team-single .skill-award .team-item .circles strong,
.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .service-thumb .st-icon,
.banner.style-2 .banner-content-area .banner-content .banner-btn .video-content,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a::after,
.header-section.transparent-header,
.body-wrap .shape-1,
.body-wrap .shape-2,
.text-btn::after,
.lab-ul.icon-style-list>li i:after,
.pattan-shape,
.search-cart li .cart-option .count-item,
.search-cart li .cart-content,
.search-cart li .cart-content .cart-item .cart-btn,
.search-input .search-close,
.search-input form,
.team-item.style-1 .team-inner::after,
.post-item-2 .post-item-inner::after,
.post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next,
.post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev,
.post-item-2.qute-post .post-item-inner .post-thumb .qute-content,
.port-item .lab-inner .lab-thumb::after,
.port-item .lab-inner .lab-thumb .port-share,
.video-thumb .video-icon,
.cart-plus-minus .qtybutton,
.time-tooltip,
.time-tooltip .tooltip-holder .tool-list::after,
.menu-item-has-children>a::after {
  position: absolute;
  content: "";
}

.footer-top-area .footer-bottom,
.footer-top-area,
.shop-cart .section-wrapper .cart-bottom,
.shop-single .review .review-content .review-showing .content li .post-thumb,
.shop-single .product-details,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-container,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.timeline .class-schedule-top,
.timeline,
.sponsor-section.style-1 .icon-thumb,
.sponsor-section.style-1 .sponsor-slider,
.pasent-care .pc-thumb .pct-content .pctc-area,
.care-section,
.clints-section,
.department-section.style-1 .section-wrapper .department-bottom,
.widget.letest-product .widget-wrapper ul li .product-thumb,
.widget.recipe-categori,
.widget .widget-header,
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment,
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content,
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb,
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-thumb,
.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-thumb,
.testimonial-section .section-wrapper .testimonial-slider,
.service-single .main-service-single .doctor-list .doctor-thumb,
.service-single .main-team-single .doctor-list .doctor-thumb,
.team-single .main-service-single .doctor-list .doctor-thumb,
.team-single .main-team-single .doctor-list .doctor-thumb,
.service-section.style-4 .section-wrapper .service-item .service-thumb,
.service-section.style-3 .section-wrapper .service-item .service-thumb,
.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-thumb,
.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .service-thumb .st-icon,
.about.style-2 .about-right-part .about-list,
.lab-btn,
.service-item.style-1,
.team-item.style-1 .team-inner,
.post-item.style-2,
.post-item-2,
.lab-item-3 .lab-inner .lab-thumb,
.cart-plus-minus {
  overflow: hidden;
}

.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-count,
button,
.search-cart li .icon,
.search-cart li .search-option,
.search-input .search-close,
.search-input form button {
  cursor: pointer;
}

/*@@@@@@@@  keyframes animatios  @@@@@@@@@@*/
@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes wave-animation {
  0% {
    top: 0;
  }

  50% {
    top: 20px;
  }

  100% {
    top: 0;
  }
}

@keyframes lab_round {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(359deg);
  }
}

@-webkit-keyframes circle-2 {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle-2 {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/*@@@@@@@@  wow animatios  @@@@@@@@@@*/
@media (max-width: 991px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}




/* @@@@@@@@@@@@@  Service Section Start Here  @@@@@@@@@@@@@@ */
.service-section.style-1 .pattan-shape {
  left: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  .service-section.style-1 .section-header {
    max-width: 80%;
    margin: 0 auto 40px;
  }
}

.service-section.style-1 .service-area {
  background: #fff;
  max-width: 1520px;
  margin: 0 auto;
  z-index: 1;
  padding: 20px 0;
}

@media (max-width: 575px) {
  .service-section.style-1 .service-area {
    padding-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .service-section.style-1 .service-area .section-wrapper .service-tab-top ul {
    justify-content: center;
    margin-bottom: 40px;
  }
}

.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li {
  width: 100%;
}

@media (max-width: 1199px) {
  .service-section.style-1 .service-area .section-wrapper .service-tab-top ul li {
    display: inline-block;
    width: auto;
  }
}

@media (min-width: 992px) {
  .service-section.style-1 .service-area .section-wrapper .service-tab-top ul li:last-child a {
    border-bottom: none;
  }
}

.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a {
  border: 1px solid #f6f9fb;
  padding: 10px;
  margin: 3px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media (min-width: 1200px) {
  .service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a {
    border: none;
    padding: 10px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #f6f9fb;
  }
}

.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a.active {
  border-color: #80bf63;
}

.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a.active p {
  color: #80bf63;
}

.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a img {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a img {
    display: none;
  }
}

.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a p {
  margin-bottom: 0;
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card {
  border: none;
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .service-thumb .st-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  top: 20px;
  right: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(137, 137, 137, 0.1);
}

@media (max-width: 575px) {
  .service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body {
    padding: 30px;
  }
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body h4 {
  margin-bottom: 15px;
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .lab-ul {
  justify-self: center;
  margin-bottom: 30px;
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .lab-ul li {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #f6f9fb;
}

@media (min-width: 576px) {
  .service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .lab-ul li {
    width: calc(100% / 2);
  }
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .lab-ul li i {
  margin-right: 5px;
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left {
    width: 60%;
    margin-bottom: 0;
  }
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-thumb {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0 3px 4px rgba(0, 25, 67, 0.1);
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-content {
  width: calc(100% - 65px);
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-content a h6 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-content a h6:hover {
  color: #44a6f1;
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-content p,
.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-content h6 {
  margin-bottom: 0;
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-right {
  width: 100%;
}

@media (min-width: 576px) {
  .service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-right {
    width: 40%;
  }
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-right .lab-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.service-section.style-2 {
  background-size: cover;
}

@media (min-width: 992px) {
  .service-section.style-2 .section-header {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .service-section.style-2 .section-wraper .service-item.style-1 {
    padding: 50px 30px 45px;
  }
}

.service-section.style-2 .section-wraper .lab-btn {
  margin-top: 20px;
}

.service-section.style-3 .section-wrapper .service-item {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .service-section.style-3 .section-wrapper .service-item {
    width: 50%;
  }
}

.service-section.style-3 .section-wrapper .service-item .service-thumb {
  width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .service-section.style-3 .section-wrapper .service-item .service-thumb {
    width: calc(100% / 2);
  }
}

.service-section.style-3 .section-wrapper .service-item .service-thumb>img {
  width: 100%;
  height: 100%;
}

.service-section.style-3 .section-wrapper .service-item .service-content {
  width: 100%;
  padding: 30px 30px 25px;
  background: #f6faff;
}

@media (min-width: 992px) {
  .service-section.style-3 .section-wrapper .service-item .service-content {
    width: calc(100% / 2);
    padding: 45px 30px 40px;
  }
}

.service-section.style-3 .section-wrapper .service-item .service-content h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

.service-section.style-3 .section-wrapper .service-item .service-content p {
  margin-bottom: 20px;
}

.service-section.style-3 .section-wrapper .service-item .service-content .lab-btn {
  padding: 10px 25px;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(1) {
  width: 100%;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(2) {
  float: none;
}

@media (min-width: 768px) {
  .service-section.style-3 .section-wrapper .service-item:nth-child(2) {
    float: left;
  }
}

.service-section.style-3 .section-wrapper .service-item:nth-child(2) .service-content {
  background: #7dcd00;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(2) .service-content h5 {
  color: #fff;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(2) .service-content p {
  color: #fff;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(2) .service-content .lab-btn {
  background: #fff;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(2) .service-content .lab-btn span {
  color: #7dcd00;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(3) {
  float: none;
}

@media (min-width: 1200px) {
  .service-section.style-3 .section-wrapper .service-item:nth-child(3) {
    float: left;
  }
}

.service-section.style-3 .section-wrapper .service-item:nth-child(3) .service-content {
  background: #9160ff;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(3) .service-content h5 {
  color: #fff;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(3) .service-content p {
  color: #fff;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(3) .service-content .lab-btn {
  background: #fff;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(3) .service-content .lab-btn span {
  color: #9160ff;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(4) {
  width: 100%;
  flex-direction: row-reverse;
}

.service-section.style-4 .section-wrapper .service-item {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .service-section.style-4 .section-wrapper .service-item {
    width: 50%;
    margin-bottom: 0;
  }
}

.service-section.style-4 .section-wrapper .service-item .service-thumb {
  width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .service-section.style-4 .section-wrapper .service-item .service-thumb {
    width: calc(100% / 2);
  }
}

.service-section.style-4 .section-wrapper .service-item .service-thumb>img {
  width: 100%;
  height: 100%;
}

.service-section.style-4 .section-wrapper .service-item .service-content {
  width: 100%;
  padding: 30px 30px 25px;
  background: #fff;
}

@media (min-width: 992px) {
  .service-section.style-4 .section-wrapper .service-item .service-content {
    width: calc(100% / 2);
    padding: 45px 30px 35px;
  }
}

.service-section.style-4 .section-wrapper .service-item .service-content .content-icon {
  margin-bottom: 15px;
}

.service-section.style-4 .section-wrapper .service-item .service-content h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

.service-section.style-4 .section-wrapper .service-item .service-content p {
  margin-bottom: 10px;
}

.service-section.style-4 .section-wrapper .service-item .service-content .text-btn:hover {
  color: #80bf63;
}

.service-section.style-4 .section-wrapper .service-item:nth-child(3),
.service-section.style-4 .section-wrapper .service-item:nth-child(4) {
  flex-direction: row-reverse;
}

.service-section.style-5 .section-wrapper {
  margin: -20px 0 0;
}

@media (min-width: 576px) {
  .service-section.style-5 .section-wrapper .service-item.style-2 .service-content {
    padding: 30px 20px 30px 25px;
  }
}

.service-section.style-5 .section-wrapper .text-center {
  margin-top: 35px;
}

/* @@@@@@@@@@@@@  service-single start here  @@@@@@@@@@@@@@ */
.service-single .main-service-single,
.service-single .main-team-single,
.team-single .main-service-single,
.team-single .main-team-single {
  margin-bottom: -1rem;
}

.service-single .main-service-single .main-content .post-thumb img,
.service-single .main-team-single .main-content .post-thumb img,
.team-single .main-service-single .main-content .post-thumb img,
.team-single .main-team-single .main-content .post-thumb img {
  width: 100%;
}

.service-single .main-service-single .post-item .post-item-inner .post-content h5,
.service-single .main-team-single .post-item .post-item-inner .post-content h5,
.team-single .main-service-single .post-item .post-item-inner .post-content h5,
.team-single .main-team-single .post-item .post-item-inner .post-content h5 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-single .main-service-single .post-item .post-item-inner .post-content h5:hover,
.service-single .main-team-single .post-item .post-item-inner .post-content h5:hover,
.team-single .main-service-single .post-item .post-item-inner .post-content h5:hover,
.team-single .main-team-single .post-item .post-item-inner .post-content h5:hover {
  color: #80bf63;
}

.service-single .main-service-single .medical-items ul li:last-child,
.service-single .main-team-single .medical-items ul li:last-child,
.team-single .main-service-single .medical-items ul li:last-child,
.team-single .main-team-single .medical-items ul li:last-child {
  border-bottom: none !important;
}

.service-single .main-service-single .doctor-list,
.service-single .main-team-single .doctor-list,
.team-single .main-service-single .doctor-list,
.team-single .main-team-single .doctor-list {
  flex-wrap: wrap;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .service-single .main-service-single .doctor-list,
  .service-single .main-team-single .doctor-list,
  .team-single .main-service-single .doctor-list,
  .team-single .main-team-single .doctor-list {
    justify-content: center;
    padding: 30px 15px !important;
  }
}

.service-single .main-service-single .doctor-list .doctor-thumb,
.service-single .main-team-single .doctor-list .doctor-thumb,
.team-single .main-service-single .doctor-list .doctor-thumb,
.team-single .main-team-single .doctor-list .doctor-thumb {
  width: 80px;
  height: 80px;
  box-shadow: 0 0 10px rgba(137, 137, 137, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.service-single .main-service-single .doctor-list .doctor-thumb img,
.service-single .main-team-single .doctor-list .doctor-thumb img,
.team-single .main-service-single .doctor-list .doctor-thumb img,
.team-single .main-team-single .doctor-list .doctor-thumb img {
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .service-single .main-service-single .doctor-list .doctor-thumb,
  .service-single .main-team-single .doctor-list .doctor-thumb,
  .team-single .main-service-single .doctor-list .doctor-thumb,
  .team-single .main-team-single .doctor-list .doctor-thumb {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .service-single .main-service-single .doctor-list .doctor-content,
  .service-single .main-team-single .doctor-list .doctor-content,
  .team-single .main-service-single .doctor-list .doctor-content,
  .team-single .main-team-single .doctor-list .doctor-content {
    width: 100%;
    text-align: center;
    padding-left: 0 !important;
  }
}

.service-single .main-service-single .doctor-list .doctor-content a,
.service-single .main-team-single .doctor-list .doctor-content a,
.team-single .main-service-single .doctor-list .doctor-content a,
.team-single .main-team-single .doctor-list .doctor-content a {
  display: block;
}

.service-single .main-service-single .doctor-list .doctor-content a h6,
.service-single .main-team-single .doctor-list .doctor-content a h6,
.team-single .main-service-single .doctor-list .doctor-content a h6,
.team-single .main-team-single .doctor-list .doctor-content a h6 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-single .main-service-single .doctor-list .doctor-content a:hover h6,
.service-single .main-team-single .doctor-list .doctor-content a:hover h6,
.team-single .main-service-single .doctor-list .doctor-content a:hover h6,
.team-single .main-team-single .doctor-list .doctor-content a:hover h6 {
  color: #80bf63;
}

.service-single .skill-award,
.team-single .skill-award {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {

  .service-single .skill-award .skill-area,
  .team-single .skill-award .skill-area {
    margin-top: 30px;
  }
}

.service-single .skill-award h5,
.team-single .skill-award h5 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {

  .service-single .skill-award .team-item,
  .team-single .skill-award .team-item {
    margin-right: 20px;
  }
}

.service-single .skill-award .team-item:last-child,
.team-single .skill-award .team-item:last-child {
  margin: 0;
}

.service-single .skill-award .team-item .team-thumb,
.team-single .skill-award .team-item .team-thumb {
  margin-bottom: 15px;
}

.service-single .skill-award .team-item p,
.team-single .skill-award .team-item p {
  margin: 0;
}

.service-single .skill-award .team-item .circles,
.team-single .skill-award .team-item .circles {
  margin-bottom: 15px;
}

.service-single .skill-award .team-item .circles strong,
.team-single .skill-award .team-item .circles strong {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-single .skill-award .team-item .circles canvas,
.team-single .skill-award .team-item .circles canvas {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 100%;
}

.service-single .certificate-item .certificate-thumb img,
.team-single .certificate-item .certificate-thumb img {
  width: 100%;
}

.service-single .post-item.style-2 .post-item-inner .post-content,
.team-single .post-item.style-2 .post-item-inner .post-content {
  padding: 30px 30px 25px;
}

/* @@@@@@@@@@@@@  single-sidebar start here  @@@@@@@@@@@@@@ */
.single-sidebar .department-widget {
  padding: 1px;
  margin-bottom: 30px;
}

.single-sidebar .department-widget .widget-wrapper ul li a,
.single-sidebar .department-widget .widget-wrapper ul li .profile-list {
  display: block;
  color: #2d334d;
  padding: 13px 20px;
  border: 1px solid #f6f9fb;
  margin: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-sidebar .department-widget .widget-wrapper ul li a::after,
.single-sidebar .department-widget .widget-wrapper ul li .profile-list::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-weight: 400;
  font-family: IcoFont !important;
}

.single-sidebar .department-widget .widget-wrapper ul li a:hover,
.single-sidebar .department-widget .widget-wrapper ul li .profile-list:hover {
  color: #fff;
  background: #44a6f1;
}

.single-sidebar .department-widget .widget-wrapper ul li .profile-list {
  display: flex !important;
  justify-content: flex-start;
}

.single-sidebar .department-widget .widget-wrapper ul li .profile-list::after {
  display: none;
}

.single-sidebar .timetable-widget {
  padding: 1px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .single-sidebar .timetable-widget .widget-title img {
    margin-bottom: 10px;
  }
}

.single-sidebar .timetable-widget .widget-wrapper ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px dashed #f6f9fb;
  padding: 12px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-sidebar .timetable-widget .widget-wrapper ul li:last-child {
  border-bottom: none;
}

.single-sidebar .timetable-widget .widget-wrapper ul li p {
  margin-bottom: 0;
}

.single-sidebar .appointment-widget {
  padding: 1px;
}

.single-sidebar .appointment-widget .widget-wrapper form input {
  margin-bottom: 10px;
}

.single-sidebar .appointment-widget .widget-wrapper form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  background: #fff;
  color: #2d334d;
  outline: none;
}

.single-sidebar .appointment-widget .widget-wrapper form .lab-btn {
  border: none;
  color: #fff;
}

.single-sidebar .contactinfo-widget {
  padding: 1px;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .single-sidebar .contactinfo-widget .widget-title img {
    margin-bottom: 10px;
  }
}

.single-sidebar .contactinfo-widget .widget-wrapper ul li .contact-icon {
  width: 50px;
}

.single-sidebar .contactinfo-widget .widget-wrapper ul li .contact-details {
  width: calc(100% - 65px);
}

.single-sidebar .contactinfo-widget .widget-wrapper ul li .contact-details h6 {
  font-size: 16px;
}

.single-sidebar .contactinfo-widget .widget-wrapper ul li .contact-details p {
  line-height: 1.4;
}

/* @@@@@@@@@@@@@  Team Section Start Here  @@@@@@@@@@@@@@ */
.team-section .pattan-shape {
  right: 0;
}

@media (min-width: 992px) {
  .team-section .section-header {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .team-section .section-wrapper {
    margin: 0 -15px;
  }
}

.team-section .section-wrapper .team-item.style-1 .team-inner .team-content .lab-ul li a .icofont-facebook {
  color: #3b5998;
}

.team-section .section-wrapper .team-item.style-1 .team-inner .team-content .lab-ul li a .icofont-twitter {
  color: #55acee;
}

.team-section .section-wrapper .team-item.style-1 .team-inner .team-content .lab-ul li a .icofont-skype {
  color: #2fb7df;
}

.team-section .section-wrapper .team-item.style-1 .team-inner .team-content .lab-ul li a .icofont-instagram {
  color: #e4405f;
}

.team-section .section-wrapper .team-item.style-1 .team-inner .team-content .lab-ul li a .icofont-pinterest {
  color: #bd081c;
}

.team-section .section-wrapper .lab-btn {
  margin-top: 35px;
}

.team-section .team-top .team-top-area .team-thumb img {
  width: 100%;
}

.team-section .team-top .team-top-area .team-content {
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .team-section .team-top .team-top-area .team-content {
    padding: 40px;
  }
}

.team-section .team-top .team-top-area .team-content .member-name {
  display: inline-block;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-section .team-top .team-top-area .team-content .member-name:hover {
  color: #80bf63;
}

.team-section .team-top .team-top-area .team-content .member-dagi {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

.team-section .team-top .team-top-area .team-content .member-details {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .team-section .team-top .team-top-area .team-content ul {
    max-width: 350px;
  }
}

.team-section .team-bottom .team-bottom-area {
  margin-bottom: -25px;
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-content .member-name {
  display: inline-block;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-content .member-name:hover {
  color: #80bf63;
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-content .member-dagi {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-content .member-details {
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #f6f9fb;
}

/* @@@@@@@@@@@@@  Contact Section Start Here  @@@@@@@@@@@@@@ */
.contact-section.style-1 {
  background: url(../img/bg7.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .contact-section.style-1 .section-header {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .contact-section.style-1 .section-wrapper {
    margin-bottom: -20px;
  }
}

.contact-section.style-1 .section-wrapper form {
  z-index: 9;
}

@media (min-width: 992px) {
  .contact-section.style-1 .section-wrapper form {
    margin-bottom: -15px;
  }
}

.contact-section.style-1 .section-wrapper form input {
  width: 100%;
  padding: 13px;
  border-radius: 0;
  border: #fff;
  margin-bottom: 20px;
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .contact-section.style-1 .section-wrapper form input {
    width: 47%;
  }

  .contact-section.style-1 .section-wrapper form input:nth-child(odd) {
    margin-right: 20px;
  }
}

.contact-section.style-1 .section-wrapper form button[type=submit] {
  width: 220px;
  height: 50px;
  background: #f16705;
  border: none;
  outline: none;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-section.style-1 .section-wrapper form button[type=submit]:hover {
  background: #0067a4;
}



