* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: OpenSans-Light;
    src: url('https://pyck-res-bucket.s3-ap-southeast-1.amazonaws.com/clickpost_assets/OpenSans-Light.woff2');
}

@font-face {
    font-family: OpenSans-Bold;
    src: url('https://pyck-res-bucket.s3-ap-southeast-1.amazonaws.com/clickpost_assets/OpenSans-Bold.woff2');
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f7f7f7;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

a {
    color: #337ab7;
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.img-wrapper img {
    width: 100%;
    display: block;
}

.flex-container {
    display: flex;
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .mobile,
    .topnav,
    .mob {
        display: none !important;
    }
    /* scroll */
    /* width */
     ::-webkit-scrollbar {
        width: 4px;
    }
    /* Track */
     ::-webkit-scrollbar-track {
        background: transparent;
    }
    /* Handle */
     ::-webkit-scrollbar-thumb {
        background: #d41132;
    }
    /* Handle on hover */
     ::-webkit-scrollbar-thumb:hover {
        background: #d41132;
    }
    .content {
        margin: 0 2%;
    }
    nav.desktop {
        width: 100%;
        position: fixed;
        background-color: rgb(0, 0, 0, 0.1);
        overflow: auto;
        top: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    nav.desktop.fixed-header {
        background-color: #CB2133;
        transition: background-color 0.3s ease;
    }
    .navbar-brand {
        float: left;
        margin: 0 4%;
        /* padding: 16px 14px 16px 0; */
        box-sizing: border-box;
    }
    .navbar-brand svg,
    .navbar-brand img {
        width: 125px;
    }
    .nav-rt {
        float: right;
    }
    .nav-rt li {
        list-style: none;
        display: inline-block;
        margin: 0px 5px;
    }
    .nav-rt li a {
        font-size: 14px;
        color: #ffffff;
        padding: 15px 11px;
        display: inline-block;
        cursor: pointer;
    }
    .nav-rt .req-demo {
        /* width: 140px; */
        background-color: #bd0f2c;
        margin: 0;
        float: right;
        text-align: center;
    }
    /* .status .content {
        border-radius: 5px;
        box-shadow: 0px 4px 15.9px 1.6px rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
        padding: 0;
        width: 80%;
        margin: -28px auto 0;
    } */
    /* .pi-item p {
        font-size: 20px;
        font-weight: bold;
        color: #1c1c1c;
        text-transform: uppercase;
        letter-spacing: .6px;
    }
    .pi-item span {
        font-size: 71px;
        color: #d41132;
        font-weight: 500;
        letter-spacing: 2.13px;
    } */
}


/* @media (min-width: 768px) { */

.home-page .banner img {
    display: block;
    width: 100%;
}

.home-page .banner img.desktop {
    margin-top: -30px;
}

.ht-banner {
    position: absolute;
    left: 12.5%;
    top: 120px;
}

.tb-title {
    padding-top: 32px;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.13;
    color: #ffffff;
}

.tb-subtitle {
    padding: 24px 0 36px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    color: #ffffff;
}
.rt-subtitle {
    padding: 16px 0 24px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    color: #ffffff;
}

.tb-btn {
    border-radius: 2.5px;
    box-shadow: -1.7px 1px 10px 0 rgba(0, 0, 0, 0.09);
    background-color: #f76378;
    text-transform: uppercase;
    padding: 14px 14px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: .8px;
}

.status {
    padding-bottom: 48px;
}

.status .content {
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 8px 31.9px 3.2px rgba(0, 0, 0, 0.05);
    padding: 0;
    width: 75%;
    margin: -48px auto 0;
    background-color: #fff;
}

.pi-item p {
    font-size: 13px;
    font-weight: bold;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: .6px;
    padding-bottom: 4px;
}

.pi-item span {
    font-size: 30px;
    color: #d41132;
    font-weight: 500;
    letter-spacing: 2.13px;
}

.flex-container .pi-item {
    width: 33.33%;
    text-align: center;
    border-right: solid 1px rgba(0, 0, 0, .2);
    margin: 16px 10px 16px;
}

.flex-container .pi-item:last-child {
    border: none;
}


/* .client .content {
        margin: 0 4%;
    } */

.experience {
    padding: 72px 0;
    position: relative;
}

.experience .content {
    position: absolute;
    left: 50%;
    top: 84px;
    max-width: 550px;
    margin-left: -220px;
}

.experience h2 {
    font-size: 28px;
    color: #272727;
    text-transform: uppercase;
    padding-bottom: 32px;
}

.experience p {
    font-size: 15px;
    color: #272727;
    line-height: 1.42;
}

.product-cycle .content {
    padding: 48px 6% 16px;
    background: #e9e9e9;
}

.product-cycle .content h2 {
    font-size: 30px;
    color: #272727;
    text-transform: uppercase;
    padding-bottom: 24px;
}


/* client start */

.client .content {
    background: #fff;
    padding: 30px;
    /* margin: 0 22px; */
    /* overflow: auto; */
}

.client-img {
    width: 20%;
    float: left;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
}

.client-img img {
    width: 90%;
    max-width: 120px;
}


/* product cycle */

.pc-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pc-item {
    width: 27%;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.pc-item h3 {
    font-size: 18px;
    letter-spacing: 1.4px;
    color: #000000;
    text-transform: uppercase;
}

.pci-hover p {
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.8);
    /* padding: 16px; */
    padding-top: 20px;
    text-align: left;
}

.pci-img img {
    max-width: 200px;
    width: 100%;
}

.pc-item .pci-hover {
    bottom: -130%;
    color: #fff;
    height: 100%;
    left: 0%;
    text-align: center;
    position: absolute;
    transition: bottom 1s ease;
    width: 100%;
    box-sizing: border-box;
    background-color: #d41132;
}

.pc-item:hover .pci-hover {
    color: #fff;
    bottom: 0%;
    padding: 18px;
    padding-top: 30px;
    box-shadow: 0px 8px 31.9px 3.2px rgba(0, 0, 0, 0.1);
}

.pc-item:hover h3 {
    color: #fff;
    font-size: 18px;
}


/* client end */


/* solution start */

.solution {
    clear: both;
    margin-top: 32px;
}

.solution .content {
    padding: 48px 6% 16px;
    background: #e9e9e9;
}

.solution .content h2 {
    font-size: 30px;
    color: #272727;
    text-transform: uppercase;
    padding-bottom: 24px;
}

.solution-text h3 {
    padding: 30px 0;
    font-size: 30px;
    font-weight: normal;
    line-height: 0.9;
    color: #d41132;
}

.solution-text p {
    font-size: 16px;
    line-height: 1.42;
    color: #272727;
}

.line span {
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #d41132;
    transform: rotate(90deg);
    margin-top: 100px;
    margin-left: -62px;
}

.line-hr span {
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #d41132;
    margin-top: 60px;
    /* transform: rotate(90deg);
                margin-top: 150px; */
}

.solution-item {
    display: flex;
    justify-content: space-between;
    margin: 12px 0 60px;
}

.solution-item.sol-row1 .img-wrapper {
    width: 35%;
    max-width: 360px;
}

.solution-item.sol-row1 .solution-text {
    width: 45%;
}

.solution-item.sol-row2 .img-wrapper {
    width: 35%;
    max-width: 360px;
}

.solution-item.sol-row2 .solution-text {
    width: 45%;
}

.solution-item.sol-row3 .img-wrapper {
    width: 30%;
    max-width: 200px;
}

.solution-item.sol-row3 .solution-text {
    width: 50%;
}

.solution-item.sol-row4 .img-wrapper {
    width: 35%;
    max-width: 360px;
}

.solution-item.sol-row4 .solution-text {
    width: 45%;
}

.solution-item .line {
    width: 2px;
}


/* solution end */

.client-info {
    /* background-image: linear-gradient(to bottom, #f35942, #db1a3a); */
    background-image: linear-gradient(to left bottom, #f35942, #db1a3a);
    margin: 30px 0;
    padding: 48px 8% 30px 8%;
}

.ci-text img {
    display: inline;
}

.ci-item img {
    height: max-content;
    max-width: 184px;
    height: 40px;
}

.ci-text {
    margin: 20px 90px 36px 30px;
    color: #fff;
}

.ci-text .title {
    font-size: 26px;
    font-weight: bold;
}

.ci-text .subtitle {
    font-size: 14px;
    padding: 10px 0 32px;
}

.ci-text .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.46;
    width: 80%;
}

.slick-dots li button:before {
    color: #fff;
    font-size: 9px;
    opacity: .8;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    /* color: #fff; */
    color: #bd0f2c;
    opacity: .8;
}

.slick-next,
.slick-prev {
    display: none !important;
}

.slick-next:before,
.slick-prev:before {
    content: '';
}


/* Footer start*/

footer .content {
    background: #bd0f2c;
    padding: 50px 4% 1px;
    margin-bottom: 30px;
}

.footer-logo {
    font-size: 20px;
    letter-spacing: 2PX;
    color: #fff;
    padding: 34px 0 20px;
    width: 120px;
}

footer .address {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.7;
}

.footer-top {
    overflow: auto;
}

.f-address {
    width: 35%;
    float: left;
}

.f-navigation {
    float: right;
    width: 60%;
}

footer ul {
    padding: 20px 0;
    width: 100%;
    float: left;
}

footer ul li {
    list-style: none;
    width: 25%;
    padding: 10px 0;
    float: left;
}

footer ul li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #ffffff;
    cursor: pointer;
}

footer h2 {
    font-size: 13px;
    color: #fff;
    padding: 5px 0;
}

footer .demo-btn {
    width: 64px;
    border-radius: 2.5px;
    box-shadow: -1.7px 1px 10px 0 rgba(0, 0, 0, 0.09);
    background-color: #f76378;
    display: inline-block;
    padding: 8px;
    font-size: 8px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.copyright {
    margin: 16px 0 0;
    padding: 32px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.copyright p {
    opacity: 0.6;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.copyright p a {
    color: inherit;
    cursor: pointer;
}

footer input[type=text] {
    border: none;
    border-bottom: .5px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
    padding: 7px 0;
    margin-right: 10px;
}

footer input[type=text]::-webkit-input-placeholder {
    /* Edge */
    color: rgba(255, 255, 255, 0.6);
}

footer input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.6);
}

footer input[type=text]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer input[type=text]:focus {
    outline: none;
}


/* Footer end */


/* product page */

.prod-page .banner {
    position: relative;
}

.pb-content {
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -60px;
}

.pb-content h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.26;
    color: #000000;
}

.prod-nav {
    /* width: 100%;
    overflow: auto; */
    white-space: nowrap;
    box-shadow: 0px 8px 31.9px 3.2px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    margin-bottom: 50px;
    position: sticky;
    top: 43px;
    z-index: 90;
}

.prod-nav .content {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.prod-nav li {
    list-style: none;
}

.prod-item {
    width: 20%;
    padding: 12px 4% 0;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}

.prod-page .prod-item img {
    width: 24px;
}

.prod-page .prod-item.sm img {
    width: 34px;
}

.prod-page .prod-item.hh img {
    width: 18px;
}

.prod-item p {
    text-transform: uppercase;
    padding: 4px 0;
    font-size: 12px;
    font-weight: bold;
    /* line-height: 1.8; */
    letter-spacing: 0.6px;
    color: #000000;
    transition: all 0.5s linear;
    border-bottom: 2px solid transparent;
}

.prod-item.current p {
    border-bottom: 2px solid #d41132
}

.prod-list .content {
    /* margin: 0 22px; */
    /* padding: 16px 32px; */
}

.prod-detail {
    padding: 44px 6% 22px;
    width: 100%;
    background: #e9e9e9;
    box-sizing: border-box;
    overflow: auto;
    margin-bottom: 30px;
}

.prod-title {
    margin: auto;
    max-width: 920px;
    padding-bottom: 18px;
}

.prod-img {
    width: 28%;
    float: left;
    text-align: right;
}

.prod-img img {
    max-width: 100%;
    width: 160px;
}

.p-note {
    width: 67%;
    float: left;
    padding-left: 4%;
}

.p-note h2 {
    text-transform: uppercase;
    padding: 16px 0 12px;
    font-size: 24px;
    color: #272727;
}

.p-note p {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.46;
    color: #272727;
}

.prod-desc {
    width: 100%;
    float: left;
    display: flex;
    text-align: center;
    padding-top: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.pd-item {
    padding: 18px 20px;
    width: 33%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.pd-item::before {
    content: '';
    width: 100px;
    height: 2px;
    /* background-color: #d41132; */
    display: block;
    margin: auto;
    border-bottom: 2px solid #d41132;
}

.pd-item h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.29;
    letter-spacing: 0.68px;
    color: #e53d3d;
    padding: 12px 0 18px;
}

.pd-item p,
.pd-item li {
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 1.42;
    color: #272727;
}

.pd-item ul {
    display: none;
}


/* 
.pc-item{
    width: 27%;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.pc-item h3 {
    font-size: 18px;
    letter-spacing: 1.4px;
    color: #000000;
    text-transform: uppercase;
}
.pci-hover p {
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.8);
    padding-top: 20px;
    text-align: left;
}

.pci-img img{
    max-width: 200px;
    width: 100%;
} */

.pd-item .pdi-hover {
    bottom: -130%;
    color: #fff;
    height: 100%;
    left: 0%;
    text-align: center;
    position: absolute;
    transition: bottom 1s ease;
    width: 100%;
    box-sizing: border-box;
    background-color: #d41132;
    padding: 8px 16px;
}

.pd-item:hover .pdi-hover {
    color: #fff;
    bottom: 0%;
    box-shadow: 0px 8px 31.9px 3.2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: auto;
}

.pdi-hover h3 {
    color: #fff;
    font-size: 14px;
    padding: 12px 0 4px;
}

.pdi-hover p {
    color: #fff;
    font-size: 14px;
    text-align: left;
}


/* .prod-line {
    width: 50px;
    height: 2px;
    background-color: #d41132;
    display: block;
} */

.prod-detail ul {
    list-style: none;
}

.prod-detail ul li::before {
    content: "\2022";
    color: #d41132;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -15px;
    font-size: 27px;
}


/* integration page start */

.banner {
    position: relative;
}

.int-bText {
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -84px;
}

.int-bText h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.26;
    color: #fff;
}

.maketplace {
    padding: 32px 6% 8px;
    width: 100%;
    background: #e9e9e9;
    box-sizing: border-box;
    overflow: auto;
    margin: 30px 0 30px;
}

.mp-title {
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 920px;
    margin: auto;
    justify-content: space-between;
}

.mp-lt {
    width: 33%;
    text-align: right;
}

.mp-lt img {
    max-width: 180px;
}

.mp-rt {
    width: 57%;
}

.mp-rt h2 {
    text-transform: uppercase;
    color: #272727;
    font-size: 24px;
    padding-bottom: 12px;
}

.mp-rt p {
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.46;
    color: #272727;
    width: 80%;
}

.mp-list {
    clear: both;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 20px 0;
    flex-wrap: wrap;
}

.mp-item {
    width: 33%;
    padding: 18px 30px;
    box-sizing: border-box;
    /* border-right: 1px solid rgba(0, 0, 0, .1); */
    margin: 12px 0;
    position: relative;
    overflow: hidden;
}

.mp-item::after {
    content: '';
    width: 1px;
    height: 100px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -28px;
}

.mp-item:nth-child(3n)::after {
    content: none;
}

.mp-item:nth-child(3n) {
    border: none;
}

.mp-item img {
    max-width: 180px;
}

.mp-item p {
    padding: 16px 0 8px;
    font-size: 15px;
    line-height: 1.42;
    color: #272727;
}

.mpi-normal p {
    text-align: left;
}

.mp-item .mpi-hover {
    bottom: -130%;
    color: #fff;
    height: 100%;
    left: 0%;
    position: absolute;
    transition: bottom 1s ease;
    width: 90%;
    box-sizing: border-box;
    background-color: #d41132;
}

.mp-item:hover .mpi-hover {
    color: #fff;
    bottom: 0%;
    padding: 18px;
    padding-top: 30px;
    box-shadow: 0px 8px 31.9px 3.2px rgba(0, 0, 0, 0.1);
}

.mpi-hover p,
.mpo-hover h3 {
    color: #fff;
    font-size: 15px;
    margin-top: 8px;
}

.mp-item:hover .mpi-normal img {
    transition: all 1s ease;
    top: -15px;
    /* width: 120px; */
}

.mpi-normal {
    padding: 8px;
    text-align: left;
}

.mpi-normal img {
    max-width: 150px;
    max-height: 60px;
}

.inte-sec2 .mp-lt img {
    max-width: 250px;
    text-align: left;
    float: left;
}


/* .inte-sec2 .mp-lt {
    max-width: 65%;
    padding-bottom: 44px;
    float: left;
    padding-left: 60px;
    width: 100%;
} */

.inte-sec2 .mp-lt {
    width: 43%;
    text-align: right;
    margin-left: 40px;
}

.inte-sec2 .mp-rt {
    max-width: 65%;
    padding-bottom: 44px;
    float: left;
    padding-left: 60px;
    width: 100%;
}

.cp-logo-sec {
    padding: 32px 0;
    overflow: auto;
}

.cpl-wrapp {
    width: 90%;
    margin: auto;
}

.cp-slider .row {
    background: #e9e9e9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cp-slider .row .cp-logo:nth-child(4n+1) {
    clear: both;
}

.cp-slider .row img {
    max-width: 100px;
    text-align: center;
    margin: auto;
    max-height: 60px;
}

.cp-logo {
    width: 25%;
    float: left;
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
}


/* integration page end */


/* solution page start */

.solution-page .banner {
    position: relative;
}

.solution-page .sb-content {
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -60px;
}

.solution-page .sb-content h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.26;
    color: #000000;
}

.solution-page .prod-item img {
    width: 34px;
}

.solution-page .prod-item.sm img {
    width: 24px;
}

.solution-page .prod-item.hh img {
    width: 18px;
}

.solution-page .prod-nav {
    margin-bottom: 0;
}


/* Style the tab */

.tab {
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    position: relative;
}


/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 22px;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 500;
    width: 33.33%;
    text-align: left;
    color: rgba(39, 39, 39, 0.5);
    border-bottom: 4px solid transparent;
    position: relative;
    top: 4px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
    color: #272727;
    border-color: #d41132;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 30px 20px 20px 0;
    /* padding: 30px 20px 20px 0;
    position: absolute;
    left: -200%;
    width: 100%;
    */
    transition: display 0.5s linear;
}

.tabcontent.active {
    display: block;
}

.solution-sec1 {
    overflow: auto;
    padding: 55px 0;
}

.solution-sec1 .content {
    display: flex;
    align-items: center;
}

.sol-lt {
    width: 45%;
    float: left;
    padding: 6%;
    box-sizing: border-box;
}

.sol-rt {
    width: 55%;
    float: left;
}

.sol-rt img {
    max-width: 100%;
    width: 100%;
}

.sol-lt h2 {
    font-size: 36px;
    color: #d41132;
    padding-bottom: 30px;
    line-height: 0.9;
    font-weight: normal;
}

.sol-lt p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
    color: #272727;
}

