@charset "UTF-8";
@font-face {
  font-family: 'UniSans';
  src: url(UniSansLight.eot);
  src: url('UniSansLight.eot?#iefix') format('embedded-opentype'), url(UniSansLight.woff2) format('woff2'), url(UniSansLight.woff) format('woff'), url(UniSansLight.ttf) format('truetype'), url('UniSansLight.svg#UniSansLight') format('svg');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'UniSans';
  src: url(UniSansRegular.eot);
  src: url('UniSansRegular.eot?#iefix') format('embedded-opentype'), url(UniSansRegular.woff2) format('woff2'), url(UniSansRegular.woff) format('woff'), url(UniSansRegular.ttf) format('truetype'), url('UniSansRegular.svg#UniSansRegular') format('svg');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'UniSans';
  src: url(UniSansSemiBold.eot);
  src: url('UniSansSemiBold.eot?#iefix') format('embedded-opentype'), url(UniSansSemiBold.woff2) format('woff2'), url(UniSansSemiBold.woff) format('woff'), url(UniSansSemiBold.ttf) format('truetype'), url('UniSansSemiBold.svg#UniSansSemiBold') format('svg');
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'UniSansBold';
  src: url(UniSansBold.eot);
  src: url('UniSansBold.eot?#iefix') format('embedded-opentype'), url(UniSansBold.woff2) format('woff2'), url(UniSansBold.woff) format('woff'), url(UniSansBold.ttf) format('truetype'), url('UniSansBold.svg#UniSansBold') format('svg');
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'UniSans';
  src: url(UniSansHeavy.eot);
  src: url('UniSansHeavy.eot?#iefix') format('embedded-opentype'), url(UniSansHeavy.woff2) format('woff2'), url(UniSansHeavy.woff) format('woff'), url(UniSansHeavy.ttf) format('truetype'), url('UniSansHeavy.svg#UniSansHeavy') format('svg');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
html::-webkit-scrollbar-thumb {
  background: #114574;
}
html::-webkit-scrollbar-track {
  background: #ececec;
}
.gotham-book {
  font-family: 'UniSans', sans-serif;
}
* {
  font-family: 'UniSans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #212529;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: white;
}
.ucnokta {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bg-gray {
  background-color: #dfdfdf;
}
.bg-white {
  background-color: white;
}
.bg-light-gray {
  background-color: #fefefe;
}
.bg-red {
  background-color: #f33540;
}
.bg-red-v2 {
  background-color: #a21d35;
}
.object-contain {
  height: 450px;
  object-fit: cover;
  object-position: left;
}
.object-cover {
  height: 100%;
  object-fit: cover;
}
span,
p {
  font-family: 'UniSans', sans-serif;
}
.color-white {
  color: white !important;
}
.color-blue {
  color: #114574 !important;
}
.color-black-light {
  color: #33475b;
}
.color-green {
  color: #009a86;
}
.background-green {
  background-color: #009a86 !important;
}
.background-blue {
  background-color: #114574 !important;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
  font-size: 30px;
}
.arial-font {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 15px;
}
.arial-font p {
  font-family: 'Open Sans', sans-serif;
}
a {
  text-decoration: none;
  transition: 0.33s;
}
a:hover {
  text-decoration: none;
  color: #1c9fa8;
}
b,
strong {
  font-weight: 600;
}
label {
  color: white;
  cursor: pointer;
  margin-right: 8px;
  font-family: 'UniSans', sans-serif;
}
/*********************************
* #header
**********************************/
#header.home {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 12;
  background-color: white;
}
#header .top-header {
  padding: 5px 15px;
  background-color: #114574;
}
@media (max-width: 992px) {
  #header .top-header .menu-top {
    display: none !important;
  }
}
#header .top-header .btn-wp {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  background: -moz-linear-gradient(380deg, #d74858 50%, #e1251b 100%);
  background: -webkit-linear-gradient(380deg, #d74858 50%, #e1251b 100%);
  background: linear-gradient(380deg, #d74858 50%, #e1251b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1EBEA5', endColorstr='#f33541', GradientType=1);
  text-transform: uppercase;
}
#header .top-header .btn-wp i {
  padding-right: 5px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  top: 1px;
}
#header .top-header .btn-wp strong {
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
#header .top-header .menu-top {
  display: flex;
  list-style: none;
  margin-bottom: 0px;
}
#header .top-header .menu-top li {
  display: inline-block;
}
#header .top-header .menu-top li a {
  margin-left: 10px;
  display: flex;
  float: right;
  color: #ffffff;
  position: relative;
  font-size: 13px;
  transition: 0.33s;
}
#header .top-header .menu-top li a::after {
  content: '';
  position: absolute;
  right: -7px;
  top: 3px;
  width: 1px;
  height: 15px;
  background-color: #295f90;
}
#header .top-header .menu-top li:last-child a::after {
  display: none;
}
#header .top-header .menu-top li:hover a {
  color: white;
  text-shadow: 2px 4px 6px #0a0a0a;
}
#header .top-header .social-menu {
  display: flex;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
#header .top-header .social-menu li {
  display: inline-block;
}
#header .top-header .social-menu li a {
  margin-left: 10px;
  display: flex;
  float: right;
  font-size: 13px;
}
#header .top-header .social-menu li a span {
  color: #ffffff;
  margin-left: 5px;
  transition: 0.33s;
}
#header .top-header .social-menu li a i {
  color: #efefef;
  font-size: 17px;
  transition: 0.33s;
}
#header .top-header .social-menu li a:hover i {
  color: white;
  text-shadow: 2px 4px 6px #0a0a0a;
}
#header .top-header .social-menu li a:hover span {
  color: white;
  text-shadow: 2px 4px 6px #0a0a0a;
}
#header .top-header .lang-menu {
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
#header .top-header .lang-menu li {
  display: inline-block;
}
#header .top-header .lang-menu li a i {
  color: white;
  font-size: 24px;
}
#header .top-header .lang-menu li a img {
  width: 22px;
}
#header .top-header .lang-menu li ul {
  display: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  width: auto;
  position: absolute;
  right: -7px;
  top: 28px;
  padding: 10px;
  z-index: 1;
}
#header .top-header .lang-menu li ul li {
  display: block;
}
#header .top-header .lang-menu li ul li a {
  display: block;
  float: none;
  margin-bottom: 8px;
}
#header .top-header .lang-menu li ul li:last-child a {
  margin-bottom: 0px;
}
#header .top-header .cart-menu {
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
  position: relative;
  top: 3px;
}
#header .top-header .cart-menu li {
  display: inline-block;
}
#header .top-header .cart-menu li a {
  margin-left: 5px;
  display: flex;
  float: right;
}
#header .top-header .cart-menu li a i {
  color: #d3d3d3;
  font-size: 20px;
  transition: 0.33s;
}
#header .top-header .cart-menu li a:hover i {
  color: #114574;
}
#header .top-header .cart-menu li a:hover span {
  background-color: #114574;
}
@media (max-width: 767px) {
  #header .top-header .btn-wp {
    display: none;
  }
  #header .top-header .menu-top {
    display: none;
  }
  #header .top-header .social-menu li:first-child a {
    margin-right: 0px !important;
  }
}
#header .header-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 67px;
}
#header .header-menu .right-menu {
  width: 77%;
  display: inline-block;
  float: right;
  text-align: right;
}
#header .header-menu .right-menu ul {
  list-style: none;
}
#header .header-menu .right-menu ul li {
  display: inline-block;
  float: right;
  margin-left: 10px;
}
#header .header-menu .right-menu ul li a {
  background-color: #114574;
  color: white;
  padding: 10px 15px;
  border-radius: 20px;
  transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
