/*

0088EF /  Ana renk     /  Tüm butonlar, text linkler ve ana vurgu rengi
00A7FF /  Açık Mavi    /  Ana menü login buton rengi, ana rengin çok kontrast olmadığı yerlerde alternatif olarak kullanılır.
34DBFF /  Gökyüzü Mavi /  Ana rengin karışıklık yarattığı yerlerde başlık rengi olarak kullanılır.
34DBFF /  Gri Mavi     /  Mesaj, takvim vs. modüllerde kullanılan zemin rengi
--------
FF3636 /  Ana Kontrast renk /  Uyarı alanları veya ana mavi renge kontrast yaratacak alanlar
000000 / Yazi rengi / Sitedeki tüm düz yazılar siyah renktedir.
D8D8D8 / Ghosted Gri / Ghosted yazılar, avatar resimlerinin etrafındaki çerçeveler vb. için kullanılır.

--
#00c1d5 rgb(0,193,213); (turkuaz)

#002144 main color (koyu lacivert)
*/

@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Avenir Next", "Helvetica";
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  max-width: 100%;
}
/*.content{padding-bottom: 100px;}*/

/* .is-primary{color:#00c1d5;} */

/* .is-sky-blue{color:#34DBFF;} */

.container .row .text-left a{
  color: #0a2240;
}
.container .row .text-left a:hover{
  color: #1dcad3;
}
a:hover {
  text-decoration: none !important;
}
a:hover > .is-primary {
  color: #1dcad3;
}
/*
a:hover {
  color: #1dcad3!important;
}
a {
  color: #0a2240;
}*/


.mt-1{
  margin-top: 10px;
}
.mt-2{
  margin-top: 20px;
}

.mt-3{
  margin-top: 30px;
}

.mt-4{
  margin-top: 40px;
}

.mt-5{
  margin-top: 50px;
}

.mt-6{
  margin-top: 60px;
}

.mt-7{
  margin-top: 70px;
}


.mb-1{
  margin-bottom: 10px;
}
.mb-2{
  margin-bottom: 20px;
}

.mb-3{
  margin-bottom: 30px;
}

.mb-4{
  margin-bottom: 40px;
}

.mb-5{
  margin-bottom: 50px;
}

.mb-6{
  margin-bottom: 60px;
}

.mb-7{
  margin-bottom: 70px;
}




.w-35 {
  width: 35px;
  height: auto;
}
.is-primary {
  color: #002144;
}
.is-bg-primary {
  background: #002144;
}

a.is-primary:hover {
  text-decoration: none;
}

.is-white {
  color: #fff;
}
.is-bg-white {
  background: #fff;
}

.is-sky-blue {
  color: rgb(0, 193, 213);
}

.has-bt {
  border-top: 1px solid #002144;
}
.has-bb {
  border-bottom: 1px solid #002144;
}
.is-underlined {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
p {
  line-height: 26px;
}

.tqz_title {
  color: #00c1d5;
}
.note_text {
  color: red;
  text-align: left;
  font-size: 12px;
}

.i {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.btn-body {
  background: #002144;
  color: #fff !important;
  transition: all 0.5s;
  padding: 10px 30px;
  letter-spacing: 0.4px;
}

.btn {
  border-radius: 10px !important;
  border: none!important;
}

.btn-body:hover {
  background: #00c1d5;
}

.btn-link {
  color: #002144 !important;
}
.btn-link:hover {
  color: #00c1d5 !important;
}

/*Forms*/
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0a2240;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* -webkit-appearance: none; */
  /* outline: 1px inset black; outline-offset:-1px */
}
.form-control:focus, input:focus, select:focus{
  border-color: #1dcad3!important;
}

.form-control, input, select{
  border: 1px solid #0a2240!important;
}
.form-control:focus{  
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -moz-transition: none!important;
  -webkit-transition: none!important;
  outline: none!important;
}
.bootstrap-select > .dropdown-toggle:focus, 
.bootstrap-select > .dropdown-toggle:hover{
  border: none!important;
  outline: none!important;
  box-shadow: none!important;
}
.bootstrap-select > .dropdown-toggle{
  border: none!important;
  outline: none!important;
  box-shadow: none!important;
}



ul.dropdown-menu>li.active>a:hover{
    color: #fff !important;
  background-color: #0a2240!important;
}

ul.dropdown-menu>li.active>a{
   color:#fff!important;
  background-color: #0a2240!important;
}

/* select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 15px);
} */

textarea {
  resize: none;
}

.dropdown-menu {
  z-index: 1040;
}

.dropdown-toggle::after {
  color: #00c1d5;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.form-group {
  margin-bottom: 2rem;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  padding-right: 25px;
  z-index: 1;
  background: none;
}

/* login areas */
.login-bg {
  background: url("../images/login-areas-bg.jpg") no-repeat top center;
  background-size: cover;
}

/* mainNav START*/

.line-divider {
  width: 50px;
  height: 2px;
  background: #00c1d5;
  margin-top: 70px;
  margin-bottom: 50px;
}
.light-line-divider {
  width: 50px;
  height: 2px;
  background: #34dbff;
  margin-top: 20px;
}
.primary-line-divider {
  width: 50px;
  height: 2px;
  background: #00c1d5;
  margin-top: 20px;
}
.white-line-divider {
  width: 50px;
  height: 2px;
  background: #fff;
  margin-top: 20px;
}
.persona-card .text-wrapper {
  position: relative;
}

.persona-card .text-wrapper .btn-body {
  position: relative;
  width: 49%;
}

.ribbon-wrapper {
  position: absolute;
  left: 0;
  top: -90px;
  display: block;
  height: 40px;
  overflow: hidden;
}
.ribbon {
  color: #fff;
  height: 40px;
  position: relative;
  padding: 7px 30px 7px 17px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.ribbon-wrapper:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  transform: skew(-20deg);
  height: 40px;
  width: 100%;
  display: block;
  left: -10px;
  position: absolute;
}

/*.main-slide-wrapper{
  height: 100vh;
  margin-bottom: 0;
  background-color: transparent;
  background: url('../images/slider1.png') no-repeat center center;
  background-size: cover;
  color: #fff;
}*/

#hero {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-align: center;
}

