/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
html {
  scroll-behavior: smooth;
}

:root {
  --offset: 250px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #2482ff;
  border-radius: 10px;
}

/* hide menu onload */
.inb-menu-wrap {
  visibility: hidden;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b0b0b0;
}

.inb-header-wrapper {
  padding: 0 40px !important;
}

.inb-logo-wrap {
  max-width: 20% !important;
  min-width: 200px !important;
  transition: all 0.3s !important;
}

.inb-logo-wrap:hover {
  filter: drop-shadow(0px 1px 1px rgba(0,0,0,.2))!important;
}

.inb-menu-wrap ul li {
  padding: 0 25px !important;
}

.inb-hero-heading h1 {
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.6) !important;
  text-align: left !important;
  margin: 0;
  padding: 0;
}

.inb-hero-heading h1 br {
  display: none;
}

/* fix footer align */
  #hs_cos_wrapper_module_169131815377812 .hs-menu-wrapper > ul {
    align-items: flex-start !important;
    width:200px!important;
}
  
  #hs_cos_wrapper_module_169131815377810 .hs-menu-wrapper > ul {
    align-items: flex-start !important;
}

#hs_cos_wrapper_module_169085518084313 .hs-menu-wrapper > ul {
    align-items: flex-start !important;
  width:200px!important;
}

#hs_cos_wrapper_module_169085518084311 .hs-menu-wrapper > ul {
    align-items: flex-start !important;
}

/* .inb-banner-hero-slider.slick-slider .slick-dots li button {
    border-color: #838282;
} */

.cell_16908551808433-row-0-vertical-alignment > .row-fluid {

    align-items: flex-start;
}

/* slider banner 1 css */
.ahmas_container {
    display: grid;
    border: solid 2px #c7c7c7;
    grid-template-columns: 1fr 0.6fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 400px;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "ahmas_a ahmas_b ahmas_c"
    "ahmas_d ahmas_d ahmas_d";
}

