/* Colors */
/* Functions */
body, html {
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
}
a{
  color: #fff;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-flow: column;
}
.flex-1 {
  flex: 1;
}
.align-items-center {
  align-items: center;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
#fixed-whatsapp {
  background: #2eae1f;
  width: 60px;
  height: 60px;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
#header--top .container {
  height: 60px;
}
#header--top #header--top-left {
  color: #0d233f;
  font-size: 14px;
  letter-spacing: .8px;
  padding-left: 310px;
}
#header--top ul#header--top-right {
  display: flex;
}
#header--top ul#header--top-right li {
  margin-left: 10px;
}
#header--top ul#header--top-right li:first-child {
  margin-left: 0;
}
#header--bottom {
  background: #0E2340;
}
#header--bottom-logo {
  margin-top: 9px;
}
#header--bottom .container {
  height: 150px;
}
#header--bottom #header--bottom-right--social-media {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
#header--bottom #header--bottom-right--social-media:after {
  content: " ";
  width: 2px;
  height: 60px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#header--bottom #header--bottom-right--social-media a {
  margin-right: 15px;
}
#header--bottom #header--bottom-right--whatsapp .whatsapp-icon {
  margin-right: 10px;
}
#header--bottom #header--bottom-right--whatsapp .text-area {
  color: #fff;
}
#header--bottom #header--bottom-right--whatsapp .text-area .text {
  font-size: 20px;
  margin-bottom: 4px;
}
#header--bottom #header--bottom-right--whatsapp .text-area .number {
  font-size: 28px;
  font-weight: 700;
}
#slider #slider--top {
  background: url('../../img/slider-bg.png') no-repeat center;
  padding: 60px 0;
}
.slider--top-buttons {
  display: flex;
  width: 550px;
  margin-right: 20px;
}
.slider--top-buttons a {
  border-right: white 1px solid;
  height: 10px;
  padding: 15px 17px;
}
.slider--top-button-text {
  font-size: 15px;
  margin-top: -6px;
}
.slider--top-button-a {
  border-left: white 1px solid;
}
#slider #slider--top-carousel {
  min-width: 50%;
  max-width: 50%;
}
#slider #slider--top-carousel .owl-stage-outer {
  margin-bottom: 5px;
}
#slider #slider--top-carousel .owl-controls {
  display: none;
}
#slider #slider--top-carousel .owl-thumbs {
  display: flex;
}
#slider #slider--top-carousel button.owl-thumb-item {
  flex: 1;
  max-width: 20%;
  padding: 0;
  margin: 0;
  background: transparent;
  opacity: .7;
  border: none;
  margin-right: 5px;
}
#slider #slider--top-carousel button.owl-thumb-item:last-child {
  margin-right: 0;
}
#slider #slider--top-carousel button.owl-thumb-item.active {
  opacity: 1;
}
#slider #slider--top-carousel button.owl-thumb-item img {
  width: 100%;
  height: auto;
}
#slider #slider--top-text {
  color: #fff;
  text-align: center;
  padding: 0 40px;
  min-width: 50%;
  max-width: 50%;
}
#slider #slider--top-text .title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 600;
}
#slider #slider--top-text .title-2 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 600;
}
#slider #slider--top-text .desc {
  font-size: 14px;
  line-height: 1.5;
}
#slider #slider--bottom {
  /* background: #0d233f; */
  padding: 30px 0;
  color: #fff;
  text-align: center;
  position: relative;
}
#slider #slider--bottom .title {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
  width: 650px;
  max-width: 100%;
  margin: 0 auto 5px;
}
#slider #slider--bottom .desc {
  font-size: 14px;
  line-height: 1.5;
  width: 650px;
  max-width: 100%;
  margin: 0 auto 20px;
}
#slider #slider--bottom .form .form-control {
  margin-right: 40px;
  margin-bottom: 20px;
}
#slider #slider--bottom .form .form-control:last-child {
  margin-right: 0;
}
#slider #slider--bottom .form .form-control input {
  height: 50px;
  background: #fff;
  border: none;
  padding: 0 30px;
  font-size: 14px;
  color: #0d233f;
}
#slider #slider--bottom .form button {
  width: 260px;
  height: 50px;
  line-height: 50px;
  border: none;
  background: #fff;
  color: #0d233f;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
