@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
    font-family: 'Roboto', sans-serif !important;
}

header {
    border: 1px solid #f5f5f5;
    padding: 10px 0px;
    position: sticky;
    top: -1px;
    z-index: 111;
    background-color: #fff;
}

.font14 {
    font-size: 14px;
    font-weight: 500;
}

.font11 {
    font-size: 11px;
    font-weight: 400;
}

.font13 {
    font-size: 13px;
    font-weight: 400;
}

.font10 {
    font-size: 10px;
    font-weight: 400;
}

.font26 {
    font-size: 26px;
    font-weight: 400;
}

.header-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-bar {
    background-color: #041C2F;
    padding: 13px 0px;

}

.box-bar i {
    font-size: 18px;
    font-weight: 400;
    margin-right: 5px;
}

.box-bar .col-lg-7 i {
    color: #FEC201;
}

.box-bar a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.box-bar a:hover {
    color: #FEC201;
}

header ul {
    list-style-type: none;
    display: flex;
    margin: auto 0px;
}

header ul li {
    margin: 0px 5px;
}

header ul li a {
    text-decoration: none;
    color: #000;
    padding: 5px 8px;
}

header ul li a:hover {
    background-color: #f5f5f5;
    color: #000;
}

.mobile-search-slide,
.mobile-search-area {
    display: none;
}

.header-btn {
    background-color: #041C2F !important;
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 10px;
}

.location-area .hero-location:nth-child(1) {
    width: 40%;
}

.location-area .hero-location:nth-child(2) {
    width: 60%;
}

.hero-location {
    border: 1px solid;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
}

.hero-location input {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent !important;
    border: none !important;
    padding: 5px;
}

.hero-location {
    position: relative;
}

.hero-location i {
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

#searchtext {
    position: relative;
    font-size: 14px;
    height: 39px;
    outline: none;
}

.location-area .hero-location:nth-child(1) i {
    font-size: 30px;
    color: #041C2F;
}

.location-area .hero-location:nth-child(2) i {
    font-size: 20px;
}

.hero-location .fa-search {
    background-color: #041C2F;
    color: #fff;
    border-radius: 5px;
    margin-left: 5px;
    padding: 5px;
    text-align: center;
}

.homeslider .swiper-slide img {
    object-fit: cover;
    height: 228px;
    width: 100%;
    border-radius: 10px;
}

#searchtext_complete {
    width: 319px !important;
    top: 44px;
    left: 0px;
    z-index: 11;
}

.homeslider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f5f5f5;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    border-radius: 3px;
    background-color: #000;
    font-size: 16px !important;
    padding: 8px 10px;
}

.homecategory {
    display: flex;
    gap: 10px;
    width: 100%;
}

.homecategory-a {

    height: 228px;
    object-fit: cover;
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    overflow: hidden;
    flex-basis: 158px;
    position: relative;
    color: #fff;
    text-decoration: none;
}

.homecategory-text {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.homecategory-dec {
    font-size: 14px;
    position: relative;
    z-index: 1;
    width: 50%;
    line-height: 1.4;
    color: #fff;
}

.home_banner_explore {
    position: absolute;
    bottom: 25px;
    left: 0;
    min-width: 26px;
    height: 26px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    display: inline-flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
}

.home_banner_exploretxt {
    width: 0;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    transition: all.3s linear;
}

.home_banner_explorearw {
    display: inline-block;
    font-weight: 500;
    width: 8px;
    height: 14px;
    background: url(../images/web_whiteright_arrow.svg)no-repeat;
    margin: 0 2px 0 2px;
    background-size: 100%;
    background-position: center;
}

.homecategory-a:hover .home_banner_exploretxt {
    width: 50px;
    padding: 0 0 0 5px;
}

.homecategory span img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.homepage-activity a {
    text-decoration: none;
    color: #000;
}

.activity-card {
    border: #ccc solid 1px;
    border-radius: 10px;
}

.activity-head {
    font-size: 20px;
}

.activity-card .head {
    padding: 15px 20px;
}

.activity-img img {
    height: 180px;
}

.homepage-activity a:hover {
    color: #000;
}

.homepage-activity a:hover .activity-card {
    scale: 1.1;
    transition: all .3s ease-in-out;
}

.userbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.userbox .userprofile {
    height: 40px;
    width: 40px;
    display: inline-flex;
    flex-shrink: 0;
}

.userbox .userprofile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.fast-link a {
    text-decoration: none;
    color: #000;
    margin-top: 5px;
    font-size: 13px;
    ;
}

.fast-link a:hover {
    color: #FEC201 !important;
}


footer {
    background-color: #034460;
    color: #FEC201;
}

footer a {
    color: #fff !important;
}

.footer-last {
    background-color: #041C2F;
}

/* Listing Page */
.advertisement-area {
    padding: 10px 20px;
    background-color: #f5f5f5;
}

.bread-camp ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
    padding: 0px;
}

