.height-70{
    height: 70px;
}

 @media screen and (min-width: 1024px) {  
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
     }

 }

 @media screen and (min-width: 1200px) {
    .wrap-price-table {
        position: relative;
    }
    .wrap-price-table:before {
        content: '';
        background: url('../new_images/price-img.png') no-repeat;
        width: 180px;
        height: 162px;
        display: block;
        position: absolute;
        top: -95px;
        right: 27%;
        background-size: 100%;
    }

    .custom-campaign-template .tab-content {
        display: flex;
    }
    
    .custom-campaign-template .tab-content > .tab-pane {
        display: block; /* undo "display: none;" */
        visibility: hidden;
        margin-right: -100%;
        width: 100%;
    }
    
    .custom-campaign-template .tab-content > .active {
        visibility: visible;
    }
    
}

.blue-pattern-bg {
    background: url('../new_images/blue-pattern-bg.png') no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.tab-content .nav-tabs {
     border: none;
     position: relative;
}
.tab-content .nav-tabs a {
    color: #1a1e22;
    font-weight: 500;
    border: none;
    /* border-bottom: 4px solid #dee2e6; */
    padding: 20px 40px;
    font-size: 24px;
    font-weight: 500;
    position: relative;
}
.tab-content .nav-tabs:after {
    content: '';
    position: absolute;
    height: 6px;
    background: #dee2e6;
    width: 100%;
    bottom: -1px;
    border-radius: 10px;
}
a:hover {
    color: inherit;
}
.nav-tabs .nav-link.active:before {
    content: '';
    background: #000;
    height: 6px;
    width: 100%;
    display: block;
    border-radius: 15px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
}
.tab-content img {
    border: 2px solid rgba(0, 0, 0, 0.1);
    filter: drop-shadow(20px 10px 40px rgba(0, 0, 0, 0.15));
    border-radius: 20px;
}
.nav-tabs .nav-link.active {
    border-bottom: 4px solid #1a1e22;
}
.request-demo-form form {
    border-radius: 10px;
}
.header-form{
    max-width: 530px;
    padding: 65px !important;
    border-radius: 15px;
}
.request-demo-form {
    /* max-width: 430px; */
    margin: 0;
    padding: 0 0;
    background: #fff;
    /*border-radius: 10px;*/
    padding: 30px;
    font-size: 14px;
}
.request-demo-form input,
.request-demo-form select {
    width: 100%;
}
.request-demo-form input, .request-demo-form select {
    width: 100%;
    padding: 5px 10px;
    height: 40px;
}
footer h4 {
    color: #f5ae22;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 30px 0 20px;
    margin: 0 0 30px;
    font-size: 20px;
    transition: 0.3s;
}
footer a:hover {
    color: #f5ae22;
}
.orange-bg-pattern {
    background: url('../new_images/orange-bg.png') no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.demo-form-wrapper{
    background-color: #f6f6f6;
    border-radius: 10px;
    min-height: 400px;
    box-shadow: rgb(0 0 0 / 20%) 10px 10px 10px;
}
.hbspt-form fieldset{
    margin-bottom:20px !important;
}
.hbspt-form input,
.hbspt-form select{
    border: #e2e2e2 1px solid !important;
    width: 100% !important;
}
.hbspt-form input::placeholder,
.hbspt-form input::-ms-input-placeholder,
.hbspt-form select::placeholder,
.hbspt-form select::-ms-input-placeholder{
    color:989a9b;
}
.hbspt-form .hs-form-field > label{
    display: none;
}
.hbspt-form .hs-error-msgs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 12px;
    color: red;
}
.hbspt-form .hs-error-msgs label{
    display: block;
    margin-bottom: -20px;
}
.hbspt-form .hs-button.primary {
    overflow: visible;
    background: #fdc52e;
    text-decoration: none;
    color: #1a1e22;
    transition: 0.3s;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase!important;
    padding-bottom: 0.5rem!important;
    padding-top: 0.5rem!important;
    width: 100%!important;
    border: 0!important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.hs-fieldtype-intl-phone{
    width: 100% !important;
}

.underline-highlight{
    position:relative;
    text-decoration: none !important;
}
.underline-highlight::after{
    position:absolute;
    bottom:-20px;
    left:50%;
    transform:translatex(-50%);
    content:" ";
    width:120px;
    height:20px;
    background-image:url(../new_images/underline-icon.png);
    background-size:100%;
    background-repeat:no-repeat;
    z-index:-1;
}
.editable-content ul{
    list-style: none;
    padding-left: 0px;
}
.editable-content ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.editable-content ul li::before{
    content: "";
    /* background-image: url(../new_images/list-icon.png); */
    width: 10px;
    height: 10px;
    display: block;
    background-size: 100%;
    margin-right: 8px;
    position: absolute;
    left: 0px;
    top: 11px;
    background: #1a1e22;
    border-radius: 50%;
}

.webinar-editable-content ul {
    padding-left: 25px;
}

.webinar-editable-content ol {
    padding-left: 25px;
}

.media-content-section{
    margin: 80px 0;
    position: relative;
}
.media-content-section:before{
content: "";
/* background:#f0f0f0; */
background:#ffffff;
position: absolute;
left: 0px;
display: block;
height:80px;
width:100%;
bottom:-80px;
}
.media-content-section:after{
    content: "";
    /* background:#f0f0f0; */
    background:#ffffff;
    position: absolute;
    left: 0px;
    display: block;
    height:80px;
    width:100%;
    top:-80px;
}
.say-goodbye-section {
    margin-bottom: 120px;
}
.count-circle {
    background: #fdc52e;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    margin-right: 25px;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    font-size: 0;
}

.comparison-table .true-checkbox:before,
.comparison-table .false-checkbox:before {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    background-size: 100%;
    margin: 3px auto 0;
}
.comparison-table .true-checkbox:before {
    background-image: url('../new_images/list-icon.png');
}
.comparison-table .false-checkbox:before {
    background-image: url('../new_images/red-cross.png');
}
.orange-circle-heading {
    display: inline-block;
    background: #E25F37;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}
.blue-orange-gradient {
    background: linear-gradient(90deg, #E3FDF5 0%, #FFE6FA 100%);
}
.custom-list-number .col-md-6:nth-child(1) .count-circle {
    background-image: url('../new_images/1-number.PNG');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
}
.custom-list-number .col-md-6:nth-child(2) .count-circle {
    background-image: url('../new_images/2-number.PNG');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.custom-list-number .col-md-6:nth-child(3) .count-circle {
    background-image: url('../new_images/3-number.PNG');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 52px;
}
.custom-list-number .col-md-6:nth-child(4) .count-circle {
    background-image: url('../new_images/4-number.PNG');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 52px;
}

.left-nav-slider{
    background: linear-gradient(90deg, #FDFBFB 0%, #EBEDEE 100%);
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.left-nav-slider .tab-content {
    display: flex;
}

.left-nav-slider .tab-content > .tab-pane {
display: block; /* undo "display: none;" */
visibility: hidden;
margin-right: -100%;
width: 100%;
}

.left-nav-slider .tab-content > .active {
visibility: visible;
}
.left-nav-slider .nav-tabs .nav-link.active:before {
    display: none;
}
.left-nav-slider .nav-tabs{
    border-width: 0;
}
.left-nav-slider .nav-link{
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    border-width: 0px;
}

.left-nav-slider .nav-tabs .nav-link:hover,
.left-nav-slider .nav-tabs .nav-link.active{
    background: #FFCC4C;
    color: #000000;
    border-radius: 8px;
    border-width: 0;
}

.left-nav-slider .nav-link img{
    margin-top: -5px;
    margin-right: 13px;
}


/* Pricing */
.wrap-pricing {
    padding: 30px;
    margin: 25px;
    max-width: calc(340px - 25px);
    border-radius: 5px;
}
/* Estilo iOS */
.switch__container {
    width: 60px;
  }
  
  .switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
  }
  
  .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    margin: 0;
  }
  
  .switch--shadow + label {
    padding: 2px;
    width: 60px;
    height: 30px;
    background-color: #dddddd;
    border-radius: 60px;
  }
  .switch--shadow + label:before,
  .switch--shadow + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
  }
  .switch--shadow + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
  }
  .switch--shadow + label:after {
    width: 20px;
    height: 20px;
    background-color: #000000;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    transition: all 0.4s;
    top: 5px;
    left: 5px;
  }
  .switch--shadow:checked + label:before {
    background-color: #FDC52E;
  }
  .switch--shadow:checked + label:after {
    transform: translateX(30px);
  }
  
  /* Estilo Flat */
  .switch--flat + label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    border-radius: 60px;
    transition: background 0.4s;
  }
  .switch--flat + label:before,
  .switch--flat + label:after {
    display: block;
    position: absolute;
    content: "";
  }
  .switch--flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    border-radius: 60px;
    transition: background 0.4s;
  }
  .switch--flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 56px;
    background-color: #dddddd;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
  }
  .switch--flat:checked + label {
    background-color: #8ce196;
  }
  .switch--flat:checked + label:after {
    margin-left: 60px;
    background-color: #8ce196;
  }

