/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
	Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
	Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.banner.banner-media-one .media {
  position: relative; }
.banner.banner-media-one h3 {
  font-size: 20px;
  margin-bottom: 3px; }
  .banner.banner-media-one h3:last-of-type {
    margin-bottom: 10px; }
.banner.banner-media-one h4 {
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: normal;
  text-transform: uppercase; }
  .banner.banner-media-one h4:last-of-type {
    margin-bottom: 3px; }
.banner.banner-media-one p {
  margin-bottom: 5px; }
  .banner.banner-media-one p:last-of-type {
    margin-bottom: 0px; }
.banner.banner-media-one .image_description {
  z-index: 9;
  padding: 30px;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
.banner.banner-media-one .btn {
  font-size: 12px;
  margin-top: 10px;
  padding: 6px 15px;
  border: none;
  color: #FFFFFF;
  white-space: normal;
  text-align: center;
  line-height: normal;
  font-style: normal;
  pointer-events: auto;
  background: #000000;
  text-transform: uppercase;
  border-radius: 9999px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .banner.banner-media-one .btn:after {
    content: '\ea2a';
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-family: "deo-custom-icons";
    margin-left: 5px; }
    .rtl .banner.banner-media-one .btn:after {
      margin-right: 5px;
      margin-left: inherit; }
  .banner.banner-media-one .btn:hover {
    color: #FFFFFF;
    background: #1bbc9b; }
.banner.banner-media-one.btn-white .btn {
  color: #000000;
  background: #FFFFFF; }
  .banner.banner-media-one.btn-white .btn:hover {
    color: #FFFFFF;
    background: #1bbc9b; }
.banner.banner-media-one.text-white h3, .banner.banner-media-one.text-white h4, .banner.banner-media-one.text-white p {
  color: #FFFFFF; }
.banner.banner-media-one.center-text {
  text-align: center; }
  .banner.banner-media-one.center-text .image_description {
    left: 0px;
    right: 0px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px; }
.banner.banner-media-one.left-text {
  text-align: left; }
  .rtl .banner.banner-media-one.left-text {
    text-align: right; }
  .banner.banner-media-one.left-text .image_description {
    right: auto;
    left: 0px; }
    .rtl .banner.banner-media-one.left-text .image_description {
      right: 0px;
      left: auto; }
.banner.banner-media-one.right-text {
  text-align: right; }
  .rtl .banner.banner-media-one.right-text {
    text-align: left; }
  .banner.banner-media-one.right-text .image_description {
    right: 0px;
    left: auto; }
    .rtl .banner.banner-media-one.right-text .image_description {
      right: auto;
      left: 0px; }
.banner.banner-media-one.middle-text .image_description {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.banner.banner-media-one.top-text .image_description {
  top: 0px;
  bottom: auto; }
.banner.banner-media-one.bottom-text .image_description {
  top: auto;
  bottom: 0px; }
.banner.banner-media-two {
  position: relative; }
  .banner.banner-media-two .image_description {
    z-index: 9;
    padding: 15px 30px;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    @media (min-width: 992px) {
      .banner.banner-media-two .image_description {
        padding: 15px 50px; } }
  .banner.banner-media-two h3 {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0px; }
    .banner.banner-media-two h3:last-of-type {
      margin-bottom: 15px; }
    @media (max-width: 991px) {
      .banner.banner-media-two h3 {
        font-size: 20px; } }
  .banner.banner-media-two h4 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase; }
    .banner.banner-media-two h4:last-of-type {
      margin-bottom: 3px; }
    @media (max-width: 991px) {
      .banner.banner-media-two h4 {
        font-size: 14px; } }
  .banner.banner-media-two p {
    font-size: 14px;
    margin-bottom: 0px; }
  .banner.banner-media-two .btn {
    border: none;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    margin-top: 20px;
    padding: 8px 20px;
    text-align: center;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    text-transform: uppercase;
    background: #1bbc9b;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (max-width: 991px) {
      .banner.banner-media-two .btn {
        margin-top: 10px; } }
    .banner.banner-media-two .btn:hover {
      background: #169a7f; }
  .banner.banner-media-two.text-white h3, .banner.banner-media-two.text-white h4, .banner.banner-media-two.text-white p {
    color: #FFFFFF; }
  .banner.banner-media-two.center-text {
    text-align: center; }
    .banner.banner-media-two.center-text .image_description {
      left: 0px;
      right: 0px;
      margin: auto;
      padding-left: 10px;
      padding-right: 10px; }
  .banner.banner-media-two.left-text {
    text-align: left; }
    .rtl .banner.banner-media-two.left-text {
      text-align: right; }
    .banner.banner-media-two.left-text .image_description {
      right: auto;
      left: 0px; }
      .rtl .banner.banner-media-two.left-text .image_description {
        right: 0px;
        left: auto; }
  .banner.banner-media-two.right-text {
    text-align: right; }
    .rtl .banner.banner-media-two.right-text {
      text-align: left; }
    .banner.banner-media-two.right-text .image_description {
      right: 0px;
      left: auto; }
      .rtl .banner.banner-media-two.right-text .image_description {
        right: auto;
        left: 0px; }
  .banner.banner-media-two.middle-text .image_description {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner.banner-media-two.top-text .image_description {
    top: 0px;
    bottom: auto; }
  .banner.banner-media-two.bottom-text .image_description {
    top: auto;
    bottom: 0px; }

.service.service-media-one {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #FFFFFF;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .service.service-media-one .image_description {
    padding: 20px 15px 25px; }
  .service.service-media-one h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px; }
    .service.service-media-one h3:last-of-type {
      margin-bottom: 12px; }
  .service.service-media-one p {
    margin-bottom: 0px; }
  .service.service-media-one .btn {
    font-size: 13px;
    margin-top: 15px;
    padding: 8px 20px;
    border: none;
    color: #FFFFFF;
    background: #FFFFFF;
    font-style: normal;
    text-transform: uppercase;
    background: #1bbc9b;
    border-radius: 9999px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .service.service-media-one .btn:hover {
      color: #FFFFFF;
      background: #169a7f; }
  @media (min-width: 992px) {
    .service.service-media-one:hover {
      -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2); } }

.deo-category-image.image-category-media-one {
  margin-bottom: 0px; }
  .deo-category-image.image-category-media-one .cate_content {
    overflow: hidden;
    text-align: center;
    position: relative; }
    .deo-category-image.image-category-media-one .cate_content .cate-meta {
      margin-top: 10px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .deo-category-image.image-category-media-one .cate_content .cover-img a {
      display: block;
      padding: 20px;
      overflow: hidden;
      background: #FFFFFF;
      border: 1px solid #eaeaea;
      border-radius: 50%;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .deo-category-image.image-category-media-one .cate_content .cate-name {
      color: inherit;
      font-size: 14px;
      font-family: inherit;
      margin-bottom: 0px;
      font-weight: normal;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .deo-category-image.image-category-media-one .cate_content .deo-qty-category {
      font-size: 14px;
      font-weight: normal;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .deo-category-image.image-category-media-one .cate_content .deo-qty-category.processed-qty-category:before {
        content: '(';
        display: inline-block; }
      .deo-category-image.image-category-media-one .cate_content .deo-qty-category.processed-qty-category:after {
        content: ')';
        display: inline-block; }
      .deo-category-image.image-category-media-one .cate_content .deo-qty-category.processed-qty-category span {
        display: none; }
    @media (min-width: 992px) {
      .deo-category-image.image-category-media-one .cate_content:hover .cover-img a {
        border-color: #1bbc9b;
        -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2); } }
  .deo-category-image.image-category-media-one.no-border .cate_content .cover-img a {
    border: none; }
.deo-category-image.image-category-media-two .cover-img {
  overflow: hidden; }
.deo-category-image.image-category-media-two .box-cate {
  margin-top: 10px; }
.deo-category-image.image-category-media-two .cate-name {
  color: inherit;
  font-size: 14px;
  font-family: inherit;
  margin-bottom: 0px;
  font-weight: inherit;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.deo-category-image.image-category-media-two .deo-qty-category {
  font-size: 14px;
  font-weight: inherit;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .deo-category-image.image-category-media-two .deo-qty-category.processed-qty-category:before {
    content: '(';
    display: inline-block; }
  .deo-category-image.image-category-media-two .deo-qty-category.processed-qty-category:after {
    content: ')';
    display: inline-block; }
  .deo-category-image.image-category-media-two .deo-qty-category.processed-qty-category span {
    display: none; }
.deo-category-image.image-category-media-two .view_all {
  margin-top: 10px; }
  .deo-category-image.image-category-media-two .view_all .btn {
    padding: 0px;
    border: none;
    background: transparent;
    text-decoration: underline;
    color: #1bbc9b;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .deo-category-image.image-category-media-two .view_all .btn:hover {
      background: transparent;
      color: #169a7f; }
.deo-category-image.image-category-media-two .level0 > .cate-item > .cate_content > .cate-meta {
  padding-top: 15px; }
  .deo-category-image.image-category-media-two .level0 > .cate-item > .cate_content > .cate-meta > .box-cate {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px; }
    .deo-category-image.image-category-media-two .level0 > .cate-item > .cate_content > .cate-meta > .box-cate .cate-name {
      text-transform: uppercase; }
    .deo-category-image.image-category-media-two .level0 > .cate-item > .cate_content > .cate-meta > .box-cate > .deo-qty-category {
      display: none; }
.deo-category-image.image-category-media-three {
  margin-bottom: 0px; }
  .deo-category-image.image-category-media-three .cate_content {
    padding: 10px;
    margin: 2px 0px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .deo-category-image.image-category-media-three .cate_content .cate-meta {
      margin-top: 10px; }
    .deo-category-image.image-category-media-three .cate_content .cate-name {
      color: inherit;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .deo-category-image.image-category-media-three .cate_content .deo-qty-category {
      font-size: 13px;
      font-weight: 300;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .deo-category-image.image-category-media-three .cate_content .deo-qty-category.processed-qty-category:before {
        content: '(';
        display: inline-block; }
      .deo-category-image.image-category-media-three .cate_content .deo-qty-category.processed-qty-category:after {
        content: ')';
        display: inline-block; }
    @media (min-width: 992px) {
      .deo-category-image.image-category-media-three .cate_content:hover {
        -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); } }
.deo-category-image.image-category-media-four {
  margin-bottom: 0px; }
  .deo-category-image.image-category-media-four .cate_content {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px; }
    .deo-category-image.image-category-media-four .cate_content .cate-meta {
      padding: 15px;
      top: 50%;
      position: absolute;
      pointer-events: none;
      left: 55%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .rtl .deo-category-image.image-category-media-four .cate_content .cate-meta {
        right: 55%;
        left: auto; }
    .deo-category-image.image-category-media-four .cate_content .cate-name {
      color: inherit;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 8px;
      pointer-events: auto;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .deo-category-image.image-category-media-four .cate_content .deo-qty-category {
      display: block;
      font-size: 14px;
      font-style: italic;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .deo-category-image.image-category-media-four .cate_content .deo-qty-category.processed-qty-category:before {
        content: '(';
        display: inline-block; }
      .deo-category-image.image-category-media-four .cate_content .deo-qty-category.processed-qty-category:after {
        content: ')';
        display: inline-block; }
    @media (min-width: 992px) {
      .deo-category-image.image-category-media-four .cate_content:hover {
        border-color: #1bbc9b; } }

@media (max-width: 991px) {
  .countdown-media-one {
    margin-bottom: 20px; } }
.countdown-media-one .deo-countdown {
  border-top: none;
  padding-top: 0px;
  margin-top: 20px; }
.countdown-media-one .description h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase; }
.countdown-media-one .description p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px; }
.countdown-media-one .description b {
  font-size: 30px;
  font-weight: 500; }
.countdown-media-one .deo-countdown-link {
  margin-top: 20px;
  margin-bottom: 0px; }
  .countdown-media-one .deo-countdown-link a {
    color: #FFFFFF;
    font-size: 13px;
    padding: 9px 20px;
    background: #000000;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 9999px; }
    .countdown-media-one .deo-countdown-link a:after {
      content: '\ea2a';
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      font-family: "deo-custom-icons";
      margin-left: 5px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .rtl .countdown-media-one .deo-countdown-link a:after {
        margin-right: 5px;
        margin-left: inherit; }
    .countdown-media-one .deo-countdown-link a:hover {
      background: #1bbc9b; }

@media (max-width: 991px) {
  .countdown-media-two {
    margin-bottom: 20px; } }
.countdown-media-two .deo-countdown {
  border-top: none;
  padding-top: 0px;
  margin-top: 20px;
  margin-bottom: 20px; }
.countdown-media-two .description h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase; }
.countdown-media-two .description h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase; }
.countdown-media-two .description p {
  font-size: 18px;
  margin-bottom: 0px; }
.countdown-media-two .description b {
  font-size: 35px;
  font-weight: inherit; }
.countdown-media-two .deo-countdown-link {
  margin-top: 30px;
  margin-bottom: 0px; }
  .countdown-media-two .deo-countdown-link a {
    color: #FFFFFF;
    padding: 10px 30px;
    background: #000000;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .countdown-media-two .deo-countdown-link a:hover {
      background: #1bbc9b; }
.countdown-media-two.text-white .description h3, .countdown-media-two.text-white .description h4, .countdown-media-two.text-white .description p {
  color: #FFFFFF; }
.countdown-media-two.btn-white .deo-countdown-link a {
  color: #000000;
  background: #FFFFFF; }
  .countdown-media-two.btn-white .deo-countdown-link a:hover {
    color: #FFFFFF;
    background: #1bbc9b; }

.footer-contact.footer-contact-media-one .phone-contact {
  margin-bottom: 20px;
  position: relative;
  padding-left: 65px; }
  .rtl .footer-contact.footer-contact-media-one .phone-contact {
    padding-right: 65px;
    padding-left: inherit; }
  .footer-contact.footer-contact-media-one .phone-contact:before {
    content: '\ea99';
    top: 50%;
    position: absolute;
    font-size: 45px;
    font-family: "deo-custom-icons";
    color: #1bbc9b;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .rtl .footer-contact.footer-contact-media-one .phone-contact:before {
      right: 0px;
      left: auto; }
  .footer-contact.footer-contact-media-one .phone-contact p {
    margin-bottom: 3px; }
  .footer-contact.footer-contact-media-one .phone-contact h3 {
    color: inherit;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0px; }
.footer-contact.footer-contact-media-one .contact-infor {
  margin-bottom: 10px; }
  .footer-contact.footer-contact-media-one .contact-infor h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 10px; }
  .footer-contact.footer-contact-media-one .contact-infor ul {
    margin-bottom: 0px; }
    .footer-contact.footer-contact-media-one .contact-infor ul li {
      position: relative;
      padding-left: 25px; }
      .rtl .footer-contact.footer-contact-media-one .contact-infor ul li {
        padding-right: 25px;
        padding-left: inherit; }
      .footer-contact.footer-contact-media-one .contact-infor ul li + li {
        margin-top: 10px; }
      .footer-contact.footer-contact-media-one .contact-infor ul li a {
        color: inherit; }
        .footer-contact.footer-contact-media-one .contact-infor ul li a:hover {
          color: #169a7f; }
      .footer-contact.footer-contact-media-one .contact-infor ul li i {
        top: 2px;
        font-size: 16px;
        position: absolute;
        color: #1bbc9b;
        left: 0px; }
        .rtl .footer-contact.footer-contact-media-one .contact-infor ul li i {
          right: 0px;
          left: auto; }

@media (min-width: 576px) {
  .block_newsletter.newsletter-media-one {
    border: 1px solid #eaeaea;
    padding: 20px; } }
@media (min-width: 992px) {
  .block_newsletter.newsletter-media-one {
    padding: 20px 40px; }
    .footer-container .block_newsletter.newsletter-media-one .title_block,
    .block_newsletter.newsletter-media-one .box-title .title_block {
      margin-bottom: 10px; }
    .block_newsletter.newsletter-media-one .description {
      display: none; }
    .block_newsletter.newsletter-media-one .box-title .description {
      display: block;
      margin-bottom: 0px; }
    .block_newsletter.newsletter-media-one .popup-content-newsletter {
      margin-left: -10px;
      margin-right: -10px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .block_newsletter.newsletter-media-one .popup-content-newsletter .box-title, .block_newsletter.newsletter-media-one .popup-content-newsletter .block_content {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px; } }
@media (min-width: 992px) {
  .block_newsletter.newsletter-media-one .popup-content-newsletter {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; } }
@media (min-width: 992px) {
  .block_newsletter.newsletter-media-one .popup-content-newsletter .block_content {
    width: 40%; } }
@media (min-width: 576px) {
  .block_newsletter.newsletter-media-one .popup-content-newsletter .box-title {
    margin: 0px 0px 20px; } }
@media (min-width: 992px) {
  .block_newsletter.newsletter-media-one .popup-content-newsletter .box-title {
    width: 60%;
    max-width: 700px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }
@media (min-width: 576px) {
  .block_newsletter.newsletter-media-one .popup-content-newsletter .box-title .title {
    padding: 0px 0px 0px 30px; }
    .rtl .block_newsletter.newsletter-media-one .popup-content-newsletter .box-title .title {
      padding: 0px 30px 0px 0px; } }
@media (min-width: 992px) {
  .block_newsletter.newsletter-media-one .popup-content-newsletter .box-title .title {
    width: 35%;
    padding: 0px 20px 0px 30px; }
    .rtl .block_newsletter.newsletter-media-one .popup-content-newsletter .box-title .title {
      padding: 0px 30px 0px 20px; } }
@media (min-width: 576px) {
  .block_newsletter.newsletter-media-one .popup-content-newsletter .box-title .title:before {
    content: '\e92f';
    position: absolute;
    font-family: "deo-custom-icons";
    top: 50%;
    font-size: 22px;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .rtl .block_newsletter.newsletter-media-one .popup-content-newsletter .box-title .title:before {
      right: 0px;
      left: auto; } }
@media (min-width: 992px) {
  .block_newsletter.newsletter-media-one .popup-content-newsletter .box-title .title:after {
    content: '';
    width: 1px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    min-height: 30px;
    border-left: 1px solid #eaeaea;
    position: absolute;
    right: 20px; }
    .rtl .block_newsletter.newsletter-media-one .popup-content-newsletter .box-title .title:after {
      left: 20px;
      right: auto; } }
@media (min-width: 576px) {
  .block_newsletter.newsletter-media-one .popup-content-newsletter .box-title .title .title_block {
    font-size: 22px;
    margin-bottom: 0px; } }
@media (min-width: 992px) {
  .block_newsletter.newsletter-media-one .popup-content-newsletter .box-title .sub-title-widget {
    width: 65%; } }

.search-widget.search-media-one {
  width: 100%; }
  .search-widget.search-media-one .popup-content {
    padding: 4px;
    background: #FFFFFF;
    border: 2px solid #e9e9e9;
    border-radius: 9999px; }
    .search-widget.search-media-one .popup-content input[type=text] {
      height: 34px;
      background: transparent;
      overflow: hidden;
      border-radius: 2px;
      padding: 5px 60px 5px 15px; }
      .rtl .search-widget.search-media-one .popup-content input[type=text] {
        padding: 5px 15px 5px 60px; }
    .search-widget.search-media-one .popup-content button[type=submit] {
      top: 7px;
      bottom: 7px;
      color: #FFFFFF;
      width: 50px;
      height: 34px;
      line-height: 34px;
      background: #1bbc9b;
      right: 7px;
      border-radius: 9999px; }
      .rtl .search-widget.search-media-one .popup-content button[type=submit] {
        left: 7px;
        right: auto; }
      .search-widget.search-media-one .popup-content button[type=submit]:hover {
        color: #FFFFFF;
        background: #169a7f; }

.deo-search-advanced.search-media-one {
  width: 100%; }
  .deo-search-advanced.search-media-one .popup-content {
    width: 100%;
    padding: 4px;
    background: #FFFFFF;
    border: 2px solid #e9e9e9;
    border-radius: 9999px; }
  .deo-search-advanced.search-media-one .block_content .deo-advanced-search-input {
    width: calc(100% - 60px); }
    .deo-search-advanced.search-media-one .block_content .deo-advanced-search-input .advanced_search_query {
      height: 34px;
      background: transparent;
      border-width: 0px 0px 0px 0px; }
      .rtl .deo-search-advanced.search-media-one .block_content .deo-advanced-search-input .advanced_search_query {
        border-width: 0px 0px 0px 0px; }
  .deo-search-advanced.search-media-one .block_content .deo-advanced-search-top-button {
    top: 3px;
    bottom: 3px;
    color: #FFFFFF;
    width: 50px;
    height: 34px;
    line-height: 34px;
    background: #1bbc9b;
    right: 3px;
    border-radius: 9999px; }
    .rtl .deo-search-advanced.search-media-one .block_content .deo-advanced-search-top-button {
      left: 3px;
      right: auto; }
    .deo-search-advanced.search-media-one .block_content .deo-advanced-search-top-button:hover {
      color: #FFFFFF;
      background: #169a7f; }
  .deo-search-advanced.search-media-one .block_content .list-cate-wrapper .list-cate {
    margin-top: 5px; }
  .deo-search-advanced.search-media-one .block_content .list-cate-wrapper .select-title {
    height: 34px;
    line-height: 34px;
    background: transparent;
    border-width: 0px 0px 0px 0px; }
    .rtl .deo-search-advanced.search-media-one .block_content .list-cate-wrapper .select-title {
      border-width: 0px 0px 0px 0px; }
    .deo-search-advanced.search-media-one .block_content .list-cate-wrapper .select-title:before {
      width: 2px; }
  .deo-search-advanced.search-media-one.search-by-category .block_content .deo-advanced-search-input {
    width: calc(75% - 60px); }
    @media (max-width: 991px) {
      .deo-search-advanced.search-media-one.search-by-category .block_content .deo-advanced-search-input {
        width: calc(65% - 60px); } }
    @media (max-width: 767px) {
      .deo-search-advanced.search-media-one.search-by-category .block_content .deo-advanced-search-input {
        width: calc(100% - 60px); } }
    .deo-search-advanced.search-media-one.search-by-category .block_content .deo-advanced-search-input .advanced_search_query {
      height: 34px; }
  .deo-search-advanced.search-media-one.search-by-category .block_content .deo-advanced-search-top-button {
    width: 60px;
    height: 34px;
    line-height: 34px; }

/*# sourceMappingURL=widgets.css.map */