.sol-item2 {
    /* padding: 44px 6% 90px; */
    padding: 40px 4% 60px;
    background: #e9e9e9;
    box-sizing: border-box;
    overflow: auto;
    margin-bottom: 30px;
}

.sol-item2 .heading {
    text-align: center;
    color: #272727;
}

.sol-item2 h2 {
    font-size: 36px;
    color: #272727;
    padding: 32px 0 20px;
    text-transform: uppercase;
}

.sol-item2 h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.46;
    max-width: 700px;
    padding-bottom: 64px;
    margin: auto;
}

.si-lt {
    width: 32%;
    float: left;
}

.si-lt img {
    max-width: 100%;
}

.si-rt {
    width: 63%;
    float: right;
    box-sizing: border-box;
}

.tabcontent p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    color: #272727;
    padding: 24px 0;
}


/* Resource start */

.res-sec {
    padding-top: 32px;
    clear: both;
}

.item-type1-title {
    font-size: 30px;
    color: #272727;
    padding-bottom: 18px;
    text-transform: uppercase;
}

.item-type1-content {
    margin-left: -24px;
}

.item-type2-content {
    margin-left: -24px;
}

.blog-item1 {
    width: 33.33%;
    float: left;
    position: relative;
    margin-bottom: 22px;
    padding-left: 22px;
    box-sizing: border-box;
    height: 300px;
}

