#mainnav ul li ul li ul {
  left: 170px !important;
  /* opacity: 0; */
  /* visibility: hidden; */
  display: block !important;
  opacity: 0;
  top:0;
  position: absolute;
  /* width: 250px; */
  background-color: #fff;
  left: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
#mainnav .menu li {position: relative;padding: 0px 5.5px;}
#mainnav ul li ul li ul  a {
  display: block;
  line-height: 45px;
  color: var(--primary-color2);
  padding: 0px 0px 0px 15px;
  /* width: 250px; */
  white-space: nowrap;
  padding: 2px 15px;
}
#mainnav ul li ul li ul  a {
  font-size: 19px;
  font-weight: 500;
  color: var(--primary-color2);
  font-family: 'Jost', sans-serif;
}



header .language.dropdown {
  position: relative;
  display: block;
  z-index: 99999;
  width: 130px;
}

header .language.dropdown .drop-btn {
  width: 100%;
  padding: 10px 0px;
  outline: none;
  position: relative;
  font-size: 15px !important;
  font-family: 'Rubik', sans-serif;
  background-color: #ffffff;
  color: #ffffff;
  font-size: 13px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  color: #4a4a4a;
  align-items: center;
  font-weight: 4000;
  border-radius: 20px;
  /* border: 3px solid #489fba; */
}

header .language.dropdown .drop-btn img {
  width: 30px;
  margin-right: 8px;
  pointer-events: none;
}

header .language.dropdown .drop-btn:after {
  content: "\203a";
  position: absolute;
  right: 11px;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 23px;
  transform: rotate(90deg);
  color: #489fba;
}

header .language.dropdown .drop-btn:hover {
  /* background-color: #d50101; */
}

header .language.dropdown .drop-btn:focus {
  color: 285fb9;
}

header .language.dropdown .dropdown-content {
  position: absolute;
  border-radius: 5px;
  /* top: 90px; */
  left: 0;
  right: 1px;
  outline: none;
  background-color: #ccc;
  text-align: left;
  opacity: 0;
  font-size: 13px;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
}

header .language.dropdown .dropdown-content a {
  opacity: initial;
  display: block;
  padding: 6px 9px;
  color: #4a4a4a;
  font-size: 15px;
  text-decoration: none;
  /* transition: .3s; */
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 20px;
}

.header-tig .language.dropdown .dropdown-content a>img {
  width: 30px;
  transition: .8s;
  padding-right: 5px;
}

header .language.dropdown .dropdown-content a:hover {
  background-color: #f8f8f8 !important;
  /* left: 0; */
  /* color: #0091ac; */
}

header .language.dropdown .dropdown-content a:hover:after {
  content: "\2714";
  display: none;
  right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}

header .language.dropdown .dropdown-content.open {
  /* border-radius: 5px; */
  /* overflow: hidden; */
  display: block;
  height: auto;
  /* top: 111%; */
  box-shadow: -20px 50px 70px #0814201a;
  opacity: 1;
  background-color: #ffffff;
  /* border: 1px solid #d6d6d6; */
  -webkit-transition: all 0.2s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
  pointer-events: auto;
  /* background-color: #000; */
  white-space: nowrap;
  width: 140px;
  transition: all 0.5s;
  border-radius: 20px;
  /* border: 3px solid #285fb9; */
}

header .language .dropdown-content.open a>img.img-flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.header .language.dropdown .dropdown-content a>img {
  width: 30px;
  transition: .8s;
  padding-right: 5px;
}


.slider {
  background: #33b9cb0d;
  padding: 70px 0 70px 0;
  margin-top: 1px;
}

.slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-inner .desc h1 {
  color: #091d3e;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
  font-family: 'Jost', sans-serif;
}

.slider-inner .desc p {
  color: #70798B;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 22px;
}

.slider-inner .img .doctors {
  position: absolute;
  top: 70%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
}

.slider-inner .img .doctors img {
  width: 70px;
  margin-right: 20px;
}

.slider-inner .img .doctors .title {
  font-size: 20px;
  color: #70798B;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  font-family: 'Jost', sans-serif;
}

.slider-inner .img .doctors .descs {
  font-size: 16px;
  color: #70798B;
  font-weight: 100;
  display: block;
  padding-top: 7px;
  font-family: var(--rubik-font);
}