#hero .text-area {
  z-index: 1;
  text-align: center;
}
#hero .text-area::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#hero .hero-text {
  display: block;
}
#hero .display-4 {
  font-weight: bold;
  text-align: center;
}
#hero .lead {
  font-weight: normal;
  text-align: center;
}

/* main slider */

#mainslider .item {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

#mainslider .text-area {
  z-index: 1;
  text-align: center;
}

#mainslider .hero-text {
  display: block;
}
#mainslider .display-4 {
  font-weight: bold;
  text-align: center;
}
#mainslider .lead {
  font-weight: normal;
  text-align: center;
}

#mainslider .owl-nav .owl-prev {
  position: absolute;
  left: 5px;
  bottom: 50%;
}
#mainslider .owl-nav .owl-next {
  position: absolute;
  right: 5px;
  bottom: 50%;
}
#mainslider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.white-arr-left {
  background: url("../images/arrow-left.png") no-repeat center center;
  width: 16px;
  height: 39px;
  display: block;
}
.white-arr-right {
  background: url("../images/arrow-right.png") no-repeat center center;
  width: 16px;
  height: 39px;
  display: block;
}

.blue-arr-left {
  background: url("../images/arrow-left-blue.png") no-repeat center center;
  width: 16px;
  height: 39px;
  display: block;
  background-size: contain;
}
.blue-arr-right {
  background: url("../images/arrow-right-blue.png") no-repeat center center;
  width: 16px;
  height: 39px;
  display: block;
  background-size: contain;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

#mainslider.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  bottom: 0;
  position: absolute;
  width: 100px;
  left: 50%;
  margin-left: -50px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 5px 30px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

#mainslider.owl-theme .owl-dots .owl-dot.active span,
#mainslider.owl-theme .owl-dots .owl-dot:hover span {
  background: #00c1d5;
}

/* section */

.main-info-block {
  margin-top: 100px;
  margin-bottom: 100px;
}

.main-info-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
  /*height: 100%;*/
}

.main-info-block p {
  font-size: 15px;
  line-height: 26px;
  max-width: 427px;
  letter-spacing: 0.4px;
}
.main-info-block h3 {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.2;
}

.link-underline {
  text-decoration: underline !important;
}

/* #celebrityslider */
#celebrityslider .item {
  height: auto;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center !important;
  color: #fff;
  width: 100%;
  min-height: 400px;
}

#celebrityslider .testimonal-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#celebrityslider .text-area {
  width: 400px;
  float: right;
  margin-top: 100px;
}

#celebrityslider .owl-nav .owl-prev {
  position: absolute;
  left: 5px;
  bottom: 50%;
}
#celebrityslider .owl-nav .owl-next {
  position: absolute;
  right: 5px;
  bottom: 50%;
}
#celebrityslider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

#celebrityslider.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  bottom: 0;
  position: absolute;
  width: 100px;
  left: 50%;
  margin-left: -50px;
}