.blog-item1 a {
    display: block;
    height: 100%;
    position: relative;
}

.blog-item1.master {
    width: 66.66%
}

.blog-item1 img {
    width: 100%;
    display: block;
    height: 100%;
}

.blog-item1 .text {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .01));
    color: #fff;
    padding: 48px 24px 24px;
    /* padding: 30px 24px 13px; */
    left: 0;
    right: 0;
}

.blog-item1 .text h2 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 4px;
}

.blog-item1 .text p {
    line-height: 1.43;
    font-size: 15px;
}

.blog-item2 img {
    /* height: 50%; */
}

.blog-item1 .type {
    position: absolute;
    top: 6px;
    right: 0px;
    background: #bd0f2c;
    padding: 7px 4px 7px 10px;
    border-radius: 15px 0px 0 16px;
}

.blog-item1 .type p {
    font-size: 12px;
    letter-spacing: 1.12px;
    color: #fefefe;
}

.see-all {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fefefe;
    width: 150px;
    background-color: #bd0f2c;
    text-align: center;
    margin: 20px auto;
    display: block;
    line-height: 52px;
    text-transform: uppercase;
}


/* Resource end */

.under-development {
    padding: 300px 0;
    text-align: center;
}

.under-development h2 {
    font-size: 40px;
    padding: 30px 0;
    color: #424242;
    letter-spacing: 1.6px;
}


