@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}  

nav.navbar.navbar-default ul.nav>li>a{
    margin-left: 10px  !important;
    margin-right: 10px !important;
}
.simple-dropdown .dropdown-menu>li>a {
    color: #bdbdbd !important;
}

.simple-dropdown .dropdown-menu>li>a:hover {
    color: #fff !important;
}

.simple-dropdown.dropdown {
    margin-top: -2px !important;
}
footer a {
    color: #bdbdbd !important;
}

footer p {
    color: #bdbdbd !important;
}

section#first-section .container-fluid {
    padding-left: 7% !important;
    padding-right: 7% !important;
}
.blue-btn {
    /* background: linear-gradient(90deg, rgba(58, 117, 187, 1) 0%, rgba(48, 95, 150, 1) 35%, rgba(29, 58, 92, 1) 100%); */
    color: #fff;
    background: #3a75bb;
}
img.business-img{
    border-bottom: 7px solid #3b76bc !important;
}
.ptpb {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
a.btn.blue-btn {
    border-radius: 50px !important;
    border-color: #3a75bb;
    padding: 10px 20px !important;
    width: 195px !important;
}
.blue-btn:hover {
    background: #3a75bb;
    border: 2px solid rgb(58, 117, 187);
    color: #fff;
}
.cta-box {
    background: #eaeff4;
    padding: 6% 3%;
    border-radius: 5px;
    margin: 5px 12px;
    width: 350px;
    max-width: 350px;

}
.cta-box p {
    font-size: 18px;
}
a#btn-for-pos-mobile{
    display: none !important;
}
#pos-feature-box {
    background: #fff;
    padding: 40px 15px 20px 15px;
    margin: 0px;
    box-shadow: -5px 10px 36px 5px rgb(59 70 78 / 4%);
    height: auto !important;
    border-radius: 10px;
}
#full-height-box {
    background: #fff;
    padding: 40px 15px 20px 15px;
    margin: 0px;
    box-shadow: -5px 10px 36px 5px rgb(59 70 78 / 4%);
    height: 100% !important;
    border-radius: 10px;
}
div#fancy-box:hover {
    background: #fff !important;
    border: 1px solid #fff;
    border-radius: 10px;
}
span.feature-heading {
    font-size: 17px;
    font-weight: 700;
    color: #6f6f6f;
    padding-bottom: 20px;
    margin-top: 20px;
}
h3.feature-h3 {
    font-size: 20px;
    font-weight: 700;
}
#pos-feature-box p {
    margin: 20px 0;
}
#full-height-box p {
    margin: 20px 0;
}
.retail-icons {
    border: 1px solid #dcdbdb;
    padding: 6px;
    border-radius: 50px;
    margin-bottom: 20px;
    width: 70px;
}
.grad-cards {
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(234, 239, 244, 1) 100%);
    padding: 60px 35px;
    margin: 10px;
    width: 31%;
}
.grey-grad-cards {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(247 247 247,1) 100%);
    padding: 60px 35px;
    margin: 10px;
    width: 31%;
}
.grad-box{
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(234, 239, 244, 1) 100%);
    padding: 60px 35px;
    margin: 10px;
}
.testimonial-cards {
    background: #fff;
    padding: 60px 35px;
    margin: 10px;
    border: 1px solid #cbd6e0;
    border-radius: 30px;
    width: 31%;
}
#second-feature-col {
    margin-top: 80px !important;
}
.mobile-only{
    display: none !important;
}
#loading-mask {
    background-color: white;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}   
 div#fancy-box:hover{
    background-color: #fff !important;
}
#page-banner-bg{
        background: url(website_images/New-Page-Banner-Image.jpg);
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: fixed;
}
.grey-grad-cards-inverse {
    padding: 60px 35px;
    margin: 10px;
    width: 31%;
    background: linear-gradient(
180deg
, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 35%, rgb(255, 255, 255) 100%);
}
h3.feature-h3 {
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 20px;
}
ul.breadcrumbs {
  padding: 10px 16px;
  list-style: none;
}
ul.breadcrumbs li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumbs li+li:before {
  padding: 8px;
  color: #4185b5;
  content: "\f101";
  font-family: 'FontAwesome';
}
ul.breadcrumbs li a {
  color: #fff;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #fbfbfb;
  text-decoration: underline;
}
.grad-box{
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(234, 239, 244, 1) 100%);
    padding: 60px 35px;
    margin: 10px;
    width: 48%;
}
.left-offset {
    margin-left: 16.66% !important;
} 

/* FAQS ACCORDION STYLING */
.accordion .accordion-item {
  border-bottom: 1px solid #dddddd;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #3b76bc;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #3b76bc;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #212121;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: #3b76bc;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 17px;
  font-weight: 400;
  margin: 2em 0;
}
.offset-8{
    margin-left: 8% !important;
}