#celebrityslider.owl-theme .owl-dots .owl-dot.active span,
#celebrityslider.owl-theme .owl-dots .owl-dot:hover span {
  background: #00a7ff;
}

#celebrityslider .fs-28 {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  color: #002144;
  padding: 5px;
}
#celebrityslider .fs-20 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  padding: 5px;
}
#celebrityslider .lead {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #002144;
  display: inline-block;
  margin-top: 10px;
  padding: 5px;
  margin-right: 60px;
}

.persona-card {
  max-width: 276px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

#personas .item {
  text-align: center;
}

#personas .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  top: 120px;
}
#personas .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  top: 120px;
}
#personas .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

#personas.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.personas .item {
  text-align: center;
}

.personas .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  top: 120px;
}
.personas .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  top: 120px;
}
.personas .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.personas.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

#partnersslider {
  margin-top: 60px;
}

#partnersslider .item {
  padding: 30px;
  height: 100px;
  display: flex;
  align-items: center;
}
#partnersslider .owl-item.active {
  border-left: 1px solid #979797;
}
#partnersslider .owl-stage {
  margin-left: -2px;
}
#partnersslider.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

#partnersslider .item img {
  max-width: 100%;
  height: auto;
  vertical-align: center;
}

.footer {
  background: url("../images/footer-bg.png") no-repeat center center;
  background-size: cover;
  min-height: 350px;
}
.footer h4 {
  font-size: 20px;
  color: #00c1d5;
}
.footer ul {
  padding: 0;
  list-style-type: none;
}

.footer ul.footer-list li {
  padding: 10px 0;
  list-style-type: none;
}

.footer ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  transition: all 0.5s;
  letter-spacing: 0.4px;
}

.footer ul li a:hover {
  color: #00c1d5;
  text-decoration: none;
}
.footer-wrapper {
  padding: 50px 75px;
}

.footer button {
  background: #00c1d5;
}

.footer .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 2rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  width: 240px;
  margin-right: 30px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footer .form-inline {
  margin-bottom: 45px;
}
.line-spacer {
  background-color: #00c1d5;
  max-width: 500px;
  height: 1px;
  display: block;
}
.footer-note {
  font-size: 12px;
  color: #dbdbdb;
  letter-spacing: 0.4px;
  margin-top: 10px;
}

.footer .icon-container {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  background: #fff;
  padding: 5px;
  border-radius: 50px;
}

.footer .icon-container svg {
  color: #00c1d5 !important;
}
.footer-icons-list li a {
  line-height: 60px !important;
}
.footer-icons-list li a .icon-container {
  line-height: 30px;
  transition: all 0.5s;
}
.footer-icons-list li a:hover svg {
  color: #fff !important;
}
.footer-icons-list li a:hover .icon-container {
  background: #00c1d5 !important;
}

.ft-arr {
  display: none;
}

.container {
  max-width: 960px;
}
.media-body {
  line-height: 22px;
  letter-spacing: 0.4px;
  font-size: 14px;
}
.media-body h5 {
  line-height: 27px;
}

#benefits-slider {
  height: 400px;
  width: 100%;
  color: #fff;
}

.benefits img {
  width: 172px !important;
  height: 172px !important;
  border-radius: 50%;
}

.benefits .media-body {
  line-height: 26px;
  letter-spacing: 0.4px;
  font-size: 15px;
}
.h400 {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

#benefits-slider .owl-nav .owl-prev {
  position: absolute;
  left: 65px;
  top: 170px;
}
#benefits-slider .owl-nav .owl-next {
  position: absolute;
  right: 64px;
  top: 170px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

a.social-link {
  display: inline-flex;
  width: 60px;
  height: 60px;
  background: #00c1d5;
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin: 30px 15px;
}

span.pipe {
  font-weight: normal;
  color: #d8d8d8;
}
.underlined {
  text-decoration: underline;
}
.page-link {
  border: none;
}
.pagination-arrows a {
  width: 46px;
  height: 46px;
  background: #00c1d5;
  border-radius: 50px;
  transition: all 0.5s;
}
.pagination-arrows a:hover {
  background: #34dbff;
}

.pagination-arrows a svg {
  stroke-width: 10%;
  margin: 0.8em;
}

.profile-border {
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #1dcad3;
  width: 126px;
  height: 126px;
  margin-right: 30px;
}
.profile-border img {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  /*border: 2px solid #f4f4f1;*/
}

#trainer-hero {
  margin-top: 60px;
  height: 270px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.mt-minus-45 {
  margin-top: -65px;
}

.acc-head {
  border-bottom: 1px solid #c3c3c3;
}

