
.tophead {
	background-color: #d3640f;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #000;
}

.lghead {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}

.myeml {
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #1a2b4e;
}

body {
	background-color: #eaf1ff;
}

strong {
	color: #000;
}

.main-sec {
    padding-top: 2%;
    padding-bottom: 2%;
}

.hdtitle {
	font-weight: 900;
	font-size: 50px;
	color: #000;
    /*-webkit-text-stroke: 3px #192a4c;*/
}

.hdsbtitle {
	color: #000;
}

.input-group-text {
	color: #eb7c27;
}

.frmMy {
	background-color: #fff;
	padding: 5% 5%;
	border-radius: 10px;
	/*opacity: 0.8;*/
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.form-label {
    font-weight: bold;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1a2b4e;
    --bs-btn-border-color: #1a2b4e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #002b81;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1a2b4e;
    --bs-btn-active-border-color: #1a2b4e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1a2b4e;
    --bs-btn-disabled-border-color: #1a2b4e;
}

.btn:hover {
    border-color: #002b81;
}


.input-group .form-control,
.input-group .input-group-text {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

.input-group .input-group-text {
    background: transparent;
}

.input-group .form-control:focus {
    border-bottom-color: #fe9a00;
    box-shadow: none;
}

.input-group:focus-within .input-group-text {
    border-bottom-color: #fe9a00;
    color: #fe9a00;
}

.form-select {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.form-select:focus {
    border-bottom-color: #fe9a00;
    box-shadow: none;
}




.city-list{
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-top:none;
    border-radius:0 0 6px 6px;
    box-shadow:0 4px 10px rgba(0,0,0,.1);
    max-height:200px;
    overflow-y:auto;
    display:none;
    margin-top:-16px;
    position:relative;
    z-index:9999;
}

.city-item{
    padding:10px 15px;
    cursor:pointer;
    border-bottom:1px solid #eee;
    background-color: #ffd1ae;
}

.city-item:last-child{
    border-bottom:none;
}

.city-item:hover{
    background:#f5f5f5;
}



.my-sec0 {
	padding-bottom: 2%;
}

.my-sec {
	padding-top: 5%;
	padding-bottom: 5%;
}

.my-sec2 {
	padding-top: 3%;
	padding-bottom: 2%;
}

.zrcmtitle {
	font-weight: 900;
	font-size: 40px;
	color: #d3640f;
}

.zrcmtitle1 {
	color: #051638;
}

.sbhdtitle {
	font-weight: 900;
	font-size: 33px;
	color: #000;
}

.sbhdtitle1 {
	color: #000;
}

.wchu {
	background-color: #1a2b4e;
	border-radius: 10px;
	padding: 60px 20px 30px 20px;
	text-align: center;
	color: #fff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.wchu i {
	color: #eb7c27;
	font-size: 60px;
	font-weight: 900;
	margin-bottom: 40px;
}

.worktext {
	margin-top: 50px;
}

.worktext h4 {
	margin-bottom: 50px;
}

.worktext span {
	padding: 15px 30px;
	background-color: #1a2b4e;
	margin-right: 20px;
	border-radius: 15px;
	color: #fff;
}

.hwtaxis {
	border: 2px solid #1a2b4e;
	text-align: center;
	border-radius: 15px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.hwtaxis img {
	border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    width: 100%;
}

.hwtaxis h5 {
	margin-top: 10px;
	color: #1a2b4e;
	margin-bottom: 10px;
}

.ourteam {
	border: 2px solid #1a2b4e;
	background-color: #fff;
	text-align: center;
	border-radius: 15px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.ourteam img {
	border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    width: 100%;
}

.ourteam h6 {
	margin-top: 10px;
	color: #1a2b4e;
	margin-bottom: 10px;
}


.brdcrmb {
	background-color: #e5e5e5;
	padding-top: 2%;
}

.brdcrmb h1 {
	color: #1a2b4e;
	font-weight: bold;
}

.breadcrumb-item a {
	color: #eb7c27;
	text-decoration: none;
}

.txt-justify {
	text-align: justify;
}

.crcle {
	font-size: 40px;
	background-color: #1a2b4e;
	padding: 30px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 50%;
}

.footer {
	background-color: #062052;
	padding-top: 6%;
	border-top: 25px solid #cdcdcd;
	color: #fff;
}

.social {
	margin-right: 7px;
}


.fteml {
	color: #fff;
	text-decoration: none;
}

.fteml:hover {
	color: #eb7c27;
}

.ftmenu a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

.ftmenu a:hover {
	color: #eb7c27;
}

.cpyrght {
	background-color: #051638;
	color: #fff;
	padding-top: 2%;
}

.cpyrght a {
	color: #fff;
	text-decoration: none;
}

.cpyrght a:hover {
	color: #eb7c27;
}

.lcicon i {
	color: #d3640f;
}

/* slide popular */

.dest-spc {
    margin-top: 1px;
    margin-bottom: 1px;
}

.destination-scroll {
    display: flex;
    overflow: hidden;
    gap: 15px;
    padding-bottom: 5px;
    margin-top: 25px;
    white-space: nowrap;
}

.destination-scroll::-webkit-scrollbar {
    display: none;
}

.destination-item {
    flex: 0 0 auto;
    width: 95px;
}

.circle-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    border: 2px solid #fff;
    transition: all 0.3s ease;
}

.circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.city-name {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
    white-space: nowrap;
}

.destination-item:hover .circle-img {
    border-color: #ffc107;
}

/*  driver slide  */

.driver-sec{
    padding: 25px 0;
}

.driver-slider{
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}

.driver-track{
    display: flex;
    width: max-content;
    animation: scrollDriver 25s linear infinite;
}

.driver-card{
    width: 220px;
    min-width: 220px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-right: 20px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 2px solid #1a2b4e;
}

.driver-card img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.driver-card h6{
    color: #1a2b4e;
    margin-bottom: 5px;
    font-weight: 600;
}

.driver-card p{
    margin: 0;
    /*color: #666;*/
}

@keyframes scrollDriver {

    from{
        transform: translateX(0);
    }

    to{
        transform: translateX(-50%);
    }

}

/* media query  */


/* Tablet (<992px) */
@media (max-width: 992px) {

    .destination-item {
        width: 85px;
    }

    .circle-img {
        width: 75px;
        height: 75px;
    }

    .hdtitle {
		font-size: 40px;
	}

	.downapp {
		text-align: center;
	}
}


/* Mobile (<768px) */
@media (max-width: 768px) {

    .destination-item {
        width: 75px;
    }

    .circle-img {
        width: 65px;
        height: 65px;
    }

    .city-name {
        font-size: 12px;
    }

    .hdtitle {
		font-size: 30px;
	}

	.myeml {
		display: none;
	}

	.logofl {
		text-align: center;
	}
}


/* Small Mobile (<576px) */
@media (max-width: 576px) {
    .destination-item {
        width: 65px;
    }

    .circle-img {
        width: 55px;
        height: 55px;
    }

    .city-name {
        font-size: 11px;
    }
}


@media (max-width: 385px) {

	.worktext h4 {
		font-size: 19px;
	}

	.worktext span {
		padding: 12px 24px;
		margin-right: 15px;
	}
  
  	.hdtitle {
		font-size: 20px;
	}
  
}