:root {
    --poppin: "Poppins", sans-serif;
    --roboto: "Roboto", sans-serif;
    --pc: rgba(68, 157, 68, 1);
    --boxshadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/* for laptop devices 1366 */

@media (min-width: 1200px) and (max-width: 1500px) {
    .powered-by a {
        display: inline-block;
        width: 145px;
    }

    .ham-btn {
        display: none;
    }

    .ham-btn+.offcanvas {
        display: none;
    }

    hgroup h2 {
        font-size: 35px;
    }

    hgroup h3 {
        font-size: 14px;
    }

    .h-about-box h3 {
        font-size: 17px;
    }

    .h-about-box p {
        font-size: 13px;
    }

    .package table * {
        font-size: 14px;
    }

    .prim-btn {
        padding: .8rem 2rem;
        color: #fff !important;
        text-transform: capitalize;
        font-size: 16px;
    }

    .hover-card {
        height: 240px;
    }

    .hover-card h3 {
        font-size: 17px;
    }

    .service-box h3 {
        font-size: 17px;
    }

    .tripadv-logo {
        width: 130px;
        margin-left: auto;
    }

    .f-links li a,
    .f-links li {
        font-size: 14px;
    }

    .f-bottom p {
        font-size: 13px;
    }

    .package-content h3 {
        font-size: 17px;
    }

    .rental-card h3 {
        font-size: 20px;
    }

    .rental-card {
        height: 250px;
    }

    .enq-h2 {
        font-size: 21px;
    }

    .c-left-area h2 {
        font-size: 27px;


    }

    .bottom-box h3 {
        font-size: 17px;
    }

    .bottom-box li,
    .bottom-box a {
        font-size: 13px;
    }

    .ser-list p {
        font-size: 14px;
    }

}


/* bigger screen pc */
@media (min-width: 1400px) {

    .ham-btn,
    .ham-btn+div {
        display: none;
    }
}



/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1199px) {
    .powered-by a {
        display: inline-block;
        width: 145px;
    }

    .ham-btn,
    .ham-btn+div {
        display: none;
    }

    .top-bar ul li a {
        font-size: 13px;


    }

    header .nav-link {
        font-size: 15px;
    }

    .cont-btn {
        padding: 11px 25px;
        color: #fff !important;
        text-transform: capitalize;
        font-size: 13px;
    }

    .package-tab .nav-link {
        font-size: 14px;
    }

    h1 {
        font-size: 28px;
    }

    .form-body label {
        font-size: 14px;
    }

    .car-foot h3 {
        font-size: 14px;
    }

    .form-body select,
    .form-body input,
    .form-body textarea {
        font-size: 13px;
    }

    .btn-area button {
        font-size: 15px;
    }

    .banner-area {
        height: 930px;
    }

    hgroup h2 {
        font-size: 27px;
    }

    hgroup h3 {
        font-size: 14px;
    }

    .h-about-box h3 {
        font-size: 17px;
    }

    .h-about-box p {
        font-size: 13px;
    }

    .package table * {
        font-size: 13px;
    }

    .prim-btn {
        padding: 11px 35px;
        color: #fff !important;
        text-transform: capitalize;
        font-size: 14px;
    }

    .hover-card h3 {
        font-size: 16px;
    }

    .hover-card p {
        font-size: 13px;
    }

    .hover-card {
        height: 250px;
    }

    .service-box h3,
    .service-box-head h3 {
        font-size: 14px;
    }


    .f-logo {
        width: 115px;
    }

    footer h3 {
        font-size: 14px;
    }

    .f-links li a,
    .f-links li {
        font-size: 13px;
    }

    .tripadv-logo {
        width: 100px;
        margin-left: auto;
    }

    .f-bottom p {
        font-size: 13px;
    }

    .btn-area {
        width: 340px;
    }

    .review-area {
        left: 380px;
    }

    .banner-area.banner-v2 h1 {
        font-size: 28px;
    }

    p {
        font-size: 13px;
    }

    .content h3 {
        font-size: 22px;
    }

    .package-content h3 {
        font-size: 15px;
        text-transform: capitalize;
        margin: 1rem 0;
    }

    .package-content span,
    .package-content a {
        font-size: 13px;
    }

    .rental-card h3 {
        font-size: 16px;
    }

    .rental-card ul li {
        font-size: 13px;
    }

    .rental-card {
        height: 250px;
    }

    .coach-rental-detial table * {
        font-size: 13px;
        padding: 10px;
    }

    .detial-right thead th:first-child,
    .detial-right tbody th:first-child {
        width: auto;
    }

    .coach-rental-detial h3 {
        font-size: 15px;
    }

    .enq-h2 {
        font-size: 16px;
    }

    .c-left-area h2 {
        font-size: 25px;
    }

    .bottom-box h3 {
        font-size: 16px;
    }

    .contact-page-area .col-4 {
        flex: 0 0 auto;
        width: 45%;
    }

    .bottom-box li,
    .bottom-box a {
        font-size: 13px;
        text-transform: capitalize;
        color: #fff;
    }

    .ser-list p {
        margin: 0;
        font-family: var(--roboto);
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        color: #5f5f5f;
    }

}





