@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Roboto:wght@300;400;700&family=Slabo+13px&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
body {
    font-family: "Roboto", sans-serif;
    color: #000;
}

.pageTitle h1 {
    font-family: "Poppins", sans-serif;
}

.pageTitle h2 {
    font-family: "Slabo 13px", serif;
}

a,
button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input:focus,
button:focus {
    outline: none;
}

nav.siteNav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 25px 0;
}

a.navbar-brand img {
    max-width: 300px;
}

.homeBanner {
    background: linear-gradient(117.05deg, #5cbe4c 21.87%, #1e6ffe 100%);
}

.homeBannerInner {
    height: 100vh;
    color: #fff;
}

nav.siteNav .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    padding: 0 16px;
    text-transform: capitalize;
}

nav.siteNav .navbar-nav .navContact a {
    background-color: #fff;
    color: #000;
    padding: 8px 25px;
    display: block;
    border-radius: 5px;
    margin-left: 20px;
}

nav.siteNav .navbar-nav .navContact a:hover {
    background-color: #000;
    color: #fff;
}

.homeBannerInner h1 {
    font-size: 80px;
    line-height: 80px;
    font-family: "Slabo 13px", serif;
}

.homeBannerInner h2 {
    font-size: 48px;
    line-height: 50px;
    font-family: "Slabo 13px", serif;
    margin-bottom: 10px;
}

.homeBannerInner p {
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    font-family: "Poppins", sans-serif;
}

.homeBannerInner a {
    background-color: #fff;
    color: #000;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 30px;
    font-weight: 600;
}

.homeBannerInner a:hover {
    background-color: #000;
    color: #fff;
}

.whyPickbookSection {
    padding: 60px 0;
}

.whyPickbookSection h2 {
    font-size: 40px;
    margin-bottom: 50px;
}

.whyPickbookSection p {
    font-size: 22px;
    margin-bottom: 20px;
}

.whyPickAdapt {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.whyPickAdapt h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.adaptBox {
    position: relative;
    margin-bottom: 60px;
}

.adaptBox .adaptBoxInner {
    border: 2px solid #000000;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    padding: 30px 25px;
    z-index: 99;
}

.adaptBox h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

.adaptBox:after {
    content: "";
    background: rgba(196, 196, 196, 0.3);
    width: 100%;
    border-radius: 20px;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 0;
}

.adaptBoxInner p {
    min-height: 120px;
}

.getStarted {
    background-image: url(../images/services.png);
    text-align: center;
    padding: 70px 0;
    background-size: cover;
}

.getStartedInner h2 {
    font-size: 44px;
    margin-bottom: 30px;
}

.getStartedInner p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.getStartedInner a {
    border: 2px solid #000000;
    box-sizing: border-box;
    border-radius: 10px;
    display: inline-block;
    padding: 7px 45px;
    color: #000;
    font-size: 16px;
}

.getStartedInner a:hover {
    background-color: #fff;
    color: #000;
}

.featuredBox {
    padding: 60px 0;
}

.featuredBox h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
}

nav.siteNav.fixed {
    position: fixed;
    background-color: #fff;
    top: 0;
    padding: 15px 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    width: 100%;
    z-index: 9999999;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(202 202 202 / 42%);
    -moz-box-shadow: 0px 2px 10px 0px rgb(202 202 202 / 42%);
    box-shadow: 0px 2px 10px 0px rgb(202 202 202 / 42%);
}

img.darklogo {
    display: none;
}

nav.siteNav.fixed img.darklogo {
    display: block;
}

nav.siteNav.fixed img.whitelogo {
    display: none;
}

nav.siteNav.fixed .navbar-nav .nav-item .nav-link {
    color: #000000;
}

nav.siteNav.fixed .navbar-nav .navContact a {
    background-color: #000;
    color: #fff;
}

nav.siteNav.fixed .navbar-nav .nav-item .nav-link:hover {
    color: #020146;
}

nav.siteNav.fixed .navbar-nav .navContact a:hover {
    background-color: #020146;
}


