/****************************************
         GLOBAL SETTINGS STYLES
****************************************/
@font-face {
  font-family: 'Ws_Txt';
  src:  url('/font/capture-it.regular.ttf')
}
@font-face {
  font-family: 'Lobster';
  src:  url('/font/lobster.regular.ttf')
}
/*
@font-face {
  font-family: 'Hermes';
  src:  url('/font/hermes.ttf')
}
*/
body, html {
    font-family: 'Montserrat', sans-serif;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-weight: bold;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    color: #101010;
    font-weight: 600;
    font-size: 1.4em;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    color: black;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.2em;
}
.article-link {
    color: black !important;
    text-decoration: none !important;
}
figure img {
    width: 100%;
}
.main-heading-2 {
    font-size: 2em !important;
}
p {
    font-size: 1.2em;
    color: #363636;
}
.before-ajax {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #02050c61;
    display: none;
}
.ico-before {
    margin-top: 18% !important;
    color: white !important;
    text-align: center !important;
    width: 100% !important;
}
.align-items-center {
    align-items: center;
}
.br-rounded {
    border-radius: 50px !important;
}
footer {
    padding: 50px 10px;
    background-color: #191919;
    border-bottom: solid 1px #1559ed;
}
footer h3 {
    color: white !important;
    text-transform: uppercase !important;
    font-size: 1.2em !important;
}
footer .ws-color-divider {
    margin-top: 0px !important;
    width: 100px;
    height: 2px;
    border-bottom: solid 1px #1559ed;
    margin-bottom: 40px;
    display: block;
    margin: 0 auto 30px auto;
}
footer p {
    margin: 7px 20px !important;
    font-weight: 500;
    color: white;
    font-size: .9em;
}
.text-tiny {
    font-size: .8em;
    font-weight: lighter;
}
.text-small {
    font-size: .9em;
}
.text-big {
    font-size: 1.5em;
}
.text-huge {
    font-size: 2em;
    font-weight: bold;
}
.fixed-sidebar {
    position: fixed;
    top: 120px;
    bottom: 0%;
    overflow: auto;
    width: 18%;
}
.uk-table-small td, .uk-table-small th {
    font-size: .8em;
    color: #2f2f2f;
    font-weight: 500;
}
.table-dist {
    background: #d40d1e !important;
}
.table-dist th {
    color: white !important;
}
.trigger-styles p {
    color: #272727;
    font-size: 1.1em;
}
.text-decoration-none {
    text-decoration: none !important;
}
.uk-heading-divider {
    border-bottom: 1px solid #1559ed;
}
.if_data {
    display: none;
}
.i-success {
    border: solid 2px !important;
    border-radius: 50% !important;
    padding: 10px !important;
    color: #37b131 !important;
    margin-top: 50px !important;
}
.no-background-image::before {
    background-image: none !important;
}
.if-data {
    display: none !important;
}
.section-title h2 {
    margin-top: 30px;
    margin-bottom: 25px !important;
    color: black;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.inner-section-content {
    padding-right: 30px;
}
.inner-section-content p {
    color: white;
    font-size: 1.1em;
    margin-bottom: 0px;
}
.image-style-align-left {
    float: left;
    margin: 30px 30px 30px 0px;
}
.image-style-align-right {
    float: right;
    margin: 30px 0px 30px 30px;
}
.image-style-align-center {
    display: block;
    margin: 0 auto;
    width: 80%;
}
.err-msgs {
    display: none;
}
.required {
    color: #86335f;
}
.image-style-align-left {
    float: left;
    margin: 30px 30px 30px 0px;
    width: 40%;
}
.image-style-align-right {
    float: right;
    margin: 30px 0px 30px 30px;
    width: 40%;
}
.image-style-align-center {
    display: block;
    margin: 0 auto;
    width: 80%;
}
/****************************************
                SCROLLBAR
****************************************/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/****************************************
                BUTTONS
****************************************/
.button-card-holder {
    position: absolute;
    bottom: 15px;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    text-align: center;
}
.btn-color {
    background: #1559ed !important;
    color: white !important;
    border-radius: 50px;
    border: solid 1px #1559ed !important;
    padding: 2px 20px 2px 30px;
    transition: 1s all ease;
}
.btn-color:hover {
    background: none !important;
    color: black !important;
}
.btn-inverse {
    border-radius: 50px;
    border: solid 1px #a0c715  !important;
    padding: 2px 20px 2px 30px;
    background: none !important;
    color: black !important;
    transition: 1s all ease;
}
.btn-inverse:hover {
    background: #a0c715  !important;
}
.btn-procedure {
    background: none !important;
    color: black !important;
    border-radius: 50px;
    border: solid 1px #e4742f !important;
    position: absolute;
    bottom: 15px;
    width: 70%;
    left: 50%;
    margin-left: -35%;
}
.btn-procedure:hover {
    background: rgb(228, 116, 47) !important;
    color: white !important;
}

/****************************************
              MAN MENU STYLES
****************************************/
nav .uk-light .uk-button-text::before {
    border-bottom-color: #1559ed;
}
.close-ico {
    color: black !important;
    border: solid 1px #1c74c8;
    padding: 8px;
    border-radius: 50%;
    transition: 1s all ease;
}
.search-box {
    font-size: .9em;
    box-shadow: 15px 28px 25px -18px rgb(0 0 0 / 38%);
    transition: .5s all ease;
    border: none !important;
    padding: 10px;
    width: 70% !important;
    left: 50% !important;
    margin-left: -35% !important;
    top: 80px !important;
    background-color: #ffffffe3;
    border-radius: 8px;
}
.input-search {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-size: 1.2em !important;
    border: solid 1px #1c74c8;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 4px;
    height: 50px !important;
}
.logo-site {
    width: 360px;
}
.login-btn {
    background: rgb(228, 116, 47) !important;
    color: white;
    border-radius: 50px;
    border: solid 1px #e4742f;
}
.login-btn:hover {
    color: black !important;
    background: none !important;
}
.m-menu {
    display: none;
}
.target-ico svg {
    width: 35px !important;
}
.p-mobile {
    color: #ffffff;
    font-size: .9em;
}
.perent-m {
    font-weight: bold;
    font-size: 1em !important;
    padding-bottom: 5px;
}
.uk-offcanvas-bar {
    width: 80% !important;
}
.uk-navbar-dropdown-nav>li>a:focus, .uk-navbar-dropdown-nav>li>a:hover {
    color: #d40d1e;
}
.f-logo-section {
    background: white;
}
.display-logo {
    display: block;
    margin: 0 auto;
    width: 45%;
}
.social-m-ico {
    color: #1559ed!important;
    padding: 5px;
    border-radius: 50%;
    font-size: 2.3em;
}
.red-ico {
    color: #d40d1e !important;
}
.pm-info {
    color: black;
    font-weight: bold;
    font-size: .9em;
}
.rmp {
    padding: 0px;
    margin: 5px;
}
.hide-m-element {
    display: none;
}
.mega_m_tile_border {
    height: 1px;
    width: 100px;
    margin: 10px auto 40px auto;
    border-bottom: 1px orange solid;
}
.mega_m_title {
    text-align: center;
    cursor: pointer;
}
.mega-m {
    background-color: #ffffffed !important;
    z-index: 999;
    padding-bottom: 30px;
}
.mega-m-btn {
    transition: 1s all ease;
    color: #000000;
    border: none;
    font-weight: bold;
    border-top: solid 1px #d40d1e;
    border-radius: 10px 30px 10px 30px;
    border-bottom: solid 1px #d40d1e;
}
.mega-m a {
    text-decoration: none !important;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: black;
}
.top-nav {
    background: black;
    z-index: 99;
}
.ws-menu {
    align-items: center;
    background:#303030;
}
.ws-menu-list {
    margin-top: 5px !important;
    color: white !important;
    font-size: .9em;
}
.uk-drop.uk-open {
    margin-top: 1px;
}
.uk-navbar-dropdown-nav .uk-nav-header {
    color: black;
    font-weight: bold !important;
    font-size: 1.1em;
}
.mega-img {
    border-radius: 10px;
    width: 200px;
    display: block;
    margin: 0px auto 20px auto;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 38%);
}
.uk-navbar-dropdown-nav>li>a {
    color: white;
}
.uk-navbar-nav>li>a {
    color: white;
}
.ws-a-nav {
    transition: 1s all ease;
    color: white !important;
    border: solid 1px #ffffff00;
    font-family: 'Hermes', arial;
    font-size: 1em;
    font-weight: bold;
}
.uk-navbar-nav>li>a {
    padding: 0 2px;
}
.large-media>li>a:hover{
    color: orange;
}
.freehl {
    color: white;
}
.ws-phone {
    color: white;
}
.uk-navbar-dropdown-grid>:not(.uk-first-column)::before {
    border-left: 1px solid white;
}
.uk-navbar-dropdown-nav .uk-nav-divider {
    border-top: 1px solid #989898;
}
.uk-heading-line>::after, .uk-heading-line>::before {
    border-bottom: 1px solid #1559ed;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 55px; 
}
.ws-menu-fixed {
    position: fixed !important;
    width:  100%;
    top: 0px;
    left:  50%;
    z-index:  99;
    margin-left: -50%;
    animation: animationFrames ease 1s;
      animation-iteration-count: 1;
      transform-origin: 50% 50%;
      animation-fill-mode:forwards; /*when the spec is finished*/
      -webkit-animation: animationFrames ease 1s;
      -webkit-animation-iteration-count: 1;
      -webkit-transform-origin: 50% 50%;
      -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
      -moz-animation: animationFrames ease 1s;
      -moz-animation-iteration-count: 1;
      -moz-transform-origin: 50% 50%;
      -moz-animation-fill-mode:forwards; /*FF 5+*/
      -o-animation: animationFrames ease 1s;
      -o-animation-iteration-count: 1;
      -o-transform-origin: 50% 50%;
      -o-animation-fill-mode:forwards; /*Not implemented yet*/
      -ms-animation: animationFrames ease 1s;
      -ms-animation-iteration-count: 1;
      -ms-transform-origin: 50% 50%;
      -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}