.slider-form {
  background: #F3F4F6;
  padding-bottom: 30px;
}

.slider-form-inner {
  background: #fff;
  -webkit-box-shadow: -20px 50px 70px #0814201a;
  box-shadow: -20px 50px 70px #0814201a;
  border-radius: 20px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
  padding: 5% 2%;
}

.slider-form-inner .title {
  color: #030314;
  font-family: "Nunito", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}

.slider-form-inner .desc {
  color: #70798B;
  line-height: 25px;
  font-weight: 100;
  font-size: 18px;
}

.slider-form-inner input[type="text"] {
  width: 100%;
  height: 60px;
  border-radius: 20px;
  border: 1px solid #dee2e6 !important;
  padding: 15px;
  margin-bottom: 15px;
}

.slider-form-inner input[type="tel"] {
  width: 100%;
  height: 60px;
  border-radius: 20px;
  border: 1px solid #dee2e6 !important;
  padding: 15px;
  margin-bottom: 15px;
}

.slider-form-inner select {
  width: 100%;
  height: 60px;
  border-radius: 20px;
  border: 1px solid #dee2e6 !important;
  padding: 15px;
  margin-bottom: 15px;
  color: #7e8499;
}

.slider-form-inner textarea {
  width: 100%;
  height: 100px;
  border-radius: 20px;
  border: 1px solid #dee2e6 !important;
  padding: 15px;
  margin-bottom: 15px;
  color: #70798B;
}

.slider-form-inner input[type="submit"] {
  font-family: "Quicksand", Sans-serif;
  font-weight: 500;
  width: 193px;
  background-color: #0091ac;
  border-radius: 20px 20px 20px 20px;
  padding: 15px 40px 15px 40px;
  border: 0;
  color: #fff;
  margin: 0 auto;
  display: block;
}



.home-form {
  position: relative;
  width: 100%;
  /* padding: 38px 0 0 0; */
  background: black;
  /* margin-top: -258px; */
  background: url(../image/new/form-bg.jpg);
  background-size: 100%;
  padding: 55px 0 55px 0px;
  background-size: cover;
}

.home-form .title .form-title {
  color: #ffffff !important;
  font-weight: 500;
  margin: 0;
  font-size: 28px;
  font-family: 'Jost', sans-serif;
  display: block;
  margin-bottom: 16px;
  position: relative;
  z-index: 99;
}

.home-form .title .desc {
  display: block;
  color: #ffffff;
  font-weight: 300;
  padding: 5px;
  margin-bottom: 13px;
  z-index: 999 !important;
  position: relative;
}

.home-form .title p,
.home-form .title h2 {
  display: block;
  width: 100%;
}

.home-form .form-in .column input {
  width: 100%;
  padding: 7.5px 15px;
  font-size: 15px;
  color: #22242a;
  border-radius: 20px;
  border: 3px solid #ededed;
  height: 51px;
  resize: none;
  outline: none;
}

.home-form .form-in .column input::placeholder {
  color: #22242a;
  font-weight: 400;
  background: #fff;
  font-size: 15px;

}



.home-form .form-in .column input:required:focus::placeholder {
  background: #fff;

}

.home-form .form-in .column input:focus:invalid {
  border-color: red;

}

.home-form .form-in .column input::placeholder {

  font-size: 15px;
  color: #22242a;

}

.home-form .form-in .column input[type="text"] {
  width: 100%;
  /* padding: 7.5px 15px; */
  /* font-size: 15px; */
  color: #22242a;
  border-radius: 20px;
  border: 3px solid #ededed;
  height: 51px;
  resize: none;
  /* outline: none !important; */
}

.home-form .form-in .column input[type="email"] {
  width: 100%;
  padding: 7.5px 15px;
  font-size: 13px;
  color: #22242a;
  border-radius: 20px;
  border: 3px solid #ededed;
  height: 51px;
}

.home-form .form-in .column textarea {
  width: 100%;
  padding: 11px 15px;
  font-size: 15px;
  color: #22242a;
  border-radius: 20px;
  border: 3px solid #ededed;
  height: 51px;
  overflow-y: hidden;
  font-family: 'Rubik', sans-serif;

}


