.pre-header {background: #3FC4EB;}

h2 {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 47px;
}
.small-cta-section .cta-head h2 {font-size: 40px;}
h4 { font-size: 20px; }

p,a, body {font-family: Montserrat;}

#navbarSupportedContent {
    gap: 80px;
}
h1 {font-size:48px;
    font-family: Montserrat;
    font-weight: 800;
}
.grid-section .grid-item{margin-bottom: 30px;}
.grid-item .outer {padding: 25px 20px; 
    min-height: 325px;
    max-height: 345px;
    filter: drop-shadow(11px 10px 12px rgba(0, 0, 0, 0.3));
    border-radius: 25px;
    border-bottom-right-radius: 0px;
    
}
.hero-caption p, .hero-caption h5 {font-size: 20px; font-weight: normal;}
.grid-head h3 {font-weight: 700;} 
.grid-item .grid-head {
    min-height: 125px;
}
.grid-item .grid-button {margin-bottom: 15px;}
.grid-item .grid-text {min-height: 125px;}
.Black {background: #000003; color: #fff;}
.Brown {background: #4A443B; color: #fff;}
.Gray {background: #CFD3D5; color: #000;}
.Blue {background: #3FC4EB; color: #000;}
.btn-Orange {background: #C4612A; 
    color:#fff; 
    padding: 10px 20px;
    display: inline-block;
    line-height: 20px;
    text-decoration: none !important;
    border-radius: 3px;
}
.cta-text h3{font-size:16px; font-family: Montserrat;}
.cta-teaser h3{font-size:20px; font-family: Montserrat;}
.btn-Orange:hover {
   background: #00A2D1;
   color: #fff;
}
.btn-White {background: #FFFFFF; color:#000;}
.btn-White:hover {background: #525B61; color:#fff; text-decoration: none;}
.btn-orange {
    background: #C56522;
    color: #fff;
    padding: 13px 20px;
    display: inline-block;
    border-radius: 3px;
}
.btn-orange:hover {background:#00A2D1; color:#fff; text-decoration: none;}

.grid-item .grid-button a {
    padding: 7px 15px;
    display: inline-block;
    border-radius: 3px;    
}

.pre-header .socials a{color:#fff;}
.navbar-brand img {
    height: 75px;
    margin-top: 8px;
    margin-right: 0px;
    
}
.pre-header .head-txt{color:#000; font-size: 1.5rem; font-family: Montserrat;}
.pre-header .btn-black{display: inherit;}
.pre-header .btn-black{
    color: #fff;
    background: #000003;
    text-decoration: none !important;
    padding: 10px 15px;
    display: block;
    text-align: center;
    border-radius: 3px;
}
.btn-black:hover {
  background: #B6C5CE !important;  
} 
.pre-header .socials {
    justify-content: end;
    display: flex;
    align-items: center;    
}

#block-ardesign-site-branding .navbar-brand {    
    margin: 0px;
    padding: 0px;
    
}
.navbar, .navbar-brand { margin:0px; }
#block-ardesign-main-menu li a {
    color: #666;
    padding: 8px 0rem !important;
    height: 35px;
    font-family: Montserrat;
}
.question-header .head {cursor: pointer;}
.question-header .head.collapsed:after {
content: '';
    background-image: url(../images/arr1.png);
    position: absolute;
    right: 30px;
    top: 30px;
    background-size: contain;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat; 
}

.question-header .head:after {
content: '';
    background-image: url(../images/arr.png);
    position: absolute;
    right: 30px;
    top: 30px;
    background-size: contain;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat; 
}

#heading-1 p[aria-expanded="false"]:after {
  content: '';
    background-image: url(../images/arr1.png);
    position: absolute;
    right: 30px;
    top: 30px;
    background-size: contain;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;    
}

#heading-1 p[aria-expanded="active"]:after {
  content: '';
    background-image: url(../images/arr.png);
    position: absolute;
    right: 30px;
    top: 30px;
    background-size: contain;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;    
}

#block-ardesign-main-menu li a:hover{border-bottom: 3px solid #DE7932;}
#block-ardesign-main-menu .navbar-nav>li {padding: 0rem .7rem;}
.navbar-we-mega-menu {background-color: transparent;}
.we-mega-menu-ul>.we-mega-menu-li.active-trail>a {background-color: transparent !important;}
.we-mega-menu-ul>.we-mega-menu-li>a {
    text-transform: capitalize;
    font-weight: normal;
    font-size: inherit;
    font-family: inherit;
    padding-left: 1rem;
    background-color: transparent !important;
    font-family: Montserrat;
}
.we-mega-menu-ul>.we-mega-menu-li {border:none !important;}
#block-ardesign-footer .navbar-nav {flex-direction: row;align-items: center;
    justify-content: end; float: none;
    
}

.footer-top {
    background: #3FC4EB; 
    filter: drop-shadow(0.1rem 0.2rem 0.2rem rgba(0, 0, 0, 0.4));
}

.banner-section.full-width {
width: 100vw;
  position: relative;
  left: 49%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;    
}
.banner-section .hero-img img {width:100%; filter: brightness(0.5);}
.banner-section .field--type-image {width:100%;}
.banner-section .hero-caption {
  position: absolute;
  right: 15%;
  bottom: 60px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;    
}


.single-cta-section {
    width: 99.4vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 30px;
    background: #fff;
    filter: drop-shadow(-4px 5px 2px rgba(0, 0, 0, 0.2));
    padding-bottom: 10px;
}
.small-cta-section .cta-item {padding: 1.9rem;}
.small-cta-section .cta-item .cta-teaser {
    text-align: right; 
    margin-bottom: 10px;
    position: relative;
    
}

.small-cta-section .cta-item .cta-teaser:before {
    content: '';
    border: solid 2px #00A2D1;
    position: absolute;
    left: 0px;
    width: 34px;
    top: 12px;
}
.small-cta-section .cta-item .cta-text {
    margin-bottom: 40px;
    margin-top: 20px;
}
#accordion .card-body p {font-size: 20px;}
.cta-item .cta-text {font-size: 18px; font-weight: 400;}
.views-title {font-size: 20px;}
.grid-section h6 {font-size: 20px;}
.large-cta-section {
    width: 99.4vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 30px;
    background: #F8F8F8;    
}

.large-cta-section h4 {
  font-weight: 700;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.large-cta-section .cta-text {
    margin: 20px 0px;
    padding: 0px 10px;    
}
#accordion .question-header{
    filter: drop-shadow(14px 5px 7px rgba(0, 0, 0, 0.2));
    background: #fff;
}
#accordion .question {
    margin-bottom: 2.5rem;
    position: relative;
}

#accordion .card-body {
    filter: drop-shadow(14px 5px 7px rgba(0, 0, 0, 0.2));
    background: #fff;    
}
#accordion .question-header h3{font-weight:700; font-size:24px;}
#block-ardesign-doitblock h1 {font-weight:700;}
#block-seehowblock {
    width: 99.4vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 30px 0px;
    background: #F8F8F8;
    text-align: center;    
}
#block-seehowblock p {margin-bottom: 40px; font-size: 17px; }
#block-createaccountbock {
    margin: 3rem 0px;    
}
#block-createaccountbock h2 {margin-bottom: 2rem;}