.ahmas_a {
    justify-self: center;
    align-self: center;
    grid-area: ahmas_a;
    /* padding: 25px; */
    height: 306px;
    width: 90%;
    max-width: 525px;
    background-image: url("https://www.mymedadvisor.com/hubfs/medadvisor_solutions_site_media/AH=MAS-1.2.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.ahmas_b {
    justify-self: center;
    align-self: center;
    grid-area: ahmas_b;
    /* padding: 25px; */
    height: 306px;
    width: 90%;
    max-width: 259px;
    background-image: url("https://www.mymedadvisor.com/hubfs/medadvisor_solutions_site_media/AH=MAS-2.2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.ahmas_c {
    justify-self: center;
    align-self: center;
    grid-area: ahmas_c;
    /* padding: 25px; */
    height: 306px;
    width: 90%;
    max-width: 483px;
    background-image: url("https://www.mymedadvisor.com/hubfs/medadvisor_solutions_site_media/AH=MAS-3.2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.ahmas_d {
    justify-self: center;
    align-self: center;
    grid-area: ahmas_d;
    background-color: #2482FE;
    color: #fff;
    width: 100%;
    height: 90px;
    display: flex;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ahmas_d p {
  font-size: 2.7vw; 
  font-weight: 500; 
  color: #fff; 
  margin: 0;
}
/* phones */
@media only screen and (max-width: 767px) {
.ahmas_container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.7fr 1.4fr 1fr;
    grid-auto-flow: column;
    grid-template-areas: "ahmas_a"
        "ahmas_b"
        "ahmas_c"
        "ahmas_d";
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
  height: 250px;
}

  .ahmas_a {
    justify-self: center;
    align-self: center;
    grid-area: ahmas_a;
    /* padding: 25px; */
    height: 50px;
    width: 90%;
    max-width: 100%;
    background-image: url("https://www.mymedadvisor.com/hubfs/medadvisor_solutions_site_media/AH=MAS-1.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}
  
.ahmas_b {
    justify-self: center;
    align-self: center;
    grid-area: ahmas_b;
    /* padding: 25px; */
    height: 25px;
    width: 90%;
    max-width: 100%;
    background-image: url("https://www.mymedadvisor.com/hubfs/medadvisor_solutions_site_media/AH=MAS-2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
  
.ahmas_c {
    justify-self: center;
    align-self: center;
    grid-area: ahmas_c;
    /* padding: 25px; */
    height: 63px;
    width: 90%;
    max-width: 100%;
    background-image: url("https://www.mymedadvisor.com/hubfs/medadvisor_solutions_site_media/AH=MAS-3.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
  
.ahmas_d {
    justify-self: center;
    align-self: center;
    grid-area: ahmas_d;
    background-color: #2482FE;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
}
  
.ahmas_d p {
    font-size: 4.5vw;
    font-weight: 400;
    color: #fff;
    margin: 0;
  text-align: left;
/*   padding:10px; */
  width: 90%;
}   
}

/* slider banner 2 css */
  .thrivecontainer {
    border: solid 2px #c7c7c7; 
    display: flex; 
    width: 100%; 
    max-height: 400px; 
    height: 400px; 
    flex-direction: row;
  }
  
.thrivea {
    padding: 0 34px;
    background-color: #fff;
    width: 60%;
    display: flex;
    justify-content: center;
}
/* @media only screen and (max-width: 1445px) {
  .thrivea { */
    /* padding: 0 234px; */
/*     background-color: #fff;
    width: 60%; */
/*     background-image: url("https://www.mymedadvisor.com/hubfs/medadvisor_solutions_site_media/THRIV-1-4.svg"); */
/*     background-repeat: no-repeat;
    background-position: top;
    background-size: 90%;
}
} */
  
.thrivea img {
    align-self: flex-start;
    max-width: 724px;
    width: 100%;
    max-height: 370px;
}
  
    .thriveb {
    
      background-color: #ebebeb; 
    width: 40%;
    background-image: url("https://www.mymedadvisor.com/hubfs/medadvisor_solutions_site_media/THRIV-2-4.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
  }
  
/*     .thriveb img {
      height: 310px; 
      max-width: 100%; 
      width: 571px; 
      max-height: 400px;
  } */

/* phones */
@media only screen and (max-width: 767px) {
    .thrivecontainer {
    border: solid 2px #c7c7c7;
    display: flex;
    width: 100%;
    max-height: 250px;
    height: 250px;
    flex-direction: column;
  }
  
.thrivea {
    /* padding: 0 234px; */
    background-color: #fff;
    width: 100%;
  height:60%;
/*     background-image: url("https://www.mymedadvisor.com/hubfs/medadvisor_solutions_site_media/THRIV-1-4.svg"); */
    background-repeat: no-repeat;
    background-position: top;
    background-size: 270px;
}
  
  .thrivea img {
    align-self: flex-start;
    max-width: 724px;
    width: 100%;
    max-height: 130px;
}
  
      .thriveb {
    
      background-color: #ebebeb; 
    width: 100%;
        height:40%;
    background-image: url("https://www.mymedadvisor.com/hubfs/medadvisor_solutions_site_media/THRIV-mobile-2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 270px;
  }
  
  
/*   .thrivecontainer {
    border: solid 2px #c7c7c7;
    display: flex;
    width: 100%;
    max-height: 400px;
    flex-direction: column;
    align-items: center;
}
  .thrivea {
    padding: 0 25px 15px;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 400px;
}
  
  .thrivea img {
    align-self: flex-start;
    max-width: 100%;
    width: 724px;
    max-height: 400px;
}
  
  .thriveb {
    padding: 15px;
    background-color: #ebebeb;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
  
  .thriveb img {
    height: 172px;
    width: 320px;
    max-height: 400px;
} */
}

div#hs_cos_wrapper_widget_1704420386371 {
position:relative;
}

div#hs_cos_wrapper_widget_1705713279651 {
    position: relative;
}

#us_menu {
  padding-top: 50px !important;
}

#us_menu li.active.active-branch a {
  color: #2482ff !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  z-index: 2 !important;
  left: 20% !important;
}

.inb-header-wrapper .page-center {
  max-width: 1500px !important;
}

.inb-hero-banner .hero-page-center {
  max-width: 1600px !important;
}

#us_menu.inb-scroll {
  padding-top: 0 !important;
}

.inb-body-transparent-header header.inb-header-full .inb-header-wrapper,
.inb-header-wrapper.inb-scroll {
  transition: all 0.5s;
}

.inb-logo-wrap {
  max-width: 286px;
}

.hs-menu-wrapper ul {
  align-items: center;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  transition: opacity 0.5s;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  display: block;
}

.inb-menu-wrap ul li {
  padding: 0 30px;
}

#us_menu .inb-menu-wrap ul li a {
  font-weight: 600;
  font-size: 18px;
  transition: all 0.5s;
  text-transform: none !important;
}

.icon-box {
  font-size: 36px;
  color: #2482ff;
}

.icon-globe {
  font-size: 36px;
}

.inb-menu-wrap li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
  content: "";
}

.inb-menu-wrap
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children
  > a:hover:after {
  content: "";
}

.inb-menu-wrap .hs-menu-wrapper > ul li a {
  text-align: left;
}

.widget_1689998541980 .inb-content p,
.module_16899995933426 .inb-content p {
  line-height: 1.88;
}

/* contact banner */
.ausbannercont h1 {
  font-weight: 300;
  color: #0057e2;
  text-shadow: 0 0 0 #000000!important;
}

.ausbannercont h1 br {
    display: block;
}

@media (min-width: 768px) {
  .cell_16903444341922-vertical-alignment:not(.anything),
  .cell_1690428075987-vertical-alignment:not(.anything),
  .cell_16904676843462-vertical-alignment:not(.anything) {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
}

.inb-footer-full {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.inb-footer-bottom {
  background-color: #2482ff;
}

.inb-footer-top {
  padding: 0 !important;
}

.inb-footer-copyright p {
  padding-left: 0;
}

.linkedin_logo img {
  cursor: pointer;
  transition: all 0.5s;
}

.span1.widget-span.widget-type-cell.cell_1690006068173-vertical-alignment.dnd-column {
  margin-left: 0;
}

#widget_1690765765326 .inb-img img {
  position: relative;
  bottom: -8px;
}

#widget_1690763336790 .inb-img img {
  position: relative;
  bottom: -8px;
}

.linkedin_logo img:hover {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.33);
}

div#widget_1690045729823 {
  position: relative;
  bottom: -130px;
  left: -100px;
}

#module_165684255954013 .inb-scroll-top {
  background-color: #03b5c0 !important;
}

#aboutus {
  scroll-margin-top: var(--offset);
}

