@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/*font-family: 'Poppins', sans-serif;*/

#pt-landing-page {
    -webkit-text-size-adjust: 100%; /* 2 */
    margin: 0;
    display: block;
    font-family: "Poppins" ,"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
}


#pt-landing-page h1 {
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

#pt-landing-page h2 {
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #142456;
}

#pt-landing-page h3 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

#pt-landing-page h4 {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #323232;
}

#pt-landing-page p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #323232;
    line-height: 22px;
}

#pt-landing-page ul {
    padding-left: 0;
    list-style: none;
}

#pt-landing-page li {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 22px;
}

#pt-landing-page label {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

#pt-landing-page input {
    outline: none;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background: transparent;
    border: 1px solid #ffffff94;
    width: 100%;
    padding: 10px 0 10px 14px;
    border-radius: 11px;
    margin-bottom: 21px;
}

#pt-landing-page input::placeholder {
    font-weight: 300;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

#pt-landing-page select {
    outline: none;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

#pt-landing-page a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    transition: 0.6s all ease-in-out;
}

#pt-landing-page a:hover, #pt-landing-page a:focus {
    text-decoration: none;
}


/*LANDING PAGE CSS BEGIN*/
/*BANNER SECTION CSS BEGIN*/
#pt-landing-page .banner-sec {
    background-image: url("../images/main-back.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0 0;
}

#pt-landing-page .blue-button {
    border: 0;
    display: inline-block;
    width: 45%;
    padding: 20px 0 20px;
    background: #18A0FB;
    text-align: center;
    border-radius: 8px;
    margin-right: 16px;
}

#pt-landing-page .blue-button:hover {
    background-color: #142456;
    color: #fff;
}

#pt-landing-page .banner-text {
    font-size: 18px;
    color: #414244;
    font-weight: 400;
    line-height: 27px;
    padding: 20px 0;
}

#pt-landing-page .banner-sec .row {
    display: flex;
    align-items: center;
}

/*BANNER SECTION CSS END*/

/*WHY PAYTOMORROW SECTION CSS BEGIN*/
#pt-landing-page .why-paytomorrow-sec {
    padding: 45px 0 60px;
}

#pt-landing-page .why-pay-text {
    text-align: center;
    position: relative;
    padding: 14px 0 0;
}

#pt-landing-page .why-pay-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 502px;
    background-color: #18A0FB;
    width: 96px;
    height: 3px;
}

#pt-landing-page .pay-tomorrow-box {
    box-shadow: 0 0 13px 6px #00000026;
    border-radius: 10px;
    border: 0;
    padding: 50px 20px 50px;
    min-height: 393px;
}

#pt-landing-page  .pay-tomorrow-box .pay-tomorrow-heading {
    text-align: center;
    padding: 20px 0 20px;
}

#pt-landing-page  .pay-tomorrow-box .pay-tomorrow-box-text {
    text-align: center;
}

#pt-landing-page .pay-tomorrow-box .pay-tomorrow-img {
    display: block;
    margin: 0 auto;
}

#pt-landing-page .pay-tomorrow-heading span {
    display: block;
}

#pt-landing-page  .why-paytomorrow-row {
    padding: 50px 0 0;
}

/*WHY PAYTOMORROW SECTION CSS END*/

/*CHECK RATE SECTION CSS BEGIN*/
#pt-landing-page  .check-rate-sec .check-rate-row {
    position: relative;
    background-color: #18A0FB;
    padding: 60px;
    border-radius: 50px;
}

#pt-landing-page  .check-rate-row:after {
    content: "";
    position: absolute;
    top: -149px;
    right: 100px;
    background-image: url("../images/mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 450px;
    height: 609px;
}

#pt-landing-page  .white-button {
    border: 0;
    display: block;
    width: 54%;
    color: #18A0FB;
    padding: 20px 0 20px;
    background: #fff;
    text-align: center;
    border-radius: 8px;
    margin: 20px auto 0 auto;
}

#pt-landing-page  .white-button:hover {
    background-color: #142456;
    color: #fff;
}