.footer-top .btn-black {
    color: #fff !important;
    text-decoration: none !important;
    background: #000003;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}

.views-section {
    filter: drop-shadow(14px 5px 6px rgba(0, 0, 0, 0.2));
    background: #fff;
    margin: 40px 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-top-right-radius: 20px;
    position: relative;
}

.views-slideshow-controls-bottom {
    position: absolute;
    bottom: 0px;
    left: 50%;
}

.views-section .text-view {
    padding-left: 40px;
  padding-right: 120px;
}
.views-section .img-view { text-align: right;}
.views-section .img-view span {
    font-size: 14px;
    color: #707070;
}
.views-section .img-view img { 
    width:60%;
    margin :auto;
}

.views-section .view-desc p { 
    margin-bottom: 5px;   
}
.views-section .view-desc {
    width: 57%;
    margin: auto;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.img-view:before {
    content: '';
    position: absolute;
    left: -97px;
    background: #FF6900;
    border-radius: 50%;
    width: 390px;
    height: 390px;
    top: -86px;
    z-index: -1;  
}

.site-footer {background: #F3F3F3;}
.site-footer .footer-second h5 {
font-size: 15px;
  padding-bottom: 5px;
  display: inline-block;
  height: 30px;
  font-weight: 600;
}
.footer-second .navbar-nav {display: inline; }
.site-footer .footer-second h5:hover {
    border-bottom: 3.7px solid;
    border-bottom-color: #DE7932;

}
#block-ardesign-footerblock h3 {
    font-weight:600;
}
.footer-first .btn-blue {
    color: #fff;
    background: #3FC4EB;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 3px; 
    margin-top: 20px;
}
.footer-first p {
    color: #3E3E3E;
    font-weight: 500;   
}
.btn-blue:hover {background: #C56522; text-decoration: none;}
.footer-bottom .nav li a {color: #000003;}
.footer-bottom .nav>li>a:hover{background-color: transparent;}
.site-footer .footer-second .nav li a:hover { background-color: transparent;}
.site-footer .footer-second .nav li a {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    padding-left: 0px;
    color: #000003;
}


/* order -page- */

#block-ardesign-webform {
    filter: drop-shadow(8px 3px 6px rgba(0, 0, 0, 0.3));
    border-radius: 25px;
    background: #fff;
    padding: 20px;
    margin-bottom: 3rem;
    overflow: hidden;
}
#block-ardesign-createproject {padding: 40px 20px 20px 20px;}
#block-ardesign-createproject h3 {font-weight: 600;
    font-size: 35px;
    margin-bottom: 20px;
    font-family: Montserrat;
}
#block-ardesign-webform .webform-type-fieldset legend {display:none;}

body[data-once="form-single-submit webform-single-submit"] .main {
    background-color:#F8F8F8;
}
.webform-submission-form .form-item {margin-bottom: 2rem;}
.webform-submission-form .form-item label{font-weight: 600;}
.webform-submission-form .form-item input, .webform-submission-form .form-item select{
    border: 2px solid #DCE6EB;
    box-shadow: none;
    color: #000003;
    
}
.form-type-webform-terms-of-service.form-type-checkbox .form-checkbox {
    filter: unset !important;
      -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-size: inherit;
  width: 2em;
  height: .81em;
  box-sizing: content-box;
  border-radius: 1em;
  vertical-align: text-bottom;
  margin: auto;
  background: #B6C5CE !important;
  border: none !important;
   outline-offset: -2px;
}
.form-type-webform-terms-of-service.form-type-checkbox .form-checkbox::before {
 content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border: 1px solid #A3B4BF;
  border-radius: 50%;
  background: #A3B4BF;
 filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.8));

}

