body {
    font-weight: 600;
}

.custom-nav.change-scroll {
    background: rgb(5, 228, 247);
    background: -moz-linear-gradient(left, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    background: linear-gradient(to right, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#05e4f7', endColorstr='#0470b3', GradientType=1)
}

.custom-nav {
    background: rgb(5, 228, 247);
    background: -moz-linear-gradient(left, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    background: linear-gradient(to right, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#05e4f7', endColorstr='#0470b3', GradientType=1)
}

.navbar-toggler.active span {
    background-color: #fff !important;
}

.border-gradient-bottom {
    width: 171px;
}

.gradient-border {
    margin-bottom: 35px;
}

.gradient-border>span {
    display: inline-block;
    position: relative;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
}

.gradient-border>span:after {
    content: "";
    display: inline-block;
    background: url('../img/home/border-gradient.png') no-repeat center center/100%;
    height: 6px;
    width: 96%;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.about-page h1 {
    /*padding-top: 50px;*/
    font-weight: 600;
    font-size: 26px;
    color: #ababab;
    margin-bottom: 0;
}

.gray-bg {
    /* background-color: #F7F7F7; */
    padding: 35px 33px;
}

.gray-bg p {
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.border-bottom-img {
    margin-top: -5px;
}

.normal-section {
    padding: 35px 33px;
}

.normal-section p {
    font-size: 17px;
    margin-top: 0px;
}

.m-q {
    margin-left: 40px;
    text-align: left;
    margin-bottom: 0px;
    font-family: 'Avenir Next LT Pro';
    font-size: 22px;
}

.our-team-img img {
    width: 189px;
    height: 189px;
}

.our-team-img {
    max-width: 230px !important;
}

.panel-default a.show-icon[aria-expanded="true"]:before,
.panel-default a.show-icon[aria-expanded="false"]:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    top: 4px;
    left: 0px;
    top: 0;
}

.panel-default a.show-icon[aria-expanded="false"]:before {
    background: url(../../img/add-circle.svg) no-repeat;
    height: 30px;
    width: 30px;
}

.panel-default a.show-icon[aria-expanded="true"]:before {
    background: url(../../img/remove-circle.svg) no-repeat;
    height: 30px;
    width: 30px;
}


/*.flex-column{
    border-bottom: 1px solid #ccc;
}*/

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #333;
    background-color: transparent;
}

.panel-heading a,
.panel-heading a:hover {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none;
}

.faq-section p span {
    font-size: 16px !important;
}

.nav-pills .nav-link {
    padding: 0.7rem 1rem;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000 !important;
    font-family: 'Avenir Next LT Pro';
}

.faq-section {
    padding-bottom: 50px;
}

.faq-section p {
    font-weight: 400;
    font-size: 20px;
    padding-left: 25px;
}

.panel-title {
    font-size: 22px;
    position: relative;
    margin-bottom: 0;
}


/*.panel-default .accordion-toggle:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background: #e54a1a url(../../img/toggle-icons.png) no-repeat 6px 10px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 4px;
}*/


/*.faq-page-wraper-bg {
    background: rgba(0, 0, 0, 0) url(../../img/pq-questions.png) no-repeat;
    background-size: 100%;
    height: 431px;
    width: 100%;
    margin-top: 80px;
    position: relative;
}*/

.faq-section {
    margin-top: 150px !important;
}


/* .general-que a:after {
    content: "";
    display: inline-block;
    background: url(../img/home/border-gradient.png) no-repeat center center/100%;
    height: 4px;
    width: 250px;
    position: absolute;
    bottom: 9px;
    left: 19px;
    right: 0;
} */


/* .driver-section a:after {
    content: "";
    display: inline-block;
    background: url(../img/home/border-gradient.png) no-repeat center center;
    height: 4px;
    width: 91px;
    position: absolute;
    bottom: 9px;
    left: 19px;
    right: 0;
} */


/* .spot-owners-section a:after {
       content: "";
    display: inline-block;
    background: url(../img/home/border-gradient.png) no-repeat center center;
    height: 4px;
    width: 80px;
    position: absolute;
    bottom: 9px;
    left: 18px;
    right: 0;
} */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    border: 1px solid transparent !important;
}

.nav-tabs {
    border-bottom: none;
}

.general-que,
.driver-section,
.spot-owners-section {
    position: relative;
}

.call-btn {
    background: #fff;
    border-radius: 50px;
    border: 2px solid #000;
    color: #000;
    font-weight: 600;
    width: 340px;
    padding: 12px 20px;
    font-family: 'Avenir Next LT Pro';
    font-size: 22px;
    position: relative;
}

.call-btn:hover {
    color: #000;
}

.call-btn .svg-icon {
    fill: #000;
    width: 30px;
    position: absolute;
    left: 39px;
    top: 14px;
}

.text-btn {
    background: #000;
    border-radius: 50px;
    border: 2px solid #000;
    color: #fff;
    font-weight: 600;
    width: 340px;
    padding: 12px 20px;
    font-family: 'Avenir Next LT Pro';
    font-size: 22px;
    position: relative;
}

.text-btn:hover {
    color: #fff;
}

.text-btn .svg-icon {
    fill: #fff;
    width: 50px;
    position: absolute;
    left: 33px;
    top: 6px;
}

.send-msg {
    background: #117bfb;
    border-radius: 50px;
    border: 2px solid #000;
    color: #fff;
    font-weight: 600;
    width: 340px;
    padding: 12px 20px;
    font-family: 'Avenir Next LT Pro';
    font-size: 22px;
    position: relative;
    border-color: #117bfb;
}

.send-msg .svg-icon {
    width: 36px;
    position: absolute;
    left: 39px;
    top: 11px;
    fill: #117bfb;
}

.faq-heading h2 {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
}

@media (min-width: 768px) {
    .text-left {
        text-align: left !important;
    }
    .team-description {
        max-width: 572px !important;
    }
}


/*@media screen and (max-width: 1920px) and (min-width: 1500px) {
.faq-page-wraper-bg {
    height: 580px;
}

}*/

.team-memeber-name {
    font-size: 22px;
    color: #6f6f6f;
    font-weight: 600;
}

.role {
    font-size: 19px;
    margin-top: -7px;
}

.our-team-section p {
    font-size: 17px;
    margin-top: 10px;
}

.our-team-section {
    padding-left: 33px;
    padding-top: 20px;
    padding-right: 33px;
}

.about-page {
    margin-top: 94px;
    padding-bottom: 0px !important;
}

.about-page p {
    font-weight: normal;
    color: #ababab;
}

.our-team-section .border-bottom-img img {
    width: 134px;
}

.our-story .border-bottom-img img {
    width: 187px;
}

.sustainable .border-bottom-img img {
    width: 205px;
}

.top-section-margin {
    margin-top: 15px;
}

.term-condition {
    padding: 0 50px;
}

.about-parklinq {
    font-family: 'Monrad Grotesk';
    font-weight: 900;
    font-size: 30px;
}

.parklinq-mission-text {
    font-family: 'Avenir Next LT Pro';
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 18px;
}

.parklinq-launched {
    font-family: 'Avenir LT Pro';
    color: #000 !important;
    /* font-weight: 600 !important; */
    font-size: 18px;
    line-height: 23px;
}

.what-we-do-section {
    background-color: #f2f2f2;
}

.the-tech-right-section {
    padding: 45px 78px;
}

.blue-text {
    color: #0890c6 !important;
}

.tyler-img {
    width: 200px;
}

.heading-name {
    font-family: 'Avenir Next LT Pro';
    color: #000 !important;
    margin-top: 10px;
    font-size: 18px;
}

.destination {
    font-family: 'Avenir Next LT Pro';
    color: #0890c6 !important;
    font-size: 18px;
}

.team-section {
    margin-top: 70px;
}

@media (max-width: 767px) {
    .mobile-about-us-top-banner {
        margin-top: 70px;
    }
    .panel-body span {
        font-size: 14px !important;
        line-height: 24px;
    }
    .panel-default a.show-icon[aria-expanded="true"]:before,
    .panel-default a.show-icon[aria-expanded="false"]:before {
        top: -4px;
    }
    .text-btn .svg-icon {
        width: 45px;
    }
    .call-btn .svg-icon {
        top: 11px;
    }
    .send-msg .svg-icon {
        width: 34px;
        position: absolute;
        left: 39px;
        top: 8px;
        fill: #117bfb;
    }
    .call-btn {
        background: #fff;
        border-radius: 50px;
        border: 2px solid #000;
        color: #000;
        font-weight: 600;
        width: 312px;
        padding: 10px 20px;
        font-family: 'Avenir Next LT Pro';
        font-size: 20px;
        position: relative;
    }
    .text-btn {
        background: #000;
        border-radius: 50px;
        border: 2px solid #000;
        color: #fff;
        font-weight: 600;
        width: 312px;
        padding: 10px 20px;
        font-family: 'Avenir Next LT Pro';
        font-size: 20px;
        position: relative;
    }
    .send-msg {
        background: #117bfb;
        border-radius: 50px;
        border: 2px solid #000;
        color: #fff;
        font-weight: 600;
        width: 312px;
        padding: 10px 20px;
        font-family: 'Avenir Next LT Pro';
        font-size: 20px;
        position: relative;
        border-color: #117bfb;
    }
    .shadow {
        box-shadow: none !important;
    }
    #mainNav .navbar-toggler span {
        background: #fff !important;
    }
    /* .custom-nav {
        background: #fff;
     
    } */
    .about-logo {
        width: 171px !important;
    }
    .top-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .top-section-margin {
        margin-top: 10px;
    }
    .m-q {
        font-size: 16px;
        font-family: 'Avenir Next LT Pro';
        margin-bottom: 5px;
    }
    .general-que-mobile,
    .drivers-mobile,
    .hosts-section {
        position: relative;
    }
    .panel-group-mobile {
        text-align: center;
    }
    .panel-group-mobile .panel-title a {
        font-size: 20px;
        font-family: 'Avenir LT Pro';
        font-weight: 500;
    }
    /* .general-que-mobile span:after {
    content: "";
    display: inline-block;
    background: url(../img/home/border-gradient.png) no-repeat center center;
    height: 4px;
    width: 157px;
    position: absolute;
    bottom: -5px;
       left: 0;
    margin: 0 auto;
    right: 0;
} */
    /* .drivers-mobile span:after {
    content: "";
    display: inline-block;
    background: url(../img/home/border-gradient.png) no-repeat center center;
    height: 4px;
    width: 61px;
    position: absolute;
    bottom: -5px;
       left: 0;
    margin: 0 auto;
    right: 0;
} */
    /* .hosts-section span:after {
       content: "";
    display: inline-block;
    background: url(../img/home/border-gradient.png) no-repeat center center;
    height: 4px;
    width: 53px;
    position: absolute;
    bottom: -5px;
       left: 0;
    margin: 0 auto;
    right: 0;
} */
    .panel-group-mobile .panel-default {
        margin-bottom: 42px;
    }
    /*   .faq-page-wraper-bg {
         height: 122px;
        margin-top: 62px;

}*/
    .term-condition {
        padding: 0 20px;
    }
    .panel-default a.show-icon[aria-expanded="true"]:before,
    .panel-default a.show-icon[aria-expanded="false"]:before {
        margin-right: 2px
    }
    .panel-heading a:hover {
        color: #fff;
    }
    .show-icon {
        font-size: 18px;
    }
    .panel-title a {
        color: #11cbed;
    }
    .faq-section p {
        text-align: justify;
        font-size: 17px;
        padding-left: 25px;
    }
    .panel-body {
        margin-bottom: 0px;
    }
    .panel-collapse {
        /* padding-top: 15px !important; */
        /* padding: 10px;*/
    }
    .faq-section {
        margin-bottom: 60px;
    }
    .panel-title {
        margin-bottom: 0;
        font-size: 18px;
    }
    .panel-title a {
        text-decoration: none !important;
    }
    /*.panel-heading{
    background-color: #11CBED;
    color:#fff;
    padding: 10px;
}
*/
    .panel-group .panel+.panel {
        margin-top: 15px;
    }
    .panel-heading a {
        color: #fff;
        text-decoration: none;
    }
    .term-condition h1 {
        font-size: 18px !important;
    }
    .term-condition h2,
    .term-condition h4 {
        font-size: 18px !important;
        text-align: center;
    }
    .our-story .border-bottom-img img {
        width: 123px;
    }
    .sustainable .border-bottom-img img {
        width: 163px;
    }
    .our-team-section .border-bottom-img img {
        width: 96px;
    }
    .about-page {
        margin-top: 73px;
        padding-bottom: 0px !important;
    }
    .about-page h1 {
        font-size: 24px;
        text-align: center;
        /* text-transform: uppercase; */
    }
    .border-gradient-bottom {
        width: 126px;
        margin-top: -11px;
    }
    .border-bottom-img {
        text-align: center;
    }
    .gray-bg p {
        font-size: 16px;
        margin-top: 0;
        text-align: center;
    }
    .normal-section p {
        font-size: 16px;
        text-align: center;
        margin-top: 0 !important
    }
    .normal-section {
        padding: 10px 20px;
    }
    .gray-bg {
        /* background-color: #F7F7F7; */
        padding: 0px 20px;
    }
    .our-team-section {
        padding-left: 20px;
        text-align: center !important;
        margin-bottom: 0 !important;
        padding-right: 20px;
    }
    .our-team-img {
        max-width: 100%!important;
        margin: 0 auto !important;
        text-align: center;
    }
    .our-team-img img {
        width: 150px;
        height: 150px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .our-team-section p {
        font-size: 15px;
        /*padding: 0 10px;*/
    }
    .team-memeber-name {
        font-size: 20px;
        font-weight: 600;
        ;
    }
    .role {
        font-size: 16px;
    }
    .team-description {
        /*padding: 0;*/
        margin-bottom: 10px;
    }
}


/* terms and condition */

.paragraph-fs-22 p {
    font-size: 22px;
    font-family: 'Avenir LT Pro';
}

.paragraph-fs-20 p,
.list-hypen>li {
    font-size: 22px;
}

.list-hypen {
    padding-left: 20px;
}

.list-hypen>li {
    position: relative;
    /* font-family: 'HelveticaNeue'; */
    font-weight: 400;
}

.list-hypen>li:before {
    content: '-';
    display: inline-block;
    font-size: 13px;
    padding: 5px;
    vertical-align: bottom;
    position: absolute;
    left: -16px;
    top: -4px;
}

.about-page h2 {
    margin-bottom: 45px;
}

.custom-padding {
    padding-left: 139px;
    padding-right: 122px;
}

.about-us-top-section {
    background: #eeeffe;
    padding: 143px;
    color: #fff;
}

.parklinq-hawai::first-letter {
    font-weight: bold;
    font-size: 80px;
    line-height: 58px;
    text-transform: uppercase;
    float: left;
    font-family: 'Avenir Next LT Pro';
    padding-right: 5px;
    height: 3rem;
}

.about-us-top-section h1 {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
}

.light-blue-text {
    color: #01b3c4;
    font-family: 'Avenir Next LT Pro' !important;
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.about-us-top-section p {
    font-family: 'Avenir LT Pro';
    font-size: 18px;
}

.our-story h1 {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0;
}

.subtitle-our-story {
    font-size: 19px;
    font-family: 'Avenir next LT Pro';
}

.border-bottom-custom {
    border-bottom: 6px solid #685dff;
    width: 148px;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.our-story p {
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    line-height: 20px;
    /* font-weight: 600; */
}

.our-story {
    padding: 60px 0;
    background: #f5f7fa;
}

.our-business h1 {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 40px;
}

.subheading-our-business {
    font-family: 'Avenir Next LT Pro';
    font-size: 19px;
    line-height: 40px;
}

.our-business {
    /* background: #f5f7fa; */
    padding: 90px 0;
}

.our-business p {
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    line-height: 20px;
}

.newsroom h1 {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0;
}

.subheading-newsroom {
    font-family: 'Avenir Next LT Pro';
    font-size: 19px;
}

.newsroom {
    padding: 50px 0;
}

.hawai-news-img {
    width: 150px;
}

.living-img {
    width: 166px;
}

.kitv-img {
    width: 155px;
}

.newsrrom-text-italic {
    font-family: 'Avenir LT Pro';
    font-size: 19px;
}

.newsrrom-text-italic {
    font-family: 'Avenir LT Pro';
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
    /* letter-spacing: -0.5px; */
    /* font-weight: 600; */
    text-align: left;
}

.newsroom .border-bottom-custom {
    width: 143px;
}

.newsroom-bottom-section img {
    width: 150px;
}

.newsroom-bottom-section {
    padding: 0 100px;
    margin-top: 100px;
}

.about-us-top-section {
    margin-top: 92px;
}

.parklinq-text {
    font-family: 'Avenir Next LT Pro';
}

.ulupono-logo {
    width: 100px !important;
}

.our-business img {
    object-fit: cover;
}

.our-story img {
    height: 444px;
    object-fit: contain;
    padding-right: 85px;
}

.white-bg {
    background-color: #fff;
    top: 21%;
    left: 0;
    right: 600px;
    width: 574px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 30px 35px;
}

.about-top-section {
    margin-top: 93px;
}

.white-bg h1 {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
}

.white-bg-p {
    font-family: 'Avenir LT Pro';
    font-size: 18px;
    line-height: 20px;
}

.white-bg .light-blue-text {
    color: #0acddb;
    line-height: 24px;
    font-weight: normal;
    font-size: 22px !important;
}

.about-top-section {
    background: url(../img/aboutus-banner.png);
    background-size: cover;
    padding: 328px;
    background-position: right center;
}

.text-black-bold {
    font-family: 'Avenir Next LT Pro';
}

.text-white-bold {
    font-family: 'Avenir Next LT Pro';
}

.here-link-text {
    font-family: 'Avenir Next LT Pro';
    color: #0468bd;
    text-decoration: underline;
}

.here-link-text:hover {
    color: #0acddb;
}

.bold-text {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.quotation-section::before {
    content: "";
    background-image: url(../img/quotes-left.svg);
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -2px;
    top: -8px;
}

.quotation-section::after {
    content: "";
    background-image: url(../img/quotes-right.svg);
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: -10px;
    bottom: 0px;
}

.arial-black-font {
    font-size: 16px;
    font-family: 'Avenir Next LT Pro';
    font-weight: 600;
    line-height: 19px;
}

.arial-black-font-bottom {
    font-family: 'Avenir LT Pro';
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
}

.pacific-news-logo {
    width: 150px;
}

.hawai-radio-logo {
    width: 145px;
}

.living-img-logo {
    width: 150px;
}

.quotation-section {
    position: relative;
}

.a-postion {
    position: absolute;
    left: 17px;
}

.padding-custom-left {
    padding-left: 36px;
}

@media screen and (min-device-width:767px) and (max-device-width: 1500px) {
    .about-top-section {
        padding: 230px;
    }
    .white-bg {
        top: 6%;
    }
}

@media screen and (min-device-width:1500px) and (max-device-width: 1900px) {
    .about-top-section {
        padding: 285px;
    }
    .white-bg {
        top: 6%;
    }
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance: none) {
        .parklinq-hawai::first-letter {
            line-height: 74px;
            height: 3rem;
        }
    }
}


/* .newsroom-bottom-section {
    display: none;
} */

.letter-spacing {
    letter-spacing: 2.6px;
}

@media (max-width: 767px) {
    .mobile-view .nav {
        flex-wrap: nowrap !important;
    }

    .letter-spacing {
        letter-spacing: 2px;
    }
    .white-bg .light-blue-text {
        font-size: 18px !important;
    }
    .white-bg {
        width: 100%;
        padding: 20px 25px;
        margin-top: -72px;
    }
    .quotation-section::after {
        content: "";
        background-image: url(../img/quotes-right.svg);
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 67px;
        bottom: -4px;
    }
    .bold-text-bottom {
        font-family: 'Avenir LT Pro';
        font-size: 16px;
        font-style: normal;
        line-height: 19px;
    }
    .a-postion {
        position: absolute;
        left: 17px;
    }
    .padding-custom-left {
        padding-left: 36px;
    }
    .quotation-section::before {
        content: "";
        background-image: url(../img/quotes-left.svg);
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 0px;
        top: -6px;
    }
    .arial-black-font {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .newsrrom-text-italic {
        margin-bottom: 5px;
    }
    .newsrrom-text-italic {
        font-size: 16px;
        line-height: 20px;
    }
    .top-banner-mobile {
        background: url('../img/aboutus-banner-mobile.png');
        background-size: cover;
        padding: 99px;
        background-position: right center;
    }
    .khon-logo {
        width: 130px !important;
    }
    .ulupono-logo {
        width: 87px !important;
    }
    .newsroom {
        padding: 50px 10px;
    }
    .our-story img {
        height: auto;
        padding-right: 0
    }
    .subheading-our-business,
    .our-business h1 {
        line-height: normal !important;
    }
    .living-ipad,
    .news-hawai-ipad,
    .kitv-ipad {
        width: 269px !important;
    }
    .hawai-news-img {
        width: 140px;
        margin-bottom: 5px;
    }
    .kitv-img {
        width: 140px;
    }
    .living-img {
        width: 140px;
    }
    .about-us-top-section {
        background-image: none;
        padding: 45px 0 33px 0;
        color: #fff;
    }
    .about-us-top-section h1 {
        font-size: 2rem;
        color: #000;
    }
    .about-us-top-section p {
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        margin-bottom: 5px;
        color: #000;
    }
    .about-us-top-section .border-bottom-custom {
        border-bottom: 4px solid #ffffff;
        width: 70px;
        border-radius: 50px;
        /* margin: 0 auto; */
        margin-bottom: 22px;
        margin-top: 0;
    }
    .about-us-top-section {
        margin-top: 0px;
        /* padding-right: 10px;
        padding-left: 10px; */
    }
    .light-blue-text {
        font-size: 18px !important;
    }
    .our-story h1 {
        font-size: 2rem;
    }
    .subtitle-our-story {
        font-size: 16px;
    }
    .border-bottom-custom {
        border-bottom: 3px solid #685dff;
        width: 101px;
        border-radius: 50px;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .our-story p {
        font-size: 16px;
    }
    .our-story {
        padding: 50px 10px;
    }
    .mobile-story-img {
        width: 300px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .our-business h1 {
        font-size: 2rem;
    }
    .subheading-our-business {
        font-size: 16px !important;
    }
    .our-business {
        padding: 50px 10px;
    }
    .newsroom h1 {
        font-size: 2rem;
    }
    .subheading-newsroom {
        font-size: 19px;
    }
    .newsroom .border-bottom-custom {
        width: 92px;
        margin-top: 1px;
    }
    .our-business p {
        font-size: 16px;
    }
    .newsroom-bottom-section {
        padding: 0;
        margin-top: 12px;
    }
    .newsroom-bottom-section img {
        width: 110px;
        margin-bottom: 30px;
    }
    .bottom-news-border {
        margin: 0 auto;
        margin-top: 15px;
    }
    .custom-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-left-custom {
        text-align: left !important;
    }
    .tyler-img {
        width: 150px;
    }
    .parklinq-launched,
    .parklinq-mission-text {
        font-size: 16px !important;
    }
    .the-tech-right-section {
        padding: 29px 29px;
    }
    .about-page h2 {
        text-align: center;
        font-size: 1.5rem;
    }
    .list-hypen>li,
    .paragraph-fs-22 p {
        font-size: 16px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .white-bg h1,
    .our-business h1,
    .our-story h1,
    .newsroom h1{
        font-size: 32px !important;
    }
    .our-business img{
        height: 300px;
    }
    .our-story img{
        padding-right: 33px;
    }
    .custom-padding-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .padding-left-inner {
        padding-left: 0px !important;
    }
    .copy-right-text{
        text-align:center!important;
    }
    .footer-logo-icon {
        width: 145px !important;
    }
    .social-icon {
        width: 26px !important;
    }
    
    .footer h4{
        font-size: 18px !important
    }
    .footer li a{
        font-size: 14px !important;
    }

    .white-bg{
        left: 5% !important;
    }

    
}




@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .about-us-top-section {
        background: #0b1a38 url(../img/about-us-top-section-desktop.png) right top/68% no-repeat;
        padding: 0;
        color: #fff;
        padding-top: 227px;
        padding-bottom: 55px;
    }
    .about-us-top-section .border-bottom-custom {
        border-bottom: 6px solid #685dff;
        width: 148px;
        border-radius: 50px;
        margin-bottom: 20px;
        margin-top: 5px;
        margin: 0 auto;
        margin-bottom: 18px;
    }
}

.gray-text-about {
    color: #ababab;
    font-weight: normal;
}

.founder-text {
    color: #ababab;
    font-weight: normal;
}

.about-logo {
    width: 200px;
}



@media (min-device-width: 576px) and (max-device-width: 767px) {

    .top-banner-mobile{
        padding: 199px;
    }

    .white-bg {
        position: absolute;
        width: 500px;
        top: 23%;
        left: 10%;
    }

    .about-us-top-section{
        padding: 0 !important;
    }

    .container {
        max-width: 100%;
    }

    .our-business img {
        object-fit: cover;
        height: 300px;
    }
}









@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../../fonts/AvenirNextLTPro-Bold.woff2') format('woff2'), url('../../fonts/AvenirNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../../fonts/AvenirNextLTPro-Demi.woff2') format('woff2'), url('../../fonts/AvenirNextLTPro-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../../fonts/AvenirLTPro-Light.woff2') format('woff2'), url('../../fonts/AvenirLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../../fonts/Avenir-Light.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/Avenir-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../../fonts/avenir-light-webfont.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 300;
}

@font-face {
    font-family: 'Avenir';
    src: url('../../fonts/Avenir-Heavy.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/Avenir-Heavy.woff') format('woff'), /* Pretty Modern Browsers */
    url('../../fonts/Avenir-Heavy.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 900;
}

@font-face {
    font-family: 'Monrad Grotesk';
    src: url('../../fonts/MonradGroteskBlack.woff2') format('woff2'), url('../../fonts/MonradGroteskBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monrad Grotesk';
    src: url('../../fonts/MonradGrotesk-Regular.woff2') format('woff2'), url('../../fonts/MonradGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monrad Grotesk';
    src: url('../../fonts/MonradGroteskBlack.woff2') format('woff2'), url('../../fonts/MonradGroteskBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monrad Grotesk';
    src: url('../../fonts/MonradGrotesk-Semibold.woff2') format('woff2'), url('../../fonts/MonradGrotesk-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monrad Grotesk';
    src: url('../../fonts/MonradGrotesk-Regular.woff2') format('woff2'), url('../../fonts/MonradGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monrad Grotesk';
    src: url('../../fonts/MonradGrotesk-Semibold.woff2') format('woff2'), url('../../fonts/MonradGrotesk-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}