/* popup */

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
    z-index: 1000;
    backdrop-filter: blur(2px);
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    /* margin: 75px auto;
    padding: 20px; */
    background: #fff;
    border: 1px solid #666;
    width: 500px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    max-width: 90%;
}

.popup-header {
    background: rgba(233, 233, 233, .8);
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.popup .close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    display: block;
    padding: 2px 0;
}

.popup .close:hover {
    opacity: 1;
}

.popup .close:before,
.popup .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #000;
}

.popup .close:before {
    transform: rotate(45deg);
}

.popup .close:after {
    transform: rotate(-45deg);
}

.popup-content {
    padding: 0 50px 40px 50px;
}

.popup p {
    font-size: 22px;
    color: #d41132;
    /* padding: 16px 30px; */
}

.popup p:last-child {
    margin: 0;
}

#recaptchaHtml {
    margin-bottom: 10px;
}


/****  floating-Lable style start ****/

.floating-label {
    position: relative;
    margin: 15px 0;
    padding: 10px 0;
}

.floating-input {
    padding: 4px 0px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    font-size: 16px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 1.2px;
}

.floating-input:focus,
.floating-select:focus {
    outline: none;
    border-bottom: 1px solid #5264AE;
}

label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 20px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label {
    top: -5px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(39, 39, 39, 0.7);
}