/* contact form */
#widget_1691242626555 .inb-img img {
  border-radius: px;
  position: relative;
  top: 8vw;
  width: 25vw;
  height: auto;
}

#us_form span.hs-form-required {
  display: none;
}

#us_form ::placeholder {
  color: #ffffff;
}

#widget_1691198080068 .inb-form .hs-input {
  border: 2px solid #c5d7f6;
  background: #ebebeb;
}

#us_form .hs-fieldtype-textarea.hs-input {
  resize: none;
  overflow: auto;
  min-height: 300px !important;
}

#us_form .grecaptcha-badge {
  box-shadow: #68a9ff 0px 0px 2px 1px !important;
}

#widget_1691198080068 .inb-form .hs-button {
  text-transform: capitalize;
  font-size: 18px;
}

.patientsT .inb-content  p {
  line-height: 1;
  font-size: clamp(1.563rem, 3.2vw + 0.223rem, 3.438rem)!important;
}

.patientsTS .inb-content p {
    font-size: clamp(1.25rem, 1.86vw + 0.536rem, 2.5rem)!important;
  line-height: 1;
}

.patiensTSS .inb-content p {
  line-height: 1.2;
  margin: 9px 0 1rem;
}

.span6.widget-span.widget-type-cell.dnd-column.cell_16913181537787-vertical-alignment {

    justify-content: flex-start!important;
}

.span2.widget-span.widget-type-cell.cell_1690782049981-vertical-alignment.dnd-column {
    width: fit-content;
}

.span2.widget-span.widget-type-cell.dnd-column.cell_1690781183052-vertical-alignment {
width: fit-content;
}

.span2.widget-span.widget-type-cell.cell_1690775937780-vertical-alignment.dnd-column {
width: fit-content;
}

.span2.widget-span.widget-type-cell.cell_1690781634864-vertical-alignment.dnd-column {
width: fit-content;
}

/* gdpr popup */
div#hs-eu-cookie-confirmation:not(.anything) {
  border-bottom: 1px solid #2482ff;
  border-top: 1px solid #2482ff;
  font-family: Poppins, sans-serif;
}

div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-cookie-settings-button:not(.anything) {
  color: #2482ff !important;
}

div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-confirmation-button:not(.anything) {
  background-color: #2482ff !important;
  border: 1px solid #2482ff !important;
  font-family: Poppins, sans-serif;
}

div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  p:not(.anything) {
  font-family: Poppins, sans-serif;
}

div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-decline-button:not(.anything) {
  border: 1px solid #2482ff !important;
  color: #2482ff;
  font-family: Poppins, sans-serif;
}