#pt-landing-page  .check-rate-heading {
    text-align: center;
    margin-bottom: 47px;
}

#pt-landing-page .check-rate-sec {
    padding: 110px 0 0;
}

/*CHECK RATE SECTION CSS END*/

/*IMAGE SECTION CSS BEGIN*/
#pt-landing-page .image-sec {
    margin-top: 0;
}

/*IMAGE SECTION CSS END*/

/*BOTTOM SECTION CSS BEGIN*/
#pt-landing-page .bottom-sec {
    padding: 40px 0 20px;
}

#pt-landing-page .bottom-sec-text {
    text-align: center;
}

#pt-landing-page .bottom-sec-email {
    text-align: center;
    margin-top: 25px;
}

#pt-landing-page .bottom-sec-contact {
    text-align: center;
    margin-top: 35px;
}

#pt-landing-page .bottom-sec-text .blue-button {
    width: 28%;
}

#pt-landing-page .bottom-sec-text p {
    color: #8B8F97;
    font-weight: 500;
}

#pt-landing-page .bottom-sec-email p {
    color: #8B8F97;
    font-weight: 500;
    line-height: 27px;
}

#pt-landing-page .bottom-sec-email a {
    color: #18A0FB;
    font-weight: 700;
    display: block;
}

#pt-landing-page .bottom-sec-contact p {
    color: #8B8F97;
    font-weight: 500;
}

#pt-landing-page .bottom-sec .row {
    display: flex;
    align-items: center;
}

#pt-landing-page .bottom-sec-contact a {
    display: block;
    font-size: 24px;
    color: #18A0FB;
    font-weight: 700;
    margin-top: 9px;
}

/*BOTTOM SECTION CSS END*/
/*LANDING PAGE CSS END*/

/*LANDING 2 PAGE CSS BEGIN*/
#pt-landing-page .approve-buttons .landing-two-button {
    background-color: #142456;
}

#pt-landing-page .approve-buttons .landing-two-button:hover {
    background-color: #18A0FB;
}

#pt-landing-page  .banner-mobile-sec-main {
    padding: 0 0 0;
}

#pt-landing-page  .banner-text span {
    font-size: 22px;
    color: #18A0FB;
    font-weight: 700;
}

#pt-landing-page .mobile-landing-button {
    background: #142456;
}

#pt-landing-page .mobile-landing-button:hover {
    background-color: #18A0FB;
}

#pt-landing-page .landing-application-sec {
    padding: 0 0 0 !important;
}

/*LANDING 2 PAGE CSS END*/

/*LANDING 3 PAGE CSS BEGIN*/
#pt-landing-page .application-sec {
    padding: 46px 0 0;
}

#pt-landing-page .financing-text {
    text-align: center;
    margin-bottom: 52px;
}

#pt-landing-page .financing-text li {
    color: #142456;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

#pt-landing-page .financing-text span {
    color: #18A0FB;
}

#pt-landing-page .finance-buttons {
    text-align: center;
}

#pt-landing-page .logo-center {
    display: table;
    margin: 0 auto;
    width: 70%;
}

#pt-landing-page .easy-app {
    position: relative;
    font-size: 37px;
    text-align: center;
    padding: 60px 0 50px;
}

#pt-landing-page .easy-app:before {
    content: "";
    position: absolute;
    top: 39px;
    left: 510px;
    background-color: #18A0FB;
    width: 80px;
    height: 3px;
}

#pt-landing-page .prime-heading {
    text-align: left !important;
    color: #18A0FB;
}

#pt-landing-page .prime-heading span {
    display: block;
    color: #142456;
}

#pt-landing-page .prime-box-text li {
    color: #323232;
    padding: 3px 0 0;
}

#pt-landing-page .prime-main-box {
    padding: 20px 37px 20px;
    min-height: 376px;
}

#pt-landing-page .easy-app-credit {
    text-align: center;
    margin-bottom: 33px;
}

#pt-landing-page .qualified-text {
    text-align: center;
    line-height: 15px;
}