#header .header-menu .right-menu ul li:hover a {
  background-color: #f33540;
}
#header .header-menu .logo {
  float: left;
  width: 25%;
  position: relative;
}
#header .header-menu .logo img {
  position: relative;
  width: 130px;
}
#header .header-menu .menu-toggle {
  display: none;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
  border: 2px solid #114574;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #114574;
}
#header .header-menu .menu {
  float: right;
  width: 75%;
  text-align: right;
  padding-left: 0;
}
#header .header-menu .menu > li:hover > a {
  color: #f33540;
}
#header .header-menu .menu > li:first-child {
  padding-left: 0;
}
#header .header-menu .menu > li:last-child {
  padding-right: 0;
}
#header .header-menu .menu li {
  display: inline-block;
  position: relative;
  padding: 15px 15px;
}
#header .header-menu .menu li.active > a {
  color: #f33540;
}
#header .header-menu .menu li a {
  display: block;
  color: #211f1f;
  font-weight: 600;
  font-size: 15px;
  transition: 0.33s;
}
#header .header-menu .menu li ul {
  position: absolute;
  width: 100%;
  min-width: 250px;
  padding: 0px;
  background-color: #ffffff;
  box-shadow: 0 0 3px 1px #f7f7f7;
  top: 45px;
  display: none;
}
#header .header-menu .menu li ul li {
  display: block;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#header .header-menu .menu li ul li a {
  display: block;
  font-weight: 400;
  text-align: left;
  padding: 0px 0;
  height: 45px;
  line-height: 45px;
  color: #888888;
}
#header .header-menu .menu li ul li:nth-last-of-type(1) a {
  border-bottom: none;
}
@media all and (max-width: 1248px) {
  #header .header-menu {
    height: 48px;
  }
}
@media all and (max-width: 992px) {
  #header .header-menu-v2 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .right-menu {
    display: none !important;
  }
  #header .number {
    display: none;
  }
  #header .header-menu .logo {
    width: 75%;
  }
  #header .header-menu .menu-toggle {
    display: block;
  }
  #header .header-menu .menu {
    width: 100%;
    text-align: left;
    display: none;
    position: absolute;
    background-color: #114574;
    padding: 15px 15px;
    left: 0;
    top: 56px;
    border-top: 5px solid #f33540;
  }
  #header .header-menu .menu > li:hover > a {
    color: white;
  }
  #header .header-menu .menu li {
    display: block;
    padding: 5px 0;
  }
  #header .header-menu .menu li.active > a {
    color: #114574;
  }
  #header .header-menu .menu li a {
    color: white;
  }
  #header .header-menu .menu li ul {
    position: relative;
    top: initial;
    min-width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #header .logo img {
    position: relative!important;
    margin-bottom: 0!important;
    width: 100px !important;
  }
}
.slider-bottom {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  background-color: #f33540;
  bottom: 51px;
  right: 150px;
  z-index: 1;
  transition: 0.33s;
}
.slider-bottom span {
  color: white;
  position: relative;
  top: 12px;
  line-height: 21px;
  font-size: 16px;
  display: block;
}
.slider-bottom i {
  position: relative;
  top: 21px;
  background-color: white;
  color: #f33540;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
}
.slider-bottom:hover {
  background-color: #114574;
}
.left-camp {
  animation: left-camp-anim ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: left-camp-anim ease-in-out 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: left-camp-anim ease-in-out 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: left-camp-anim ease-in-out 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: left-camp-anim ease-in-out 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
@keyframes left-camp-anim {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(12px, 0px);
  }
  101% {
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes left-camp-anim {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  50% {
    -moz-transform: translate(12px, 0px);
  }
  101% {
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes left-camp-anim {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(12px, 0px);
  }
  101% {
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes left-camp-anim {
  0% {
    -o-transform: translate(0px, 0px);
  }
  50% {
    -o-transform: translate(12px, 0px);
  }
  101% {
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes left-camp-anim {
  0% {
    -ms-transform: translate(0px, 0px);
  }
  50% {
    -ms-transform: translate(12px, 0px);
  }
  101% {
    -ms-transform: translate(0px, 0px);
  }
}
.owl-theme .owl-nav [class*='owl-'] {
  margin: 0 !important;
  margin-top: 5px !important;
  background: transparent !important;
}
.owl-nav img {
  width: 35px;
}
.header-title .fantastic-title {
  font-size: 27px;
  display: block;
  position: relative;
  font-weight: 600;
  color: #404040;
}
.header-title .line {
  width: 38px;
  height: 3px;
  background-color: #c4002a;
  margin: 10px 0 17px;
  display: inline-block;
}
.header-title .title {
  font-size: 24px;
  display: inline-block;
  position: relative;
}
.fantastic-title-v2 {
  font-size: 17px;
  display: block;
  text-align: left;
  padding-top: 20px;
  position: relative;
}
.fantastic-title-v2:before {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 2px;
  height: 25px;
  background-color: #f37523;
  content: '';
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.default-text p {
  color: #8c8c8c;
  font-weight: 400;
}
.default-text a {
  color: #114574;
  font-weight: 900;
}
.home-list-box-v2 .item {
  transition: 0.33s;
  background-color: white;
  cursor: pointer;
}
.home-list-box-v2 .item .item-img {
  background-color: white;
  width: 100%;
  transition: 0.33s;
}
.home-list-box-v2 .item .detail {
  padding: 10px;
  background-color: white;
  text-align: left;
  transition: 0.33s;
}
.home-list-box-v2 .item .detail strong {
  font-size: 17px;
  display: block;
  margin-bottom: 5px;
  color: #f33540;
}
.home-list-box-v2 .item .detail strong b {
  display: block;
}
.home-list-box-v2 .item .detail a {
  display: block;
  text-align: center;
  color: #909090;
  transition: 0.33s;
}
.home-list-box-v2 .item .detail a:hover {
  color: #f33540;
}
.home-list-box-v2 .item .detail p {
  margin-bottom: 2px;
  height: auto;
  font-size: 14px;
  color: #afafaf;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.33s;
}
.home-list-box-v2 .item:hover {
  background-color: #211f1f;
}
.home-list-box-v2 .item:hover .item-img {
  background-color: white;
}
.home-list-box-v2 .item.active .detail p {
  -webkit-line-clamp: inherit;
}
.fixed-sidebar {
  background-color: #114574;
}
.fixed-sidebar img {
  width: 170px;
  margin: 0px auto;
  padding: 21px 0px;
  display: block;
}
.fixed-sidebar .title {
  display: block;
  text-align: center;
  font-size: 26px;
  color: white;
  font-weight: bold;
}
.fixed-sidebar .sub-title {
  display: block;
  text-align: center;
  font-size: 19px;
  line-height: 23px;
  color: white;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: 'UniSans', sans-serif;
}
.fixed-sidebar .form {
  margin-top: 17px;
}
.fixed-sidebar .form .form-control-side {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  border: 0;
  background-color: #839dbc;
  height: 37px;
  padding: 0px 10px;
  border-radius: 10px;
  outline: none;
}
.fixed-sidebar .form .form-control-side::placeholder {
  color: #114574;
  font-size: 12px;
  text-align: center;
}
.fixed-sidebar .form p {
  color: white;
  font-size: 13px;
}
.arrow .product-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.arrow .product-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #3cc7f2;
  border-radius: 20px;
  padding: 6px 20px;
  font-size: 14px;
}
.btn-red {
  background-color: #f33541;
  border-color: #f33541;
  color: white;
  border-radius: 0;
  padding: 6px 20px;
  font-size: 14px;
}
.btn-red:hover {
  background-color: #114574;
  border-color: #114574;
  color: white;
}
.btn-white {
  background-color: white;
  border-color: white;
  color: #f33540;
  border-radius: 20px;
  padding: 6px 20px;
  font-weight: 600;
  font-size: 14px;
}
.btn-white:hover {
  background-color: #114574;
  border-color: #114574;
  color: white;
}
@media (max-width: 728px) {
  .img .content img {
    width: 100%;
  }
  .project-list .item img {
    width: 100% !important;
    margin: 0 auto;
  }
  .contact .header-title {
    padding-top: 15px;
    margin-bottom: 5px !important;
  }
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  height: 25px;
  width: 18px;
}
input[type="radio"] {
  height: 25px;
  width: 18px;
  position: relative;
  top: 8px;
}
@media (max-width: 1500px) {
  .content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.contact-form-button-close {
  text-align: center;
  color: #f33540;
  font-size: 18px;
  margin-bottom: 10px;
  display: none;
}
@media (max-width: 767px) {
  .slider-bottom {
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 1;
  }
}
.img .content {
  display: inline-block;
}
.img .content .sprey-bottom {
  position: absolute;
  left: -10px;
  bottom: -5px;
  z-index: 1;
  opacity: 0.8;
}
.z-index-2 {
  z-index: 2;
}
.wave-back-image {
  background-image: url('../image/wave_back.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 175px;
  margin-top: -200px;
}
.back-wave-style {
  background-color: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 40px;
}
.span-right {
  width: 92%;
}
.label-left {
  margin-right: 0px;
}
.padding-left-label {
  width: 100%;
  float: right;
}
@media (max-width: 1470px) {
  .span-right {
    width: 100%;
  }
  .label-left {
    margin-right: 0px;
  }
  .padding-left-label {
    width: 100%;
  }
}
.project-list .item img {
  width: 50%;
  margin: 0 auto;
}
.icon-list {
  margin-top: 50px;
  margin-bottom: 70px;
}
.icon-list .item {
  text-align: center;
  margin-bottom: 35px;
}
.icon-list .item img {
  display: inline-block;
  float: left;
}
.icon-list .item span {
  display: block;
  margin-top: 20px;
  color: #606060;
  text-align: left;
  padding-left: 90px;
  padding-top: 10px;
}
@media all and (max-width: 992px) {
  .icon-list img {
    display: block !important;
    float: none !important;
    margin: 0 auto;
  }
  .icon-list span {
    padding-left: 0 !important;
    text-align: center !important;
  }
}
.background-red {
  background-color: #f33540;
}
.delivery .title {
  color: #f33540;
  font-size: 23px;
  margin-bottom: 5px;
  font-weight: 600;
}
.delivery p {
  opacity: 0.6;
}
.branches .content {
  background-color: #114574;
  padding: 15px 10px;
}
.branches .content select {
  background-color: transparent;
  border: none;
  color: white;
  border-bottom: 1px solid white;
  width: 100%;
  font-size: 13px;
  padding: 5px 0px;
  outline: none;
}
.contact a {
  display: block;
  color: white;
  margin-bottom: 10px;
}
.contact a i {
  margin-right: 10px;
}
.contact a span {
  font-weight: 400;
}
.contact a.phone span {
  letter-spacing: 2px;
  font-weight: 600;
}
.btn-blue {
  background-color: #114574;
  color: white;
}
.btn-blue:hover {
  color: white;
  background-color: #009a86;
}
.btn-blue-v2 {
  background-color: #114574;
  color: white !important;
  font-weight: 500 !important;
  border: none;
}
.btn-blue-v2:hover {
  color: white;
  background-color: #f33540;
}
@media (max-width: 728px) {
  .btn-blue-v2 {
    width: 100%;
  }
}
@media (max-width: 728px) {
  .content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.font-size-17 {
  font-size: 17px;
}
.font-size-25 {
  font-size: 25px;
}
.gallery-nav {
  display: none;
}
.gallery-controls button {
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0 10px;
  padding: 0 12px;
  text-transform: capitalize;
  background-color: #1e3e76;
  color: white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: transparent;
}
.gallery-controls {
  margin: 10px 0;
}
.gallery-container {
  height: 350px;
}
.icon-cont {
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.icon-cont img {
  -webkit-transition: 0.7s all;
  transform: rotateZ(0deg);
}
.icon-cont span {
  display: block;
  margin-top: 10px;
  color: white;
  font-weight: 600;
  filter: drop-shadow(0px 0px 0px black);
  -webkit-transition: 0.7s all;
}
.icon-cont:hover img {
  transform: rotateZ(360deg);
}
.icon-cont:hover span {
  filter: drop-shadow(2px 4px 6px black);
}
@media (max-width: 728px) {
  .icon-cont {
    right: 0%;
  }
  .icon-cont img {
    width: 30px !important;
  }
  .icon-cont span {
    font-size: 12px;
  }
}
@media (max-width: 728px) {
  .bg-object {
    object-position: -40px;
    object-fit: contain;
  }
  .gallery-item-previous {
    display: none;
  }
  .gallery-item-next {
    display: none;
  }
  .gallery-item-last {
    display: none;
  }
  .gallery-item-first {
    display: none;
  }
}
.filter-brightness {
  filter: brightness(0) invert(1) !important;
}
.c-red {
  color: #f33540;
}
.c-blue {
  color: #114574;
}
.c-gray {
  color: #606060;
}
.ms-image {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .ms-image {
    height: 75px;
    object-fit: cover;
  }
}
.bard-v1 {
  background-color: #114574;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  margin-top: 25px;
}
.bard-v1 img {
  width: 50px;
}
.bard-v1 p {
  margin-bottom: 0;
  padding-left: 15px;
  color: white;
  font-weight: 400;
}
@media (max-width: 767px) {
  .bard-v1 {
    display: block;
  }
  .bard-v1 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .goals-principles img.d-lg-inline-block {
    display: block;
    width: 120px !important;
    margin: 0 auto;
  }
  .goals-principles .col-sm-9 {
    margin-top: 15px;
    text-align: center;
  }
}
.banks .banks-item img {
  width: 150px;
}
.corporate-logo {
  width: 75%;
  padding: 26px 75px 35px 75px;
}
@media (max-width: 767px) {
  .corporate-logo {
    width: 100% !important;
  }
  .corporate-logo.akademi-logo {
    width: 100%;
  }
}
.corporate-logo.akademi-logo {
  width: 63%;
}
.branches-item {
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px 10px;
  border-radius: 20px;
  background-color: white;
  margin-bottom: 20px;
}
.branches-item .title {
  display: block;
  text-align: center;
  color: #f33540;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
.branches-item .adress {
  font-size: 13px;
  font-weight: 500;
  color: #7b7b7b;
  margin-bottom: 10px;
}
.branches-item a {
  color: #114574;
  display: block;
  margin-bottom: 10px;
  transition: 0.33s;
}
.branches-item a:hover {
  color: #f33540;
}
.branches-item i {
  color: #f33540;
  font-size: 17px;
}
.values .top-a {
  background-color: #114574;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 15px;
}
.values .top-a span {
  color: white;
  position: relative;
  top: 4px;
  font-weight: 600;
  margin-left: 7px;
  font-size: 19px;
}
.values .top-a img {
  width: 32px;
}
.values .values-item {
  margin-bottom: 35px;
}
.values .values-item img {
  width: 65px;
}
.values .values-item span {
  display: block;
  margin-top: 10px;
  color: #f33540;
  font-size: 15px;
}
.accordion-container {
  position: relative;
  padding: 25px;
  height: 649px;
  overflow-y: scroll;
}
.accordion-container::-webkit-scrollbar {
  width: 6px;
  background: #b3b3b3;
  border-radius: 20px;
}
.accordion-container::-webkit-scrollbar-corner {
  background: #ab043a;
  border-radius: 20px;
}
.accordion-container::-webkit-scrollbar-thumb {
  background: #114574;
  -webkit-border-radius: 0;
  border-radius: 20px;
}
.accordion-container .title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
}
.form-v1 select,
.form-v1 input,
.form-v1 textarea {
  width: 100%;
  margin-bottom: 21px;
  position: relative;
  display: block;
  height: 40px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0 2px 8px rgba(51, 51, 51, 0.15);
  border: 0;
  padding: 5px 15px 5px 10px;
  outline: none;
}
.form-v1 textarea {
  height: 120px;
  outline: none;
}
.form-v2 .input {
  width: 100%;
  margin-bottom: 7px;
  height: 45px;
  line-height: 445px;
  border: 1px solid #ccc;
  padding-left: 10px;
  border-radius: 2px;
}
.form-v2 .input.text-area {
  height: 100px;
  line-height: 35px;
}
.form-v2 p {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-v2 label {
  color: #f33540;
  margin-bottom: 15px;
}
.contact-box-wrapper {
  top: -115px;
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 3;
}
.text-v1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 70px 40px;
  background-color: #fff;
  border: 1px solid #eaf0f6;
}
.text-v1 i {
  font-size: 63px;
  color: #f2353f;
}
.text-v1 .title {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #565656;
  margin-bottom: 7px;
  margin-top: 23px;
}
.text-v1 p {
  color: #33475bcf;
  font-size: 16px;
  line-height: 27px;
}
.text-v1 span {
  color: #f2353f;
  font-size: 17px;
  font-weight: 600;
}
.text-v1.padding-v1 {
  padding: 57px 40px;
}
.info .title {
  display: block;
  text-align: center;
  font-size: 19px;
  color: white;
  margin-bottom: 20px;
  font-weight: 600;
}
.info ul {
  list-style: none;
}
.info ul li {
  margin-bottom: 5px;
}
.info ul li a {
  color: white;
}
.info ul li a i {
  margin-right: 10px;
  font-size: 17px;
}
.desktop-fixed-bar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.desktop-fixed-bar .item {
  display: block;
  margin-top: 25px;
}
.desktop-fixed-bar .item img {
  width: 37px;
}
@media (max-width: 767px) {
  .desktop-fixed-bar {
    display: none;
  }
}
.pop-form .form-title {
  font-weight: 800;
  font-size: 1.5rem;
  text-align: right;
  margin-bottom: 20px;
}
.pop-form .form-title small {
  display: block;
  font-size: 1rem;
}
.pop-form .form-inner {
  padding: 20px;
}
.pop-form .form-approve {
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 400;
}
.pop-form {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  visibility: hidden;
  transform: scale(0.001);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-top: -233px;
  margin-left: -154px;
  /*+border-radius:5px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  /*+box-shadow:0 0 46px rgba(0,21,58,0.462);*/
  -moz-box-shadow: 0 0 46px rgba(0, 21, 58, 0.462);
  -webkit-box-shadow: 0 0 46px rgba(0, 21, 58, 0.462);
  box-shadow: 0 0 46px rgba(0, 21, 58, 0.462);
}
.pop-form-inner {
  overflow-y: auto;
  width: 280px;
  max-width: 100%;
}
.pop-form .close {
  color: #FFFFFF;
  position: absolute;
  right: -28px;
  top: -21px;
  opacity: 1;
  background-color: #303030;
  /*+border-radius:50%;*/
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 1rem;
}
.pop-form.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.pop-form .btn {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 10px;
}
.pop-form .title-h2 {
  color: #FFFFFF;
  width: 80%;
  font-size: 16px;
  margin-bottom: 22px;
}
.pop-form .close i {
  position: relative;
  top: 9px;
}
#wponline {
  z-index: 2;
}
@media (max-width: 767px) {
  #wponline {
    display: none;
  }
}
.popform-active .pop-overlay {
  visibility: visible;
  position: fixed;
  background: rgba(0, 0, 0, 0.316);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.active path {
  fill: #1e3e76 !important;
}
.contact-bar {
  display: none;
}
@media (max-width: 767px) {
  .contact-bar {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: white;
    padding: 5px 0px;
    display: block !important;
  }
  .contact-bar a {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    color: white;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
  }
  .contact-bar a.call {
    background-color: #f33540;
  }
  .contact-bar a.whatsapp {
    background-color: #25d366;
    font-size: 13px;
  }
}
.sidebar-mobile-show-button {
  display: none;
}
@media (max-width: 767px) {
  .sidebar-mobile-show-button {
    display: block;
  }
  .sidebar-mobile-hidden {
    display: none !important;
  }
}
.sidebar-mobile-hidden.active {
  display: block !important;
}
#sidebar-mobile-show-button-click {
  width: 100%;
  display: block;
  margin-top: 11px;
  background-color: #114574;
  border: none;
  padding: 10px;
  color: white;
}
#home-slide .owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
}
#home-slide .owl-dots .owl-dot {
  display: inline-block;
  background-color: white;
  border: 4px solid white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0 6px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2) !important;
}
#home-slide .owl-dots .owl-dot:nth-last-of-type(1) {
  margin-right: 0;
}
#home-slide .owl-dots .owl-dot.active {
  background-color: #114574;
}
#home-slide .item img {
  display: block;
  width: 100%;
  height: 485px;
  object-fit: cover;
}
#home-slide .slider-bottom-image {
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  width: 230px;
  height: 40px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
#home-slide .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#home-slide .arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #06A8FF;
  border-right: 2px solid #06A8FF;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
#home-slide .arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
#home-slide .arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
#home-slide .item .container {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 3;
  text-align: right;
}
#home-slide .item .container .content {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 42%;
  float: right;
}
#home-slide .item .container .content strong {
  font-size: 23px;
  color: #114574;
  line-height: 29px;
}
#home-slide .item .container .content p {
  font-size: 15px;
  margin-top: 12px;
}
#home-slide .item .container .content p b,
#home-slide .item .container .content p strong {
  display: block;
}
#home-slide .item .container .content p strong {
  color: #888888;
  font-size: 15px;
  font-weight: bolder;
}
#home-slide .item .container .content a {
  display: inline-block;
  margin-top: 10px;
  height: 50px;
  line-height: 50px;
  background-color: #114574;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 50px;
  transition: background-color 0.22s;
}
#home-slide .item .container .content a span {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 2px;
}
#home-slide .item .container .content a span:nth-of-type(2) {
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  margin-left: 17px;
  margin-right: 22px;
  position: relative;
  top: 10px;
}
#home-slide .item .container .content a i {
  color: #ffffff;
  font-size: 30px;
  position: relative;
  top: 5px;
}
#home-slide .item .container .content a:hover {
  background-color: #018acb !important;
}
#home-slide .item .container .text-box {
  padding: 30px 0;
  text-align: left;
  width: 28rem;
  float: right;
}
#home-slide .item .container .text-box h5 {
  font-weight: 600;
  color: white;
  font-size: 27px;
  padding-bottom: 10px;
}
#home-slide .item .container .text-box p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: white;
}
#home-slide .item .container .text-box a {
  margin-top: 15px;
}
@media (max-width: 728px) {
  #home-slide .item img {
    height: auto;
    object-fit: fill;
  }
  #home-slide .item .container .content {
    width: 100%;
  }
}
.gallery-item.gallery-item-soon {
  left: 30%;
  transform: translateX(-50%);
}
.main-header {
  text-align: center;
}
.main-header strong {
  font-size: 17px;
  color: #114574;
  display: block;
  text-align: center;
}
.main-header span {
  display: block;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.main-header p {
  display: block;
  margin-bottom: 0px;
  font-size: 13px;
  color: #888888;
}
/** Footer **/
.cover {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.subheader {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../image/subheader.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.subheader .image-title {
  position: relative;
  z-index: 2;
  color: white;
  font-weight: 600;
  font-size: 24px;
}
.subheader .slider-bottom-image {
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  width: 230px;
  height: 40px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  z-index: 2;
}
.subheader .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subheader .icon img {
  width: 30px;
  margin-top: 19px;
}
.subheader .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subheader .arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #06A8FF;
  border-right: 2px solid #06A8FF;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
.subheader .arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.subheader .arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
.subheader .sub-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #11457459;
  z-index: 1;
}
@media (max-width: 500px) {
  .subheader {
    background-image: url(../image/subheader.jpg);
  }
}
.subheader-v2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../image/subheader_v2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.subheader-v2 .container {
  z-index: 2;
}
.subheader-v2 .image-title {
  position: relative;
  z-index: 2;
  color: white;
  font-weight: 700;
  font-size: 42px;
}
.subheader-v2 p {
  color: white;
  font-size: 17px;
  margin-top: 17px;
}
.subheader-v2 .sub-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #114574b8;
  z-index: 1;
}
.medical-supplies .title {
  color: #1e509d;
  font-size: 46px;
  font-weight: 700;
  line-height: 49px;
  display: block;
  margin-bottom: 19px;
}
.medical-supplies .title-bottom-p {
  font-size: 17px;
}
.medical-supplies .title-bottom-h {
  color: #1e509d;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  display: block;
  margin-bottom: 19px;
}
.medical-supplies .item {
  margin-bottom: 20px;
  padding: 5px 20px;
  background-color: #009a860f;
}
.medical-supplies .item img {
  width: 200px;
  transition: 0.33s;
}
.medical-supplies .item .title {
  color: #009a86;
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
  display: block;
  margin-bottom: 9px;
  margin-top: 8px;
  transition: 0.33s;
}
.medical-supplies .item p {
  margin-bottom: 4px;
}
.medical-supplies .item strong {
  color: #018acb;
}
.medical-supplies .item:hover img {
  border-radius: 50%;
}
.medical-supplies .item:hover .title {
  color: #114574;
}
.medical-supplies .item:hover strong {
  color: #009a86;
}
@media (max-width: 767px) {
  .medical-supplies .title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 10px;
  }
  .medical-supplies .title-bottom-p {
    font-size: 15px;
  }
  .medical-supplies .title-bottom-h {
    font-size: 19px;
    line-height: 28px;
  }
}
.product-list .item-product {
  transition: 0.33s;
  background-color: white;
  cursor: pointer;
  margin-bottom: 25px;
  border: 1px solid #e4e4e4;
  position: relative;
}
.product-list .item-product .item-img {
  background-color: white;
  width: 100%;
  padding: 25px 25px 10px 25px;
  transition: 0.33s;
}
.product-list .item-product .detail {
  padding: 10px 20px 10px 20px;
  text-align: center;
  transition: 0.33s;
}
.product-list .item-product .detail strong {
  font-size: 19px;
  display: block;
  margin: 5px 0px;
  color: #114574;
  transition: 0.33s;
}
.product-list .item-product .detail p {
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 80px;
}
.product-list .item-product:hover .item-img {
  filter: hue-rotate(45deg);
}
.product-list .item-product:hover strong {
  color: #009a86;
}
.product-list .item-product:hover:after {
  opacity: 1;
}
.product-list .item-product:after {
  content: '';
  display: block;
  max-width: 100%;
  background: transparent url(../image/urun_nex_icon.png) no-repeat center center;
  width: 59px;
  height: 59px;
  bottom: -5px;
  left: -5px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.33s;
}
.pagination .page-item {
  margin-right: 2px;
}
.pagination .page-item.disabled .page-link {
  background-color: #114574;
  color: white;
  border: 1px solid #114574;
}
.pagination .page-item .page-link {
  background-color: #009a86;
  color: white;
  border: 1px solid #009a86;
}
.pagination .page-item:hover .page-link {
  background-color: #0c8fce;
  color: white;
  border: 1px solid #0c8fce;
}
.contact-bottom-box {
  border: 1px solid #cbd6e2;
  background-color: #f5f8fa;
}
.contact-bottom-box .right-address .title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  color: #33475b;
}
.contact-bottom-box .right-address p {
  font-size: 15px;
}
@media (max-width: 728px) {
  .contact-bottom-box .right-address {
    padding-top: 30px;
  }
}
.gallery-top {
  height: 520px;
  width: 100%;
}
@media (max-width: 728px) {
  .gallery-top {
    height: 290px;
  }
}
.gallery-top .swiper-slide img {
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 120px;
  border: 1px solid #d4d4d4 !important;
  cursor: pointer;
  opacity: 0.4;
}
@media (max-width: 728px) {
  .gallery-thumbs .swiper-slide {
    height: 65px;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.product-detail .title {
  display: block;
  margin-bottom: 16px;
  font-size: 28px;
  color: #114574;
  font-weight: 600;
}
.product-detail .sub-title {
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
  color: #009a86;
  font-weight: 600;
}
.product-detail .sku {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  color: #a9a9a9;
  font-weight: 400;
  letter-spacing: 0.9;
}
.product-detail p {
  font-size: 15px;
}
.product-detail .add-to-cart-size input[type="number"] {
  width: 64px;
  height: 47px;
  text-align: center;
  font-size: 17px;
  border: 1px solid #ccc;
  border-right: none;
  margin-right: -20px;
  padding-right: 20px;
}
.product-detail .add-to-cart-size .piece {
  display: block;
  color: #1e509d;
  font-weight: 600;
  margin-bottom: -6px;
  font-size: 13px;
}
.product-detail .add-to-cart-size .add-to-cart {
  display: inline-block;
  margin-top: 10px;
  height: 50px;
  line-height: 50px;
  background-color: #1e509d;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 50px;
  transition: background-color 0.22s;
  border: none;
}
.product-detail .add-to-cart-size .add-to-cart span {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 600;
}
.product-detail .add-to-cart-size .add-to-cart span:nth-of-type(2) {
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  margin-left: 17px;
  margin-right: 22px;
  position: relative;
  top: 10px;
}
.product-detail .add-to-cart-size .add-to-cart i {
  color: #ffffff;
  font-size: 30px;
  position: relative;
  top: 5px;
}
.product-detail .add-to-cart-size .add-to-cart:hover {
  background-color: #018acb !important;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #009a86;
  border-color: #009a86 #009a86 #fff;
}
.nav-tabs .nav-link {
  border: 1px solid #dadadacc;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: black;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
.tab-content > .tab-pane {
  padding: 10px;
  border: 1px solid #dee2e6;
  border-top: none;
}
.btn-primary {
  background-color: #058bcc;
  border-color: #058bcc;
}
.btn-primary i {
  color: white;
}
.text-navy {
  color: #1ab394;
}
.cart-product-imitation {
  text-align: center;
  height: 80px;
  width: 80px;
  background-color: #f8f8f9;
}
.product-imitation.xl {
  padding: 120px 0;
}
.product-desc {
  padding: 20px;
  position: relative;
}
.ecommerce .tag-list {
  padding: 0;
}
.ecommerce .fa-star {
  color: #d1dade;
}
.ecommerce .fa-star.active {
  color: #f8ac59;
}
.ecommerce .note-editor {
  border: 1px solid #e7eaec;
}
table.shoping-cart-table {
  margin-bottom: 0;
}
table.shoping-cart-table tr td {
  border: none;
  text-align: right;
}
table.shoping-cart-table tr td.desc,
table.shoping-cart-table tr td:first-child {
  text-align: left;
}
table.shoping-cart-table tr td:last-child {
  width: 80px;
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}
/** Search Modal **/
.modal .modal-title {
  font-size: 16px;
  color: #888888;
}
.modal .modal-body {
  padding-top: 30px;
}
.modal .modal-body .form-group .form-control {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  outline: none;
  box-shadow: none;
  background-image: none;
}
.modal .modal-footer button {
  border: none;
  outline: none;
  display: inline-block;
  background: transparent url(../image/btn_bg.png) no-repeat center center;
  width: 125px;
  height: 48px;
  color: #ffffff;
  font-size: 13px;
}
.modal .modal-footer button.btn-bg-default {
  background: transparent url(../image/btn_bg_default.png) no-repeat center center;
}
.medicine-list .title {
  display: block;
  background-color: #009a86;
  color: white;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.medicine-list .category {
  background-color: white;
  border: 1px solid #ececec;
  padding: 10px;
}
.medicine-list .category .sub-title {
  color: #114574;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #009a8642;
  padding: 6px;
}
.medicine-list .category ul {
  list-style: none;
  padding-left: 0;
  max-height: 375px;
  overflow-y: auto;
}
.medicine-list .category ul li {
  display: block;
  margin-bottom: 10px;
}
.medicine-list .category ul li label {
  color: #696969;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.medicine-list .category ul li label input {
  margin-right: 12px;
  height: 16px;
  min-width: 16px;
}
.medicine-list .category ul::-webkit-scrollbar {
  width: 8px;
  background-color: #e5e5e5;
}
.medicine-list .category ul::-webkit-scrollbar-thumb {
  background-color: #797979;
}
.medicine-list .category ul::-webkit-scrollbar-thumb {
  background-color: #989898;
}
.medicine-list .category ul::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: #e5e5e5;
}
.medicine-list .right {
  background-color: white;
  border: 1px solid #ececec;
  padding: 10px;
}
.medicine-list .right .body-design {
  border: 1px solid #009a86;
  padding: 25px 15px;
}
.medicine-list .right .body-design .body-title {
  color: #009a86;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}
.medicine-list .right .body-design p {
  margin-bottom: 0px;
  color: #009a86;
  font-size: 14px;
}
.medicine-list .right .med-form input {
  height: 38px;
  padding: 7px;
  width: 100%;
  border: 1px solid #b9b9b9;
  border-radius: 0.25rem;
}
.medicine-list .right .med-form input::placeholder {
  color: #afafaf;
}
.medicine-list .right .medicine-item .item {
  padding: 15px;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  margin-bottom: 12px;
}
.medicine-list .right .medicine-item .item .m-title {
  display: block;
  font-weight: 900;
  margin-bottom: 10px;
  color: #009a86;
}
.medicine-list .right .medicine-item .item p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #797979;
  font-weight: 400;
}
.medicine-list .right .medicine-item .item p b {
  color: #797979;
  font-weight: 600;
}
.box-shadow {
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 40%);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
}
.quality .quality-img {
  margin-top: 50px;
  margin-bottom: 50px;
}
.quality .quality-img img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.quality .quality-default .one-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.quality .quality-default .one-title p {
  color: #009a86;
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
}
.quality .quality-default .one-title p strong {
  display: block;
  color: #114574;
}
.quality .quality-default p {
  line-height: 26px;
  font-size: 16px;
}
.quality .q-title {
  color: #009a86;
  font-size: 16px;
  margin-bottom: 25px;
}
.quality .icon {
  border: 1px solid #0a8ecd;
  width: 100%;
  height: 63px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quality .icon i {
  font-size: 26px;
  color: #0a8ecd;
}
.quality .quality-title {
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
}
.quality .quality-title b {
  display: block;
  font-weight: 600;
  color: #a7a7a7;
}
.quality hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 728px) {
  .quality .quality-img {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .quality .quality-img img {
    width: 100%;
  }
  .quality .icon {
    margin-bottom: 20px;
  }
  .quality .quality-default .one-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.otc-supplements .head-title p {
  color: #009a86;
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
}
.otc-supplements .head-title p strong {
  display: block;
  color: #114574;
}
.oncology .head-title p {
  color: #009a86;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}
.oncology .head-title p strong {
  display: block;
  color: #114574;
}
.named-patience .head-title p {
  color: #009a86;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}
.named-patience .head-title p strong {
  display: block;
  color: #114574;
}
.cosmetic-treatment .head-title p {
  color: #009a86;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}
.cosmetic-treatment .head-title p strong {
  display: block;
  color: #114574;
}
.cosmetic-treatment .item {
  background-color: white;
  position: relative;
  padding: 33px 15px;
  border-radius: 20px;
  height: 115px;
  vertical-align: middle;
  padding-top: 30px;
  -webkit-box-shadow: 1px 9px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 9px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 9px 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.33s;
}
.cosmetic-treatment .item img {
  border-radius: 50%;
  width: 68px;
  height: 68px;
  position: absolute;
  right: 0;
  top: -28px;
}
.cosmetic-treatment .item .title {
  display: block;
  font-weight: 900;
  font-size: 16px;
  color: #009a86;
  margin-bottom: 2px;
}
.cosmetic-treatment .item p {
  margin-bottom: 5px;
}
.cosmetic-treatment .item:hover {
  -webkit-box-shadow: 1px 5px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 5px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 5px 3px 0 rgba(0, 0, 0, 0.1);
}
.about-img {
  width: 450px;
  padding-right: 15px;
  padding-bottom: 15px;
}
@media (max-width: 728px) {
  .about-img {
    width: 100%;
  }
}
.cer-list .item .cer-icon {
  width: 100px;
  display: block;
  margin: 20px auto;
}
.cer-list .item .title {
  display: block;
  font-weight: 600;
  margin-bottom: 9px;
  margin-top: -6px;
  color: #0c9f8c;
}
@media (min-width: 728px) {
  #med-cat-jav-click {
    display: none;
  }
  .p-right-left {
    padding: 0px 18%;
  }
}
@media (max-width: 728px) {
  #med-cat-jav {
    display: none;
  }
}
.cart-successful {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  padding: 25px 20px;
}
.cart-successful .title {
  font-size: 30px;
  color: #009a86;
  font-weight: 600;
}
.cart-successful .change {
  display: block;
  font-size: 10px;
  color: #ccc;
  margin-top: 10px;
}
.cart-successful p {
  color: #b3b3b3;
  padding: 5px 19%;
}
.cart-successful a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 15px;
  width: 22%;
  background: transparent;
  color: #4caf50;
  border-color: #4caf50;
  outline: none;
}
.cart-successful a:hover {
  color: #fff;
  background: #4caf50;
  border-color: transparent;
}
@media (max-width: 728px) {
  .cart-successful a {
    width: 100%;
  }
  .cart-successful p {
    padding: 5px 10px;
  }
}
.medicine-list-data {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  padding: 25px 20px;
}
.medicine-list-data .s-title {
  font-size: 30px;
  color: #009a86;
  font-weight: 600;
}
.medicine-list-data .change {
  display: block;
  font-size: 10px;
  color: #ccc;
  margin-top: 10px;
}
.medicine-list-data p {
  color: #b3b3b3;
  padding: 5px 19%;
  margin-bottom: 0px;
}
.medicine-list-data a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 15px;
  width: 35%;
  background: transparent;
  color: #4caf50;
  border-color: #4caf50;
  outline: none;
}
.medicine-list-data a:hover {
  color: #fff;
  background: #4caf50;
  border-color: transparent;
}
@media (max-width: 728px) {
  .medicine-list-data a {
    width: 100%;
  }
  .medicine-list-data p {
    padding: 5px 10px;
  }
}
.medical-units {
  background-image: url('../image/bgs.png');
  background-repeat: no-repeat;
  padding: 40px 0px;
  margin-top: 70px;
}
.medical-units .item {
  margin-bottom: 20px;
  float: left;
}
.medical-units .item .content-image {
  position: relative;
  min-height: 150px;
  max-height: 207px;
  background: #f5f5f5;
  overflow: hidden;
}
.medical-units .item .content-image img {
  webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}
.medical-units .item .content-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: inherit;
  position: relative;
  flex: 1 1 auto;
  padding: 30px;
  background: #114574;
  color: #fff;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.medical-units .item .content-body .title {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.medical-units .item .content-body p {
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.45;
  font-weight: 400;
  height: 58px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.medical-units .item .content-body button {
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  font-size: 15px;
  padding: 10px 15px;
}
.medical-units .item .content-body button i {
  color: #fff;
  margin-right: 5px;
}
.medical-units .item:hover .content-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  filter: none;
}
.medical-units .item:hover .content-body {
  background: #f33540;
}
@media (max-width: 728px) {
  .medical-units {
    padding: 0px 0px;
    margin-top: 0px;
  }
}
.default-page .container {
  padding: 2px 15px;
  margin-top: 15px;
}
.default-page * {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 28px;
}
.teams {
  background-color: #f3f3f3;
}
.teams .item {
  margin-bottom: 20px;
  text-align: center;
  float: left;
}
.teams .item .uk-card-media-top,
.teams .item img {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.34, 1.03);
  transition: all 0.3s cubic-bezier(0, 0, 0.34, 1.03);
  overflow: hidden;
}
.teams .item img {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.teams .item .content-body {
  background-color: #114574;
  padding: 5px;
  display: block;
  width: 100%;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.teams .item .content-body.cb-black {
  background-color: #5a5a5a;
}
.teams .item .content-body .title {
  margin-bottom: 8px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding-top: 9px;
  height: 52px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teams .item .content-body p {
  color: white;
  font-weight: 400;
  padding: 0px 10px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.teams .item:hover .uk-card-media-top {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.teams .item:hover .uk-card-media-top img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.teams .item:hover .content-body {
  background-color: #f33540;
}
.box-link-content .box-links {
  position: absolute;
  z-index: 3;
  top: -40px;
  left: 0;
  right: 0;
}
.box-link-content .box-links .item {
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 20px rgba(12, 93, 141, 0.5);
  background-position: center;
  height: 120px;
  background-size: cover;
  border-radius: 8px;
  background-repeat: no-repeat;
  padding-left: 15px;
  position: relative;
  background-color: #114574;
  margin-bottom: 20px;
}
.box-link-content .box-links .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #11457480;
  border-radius: 8px;
}
.box-link-content .box-links .item strong {
  color: white;
  font-size: 17px;
  font-weight: 600;
  z-index: 1;
  text-align: center;
}
@media (max-width: 728px) {
  .box-link-content .box-links {
    position: relative;
    top: 0;
    margin-top: 11px;
  }
}
.background.background-cover {
  position: absolute;
  background-size: cover;
}
.background.background-fixed {
  background-attachment: fixed;
}
.background.background-mask {
  position: absolute;
}
.background.background-mask:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.85;
  z-index: 3;
}
.background.background-mask:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: #ffffff;
  background: -moz-linear-gradient(top, transparent 0%, #333333 80%);
  background: -webkit-linear-gradient(top, transparent 0%, #333333 80%);
  background: linear-gradient(to bottom, transparent 0%, #333333 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#333333', GradientType=0);
}
.background {
  width: 100%;
  height: 100%;
  min-height: inherit;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
/*********************************
* footer
**********************************/
footer {
  position: relative;
  background: #333;
  padding: 35px 0 46px;
  color: #fff;
}
footer .footer-top {
  background-color: #c89372;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .footer-top .socail-footer span {
  font-size: 22px;
  color: white;
  display: block;
  padding-bottom: 10px;
}
footer .footer-top .socail-footer a {
  display: inline-block;
  background-color: white;
  color: white;
  font-size: 22px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: relative;
}
footer .footer-top .socail-footer a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-top .socail-footer a.sahibinden {
  background-color: transparent;
}
footer .footer-top .socail-footer a.sahibinden img {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
}
footer .footer-top form {
  position: relative;
  padding-top: 20px;
}
footer .footer-top form input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  padding: 10px 0;
  color: white;
  font-size: 16px;
}
footer .footer-top form button {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #000;
  text-align: center;
  line-height: 35px;
  border: none;
  color: white;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 22.5px;
  transition: 0.33s;
}
footer .footer-top form button:hover {
  background-color: white;
  color: #000;
}
footer .footer-bottom {
  padding-top: 15px;
  padding-bottom: 30px;
}
footer .footer-bottom .col-xs-12 {
  padding-top: 15px;
  padding-bottom: 10px;
}
footer .footer-bottom .img {
  display: block;
  text-align: left;
}
footer .footer-bottom .img img {
  margin: 0 auto;
  max-height: 150px;
}
footer .footer-bottom .f-menu {
  padding-left: 0;
}
footer .footer-bottom .f-menu li {
  display: block;
  padding-bottom: 5px;
}
footer .footer-bottom .f-menu li.title a {
  padding-bottom: 10px;
  color: white;
  opacity: 0.75;
  font-weight: 600;
  font-size: 20px;
  font-family: 'UniSans', sans-serif;
  transition: 0.33s;
}
footer .footer-bottom .f-menu li a {
  display: block;
  color: white;
  opacity: 0.75;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  transition: 0.33s;
}
footer .footer-bottom .f-menu li:hover a {
  opacity: 1 !important;
}
footer .footer-bottom .f-menu.info li {
  position: relative;
}
footer .footer-bottom .f-menu.info li a {
  position: relative;
  padding-left: 25px;
}
footer .footer-bottom .f-menu.info li a i {
  color: orange;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: center;
}
footer .copyright {
  text-align: left;
}
footer .copyright p {
  margin-bottom: 11px;
  color: white;
  position: relative;
  opacity: 0.75;
  font-size: 13px;
}
footer .copyright ul.links {
  list-style: none;
  display: inline-block;
  float: left;
  padding-left: 0;
}
footer .copyright ul.links li {
  display: inline-block;
  padding-right: 5px;
  position: relative;
}
footer .copyright ul.links li a {
  color: white;
  opacity: 0.75;
  transition: 0.33s;
  margin-right: 10px;
  font-size: 13px;
}
footer .copyright ul.links li a:hover {
  opacity: 1;
}
footer .copyright ul.links li:last-child a::after {
  display: none;
}
footer .copyright ul.social-media {
  list-style: none;
  display: inline-block;
  float: right;
  position: relative;
  top: -10px;
}
footer .copyright ul.social-media li {
  display: inline-block;
  padding-right: 5px;
  position: relative;
}
footer .copyright ul.social-media li a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 50%;
  color: white;
  text-align: center;
  transition: 0.33s;
}
footer .copyright ul.social-media li a i.fa-facebook {
  background-color: blue;
}
footer .copyright ul.social-media li a i.fa-linkedin {
  background-color: blue;
}
footer .copyright ul.social-media li a i.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
footer .copyright ul.social-media li:hover a i {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  footer .copyright {
    height: 175px;
    text-align: center;
  }
  footer .copyright ul.links li a::after {
    display: none;
  }
  footer .copyright ul.social-media {
    list-style: none;
    display: block;
    width: 100%;
    margin: 12px auto;
    float: right;
    position: relative;
    top: 0;
  }
}
.footer-form input,
.footer-form textarea {
  width: 100%;
  position: relative;
  display: block;
  height: 40px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0 2px 8px rgba(51, 51, 51, 0.15);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 1.5;
  outline: 0;
  border: 0;
  border-radius: 0;
  padding: 6px 15px 5px;
  margin-bottom: 15px;
}
.footer-form textarea {
  height: 75px;
}
.contracted-institutions .item {
  width: 100%;
  float: left;
  background-color: white;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.contracted-institutions .item span {
  font-size: 13px;

}
.contracted-institutions .item img {
  width: 100%;
}
.height-page-default {
  height: 400px;
  object-fit: cover;
}
.doctor-detail .title {
  font-size: 16px;
  margin-top: 1px;
  font-weight: 400;
  color: #114574;
}
.doctor-detail .content-title {
  color: #1d3587;
  margin-bottom: -11px;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.doctor-detail .content-text * {
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
}
.doctor-detail .content-text p {
  margin-bottom: 1px;
}
/* .content-table */
.content-table {
  position: relative;
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0 0 25px rgba(51, 51, 51, 0.15);
}
.content-table > thead th {
  background: #1d3586;
  border: 1px solid #1d3586;
  padding: 13px 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.content-table > thead th:not(:last-child) {
  border-right-color: #ffffff;
}
.content-table > tbody td {
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 12px 20px;
  color: #333333;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.content-table + .content-table {
  margin-top: 30px;
}
.btn-appointment {
  border: 1px solid #f33540;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 0;
  color: #f33540;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.33s;
}
.btn-appointment i {
  margin-right: 10px;
  font-size: 25px;
  color: #f33540;
  margin-bottom: 5px;
  transition: 0.33s;
}
@media (max-width: 767px) {
  .btn-appointment {
    width: 100%;
    text-align: center;
  }
}
.btn-appointment:hover {
  background-color: #114574;
  border-color: #114574;
  color: white;
}
.btn-appointment:hover i {
  color: white;
}
#medical-units .swiper-wrapper {
  margin-bottom: 35px;
}
#medical-units .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
#medical-units .swiper-pagination-bullet-active {
  border: 2px solid #114574;
  opacity: 1;
  background: #ffffff;
}
ol,
ul,
dl {
  padding-left: 17px;
}
.sitemap li ul li a {
  font-weight: 400;
}
.sitemap li a {
  color: #114574;
  margin-bottom: 7px;
  display: block;
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */

.item_header {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border: 2px solid #ededed;
  text-align: center;
  padding: 0 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.item_header span{
  font-weight: 600;
  color: #f33540;
}

#home-slide .swiper-pagination {
  bottom: 55px;
}

#home-slide .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: .5;
}
#home-slide  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #114574 !important;
  opacity: 1 !important;
}
.medical-units .item .content-image img {

  object-fit: cover;
  height: 165px;
}
.form-v1 select option {
  color: #ab043a;
}
.pop-form.active {

  z-index: 999999999999;
}
@media (max-width: 728px){
  .accordion-container {
    height: auto;
    overflow-y: auto;
  }
}

.lingoon{
  filter: grayscale(100%);
  transition: .33s;
}

.lingoon:hover{
  filter: grayscale(0%);
}
div.orgChart div.hasChildren {
  background-color: #114574;
}

div.orgChart div.node.level1 {
  background-color: #ff5722;
}
div.orgChart div.node.level1 h2 {
  color: black;
}
div.orgChart div.node.level1 h2 span {
  color: black;
}
div.orgChart div.node.level1.special {
  background-color: white;
}
div.orgChart div.node.level2 {
  background-color: #4caf50;
}
div.orgChart div.node.level3 {
  background-color: #03a9f4;
}
.orgChart h2 {
  font-size: 11px !important;
  font-weight: 600!important;
  font-family: 'Open Sans', sans-serif;
  color: white !important;
}
.orgChart {
  border: none!important;
  background-color: transparent!important;
  margin: 0!important;
  padding: 0!important;
}

div.orgChart div.node {
  width: auto;
  border: 2px solid #2a2a2a !important;
  padding: 5px !important;
  height: 67px !important;
}
.orgChart h2 span {
  display: block;
  margin-top: 4px;
  font-weight: 400;
  font-size: 10px !important;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 8px #ffffff !important;
}
div.orgChart tr.lines td.left {
  border-right: 3px solid #898989!important;
}
div.orgChart tr.lines td.top {
  border-top: 3px solid #898989 !important;
}

#header .header-menu .menu li ul li a {
  line-height: 14px !important;
  display: flex;
  align-items: center;
}
.post-Catagories ul{
  list-style: none;
  padding-left: 0px !important;
}
.post-Catagories ul li{
  list-style: none;
}
.post-Catagories ul li a{
  color: #114574;
  background-color: transparent;
  display: block;
  padding: 5px;
  border: 1px solid #114574;

}
.post-Catagories ul li a:hover{
  color: #fff;
  background-color: #114574;
  border: 1px solid #114574;
  transition: .5s;
}
.post-Catagories ul li  .active{
  color: #fff;
  background-color: #114574;
  border: 1px solid #114574;
  transition: .5s;
}



.post-Catagories .ser-listing li:nth-child(odd) {

  background: none;

}

.post-Catagories .ser-listing li:nth-child(even) {

  background: none;

}


.post-Catagories .ser-listing li span {

  float: right;

  padding: 10px 30px;

  position: absolute;

  right: 0px;

  top: 7px;

  background: rgba(13, 192, 192, 1);

  color: #fff;

}



.post-Catagories .ser-listing li span {

  border-radius: 6px 6px 0 0;

}

.post-Catagories .ser-listing li:first-child span {

  border-radius: 6px 6px 0 0;

}

.post-Catagories .ser-listing li:last-child span {

  border-radius: 6px 6px 0 0;

}



.post-Catagories .ser-listing li:last-child {

  border-radius: 0 0 0px 0px;

}
