/*
Theme Name:   	Sterkado
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Brightness
Author URI:     
Template:     	wp-bootstrap-starter
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	wp-bootstrap-starter
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
 

header {
  position: absolute;
  width: 100%;
  padding: 15px 0 !important;
  z-index: 999;
}

@media only screen and (min-width: 992px) and (max-width: 1022px) {
  header .full-width-tab {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1022px) {
  header #desk_menu {
    display: none;
  }
}

header .pd-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 1600px) {
  header .pd-100 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1022px) {
  header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .logo img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1022px) {
  header .logo img {
    margin: 0;
  }
}

header .logo a {
  width: 50%;
}

header .rating-site {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #40434E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .rating-site {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1022px) {
  header .rating-site {
    display: none;
  }
}

header .rating-site p {
  margin-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .rating-site p {
    font-size: 11px;
  }
}

header .rating-site .fa-star {
  color: #FBBF24;
}

header .rating-site a {
  color: #000000;
  text-decoration: underline;
}

header .rating-site a:hover {
  color: #EB5E55;
  text-decoration: none;
}

header .right-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1022px) {
  header .right-top-menu {
    display: none;
  }
}

header .phone-link img {
  vertical-align: middle;
  width: 13px;
  margin-right: 5px;
}

header .phone-link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #40434E;
  text-decoration: none;
}

header .phone-link a:hover {
  color: #EB5E55;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .phone-link a {
    font-size: 13px;
  }
}

header .nav-top li {
  margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .nav-top li {
    margin-left: 10px;
  }
}

header .nav-top li a {
  padding: 0;
  font-weight: 50;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #40434E;
}

header .nav-top li a:hover {
  color: #EB5E55;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .nav-top li a {
    font-size: 13px;
  }
}

header .main-header-bar {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .main-header-bar nav .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

header .main-header-bar nav .navbar-nav > li {
  padding: 0;
  margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .main-header-bar nav .navbar-nav > li {
    margin-right: 20px;
  }
}

header .main-header-bar nav .navbar-nav > li.menu-item-has-children > a::after {
  content: "";
  background: url(../images/down-arrow.svg) no-repeat;
  width: 10px;
  height: 7px;
  display: inline-block;
  position: relative;
  right: -5px;
  top: -3px;
  border: 0;
  vertical-align: baseline;
  margin: 0;
}

header .main-header-bar nav .navbar-nav > li.menu-item-has-children:hover .dropdown-menu {
  display: block !important;
}

header .main-header-bar nav .navbar-nav > li.menu-item-has-children .dropdown-menu {
  display: none;
  min-width: 220px;
  margin: 0 !important;
  padding: 15px 20px !important;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0px 0px 26px 0px #00000021;
  box-shadow: 0px 0px 26px 0px #00000021;
}

header .main-header-bar nav .navbar-nav > li.menu-item-has-children .dropdown-menu li a {
  color: #40434E;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

header .main-header-bar nav .navbar-nav > li.menu-item-has-children .dropdown-menu li a:hover {
  color: #EB5E55;
}

header .main-header-bar nav .navbar-nav > li > a {
  padding: 0 !important;
  color: #40434E;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
}

header .main-header-bar nav .navbar-nav > li > a:hover {
  color: #EB5E55;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .main-header-bar nav .navbar-nav > li > a {
    font-size: 16px;
  }
}

header .main-header-bar .contact-top-link .nav-link {
  border: 1px solid #EB5E55;
  background: #EB5E55;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  display: inline-block;
  line-height: 22px;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Montserrat", sans-serif;
}

header .main-header-bar .contact-top-link .nav-link:hover {
  background: transparent;
  color: #EB5E55;
}

@media only screen and (max-width: 1022px) {
  header .main-header-bar .contact-top-link .nav-link {
    display: none;
  }
}

@media only screen and (max-width: 1022px) {
  header {
    z-index: 99999;
  }
  header .main-header-bar {
    margin-top: 0;
  }
 
  .right-top-menu ul {
    position: relative;
    width: auto;
    padding: 0;
    top: auto !important;
    left: 0;
    display: block !important;
  }
  .right-top-menu ul::after {
    content: none;
  }
  .right-top-menu ul li {
    margin-bottom: 30px;
  }
  .right-top-menu ul li::before {
    content: none !important;
  }
  .right-top-menu ul li a {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #40434E;
    letter-spacing: 0.02em;
  }
  .right-top-menu .phone-link a {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #40434E;
    letter-spacing: 0.02em;
  }
  .menu-toogle {
    width: 50%;
    text-align: right;
    position: relative;
    top: -4px;
  }
  .menu-toogle::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    height: 3px;
    width: 30px;
    background: #40434E;
    display: inline-block;
    border-radius: 3px;
  }
  .menu-toogle span::before, .menu-toogle span::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    right: 0;
    background: #40434E;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-toogle span::after {
    bottom: -2px;
  }
  .menu-toogle span::before {
    top: 7px;
  }
  .mm-ocd-opened .logo .menu-toogle::after {
    opacity: 0;
  }
  
  .mm-spn--main::after {
    content: none !important;
  }
  .mm-spn.mm-spn--navbar:after {
    top: 115px;
    opacity: 1;
    z-index: 11;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    left: 15px;
  }
  .mm-spn.mm-spn--navbar:before {
    top: 125px;
    opacity: 1;
    z-index: 11;
    background: url(../images/right-arrow.svg) no-repeat;
    height: 15px;
    width: 18px;
    border: 0;
    background-size: contain;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin: 0;
  }
  .mm-spn a:not(:last-child):after,
  .mm-spn li:after,
  .mm-spn.mm-spn--navbar ul:before {
    content: none;
  }
  .navbar-nav {
    padding: 80px 15px 0 !important;
    width: 100% !important;
  }
  .navbar-nav .dropdown-menu {
    position: fixed;
    float: inherit;
    margin-left: 0;
    background: inherit;
    padding: 120px 15px 0 55px;
    width: 100% !important;
  }
  .navbar-nav .dropdown-menu li {
    margin-bottom: 18px;
  }
  .navbar-nav .dropdown-menu li::before {
    content: none;
  }
  .navbar-nav .dropdown-menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #40434E;
  }
  .navbar-nav > li > a {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #40434E;
  }
  .navbar-nav li.menu-item-has-children::before {
    background: url(../images/right-arrow.svg) no-repeat;
    display: inline-block;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    background-size: contain;
    height: 15px;
    width: 18px;
    opacity: 1;
    border: 0;
    right: 16px;
  }
  .mm-spn--parent ~ .right-top-menu {
    opacity: 0;
  }
  .mm-ocd__content {
    width: 100% !important;
    min-width: 100% !important;
  }
  .mm-ocd__backdrop {
    width: 0;
    min-width: auto !important;
    max-width: 100% !important;
  }

  .rating-bttn .rating-site {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    padding: 0 0 15px 0;
    display: block;
  }
  .rating-bttn .rating-site i {
    color: #FBBF24;
    letter-spacing: -2px;
  }
  .rating-bttn .rating-site a {
    padding: 0;
    display: inline-block;
  }
  .rating-bttn .contact-top-link .nav-link {
    background: #EB5E55;
    border-radius: 30px;
    padding: 11px 20px;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
  }
}

.footer {
  float: left;
  padding: 50px 0;
}

.footer .footer-bg {
  background-color: #9FC4C4;
  padding: 75px;
  border-radius: 50px;
}

@media only screen and (max-width: 1600px) {
  .footer .footer-bg {
    padding: 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer .footer-bg {
    padding: 25px;
  }
}

.footer .footer-bg .footer-top {
  padding-bottom: 80px;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(64, 67, 78, 0.1);
}

.footer .footer-bg .footer-top .social-icon-desktop {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bg .footer-top .social-icon-desktop {
    display: none;
  }
}

.footer .footer-bg .footer-top .social-icon-desktop ul {
  padding: 0;
  margin: 0;
}

.footer .footer-bg .footer-top .social-icon-desktop ul li {
  display: inline-block;
  padding-right: 20px;
}

.footer .footer-bg .footer-top .social-icon-desktop ul li a:before {
  content: "";
  display: inline-block;
  background-size: contain !important;
  width: 30px;
  height: 28px;
  color: #3E8989;
}

.footer .footer-bg .footer-top .social-icon-desktop ul li a.facebook:before {
  background: url(../images/facebook.svg) no-repeat center;
}

.footer .footer-bg .footer-top .social-icon-desktop ul li a.instagram:before {
  background: url(../images/insta.svg) no-repeat center;
}

.footer .footer-bg .footer-top .social-icon-desktop ul li a.youtube:before {
  background: url(../images/youtube.svg) no-repeat center;
}

.footer .footer-bg .footer-top .social-icon-desktop ul li a.linkedin:before {
  background: url(../images/linkd.svg) no-repeat center;
}

.footer .footer-bg .footer-top .social-icon-desktop ul li:last-child {
  padding-right: 0;
}

.footer .footer-bg .footer-top .footer-newsletter p {
  max-width: 421px;
}

.footer .footer-bg .footer-top .footer-newsletter .newsletter-section {
  padding-top: 38px;
}

.footer .footer-bg .footer-top .footer-newsletter .newsletter-section input {
  width: 100%;
  border-radius: 80px;
  background-color: #FFFFFF;
  padding: 12px 20px;
  border: 0;
  opacity: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
}

.footer .footer-bg .footer-top .footer-newsletter .newsletter-section .row > div {
  padding: 0 3.5px;
}

.footer .footer-bg .footer-top .footer-newsletter .newsletter-section .btn {
  white-space: nowrap;
}

.footer .footer-bg .footer-top .footer-newsletter .social-icon-mobile {
  display: none;
}

.footer .footer-bg .footer-top .footer-logo-desktop {
  text-align: right;
}

.footer .footer-bg .footer-top .footer-logo-desktop h2 {
  font-size: 64px;
  line-height: 82px;
  font-weight: 400;
}

.footer .footer-bg .footer-top .footer-logo-desktop h2 span {
  font-weight: 600;
}

.footer .footer-bg .footer-bottom h6 {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 40px;
}

.footer .footer-bg .footer-bottom ul li {
  padding-bottom: 15px;
}

.footer .footer-bg .footer-bottom ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #40434E;
}

/* @media only screen and (max-width: 1400px) {
  .footer .footer-bg .footer-bottom ul li a {
    font-size: 15px;
  }
} */

/* @media only screen and (max-width: 1350px) {
  .footer .footer-bg .footer-bottom ul li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer .footer-bg .footer-bottom ul li a {
    font-size: 13px;
  }
} */

.footer .footer-bg .footer-bottom ul li:last-child {
  padding-bottom: 0;
}

.footer .footer-bg .sub-footer .disclaimar {
  padding-top: 40px;
}

.footer .footer-bg .sub-footer .disclaimar ul {
  margin: 0 -5px;
}

.footer .footer-bg .sub-footer .disclaimar ul li {
  display: inline-block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  padding: 0 5px;
  border-right: 1px solid #40434E;
}

.footer .footer-bg .sub-footer .disclaimar ul li a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #40434E;
}

.footer .footer-bg .sub-footer .disclaimar ul li:last-child {
  border-right: 0;
}

.footer .footer-bg .footer-logo-mobile {
  display: none;
}

.footer .footer-bg .footer-contact .mobile-contact {
  margin-bottom: 50px;
  position: relative;
  padding-left: 50px;
}

@media only screen and (max-width: 1350px) {
  .footer .footer-bg .footer-contact .mobile-contact {
    padding-left: 30px;
    margin-bottom: 20px;
  }
}

.footer .footer-bg .footer-contact .mobile-contact a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #40434E;
  display: block;
  white-space: nowrap;
}

@media only screen and (max-width: 1280px) {
  .footer .footer-bg .footer-contact .mobile-contact a {
    font-size: 12px;
  }
}

.footer .footer-bg .footer-contact .mobile-contact p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: block;
  color: #40434E;
}

.footer .footer-bg .footer-contact .mobile-contact:before {
  content: '';
  display: inline-block;
  background-image: url(../images/cal.svg);
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer .footer-bg .footer-contact .email-contact {
  position: relative;
  padding-left: 50px;
}

@media only screen and (max-width: 1350px) {
  .footer .footer-bg .footer-contact .email-contact {
    padding-left: 30px;
  }
}

.footer .footer-bg .footer-contact .email-contact a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #40434E;
  display: block;
  white-space: nowrap;
}

@media only screen and (max-width: 1280px) {
  .footer .footer-bg .footer-contact .email-contact a {
    font-size: 12px;
  }
}

.footer .footer-bg .footer-contact .email-contact p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #40434E;
  display: block;
}