#pt-landing-page .credit-sec {
    padding: 70px 0 50px;
}

#pt-landing-page .approve-credit-buttons {
    text-align: center;
    margin-top: 26px;
}

#pt-landing-page .approve-credit-buttons .approve-credit-button {
    background-color: #142456;
}

#pt-landing-page .approve-credit-buttons .approve-credit-button:hover {
    background-color: #18A0FB;
}

#pt-landing-page .approve-credit-buttons .blue-button {
    width: 26%;
}

/*LANDING 3 PAGE CSS END*/

/*LANDING 4 PAGE CSS BEGIN*/
#pt-landing-page .logo-row-fl-tab {
    display: none;
}

#pt-landing-page .paytomorrow-landing-sec .navbar-expand-lg .navbar-nav {
    margin: 0 auto !important;
}

#pt-landing-page .mobile-show {
    display: none;
}

#pt-landing-page .logo-row-fl {
    display: flex;
    align-items: center;
}

#pt-landing-page .mobile-social-icon {
    display: none;
}

#pt-landing-page .cart-icon-mobile {
    display: none;
}

#pt-landing-page .account-detail {
    text-align: end;
    margin-bottom: 0;
}

#pt-landing-page .account-detail li {
    display: inline-block;
    padding: 0 14px 0 0;
}

#pt-landing-page .account-detail a {
    font-size: 12px;
}

#pt-landing-page .account-detail i {
    margin-right: 2px;
}

#pt-landing-page .paytomorrow-landing-sec {
    background: #414244;
    padding: 0 0 6px;
}

#pt-landing-page .social-icons {
    text-align: end;
    margin-bottom: 0;
}

#pt-landing-page .social-icons li {
    display: inline-block;
    padding: 0 6px 0 0;
}

#pt-landing-page .social-icons a {
    font-size: 13px;
}

#pt-landing-page .paytomorrow-landing-sec .bg-light {
    background-color: transparent !important;
}

#pt-landing-page .paytomorrow-landing-sec .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

#pt-landing-page .paytomorrow-landing-sec .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
}

#pt-landing-page .paytomorrow-landing-sec .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 32px;
}

#pt-landing-page .paytomorrow-landing-sec .nav-link {
    padding: 0 1rem;
}

#pt-landing-page .cart-icon {
    display: block;
    text-align: end;
    font-size: 24px;
}

#pt-landing-page .back-banner-sec {
    position: relative;
    background-image: url("../images/ban-back.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0 168px;
}

#pt-landing-page .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
    z-index: 0;
}

#pt-landing-page .back-banner-inner {
    margin-top: 56px;
}

#pt-landing-page .pro-img {
    display: block;
    margin: 0 auto;
}

#pt-landing-page .pro-text {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 21px auto 50px auto;
    font-size: 18px;
    line-height: 25px;
}

#pt-landing-page .pro-text-banner-buttons {
    text-align: center;
}

#pt-landing-page .pro-text-banner-buttons .blue-button {
    width: 32%;
}

/*LANDING 4 PAGE CSS END*/