@media screen and (max-width: 1024px){
    .grad-box{
        width: 46% !important; 
    }
    .grad-box{
        width: 47%;
    }
    .display-md-none{
        display: none !important;
    }
}
@media screen and (max-width: 768px){
    .offset-8{
        margin-left: 0% !important;
    }
    .left-offset {
        margin-left: 0% !important;
    }
    .grad-box{
            width: 100%;
        }
        .grey-grad-cards {
            width: 100% !important;
        }
        .grey-grad-cards-inverse{
            width: 100% !important;
        }
    #first-section .col-lg-6.col-md-12.col-sm-12 {
        width: 100% !important;
    }
    .desktop-only{
        display: none !important;
    }
    .mobile-only{
        display: block !important;
    }
    .mt-410{
        margin-top: 410px !important;
    }
    #second-feature-col {
        margin-top: 22px !important;
    }
    .cta-box{
        margin: 0 auto;
        margin-top: 10px;
    }
    #pos-feature-box{
        margin: 0px 120px !important;
    }

    #full-height-box{
        margin: 0px 120px !important;
    }

    .testimonial-cards{
        width: 100% !important;
    }
    
    .col-lg-4.col-md-12.col-sm-12.col-xs-12.grad-cards {
        width: 100%;
    }
    a#btn-for-pos-mobile{
        display: inline-block !important;
    }
    a#btn-for-pos-desktop{
        display: none !important;
    }
    .grey-grad-cards {
        width: 30% !important;
    }
}
@media screen and (max-width: 425px) {
    .offset-8{
        margin-left: 0% !important;
    }
    
    .grad-box{
            margin: 0px !important;
            width: 100% !important;
    }
    
    section#new-features {
        padding-left: 50px !important;
        padding-right: 50px !important;
        margin: 0 auto !important;
    }
    #new-features div#pos-feature-box {
        margin: 0px !important;
    }
    #full-height-box {
        margin: 0px 0px !important;
    }
    #pos-feature-box {
        margin: 0px 65px !important;
    }

    #full-height-box {
        margin: 0px 65px !important;
    }
    .mt-410 {
        margin-top: 0px !important;
    }

    .sm-no-padding {
        padding: 0px !important;
    }

    #second-feature-col {
        margin-top: 22px !important;
    }

    .desktop-only{
        display: none !important;
    }
    .mobile-only{
        display: block !important;
    }

    div#logo-box {
        margin-left: 70px !important;
    }

    .cta-box {
        background: #eaeff4;
        padding: 6% 3%;
        border-radius: 5px;
        margin: 8px 20px;
        width: 360px;
        max-width: 355px;
    }
    a#btn-for-pos-mobile{
        display: inline-block !important;
    }
    a#btn-for-pos-desktop{
        display: none !important;
    }
    #full-height-box {
        margin: 0px 0px !important;
    }
    
}
@media screen and (max-width: 375px) {
    #full-height-box {
        margin: 0px 0px !important;
    }
    .testimonial-cards{
        margin-left: 0px !important;
    }
    #pos-feature-box {
        margin: 0px 65px !important;
    }

    #full-height-box {
        margin: 0px 65px !important;
    }
    .mt-410 {
        margin-top: 0px !important;
    }

    .sm-no-padding {
        padding: 0px !important;
    }

    #second-feature-col {
        margin-top: 22px !important;
    }

    .desktop-only{
        display: none !important;
    }
    .mobile-only{
        display: block !important;
    }

    div#logo-box {
        margin-left: 45px !important;
    }

    .cta-box {
        background: #eaeff4;
        padding: 6% 3%;
        border-radius: 5px;
        margin: 8px 10px;
        width: 320px;
        max-width: 325px;
    }
    a#btn-for-pos-mobile{
        display: inline-block !important;
    }
    a#btn-for-pos-desktop{
        display: none !important;
    }
    .grad-cards{
        margin-left: 0px !important;
    }
}
@media screen and (max-width: 320px) {
    .testimonial-cards{
        margin-left: 0px !important;
    }
    #pos-feature-box {
        margin: 10px 30px !important;
    }

    #full-height-box {
        margin: 10px 30px !important;
    }
    .mt-410 {
        margin-top: 0px !important;
    }

    .sm-no-padding {
        padding: 0px !important;
    }

    #second-feature-col {
        margin-top: 22px !important;
    }

    .desktop-only{
        display: none !important;
    }
    .mobile-only{
        display: block !important;
    }

    div#logo-box {
        margin-left: 20px !important;
    }

    .cta-box {
        background: #eaeff4;
        padding: 6% 3%;
        border-radius: 5px;
        margin: 8px 10px;
        width: 270px;
        max-width: 270px;
    }
    a#btn-for-pos-mobile{
        display: inline-block !important;
    }
    a#btn-for-pos-desktop{
        display: none !important;
    }
    .grad-cards{
        margin-left: 0px !important;
    }
}