/* vertical tabs */
.vertical-tab-inner {
    max-width: 1060px;
    padding: 0 20px;
}
.section-vertical-tab .tab-pane {
    padding: 35px 85px 5px;
    background: #ffffff;
    max-width: 715px;
    width: 100%;
    border-radius: 10px;
}
.section-vertical-tab .tab-content img {
    border: none;
    filter: none;
    border-radius: 10px;
}

.section-vertical-tab .tab-content {
    padding: 20px;
    border-radius: 10px;
    max-width: 725px;
    width: 100%;
    background: linear-gradient(73.11deg, #D5DEE7 -2.38%, #E8EBF2 53.08%, #E2E7ED 108.53%);
}

.section-vertical-tab .nav-link {
    padding: 28px;
    border: none !important;
    background: #eeeeee;
    margin-bottom: 12px;
    color: #00000080;
    font-size: 17px;
    border-radius: 8px;
}
.section-vertical-tab .nav-link.active {
    background: #fdc52e;
    color: #000000;
}
.section-vertical-tab .nav-tabs .nav-link:before {
    display: none !important;
}
.section-vertical-tab .nav-link > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #00000080;
    margin: 0px 10px 0 0;
    border-radius: 50%;
    position: relative;
    top: 4px;
}
.section-vertical-tab .nav-link.active > span {
    background: #000000;
}
.section-vertical-tab #myTab {
    max-width: 278px;
    width: 100%;
}

