@media (min-width: 1200px) and (max-width: 1350px) {}

@media screen and (max-width:1200px) {
    .toll-hero-banner {
        padding: 30px;
    }

    .toll-header-group {
        position: fixed;
        bottom: 0;
        z-index: 99;
        background-color: #fff;
        justify-content: center;
        width: 100%;
        padding: 11px 0;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        left: 0;
    }

    .banner-title {
        font-size: 40px;
    }

    .banner-sub-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    body {
        padding-top: 15px;
    }

    .trusted-brand {
        margin-top: 40px;
    }

    .header .text-20 {
        font-size: 16px !important;
    }

    .section-heading {
        font-size: 40px !important;
    }

    .text-24 {
        font-size: 20px !important;
    }

    .step-card p {
        line-height: 1.3;
    }

    .text-18 {
        font-size: 16px !important;
    }

    .toll-how-works {
        padding-bottom: 220px !important;
    }

    .panel-space {
        padding: 56px 0;
    }

    .strat-your-refund img {
        width: 100%;
    }

    .trf-footer-nav li {
        margin: 0 10px;
    }

    .trf-footer-top h2 {
        font-size: 29px !important;
    }

    .trf-footer-wrap {
        height: 360px;
    }

    .road-img {
        width: 556px !important;
    }

    .trf-copy-bar {
        margin-bottom: 80px;
    }

    .how-it-banner {
        padding: 57px 20px;
    }

    .how-it-banner .banner-title {
        font-size: 55px;
    }

    .how-it-banner .banner-title br {
        display: none;
    }

    .how-it-work-wave {
        top: 450px;
        left: 210px;
        width: 57%;
    }

    .fixed-header {
        animation: none;
    }

    .float-img {
        position: absolute;
        max-width: 75px;
    }

    .truck-section::after {
        bottom: 38px;
    }

    .toll-service-how-works {
        padding-bottom: 0px !important;
    }

    .truck-section .wave-card img {
        height: 340px;
    }

    .truck-section::after {
        height: 100px;
    }

    .truck-section::before {
        height: 100px;
    }

    .toll-claim-panel {
        margin-top: -70px;
        position: relative;
        z-index: 9;
    }
}