.carret {
  fill: #00c1d5;
  color: #00c1d5;
  width: 16px;
  height: 16px;
}
.acc-content {
  display: none;
  border-bottom: 1px solid #c3c3c3;
}
.mw-230 {
  min-width: 230px;
}
.comment-wrapper {
  background: #f3f3f2;
}
.comment-container {
  height: 580px;
  overflow-x: auto;
}

img.cog {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  margin-top: -30px;
  float: right;
}

.lm-head {
  letter-spacing: 1.2px;
}

.left-content {
  width: 218px;
  min-height: 100%;
  float: left;
  background: #00c1d5;
  padding-left: 30px;
  padding-top: 30px;
}

.right-content {
  background: #fff;
  width: calc(100% - 218px);
}
.left-menu-list {
  margin-top: 20px;
}
.left-menu-list li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.left-menu-list a {
  color: #002144;
}

.table50 tr td {
  width: 50%;
}
.table td,
.table th {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

svg,
svg symbol {
  overflow: visible;
}
.i {
  stroke: currentColor;
  stroke-width: 6.25%;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  width: 1em;
  height: 1em;
  margin: 0.4em;
}
.i-thin {
  stroke-width: 1px;
  stroke-width: 3.125%;
}
.i-light {
  stroke-width: 1.5px;
  stroke-width: 4.6875%;
}
.i-regular {
  stroke-width: 2px;
  stroke-width: 6.25%;
}
.i-medium {
  stroke-width: 2.5px;
  stroke-width: 7.8125%;
}
.i-l {
  font-size: 4em;
  margin: 0;
}
.i-m {
  font-size: 2em;
  margin: 0;
}
.i-3 {
  font-size: 3em;
  margin: 0;
}
.i-s {
  font-size: 1.5em;
  margin: 0;
}
.i-xs {
  font-size: 1.2em;
  margin: 0;
}

.btn-dots {
  color: #9b9b9b;
  vertical-align: top;
  text-align: right;
  position: relative;
  display: block;
}

.btn-dots-close {
  vertical-align: top;
  text-align: right;
  position: relative;
  display: block;
  padding-right: 15px;
}

.dot-menu {
  border: 1px solid #ccc;
  width: 200px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  display: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.44);
}
.dot-menu-link {
  display: block;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 25px;
  color: #002144;
}

#inputTarih.picker__input {
  background: url("../images/icon-calendar.png") no-repeat 98% center;
}
.picker__input {
  background-color: #fff !important;
}
.picker__holder {
  max-width: calc(100% - 30px) !important;
}

.is-garanti {
  color: #7ed321;
}
.garanti p {
  line-height: 19px;
}
#map {
  width: 100%;
  height: 220px;
}
.trainer-sec {
  width: 120px;
}
.trainer-selcted {
  background: #7ed321;
}
.score-row {
  margin-left: 10px;
  margin-right: 10px;
}

.score-old {
  font-size: 14px;
  line-height: 14px;
  margin-left: 10px;
}
.score {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .right-content {
    background: #fff;
    width: 100%;
  }
  #mainslider .display-4 {
    font-size: 2.8rem;
  }
  #mainslider .h4,
  #mainslider h4 {
    font-size: 1.3rem;
  }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
  a.social-link {
    margin: 30px 8px;
  }
  .benefits img {
    display: none !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  #personas .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    bottom: 50%;
  }
  #personas .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    bottom: 50%;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
  .main-info-block {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .persona-card .text-wrapper p {
    min-height: auto;
  }
  .footer-wrapper {
    padding: 30px;
  }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
  .container.full-on-mobile {
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  #celebrityslider .testimonal-text-container {
    position: relative;
    width: 100%;
  }

  #celebrityslider .text-area {
    width: 100%;
    float: none;
    margin-top: 0;
  }

  #celebrityslider.owl-theme .owl-dots {
    bottom: auto;
  }
  #celebrityslider .item {
    background-position: unset;
  }
  .pt-8 {
    padding-top: 8px;
  }
  .toggler {
    border-bottom: 1px solid #f8f9fa;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 36px;
  }

  .ft-down {
    vertical-align: middle;
    display: inline-block;
    float: right;
    position: relative;
  }
  .ft-up {
    vertical-align: middle;
    display: inline-block;
    float: right;
    position: relative;
  }

  .footer-icons-list li {
    display: inline-block;
  }

  .hidden-sm {
    display: none;
  }
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
  #benefits-slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 170px;
  }
  #benefits-slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 170px;
  }
}

@media (max-width: 1299px) {
}
