html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;}

/* remember to define focus styles! */
:focus {
    outline: 0;}


ol, ul {
    list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table{
    border-collapse: separate;
    border-spacing: 0;}

caption, th, td {
    text-align: left;
    font-weight: normal;}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";}

blockquote, q {
    quotes: "" "";}
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }
    .navbar-dark .navbar-toggler{border:none; color:black;}
/*Ceal all styles END */
body{
    font-family: 'Roboto', sans-serif;
}
ol, ul {
    list-style: none; margin:0px;}
li {margin:0px;}
a{text-decoration: none!important;}
.b-gray {
    border:1px solid #e2e2e2!important;
}
.info-ref {
    cursor: pointer;
    float: right;
    margin-right: 10px;
}
.modal-content h5 {
    padding: 0 !important;
}
.m-responsive {
display:none;
}
 
header{
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: auto;
    right: 0;
    background-color: #1976d2;
    color: #fff;

}

.main-banner {
    background-image:url(../images/startImage.webp);
    width: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    -webkit-background-position: center;
    background-position: center;
}
.package hr {
    margin: 3px 0 !important;
    border: 1px solid #f4f4f4 !important;
}
.package span {font-size:10px;
}
#pick-off {
    display: none;
}
.nav-pills li a{color:#000; padding:0px 14px; font-size:15px; text-decoration: none; font-weight:400;}
.nav-link {font-size:16px; font-weight: 500; text-indent: 15px;}
.nav-link i{padding:0 15px 0 0; font-size:22px; color:#07294b}
.main-m{display:none!important;}

.slogan{ display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: calc(100vh);
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*position: relative;
    z-index: 1;*/
    font-weight: 700; }

.slogan h1{font-weight: 700!important; color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1.8px;
    text-shadow: 0 2px 4px rgb(71 97 206 / 36%);  
    font-size: 5rem!important;
    margin-top: 40px; padding-bottom: 15px;}
h1{font-size: 3.75rem;}
h2{font-size: 2rem;font-weight: 500; padding-bottom:15px;}
h5{font-size: 1.5rem;font-weight: 400; padding:15px 0;}

.form-control{box-shadow: 0 4px 30px rgb(0 0 0/10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);}
.main-search .form-outline select {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 3.5em !important;
}
 
.input-prefix{position: absolute; right:8px; top:18px;}

 
.slogan span{ font-size: 1.5rem; border: 1px solid rgb(242, 122, 26);
border-radius: 6px;
background: rgb(242, 122, 26);
padding: 10px 30px;
color: white;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .6px;
    text-shadow: 0 2px 4px rgb(71 97 206 / 36%);
    box-shadow: 0 2px 4px rgb(71 97 206 / 66%);

    opacity: 1; transform: none; transition: opacity 1850ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 1232ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.slogan span h2{padding-bottom:0px;margin-bottom:0; }

.slogan span svg{margin-top:-5px}

.main-search{background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 999;
    width: 100%;margin-top: 120px;
border-bottom-left-radius: 16px;}
    .main-search .form-outline .form-control {
        background: #ffffff2b!important;
    }
    .main-search button {
        width: 100%;
        font-size: 1.1rem;
        border: 1px solid rgb(242, 122, 26);
        border-radius: 6px;
        background: rgb(242, 122, 26) !important;
        padding: 10px 30px;
        color: white;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .6px;
        text-shadow: 0 2px 4px rgb(71 97 206 / 36%);
        box-shadow: 0 2px 4px rgb(71 97 206 / 66%);
        opacity: 1;
        transform: none;
        transition: opacity 1850ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 1232ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    }
    .slogan button svg{margin-top:-5px}
/*.advantage:hover {
    background: white;
    color: black;
    text-shadow: none;
}*/

.advantage {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    /*-webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;*/
    border-radius: 4px;
    box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2), 0px 3px 4px 0px rgba(0,0,0,0.14), 0px 1px 8px 0px rgba(0,0,0,0.12);
    background: inherit;
    border-radius: 8px;
    box-shadow: 0 4px 30px rgb(0 0 0/10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;*/
    gap: 20px;
    padding: 8px 10px 8px 20px;
    text-shadow: 0 2px 4px rgb(71 97 206 / 66%);
    padding-left: 20px;
    cursor: pointer;
    text-align: left;
    margin:5px 0;
}
.svg-icon{-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;}
  
 .p-sec{margin: 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.6);}   
.popular-places{display:flex;width:calc(100% + 24px); margin-left: -24px;}
.popular-places .place{padding-left: 24px;  margin-top:0px; -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;max-width:380px;
}
.popular-places .place .image{max-height:300px;overflow:hidden;}
.popular-places .place .image img{width:100%;}
.popular-places .place .description{position:relative;margin:-30px auto 0 auto; width:90%;padding:15px;  box-shadow: 0px 0px 4px rgb(71 97 206 / 10%);}
.popular-places .place:hover{margin-top:-10px;}
.popular-places .place a{position: absolute; top:0;bottom: 0;right:0;left: 0;}
.popular-places .place:hover .description{box-shadow: 2px 0px 40px rgb(71 97 206 / 10%);}
h3{font-size: 1.4rem!important;font-weight:400!important; }
.info{margin-top:15px;color:#888; font-size:.9rem; height:60px; overflow: hidden;}


.btn-link{ font-weight: 400; color: #444; text-decoration: none!important;}
.btn-link .arrw{font-size: 1rem; float:left;}

.card-header .title {
    font-size: 17px;
    color: #444;
    margin-left: 10px;
}
.card-header .accicon {
  float: right;
  font-size: 20px; 
  font-weight: 100; 
  width: 1.2em;
  color:#888;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 1px solid #ddd;
  color:#888;
  
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.card{border:none;border-top:1px solid rgba(0, 0, 0, 0.12)!important;}
.card-header{background-color:white;border-bottom:none;padding: 0.75rem 0rem;}

/*search-result*/
.cars{padding: 30px 0;}
.cars .image{position:relative;  height: 230px; overflow: hidden; background:#fff;}
.cars .image img{position: absolute;  
    left: 50%;
    transform: translate(-50%, 0);
    height: 230px; }
.cars .attr{font-size:.6em;color:#666;}
.cars .price{font-size:.8em;color:#666;}
.cars .tax{font-size:.7em;color:#666;}
 .cars .btn{background-color:#1976d2; color:#fff;}
.button-2 {
    color: #fff !important;
    border: 3px solid rgb(242, 122, 26) !important;
    background-color: #1976d2 !important;
    /*background:  rgb(242, 122, 26)!important;
    background-color:  rgb(242, 122, 26)!important;*/
    font-size: 1em !important;
    background-image: -webkit-linear-gradient(30deg, rgb(242, 122, 26) 50%, transparent 65%);
    background-image: linear-gradient(30deg, rgb(242, 122, 26) 50%, transparent 65%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out !important;
    transition: background 300ms ease-in-out !important;
}
    .button-2:hover {
        background-color: #1976d2;
        background-position: 110%;
        color: #fff;
    }
  
/*search-result*/
/*detail*/

.extras .form-outline .form-control {
    height: 3em;
    padding: 0.58rem 0.75rem;
    border: 1px solid #e3e3e3;
}

/**reservation*/
 reservation{font-size:.9em;}
.reservation .form-control{    
    border: 1px solid #bdbdbd!important;
    padding: 1.5rem 0.75rem!important;
}
.reservation .form-outline .form-control~.form-label {background:#fff;}
 
.main-search .form-outline .form-control ~ .form-label {
    transform: translateY(-1.1rem) translateY(0.1rem) scale(.8) !important;
    z-index: 1;
    background: rgba(255,255,255,.4);
    padding: 0 5px;
    border-radius: 3px;
}
.main-search .form-outline .form-control ~ .form-notch {
    display: none;
}
/*reservation*/
/*car detail*/
.features span {
    margin-right: 20px;
    font-size: .9em;
}
.features i{color:#3f7d34; margin-right:5px;}
/*car-detail*/

/*summary*/
.circle {
    margin: auto;
    width: 24px;
    height: 24px;
    padding: 1px;
    border-radius: 18px;
    background: #1976d2;
}

.circle i {
    color: #fff;
}

.circle span {
    color: #fff;
}

.hrdiv {
    width: 60px;
}


footer .image img{width:80%;}
footer ul {
    padding-left:0!important;
}
footer ul li a {
    color: #999;
    display: block;
    padding: 5px 0;
    font-size: .9rem;
}
footer .f-sec{margin: 0;
    font-weight: 400;
    font-size: .8rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.6);padding-top:10px;}  
footer .social{justify-content: flex-start;}
footer .social a{margin: 15px;}
footer i{font-size: 22px; color:#666;}
/*new*/
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float-l {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display:none;
}

.my-float {
    margin-top: 10px;
}
.form-check-label {
 
    padding-top: 2px;
    float:left;
}
.form-check a {

}
.f-bottom a {
    color: #999;
    font-size: .9rem;
    margin: 10px 15px;
}
.copyright{color:#999; font-size: .9rem;}
@media (max-width: 900px)
{
    .nav-pills{display: none!important;}
    .main-m{display:flex!important;}
    h1{    font-size: 2.5rem!important;
        text-align: center;
        margin-top: 90px;}
        .slogan span{ font-size: 1rem;
            padding: 5px 15px;}
    .cars .image{  height: 200px;  }
    .cars .image img{ height: 200px; }

    .slogan h1 {
        font-size: 4rem !important;
        margin-top: 120px;
    }
    
}
@media (max-width: 550px)
{
    .popular-places{    display: grid!important;
        grid-auto-columns: 85vw;
        grid-auto-flow: column;
        grid-column-gap: 8px;
        overflow-x: auto;}
    .popular-places .place{width:350px!important;padding-left: 24px;}
    footer .image img{width:98%;}
    .cars .image{  height: 180px;  }
    .cars .image img{ height: 180px; }

    .float-l {
        display: block;
    }

    .button-2:hover {
        background-color: #1976d2;
        background-position: 200%;
        color: #fff;
    }
    .m-responsive {
        display: block;
    }
}
 