.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
    top: -18px;
    font-size: 14px;
    color: #5264AE;
}


/* active state */

.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
    width: 50%;
}


/* highlighter */

.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

.floating-input:focus~.highlight,
.floating-select:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* animation */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}


/****  floating-Lable style end ****/


/* contact-us style start */

.cu-bText {
    position: absolute;
    top: 50%;
    left: 8%;
    margin-top: -124px;
}

.cu-bText h2 {
    width: 550px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.26;
    color: #fff;
}

.cu-row1 {
    margin: 60px 0 30px;
}

.cu-row1 .content,
.cu-row2 .content {
    padding: 48px 6%;
    background: #e9e9e9;
}

.cu-row1 .title {
    padding-bottom: 30px;
}

.carrer-wrapper {
    display: flex;
    justify-content: space-between;
}

.cu-row1 .title h2 {
    font-size: 24px;
    color: #272727;
    text-transform: uppercase;
}

.cu-row1 .title p {
    font-size: 16px;
    font-weight: 500;
    color: #272727;
    margin: 6px 0 12px;
}

.career-item::before {
    content: '';
    width: 60px;
    height: 2px;
    display: block;
    background: #d41132;
    margin-bottom: 24px;
}

.career-item h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.6px;
    color: #161515;
    padding-bottom: 12px;
}