#price-bar .container {
  height: 190px;
}
#price-bar #price-bar--text {
  font-size: 28px;
  color: #153d6c;
  line-height: 1.2;
}
#price-bar #price-bar--text b {
  display: block;
  width: 436px;
}
#price-bar #price-bar--price {
  font-size: 91px;
  font-weight: 700;
  color: #153d6c;
  margin-left: -65px;
}
#price-bar a#price-bar--button {
  width: 255px;
  height: 80px;
  background: #153d6c;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
}
#price-bar a#price-bar--button img {
  margin-right: 15px;
  margin-left: 22px;
}
#boxes-area {
  padding: 50px 0;
  background: url('../../img/boxes-bg.png') no-repeat center;
}
#boxes-area .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: #0d233f;
  margin-bottom: 40px;
  text-align: center;
}
#boxes-area .boxes {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#boxes-area .boxes .box {
  border: 3px solid #0d233f;
  height: 200px;
  margin: 0 15px 15px 0;
  width: calc(25% - 12px);
  padding: 0 30px;
}
#boxes-area .boxes .box:nth-child(4n) {
  margin-right: 0;
}
#boxes-area .boxes .box:nth-last-child(-n+4) {
  margin-bottom: 0;
}
#boxes-area .boxes .box img {
  margin-bottom: 15px;
  object-fit: cover;
}
#boxes-area .boxes .box span {
  font-size: 18px;
  color: #0d233f;
  text-align: center;
  line-height: 1.3;
}
#boxes-area .notices {
  font-size: 14px;
  color: #0d233f;
  text-align: center;
}
#boxes-area .notices span {
  margin-right: 15px;
}
#methods {
  padding: 40px 0;
}
#methods .title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.3;
  color: #0d233f;
}
#methods #methods--loop .loop:nth-child(even) {
  flex-flow: row-reverse;
}
#methods #methods--loop .loop:nth-child(even) .loop-text {
  padding-left: 0;
  padding-right: 20px;
}
#methods #methods--loop .loop .loop-thumb img {
  max-width: 100%;
  height: auto;
}
#methods #methods--loop .loop .loop-text {
  padding-left: 20px;
}
#methods #methods--loop .loop .title {
  font-size: 24px;
  color: #000;
  text-align: left;
  margin-bottom: 0;
}
#methods #methods--loop .loop .desc {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 25px;
}
#methods #methods--loop .loop .desc p {
  margin: 8px 0;
  font-size: 15px;
}
#methods #methods--loop .loop a.button {
  width: 245px;
  height: 65px;
  background: #153d6c;
  color: #fff;
  font-size: 23px;
  border-radius: 10px;
}
#methods #methods--loop .loop a.button img {
  margin-right: 25px;
}
.loop-1 {
  margin-top: 15px;
}
.loop-2  {
  margin-top: 15px;
}
.loop-3 {
  margin-top: 10px;
}
.loop-4 {
  margin-top: 15px;
}
.loop-5 {
  margin-top: 15px;
}
.loop-6 {
  margin-top: 15px;
}
.loop-7 {
  margin-top: 15px;
}
.loop-8 {
  margin-top: 15px;
}
.loop-9 {
  margin-top: 15px;
}
.loop-text-1 {
  margin-top: 20px;
}
.desc1 {
  font-size: 8px;
}
#header--bottom-logo a {
  display: block;
}
#header--bottom-logo .language a {
  float: left;
  margin: 0 5px;
}
#header--bottom-logo .language a:first-child {
  margin-left: 0;
}
#text-area {
  padding: 80px 0;
  text-align: center;
  background: url('../../img/text-area-bg.png') no-repeat center;
}
#text-area .title {
  font-size: 24px;
  color: #153d6c;
  margin-bottom: 10px;
}
#text-area p {
  margin: 15px 0;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
}
#before-after {
  padding: 60px 0;
}
#before-after .title {
  font-size: 35px;
  font-weight: 600;
  color: #0d233f;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
}
#before-after .carousel {
  display: flex;
  flex-flow: column-reverse;
  overflow-x: inherit;
}
#before-after .carousel ul.flipster__nav {
  margin: 20px 0 0;
}
#before-after .carousel ul.flipster__nav li.flipster__nav__item.flipster__nav__item--current a.flipster__nav__link {
  box-shadow: inset 0 0 0 2px #0d233f;
}
#before-after .carousel ul.flipster__nav li.flipster__nav__item a.flipster__nav__link {
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 20px #0d233f;
  padding: 0;
  text-indent: -99999px;
}
#before-after .carousel .owl-theme .owl-dots .owl-dot.active span {
  box-shadow: inset 0 0 0 2px #0d233f;
}
#before-after .carousel .owl-theme .owl-dots .owl-dot span {
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 20px #0d233f;
  padding: 0;
}
#counts #counts--top {
  position: relative;
  margin-bottom: 50px;
}
#counts #counts--top:before {
  content: " ";
  width: 100%;
  height: 6px;
  background: #205d9f;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#counts #counts--top .container {
  height: 150px;
  width: 960px;
}
#counts #counts--top .flex-1 {
  border-left: 6px solid #205d9f;
  border-right: 6px solid #205d9f;
  text-align: center;
  background: #fff;
  position: relative;
}
#counts #counts--top .flex-1:nth-child(2n) {
  border-left: none;
}
#counts #counts--top .flex-1 .title {
  font-size: 14px;
  color: #153d6c;
}
#counts #counts--top .flex-1 .number {
  font-size: 119px;
  color: #153d6c;
  font-weight: 700;
}
#counts #counts--middle {
  background: url('../../img/counts-middle-bg.png') no-repeat center;
  margin-bottom: 50px;
}
#counts #counts--middle .container {
  height: 450px;
}
#counts #counts--middle .continent img {
  margin-bottom: 30px;
}
#counts #counts--middle .continent .name {
  margin-bottom: 40px;
  color: #0d233f;
  font-size: 30px;
  font-weight: 700;
}
#counts #counts--middle .continent .rate {
  width: 200px;
  text-align: center;
  font-size: 113px;
  line-height: 90px;
  font-weight: 700;
  letter-spacing: -10px;
  color: #0d233f;
}
#counts #counts--middle .continent .rate small {
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}
#counts #counts--bottom {
  position: relative;
  margin-bottom: 50px;
}
#counts #counts--bottom:before {
  content: " ";
  width: 100%;
  height: 6px;
  background: #205d9f;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#counts #counts--bottom .container {
  height: 150px;
  width: 960px;
  border-left: 6px solid #205d9f;
  border-right: 6px solid #205d9f;
  background: #fff;
  position: relative;
}
#counts #counts--bottom .number {
  font-size: 120px;
  font-weight: 700;
  color: #153d6c;
  margin-right: 50px;
}
#counts #counts--bottom .title {
  font-size: 30px;
  font-weight: 700;
  color: #153d6c;
  line-height: 1.3;
}
footer .flex-1 {
  margin-right: 20px;
  color: #fff;
}
footer .flex-1:last-child {
  margin-right: 0;
}
footer .flex-1 img.hospital {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .flex-1 iframe {
  width: 100%;
  height: 100%;
}
footer .flex-1 .contact-details {
  background: #0d233f;
  padding: 40px 45px;
}
footer .flex-1 .contact-details .title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 25px;
}
footer .flex-1 .contact-details span {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
  display: block;
}
footer .flex-1 .contact-details .social-media {
  margin: 20px 0;
}
footer .flex-1 .contact-details .social-media a {
  margin-right: 15px;
}
footer .flex-1 .contact-details .subtitle {
  font-size: 23px;
  margin-bottom: 15px;
}
.form-footer{
  position: relative;
}
footer .flex-1 .contact-details .form-footer .form-control {
  margin-right: 15px;
  margin-bottom: 15px;
}
footer .flex-1 .contact-details .form-footer .form-control:last-child {
  margin-right: 0;
}
footer .flex-1 .contact-details .form-footer .form-control input {
  height: 40px;
  background: #0d233f;
  border: none;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
}
footer .flex-1 .contact-details .form-footer .form-control input::placeholder {
  color: #fff;
}
footer .flex-1 .contact-details .form-footer button {
  width: 175px;
  height: 35px;
  line-height: 35px;
  border: none;
  background: #0d233f;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .container {
    width: 950px;
  }
  #fixed-whatsapp {
    width: 80px;
    height: 80px;
  }
  #fixed-whatsapp img {
    width: 50px;
  }
  #price-bar #price-bar--text {
    font-size: 28px;
  }
  #price-bar #price-bar--price {
    font-size: 80px;
  }
  #methods #methods--loop .loop .loop-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1198px) and (min-width: 992px) {
  .container {
    width: 740px;
  }
  #header--bottom .container {
    height: 200px;
    display: flex;
    align-items: flex-start;
  }
  #header--bottom-logo img {
    width: 200px;
    height: auto;
  }
  #header--bottom #header--bottom-right--whatsapp .text-area .text {
    font-size: 18px;
  }
  #header--bottom #header--bottom-right--whatsapp .text-area .number {
    font-size: 22px;
  }
  #header--bottom-right--whatsapp {
    margin-top: 40px;
  }
  footer {
    display: flex;
    flex-direction: column;
  }
  .form {
      margin-left: -313px;
  }
  .slider--top-buttons {
    margin-top: 140px;
  }
  .slider--top-button-text {
    font-size: 14px;
    margin-top: -6px;
  }
  #header--bottom #header--bottom-right--social-media {
    margin-left: -257px;
    margin-top: 46px;
  }
  #price-bar #price-bar--text {
    font-size: 22px;
  }
  #price-bar #price-bar--price {
    font-size: 70px;
  }
  #price-bar a#price-bar--button {
    width: 180px;
    height: 60px;
    font-size: 20px;
  }
  #price-bar a#price-bar--button img {
    width: 35px;
    height: 35px;
  }
  #boxes-area .notices {
    display: flex;
    flex-flow: column;
  }
  #boxes-area .notices span {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #boxes-area .notices span:last-child {
    margin-bottom: 0;
  }
  #boxes-area .boxes .box span {
    font-size: 14px;
  }
  #counts #counts--top .container,
  #counts #counts--bottom .container {
    width: 740px;
  }
  #counts #counts--top .flex-1 .number {
    font-size: 90px;
  }
  #counts #counts--middle .continent img {
    width: 130px;
    height: 130px;
    object-fit: contain;
  }
  #counts #counts--middle .continent .name {
    font-size: 24px;
  }
  #counts #counts--middle .continent .rate {
    font-size: 100px;
    letter-spacing: -5px;
  }
  #counts #counts--middle .continent .rate small {
    font-size: 50px;
  }
  footer .flex-1 .contact-details form.form-footer > .d-flex {
    flex-flow: column;
  }
  footer .flex-1 .contact-details .form-footer .form-control {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .container {
    width: 740px;
  }
  #header--bottom .container {
    height: 200px;
    display: flex;
    align-items: flex-start;
  }
  #header--bottom-logo {
    margin-top: 38px;
  }
  #header--bottom-logo img {
    width: 200px;
    height: auto;
  }
  #header--bottom #header--bottom-right--whatsapp .text-area .text {
    font-size: 18px;
  }
  #header--bottom #header--bottom-right--whatsapp .text-area .number {
    font-size: 22px;
  }
  #header--bottom-right--whatsapp {
    margin-top: 40px;
  }
  footer {
    display: flex;
    flex-direction: column;
  }
  .form {
      margin-left: -313px;
  }
  .slider--top-buttons {
    margin-top: 140px;
  }
  .slider--top-button-text {
    font-size: 14px;
    margin-top: -6px;
  }
  #header--bottom #header--bottom-right--social-media {
    margin-left: -257px;
    margin-top: 46px;
  }
  #price-bar #price-bar--text {
    font-size: 22px;
  }
  #price-bar #price-bar--price {
    font-size: 70px;
  }
  #price-bar a#price-bar--button {
    width: 180px;
    height: 60px;
    font-size: 20px;
  }
  #price-bar a#price-bar--button img {
    width: 35px;
    height: 35px;
  }
  #boxes-area .notices {
    display: flex;
    flex-flow: column;
  }
  #boxes-area .notices span {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #boxes-area .notices span:last-child {
    margin-bottom: 0;
  }
  #boxes-area .boxes .box span {
    font-size: 14px;
  }
  #counts #counts--top .container,
  #counts #counts--bottom .container {
    width: 740px;
  }
  #counts #counts--top .flex-1 .number {
    font-size: 90px;
  }
  #counts #counts--middle .continent img {
    width: 130px;
    height: 130px;
    object-fit: contain;
  }
  #counts #counts--middle .continent .name {
    font-size: 24px;
  }
  #counts #counts--middle .continent .rate {
    font-size: 100px;
    letter-spacing: -5px;
  }
  #counts #counts--middle .continent .rate small {
    font-size: 50px;
  }
  footer .flex-1 .contact-details form.form-footer > .d-flex {
    flex-flow: column;
  }
  footer .flex-1 .contact-details .form-footer .form-control {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 740px;
  }
  #header--bottom-logo img {
    width: 200px;
    height: auto;
  }
  #header--bottom #header--bottom-right--whatsapp .text-area .text {
    font-size: 18px;
  }
  #header--bottom #header--bottom-right--whatsapp .text-area .number {
    font-size: 22px;
  }
  #price-bar #price-bar--text {
    font-size: 22px;
  }
  #price-bar #price-bar--price {
    font-size: 70px;
  }
  #price-bar a#price-bar--button {
    width: 180px;
    height: 60px;
    font-size: 20px;
  }
  #price-bar a#price-bar--button img {
    width: 35px;
    height: 35px;
  }
  #boxes-area .notices {
    display: flex;
    flex-flow: column;
  }
  #boxes-area .notices span {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #boxes-area .notices span:last-child {
    margin-bottom: 0;
  }
  #boxes-area .boxes .box span {
    font-size: 14px;
  }
  #counts #counts--top .container,
  #counts #counts--bottom .container {
    width: 740px;
  }
  #counts #counts--top .flex-1 .number {
    font-size: 90px;
  }
  #counts #counts--middle .continent img {
    width: 130px;
    height: 130px;
    object-fit: contain;
  }
  #counts #counts--middle .continent .name {
    font-size: 24px;
  }
  #counts #counts--middle .continent .rate {
    font-size: 100px;
    letter-spacing: -5px;
  }
  #counts #counts--middle .continent .rate small {
    font-size: 50px;
  }
  footer .flex-1 .contact-details form.form-footer > .d-flex {
    flex-flow: column;
  }
  footer .flex-1 .contact-details .form-footer .form-control {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .container,
  #counts #counts--top .container,
  #counts #counts--bottom .container {
    width: 550px;
  }
  #fixed-whatsapp {
    width: 60px;
    height: 60px;
  }
  #fixed-whatsapp img {
    width: 35px;
  }
  #header--top #header--top-left {
    padding-left: 0;
  }
  #header--top ul#header--top-right img {
    height: 20px;
    width: auto;
  }
  #header--bottom-logo img {
    width: 150px;
  }
  #header--bottom .container {
    height: 60px;
  }
  #header--bottom #header--bottom-right--social-media:after {
    height: 30px;
  }
  #header--bottom #header--bottom-right--social-media a img {
    width: 20px;
    height: 20px;
  }
  #header--bottom #header--bottom-right--whatsapp .whatsapp-icon img {
    width: 40px;
    height: 40px;
  }
  #header--bottom #header--bottom-right--whatsapp .text-area .text {
    font-size: 15px;
  }
  #header--bottom #header--bottom-right--whatsapp .text-area .number {
    font-size: 18px;
  }
  #slider #slider--top {
    background-size: cover;
  }
  #slider #slider--top > .d-flex {
    flex-flow: column;
  }
  #slider #slider--top-carousel {
    margin-bottom: 40px;
    min-width: 100%;
    max-width: 100%;
  }
  #slider #slider--top-text {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #slider #slider--bottom .form .form-control {
    margin-right: 20px;
  }
  #price-bar .container {
    flex-flow: column;
    height: initial;
    padding: 30px 0;
  }
  #price-bar #price-bar--text,
  #price-bar #price-bar--price {
    margin-bottom: 10px;
    margin-left: -4px;
  }
  #boxes-area .boxes .box {
    width: calc(50% - 8px);
    height: 170px;
  }
  #boxes-area .boxes .box:nth-child(2n) {
    margin-right: 0;
  }
  #boxes-area .boxes .box:nth-last-child(-n+4) {
    margin-bottom: 15px;
  }
  #boxes-area .boxes .box:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  #methods {
    padding-bottom: 1px;
  }
  #methods #methods--loop .loop {
    flex-flow: column !important;
    margin-bottom: 20px;
  }
  #methods #methods--loop .loop .loop-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #methods #methods--loop .loop .desc {
    margin-bottom: 15px;
  }
  #counts #counts--top .flex-1 .title {
    font-size: 12px;
  }
  #counts #counts--top .flex-1 .number {
    font-size: 70px;
  }
  #counts #counts--middle {
    background-size: cover;
  }
  #counts #counts--middle .container {
    padding: 30px 0;
    height: initial;
    flex-wrap: wrap;
  }
  #counts #counts--middle .continent:nth-child(1),
  #counts #counts--middle .continent:nth-child(2) {
    margin-bottom: 50px;
  }
  #counts #counts--middle .continent .name {
    margin-bottom: 20px;
  }
  #counts #counts--bottom .number {
    font-size: 90px;
  }
  #counts #counts--bottom .title {
    font-size: 20px;
  }
  footer {
    flex-flow: column;
  }
  footer .flex-1 {
    margin-right: 0;
  }
  footer .flex-1 iframe {
    height: 250px;
  }
  footer .flex-1 .contact-details form.form-footer > .d-flex {
    flex-flow: row;
  }
  footer .flex-1 .contact-details .form-footer .form-control {
    margin-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  #fixed-whatsapp {
    display: none;
  }
  .container,
  #counts #counts--top .container,
  #counts #counts--bottom .container {
    width: 90%;
  }
  #header--bottom-right {
    flex-flow: column;
    align-items: flex-end;
  }
  #header--bottom .container {
    height: 90px;
  }
  #header--bottom #header--bottom-right--social-media {
    margin: 0;
    padding: 0;
  }
  #header--bottom #header--bottom-right--social-media:after {
    display: none;
  }
  #header--bottom #header--bottom-right--social-media a:last-child {
    margin-right: 0;
  }
  #header--bottom-right--whatsapp {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    justify-content: center;
    background: #2eae1f;
    z-index: 9999;
  }
  #slider #slider--bottom .form > .d-flex {
    flex-flow: column;
  }
  #slider #slider--bottom .form .form-control {
    margin-right: 0;
  }
  #slider #slider--bottom .form button {
    width: 100%;
  }
  #price-bar #price-bar--text {
    text-align: center;
  }
  #methods .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #methods #methods--loop .loop a.button {
    width: 100%;
    height: 50px;
  }
  #methods #methods--loop .loop a.button img {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
  #text-area,
  #before-after {
    padding: 30px 0;
  }
  #before-after .title {
    font-size: 22px;
  }
  #counts #counts--top .container {
    flex-flow: column;
    height: initial;
  }
  #counts #counts--top .flex-1 {
    width: 300px;
    border-left: 6px solid #205d9f !important;
    padding: 10px 0;
  }
  #counts #counts--middle .continent {
    margin-bottom: 50px;
  }
  #counts #counts--middle .continent:last-child {
    margin-bottom: 0;
  }
  #counts #counts--bottom .container {
    padding: 0 10px;
    width: 83%;
  }
  #counts #counts--bottom .number {
    font-size: 60px;
    margin-right: 20px;
  }
  #counts #counts--bottom .title {
    font-size: 16px;
  }
  footer .flex-1 .contact-details {
    padding: 20px 20px 90px;
  }
  footer .flex-1 .contact-details form.form-footer > .d-flex {
    flex-flow: column;
  }
  footer .flex-1 .contact-details .form-footer .form-control {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  #header--bottom .container {
    height: auto;
    display: flex;
    flex-direction: column;
    height: 265px !important;
  }
  .slider--top-buttons {
    margin-top: 20px;
    margin-right: 53px;
    padding: 14px;
  }
  .slider--top-buttons .slider--top-button-a {
    border-right: 0;
    padding: 13px 13px;
    margin-left: 2px;
  }
  .slider--top-button-a {
    border-left: 0;
  }
  .slider--top-button-a2 {
    border-left: 1px solid white;
    border-right: 1px solid white;;
  }
  .slider--top-button-text {
    font-size: 15px;
    text-align: center;
  }
  #header--bottom-right {
    margin-top: 23px;
    margin-bottom: 20px;
  }
  .slider--top-buttons {width: 100%;margin: 20px 0 0 0!important;padding: 0 !important;display: block;}
  .slider--top-buttons a {width: 50% !important;float: left;display: block;border: 1px solid #FFF !important;margin: 0 !important;padding: 20px 15px !important;}
  #header--bottom-logo .language a {width: 30px;}
  #header--bottom-logo .language a img {width: 100%;}
  .owl-carousel .owl-item img {height: auto !important;}
}