/* GDPR second popup */
body #hs-modal #hs-modal-content:not(.anything) {
  font-family: Poppins, sans-serif !important;
}

body
  #hs-modal
  #hs-modal-content
  #hs-modal-body
  #hs-modal-body-container
  .hs-always-active-label:not(.anything) {
  color: #2482ff !important;
}

body
  #hs-modal
  #hs-modal-content
  #hs-modal-body
  #hs-modal-body-container
  .hs-category-toggle
  input:checked
  + .slider:not(.anything) {
  background-color: #2482ff !important;
}

body
  #hs-modal
  #hs-modal-content
  #hs-modal-footer
  #hs-modal-accept-all:not(.anything),
body
  #hs-modal
  #hs-modal-content
  #hs-modal-footer
  #hs-modal-save-settings:not(.anything) {
  background-color: #2482ff !important;
  border: 1px solid #2482ff !important;
}

/* phones */
@media only screen and (max-width: 767px) {
  #us_menu {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .icon-box {
    font-size: 35px !important;
  }

  .inb-logo-wrap {
    width: 200px;
  }

  .inb-hero-heading h1 {
    font-size: 34px;
    margin: 125px 0 0 !important;
  }

  .inb-hero-heading h1 br {
    display: block;
  }

  .auhomebanner .inb-hero-banner {
    background-image: url(https://www.mymedadvisor.com/hubfs/us%202023/home_banner_mobile.webp) !important;
    height: 300px !important;
    background-size: cover;
    background-position: top;
  }

  #team,
  #aboutus {
    font-size: 22px !important;
  }

  #team span,
  #aboutus span {
    padding-left: 10px !important;
  }

  .dnd_area-row-5-padding:not(.anything) {
    padding-top: 25px !important;
  }

  .inb-footer-copyright p {
    padding-left: 0;
  }
  .inb-footer-top {
    padding: 0;
  }
  .inb-footer-full {
    padding: 0;
  }

  .inb-footer-full {
    padding: 0;
    padding-top: 20px !important;
    background-color: #2482ff;
  }
  .widget_1690005801458-padding > #hs_cos_wrapper_widget_1690005801458 {
    padding-top: 25px;
  }
  #module_16901759003763 .inb-img {
    padding-left: 50px !important;
  }

  #linkedin_logo {
    text-align: left !important;
    padding-left: 50px !important;
  }

  #desk_logo_footer {
    text-align: left !important;
  }

  #footer_copy {
    font-size: 10px !important;
    text-align: center !important;
  }

  #adresseM {
    font-size: 20px !important;
  }
  
    /* contact banner */
.ausbannercont .inb-hero-banner {
    background-image: url('https://www.mymedadvisor.com/hubfs/us%202023/banner_contact_mob.webp')!important;
}
  
.ausbannercont .inb-hero-heading h1 {
  font-size: 22px!important;
  margin: 0!important;
}
  
 .ausbannercont  .inb-hero-banner {
    padding: 20px 5px;
}
  
.chevimg  {
   display:none;
}
  
.widget_1691457559088-padding > #hs_cos_wrapper_widget_1691457559088 span {
  font-size: 20px;
    line-height: 1;
}
  
.patientsT .inb-content p {
    font-size: 29px!important;
}
  
.patientsTS .inb-content p {
    font-size: 21px!important;
}
  
.module_1690728836804 .inb-content p {
    font-size: 18px;
}
  .brpatient {
  display:none;
}
  
  .pafirstbr {
  display:none;   
}
.career .inb-hero-heading h1 {
  line-height: 1.1;
  }
}

@media only screen and (max-width: 991px) {
  .inb-menu-wrap.js-enabled .hs-menu-wrapper {
    top: 10px !important;
  }
  .inb-header-wrapper {
    padding: 14px !important;
  }
  .inb-menu-wrap a {
    font-size: 16px !important;
  }
}

