@font-face {
    font-family: 'noe_displaybold';
    src: url('fonts/noedisplay-bold-webfont.woff2') format('woff2'),
         url('fonts/noedisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'untitled_sansregular';
    src: url('fonts/untitledsans-regular-webfont.woff2') format('woff2'),
         url('fonts/untitledsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'untitled_sansmedium';
  src: url('fonts/UntitledSans-Medium.woff2') format('woff2'),
      url('fonts/UntitledSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body{
    font-family: 'untitled_sansregular';
    overflow-x: hidden;
}

a.skip-main {
  left:-999px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color:#000;
  left: calc(50% - 100px);
  width: 200px;
  height: auto;
  overflow:auto;
  margin: 10px auto;
  padding:5px;
  border-radius: 15px;
  text-align:center;
  font-size:1.2em;
  z-index:999;
}

/*Headings*/
.heading-text-md{ 
    font-size: 45px;
    line-height: 55px;
    font-family: 'noe_displaybold';
    font-weight: normal;
    color: #000;
}

.heading-text-sm {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
}

/*text*/
.info-text-xl, .info-text-md, .info-text-sm{
    font-weight: 400;
    line-height: 30px; 
    letter-spacing: -0.02em;
    color: #000;
}
.info-text-xl{
    font-size: 22px;
}
.info-text-md{
    font-size: 20px;
}
.info-text-sm{
    font-size: 18px; 
}

/*icons*/
.arrow-link {
    font-size: 16px;
    font-family: 'untitled_sansmedium';
    height: 39px;
    line-height: 39px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    /* display: flex; */
    position: relative;
    padding-right: 50px;
    right: 0;
}
.arrow-link:hover{
    opacity: 0.8;
}
.arrow-link .bi{
    font-size: 39px;
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
}   
.arrow-link.white{
    color: #fff;
}
.arrow-link.black{
    color: #000;
}
.arrow-link.white:hover{
    color: #fff;
    opacity: 0.8;
}
.arrow-link.black:hover{
    color: #000;
    opacity: 0.8;
}
.career-block{
    height: 120px;
    background-color: #d1d1d1;
}

/*Header*/
.header{
    height: 116px;
}
.header .primary-nav{
    margin-left: 157px;
}
.header .navbar-expand-lg .navbar-nav .nav-link{
  font-family: 'untitled_sansmedium';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #031525;
    margin-right: 9px;
}
.header .navbar-expand-lg .navbar-nav .nav-link.active{
    color: #1B508E;
    position: relative;
}
.header .navbar-expand-lg .navbar-nav .nav-link.active::before{
    position: absolute;
    width: calc(100% - 15px);
    content: '';
    bottom: 4px;
    background: #1B508E;
    display: block;
    height: 2px;
}
.bi-person{
    font-size: 22px;
    position: absolute;
    right: -5px;
}
.icon-for-mobile{
    display: none;
}

/*Hero Banner*/
.hero-banner{
    height: 670px;
    background: #1B508E;
    margin-bottom: 35px;
}
.hero-banner-content{
    height: 670px;
    max-width: 1394px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.hero-banner-text-content{
    max-width: 704px;
    width: 51%;
}
.hero-banner-content-box{
    padding-left: 40px;
    padding-right: 0;
    align-items: center;
}
.hero-banner-content-text *{
    color: #fff;
}
.hero-banner-content-text h1{
    font-size: 68px;
    padding-bottom: 15px;
    font-family: 'noe_displaybold';
    line-height: 78px;
    font-weight: normal;
}
.hero-banner-content-text p{
    font-size: 20px;
    width: 85%;
}
.hero-banner-content-text .arrow-link{
    margin-top: 30px;
}
.hero-banner-content-text p a{
    font-size: 16px;  
}
.hero-banner-img-content{
    max-width: 690px;
    width: 49%;
}
.hero-banner-img-content img{
    max-width: 720px;
    width: 110%;
    align-self: flex-end!important;
}
.hero-banner-img-content.our-team-banner{
    text-align: right;
}
.hero-banner-img-content.our-team-banner img{
    max-width: auto;
    width: auto;
}
.hero-banner.services-banner{
  background: #EFEDE6;
  margin-bottom: 0;
}
.services-banner .hero-banner-content-text h1{
  color: #000;
}
.services-banner .arrow-link.white{
  color: #000;
  margin-top: 5px;
}
.services-banner .hero-banner-content-text *{
  color: #000;
}
.services-banner .hero-banner-img-content img{
  width: 99.4%;
  height: 100%;
}

/*home statement*/
.statement-heading{
  font-size: 34px;
  color: #031525;
  font-family: 'untitled_sansmedium';
  line-height: 42px;
  max-width: 575px;
}

.blue-mask{
  background: url('../images/blue-mask.webp');
  background-repeat: no-repeat;
}

.hero-banner-about-us{
  position: relative;
}
.hero-banner-about-us::before{
  background: #efede6;
  position: absolute;
  width: 50%;
  height: 100%;
  display: block;
  content: '';
}
.hero-banner-about-us .hero-banner-content-box{
    position: relative;
    z-index: 1;
}
.hero-banner-about-us .hero-banner-content-text *{
    color: #000000;
}   
.hero-banner-about-us .hero-banner-content-box h1{
    width: 80%;
}
.h1-topper{
  font-family: 'untitled_sansmedium';
  font-size: 16px!important;
  line-height: 24px;
}

.services-intro{
  padding-bottom: 80px;
}

.services-intro .heading-text-md{
  padding-bottom: 30px;
}

.four-services{
  padding-left: 150px;
}
.four-services .heading-text-md{
  font-family: 'untitled_sansmedium';
  font-size: 34px;
  line-height: 44px;
  letter-spacing: -0.02em;
} 
.four-services .intro-text{
  font-family: 'untitled_sansmedium';
  padding: 18px 0;
}
.four-services .pb-5{
  padding-bottom: 70px!important;
}
.four-services div:nth-child(2) .col-xl-4{
  text-align: right;
  order: 2;
}
.four-services div:nth-child(4) .col-xl-4{
  text-align: right;
  order: 2;
}
.disclaimer-text p, .disclaimer-text {
  font-size: 10px!important;
  line-height: 15px;
  letter-spacing: -0.02em;
}
.disclaimer-text p a, .disclaimer-text a {
  font-size: 10px!important;
}
.profile-menu-1 a.nav-link{
  padding-right: 10px !important;
}
.profile-menu-1 .bi-person{
  display: none;
}


/* Our clients line */
.we-believe-in{
  background: url('../images/client-dont-need-img.webp') no-repeat;
}
.we-believe-in .container h4{
  font-family: 'noe_displaybold';
  font-style: normal;
  font-weight: normal;
  font-size: 68px;
  line-height: 78px;  
  color: #031525;
  padding: 62px 5px 62px 0;
}
.adb-vs-lido-card{
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.adb-vs-lido-card::after{
  position: absolute;
  content: '';
  height: 1px;
  width: 70%;
  background: #000;
  display: block;
  bottom: 0;
  min-width: 217px;
}
.adb-vs-lido-banner{
  background: #EFEDE6;
  padding: 90px 50px;
}
.adb-vs-lido-banner img{
  padding: 10px 0;
}
.adb-vs-lido-banner .heading{
  font-family: 'untitled_sansmedium';
}
.numbers-info{
  font-family: 'noe_displaybold';
  font-size: 60px;
  font-weight: normal;
  line-height: 100px;
  letter-spacing: -0.01em;
  text-align: left;
  color:#2072CA;
}
.adb-vs-lido-card p{
  margin-bottom: 0;
}

/**/
.our-team-banner{
  background: #EFEDE6;
  margin-bottom: 0;
}
.our-team-banner .hero-banner-content-text h1{
  color: #000;
}
.our-team-banner .arrow-link.white{
  color: #000;
}
.our-team-banner .hero-banner-content-text *{
  color: #000;
}
.our-team-banner .hero-banner-img-content{
  flex-flow: row-reverse;
  display: flex;
}
.our-team-banner .hero-banner-img-content img{
  width: 100%;
  height: auto;
  max-height: 440px;
  max-width: 444px;
  align-self: normal!important;
}

.meet-the-team-heading {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: -0.02em;
  font-family: 'untitled_sansmedium';
}

.meet-the-team-container {
  max-width: 1320px;
}

.our-team-container .heading-text-md {
  border-bottom: 1px solid #5B5B5B;
  padding-bottom: 17px;
  margin-bottom: 17px;
}

.our-team-container .col{
  flex: 0 0 auto;
  width: 20%;
}

.our-team-container .card,.meet-the-team-container .card {
  background: none;
  border: 0;
}

.our-team-container .card a,.meet-the-team-container .card a,.our-team-container .card a:hover,.meet-the-team-container .card a:hover {
  color: #031525;
  text-decoration: none;
}

.our-team-container .card .card-img,.meet-the-team-container .card .card-img {
  background: #EFEDE6;
  border: 0;
  border-radius: 0;
  margin-top: 70px;
  transition: 0.3s;
}

.our-team-container .card:hover .card-img,.meet-the-team-container .card:hover .card-img {
  background: #1B508E;
}

.our-team-container .card .card-img img,.meet-the-team-container .card .card-img img {
  margin-top: -25px;
}

.our-team-container .card .card-img img {
  height: auto;
  width: 100%;
}

.our-team-container .card .card-body,.meet-the-team-container .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.our-team-container .card .card-title,.meet-the-team-container .card .card-title {
  font-family: 'untitled_sansmedium';
  font-size: 20px;
  line-height: 24px;
}

.black-big-text{
  font-family: 'noe_displaybold';
  font-weight: normal;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
  padding: 20px 0;
}

.hero-banner-content.form-fields{
  display: block;
}

.hero-banner-content.form-fields h1{
  margin-top: 60px;
  padding-bottom: 10px;
} 

.what-we-do-banner{
  position: relative;
}

.what-we-do-banner::before{
  position: absolute;
  width: 50%;
  height: 100%;
  background: #efede6;
  display: block;
  content: '';
}

.what-we-do-banner .hero-banner-content-text{
  position: relative;
  z-index: 1;
}

.what-we-do-banner .hero-banner-content-text *{
  color: #000;
}

.what-we-do-banner .hero-banner-content-text a, .what-we-do-banner .hero-banner-content-text a:hover{
  color: #000;
}

.what-we-do-banner .hero-banner-content-text .arrow-link{
  margin-top: 5px;
}

.services-row {
  margin-top: 10px;
}

.services-row .icon-wrapper {
  height: 55px;
  margin-bottom: 20px;
}

.services-row h3 {
  letter-spacing: -0.02em;
  color: #000;
  font-family: 'untitled_sansmedium';
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 7px;
}

.single-head-intro{
  padding-bottom: 30px;
}

.contact-intro{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em; 
  padding-top: 10px;
}

.contact-intro a{
  color: #000;
  text-decoration: none;
}

.contact-subline{
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: -0.02em; 
}

.form-fields .col-md-4{
  padding-right: 60px;
}

.form-fields .col-md-4.contact-fields{
  display: block;
}

.form-fields .col-md-4 label{
  font-size: 16px;
  font-family: 'untitled_sansmedium';
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-top: 10px;
}

.form-fields .col-md-4 label.form-required::after{
  display: none;
}

.form-fields .form-control{
  height: 55px;
  margin-bottom: 20px;
  color: #212529;
  border: 1px solid #031525;
  border-radius: 3px;
  background: none;
}
.form-fields textarea.form-control{
  height: 200px;
  margin-bottom: 35px;
}
.form-fields .btn.form-control{
  color: #fff;
  width: 120px;
  float: right;
  background: #031525;
}
.form-fields .form-textarea-wrapper{
  overflow: auto;
}
.form-fields .col-md-4 .d-flex{
  width: 100%;
}

.hero-banner.contact-us-banner{
  height: auto;
}

.hero-banner.contact-us-banner .hero-banner-content{
  height: auto;
}

/* back-to-top */
.back-to-top{
  text-align: center;
}
.back-to-top .arrow-link{
  margin: 0 auto 50px;
  display: inline-block;
  margin-left: 0px;
}

/* contact-subscribe-footer */
.contact-subscribe-footer{
  border-top: 1px solid #031525;
  padding-top: 30px;
  padding-bottom: 45px;
}
.contact-subscribe-block{
  width: 100%;
  margin: 0 auto;
  padding: 30px 25px 0 246px;
}
.contact-subscribe-block h2{
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  font-family: 'noe_displaybold';
  margin-bottom: 12px;
}
.contact-subscribe-block p{
  min-height: 60px;
  margin-bottom: 35px;
}
.subscribe-block .form-control{
  height: 52px;
  padding: 16px 13px;
  border: 1px solid #031525;
  border-radius: 2px;
  background: #EFEDE6;
  color: #031525;
}
.meet-the-team-container .card .card-img{
  text-align: center;
}

/***/
.team-profile-banner.hero-banner{
  position: relative;
  height: 538px;
  margin-top: 102px;
}
.team-profile-person-block{
  background: #efede6;
  position: absolute;
  top: 0;
  left: 0;
  width: 44%;
  text-align: center;
}
.team-profile-person-block img{
  margin-top: -54px;
}
.profile-details-graphics{
  position: absolute;
  bottom: -73px;
  right: -40px;
}
.team-profile-banner.hero-banner .hero-banner-content{
  height: 538px;
}
.hero-banner.team-profile-banner .col-sm-12{
  padding-left: 75px;
  padding-top: 61px;
  height: 100%;
}
.hero-banner.team-profile-banner h1{
  font-weight: normal;
  font-size: 68px;
  line-height: 78px;
  color: #fff;
  font-family: 'noe_displaybold';
}
.hero-banner.team-profile-banner .post{
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  width: 75%;
  margin-top: 25px;
}
.contact-email-linkedin{
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 33px;
  width: calc(100% - 285px);
  word-break: break-all;
}
.contact-email-linkedin li{
  list-style: none;
  margin-bottom: 10px;
}
.contact-email-linkedin li a{
  color: #fff!important;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.contact-icon, .mail-icon, .linked-in-icon{
  width: 40px;
  min-width: 40px;
  height: 22px;
  display: inline-block;
}
.contact-icon{
  background: url('../images/calendar-icon.webp') no-repeat;
}
.mail-icon{
  background: url('../images/email-icon.webp') no-repeat;
}
.linked-in-icon{
  background: url('../images/linked-in-icon.webp') no-repeat;
  background-position: 4px 0px;
}
.share-this-article{
  font-size: 12px;
  font-family: 'untitled_sansmedium';
  margin-top: 30px;
}
.social-share-icon-list{
  display: flex;
  padding: 8px 0 30px;
}
.social-share-icon{
  height: 39px;
  width: 39px;
  margin-right: 12px;
}
h4.secondary-head {
  font-family: 'untitled_sansmedium';
  font-size: 34px;
  line-height: 44px;
}

/*Buttons*/
.btn-primary{
  background: #031525;
  padding: 16px 24px;
  color: #fff;
  border: 0;
  border-radius: 0;
  line-height: 22px;
}
.btn-primary:hover{
  background: #000!important;    
}

/*footer*/
footer{
  background: #031525;
  color: #fff;
  padding-left: 100px!important;   
  padding-top: 40px;
  padding-bottom: 45px;
}
footer p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #EFEDE6;
  padding-right: 50px;
}
footer p a, footer p a:hover{
  color: #EFEDE6;
  text-decoration: none;
}
.linked-in-link img{
  position: relative;
  top: -3px;
  margin-right: 7px;
}
.footer-info{
  padding-top: 30px;
}
.footer-info p{
  font-size: 12px;
  line-height: 17px;
  color: #fff;
}
.footer-product-row{
  max-width: 496px;
  font-size: 10px;
  line-height: 18px;
}
.footer-product-row > div{
  border-bottom: 1px solid #fff;
}
.footer-product-row .row{
  margin: 0!important;
}
.footer-product-row .col{
  padding: 0;
}
.footer-product-row .heading{
  font-family: 'untitled_sansmedium';
}
.only-mobile-contacts{
  display: none;
}

/* footer .fw-bold{
  font-family: 'untitled_sansmedium';
  font-weight: 500!important;
} */
.my-lido-intro .disclaimer-text p, .my-lido-intro .disclaimer-text,
.our-team-banner .disclaimer-text p, .our-team-banner .disclaimer-text{
  font-size: 12px !important;
  line-height: 17px;
}

.untitled-sans-medium {
  font-family: 'untitled_sansmedium';
}
footer .untitled-sans-medium {
  font-family: 'untitled_sansmedium';
}

.custom-container.back-to-page a {
  font-family: 'untitled_sansmedium';
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}

.back-arrow {
  background: url(/themes/custom/lido/frontend/images/back-arrow.webp) no-repeat;
  width: 21px;
  height: 13px;
  display: inline-block;
  margin-left: 50px;
  margin-right: 10px;
  background-size: 100%;
}
.custom-container.back-to-page a {
  font-family: 'untitled_sansmedium';
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}

body.node--type-my-idb-link{
  /* background: #1B508E url('../images/my-lido-bg.png') no-repeat; */
  background-position: top right;
  background: #fff;
}
body.node--type-my-idb-link .heading-text-md{
  color: #000;
}
body.node--type-my-idb-link .info-text-xl, body.node--type-my-idb-link .info-text-md, body.node--type-my-idb-link .info-text-sm{
  color: #000;
}
body.node--type-my-idb-link .services-row h4{
  color: #000;   
}
body.node--type-my-idb-link .my-lido-intro{
  padding-top: 50px;
  padding-bottom: 50px;
}
body.node--type-my-idb-link .my-lido-intro h1{
  font-size: 60px;
  line-height: 120%;
  font-family: 'noe_displaybold';
  color: #000; 
  font-weight: normal;
}
body.node--type-my-idb-link .my-lido-page h2{
  font-family: 'untitled_sansmedium';
  font-size: 28px;
  line-height: 38px;
}

.my-lido-page .col-md-6{
  padding-bottom: 50px;
}
.access-btn{
  padding: 20px 0 30px;
}
.access-btn .btn{
  width: 137px;
  height: 56px;
  color: #fff;
  border-radius: 0;
  line-height: 42px;
  text-align: left;
  padding-left: 25px;
  background: #031525 url('../images/new-window-open.png') no-repeat;
  background-position: 90px 18px;
}
.access-btn .btn:hover, .access-btn .btn:active, .access-btn .btn:focus{
  background: rgb(1, 31, 58) url('../images/new-window-open.png') no-repeat;
  background-position: 90px 18px;
  border: 1px solid #031525;
}
body.node--type-my-idb-link .custom-container.header{
  background: #ffffff;   
}
.white-logo{
  display: none!important;
}
body.node--type-my-idb-link .white-logo{
  display: block!important;
}
body.node--type-my-idb-link .black-logo{
  display: none!important;
}
body.node--type-my-idb-link.sticky .custom-container.header {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

body.node--type-my-idb-link .custom-container.back-to-page{
  padding-top: 50px;
  padding-bottom: 0;
}

body.node--type-my-idb-link .custom-container.back-to-page a{
  color: #000;
}
body.node--type-my-idb-link .back-arrow{
  background: url("../images/back-arrow.webp") no-repeat;
}

body.node--type-my-idb-link .info-text-sm {
  line-height: 26px;
}

.custom-container.header{
  padding-top: 35px;
}
.hero-banner{
  margin-top: 22px;
}
.my-lido-page .col-md-6.col-xl-4 {
  position: relative;
  padding-bottom: 130px;
}
.my-lido-page .col-md-6.col-xl-4 .access-btn {
  position: absolute;
  bottom: 30px;
}
/*other classes*/
.menu--profile-menu{
  margin-left: auto!important;
}

.captcha__title{
  display: none;
}
.captcha__description.description{
  display: none;
}
.g-recaptcha.recaptcha-processed{
  margin-top: -22px;
}
.g-recaptcha.recaptcha-processed > div{
  float: right;
}
.alert{
  position: relative;
  top: 35px;
  width: calc(100% - 20px);
}
.break-block{
  height: 100px;
}
.break-block-inner{
  height: 100px;
}
.meet-the-team-container .row .col {
  flex: 0 0 auto;
  width: 20%;
}
body.sticky .custom-container.header,
body.node--type-my-idb-link.sticky .custom-container.header {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.disclosures-row{
  position: relative;
  border-bottom: 1px solid #595959;
}

.disclosures-row .heading{
  height: 100%;
  position: absolute;
  width: 150px;
  background: #595959;
  color: #fff;
  left: 0;
  top: 0;
  padding: 15px;
  font-size: 20px;
  font-family: 'untitled_sansmedium';
}

.disclosures-row .info{
  font-size: 18px;
  padding: 15px;
  padding-left: 175px;
}

.disclosures-table{
  border: 1px solid #a6a6a6;
}

.disclosures-row > p{
  display: inline;
}

.disclosures-table .heading{
  background: #a6a6a6;
}

.disclosures-row.disclosures-table .info{
  font-size: 15px;
}

.disclosures-table-border .table{
  border-color: #a6a6a6;
}

.disclosures-table-border .table th{
  background: #a6a6a6;
  color: #fff;
  border-color: #a6a6a6;
}

.second-page-heading{
  background: #595959;
  color: #fff;
  padding: 15px;
  font-size: 22px;
  font-weight: 700; 
}

.disclosures-table-border .table.table-bordered tr td{
  background: #fff;
  border-color: #a6a6a6;
}

.hero-banner.contact-us-banner .hero-banner-content{
  padding-left: 30px;
}

@media screen and (max-width: 1920px) {
  .custom-container{
      max-width: 100%;
      padding: 0 80px;
  }
  .adb-vs-lido-banner{
    background: #EFEDE6;
    padding: 90px 0px;
  }
  
}
@media screen and (max-width: 1800px) {
  .we-believe-in{
    padding-left: 230px;
  }
}
@media screen and (max-width: 1600px) {
  .we-believe-in{
    background-size: 131px 274px;
    padding-left: 140px;
  }
  .we-believe-in .container h4{
    padding: 20px 5px 20px 0;
  }
  .adb-vs-lido-banner {
    padding-left: 50px;
  }
  .custom-container {
    padding:0 60px;
  }
  .contact-subscribe-footer {
    max-width: 1320px;
  }
  .contact-subscribe-block{
    padding-left: 60px;
  }
  .hero-banner-img-content img {
    margin-bottom: -30px;
    width: 100%;
    position: relative;
    right: -40px;
  }
  .services-banner .hero-banner-img-content img {
    margin-bottom: 0;
    right: 0;
    height: 100%;
  }
  .our-team-container{
    padding: 0 80px;
  }
  .hero-banner-content.form-fields{
    padding-left: 30px;
  }
}
@media screen and (max-width: 1512px) {

}
@media screen and (max-width: 1400px) {
  .custom-container {
    padding:0 30px;
  }
  footer .col-lg-3.col-xl-2{
    min-width: 240px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-banner-content-text h1 {
    font-size: 44px;
    line-height: 52px;
  }
  .hero-banner-content-text p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
  .we-believe-in  .container h4 {
    font-size: 45px;
    line-height: 55px;
  }
  .we-believe-in{
    background-size: 49px 123px;
    padding-left: 80px;
  }
  .tablet-container, .perspective-tabs-container {
    max-width: 100%;
    padding: 0 48px;
  }
  .our-team-container {
    padding: 0 20px;
  }
  .delight-vison-section .row .col-md-3 img{
    width: 100%;
    max-width: 150px;
    margin-top: 30px;
  }
  footer {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 90px;
  }
  .hero-banner-content-box {
      padding-bottom: 50px;
  }
  .navbar{
    padding-top: 2px;
  }
  .navbar-toggler{
      border: 0;
      padding: 0;
  }
  .navbar-toggler.collapsed .navbar-toggler-icon{
      background: url('../images/hamburger.webp') no-repeat;
      background-position: center;
  }
  .navbar-toggler .navbar-toggler-icon{
      background: url('../images/close-nav.webp') no-repeat;
      background-position: center;
      background-size: 80%;
  }
  .node--type-my-lido-link .navbar-toggler.collapsed .navbar-toggler-icon {
      background: url('../images/hamburger-w.png') no-repeat;
      background-position: center;
  }
  .node--type-my-lido-link .navbar-toggler .navbar-toggler-icon{
      background: url('../images/close-nav-w.png') no-repeat;
      background-position: center;
      background-size: 80%;
  }
  .phone-no{
    background: url('../images/mobile-phone.png') no-repeat;
    padding-left: 40px;
    background-position: 4px 2px;
  }
  .email{
    background: url('../images/mobile-email.png') no-repeat;
    padding-left: 40px;
    background-position: 5px 5px;
  }
  .navbar-toggler:focus{
      box-shadow: none;
  }
  .navbar-collapse{
      background: #ffffff;
      position: relative;
      z-index: 100;
      padding: 0;
      width: 100%;
      margin: 0px -30px;
      padding: 30px 30px;
      box-shadow: 0px 7px 7px #00000033;
  }
  .header .navbar-expand-lg .navbar-nav .nav-link{
    padding: 15px 0;
    border-bottom: 1px solid #00000082;
  }
  .header .navbar-expand-lg .navbar-nav .nav-link.active::before{
    bottom: -1px;
    width: 100%;
  }
  .header .primary-nav {
    margin-left: 0;
  }
  .only-mobile-contacts{
    display: block;
  }
  ul.only-mobile-contacts{
    padding: 50px 0 25px;
    margin: 0;
  }

  ul.only-mobile-contacts a{
    text-decoration: none;
    color: #000;
  }

  .phone-no{
    padding-bottom: 20px;
  }

  .only-mobile-contacts li{
    list-style: none;
    font-family: 'untitled_sansmedium';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #031525;
    margin-right: 9px;
  }
  .custom-container.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001;
    background: #ffffff;
  }
  .custom-container.header {
    padding-top: 25px;
  }
  .header {
    height: 90px;
  }
  .break-block {
    height: 50px;
  }
  .heading-text-md, .contact-subscribe-block h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .our-team-container .col {
    flex: 0 0 auto;
    width: 25%;
  }
  .contact-info{
    width: 100%;
  }
  .contact-fields{
    width: 50%;
  }
  body.node--type-my-idb-link .icon-for-mobile{
    display: block;
    position: absolute;
    right: 52px;
    top: 19px;
    color: #000;
    font-weight: bold;
  }
  .hero-banner.team-profile-banner h1{
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
  }
  .hero-banner.team-profile-banner .post{
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      width: 90%;
  }
  .hero-banner.team-profile-banner .post br{
      display: none;
  }
  .team-profile-banner.hero-banner .hero-banner-content{
      height: 361px;
  }
  .team-profile-banner.hero-banner{
      height: 361px;  
  }
  .profile-details-graphics {
      right: 15px;
      height: 145px;
  }
  .team-profile-person-block img {
      max-width: 351px;
  }
  .hero-banner.team-profile-banner .col-sm-12 {
      padding-left: 55px;
      padding-top: 30px;
  }
  .black-big-text {
    font-size: 40px;
    line-height: 50px;
  }
  h4.secondary-head {
    font-size: 28px;
    line-height: 36px;
  }
  .meet-the-team-container .row .col {
    flex: 0 0 auto;
    width: 33.3%;
  }
  body.node--type-blank-page{
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .custom-container.header {
    padding-top: 20px;
  }
  .hero-banner-content-box {
    padding: 50px 20px 20px;
  }
  .hero-banner-content-text h1 {
    font-size: 34px;
    line-height: 42px;
    padding-bottom: 0;
  }
  .hero-banner-content-text .arrow-link {
    margin-top: 10px;
  }
  .hero-banner-img-content img{
    margin-left: auto;
  }
  .black-big-text {
    font-size: 26px;
    line-height: 34px;
  }
  .blue-mask{
    background-size: 264px;
    background-position: right;
  }
  .hero-banner-content, .hero-banner {
    height: auto;
  }
  .hero-banner-img-content {
    max-width: 100%;
    width: 100%;
  }
  .statement-heading {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }
  .info-text-md {
    font-size: 16px;
    line-height: 24px;
  }
  .we-believe-in .container h4 {
    font-size: 26px;
    line-height: 36px;  
  }
  .we-believe-in {
    padding-left: 60px;
  }
  .we-believe-in .container h4 {
    padding: 7px 5px 0px 0;
  }
  .heading-text-md {
    font-size: 26px;
    line-height: 34px;
  }
  .hero-banner.services-banner{
    background: none;
  }
  .services-banner .hero-banner-img-content{
    background: #EFEDE6;
    text-align: right;
  }
  .services-banner .hero-banner-img-content img{
    height: 250px;
    width: auto;
    margin-left: auto;
  }
  .services-banner .hero-banner-content-box{
    padding-bottom: 50px;
  }
  .services-banner .hero-banner-content-text .arrow-link{
    margin-top: 15px;
  }
  .services-banner .hero-banner-content-text p{
    margin-bottom: 0.5rem;
  }
  .four-services img{
    padding: 30px 0;
  }
  .four-services .heading-text-md{
    font-size: 24px;
    line-height: 32px;
  }
  .four-services .intro-text{
    padding: 10px 0;
  }
  .four-services div:nth-child(2) .col-xl-8{
    order: 2;
  }
  .four-services div:nth-child(2) .col-xl-4{
    order: 1;
    text-align: right;
  }
  .four-services div:nth-child(4) .col-xl-8{
    order: 2;
  }
  .four-services div:nth-child(4) .col-xl-4{
    order: 1;
    text-align: right;
  }
  .four-services .pb-5 {
    padding-bottom: 40px !important;
  }
  .contact-subscribe-block h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .adb-vs-lido-banner {
    padding: 50px 20px;
  }
  .numbers-info{
    font-size: 50px;
    line-height: 70px;
  }
  .lido-perspective .row div:first-child{
    order: 2;
  }
  .lido-perspective.tablet-container .row div:first-child{
    padding-bottom: 0!important;
  }
  .lido-perspective .row div:last-child{
    order: 1;
  }
  .lido-perspective .row div:last-child.text-center{
    text-align: left!important;
  }
  .contact-subscribe-block p {
    margin-bottom: 0px;
  }
  .adb-vs-lido-banner img{
    padding-bottom: 0;
  }
  footer {
    padding-left: 15px !important;
  }
  footer .col-lg-3{
    padding: 15px;
  }
  .our-team-container .col {
    flex: 0 0 auto;
    width: 33%;
  }
  .our-team-banner .hero-banner-content-box{
    order: 2;
  }
  .our-team-banner .hero-banner-img-content{
    order: 1;
  }
  .our-team-banner .hero-banner-img-content img {
    max-width: 220px;
    max-height: 222px; 
  }
  .contact-intro {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-banner-content.form-fields{
    padding-bottom: 30px;
  }
  .what-we-do-banner::before {
    width: 100%;
    height: 50%;
  }
  .what-we-do-banner .hero-banner-img-content img{
    height: 264px;
    width: auto;
    margin-left: auto;
    right: -20px;
    margin-bottom: -8px;
  }
  .what-we-do-banner .hero-banner-img-content {
    max-width: 100%;
    width: 100%;
    background-size: contain;
    background-position: right;
  }
  .services-row .col-md-3, .services-row .col-md-4{
    flex: 0 0 auto;
    width: 50%;
  }
  .services-row h3 {
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 0px;
  }
  .philanthropy-section .col-md-5{
    text-align: left!important;
  }
  .philanthropy-section img{
    height: 149px;padding-top: 30px;
  }
  .info-text-sm {
    font-size: 16px;
    line-height: 24px;
  }
  .single-head-intro{
    padding-bottom: 10px;
  }
  .services-row .icon-wrapper {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .team-profile-banner.hero-banner {
    margin-left: 0;
    margin-right: 0;
  }
  .team-profile-person-block{
      position: static;
      width: 100%;
  }
  .team-profile-banner.hero-banner .hero-banner-content{
      height: 354px;
      background-color: #1B508E;
  }
  .team-profile-banner.hero-banner {
      height: 750px;
  }
  .profile-details-graphics {
      right: 0;
      height: 90px;
      bottom: -30px;
  }
  .contact-email-linkedin {
    position: static;
    width: 100%;
    padding-top: 10px;
  }
  .hero-banner.team-profile-banner .col-sm-12 {
    padding-left: 30px;
    padding-top: 30px;
    height: 380px;
    position: static!important;
  }
  .hero-banner.team-profile-banner h1 {
      font-weight: 700;
      font-size: 34px;
      line-height: 42px;
  }
  .hero-banner.team-profile-banner .post {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
  }
  body.node--type-my-idb-link .my-lido-intro h1{
    font-size: 45px;
    line-height: 55px;
  }
  body.node--type-my-idb-link .my-lido-page h2{
      font-size: 22px;
      line-height: 30px;
  }
  body.node--type-my-idb-link .back-arrow{
    margin-left: 0;
  }
  .break-block-inner {
    height: 50px;
  }
  .break-block {
    height: 50px;
  }
  h4.secondary-head {
    font-size: 22px;
    line-height: 32px;
  }
  .meet-the-team-container .row .col {
    flex: 0 0 auto;
    width: 50%;
  }
  .my-lido-page .col-md-6 {
    width: 50%;
  }
  .adb-vs-lido-banner .heading {
    max-width: 300px;
  }
  .adb-vs-lido-banner .heading{
    font-family: "untitled_sansmedium";
    font-weight: normal;
  }
  .arrow-link {
    font-family: "untitled_sansmedium";
    font-weight: normal;
  }
  .contact-subscribe-block .btn-primary{
    margin-top: 25px;
  }
  .adb-vs-lido-banner .col-md-10 .row .col-md-6:last-child img{
    margin-top: 20px;
  }
  .what-we-do-banner .hero-banner-content-text{
    display: block;
    width: 100%;
    padding-bottom: 45px;
  }
  .hero-banner.what-we-do-banner{
    margin-bottom: 10px;
  }
  .services-row .col-md-4.col-xl-4{
    width: 100%;
  }
  .hero-banner.our-team-banner{
    padding-bottom: 100px!important;
  }
  .delight-vison-section .row .col-md-3 img {
    margin-bottom: -35px;
  }
  .col-md-12.col-xl-12.pb-5 .pt-2{
    margin-bottom: -20px;
  }
  .row.services-row h3 br{
    display: none;
  }
  footer p{
    padding-right: 0px;
  }
  .footer-info{
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .custom-container {
      padding: 0 20px;
  }
  .hero-banner-img-content img {
    margin-bottom: -25px;
    right: -15px;
  }
  .tablet-container, .perspective-tabs-container {
    padding: 0 20px;
  }
  .lido-perspective .row div:last-child.text-center img{
    width: 149px;
  }
  .adb-vs-lido-banner {
    padding: 40px 15px;
  }
  .contact-subscribe-block {
    padding: 0 15px;
  }
  .footer-product-row{
    width: 75%;
  }
  .footer-product-row .row{
    border-bottom: 0;
  }
  .footer-product-row .col{
    display: block;
    min-width: 100%!important;
    text-align: left!important;
    border-bottom: 1px solid #fff;
  }
  .our-team-container .col {
    flex: 0 0 auto;
    width: 50%;
  }
  .contact-fields{
    width: 100%;
  }
  .our-team-banner .hero-banner-img-content img {
    max-height: 158px;
    max-width: 159px; 
  }
  .form-fields .col-md-4 {
    padding-right: 10px;
  }
  .g-recaptcha.recaptcha-processed > div {
    zoom: 90%;
  }
  .form-fields .col-md-4.contact-fields {
    margin-bottom: 0 !important;
  }
  .hero-banner.contact-us-banner .hero-banner-content {
    padding-left: 20px;
    /* padding-right: 20px; */
  }
}

#views-form-our-team-page-2 #edit-actions{
  text-align: center;
}
#views-form-our-team-page-2 #edit-actions .btn-primary{
  max-width: 200px;
  margin: 20px auto;
}
.our-team-container .card-text:last-child {
    margin-bottom: 0;
}
.views-field.views-field-draggableviews .draggableviews-weight.form-control{
  border: 1px solid #000;
  border-radius: 4px;
  max-width: 65px;
  margin: 0 auto;
  text-align: center;
}
.views-field.views-field-draggableviews{
  position: absolute;
  bottom: 0;
  left: calc(50% - 33px);
}
.our-team-container .col {
  position: relative;
  padding-bottom: 60px;
}
#views-form-our-team-page-3 .table>:not(caption)>*>*{
  padding: 15px;
  border: 1px solid #ccc;
}
.link.tabledrag-toggle-weight{
  background: #031525;
  padding: 16px 24px;
  color: #fff;
  border: 0;
  border-radius: 0;
  line-height: 22px;
}
#draggableviews-table-our-team-page-3-0 .views-field.views-field-draggableviews {
  position: static;
}
#views-form-our-team-page-3 .form-actions.js-form-wrapper.form-wrapper.mb-3{
  text-align: center;
  padding-bottom: 30px;
}
#views-form-our-team-page-3 .form-actions.js-form-wrapper.form-wrapper.mb-3 .btn-primary{
  max-width: 160px;
}
#views-form-our-team-page-3 .card-img img{
  height: 120px;
  padding-left: 20px;
}
#views-form-our-team-page-3 .card{
  flex-direction: row;
}
#views-form-our-team-page-3 .card{
  flex-direction: row;
}
#views-form-our-team-page-3 .card-img{
  max-width: 150px;
}
#views-form-our-team-page-3 .card-body{
  padding-top: 32px;
}
#views-form-our-team-page-2 .item-list ul li{
  width: 19.5%;
  display: inline-flex;
  position: relative;
margin-bottom: 10px
}
#views-form-our-team-page-2 .item-list ul li img{
  width: 100%;
}
#views-form-our-team-page-2 .item-list ul li .card-body{
  min-height: 210px;
}

.email-capture-form{
  max-width: 90%;
  margin: 65px auto;
  width: 350px;

}

.email-capture-form label{
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 15px;
}