/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .powered-by a {
        display: inline-block;
        width: 145px;
    }

    .car-foot h3 {
        font-size: 12px;
    }

    .service-box-head h3 {
        font-size: 14px;
    }

    .secondary-nav {
        list-style: none;
        padding: 0;
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .secondary-nav li a {
        text-decoration: none;
        color: #333;
        padding: 5px 10px;
        display: block;
        transition: all 0.3s ease;
        border-left: 3px solid #ccc;
        font-family: var(--poppin);
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 500;

    }

    .secondary-nav li a:hover {
        color: var(--pc);
        background-color: #f5f5f5;
    }

    .secondary-nav li a.active {

        color: var(--pc);
        border-left-color: var(--pc);
    }

    .offcanvas-header h5 {
        font-size: 24px;
        text-transform: capitalize;
    }

    button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none;
    }

    .offcanvas-body {
        padding-top: 0;
    }


    .top-bar ul li a {
        font-size: 12px;


    }

    header .nav-link {
        font-size: 15px;
    }

    .cont-btn {
        padding: 11px 25px;
        color: #fff !important;
        text-transform: capitalize;
        font-size: 13px;
    }

    .package-tab .nav-link {
        font-size: 11px;
        z-index: 99;
    }

    .package-tab {
        padding: 1rem 1rem 2rem;
    }

    .package-tab:after {
        content: '';
        position: absolute;
        bottom: -52px;
        left: -43px;
        background: #ffffff;
        width: 100px;
        height: 110px;
        clip-path: path('M 0,67 L 0,6 L 85,6 L 113,109 C 72,72 49,60 0,104 Z');
        transform: rotate(130deg);
        z-index: 9;
    }

    h1 {
        font-size: 28px;
    }

    .form-body label {
        font-size: 12px;
    }

    .form-body select,
    .form-body input,
    .form-body textarea {
        font-size: 12px;
    }

    .btn-area button {
        font-size: 13px;
    }

    .car-pick-body {
        grid-template-columns: repeat(4, 1fr);
    }

    .banner-area {
        height: 740px;
    }

    .cont-btn {
        display: none;
    }

    header .navbar-toggler {
        display: none;
    }

    .ham-btn {
        background: transparent !important;
        border: none;
        padding: 0;
        width: 45px;
        display: inline-block;
    }

    hgroup h2 {
        font-size: 24px;
    }

    .c-left-area>div {
        gap: 1rem;
    }

    hgroup h3 {
        font-size: 14px;
    }

    .h-about-box h3 {
        font-size: 15px;
    }

    .table-div {
        overflow-x: auto;
    }

    .h-about-box p {
        font-size: 13px;
    }

    .package table * {
        font-size: 13px;
    }

    .prim-btn {
        padding: 11px 35px;
        color: #fff !important;
        text-transform: capitalize;
        font-size: 14px;
    }

    .hover-card h3 {
        font-size: 16px;
    }

    .hover-card p {
        font-size: 12px;
    }

    .hover-card {
        height: 250px;
    }

    .service-box h3 {
        font-size: 13px;
    }

    .service-box {
        height: 100%;
    }

    .f-logo {
        width: 90px;
    }

    footer h3 {
        font-size: 13px;
    }

    .f-links li a,
    .f-links li {
        font-size: 12px;
    }

    .tripadv-logo {
        width: 45px;
        margin-left: auto;
    }

    .f-bottom p {
        font-size: 13px;
    }

    .btn-area {
        width: 340px;
    }

    .review-area {
        display: none;
    }

    .banner-area.banner-v2 h1 {
        font-size: 28px;
    }

    p {
        font-size: 13px;
    }

    .content h3 {
        font-size: 18px;
    }

    .dest-det-img {
        position: sticky;
        top: 180px;
    }

    .banner-area.banner-v2 {
        height: auto;
        padding: 5rem 0;
    }

    .packages div[class*='col'] {
        width: 33.3%;
    }


    .package-content h3 {
        font-size: 14px;
        text-transform: capitalize;
        margin: 1rem 0;
    }

    .package-content span,
    .package-content a {
        font-size: 13px;
    }

    .rental-card h3 {
        font-size: 16px;
    }

    .rental-card ul li {
        font-size: 13px;
    }

    .rental-card {
        height: 170px;
    }

    .coach-rental-detial table * {
        font-size: 13px;
        padding: 10px;
    }

    .detial-right thead th:first-child,
    .detial-right tbody th:first-child {
        width: auto;
    }

    .coach-rental-detial h3 {
        font-size: 15px;
    }

    .enq-h2 {
        font-size: 16px;
    }

    .c-left-area h2 {
        font-size: 20px;
    }

    .bottom-box h3 {
        font-size: 14px;
    }

    .contact-page-area .col-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .bottom-box li,
    .bottom-box a {
        font-size: 12px;
        line-height: 23px;
        text-transform: capitalize;
        color: #fff;
    }

    .ser-list p {
        margin: 0;
        font-family: var(--roboto);
        font-size: 13px;
        line-height: 22px;
        font-weight: 400;
        color: #5f5f5f;
    }

    .ser-list {
        padding: 1.5rem;
    }

}