/* tablets */
@media (min-width: 768px) and (max-width: 1139px) {
  #us_menu {
    padding: 16px !important;
  }
  
  #us_menu .inb-menu-wrap ul li {
    padding: 0 16px!important;
}

  .icon-box {
    font-size: 35px !important;
  }

  #module_16901655773074 .inb-hero-banner {
    height: auto !important;
  }

  .cell_16901655773072-padding:not(.anything) {
    padding-top: 0 !important;
  }

  .inb-menu-wrap.js-enabled .hs-menu-wrapper {
    top: 10px !important;
  }
  .inb-header-wrapper {
    padding: 14px !important;
  }
  .inb-menu-wrap a {
    font-size: 20px !important;
  }

  .inb-hero-heading h1 br {
    display: block;
  }

  .inb-hero-heading h1 {
    padding-top: 35px;
  }

  .cell_16901655773072-padding:not(.anything) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .dnd_area-row-1-padding:not(.anything) {
    padding-top: 30px !important;
    padding-right: 16px !important;
  }

  .dnd_area-dnd_partial-3-column-1-vertical-alignment:not(.anything) {
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important;
  }

  .cell_1689998899816-vertical-alignment:not(.anything) {
    -ms-flex-pack: flex-start !important;
    justify-content: flex-start !important;
  }

  .dnd_area-dnd_partial-3-column-1-padding:not(.anything) {
    padding-left: 16px !important;
    padding-right: 50px !important;
  }

  .dnd_area-row-2-padding:not(.anything) {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #hs_cos_wrapper_widget_1690259816373:not(.anything) {
    padding-top: 30px !important;
  }

  .dnd_area-row-2-margin:not(.anything) {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
  }

  .mob_text1,
  .mob_text2 {
    display: block;
  }
  .desk_title1,
  .desk_title2,
  .desk_text1,
  .desk_text2 {
    display: none;
  }

  .dnd_area-row-5-padding:not(.anything),
  .dnd_area-row-6-padding:not(.anything),
  .dnd_area-row-7-padding:not(.anything) {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .dnd_area-row-5-vertical-alignment > .row-fluid,
  .dnd_area-row-6-vertical-alignment > .row-fluid,
  .dnd_area-row-7-vertical-alignment > .row-fluid {
    align-items: flex-start !important;
  }

  .cardpopup {
    width: 80%;
  }

  .dnd-top-space-row-1-padding:not(.anything) {
    padding-left: 20px !important;
    padding-top: 15px;
  }

  #linkedin_logo:not(.anything) {
    padding-left: 82px;
    text-align: left !important;
  }
  
  .inb-footer-top {
    padding: 0 !important;
  }

  #module_16901759003763 .inb-img {
    padding-top: 20px !important;
    text-align: right;
    padding-left: 25px;
  }

  .inb-footer-full {
    padding: 0 !important;
  }

  #module_16912846990003 .inb-img {
    padding-left: 0 !important;
  }

  #adresse {
    font-size: 14px !important;
  }

  #hs_cos_wrapper_widget_1691242580082:not(.anything) {
    padding-top: 0 !important;
  }

  #widget_1691242626555 .inb-img img {
    top: 10vw;
    width: 30vw;
  }
  
#hs_cos_wrapper_widget_1691457559088:not(.anything) {
    padding-left: 0!important;
  }
    
.row-fluid-wrapper.row-depth-1.row-number-4.dnd_area-row-1-padding.dnd-section {
    padding-left: 16px!important;
}
  .ausbannercont .inb-hero-heading h1 {
    font-size: 24px!important;
    margin: 0!important;
}
  
   .ausbannercont  .inb-hero-banner {
    padding: 20px 5px;
}
  
.row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-force-full-width-section.dnd-section.dnd_area-row-0-padding:not(.anything) {
      padding-top: 0px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  
.patientsT  .inb-content p {
    font-size: 29px!important;
}
  
.patientsTS .inb-content p {
    font-size: 21px!important;
}
  
.module_1690728836804 .inb-content p {
    font-size: 18px;
}
 
.brpatient {
  display:none;
}

/* desktop */
@media only screen and (min-width: 1140px) {
  .mob_text1,
  .mob_text2 {
    display: none;
  }
}

/* temp pages */

.span2.widget-span.widget-type-cell.cell_1690775937780-vertical-alignment.dnd-column {
  width: fit-content !important;
}

.span2.widget-span.widget-type-cell.dnd-column.cell_1690781183052-vertical-alignment {
  width: fit-content !important;
}

.span2.widget-span.widget-type-cell.cell_1690781634864-vertical-alignment.dnd-column {
  width: fit-content !important;
}

.span2.widget-span.widget-type-cell.cell_1690782049981-vertical-alignment.dnd-column {
  width: fit-content !important;
}
  
  @media (max-width:767px){
    footer.inb-footer-full #hs_cos_wrapper_widget_1722458266408 {
      padding-left: 50px;
    }
  }