.home-form .form-in .column textarea::placeholder {
  font-family: 'Rubik', sans-serif;

  font-size: 15px;
  color: #22242a;

}

.home-form .form-in .column button[type="submit"] {
  width: 200px;
  text-align: center;
  float: none;
  margin: 0 auto;
  display: block;
  background-color: #33b9cb;
  border: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  /* width: 100%; */
  padding: 7.5px 15px;
  font-size: 16px;
  border-radius: 20px;
  /* border: 3px solid #ffffff; */
  height: 51px;
  font-family: 'Jost', sans-serif;
  /* margin-bottom: 40px; */
}

.home-form:before {
  background: #091d3ecc;
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 0;
}

.slider-inner .desc {
  padding-left: 49px;
}

.about-us {
  padding-top: 100px;
}

.box-content-intro .title-heading {
  color: #fff !important;
}

.box-content-intro p {
  color: #ffff;
}

.counter .box-img-ct img {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.counter .box-content-ct {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}


.process {
  /* background: #F8F8F8; */
  display: flex;
  padding: 50px 0px;
  /* box-shadow: inset 1px 1px 30px -20px #000; */
}

.process .title-heading {
  /* background: #f5fbfc; */
  /* font-size: 36px; */
}

.portfolio .title-heading {
  color: #091D3E !important;
  padding: 79px 0 !important;
  display: block;
}


.feature-process img {
  width: 75%;
}

.box-testimonial .row-item-tt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 15px;
}


.box-testimonial .item-name {
  padding-top: 0;
  padding-left: 0;
  width: initial;
}

.box-testimonial .item-tt {

  border-radius: 25px;
}

.about-us .title-ab {
  font-family: var(--jost-font), sans-serif;
  font-weight: var(--font-weight-medium);
  letter-spacing: -0.5px;
  line-height: 22px;
  font-size: 24px;
}

.counter .heading {
  color: var(--primary-color);
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: var(--font-weight-regular);
  line-height: 20px;
  letter-spacing: 4px;
  padding-bottom: 10px;
}


.item-name div {
  font-family: var(--rubik-font), sans-serif;
  font-weight: var(--font-weight-bold);
  color: #222222;
  padding-bottom: 3px;
}

.u-radius {
  border-radius: 25px;
}

.articles .content-post {
  padding: 0;
  border: 0;
  border-top: none;
}

.footer-logo {
  float: left;
  width: 33.3333%;
  padding: 65px 2px 44px 16px;
  background-color: #142643;
}

.footer-logo p {
  padding-right: 0 !important;
  margin-top: 37px;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  font-size: 16px !important;
  margin-bottom: 35px;
}

.footer-social a i {
  font-size: 25px;
  color: #fff;
}

.footer-social li {
  /* background: #33b9cb !important; */
}

.footer-social a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  background: #33b9cb !important;
  margin-right: 15px;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.process .process-title {
  font-weight: 500;
}

.counter .col-counter.fl-h1 .box {
  margin: 0 30px;
  position: relative;
  padding: 32px 0;
}

.counter .col-counter.fl-h1 .title-heading {
  padding-bottom: 0px;
  font-size: 36px;
}

.counter .col-counter.fl-h1 {
  background: #12274A;
  height: 210px;
  margin-bottom: 16px;
}

.counter .box-icon {

  margin-bottom: 10px;
}

.testimonial {
  padding-top: 100px;
  padding-bottom: 100px;
}

.process p {
  margin-bottom: 21px;
}

.item-faq h2 {
  font-size: 17px;
  font-family: jost, sans-serif;
  font-weight: 500;
  padding: 15px 0;
  padding-right: 32px;
}

.single-title {
  height: 400px;
  position: relative;
}

.single-title-bg {
  background-size: cover;
  background-size: cover !important;
  height: 100%;
}

.single .head-title h1 {
  color: #030314;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  padding-top: 175px;
  position: relative;
  z-index: 99;
}

.single .breadcrumbs {
  padding: 15px 0;
  position: relative;
  z-index: 99;
}

.single .breadcrumbs span {
  color: #030314;
  padding: 0 5px;
  font-weight: 500;
  font-size: 14px;
}

.single .breadcrumbs span a {
  color: #030314;
}