.career-item p {
    font-size: 16px;
    font-weight: 500;
    color: #d41132;
    padding: 4px 0;
}

.cu-row2 {
    margin-bottom: 40px;
}

.cu-row2 .title h2 {
    font-size: 24px;
    color: #272727;
    text-transform: uppercase;
}

.cu-row2 .title p {
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    margin: 6px 0 12px;
}

.row2-content {
    display: flex;
    justify-content: space-between;
}

.contect-form {
    width: 50%;
    max-width: 600px;
}

.cu-address {
    background: #bd0f2c;
    padding: 35px 30px 40px;
    margin-bottom: 36px;
}

.cu-address .logo {
    width: 130px;
}

.c-address span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.67;
    color: #feffff;
    display: block;
    padding: 32px 0 16px;
}

.c-address p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.82;
    color: #feffff;
}

.contect-form input[type="submit"],
.submit-btn {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.54px;
    color: #fefefe;
    background: #bd0f2c;
    padding: 13px 24px;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
}


/* contact-us style end */


/* Resource detail page start */

.res-detail-row1 {
    margin-top: 100px;
}

.rdb-title {
    text-align: center;
}

.rdb-title h2 {
    font-size: 36px;
    font-weight: 500;
    color: #272727;
}

.rdb-title p {
    font-size: 18px;
    line-height: 1.63;
    color: #1b1b1b;
    padding: 40px 0;
}