.bread-camp ul li {
    position: relative;
}

.bread-camp ul li a {
    text-decoration: none;
    color: #000;
    padding: 5px 10px 5px 5px;
    font-size: 11px;
}

.bread-camp ul li a::after {
    position: absolute;
    content: "";
    background-image: url("../images/arrow-point-to-right.svg");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    right: -10px;
    top: 10px;
    opacity: .7;
}

.main-page h1 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
}

.listing-card {
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
}

.listing-card-img .swiper-slide img {
    height: 275px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    object-fit: cover;
}

.listing-card a {
    text-decoration: none;
    color: #000;
}

.listing-card a:hover {
    color: #000;
}

.listing-card-img .swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    border-radius: 3px;
    background-color: #000;
    font-size: 16px !important;
    padding: 8px 10px;
}

.listing-card-img .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 1px);
    right: auto;
}

.listing-card-img .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
    left: auto;
}

.transopediaverified {
    width: 60px;
    height: 35px;
    object-fit: cover;
}

.listing-card .ratting {
    padding: 2px 4px;
    font-size: 12px;
    background-color: #041c2e;
    border-radius: 5px;
    color: #fff;
}

.listing-card span {
    color: #9f9f9f;
    font-size: 13px;

}

.card-tags {
    margin-bottom: 5px;
}

.card-tags span {
    padding: 2px 8px;
    border: 1px solid #eee;
    color: #000;
    border-radius: 10px;
    background-color: #f5f5f5;
    font-size: 12px;
}

.card-description {
    font-size: 13px;
    margin-top: 4px;
    font-weight: 400;
}

.listing-card-btn {
    padding: 3px 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    gap: 4px;
    text-decoration: none;
}

.select2-dropdown {
    top: 9px;
    left: -37px !important;
    z-index: 1 !important;
    width: 222.6px !important;
}

.listing-area p {
    margin: 5px 0px;
}

.listing-card-btn i {
    font-size: 18px;
    font-weight: 500;
}

.listing-from {
    padding: 20px;
    border: 1px solid #eee;
    background-color: #f8f9f9;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 5px;
}

.listing-from .input {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
}

.listing-from .input input {
    width: 100%;
    border: none;
    outline: none;
    background-color: #fff !important
}

textarea.valid,
select.valid,
input[type="text"].valid,
input[type="email"].valid,
input[type="password"].valid { 
    background-color: #fff !important;
}

