/*!
* Coded by Onur OZKRDS

/*------------------------------------------------------------------//
  Favorites                           
  .value(@value) { parameter: @value; parameter: @value; }      
//------------------------------------------------------------------*/
/* Common Width & Height || Ortak Width & Height */
/* Scale */
/* Skew */
/* Rotate */
/* Black & White || Siyah & Beyaz */
/* Rotate & Scale Together || Rotate ve Scale Birlikte */
/*------------------------------------------------------------------//
  Other:                              
//------------------------------------------------------------------*/
* {
  outline: none;
}
ul {
  list-style-type: none !important;
  margin-bottom: 0 !important;
  padding-left: 0px;
}
img {
  pointer-events: none !important;
}
a {
  text-decoration: none !important;
}
/*------------------------------------------------------------------//
  Bootstrap Edit:                             
//------------------------------------------------------------------*/
.row {
  margin: 0;
  width: 100%;
}
.right {
  float: right !important;
  display: block;
}
.left {
  float: left !important;
  display: block;
}
.no-background,
.container {
  background: none !important;
  position: relative !important;
}
.clear {
  clear: both;
  display: block;
}
.full-image img {
  width: 100% !important;
  display: block !important;
  height: auto !important;
}
.no-padding {
  padding: 0 !important;
}
.no-left {
  padding-left: 0 !important;
}
.no-right {
  padding-right: 0 !important;
}
.mobileClear {
  clear: both;
  display: none;
}
/*------------------------------------------------------------------//
  Theme Options:                              
//------------------------------------------------------------------*/
/** Mobile Contact **/
.mContact {
  display: none;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999999;
  border: none !important;
}
.mContact .col-md-6 {
  width: 50% !important;
  float: left;
}
.mContact .col-md-6 a {
  padding: 10px;
}
.mContact .col-md-6 span {
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  top: 2px;
}
.mContact .wp {
  background: #efa000;
}
.mContact .wp span{
  color: #1f1f1f;
}
.mContact .tl {
  background: #1f1f1f;
}
.mContact .col-md-6 img {
  width: 30px;
}
/** Font Family **/
/*------------------------------------------------------------------//
  Main.CSS:                             
//------------------------------------------------------------------*/
body {
  font-family: 'Raleway', sans-serif;
}
header {
  position: fixed;
  z-index: 99999;
  height: 80px;
  padding-top: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header.acik {
  background: rgba(0, 0, 0, 0.68);
}
header nav.menu {
  position: relative;
  right: -10px;
  margin-top: 9px;
  text-align: right;
}
header nav.menu ul li {
  display: inline-block;
}
header nav.menu ul li a {
  padding: 0px 19px;
  color: #fff;
  font-weight: 500;
  line-height: 46px;
  font-size: 16.5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header nav.menu ul li a:hover {
  background: #f7a600;
  color: #272727;
}
.slider {
  position: relative;
}
.mouse {
  width: 24px;
  height: 34px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 2px solid #FFF;
  position: absolute;
  bottom: 36px;
  left: 50%;
  margin-left: -6px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.mouse:hover {
  opacity: 1;
}
.mouse:after {
  content: '';
  width: 2px;
  height: 7px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #FFF;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-animation: scroll 1s ease-in-out infinite normal;
  -moz-animation: scroll 1s ease-in-out infinite normal;
  -o-animation: scroll 1s ease-in-out infinite normal;
  animation: scroll 1s ease-in-out infinite normal;
}
@-webkit-keyframes scroll {
  0% {
    top: 6px;
  }
  100% {
    top: 12px;
  }
}
@-moz-keyframes scroll {
  0% {
    top: 6px;
  }
  100% {
    top: 12px;
  }
}
@-o-keyframes scroll {
  0% {
    top: 6px;
  }
  100% {
    top: 12px;
  }
}
@keyframes scroll {
  0% {
    top: 6px;
  }
  100% {
    top: 12px;
  }
}
.infoPage {
  overflow: hidden;
  margin-top: 30px;
}
.infoPage h4 {
  font-weight: bold;
  font-size: 23px;
  margin: 20px 0px;
}
.infoPage p {
  font-weight: 500;
}
.infoPage a.more {
  border: 1px solid #272727;
  padding: 7px;
  text-transform: uppercase;
  width: 120px;
  text-align: center;
  color: #272727;
  font-weight: bold;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.infoPage a.more:hover {
  background: #272727;
  color: #fff;
}
.infoPage .article {
  margin-top: 15px;
}
.infoPage figure {
  position: relative;
  top: 0px;
  padding: 0px 30px;
}
.infoPage .owl-pagination .owl-page span {
  margin: 1px 3px;
  opacity: 0.7;
}
.infoPage .owl-pagination .owl-page.active span {
  background: #f7a600;
}
.services {
  background: url(../uploads/barBg.png);
  background-size: cover;
  background-attachment: fixed;
  margin-top: 22px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.services .container {
  padding: 0px !important;
}
.services h3 {
  text-align: center;
  margin-top: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 20px;
}
.services p strong {
  font-size: 16px;
}
.services p {
  color: #fff;
  text-align: center;
  margin: 0px;
}
.services ul li {
  margin-top: 30px;
  padding: 0px 15px;
  min-height: 370px;
}
.services ul li h4 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 0px 3px;
  margin-top: 15px;
}
.services ul li p {
  font-size: 13px;
}
.services ul li .icon {
  margin: 0px auto;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.services ul li .icon img {
  margin: 0px auto;
  display: block;
  margin-top: 10px;
}
.homeArticle {
  margin-top: 45px;
}
.homeArticle .article {
  margin-top: 30px;
}
.homeArticle .article h4 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 15px;
}
.homeArticle .article p {
  font-weight: 500;
}
.homeArticle .article a.more {
  margin-top: 15px;
  background: #272727;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.homeArticle .article a.more:hover {
  background: transparent;
  border: 1px solid #272727;
  color: #272727;
}
.corparatePage {
  background: url(../uploads/slogan.jpg);
  background-size: cover;
  margin-top: 30px;
  padding: 50px 0px;
  padding-bottom: 60px;
}
.corparatePage .item {
  text-align: center;
}
.corparatePage .item h4 {
  font-weight: bold;
  font-size: 25px;
}
.corparatePage .item:nth-child(2n) {
  float: right;
}
.corparatePage .item ul li {
  margin-top: 15px;
  display: block;
  font-weight: 500;
  font-size: 15px;
}
.corparatePage .item a.more {
  background: transparent;
  border: 1px solid #272727;
  width: 100px;
  margin: 0px auto;
  padding: 5px;
  color: #272727;
  font-weight: 600;
  margin-top: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.corparatePage .item a.more:hover {
  background: #272727;
  color: #fff;
}
.news {
  margin-top: 30px;
}
.news h3 {
  float: left;
  font-weight: bold;
  display: inline-block;
}
.news a.seeAll {
  float: right;
  background: #272727;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  font-size: 13.5px;
  margin-top: 15px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news a.seeAll:hover {
  background: #f7a600;
  color: #272727;
}
.news ul {
  margin-top: 30px;
}
.news ul li {
  margin-bottom: 20px;
  min-height: 385px;
}
.news ul li h4 {
  font-weight: bold;
  font-size: 17px;
  margin-top: 20px;
}
.news ul li p {
  font-weight: 500;
}
.news ul li a.more {
  background: #ccc;
  padding: 7px 14px;
  display: inline-block;
  color: #272727;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news ul li a.more:hover {
  background: #272727;
  color: #fff;
}
.videoBg {
  background: url(../uploads/videoBg.jpg);
  background-size: cover;
  margin-top: 40px;
  padding: 70px 0px;
  text-align: center;
}
.videoBg img {
  width: 60px;
  margin-bottom: 27px;
}
.videoBg h4 {
  color: #fff;
  font-weight: bold;
  font-size: 27px;
}
.videoBg h5 {
  color: #fff;
  margin-top: 15px;
  font-size: 22px;
  font-weight: 300;
}
.patientHome {
  margin-top: 20px;
}
.patientHome h3 {
  font-weight: bold;
  text-align: center;
}
.patientHome figure {
  width: 200px;
  border-radius: 100%;
  overflow: hidden;
  margin: 20px auto;
}
.patientHome h4 {
  font-weight: bold;
}
.patientHome .article {
  text-align: center;
  display: block;
}
.patientHome .article p {
  font-weight: 500;
}
.patientHome .owl-pagination .owl-page span {
  margin: 1px 2px;
  opacity: 0.7;
  width: 16px;
  height: 16px;
}
.patientHome .owl-pagination .owl-page.active span {
  background: #f7a600;
}
.map {
  margin-top: 30px;
}
.map iframe {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
.referencesLink {
  background: #dfdfdf;
  text-align: center;
  margin-top: -10px;
}
.referencesLink a {
  padding: 30px;
  color: #272727;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.referencesLink a h4 {
  font-weight: 700;
  font-size: 23px;
  color: #363636;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.referencesLink a:hover {
  background: #272727;
  color: #f7a600;
}
.referencesLink a:hover h4 {
  color: #f7a600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer {
  background: #ebebeb;
  padding-top: 30px;
}
footer h4 {
  font-weight: bold;
  color: #272727;
  margin-bottom: 20px;
  font-size: 19.5px;
}
footer ul li {
  padding: 0px !important;
  margin-bottom: 9px;
}
footer ul li a {
  font-weight: 500;
}
footer p {
  color: #272727;
}
footer a {
  color: #272727 !important;
  display: inline-block;
}
footer .social {
  margin-top: 15px;
  display: block;
}
footer .social a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #272727;
  text-align: center;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  margin-right: 2px;
}
footer .social a:hover {
  background: #272727;
  color: #fff;
}
footer .social a:hover i {
  color: #fff;
}
footer .social a i {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  line-height: 30px;
}
footer #copyright {
  background-color: #ebebeb;
  padding: 10px 0;
  margin-top: 35px;
}
footer #copyright p {
  float: left;
  margin: 0;
  color: #676767 !important;
}
footer #copyright a {
  float: right;
}
footer #copyright a img {
  width: 100px;
}

/* Sub Pages CSS (START) */
.subPage .title {
  text-align: center;
  background-size: cover;
  /* background-attachment: fixed; */
  background-repeat: repeat-x;
  padding: 60px 0px;
  padding-top: 110px;
  text-align: center;
  background-image: url(../uploads/videoBg.jpg);
  /* margin-top: 88px; */
}
.subPage .title h1 {
  font-weight: 300;
  margin: 0px;
  color: #ffffff;
  font-size: 29px;
  letter-spacing: -0.6px;
  font-weight: 700;
  text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.35);
}
.subPage .contentInner {
  margin: 40px 0 155px 0;
}
.subPage .contentInner .category ul li {
  /* position: absolute; */
  padding: 8px;
  margin-bottom: 10px;
}
.subPage .contentInner .category ul li .item {
  border: 1px solid #ccc;
  padding: 14px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  min-height: 344px;
}
.subPage .contentInner .category ul li .article {
  text-align: center;
}
.subPage .contentInner .category ul li .article h3 {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  letter-spacing: -0.7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.subPage .contentInner .category ul li .article p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color:#303030;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.subPage .contentInner .category ul li .article .more {
  border: none;
  padding: 13px 20px;
  width: 100%;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background: #eca108;
  border: 1px solid transparent;
  margin-top: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage .contentInner .category ul li .article .more:hover {
  background: transparent;
  border: 1px solid #4f5052;
  color: #4f5052;
}
.subPage .contentInner .leftContent figure {
  margin-bottom: 15px;
  /* filter: grayscale(1); */
  /* -webkit-filter: grayscale(1); */
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.subPage .contentInner .leftContent article .alignleft {
  float: left;
  margin: 15px 15px 15px 0;
  display: block;
}
.subPage .contentInner .leftContent article .alignright {
  float: right;
  margin: 15px 0 15px 15px;
  display: block;
}
.subPage .contentInner .leftContent article .aligncenter {
  float: none;
  margin: 15px auto;
  display: block;
}
.subPage .contentInner .leftContent article p {
  font-weight: 500;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.subPage .contentInner .leftContent article p a {
  display: inline-block;
  color: #000000;
  font-weight: 500;
  letter-spacing: -0.6px;
}
.subPage .contentInner .leftContent article h2 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #262626;
  letter-spacing: -0.5px;
}
.subPage .contentInner .leftContent article h3 {
  font-size: 23px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #181818;
}
.subPage .contentInner .leftContent article h4 {
  font-size: 21px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #181818;
}
.subPage .contentInner .leftContent article h5 {
  font-size: 19px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #181818;
}
.subPage .contentInner .leftContent article h6 {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #181818;
}
.subPage .contentInner .leftContent article ul {
  padding-left: 30px !important;
}
.subPage .contentInner .leftContent article ul li {
  list-style: disc;
  font-size: 15px;
}
.subPage .contentInner .leftContent article ul li ul li {
  list-style-type: circle;
}
.subPage .contentInner .leftContent.contact h3 {
  margin-top: 0;
  line-height: 45px;
  border-bottom: 1px solid #333;
  display: block;
  position: relative;
}
.subPage .contentInner .leftContent.contact h3:after {
  content: "";
  height: 2px;
  width: 200px;
  background-color: #000;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.subPage .contentInner .leftContent.contact .item {
  display: block;
  margin-bottom: 10px;
}
.subPage .contentInner .leftContent.contact .item i {
  width: 35px;
  text-align: center;
}
.subPage .contentInner .leftContent.contact .item a {
  color: #000;
}
.subPage .contentInner .leftContent .table .thead-inverse {
  background-color: #333 !important;
  color: #FFF;
}
.subPage .contentInner .leftContent .table .thead-inverse tr {
  background-color: #333 !important;
}
.subPage .contentInner .leftContent .table td,
.subPage .contentInner .leftContent .table th {
  text-align: center;
}
.subPage .contentInner .leftContent .table tr a {
  line-height: 25px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #333;
  color: #FFF;
  text-align: center;
}
.subPage .contentInner .leftContent .table tr {
  border-top: 1px solid #eceeef;
  font-size: 13px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage .contentInner .leftContent .table tr:nth-child(2n) {
  background-color: #eceeef;
}
.subPage .contentInner .leftContent .table tr:hover {
  background-color: #D5D8D9;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage .contentInner .leftContent a {
  display: inline-block;
  font-weight: 600;
}
.subPage aside.sidebar {
  background-image: linear-gradient(145deg, #ababab 15%, #e6e6e6 100%);
  background-repeat: repeat-x;
  padding: 30px 20px 0 20px;
  text-align: center;
  border-radius: 5px;
  padding-bottom: 15px;
  position: relative;
}
.subPage aside.sidebar .topIcon {
  width: 60px;
  background: #3b3b3b;
  position: absolute;
  top: -25px;
  height: 60px;
  left: 50%;
  line-height: 62px;
  margin-left: -30px;
  color: #ffffff;
  font-size: 30px;
  /* border: 1px solid #fcfcfc; */
  border-radius: 100%;
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage aside.sidebar .topIcon.active {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.subPage aside.sidebar span.titleForm {
  color: #3b3b3b;
  font-size: 20px;
  display: block;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.subPage aside.sidebar select {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  color: #fff;
  padding-left: 5px;
}
.subPage aside.sidebar select option {
  color: #1f1f1f;
}
.subPage aside.sidebar textarea {
  height: 70px;
  resize: none;
  width: 100%;
  color: #ffffff;
  padding: 10px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.subPage aside.sidebar textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.subPage aside.sidebar textarea:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}
.subPage aside.sidebar input {
  resize: none;
  letter-spacing: -0.4px;
  width: 100%;
  color: #ffffff;
  padding: 10px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.subPage aside.sidebar input::-webkit-input-placeholder {
  color: #ffffff;
}
.subPage aside.sidebar input:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}
.subPage aside.sidebar .col-md-6 {
  width: 100%;
  padding: 0px;
}
.subPage aside.sidebar .col-md-12 {
  width: 100%;
  padding: 0px !important;
}
.subPage aside.sidebar input[type="submit"] {
  background: #d48f03;
  border: none;
  padding: 13px 20px;
  width: 100%;
  border-radius: 5px;
  font-weight: bold;
  color: #101010;
  border: 1px solid #101010;
  margin-top: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage aside.sidebar input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #ffffff;
}

span.wpcf7-not-valid-tip {
  color: #fff !important;
  font-size: 11px !important;
  display: block;
  float: right;
  top: -22px;
  /* margin-top: -10px; */
  background: red;
  color: #FFF;
  font-size: 11px;
  padding: 2px;
  position: relative;
  position: absolute;
  width: 116px;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  position: absolute;
  right: -41px;
  bottom: -1px;
  width: 350px;
  background: #f7e700;
  font-size: 11px;
  border: 1px solid #333;
}
div.wpcf7-mail-sent-ng {
  border: 2px solid #f7e700;
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 350px;
  background: #ff0000;
  font-size: 11px;
  border: 1px solid #333;
  color: #FFF;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 350px;
  background: #398f14;
  font-size: 11px;
  border: 1px solid #333;
  color: #FFF;
}

.videoUl{
  min-height: 250px;
}

.fancybox-container{
  z-index:99999999999999999;
}


#breadcrumbs {
    color: #fff;
    margin-top: 10px;
}

#breadcrumbs a {
    display: inline-block;
    color: inherit;
}


/** MARSUS **/
.sidebr2 #latestposts p{
    font-size: 28px;
    text-align: center;
    background-color: #fff;
    padding: 7.5px;
    margin: 0 auto -15px;
    z-index: 1;
    position: relative;
    width: fit-content;
}

.sidebr2 #latestposts ul{
    padding: 15px 10px;
    border: 1px solid #e1e1e1;
}

.sidebr2 #latestposts ul li{

    display: block;
    padding: 7.5px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background: #dfdfdf;
    color: #000;
    font-size: 14px;
    margin-bottom: 7.5px;
}


#commentssection ol.commentlist{
    padding-left: 0;
    list-style: none;
    border: 1px solid #e1e1e1;
    padding: 15px;
}

#commentssection ol.commentlist .avatar{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
}
#commentssection ol.commentlist .commentmetadata{
    padding-left: 70px;
    margin-top: -15px;
}
#commentssection ol.commentlist .comment-body p{
    margin: 15px 0;
    text-align: justify;
}
#commentssection ol.commentlist .reply a{
    background: #337ab7;
    padding: 7.5px 15px;
    border-radius: 4px;
    color: #fff;
}

