@media (max-width: 1367px) {
    body {
        font-size: 15px;
    }
    .main-menu ul li a {
        font-size: 1.1em;
    }
    .xl-title {
        font-size: 52px;
    }
    .lg-title {
        font-size: 32px;
    }
    .xs-title {
        font-size: 16px;
    }
    .sm-title {
        font-size: 18px;
    }
    .app-btn img {
        height: 50px;
    }
    .blue-btn {
        border-radius: 5px;
    }
    .font-51 {
        font-size: 44px !important;
    }
    .whr-block {
        height: 510px;
        max-width: 510px;
    }
    .whr-box1 img, 
    .whr-box2 img {
        width: 320px;
        height: 320px;
    }
    .hrc-icon {
        width: 105px;
        height: 105px;
    }
    .hrc-icon img {
        max-width: 50px;
        max-height: 50px;
    }
    .after-border:after {
        width: 280px;
    }
    .hiw-list {
        max-width: 600px;
    }
    .fb-list li a {
        font-size: 15px;
    }
    .footer-wrap .xs-title {
        font-size: 15px;
    }
    .whr-vactor {
        margin-top: -90px;
    }
    .common-content p {
        font-size: 20px;
    }
}
@media (max-width: 1280px) {
    .mt-60 {
        margin-top: 50px !important;
    }
    .mb-60 {
        margin-bottom: 50px !important;
    }
    .mb-80 {
        margin-bottom: 50px;
    }
    .home-hero {
        height: 600px;
    }
}
@media (max-width: 1200px) {
    .main-menu ul li a {
        font-size: 1em;
        padding: 0 7px;
    }
    .xl-title {
        font-size: 44px;
    }
    .lg-title {
        font-size: 28px;
    }
    .font-51 {
        font-size: 38px !important;
    }
    .hrc-row {
        margin-top: 45px;
    }
    .hrc-box {
        min-height: 380px;
    }
    .hrc-box .sm-title {
        font-size: 16px;
    }
    .hiw-count {
        width: 65px;
        min-width: 65px;
        height: 65px;
        line-height: 65px;
    }
    .hiw-left {
        width: 345px;
    }
    .hiw-right {
        width: calc(100% - 345px);
    }
    .fa-left {
        width: 270px;
    }
    .fa-right {
        width: calc(100% - 270px);  
    }
    .my-50 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (max-width: 992px) {
    .header-wrap .container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }
    .mobile-inner-header {
        display: block;
        margin-top: 13px;
        margin-right: 10px;
        margin-left: -10px;
        width: 40px;
        height: 24px;
        position: relative;
    }
    .mobile-inner-header-icon {
        color: #fff;
        font-size: 25px;
        text-align: center;
        float: right;
        position: relative;
        -webkit-transition: background .5s;
        -moz-transition: background .5s;
        -o-transition: background .5s;
        transition: background .5s;
        margin-top: 6px
    }
    .mobile-inner-header-icon {
        color: #fff;
        height: 20px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 40px;
        position: relative;
        -webkit-transition: background .5s;
        -moz-transition: background .5s;
        -o-transition: background .5s;
        transition: background .5s;
        z-index: 99;
        margin-top: 4px
    }
    .mobile-inner-header-icon:hover {
        cursor: pointer
    }
    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 20px)/ 2);
        top: calc((100% - 21px)/ 2);
        width: 25px;
        height: 2px;
        background-color: #000;
    }
    .white-header .mobile-inner-header-icon span {
        background-color: #fff;
    }
    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(4px) rotate(0)
    }
    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-4px) rotate(0)
    }
    .mobile-inner-header-icon span:nth-child(3) {
        display: none
    }
    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: clickfirst
    }
    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: clicksecond
    }
    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0)
        }
        100% {
            transform: translateY(0) rotate(45deg)
        }
    }
    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0)
        }
        100% {
            transform: translateY(0) rotate(-45deg)
        }
    }
    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: outfirst
    }
    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: outsecond;
        margin-top: 3px;
        top: calc((100% - 19px)/ 2)
    }
    .mobile-inner-header-icon-out span:nth-child(3) {
        display: block;
        top: calc((100% - 17px)/ 2)
    }
    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg)
        }
        100% {
            transform: translateY(-4px) rotate(0)
        }
    }
    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg)
        }
        100% {
            transform: translateY(4px) rotate(0)
        }
    }
    .mobile-inner-header-icon {
        right: 0;
        position: relative;
    }
    .mobile-inner-header-icon.mobile-inner-header-icon-click {
        z-index: 10;
        right: 30px;
        position: fixed;
        top: 30px;
    }
    .mobile-inner-header-icon.mobile-inner-header-icon-click span {
        background-color: #000;
    }
    .main-menu {
        background: #fff;
        position: fixed;
        z-index: 9;
        top: 0;
        right: -100%;
        width: 350px;
        transition: all .5s ease-in-out 0s;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: none;
        overflow-y: auto;
        height: 100%;
    }
    .main-menu.active {
        right: 0;
    }
    .main-menu ul {
        margin: 0;
        width: 100%;
        text-align: left;
        display: block;
        padding: 60px 0 0 0;
    }
    .main-menu ul li {
        display: block;
        padding: 0;
        border-bottom: solid 1px #e4e4e4
    }
    .main-menu ul li a {
        display: block;
        padding: 14px 25px;
        font-size: 1.1em;
        font-weight: 500;
        color: #323232;
        text-align: left;
    }
    .main-menu li.active a:after {
        left: 0;
        bottom: -1px;
        transform: inherit;
        width: 80%;
        background: #087E8B;
    }
    .overflow-active {
        overflow: hidden;
    }
    .overlay-bg {
        background: rgba(0, 0, 0, 0.2);
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        display: none;
    }
    .overlay-bg.active {
        z-index: 1;
        display: block;
    }
    .journey-vactor {
        margin-top: 15px;
    }
    .hiw-left {
        width: 290px;
    }
    .hiw-right {
        width: calc(100% - 290px);
        padding-left: 32px;
    }
    .hiw-left img {
        border-radius: 46px;
    }
    .hiw-list {
        max-width: 100%;
    }
    .fa-left {
        width: 230px;
    }
    .fa-right {
        width: calc(100% - 230px);  
    }
    .after-border:after {
        width: 180px;
    }
    .journey-wrap .sm-title br {
        display: none;
    }
    .whr-block {
        height: 360px;
        max-width: 360px;
    }
    .whr-box1 img, 
    .whr-box2 img {
        width: 220px;
        height: 220px;
    }
    .whr-vactor {
        margin-top: -20px;
    }
    .hrc-box {
        min-height: 470px;
    }
    .footer-wrap .container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }
    .px-110 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .mb-100 {
        margin-bottom: 60px;
    }
    .service-common-wrap .sm-box-image {
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }
    .service-common-wrap .mb-60 {
        margin-bottom: 25px !important;
    }
    .service-common-wrap .sm-box-image img {
        height: 450px;
        object-fit: cover;
        width: 100%;
    }
    .hiw-right .mb-60 {
        margin-bottom: 20px !important;
    }
    .blog-articles-wrap {
        padding-bottom: 30px;
    }
    .blog-featured-wrap {
        padding: 60px 0 40px;
    }
    .inner-hero-wrap img {
        height: 240px;
        object-fit: cover;
    }
    .blog-content-wrap h1 {
        font-size: 34px;
    }
    .blog-content-wrap h2 {
        font-size: 28px;
    }
    .reward-earn-wrap .hrc-box {
        min-height: 294px;
    }
}
@media(max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }
    .xl-title {
        font-size: 32px;
    }
    .lg-title {
        font-size: 22px;
    }
    .sm-title {
        font-size: 16px;
    }
    .app-btn img {
        height: 45px;
    }
    .home-hero {
        height: 480px;
    }
    .font-51 {
        font-size: 27px !important;
    }
    .blog-content-wrap h1 {
        font-size: 27px;
    }
    .blog-content-wrap h2 {
        font-size: 24px;
    }
    .hiw-count {
        width: 55px;
        min-width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 18px;
    }
    .hiw-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .hiw-right {
        width: 100%;
        padding-left: 0;
    }
    .fa-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .fa-right {
        width: 100%;  
        padding-left: 0;
    }
    .journey-left {
        text-align: center;
        padding-bottom: 30px;
    }
    .whr-block {
        margin: 0 auto 30px;
    }
    .mxw-410 {
        max-width: 100%;
    }    
    .hrc-box {
        min-height: inherit;
        padding-bottom: 30px;
    }
    .hrc-icon {
        width: 90px;
        height: 90px;
    }
    .hrc-row {
        margin-top: 35px;
    }
    .how-it-work-wrap .hiw-left {
        padding-bottom: 30px;
        text-align: center;
        max-width: 360px;
        margin: 0 auto;
        width: 100%;
    }
    .fa-left {
        padding-bottom: 30px;
        text-align: center;
        max-width: 270px;
        margin: 0 auto;
        width: 100%;
    }
    .how-it-work-wrap .hiw-right {
        width: 100%;
    }
    .hiw-left img {
        border-radius: 56px;
    }
    
    .mt-60 {
        margin-top: 30px !important;
    }
    .mb-60 {
        margin-bottom: 30px !important;
    }
    .mb-80 {
        margin-bottom: 40px;
    }

    .join-community-wrap {
        padding: 50px 0 60px;
    }
    .my-50 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .join-community-block {
        padding: 35px 10px;
        border-radius: 20px;
    }
    .home-hero {
        height: 480px;
    }
    .journey-wrap {
        padding: 48px 0 50px;
    }
    .why-hiride-wrap {
        padding: 60px 0 20px;
    }
    .who-is-it-wrap {
        padding-top: 350px;
        background-size: auto 470px; 
        background-position: left top;
        position: relative;
        padding-bottom: 20px;
    }
    .wit-right {
        height: auto;
    }
    .who-is-it-wrap:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        top: 350px;
        height: 150px;
        background: linear-gradient(to bottom,  rgba(206,233,241,0) 0%,rgba(206,233,241,1) 100%);
    }
    .who-is-it-wrap .row {
        position: relative;
        z-index: 1;
    }
    .latest-news-slider,
    .fa-right .effortless-booking-slider {
        padding: 0px;
    }
    .latest-news-slider .owl-nav button.owl-prev,
    .fa-right .effortless-booking-slider .owl-nav button.owl-prev,
    .common-arrows .slick-prev {
        left: 15px;
        background: #fff url(../images/black-arrow-left.svg) no-repeat center center;
        background-size: calc(100% - 3px);
        border-radius: 50%;
        padding: 3px;
    }
    .latest-news-slider .owl-nav button.owl-next,
    .fa-right .effortless-booking-slider .owl-nav button.owl-next,
    .common-arrows .slick-next {
        right: 15px;
        background: #fff url(../images/black-arrow-right.svg) no-repeat center center;
        background-size: calc(100% - 3px);
        border-radius: 50%;
        padding: 3px;
    }
    .how-it-work-wrap {
        padding: 60px 0;
    }
    .features-app-wrap {
        padding: 60px 0;
    }
    .articles-wrap {
        padding: 60px 0 0;
    }
    .fb-logo img {
        max-width: 170px;
    }
    .footer-wrap {
        overflow: hidden;
    }
    .footer-top {
        padding: 30px 0 34px;
    }
    .footer-bottom {
        padding: 18px 0;
    }
    .ft-vector {
        position: relative;
        height: 62px;
    }
    .ft-vector img {
        height: 62px;
        width: auto;
        position: absolute;
        right: 0px
    }
    .articles-wrap .mt-60 {
        margin-top: 25px !important;
    }
    .about-banner-wrap {
        padding: 30px 0 20px;
    }
    .about-content-wrap {
        padding: 10px 0 0;
    }
    .our-mission-wrap {
        padding: 60px 0;
    }
    .common-content p {
        font-size: 17px;
    }
    .common-content p + p {
        margin-top: 20px;
    }
    .full-image img {
        width: 100%;
        border-radius: 15px;
    }
    .wwd-block .full-image img {
        border-radius: 15px 15px 0 0;
    }
    .common-content ul {
        margin-top: 10px;
    }
    .common-content ul li {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .who-we-are-wrap {
        padding: 60px 0 0;
    }
    .vision-wrap {
        padding: 60px 0;
    }
    .lgray-box {
        padding: 15px;
        border-radius: 10px;
    }
    .vision-wrap .full-image img {
        width: 100%;
        border-radius: 10px;
    }
    .main-logo img {
        max-width: 100px;
    }
    .header-wrap {
        padding: 12px 0;
    }
    .service-info-wrap {
        padding: 60px 0;
    }
    .service-common-wrap .sm-box-image img {
        height: 370px;
    }
    .ps-60 {
        padding-left: 35px !important;
    }
    .contact-wrap {
        padding: 60px 0 0;
    }
    .custom-form .form-control {
        height: 50px;
        font-size: 15px;
    }
    .common-wrap {
        padding: 60px 0;
    }
    .common-wrap .common-content p {
        font-size: 15px;
    }
    .common-wrap .common-content ul {
        padding-top: 10px;
    }
    .common-wrap .common-content ul li {
        font-size: 15px;
    }
    .common-wrap .common-content ul ul {
        padding-left: 0;
    }
    .faq-accordion .accordion-button {
        font-size: 16px;    
    }
    .faq-accordion .accordion-body p {
        font-size: 15px;
        line-height: 22px;
    }
    .faqs-wrap {
        padding: 60px 0 100px;
    }
    .blog-featured-wrap {
        padding: 60px 0;
    }
    .reward-earn-wrap .hrc-box {
        min-height: inherit;
        padding-bottom: 40px;
    }
}
@media(max-width: 575px) {
    .xl-title br {
        display: none;
    }
    .how-it-work-wrap .hiw-left {
        max-width: 240px;
    }
    .hiw-left img {
        border-radius: 37px;
    }
}
@media(max-width: 420px) {
    .main-menu {
        width: 300px;
    }
}