.listing-from a {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.listing-from.link a {
    text-align: start;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.listing-from.link a:hover {
    text-decoration: underline;
    color: #0F7DD8;
}

.heart {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
}

.sy-btn {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #034460;
    background-color: #ffffff;
    text-decoration: none;
    color: #034460;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 500;
}

.btn-gif span {
    display: inline-flex;
    align-items: center;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(-45deg);
    margin-bottom: 3px;
    animation: gif-animate 2s infinite;
}

.btn-gif span:nth-child(1) {
    animation-delay: 0.2s;
}

.btn-gif span:nth-child(2) {
    animation-delay: 0.4s;
}

@keyframes gif-animate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.sy-btn i {
    font-size: 20px;
    font-weight: 600;
    color: #058a07;
}

.card-mid-secction {
    padding: 10px;
    background-color: #d6ecff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.card-mid-secction h5 {
    font-size: 15px;
}

.card-mid-secction p {
    font-size: 12px;
}

.card-mid-secction form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.accordion-body {
    padding: 0px !important;
}

.input {
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
}

.input input {
    width: 100%;
    border: none;
    outline: none;
    background-color: #fff
}

.fixed-scroll {
    position: sticky;
    top: 75px;
}

.filter-select {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.filter-select ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
}

.filter-select ul li a {
    text-decoration: none;
    color: #000;
}

.home-experience {
    background-color: #f8f9f9;
    border: 1px solid #eee;
    border-radius: 10px;
}

.home-experience .related-post {
    border: none;
}

.home-experience .transopediaverified {
    width: 50px;
    height: 25px;
    object-fit: cover;
}

.home-experience .transopediaverified img {
    width: 100%;
    height: 100%;
}

.home-experience .ratting {
    padding: 2px 4px 3px 4px;
    background-color: green;
    border-radius: 5px;
    color: #fff !important;
}

.login .modal-content {
    border-radius: 15px !important;
}

/* .login img {
    width: 120px;
    height: 50px;
} */
.login .input {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #f0f3f5;
    border: 1px solid black;
    outline: none;
    padding: 8px 12px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.loginbtn {
    background-color: #041c2f;
    padding: 10px 70px;
    margin: 20px 0px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
}

.loginbtn:hover {
    background-color: #FEC201;
}

.Search-across {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 15px 5px 15px 0px;
    color: #000;
    text-decoration: none;
}

#element {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 15px 15px 15px 0px;
    color: red;
    text-decoration: none;
}

.direction-map li a {
    font-size: 14px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.free-listing {
    top: -13px;
    left: 33px;
    background: #cb1717;
    padding: 1px 5px;
    font-size: 11px;
    color: #fff;
    position: absolute;
}

header .hero-location {
    padding: 3px 7px;
}

/* Listing Page */


/* Details Pages */
.enquire-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 2px 20px;
    font-size: 15px;
}

.enquire-btn span {
    color: #fff;
    font-size: 10px;
}

.details-card .input {
    padding: 5px 10px;
    font-weight: 400;
    background: #cb1717 !important;
    color: #fff !important;
    font-size: 13px;
}

.details-card .input:hover {
    background-color: #f5f5f5;
}

.details-page-datails ul {
    list-style-type: none;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}

.details-page-datails ul h4 {
    margin-bottom: 5px;
}

.details-page-datails ul li i {
    color: green;
}

.details-page-datails ul li {
    margin: 12px 0;
}

.question-btn {
    padding: 5px 7px;
    border: 1px solid #0F7DD8;
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #0F7DD8;
    margin-top: 9px;
}

.details.ratting {
    font-size: 20px;
    background-color: green;
    border-radius: 4px;
}

.details-rate {
    float: left;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: 'â˜… ';
}

.rate>input:checked~label {
    color: #FEC201;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #FEC201;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #FEC201;
}

.comment-date span {
    color: #000;
}

.comment-bnt span {
    display: flex;
    align-items: center;
    color: #000;
    margin-right: 50px;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.comment-bnt span p {
    margin: 0px;

}

.question-cart {
    border-bottom: 1px solid #9f9f9f;
    padding-bottom: 20px;
}

.detail-address {
    margin-bottom: 20px;
}

.detail-address ul {
    list-style-type: none;
    padding: 0px;
}

.detail-address ul li {
    margin: 10px 0px;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.detail-address ul li a {
    text-align: start;
    color: #000;
    font-weight: 400;
    padding-bottom: 5px;
    display: flex;
    gap: 8px;
    font-size: 13px;
    align-items: center;
}

.detail-address ul li a i {
    color: #0F7DD8;
}

.related-post {
    border: 1px solid #eee;
    padding: 3px;
    display: flex;
    gap: 10px;
    background-color: #f8f9f9;
    border-radius: 5px;
    margin-top: 10px;
}

.related-post img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.related-post span {
    font-size: 16px;
    font-weight: 400;
    color: #0F7DD8;
}

.related-post p {
    font-size: 14px;
    font-weight: 500;
}

.related-post .d-flex span {
    color: #000;
    font-size: 14px;
}

.bottom-content {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 5px 10px black;
    z-index: 11;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    display: none;
}

.bottom-content a {
    text-decoration: none;
}

.customer-contact-mobile {
    display: none;
}

/* Details Pages */


/* Work and from questes section */
.list-how-works li {
    display: flex;
    width: 100%;
    padding-bottom: 25px;
    align-items: center;
}

.list-how-works li .image-how {
    max-width: 84px;
    min-width: 84px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    line-height: 84px;
}

.list-how-works li .image-how .img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: #FFE799;
    border: 1px solid #FEC201;
    display: inline-block;
}

.list-how-works li .image-how .img img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}

.form-group {
    margin-bottom: 20px;
}

.home-form {
    border: 1px solid #eee;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #f8f9f9;
}

.home-form .input {
    padding: 8px 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
}

.home-form .input textarea {
    width: 100%;
    border: none;
    outline: none;
    background-color: #fff;
    resize: none;
}

.btn.btn-brand-1-big {
    padding: 18px 26px;
    color: #034460;
    background: #FEC201;
    border-radius: 0px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.btn-link-medium {
    text-decoration: none;
    display: inline-block;
    color: black;
}

/* Work and from questes section */


/* Blog Section */
.blog-section a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}

.blog-section a:hover {
    color: #deb217;
}

.blog-section hr {
    height: 0.5px !important;
}

/* Blog Section */



/* Job  Listing */
.job-listing .listing-card {
    padding: 10px;
    font-size: 20px;
}

.job-listing a,
.job-listing a:hover {
    text-decoration: none;
    color: black;
}

.job-listing .listing-card span {
    font-size: 13px;
}

.job-listing .listing-card i {
    color: #9f9f9f;
}

.job-listing .listing-card .head-top h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.job-tags .tags {
    padding: 3px;
    font-size: 11px;
    display: flex;
    gap: 3px;
    align-items: center;
    background-color: rgb(242, 242, 243);
}

.job-details {
    background-color: #034460;
    color: #fff;
}

.job-details ul li a {
    color: #fff;
}

.job-details ul li a::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background-image: none;
    transform: rotate(-45deg);
    width: 7px;
    height: 7px;
    right: 0px;
}

.job-details .job-tags .tags {
    padding: 3px 5px;
    font-size: 11px;
    display: flex;
    gap: 3px;
    align-items: center;
    background-color: transparent;
    border: 1px solid;
    border-radius: unset;
    color: #f9fafb;
}

.job-details .col-lg-6 a {
    text-decoration: none;
    color: #fff;
}

.job-details .listing-card {
    background-color: #fff;
    color: #000;
}

/* Job  Listing */

/* buy-directory */
.Rozorpay svg {
    position: relative;
    margin-top: 12px;
    margin-left: 13px;
    height: 100%;
}

.Rozorpay a {
    position: relative;
    display: flex;
    text-decoration: none;
    color: #000 !important;
    overflow: hidden;
}

.Rozorpay a::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    width: 50px;
    height: 48px;
    background: #1e40a0;
    border-radius: 2px 0 0 2px;
    transform: skew(-15deg, 0);
}

