
        .special-routes h2 {
            font-weight: 800;
            font-size: 26px;
            margin: 20px 0px;
        }
        
        .special-routes2 h2 {
            font-weight: 800;
            font-size: 26px;
            margin: 20px 0px;
        }
        
        .special-routes2 {
            padding: 0px 100px;
            flex: 1;
        }
        
        .special-routes-img {
            flex: 2;
        }
        
        .sppp {
            display: flex;
            align-items: center;
        }
        
        /*.special-routes-destinations {
            height: 600px;
            overflow-y: auto;
        }*/
        
        .special-routes-destinations .first-destinations {
            padding: 20px 80px;
        }
        
        .special-routes-destinations .first-destinations:nth-child(even) {
            background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #d8e9f7);
        }
        
        .special-routes-destinations .first-destinations h3 {
            color: #0148ac;
            font-weight: 600;
            margin: 10px 0px;
        }
        
        .special-routes-destinations .first-destinations ul {
            list-style: disc;
            list-style-position: inside;
        }
        
        .special-routes-destinations .first-destinations li {
            padding-bottom: 10px;
        }
        
        .book-cab-today .container {
            padding: 0px 100px;
        }
        
        .stat_sec1 {
            border-radius: 10px !important;
           /* box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);*/
            background-color: #004aad;
            padding: 20px 20px;
            text-align: center;
            margin-top: 40px;
        }
        
        .stat_sec1 h3 {
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            text-transform: uppercase;
            margin-top: 10px;
        }
        
        .placeholder-font1 {
            font-weight: 600;
        }
        
        .placeholder-font1 img {
            background-color: #fff;
            border-radius: 100px;
            padding: 10px;
        }
        
        .post-slide {
            background: #fff;
            overflow: hidden;
            border-radius: 10px;
            margin-bottom: 20px;
        }
        
        .post-slide .post-img > img {
            width: 100%;
            height: 280px;
            object-fit: cover;
        }
        
        .post-review {
            padding: 10px;
        }
        
        
           .post-slide .post-description {
    font-size: 14px;
    color: #1C1C1C!important;
    padding: 10px 0px;
    text-align: justify;
    height: 100px;
    font-weight: 400;
    display: block;
}

        }
        
        .post-title {
            font-weight: 700;
            font-size: 22px;
        }
        .post-title  a{
           color: #1C1C1C !important;
    font-weight: 800;
    font-size: 22px;
        }
        /*why-choose*/
        
        .what-makes {
            display: flex;
            flex-flow: row nowrap;
            align-items: flex-start;
            overflow-x: scroll;
            transition: 1s;
        }
        
        .what-makes:hover {
            transition: 1s;
        }
        
        .whychoseus {
            background: #FFFFFF;
            border: 1px solid #DDDDDD;
            border-radius: 12px;
            /* text-align: center; */
            padding: 20px 20px;
            width: 250px;
            margin-bottom: 20px;
            background-image: url(images/redesign-icons/bg.png);
            background-repeat: no-repeat;
            background-position: top center;
        }
        
        .whychoseus h3 {
            padding-top: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            font-size: 16px;
        }
        
        .whychoseus p {
            font-size: 14px;
            font-weight: 500;
        }
        
        .city-item h3 {
            font-size: 16px;
            font-weight: 700;
            background-color: #E1E9F5;
    padding: 15px 0px;
    color: #000;
    border-radius: 14px;
        }
        
        .book-destination {
            text-align: center;
            background-image: url(../images/redesign-icons/Frame.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            border-radius: 10px;
            padding: 50px;
        }
        
        .book-destination h3 {
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 20px;
        }
        
        .book-destination a {
            background-color: #fff;
            padding: 8px 20px;
            display: inline-block;
            font-weight: 600;
            border-radius: 10px;
            width: 200px;
    color: #0049ad;
        }
        
        .cancelltion-policy {
            border: 2px solid #004aac;
            border-radius: 10px;
            margin-top: 20px;
        }
        
        .cancelltion-policy-content {
            padding: 15px 50px;
            background-color: aliceblue;
        }
        
        .cancelltion-policy-content:nth-child(odd) {
            background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #d8e9f7);
        }
        
        .cancelltion-policy-content h5 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 5px;
        }
        
        .cancelltion-policy-content p {
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        footer {
            background-color: #004aaa;
            color: #fff;
            padding: 50px 0px 20px;
        }
        
        .new-footer-section h3 {
            margin-bottom: 20px;
        }
        
        .address {
            margin-bottom: 40px;
        }
        
        .websure-social {
            line-height: 0;
            width: auto;
            display: inline-block;
            margin-bottom: 40px;
        }
        
        .contact-box li {
            display: flex;
            align-items: center;
        }
        
        .contact-box li i {
            width: 50px;
            height: 30px;
            font-size: 32px;
        }
        
        .contact-box li span {
            display: contents;
        }
        
        .contact-box li a {
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            margin-top: 6px;
        }
        
        .top-content-section {
            position: relative;
        }
        
        .top-content-section h4 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            font-size: 32px;
            font-weight: 600;
            text-transform: uppercase;
        }
        
        .top-content-section h4 span {
            color: #0148ac;
        }
        .sticky {
    position: sticky;
    top: 120px;
}
        @media(max-width: 768px) {
            .sppp {
                display: block;
            }
            .special-routes-destinations .first-destinations {
                padding: 20px 20px;
            }
            .book-cab-today .container {
                padding: 0px 15px;
            }
            .what-makes {
                justify-content: flex-start;
            }
            .book-destination {
                padding: 50px 20px;
            }
            .cancelltion-policy-content {
                padding: 15px 15px;
            }
            .special-routes2 {
                padding: 0px 25px;
            }
            .top-content-section h4 {
                font-size: 14px;
                width: 100%;
            }
            .stat_sec1{
                margin-top:20px;
            }
            .sticky{
                position: inherit;
            }
        }
        /*why-choose*/
        
        .footer-content{
            display: block;
        }
    