.res-detail-row2 {
    margin: 60px 0 30px;
}

.res-detail-row2 .content {
    padding: 0px 6%;
    /* background: #e9e9e9; */
}

.rdp-lt {
    width: 70%;
    float: left;
    padding-right: 60px;
    box-sizing: border-box;
}

.rdp-rt {
    width: 30%;
    float: left;
}

.rdp-lt h2 {
    font-size: 20px;
    line-height: 1.38;
    color: #272727;
    padding-bottom: 30px;
}

.rdp-lt p {
    font-size: 16px;
    line-height: 1.55;
    color: #272727;
    padding-bottom: 30px;
}

.articleList {
    height: 300px;
    overflow: hidden;
}

.articleList:hover {
    overflow-y: scroll;
}

.rdp-rt {
    position: relative;
}

.rdp-rt::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
    background-image: linear-gradient(to top, rgb(243, 240, 240), #fff);
}

.rdp-rt h2 {
    font-size: 26px;
    color: #272727;
    padding-bottom: 40px;
}

.item-type2 {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
}

.item-type2 .img-wrapper {
    width: 33%;
}

.rdp-rt .desc {
    width: 66%;
    padding: 0 12px 0 20px;
}

.rdp-rt .desc h3 {
    font-size: 16px;
    color: #272727;
    padding-bottom: 8px;
}

.rdp-rt .desc p {
    font-size: 13px;
    color: #1d1d1d;
}


/* Resource detail page end */

.privacy-container {
    padding: 30px 48px;
    background: #e9e9e9;
    margin: 80px 7%;
}

.pp-title h2 {
    padding: 16px 0 22px;
    font-size: 24px;
    color: #272727;
}

.pp-title p,
.pp-title li,
.pp-content p,
.pp-content li {
    padding-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.85;
    color: #272727;
}

.pp-title h4 {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8;
    color: #272727;
    padding: 12px 0 16px;
}

.pp-title ul,
.pp-content ul {
    margin-left: 18px;
    width: 50%;
}

.pp-content h4 {
    text-transform: uppercase;
    padding: 12px 0;
    font-size: 20px;
    color: #272727;
}

.pp-content h4::before {
    content: '';
    width: 60px;
    height: 2px;
    display: block;
    background: #d41132;
    margin-bottom: 16px;
}

.form-success{
    margin-top: 35px;
}

.form-success h2{
    margin-bottom: 10px;
}

.form-success p{
    color: #000;
}

.invalid, .token-validation{
  color: red;
  margin-top:5px;
  margin-bottom:15px;
  float:left;
  font-size: 11px;
  clear: both;
  letter-spacing: normal;
  display: none;
  width: 100%;
  text-align: left;
}
#cookieNotice{
    background-color: #202124;
    position: fixed;
    z-index: 999999;
    bottom: 0;
    left: 0;
    width: 70%;
    padding: 20px 15%;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#cookieNotice .msg-wrap{
    width: 75%;
}
#cookieNotice .btn-wrap{
    width: 25%;
    text-align: center;
}
#cookieNotice a{
    color: #fff;
    text-decoration: underline;
}
#cookieNotice a:hover{

}
#cookieNotice .btn{
    background: #BB3439;
    border-radius: 4px;
    width: 134px;
    border: 0;
    height: 41px;
    color: #fff;
    cursor: pointer;
}
.banner{
    height: 100vh;
    width: 100vw;
}
.banner::before{
    content: ' ';
    background-image: url(https://pyck-res-bucket.s3-ap-southeast-1.amazonaws.com/clickpost_assets/assets/clickpost/Home_banner_dekstop.jpg);
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.text-center{
    text-align: center;
}

.rt-banner {
    position: absolute;
    left: 12.5%;
    top: 25%;
}

@keyframes loading {
  100% {
    opacity: 0;
    transform: translate(125px, 0);
  }
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}

.load-wrapper{
    width: 150px;
    height: 8px;
    border-radius: 6px;
    background-color: #CB2133;
    margin: auto;
}
.progress-bar {
    float: left;
    width: 20px;
    height: 8px;
    border-radius: 6px;
    background-color: #ff0000;
    animation: loading 2s linear infinite;
}