.head-section {
    padding: 20px 0px;
}
/****************************************
              BANNER STYLES
****************************************/
.banner-txt p {
    color: white !important;
}
.banner-text-wrap {
    position: absolute!important;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
}
.banner-text-wrap p {
    color: white;
    font-size: 1.2em;
}
.arrow-holder {
    padding: 10px 16px;
    color: #a0c715  !important;
    border-radius: 50%;
    transition: 1s all ease;
    border: solid 1px #a0c715;
}
.arrow-holder:hover {
    background: #ffffff42  !important;
}
.ws-valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.gradient-bg {
    background: rgb(166,166,170);
    background: -moz-linear-gradient(180deg, rgba(166,166,170,1) 0%, rgba(108,108,113,1) 50%, rgba(75,75,79,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(166,166,170,1) 0%, rgba(108,108,113,1) 50%, rgba(75,75,79,1) 100%);
    background: linear-gradient(180deg, rgba(166,166,170,1) 0%, rgba(108,108,113,1) 50%, rgba(75,75,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6a6aa",endColorstr="#4b4b4f",GradientType=1);
    position: relative;
}
.valign {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
    width: 40%;
}
.banner-text {
    color: white;
    font-size: 1.1em;
}
/****************************************
                TYPES HEIGHT
****************************************/
.type_1_height {
    height: 120px;
}
.left-home-banner-block {
    height: 450px; 
    overflow: auto;
}
.type_2_height {
    height: 180px;
}
/****************************************
              PAGE STYLES
****************************************/
.cookie-container {
    background-color: white;
    width: 350px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    box-shadow: -6px 7px 15px rgb(0 0 0 / 34%);
    display: none;
    z-index: 9999;
}
.cookie-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #4b4b4b;
}
.sidebar-title {
    font-size: .9em;
    color: white;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
    background: #1559ed;
    text-align: center;
    padding: 5px 0px;
    border-bottom: solid 1px black;
    margin-bottom: 20px;
}
.sidebar-p .uk-accordion>:nth-child(n+2) {
    margin-top: 0px !important;
}
.subcat-p {
    font-size: .8em !important;
    margin-top: 7px !important;
    margin-bottom: 7px !important;
    color: #292929 !important;
    font-weight: 500 !important;
}
.sidebar-p .uk-accordion-title {
    color: black;
    font-size: .9em;
    font-weight: 600;
    padding: 7px 0px;
}
.no-bgico::before {
    background: none !important;
}
.color-divider {
    margin: 10px 0px;
    height: 2px;
    border-bottom: solid 1px #1559ed;
    width: 150px;
}
.divider-white {
    margin: 10px 0px;
    height: 2px;
    border-bottom: solid 1px white;
    width: 150px;
}
.article-style {
    background-color: white;
    padding: 20px;
}
.article-style h1 {
    font-size: 1.4em;
}
.article-subpart {
    font-size: .6em !important;
    margin-top: 10px;
    margin-bottom: 7px !important;
    color: white !important;
    text-transform: uppercase;
}
.before-after-element img {
    max-width: initial;
}
.about-section {
    padding: 50px 0px;
    background-color: #efefef;
}
.box-cats {
    position: relative;
    padding: 50px 0px;
}
.procedure-section {
    position: relative;
    background-color: #d7dce3;
    padding: 50px 0px;
}
.uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 1px solid #4d4d51;
}
.box-cats img {
    width: 300px;
    display: block;
    margin: auto;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    border: solid 1px #dbd6d3;
}
.box-cats h2 {
    font-size: 1.3em;
    color: black;
    font-weight: 600;
    text-align: center;
}
.box-cats button {
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 50%;
    margin-left: -45%;
}
.text-box-content {
    margin-bottom: 60px;
    margin-top: 20px;
}
.set-option {
    cursor: pointer;
    border: solid 1px #909090;
    border-radius: 10px;
    transition: 1s all ease;
    padding: 5px 15px !important;
}
.set-option p {
    font-weight: bold;
    font-size: 1.1em;
}
.set-option-active {
    background-color: #daa520;
    border: solid 1px #909090;
}
.set-option-active p {
    color: white;
}
.option-text {
    border-bottom: solid 1px black;
    padding-bottom: 10px;
    font-size: 1.1em;
    color: black;
    font-weight: bold;
}
.ws-divider-title {
    color: black !important;
    text-decoration: none !important;
}
.ws-txt-home-grid {
    color: black;
    text-align: left;
}
.blog-card h3 {
    font-size: 1.2em;
    margin-bottom: 20px !important;
    font-weight: lighter;
}
.blog-card p {
    font-size: .9em !important;
}
.team-sections img {
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    border-radius: 50%;
    display: block;
    margin: auto;
}
.home-intro-procedures {
    padding: 30px 0px 80px 0px;
    background-color: #f1f1f1;
}
.card-procedure {
    overflow: hidden !important;
    border-radius: 20px !important;
}
.card-testimonial {
    border: solid 1px #4d4d51;
    border-radius: 20px;
    background: #f7f7f7;
}
.testimonial-section {
    padding: 50px 0px;
    background-color: #919191;
}
/***************************************
                SECTIONS
***************************************/
.second-home-section {
    background-color: #f5f5f5;
    padding: 10px;
}
.services-card-style h3 {
    font-size: 1em !important;
    color: black !important;
}
.services-card-style p {
    font-size: 1em !important;
}
.page-title {
    position: absolute; 
    z-index: 99;
    top: 40%; 
    left: 50%; 
    transform: translate(-50%,-50%); 
    color: white; 
    text-transform: uppercase;
}
.page-head-wrap {
    background: #08080891;
    position: absolute; 
    z-index: 9;
    left: 0px;
    right: 0px;
    bottom: 0px; 
    top: 0px; 
    text-align: center;
}
.gray-bg-section {
    background-color: #4d4d51;
    padding: 50px 0px;
}
.gray-bg-section .uk-accordion-title {
    color: white;
    padding: 15px 0px;
    font-weight: 600;
}
.gray-bg-section h3 {
    color: white !important;
} 
.gray-bg-section p {
    color: white !important;
} 
.gray-bg-section ul li {
    color: white !important;
    margin: 0px !important;
}
.service-section h3 {
    font-size: 2em;
}
.pr-card-overlay {
    height: 150px; 
    overflow: auto; 
    margin-bottom: 125px;
}
.home-blog-section {
    background-image: url(/ckfinder/userfiles/images/site/textured-pattern.png);
    padding: 20px 0px 80px 0px;
}
.sidebar-element {
    border-left: 3px #bebebe solid;
    height: 100%;
    padding-left: 20px;
    padding-bottom: 0px;
}
.sidebar-element h3 {
    color: #000000 !important;
    margin-top: 25px;
}
.ico-overlay {
    display: inline-block;
    padding: 15px;
    color: #000000;
    border: solid 1px #737373;
    border-radius: 50%;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.68);
}
.contact-ico-overlay {
    display: inline-block;
    padding: 15px;
    color: #4d4d51;
    border: solid 1px #a0c715;
    border-radius: 50%;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.68);
}
.text-content-c p {
    font-size: 1.1em !important;
}
.color-bg {
    padding: 10px 0px 80px 0px;
    background: rgb(192, 231, 188);
}
.team-section {
    padding-bottom: 50px;
}
.team-section img {
    /*
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
    width: 80%;
    display: block;
    margin: 0 auto;
    */
}
.switcher .uk-subnav-pill>.uk-active>a {
    background-color: #4d4d51;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 8px 20px;
    border: solid 1px #7e7e7e;
} 
.switcher .uk-subnav-pill>*>:first-child {
    color: black;
    padding: 8px 20px;
    border: solid 1px #4d4d51;
    border-radius: 50px;
}
.switcher .uk-subnav-pill>*>a:hover {
    color: black;
    border-radius: 50px;
}
.switcher .uk-icon-button {
    background: white !important;
    border: solid 1px #e4742f !important;
    color: #777777 !important;
}
.err-msg {
    display: none;
}
/****************************************
                FILTER
****************************************/