.single .breadcrumbs span:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 0 0 0 15px;
  color: #030314;
}

.single .breadcrumbs span:first-child {
  padding-left: 0;
}

.single .breadcrumbs span:last-child {
  padding-right: 0;
}

.single .breadcrumbs span:last-child:after {
  display: none;
}


.single .head-title h1 {
  color: #152847;
  font-size: 43px;
  font-weight: 700;
  line-height: 48px;
  padding-top: 130px;
}

.breadcrumbs {
  /* display: none */
}

.single-title {
  background-size: cover !important;
  position: relative;
  height: 350px;
  background-position: right !important;
  /* background-image: linear-gradient(0deg, #f0f3f6, rgba(240, 243, 246, 0) 50%); */
  background: #eff2f5;
}

.head-inner {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  justify-content: flex-end;
}

.head-right-ovelay {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-image: -webkit-gradient(linear, left top, right top, from(#f0f3f6), color-stop(68%, rgba(240, 243, 246, 0))); */
  background-image: linear-gradient(90deg, #f0f3f6, rgba(240, 243, 246, 0) 68%);
  overflow: hidden;
}

.head-right-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-service img {
  border-radius: 20px;
}

.home-fetu img {
  border-radius: 20px;
}



.single-detail-content ul {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 15px;
}

.single-detail-content p {
  /* letter-spacing: .025em; */
  margin-bottom: 30px;
  font-size: 17px;
}

.single-detail-content h1 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #152847;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}

.single-detail-content h2 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #152847;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}

.single-detail-content h3 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #152847;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}

.single-detail-content h4 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #152847;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}

.single-detail-content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 13px;
  color: #565872;
  font-size: 17px;
}

.single-detail-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #152847;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.single-detail-content p {
  font-weight: 400;
}

.single-detail-content strong {
  font-weight: 600;
  color: #152847;
}

.single-detail-content {
  padding-top: 65px;
}

.single-form-inner .titles {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 20px;
  font-family: 'Jost', sans-serif;
}

.single-form-inner .desc {
  color: #ffffff;
  line-height: 21px;
  font-weight: 100;
  font-size: 16px;
}
.single-form a.more {
  margin-top: 20px;
  font-weight: 500;
  background-color: #33b9cb;
  border-radius: 25px;
  padding: 10px 29px;
  border: 0;
  color: #fff;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: inherit;
}


.single-form .border-right {
  text-align: center;
  color: #fff !important;
}
.single-faq .box-services-faq .item-faq {
    margin-bottom: 18px;
    display: block;
}
.single-form .form-in .column input[type="text"] {
  width: 100%;
  /* padding: 7.5px 15px; */
  /* font-size: 15px; */
  color: #22242a;
  border-radius: 20px;
  border: 3px solid #ededed;
  height: 62px;
  resize: none;
  /* outline: none !important; */
}

.single-faq {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0px solid #152847;
}

.single-faq .title-heading {margin-bottom: 30px !important;}

.single-form img {
  margin-bottom: 15px;
  border-radius: 100%;
}

.single-detail-content .alignleft {
  float: left;
  padding: 15px;
  border-radius: 25px;

}

  

.single-detail-content .alignright {
  float: right;
  padding: 15px;
  border-radius: 25px;

}
.u-radius{
  border-radius: 25px !important;
}

.slider-free-cons{

}

.slider-free-cons a.more {
  background: #091d3e;
  color: #fff;
  padding: 12px 27px;
  border-radius: 25px;
  text-align: center;
  margin: 0 auto !important;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin-bottom: 16px !important;
  display: inline-block;
}
.free-cons a.more {
  background: #33b9cb;
  color: #fff;
  padding: 12px 15px;
  border-radius: 25px;
  text-align: center;
  margin: 0 auto !important;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}


.free-cons {
  margin: 0 auto;
  text-align: center;
  margin-top: 27px;
}

.portfolio .free-cons {
margin-top: -60px;
padding-bottom: 40px;
}

.intro-top .free-cons{
  text-align: initial !important;
}
.services-faq .title-heading {
  line-height: 32px;
  font-size: 38px;
  margin-bottom: 15px;
}
.box-pricing .title-heading {
  font-size: 29px !important;
  line-height: 39px;
  margin-bottom: 19px;
}
.pricing-table .title-headings {
  text-align: center;
  /* padding-top: 45px !important; */
  padding-bottom: 45px !important;
  /* font-size: 36px; */
}
section.pricing-table {
  background: #f3f4f6;
  padding: 45px 0;
}
.box-pricing.active li {
  border-bottom: 1px solid #ffffff1a;
}
.schedule-title {
  font-size: 25px;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  padding: 12px 0;
}
.box-counter-img {
  background: #ffff !important;
}
.features-intro-top img {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 100%;
}
.schedule-title {
  font-size: 21px;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  padding: 12px 0;
}

.counter .title-heading {
  padding-bottom: 3px !important;
  font-size: 33px;
}
.counter p {
  font-size: 15px;
  line-height: 24px;
}
.counter-one .title-heading {
  font-size: 37px;
  line-height: 46px;
}

.counter-one p {
  font-size: 16px;
  color: #fff !important;
  margin-bottom: 5px;
}

.footer-sabit {
  position: fixed;
  z-index: 999;
  bottom: 0;
  display: block;
  width: 100%;
  direction: ltr;
  font-family: arial;
}

@media only screen and (max-width: 960px){
.footer-sabit {
  position: fixed;
  z-index: 999;
  bottom: 0;
  display: none;}
}




.au-bar {
  width: 25%;
  float: left;
  text-align: center;
  height: 43px;
}

.mobil-iletisim-set .items {
  height: 60px;
  background-color: #2b9cab;
}

.au-bar img {
  height: 40px;
}

.footer-sabit p {
  margin-top: -44px;
  margin-left: 22px;
  color: #fff;
  font-size: 17px;
}

.mobil-iletisim-set {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  display: none;
}

 .misdr  {
  width: 33.3333%;
  background-color: #444864;
  background-image: url(../image/new/mobil-doktora-sor-footer-bg.png);
  float: left;
  padding-top: 25px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
}

@media only screen and (max-width: 960px){
.mobil-iletisim-set p {
  font-size: 15px;
  font-family: arial;
  font-weight: bold;
  color: #fff;}
}

@media only screen and (max-width: 960px) {
.misdm {
  width: 25%;
  background-color: #444864;
  background-image: url(../image/new/mobil-messenger-footer-bg.png);
  float: left;
  padding-top: 25px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;}
}

@media only screen and (max-width: 960px){
.mobil-iletisim-set {
  position: fixed;
  z-index: 99999 !important;
  bottom: 0;
  width: 100%;
  font-size: 8px;
  display: block;
  }
}

@media only screen and (max-width: 960px){
.mobil-iletisim-set p {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  }
}

@media only screen and (max-width: 960px){
.misdw {
  width: 33.3333%;
  background-color: #444864;
  background-image: url(../image/new/mobil-whatsapp-footer-bg.png);
  float: left;
  padding-top: 25px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  }
}

@media only screen and (max-width: 960px){
.misds {
  width: 33.3333%;
  background-color: #444864;
  background-image: url(../image/new/mobil-simdiara-footer-bg.png);
  float: left;
  padding-top: 25px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  }
}



.home-video {
  padding-bottom: 90px;
}

.home-video .title {
  text-align: center;
  color: #081420;
  font-family: "Nunito", Sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 46px;
  padding-top: 10px;
  padding-bottom: 45px;
}

.home-video .first-video {
  position: relative;
}

.home-video .first-video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.home-video .first-video a {
  opacity: inherit;
  margin-bottom: 15px;
  display: block;
}

.home-video .first-video .butons-btn {
  position: relative;
  background: #0091ac;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  z-index: 1;
}

.home-video .first-video img {
  border-radius: 20px;
}

.home-video .bottom-video {
  border-radius: 20px;
  margin-top: 15px;
}


/*------------------------------------------------------------------//
//      RESPONSIVE SYSTEM                                                                                 //
//------------------------------------------------------------------*/
@media screen and (max-width: 1699px) and (min-width: 1441px) {
  #mainnav .menu>li {
    display: inline-block;
    position: relative;
    padding: 0px 3.5px;
}

#mainnav .menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--primary-color2);
    font-family: 'Jost', sans-serif;
}

.contact .button-header {
  padding-left: 0 !important;
}
.themesflat-button.btn-header {
  padding: 7px 20px 7px 20px !important;
  border-radius: 4px;
}
.call-us {
  display: flex;
  /* padding-top: 5px; */
  margin-right: 17px;
}
#site-header .logo {
  width: 15%;
  padding-left: 0.8%;
}
}

