@font-face {
    font-family: 'HvDTrial Supria Sans';
    src: url('../fonts/HvDTrial_SupriaSans-Heavy.woff2') format('woff2'),
        url('../fonts/HvDTrial_SupriaSans-Heavy.woff') format('woff'),
        url('../fonts/HvDTrial_SupriaSans-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Supria Sans';
    src: url('../fonts/HvDTrial_SupriaSans-Medium.woff2') format('woff2'),
        url('../fonts/HvDTrial_SupriaSans-Medium.woff') format('woff'),
        url('../fonts/HvDTrial_SupriaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Supria Sans';
    src: url('../fonts/HvDTrial_SupriaSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/HvDTrial_SupriaSans-MediumItalic.woff') format('woff'),
        url('../fonts/HvDTrial_SupriaSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Supria Sans';
    src: url('../fonts/HvDTrial_SupriaSans-LightItalic.woff2') format('woff2'),
        url('../fonts/HvDTrial_SupriaSans-LightItalic.woff') format('woff'),
        url('../fonts/HvDTrial_SupriaSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Supria Sans';
    src: url('../fonts/HvDTrial_SupriaSans-HeavyItalic.woff2') format('woff2'),
        url('../fonts/HvDTrial_SupriaSans-HeavyItalic.woff') format('woff'),
        url('../fonts/HvDTrial_SupriaSans-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Supria Sans';
    src: url('../fonts/HvDTrial_SupriaSans-Light.woff2') format('woff2'),
        url('../fonts/HvDTrial_SupriaSans-Light.woff') format('woff'),
        url('../fonts/HvDTrial_SupriaSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Supria Sans';
    src: url('../fonts/HvDTrial_SupriaSans-RegularItalic.woff2') format('woff2'),
        url('../fonts/HvDTrial_SupriaSans-RegularItalic.woff') format('woff'),
        url('../fonts/HvDTrial_SupriaSans-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Supria Sans';
    src: url('../fonts/HvDTrial_SupriaSans-Regular.woff2') format('woff2'),
        url('../fonts/HvDTrial_SupriaSans-Regular.woff') format('woff'),
        url('../fonts/HvDTrial_SupriaSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



/* Common Style Start */
.pt-site {
    font-family: 'HvDTrial Supria Sans';
    font-size: 17px;
    color: #171717;
}
.pt-menu-open {
    overflow: hidden;
}
a {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
button:focus,
.btn:focus,
input:focus,
select:focus,
.form-control:focus,
.accordion-button:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.btn {
    padding: 10px 16px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 8px;
}
.pt-btn-icon-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
}
.pt-btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #FF6A13;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.pt-btn-rounded {
    border-radius: 50px;
}
.btn-outline-primary {
    color: #171717;
    border-color: #FF6A13;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active,
.btn-outline-primary:hover {
    background-color: #FF6A13;
    border-color: #FF6A13;
}
.btn-check:active+.btn-outline-primary .pt-btn-icon, 
.btn-check:checked+.btn-outline-primary .pt-btn-icon, 
.btn-outline-primary.active .pt-btn-icon, 
.btn-outline-primary.dropdown-toggle.show .pt-btn-icon, 
.btn-outline-primary:active .pt-btn-icon,
.btn-outline-primary:hover .pt-btn-icon {
    background-color: #ffffff;
}
.pt-section-title {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 16px;
}
.pt-section-title span {
    color: #FF6A13;
}
.pt-section-description {
    font-size: 17px;
    color: #454545;
    margin-bottom: 0;
}
.pt-section-spacing {
    padding: 80px 0;
}
.btn-primary {
    color: #fff;
    background-color: #FF6A13;
    border-color: #FF6A13;
}
.btn-check:active+.btn-primary, 
.btn-check:checked+.btn-primary, 
.btn-primary.active, 
.btn-primary:active, 
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
    background-color: #ed6b1e;
    border-color: #ed6b1e;
}
.accordion-item {
    border: 1px solid #EAECF0;
}
.accordion-button {
    font-weight: 400;
    font-size: 20px;
    color: #101828;
    padding: 24px 0;
}
.accordion-body {
    font-size: 16px;
    color: #475467;
    padding: 0 45px 30px 0;
}
.accordion-button:not(.collapsed) {
    padding-bottom: 8px;
    color: #101828;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.accordion-button::after {
    background-size: 19px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form-label {
    font-weight: 300;
    font-size: 13px;
    color: #171717;
    margin-bottom: 8px;
}
.form-label span {
    color: #FF3B30;
}
.form-select,
.form-control {
    border: 1px solid #B7B7B7;
    border-radius: 8px;
    padding: 14px 16px;
    font-weight: 400;
    font-size: 16px;
}
.form-control::-webkit-input-placeholder {
    color: #949494;
}
.form-control::-moz-placeholder {
    color: #949494;
}
.form-control:-ms-input-placeholder {
    color: #949494;
}
.form-control::-ms-input-placeholder {
    color: #949494;
}
.form-control::placeholder {
    color: #949494;
}
.form-check-input {
    border: 1px solid #1C1B1F;
}
.form-check-input:checked {
    background-color: #171717;
    border-color: #171717;
}
/* Common Style End */

/* Site Header Start */
.pt-site-header {
    padding: 45px 0;
}
.navbar {
    padding: 0;
}
.navbar-nav {
    margin: auto;
    padding: 2px 15px;
    border: 1px solid #FF6A13;
    border-radius: 32px;
}
.nav-link {
    font-weight: 400;
    font-size: 16px;
    color: #171717;
}
.nav-link:hover {
    color: #FF6A13;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px;
}
.navbar-toggler {
    margin-left: auto;
    margin-right: 10px;
    position: relative;
    z-index: 100;
}
.navbar-toggler-icons {
    width: 35px;
    height: 3px;
    border-radius: 50%;
    background-color: #FF6A13;
    display: block;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.navbar-toggler-icons:last-child {
    margin-bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons {
    margin-bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 5px;
}
/* Site Header End */

/* Home Page Start */
/* Landing Section Start */
.pt-landing-content {
    width: 740px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 30px 0 60px;
}
.pt-landing-content .pt-section-title {
    font-weight: 500;
    font-size: 72px;
    line-height: 1.5;
}
.pt-landing-content .pt-section-description {
    font-size: 20px;
    color: #171717;
    margin-bottom: 34px;
}
.pl-app-download-platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.pt-landing-img-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: url(../images/world-map.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 1;
    gap: 15px;
}
.pt-landing-img-list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}
/* Landing Section End */

/* About Section Start */
.pt-about-section {
    background-color: #F97442;
    background-image: url(../images/about-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
}
.pt-section-head {
    width: 570px;
    max-width: 100%;
    margin: auto;
}
.pt-aboutus-wrapper {
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
.pt-about-section .pt-section-description {
    color: #ffffff;
}
.pt-aboutus-wrapper .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pt-aboutus-wrapper .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #E8E8E8;
    padding: 24px 0;
}
.pt-aboutus-wrapper .accordion-body {
    color: #FEFEFE;
}
.pt-aboutus-wrapper .accordion-button {
    color: #ffffff;
    background-color: transparent;
    font-weight: 400;
    font-size: 34px;
    color: #DDDDDD;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
}
.pt-aboutus-wrapper .accordion-button:not(.collapsed) {
    color: #FEFEFE;
}
.pt-aboutus-wrapper .accordion-body {
    padding: 4px 0 0;
}
.pt-aboutus-wrapper .accordion-button::after {
    display: none;
}
/* About Section End */

/* Our Services Section Start */
.pt-service-section .pt-section-head {
    margin-bottom: 40px;
}
.pt-service-wrapper {
    width: 1030px;
    max-width: 100%;
    margin: 0 auto 40px;
}
.pt-service-card {
    padding: 75px 55px;
    color: #ffffff;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    min-height: 385px;
}
.pt-delivery-service-card {
    background-image: url(../images/service-img1.png);
}
.pt-service-card .pt-section-description {
    color: #ffffff;
    margin-bottom: 20px;
}
.pt-service-card-body .btn {
    padding: 8px 70px;
    font-size: 15px;
}
.pt-rider-service-card {
    background-image: url(../images/service-img2.png);
}
.pt-service-family-img img {
    max-height: 580px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.pt-join-area {
    background-color: #000000;
    border-radius: 16px;
    margin-top: 40px;
    background-image: url(../images/join-back.svg);
    background-size: cover;
    background-position: center;
}
.pt-join-area .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.pt-join-img {
    padding: 35px 20px 0;
    text-align: center;
}
.pt-join-content {
    padding: 80px 15px;
    color: #fff;
    width: 400px;
    margin: auto;
    max-width: 100%;
}
.pt-join-content .pt-section-description {
    margin-bottom: 32px;
    color: #ffffff;
}
.pt-join-content .btn {
    padding: 8px 28px;
}
/* Our Services Section End */

/* Earn Money Section Start */
.pt-earn-money-section .pt-section-head {
    width: 490px;
    margin-left: 0;
    margin-bottom: 65px;
}
.pt-earn-money-area {
    width: 1030px;
    max-width: 100%;
    margin: auto;
}
.pt-earn-money-wrapper .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pt-earn-money-wrapper .row:not(:last-child) {
    margin-bottom: 60px;
}
.pt-earn-money-content {
    width: 465px;
    max-width: 100%;
    margin-left: auto;
}
.pt-earn-money-content .pt-section-description {
    margin-bottom: 40px;
}
.pt-earn-money-content .pt-section-title {
    margin-bottom: 24px;
}
.pt-earn-money-content .pt-section-subtitle {
    margin-bottom: 8px;
}
.pt-earn-money-wrapper .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.pt-earn-money-wrapper .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.pt-earn-money-wrapper .row:nth-child(even) .pt-earn-money-content {
    margin-left: 0;
    margin-right: auto;
}
.pt-earn-money-img {
    text-align: center;
}
.pt-earn-money-img img {
    border-radius: 8px;
}
/* Earn Money Section End */

/* Download App Section Start */
.pt-download-app-section {
    background-color: #171717;
    color: #ffffff;
    background-image: url(../images/about-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.pt-download-app-section .pt-section-description {
    color: #ffffff;
}
.pt-download-tab-content {
    padding: 24px 0;
}
.pt-download-tab-content .pt-section-title {
    font-size: 28px;
    margin-bottom: 10px;
}
.pt-download-tab-content .pt-section-description {
    margin-bottom: 24px;
    font-size: 15px;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link {
    font-size: 17px;
    color: #ffffff;
    background-color: transparent;
    border-width: 0 0 2px;
    border-color: #646464;
    padding: 3px 5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FF6A13;
    background-color: transparent;
    border-color: #FF6A13;
}
.pt-download-app-wrapper {
    position: relative;
}
.pt-download-bear {
    position: absolute;
    bottom: -80px;
    left: 50%;
}
/* Download App Section End */

/* FAQ Section End */
.pt-faq-wrapper {
    width: 770px;
    max-width: 100%;
    margin: 45px auto 0;
}
/* FAQ Section End */

/* FAQ Section Start */
.pt-contact-section {
    background-color: #171717;
    color: #ffffff;
    background-image: url(../images/about-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.pt-contact-wrapper {
    width: 1030px;
    max-width: 100%;
    margin: auto;
}
.pt-contact-section .pt-section-head {
    margin-left: 0;
    margin-bottom: 60px;
}
.pt-contact-section .pt-section-description {
    color: #ffffff;
}
.pt-contact-item > img {
    margin-bottom: 8px;
}
.pt-contact-item:not(:last-child) {
    margin-bottom: 40px;
}
.pt-contact-item-label {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 4px;
}
.pt-contact-text {
    font-size: 15px;
    color: #AAAAAA;
    margin-bottom: 8px;
}
.pt-contact-link {
    font-size: 15px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #AAAAAA;
}
.pt-contact-map {
    height: 100%;
    line-height: 1;
    min-height: 300px;
}
.pt-contact-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    line-height: 1;
}
/* FAQ Section End */
/* Home Page End */

/* Sign Up Page Start */
.pt-signUp-section {
    background-image: url(../images/driver-landing-img.png);
    background-size: cover;
    background-position: center;
    color: #ffffff;
}
.pt-signUp-info {
    width: 465px;
    max-width: 100%;
    font-weight: 500;
}
.pt-signUp-section .pt-section-title {
    font-size: 64px;
    line-height: 1.5;
}
.pt-signUp-section .pt-section-description {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}
.pt-signUp-from-card {
    color: #171717;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 35px;
    width: 530px;
    max-width: 100%;
    margin: auto;
}
.pt-signUp-from-card-title {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 16px;
    margin-bottom: 24px;
}
.pt-form-notes {
    margin-top: 19px;
}
.pt-form-link {
    font-weight: 400;
    font-size: 16px;
    color: #FF6A13;
    text-decoration: none;
}
.pt-form-link:hover {
    color: #171717;
}
.pt-signUp-from-card .btn {
    padding: 14px 16px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #B7B7B7;
    border-radius: 8px;
}
.select2-container .select2-selection--single {
    height: 53px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 53px;
    color: #171717;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    padding-right: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px;
    right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33254 3.83331C3.20454 3.83331 3.07652 3.78466 2.97918 3.68666L0.312516 1.01999C0.117182 0.824661 0.117182 0.507971 0.312516 0.312638C0.507849 0.117304 0.824539 0.117304 1.01987 0.312638L3.33319 2.62595L5.6465 0.312638C5.84183 0.117304 6.15852 0.117304 6.35386 0.312638C6.54919 0.507971 6.54919 0.824661 6.35386 1.01999L3.68719 3.68666C3.58852 3.78466 3.46054 3.83331 3.33254 3.83331Z' fill='%23171717'/%3E%3C/svg%3E%0A");
        background-position: center;
    background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ff6a13;
}
.pt-phone-input-wrapper .select2-container {
    width: 105px !important;
}
.pt-phone-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #B7B7B7;
    border-radius: 8px;
    overflow: hidden;
}
.pt-phone-input-wrapper .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    position: relative;
}
.pt-phone-input-wrapper .select2-container--default .select2-selection--single::after {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 8px);
    background-color: #E8E8E8;
    right: 0;
    top: 4px;
}
.pt-phone-input-wrapper .form-control {
    width: calc(100% - 105px);
    border: none;
}
.pt-user-signUp-section .pt-signUp-info {
    width: 580px;
} 
.pt-radio-wrapper {
    margin-top: 8px;
}
.pt-radio-wrapper .form-check {
    padding-left: 0;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.pt-radio-wrapper .form-check:last-child {
    margin-bottom: 0;
}
.pt-radio-wrapper .form-check .form-check-input {
    float: unset;
    margin-left: 0;
}
.pt-radio-wrapper .form-check-label {
    font-size: 15px;
    color: #171717;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    cursor: pointer;
}
/* Sign Up Page End */

/* Site Footer Start */
.pt-footer-topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    margin-bottom: 50px;
}
.pt-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0;   
}
.pt-social-link svg path {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.pt-social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1.5px solid rgba(12, 17, 26, 0.1);
}
.pt-social-link:hover {
    border: 1.5px solid #FF6A13;
    background-color: #FF6A13;
}
.pt-social-link:hover svg path {
    fill: #ffffff;
}
.pt-footer-menubar {
    padding-bottom: 90px;
    margin-bottom: 45px;
    border-bottom: 3px solid rgba(10, 20, 47, 0.06);

}
.pt-footer-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.pt-footer-menu-link {
    font-size: 15px;
    color: #171717;
    text-decoration: none;
}
.pt-footer-menu-link:hover {
    color: #FF6A13;
}

.pt-footer-bottombar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.pt-site-copy-text {
    font-size: 15px;
    color: #1B1B1B;
    margin-bottom: 0;
}
/* Site Footer End */

/* Responsive Start */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1264px;
    }
}
@media (max-width: 1199px) {
    .pt-service-card {
        padding: 75px 35px;
        min-height: 335px;
    }
}
@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }
    .navbar-nav {
        margin: auto;
        padding: 0;
        border: none;
        border-radius: 0;
        height: 100vh;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #fff;
    }
    .accordion-button {
        padding: 20px 0;
    }
    .pt-landing-content .pt-section-title {
        font-size: 60px;
        line-height: 1.3;
    }
    .pt-aboutus-wrapper .accordion-button {
        font-size: 28px;
    }
    .pt-aboutus-wrapper .accordion-item {
        padding: 17px 0;
    }
    .pt-service-card {
        padding: 55px 35px;
        min-height: 300px;
    }
    .pt-download-app-content {
        margin-bottom: 30px;
    }
    .pt-signUp-section .pt-section-title {
        font-size: 44px;
        line-height: 1.3;
    }
    .pt-signUp-info {
        margin-bottom: 40px;
    }
    .pt-signUp-from-card {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .pt-site {
        font-size: 16px;
    }
    .pt-section-spacing {
        padding: 50px 0;
    }
    .accordion-button {
        font-size: 16px;
        padding: 15px 0;
    }
    .pt-section-description {
        font-size: 16px;
    }
    .pt-header-btn {
        width: 100%;
        margin-top: 15px;
    }
    .pt-header-btn .btn {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 35px;
        background-color: #FF6A13;
        color: #ffffff;
    }
    .pt-header-btn .pt-btn-icon {
        background-color: #ffffff;
    }
    .pt-site-header {
        padding: 25px 0;
    }
    .pt-landing-content .pt-section-title {
        font-size: 36px;
    }
    .pt-landing-content .pt-section-description {
        font-size: 16px;
    }
    .pt-landing-content {
        padding: 30px 0 30px;
    }
    .pt-section-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .pt-aboutus-wrapper .accordion-button {
        font-size: 22px;
    }
    .pt-service-card {
        min-height: auto;
    }
    .pt-delivery-service-card {
        margin-bottom: 30px;
    }
    .pt-join-area .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .pt-join-content {
        padding: 60px 15px 0px;
    }
    .pt-earn-money-section .pt-section-head {
        margin-bottom: 45px;
    }
    .pt-earn-money-img {
        margin-bottom: 20px;
    }
    .pt-earn-money-content .pt-section-description {
        margin-bottom: 20px;
    }
    .pt-download-app-section .pt-section-head {
        margin-bottom: 30px;
    }
    .pt-download-app-img {
        margin-bottom: 30px;
    }
    .pt-download-bear {
        position: static;
        text-align: center;
        margin-bottom: -50px;
    }
    .pt-download-app-content {
        margin-bottom: 0;
    }
    .pt-contact-details {
        margin-bottom: 30px;
    }
    .pt-footer-topbar {
        margin-bottom: 30px;
    }
    .pt-footer-menu-list {
        gap: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .pt-footer-menubar {
        padding-bottom: 40px;
        margin-bottom: 25px;
    }
    .pt-footer-bottombar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .pt-signUp-section .pt-section-title {
        font-size: 36px;
    }
    .pt-signUp-section .pt-section-description {
        font-size: 16px;
    }
    .pt-signUp-from-card-title {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .pt-signUp-from-card {
        padding: 20px;
    }
    .form-select, .form-control {
        padding: 8px 14px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 41px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow,
    .select2-container .select2-selection--single {
        height: 41px;
    }
    .pt-signUp-from-card .btn {
        padding: 10px 16px;
    }
    .form-label {
        margin-bottom: 4px;
    }
}
/* Responsive End */