/****************************************
            PAGINATION
****************************************/
.currentpage {
    background-color: #1559ed;
}
.currentpage a {
    color: white !important;
}
.uk-pagination>* {
    padding: 3px 5px;
    border: solid 1px #1559ed;
    margin: 2px;
    border-radius: 10px;
}
.uk-pagination a {
    color: black;
}
.dots {
    border: none !important;
}
/****************************************
            PAGINATION
****************************************/

/********************************************
                  ARTICLE CARDS
********************************************/
.float-content-bg {
    position: absolute;
    background: whitesmoke;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    padding: 15px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 8%);
}
.cart_type2_title {
    color: black !important; font-weight: bold; font-size: .9em; margin-top: 0px;
}
.type2_divider {
    height: 1px;
    width: 40%;
    border-bottom: solid 1px #1559ed;
    margin-top: 10px;
}
.type3_gradient {
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8799894957983193) 0%, rgba(34,86,145,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8799894957983193) 0%, rgba(34,86,145,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.8799894957983193) 0%, rgba(34,86,145,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#225691",GradientType=1);
}
.type3_box {
    color: white;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 50%;
    margin-left: -50%;
}
/**************************************************
                 START RESPONSIVE
**************************************************/
@media screen and (max-width: 1000px) {
    .ws-a-nav {
        padding: 10px 40px 10px 30px !important;
    }
}
@media screen and (max-width: 1250px) {
    .text-banner-desktop {
        display: none !important;
    }
}
@media screen and (max-width: 650px) {
    .text-banner-desktop {
        display: none !important;
    }
    .page-title {
        top: 20% !important;
        font-size: 1.4em;
        width: 100%;
    }
    .logo-site {
        width: 65px !important;
        margin-left: 10px;
        margin-top: 1px;
    }
    .pr_heading {
        font-size: 1.5em !important;
        margin-bottom: 30px !important;
        text-align: center !important;
    }
    .procedure-content {
        padding: 0px 5px !important;
        margin-top: 20px !important;
    }
    .service-card {
        padding: 10px !important;
    }
    .procedure-content h2 {
        font-size: 1.2em !important;
        margin-top: 10px !important;
    }
    .cookie-container {
        width: 90% !important;
        right: 0px;
        left: 50%;
        margin-left: -45%;
       
    }
}
@media screen and (max-width: 959px) {
    .hide-mobile {
        display: none !important;
    }
    .float-content-bg {
        position: inherit;
        right: 0px;
        transform: translateY(0);
        padding: 0px;
        box-shadow: none;
    }
    .valign {
        margin-top: 0px;
        margin-bottom: 100px !important;
        margin-left: 0px !important;
    }
    .text-banner-desktop {
        display: flex !important;
    }
    .image-style-align-left {
        margin: 0px !important;
        float: none;
        width: 100%;
    }
    .image-style-align-right {
        margin: 0px !important;
        float: none;
        width: 100%;
    }
    .image-style-align-center {
        width: 100% !important;
    }
    .pr-card-overlay {
        display: none !important;
    }
    .mobile-margin-pr-card {
        margin-bottom: 125px;
    }
    .type_1_height {
        height: 300px;
    }
    .type_2_height {
        height: 300px;
    }
    .left-home-banner-block {
        height: auto;
    }
}
@media screen and (max-width: 1170px) {
    
    .d-menu {
        display: none !important;
    }
    .m-menu {
        display: block !important;
    }
    
}