#respond #reply-title{
    label
    display: block;
    width: 100%;
}
#respond textarea{
    width: 100%;
    max-width: 475px;
    border: 1px solid #e1e1e1;
    padding: 15px;
    display: block;
    border-radius: 4px;
    resize: none;
}
#respond input[type="text"]{
    width: 100%;
    max-width: 475px;
    min-height: 40px;
    border-radius: 4px;
    box-shadow: none;
    color: black;
    padding: 0 15px;
    border: 1px solid #e1e1e1;
}
#respond input[type="submit"]{

    max-width: fit-content;
    background-color: #337ab7;
    color: #fff;
}
#randomposts ul {
    display: inline-block;
    width: 100%;
}

#randomposts ul li {
    width: 25%;
    float: left;
    border: 1px solid #f1f1f1;
    margin-top:15px;
}
#randomposts ul li img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    display: block;
}
#randomposts ul li a {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 15px;
    height: 110px;
    font-weight: 400;
    overflow: hidden;
}
.footer-menu{
  padding-left:0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 0;
}
.footer-menu li{
  width: 25%;
  margin-bottom: 5px;
}
.footer-menu li a {
  margin-bottom: 0;
}
.leftContent iframe{
  max-width: 100%;
  display: block;
}
@media all and (max-width: 768px){
  .footer-menu li{
    width: 50%;
  }
}
@media all and (max-width: 480px){
  .footer-menu li{
    width: 100%;
  }
}