/*MEDIA QUERY SECTION CSS BEGIN*/
@media only screen and (min-width: 320px) and (max-width: 529px) {
    #pt-landing-page .image-sec {
        margin-top: 0px;
    }



    #pt-landing-page .check-rate-row:after {
        content: "";
        position: initial;
        bottom: 0;
        background-size: contain;
        width: 100%;
        height: 270px;
        background-position: center;
    }

    #pt-landing-page .why-pay-text:before {
        top: 0;
        left: 114px;
        width: 55px;
    }

    #pt-landing-page .banner-text {
        font-size: 13px;
        line-height: 21px;
        padding: 20px 0;
    }

    #pt-landing-page .blue-button {
        width: 100%;
        padding: 15px 0 15px;
        font-size: 15px;
        margin-bottom: 14px;
    }

    #pt-landing-page .why-pay-text {
        font-size: 30px;
    }

    #pt-landing-page .why-paytomorrow-row {
        padding: 29px 0 0;
    }

    #pt-landing-page .pay-tomorrow-box .pay-tomorrow-heading {
        padding: 20px 0 20px;
        font-size: 22px;
    }

    #pt-landing-page .pay-tomorrow-box .pay-tomorrow-box-text {
        font-size: 13px;
    }

    #pt-landing-page .pay-tomorrow-box {
        padding: 50px 20px 50px;
        min-height: 352px;
        margin-bottom: 25px;
    }

    #pt-landing-page .check-rate-sec {
        padding: 0 0 0;
    }

    #pt-landing-page .check-rate-heading {
        margin-bottom: 47px;
        font-size: 25px;
    }

    #pt-landing-page .check-rate-sec .check-rate-row {
        padding: 34px 10px 0;
        border-radius: 0;
    }

    #pt-landing-page .white-button {
        width: 100%;
        padding: 15px 0 15px;
        margin: 20px auto 0 auto;
        font-size: 15px;
    }

    #pt-landing-page .bottom-sec-text .blue-button {
        width: 100%;
        font-size: 15px;
        padding: 15px 0 15px;
    }

    #pt-landing-page .bottom-sec-email a {
        display: block;
        word-break: break-word;
        font-size: 14px;
    }

    #pt-landing-page .bottom-sec-text p {
        font-size: 14px;
    }

    #pt-landing-page .bottom-sec-email p {
        font-size: 14px;
    }

    #pt-landing-page .bottom-sec-contact a {
        font-size: 18px;
    }

    #pt-landing-page .bottom-sec-contact {
        margin-top: 16px;
    }

    #pt-landing-page .why-paytomorrow-sec {
        padding: 45px 0 30px;
    }

    #pt-landing-page .easy-app:before {
        top: 39px;
        left: 109px !important;
    }

    #pt-landing-page .financing-text {
        margin-bottom: 30px !important;
    }

    #pt-landing-page .logo-center {
        margin: 0 auto 29px auto !important;
        width: 70%;
    }

    #pt-landing-page .easy-app {
        font-size: 25px !important;
        padding: 60px 0 30px;
    }

    #pt-landing-page .easy-app-credit {
        font-size: 21px;
    }

    #pt-landing-page .credit-sec {
        padding: 24px 0 50px !important;
    }

    #pt-landing-page .approve-credit-buttons .blue-button {
        width: 100% !important;
    }

    #pt-landing-page .pro-img {
        margin: 0 auto;
        width: 100%;
    }

    #pt-landing-page .cart-icon-mobile {
        display: block !important;
        margin-left: 19px;
    }

    #pt-landing-page .cart-icon {
        display: none !important;
    }

    #pt-landing-page .mobile-show {
        display: block !important;
        margin-left: 19px;
        padding: 4px 0;
        font-size: 15px;
    }

    #pt-landing-page .account-detail {
        display: none;
    }

    #pt-landing-page .mobile-social-icon {
        display: block !important;
        margin-left: 19px;
        padding: 4px 0;
    }

    #pt-landing-page .social-icons {
        display: none;
    }

    #pt-landing-page .pro-text-banner-buttons .blue-button {
        width: 100% !important;
    }

    #pt-landing-page .paytomorrow-landing-sec .navbar-toggler {
        position: relative;
        left: 220px;
        top: -45px;
    }

    #pt-landing-page .paytomorrow-landing-sec .navbar-light .navbar-toggler {
        color: #18A0FB;
        border-color: #18A0FB;
        background: #18A0FB;
        outline: none;
    }

    #pt-landing-page .logo-row-fl img {
        margin-top: 24px;
    }

    #pt-landing-page .back-banner-sec {
        padding: 79px 0 0 !important;
        height: 100vh;
    }

    #pt-landing-page .paytomorrow-landing-sec .navbar-expand-lg .navbar-nav {
        margin: 0 auto !important;
        background: #18A0FB;
        padding: 30px 8px 25px;
    }

    #pt-landing-page .paytomorrow-landing-sec .nav-link {
        padding: 4px 1rem !important;
    }

    #pt-landing-page .mobile-inline li {
        display: inline-block;
    }

    #pt-landing-page .paytomorrow-landing-sec {
        margin-bottom: -39px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
    #pt-landing-page .why-pay-text:before {
        top: 0;
        left: 145px;
        width: 55px;
    }

    #pt-landing-page .easy-app:before {
        left: 130px !important;
    }

    #pt-landing-page .paytomorrow-landing-sec .navbar-toggler {
        left: 267px;
        top: -46px;
    }
}