.rozopay-content {
    background-color: #eaf2fe;
    padding: 2px 10px;
    border-radius: 2px;
    padding-left: 30px;
}

.Rozorpay div p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0px;
}

.Rozorpay div span {
    font-size: 10px;
    margin-top: 2px;
}

.buy-directory ul {
    list-style-type: none;
    padding: 0px;
}

.buy-directory ul li {
    margin: 10px 0px;
}

.buy-directory ul i {
    font-size: 18px;
    color: #0F7DD8;
    margin-right: 10px;
}

.buy784gkl {
    position: relative;
}

.buy-directory-main-content {
    position: absolute;
    top: -400px;
}

.buy-directory .col-md-8,
.buy-directory .col-md-4 {
    margin-bottom: 10px;
}

/* buy-directory */



/* membership css */
.mem-tabs {
    margin-bottom: 0px !important;
    border: 1px solid #cbd6e2 !important;
    border-radius: 0px !important;
    padding: 25px 50px !important;
    background: #f2f5f8 !important;
}

.membership-tabs ul {
    justify-content: center;
    align-items: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff !important;
}

.member-packeges ul {
    list-style-type: none;
    padding: 0px;
}

.member-packeges ul li {
    border: 1px solid #cbd6e2;
    margin: 20px 0px;
    width: 100%;
}

.member-packeges ul li button {
    width: 100%;
    padding: 25px 30px;
    color: #000;
}

.member-packeges ul li:hover {
    background-color: #7fd0dd;
    cursor: pointer;
}

.member-packeges ul li h4 {
    font-size: 20px;
}

.member-packeges ul li span {
    font-size: 20px;
    margin-right: 5px;
    color: #0F7DD8;
}

.member-pack-content #more {
    display: none;
}

#myBtn {
    cursor: pointer;
}

.nav-pills .nav-link.active,
.nav-link:hover {
    background-color: #e6f5f8 !important;
    border-color: #e6f5f8;
    color: #000 !important;
    border-radius: 0px !important;
}

/* membership css */

@media screen and (max-width:469px) {
    .homecategory-a {
        height: 140px;
        margin-top: 10px;
    }

    .homecategory {
        gap: 10px !important;
    }
}