.sticky-reason{
  position: fixed;
  z-index: 9999;
  left:0;
  right:0;
  top:80px;
  background-color: #f1f1f1;
  padding:15px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  animation-name: backg;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.sidebar-btn{
  z-index: 5555;
  background-color: #F6A600;
  color:#000 !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  padding:15px 32px;
}
.sticky-reason-desktop{
  position: fixed;
  right:-55px;
  bottom:50%;
  z-index: 5555;
  background-color: #F6A600;
  color:#000 !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  transform: rotate(-90deg);
  padding:15px 32px;
}
@keyframes backg {
  0% {
    background-color: #F6A600;
  }

  50% {
    background-color: #f1f1f1;
  }
  
  100% {
    background-color: #F6A600;
  }
}
.sticky-reason .left span{
  color:#333;
  font-weight: 400;
  font-size: 14px;
}
.sticky-reason .right{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-reason .reason-closer{
  position: absolute;
  right:30px;
  top:0;
  bottom:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color:#000;
  font-size:20px;
}
.qlwapp-toggle{
  background-color: #25d366 !important;
}
.sideTop{
  position: relative;
}
.sidebarr.sticker .sidebar{
  position: fixed;
  top:200px;
  max-width: 255px;
  z-index: 9999;
}
@media all and (max-width: 480px){
  .sticky-reason .reason-closer{
    right:10px;
  }
}
.sticky-reason .right a{
  border-radius: 20px;
  padding:15px 15px;
  background-color: #fff;
  border:0;
  color:#333;
  font-size:14px;
  width: max-content;
  line-height: 1;
  font-weight: 700;
}
.sticky-reason .right a:first-child{
  margin-right: 15px;
}
@media screen and (max-width: 992px){
  .sticky-reason{
    display: none !important;
  }
}
@media all and (max-width: 480px){
  .mContact .col-md-6 span{
    padding:3px;
  }
}
.category-sizer-title{
  font-size:24px;
  color:orange;
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
}
.category-sizer{
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.category-sizer .category-blogs{
  display: inline-block;
  width: max-content;
}
.category-sizer .category-blogs li{
  float:left;
}
.category-sizer .category-blogs li:not(:last-child){
  margin-right:15px;
}
.category-sizer .category-blogs li a{
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color:#666;
}
.category-sizer .category-blogs li a.active{
  color:orange;
}

@media all and (max-width: 992px) {
  .category-sizer{
    overflow-x: scroll;
  }
  /* width */
  .category-sizer::-webkit-scrollbar {
    height: 3px;
  }

  /* Track */
  .category-sizer::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  .category-sizer::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  .category-sizer::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

}

.table-of-content{
  padding: 30px;
  max-width: 100%;
  background-color: #f1f1f1;
  border:1px solid #e1e1e1;
  margin-bottom: 30px;
}
.table-of-content ol{
  padding-left:15px;
  margin-bottom: 0;
}
.table-of-content ol li{
  margin-bottom: 5px;
}
.table-of-content ol li a{
  font-size:16px;
  color:#337ab7;
}
.table-of-content-title{
  font-size:24px;
  color:#f6a600;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-author{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.blog-author .logo{
  width: 64px;
  margin-right: 15px;
  min-width: 64px;
}
.blog-author .logo img{
  width: 100%;
  height: auto;
  display: block;
}

.blog-author .detail .name{
    display: block;
  margin-bottom: 0;
    width: 100%;
    font-size:16px;
    font-weight: 700;
}

.blog-author .detail .date{
  margin-bottom: 0;
}