@import url("global.css");

.logo img {
  min-width: 200px;
}
@media only screen and (max-width: 576px) {
  .logo img {
    min-width: 190px;
  }
}
section.header {
  padding: 16px 0;
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  transition: 0.2s;
  z-index: 999;
}
.header.active {
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgb(58 71 89 / 5%);
  padding: 8px 0;
}

section.header .menu {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: end;
}
@media only screen and (min-width: 991px) {
  section.header .menu .list {
    position: relative;
    left: 14px;
  }
}
section.header .menu .list a {
  color: #2980b9;
  font-size: 15px;
  line-height: 17px;
  padding-left: 8px;
  margin-right: 45px;
  font-family: SF Pro Rounded;
  font-weight: 400;
}
section.header .menu .list a:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 1200px) {
  section.header .menu .list a {
    padding: 0 5px;
  }
  section.header {
    background: #fff;
  }
}

.universiteli-koc-bottom {
  position: relative;
  bottom: 43px;
}

section.header .menu .list a:first-child {
  padding-left: 0;
}
section.header .menu .list a:last-child {
  margin-right: 0;
}
section.header .button a {
  margin-left: 50px;
}
/* mobil menu */

#menuToggle {
  display: flex;
  align-items: end;
  flex-direction: column;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

#menuToggle span {
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #2980b9;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #fd3074;
  font-family: "SF Pro Rounded";
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
.new-message-responsive {
  margin: 0 20%;
}
#menu {
  position: absolute;
  right: 0px;
  min-width: 220px;
  width: 100%;
  height: auto;
  margin: -50px 0 0 -20px;
  padding: 20px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(0, -100%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  list-style-type: none;
}
#menu li {
  padding: 10px 0;
  transition-delay: 2s;
}
#menu li a {
  display: block;
  width: 100%;
  color: #36383f;
}
#menuToggle input:checked ~ ul {
  transform: translate(0, 28%);
}
@media (max-width: 991px) and (min-width: 576px) {
  #menuToggle input:checked ~ ul {
    transform: translate(0, 31%);
  }
}
.special-position-header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
}
@media (max-width: 576px) {
  .special-position-header {
    display: none !important;
  }
} 
/* mobil menu */

@media (max-width: 991px) {
  section.header .button a {
    margin-left: 10px;
  }
  section.header .menu {
    display: none;
  }
}
.all-up-elips {
  width: 1057px;
  height: 1057px;
  border: 2px solid #f1f7fb;
  border-radius: 50%;
  position: absolute;
  top: -490px;
  left: -150px;
  z-index: -900;
}
@media (max-width: 991px) {
  .all-up-elips {
    display: none;
  }
}
/* banner */
section.banner {
  margin-top: 170px;
  z-index: 0;
}
@media (max-width: 991px) {
  section.banner {
    margin-top: 100px;
  }
}
.banner h1.banner-title {
  color: #2980b9;
  font-size: 40px;
  line-height: 47px;
  font-weight: 400;
  margin-bottom: 20px;
}
.banner .store-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.banner .store-icons a {
  width: 32%;
}
/*.banner .store-icons-list { list-style-type: none; padding-left: 0; }
 .banner .store-icons-list li { display: inline-block; margin-right: 10px; width: 32%;}
.banner .store-icons-list li:last-child { margin-right: 0;}
.banner .store-icons-list li img { width: 100%;} */
@media (max-width: 991px) {
  .banner h1.banner-title {
    margin-top: 30px;
  }
  .banner .store-icons {
    margin-bottom: 30px;
  }
}
.banner .store-icons img {
  width: 100%;
}
.video-content {
  width: 100%;
  position: relative;
  z-index: 9;
}
.video-content:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
  top: 0;
  left: 0;
}
/* Kontrol edilecek */
.ellips-12 {
  position: absolute;
  width: 866px;
  height: 866px;
  border-radius: 50%;
  background-color: #f1f7fb;
  top: 100px;
  right: -50px;
  z-index: -999;
}
@media (max-width: 1200px) {
  .ellips-12 {
    display: none;
  }
}