/* nav.siteNav.navInner {
    position: static;
}
nav.siteNav.navInner img.whitelogo {
    display: none;
}
nav.siteNav.navInner img.darklogo {
    display: block;
}
nav.siteNav.navInner .navbar-nav .nav-item .nav-link {
    color: #000;
}
nav.siteNav .navbar-nav .navContact a {
    background-color: #000;
    color: #fff;
} */

.innerpageBanner {
    background-size: cover;
    background-position: center;
    padding: 200px 0 180px;
    text-align: center;
}

.innerpageBanner h2 {
    font-weight: 300;
    font-size: 68px;
    color: #fff;
}

.servicesBanner {
    background-image: url(../images/services-banner.png);
    background-color: #5CBE4C;
}

.serviceTagLine {
    background-color: #F9F9F9;
    padding: 50px 0;
}

.serviceTagLine p {
    font-size: 22px;
    margin: 0;
}

.servicesFeatured .adaptBoxInner p {
    min-height: 145px;
}

.pricingTable {
    background-color: #F9F9F9;
    padding: 50px 0;
}

.pricingTable h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.aboutBanner {
    background-image: url(../images/about-banner.png);
    background-color: #1E6FFE;
}

.serviceTagLine .text-center {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.aboutTagLine {
    background-color: #fff;
    padding: 50px 0;
}

.aboutTagLine .text-center {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.aboutTagLine p {
    font-size: 20px;
    margin-bottom: 20px;
}

hr {
    margin-top: 2rem;
    margin-bottom: 5rem;
    border: 0;
    border-top: 3px solid rgb(0 0 0);
    max-width: 80%;
}

.coreValues {
    background-color: #F9F9F9;
    padding: 50px 0;
}

.coreValues h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.MissionStatement {
    background-color: #fff;
    padding: 50px 0;
}

.MissionStatement h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.MissionStatement p {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.contactBanner {
    background-image: url(../images/contact-banner.png);
    background-color: #1E6FFE;
}

.contactSection {
    padding: 50px 0;
}

.contactForm {
    background-color: #F9F9F9;
    padding: 30px;
    border-radius: 8px;
}

button.submitBtn {
    background-color: #000;
    color: #fff;
    padding: 8px 50px;
    display: block;
    border-radius: 5px;
    margin-left: 0;
    border: 0;
}

button.submitBtn:hover {
    background-color: #020146;
}

.contactInfo p {
    font-size: 20px;
    margin: 15px 0;
    font-weight: 600;
}

.contactInfo p a {
    font-size: 20px;
    color: #000;
}

.pricing-plan li {
    border-bottom: 1px dotted #ededed;
    font-size: 14px;
}

.pricing-plan {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 50px;
}

.pricing-plan .card-header {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.card li {
    padding: 8px 0;
}

.set-price {
    background: #484A31 !important;
    color: #ffffff;
}

.starter {
    background: #345C6F !important;
    color: #ffffff;
}

.advanced {
    background: #5C6E63 !important;
    color: #ffffff;
}

.business {
    background: #D7A971 !important;
    color: #ffffff;
}

.business01 {
    background: #E47052 !important;
    color: #ffffff;
}

.pricingTable .container-fluid {
    max-width: 1300px;
}

.list-unstyled li:nth-child(4) {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-unstyled li:nth-child(11) {
    min-height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.canecode_select {
    padding: 2px;
    border: 2px solid #e3e3e3;
    width: 80px;
    height: 40px;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0 20px;
    background: #fff;
}

.canecode_select span {
    padding: 14px;
    border-radius: 100px;
    background: #020146;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 5px;
    transition: all 0.2s ease;
}

.canecode_select.is_on {
    border: 2px solid #020146;
    background: #020146;
}

.canecode_select.is_on span {
    background: #fff;
    left: auto;
    right: 5px;
}

.canecode_active {
    display: block;
    visibility: visible;
}

.canecode_hidden {
    display: none;
    visibility: hidden;
}

.inputSwitch span {
    font-weight: 600;
}

.coreValues .adaptBoxInner p {
    min-height: 144px;
}

.footerSocial a {
    font-size: 20px;
    margin-left: 14px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}