@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700&display=swap");
html {
  font-family: "Catamaran", sans-serif !important;
}

body {
  font-family: "Catamaran", sans-serif !important;
  padding: 0;
  margin: 0;
  width: auto;
  display: block;
  position: relative;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.text-white {
  color: #FFFFFF;
}

.text-navyblue {
  color: #002A4E;
}

main section.jumbotron1 {
  background-image: url(../images/img_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0px;
  height: 40vh;
}

main .jumbotron .jumb-container {
  position: relative;
  margin: auto;
  text-align: center;
}

main .jumbotron .jumb-container h2 {
  color: #FFA600;
  font-size: 2.625em;
}

main .jumbotron .jumb-container span {
  font-size: 1.5em;
  color: #fff;
}

main .jumbotron .jumb-container .mobile-store {
  margin-top: 20px;
}

main .jumbotron .jumb-container .mobile-store ul {
  list-style: none;
  display: inline-block;
}

main .jumbotron .jumb-container .mobile-store ul li {
  float: left;
}

main .jumbotron .jumb-container .mobile-store ul li .app i {
  background-image: url(../images/App_store.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 82px;
  width: 280px;
}

main .jumbotron .jumb-container .mobile-store ul li .google i {
  background-image: url(../images/Google_play.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 82px;
  width: 280px;
}

main section.section-online {
  padding-top: 80px;
  background-color: #F0F0F0;
  padding-bottom: 80px;
}

main section.section-online header {
  position: relative;
  text-align: center;
  margin: auto auto 20px;
}

main section.section-online header h2 {
  color: #19A5BE;
  font-size: 3em;
}

main section.section-online header span {
  line-height: 25px;
  font-weight: 400;
  font-size: 1.5em;
}

main section.section-online article p span {
  font-weight: bold;
}

main section.section-online article .article p {
  margin-bottom: 20px;
  font-size: 1.3em;
}

main section.section-online article h3 {
  color: #19A5BE;
  margin-bottom: 8px;
  font-size: 2em;
}

main section.section-online footer ul {
  list-style: none;
  position: relative;
  float: right;
  padding: 0;
}

main section.section-online footer ul li {
  float: left;
  margin-left: 20px;
}

main section.section-feature {
  background-color: #FDFDFD;
  padding-top: 80px;
  padding-bottom: 80px;
}

main section.section-feature header {
  position: relative;
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
}

main section.section-feature footer {
  display: flex;
  justify-content: center;
}

main section.section-feature footer ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin-top: 20px;
}

main section.section-feature footer ul li {
  float: left;
  margin-left: 20px;
}

main section.section-feature article .row-list {
  display: flex;
}

main section.section-feature header h2 {
  color: #19A5BE;
  font-size: 2.625em;
}

main section.section-feature header p {
  font-weight: 400;
  line-height: 25px;
  font-size: 1.5em;
}

main section.section-feature figure {
  background-color: #F0F0F0;
  margin-bottom: 0;
  margin-top: 25px;
  margin-right: 25px;
  border-radius: 10px;
  padding: 0px;
}

main section.section-feature figure .figure-padding-tb {
  padding-top: 10px;
  padding-bottom: 10px;
}

main section.section-feature figure .figure-oval {
  font-weight: bold;
  border: solid 2px #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background-color: #FF9E19;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 3px 3px 10px -3px rgba(255, 166, 0, 1);
  -moz-box-shadow: 3px 3px 10px -3px rgba(255, 166, 0, 1);
  box-shadow: 3px 3px 10px -3px rgba(255, 166, 0, 1);
}

@media only screen and (max-width: 1300px) {
  main section.section-feature figure .figure-oval {
    width: 120px;
    height: 120px;
  }
}
main section.section-feature figure .figure-oval img {
  width: 100%;
  height: 100%;
  margin: 0;
}

main section.section-feature figure figcaption h4 {
  color: #19A5BE;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

main section.section-feature figure figcaption h4:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  height: 4px;
  background-color: #19A5BE;
  bottom: -10px;
}

main section.section-feature figure figcaption p {
  font-size: 1.05em;
  text-align: justify;
}

main section.section-feature figure figcaption a {
  color: #13C4E1;
  font-size: 1.125em;
  font-weight: bold;
  display: inline;
  position: relative;
}

main section.section-feature figure figcaption a i {
  background-image: url(../images/Shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
  display: block;
  color: #ffffff;
  position: absolute;
  bottom: 7px;
  left: 65px;
}

main section.section-feature .footer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: -2%;
}

main section.section-artificial {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

main section.section-artificial .artificial-div .list .figure-oval {
  margin-left: -12px;
  margin-top: 22px;
}

main section.section-artificial .artificial-div .list figcaption {
  text-align: left;
  margin-top: 10px;
}

main section.section-artificial header {
  position: relative;
  margin: auto;
  display: inline-block;
}

main section.section-artificial header h2 {
  color: #19A5BE;
  font-size: 2.625em;
}

main section.section-artificial header span {
  line-height: 30px;
  font-size: 1.75em;
  font-weight: 400;
  color: #464749;
  text-align: left;
}

main section.section-artificial article {
  display: inline-block;
}

main section.section-artificial article .list {
  position: relative;
  margin: auto;
  text-align: left;
  margin-bottom: 30px;
  margin-right: -40px;
}

main section.section-artificial article figure figcaption h4 {
  color: #FFA600;
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

main section.section-artificial article figure figcaption h4:after {
  content: "";
  position: absolute;
  width: 70px;
  left: 0;
  height: 2px;
  background-color: #19A5BE;
  bottom: -10px;
}

main section.section-artificial article figure {
  display: block;
}

main section.section-artificial article figure .crazy {
  padding-right: 30px;
  padding-left: 30px;
  border: 3px solid transparent;
}

main section.section-artificial article figure:hover .crazy {
  border-color: #19A5BE;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 20px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 20px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 20px -6px rgba(0, 0, 0, 0.75);
}

section.section-artificial footer ul li a.btn-orange,
main section.section-artificial footer ul li a.btn-blue {
  width: 100%;
}

main section.section-artificial article figure figcaption p {
  font-size: 1.375em;
}

main section.section-artificial aside .list {
  position: relative;
  margin: auto;
  text-align: left;
  margin-top: 0px;
}

main section.section-artificial aside .group_3098 {
  background-image: url(../images/Group_3098.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0px;
  width: 100%;
  height: 786px;
}

main section.section-artificial aside .group_4620 {
  background-image: url(../images/Group_4620.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0px;
  width: 300px;
  height: 390px;
  position: absolute;
  top: 48%;
  left: 0%;
}

main section.section-artificial footer {
  display: inline-block;
  text-align: right;
}

main section.section-artificial footer .ftr-div {
  text-align: right;
  display: block;
  margin-left: 11px;
}

main section.section-artificial footer .ftr-div ul {
  list-style: none;
  text-align: right;
  padding: 0;
  text-align: left;
}

main section.section-artificial footer ul li {
  display: inline-block;
  margin-right: 20px;
}

main section.jumbotron2 {
  background-image: url(../images/32.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0px;
  color: #FFFFFF;
}

main section.jumbotron2 article h2 span:first-child {
  font-size: 1em;
  color: #fff;
  margin-bottom: 15px;
}

main section.jumbotron2 article h2 span:last-child {
  color: #fff;
  font-size: 1.125em;
}

main section.jumbotron2 article .jumb-container .btn-container {
  margin-top: 30px;
}

main section.jumbotron2 article .jumb-container .btn-white {
  font-size: 1.125em;
  font-weight: bold;
  background-color: #fff;
  color: #19A5BE;
  border-radius: 10px;
  font-weight: bold;
  padding: 18px 46px 18px 46px;
  border: 2px solid #19A5BE;
}

main section.jumbotron2 article .jumb-container .btn-white:hover {
  font-size: 1.125em;
  font-weight: bold;
  background-color: #19A5BE;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  padding: 18px 46px 18px 46px;
  border: 2px solid #fff;
}

main section.bo-style {
  margin-top: 80px;
  margin-bottom: 80px;
}

main section.bo-style article header h2 {
  color: #19A5BE;
  font-size: 2.625em;
}

main section.bo-style article header span {
  font-size: 1.75em;
  font-weight: 400;
}

main section.bo-style article .list {
  position: relative;
  margin: auto;
  text-align: left;
  margin-bottom: 20px;
}

main section.bo-style figure .figure-oval img {
  width: 80px;
  height: 80px;
}

main section.bo-style article figure figcaption h4 {
  color: #FFA600;
  font-size: 1.75em;
  display: inline-block;
  position: relative;
}

main section.bo-style article figure figcaption h4:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  height: 4px;
  background-color: orange;
  bottom: -10px;
}

main section.bo-style article figure figcaption p {
  font-weight: 400;
  font-size: 1.375em;
  margin-top: 10px;
}

main section.bo-style article ul {
  list-style: none;
  display: inline-block;
  padding: 0;
}

main section.bo-style article ul li {
  float: left;
  margin-right: 20px;
}

main section.bo-detail {
  display: block;
}

main section.bo-detail .bo-first {
  padding: 0px;
}

main section.bo-detail .bo-first aside,
main section.bo-detail .bo-first article {
  padding-top: 80px;
  margin-top: 0px;
}

main section.bo-detail article {
  width: 50%;
  float: left;
}

main section.bo-detail article .content-right {
  width: 70%;
  float: right;
  margin-right: 50px;
  margin-top: 20px;
  margin-bottom: 0px;
}

main section.bo-detail article .content-left {
  width: 70%;
  float: left;
  margin-left: 50px;
  margin-top: 30px;
}

main section.bo-detail article header {
  margin-bottom: 30px;
}

main section.bo-detail article header h2 {
  color: #19A5BE;
  font-weight: bold;
  font-size: 2.625em;
}

main section.bo-detail article header span {
  font-weight: bold;
  font-size: 1.5em;
}

main section.bo-detail article p span {
  font-weight: bold;
  margin-bottom: 31px;
}

main section.bo-detail article p {
  font-size: 1.125em;
}

main section.bo-detail article p.f-center {
  margin-bottom: 14px;
}

main section.bo-detail article p.p-center {
  margin-bottom: 14px;
}

main section.bo-detail aside {
  background-color: #FAFAFA;
  text-align: center;
  width: 50%;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
}

main section.bo-detail aside .content-img {
  display: block;
  width: 100%;
  padding: 70px;
}

main section.bo-detail aside img {
  padding: 70px;
  padding-top: 140px;
  margin-bottom: 40px;
}

main section.bo-detail article ul {
  list-style: none;
  display: inline-block;
  margin-top: 20px;
}

main section.bo-detail article ul li {
  float: left;
  margin-right: 20px;
}

main section.jumbotron.expert {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0px;
}

main section.expert header {
  text-align: center;
}

main section.expert header h2 {
  color: #FFA600;
  font-weight: bold;
  margin-top: 0;
  font-size: 2.625em;
}

main section.expert header span {
  font-size: 1.5em;
}

main section.blog {
  padding-top: 80px;
  margin-bottom: 80px;
}

main section.blog header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

main section.blog header h2 {
  font-size: 2.625em;
  font-weight: bold;
  color: #FFA600;
  margin-top: 0;
}

main section.blog header span {
  font-size: 1.5em;
  color: #464749;
}

main section.blog article {
  display: inline-block;
}

main section.blog article .list {
  margin-bottom: 0px;
  display: flex;
}

main section.blog figure {
  -webkit-box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 0;
  margin: 15px;
}

main section.blog figure > div {
  margin-bottom: 15px;
}

main section.blog figure .figure-oval {
  width: 100%;
  display: block;
  position: relative;
}

main section.blog figure .figure-oval img {
  width: 100%;
}

main section.blog figure .figure-meta {
  margin: 10px 30px 30px 30px;
  border-bottom: 1px solid #D8D8D8;
  padding: 15px 0px 15px 0px;
  font-size: 1.125em;
  font-weight: bold;
  color: #F58120;
}

main section.blog figure .figure-meta span {
  padding-right: 10px;
}

main section.blog figure figcaption {
  margin: 15px 30px 0px 30px;
}

main section.blog figure figcaption h4 {
  color: #19A5BE;
  font-size: 1.125em;
  font-weight: 500;
}

main section.blog figure figcaption p {
  font-size: 1.125em;
}

main section.blog article ul {
  list-style: none;
  text-align: center;
  margin-top: 20px;
}

main section.certificate {
  padding-top: 80px;
  padding-bottom: 80px;
}

main section.certificate header {
  text-align: center;
}

main section.certificate header h2 {
  color: #FFA600;
  font-weight: bold;
}

main section.certificate header span {
  font-weight: 400;
  font-size: 1.5em;
}

main section.certificate .list {
  margin-top: 30px;
  display: flex;
}

main section.certificate .list figure {
  background-color: #ffffff;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 20px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 20px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 20px 3px rgba(0, 0, 0, 0.3);
  padding: 30px 20px 30px 20px;
  margin: 20px;
}

main section.certificate .list figure figcaption {
  text-align: center;
  display: inline-block;
  position: relative;
}

main section.certificate .list figure figcaption:first-child {
  margin-bottom: 60px;
}

main section.certificate .list figure figcaption p {
  font-size: 1.375em;
  font-weight: bold;
  color: #777777;
}

main section.reference {
  margin-top: 80px;
  margin-bottom: 80px;
}

main section.reference header {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

main section.reference header h2 {
  color: #FFA600;
  font-weight: bold;
  margin-bottom: 37px;
}

main section.reference header span {
  font-weight: 400;
  font-size: 1.5em;
}

main section.reference article {
  margin-bottom: 20px;
}

main section.reference article .owl-carousel .owl-stage-outer .owl-stage {
  height: 175px;
}

main section.reference article .owl-carousel .owl-item {
  text-align: center;
  height: 160px;
}

main section.reference article .owl-carousel .owl-item .item {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0px 0px 16px -3px rgba(191, 191, 191, 1);
  -moz-box-shadow: 0px 0px 16px -3px rgba(191, 191, 191, 1);
  box-shadow: 0px 0px 16px -3px rgba(191, 191, 191, 1);
  width: 248px;
  height: 150px;
  margin-top: 12px;
}

main section.reference article .owl-carousel .owl-item .item img {
  width: 100%;
  display: inline-block;
  margin: 25px auto;
}

main section.reference article .owl-carousel .owl-nav {
  display: block;
}

main section.reference article .owl-carousel .owl-nav .owl-prev {
  outline: none;
  position: absolute;
  display: block;
  height: 61px;
  width: 61px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  left: -84px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #FFA600;
  border: 2px solid #fff;
  -webkit-box-shadow: 3px 3px 10px -3px rgba(231, 166, 26, 1);
  -moz-box-shadow: 3px 3px 10px -3px rgba(231, 166, 26, 1);
  box-shadow: 3px 3px 10px -3px rgba(231, 166, 26, 1);
}

main section.reference article .owl-carousel .owl-nav .owl-prev span {
  font-size: 75px;
  position: absolute;
  top: -27px;
  right: 23px;
  color: #fff;
}

main section.reference article .owl-carousel .owl-nav .owl-next {
  outline: none;
  position: absolute;
  display: block;
  height: 61px;
  width: 61px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  right: -84px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #FFA600;
  border: 2px solid #fff;
  -webkit-box-shadow: 3px 3px 10px -3px rgba(231, 166, 26, 1);
  -moz-box-shadow: 3px 3px 10px -3px rgba(231, 166, 26, 1);
  box-shadow: 3px 3px 10px -3px rgba(231, 166, 26, 1);
}

main section.reference article .owl-carousel .owl-nav .owl-next span {
  font-size: 75px;
  position: absolute;
  top: -27px;
  right: 18px;
  color: #fff;
}

main section.reference footer ul {
  list-style: none;
  text-align: center;
}

main section.mobile-stores {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
}

main section.mobile-stores header {
  text-align: center;
  margin-bottom: 20px;
}

main section.mobile-stores header h2 {
  color: #FFA600;
  font-weight: bold;
  margin-bottom: 37px;
}

main section.mobile-stores header span {
  font-weight: 400;
  font-size: 1.5em;
}

main section.mobile-stores .mobile-store {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

main section.mobile-stores .mobile-store ul {
  list-style: none;
  text-align: center;
  display: inline-block;
  padding: 0;
}

main section.mobile-stores .mobile-store ul li {
  float: left;
  display: inline-block;
  margin-right: 20px;
}

main section.mobile-stores .mobile-store ul li a {
  display: inline-block;
}

main section.mobile-stores .mobile-store ul li .app i {
  background-image: url(../images/App_store.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 82px;
  width: 222px;
}

main section.mobile-stores .mobile-store ul li .google i {
  background-image: url(../images/Google_play.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 82px;
  width: 222px;
}

main section.contact {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

main section.contact header {
  text-align: center;
  margin-bottom: 40px;
}

main section.contact header h2 {
  color: #FFA600;
  font-weight: bold;
  margin-bottom: 37px;
  margin-top: 0;
}

main section.contact header span {
  font-weight: 400;
  font-size: 1.5em;
}

main section.contact article {
  text-align: center;
  display: inline-block;
}

main section.contact article .contact-container {
  display: inline-block;
  padding: 10px 20px 0px 23px;
  border: solid 2px #19A5BE;
  border-radius: 160px 30px 30px 160px;
}

main section.contact article .contact-container .left-img {
  float: left;
}

main section.contact article .contact-container .left-img img {
  margin: 10px 0px 10px 0px;
}

main section.contact article .contact-container .right-conteiner {
  float: left;
}

main section.contact article .contact-container ul {
  list-style: none;
  padding-left: 15px;
}

main section.contact article .contact-container ul li {
  text-align: left;
}

main section.contact article .contact-container ul li a {
  font-size: 2.625em;
  font-weight: bold;
  color: #19A5BE;
}

main section.contact article .contact-container ul li:last-child a {
  word-spacing: 2px;
}

main section.newsletter {
  background-color: #FFA600;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/email.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 0px;
}

main section.newsletter .post-container {
  background-color: #F2F2F2;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 3px 6px 10px -3px rgba(206, 134, 0, 1);
  -moz-box-shadow: 3px 6px 10px -3px rgba(206, 134, 0, 1);
  box-shadow: 3px 6px 10px -3px rgba(206, 134, 0, 1);
  border: 5px solid #fff;
  border-radius: 15px;
}

main section.newsletter .post-container .post {
  text-align: center;
  background-color: #fff;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 15px;
}

main section.newsletter .post-container .post ul {
  list-style: none;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0px;
}

main section.newsletter .post-container .post ul li:first-child {
  padding-top: 10px;
}

main section.newsletter .post-container .post ul li {
  float: left;
  padding: 20px;
}

main section.newsletter .post-container .post ul li span {
  font-size: 1.5em;
  color: #9F9F9F;
}

main section.newsletter .post-container .post ul li input {
  height: 58px;
  width: 400px;
  border-radius: 10px;
  border: 1px solid #FFA600;
  -webkit-box-shadow: 3px 6px 10px -3px rgba(183, 183, 183, 0.5);
  -moz-box-shadow: 3px 6px 10px -3px rgba(183, 183, 183, 0.5);
  box-shadow: 3px 6px 10px -3px rgba(183, 183, 183, 0.5);
}

footer.footer .footer1 {
  background-color: #19A5BE;
  padding-top: 80px;
  padding-bottom: 80px;
}

footer.footer .footer1 .col-md-3 {
  width: 20%;
}

footer.footer .footer1 .col-md-4 {
  width: 30%;
}

footer.footer .footer1 h1 {
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
}

footer.footer .footer1 ul {
  list-style: none;
  color: #fff;
  text-align: left;
  display: inline;
}

footer.footer .footer1 ul li {
  color: #fff;
}

footer.footer .footer1 ul li a {
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
}

footer.footer .footer1 ul li a h2 {
  font-size: 1em;
  font-weight: 700;
}

footer.footer .footer1 .social p {
  font-size: 1em;
  color: #fff;
}

footer.footer .footer1 .social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

footer.footer .footer1 .social ul li {
  float: left;
  padding-left: 0px;
  padding: 20px;
  padding-left: 0;
}

footer.footer .footer1 .social ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}

footer.footer .footer2 {
  padding-bottom: 5px;
  padding-top: 20px;
  background-color: #13798B;
}

footer.footer .footer2 p {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}

footer.footer .footer2 ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  list-style: none;
  text-align: center;
}

footer.footer .footer2 ul li.brackets {
  font-size: 1.125em;
}

footer.footer .footer2 ul li {
  float: left;
  padding-left: 20px;
  color: #fff;
}

footer.footer .footer2 ul li a {
  color: #fff;
  font-size: 1em;
}

/* Index2*/
main section.modules {
  margin-bottom: 80px;
  margin-top: 80px;
}

main section.modules header {
  text-align: center;
  margin-bottom: 25px;
}

main section.modules header h2 {
  color: #19A5BE;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2.625em;
}

main section.modules header span {
  font-weight: 600;
  font-size: 1.75em;
}

main section.modules article .list .row-list {
  margin-bottom: 40px;
  display: inline-block;
}

main section.modules article .list .row-list figure {
  padding: 0px 0px 0px 100px;
}

main section.modules article figure figcaption h4 {
  color: #FFA600;
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

main section.modules article figure figcaption h4:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  height: 4px;
  background-color: orange;
  bottom: -10px;
}

main section.modules article figure figcaption p {
  font-weight: bold;
  font-size: 1.375em;
  margin-top: 10px;
}

main section.category {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0px;
}

main section.category header {
  text-align: center;
  margin-bottom: 30px;
}

main section.category header h2 {
  color: #19A5BE;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2.625em;
}

main section.category header span {
  font-weight: 600;
  font-size: 1.75em;
}

main section.category .row-list {
  display: flex;
  margin-bottom: 15px;
}

main section.category figure {
  background-color: #FDFDFD;
  margin-bottom: 10px;
  margin-top: 25px;
  margin-right: 25px;
  border-radius: 10px;
  padding: 0px 0px 10px;
  border: 2px solid #19A5BE;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(123, 123, 123, 1);
  -moz-box-shadow: 0px 0px 20px -5px rgba(123, 123, 123, 1);
  box-shadow: 0px 0px 20px -5px rgba(123, 123, 123, 1);
}

main section.category figure:hover {
  border-color: orange;
}

main section.category figure .figure-padding-tb {
  padding-top: 10px;
  padding-bottom: 10px;
}

main section.category figure .figure-oval {
  font-weight: bold;
  border: solid 2px #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #FF9E19;
  text-align: center;
  -webkit-box-shadow: 3px 3px 10px -3px rgba(255, 166, 0, 1);
  -moz-box-shadow: 3px 3px 10px -3px rgba(255, 166, 0, 1);
  box-shadow: 3px 4px 10px -1px rgba(255, 166, 0, 1);
}

main section.category figure:hover .figure-oval {
  background-color: #19A5BE;
  -webkit-box-shadow: 3px 3px 10px -3px rgba(25, 165, 190, 1);
  -moz-box-shadow: 3px 3px 10px -3px rgba(25, 165, 190, 1);
  box-shadow: 3px 4px 10px -1px rgba(25, 165, 190, 1);
}

main section.modules article .figure-oval img {
  margin: auto;
}

main section.category figure .figure-oval {
  margin: auto;
}

main section.category figure figcaption {
  text-align: center;
}

main section.category figure figcaption h4 {
  color: #19A5BE;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

main section.category figure figcaption h4:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 4px;
  background-color: #19A5BE;
  bottom: -10px;
}

main section.category figure:hover figcaption h4 {
  color: orange;
}

main section.category figure:hover figcaption h4:after {
  background-color: orange;
}

main section.category figure .figure-oval img {
  width: 40px;
  height: 40px;
  padding: 3px;
  margin: 8px;
}

main section.category figure figcaption h4 {
  color: #19A5BE;
  font-weight: bold;
  font-size: 1.375em;
  margin-top: 15px;
  margin-bottom: 15px;
}

main section.category figure figcaption p,
main section.category figure:hover figcaption p {
  color: #0a0a0a;
  font-size: 1.125em;
  margin-top: 10px;
}

section.jumbotron.white {
  background-color: #fff;
}

main section.questions {
  background-color: #fff;
  margin-bottom: 80px;
  margin-top: 80px;
}

main section.questions header {
  text-align: center;
  margin-bottom: 40px;
}

main section.questions header h2 {
  color: #19A5BE;
  font-weight: bold;
  margin-bottom: 37px;
}

main section.questions header span {
  font-weight: 400;
  font-size: 1.5em;
}

main section.questions article h3 {
  font-size: 1.5em;
  font-weight: bolder;
  color: #19A5BE;
  margin-bottom: 50px;
}

main section.questions article p {
  font-size: 1.375em;
  font-weight: 400;
  color: #525F7F;
  margin-bottom: 40px;
}

main section.questions article .row-list {
  display: flex;
}

main section.questions .accordion a h5 {
  padding: 15px;
  background-color: #EDEDED;
  border-radius: 5px;
  font-size: 1.375em;
  font-weight: bold;
  color: #19A5BE;
}

main section.questions .accordion a h5 i {
  float: right;
}

main section.questions .accordion .card-body {
  font-size: 1.125em;
  padding: 10px;
  line-height: 34px;
  color: #525F7F;
  font-weight: 600;
}

main section.subscriptions {
  background-color: #fff;
  background-image: url(../images/index3-content-shape-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%;
  height: 1236px;
}

main section.subscriptions header {
  text-align: center;
  margin-bottom: 50px;
}

main section.subscriptions header h2 {
  color: #19A5BE;
  font-weight: bold;
  margin-bottom: 15px;
}

main section.subscriptions header span {
  font-weight: 400;
  font-size: 1.5em;
}

main section.subscriptions article .subscriber-plans-item {
  background-image: url(../images/subscriber-plans-item-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: unset;
  margin-bottom: 0px;
  width: 100%;
  height: 760px;
  position: relative;
}

main section.subscriptions article .bo-price {
  margin: 210px auto 10px auto;
  display: inline-block;
  text-align: center;
  width: 100%;
}

main section.subscriptions article .bo-price small {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #dbdbdb;
  font-size: 1.375em;
  font-weight: 300;
  text-decoration: line-through;
}

main section.subscriptions article .bo-price span {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 700;
}

main section.subscriptions article .bo-content {
  margin: 0px auto;
  display: inline-block;
  text-align: center;
  width: 100%;
}

main section.subscriptions article .bo-content figcaption.subscriber-plans-item-title {
  background-color: #13c4e1;
  margin: -1px 49px 0 47px;
  color: #fff;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
}

main section.subscriptions article .bo-content figcaption.subscriber-plans-item-title h4 {
  font-weight: bold;
}

main section.subscriptions article .bo-content figcaption:not(.subscriber-plans-item-title) {
  padding: 10px 90px 5px 90px;
  text-align: left;
  margin: 0;
}

main section.subscriptions article .bo-content figcaption:not(.subscriber-plans-item-title) i {
  color: #00b500;
}

main section.subscriptions article .bo-content figcaption:not(.subscriber-plans-item-title).passive-item i {
  color: #c7c7c7 !important;
}

main section.subscriptions article .bo-content figcaption:not(.subscriber-plans-item-title).passive-item p {
  color: #c7c7c7 !important;
}

main section.subscriptions article .bo-content figcaption:not(.subscriber-plans-item-title) p {
  padding: 0;
  text-align: left;
  margin: 0;
  font-size: 1em;
  color: #666;
  font-weight: 500;
}

main section.subscriptions article .bo-footer a.btn-blue {
  margin: 0;
  border: none;
  border-radius: 5px;
  background-color: #19A5BE;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  padding: 10px 50px 10px 20px;
  position: relative;
  box-shadow: -2px 38px 12px -9px #d8d8d8;
}

main section.subscriptions article .bo-footer a.btn-blue i.ok {
  background-image: url(../images/ok.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 22px;
  height: 19px;
  padding-left: 0.5em;
  display: block;
  position: absolute;
  right: 14px;
  top: 9px;
}

main section.subscriptions article .bo-footer {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

main section.subscriptions .footer {
  margin: 50px 0;
}

/* Hakkımızda */
main section.pagedetail header {
  margin-top: 65px;
  margin-bottom: 52px;
}

main section.pagedetail header h2 {
  font-size: 2em;
}

main section.pagedetail article span {
  font-size: 1.125em;
  font-weight: bold;
  padding-bottom: 32px;
  display: block;
}

main section.pagedetail article p {
  font-size: 1.125em;
  padding-bottom: 32px;
}

main section.pagedetail aside.right img {
  max-width: none;
}

main section.pagedetail aside.left img {
  position: absolute;
  right: 18px;
  max-width: none;
}

main section.pagedetail .bg-grey .container {
  padding-top: 72px;
  padding-bottom: 170px;
}

main section.pagedetail .bg-white .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*İletişim*/
main section.contact-us header {
  margin-top: 65px;
  margin-bottom: 52px;
}

main section.contact-us header h1 {
  font-size: 2em;
  color: #19A5BE;
  font-weight: bold;
  margin-bottom: 45px;
}

main section.contact-us article h2 {
  color: #19A5BE;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 21px;
}

main section.contact-us article p {
  font-size: 1.125em;
  padding-bottom: 16px;
  margin-bottom: 0;
  color: #464749;
}

main section.contact-us article ul {
  list-style: none;
}

main section.contact-us article ul li {
  color: #525F7F;
  font-size: 1.125em;
  padding: 12px;
  font-weight: 400;
  font-weight: 400;
}

main section.contact-us aside.right img {
  position: absolute;
  left: -38px;
  max-width: max-content;
}

main section.contact-us .bg-grey .container {
  padding-top: 72px;
  padding-bottom: 170px;
}

main section.map header {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
}

main section.map header h2 {
  font-size: 2.625em;
  font-weight: bold;
  color: #19A5BE;
}

main section.map article {
  text-align: center;
}

main section.map article iframe {
  width: 100%;
  height: 600px;
  border: solid 10px #ccc !important;
}

main section.form {
  margin-bottom: 123px;
}

main section.form header {
  margin-bottom: 98px;
  margin-top: 69px;
}

main section.form header h2 {
  text-align: center;
  font-size: 2.625em;
  font-weight: bold;
  color: #19A5BE;
  margin-top: 1.75em;
}

main section.form header span {
  text-align: center;
  display: block;
  font-size: 1.5em;
  font-weight: 400;
}

main section.form article form input, main section.form article form textarea, main section.form article form select {
  padding: 25px;
  background-color: #EDEDED;
  border: none;
  margin-bottom: 1.75em;
}

main section.form article form select {
  width: 100%;
}

main section.form article form textarea::placeholder,
main section.form article form input::placeholder,
main section.form article form select {
  font-size: 1em;
  font-weight: bold;
  color: #19A5BE;
}

main section.form article form textarea:-ms-input-placeholder,
main section.form article form input:-ms-input-placeholder {
  color: red;
}

main section.form article form textarea:-ms-input-placeholder,
main section.form article form input::-ms-input-placeholder {
  color: red;
}

main section.form article a.btn-blue {
  margin: 0;
  border: none;
  border-radius: 5px;
  background-color: #19A5BE;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  padding: 6px 40px 6px 16px;
  position: relative;
}

main section.form article a.btn-blue i.ok {
  background-image: url(../images/ok.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 19px;
  padding-left: 0.5em;
  display: block;
  position: absolute;
  right: 6px;
  top: 6px;
}

main section.form article .margin-auto {
  float: none;
}

main section.blog-list {
  margin-bottom: 80px;
  margin-top: 80px;
}

main section.blog-list header {
  margin-bottom: 32px;
  margin-left: 0px;
}

main section.blog-list header h1 {
  font-size: 2.625em;
  font-weight: bold;
  color: #6E2798;
  margin-top: 0px;
}

main section.blog-list header span {
  font-size: 1.5em;
  color: #464749;
}

main section.blog-list article {
  display: inline-block;
  margin: 0;
  padding: 0;
}

main section.blog-list article .list {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

main section.blog-list article > .list > div[class*=col-xs] {
  display: flex;
  margin-left: -20px;
  flex-direction: row;
}

main section.blog-list .margin-left {
  margin-left: -20px;
}

main section.blog-list article figure {
  -webkit-box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 0;
  display: flex;
  margin: 15px;
  flex-direction: column;
}

main section.blog-list article figure > div {
  margin-bottom: 15px;
}

main section.blog-list article figure .figure-oval {
  width: 100%;
  display: block;
  position: relative;
}

main section.blog-list article figure .figure-oval img {
  width: 100%;
}

main section.blog-list article figure .figure-meta {
  margin: 0px 18px 0px 18px;
  border-bottom: 1px solid #D8D8D8;
  padding: 15px 0px 15px 0px;
  font-size: 1.125em;
  font-weight: 600;
  color: #F58120;
}

main section.blog-list article figure .figure-meta span {
  padding-right: 10px;
}

main section.blog-list article figure figcaption {
  margin: 0px 18px 0px 18px;
}

main section.blog-list article figure figcaption:last-child {
  margin-bottom: 10px;
}

main section.blog-list article figure figcaption h4 {
  color: #19A5BE;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 24px;
}

main section.blog-list article figure figcaption p {
  font-size: 1.125em;
  color: #525F7F;
  display: inline-block;
}

main section.blog-list article figure figcaption p.blog-list-arrow a {
  font-size: 1em;
  color: #525F7F;
  font-weight: bold;
}

main section.blog-list article figure figcaption p.blog-list-arrow a i {
  background-image: url(../images/Shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
  display: block;
  color: #ffffff;
  position: absolute;
  bottom: 23px;
  left: 75px;
}

main section.blog .list figure figcaption a {
  font-size: 1em;
  color: #525F7F;
  font-weight: bold;
  padding-bottom: 20px;
  display: block;
}

main section.blog .list figure figcaption a i {
  background-image: url(../images/Shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
  display: block;
  color: #ffffff;
  position: absolute;
  bottom: 23px;
  left: 90px;
}

main section.blog-list article ul {
  list-style: none;
  text-align: center;
}

main section.blog-list aside {
  -webkit-box-shadow: 5px 0px 20px 0px rgba(210, 210, 210, 1);
  -moz-box-shadow: 5px 0px 20px 0px rgba(210, 210, 210, 1);
  box-shadow: 5px 0px 20px 0px rgba(210, 210, 210, 1);
  padding-bottom: 54px;
  border-radius: 10px;
  margin-top: 15px;
}

main section.blog-list aside span {
  font-size: 1.125em;
  font-weight: bold;
  color: #19A5BE;
  margin-top: 40px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

main section.blog-list aside span:after {
  content: "";
  position: absolute;
  width: 70px;
  left: 0;
  height: 4px;
  background-color: orange;
  bottom: -10px;
}

main section.blog-list aside input {
  padding: 25px;
  background-color: #EDEDED;
  border: none;
  margin-bottom: 1.75em;
  border: solid 2px #EFEFEF;
  border-radius: 10px;
}

main section.blog-list aside hr {
  margin: 0;
}

main section.blog-list aside h1 {
  font-size: 1.125em;
  font-weight: bold;
  color: #19A5BE;
  margin-top: 41px;
  position: relative;
  display: inline-block;
}

main section.blog-list aside h1:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  height: 4px;
  background-color: orange;
  bottom: -10px;
}

main section.blog-list aside h2 {
  font-size: 1.125em;
  font-weight: 600;
  color: #525F7F;
  margin-bottom: 9px;
  line-height: 24px;
}

main section.blog-list .footer a.left,
main section.blog-list .footer a.right {
  border-radius: 27.5px;
  border: solid 2px #19A5BE;
  padding: 14px 55px 14px 55px;
  font-size: 1em;
  font-weight: bold;
  color: #19A5BE;
}

main section.blog-list .footer .left {
  float: left;
}

main section.blog-list .footer .right {
  float: right;
}

main section.blog-detail {
  margin-bottom: 40px;
}

main section.blog-detail header {
  margin-top: 82px;
  margin-bottom: 32px;
  margin-left: 24px;
}

main section.blog-detail header h1 {
  font-size: 1.75em;
  font-weight: bold;
  color: #19A5BE;
  padding-left: 18px;
}

main section.blog-detail header span {
  font-size: 1.5em;
  color: #464749;
}

main section.blog-detail article {
  display: inline-block;
}

main section.blog-detail article .border {
  padding-right: 20px;
}

main section.blog-detail article .border .border-2 {
  display: inline-block;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(210, 210, 210, 0.5);
  -moz-box-shadow: 0px 5px 20px 0px rgba(210, 210, 210, 0.5);
  box-shadow: 0px 5px 20px 0px rgba(210, 210, 210, 0.5);
  border-radius: 14px;
}

main section.blog-detail article .border .no-padding {
  padding: 0px;
}

main section.blog-detail article .border .no-margin {
  margin: 0;
}

main section.blog-detail article .social {
  width: 100%;
  display: inline-block;
  background-color: #F0F0F0;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}

main section.blog-detail article .social::before {
  content: "";
  position: absolute;
  width: 72px;
  left: 0;
  height: 68px;
  bottom: 0px;
  background-image: url(../images/social.svg);
  top: 0px;
}

main section.blog-detail article .social ul {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0 0 0 80px;
  padding: 0;
}

main section.blog-detail article .social ul li {
  float: left;
  padding: 20px 10px 10px 10px;
}

main section.blog-detail article .social .img-responsive {
  width: 100%;
  width: 32px;
  height: 32px;
}

main section.blog-detail article .border-2 img {
  width: 100%;
}

main section.blog-detail article .header-content {
  font-size: 1.125em;
  font-weight: 600;
  color: #F58120;
  margin-top: 22px;
}

main section.blog-detail article .header-content span.dot {
  padding: 0 10px 0 10px;
}

main section.blog-detail article .content {
  padding: 0px 40px 0px 40px;
}

main section.blog-detail article .content h2 {
  font-size: 1.375em;
  color: #19A5BE;
  font-weight: bold;
  margin-bottom: 32px;
}

main section.blog-detail article .content p {
  font-size: 1.125em;
  margin-bottom: 32px;
  font-weight: 400;
  color: #525F7F;
  line-height: 30px;
}

main section.blog-detail article .tag {
  display: block;
}

main section.blog-detail article .tag ul {
  list-style: none;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 40px;
}

main section.blog-detail article .tag ul:before {
  content: "";
  position: absolute;
  width: 25px;
  left: 0;
  height: 25px;
  bottom: 0px;
  background-image: url(../images/tag.jpg);
  top: 0px;
}

main section.blog-detail article .tag ul li {
  float: left;
  padding-left: 5px;
}

main section.blog-detail article .tag ul li a {
  color: #19A5BE;
  font-size: 1em;
  font-weight: 600;
}

main section.blog-detail aside {
  -webkit-box-shadow: 5px 0px 20px 0px rgba(210, 210, 210, 0.5);
  -moz-box-shadow: 5px 0px 20px 0px rgba(210, 210, 210, 0.5);
  box-shadow: 5px 0px 20px 0px rgba(210, 210, 210, 0.5);
  padding-bottom: 54px;
  border-radius: 10px;
}

main section.blog-detail aside span {
  font-size: 1.125em;
  font-weight: bold;
  color: #19A5BE;
  margin-top: 40px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

main section.blog-detail aside span:after {
  content: "";
  position: absolute;
  width: 70px;
  left: 0;
  height: 4px;
  background-color: orange;
  bottom: -10px;
}

main section.blog-detail aside input {
  padding: 25px;
  background-color: #EDEDED;
  border: none;
  margin-bottom: 1.75em;
  border: solid 2px #EFEFEF;
  border-radius: 10px;
  position: relative;
  display: inline-block;
}

main section.blog-detail aside i {
  display: inline-block;
}

main section.blog-detail aside i:after {
  content: "";
  position: absolute;
  width: 20px;
  right: 32px;
  height: 20px;
  background-image: url(../images/search.svg);
  bottom: 62px;
}

main section.blog-detail aside hr {
  margin: 0;
}

main section.blog-detail aside h1 {
  font-size: 1.125em;
  font-weight: bold;
  color: #19A5BE;
  margin-top: 41px;
  position: relative;
  display: inline-block;
}

main section.blog-detail aside h1:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  height: 4px;
  background-color: orange;
  bottom: -10px;
}

main section.blog-detail aside h2 {
  font-size: 1.125em;
  font-weight: 600;
  color: #525F7F;
  margin-bottom: 9px;
  line-height: 24px;
}

main section.blog-detail .footer {
  margin-top: 58px;
  margin-left: 10px;
  margin-right: 25px;
}

main section.blog-detail .footer a.left,
main section.blog-detail .footer a.right {
  border-radius: 27.5px;
  border: solid 2px #19A5BE;
  padding: 14px 55px 14px 55px;
  font-size: 1em;
  font-weight: bold;
  color: #19A5BE;
}

main section.blog-detail .footer .left {
  float: left;
}

main section.blog-detail .footer .right {
  float: right;
}

main section.subscriptions article .bo-packages {
  display: inline-block;
  width: 100%;
  padding: 0;
  position: relative;
  border-radius: 20px;
}

main section.subscriptions article .bo-packages > .row > div[class*=col-xs] {
  padding: 5px 45px;
}

main section.subscriptions article .bo-packages .bo-package-box {
  display: inline-block;
  width: 100%;
  height: 380px;
  background-image: url("../images/bo-package-box-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  background-color: #ffffff;
  box-shadow: 2px 10px 15px 2px #ccc;
  padding: 0;
  margin: 0 0 40px 0;
  position: relative;
  border-radius: 20px;
}

main section.subscriptions article .bo-packages .bo-package-box .bo-package-name {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0;
  color: #00c2e4;
  font-size: 1.125em;
  font-weight: 600;
}

main section.subscriptions article .bo-packages .bo-package-box .bo-package-popular {
  position: absolute;
  left: 50%;
  top: -15px;
  width: 130px;
  margin-left: -65px;
  text-align: center;
  padding: 4px 0;
  color: #ffffff;
  background-color: #fea628;
  font-size: 1em;
  font-weight: 400;
  border-radius: 6px;
}

main section.subscriptions article .bo-packages .bo-package-box .bo-package-name {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  width: 100%;
  text-align: center;
  padding: 0;
  color: #00c2e4;
  font-size: 22px;
  font-weight: 600;
}

main section.subscriptions article .bo-packages .bo-package-box .old-package-price {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
  width: 100%;
  text-align: center;
  padding: 0;
  color: #cccccc;
  font-size: 1.125em;
  font-weight: 400;
  text-decoration: line-through;
}

main section.subscriptions article .bo-packages .bo-package-box .discounted-package-price {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  padding: 0;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 700;
}

main section.subscriptions article .bo-packages .bo-package-box .bo-package-payment-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  width: 100;
  text-align: center;
}

main section.subscriptions article .bo-packages .bo-package-box .bo-package-payment-button {
  padding: 10px 60px 10px 15px;
  width: auto;
  max-width: 100%;
  display: inline-block;
  border-radius: 10px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  border: solid 1px transparent;
  margin: 0;
  position: relative;
  background: #20c2e4;
  transition: 0.3s all ease-in-out;
}

main section.subscriptions article .bo-packages .bo-package-box .bo-package-payment-button img {
  position: absolute;
  right: 10px;
}

main section.subscriptions article .bo-packages .bo-package-box .bo-package-payment-button:hover {
  background: #2699e6;
  transition: 0.3s all ease-in-out;
}

main section.subscriptions article .bo-packages .bo-package-box .bo-package-payment-button img {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}

/*Renk Scalası*/
.bg-white {
  background-color: #FFFFFF;
}

.bg-grey {
  background-color: #FAFAFA;
}

.global-ul-center {
  display: flex;
  justify-content: center;
}

.global-ul-center ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin-top: 20px;
}

.global-ul-center ul li {
  float: left;
  margin-left: 20px;
}

.slide-app-button {
  display: flex;
  justify-content: left;
}

.slide-app-button ul {
  list-style: none;
  position: relative;
  display: flex;
  padding: 0;
  margin-top: 20px;
}

@media (min-width: 834px) {
  .slide-app-button ul {
    gap: 15px;
  }
  .slide-app-button a {
    width: 229px;
  }
}
@media (max-width: 833px) {
  .slide-app-button ul {
    gap: 10px;
  }
  .slide-app-button a {
    width: auto;
  }
}
.slide-app-button ul li {
  display: flex;
  flex-direction: column;
}

.slide-app-button ul li a {
  border: 0px !important;
}

@media only screen and (max-width: 768px) {
  .slide-app-button ul li a {
    border: 0px !important;
  }
  .slide-app-button ul li a img {
    width: 120px !important;
  }
}
main section.bo-detail article ul li a,
main section.blog article ul li a,
main section.bo-style article ul li a,
.global-button a {
  /* padding: 10px 10px 10px 10px; */
  color: #ffffff;
  font-weight: bold;
  border: solid 4px #ffffff;
  border-radius: 14px;
  /*margin-right: 40px;*/
  font-size: 1.125em;
}

.global-button.big-btn a {
  padding: 15px;
  font-size: 1.5em;
}

main section.bo-detail article ul li a.btn-blue,
main section.subscriptions footer .footer a.btn-orange,
main section.bo-style article ul li a.btn-blue,
.global-button a.btn-blue {
  background-color: #19A5BE;
  -webkit-box-shadow: 3px 6px 15px -7px rgba(25, 165, 190, 0.5);
  -moz-box-shadow: 3px 6px 15px -7px rgba(25, 165, 190, 0.5);
  box-shadow: 3px 6px 15px -7px rgba(25, 165, 190, 0.5);
}

main section.bo-detail article ul li a.btn-blue:hover,
main section.subscriptions footer .footer a.btn-orange:hover,
main section.bo-style article ul li a.btn-blue:hover,
.global-button a.btn-blue:hover {
  background-color: #FFFFFF;
  color: #19A5BE !important;
  border-color: #19A5BE !important;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  text-decoration: none !important;
}

main section.bo-detail article ul li a.btn-orange,
main section.subscriptions footer .footer a.btn-orange,
main section.blog article ul li a.btn-orange,
main section.bo-style article ul li a.btn-orange,
main section.section-feature .footer a.btn-orange,
.global-button a.btn-orange {
  background-color: #FFA600;
  -webkit-box-shadow: 3px 3px 10px -3px rgba(255, 166, 0, 0.5);
  -moz-box-shadow: 3px 3px 10px -3px rgba(255, 166, 0, 0.5);
  box-shadow: 3px 3px 10px -3px rgba(255, 166, 0, 0.5);
}

main section.bo-detail article ul li a.btn-orange:hover,
main section.subscriptions footer .footer a.btn-orange:hover,
main section.blog article ul li a.btn-orange:hover,
main section.bo-style article ul li a.btn-orange:hover,
main section.section-feature .footer a.btn-orange:hover,
.global-button a.btn-orange {
  color: #FF9E19 !important;
  background-color: #ffffff !important;
  border-color: #FF9E19 !important;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  text-decoration: none !important;
}

main section.bo-detail article ul li a.btn-orange i.ok,
main section.bo-detail article ul li a.btn-blue i.ok,
main section.subscriptions footer .footer a.btn-orange i.ok,
main section.blog article ul li a.btn-orange i.ok,
main section.bo-style article ul li a.btn-blue i.ok,
main section.bo-style article ul li a.btn-orange i.ok,
main section.section-feature .footer a.btn-orange i.ok,
.global-button a.btn-blue i.ok {
  background-image: url(../images/ok.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 16px;
  width: 18px;
  height: 16px;
  margin-left: 20px;
  margin-top: 2px;
  display: block;
  float: right;
}

a.btn-orange:hover i.ok {
  background-image: url(../images/ok-orange.svg) !important;
}

a.btn-blue:hover i.ok {
  background-image: url(../images/ok-blue.svg) !important;
}

.margin-auto {
  margin: 0 auto;
}

/*mainslider*/
.mainslider-container {
  position: relative;
  height: 70vh;
  z-index: 99;
}

.mainslider-container .owl-slide-text {
  /*margin: 25vh 36px 10vh -2px;*/
  padding: 0 20px 0 100px;
}

.headerTransparent .mainslider-container .owl-slide-text {
  margin: unset !important;
}

.mainslider-container .container {
  height: 100%;
}

.mainslider-container .container .row {
  height: 100%;
}

.mainslider-container .container .row .slide-col {
  height: 100%;
}

.mainslider-container .container .row .slide-col .owl-slide-text {
  height: 100%;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  flex-direction: column;
}

.mainslider-container .static {
  position: static;
}

.mainslider-container .cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mainslider-container .owl-carousel .owl-slide {
  position: relative;
  height: 70vh;
  background-color: #19A5BE;
  /*border-bottom: 4px solid #ffffff;*/
}

.mainslider-container .owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.mainslider-container .owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.mainslider-container .owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.mainslider-container .owl-carousel .owl-slide-subtitle {
  font-size: 18px;
}

.mainslider-container .owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.mainslider-container .owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.mainslider-container .owl-carousel .owl-dots {
	left: calc(50% - 100px) !important;
    bottom: 0px;
    top: auto !important;
    width: auto;
    line-height: 45px;
    height: 52px;
    z-index: 999999;
    /* background: #ededed; */
    border-left: none !important;
    /* border: solid 1px #fff; */
    padding: 0 12px;
    border-radius: 0 25px 25px 0;
}

.mainslider-container .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color: inherit;
  border-radius: 50%;
  border: solid 1px #fff;
  width: 32px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  height: 32px;
  background: #fff;
  box-shadow: 0 0 15px -6px #888;
  padding: 0 !important;
  font: inherit;
}

.mainslider-container .owl-carousel .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 2px;
  box-shadow: 0 0 15px -6px #888;
  border: solid 2px #fff;
}

.mainslider-container .owl-carousel .owl-dots .owl-dot.active {
  background: #6a43b5 !important;
}

.mainslider-container .owl-carousel .owl-dots .owl-dot:hover {
  background: #6a43b5 !important;
}

.mainslider-container .owl-carousel .owl-dots,
.mainslider-container .owl-carousel .owl-nav {
  position: absolute;
}

.mainslider-container .owl-carousel .owl-dots .owl-dot,
.mainslider-container .owl-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
}

.mainslider-container .owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.mainslider-container .owl-carousel .owl-dots .owl-dot:hover span,
.mainslider-container .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.mainslider-container .owl-carousel .owl-nav {
	left: 0;
    display: flex;
    width: 100%;
    top: 50%;
    height: 52px;
    margin: 0;
    justify-content: space-between;
}

.mainslider-container .owl-carousel .owl-nav svg {
  /*opacity: 0.3;*/
  width: 20px;
  margin: auto;
  height: 20px;
  vertical-align: middle;
  fill: #6a43b5;
  /*transition: opacity 0.3s;*/
}

.mainslider-container .owl-carousel .owl-nav button:hover svg {
  fill: #ffffff;
}

.mainslider-container .owl-carousel .owl-nav [class*=owl-]:hover {
  background: #6a43b5;
}

.mainslider-container section {
  display: none;
}

@media screen and (max-width: 575px) {
  .mainslider-container .owl-carousel .owl-nav {
    top: 50%;
  }
  .mainslider-container .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}
.mainslider-container .mobile-store {
  display: inline-block;
  padding: 0;
  width: 100%;
}

.mainslider-container .mobile-store ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 50px 0 0 0;
}

.mainslider-container .mobile-store ul li {
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
}

.mainslider-container .mobile-store ul li .app i {
  background-image: url(../images/App_store.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 65px;
  background-size: 180px 65px;
  width: 180px;
  margin: 0px;
}

.mainslider-container .mobile-store ul li .google i {
  background-image: url(../images/Google_play.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 65px;
  background-size: 180px 65px;
  width: 180px;
  margin: 0px;
}

/*Uzman Tavsiyeleri carousel*/
main section.expert article {
  background: #fff;
  padding: 15px;
  margin-top: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 6px 10px -3px rgba(123, 123, 123, 0.5);
  -moz-box-shadow: 3px 6px 10px -3px rgba(123, 123, 123, 0.5);
  box-shadow: 3px 6px 10px -3px rgba(123, 123, 123, 0.5);
}

main section.expert article .owl-carousel .owl-stage-outer .owl-stage {
  height: 175px;
}

main section.expert article .owl-carousel .owl-item {
  text-align: center;
}

main section.expert article .owl-carousel div[class*=active]:first-child .expert-circle {
  border-color: #ccc;
  opacity: 0.4;
}

main section.expert article .owl-carousel div[class*=active]:first-child .item span {
  display: none;
}

main section.expert article .owl-carousel div[class*=active]:first-child .item p {
  display: none;
}

main section.expert article .owl-carousel div[class*=active]:nth-child(3) .expert-circle {
  border-color: #ccc;
  opacity: 0.4;
}

main section.expert article .owl-carousel div[class*=active]:nth-child(3) .item span {
  display: none;
}

main section.expert article .owl-carousel div[class*=active]:nth-child(3) .item p {
  display: none;
}

main section.expert article .owl-carousel .owl-item .item {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  margin-top: 12px;
}

main section.expert article .owl-carousel div[class*=active]:nth-child(2) .expert-circle {
  border-color: #FFA600;
}

main section.expert article .owl-carousel .owl-item .item span {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 15px 0 5px 0;
  font-weight: 700;
  color: #464749;
}

main section.expert article .owl-carousel .owl-item .item p {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #464749;
}

main section.expert article > p {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #888;
  font-size: 1.125em;
  font-weight: 600;
  padding: 40px 80px 40px 80px;
}

main section.expert article > p:before {
  content: "";
  position: absolute;
  width: 62px;
  height: 59px;
  left: 0;
  background-image: url(../images/quote-left.svg);
  top: 0px;
}

main section.expert article > p:after {
  content: "";
  position: absolute;
  width: 62px;
  height: 59px;
  right: 0;
  bottom: 0px;
  background-image: url(../images/quote-right.svg);
}

main section.expert article .owl-carousel .owl-item .item .expert-circle {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0px 0px 16px -3px rgba(191, 191, 191, 1);
  -moz-box-shadow: 0px 0px 16px -3px rgba(191, 191, 191, 1);
  box-shadow: 0px 0px 16px -3px rgba(191, 191, 191, 1);
  width: 200px;
  height: 200px;
  margin-top: 12px;
  border-radius: 50%;
  border: solid 10px #E6E6E6;
  background-color: #E6E6E6;
  overflow: hidden;
}

main section.expert article .owl-carousel .owl-item .item .expert-circle img {
  margin: auto;
  width: 100%;
  display: inline-block;
}

main section.expert article .owl-carousel .owl-nav {
  display: block;
}

main section.expert article .owl-carousel .owl-nav .owl-prev {
  outline: none;
  position: absolute;
  display: block;
  height: 61px;
  width: 61px;
  line-height: 61px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  left: -94px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #FFA600;
  border: 2px solid #fff;
  -webkit-box-shadow: 3px 3px 10px -3px rgba(231, 166, 26, 1);
  -moz-box-shadow: 3px 3px 10px -3px rgba(231, 166, 26, 1);
  box-shadow: 3px 3px 10px -3px rgba(231, 166, 26, 1);
}

main section.expert article .owl-carousel .owl-nav .owl-prev span {
  font-size: 95px;
  position: absolute;
  top: -6px;
  left: 14px;
  color: #fff;
}

main section.expert article .owl-carousel .owl-nav .owl-next {
  outline: none;
  position: absolute;
  display: block;
  height: 61px;
  width: 61px;
  line-height: 61px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  right: -86px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #FFA600;
  border: 2px solid #fff;
  -webkit-box-shadow: 3px 3px 10px -3px rgba(231, 166, 26, 1);
  -moz-box-shadow: 3px 3px 10px -3px rgba(231, 166, 26, 1);
  box-shadow: 3px 3px 10px -3px rgba(231, 166, 26, 1);
}

main section.expert article .owl-carousel .owl-nav .owl-next span {
  font-size: 95px;
  position: absolute;
  top: -6px;
  right: 14px;
  color: #fff;
}

main section.bo-detail aside img {
  max-width: 100%;
  padding: 0 !important;
}

main .section-artificial .propertiesAndFreeMembership {
  padding: 0 !important;
  display: block;
}

a {
  text-decoration: none !important;
}

.blog-list aside {
  position: sticky;
  top: 130px;
}

ul.sliderSocial {
  padding-left: 0;
}

ul.sliderSocial li {
  display: inline-block;
  margin-right: 5px;
}

ul.sliderSocial li a:hover {
  background: #3b3e46;
}

ul.sliderSocial li a {
  width: 38px;
  height: 38px;
  display: block;
  background: #0596c3;
  text-align: center;
  padding: 10px 0px;
  color: white;
  font-size: 15px;
  border: unset !important;
  border-radius: 3px;
}

.slider-pedagoji-logo {
  opacity: 70%;
}

.slider-pedagoji-logo:hover {
  opacity: 100%;
}

main section.section-partner {
  background-color: #FDFDFD;
  padding-top: 80px;
  padding-bottom: 80px;
}

main section.section-partner header {
  position: relative;
  margin: auto;
  text-align: center;
}

.home-parner-box {
  background-color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 20px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 20px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 20px 3px rgba(0, 0, 0, 0.3);
  padding: 30px 20px 30px 20px;
  margin: 20px 0;
  min-width: 270px;
  min-height: 300px;
  line-height: 24px;
}

.home-parner-box p {
  padding: 20px 0 0 0;
  margin: 0;
  font-weight: bold;
}

main section.section-comments {
  background-color: #FDFDFD;
  padding-top: 80px;
  padding-bottom: 80px;
}

main section.section-comments header h2 {
  text-align: center;
}

main section.section-comments .comment {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #cccccc;
  padding: 10px;
  line-height: 20px;
  border-radius: 5px;
  margin: 0 40px;
  min-height: 220px;
}

main section.section-comments .comment ul.comment-stars {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0 1px;
}

main section.section-comments .comment ul.comment-stars li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

/** Reklam index logo slider **/
.rc-rcbrand-container {
  position: relative;
  max-width: 100%;
  margin-bottom: 20px;
}

.rc-rcbrand-ul {
  position: relative;
  width: 99999px;
  margin: 0px 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  overflow: auto;
}

.rc-rcbrand-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.rc-rcbrand-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}

.rc-rcbrand-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rc-rcbrand-nav-left,
.rc-rcbrand-nav-right {
  padding: 5px 13px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  background: #0596c3;
  color: #fff;
}

.rc-rcbrand-nav-left {
  left: 0px;
}

.rc-rcbrand-nav-left:before {
  content: "<";
}

.rc-rcbrand-nav-left.disabled {
  opacity: 0.4;
}

.rc-rcbrand-nav-right {
  right: 0px;
}

.rc-rcbrand-nav-right:before {
  content: ">";
}

.rc-rcbrand-nav-right.disabled {
  opacity: 0.4;
}

main section.section-feature-landing {
  background-color: #F0F0F0;
  padding-top: 80px;
  padding-bottom: 80px;
}

main section.section-feature-landing header {
  position: relative;
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
}

main section.section-feature-landing footer {
  display: flex;
  justify-content: center;
}

main section.section-feature-landing footer ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin-top: 20px;
}

main section.section-feature-landing footer ul li {
  float: left;
  margin-left: 20px;
}

main section.section-feature-landing article .row-list {
  display: flex;
}

main section.section-feature-landing header h2 {
  color: #19A5BE;
  font-size: 2.625em;
}

main section.section-feature-landing header p {
  font-weight: 400;
  line-height: 25px;
  font-size: 1.5em;
}

main section.section-feature-landing figure {
  background-color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 25px;
  margin-right: 12px;
  margin-left: 12px;
  border-radius: 10px;
  padding: 0px;
}

main section.section-feature-landing figure .figure-padding-tb {
  padding: 20px;
}

main section.section-feature-landing figure .figure-oval {
  font-weight: bold;
  border: solid 2px #fff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background-color: #FF9E19;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 3px 3px 10px -3px rgba(255, 166, 0, 1);
  -moz-box-shadow: 3px 3px 10px -3px rgba(255, 166, 0, 1);
  box-shadow: 3px 3px 10px -3px rgba(255, 166, 0, 1);
}

@media only screen and (max-width: 1300px) {
  main section.section-feature-landing figure .figure-oval {
    width: 50px;
    height: 50px;
  }
  main section.section-feature-landing article .row-list {
    display: block;
  }
  main section.section-feature-landing figure {
    background-color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 25px;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 10px;
    padding: 0px;
  }
}
main section.section-feature-landing figure .figure-oval img {
  width: 100%;
  height: 100%;
  margin: 0;
}

main section.section-feature-landing figure figcaption h4 {
  color: #19A5BE;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

main section.section-feature-landing figure figcaption h4:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 25%;
  height: 4px;
  background-color: #19A5BE;
  bottom: -10px;
}

main section.section-feature-landing figure figcaption p {
  font-size: 1.05em;
  text-align: center;
}

main section.section-feature-landing figure figcaption a {
  color: #13C4E1;
  font-size: 1.125em;
  font-weight: bold;
  display: inline;
  position: relative;
}

main section.section-feature-landing figure figcaption a i {
  background-image: url(../images/Shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
  display: block;
  color: #ffffff;
  position: absolute;
  bottom: 7px;
  left: 65px;
}

main section.section-feature-landing .footer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: -2%;
}

.blog-page-etiket {
  display: flex;
  justify-items: start;
}

.blog-page-etiket h2 {
  margin: 0 10px 0 0;
  padding: 0;
}

.blog_bar_uyeol {
  width: 100%;
  margin-bottom: 10px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  z-index: 55;
  top: 110px;
  left: 0;
  background-color: #19A5BE;
}

.blog_bar_uyeol h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.blog_bar_uyeol a {
  color: #FFFFFF;
  background-color: orange;
  padding: 10px;
  margin: 0 0 0 20px;
  text-align: center;
  border-radius: 5px;
}

.blog_bar_uyeol a:hover {
  background-color: #FFFFFF;
  color: orange;
}

@media (max-width: 834px) {
  .blog_bar_uyeol {
    top: 80px;
  }
}
.pageContent p {
  font-size: 1.3em;
}

.slide-right-img {
  /* there is a img inside, make this wrapper flex and center img vertically */
  display: flex;
  align-items: center;
  height: 100%;
  /* make the wrapper full width */
}

.slide-right-img img {
  /* make the img full width */
  width: 100%;
  /* make the img responsive */
  height: auto;
}

/* below md*/
@media (max-width: 991px) {
  .slide-right-img {
    /* hide the img on small screen */
    display: none;
  }
  .bo-style img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 834px) {
  .mainslider-container .owl-carousel .owl-dots {
    display: none !important;
  }
  .mainslider-container .owl-carousel .owl-nav {
    border-radius: 25px !important;
    top: 50% !important;
  }
  .mainslider-container .owl-slide-text {
    margin: 20px 8px 0 8px !important;
    padding: 0 !important;
    text-align: center;
    height: 43vh;
    position: relative;
  }
  .mainslider-container .container {
    height: 100%;
  }
  .mainslider-container .container .row {
    height: 100%;
  }
  .mainslider-container .container .row .slide-col {
    height: 100%;
  }
  .mainslider-container .container .row .slide-col .owl-slide-text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  main section.mainslider-container .owl-slide a.btn-orange,
main section.mainslider-container .owl-slide a.btn-blue {
    width: 100% !important;
  }
  /* .mainslider-container .cover {
      background-size: 83%, 0;
      background-position: center;
      background-repeat: no-repeat, no-repeat;
  } */
  .mainslider-container .mobile-store {
    display: inline-block;
    padding: 0;
    width: 110%;
    /*position: absolute;*/
    /*bottom: -16px;*/
    /*left: -3.5%;*/
    /*right: 0;*/
  }
 
  main .jumbotron .jumb-container {
    padding-top: 30px;
  }
  main section.jumbotron .jumb-container span {
    line-height: 28px;
    font-size: 1em;
    display: block;
  }
  main section.jumbotron2 .jumb-container span {
    line-height: 40px;
    font-size: 1em;
    display: block;
  }
  main section.jumbotron2 article h2 span:last-child {
    font-size: 1em;
  }
  main section.jumbotron2 article h2 span:first-child {
    font-size: 0.75em !important;
    margin-bottom: 15px;
    margin-top: 15px;
    display: inline-block;
  }
  main section.section-online header {
    margin-bottom: 0;
  }
  main section.section-online header span {
    line-height: 30px;
    text-align: left;
    padding: 10px;
  }
  main section.bo-style header {
    text-align: center;
  }
  main section.bo-detail article ul,
main section.bo-style article ul,
main section.section-artificial footer ul {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
  }
  main section.bo-detail article ul li,
main section.bo-style article ul li,
main section.section-artificial footer ul li {
    display: block;
    float: none;
    margin-bottom: 40px;
  }
  main section.bo-style article ul li a.btn-orange main section.section-artificial footer ul li a.btn-orange,
main section.section-online footer ul li a.btn-orange {
    text-align: center;
    padding: 16px;
    display: block;
  }
  main section.bo-style article ul li a.btn-blue main section.section-artificial footer ul li a.btn-blue,
main section.section-online footer ul li a.btn-blue {
    text-align: center;
    padding: 16px;
    display: block;
  }
  main section.bo-style article ul li a.btn-orange i.ok,
main section.bo-style article ul li a.btn-blue i.ok,
main section.reference footer ul li a.btn-orange i.ok,
main section.blog article ul li a.btn-orange i.ok,
main section.section-artificial footer ul li a.btn-orange i.ok,
main section.section-artificial footer ul li a.btn-blue i.ok,
main section.section-feature .footer a.btn-orange i.ok,
main section.section-online footer ul li a.btn-orange i.ok,
main section.section-online footer ul li a.btn-blue i.ok {
    margin: 0 auto;
    display: contents;
  }
  main section.bo-detail article ul li a,
main section.bo-style article ul li a.btn-blue,
main section.bo-style article ul li a.btn-orange {
    width: 100%;
  }
  main section.section-artificial {
    margin-bottom: 20px;
  }
  main section.jumbotron2 article .jumb-container .btn-white {
    padding: 20px;
  }
  main section.section-artificial aside .list {
    margin-top: 0px;
  }
  main section.section-online footer ul {
    text-align: center;
    display: block;
    width: 100%;
  }
  main section.section-online footer ul li {
    float: none;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  main section.section-feature header p {
    line-height: 38px;
  }
  main section.section-feature header h2 {
    margin-bottom: 20px;
  }
  main section.section-feature header {
    margin-bottom: 50px;
  }
  main section.section-feature header p br {
    display: none;
  }
  main .jumbotron .jumb-container .mobile-store ul li i {
    height: 82px !important;
    background-position: center !important;
    width: 280px !important;
    margin: -30px !important;
  }
  main .jumbotron .jumb-container .mobile-store {
    padding: 40px 0 0 0 !important;
  }
  main .jumbotron .jumb-container .mobile-store ul {
    padding: 0 !important;
    display: inline-block;
  }
  main section.bo-detail aside img {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-height: 320px;
  }
  main section.bo-detail aside {
    width: 100% !important;
  }
  main section.bo-detail article .content-left {
    width: 100% !important;
    margin: 0 !important;
    padding: 15px !important;
  }
  main section.bo-detail article .content-right {
    width: 100% !important;
  }
  main section.bo-style {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  main section.bo-style .list .figure-oval {
    text-align: center;
  }
  main section.bo-style .list figcaption {
    text-align: center;
  }
  main section.bo-style article header h2,
main section.section-artificial header h2 {
    text-align: center;
  }
  main section.section-artificial header p {
    line-height: 38px;
  }
  main section.bo-style article header span {
    text-align: center;
    line-height: 28px;
    font-weight: bold;
  }
  main section.section-artificial article .list {
    display: contents;
  }
  main section.bo-style article header span br {
    display: none;
  }
  main section.bo-detail article .content-right {
    margin: 0 !important;
    padding: 15px !important;
  }
  main section.bo-detail article header h2 {
    text-align: center;
    font-size: 2em;
  }
  main section.bo-detail article {
    width: 100% !important;
  }
  main section.blog article .list {
    padding: 15px !important;
    flex-direction: column;
  }
  main section.blog figure {
    margin: 15px auto !important;
  }
  main section.reference header {
    margin: 0 !important;
  }
  main section.reference article {
    margin: 0 !important;
  }
  main section.reference article .owl-carousel .owl-nav .owl-prev {
    line-height: 60px !important;
    text-align: center !important;
    left: -8px !important;
  }
  main section.reference article .owl-carousel .owl-nav .owl-next {
    line-height: 60px !important;
    text-align: center !important;
    right: 0 !important;
  }
  main section.reference article .owl-carousel .owl-nav .owl-prev span {
    font-size: 96px !important;
    top: -6px !important;
    left: 15px !important;
  }
  main section.reference article .owl-carousel .owl-nav .owl-next span {
    font-size: 96px !important;
    top: -6px !important;
    right: 15px !important;
  }
  main section.contact {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  main section.expert article .owl-carousel .owl-nav .owl-prev {
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    width: 40px !important;
    left: -15px !important;
    top: 70%;
  }
  main section.expert article .owl-carousel .owl-nav .owl-prev span {
    font-size: 60px !important;
    top: -4px !important;
    right: 12px !important;
    left: auto;
  }
  main section.expert article .owl-carousel .owl-nav .owl-next {
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    right: -6px !important;
    top: 70%;
  }
  main section.expert article .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  main section.expert article .owl-carousel .owl-stage-outer .owl-stage {
    height: 315px;
  }
  main section.expert article .owl-carousel .owl-item .item p,
main section.expert article .owl-carousel .owl-item .item span {
    display: inline-block !important;
  }
  main section.expert article .owl-carousel .owl-nav .owl-next span {
    font-size: 60px !important;
    top: -4px !important;
    right: 12px !important;
    left: auto;
  }
  main section.reference footer ul {
    padding: 0 !important;
  }
  main section.reference footer ul a {
    margin: 0 !important;
  }
  main section.reference {
    margin: 0 !important;
  }
  main section.mobile-stores {
    padding: 0 !important;
    margin: 0 !important;
  }
  main section.mobile-stores article {
    text-align: center;
  }
  main section.contact img {
    margin-bottom: 24px;
    max-width: 100%;
  }
  main section.newsletter .post-container .post ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  main section.newsletter .post-container .post ul li span {
    font-size: 1.375em;
  }
  main section.form article a.btn-blue i.ok {
    top: 17px;
  }
  main section.section-artificial header span {
    text-align: center;
  }
  main section.form article a.btn-blue {
    padding: 16px 40px 16px 16px;
    font-size: 1.125em;
  }
  main section.newsletter .post-container .post ul li input {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1.5em;
    text-align: center;
  }
  main section.newsletter .post-container .post ul li a.btn-orange {
    font-size: 1.5em;
  }
  main section.newsletter .post-container .post ul li a.btn-orange i.ok {
    margin-top: 3px;
  }
  main section.newsletter .post-container .post ul li {
    width: 100%;
  }
  main section.newsletter {
    margin: 0 !important;
    padding: 20px 0 !important;
  }
  footer.footer .footer1 {
    padding: 20px 0 !important;
    margin: 0 !important;
  }
  footer.footer .footer1 h1 {
    font-size: 2em;
  }
  main section.section-feature article .row-list {
    flex-direction: column;
    padding: 0px 30px 0px 30px;
    margin: 0;
  }
  main section.section-feature figure figcaption p {
    text-align: left;
  }
  main section.section-feature figure figcaption:last-child {
    text-align: left;
  }
  main section.section-feature figure {
    text-align: center !important;
    margin: 20px 0 !important;
    padding: 0 !important;
  }
  main section.section-feature figure .figure-oval {
    width: 70px !important;
    height: 70px !important;
    margin: auto !important;
    line-height: 70px !important;
  }
  /*main section.section-feature figure .figure-oval img {*/
  /*    margin: 12px !important;*/
  /*    height: 40px !important;*/
  /*    width: 40px !important;*/
  /*}*/
  main section.certificate .list {
    display: block;
    padding: 30px;
  }
  main section.contact article .contact-container ul li a {
    font-size: 1.5em;
  }
  main section.contact article .contact-container .left-img img {
    margin: 0px 0px 10px 0px;
    width: 62px;
    height: 62px;
  }
  main section.certificate .list figure figcaption:first-child {
    margin-bottom: 30px;
    text-align: -webkit-center;
  }
  main section.certificate .list figure figcaption {
    width: 100%;
  }
  main section.certificate .list figure {
    margin: 0;
    padding: 30px 0 20px 0 !important;
    margin-bottom: 40px;
  }
  main section.certificate .list figure:last-child figcaption {
    width: 100%;
    display: inline-block;
  }
  main section header span {
    margin: 3px !important;
    line-height: 28px;
    padding: 5px;
    display: block;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
  }
  main section.questions header {
    margin-bottom: 10px;
  }
  main section.questions article h3 {
    margin-bottom: 10px;
  }
  main section header span br {
    display: none;
  }
  main section.expert article > p,
main section.bo-detail article p {
    line-height: 28px;
  }
  main section.expert article > p {
    padding: 0px 10px 0px 10px;
  }
  main section.expert article > p:before {
    top: -65px;
  }
  main section.expert article > p:after {
    bottom: -28px;
  }
  main section.expert article {
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
  }
  main section {
    padding: 15px 0 !important;
  }
  .headerTransparent main section {
    padding: 0 !important;
  }
  main section.blog article {
    margin: 0 15px !important;
  }
  footer.footer .footer2 ul {
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
  }
  footer.footer .footer2 ul li {
    width: 100%;
    padding: 12px;
  }
  footer.footer .footer2 ul li.brackets {
    display: none;
  }
  footer.footer .footer2 ul li a {
    padding: 22px;
    font-size: 1.5em;
  }
  footer.footer .footer2 .container {
    flex-direction: column-reverse;
    display: flex;
  }
  footer.footer .footer2 p {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-left: -16px;
    font-size: 1.125em;
  }
  footer.footer .footer1 ul li {
    padding: 4px;
  }
  footer.footer .footer1 h1 {
    margin-top: 34px;
  }
  footer.footer .footer1 ul li a h2 {
    font-weight: normal;
    font-size: 1.5em;
  }
  /*Blog Detail*/
  main section.blog-detail header h1 {
    padding-left: 0px !important;
    line-height: 30px !important;
  }
  main section.blog-detail article .border {
    padding-right: 0px !important;
  }
  main section.blog-detail article .border .border-2 {
    box-shadow: none;
    border-radius: 0px;
  }
  main section.blog-detail article .header-content {
    margin-top: 30px;
  }
  main section.blog-detail article .content {
    margin: 0;
    padding: 0;
  }
  main section.blog-detail aside {
    box-shadow: none;
    margin-top: 50px;
  }
  main section.blog-list aside h1,
main section.blog-detail aside h1 {
    margin-bottom: 30px;
  }
  main section.blog-list aside h2,
main section.blog-detail aside h2 {
    margin-bottom: 20px;
  }
  main section.blog-detail .footer {
    margin: 0;
  }
  main section.blog-detail .footer a.left, main section.blog-detail .footer a.right {
    padding: 14px 20px 14px 20px;
  }
  main section.blog-detail {
    padding-left: 0px;
  }
  main section.blog article ul {
    margin-left: 0px;
    padding-left: 0px;
  }
  main section.subscriptions footer .footer a, main section.newsletter .post-container .post ul li a, main section.reference footer ul li, main section.blog article ul li a, main section.bo-style article ul li a, main section.section-artificial footer ul li a, main ection.section-feature .footer a, main section.section-online footer ul li a {
    margin: 0;
  }
  main section.blog article .list {
    margin-bottom: 0px;
  }
  main section.mobile-stores header {
    margin-bottom: 40px;
  }
  main section.blog figure figcaption h4 {
    line-height: 30px;
  }
  main section.blog-detail article {
    margin-bottom: 50px;
  }
  main section.blog header {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  /*Blog Detail*/
  /*Blog List*/
  main section.blog-list article > .list > div[class*=col-xs] {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
  }
  main section.blog-list article figure {
    margin-bottom: 40px;
    display: block;
  }
  main section.blog-list article figure {
    margin: 20px;
    width: calc(100% - 40px);
  }
  main section.blog-list header {
    text-align: center;
  }
  main section.blog-list .footer a.left, main section.blog-list .footer a.right {
    padding: 14px 20px 14px 20px;
  }
  main section.blog-list article .list {
    margin-bottom: 48px;
  }
  main section.blog-list aside {
    box-shadow: none;
    padding-bottom: 0px;
  }
  main section.contact-us article ul {
    margin: 0;
    padding: 0;
  }
  main section.contact-us aside.right img {
    position: relative;
    width: 100%;
    left: 0;
    margin-top: 50px;
  }
  main section.contact-us .bg-grey .container {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  main section.map article iframe {
    height: 300px;
  }
  main section.pagedetail aside.right img {
    width: 100%;
  }
  main section.pagedetail .bg-white .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main section.pagedetail aside.left img {
    width: 100%;
    display: block;
    position: relative;
  }
  main section.pagedetail .bg-grey .container {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column-reverse;
    display: flex;
  }
  main section.modules header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  main section.modules article .list .row-list {
    margin-bottom: 0px;
  }
  main section.category header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  main section.category .row-list {
    margin-bottom: 0px;
    display: inline-block;
  }
  main section.category figure {
    margin-top: 30px;
  }
  main section.category .list {
    display: inline;
  }
  /*Blog List*/
  footer.footer .footer1 .container > div[class*=col-xs]:nth-child(3) {
    clear: both;
  }
  footer.footer .footer2 {
    padding: 30px 0;
  }
  main section.subscriptions {
    display: inline-block;
  }
  main section.questions {
    display: inline-block;
    margin: 50px 0;
  }
  main section.subscriptions .footer {
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
  }
  main section.subscriptions article .col-xs-4 {
    width: 100%;
  }
  main section.subscriptions article .subscriber-plans-item {
    margin-bottom: 50px;
  }
  main section.subscriptions article .bo-content figcaption.subscriber-plans-item-title {
    margin: -1px 50px 0 50px !important;
  }
  main section.subscriptions article .bo-content figcaption:not(.subscriber-plans-item-title) {
    padding: 10px 45px 5px 45px;
  }
  main section.bo-style aside .imac img {
    width: 100%;
  }
  main section.section-online aside img {
    width: 100%;
    display: inline-block;
    position: relative;
  }
  main section.jumbotron1 {
    height: 75vh;
  }
  main .jumbotron .jumb-container .mobile-store ul li {
    float: none;
    margin-bottom: 80px;
    display: inline-block;
    width: 100%;
  }
  .mainslider-container .mobile-store ul li {
    /*margin-left: 10px;*/
    margin-top: -10px;
    margin-right: 8px;
  }
  .mainslider-container .mobile-store ul li .google i,
.mainslider-container .mobile-store ul li .app i {
    background-size: 150px 70px;
    width: 150px;
    height: 70px;
  }
  .mainslider-container .mobile-store ul {
    margin: 20px 0 0 0;
  }
  footer.footer .footer1 .col-md-3 {
    width: 100%;
  }
  footer.footer .footer1 .col-md-4 {
    width: 100%;
  }
  footer.footer .footer1 .social ul li {
    padding: 20px 8px 20px 8px;
  }
  main .section-artificial .propertiesAndFreeMembership {
    margin-top: 30px;
  }
  .flex-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  main section.blog-list .margin-left {
    margin-left: auto;
  }
  main section.mobile-stores .mobile-store ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
  }
  main section.mobile-stores .mobile-store ul li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  main section.pagedetail header {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  main section.pagedetail header h2 {
    font-size: 2.625em;
    text-align: center;
  }
  main section.questions header h2 {
    margin-bottom: 15px;
  }
  main section.questions article .row-list {
    display: block;
  }
  main section.contact-us article p {
    margin-bottom: 0px;
  }
  main section.modules article .list .row-list figure {
    padding: 0px 20px 30px 20px;
  }
  main section.bo-detail .bo-first aside, main section.bo-detail .bo-first article {
    padding-top: 0px;
  }
  main section.expert article .owl-carousel .owl-item .item .expert-circle {
    border-color: #FFA600 !important;
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  main section.subscriptions article .bo-content figcaption:not(.subscriber-plans-item-title) {
    padding: 10px 5px 5px 5px;
    text-align: left;
    margin: 0;
  }
  main section.subscriptions article .bo-content figcaption.subscriber-plans-item-title {
    margin: -3px 0px 0 0px !important;
  }
  main section.subscriptions article .bo-content figcaption:not(.subscriber-plans-item-title) {
    padding: 10px 15px 5px 15px;
  }
  main section.subscriptions article .bo-content figcaption:not(.subscriber-plans-item-title) p {
    font-size: 1.125em;
  }
  footer.footer .footer1 .col-md-3 {
    width: 50%;
  }
  footer.footer .footer1 .col-md-4 {
    width: 50%;
  }
  footer.footer .footer2 ul li {
    width: auto;
    padding: 6px 0px 6px 6px;
  }
  main section.questions header {
    margin-bottom: 40px;
  }
  main section.subscriptions article .col-xs-4 {
    width: 33.33333333%;
  }
  main section.subscriptions article .bo-packages row {
    text-align: center;
  }
  main section.subscriptions article .bo-packages > .row > div[class*=col-xs] {
    width: 50%;
    padding: 5px 38px;
  }
  main section.subscriptions article .bo-packages .bo-package-box {
    width: 300px;
    height: 380px;
  }
  .header .navbar-header {
    margin: -16px -15px !important;
    position: absolute;
    right: 22px;
  }
  main section.modules article .list .row-list figure.col-xs-12 {
    width: 33.33333333%;
  }
  main section.category article .list .row-list figure.col-xs-12 {
    width: 29%;
  }
  main section.category article .list .row-list figure:first-child {
    margin-left: 18px;
  }
  main section.category figure {
    margin-top: 0px;
  }
  main section.modules article .list .row-list figure {
    padding: 0px 0px 0px 26px;
  }
  main section.bo-detail aside img {
    max-height: 100%;
  }
  main section.section-feature article .row-list {
    flex-direction: row;
  }
  main section.section-feature figure {
    width: 50%;
    margin: 20px 20px !important;
  }
  main section.section-artificial article .list {
    display: inline-flex;
    margin-left: 15px;
    margin-right: 15px;
  }
  main section.bo-style article {
    margin-top: 20px;
  }
  main section.bo-style header {
    margin-bottom: 20px;
    display: inline-block;
  }
  main section.bo-style article .list figure.col-md-12 {
    width: 50%;
    margin-bottom: 16px;
  }
  main section.bo-detail .bo-first aside, main section.bo-detail .bo-first article {
    padding-top: 0px;
  }
  .jumbotron .container .list figcaption img {
    max-width: 300px;
  }
  main .jumbotron .jumb-container .mobile-store ul li {
    float: left;
    padding-right: 50px;
    padding-left: 32px;
    width: auto;
  }
  main section.jumbotron1 {
    height: 45vh;
  }
  main section.mobile-stores .mobile-store ul li {
    width: auto;
    margin-left: 22px;
  }
  main section.jumbotron2 article h2 span:first-child {
    width: 100%;
  }
  main section.expert article > p {
    padding: 0px 60px 0px 60px;
  }
  main section.expert article > p:before {
    top: 0px;
  }
  main section.expert article > p:after {
    bottom: 0px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /* For laptop devices: */
  .mainslider-container .owl-slide-text {
    padding: 0 30px 0 0;
  }
  main .jumbotron .jumb-container .mobile-store ul li {
    padding-right: 0px;
    padding-left: 0px;
  }
  main section.subscriptions article .bo-content figcaption.subscriber-plans-item-title {
    margin: -1px 48px 0 48px !important;
  }
  .mainslider-container {
    height: 60vh;
  }
  .mainslider-container .owl-carousel .owl-slide {
    height: 60vh;
  }
  /* .mainslider-container .cover {
      background-size: 35%, 95%;
      background-position: center;
      background-repeat: no-repeat, no-repeat;
  } */
  main section.pagedetail aside {
    text-align: center;
    display: inline-block;
    margin-top: 200px;
  }
  main section.pagedetail aside.left img,
main section.pagedetail aside.right img {
    max-width: 330px;
  }
  main section.newsletter .post-container .post ul li input {
    width: 300px;
  }
  footer.footer .footer1 .social ul li {
    padding: 2px;
  }
  main section.subscriptions article .bo-packages > .row > div[class*=col-xs] {
    width: auto;
    padding: 5px 10px;
  }
  footer.footer .footer1 .col-md-3 {
    width: 20%;
  }
  footer.footer .footer1 .col-md-4 {
    width: 30%;
  }
  .header.subpage-header {
    background-size: cover;
  }
  main section.subscriptions article .bo-content figcaption:not(.subscriber-plans-item-title) {
    padding: 10px 35px 5px 35px;
  }
  main section.contact-us aside {
    display: none;
  }
  main section.contact-us .container .col-md-8 {
    width: 100%;
  }
  main section.bo-detail article .content-left,
main section.bo-detail article .content-right {
    width: 100%;
    width: 100%;
    margin: 0;
    padding: 25px;
  }
  main section.bo-detail aside img {
    max-width: 500px;
    padding: 0;
    margin-bottom: 40px;
  }
  main section.bo-detail aside:first-child, main section.bo-detail article:first-child {
    margin-top: 0px;
  }
  main section.modules article .list .row-list figure {
    padding: 0px 20px 0px 75px;
  }
  /*.mainslider-container .owl-carousel .owl-dots {
      right: 14.1%;
  }*/
  main section.section-artificial .artificial-div {
    margin-left: 10px;
    width: 55%;
  }
  main section.section-artificial aside img {
    width: 600px;
    position: absolute;
    right: -100px;
    max-width: 600px;
  }
  main section.bo-style aside .imac img {
    max-width: 800px;
    position: absolute;
    right: -120px;
    top: 40px;
  }
  main section.bo-style article .col-xs-12 {
    margin: 0px;
    padding: 0px;
  }
  main section.bo-style article ul li {
    margin-right: 10px;
  }
  main section.reference article .owl-carousel .owl-nav .owl-next {
    top: 43%;
    right: -14px;
  }
  main section.reference article .owl-carousel .owl-nav .owl-prev {
    top: 43%;
    left: -14px;
  }
  main section.expert article .owl-carousel .owl-nav .owl-prev {
    left: -56px;
  }
  main section.expert article .owl-carousel .owl-nav .owl-next {
    right: -50px;
  }
  main section.section-artificial aside {
    display: none;
  }
  main section.section-artificial .artificial-div {
    width: 100%;
  }
  main section.jumbotron2 article h2 span:first-child {
    float: left;
  }
  main section.jumbotron2 article h2 span:last-child {
    font-size: 1em;
  }
  main section.jumbotron2 article h2 span:first-child {
    font-size: 1.125em;
  }
  main section.certificate article .list figure {
    display: inline-block;
  }
  .jumbotron .container .list figcaption img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* For laptop devices: */
  main section.subscriptions article .bo-content figcaption.subscriber-plans-item-title {
    margin: 0px 48px 0 48px !important;
  }
  main section.pagedetail aside.left img,
main section.pagedetail aside.right img {
    max-width: 510px;
  }
  main section.contact-us aside.right img {
    left: -38px;
    max-width: 560px;
    margin-top: 125px;
  }
  /*.mainslider-container .owl-carousel .owl-dots {
      right: 17.7%;
   }*/
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  /*.mainslider-container .owl-carousel .owl-dots {
      right: 19.7%;
  }*/
  main section.expert article .owl-carousel .owl-nav .owl-prev span {
    font-size: 95px;
    top: -4px;
    left: 17px;
  }
  main section.expert article .owl-carousel .owl-nav .owl-next span {
    font-size: 95px;
    top: -4px;
    right: 15px;
  }
  main section.expert article .owl-carousel .owl-nav .owl-prev {
    left: -91px;
  }
}
.default-button {
  padding: 10px 10px 10px 10px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 1.3em;
  border-width: 4px;
  border-style: solid;
  border-color: white;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  cursor: pointer;
  user-select: none;
  position: relative;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}
.default-button.purple {
  background-color: #6a43b5;
  color: white;
  border-color: white;
  box-shadow: 3px 3px 10px -3px rgba(255, 166, 0, 0.6);
}
.default-button.purple:hover {
  background-color: white;
  color: #6a43b5;
  border-color: #6a43b5;
}
.default-button.purple:hover:after {
  background-color: #6a43b5;
}
.default-button.red {
  background-color: #e50000;
  color: white;
  border-color: white;
  box-shadow: 3px 3px 10px -3px rgba(25, 165, 190, 0.6);
}
.default-button.red:hover {
  background-color: white;
  color: #e50000;
  border-color: #e50000;
}
.default-button.red:hover:after {
  background-color: #e50000;
}
.default-button.white {
  background-color: white;
  color: rgb(25, 165, 190);
  border-color: rgb(25, 165, 190);
}
.default-button.white:hover {
  opacity: 0.8;
}
.default-button.white:after {
  background-color: rgb(25, 165, 190);
}

#hero .hero-buttons-wrapper {
  margin-top: 3rem;
  display: flex;
  gap: 1.5rem;
  flex-direction: row;
  max-width: 450px;
  flex-wrap: wrap;
}
#hero .hero-buttons-wrapper > * {
  flex: 1;
}
#hero .hero-buttons-wrapper .default-button {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  #hero .hero-buttons-wrapper {
    justify-content: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #hero .hero-buttons-wrapper .default-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.buttons-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.buttons-wrapper.center {
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .buttons-wrapper * {
    flex: 1;
  }
}

.mobile-badge {
  display: none;
}
@media (max-width: 992px) {
  .mobile-badge {
    display: block;
    width: 150px;
    height: 150px;
    margin: 40px auto;
  }
}

.slider-badge {
  display: none;
}
@media (min-width: 993px) {
  .slider-badge {
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    right: -100px;
    top: 25px;
    z-index: 100;
  }
}
@media (max-width: 1366px) {
  .slider-badge {
    right: -50px;
  }
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.bottom-bar {
    position: fixed;
    width: 100%;
    height: 9vh;
    bottom: 0;
    background-color: #A5D5E2;
    border-top: 5px solid #EFD9DC;
    z-index: 99;
}

.bottom-bar-items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.bottom-bar-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 10vh;
    height: 9vh;
}

.bottom-bar-item b {
    color: #EFD9DC;
}

@media (max-width: 376px) {
    .bottom-bar-item b {
      font-size: 10px;  
    }
    
    .bottom-bar {
        height: 11vh !important;
    }
    
    .bottom-bar-item {
        height: 11vh !important;
    }
}

@media (min-width: 1024px) {
    .bottom-bar {
        display: none;
    }
}