.hero-seperator {
    font-size: 16px;
    margin: 0 10px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: 1px;
}
.companion-logo{
    max-width:95px;
    max-height: 25px;
}
.comparison-table th {
    padding: 27px 0 17px !important;
    border: none;
}
.comparison-table tr:nth-child(2) td,
.campare-2 tr:nth-child(2) td {
    border-top: none;
}
.comparison-table tr td {
    padding: 21px 30px;
}
.pricing-box-2 {
    display: none !important;
}
.pricing-2 .pricing-box-2 {
    display: flex !important;
}
.pricing-2 .pricing-box-1  {
    display: none !important;
}
.webinar-list-icon li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-size: 100%;
    margin-right: 8px;
    position: absolute;
    left: 0px;
    top: 11px;
    background: #1a1e22;
    border-radius: 50%;
}
.wrap-choose-partner {
    border-radius: 30px;
    margin: 0 20px;
    padding: 35px 30px;
    max-width: 455px;
}
.wrap-choose-partner img {
    margin: 0 0 20px;
}
.wrap-choose-partner h5 {
    margin-bottom: 15px;
}
.wrap-choose-partner p {
    line-height: 1.3;
    margin-bottom: 30px;
    min-height: 188px;
}
.wrap-choose-partner a {
    padding: 16px 23px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
}
.green-tick-icon ul li:before {
    content: '';
    background: url('../new_images/blue-tick.svg');
    display: block;
    width: 20px;
    height: 20px;
    margin: 7px 13px 0 0;
    flex-shrink: 0;
}
.green-tick-icon ul{
    padding:0px;
    margin-bottom:3rem;
}
.green-tick-icon li {
    font-size: 22px;
    list-style: none;
    display: flex;
    align-items: flex-start;
    color: #232527;
    margin-bottom: 0.5rem;
}
.green-tick-icon.feature-tab-list p{
   font-size:18px;
   margin-top:0.5rem;
   margin-bottom:0.5rem;
}
.green-tick-icon.feature-tab-list ul{
    margin-top:1rem;
    margin-bottom:2rem;
}
.green-tick-icon.feature-tab-list li{
    font-size: 20px;
}
.wrap-logos img {
    height: 60px;
    object-fit: contain;
    width: 200px;
}
.testimonial-box {
    padding: 25px;
    max-width: 400px;
    border-radius: 10px;
}
.main-wrap-capability {
    background: #F4F7F8;
}
.product-capability-tab .tab-content {
    max-width: 900px;
    margin: auto;
}
.logo-shadow {
    box-shadow: 8px 5px 25px rgba(0, 0, 0, 0.1);
    margin: 0 15px 30px;
    background: #ffffff;
    padding: 15px;
    max-width: 166px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-capability-tab .nav-tabs .nav-link {
    border: 1px solid transparent;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 5px;
    color: #000000b3;
    font-weight: 400;
    background: #CDD8DC;
    margin: 0 5px;
}
.product-capability-tab .nav-tabs .nav-link.active {
    border-bottom: none;
    background: #232527;
    color: #fff;
}
.product-capability-tab .nav-tabs .nav-link.active img{
    filter: invert(1);
}
.product-capability-tab .tab-content .wrap-tab-img img {
    border: none;
    filter: none;
    max-width: 400px;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.product-capability-tab .wrap-tab-img {
    width: 50%;
    margin-right: 10px;
}
.icon-color-1,
.icon-color-2,
.icon-color-3,
.icon-color-4 {
    width: 85px;
    height: 85px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.icon-color-1 {
    background: #FFC026;
}
.icon-color-2 {
    background: #6300EC;
}
.icon-color-3 {
    background: #03E9E9;
}
.icon-color-4 {
    background: #FC337A;
}
.blue-vertical-tab {
    background: #F5F5F5;
}
.blue-vertical-tab #v-pills-tabContent {
    width: 100%;
    display: flex;
    padding-left:150px;
    max-width:800px;
}
.blue-vertical-tab .tab-pane {
    width: 100%;
}
.blue-vertical-tab .tab-pane img {
    border: none;
    filter: none;
    border-radius: 0;
}
.blue-vertical-tab .nav-link {
    padding: 20px 30px 20px 20px;
    margin: 0px 0 20px;
}
.blue-vertical-tab .nav-link.active {
    background: #FFFFFF;
    box-shadow: 8px 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.wrap-tab-img-content .black-arrow-right-icon {
    border: none;
    filter: none;
    border-radius: 0;
}
.wrap-client-slide  {
    border-radius: 15px;
}
.wrap-client-slide .slick-prev::before,
.wrap-client-slide .slick-next::before {
    display: none;
}
.wrap-client-slide .slick-prev,
.wrap-client-slide .slick-prev:hover,
    .wrap-client-slide .slick-prev:focus {
    right: 80px;
    left: inherit;
    bottom: 10px;
    top: inherit;
    width: 40px;
    z-index: 1;
    height: 40px;
    z-index: 1;
    background: url('../new_images/pre-btn.svg');
    opacity: 1;
}
.wrap-client-slide .slick-next,
.wrap-client-slide .slick-next:hover,
.wrap-client-slide .slick-next:focus {
    right: 30px;
    left: inherit;
    bottom: 10px;
    top: inherit;
    width: 40px;
    z-index: 1;
    height: 40px;
    z-index: 1;
    background: url('../new_images/next-btn.svg');
    opacity: 1;
}
.heading-yellow-line::before {

    content: '';
    background: url('../new_images/heading-line.svg');
    width: 298px;
    display: none;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    bottom: 0px;
    margin: auto;
    left: 40px;
    background-size: 100%;
}
.heading-blue-line::before {
    content: '';
    background: url("../new_images/heading-line-blue.svg");
    width: 289px;
    display: none;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 20%;
    background-size: 100%;
}
.heading-blue-line.heading-blue-line-1::before {
    width: 112px;
    right: 42%;
}
.heading-blue-line.heading-blue-line-2::before {
    width: 150px;
    right: 40%;
}
.heading-blue-line.heading-blue-line-3::before {
    width: 130px;
    right: 52%;
}
.heading-blue-line.heading-blue-line-4::before {
    width: 135px;
    right: 50%;
}
.wrap-pricing button.btn.gray-btn.mb-4.w-100.yellow-border-btn {
    background: #000;
    color: #fff;
}
.yellow-border-btn.gray-btn {
    background: #CCD2D8;
    border: none;
    font-weight: 500;
    border-radius: 30px;
}
.toggle-list img {
    transition: 0.3s;
    width: 10px;
}
.toggle-list.toggle-list-active img {
    transform: rotate(180deg);
}
.yellow-border-btn.yellow-gradient-btn {
    background: linear-gradient(90deg, #FF8008 0%, #FFC837 100%);
    border: none;
    font-weight: 500;
    border-radius: 30px;
}
.min-height-127 {
    min-height: 127px;
}
.without-bg-form .demo-form-wrapper {
    box-shadow: none;
    max-width: 361px;
    min-height: initial;
    margin: auto;
}
.without-bg-form .header-form {
    padding-top: 25px !important;
    padding-bottom: 30px !important;
    max-width: 455px;
    margin: auto;
}
.without-bg-form .header-form input {
    border-radius: 5px;
}
.without-bg-form.border-bg-form {
    background: #FDC52E;
    border: none;
    font-weight: 500;
    border-radius: 30px;
    max-width: 522px;
    padding: 35px;
}

.trusted-logo-wrap h2::after {
    content: '';
    display: inline-block;
    width: 85px;
    height: 1px;
    margin-left: 15px;
    background: #000000;
}
.trusted-logo-wrap.trusted-logo-wrap-new h2::after {
    display: none;
}

/* .second-yellow-header {
    background: linear-gradient(90deg, #FDC52E 0%, #FF9D28 100%);
} */
.header-black-btn {
    background: #232527;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 9px 13px;
}
.second-yellow-header.active-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    box-shadow: 0px 0 10px #d8d8d8;
    background: #ffffff;
    z-index: 9999;
}
.webinar-list-items {
    border: 1px solid #d9dde1;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-templates-header{
    background-image: url(../new_images/bg-export@2x.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.search-form input[type=text]{
    width:500px;
    max-width:100%;
    padding:11px 24px;
    font-size: 22px; 
    background: #FBFBFB;
    border-radius: 5px;
    border-width: 0;
    box-shadow: 0px 0px 10px rgb(203 144 0 / 40%) !important;
}

.search-form button{
    width:150px;
    padding: 10px;
    font-size: 22px;   
    border-radius: 5px;
    border-width: 0;
    box-shadow: 0px 0px 10px rgb(203 144 0 / 40%) !important; 
}

.form-templates-list-items {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-templates-list-items img{
    border-radius: 5px;
}

.form-templates-archive-sidebar{
    padding: 22px 16px;
    box-shadow: 0px 4px 24px rgb(0 0 0 / 14%);
}

.form-templates-archive-sidebar ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.form-templates-archive-sidebar ul li{
    padding-bottom:10px;
}
.form-templates-archive-sidebar ul li a{
    color:  #000000;
    font-weight: 400;
    font-size: 16px;
}
.form-templates-archive-sidebar ul li a:hover,
.form-templates-archive-sidebar ul li a.active{
    color:#007bff;
}

#form-iframe-thumbnail{
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    border-width: 0;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);
    border-radius: 5px;
    z-index:1;
    overflow: hidden;
}
#form-iframe-thumbnail-overlay{   
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    border-radius: 5px;
   cursor:pointer;
   text-align: center;
   vertical-align: middle;
   padding-top: 20%;
   font-size: 500%;
   color: white;
   opacity: 0;
   background: rgba(0,0,0,0.4);
   transition: all 0.3s;
}
#form-iframe-thumbnail-overlay:hover{ 
    opacity: 1;
}
.form-category-label{
    font-weight: 500;
    font-size: 14px;
    color: #6300EC;
    background: #E8D7FF;
    border-radius: 5px;
    padding: 5px 10px;
    width: fit-content;
    display: inline;
}
.form-templates-category-list ul.children li:last-child{
    padding-bottom: 0;
    border-bottom-width: 0;
}
.form-category-collpase-btn[aria-expanded="false"] img.minus-icon{
    display:none;
}
.form-category-collpase-btn[aria-expanded="true"] img.plus-icon{
    display:none;
}

.cs-archive-header{
    background-image: url(../new_images/cs-archive-bg.png);
    background-size: cover;
    color:white;
}

.cs-single-hero-section{
    background-image: url(../new_images/background-cs.png);
    background-size: contain;
}
.cs-header-form{
    padding: 50px;
    border-radius: 10px;
    max-width: 470px;
}

.cs-list-items {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.12);
}
.cs-list-items .cs-logo-container{
    background: #F7FAFF;
    border-radius: 5px;
    height: 150px;
}
.cs-list-items .cs-logo-container img{
    max-width: 180px;
    max-height: 80px;
}
.cs-list-items .cs-item-footer-container{
    background: #FFFBF2;
    border-radius: 5px;
    height: 130px;
}

.cs-testimonial{
    border-left: 5px solid #0168FE;
    padding: 35px;
    margin: 50px 0;
}
.cs-author-image{
    width:80px;
    height:80px;
    border-radius: 50%;
}
.cs-company-logo{
    max-width:150px;
    max-height: 50px;
}
#search-results .search-overlay{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(3,3,3,0.4);
    z-index: 2;
    text-align: center;
    padding-top: 100px;
    color: white;
    font-size: 30px;
}
#search-results .search-overlay.hide{
    display: none;
}
#search-results .search-overlay .result-loader{
    position: sticky;
    top: 100px;
}