@media only screen and (min-width: 1200px) and (max-width: 1245px) {
	.container {
		max-width: 98%;
	}
	.home-3 .hero-single .hero-img::before {
		right: -15px;
	}
	.download-section h2 {
		margin-top: 0;
	}
	.download-section {
		padding: 40px 0 20px;
	}
	.taxi-holder .taxi {
		width: 650px;
		top: 35px;
	}
	.taxi-holder .charecter {
	    top: 10px;
	    width: 165px;
	}
	.location-marker {
	    right: 20%;
	    top: -10px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-top {
	    display: block;
	}
	.navbar .nav-item .nav-link {
	    margin-right: 34px;
	}
	.navbar .nav-item:nth-child(4) .nav-link {
		 margin-right: 0px;
	}
	.navbar .nav-right-btn {
		display: block;
	}
	.home-3 .hero-single .hero-img::before {
		right: -20px;
	}
	.hero-single .hero-content .hero-sub-title {
		font-size: 24px;
		letter-spacing: 4px;
	}
	.hero-single .hero-content .hero-title {
	    font-size: 46px;
	    line-height: 56px;
	}
	.feature-item h4 {
	    margin-bottom: 10px;
	    font-size: 20px;
	}
	.download-section h2 {
		font-size: 35px;
		line-height: 45px;
		margin-top: 5px;
	}
	.download-section ul > li {
	    margin-bottom: 5px;
	}
	.download-section {
		padding: 40px 0 20px;
	}
	.taxi-holder .taxi {
		width: 570px;
		right: 60px;
        top: 40px;
	}
	.taxi-holder .charecter {
		width: 150px;
		right: 130px;
        top: 20px;
	}
	.location-marker {
		right: 22%;
        top: 0;
	}
	.contact-info {
		min-height: 270px;
	}
	.site-breadcrumb {
		padding-top: 90px;
        padding-bottom: 90px;
	}
	.book-ride .booking-form {
	    padding: 40px 20px;
	}
	.book-ride h1 {
		line-height: 35px;
	}
	.booking-title {
		line-height: 35px;
	}
	.cta-text h1 {
		font-size: 37px;
		line-height: 56px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-brand img {
	    width: auto;
	}
	.hide_nav_item {
	    display: block;
	}
	.navbar-brand {
		padding-top: 2px;
        padding-bottom: 2px;
	}
	.site-breadcrumb {
	    padding-top: 180px;
	    padding-bottom: 80px;
	}
	.book-ride .booking-form {
	    padding: 30px 20px;
	}
	.about-right {
		padding-left: 0px;
	}
	.about-area {
	    padding: 50px 0;
	}
	.taxi-rate {
	    padding: 50px 0 35px;
	}
	.site-title {
		font-size: 40px;
	}
	.taxi-rate .col-md-6.col-lg-6{
		width: 100%;
	}
	.rate-item .theme-btn {
		position: relative;
        bottom: unset;
	}
	.rate-feature {
		min-height: auto;
	}
	.rate-feature ul {
	    margin-bottom: 15px;
	}
	.cta-area {
		padding: 70px 0;
	}
	.download-section h2 {
		margin-top: 0;
	}
	.download-section .d-none {
	    display: block!important;
	}
	.taxi-holder {
		position: relative;
	    right: 0px;
	    top: 0px;
	    background-size: cover;
	    min-height: 440px;
	}
	.taxi-holder .taxi {
		right: 0;
		top: 80px;
		width: 100%;
	}
	.taxi-holder .charecter {
		width: 170px;
	    right: 95px;
	    top: 55px;
	}
	.location-marker {
		right: 30%;
		top: -40px;
	}
	.download-section {
		padding: 40px 0 0px;
	}
	.footer-widget .col-md-3 {
		width: 50%;
	}
	.footer-widget-cinfo {
		margin-bottom: 25px;
	}
	.footer-widget-wrapper {
	    padding-top: 40px;
	    padding-bottom: 30px;
	}
	.copyright .copyright-text {
		font-size: 15px;
	}
	.contact-area .col-md-3 {
		width: 50%;
	}
	.map-section {
	    padding: 0px 0 50px;
	}
	.contact-content {
	    margin-top: 0;
	}
	.contact-info p {
		line-height: 26px;
	}
	.book-ride .col-md-10 {
		width: 98%;
	}
	.book-ride h1, .booking-title {
		line-height: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.container, .container-sm {
	    max-width: 98%;
	}
	.call_toaction {
		display: block;
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    z-index: 99999;
	    clear: both;
	}
	.call_toaction ul { 
	    display: flex;
	    list-style: none;
        justify-content: center;
        margin-bottom: 0;
        padding-inline-start: 0;
        margin-block-start: 0em;
		margin-block-end: 0em;
	}
	.call_toaction ul > li { 
		width: 50%;
		text-align: center;
	}
	.call_toaction ul > li:first-child a {
		background: #2a8802;
	    display: block;
	    color: #fff;
	    padding: 8px 0;
	}
	.call_toaction ul > li:last-child a {
		background: #e21c2c; /*#16488a*/
	    display: block;
	    color: #fff;
	    padding: 8px 0; 
	}
	.call_toaction ul > li a i { 
		padding-right: 5px;
	}
	.call_toaction ul > li a {
		font-size: 16px;
	} 
	#scroll-top.active {
		bottom: 50px;
	}
	.copyright {
		padding: 20px 0 60px;
	}
	.download-section .d-none {
	    display: block!important;
	}
	.taxi-holder {
		position: relative;
	    right: 0px;
	    top: 0px;
	    background-size: cover;
	    min-height: 500px;
	}
	.taxi-holder .taxi {
		right: 0;
		top: 80px;
		width: 100%;
	}
	.taxi-holder .charecter {
		width: 180px;
		right: 0;
		top: 70px;
	}
	.location-marker {
	    right: 15%;
	    top: 0px;
	}
	.download-section {
		padding: 40px 0 0px;
	}
	.whatsappsticky {
		display: none;
	}
	.navbar-brand img {
	    width: auto;
	}
	.hero-single .hero-content .hero-sub-title {
	    font-size: 24px;
	}
	.home-3 .hero-single .hero-img::before {
		right: -15px;
	}
	.site-title {
		font-size: 38px;
	}
	.about-area {
	    padding: 40px 0;
	}
	.taxi-rate {
	    padding: 40px 0 25px;
	}
	.cta-area {
		padding: 70px 0;
	}
	.cta-text h1 {
		font-size: 40px;    
		margin-bottom: 10px;
		line-height: 52px;
	}
	.feature-area {
	    padding: 50px 0 0;
	}
	.download-section h2 {
		margin-top: 0;
	}
	.footer-widget-wrapper {
	    padding-top: 40px;
	    padding-bottom: 20px;
	}
	.footer-widget-cinfo {
		margin-bottom: 25px;
	}
	.copyright {
		text-align: center;
	}
	.footer-social {
	    justify-content: center;
	    margin-top: 15px;
	}
	.copyright .copyright-text a {
	    color: #ffffff;
	}
	.hide_nav_item {
	    display: block;
	}
	.rate-item {
	    padding: 25px 15px;
	}
	.rate-feature {
		min-height: auto;
	}
	.rate-item .theme-btn {
		position: relative;
        bottom: unset;
	}
	.rate-feature ul {
	    margin-bottom: 20px;
	}
	.site-breadcrumb {
	    padding-top: 180px;
	    padding-bottom: 80px;
	}
	.contact-info {
		min-height: auto;
	}
	.map-section {
	    padding: 0px 0 40px;
	}
	.contact-content {
	    margin-top: 0;
	}
	.book-ride h1, .booking-title {
		line-height: 35px;
	}
}

@media only screen and (max-width: 600px) {
	.book-ride h2 {
		font-size: 32px;
	}
	.book-ride .book-ride-head p {
		line-height: 26px;
	}
	.home-3 .hero-single .hero-img::before {
	    right: -10px;
	}
}

@media only screen and (max-width: 540px) {
	.about-right {
	    padding-left: 0;
	    margin-top: 20px;
	}
	.cta-text h1 {
	    font-size: 34px;
	    line-height: 44px;
	}
	.taxi-holder .charecter {
	    top: 70px;
	    width: 150px;
	}
	.taxi-holder {
		min-height: 440px;
	}
	.container, .container-sm {
	    max-width: 100%; 
	}
}

@media only screen and (max-width: 480px) {
	.navbar-brand {
	    padding-left: 0;
	    width: 85%;
	}
	.hero-single .hero-content .hero-sub-title {
	    font-size: 16px;
	    line-height: 26px;
	}
	.hero-single .hero-content .hero-title {
	    font-size: 36px;
	    line-height: 50px;
	    margin: 10px 0;
	}
	.hero-single .hero-content .hero-btn {
		margin-top: 20px;
	}
	.home-3 .hero-single .hero-img::before {
		right: -8px;
		top: -15px;
	}
	.home-3 .hero-single .hero-img {
	    margin-top: 60px;
	}
	.about-right {
		padding-left: 0;
	}
	.about-area {
	    padding: 40px 0;
	}
	.taxi-rate {
	    padding: 40px 0;
	}
	.rate-header-content h4 {
		font-size: 20px;
	}
	.rate-content {
		padding: 15px 5px 20px;
	}
	.cta-area {
		padding: 80px 0;
	}
	.cta-text h1{
		font-size: 30px;
		margin-bottom: 15px;
		line-height: 44px;
	}
	.site-title {
		font-size: 35px;
	}
	.download-section h2 {
		font-size: 30px;
		line-height: 44px;
		margin-top: 0px;
	}
	.book-ride h2 {
		line-height: 42px;
	}
	.site-breadcrumb {
	    padding-top: 160px;
	    padding-bottom: 60px;
	}
	.book-ride {
	    padding: 40px 0;
	}
}

@media only screen and (max-width: 414px) {
	.hero-single .hero-content .hero-sub-title {
	    font-size: 15px;
	    line-height: 25px;
	}
	.taxi-holder .charecter {
	    top: 70px;
	    width: 130px;
	}
	.taxi-holder {
	    min-height: 400px;
	}
	.book-ride h2 {
	    font-size: 30px;
	    line-height: 40px;
	}
	.book-ride h1, .booking-title {
	    line-height: 32px;
        font-size: 22px;
	}
	.site-breadcrumb .breadcrumb-title {
	    font-size: 34px;
	}
	.book-ride .booking-form {
	    padding: 30px 15px;
	}
}

@media only screen and (max-width: 393px) {
	.hero-single .hero-content .hero-sub-title {
	    font-size: 16px;
	    line-height: 25px;
	    letter-spacing: 4px;
	}
}

@media only screen and (max-width: 375px) {
	.download-section h2 {
	    font-size: 28px;
	    line-height: 40px;
	}
	.taxi-holder .charecter {
		width: 110px;
	}
	.taxi-holder {
	    min-height: 360px;
	}
	.book-ride h2 {
	    font-size: 28px;
	    line-height: 38px;
	    margin-bottom: 5px;
	}
	.book-ride h1 {
	    line-height: 32px;
	    font-size: 24px;
	}
	.booking-title {
		line-height: 30px;
	    font-size: 20px;
	}
}

@media only screen and (max-width: 360px) {
	.hero-single .hero-content .hero-sub-title {
	    font-size: 15px;
	    line-height: 25px;
	    letter-spacing: 3px;
	}
	.hero-single .hero-content .hero-title {
	    font-size: 34px;
	    line-height: 48px;
	}
	.taxi-holder {
	    min-height: 350px;
	}
}

@media only screen and (max-width: 320px) {
	.site-breadcrumb .breadcrumb-title {
	    font-size: 30px;
	}
	.site-breadcrumb {
	    padding-top: 140px;
	    padding-bottom: 60px;
	}
	.rate-feature ul li {
		font-size: 15px;
	}
	.hero-section .theme-btn {
		padding: 10px 12px;
	}
}