.form-type-webform-terms-of-service.form-type-checkbox input[type=checkbox]:focus {
    outline: 5px auto transparent;
    outline-offset: -2px;
    border: none;
    outline-style: solid;
  outline-color: transparent;
   
}
.form-type-webform-terms-of-service.form-type-checkbox .form-checkbox:checked::before {
  left: 1em;
  background: #009688;
  border-color: #009688;
  
}

.form-type-webform-terms-of-service.form-type-checkbox .form-checkbox:checked {
  background: #0AC2AF !important;
  border-color: #009688;
  outline: 5px auto #0AC2AF;
  outline-offset: -2px;
  outline-style: solid;
  outline-color: transparent;
}

.webform-submission-form .form-type-checkbox label {
    font-weight: normal;
    font-size: 13px;
}
.webform-submission-form .form-type-checkbox {margin-bottom: 1rem;}

.webform-submission-form .form-type-webform-markup h4{font-weight: 600;}

.webform-submission-form .form-actions {margin-top: 61px;position: absolute;
    bottom: 0;}
.webform-submission-form .form-actions .button{background: #08B4E6;
        border: none;
    filter: unset;
    color:#fff;
    padding: 7px 30px;
}

.webform-submission-form #edit-processed-text {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.webform-submission-form #edit-processed-text-01 {
        margin-top: 42px;
    margin-bottom: 0px;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.webform-submission-form #edit-processed-text-01 button,