@media screen and (max-width:996px) {
    header .mobile {
        position: fixed;
        top: 0px;
        right: -1000px;
        bottom: 0;
        height: 100vh;
        background-color: #fff;
        width: 100%;
        z-index: 1111;
        flex-direction: column;
        padding: 20px;
        transition: all 0.5s ease-in-out;

    }

    header .mobile.active {
        right: 0px;
    }

    header .mobile li {
        margin: 5px 0px;
    }

    .homecategory-a {
        margin-top: 10px;
    }

    .homecategory {
        gap: 20px;
    }

    .homecategory-a .homecategory-text {
        font-size: 12px;
    }

    .homecategory-a .homecategory-dec {
        font-size: 10px;
    }

    .enquire-btn {
        display: none;
    }

    .bottom-btn {
        margin-top: 8px;
    }

    .details-page-datails h4 {
        margin-top: 10px;
    }

    .details-page-datails li {
        font-size: 16px;
    }

    .comment-bnt span {
        margin-right: 40px;
    }

    .listing-card .col-md-8 {
        margin-top: 10px;
    }

    .fixed-scroll {
        position: inherit;
        margin-bottom: 10px;
    }

    .card-mid-secction form .input {
        width: 100%;
    }

    .card-mid-secction form a {
        width: 100%;
        text-align: center;
        display: block;
    }

    .box-bar .phone-icon,
    .box-bar .email-icon {
        overflow: hidden;
        width: 20px;
        height: 20px;
        margin-right: 10px !important;
        display: inline-block;
        padding: 0;
    }

    .box-bar i {
        font-size: 14px;
    }

    .list-how-works {
        padding: 0;
    }

    .list-how-works h5 {
        font-size: 16px;
    }

    .list-how-works p {
        font-size: 14px;
    }


    .hum-menu {
        display: block !important;
    }

    .close-menu {
        display: block !important;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 1111;
    }

    .hum-menu2 {
        display: none;
    }
}

.desktop-menu {
    position: fixed;
    top: -9px;
    right: -10000px;
    bottom: 0;
    height: 100vh;
    background-color: #d4d4d462;
    width: 100%;
    z-index: 1111;
    flex-direction: column;
    padding: 20px;
    transition: all 0.5s ease-in-out;
    overflow-y: hidden;
}

.desktop-menu.active,
.desktop-menu.active ul {
    right: 0px;
}

.desktop-menu ul {
    position: fixed;
    top: -9px;
    right: -1000px;
    bottom: 0;
    height: 100vh;
    background-color: #fff;
    width: 30%;
    z-index: 1111;
    flex-direction: column;
    padding: 20px;
    transition: all 0.5s ease-in-out;
}

.desktop-menu-close-menu {
    display: block !important;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1111;
}

.desktop-menu ul li {
    margin: 5px 0px;
}

.select2-container--default .select2-selection--single {
    background-color: #f5f5f5 !important;
    border: 1px solid #f5f5f5 !important;
    ;
    border-radius: 4px;
}

.bg-tpbutton {
    background-color: #034460 !important;
}

.listing {
    font-size: 20px;
    margin: 0px;
}

.o44 {
    padding: 100px 0px;
}

.box-404-left h1 {
    font-size: 64px;
}

.box-404-left h3 {
    font-size: 32px;
}

.o4o4-btn svg {
    width: 15px;
}

.section {
    display: inline-block;
    width: 100%;
}

