/*
Theme Name: NOO Medicus Child Theme
Theme URI: http://wp.nootheme.com/medicus
Author: NooTheme
Author URI: https://nootheme.com/
Description: This is a custom child theme for NOO Medicus
Template: noo-medicus
Version: 1.0.0
Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: noo
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
a,
.btn,
.navbar a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

figure {
  margin: 0; }

body {
  background-color: #fff;
  color: #828282; }

.jumbotron {
  background: transparent;
  margin: 0;
  position: relative; }

button:focus {
  outline: none; }

html {
  /* font-size: 62.5%; /* 1rem = 10px */
  font-size: 100%;
  scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

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

.ml-2 {
  margin-left: 12px; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.modal-appointment .modal-header {
  border-bottom: unset;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5; }
  .modal-appointment .modal-header .close {
    opacity: .5; }
    @media (min-width: 768px) {
      .modal-appointment .modal-header .close {
        opacity: 1;
        color: #ffffff; } }

.modal-appointment .modal-content {
  position: relative;
  border: none;
  border-radius: unset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.modal-appointment .modal-body {
  padding: 0; }

.modal-appointment .row {
  margin: 0; }

.modal-appointment .modal-left-col {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.modal-appointment .modal-right-col {
  padding: 15px;
  background: #55A6E5; }
  @media (min-width: 1200px) {
    .modal-appointment .modal-right-col {
      padding: 30px; } }

@media (min-width: 1200px) {
  .modal-appointment .modal-lg {
    width: 1140px; } }

.modal-appointment h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 26px;
  color: #fff;
  padding-bottom: 10px;
  position: relative; }
  @media (min-width: 992px) {
    .modal-appointment h1 {
      line-height: 42px;
      font-size: 36px; } }
  .modal-appointment h1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 30px;
    height: 1px;
    background: #fff; }

.modal-appointment .wrap-modal-content {
  margin-top: 35px; }
  @media (min-width: 768px) {
    .modal-appointment .wrap-modal-content {
      margin-top: 50px; } }
  @media (min-width: 1200px) {
    .modal-appointment .wrap-modal-content {
      margin-top: 70px; } }
  .modal-appointment .wrap-modal-content h4 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #000000; }
    @media (min-width: 992px) {
      .modal-appointment .wrap-modal-content h4 {
        font-size: 24px;
        line-height: 28px; } }
  .modal-appointment .wrap-modal-content p, .modal-appointment .wrap-modal-content h2, .modal-appointment .wrap-modal-content h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #000000; }
    @media (min-width: 992px) {
      .modal-appointment .wrap-modal-content p, .modal-appointment .wrap-modal-content h2, .modal-appointment .wrap-modal-content h3 {
        font-size: 31px;
        line-height: 47px; } }
    @media (min-width: 1200px) {
      .modal-appointment .wrap-modal-content p, .modal-appointment .wrap-modal-content h2, .modal-appointment .wrap-modal-content h3 {
        font-size: 40px; } }
  .modal-appointment .wrap-modal-content a {
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #55A6E5; }
    @media (min-width: 992px) {
      .modal-appointment .wrap-modal-content a {
        font-size: 40px; } }
    @media (min-width: 1200px) {
      .modal-appointment .wrap-modal-content a {
        font-size: 60px;
        line-height: 70px; } }

.select-wrap:after {
  font-size: 14px; }

#searchform .form-control {
  border: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 29px;
  padding: 0 15px;
  max-width: 300px;
  margin-left: auto;
  max-height: 23px;
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #A2A2A2; }

.frontpage_form {
  padding: 0 !important; }

.noo-contact-home {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/*--------------------------------------------------------------
# layout
--------------------------------------------------------------*/
.office-hours-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  font-family: "Roboto", sans-serif; }

.frontpage_form .noo-image {
  margin-bottom: 20px;
  min-width: 37px;
  max-width: 37px;
  min-height: 37px;
  max-height: 37px;
  -o-object-fit: contain;
     object-fit: contain; }

.frontpage_form .vc_tta-tabs-container a {
  border-color: transparent; }

.benefits-list {
  margin-top: 40px; }
  .benefits-list_item {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 992px) {
      .benefits-list_item {
        margin-bottom: 50px; } }
  .benefits-list_title {
    margin: 0 0 10px 0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #333333; }
  .benefits-list_wrap {
    margin-left: 20px; }
  .benefits-list_desc {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #828282; }
  .benefits-list_img img {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    -o-object-fit: contain;
       object-fit: contain; }

.heading-home {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 47px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #55A6E5; }
  @media (min-width: 992px) {
    .heading-home {
      font-size: 67px; } }
  .heading-home:before, .heading-home:after {
    content: unset !important; }

.btn-white {
  border-color: #fff;
  color: #fff; }
  .btn-white:hover {
    border-color: #5BA8E3;
    color: #ffffff; }

.homepage-intro {
  min-height: 370px; }
  @media (min-width: 768px) {
    .homepage-intro {
      min-height: 580px; } }
  @media (min-width: 768px) {
    .homepage-intro {
      min-height: 690px; } }
  .homepage-intro .noo-text-block p {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF; }

.noo-contact-home .contact-home {
  padding: 0; }
  @media (min-width: 768px) {
    .noo-contact-home .contact-home {
      padding: 25px 2.142857142857143em; } }
  @media (min-width: 992px) {
    .noo-contact-home .contact-home {
      padding: 32px 2.142857142857143em; } }

#menu-main-menu > li > a {
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  color: #333333; }

#menu-main-menu-1 .make-an-appointment {
  display: none !important; }

#nav_menu-1 {
  max-width: 240px; }
  @media (min-width: 768px) {
    #nav_menu-1 {
      margin: auto; } }
  #nav_menu-1 .widget-title {
    margin-left: 10px !important; }

.wigetized .widget .widget-title {
  text-align: left; }

.office-hours {
  text-align: left; }
  .office-hours li span {
    width: 100% !important;
    float: none !important; }
  .office-hours_time {
    margin-left: 20px; }

#text-3 {
  max-width: 270px;
  margin-left: auto; }

.heading-about-us {
  text-transform: uppercase; }

.map {
  padding: 25px 0;
  background: linear-gradient(24deg, #cad6df 0%, #cad6df 50%, #fff 50%, #fff 50%, #fff 100%); }
  @media (min-width: 768px) {
    .map {
      padding: 50px 0; } }
  @media (min-width: 1200px) {
    .map {
      padding: 100px 0; } }

.map-responsive {
  overflow: hidden;
  padding-bottom: 325px;
  position: relative;
  height: 0; }
  @media (min-width: 992px) {
    .map-responsive {
      padding-bottom: 450px; } }

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

@media (max-width: 767px) {
  .noo_doctors .noo_doctor {
    width: 100%; } }

.doctor-item-wrap img {
  min-height: 260px;
  max-height: 375px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top; }
  @media (min-width: 768px) {
    .doctor-item-wrap img {
      max-height: 260px; } }

.noo_doctors .noo_doctor .doctor-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.doctor-item-wrap .doctor-category {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #9CA3B5; }

.doctor-item-wrap .doctor-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #4F4F4F;
  margin-bottom: 10px; }

.doctor-item-wrap .doctor-speciality {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #9CA3B5; }

.list-department_link {
  display: inline-block;
  margin: 15px 0 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #55A6E5; }
  .list-department_link:hover {
    color: #6D6D6D; }

.test {
  text-transform: uppercase;
  color: #fff !important;
  line-height: 1.75 !important;
  padding: 7px 25px;
  font-size: 0.8571428571428571em;
  background: #42a5f5;
  border-radius: 20px; }

.certificate_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.certificate-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 265px;
  min-height: 270px; }
  @media (min-width: 768px) {
    .certificate-img {
      max-height: 280px; } }

.certificate_item {
  text-align: center;
  margin-top: 15px; }

.doctor-details .doctor-content .content ul li:before {
  content: "\f111";
  color: #55A6E5;
  font-size: 11px; }

@media (max-width: 767px) {
  .noo-our-doctor.style2 .doctor-thumbnail img {
    min-width: 170px;
    max-width: 170px;
    max-height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top; } }

@media (min-width: 768px) {
  .noo-our-doctor.style2 .doctor-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    max-height: 335px; } }

.doctor-details .doctor-info > div span {
  display: inline-block;
  margin-right: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  width: auto; }

.doctor-details .doctor-info > div {
  font-weight: 500;
  font-size: 14px;
  color: #6D6D6D; }

.noo-departments.posts-loop .post-item .loop-item-wrap .loop-item-featured img {
  width: 100%;
  height: auto;
  max-width: 46px;
  max-height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0; }

.noo-departments .post-item .loop-item-title {
  margin: 0; }

.noo-departments.posts-loop .post-item .loop-item-wrap:hover .loop-item-title {
  color: #ffffff; }

.loop-item-featured {
  margin: 10px 0; }
  .loop-item-featured a {
    display: inline-block; }

.noo-departments.posts-loop .post-item .loop-item-wrap .loop-item-featured {
  height: auto;
  margin: 0 0 20px; }

.posts-loop .loop-item-excerpt p {
  margin: 0; }

.loop-item-wrap {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .single-noo_department .noo-main .noo-tab_department-wrap .noo-tab_department-contents {
    padding-top: 0; }
  .hentry:first-child {
    padding-bottom: 0; } }

.single-noo_department .noo-main .noo-tab_department-wrap .noo-tab_department-contents .noo-department-services ul li {
  padding: 10px 15px;
  margin: 0;
  border-bottom: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 767px) {
    .single-noo_department .noo-main .noo-tab_department-wrap .noo-tab_department-contents .noo-department-services ul li {
      min-height: 70px; } }
  .single-noo_department .noo-main .noo-tab_department-wrap .noo-tab_department-contents .noo-department-services ul li:nth-child(odd) {
    background: #F7F7F7; }
  .single-noo_department .noo-main .noo-tab_department-wrap .noo-tab_department-contents .noo-department-services ul li:hover {
    color: #5BA8E3; }
    .single-noo_department .noo-main .noo-tab_department-wrap .noo-tab_department-contents .noo-department-services ul li:hover .price {
      color: #5BA8E3; }

.single-noo_department .noo-main .noo-tab_department-wrap .noo-tab_department-contents .noo-department-services ul li .price {
  display: inline-block;
  min-width: 70px;
  margin: 0; }

.single-noo_department .noo-main .noo-tab_department-wrap .noo-tab_department-contents .noo-department-services .service_treatments {
  width: 100%;
  float: none; }

.single-noo_department .noo-main .noo-tab_department-wrap .noo-tab_department-contents .noo-department-services .service_inner {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: unset; }

.noo-department-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.noo-department-content .row > [class*='col-'] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.noo-department-content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #FAFAFA;
  border-radius: 6px;
  min-height: 150px;
  min-width: 200px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .noo-department-content .item-wrap .item-header {
    margin: 0; }
    .noo-department-content .item-wrap .item-header img {
      max-width: 46px;
      max-height: 46px;
      -o-object-fit: contain;
         object-fit: contain;
      height: auto; }
  .noo-department-content .item-wrap .item-title {
    margin-bottom: 25px; }
  .noo-department-content .item-wrap .item-thumbnail {
    max-width: 46px;
    max-height: 46px;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto; }
  .noo-department-content .item-wrap:hover .item-title {
    color: #ffffff; }

.noo-department-content .item-wrap_link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.posts-loop-content .clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.posts-loop-content .clearfix > [class*='col-'] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.posts-loop-content .loop-item-wrap {
  margin: 0;
  min-height: 150px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #FAFAFA;
  border-radius: 6px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.noo-main .noo-vc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.noo-main .noo-vc-row > [class*='col-'] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.noo-main .animatedParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 50%;
  min-width: 300px; }
  .noo-main .animatedParent > [class*='col-'] {
    width: 100%; }
  .noo-main .animatedParent .benefits-main-image {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%; }

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab > a {
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #42a5f5;
  min-width: 228px;
  text-align: center; }

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a {
  border: 1px solid #42a5f5; }

@media (min-width: 768px) {
  .vc_tta-tabs-list li:first-child a {
    margin-right: 5px; } }

.contact-wrap {
  padding: 60px 0 50px;
  max-width: 1200px;
  margin: auto;
  width: 100%; }
  .contact-wrap .address .fa {
    color: #55A6E5;
    font-size: 20px;
    margin-right: 8px;
    min-width: 18px;
    text-align: center; }
  .contact-wrap .address li {
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333; }
    .contact-wrap .address li a {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      color: #333333; }
  .contact-wrap .contact-desc .noo-text-block {
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    font-family: "Roboto", sans-serif;
    line-height: 136.69%;
    color: #333333; }

.widget .address li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.widget .address .fa {
  font-size: 20px;
  margin-right: 8px;
  min-width: 18px;
  text-align: center;
  line-height: normal; }

.widget .address a {
  margin-left: 0 !important; }

.widget #menu-main-menu-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .widget #menu-main-menu-1 li {
    position: relative;
    margin: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .widget #menu-main-menu-1 .sub-menu {
    display: none;
    position: absolute;
    overflow: visible;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: none;
    min-width: 210px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }

.wigetized .widget ul, .wigetized .widget ol {
  overflow: visible !important; }

.full-width-layout .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .full-width-layout .wpcf7-submit {
      margin-left: auto;
      margin-right: unset; } }

.full-width-layout .noo-gmaps ~ .wpcf7 {
  max-width: 366px;
  padding: 30px;
  right: 10%;
  top: 0;
  bottom: 0; }

.full-width-layout .noo-gmaps iframe {
  max-height: 685px; }

.full-width-layout select[name="wpcf7-doctor"],
.full-width-layout select[name="wpcf7-department"],
.full-width-layout input[name="date"] {
  color: #C4D9EF; }

.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-not-valid {
  border-color: red !important; }

.wpcf7-response-output {
  text-align: center; }

.home .testimonial-content .quote {
  height: 95px;
  overflow: auto;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF; }

.home .noo-classic-testimonial .noo-content img {
  width: 95px; }

.testinonial-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .testinonial-homepage > [class*='col-'] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .testinonial-homepage .noo-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (min-width: 992px) {
    .testinonial-homepage .col-image {
      padding-left: 0; } }
  @media (max-width: 992px) {
    .testinonial-homepage .text-center.bg-primary {
      padding-top: 60px !important;
      padding-bottom: 60px !important; } }

.promotion-list_wrap {
  min-height: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  padding: 14px 14px 18px;
  background-image: url("image/promotion_bg_s.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 992px) {
    .promotion-list_wrap {
      padding: 28px 28px 37px; } }

.promotion-list_title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #4F4F4F;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .promotion-list_title {
      max-height: 115px;
      overflow: auto; } }

.promotion-list_desc {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #4F4F4F; }
  @media (min-width: 768px) {
    .promotion-list_desc {
      max-height: 80px;
      overflow: auto; } }

.promotion-list_thumb {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: -1;
  opacity: 0.4; }
  @media (min-width: 1200px) {
    .promotion-list_thumb {
      opacity: 1; } }

.promotion-list_content {
  max-width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.promotion-list_link {
  max-width: 190px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: auto !important;
  background: #55A6E5;
  border-radius: 36px;
  color: #ffffff; }
  .promotion-list_link:hover {
    background: #8C8C8C;
    border-color: #8C8C8C; }

.promotion-list .inactive {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.intro-promotion .promotion-list_content {
  max-width: 490px; }

@media (min-width: 768px) {
  .intro-promotion .promotion-list_thumb {
    opacity: 1; } }

.promo-details {
  color: #000000; }

/*# sourceMappingURL=style.css.map */