.webform-submission-form #edit-processed-text-02 button{border:none;}
.webform-submission-form #edit-processed-text-02 {
        margin-top: 78px;
    float: right;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
    right: 44px;    
}
#edit-top1 .fieldset-wrapper {display:flex; align-items: center; gap: 10px;}
.webform-submission-form .col-lg-4, 
.webform-submission-form .col-lg-6 {padding: 0px 40px; 
    margin-bottom: 3rem;
    position: inherit;
}

.webform-image-file .form-file {
  background-image: url(../images/ic1.png);
  background-repeat: no-repeat !important;
    text-indent: 99999px;
    position: relative;
    border: none !important;
    height: 200px;
    width: 200px;
    outline: none !important;
background-size: 40%;
    background-position: center;
    background-color: #f8f8f8;
    filter: drop-shadow(8px 16px 7px rgba(0, 0, 0, 0.2));
}
.webform-image-file .form-file:hover { 
  background-image: url(../images/ic11.png);
  background-repeat: no-repeat !important; 
  background-size: 40%;
    background-position: center;
    background-color: #f8f8f8;
        filter: drop-shadow(8px 16px 7px rgba(0, 0, 0, 0.2));
}

#edit-upload-images-and-pdf-upload {
  background-image: url(../images/pdf.png);
    background-size: 65%;
    background-repeat: no-repeat;
    text-indent: 99999px;
    position: relative;
    border: none;
    outline: none;
    filter: none;
    background-color: transparent;
    width: 43%;
    float: right; 
}

.webform-type-fieldset #edit-markup-01 h4 {
        font-size: 18px;
}
.webform-type-fieldset #edit-markup-01 p {
        font-size: 12px;
}

.even .cta-img img {
    border-top-left-radius: 95px;
}
.form-item-upload-images-and-pdf .js-form-managed-file .form-file {
    filter: none;
    outline: none;
    height: 45px;    
}



/* mobile-changes- */
@media (max-width: 575.98px) {
    
    .mobiles {display: block !important;}
    .site-footer{padding-bottom: 5px !important;}
    .webform-submission-form .col-lg-4, 
    .webform-submission-form .col-lg-6 {padding: 0px;}
    .pre-header {
    height: 110px;
    }
    
}


@media only screen and (max-width: 767.98px) { 
    
.mobile-h {display:none;}
.mobile-view {display:block !important;}

h2 {font-size: 30px; }  
.pre-header .head-txt {    text-align: left !important;     
font-size: 1.4rem;
order: 2;
  
}
#block-ardesign-createproject .desc-area {display:grid !important;} 
#block-ardesign-createproject {padding: 40px 0;}
#block-ardesign-createproject .text-section {order: 2;}
#block-ardesign-megamenus {display: inline-block;
position: absolute;
right: 0px;
bottom: -21px;
  
}
.small-cta-section .cta-img {order: 1; padding: 10px;}
.small-cta-section .cta-txt {order: 2;}
.banner-section .hero-caption {bottom: 34px; padding-bottom: 0px;}
.pre-header .socials {
 text-align: left !important;
 justify-content: start;
 order: 1;
 display:none;
}  
.pre-header .btn-black {  
 margin: 3px 0px;
 display: inline-block;
}
.large-cta-section  {padding-top: 2rem !important;}
.large-cta-section h4 {
    margin-bottom: 1rem;
    margin-top: -1rem;
}
 .cta-section .cta-item {padding-top: 20px;}
 .mobile-view .navbar .col-3 {display: flex;}