.btn.btn-tag {
    padding: 7px 10px 7px 11px;
    background: #FEC201;
    border-radius: 0px;
    color: #034460;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}

.box-pageheader-1 {
    background: #034460;
    background-size: cover;
    padding: 81px 0px;

    color: #fff;
}

.box-cover-contactform {
    background-color: #FFE799;
}

.box-contactform-left {
    padding: 68px 86px;
    background-color: #E0F0F6;
}

.box-contactform-right {
    position: relative;
}

.box-contactform-right .map-info {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    margin-left: 0px;
}

.map-info {
    position: absolute;
    top: 48px;
    bottom: 48px;
    right: 38px;
    max-width: 340px;
    z-index: 12;
    background-color: #ffffff;
    padding: 35px 31px;
    margin-left: 38px;
}

.icon-16 {
    height: 16px;
    color: #041C2F;
}

.color-brand-1 {
    color: #FEC201 !important;
}

.color-grey-700 {
    color: #5B647C;
}

.box-contactform-right p {
    font-size: 14px;
}

.box-contactform-right p svg {
    margin-right: 5px;
}

.bg-2 {
    background-color: #E0F0F6 !important;
}

.box-hero-blog {
    padding-top: 155px;
    padding-bottom: 155px;
}

.card-blog-grid {
    margin-bottom: 30px;
    background-color: #FAFBFC;
    border: 1px solid #E8E9ED;
}

.card-blog-grid .card-image {
    position: relative;
}

.card-blog-grid .card-info {
    padding: 15px;
}

.line-border {
    border-bottom: 1px solid #E8E9ED;
    margin: 20px 0px;
}

.btn.btn-link {
    padding: 0px;
    font-size: 14px;
    line-height: 14px;
    color: #034460;
}

.card-blog-grid .card-info a {
    text-decoration: none;
}

.color-brand-2 {
    color: #034460 !important;
}

.box-pageheader-services {
    background-color: #ffffff;
    background-image: none;
    padding-bottom: 55px;
}

.content-detail {
    max-width: 898px;
    margin: auto;
}

.accordion .accordion-button {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    background-color: #034460;
    border: 0px;
    padding: 15px;
    border-radius: 0px;
    margin: 0;

}

button,
input,
optgroup,
select,
textarea,
.accordion-button:focus {
    outline: 0 !important;
}

.accordion .accordion-item:first-of-type .accordion-button {
    border-radius: 0px;

}

.accordion .accordion-collapse {
    border-width: 0 0 0 0 !important;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #000;
}

.accordion .accordion-body {
    padding: 13px !important;
    font-size: 14px;
}

.accordion-button::after {
    background-image: url("../imgs/page/homepage1/down.svg");
}

.accordion-button:not(.collapsed) {
    background-color: #FEC201 !important;
    color: #034460 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../imgs/page/homepage1/up.svg");
    transform: rotate(0deg);
}


.home-page .Button1 {
    width: 100%;
    background: #3a495c;
    color: #fff;
    padding: 12px 80px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.package-cart {
    position: relative;
    overflow: hidden;
}

.package-cart .ribbon {
    width: 150px;
    height: 34px;
    top: 5px;
    left: -50px;
    background: #FF0000;
    position: absolute;
    font-family: arial;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 10px;
    transform: rotateZ(-45deg);
}

.btn-show-more {
    margin: 0 auto;
    display: flex !important;
    ;
    max-width: 112px;
    border-radius: 8px;
    padding: 16px 40px;
    text-align: center !important;
}

.bg-btn {
    background-color: #cb1717 !important;
}

.recentviews {
    font-size: 12px;
    color: #041c2e !important;
}

.load-more {
    background-color: #cb1717 !important;
    color: #fff !important;
    border: none !important;
}

.load-more:hover {
    background-color: #fff !important;
    color: #cb1717 !important;
    border: 1px solid #cb1717 !important;
}

#listing_number {
    cursor: pointer;
}

.hum-menu2,
.desktop-menu-close-menu {
    cursor: pointer;
}

.enquire-btn-details {
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: none !important;
    opacity: 1 !important;
    cursor: pointer;
}

.getDealBtn {
    border: none;
}

#quickCall .input label {
    display: none !important;
}

.getDealBtn {
    padding: 7px 9px;
}

.hero-location label.error {
    display: none !important;
}

.most-search-area a {
    position: relative;
    padding-right: 10px;
    display: inline-block;
    padding-left: 2px;
    color: #555;
    font-size: 12px;
    text-decoration: none;
}

.most-search-area a:hover {
    text-decoration: underline;
}

.most-search-area a:after {
    content: "|";
    position: absolute;
    right: 1px;
    top: 0;
    color: #555;
}

.most-search h5 {
    font-size: 16px;
}

.advertisement-area.mobile-add {
    display: none !important;
}

.advertisement-area.mobile-add img {
    height: 150px;
    object-fit: cover;
}

.partnership-page {
    height: 435px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-image: url('../images/driver.png');
    background-position: center;
    color: #fff;
}

.partnership-page .head-content { 
    background-color: #ffe590;
    border-radius: 0 0 27px 27px;
}

.partnership-page .head-content p {
    opacity: 1;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    font-size: 28px;
    color: #041c2f;
    padding: 20px 30px;
    text-align: center;
}

.findtruckdriver-page {
    height: 435px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-image: url('../images/find-truck-drivers.png');
    background-position: center;
    color: #fff;
}

.findtruckdriver-page .head-content {
    padding-top: 180px;
}

.findtruckdriver-page .head-content p {
    opacity: 1;
    border-radius: 17px;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    font-size: 28px;
    color: #fff;
    width: 650px;
    padding: 20px 30px;
    text-align: left;
}

.founder div img {
    display: block;
    width: 60px;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
}

.founder div h3 {
    font-size: 18px;
}

.right_section {
    width: 100%;
    padding-left: 40px;
}