@media screen and (max-width: 1440px) and (min-width: 1399px) {

  #site-header .logo {
    width: 20%;
    padding-left: 0;
  }
    #mainnav .menu>li {
      padding-right: 9px !important;
  }
#site-header .contact {
  width: 25%;
}
}






@media screen and (max-width: 1399px) and (min-width: 1199px) {
  #mainnav .menu li a {
    font-size: 16px !important;
}
#site-header .logo{
  width: 22%;
  padding-left: 0;
  margin-right: 4px;
}

#site-header .contact{
  width: 25% !important;

}

}

@media screen and (max-width: 1198px) and (min-width: 992px) {}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .slider-inner .desc h1 {
    font-size: 30px;

  }

  .slider-inner .desc {
    padding-left: 0;
    margin-top: 19px;
  }

  #site-header .logo a {
    line-height: 70px;
  }

  .slider-inner .img .doctors {
    right: 13px;

  }

  .process .title-heading {
    /* background: #f5fbfc; */
    font-size: 34px !important;
    line-height: 1.2 !important;
    margin-bottom: 16px;
  }


  .process p {
    line-height: 1.3;
  }

  .feature-process img {
    width: 50%;
  }

  .process .box-wrap {
    padding-top: 31px !important;
    padding-bottom: 0 !important;
  }

  .mobile-1 {
    order: 1;
  }

  .mobile-2 {
    order: 2;
  }

  .counter .row-counter {
       flex-direction: column;

}

  .footer-bottom-inner {
    flex-direction: column;
    padding-bottom: 35px;
  }

  .footer-logo {
    height: 329px !important;
  }

  .box-content-intro {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0;

    padding-top: 15px !important;

    padding-bottom: 15px !important;
  }

  .features-intro-top iframe {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .features-intro-top {
    height: 484px;
  }

  .counter .box-img-ct img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .counter .box-content-ct {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 18px 10px !important;
  }

  .counter .title-heading {
    font-size: 31px !important;
    line-height: 44px !important;
  }

  .counter. row-counter {
       flex-direction: column;

}


  .counter p {
    color: #fff !important;
  }

  .counter .col-counter.fl-h1 {
    background: #12274A;
    height: 163px;
    margin-bottom: 16px;
  }

  .counter .box-icon {
    margin-top: -15px !important;
    margin-bottom: 9px !important;
  }

  .col-counter.fl-h1 .box::after {

    bottom: 18px;
  }

  .portfolio .box-wrap-ptf .title-heading {
    padding: 33px 0 !important;
    font-size: 35px !important;
  }

  .testimonial .title-heading {
    padding: 0 0 !important;
    font-size: 35px !important;
    line-height: 44px !important;

  }

  .articles .box-wrap-articles .title-heading {
    font-size: 35px !important;
    line-height: 44px !important;
    padding-top: 29px !important;
    padding-bottom: 35px !important;
  }

  section.portfolio {
    padding-bottom: 46px;
    margin-bottom: 25px;
  }

  .home-form .title .desc {

    line-height: 23px;
  }

  .about-us {
    padding-top: 50px;
  }

  .our-services .box-os img {
    /* width: initial; */
    max-width: 100% !important;
    height: initial !important;
  }

  .slider {
    background: #33b9cb0d;
    padding: 31px 0 70px 0;
    margin-top: 1px;
  }

  .home-form .form-in .column input[type="text"] {
    margin-bottom: 13px;
  }


  .services-faq .title-heading {
    font-size: 33px !important;
    margin-bottom: 20px;
  }

  .box-img-tt {
    top: inherit !important;
    bottom: 12px !important;
    pointer-events: none;
  }

  .testimonial {
    padding-top: 48px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 640px) {}

@media screen and (max-width: 639px) and (min-width: 480px) {
  
}

@media screen and (max-width: 480px) and (min-width: 0px) {
  .slider-inner .desc h1 {
    font-size: 30px;

  }

  .slider-inner .desc {
    padding-left: 0;
    margin-top: 31px;
  }

  #site-header .logo a {
    line-height: 70px;
  }

  .slider-inner .img .doctors {
    right: 13px;

  }

  .process .title-heading {
    /* background: #f5fbfc; */
    font-size: 34px !important;
    line-height: 1.2 !important;
    margin-bottom: 16px;
  }

  .process p {
    line-height: 1.3;
  }

  .feature-process img {
    width: 50%;
  }

  .process .box-wrap {
    padding-top: 3px !important;
    padding-bottom: 13px !important;
  }

  .mobile-1 {
    order: 1;
  }

  .mobile-2 {
    order: 2;
  }

  .footer-bottom-inner {
    flex-direction: column;
    padding-bottom: 35px;
  }

  .footer-logo {
    height: 329px !important;
  }

  .box-content-intro {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0;

    padding-top: 15px !important;

    padding-bottom: 15px !important;
  }

  .features-intro-top iframe {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .features-intro-top {
    height: 435px;
  }

  .counter .box-img-ct img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .counter .box-content-ct {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 18px 10px !important;
  }

  .counter .title-heading {
    font-size: 30px !important;
    line-height: 44px !important;
    margin-bottom: 15px;
  }


  .counter p {
    color: #fff !important;
  }

  .counter .col-counter.fl-h1 {
    background: #12274A;
    height: 163px;
    margin-bottom: 16px;
  }

  .counter .box-icon {
    margin-top: -15px !important;
    margin-bottom: 9px !important;
  }

  .col-counter.fl-h1 .box::after {

    bottom: 18px;
  }

  .portfolio .box-wrap-ptf .title-heading {
    padding: 33px 0 !important;
    font-size: 35px !important;
  }

  .testimonial .title-heading {
    padding: 0 0 !important;
    font-size: 35px !important;
    line-height: 44px !important;

  }

  .articles .box-wrap-articles .title-heading {
    font-size: 35px !important;
    line-height: 44px !important;
    padding-top: 29px !important;
    padding-bottom: 35px !important;
  }

  section.portfolio {
    /* padding-bottom: 46px; */
    margin-bottom: 25px;
  }

  .home-form .title .desc {

    line-height: 23px;
  }

  .about-us {
    padding-top: 50px;
  }

  .our-services .box-os img {
    width: initial;
    max-width: 100% !important;
    height: initial !important;
  }

  .slider {
    background: #33b9cb0d;
    padding: 31px 0 70px 0;
    margin-top: 1px;
  }

  .home-form .form-in .column input[type="text"] {
    margin-bottom: 13px !important;
  }

  .single-form-inner .desc {
    color: #ffffff;
    line-height: 21px;
    font-weight: 100;
    font-size: 16px;
}


  .services-faq .title-heading {
    font-size: 33px !important;
    margin-bottom: 20px;
  }

  .box-img-tt {
    top: inherit !important;
    bottom: 12px !important;
    pointer-events: none;
  }

  .testimonial {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .single-form a.more {margin-bottom: 26px;padding: 10px 29px;}

.single-form-inner .titles {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  font-family: 'Jost', sans-serif;
}
.portfolio .free-cons {
  margin-top: 34px;
  padding-bottom: 0;
}
.box-contact ul.one-half.first {
  padding-top: 0;
}
.single .breadcrumbs{
  display: none;
}
.head-inner {

  height: 230px;
}
.single-title {
  height: 230px;

}
.single .head-title h1 {
  color: #152847;
  font-size: 29px;
  font-weight: 700;
  line-height: 48px;
  padding-top: 100px;
}
.home-form {

  background: linear-gradient(to bottom,#33b9cb,#33b9cb);
}
.owl-theme.ptf .owl-nav [class*="owl-"]:after {
  display: none;
}
.counter .row-counter{
  display: flex !important;
  flex-direction: column;
}
.mborder1{
  order: 1;
}
.mborder2{
  order: 2;

}
#header .nav-wrap{
  display: none;
}
header .language.dropdown{
  display: none;

}
#site-header .logo img {
  width: 150px !important;
}
.box-pricing{
  margin: 0 !important;
}
}