.banner-section .hero-img img {    min-height: 350px;}
 .small-cta-section .cta-item .cta-teaser {text-align:left;}
 .small-cta-section .cta-item .cta-teaser::before {top: -10px;}
 .views-section h2 {min-height: 150px;}
 .views-section .views-slideshow-controls-bottom {bottom: 0;
    position: absolute;
    left: 39%;}
 .views-section .col-md-4 {margin-bottom: 80px;}
 .views-section .view-slide{min-height: 500px;}
 .views-section .text-view { width: 100%; padding: 0px; margin-top: 40px;}
 .views-section .view-desc { width: 100%;}
  #accordion .question-header h3 {font-size: 1.3rem !important;}  
  .footer-second .col {flex-basis: auto; padding: 0px 20px !important;}
  #block-ardesign-footer .navbar-nav {justify-content: start;}
#edit-top1 .fieldset-wrapper {display:block;}  
.question-header .head:after {
content: '';
    background-image: url(../images/arr.png);
    position: absolute;
    right: -2px !important;
    top: 10px !important;
    background-size: contain;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat; 
}
.navbar-we-mega-menu.navbar .dropdown-menu>a:after {
    right: -9px !important;
    margin-top: -8px !important;
}    
.we-mega-menu-li p {color:#fff;}  
.we-mega-menu-ul>.we-mega-menu-li {width: 100%;}
.webform-submission-form .col-lg-4 {position: inherit;padding: 0px 20px;}
 .webform-submission-form .form-actions {
    position: absolute;
    bottom: 125px;
    margin-top: 0px;
} 
.webform-submission-form #edit-processed-text-02 {
    margin-top: 65px;
    float: left;
    margin-bottom: 0px;
    left: auto;
    right: auto;   
}
.webform-submission-form #edit-processed-text-01 {
bottom: 24px;
    margin-bottom: 2rem;
}    
#block-ardesign-webform {padding-bottom: 8rem; position: relative;}
.hero-caption h1{font-size: 30px;}  
.banner-section .hero-caption {right: 10%; left: 10%;}
.pre-header .container {padding: 0px;}  
.pre-header .text-left {order: 2;}
    
}

@media (min-width: 768px) and (max-width: 991.98px) {
    
     .banner-section .hero-img img {height: 300px;}  
     h2{font-size: 40px;}
     .navbar-we-mega-menu.navbar .dropdown-menu > a::after {
         margin-top: -7px;
        font-size: 17px;
        right: -5px;
     }
     header .navbar #navbarSupportedContent .region-nav-branding {
         position: absolute;
        left: -94px;
        top: -44px;
     }
     .region-nav-additional {
         
     }
     header .navbar #navbarSupportedContent .region-nav-additional {
        position: absolute;
        right: -71px;
        top: -42px;         
     }
     header .navbar .col-3 {display: none;}
     .region-we-mega-menu {
         background-color: transparent; 
        display: inline-block;
         
     }
     .navbar-toggle .icon-bar {
        background-color: #000;
        }
     .mega-menus .we-mega-menu-ul {display: inline-block !important;}
     #block-ardesign-main-menu .navbar-nav {flex-direction: row;}
     header .navbar .container-fluid {display: block !important; width: 75%;}
     header .navbar .container-fluid .col-5 { 
         width: 100%;
         max-width: 100%;
        justify-content: start !important;
     }
     .pre-header .head-txt {flex: 46%;
        max-width:46%;
        text-align: left !important;
        font-size: 1.2rem;
         
     }
     .pre-header .col-md-2 {
         display: inherit;
        flex: 24%;
        max-width: 25%;
     }
     .pre-header .socials {
         flex: 30%;
        max-width: 30%;
     }
     .hero-caption h1{font-size: 38px;}
     .grid-section .grid-item .grid-item {
        flex: 50%;
        max-width: 50%;
     }
     .small-cta-section .cta-item .cta-teaser {
        font-size: 12px;
        text-align:left;
     }
     .small-cta-section .cta-item .cta-teaser::before { 
        top: -9px;
        left: 1px;
     }
     .cta-head h2 {font-size: 18px;}
     .large-cta-section h4 {margin-bottom: 5px;}
     .question h3 {font-size: 1.5rem;}
     .img-view::before {width: 280px; height: 280px;}
     .views-section .text-view { width: 80%; padding: 0px 5px;}
     .views-section h2 {height: 100px;}
     .site-footer .col-md-1 {display : none;}
     .site-footer .footer-second {margin-left: 50px;}
     .site-footer .footer-second .col {max-width: 30%; flex: 30%; 
     margin: 7px 0px;}
     
    .small-cta-section .cta-item {
      padding-left: 5px;
      align-content: center;
      padding-right: 0px;
    } 
    .cta-section .cta-item {align-content: center;}