.cardimage_1 {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0 0 20px 0;
}

.cardimage_1 {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0 0 20px 0;
}

.card_col1 {
    height: 150px;
    width: 150px;
    margin: 0 20px 0 0;
}

.cardimage_2 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.cardimage_left_2 {
    display: inline-flex;
    flex-flow: row wrap;
    width: calc(60% - 20px);
    margin: 0 20px 0 0;
}

.cardimage_right_2 {
    display: inline-flex;
    flex-flow: row wrap;
    width: 40%;
    justify-content: flex-end;
}

.cardimage_right_2 {
    display: inline-flex;
    flex-flow: row wrap;
    width: 40%;
    justify-content: flex-end;
}

.card_col2 {
    height: 200px;
    width: 150px;
}

.cardimage_leftimg_2 {
    height: 100px;
    width: 100px;
    margin: 0 20px 0 0;
}

.cardimage_leftimg_3 {
    height: 200px;
    width: 150px;
}

.cardimage_rightimg_1 {
    height: 280px;
    width: 100%;
}

.cardimagebtm_wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.bg-btn-report {
    background-color: #a36e6e !important;
}

.form-check-input.error~label {
    display: none !important;
}

.form-check-input:focus.error {
    border-color: red;
    box-shadow: none;
}

.login-goolge {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.tags {
    background-color: rgb(242, 242, 243);
    border-radius: 32px;
    padding: 5px 15px;
    display: inline-block;
    color: rgb(117 117 117 / 36%);
    margin-top: 5px;
}

.login-goolge a {
    border: 1px solid #eee;
    padding: 8px 14px;
    margin-top: 10px;
    text-decoration: none;
    color: #000;
    border-radius: 40px;
}

.login-goolge a i {
    margin-right: 5px;
}

.loginwelcome {
    padding-left: 5px;
    border-left: 1px solid;
}

#emailShowHere {
    color: #058a07;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 540px;
}

.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}

.drivers_icons {
    width: 14%;
}

.title {
    text-align: start;
    font-size: 2rem;
    font-weight: bold;
}

.title span.navi {
    color: #003865;
}

.btn-outline-custom {
    color: #003865 !important;
    /* Bootstrap primary */
    border: 1px solid #003865 !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    background-color: transparent !important;
    text-decoration: none;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.btn-outline-custom:hover {
    background-color: #003865 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.text-navi {
    color: #003865 !important;
}

.bg-navi {
    background-color: #003865 !important;
    color: white !important;
}

.title span.orange {
    color: #ff9900;
}

.table-container {
    margin: auto;
    overflow: hidden;
    border-top: 1px solid #ccc;
    height: 160px;
    /* ~5 rows */

    /* Height of one row */
    position: relative;
}

table {
    margin-bottom: 0;
}

.table td {
    vertical-align: middle;
}

.scrolling-table {
    transition: transform 0.5s ease-in-out;
}

.load-table {
    background: #f9f9f9;
    border-radius: 10px;
}

.table thead {
    background: #f1f1f1;
    font-weight: 600;
}

.unlock-btn {
    color: #28a745;
    font-weight: 600;
    cursor: pointer;
}

.added-time {
    background: #d4edda;
    color: #155724;
    border-radius: 5px;
    padding: 2px 6px;
    font-size: 13px;
}

.table td,
.table th {
    vertical-align: middle;
}

.table th,
.table td {
    padding: 12px;
}

.table-row {
    background-color: #fff;
    transition: background 0.3s ease;
}

.table-row:hover {
    background-color: #f3f3f3;
}

.table-container {
    overflow-x: auto;
}

.load-data {
    cursor: pointer !important;
}

.load-data:hover {
    cursor: pointer !important;
    color: #0F7DD8 !important;
}

.form-control:focus {
    box-shadow: none !important;
}

/* Gradient dark header */
.table-modern thead th {
    background: #003865;
    color: #fff;
    border: none;
    font-weight: 600;
    position: relative;
    padding: 12px;
    cursor: pointer;
}

.table-modern th.sort-active {
    position: relative;
    color: #ffc107;
}

.table-modern th.sort-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 2px;
    background: #ffc107;
}

.table-modern th {
    cursor: pointer;
}

.table-modern tbody tr {
    transition: background 0.3s;
}

.table-modern tbody tr:hover {
    background-color: #f1f9ff;
}

.table-modern td {
    vertical-align: middle;
    padding: 12px;
    background-color: #fff;
}