/* Kontrol edilecek */

/* banner */

/* work-detail */
.work-detail {
  margin-top: 225px;
}
@media (max-width: 991px) {
  .work-detail .work-detail-box {
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .work-detail {
    margin-top: 80px;
  }
}
.work-detail .work-detail-box {
  position: relative;
}
.work-detail .work-detail-box::before {
  content: " ";
  position: absolute;
  top: 150px;
  right: 130px;
  background: #e7f4cc;
  width: 268px;
  height: 268px;
  opacity: 50%;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 991px) {
  .work-detail .work-detail-box::before,
  .react-reveal {
    display: none;
  }
}

.work-detail .icon-detail {
  display: flex;
}
@media (max-width: 991px) {
  .work-detail .icon-detail {
    flex-direction: column;
    align-items: center;
    font-size: 13px;
  }
}
.work-detail .icon-detail .counter {
  font-weight: bold;
  margin-right: 5px;
}
.work-detail .work-detail-box .lesson-box {
  box-shadow: -20px 30px 60px 0 rgb(58 71 89 / 15%);
  border-radius: 25px;
  width: 62%;
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 1;
}
.work-detail .work-detail-box .phone-box {
  box-shadow: -20px 30px 60px 0 rgb(58 71 89 / 15%);
  border-radius: 12%;
  width: 57%;
}
@media (max-width: 991px) {
  .work-detail .work-detail-box .phone-box {
    margin-bottom: 20px;
  }
}
.work-detail .work-info {
  display: flex;
  justify-content: space-around;
}

/* work-detail */

/* live elips */
.style_spins__2SNgt {
  position: absolute;
  width: 50%;
  bottom: -20%;
  left: -20%;
  background-color: #f1f7fb;
  border-radius: 50%;
  z-index: -1;
}
.style_spin__EPhvg {
  border: 4px solid #f1f7fb;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
}
.style_spinWave__3MYAk {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid #f1f7fb;
  -webkit-animation: style_pulsei__38BbL 4.5s ease-in-out infinite;
  -moz-animation: style_pulsei__38BbL 4.5s ease-in-out infinite;
  animation: style_pulsei__38BbL 4.5s ease-in-out infinite;
}
.style_spin__EPhvg:nth-child(2) .style_spinWave__3MYAk {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.style_spin__EPhvg:nth-child(3) .style_spinWave__3MYAk {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}
.style_spins__2SNgt:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
/* live elips */
/* animation */
.style_spinWave__3MYAk {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid #f1f7fb;
  -webkit-animation: style_pulsei__38BbL 4.5s ease-in-out infinite;
  -moz-animation: style_pulsei__38BbL 4.5s ease-in-out infinite;
  animation: style_pulsei__38BbL 4.5s ease-in-out infinite;
}
.style_spin__EPhvg:nth-child(2) .style_spinWave__3MYAk {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.style_spin__EPhvg:nth-child(3) .style_spinWave__3MYAk {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}
@-webkit-keyframes style_pulsei__38BbL {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  to {
    opacity: 0.9;
    width: 200%;
    height: 200%;
  }
}
@-moz-keyframes style_pulsei__38BbL {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  to {
    opacity: 0.9;
    width: 200%;
    height: 200%;
  }
}
@keyframes style_pulsei__38BbL {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  to {
    opacity: 0.9;
    width: 200%;
    height: 200%;
  }
}
.style_circle__2_4hh {
  position: absolute;
  width: 50%;
  bottom: 27%;
  left: 30%;
  background-color: rgba(231, 244, 204, 0.5);
  border-radius: 50%;
  z-index: -1;
}
.style_circle__2_4hh:after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.style_subText__9alo- {
  color: var(--main-blue) !important;
  padding-left: 21px;
  border-left: 1px solid var(--main-blue);
  font-family: SF Pro Text;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.0703846px;
  color: #2980b9;
}
.style_button__1MSN6 {
  background-color: var(--main-blue) !important;
}
.style_howWorks__2HQU5 {
  position: relative;
}
.style_chart__1NY_c {
  width: 55%;
  box-shadow: 0 30px 60px 0 rgba(58, 71, 89, 0.1);
  border-radius: 5%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
}
.style_circular__1qQf2 {
  align-self: flex-end;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  transform-origin: bottom right;
}
/* animation */
/* sorular */
#sorular {
  margin-top: 220px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  #sorular {
    margin-top: 50px;
  }
}
.new-message {
  width: 51%;
  position: absolute;
  left: 0;
  bottom: 15%;
  display: inline-block;
  box-shadow: -20px 30px 60px 0 rgb(0 0 0 / 15%);
  border-radius: 10%;
}
.all-message {
  display: inline-block;
  z-index: 2;
  box-shadow: -20px 30px 60px 0 rgb(0 0 0 / 15%);
  border-radius: 10%;
  width: 57%;
}
#sorular .circle-1 {
  position: absolute;
  right: 330px;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background: #f3f9e5;
  top: 110px;
}
#sorular .circle-2 {
  position: absolute;
  right: -380px;
  width: 503px;
  opacity: 0.1;
  height: 503px;
  border-radius: 50%;
  background: #f6c273;
  top: 180px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) {
  #sorular .align-items-center h2,
  #sorular .align-items-center p {
    max-width: 540px;
  }
}