.footer .footer-bg .footer-contact .email-contact:before {
  content: '';
  display: inline-block;
  background-image: url(../images/mail.svg);
  background-repeat: no-repeat;
  width: 41px;
  height: 36px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer .footer-newsletter .gform_validation_errors, .footer .footer-newsletter .gfield_validation_message {
  display: none;
}

.footer .footer-newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .footer .footer-newsletter form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-newsletter form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer .footer-newsletter form .gform_body {
  width: 100%;
  padding-right: 10px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .footer .footer-newsletter form .gform_body {
    padding: 0 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-newsletter form .gform_body {
    padding: 0 0 10px 0;
  }
}

.footer .footer-newsletter form .gform_body input {
  border: 1px solid #fff;
}

.footer .footer-newsletter form .gform_body input:focus-visible {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.footer .footer-newsletter form .gfield_error input {
  border: 2px solid red !important;
}

.footer .footer-newsletter form .gform_footer {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .footer .footer-newsletter form .gform_footer {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-newsletter form .gform_footer {
    width: 100%;
  }
}

.footer .footer-newsletter form .gform_footer [type="submit"] {
  border: 1px solid #EB5E55 !important;
  margin: 0;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 30px !important;
  background: #EB5E55 !important;
  color: #fff !important;
  padding: 8px 20px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .footer-newsletter form .gform_footer [type="submit"]:hover {
  background: transparent !important;
  color: #EB5E55 !important;
}

@media only screen and (max-width: 1200px) {
  .footer .footer-bg .footer-top {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .footer .footer-bg .footer-top h4 {
    font-size: 25px;
    line-height: 35px;
  }
  .footer .footer-bg .footer-top .footer-logo-desktop h2 {
    font-size: 50px;
    line-height: 68px;
  }
  .footer .footer-bg .footer-bottom h6 {
    padding-bottom: 20px;
  }
  .footer .footer-bg .footer-bottom ul li {
    padding-bottom: 20px;
  }
  /* .footer .footer-bg .footer-bottom ul li a {
    font-size: 15px;
  } */
  .footer .footer-bg .footer-bottom .spacing-footer {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 1080px) {
  .footer .footer-bg .footer-bottom .spacing-footer {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .footer .footer-bg .sub-footer .disclaimar {
    padding-top: 20px;
  }
  .footer .footer-bg .footer-contact .mobile-contact a, .footer .footer-bg .footer-contact .email-contact a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .footer .footer-bg {
    border-radius: 20px;
  }
  .footer .footer-bg .footer-top {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .footer .footer-bg .footer-top h4 {
    text-align: left;
  }
  .footer .footer-bg .footer-top h4 br {
    display: none;
  }
  .footer .footer-bg .footer-top .social-icon-dektop {
    text-align: left;
  }
  .footer .footer-bg .footer-top .footer-logo-desktop {
    text-align: left;
  }
  .footer .footer-bg .footer-top .footer-newsletter {
    padding: 30px 0;
  }
  .footer .footer-bg .footer-top .footer-newsletter .newsletter-section {
    padding-top: 15px;
    text-align: left;
  }
  .footer .footer-bg .footer-top .footer-newsletter .newsletter-section > .row {
    margin: 0;
  }
  .footer .footer-bg .footer-top .footer-newsletter p {
    max-width: 100%;
  }
  .footer .footer-bg .footer-top .social-icon-desktop {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-bg {
    padding: 35px 25px;
    border-radius: 20px;
  }
  .footer .footer-bg .footer-newsletter .newsletter-section .btn {
    width: 100%;
    white-space: initial;
    margin-top: 15px;
  }
  .footer .footer-bg .footer-top {
    padding-bottom: 20px;
    margin-bottom: 45px;
  }
  .footer .footer-bg .footer-top h4 {
    font-size: 24px;
    line-height: 31px;
    text-align: left;
  }
  .footer .footer-bg .footer-top .footer-newsletter {
    padding: 0;
  }
  .footer .footer-bg .footer-top .footer-newsletter .newsletter-section {
    padding: 0;
    text-align: left;
  }
  .footer .footer-bg .footer-top .footer-newsletter .newsletter-section .btn {
    width: auto;
  }
  .footer .footer-bg .footer-top .footer-newsletter .newsletter-section .row > div {
    padding: 0;
  }
  .footer .footer-bg .footer-top .footer-newsletter .footer-logo-desktop {
    display: block;
  }
  .footer .footer-bg .footer-top .footer-newsletter .social-icon-mobile {
    display: block;
    padding-top: 60px;
  }
  .footer .footer-bg .footer-top .footer-newsletter .social-icon-mobile ul li {
    display: inline-block;
    padding-right: 20px;
  }
  .footer .footer-bg .footer-top .footer-newsletter .social-icon-mobile ul li a:before {
    content: "";
    display: inline-block;
    background-size: contain !important;
    width: 30px;
    height: 28px;
    color: #3E8989;
  }
  .footer .footer-bg .footer-top .footer-newsletter .social-icon-mobile ul li a.facebook:before {
    background: url(../images/facebook.svg) no-repeat center;
  }
  .footer .footer-bg .footer-top .footer-newsletter .social-icon-mobile ul li a.instagram:before {
    background: url(../images/insta.svg) no-repeat center;
  }
  .footer .footer-bg .footer-top .footer-newsletter .social-icon-mobile ul li a.youtube:before {
    background: url(../images/youtube.svg) no-repeat center;
  }
  .footer .footer-bg .footer-top .footer-newsletter .social-icon-mobile ul li a.linkedin:before {
    background: url(../images/linkd.svg) no-repeat center;
  }
  .footer .footer-bg .footer-top .footer-newsletter .social-icon-mobile ul li:last-child {
    padding-right: 0;
  }
  .footer .footer-bg .footer-top .footer-newsletter .normal-paragraph-desktop {
    padding: 35px 0 25px;
    font-size: 14px;
    line-height: 21px;
    opacity: 0.6;
  }
  .footer .footer-bg .footer-top .footer-logo-desktop {
    display: none;
  }
  .footer .footer-bg .footer-top .footer-logo-desktop h2 {
    font-size: 24px;
    line-height: 31px;
  }
  .footer .footer-bg .footer-bottom h6 {
    font-size: 20px;
    padding: 40px 0 25px !important;
    line-height: 25.50px;
  }
  .footer .footer-bg .footer-bottom ul li {
    padding-bottom: 20px;
  }
  /* .footer .footer-bg .footer-bottom ul li a {
    font-size: 14px;
    line-height: 21px;
  } */
  .footer .footer-bg .footer-bottom .spacing-footer .row > div:first-child h6 {
    padding-top: 0 !important;
  }
  .footer .footer-bg .footer-contact .mobile-contact {
    margin: 20px 0 20px;
    padding-left: 45px;
  }
  .footer .footer-bg .footer-contact .mobile-contact:before {
    left: 15px;
    width: 25px;
    height: 25px;
    background-size: 100%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
  .footer .footer-bg .footer-contact .email-contact {
    padding-left: 45px;
  }
  .footer .footer-bg .footer-contact .email-contact:before {
    left: 15px;
    width: 25px;
    height: 25px;
    background-size: 100%;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
  .footer .footer-bg .footer-logo-mobile {
    display: block;
    padding: 45px 0 13px;
    width: 100%;
    border-bottom: 1px solid #40434E;
  }
  .footer .footer-bg .footer-logo-mobile h2 {
    font-size: 24px;
    line-height: 30.62px;
    font-weight: 400;
  }
  .footer .footer-bg .footer-logo-mobile h2 span {
    font-weight: 600;
  }
  .footer .footer-bg .footer-logo-mobile img {
    width: 168px;
    display: block;
  }
  .footer .footer-bg .sub-footer .disclaimar {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1022px) {
  .mobile-bg {
    padding-top: 120px;
    background-size: cover !important;
    padding-bottom: 130px;
    background-position: 80% !important;
  }
}

@media only screen and (min-width: 1023px) {
  .mobile-bg {
    background: transparent !important;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1022px) {
  .mobile-bg .md-full {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1022px) {
  .section-hero_banner_section .hide-sm-device {
    display: none;
  }
}

.section-hero_banner_section .remove-content ul {
  padding: 0;
}

.section-hero_banner_section .remove-content ul li {
  padding: 0;
  margin: 0;
}

.section-hero_banner_section .remove-content ul li::before {
  content: none;
}

.section-hero_banner_section ul li {
  font-weight: 400;
  color: #40434E;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding-left: 30px;
  margin-bottom: 8px;
}

.section-hero_banner_section ul li::before {
  font: normal normal normal 19px/1 FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 3px;
}

@media only screen and (max-width: 767px) {
  .section-hero_banner_section ul li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}

/* .section-hero_banner_section .container-fluid {
  padding-left: calc((100% - 1734px) / 1);
} */

/* @media only screen and (max-width: 1700px) {
  .section-hero_banner_section .container-fluid {
    padding-left: 15px;
  }
} */

.section-hero_banner_section h1 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1400px) {
  .section-hero_banner_section h1 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 1200px) {
  .section-hero_banner_section h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.section-hero_banner_section p {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
}

@media only screen and (max-width: 1200px) {
  .section-hero_banner_section p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero_banner_section p {
    font-size: 14px;
    line-height: 21px;
  }
}

.section-hero_banner_section figure {
  position: relative;
  overflow: hidden;
}

.section-hero_banner_section figure > img {
  height: 730px;
}

.section-hero_banner_section figure figcaption {
  position: absolute;
  right: -15em;
  bottom: 118px;
  left: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-hero_banner_section figure figcaption {
    display: none;
  }
}

.section-hero_banner_section figure figcaption img {
  margin: 0 auto;
}

.section-hero_banner_section .contact-banner-link {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1199px) {
  .section-hero_banner_section .contact-banner-link {
    display: block !important;
  }
}

.section-hero_banner_section .contact-banner-link p {
  font-weight: 400;
  font-size: 13px;
  color: #40434E;
  line-height: 28px;
}

@media only screen and (max-width: 1199px) {
  .section-hero_banner_section .contact-banner-link p {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero_banner_section .contact-banner-link p {
    opacity: 0.3;
  }
}

.section-hero_banner_section .contact-banner-link a {
  background: #EB5E55;
  border-radius: 30px;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 14px;
  padding: 8px 20px;
  border: 1px solid #EB5E55;
  line-height: 28px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 15px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 1200px) {
  .section-hero_banner_section .contact-banner-link a {
    padding: 8px 10px;
    line-height: 24px;
    margin-right: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero_banner_section .contact-banner-link a {
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 20px;
  }
}

.section-hero_banner_section .contact-banner-link a:hover {
  background: transparent;
  color: #40434E;
  border: 1px solid #40434E;
}

.section-hero_banner_section .contact-banner-link a.transparent-btn {
  background: transparent;
  color: #40434E;
  border: 1px solid #40434E;
}

.section-hero_banner_section .contact-banner-link a.transparent-btn:hover {
  background: #EB5E55;
  color: #FFFFFF;
  border: 1px solid #EB5E55;
}

.section-hero_banner_section .user-text {
  margin-top: -130px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .section-hero_banner_section .user-text {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .section-hero_banner_section .user-text .user-img {
    width: 80px;
  }
}

.section-hero_banner_section .user-text .user-img img {
  display: block;
  height: 140px;
}

@media only screen and (max-width: 1024px) {
  .section-hero_banner_section .user-text .user-img img {
    height: 78px;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero_banner_section .user-text .user-img img {
    width: 80px;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .section-hero_banner_section .user-text .user-img img {
    width: 100%;
    height: 100%;
  }
}

.section-hero_banner_section .user-text .user-content {
  background: url(../images/text-bg.png) no-repeat;
  display: block;
  background-size: cover;
  border-radius: 15px;
  width: 430px;
  text-align: left;
  padding: 27px 50px 27px 58px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1400px) {
  .section-hero_banner_section .user-text .user-content {
    padding: 27px 30px 27px 58px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-hero_banner_section .user-text .user-content {
    width: 375px;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero_banner_section .user-text .user-content {
    padding: 27px 20px 27px 58px;
  }
}

.section-hero_banner_section .user-text .user-content p {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #40434E;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1400px) {
  .section-hero_banner_section .user-text .user-content p {
    font-size: 14px;
    -webkit-line-clamp: 3;
    line-height: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero_banner_section .user-text .user-content p {
    font-style: normal;
  }
}

.section-hero_banner_section .user-text .user-content strong {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: bold;
  color: #40434E;
  font-family: "Montserrat", sans-serif;
}

.only-banner-content {
  padding-top: 170px !important;
  padding-bottom: 150px !important;
}

@media only screen and (max-width: 1023px) {
  .only-banner-content {
    padding-top: 130px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .only-banner-content {
    height: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .only-banner-content {
    padding-bottom: 80px !important;
  }
}

.only-banner-content figure {
  overflow: unset;
}

.only-banner-content figure figcaption {
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(240px) rotate(357deg);
          transform: translateY(240px) rotate(357deg);
}

.only-banner-content .sterkado_news_cat_filter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 1350px) {
  .only-banner-content .sterkado_news_cat_filter {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding-top: 30px;
  }
}

.only-banner-content .sterkado_news_cat_filter li {
  padding: 0;
  margin: 0 10px;
  font-weight: 700;
  cursor: pointer;
}

.only-banner-content .sterkado_news_cat_filter li::before {
  content: none;
}

.only-banner-content .sterkado_news_cat_filter li:hover {
  color: #EB5E55;
}

.only-banner-content .sterkado_news_cat_filter li.mob_only {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .only-banner-content .sterkado_news_cat_filter li:first-child {
    width: 50%;
    margin: 0;
    margin: 0 0 15px 0;
  }
  .only-banner-content .sterkado_news_cat_filter li.mob_only {
    display: block;
    width: 50%;
    margin: 0;
    margin: 0 0 15px 0;
    text-align: right;
  }
}

.only-banner-content .sterkado_news_cat_filter .cat_item {
  padding: 12px 20px;
  font-family: "Montserrat", sans-serif;
  color: #EB5E55;
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #EB5E55;
  border-radius: 30px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.only-banner-content .sterkado_news_cat_filter .cat_item:hover, .only-banner-content .sterkado_news_cat_filter .cat_item.active {
  background: #EB5E55;
  color: #fff;
}

.only-banner-content .sterkado_news_cat_filter .cat_item::before {
  content: none;
}

@media only screen and (max-width: 1600px) {
  .only-banner-content .sterkado_news_cat_filter .cat_item {
    padding: 5px 15px;
    font-size: 13px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 1350px) {
  .only-banner-content .sterkado_news_cat_filter .cat_item {
    line-height: 24px;
    margin: 5px 4px;
  }
}

@media only screen and (max-width: 1200px) {
  .only-banner-content .sterkado_news_cat_filter .cat_item {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
  }
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 20px;
  background-color: #EB5E55;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 30px;
  border: 0;
}

.btn.btn-primary {
  background-color: #EB5E55;
}

.btn.btn-primary:hover {
  background-color: #EF4444;
}

.btn.btn-secondary {
  background-color: #FBBF24;
}

.btn.btn-secondary:hover {
  background-color: #F59E0B;
}

.btn.btn-info {
  background-color: #19C8AB;
}

.btn.btn-info:hover {
  background-color: #10B981;
}

.btn.btn-primary-ghost {
  background-color: transparent;
  border: 2px solid #EB5E55;
  color: #40434E;
}

.btn.btn-primary-ghost:hover {
  background-color: #EB5E55;
  color: #FFFFFF;
}

.btn.btn-primary-ghost:hover.arrow:after {
  color: #FFFFFF;
}

.btn.btn-primary-ghost.arrow:after {
  color: #40434E;
}

.btn.btn-secondary-ghost {
  background-color: transparent;
  border: 2px solid #FBBF24;
  color: #40434E;
}

.btn.btn-secondary-ghost:hover {
  background-color: #FBBF24;
  color: #FFFFFF;
}

.btn.btn-secondary-ghost:hover.arrow:after {
  color: #FFFFFF;
}

.btn.btn-secondary-ghost.arrow:after {
  color: #40434E;
}

.btn.btn-info-ghost {
  background-color: transparent;
  border: 2px solid #19C8AB;
  color: #40434E;
}

.btn.btn-info-ghost:hover {
  background-color: #19C8AB;
  color: #FFFFFF;
}

.btn.btn-info-ghost:hover.arrow:after {
  color: #FFFFFF;
}

.btn.btn-info-ghost.arrow:after {
  color: #40434E;
}

.btn.arrow:after {
  content: '\f061';
  font-family: 'FontAwesome';
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  padding-left: 10px;
  font-weight: lighter;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a {
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  text-decoration: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

img {
  max-width: 100%;
}

ol, ul {
  list-style: none;
}

html {
  font-size: 100% !important;
}

body {
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

h1 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  color: #40434E;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 69px;
  color: #40434E;
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
}

h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  color: #40434E;
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 26px;
    line-height: 33px;
  }
}

h4 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 43px;
  color: #40434E;
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 24px;
    line-height: 31px;
  }
}

h5 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #40434E;
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 22px;
    line-height: 28px;
  }
}

h6 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #40434E;
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 20px;
    line-height: 26px;
  }
}

.normal-subheading {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}

.dark-subheading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

/* .normal-paragraph-desktop {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
} */

/* .dark-paragraph-desktop {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
} */

.normal-paragraph-mobile {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.dark-paragraph-mobile {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
  opacity: 0.3;
}

input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
  opacity: 0.3;
}

input::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
  opacity: 0.3;
}

input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
  opacity: 0.3;
}

/* body .custom-solution-container {
  max-width: 1420px !important;
  margin: 0 auto;
} */
/* 
body .container-smm {
  max-width: 1200px;
  margin: 0 auto;
} */

body section {
  float: left;
}

body section .section-space {
  padding: 50px 0;
  float: left;
  width: 100%;
}

@media (max-width: 1200px) {
  body section .section-space {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  body section .section-space {
    padding: 25px 0;
  }
}

/* body .container {
  max-width: 1734px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
} */

/* @media only screen and (max-width: 1600px) {
  body .container {
    max-width: 100%;
  }
} */

/* body .norightpadding {
  padding-right: 0;
} */

@media only screen and (max-width: 767px) {
  body .norightpadding {
    padding-right: 15px;
  }
}

body .noleftpadding {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  body .noleftpadding {
    padding-left: 15px;
  }
}

body .nopadding {
  padding: 0;
}

body .content_align_left .case-description {
  text-align: left;
  max-width: 830px;
  padding-left: 150px;
}

body .content_align_left .case-description .normal-paragraph-desktop {
  max-width: 100% !important;
}

body .inner-comm-banner {
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 1200px) {
  body .inner-comm-banner {
    padding-top: 120px;
    height: 480px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1023px) and (max-width: 1200px) {
  body .inner-comm-banner {
    height: auto;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  body .inner-comm-banner {
    padding-bottom: 30px;
    padding-top: 120px;
    height: 600px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  body .inner-comm-banner .md-full {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

body .inner-comm-banner figure > img {
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

@media only screen and (min-width: 1023px) and (max-width: 1200px) {
  body .inner-comm-banner .user-text {
    margin-top: -80px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
  body .inner-comm-banner .user-text {
    margin-top: 0;
  }
}

body .inner-comm-banner p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #40434E;
  line-height: 24px;
}

@media only screen and (max-width: 1400px) {
  body .inner-comm-banner p {
    font-size: 14px;
    line-height: 21px;
  }
}

body .product_list_loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

body .description-top {
  position: relative;
}

body .description-top.right-top::before {
  content: '';
  background-image: url(../images/right-top.svg);
  background-repeat: no-repeat;
  width: 68px;
  height: 107px;
  display: inline-block;
  position: absolute;
  bottom: 115px;
  left: 150px;
  right: 0;
  margin: 0 auto;
}


body .stylist-content {
  padding: 100px 0 60px;
}

body .stylist-content p {
  max-width: unset;
}

body .stylist-content p::before {
  content: none;
}

@media only screen and (max-width: 1080px) {
  body .section-cta_with_image .cases-box {
    min-height: auto !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
  }
}

@media only screen and (max-width: 1080px) {
  body .section-cta_with_image .cases-box .case-description {
    padding: 50px 0 30px !important;
    max-width: initial;
  }
  body .section-cta_with_image .cases-box .btn {
    margin-bottom: 0 !important;
  }
  body .section-cta_with_image .cases-box br {
    display: none;
  }
}

/* body .section-cta_with_image .cases-box .client-img img {
  display: block;
}

@media only screen and (max-width: 1080px) {
  body .section-cta_with_image .cases-box .client-img img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  body .section-cta_with_image .cases-box .client-img img {
    margin: -50px 0 0px 0;
    width: 180px !important;
    display: inline-block;
    float: right;
  }
} */

body .top-space-sec {
  padding-top: 70px;
}

@media only screen and (max-width: 1023px) {
  body .top-space-sec {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  body .top-space-sec {
    padding-top: 30px;
  }
}

body .rotate-space {
  padding: 80px 0 50px;
}

@media only screen and (max-width: 767px) {
  body .rotate-space {
    padding: 50px 0 50px;
  }
}

body .right-down-right-arrow {
  position: relative;
}

body .right-down-right-arrow p {
  font-weight: 600;
  font-size: 24px;
  line-height: 30.62px;
  color: #3E8989;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: rotate(4.13deg);
  transform: rotate(4.13deg);
}

body .right-down-right-arrow p::before {
  content: '';
  background-image: url(../images/right-top.svg);
  background-repeat: no-repeat;
  width: 68px;
  height: 107px;
  display: inline-block;
  position: absolute;
  bottom: 55px;
  left: 150px;
  right: 0;
  margin: 0 auto;
}

body .bottom-arrow-right {
  position: relative;
}

body .bottom-arrow-right p {
  font-weight: 600;
  font-size: 24px;
  line-height: 30.62px;
  color: #3E8989;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(-6.36deg);
  transform: rotate(-6.36deg);
}

@media only screen and (max-width: 767px) {
  body .bottom-arrow-right p {
    font-size: 20px;
  }
}

body .bottom-arrow-right p::after {
  content: '';
  background-image: url(../images/down-vector.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: inline-block;
  width: 63px;
  height: 90px;
  right: 0;
  left: 40px;
  margin: 0 auto;
  top: 40px;
}

@media only screen and (max-width: 767px) {
  body .bottom-arrow-right p::after {
    width: 60px;
    height: 60px;
  }
}

body .remove-margin {
  margin: 0 !important;
}

body .expert-tooltip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

body .expert-tooltip img:hover + .custom-tooltip {
  opacity: 1;
  visibility: visible;
}

body .expert-tooltip .custom-tooltip {
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px #0000000f;
          box-shadow: 0px 0px 20px #0000000f;
  max-width: 400px;
  position: absolute;
  left: 180px;
  border-radius: 20px;
}

body .expert-tooltip .custom-tooltip p {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
  font-style: italic;
  display: block;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  body .expert-tooltip .custom-tooltip p {
    font-size: 14px;
    line-height: 21px;
  }
}

body .expert-tooltip .custom-tooltip .dark-paragraph-desktop {
  font-weight: bold;
  font-style: italic;
}

body .expert-tooltip .custom-tooltip:before, body .expert-tooltip .custom-tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  left: 0;
  top: calc(50% - 5px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: transparent transparent #fff #fff !important;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .expert-tooltip .custom-tooltip:before {
  z-index: 10;
  border: 15px solid black;
}

body .expert-tooltip .custom-tooltip::after {
  z-index: -10;
  border: 15px solid #fff;
  -webkit-box-shadow: 0px 0px 20px #0000000f;
          box-shadow: 0px 0px 20px #0000000f;
}

@media only screen and (max-width: 1023px) {
  body .hide-mobile {
    display: none;
  }
}

body .custom-set-one {
  position: absolute;
  left: 12%;
  z-index: 1;
  width: 75%;
  top: -39px;
}

body .cases-box-simple .cases-box {
  min-height: auto !important;
  padding: 30px 30px;
}

@media only screen and (max-width: 1023px) {
  body .cases-box-simple .cases-box {
    padding: 30px 0;
    margin: 0 !important;
  }
}

body .cases-box-simple .cases-box img {
  display: block;
}

@media only screen and (max-width: 767px) {
  body .cases-box-simple .cases-box img {
    margin: 0 auto;
    width: 300px !important;
  }
}

body .cases-box-simple .cases-box .case-description {
  max-width: none;
  padding-left: 12%;
  padding-right: 20%;
}

@media only screen and (max-width: 1023px) {
  body .cases-box-simple .cases-box .case-description {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  body .cases-box-simple .cases-box .case-description {
    padding: 0 0 30px 0 !important;
  }
}

body .cases-box-simple .cases-box .case-description .main-title-case {
  margin-bottom: 40px;
  display: block;
}

body .cases-box-simple .cases-box .case-description .main-title-case h2 {
  padding-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
  body .cases-box-simple .cases-box .case-description .main-title-case h2 {
    font-size: 24px;
    line-height: 31px;
  }
}

body .cases-box-simple .cases-box .case-description h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 10px;
  display: block;
}

@media only screen and (max-width: 1023px) {
  body .cases-box-simple .cases-box .case-description h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

body .cases-box-simple .cases-box .case-description p {
  color: #40434E;
  opacity: 0.6;
}

@media only screen and (max-width: 1023px) {
  body .cases-box-simple .cases-box .case-description p {
    font-size: 14px;
    line-height: 21px;
  }
}

body .remove-bottom-space h1, body .remove-bottom-space h2, body .remove-bottom-space h3, body .remove-bottom-space h4, body .remove-bottom-space h5, body .remove-bottom-space h6 {
  margin-bottom: 0 !important;
}

body .text-border span {
  position: relative;
}

body .text-border span::after {
  content: '';
  background-image: url(../images/error-road.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  background-size: contain;
  height: 17px;
  position: absolute;
  left: 0;
  bottom: -5px;
}

body .yellow-border {
  position: relative;
  display: inline-block;
}

body .yellow-border:after {
  content: '';
  background-image: url(../images/footer-yellow-border.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: -10px;
}

body .hero-contact-form-section {
  background: #FDEBC6 !important;
  border-radius: 20px;
  background-repeat: no-repeat !important;
  padding: 40px 60px;
  position: relative;
}

@media (max-width: 1200px) {
  body .hero-contact-form-section {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  body .hero-contact-form-section {
    margin-top: 160px;
    padding: 40px 20px;
  }
}

/* body .hero-contact-form-section::before {
  content: "";
  background: url(/sterkado/wp-content/uploads/2022/07/image-11.png) no-repeat;
  width: 100%;
  height: 130px;
  display: block;
  position: absolute;
  top: -102px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: center;
  background-size: contain;
} */
/* 
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .hero-contact-form-section::before {
    width: 78%;
    height: 90px;
    top: -72px;
  }
} */

/* @media only screen and (max-width: 767px) {
  body .hero-contact-form-section::before {
    width: 60%;
    height: 85px;
    top: -67px;
  }
} */

body .hero-contact-form-section h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 43px;
  color: #40434E;
  margin-bottom: 10px;
}

body .hero-contact-form-section p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
}

@media only screen and (max-width: 767px) {
  body .hero-contact-form-section p {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }
}

body .hero-contact-form-section .gform_heading {
  display: none;
}

body .hero-contact-form-section form {
  margin-top: 30px;
}

body .hero-contact-form-section form .gform_fields .gfield_error input {
  border: 2px solid #c02b0a;
}

/* body .hero-contact-form-section form .gform_fields .gfield_error .validation_message {
  display: none;
} */

body .hero-contact-form-section form .gform_fields input {
  background: #FFFFFF;
  border: 1px solid #F8FAFC;
  border-radius: 10px;
  height: 48px;
  padding: 0 20px;
}

body .hero-contact-form-section form .gform_fields input::-webkit-input-placeholder {
  color: #9FC4C4;
}

body .hero-contact-form-section form .gform_fields input:-ms-input-placeholder {
  color: #9FC4C4;
}

body .hero-contact-form-section form .gform_fields input::-ms-input-placeholder {
  color: #9FC4C4;
}

body .hero-contact-form-section form .gform_fields input::placeholder {
  color: #9FC4C4;
}

body .hero-contact-form-section form .gform_fields input:focus {
  outline: 0;
}

body .hero-contact-form-section form .gform_footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .hero-contact-form-section form .gform_footer [type="submit"] {
  padding: 8px 20px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 34px;
  background: #EB5E55;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  border: 0;
}

@media only screen and (max-width: 767px) {
  body .hero-contact-form-section form .gform_footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

body .our-customers2 .believe-us {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .our-customers2 .believe-us ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

/* body .our-customers2 .believe-us ul li {
  padding: 0 70px;
}

body .our-customers2 .believe-us ul li:last-child {
  padding-right: 0;
}

body .our-customers2 .believe-us .logo-head {
  padding-right: 70px;
} */

/* body .our-customers2 .employee-unique {
  float: left;
  width: 100%;
  padding: 150px 0 0;
  position: relative;
} */

/* body .our-customers2 .employee-unique .emp-thought {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} */

body .our-customers2 .employee-unique .emp-thought .emp-title {
  padding: 0 20px;
}

body .our-customers2 .employee-unique .emp-thought .emp-title h4 span {
  position: relative;
}

/* body .our-customers2 .employee-unique .emp-thought .emp-title h4 span:after {
  content: '';
  background-image: url(../images/unique-circle.png);
  background-repeat: no-repeat;
  width: 105px;
  height: 53px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: -8px;
  top: -6px;
} */

body .our-customers2 .employee-unique .emp-thought .emp-desc {
  padding: 0 20px;
}

body .our-customers2 .employee-unique .emp-thought .emp-desc p {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  /* font-size: 16px;
  line-height: 24px; */
  max-width: 420px;
}

body .our-customers2 .employee-unique:before {
  content: '';
  background-image: url(../images/unique-arrow.png);
  display: inline-block;
  width: 121px;
  height: 124px;
  position: absolute;
  left: 12%;
  top: 15px;
}

@media only screen and (max-width: 1600px) {
  body .our-customers2 .believe-us .logo-head {
    padding-right: 50px;
  }
  body .our-customers2 .believe-us ul li {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 1400px) {
  body .our-customers2 .employee-unique:before {
    left: 5%;
  }
}

@media only screen and (max-width: 1250px) {
  body .our-customers2 .believe-us .logo-head {
    padding-right: 25px;
  }
  body .our-customers2 .believe-us ul li {
    padding: 0 25px;
  }
  body .our-customers2 .employee-unique:before {
    left: 150px;
  }
}

@media only screen and (max-width: 991px) {
  body .our-customers2 .believe-us {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .our-customers2 .believe-us .logo-head {
    padding: 0 0 20px 0;
  }
  body .our-customers2 .believe-us .logo-head h5 {
    opacity: 0.3;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  body .our-customers2 .believe-us .logo-list ul li {
    padding: 0 20px;
  }
  body .our-customers2 .believe-us .logo-list ul li:last-child {
    padding: 0 20px;
  }
  body .our-customers2 .employee-unique .emp-thought .emp-title h4 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  body .our-customers2 .believe-us .logo-head h5 {
    font-size: 22px;
    line-height: 28px;
  }
  body .our-customers2 .believe-us .logo-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .our-customers2 .believe-us .logo-list ul li {
    padding: 0 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  body .our-customers2 .employee-unique {
    padding: 80px 0 0;
  }
  body .our-customers2 .employee-unique .emp-thought {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  body .our-customers2 .employee-unique .emp-thought .emp-title {
    padding: 0 0 25px;
  }
  body .our-customers2 .employee-unique .emp-thought .emp-title h4 {
    font-size: 26px;
    line-height: 33px;
  }
  body .our-customers2 .employee-unique .emp-thought .emp-title h4 span:after {
    width: 72px;
    height: 36px;
    left: -5px;
    top: -3px;
    background-size: 100% 100%;
  }
  body .our-customers2 .employee-unique .emp-thought .emp-title h4 br {
    display: initial;
  }
  body .our-customers2 .employee-unique .emp-thought .emp-desc {
    padding: 0;
  }
  body .our-customers2 .employee-unique .emp-thought .emp-desc p {
    font-size: 14px;
    line-height: 21px;
  }
  body .our-customers2 .employee-unique:before {
    right: 27%;
    left: initial;
    background-image: url(../images/mobile-believe.png);
    width: 20px;
    height: 56px;
    top: 0;
  }
}

body .our-offers4 .gift-section .gift-title {
  text-align: center;
  padding-bottom: 95px;
}

body .our-offers4 .gift-section .gift-listing .row > div {
  padding: 0 20px;
}

body .our-offers4 .gift-section .gift-listing .gift-description h3 {
  padding: 30px 0 20px;
}

body .our-offers4 .gift-section .gift-listing .gift-description p {
  padding-bottom: 25px;
}

body .our-offers4 .gift-section .gift-listing .gift-description a {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

body .our-offers4 .gift-section .gift-listing .gift-description a:after {
  content: '\2192';
  font-size: 20px;
  display: inline-block;
  margin-left: 8px;
  color: #40434E;
}

body .our-offers4 .gift-section .gift-listing .gift-description a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  body .our-offers4 .gift-section .gift-listing .row > div {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  body .our-offers4 .gift-section .gift-title {
    padding-bottom: 35px;
    text-align: left;
  }
  body .our-offers4 .gift-section .gift-title h2 {
    font-size: 26px;
    line-height: 33px;
  }
  body .our-offers4 .gift-section .gift-title h2 br {
    display: none;
  }
  body .our-offers4 .gift-section .gift-listing .gift-profile img {
    width: 100px;
    height: 100px;
  }
  body .our-offers4 .gift-section .gift-listing .gift-description {
    padding-bottom: 55px !important;
  }
  body .our-offers4 .gift-section .gift-listing .gift-description h3 {
    padding: 20px 0 5px;
    font-size: 22px;
    line-height: 28px;
  }
  body .our-offers4 .gift-section .gift-listing .gift-description p {
    font-size: 14px;
    line-height: 21px;
  }
  body .our-offers4 .gift-section .gift-listing .gift-description a {
    font-size: 14px;
    line-height: 17px;
  }
  body .our-offers4 .gift-section .gift-listing .gift-description a:after {
    display: none;
  }
  body .our-offers4 .gift-section .gift-listing > .row div:last-child .gift-description {
    padding-bottom: 0 !important;
  }
}

body .custom-solution .solution-section .solution-title {
  text-align: center;
  padding-bottom: 70px;
}

body .custom-solution .solution-section .solution-main .row > div {
  padding: 0 20px;
}

body .custom-solution .solution-section .solution-main .solution-left {
  position: relative;
}

body .custom-solution .solution-section .solution-main .solution-left img {
  display: block;
  width: 100%;
}

body .custom-solution .solution-section .solution-main .solution-left .solution-detail {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body .custom-solution .solution-section .solution-main .solution-left .solution-detail h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 89px;
  color: #9FC4C4;
}

body .custom-solution .solution-section .solution-main .solution-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  height: 100%;
  padding: 30px 0;
}

body .custom-solution .solution-section .solution-main .solution-right .expert-tooltip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

body .custom-solution .solution-section .solution-main .solution-right .expert-tooltip .custom-tooltip {
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  max-width: 400px;
  position: absolute;
  left: 180px;
  border-radius: 20px;
}

body .custom-solution .solution-section .solution-main .solution-right .expert-tooltip .custom-tooltip:before {
  z-index: 10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: calc(50% - 5px);
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 15px solid black;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .custom-solution .solution-section .solution-main .solution-right .expert-tooltip .custom-tooltip:after {
  z-index: -10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: calc(50% - 5px);
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 15px solid #fff;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}

body .custom-solution .solution-section .solution-main .solution-right .expert-tooltip img:hover + .custom-tooltip {
  opacity: 1;
  visibility: visible;
}

body .custom-solution .solution-section .solution-main .solution-right .expert-description p {
  padding: 20px 0;
  max-width: 467px;
}

@media only screen and (max-width: 1200px) {
  body .our-offers4 .gift-section .gift-listing .gift-description {
    padding-bottom: 30px;
  }
  body .custom-solution .solution-section .solution-main > .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 1024px) {
  body .custom-solution .solution-section .solution-main .solution-right .expert-tooltip img:active + .custom-tooltip {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 991px) {
  body .custom-solution .solution-section .solution-main .row > div {
    padding: 0 15px;
  }
  body .custom-solution .solution-section .solution-main .solution-right {
    padding-bottom: 0;
  }
  body .custom-solution .solution-section .solution-main .solution-right .expert-description {
    padding-top: 30px;
  }
  body .custom-solution .solution-section .solution-main .solution-right .expert-description h3 br {
    display: none;
  }
  body .custom-solution .solution-section .solution-main .solution-right .expert-description p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body .custom-solution .solution-section .solution-title {
    text-align: left;
    padding-bottom: 30px;
  }
  body .custom-solution .solution-section .solution-main .solution-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px 0 0 0;
  }
  body .custom-solution .solution-section .solution-main .solution-right .expert-description {
    padding-top: 0;
  }

  body .custom-solution .solution-section .solution-main .solution-right .expert-description h3 br {
    display: none;
  }
  body .custom-solution .solution-section .solution-main .solution-right .expert-description h3 span:after {
    width: 150px;
    bottom: -5px;
    background-size: 100% 100%;
  }
  body .custom-solution .solution-section .solution-main .solution-right .expert-description p {
    padding: 25px 0;
    max-width: 100%;
  }
  body .custom-solution .solution-section .solution-main .solution-right .expert-tooltip {
    padding-top: 65px;
  }
  body .custom-solution .solution-section .solution-main .solution-right .expert-tooltip img {
    width: 66px;
    height: 62px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .custom-solution .solution-section .solution-main .solution-right .expert-tooltip .custom-tooltip {
    left: 90px;
    top: 20px;
  }
  /* body .custom-solution .solution-section .solution-main .solution-right .expert-tooltip .custom-tooltip .normal-paragraph-desktop {
    font-size: 14px;
    line-height: 21px;
  } */
}

body .our-service {
  background-color: rgba(62, 137, 137, 0.06);
  padding: 100px 0;
}

/* body .our-service .service-main .service-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
} */

/* body .our-service .service-main .service-top-left .service-description p {
  padding: 20px 0;
  max-width: 467px;
} */

body .our-service .service-main .service-top-right {
  -webkit-transform: translate(-50px, 20px);
          transform: translate(-50px, 20px);
}

@media only screen and (max-width: 1200px) {
  body .our-service .service-main .service-top-right {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

body .our-service .service-main .service-bottom-right-mobile {
  display: none;
}

body .our-service .service-main .service-bottom-left {
  -webkit-transform: translate(50px, -20px);
          transform: translate(50px, -20px);
}

@media only screen and (max-width: 1200px) {
  body .our-service .service-main .service-bottom-left {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

body .our-service .service-main .service-bottom-right-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 80px 0;
}


body .our-service .service-main .service-bottom-right-desktop .description-top {
  padding: 0 0 95px 0;
  position: relative;
}

body .our-service .service-main .service-bottom-right-desktop .description-top p {
  -webkit-transform: rotate(4.13deg);
          transform: rotate(4.13deg);
}

body .our-service .service-main .service-bottom-right-desktop .description-top:before {
  content: '';
  background-image: url(../images/service-top-arrow.png);
  background-repeat: no-repeat;
  width: 68px;
  height: 107px;
  display: inline-block;
  position: absolute;
  bottom: 215px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

body .our-service .service-main .service-bottom-right-desktop .description-bottom {
  position: relative;
}

body .our-service .service-main .service-bottom-right-desktop .description-bottom p {
  -webkit-transform: rotate(-6.36deg);
          transform: rotate(-6.36deg);
}

body .our-service .service-main .service-bottom-right-desktop .description-bottom:before {
  content: '';
  background-image: url(../images/service-left-arrow.png);
  background-repeat: no-repeat;
  width: 148px;
  height: 92px;
  display: inline-block;
  position: absolute;
  left: -100px;
  bottom: 50px;
}

body .our-service .service-main .service-top-right, body .our-service .service-main .service-bottom-left {
  position: relative;
}

body .our-service .service-main .service-top-right .solution-detail, body .our-service .service-main .service-bottom-left .solution-detail {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body .our-service .service-main .service-top-right .solution-detail h2, body .our-service .service-main .service-bottom-left .solution-detail h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 89px;
  color: #9FC4C4;
}

body .our-service .service-main .service-top-right img, body .our-service .service-main .service-bottom-left img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1600px) {
  body .our-service .service-main .service-bottom-right-desktop .description-top:before {
    bottom: 185px;
  }
  body .our-service .service-main .service-bottom-right-desktop .description-bottom:before {
    left: -80px;
  }
}

@media only screen and (max-width: 1400px) {

  body .our-service .service-main .service-bottom-right-desktop .description-top {
    padding: 0 0 50px 0;
  }
  body .our-service .service-main .service-bottom-right-desktop .description-top:before {
    bottom: 125px;
    background-size: 100% 100%;
    width: 48px;
    height: 87px;
  }
  body .our-service .service-main .service-bottom-right-desktop .description-bottom:before {
    left: -30px;
    background-size: 100% 100%;
    width: 108px;
    height: 52px;
    bottom: 35px;
  }
}

@media only screen and (max-width: 1200px) {
  body .our-service .service-main .service-top-left .service-description p {
    padding: 10px 0;
    max-width: 400px;
  }
  body .our-service .service-main .service-bottom-right-desktop > div p {
    max-width: 370px;
  
  }
  body .our-service .service-main .service-bottom-right-desktop .description-top:before {
    bottom: 85px;
  }
}

@media only screen and (max-width: 991px) {
  body .our-service .service-main .service-top-right {
    text-align: left;
    margin-bottom: -20px;
    -webkit-transform: initial;
            transform: initial;
  }
  body .our-service .service-main .service-top-right img {
    width: 60%;
    display: inline-block;
    border-radius: 20px;
  }
  body .our-service .service-main .service-bottom-left {
    text-align: right;
    margin-top: -20px;
    -webkit-transform: initial;
            transform: initial;
  }
  body .our-service .service-main .service-bottom-left img {
    width: 60%;
    display: inline-block;
    border-radius: 20px;
  }
  body .our-service .service-main .service-bottom-right-desktop {
    display: none;
  }
  body .our-service .service-main .service-bottom-right-mobile {
    display: block;
  }
  body .our-service .service-main .service-bottom-right-mobile .description-top {
    padding: 55px 0 120px;
    position: relative;
  }
  body .our-service .service-main .service-bottom-right-mobile .description-top p {
    /* font-weight: 600;
    font-size: 20px;
    line-height: 26px; */
    color: #3E8989;
    max-width: 425px;
    -webkit-transform: rotate(4.13deg);
            transform: rotate(4.13deg);
  }
  body .our-service .service-main .service-bottom-right-mobile .description-top:before {
    content: '';
    background-image: url(../images/service-top-arrow.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 107px;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 20%;
    right: 0;
    margin: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  body .our-service .service-main .service-bottom-right-mobile .description-bottom {
    padding: 120px 0 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  body .our-service .service-main .service-bottom-right-mobile .description-bottom p {
  
    color: #3E8989;
    max-width: 425px;
    -webkit-transform: rotate(-6.36deg);
            transform: rotate(-6.36deg);
  }
  body .our-service .service-main .service-bottom-right-mobile .description-bottom:before {
    content: '';
    background-image: url(../images/service-top-arrow.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 107px;
    display: inline-block;
    position: absolute;
    bottom: 60px;
    left: initial;
    right: 180px;
    margin: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  body .our-service .service-main .service-top-left .service-description h3 span:after {
    width: 100%;
    background-size: 100% 100%;
    bottom: -10px;
  }
  body .our-service .service-main .service-top-left .service-description h3 br {
    display: none;
  }
  body .our-service .service-main .service-top-left .service-description p {
    max-width: 100%;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  body .our-service {
    padding: 50px 0;
  }
  body .our-service .service-main .service-top-left .service-description h3 span:after {
    width: 100%;
    background-size: 100% 100%;
    bottom: -10px;
  }
  body .our-service .service-main .service-top-left .service-description h3 br {
    display: none;
  }
  body .our-service .service-main .service-top-left .service-description p {
    padding: 25px 0;
    max-width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  body .our-service .service-main .service-top-right img {
    width: 80%;
  }
  body .our-service .service-main .service-bottom-left img {
    width: 80%;
  }
  body .our-service .service-main .service-bottom-right-mobile .description-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  body .our-service .service-main .service-bottom-right-mobile .description-top:before {
    height: 85px;
    left: initial;
    right: 20%;
    -webkit-transform: rotate(195deg);
            transform: rotate(195deg);
    background-size: 100% 100%;
  }
  body .our-service .service-main .service-bottom-right-mobile .description-top p {
    max-width: 288px;
    text-align: center;
  }
  body .our-service .service-main .service-bottom-right-mobile .description-bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .our-service .service-main .service-bottom-right-mobile .description-bottom:before {
    height: 85px;
    left: 20%;
    right: initial;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
    background-size: 100% 100%;
    bottom: initial;
    top: 20px;
  }
  body .our-service .service-main .service-bottom-right-mobile .description-bottom p {
    max-width: 260px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  body .our-service .service-main .service-bottom-right-mobile .description-top:before {
    height: 85px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(195deg);
            transform: rotate(195deg);
    margin: 0 auto;
    background-size: 100% 100%;
  }
  body .our-service .service-main .service-bottom-right-mobile .description-bottom:before {
    height: 85px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
    margin: 0 auto;
    background-size: 100% 100%;
    bottom: initial;
    top: 20px;
  }
}

/* body .feedbakc-company .feedback-section .feedback-left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 467px;
  margin: 0 auto;
} */

@media only screen and (max-width: 991px) {
  body .feedbakc-company .feedback-section .feedback-left {
    margin-top: 30px;
  }
}

body .feedbakc-company .feedback-section .feedback-left .feed-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  max-width: 326px;
  padding: 20px;
}

body .feedbakc-company .feedback-section .feedback-left .feed-box .feed-rating img {
  padding: 10px 0;
}

body .feedbakc-company .feedback-section .feedback-left .feed-box .feed-rating p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #40434E;
}

body .feedbakc-company .feedback-section .feedback-left .feed-box .feed-rating p a {
  text-decoration: underline;
  color: #40434E;
}

body .feedbakc-company .feedback-section .feedback-left .feed-box .feed-rating p a:hover {
  text-decoration: none;
}

body .feedbakc-company .feedback-section .feedback-left .feed-description p {
  padding: 20px 0;
  max-width: 467px;
}

body .feedbakc-company .feedback-section .feedback-right {
  position: relative;
}

body .feedbakc-company .feedback-section .feedback-right img {
  width: 100%;
  display: block;
}

body .feedbakc-company .feedback-section .feedback-right .feedback-head {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) {
  body .feedbakc-company .feedback-section .feedback-left {
    max-width: 100%;
  }
  body .feedbakc-company .feedback-section .feedback-left .feed-description {
    padding: 30px 0;
  }
  body .feedbakc-company .feedback-section .feedback-left .feed-description h3 br {
    display: none;
  }
  body .feedbakc-company .feedback-section .feedback-left .feed-description p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body .feedbakc-company .feedback-section .feedback-left .feed-description {
    padding: 30px 0;
  }
  body .feedbakc-company .feedback-section .feedback-left .feed-description h3 {
    font-size: 24px;
    line-height: 30.62px;
  }
  body .feedbakc-company .feedback-section .feedback-left .feed-description p {
    font-size: 14;
    line-height: 21px;
  }
}

/* body .link-cases .cases-box {
  background-color: #FDEBC6;
  border-radius: 20px;
  min-height: 538px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  margin: 55px 0 65px;
} */

/* body .link-cases .cases-box .case-description h2 {
  padding-bottom: 20px;
} */

/* body .link-cases .cases-box .case-description h2 span {
  position: relative;
  display: inline-block;

} */

/* body .link-cases .cases-box .case-description h2 span:after {
  content: '';
  background-image: url(../images/case-circle.png);
  width: 140px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 68px;
  display: inline-block;
  position: absolute;
  left: -22px;
  top: -3px;
} */

body .link-cases .cases-box .case-description p {
  max-width: 611px;
  margin: 0 auto;
}

body .link-cases .cases-box .case-description a {
  margin: 28px 0 20px;
}

body .link-cases .cases-box .case-users img {
  display: block;
}

body .link-cases .cases-box .case-users .user-position1 {
  position: absolute;
  left: 5.3%;
  top: -11.7%;
}

body .link-cases .cases-box .case-users .user-position2 {
  position: absolute;
  top: -11.7%;
  left: 22.2%;
}

body .link-cases .cases-box .case-users .user-position3 {
  position: absolute;
  left: 2.5%;
  top: 29.2%;
}

body .link-cases .cases-box .case-users .user-position4 {
  position: absolute;
  left: 15.4%;
  top: 22.7%;
}

body .link-cases .cases-box .case-users .user-position5 {
  position: absolute;
  left: -0.75%;
  bottom: 11.8%;
}

body .link-cases .cases-box .case-users .user-position6 {
  position: absolute;
  left: 11.75%;
  bottom: 13.65%;
}

body .link-cases .cases-box .case-users .user-position7 {
  position: absolute;
  left: 23.8%;
  bottom: -5%;
}

body .link-cases .cases-box .case-users .user-position8 {
  position: absolute;
  top: -5.8%;
  right: 20.8%;
}

body .link-cases .cases-box .case-users .user-position9 {
  position: absolute;
  right: 4.6%;
  top: -8.4%;
}

body .link-cases .cases-box .case-users .user-position10 {
  position: absolute;
  right: 15.3%;
  top: 29.3%;
}

body .link-cases .cases-box .case-users .user-position11 {
  position: absolute;
  right: -2.3%;
  top: 20.79%;
}

body .link-cases .cases-box .case-users .user-position12 {
  position: absolute;
  right: 3%;
  bottom: 27.92%;
}

body .link-cases .cases-box .case-users .user-position13 {
  position: absolute;
  bottom: 10%;
  right: 19.85%;
}

body .link-cases .cases-box .case-users .user-position14 {
  position: absolute;
  right: 4.6%;
  bottom: -14.2%;
}

body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-left {
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  min-width: 400px;
  position: absolute;
  left: 120%;
  border-radius: 20px;
  top: 0;
  z-index: 9;
  text-align: left;
}

body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-left:before {
  z-index: 10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: calc(50% - 5px);
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 15px solid black;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-left:after {
  z-index: -10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: calc(50% - 5px);
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 15px solid #fff;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .link-cases .cases-box .case-users .tooltip-new img {
  cursor: pointer;
}

body .link-cases .cases-box .case-users .tooltip-new img:hover + .custom-tooltip-left {
  opacity: 1;
  visibility: visible;
}

body .link-cases .cases-box .case-users .tooltip-new img:hover + .custom-tooltip-right {
  opacity: 1;
  visibility: visible;
}

body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-right {
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  min-width: 400px;
  position: absolute;
  right: 120%;
  border-radius: 20px;
  top: 0;
  z-index: 9;
  text-align: left;
}

body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-right:before {
  z-index: -10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: calc(50% - 5px);
  left: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 15px solid black;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -30px;
}

body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-right:after {
  z-index: 10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: calc(50% - 5px);
  right: -14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 15px solid #fff;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: initial;
          transform-origin: initial;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

@media (max-width: 1600px) {
  body .link-cases .cases-box .case-users .user-position11 {
    right: -0.3%;
  }
}

@media (max-width: 1250px) {
  body .link-cases .cases-box .case-description h2 {
    font-size: 40px;
    line-height: 51px;
  }
  body .link-cases .cases-box .case-description h2 span:after {
    width: 100%;
    height: 100%;
    left: -5px;
    top: 0px;
    background-size: 100% 100%;
  }
  body .link-cases .cases-box .case-users .user-position1 img {
    width: 105px;
  }
  body .link-cases .cases-box .case-users .user-position2 img {
    width: 112px;
  }
  body .link-cases .cases-box .case-users .user-position3 img {
    width: 128px;
  }
  body .link-cases .cases-box .case-users .user-position4 img {
    width: 102px;
  }
  body .link-cases .cases-box .case-users .user-position5 img {
    width: 95px;
  }
  body .link-cases .cases-box .case-users .user-position6 img {
    width: 138px;
  }
  body .link-cases .cases-box .case-users .user-position7 img {
    width: 99px;
  }
  body .link-cases .cases-box .case-users .user-position8 img {
    width: 98px;
  }
  body .link-cases .cases-box .case-users .user-position9 img {
    width: 128px;
  }
  body .link-cases .cases-box .case-users .user-position10 {
    right: 13.3%;
    top: 21.3%;
  }
  body .link-cases .cases-box .case-users .user-position10 img {
    width: 128px;
  }
  body .link-cases .cases-box .case-users .user-position11 img {
    width: 88px;
  }
  body .link-cases .cases-box .case-users .user-position12 img {
    width: 112px;
  }
  body .link-cases .cases-box .case-users .user-position13 img {
    width: 82px;
  }
  body .link-cases .cases-box .case-users .user-position14 img {
    width: 128px;
  }
}

@media (max-width: 991px) {
  body .link-cases .cases-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .link-cases .cases-box .case-users .user-position1, body .link-cases .cases-box .case-users .user-position4, body .link-cases .cases-box .case-users .user-position5, body .link-cases .cases-box .case-users .user-position7, body .link-cases .cases-box .case-users .user-position9, body .link-cases .cases-box .case-users .user-position13, body .link-cases .cases-box .case-users .user-position14 {
    display: none;
  }
  body .link-cases .cases-box .case-users .user-position2 {
    left: 0;
  }
  body .link-cases .cases-box .case-users .user-position3 {
    left: 17.5%;
    top: initial;
    bottom: -5%;
  }
  body .link-cases .cases-box .case-users .user-position3 img {
    width: 98px;
  }
  body .link-cases .cases-box .case-users .user-position6 {
    left: 0;
    bottom: 10.45%;
  }
  body .link-cases .cases-box .case-users .user-position6 img {
    width: 108px;
  }
  body .link-cases .cases-box .case-users .user-position8 {
    top: initial;
    right: 16.8%;
    bottom: -5%;
  }
  body .link-cases .cases-box .case-users .user-position8 img {
    width: 98px;
  }
  body .link-cases .cases-box .case-users .user-position10 {
    right: initial;
    top: initial;
    bottom: 7%;
    left: 35%;
  }
  body .link-cases .cases-box .case-users .user-position10 img {
    width: 88px;
  }
  body .link-cases .cases-box .case-users .user-position10 .custom-tooltip-right {
    right: initial;
    left: 120%;
  }
  body .link-cases .cases-box .case-users .user-position10 .custom-tooltip-right:before {
    left: 0;
    right: initial;
  }
  body .link-cases .cases-box .case-users .user-position11 {
    right: 0;
    top: initial;
    bottom: 10%;
  }
  body .link-cases .cases-box .case-users .user-position12 {
    right: 35%;
    bottom: 13.92%;
  }
  body .link-cases .cases-box .case-users .user-position12 img {
    width: 88px;
  }
  body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-left {
    min-width: 278px;
  }
  body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-right {
    min-width: 278px;
  }
  body .link-cases .cases-box .case-description {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  body .link-cases .cases-box .case-users .user-position2 {
    top: -25px;
  }
  body .link-cases .cases-box .case-users .user-position2 img {
    width: 60px;
    height: 65px;
  }
  body .link-cases .cases-box .case-users .user-position2 .custom-tooltip-left {
    left: 135% !important;
    top: -30px !important;
    bottom: initial !important;
  }
  body .link-cases .cases-box .case-users .user-position2 .custom-tooltip-left:before {
    top: calc(50% - 5px) !important;
    left: 0 !important;
    bottom: 0 !important;
  }
  body .link-cases .cases-box .case-users .user-position2 .custom-tooltip-left:after {
    bottom: 0 !important;
    top: calc(50% - 5px) !important;
    left: 0 !important;
  }
  body .link-cases .cases-box .case-users .user-position3 {
    left: 49px;
    top: initial;
    bottom: -19px;
  }
  body .link-cases .cases-box .case-users .user-position3 img {
    width: 65px;
  }
  body .link-cases .cases-box .case-users .user-position6 {
    left: 0;
    bottom: 55px;
  }
  body .link-cases .cases-box .case-users .user-position6 img {
    width: 71px;
  }
  body .link-cases .cases-box .case-users .user-position8 {
    left: 184px;
    bottom: -38px;
    right: initial;
  }
  body .link-cases .cases-box .case-users .user-position8 img {
    width: 76px;
  }
  body .link-cases .cases-box .case-users .user-position10 {
    left: 113px;
    bottom: 50px;
    display: none;
  }
  body .link-cases .cases-box .case-users .user-position10 img {
    width: 55px;
  }
  body .link-cases .cases-box .case-users .user-position11 {
    bottom: 14px;
  }
  body .link-cases .cases-box .case-users .user-position11 img {
    width: 64px;
  }
  body .link-cases .cases-box .case-users .user-position12 {
    left: 207px;
    bottom: 70px;
    right: initial;
  }
  body .link-cases .cases-box .case-users .user-position12 img {
    width: 55px;
    -webkit-transform: rotate(7.13deg);
            transform: rotate(7.13deg);
  }
  body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-left, body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-right {
    padding: 15px 20px;
  }
  body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-left .normal-paragraph-desktop, body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-left .dark-paragraph-desktop, body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-right .normal-paragraph-desktop, body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-right .dark-paragraph-desktop {
    font-size: 14px;
    line-height: 21px;
  }
  body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-left {
    left: 0;
    top: initial;
    bottom: 120%;
    min-width: 250px;
  }
  body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-left:before {
    border: 10px solid black;
    border-color: transparent transparent #fff #fff;
    top: initial;
    left: 40px;
    bottom: 0;
  }
  body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-left:after {
    border: 10px solid #fff;
    bottom: -5px;
    top: initial;
    left: 40px;
  }
  body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-right {
    top: initial;
    bottom: 120%;
    right: 0;
    left: initial;
    min-width: 250px;
  }
  body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-right:before {
    bottom: 0;
    top: initial;
    left: initial;
    right: 0;
  }
  body .link-cases .cases-box .case-users .tooltip-new .custom-tooltip-right:after {
    bottom: -7px;
    top: initial;
    right: 15px;
  }
  body .link-cases .cases-box .case-description {
    padding: 80px 25px 0;
  }
  body .link-cases .cases-box .case-description h2 {
    font-size: 28px;
    line-height: 35.73px;
    padding-bottom: 25px;
  }
  body .link-cases .cases-box .case-description h2 br {
    display: none;
  }
  body .link-cases .cases-box .case-description a {
    margin: 25px 0;
    font-size: 12px;
  }
  body .link-cases .cases-box .case-description p {
    max-width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
}

body .every-moments .moment-title {
  text-align: center;
  padding-bottom: 50px;
}

body .every-moments .moments-slider .slick-slide {
  padding: 0 25px;
}

body .every-moments .moments-slider .slick-slide .slider-img img {
  width: 100%;
}

body .every-moments .moments-slider .slick-slide .slider-head {
  padding: 20px;
  border-radius: 0 0 20px 20px;
}

body .every-moments .moments-slider .slick-slide .slider-head.primary-ming {
  background-color: #3E8989;
}

body .every-moments .moments-slider .slick-slide .slider-head.secondary-bg {
  background-color: #FBBF24;
}

body .every-moments .moments-slider .slick-slide .slider-head.primary-danger {
  background-color: #EB5E55;
}

body .every-moments .moments-slider .slick-slide .slider-head a {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
}

body .every-moments .moments-slider .slick-prev {
  position: absolute;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  height: 56px;
  width: 56px;
  border-radius: 50px;
  background-color: #FBBF24;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

body .every-moments .moments-slider .slick-prev:before {
  content: '';
  background-image: url(../images/moment-left.png);
  width: 17px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
}

body .every-moments .moments-slider .slick-prev:hover {
  background-color: #F59E0B;
}

body .every-moments .moments-slider .slick-next {
  position: absolute;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  height: 56px;
  width: 56px;
  border-radius: 50px;
  background-color: #FBBF24;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

body .every-moments .moments-slider .slick-next:before {
  content: '';
  background-image: url(../images/moment-right.png);
  width: 17px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
}

body .every-moments .moments-slider .slick-next:hover {
  background-color: #F59E0B;
}

@media only screen and (max-width: 767px) {
  body .every-moments .moment-title {
    padding-bottom: 20px;
  }
  body .every-moments .moments-slider .slick-next, body .every-moments .moments-slider .slick-prev {
    top: -40px;
    height: 50px;
    width: 50px;
  }
  body .every-moments .moments-slider .slick-slide {
    padding: 0 6.5px;
  }
  body .every-moments .moments-slider .slick-slide > div:first-child {
    padding-bottom: 15px;
  }
  body .every-moments .moments-slider .slick-slide > div a {
    display: block !important;
    width: 100% !important;
  }
}

.page-template-tpl-keuze-kado .description-top, .page-template-tpl-moment-1-keuzes .description-top {
  position: relative;
  padding: 0 0 110px 100px;
}

@media only screen and (max-width: 1200px) {
  .page-template-tpl-keuze-kado .description-top, .page-template-tpl-moment-1-keuzes .description-top {
    padding: 50px 0;
  }
}



.page-template-tpl-keuze-kado .description-top p::before, .page-template-tpl-moment-1-keuzes .description-top p::before {
  content: '';
  background-image: url(../images/service-top-arrow.png);
  background-repeat: no-repeat;
  width: 148px;
  height: 92px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 90px;
  right: 0;
  margin: 0 auto;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .page-template-tpl-keuze-kado .description-top p::before, .page-template-tpl-moment-1-keuzes .description-top p::before {
    width: 115px;
    bottom: 60px;
    height: 60px;
  }
}

.employee-unique-bottom {
  padding-top: 30px;
  max-width: 900px !important;
  margin: 0 auto;
}

.employee-unique-bottom .emp-thought {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

@media only screen and (max-width: 767px) {
  .employee-unique-bottom .emp-thought {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px;
  }
}

.employee-unique-bottom .emp-thought:after {
  content: '';
  background-image: url(../images/down-vector.svg);
  display: inline-block;
  width: 63px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 60px;
  top: 170px;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .employee-unique-bottom .emp-thought:after {
    top: auto;
    width: 45px;
    height: 50px;
    bottom: -70px;
    left: auto;
    right: 78px;
  }
}

.employee-unique-bottom .emp-thought p {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #40434E;
  /* font-size: 16px;
  line-height: 24px; */
}

/* @media only screen and (max-width: 767px) {
  .employee-unique-bottom .emp-thought p {
    font-size: 14px;
    line-height: 21px;
  }
} */

.employee-unique-bottom .emp-thought .emp-title {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .employee-unique-bottom .emp-thought .emp-title {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .employee-unique-bottom .emp-thought .emp-title h4 {
    font-size: 30px;
  }
}

.employee-unique-bottom .emp-thought .emp-desc {
  width: 60%;
  padding-left: 60px;
}

@media only screen and (max-width: 767px) {
  .employee-unique-bottom .emp-thought .emp-desc {
    width: 100%;
    padding-left: 0;
  }
}

.slider-sec {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .slider-sec {
    padding-top: 40px;
  }
}

.slider-top-space {
  padding-top: 135px !important;
}

@media only screen and (max-width: 767px) {
  .slider-top-space {
    padding-top: 60px !important;
  }
}

.service-description h6 {
  opacity: 0.6;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #40434E;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  .service-description h6 br {
    display: none;
  }
}

/* .service-description .normal-paragraph-desktop {
  margin-bottom: 20px;
  max-width: 100% !important;
} */

/* .service-top-left {
  padding-left: 10%;
  padding-right: 15%;
} */

@media only screen and (max-width: 1200px) {
  .service-top-left {
    padding: 0%;
  }
}

@media only screen and (max-width: 991px) {
  .column-reverse:nth-child(even) .flex-ssm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.believe-us {
  border-radius: 20px;
  padding: 30px 30px 20px;
}

.service-main video {
  margin-bottom: 20px;
}

.service-main .service-top-right {
  margin-bottom: 20px;
}

.service-main .service-top-right img {
  width: 100%;
}

/* .service-description h3 {
  margin-bottom: 40px;
} */

@media only screen and (max-width: 1200px) {
  .service-description h3 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .service-description h3 {
    margin-bottom: 20px;
    /* font-size: 30px;
    line-height: 40px; */
  }
}

.solution-section .solution-left {
  padding-right: 120px;
}

@media only screen and (max-width: 1200px) {
  .solution-section .solution-left {
    padding-right: 0;
  }
}

.solution-main-sec .solution-left {
  padding-right: 0;
  padding-left: 120px;
}

@media only screen and (max-width: 1200px) {
  .solution-main-sec .solution-left {
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .solution-main-sec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .solution-main-sec .expert-description {
    padding-top: 20px;
  }
}

.solution-main-sec .expert-description h3 {
  margin-bottom: 20px;
}

.solution-main-sec .expert-description p {
  font-weight: 400;
  /* font-size: 16px; */
  font-family: "Montserrat", sans-serif;
  /* line-height: 24px; */
  /* margin-bottom: 20px; */
}

.gift-list-section .product_list_loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.gift-list-section .gift-list-title {
  margin-bottom: 15px;
}

.gift-list-section .gift-list-title h2 span {
  position: relative;
  display: inline-block;
}

.gift-list-section .gift-list-title h2 span:after {
  content: '';
  background-image: url(../images/error-road.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  background-size: contain;
  height: 17px;
  position: absolute;
  left: 0;
  bottom: -12px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

@media only screen and (max-width: 767px) {
  .gift-list-section .gift-list-title h2 br {
    display: none;
  }
}

.gift-list-section .gift-list-stylist-txt {
  text-align: center;
  padding-top: 50px;
}



@media only screen and (max-width: 1023px) {
  .gift-list-section .gift-list-stylist-txt {
    padding-bottom: 100px;
    padding-left: 0;
  }
}

.gift-list-section .gift-list-stylist-txt p {
  position: relative;
  display: inline-block;
  font-weight: 600;
  /* font-size: 24px;
  line-height: 31px; */
  /* font-size: 18px;
  line-height: 21px; */
  color: #3E8989;
  -webkit-transform: rotate(-9.29deg);
          transform: rotate(-9.29deg);
}

@media only screen and (max-width: 1023px) {
  .gift-list-section .gift-list-stylist-txt p {
    /* font-size: 20px;
    line-height: 26px; */
    -webkit-transform: rotate(4.13deg);
            transform: rotate(4.13deg);
  }
}

@media only screen and (max-width: 767px) {
  .gift-list-section .gift-list-stylist-txt p br {
    display: none;
  }
}

.gift-list-section .gift-list-stylist-txt p::before {
  content: "";
  background: url(../images/horizontal-line.svg) no-repeat;
  display: inline-block;
  position: absolute;
  width: 135px;
  height: 35px;
  background-size: contain;
  top: -40px;
  left: -110px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}

@media only screen and (max-width: 1023px) {
  .gift-list-section .gift-list-stylist-txt p::before {
    content: "";
    width: 70px;
    top: auto;
    left: -120px;
    right: 0;
    -webkit-transform: rotate(8deg);
    transform: rotate(300deg);
    margin: 0 auto;
    bottom: -60px;
  }
}

@media only screen and (max-width: 767px) {
  .gift-list-section .product-item {
    width: 50%;
  }
}

.gift-list-section .product-item .card {
  border: 0;
  border-radius: 0;
  margin-top: 50px;
  background: transparent;
}

.gift-list-section .product-item .card .product-img-top {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .gift-list-section .product-item .card .product-img-top {
    height: 155px;
  }
}

.gift-list-section .product-item .card .product-body {
  padding-top: 20px;
}

.product_details_modal .product_gallery_slider{
  width: 100% !important;
}



.gift-list-section .product-item .card .product-body .price {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-top: 10px;
  color: #40434E;
}

.gift-list-section .product-item .card .product-body .price span {
  /* margin-left: 10px; */
  font-weight: 600;
}

/* .gift-list-section .product-item .card .product-body .product_details_btn {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  background: #EB5E55;
  border-radius: 30px;
  line-height: 22px;
  padding: 13px 20px;
} */

/* .gift-list-section .product-item .card .product-body .product_details_btn:hover {
  background: #EF4444;
} */

.gift-list-section .product-item .card .product-body .product_popop_loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #212529;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 10px;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.product_details_modal .modal-dialog-centered {
  max-width: 70%;
}

@media only screen and (max-width: 1080px) {
  .product_details_modal .modal-dialog-centered {
    max-width: 98%;
  }
}

@media only screen and (max-width: 767px) {
  .product_details_modal .modal-dialog-centered {
    max-width: 100%;
  }
}

.product_details_modal .modal-dialog-centered .modal-content {
  background: transparent;
  border: 0;
}

.product_details_modal .modal-dialog-centered .modal-content .modal-header {
  padding: 0;
  border: 0;
}

.product_details_modal .modal-dialog-centered .modal-content .modal-header .close {
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 1;
  font-weight: 400;
  font-size: 45px;
}

.product_details_modal .modal-dialog-centered .modal-content .modal-header .close:focus {
  outline: 0;
}

.product_details_modal .modal-dialog-centered .modal-content .modal-header [type="button"] {
  padding: 0;
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body {
  padding: 50px;
  border: 1px solid #40434E;
  border-radius: 20px;
  background: #fff;
}

@media only screen and (max-width: 1023px) {
  .product_details_modal .modal-dialog-centered .modal-content .modal-body {
    padding: 40px 35px;
  }
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper {
  padding-left: 50px;
}

@media only screen and (max-width: 1023px) {
  .product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper {
    padding: 20px 0 0 0;
  }
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .product_data {
  margin-bottom: 20px;
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .product_data .product_title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #40434E;
}

@media only screen and (max-width: 1023px) {
  .product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .product_data .product_title {
    font-size: 20px;
    line-height: 26px;
  }
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .product_data .Product_cat {
  font-weight: 600;
  font-size: 40px;
  color: #40434E;
  line-height: 51px;
}

@media only screen and (max-width: 1023px) {
  .product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .product_data .Product_cat {
    font-size: 28px;
    line-height: 36px;
  }
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .product_content {
  padding-bottom: 30px;
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .product_content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #40434E;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .product_content p {
    font-size: 14px;
    line-height: 21px;
  }
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .product_content ul {
  margin-top: 30px;
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .product_content ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #40434E;
  line-height: 24px;
  position: relative;
  padding-left: 26px;
  margin-bottom: 13px;
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .product_content ul li::before {
  content: "\f00c";
  position: absolute;
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1023px) {
  .product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .product_content ul li {
    font-size: 14px;
    line-height: 21px;
  }
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .price {
  color: #40434E;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 1023px) {
  .product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .price {
    font-size: 14px;
    line-height: 14px;
  }
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .price span {
  color: #40434E;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin-left: 10px;
}

@media only screen and (max-width: 1023px) {
  .product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .price span {
    font-size: 22px;
    line-height: 28px;
  }
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .stock_status {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #34D399;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}

@media only screen and (max-width: 1023px) {
  .product_details_modal .modal-dialog-centered .modal-content .modal-body .product_data_wrapper .stock_status {
    font-size: 14px;
    line-height: 14px;
  }
}

.product_details_modal .product_gallery_slider .slide-item img {
  width: 100%;
  border-radius: 20px;
  display: block;

  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}



.product_details_modal .product_gallery_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media only screen and (max-width: 1023px) {
  .product_details_modal .product_gallery_slider .slick-dots {
    left: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product_details_modal .product_gallery_slider .slick-dots li {
  margin: 0 8px 0 0;
  position: relative;
  height: 10px;
}

.product_details_modal .product_gallery_slider .slick-dots li::after {
  content: "";
  background: #9FC4C4;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
}

.product_details_modal .product_gallery_slider .slick-dots li button {
  background: transparent;
  border: 0;
  font-size: 0;
  padding: 0;
}

.product_details_modal .product_gallery_slider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: #FBBF24;
  position: absolute;
  top: 13px;
  border-radius: 50px;
  left: -2px;
}

.product_details_modal .product_gallery_slider .slick-dots li.slick-active button:focus {
  outline: 0;
}

.product_details_modal .product_gallery_slider .slick-arrow {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  height: 56px;
  width: 56px;
  border-radius: 50px;
  background-color: #FBBF24;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.product_details_modal .product_gallery_slider .slick-arrow:focus {
  outline: 0;
}

@media only screen and (max-width: 1023px) {
  .product_details_modal .product_gallery_slider .slick-arrow {
    height: 50px;
    width: 50px;
  }
}

.product_details_modal .product_gallery_slider .slick-prev {
  left: -25px;
}

.product_details_modal .product_gallery_slider .slick-prev::before {
  content: '';
  background-image: url(../images/moment-left.png);
  width: 17px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
}

.product_details_modal .product_gallery_slider .slick-next {
  right: -25px;
}

.product_details_modal .product_gallery_slider .slick-next::before {
  content: '';
  background-image: url(../images/moment-right.png);
  width: 17px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
}

.product-gifts-filter {
  display: inline-block;
}

.product-gifts-filter .select2 {
  width: 375px !important;
  border: 1px solid #40434E;
  border-radius: 10px;
}

@media only screen and (max-width: 480px) {
  .product-gifts-filter .select2 {
    width: 345px !important;
  }
}

.product-gifts-filter .select2.select2-container--open {
  border-radius: 10px 10px 0 0;
}

.product-gifts-filter .select2 .selection .select2-selection {
  padding: 4px 20px;
  border-radius: 10px;
  background-image: url(../images/drop-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: 96% 52%;
  background-size: 19px;
  border: 0;
}

.product-gifts-filter .select2 .selection .select2-selection input::-webkit-input-placeholder {
  color: #3E8989;
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.product-gifts-filter .select2 .selection .select2-selection input:-ms-input-placeholder {
  color: #3E8989;
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.product-gifts-filter .select2 .selection .select2-selection input::-ms-input-placeholder {
  color: #3E8989;
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.product-gifts-filter .select2 .selection .select2-selection input::placeholder {
  color: #3E8989;
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.product-gifts-filter .select2:focus {
  border: 1px solid #3E8989;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 480px) {
  .product-gifts-filter .select2 {
    width: 100%;
  }
}

.select2-container .select2-dropdown {
  top: 32px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #40434E;
  border-top: 0;
}

.select2-container .select2-dropdown .select2-results {
  padding: 10px 25px;
}

.select2-container .select2-dropdown .select2-results li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
  padding: 7px 0;
  position: relative;
}

.select2-container .select2-dropdown .select2-results li:after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  border: 1px solid #40434E;
  right: 0;
  top: 11px;
}

.select2-container .select2-dropdown .select2-results li[aria-selected=true] {
  background: transparent;
}

.select2-container .select2-dropdown .select2-results li[aria-selected=true]:before {
  content: "";
  background: #3E8989;
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 11px;
}

.select2-container .select2-dropdown .select2-results li.select2-results__option--highlighted {
  background: transparent !important;
  color: #3E8989;
  font-weight: 600;
}

.stylist_txt p {
  font-weight: 600;
  /* font-size: 24px;
  line-height: 31px; */
  text-align: center;
  color: #3E8989;
  -webkit-transform: rotate(-9.29deg);
          transform: rotate(-9.29deg);
}

@media only screen and (max-width: 991px) {
  .stylist_txt p {
    /* font-size: 20px;
    line-height: 26px; */
    -webkit-transform: rotate(12.69deg);
            transform: rotate(12.69deg);
  }
}

@media only screen and (max-width: 991px) {
  .stylist_txt p br {
    display: none;
  }
}

.red-bttom-arrow {
  position: relative;
}

.red-bttom-arrow::after {
  content: "";
  background: url(../images/red-top-arrow.svg) no-repeat;
  display: inline-block;
  width: 80px;
  height: 70px;
  position: absolute;
  top: -50px;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .red-bttom-arrow::after {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60px;
    height: 50px;
    top: -75px;
    -webkit-transform: rotate(340deg);
            transform: rotate(340deg);
  }
}

.drk-green-arrow {
  position: relative;
}

.drk-green-arrow::after {
  content: "";
  background: url(../images/drkgreen-bottom-arrow.svg) no-repeat;
  display: inline-block;
  width: 55px;
  height: 145px;
  position: absolute;
  top: -50px;
  background-size: contain;
  right: 0;
  left: 10%;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .drk-green-arrow::after {
    position: relative;
    height: 80px;
    right: 0;
    left: 0;
    top: 40px;
    margin: 0 auto;
    display: block;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}

@media only screen and (max-width: 991px) {
  .empty-space {
    padding-top: 120px !important;
  }
}

.section-hero_banner_contact {
  padding: 230px 0 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-hero_banner_contact {
    padding: 150px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero_banner_contact {
    padding: 120px 0 50px;
  }
}

/* @media only screen and (min-width: 1300px) {
  .section-hero_banner_contact .container {
    max-width: 1400px;
    margin: 0 auto;
  }
} */

.section-hero_banner_contact h1 {
  margin-bottom: 15px;
}

.section-hero_banner_contact .user-text {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .section-hero_banner_contact .user-text {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-hero_banner_contact .user-text .user-img {
    height: 78px;
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero_banner_contact .user-text .user-content {
    margin-top: 0;
  }
}

.section-hero_banner_contact .user-text .user-content p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.section-hero_banner_contact .user-text .user-content strong {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.left-to-right-arrow {
  position: relative;
}

.left-to-right-arrow::after {
  content: "";
  background: url(../images/bottom-to-top-line.svg) no-repeat;
  width: 120px;
  height: 37px;
  margin-left: 25px;
  margin-top: -40px;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .left-to-right-arrow::after {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: rotate(110deg);
            transform: rotate(110deg);
    bottom: -55px;
    width: 80px;
    height: 37px;
    background-size: 69px;
  }
}

.section-faq_section .faq_wrapper {
  max-width: 700px;
}

.section-faq_section .faq_wrapper .slide-title {
  margin-bottom: 15px;
}

.section-faq_section .faq_wrapper .accordion-list .card {
  background: #FFFFFF;
  border: 1px solid #40434E;
  border-radius: 10px;
  margin-top: 15px;
}

.section-faq_section .faq_wrapper .accordion-list .card .card-header {
  background: transparent;
  border: 0;
  padding: 20px 30px;
}

@media only screen and (max-width: 767px) {
  .section-faq_section .faq_wrapper .accordion-list .card .card-header {
    padding: 20px 40px 20px 20px;
  }
}

.section-faq_section .faq_wrapper .accordion-list .card .card-header .faq-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
}

@media only screen and (max-width: 767px) {
  .section-faq_section .faq_wrapper .accordion-list .card .card-header .faq-title {
    font-size: 14px;
    line-height: 21px;
  }
}

.section-faq_section .faq_wrapper .accordion-list .card .card-header .faq-title .faq_question {
  cursor: pointer;
  color: #3E8989;
  text-decoration: none;
}

.section-faq_section .faq_wrapper .accordion-list .card .card-header .faq-title .faq_question:after {
  content: "\f106";
  display: inline-block;
  font: normal normal normal 24px/24px FontAwesome;
  float: right;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media only screen and (max-width: 767px) {
  .section-faq_section .faq_wrapper .accordion-list .card .card-header .faq-title .faq_question:after {
    position: absolute;
    right: 18px;
    top: 20px;
  }
}

.section-faq_section .faq_wrapper .accordion-list .card .card-header .faq-title .faq_question.collapsed {
  color: #40434E;
}

.section-faq_section .faq_wrapper .accordion-list .card .card-header .faq-title .faq_question.collapsed:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-faq_section .faq_wrapper .accordion-list .card .card-body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  /* font-size: 16px;
  line-height: 24px; */
  color: #40434E;
  padding: 0 30px 20px;
}

/* @media only screen and (max-width: 767px) {
  .section-faq_section .faq_wrapper .accordion-list .card .card-body {
    font-size: 14px;
    line-height: 21px;
  }
} */

.employee-sec .link-cases .cases-box.auto-height {
  min-height: auto !important;
}

@media only screen and (max-width: 767px) {
  .employee-sec .link-cases .cases-box .case-description {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .employee-sec .link-cases .cases-box .case-description p {
    font-style: normal !important;
    margin-top: 20px !important;
  }
}

.hide-sec {
  display: none;
}

#sterkado_news_lists .news-item {
  margin-bottom: 30px;
}

.listnews-filter .big-item .news-item .curve {
  height: 150px;
}

@media only screen and (max-width: 1199px) {
  .listnews-filter .big-item .news-item .curve {
    height: auto;
  }
}

.listnews-filter .news-item .news-img img {
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 767px) {
  .listnews-filter .news-item .news-img img {
    height: 130px !important;
  }
}

.listnews-filter .news-item .news-wrapper-content .cat_name {
  font-weight: 600;
  font-size: 11px;
  color: #EB5E55;
  line-height: 16px;
  border: 1px solid #EB5E55;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1080px) {
  .listnews-filter .news-item .news-wrapper-content .cat_name {
    padding: 4px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .listnews-filter .news-item .news-wrapper-content .cat_name {
    margin-bottom: 5px;
  }
}

.listnews-filter .news-item .news-wrapper-content .news-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1350px) {
  .listnews-filter .news-item .news-wrapper-content .news-heading {
    -webkit-line-clamp: 1;
  }
}

.listnews-filter .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
}

.listnews-filter .pagination li {
  margin: 0 8px;
}

.listnews-filter .pagination li .page-numbers {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #EB5E55;
  text-decoration: none;
  padding: 12px 5px 10px;
  border-radius: 20px;
  width: 27px;
  display: inline-block;
  text-align: center;
  color: #40434E;
}

.listnews-filter .pagination li .page-numbers.current {
  color: #EB5E55;
}

.listnews-filter .pagination li .page-numbers:hover {
  background: #EB5E55;
  color: #fff;
}

.listnews-filter .pagination li .next, .listnews-filter .pagination li .prev {
  border: 0;
  padding: 10px 0 0 0;
}

.listnews-filter .pagination li .next:hover, .listnews-filter .pagination li .prev:hover {
  background: transparent;
  color: transparent;
}

.section-great_guys {
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .section-great_guys {
    padding-bottom: 40px;
  }
}

.section-great_guys .great_guys-item {
  margin-top: 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-great_guys .great_guys-item {
    text-align: left;
  }
}

.section-great_guys .great_guys-item .great_guys-img img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .section-great_guys .great_guys-item .great_guys-img img {
    margin: 0;
    width: 66px;
  }
}

.section-great_guys .great_guys-item .great_guys-content {
  margin-top: 15px;
}

.section-great_guys .great_guys-item .great_guys-content .great_guys-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #40434E;
  line-height: 28px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .section-great_guys .great_guys-item .great_guys-content .great_guys-heading {
    max-width: 100%;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 10px;
  }
}

.section-great_guys .great_guys-item .great_guys-content .great_guys-sub {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #40434E;
  line-height: 28px;
  margin-bottom: 10px;
}

.section-great_guys .great_guys-item .great_guys-content .great_guys-info {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #40434E;
  font-size: 16px;
  line-height: 24px;
  max-width: 60%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .section-great_guys .great_guys-item .great_guys-content .great_guys-info {
    max-width: 100%;
  }
}

.team_lists .team-item {
  margin-top: 60px;
}

@media only screen and (max-width: 1023px) {
  .team_lists .team-item {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .team_lists .team-item .team-img {
    width: 105px;
    height: 102px;
    margin: 0 auto;
  }
}

.team_lists .team-item .team-wrapper-content h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 43px;
  margin-top: 5px;
  color: #40434E;
}

@media only screen and (max-width: 1023px) {
  .team_lists .team-item .team-wrapper-content h3 {
    font-size: 24px;
    line-height: 31px;
    margin-top: 15px;
  }
}

.team_lists .team-item .team-wrapper-content h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  color: #40434E;
  margin-top: 10px;
}

@media only screen and (max-width: 1023px) {
  .team_lists .team-item .team-wrapper-content h6 {
    font-size: 14px;
    margin-top: 0;
    line-height: 17px;
  }
}

.team_lists .team-item .team-wrapper-content .team-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
  padding-top: 15px;
  font-family: "Montserrat", sans-serif;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .team_lists .team-item .team-wrapper-content .team-content {
    display: none;
  }
}

.section-open_vacancies {
  padding: 80px 0;
}

@media only screen and (max-width: 1023px) {
  .section-open_vacancies {
    padding: 50px 0;
  }
}

.section-open_vacancies .latest_news__title {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
  .section-open_vacancies .latest_news__title {
    margin-bottom: 50px;
    text-align: left !important;
  }
}

.section-open_vacancies .latest-job-wrapper .job-item {
  padding: 35px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1023px) {
  .section-open_vacancies .latest-job-wrapper .job-item {
    padding: 30px;
  }
}

.section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .job_type {
  color: #19C8AB;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1023px) {
  .section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .job_type {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}

.section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .job-heading a {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #323F52;
  text-decoration: none;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .job-heading a {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
  }
}

.section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .job-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .job-meta li {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #19C8AB;
  margin-right: 15px;
}

@media only screen and (max-width: 1023px) {
  .section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .job-meta li {
    font-size: 11px;
  }
}

.section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .job-meta li.location {
  margin-right: 0;
}

.section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .job-meta li img {
  margin-right: 6px;
  display: inline-block;
  vertical-align: bottom;
}

@media only screen and (max-width: 1023px) {
  .section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .job-meta li img {
    margin-right: 3px;
  }
}

.section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .job-content {
  font-weight: 400;
  /* font-size: 16px;
  line-height: 24px; */
  color: #323F52;
  font-family: "Montserrat", sans-serif;
  margin-top: 15px;
}

/* @media only screen and (max-width: 1023px) {
  .section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .job-content {
    font-size: 14px;
    line-height: 21px;
  }
} */

.section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .more-job-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #F8BB40;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #F8BB40;
  display: inline-block;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 30px;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .more-job-link:hover {
  background: #F8BB40;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .section-open_vacancies .latest-job-wrapper .job-item .job-wrapper-content .more-job-link {
    font-size: 12px;
    line-height: 17px;
    padding: 12px 20px;
  }
}

.section-image_with_faq .faq_wrapper {
  margin: 0 auto;
}

.cart-block-sec {
  height: 750px !important;
}

@media only screen and (max-width: 1280px) {
  .cart-block-sec {
    height: 650px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .cart-block-sec {
    height: 550px !important;
  }
}

@media only screen and (max-width: 767px) {
  .cart-block-sec {
    height: auto !important;
  }
}

.cart-block-sec p {
  max-width: 30%;
  margin: 0 auto;
  padding-top: 20px;
  opacity: 0.7;
}

@media only screen and (max-width: 1280px) {
  .cart-block-sec p {
    max-width: 60%;
  }
}

@media only screen and (max-width: 1023px) {
  .cart-block-sec p {
    max-width: 100%;
  }
}

.block-cart-sec {
  margin-top: -320px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1023px) {
  .block-cart-sec {
    margin-top: -220px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .block-cart-sec {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

.card-box {
  background: #FDEBC6;
  border-radius: 20px;
  text-align: center;
  padding: 40px 50px 70px;
}

@media only screen and (max-width: 1200px) {
  .card-box {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .card-box {
    margin-bottom: 20px;
    text-align: left;
  }
}

.card-box .card-img-top {
  width: 80px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .card-box .card-img-top {
    width: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .card-box .card-img-top {
    margin: 0;
  }
}

.card-box .card-body {
  padding-bottom: 0;
}

@media only screen and (max-width: 1280px) {
  .card-box .card-body {
    padding: 7px 0;
  }
}

.card-box .card-body h5 {
  font-weight: 600;
  font-size: 34px;
  line-height: 43px;
  color: #40434E;
}

@media only screen and (max-width: 1400px) {
  .card-box .card-body h5 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .card-box .card-body h5 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1023px) {
  .card-box .card-body h5 {
    font-size: 20px;
    line-height: 31px;
    margin: 0;
  }
}

.card-box .card-body p {
  font-weight: 500;
  /* font-size: 16px; */
  font-family: "Montserrat", sans-serif;
  /* line-height: 24px; */
  opacity: 0.7;
  color: #40434E;
  margin-top: 20px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1023px) {
  .card-box .card-body p {
    margin-top: 10px;
    /* font-size: 14px;
    line-height: 21px; */
  }
}

.card-box .card-body .button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #EB5E55;
  border: 1px solid #EB5E55;
  display: inline-block;
  border-radius: 30px;
  padding: 12px 25px;
  text-decoration: none;
  margin-top: 30px;
}

.card-box .card-body .button:hover {
  color: #fff;
  background: #EB5E55;
}

@media only screen and (max-width: 1200px) {
  .card-box .card-body .button {
    font-size: 12px;
    line-height: 20px;
    padding: 11px 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .card-box .card-body .button {
    margin-top: 40px;
    font-size: 10px;
    line-height: 20px;
    padding: 8px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .card-box .card-body .button {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 25px;
  }
}

.contact-details-wrapper .slide-title {
  margin-bottom: 50px;
}

/* .contact-details-wrapper .container {
  max-width: 1140px;
  margin: 0 auto;
} */

.contact-details-wrapper .about_order h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #40434E;
}

@media only screen and (max-width: 1023px) {
  .contact-details-wrapper .about_order h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

.contact-details-wrapper .about_order p {
  font-family: "Montserrat", sans-serif;
  color: #40434E;
  font-weight: 500;
  /* font-size: 16px;
  line-height: 24px; */
  opacity: 0.7;
  margin-top: 10px;
}

/* @media only screen and (max-width: 1023px) {
  .contact-details-wrapper .about_order p {
    font-size: 14px;
    line-height: 21px;
  }
} */

.contact-details-wrapper .contact_phone, .contact-details-wrapper .contact_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.contact-details-wrapper .contact_phone .contact_email_img, .contact-details-wrapper .contact_phone .contact_phone_img, .contact-details-wrapper .contact_email .contact_email_img, .contact-details-wrapper .contact_email .contact_phone_img {
  width: 68px;
  text-align: center;
  height: 67px;
  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;
}

.contact-details-wrapper .contact_phone .contact_email_img img, .contact-details-wrapper .contact_phone .contact_phone_img img, .contact-details-wrapper .contact_email .contact_email_img img, .contact-details-wrapper .contact_email .contact_phone_img img {
  display: block;
}

.contact-details-wrapper .contact_phone .contact_phone_content, .contact-details-wrapper .contact_phone .contact_email_content, .contact-details-wrapper .contact_email .contact_phone_content, .contact-details-wrapper .contact_email .contact_email_content {
  padding-left: 30px;
}

.contact-details-wrapper .contact_phone .contact_phone_content a, .contact-details-wrapper .contact_phone .contact_phone_content span, .contact-details-wrapper .contact_phone .contact_email_content a, .contact-details-wrapper .contact_phone .contact_email_content span, .contact-details-wrapper .contact_email .contact_phone_content a, .contact-details-wrapper .contact_email .contact_phone_content span, .contact-details-wrapper .contact_email .contact_email_content a, .contact-details-wrapper .contact_email .contact_email_content span {
  font-weight: 400;
  font-size: 14px;
  color: #40434E;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
}

.contact-details-wrapper .contact_phone .contact_phone_content a, .contact-details-wrapper .contact_phone .contact_email_content a, .contact-details-wrapper .contact_email .contact_phone_content a, .contact-details-wrapper .contact_email .contact_email_content a {
  display: block;
  font-weight: 600;
  text-decoration: none;
}

.section-contact_section {
  padding: 150px 0 100px;
}

@media (max-width: 1200px) {
  .section-contact_section {
    padding: 80px 0 60px;
  }
}

.section-contact_section .content-slides-right {
  padding-left: 20%;
}

@media (max-width: 1200px) {
  .section-contact_section .content-slides-right {
    padding-left: 0%;
  }
}

@media (max-width: 991px) {
  .section-contact_section .content-slides-right {
    padding-top: 50px;
  }
}

.section-contact_section .content-slides-right h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  color: #40434E;
}

.section-contact_section .content-slides-right .content .contact_phone, .section-contact_section .content-slides-right .content .contact_email {
  margin-top: 40px;
  position: relative;
  padding-left: 70px;
}

@media (max-width: 991px) {
  .section-contact_section .content-slides-right .content .contact_phone, .section-contact_section .content-slides-right .content .contact_email {
    margin-top: 20px;
  }
}

.section-contact_section .content-slides-right .content .contact_phone::before, .section-contact_section .content-slides-right .content .contact_email::before {
  content: "";
  background-size: contain !important;
  display: inline-block;
  width: 45px;
  height: 51px;
  vertical-align: middle;
  margin-right: 10px;
  background-position: center !important;
  position: absolute;
  left: 0;
  top: 0;
}

.section-contact_section .content-slides-right .content .contact_phone a, .section-contact_section .content-slides-right .content .contact_phone p, .section-contact_section .content-slides-right .content .contact_email a, .section-contact_section .content-slides-right .content .contact_email p {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #40434E;
  text-decoration: none;
}

.section-contact_section .content-slides-right .content .contact_phone p, .section-contact_section .content-slides-right .content .contact_email p {
  font-weight: 400;
  margin-top: 2px;
}

.section-contact_section .content-slides-right .content .contact_phone a:hover, .section-contact_section .content-slides-right .content .contact_email a:hover {
  color: #EB5E55;
}

.section-contact_section .content-slides-right .content .contact_phone::before, .section-contact_section .content-slides-right .content .contact_email::before {
  content: "";
  background-size: contain;
  display: inline-block;
}

.section-contact_section .content-slides-right .content .contact_phone::before {
  background: url(../images/phone-iicon.svg) no-repeat;
}

.section-contact_section .content-slides-right .content .contact_email::before {
  background: url(../images/mail-icon.svg) no-repeat;
  width: 68px;
  height: 70px;
  top: -6px;
  left: -15px;
}

.section-contact_section .content-slides-right .content .other_contact_content, .section-contact_section .content-slides-right .content .adress_content {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .section-contact_section .content-slides-right .content .other_contact_content, .section-contact_section .content-slides-right .content .adress_content {
    margin-top: 50px;
  }
}

.section-contact_section .content-slides-right .content .other_contact_content h4, .section-contact_section .content-slides-right .content .adress_content h4 {
  font-weight: 600;
  font-size: 28px;
  color: #40434E;
  line-height: 36px;
  margin-bottom: 25px;
}

.section-contact_section .content-slides-right .content .other_contact_content h4::before, .section-contact_section .content-slides-right .content .adress_content h4::before {
  content: "";
  background-size: contain !important;
  display: inline-block;
  width: 27px;
  height: 26px;
  vertical-align: middle;
  margin-right: 10px;
  background-position: center !important;
}

@media (max-width: 1200px) {
  .section-contact_section .content-slides-right .content .other_contact_content h4, .section-contact_section .content-slides-right .content .adress_content h4 {
    font-size: 22px;
    line-height: 26px;
  }
}

.section-contact_section .content-slides-right .content .other_contact_content p, .section-contact_section .content-slides-right .content .adress_content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  /* font-size: 16px; */
  margin-bottom: 15px;
  color: #40434E;
  /* line-height: 24px; */
}

@media (max-width: 1200px) {
  .section-contact_section .content-slides-right .content .other_contact_content p, .section-contact_section .content-slides-right .content .adress_content p {
    /* font-size: 14px; */
    margin-bottom: 10px;
    /* line-height: 24px; */
  }
}

.section-contact_section .content-slides-right .content .other_contact_content p strong, .section-contact_section .content-slides-right .content .adress_content p strong {
  color: #EB5E55;
}

.section-contact_section .content-slides-right .content .other_contact_content h4::before {
  background: url(../images/address-icon.svg) no-repeat;
}

.section-contact_section .content-slides-right .content .adress_content h4::before {
  background: url(../images/location-icon.svg) no-repeat;
}

.section-contact_section .content-slides-right .content .frequently_asked_questions_wrapper {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .section-contact_section .content-slides-right .content .frequently_asked_questions_wrapper {
    margin-top: 30px;
  }
}

.section-contact_section .content-slides-right .content .frequently_asked_questions_wrapper h4 {
  font-weight: 600;
  font-size: 28px;
  color: #40434E;
  line-height: 36px;
  margin-bottom: 10px;
}

.section-contact_section .content-slides-right .content .frequently_asked_questions_wrapper h4::before {
  content: "";
  background-size: contain !important;
  display: inline-block;
  width: 27px;
  height: 26px;
  vertical-align: middle;
  margin-right: 10px;
  background-position: center !important;
  background: url(../images/que-icon.svg) no-repeat;
}

.section-contact_section .content-slides-right .content .frequently_asked_questions_wrapper p {
  font-weight: 400;
  /* font-size: 16px;
  line-height: 24px; */
  font-family: "Montserrat", sans-serif;
  color: #40434E;
}

.section-contact_section .content-slides-right .content .frequently_asked_questions_wrapper p a {
  color: #FBBF24;
  text-decoration: none;
}

.section-contact_section .content-slides-right .content .frequently_asked_questions_wrapper p a:hover {
  color: #EB5E55;
}

@media (max-width: 991px) {
  .contact-sec .hero-contact-form-section {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .contact-sec {
    padding: 0px 0 50px;
    margin-top: -20px;
  }
}

.section-promises_section {
  padding: 100px 0;
}

@media (max-width: 1200px) {
  .section-promises_section {
    padding: 50px 0;
  }
}

.section-promises_section .latest_news__title {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-promises_section .latest_news__title {
    text-align: left;
  }
}

.section-promises_section .promises-wrapper {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .section-promises_section .promises-wrapper {
    padding-top: 30px;
  }
}

.section-promises_section .promises-wrapper .promises-img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .section-promises_section .promises-wrapper .promises-img img {
    width: 94px;
  }
}

.section-promises_section .promises-wrapper .promises-item {
  background: #9fc4c466;
  border-radius: 20px;
  padding: 50px 60px;
}

@media only screen and (max-width: 1400px) {
  .section-promises_section .promises-wrapper .promises-item {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .section-promises_section .promises-wrapper .promises-item {
    padding: 25px;
    margin-bottom: 20px;
  }
}

/* .section-promises_section .promises-wrapper h5 {
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  color: #40434E;
} */
/* 
@media only screen and (max-width: 1500px) {
  .section-promises_section .promises-wrapper h5 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .section-promises_section .promises-wrapper h5 {
    font-size: 20px;
    line-height: 25px;
    min-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-promises_section .promises-wrapper h5 {
    font-size: 20px;
    line-height: 26px;
  }
} */

.section-promises_section .promises-wrapper .promises-content {
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #40434E;
  min-height: 121px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1200px) {
  .section-promises_section .promises-wrapper .promises-content {
    font-size: 14px;
    line-height: 21px;
  }
}

.section-latest_news {
  padding: 50px 0 60px;
}

@media only screen and (max-width: 1200px) {
  .section-latest_news {
    padding: 30px 0 20px;
  }
}

.section-latest_news .latest-news-wrapper {
  padding-top: 50px;
}

.section-latest_news .latest-news-wrapper .news-item {
  overflow: hidden;
  background: #d7e7e7;
  border-radius: 20px;
}

@media only screen and (max-width: 1200px) {
  .section-latest_news .latest-news-wrapper .news-item {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-latest_news .latest-news-wrapper .news-item {
    margin-bottom: 20px;
    border-radius: 0;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.section-latest_news .latest-news-wrapper .news-item .news-img {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-latest_news .latest-news-wrapper .news-item .news-img {
    width: 30%;
    max-width: 100px;
  }
}

.section-latest_news .latest-news-wrapper .news-item .news-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 767px) {
  .section-latest_news .latest-news-wrapper .news-item .news-img img {
    height: 90px;
    border-radius: 10px;
  }
}

.section-latest_news .latest-news-wrapper .news-item .news-img .curve {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .section-latest_news .latest-news-wrapper .news-item .news-img .curve {
    display: none;
  }
}

.section-latest_news .latest-news-wrapper .news-item .news-wrapper-content {
  padding: 0 25px 30px 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .section-latest_news .latest-news-wrapper .news-item .news-wrapper-content {
    padding: 0 0 0 10px;
    width: 70%;
  }
}

.section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .news-heading {
  margin-bottom: 6px;
}

.section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .news-heading a {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #40434E;
  text-decoration: none;
}
@media only screen and (max-width: 1600px){
  .section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .news-heading a {
    font-size: 20px;
    line-height: 26px;
  }
}

/* @media only screen and (max-width: 1199px) {
  .section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .news-heading a {
    font-size: 20px;
    line-height: 26px;
  }
} */

.section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 767px) {
  .section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .news-meta {
    margin-bottom: 8px;
  }
}

.section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .news-meta .read_time {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #19C8AB;
  margin-right: 15px;
}

.section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .news-meta .read_time img {
  margin-right: 6px;
  vertical-align: text-top;
}

.section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .news-meta .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #40434E;
}

.section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .news-meta .date img {
  vertical-align: text-top;
  margin-right: 6px;
}

.section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .news-content {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #40434E;
  margin-bottom: 20px;
  /* font-size: 16px; */
  /* line-height: 24px; */
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 100px; */
}

@media only screen and (max-width: 1199px) {
  .section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .news-content {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .news-content {
    display: none;
  }
}

.section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .more-news-link {
  color: #40434E;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .more-news-link {
    font-size: 12px;
    line-height: 17px;
  }
}

.section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .more-news-link img {
  margin-left: 10px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .more-news-link img {
    width: 12px;
  }
}

.section-latest_news .latest-news-wrapper .news-item .news-wrapper-content .more-news-link:hover {
  opacity: 1;
  color: #000;
}

.content-slides .slide-title {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content-slides .slide-title {
    text-align: left;
  }
}

@media only screen and (max-width: 1200px) {
  .content-slides .content-slider {
    padding: 30px 20px 0 20px;
  }
}

.content-slides .content-slider .slide-item {
  text-align: center;
  background: #9fc4c466;
  margin-right: 50px;
  border-radius: 20px;
  padding: 50px 50px 30px;
}

@media only screen and (max-width: 1400px) {
  .content-slides .content-slider .slide-item {
    padding: 40px 20px 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .content-slides .content-slider .slide-item {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .content-slides .content-slider .slide-item {
    margin: 0 5px;
    padding: 30px 12px 20px;
  }
}

.content-slides .content-slider .slide-item .slider-img {
  height: 210px;
}

@media only screen and (max-width: 767px) {
  .content-slides .content-slider .slide-item .slider-img {
    height: auto;
  }
}

.content-slides .content-slider .slide-item .slider-img > img {
  margin: 0 auto;
  display: block;
}

.content-slides .content-slider .slide-item .slider-head {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .content-slides .content-slider .slide-item .slider-head {
    margin-top: 20px;
  }
}

.content-slides .content-slider .slide-item .slider-head p {
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #3E8989;
  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;
}

@media only screen and (max-width: 767px) {
  .content-slides .content-slider .slide-item .slider-head p {
    font-size: 12px;
    line-height: 17px;
  }
}

.content-slides .content-slider .slide-item .slider-head p span {
  background: #3E8989;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .content-slides .content-slider .slide-item .slider-head p span {
    height: 15px;
    width: 15px;
  }
}

.content-slides .content-slider .slide-item .slider-head p span img {
  text-align: center;
  margin: 0 auto;
}

.content-slides .content-slider .slick-prev {
  left: -30px;
}

@media only screen and (max-width: 1200px) {
  .content-slides .content-slider .slick-prev {
    left: 0;
  }
}

.content-slides .content-slider .slick-prev::after {
  content: '';
  background-image: url(../images/moment-left.png);
  width: 17px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
}

.content-slides .content-slider .slick-next {
  right: 12%;
}

@media only screen and (max-width: 1200px) {
  .content-slides .content-slider .slick-next {
    right: 0;
  }
}

.content-slides .content-slider .slick-next::before {
  content: '';
  background-image: url(../images/moment-right.png);
  width: 17px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
}

.content-slides .content-slider .slick-arrow {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  height: 56px;
  width: 56px;
  border-radius: 50px;
  background-color: #FBBF24;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .content-slides .content-slider .slick-arrow {
    top: 55%;
    height: 50px;
    width: 50px;
  }
}

.content-slides .content-slides-left {
  padding: 0 20%;
}

/* @media only screen and (max-width: 1400px) {
  .content-slides .content-slides-left {
    padding: 0 10%;
  }
} */

/* @media only screen and (max-width: 1200px) {
  .content-slides .content-slides-left {
    padding: 0 0% 30px;
  }
} */

/* @media only screen and (max-width: 767px) {
  .content-slides .content-slides-left {
    padding: 0 0%;
  }
} */

.content-slides .content-slides-left h3 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .content-slides .content-slides-left h3 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .content-slides .content-slides-left h3 {
    margin-bottom: 50px;
  }
}

/*.content-slides .content-slides-left p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #40434E;
  line-height: 24px;
}
*/
/* .section-right_gift .gift-listing .special-list-gift {
  padding: 0 15%;
} */

@media only screen and (max-width: 1200px) {
  .section-right_gift .gift-listing {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-right_gift .gift-listing {
    padding-bottom: 60px;
  }
}

.section-right_gift .gift-listing .gift-description p {
  color: #40434E;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
  font-family: "Montserrat", sans-serif;
}

.section-right_gift .gift-listing .gift-description ul {
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .section-right_gift .gift-listing .gift-description ul {
    padding-bottom: 0;
  }
}

.section-right_gift .gift-listing .gift-description ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}

.section-right_gift .gift-listing .gift-description ul li::before {
  content: "\f00c";
  position: absolute;
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .section-right_gift .gift-listing .gift-description ul li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    display: block;
  }
}

.section-right_gift .gift-listing .gift-description a {
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #40434E !important;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  line-height: 24px !important;
}

.section-right_gift .gift-listing .gift-description a::after {
  content: "" !important;
}

.section-right_gift .gift-listing .gift-description a:hover {
  color: #EB5E55 !important;
}
/*# sourceMappingURL=style.css.map */

.user-text .user-img img,
.expert-tooltip img {max-width: 100%;}
.solution-right .expert-tooltip img {
    width:126px;
    height:auto;
}

.assort-moment-nav .assort-moment-card.active .slider-head a {background: #fdebc6!important;}
/*
body.page-template-tpl-vraag-demo-aan .main-header-bar {display: none;}
body.page-template-tpl-vraag-demo-aan header.fixed-header .main-header-bar {display: flex;}
 
body.page-template-tpl-vraag-demo-aan .section-hero_banner_section{padding-top: 150px!important}*/

.single-job .post_detail_content .hero-contact-form-section.form-new-design .row {
  column-gap:normal;
}

.section-latest_news.get_inspired .latest-news-wrapper .news-item .news-img {
  height: auto;
  max-height:330px;
}
.section-hero_banner_section.hero-type-new .type1 .banner-right-col figure img {
  object-position:left;
}

.hero-contact-form-section.form-new-design label.error {color: red;}
/*.assort-moment-nav.mobile-assort-moment {display: none;}
.sticky-assort-nav-new .assort-moment-nav.mobile-assort-moment {
  display: block;
  position: fixed;
  top: 123px;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  z-index: 11;
}*/

.alert-bar {
    display:none;
    background-color: #fbbf24;
    color: #40434e;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    position: sticky;
    top: 0;
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.alert-text {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.close-btn {
    font-weight: 600;
    color: #40434e;
    position: absolute;
    right: 20px; 
    cursor: pointer;
}

.close-btn:hover {
    color: #40434e;
}

.alert-bar.visible {
  display: flex;
}

.alert-bar.visible  ~ header {
  top: 40px;
}

.alert-bar.visible  ~ .header-wrapper.fixed-header { top:0px!important; }
.alert-bar.visible .alert-text.mob-text {display: none;}

@media only screen and (max-width: 1022px) {
  .alert-bar.visible .alert-text.desktop-text {display: none;}
  .alert-bar.visible .alert-text.mob-text {display: block;}
}