/* small mobile :767px. */

@media (max-width: 767px) {}



/* Large Mobile :480px. */

@media only screen and (min-width: 320px) and (max-width: 767px) {
#CDSWIDCOE {
    margin-left: auto !important;
    margin-right: auto !important;
}

    .service-detail div[class*='col'] {
        width: 100%;
    }

    .f-bottom {
        flex-direction: column;
        gap: 7px;
    }

    .float-svg svg {
        display: none;
    }

    .service-list div[class*='col'] {
        width: 100%;
    }

    .sub {
        font-size: 18px;
    }

    .faq-question{font-size: 16px;}

    .top-bar {
        display: none;
    }
    .faq-answer{font-size: 14px;}

    header .navbar-toggler {
        display: none;
    }

    .ser-list p {
        font-size: 14px;
        line-height: 22px;
    }

    .logo {
        width: 100px;
        height: 100px;
        background: transparent;
    }

    .powered-by a {
        display: inline-block;
        width: 140px;
    }

    .cont-btn {
        display: none;
    }

    h1 {
        font-size: 21px;
    }

    .package-tab .nav-link span {
        display: none;
    }

    .package-tab:after {
        display: none;
    }

    .form-body {

        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;

    }

    .form-body label {
        font-size: 14px;
    }

    .form-body select,
    .form-body input,
    .form-body textarea {
        font-size: 13px;
    }

    .package-tab {

        width: 100%;

        padding: 1rem;
        border-radius: 1.8rem 1rem 0 0;
        position: relative;
    }

    .package-body {
        background: #fff;
        padding: 1rem;
        border-radius: 0 0 1.8rem 1.8rem;
    }

    .btn-area {
        position: relative;
        top: 100%;
        background: white;
        width: auto;
        left: 0;
        padding: 0;
        border-radius: 0 0 1.5rem 1.5rem;
        z-index: 1;
    }

    .btn-area button {
        padding: 10px 20px;

        font-size: 12px;
        font-weight: 500;

        width: auto;
        margin-top: 1.5rem;
    }

    .btn-area:after {
        display: none;
    }

    .car-pick-body {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        height: 270px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .form-body {
        height: 270px;
        overflow-y: auto;
        overflow-x: hidden;
    }


    .form-body::-webkit-scrollbar {
        width: 3px;
        border-radius: 30px;
    }

    /* Track */
    .form-body::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .form-body::-webkit-scrollbar-thumb {
        background: var(--pc);
        border-radius: 30px;
    }

    /* Handle on hover */
    .form-body::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    header {
        margin-bottom: 1rem;
    }

    .car-foot h3 {
        font-size: 14px;
    }

    .form-body textarea {
        height: 70px;
    }

    .btn-area svg {
        width: 20px;
        height: 15px;
    }

    .review-area {
        display: none;
    }

    .banner-area {
        background: url(../media/banner.jpg) center / cover no-repeat;
        height: 100vh;
        padding: 1rem 0 2rem;
    }

    hgroup h2 {
        font-size: 20px;
    }

    hgroup h3 {
        font-size: 14px;
    }

    .home-about div[class*='col'] {
        width: 50%;
    }

    .h-about-box h3 {
        font-size: 17px;
    }

    .h-about-box p {
        font-size: 14px;
    }

    .h-about-box svg {
        width: 40px;
    }

    .package table * {
        font-size: 13px;
    }

    .prim-btn {
        padding: 10px 20px;
        color: #fff !important;
        text-transform: capitalize;
        font-size: 13px;
        font-weight: 500;
        background-image: linear-gradient(to right, rgba(68, 157, 68, 1), rgba(92, 232, 92, 1));
        border: none;
        outline: none;
        border-radius: 10px;
        flex-shrink: 0;
        transition: all 300ms ease-in-out;
    }

    .table-div {
        overflow-x: auto;
    }

    .flex-title {
        flex-direction: column;
    }

    .trending div[class*='col'] {
        width: 100%;
    }

    .hover-card h3 {
        font-size: 16px;
    }

    .hover-card p {
        font-size: 13px;
        line-height: 22px;
    }

    .hover-card {
        height: 230px;
    }

    .services div[class*='col'] {
        width: 100%;
    }

    /* .service-box{padding: 10px;} */
    .service-box h3 {
        font-size: 15px;
    }

    .service-box svg {
        flex-shrink: 0;
    }

    footer h3 {
        font-size: 14px;
    }

    .f-links li a,
    .f-links li {
        font-size: 13px;
    }

    .tripadv-logo {
        width: 90px;
        margin-left: initial;
    }

    .f-logo {
        width: 95px;
    }

    .f-bottom p {
        font-size: 12px;
    }

    .ham-btn {
        background: transparent !important;
        border: none;
        padding: 0;
        width: 45px;
        display: inline-block;
    }

    .secondary-nav {
        list-style: none;
        padding: 0;
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .secondary-nav li a {
        text-decoration: none;
        color: #333;
        padding: 5px 10px;
        display: block;
        transition: all 0.3s ease;
        border-left: 3px solid #ccc;
        font-family: var(--poppin);
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 500;

    }

    .secondary-nav li a:hover {
        color: var(--pc);
        background-color: #f5f5f5;
    }

    .secondary-nav li a.active {

        color: var(--pc);
        border-left-color: var(--pc);
    }

    .offcanvas-header h5 {
        font-size: 24px;
        text-transform: capitalize;
    }

    button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none;
    }

    .offcanvas-body {
        padding-top: 0;
    }

    .banner-area.banner-v2 {
        height: auto;
        padding: 5rem 0
    }

    .banner-area.banner-v2 h1 {
        font-size: 21px;
    }

    .header-v2 {
        margin: 0;
    }

    .about div[class*='col'] {
        width: 100%;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 1rem;
    }

    .destination div[class*='col'] {
        width: 100%;
    }

    .destination-detail div[class*='col'] {
        width: 100%;
    }

    .dest-det-img {
        margin-bottom: 1rem;
    }

    .place-near li:nth-child(odd) {
        flex-direction: column;
    }

    .place-near li {
        flex-direction: column;
    }

    .place-near li:first-child {
        padding-top: 0;
    }

    .content h3 {
        font-size: 16px;
    }

    .place-near li:last-child {
        border-bottom: none;
    }

    .package-content h3 {
        font-size: 16px;
    }

    .coach-rental div[class*='col'] {
        width: 50%;
    }

    .rental-card h3 {
        font-size: 16px;
    }

    .rental-card {
        height: 200px;
    }



    .coach-rental-detial div[class*='col'] {
        width: 100%;
    }

    .coach-rental-detial h3 {
        font-size: 15px;

    }

    .enq-h2 {
        font-size: 17px;
        margin: 2rem 0;
    }

    .detial-right table,
    .detial-right thead,
    .detial-right tr,
    .detial-right td,
    .detial-right th,
    .detial-right tfoot {
        display: block;
    }

    .coach-rental-detial table thead tr {
        display: none;
    }

    .coach-rental-detial thead th:first-child,
    .coach-rental-detial tbody th:first-child {
        width: 100%;
    }

    .coach-rental-detial tbody {
        width: 100%;
        display: block;
    }

    .coach-rental-detial table td::before {
        content: attr(data-label)":";
        margin-right: 10px;
    }

    .contact-page-area div[class*='col'] {
        width: 100%;
    }

    .c-left-area h2 {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 2rem;
    }

    .bottom-box h3 {
        font-size: 18px;
        color: #fff;
    }

    .bottom-box li,
    .bottom-box a {
        font-size: 13px;
        text-transform: capitalize;
        color: #fff;
    }

    .c-left-area>div {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .contact-page-area {
        padding: 1rem 16px;
        margin: 2rem 0;
        background: url(../media/taxi-bg.jpg) center / cover no-repeat;
        height: auto;
        border-radius: 10px;
    }

    .enq-cont {
        background: #fff;
        padding: 11px;
        border-radius: 10px;
        height: auto;
        margin-top: 2rem;
    }

    .offcanvas {
        box-sizing: content-box;
    }

}



/* ipad pro */