.question-header .head:after {
content: '';
    background-image: url(../images/arr.png);
    position: absolute;
        right: 8px !important;
        top: 35px !important;
    background-size: contain;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat; 
}

.webform-submission-form #edit-processed-text-01 {margin-top: 0px;} 
.webform-submission-form .col-md-4, .webform-submission-form .col-md-6 {
    padding: 0px 20px;
}
#edit-upload-images-and-pdf-upload{background-size: 41%;}
.form-item-upload-images-and-pdf .js-form-managed-file .form-file{height: 50px;}

#block-ardesign-webform {padding-bottom: 8rem; position: relative;}

.webform-submission-form .col-lg-4 {position: inherit;padding: 0px 20px;}
 .webform-submission-form .form-actions {
    position: absolute;
    bottom: 125px;
    margin-top: 0px;
} 
.webform-submission-form #edit-processed-text-02 {
    margin-top: 65px;
    float: left;
    margin-bottom: 0px; 
    left: auto;
    right: auto;
}
.webform-submission-form #edit-processed-text-01 {
    position: absolute;
    bottom: 59px;
}

 
}


@media (min-width: 992px) and (max-width: 1100.98px) {
    
     .banner-section .hero-img img {height: 300px;}  
     h2{font-size: 40px;}
 
    #navbarSupportedContent {
      gap: 0px;
    }     
     .pre-header .head-txt {flex: 46%;
        max-width:46%;
        text-align: left !important;
        font-size: 1.2rem;
         
     }
     .pre-header .col-md-2 {
         display: inherit;
        flex: 24%;
        max-width: 25%;
     }
     .pre-header .socials {
         flex: 30%;
        max-width: 30%;
     }
     header .navbar .container-fluid {padding:0px;}
     .grid-section .grid-item .grid-item {
        flex: 50%;
        max-width: 50%;
     }
     .small-cta-section .cta-item .cta-teaser {
        font-size: 12px;
        text-align:left;
     }
     .small-cta-section .cta-item .cta-teaser::before { 
        top: -9px;
         left: 1px;
     }
     .cta-head h2 {font-size: 25px;}
     .large-cta-section h4 {margin-bottom: 1rem;}
     .question h3 {font-size: 1.5rem;}
     .img-view::before {left: -89px; top: -66px; width: 280px; height: 280px;}
     .views-section .text-view { width: 80%; padding: 0px 5px;}
     .views-section h2 {height: 100px;}
     .site-footer .col-md-1 {display : none;}
     .site-footer .footer-second {margin-left: 50px;}
     .site-footer .footer-second .col {max-width: 30%; flex: 30%; 
     margin: 7px 0px;}
     
     .webform-submission-form .col-lg-4, .webform-submission-form .col-lg-6 {
        padding: 0px 13px;
        margin-bottom: 1rem;
    }
    #block-ardesign-webform {padding-bottom: 3rem;}
     
}




@media (min-width: 1100px) and (max-width: 1299.98px) { 
    
#block-ardesign-webform {padding-bottom: 3rem;}
#navbarSupportedContent {
  gap: 30px;
} 
.banner-section .hero-img img {min-height: 350px;}
.grid-head h3 {font-size: 1.3rem; }
.cta-head h2 {font-size: 33px;}
 .small-cta-section .cta-item .cta-teaser {
    font-size: 12px;
    text-align:left;
 }
 .small-cta-section .cta-item .cta-teaser::before { 
    top: -9px;
    left: 1px;
 }


    
}

