﻿::-moz-selection {
     background-color: #3bacf0;
     color: #fff;
}
 ::selection {
     background-color: #3bacf0;
     color: #fff;
}
html{
    position: relative;
    min-height: 100%;
    width: 100%;
}
html, body{
	overflow-x:hidden;
}
 body {
     color:#495057;
     font-family: 'Poppins', sans-serif;
     font-size: 16px;
     font-weight: 400;
     line-height:26px;
     overflow-x: hidden;
     letter-spacing: 0.5px;
}
 ol, ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 select {
     display: block;
}
 figure {
     margin: 0;
}
 a {
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
	 color:#333;
}
.card{
    border: 0;
}
 a:hover{
    color:#33404c
}
 iframe {
     border: 0;
}
 a, a:focus, a:hover, a:active, button, button:focus, button:hover, button:active {
     text-decoration: none;
     outline: 0;
}
 .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
     text-decoration: none;
     outline: 0;
}

i.icon-check.icons {
    color: #12a95c;
}
 .common_h1, h1 {
    font-size: 46px;
    margin-bottom: 15px;
	font-weight: 700 !important;
}
 .common_h2, h2 {
    font-size: 30px;
    margin-bottom: 15px;
	font-weight: 700 !important;
}
 .common_h3, h3 {
     font-size: 22px;
	 font-weight: 700 !important;
}
 .common_h4, h4 {
     font-size: 20px;
	 font-weight: 700 !important;
}
 .common_h5, h5 {
     font-size: 18px;
}
 .common_h6, h6 {
     font-size: 16px;
}
 h1,h2, h3, h4, h5, h6 {
    line-height: 1.2em;
}
h1 {

    font-weight: 700;
    color: #fff;
}
h2 {
    font-weight: 700;
}
p{
    font-weight: 400;
    color: #111;
}
.btn.alt {
    background-color: #ffffff;
    color: #378fce;
}
.b-read-more .btn {
    font-size: 16px;
    padding: 6px 20px;
}
.b-read-more {
    float: right;
    margin-top: 5px;
}
section{
   padding: 30px 0;
}