.bg-navi {
    background-color: #007bff;
    color: #fff;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 10px !important;
}

.thankyou-box {
    background-color: #fff;
    max-width: 600px;
    width: 100%;
    border: 1px solid #eee;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.thankyou-icon i {
    font-size: 90px;
    color: #fec305;
}

.text-brand {
    color: rgb(4 28 47);
}

.tags.highlight {
    background-color: #041c2f !important;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 15px !important;
    padding: 5px 10px !important;
}

.job-prefrence {
    background-color: #fff6d7 !important;
    color: #000000 !important;
    font-weight: bold !important;
    border-radius: 15px !important;
    padding: 5px 10px !important;
}

.highlight span {
    color: #fff !important;
}

.job-prefrence span {
    color: #000000;
}

.btn-brand {
    background-color: #fec305 !important;
    color: #000 !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
}

.btn-brand:hover {
    background-color: rgb(4 28 47) !important;
    color: #ffffff !important;
}

.contact-form-box {
    border-left: 4px solid #fec305;
    background-color: #fff;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
    border-color: #fec305;
    box-shadow: 0 0 0 0.2rem rgba(254, 195, 5, 0.2);
}

.btn-warning {
    background-color: #fec305;
    border: none;
}

.btn-warning:hover {
    background-color: #e6b802;
}

.footer-section {
    background-color: #041c2f;
    position: relative;
    overflow: hidden;
}

.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 2px;
    background: linear-gradient(to right, #fec306, transparent, #fec306);
    opacity: 0.4;
}

.footer-title {
    color: #fec306;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.footer-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #fec306;
    margin-top: 6px;
    border-radius: 2px;
}

.footer-links a {
    color: #d3d9df;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fec306;
    padding-left: 5px;
}

.social-icon {
    width: 36px;
    height: 36px;
    border: 1px solid #fec306;
    border-radius: 50%;
    color: #fec306;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #fec306;
    color: #041c2f;
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #031726;
    color: #ccc;
    font-size: 14px;
}

/* Hero Section */
.testimonial-hero {
    background-color: #041c2f;
    color: white;
    text-align: center;
    padding: 100px 20px 80px;
    background-image: linear-gradient(180deg, #041c2f 0%, #072b4a 100%);
}

.testimonial-hero h1 {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 15px;
}

.testimonial-hero p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.avatar-placeholder {
    width: 90px;
    height: 90px;
    background-color: #041c2f;
    color: #fec306;
    font-weight: 700;
    font-size: 30px;
    border: 3px solid #fec306;
}

/* Testimonial Cards */
.testimonial-card {
    background: white;
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fec306;
    object-fit: cover;
}

.testimonial-name {
    font-weight: 600;
    color: #041c2f;
}

.testimonial-role {
    color: #6c757d;
    font-size: 0.9rem;
}

.star-rating i {
    color: #fec306;
}

.section-title {
    color: #041c2f;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #fec306;
    display: block;
    margin: 15px auto 0;
    border-radius: 5px;
}



.package-section {
    padding: 80px 0;
    text-align: center;
}

.package-section h1 {
    color: #fec306;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 2.5rem;
}

.package-section p {
    color: #000000ff;
    margin-bottom: 50px;
    font-size: 1.1rem;
}

.package-card {
    background-color: #0a2d47;
    border: 2px solid #fec306;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    padding: 40px 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.price {
    font-size: 3rem;
    color: #fec306;
    font-weight: 700;
}

.lead-text {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
}

.btn-yellow {
    background-color: #fec306 !important;
    color: #041c2f !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    padding: 10px 30px !important;
    transition: 0.3s !important;
}

.btn-yellow:hover {
    background-color: #fdc808 !important;
    color: #fff !important;
}

.footer-text {
    margin-top: 60px;
    font-size: 0.95rem;
    color: #383b3e;
}

/* Show More Button Styling */
.show-more-container {
    text-align: center;
    margin: 30px 0;
}

.show-more-btn {
    background-color: #fecd30;
    color: #041c2f;
    border: none;
    padding: 12px 30px;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.show-more-btn:hover {
    background-color: #041c2f;
    color: #fff;
}

.show-more-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.loader {
    display: none;
    text-align: center;
    margin: 20px 0;
}

.loader-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #041c2f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    background-color: white;
    border-radius: 50%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-float img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 18px rgba(37, 211, 102, 0.5);
}
@media (max-width: 767.98px) {
  p{
    text-align: justify !important;
  }
  .findtruckdriver-page{
    height: 150px !important;
  }
}