@media only screen and (max-width: 1200px) {
  #sorular .left-sizes {
    max-width: 245px;
  }
  #sorular .right-size {
    max-width: 245px;
  }
}

#sorular .right-size {
  text-align: right;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  #sorular .circle-1,
  #sorular .circle-2 {
    display: none;
  }
  .modal .common-button {
    width: auto;
    font-size: 13px;
    margin: 20px 10px;
  }
}
h5.section {
  font-family: "SF Pro Rounded";
  font-size: 28px;
  line-height: 33px;
  max-width: 367px;
  margin: auto;
  color: #2980b9;
}
p.modal-section {
  font-family: "SF Pro Text";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.0703846px;
  color: #34495e;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* sorular */

/* universty-coach */
.universty-coach {
  margin-top: 290px;
}
@media only screen and (max-width: 991px) {
  .universty-coach {
    margin-top: 50px;
  }
}
body .common-button {
  background: #2980b9;
  color: #fff;
  width: 190px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  display: block;
  border-radius: 40px;
  transition: 0.5s;
  border: 1px solid #2980b9;
  font-size: 15px;
}
body .common-button-2 {
  background: #2980b9;
  color: #fff;
  width: 183px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  display: block;
  border-radius: 40px;
  transition: 0.5s;
  border: 1px solid #2980b9;
  font-size: 15px;
}
.common-button:hover {
  opacity: 0.9;
}
.universty-coach .flex-area.left {
  position: relative;
  max-width: 300px;
}
.universty-coach .flex-area.left:before {
  content: "";
  position: absolute;
  top: -40px;
  right: -200px;
  background: #f3f9e5;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: 0.7;
  z-index: -999;
}
/* Burası güncellenecek */
@media only screen and (max-width: 576px) {
  .universty-coach .flex-area.left:before {
    width: 250px;
    height: 250px;
    top: 140px;
    right: -160px;
  }
}
.universty-coach .flex-area.right {
  position: relative;
}
.universty-coach .flex-area.right:before {
  content: "";
  position: absolute;
  top: -40px;
  right: 130px;
  background: #f1f7fb;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: 0.7;
  z-index: -999;
}
@media only screen and (max-width: 576px) {
  .universty-coach .flex-area.right:before {
    width: 250px;
    height: 250px;
    width: 250px;
    height: 250px;
    top: 70px;
    right: 120px;
  }
}
.universty-coach img {
  max-height: 340px;
  width: 100%;
  z-index: -99;
}
.universty-coach .extra-info {
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .universty-coach .universty-koc-right {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .universty-coach .universty-koc-left {
    max-width: 180px;
  }
  .universty-coach .universty-koc-right {
    max-width: 180px;
  }
}
.flex-area .left-img {
  position: absolute;
  right: -220px;
  top: -50px;
}
.flex-area .right-img {
  position: absolute;
  left: -235px;
  top: -50px;
}
@media only screen and (max-width: 991px) {
  .flex-area .left-img {
    position: absolute;
    left: 140%;
    top: -50px;
    max-width: 60%;
  }
  .flex-area .right-img {
    left: -260px;
    max-width: 70%;
  }
}
@media only screen and (max-width: 746px) {
  .flex-area .left-img {
    position: absolute;
    left: 130%;
    top: -50px;
    max-width: 40%;
    top: 50%;
    transform: translateY(-50%);
  }
  .flex-area .right-img {
    left: -150px;
    max-width: 40%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 746px) {
  .flex-area .right-img {
    left: -120px;
  }
}

.universty-koc-right {
  max-width: 280px;
  margin-left: auto;
}

/* universty-coach */

/* users-comment */
.users-comment .user-slick-box {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #f1f7fb;
  padding: 30px 30px 20px 30px;
  margin-right: 30px;
  transition: 0.5s;
}
.users-comment .user-slick-box:hover {
  box-shadow: 0px 30px 60px rgba(58, 71, 89, 0.1);
}
.users-comment .user-slick-box .up-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.users-comment .user-slick-box .up-box .name {
  display: flex;
  flex-direction: column;
}
.users-comment .user-slick-box .up-box .name .first {
  color: #34495e;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.users-comment .user-slick-box .up-box .name .second {
  color: #97a8b6;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}
.users-comment .user-slick-box .down-box {
  color: #34495e;
  line-height: 21px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.users-comment .user-slick-box:last-child {
  margin-right: 0;
}
/* users-comment */

.slick-dots {
  position: absolute;
  bottom: -100px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #d8dfe3;
  border-radius: 50%;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 7px;
  width: 7px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #2980b9;
}

.user-comments {
  margin-top: 200px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .user-comments {
    margin-top: 50px;
  }
}
.user-comments .avatar-8 {
  position: absolute;
  left: 260px;
  top: 60px;
}
.user-comments .slick-paragraf {
  margin-bottom: 55px;
}
/* avatar */
.avatar-2 {
  position: absolute;
  top: 20px;
  right: 600px;
}
.avatar-3 {
  position: absolute;
  right: 390px;
  top: 32%;
}

.avatar-4 {
  position: absolute;
  bottom: 300px;
  left: 50%;
}
.avatar-5 {
  position: absolute;
  top: -70px;
  left: 470px;
  z-index: 1;
}
.avatar-7 {
  position: absolute;
  bottom: 110px;
  left: -150px;
}
.avatar-8-2 {
  position: absolute;
  right: 160px;
  top: -50%;
}
.avatar-10 {
  position: absolute;
  top: 60px;
  right: -140px;
}
.avatar-11 {
  position: absolute;
  top: 600px;
  left: 44%;
}
.avatar-99 {
  position: absolute;
  top: 0px;
  left: -150px;
  width: 54px;
  height: 54px;
}

@media only screen and (max-width: 1200px) {
  .avatar-2,
  .avatar-3,
  .avatar-4,
  .avatar-5,
  .avatar-7,
  .avatar-8-2,
  .avatar-10,
  .avatar-11,
  .avatar-99,
  .avatar-8 {
    display: none;
  }
  .parallax-mirror {
    display: none;
  }
}

.parallax-mirror {
  width: 100px !important;
  height: 5000px !important;
  top: 0 !important;
}
img.parallax-slider {
  height: 54px !important;
  width: 54px !important;
  left: 50%;
  transform: translateX(-50%) !important;
}
/* avatar */

/* footer */

footer {
  background: #2980b9;
  color: #fff;
  margin-top: 200px;
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  footer {
    padding: 50px 0;
  }
}
section.kvkk {
  font-size: 12px;
  color: #34495e;
  padding: 21px 0;
  background: #f1f7fb;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social-medias {
  display: flex;
}
footer .social-medias a:hover img {
  filter: brightness(0) invert(1);
}
footer .social-medias a {
  margin-right: 10px;
}
footer .social-medias a:last-child {
  margin-right: 0px;
}
footer .mail-link {
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
footer .footer-p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0703846px;
  color: #d6efff;
  margin: 16px 0 40px;
  max-width: 400px;
}

footer h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0703846px;
  color: #d6efff;
  margin-bottom: 30px;
  transition: 0.5s;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  footer h3 {
    margin-top: 50px;
  }
}

footer h3:hover {
  color: #fff;
}
footer a.link {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.0703846px;
  color: #d6efff !important;
}
footer a.link:hover {
  color: #fff;
}
.kvkk .line {
  height: 20px;
  display: inline-block;
  width: 1px;
  background: #34495e;
  position: relative;
  top: 7px;
  margin: 0 15px;
}
.kvkk .kvkk-text {
  font-size: 12px;
  color: #34495e;
}
.kvkk .copy-right {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .kvkk .footer-logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .kvkk {
    text-align: center;
  }
  .kvkk .copy-right {
    justify-content: center;
    margin-top: 5px;
  }
}

/* footer */

/* modal alan */
.modal {
  background: rgba(255, 255, 255, 0.7);
}
.modal .common-button {
  cursor: context-menu;
}
.modal-content {
  border: none;
}
.modal .modal-body {
  text-align: center;
  margin-top: 20px;
}
.coach-content {
  display: flex;
  justify-content: center;
}
.coach-content .coard-box {
  margin: 0 5px;
}

.coach-content .coard-box img {
  box-shadow: 0 25px 30px rgb(0 0 0 / 8%);
  border-radius: 15px;
  filter: grayscale(100%);
}
.coach-content .coard-box img:hover {
  opacity: 0.9;
}
.modal-header {
  border-bottom: none;
}
.modal .btn-close {
  background-color: #f1f7fb;
  padding: 15px;
  border-radius: 50%;
}
.modal-body .common-button {
  filter: grayscale(100%);
}
.modal-dialog .info {
  height: 610px;
  overflow-y: scroll;
}
@media (min-width: 576px) {
  .coach-content .coard-box img {
    margin-right: 10px;
  }
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}

.modal-body .info {
  text-align: left;
  font-size: 14.6px;
  padding: 0 50px 46px;
  line-height: 15.5px;
}
.modal-body .info p,
.modal-body .info ul li,
.modal-body span {
  font-family: "Calibri" !important;
}

/* Cookie Policy Bar */
.cookie-policy {
  background-color: #000;
  background-color: rgba(47, 47, 47, 0.95);
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
  line-height: 14px;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100000;
  box-sizing: border-box;
  display: none;
  margin: auto;
}
.cookie-policy a {
  color: #fff !important;
  font-weight: bold;
  text-decoration: underline !important;
}
.cookie-policy span {
  display: block;
  max-width: calc(80%);
  margin: auto;
}
.cookie-policy a.cookie-policy-close {
  font-weight: normal;
  text-decoration: none !important;
  float: right;
  margin-top: -13px;
  margin-right: 15px;
  font-size: 14px;
}
.cookie-policy a.go-cookie {
  color: #ffa62b !important;
}


.how-work-right .extra-info {
  position: relative;
  max-width: 460px;
  margin-left: auto;
  margin-bottom: 20px;
}
.how-work-right .extra-info:before {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  background: #2980b9;
  height: 130px;
  width: 1px;
}
.how-work-right .extra-info p {
  color: #2980b9;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}


/* Cookie Policy Bar END*/