#success.acik {
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#success {
  background: rgba(0,0,0,.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  top:0;
  left:0;
  opacity:0;
  pointer-events:none;
}
#success #message {
  width: 90%;
  height: 300px;
  position: absolute;
  left:50%;
  top:50%;
  margin-top: -150px;
  margin-left: -45%;
  border-radius: 20px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#success i {
  display: block;
  text-align: center;
  line-height: 126px;
  font-size: 72px;
  color: #0d233f;
}
#success h1 {
  color: #0d233f;
  font-weight: 600;
  font-size: 49px;
  margin-bottom: 26px;
}
#success p {
  color: #0d233f;
  font-weight: 500;
  text-align: center;
  margin-top: -5px;
}

.counts-top-title-text {
  padding-left: 100px;
}

.desctext1 {
  padding-right: 130px;
}

.desctext2 {
  padding-right: 40px;
}

.desctext3 {
  padding-left: 25px;
}

.uygulamaalanlaritexts {
  display: flex;
  flex-direction: column;
}

.uygulamalanlaritext {
  font-weight: bold;
}

.oranbaslik {
  font-weight: bold;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #113D6B;
  display: block;
}

.oranbaslik2 {
  color: rgb(14, 44, 77);
  display: block;
}

.oranbaslikdiv {
  height: 50px;
  margin-bottom: 20px;
}

.landing-bottom-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  background-color: #1A263E;
}

.send-button-text {
  text-align: center;
  font-size: 12px;
  margin-top: 25px;
}


.oranbaslikdiv {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}