@media screen and (max-width:992px) {


    /************mobile-manu***********/
    .navbar-toggler {
        padding: 0.65rem 0.75rem;
    }

    .navbar-toggler-icon {
        display: block;
        height: 2px;
        background-size: 100%;
        background-color: #fff;
        margin-bottom: 7px;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: #fff;
        position: absolute;
        left: 0;
        width: 100%;
        top: 82px;
        padding: 12px 0 4px 0;
    }

    .navbar-toggler {
        position: absolute;
        right: 13px;
        top: 9px;
        padding: 0;
    }


    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler span {
        width: 35px;
        height: 4px;
        margin: 7px 0px;
        display: block;
        background: #000;
        font-size: 18px;
        border-radius: 50px;
        transition: all .5s ease-in-out;
    }

    .navbar-toggler.collapsed span {
        margin: 7px 0px !important;
        transform: rotate(0deg) !important;
    }

    .navbar-toggler.collapsed span.bar1 {
        width: 20px;
    }

    .navbar-toggler.collapsed span.bar3 {
        width: 20px;
        margin: 0 0 auto auto !important;
        display: block;
    }

    .navbar-toggler span.bar3 {
        display: none;
    }

    .navbar-toggler span.bar2 {
        transform: rotate(-45deg);
        margin-top: -10px;
    }

    .navbar-toggler span.bar1 {
        width: 35px;
        transform: rotate(45deg);
        margin-top: 17px;
    }

    .navbar-collapse {
        width: 0%;
        position: absolute;
        top: 77px;
        left: -100%;
        min-height: 100vh;
        background: #fff;
        padding: 23px 15px 0;
        z-index: 99;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .navbar-collapse.show {
        left: 0;
        width: 100%;
    }

    /************mobile-manu***********/

    .navbar-nav .nav-link.active,
    .navbar-nav .show>.nav-link {
        border-bottom: 2px solid transparent;
    }

    .navbar-nav .nav-item .nav-link {
        margin: 0 0 8px;

        display: inline-block;
    }

    .navbar-expand-lg .navbar-nav .nav-link::after {
        left: 0;
        transform: translateX(0%);
    }

    .top-25 {
        display: none !important;
    }

    .text-20 {
        font-size: 18px !important;
    }

    .step-card {
        margin-top: 30px;
    }

    .section-heading {
        font-size: 30px !important;
    }

    .w-75 {
        width: 100% !important;
    }

    .strat-your-refund .text-end img {
        display: none;
    }

    .refund-card {
        border-radius: 20px;
        width: 100%;
        max-width: 100%;
    }

    .trf-footer-wrap {
        height: auto;
        padding: 35px 0 35px;
        margin: 0;
        margin-top: 40px;
    }

    .trf-footer-logo img {
        width: 75%;
    }

    .trf-footer-nav li {
        margin: 0 0px;
    }

    .trf-footer-top h2 {
        font-size: 25px !important;
    }

    .trf-footer-nav li a {
        transition: 0.3s;
    }

    .fixed-header {
        animation: none;
    }

    .navbar-brand img {
        width: 65px;
    }

    .navbar-nav .nav-item {
        margin: 0 10px;
    }

    .cloud-icon img {
        margin-bottom: 25px;
    }

    br {
        display: none;
    }

    .how-it-banner .banner-title {
        font-size: 45px;
    }

    .how-card {
        margin-bottom: 20px;
    }

    .how-card:last-child {
        margin-bottom: 0;
    }

    .how-title {
        margin-bottom: 30px;
    }

    .service-card {
        min-height: 420px;
    }

    .contact-wrapper {
        padding: 30px;
    }

    .contact-title {
        font-size: 2.7rem;
    }

    .office-card {
        background-color: #DAEAF4;
        border-radius: 25px;
        padding: 25px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .office-name {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:767px) {
    .toll-icon-box {
        display: none;
    }

    .toll-header-group .toll-btn-lime,
    .toll-header-group .toll-btn-outline {
        padding: 13px 14px;
        font-size: 13px;
        width: 100%;
    }

    .toll-header-group {
        gap: 6px;
    }

    .text-32 {
        font-size: 25px !important;
    }

    .section-heading {
        font-size: 25px !important;
    }

    .panel-space {
        padding: 40px 0;
    }

    .text-box p {
        line-height: 24px;
    }

    .refund-card {
        padding: 20px;
    }

    .toll-info-card h5 {
        font-size: 18px;
    }

    .toll-info-card p {
        font-size: 14px;
    }

    .text-24 {
        font-size: 16px !important;
    }

    .toll-info-card {
        padding: 20px;
    }

    .toll-hero-banner {
        padding: 20px;
    }

    .banner-title {
        font-size: 30px;
    }

    .banner-sub-title {
        font-size: 25px;
        margin-bottom: 24px;
    }

    .banner-cnt {
        margin-bottom: 38px;
    }

    .toll-hero-banner .text-20 {
        font-size: 14px !important;
    }

    .brand-panel img {
        width: 90px;
    }

    .trusted-brand {
        margin-top: 30px;
    }

    .road-img {
        display: none;
    }

    .trf-footer-wrap {
        padding: 16px 0 16px;
    }

    .trf-footer-top p {
        margin-bottom: 26px;
    }

    .how-it-banner .banner-title {
        font-size: 30px;
    }

    .img-right-bottom {
        display: none;
    }

    .service-card {
        min-height: auto;
        padding: 20px;
    }

    .truck-section::before,
    .truck-section::after {
        left: -80px;
    }

    .truck-section .wave-card img {
        height: 320px;
    }

    .toll-claim-panel {
        margin-top: 0;
    }

    .truck-section::after {
        bottom: -42px;
    }


    .card-desc {
        line-height: 26px;
    }

    .contact-wrapper {
        padding: 20px;
    }

    .text-box {
        margin-left: 10px;
    }

    .icon-box img {
        width: 17px;
        margin-top: -8px;
    }

    .how-it-banner .banner-subtitle {
        margin: 20px 0;
    }
	    .trf-footer-nav li a {
        transition: 0.3s;
        padding: 0;
    }
	.page-id-67 .trf-footer-wrap {
		margin-top: -21px;
	}
	
}