/* new header css start*/
/* header */
.header {
    width: 100%;
    top: 0;
    z-index: 100;
    padding: 15px 0;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.navbar-header .logo span{
    font-size: 25px;
    color: #1f1f1f;
    font-weight: 500;
}
.navbar-header .mobile-icon {
    display: none;
}
.navbar-header .mobile-icon img{
    max-width: 24px;
    cursor: pointer;
    margin-right: 30px;
}
.navbar-header .logo img{
    max-width: 190px;
}
.navbar-header ul{
    display: flex;
    align-items: center;
}
#header, .fixed-top1 {
    position: fixed;
    left: 0;
}
.fixed-top1 {
    top: 0;
    z-index: 999;
    background: #fff !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}
.navbar-header .btns{
    display: flex;
    align-items: center;
    gap: 10px;
}
.navbar-header ul li{
    font-size: 15px;
    font-weight: 600;
}
.navbar-header ul li a{
    padding: 20px;
    font-size: 18px;
}
.btn-booking {
    font-size: 14px;
    line-height: 26px;
    background-color: #5d87ff ;
    padding: 10px 20px;
    border-radius: 6px;
    position: relative;
    color: #fff;
    font-weight: 600;
}
.btn-booking:hover{
    color: #ffffff;
    background: #3f65d0;
}
.banner {
    width: 100%;
    float: left;
    background-image: linear-gradient(to right top, #4f73d9, #3f65d0, #3761da, #345dd2, #4f73d9);
    margin-top: 58px;
    padding: 30px 0 80px;
}
.static-banner h3{
    color: #ffffff;
    font-width: 600 !important;
}
.static-banner p{
    color: #fff;
}
.row-sec-1{
    width: 100%;
    float: left;
    background: #fefefe;
    padding: 0 0 50px;
}
.row-sec-1 .card{
    border-radius: 20px;
    margin-top: -50px;
}
.static-banner h1{
    color: #ffffff;
    font-weight: 600 !important;
}
.row-sec-1 .card-body{
    padding: 25px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 0px 8px 0px;
    border-radius: 20px;
}
.static-banner {
    padding: 0 15px;
}
label {
    margin-bottom: 0;
    font-size: 14px;
    color: #444;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 400;
}
#customer_booking .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
#customer_booking .checkmark {
    height: 20px;
    width: 20px;
    float:left;
    margin-top:5px;
    margin-bottom: 20px;
    background-color: #eee;
}
.form-control {
    width: 100%;
    height: 40px;
    float: left;
    background: #ffffff;
    border: 1px solid #D2D8DD;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 12px;
    color: #000;
    box-sizing: border-box;
    font-weight: 400;
    margin-bottom: 15px;
}
.form-control::placeholder{
    color:#878a99;
    font-weight: 300 !important;
}
select.form-control{
    background: #ffffff url(../images/arrow01.png) no-repeat right 12px center;
    background-size: 10px 10px;
    appearance: none;
}
.row-sec-1 .select2-selection--single{
    height: 45px;
    border: 1px solid #D2D8DD !important;
    margin-bottom: 15px !important;
    border-radius:5px !important;
}
.row-sec-1 .select2-selection--single .select2-selection__rendered{
    padding-left: 10px !important;
}
.row-sec-1 .select2-selection--single .select2-selection__placeholder{
    font-weight: 300;
    font-size: 14px;
}
.row-sec-1 .checker{
    float: left;
}
.row-sec-1 .checker span{
    float: left;
}
/* footer */
.footer {
    padding: 15px 0;
    width: 100%;
    float: right;
    position: relative;
    bottom:0;
    background: #edf2fd;
}
.copy-rights p {
    color: #606060;
    margin: 0;
    font-size: 14px;
    line-height: normal;
}
.reach-us {
    display: flex;
    align-items: center;
}
.reach-us h5{
    color: #fff;
    margin: 0;
    font-size: 15px;
}
.contact-icons i, .contact-icons span{
    color: #f1f1f1  ;
}
.contact-icons span{
    font-size: 13px;
}
.contact-icons i{
    font-size: 13px;
}
.contact-icons i {
    margin-right: 5px;
}
.reach-us-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.reach-us-icons {
    margin-left: 15px;
}
.footer-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer-logo h5 {
    color: #b2b7c4;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 5px;
}
.footer-logo img {
    max-width: 100px;
    margin-left: 10px;
}
.reach-us-icons.social-media .contact-icons a{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
}
.reach-us-icons.social-media i{
    margin: 0;
}

/* track book id css */
.book-id-sec {
    margin-top: 70px;
    width: 100%;
    float: left;
    padding: 170px 0;
    background-image: url(../images/track-book-img.jpg);
    background-size: cover;
    position: relative;
}
.book-id-text h2{
    color: #fff;
}
.book-id-text p{
    color: #fff;
}
.book-id-text {
    max-width: 600px;
}
.book-id-sec .card{
    max-width: 450px;
    margin: auto;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.book-id-sec .card label{
    margin-bottom: 5px;
}
/* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
.book-id-sec .overlay {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: linear-gradient(202deg, rgba(255, 0, 63, 0) 60%, rgb(27 27 27) 90%);
    opacity: 0.4;
}
.track-details-page {
    width: 100%;
    float: left;
}
.track-details-page .card{
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.track-details-page .card.card-one{
    background:#6638e0;
}
.banner.track-details {
    padding: 30px 0;
}
.banner.track-details h2{
    color: #fff;
}
.estimate-date-details h6{
    color: #fff;
}
.estimate-date-details .date{
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}
.estimate-date-details .alt-text{
    font-size: 18px;
    color: #fff;
}
.validation-error-label:before{
    display: none !important;
}
.footer.track-footer{
    position: absolute;
    bottom: 0 !important;
    padding-bottom:-60px !important;
}
.success-img{
    max-width: 175px;
}
/* media query */
/* media query */
@media (max-width:991.9px){
    .reach-us {
        padding-bottom: 5px;
    }
    .footer {
        position: static;
    }
    .footer{
        text-align: center;
    }
    .footer-logo {
        justify-content: center;
    }
    .copy-rights p {
        font-size: 13px;
        margin-bottom: 5px;
        line-height: normal;
    }
    .contact-icons span {
        font-size: 13px;
    }

}
@media (max-width:767px){

    .navbar-header .logo img {
        max-width: 170px;
    }
    .static-banner h1 {
        font-size: 25px;
        color: #ffffff;
    }
    .footer {
        padding: 20px 0;
    }

    .tracking-item-pending .tracking-content {
        font-size: 14px;
    }
    .tracking-item .tracking-content {
        font-size: 14px;
    }
    .reach-us-icons {
        margin-left: 0;
    }
    .footer-logo img {
        margin-left: 10px;
    }
    .copy-rights p {
        margin-bottom: 15px;
    }
    .row-sec-1 .card-body {
        padding: 21px;
    }
    footer.footer.track-footer{
        padding: 10px 0;
    }
    .copy-rights p{
        margin-bottom: 2px;
    }
}