@media only screen and (min-width: 425px) and (max-width: 529px) {
    #pt-landing-page .why-pay-text:before {
        top: 0;
        left: 168px;
        width: 55px;
    }

    #pt-landing-page .easy-app:before {
        left: 151px !important;
    }

    #pt-landing-page .paytomorrow-landing-sec .navbar-toggler {
        left: 319px;
        top: -49px;
    }
}

@media only screen and (min-width: 530px) and (max-width: 767px) {
    #pt-landing-page .image-sec {
        margin-top: 0px;
    }

    #pt-landing-page .check-rate-row:after {
        content: "";
        position: absolute;
        top: 118px;
        background-size: contain;
        width: 280px;
        height: 270px;
        background-position: center;
        right: 0;
    }

    #pt-landing-page .why-pay-text:before {
        top: 0;
        left: 227px;
        width: 55px;
    }

    #pt-landing-page .banner-text {
        font-size: 13px;
        line-height: 21px;
        padding: 20px 0;
    }

    #pt-landing-page .blue-button {
        width: 100%;
        padding: 15px 0 15px;
        font-size: 15px;
        margin-bottom: 14px;
    }

    #pt-landing-page .why-pay-text {
        font-size: 30px;
    }

    #pt-landing-page .why-paytomorrow-row {
        padding: 29px 0 0;
    }

    #pt-landing-page .pay-tomorrow-box .pay-tomorrow-heading {
        padding: 20px 0 20px;
        font-size: 20px;
    }

    #pt-landing-page .pay-tomorrow-box .pay-tomorrow-box-text {
        font-size: 13px;
    }

    #pt-landing-page .pay-tomorrow-box {
        padding: 50px 20px 50px;
        min-height: 350px;
        margin-bottom: 25px;
    }

    #pt-landing-page .check-rate-sec {
        padding: 0 0 0;
    }

    #pt-landing-page .check-rate-heading {
        margin-bottom: 47px;
        font-size: 20px;
    }

    #pt-landing-page .check-rate-sec .check-rate-row {
        padding: 34px 10px 40px;
        border-radius: 0;
    }

    #pt-landing-page .white-button {
        width: 100%;
        padding: 15px 0 15px;
        margin: 20px auto 0 auto;
        font-size: 15px;
    }

    #pt-landing-page .bottom-sec-text .blue-button {
        width: 54%;
        font-size: 15px;
        padding: 15px 0 15px;
    }

    #pt-landing-page .bottom-sec-email a {
        display: block;
        word-break: break-word;
        font-size: 12px;
    }

    #pt-landing-page .bottom-sec-text p {
        font-size: 14px;
    }

    #pt-landing-page .bottom-sec-email p {
        font-size: 12px;
    }

    #pt-landing-page .bottom-sec-contact a {
        font-size: 18px;
    }

    #pt-landing-page .bottom-sec-contact {
        margin-top: 16px;
    }

    #pt-landing-page .why-paytomorrow-sec {
        padding: 45px 0 30px;
    }

    #pt-landing-page .bottom-sec {
        padding: 20px 0 20px;
    }

    #pt-landing-page .easy-app:before {
        top: 39px;
        left: 214px !important;
    }

    #pt-landing-page .financing-text {
        margin-bottom: 48px !important;
    }

    #pt-landing-page .logo-center {
        margin: 0 auto 29px auto !important;
        width: 70%;
    }

    #pt-landing-page .easy-app {
        font-size: 28px !important;
        padding: 60px 0 30px;
    }

    #pt-landing-page .easy-app-credit {
        font-size: 21px;
    }

    #pt-landing-page .credit-sec {
        padding: 24px 0 50px !important;
    }

    #pt-landing-page .approve-credit-buttons .blue-button {
        width: 46% !important;
    }

    #pt-landing-page .prime-main-box {
        min-height: 475px !important;
    }

    #pt-landing-page .pro-img {
        margin: 0 auto;
        width: 100%;
    }

    #pt-landing-page .cart-icon-mobile {
        display: block !important;
        margin-left: 19px;
    }

    #pt-landing-page .cart-icon {
        display: none !important;
    }

    #pt-landing-page .mobile-show {
        display: block !important;
        margin-left: 19px;
        padding: 4px 0;
        font-size: 15px;
    }

    #pt-landing-page .account-detail {
        display: none;
    }

    #pt-landing-page .mobile-social-icon {
        display: block !important;
        margin-left: 19px;
        padding: 4px 0;
    }

    #pt-landing-page .social-icons {
        display: none;
    }

    #pt-landing-page .pro-text-banner-buttons .blue-button {
        width: 100% !important;
    }

    #pt-landing-page .paytomorrow-landing-sec .navbar-toggler {
        position: relative;
        left: 442px;
        top: -53px;
    }

    #pt-landing-page .paytomorrow-landing-sec .navbar-light .navbar-toggler {
        color: #18A0FB;
        border-color: #18A0FB;
        background: #18A0FB;
        outline: none;
    }

    #pt-landing-page .logo-row-fl img {
        margin-top: 0;
    }

    #pt-landing-page .back-banner-sec {
        padding: 79px 0 70px !important;
    }

    #pt-landing-page .paytomorrow-landing-sec .navbar-expand-lg .navbar-nav {
        margin: 0 auto !important;
        background: #18A0FB;
        padding: 30px 8px 52px;
    }

    #pt-landing-page .paytomorrow-landing-sec .nav-link {
        padding: 4px 1rem !important;
    }

    #pt-landing-page .mobile-inline li {
        display: inline-block;
    }

    #pt-landing-page .paytomorrow-landing-sec {
        margin-bottom: -52px;
        padding: 15px 0 15px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #pt-landing-page .image-sec {
        margin-top: 0px;
    }

    #pt-landing-page .check-rate-row:after {
        content: "";
        position: absolute;
        top: -80px;
        background-size: cover;
        width: 334px;
        height: 452px;
        background-position: center;
        right: 0;
    }

    #pt-landing-page .why-pay-text:before {
        top: 0;
        left: 316px;
        width: 55px;
    }

    #pt-landing-page .banner-text {
        font-size: 13px;
        line-height: 21px;
        padding: 20px 0;
    }

    #pt-landing-page .blue-button {
        width: 100%;
        padding: 15px 0 15px;
        font-size: 15px;
        margin-bottom: 14px;
    }

    #pt-landing-page .why-pay-text {
        font-size: 30px;
    }

    #pt-landing-page .why-paytomorrow-row {
        padding: 29px 0 0;
    }

    #pt-landing-page .pay-tomorrow-box .pay-tomorrow-heading {
        padding: 20px 0 20px;
        font-size: 20px;
    }

    #pt-landing-page .pay-tomorrow-box .pay-tomorrow-box-text {
        font-size: 13px;
    }

    #pt-landing-page .pay-tomorrow-box {
        padding: 50px 20px 50px;
        min-height: 425px;
        margin-bottom: 25px;
    }

    #pt-landing-page .check-rate-sec {
        padding: 0 0 0;
    }

    #pt-landing-page .check-rate-heading {
        margin-bottom: 47px;
        font-size: 20px;
    }

    #pt-landing-page .check-rate-sec .check-rate-row {
        padding: 34px 10px 40px;
        border-radius: 0;
    }

    #pt-landing-page .white-button {
        width: 100%;
        padding: 15px 0 15px;
        margin: 20px auto 0 auto;
        font-size: 15px;
    }

    #pt-landing-page .bottom-sec-text .blue-button {
        width: 54%;
        font-size: 15px;
        padding: 15px 0 15px;
    }

    #pt-landing-page .bottom-sec-email a {
        display: block;
        word-break: break-word;
        font-size: 12px;
    }

    #pt-landing-page .bottom-sec-text p {
        font-size: 14px;
    }

    #pt-landing-page .bottom-sec-email p {
        font-size: 12px;
    }

    #pt-landing-page .bottom-sec-contact a {
        font-size: 18px;
    }

    #pt-landing-page .bottom-sec-contact {
        margin-top: 16px;
    }

    #pt-landing-page .why-paytomorrow-sec {
        padding: 45px 0 30px;
    }

    #pt-landing-page .bottom-sec {
        padding: 20px 0 20px;
    }

    #pt-landing-page .easy-app:before {
        top: 39px;
        left: 305px !important;
    }

    #pt-landing-page .financing-text {
        margin-bottom: 48px !important;
    }

    #pt-landing-page .logo-center {
        margin: 0 auto 29px auto !important;
        width: 70%;
    }

    #pt-landing-page .easy-app {
        font-size: 28px !important;
        padding: 60px 0 30px;
    }

    #pt-landing-page .easy-app-credit {
        font-size: 21px;
    }

    #pt-landing-page .credit-sec {
        padding: 24px 0 50px !important;
    }

    #pt-landing-page .approve-credit-buttons .blue-button {
        width: 46% !important;
    }

    #pt-landing-page .prime-main-box {
        min-height: 529px !important;
        padding: 20px 25px 20px !important;
    }

    #pt-landing-page .prime-box-text li {
        padding: 8px 0 0 !important;
    }

    #pt-landing-page .pro-img {
        margin: 0 auto;
        width: 100%;
    }

    #pt-landing-page .cart-icon-mobile {
        display: block !important;
        margin-left: 19px;
    }

    #pt-landing-page .cart-icon {
        display: none !important;
    }

    #pt-landing-page .mobile-show {
        display: block !important;
        margin-left: 19px;
        padding: 4px 0;
        font-size: 15px;
    }

    #pt-landing-page .account-detail {
        display: none;
    }

    #pt-landing-page .mobile-social-icon {
        display: block !important;
        margin-left: 19px;
        padding: 4px 0;
    }

    #pt-landing-page .social-icons {
        display: none;
    }

    #pt-landing-page .pro-text-banner-buttons .blue-button {
        width: 42% !important;
    }

    #pt-landing-page .paytomorrow-landing-sec .navbar-toggler {
        position: relative;
        left: 442px;
        top: 0;
    }

    #pt-landing-page .paytomorrow-landing-sec .navbar-light .navbar-toggler {
        color: #18A0FB;
        border-color: #18A0FB;
        background: #18A0FB;
        outline: none;
    }

    #pt-landing-page .logo-row-fl img {
        margin-top: 0;
    }

    #pt-landing-page .back-banner-sec {
        padding: 110px 0 70px !important;
        height: 100vh;
    }

    #pt-landing-page .paytomorrow-landing-sec .navbar-expand-lg .navbar-nav {
        margin: 0 auto !important;
        background: #18A0FB;
        padding: 30px 8px 52px;
    }

    #pt-landing-page .paytomorrow-landing-sec .nav-link {
        padding: 4px 1rem !important;
    }

    #pt-landing-page .mobile-inline li {
        display: inline-block;
    }

    #pt-landing-page .paytomorrow-landing-sec {
        margin-bottom: 0;
        padding: 15px 0 15px !important;
    }

    #pt-landing-page .logo-row-fl {
        display: none !important;
    }

    #pt-landing-page .logo-row-fl-tab {
        display: block !important;
        margin-bottom: -54px;
    }

    #pt-landing-page .logo-row-fl-tab .navbar-toggler {
        left: 622px;
        top: -46px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #pt-landing-page .image-sec {
        margin-top: -70px;
    }

    #pt-landing-page .check-rate-row:after {
        content: "";
        position: absolute;
        top: -80px;
        background-size: cover;
        width: 373px;
        height: 457px;
        background-position: center;
        right: 34px;
    }

    #pt-landing-page .why-pay-text:before {
        top: 0;
        left: 446px;
        width: 55px;
    }

    #pt-landing-page .banner-text {
        font-size: 13px;
        line-height: 21px;
        padding: 20px 0;
    }

    #pt-landing-page .blue-button {
        width: 45%;
        padding: 15px 0 15px;
        font-size: 15px;
        margin-bottom: 14px;
    }

    #pt-landing-page .why-pay-text {
        font-size: 30px;
    }

    #pt-landing-page .why-paytomorrow-row {
        padding: 29px 0 0;
    }

    #pt-landing-page .pay-tomorrow-box .pay-tomorrow-heading {
        padding: 20px 0 20px;
        font-size: 22px;
    }

    #pt-landing-page .pay-tomorrow-box .pay-tomorrow-box-text {
        font-size: 13px;
    }

    #pt-landing-page .pay-tomorrow-box {
        padding: 50px 20px 50px;
        min-height: 391px;
        margin-bottom: 25px;
    }

    #pt-landing-page .check-rate-sec {
        padding: 50px 0 0;
    }

    #pt-landing-page .check-rate-heading {
        margin-bottom: 47px;
        font-size: 22px;
    }

    #pt-landing-page .check-rate-sec .check-rate-row {
        padding: 34px 10px 40px;
        border-radius: 0;
    }

    #pt-landing-page .white-button {
        width: 53%;
        padding: 15px 0 15px;
        margin: 20px auto 0 auto;
        font-size: 15px;
    }

    #pt-landing-page .bottom-sec-text .blue-button {
        width: 32%;
        font-size: 15px;
        padding: 15px 0 15px;
    }

    #pt-landing-page .bottom-sec-email a {
        display: block;
        word-break: break-word;
        font-size: 16px;
    }

    #pt-landing-page .bottom-sec-text p {
        font-size: 16px;
    }

    #pt-landing-page .bottom-sec-email p {
        font-size: 16px;
    }

    #pt-landing-page .bottom-sec-contact a {
        font-size: 22px;
    }

    #pt-landing-page .bottom-sec-contact {
        margin-top: 16px;
    }

    #pt-landing-page .why-paytomorrow-sec {
        padding: 45px 0 30px;
    }

    #pt-landing-page .bottom-sec {
        padding: 20px 0 20px;
    }

    #pt-landing-page .easy-app:before {
        top: 39px;
        left: 415px !important;
    }

    #pt-landing-page .prime-main-box {
        min-height: 454px !important;
    }

    #pt-landing-page .account-detail a {
        font-size: 10px !important;
    }

    #pt-landing-page .social-icons li {
        padding: 0 3px 0 0 !important;
    }

    #pt-landing-page .paytomorrow-landing-sec .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px !important;
    }
}

@media only screen and (min-width: 1260px) and (max-width: 1365px) {
    #pt-landing-page .image-sec {
        margin-top: 0;
    }

    #pt-landing-page .back-banner-sec {
        padding: 184px 0 30px !important;
        height: 100vh;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    #pt-landing-page .image-sec {
        margin-top: 0;
    }

    #pt-landing-page .back-banner-sec {
        padding: 184px 0 30px !important;
        height: 100vh;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    #pt-landing-page .image-sec {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 1600px) {
    #pt-landing-page .back-banner-sec {
        padding: 229px 0 30px !important;
        height: 100vh;
    }
}

@media only screen and (min-width: 1680px) and (max-width: 1919px) {
    #pt-landing-page .why-pay-text:before {
        left: 516px;
    }
}

@media only screen and (min-width: 2560px) {
    #pt-landing-page .why-pay-text:before {
        left: 517px;
    }

    #pt-landing-page .image-sec img {
        width: 100%;
    }

    #pt-landing-page .back-banner-sec {
        padding: 496px 0 30px !important;
        height: 100vh;
    }
}

/*MEDIA QUERY SECTION CSS END*/
