body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #0072CE;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

h2 {
    font-size: 34px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

h4 {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    line-height: 24px
}

.mainbnr > .container {
    flex-direction: column;
}
.covid {
    font-size:20px;
    color: #fff;
    font-weight: 500;
    text-align: center;

    line-height: 24px;
    margin-bottom: 17px;
}
.clrwhite,
.clrwhite p,
.clrwhite h4,
.clrwhite h2,
.clrwhite h1 {
    color: #fff;
}

.bgblue {
    background-color: #0072CE;
}

.bgorng {
    background-color: #FF6720;
}

.clrorng {
    color: #FF6720;
}

p {
    font-size: 1rem;
    color: #333333;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

p:last-of-type {
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

.bgimgcvr {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.cmnbtn {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}


/*



.cmnbtn::before{



    top: -4px;



    left: -4px;



    border-width: 1px 0 0 1px;



    z-index: 5;



}



.cmnbtn:after{



    bottom: -4px;



    right: -4px;



    border-width: 0 1px 1px 0;



}



.cmnbtn::before, .cmnbtn::after{



    content: '';



    display: block;



    position: absolute;



    border-color: #FF6720;



    box-sizing: border-box;



    border-style: solid;



    width: 1em;



    height: 1em;



    -webkit-transition: all 0.3s ease-in-out;



    transition: all 0.3s ease-in-out;



}



*/
body.app.sidebar-mini.rtl{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}
#selected_data .cmnbtn::before,
#selected_data .cmnbtn::after {
    border-color: #0072CE;
}

.cmnbtn:hover {
    color: #fff;
    border-color: #FF6720;
    background-color: #FF6720;
}

#selected_data .cmnbtn:hover {
    color: #fff;
    border-color: #0072CE;
    background-color: #0072CE;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff6720;
    --bs-btn-border-color: #ff6720;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff6720ca;
    --bs-btn-hover-border-color: #ff672059;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #ff6720;
    --bs-btn-active-bg: #ff6720ca;
    --bs-btn-active-border-color: #ff6720ca;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff6720ca;
    --bs-btn-disabled-border-color: #ff6720ca;
}
.cmnbtn:hover::before,
.cmnbtn:hover::after {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-color: #FF6720;
}

#selected_data .cmnbtn:hover::before,
#selected_data .cmnbtn:hover::after {
    border-color: #0072CE;
}

.sumtbtn span.cmnbtn.whtbtn input[type="submit"] {
    color: #fff;
}

.sumtbtn span.cmnbtn.whtbtn {
    border-color: #FF6720;
}

.cmnbtn.whtbtn:hover {
    color: #fff;
}

.sumtbtn span.cmnbtn.whtbtn:hover input[type="submit"] {
    color: #fff;
}

.overlay,
.bluovrlay {
    position: relative;
    z-index: 1;
}

.overlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: -1;
}

.bluovrlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #0072CE;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
}

input[type="submit"] {
    cursor: pointer;
}

.ptb70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.mtb70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mt70 {
    margin-top: 70px;
}

.mt50 {
    margin-top: 50px;
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

button,
input:focus {
    outline: none;
}

.mt20 {
    margin-top: 20px
}


/*---- Header ----*/

header {
    
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.hdrlogo img {
    max-height: 30px;
}

.hometopheader .hdrtopinfo {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}

.hdrtopinfo {
    padding: 12px 15px 12px;
    background: #FF6720;
    position: relative;
}


.topscl li {
    display: inline-block;
    margin-right: 14px;
}

.topscl li a {
    color: #fff;
}

.topscl li {
    display: inline-block;
}

.topmobno a {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: flex;
}

.topmobno a i {
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #333;
    font-size: 20px;
}

.loginmenu {
    margin-right: 20px;
}

.loginmenu li {
    padding: 0 10px;
}

.loginmenu li:first-child {
    border-right: 1px solid #fff;
    padding-left: 0;
}

.freehd {
    color: #077bc1;
    font-size: 16px;
    font-weight: 500;
    text-transform: inherit;
}
.freehd.clrorng {
    color: #FF6720;
}


.mainnav li {
    margin-left: 35px;
}

.mainnav li a {
    color: #fff;
}

/* .mobiconmnu,
.mobclsmnu {
    display: none;
} */
.mobclsmnu {
    display: none;
}
header.inrhdr .mobiconmnu a {
    color: #ff6720;
}
.mobclsmnu a svg {
    width: 30px;
    height: 30px;
}


/*Banner Section Css*/

section.mainbnr {
    position: relative;
    z-index: 1;
    padding: 0;
    overflow: hidden;
}

section.mainbnr .summary-block{
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    text-align: center;
}
.left-block.summary-block {
  border-right: 4px solid #fff;
}
section.mainbnr .right-block{
    background: #ffd5c152;
}

section.mainbnr .right-block .text-blocks{
    max-width: 600px;
    padding: 0 20px;
    display: grid;
    gap: 20px;
    font-size: 32px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
   color: #000000;
    letter-spacing: 0.3px;
}

section.mainbnr .right-block .text-blocks .note{
    font-size: 17px;
    color: #fff;
    text-transform: none;
}
section.mainbnr .home_banner_summary .text-blocks{
    font-size: 33px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
}
section.mainbnr .home_banner_summary .text-date-block span.note{
    padding : 10px 0 0;
    display: block;
    font-weight: 500;
}

section.mainbnr .home_banner_summary .bottom_terms{
    color: #fff;
    position: absolute;
    bottom: 20px;
}

section.mainbnr:before {
    height: 100%;
    width: 100%;
    background: #ff6720;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    opacity: 1;
    opacity: 0.9;
}

.bnrtxt h4 {
    margin-bottom: 22px;
}

.bnrtxt a.cmnbtn {
    padding: 14px 24px;
    margin-top: 20px;
}

.mainbnr a.cmnbtn {
    text-transform: uppercase;
    font-weight: 500;
}


/*Book Trip Section*/

.pickrow {
    margin: 0 -7px;
}

.pickrow .form-group {
    width: 100%;
    padding: 0 7px;
    display: flex;
    align-items: flex-start;
}

.pickrow .form-group label {
    flex: 0 0 130px;
    background: #fff;
    color: #222;
    line-height: 24px;
    padding: 10px 6px 10px 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-right: 0;
    border-radius: 2px 0 0 2px;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
    margin: 0;
    font-size: 14px;
}

.pickrow .form-group select {
    height: 46px;
    width: 100%;
    padding: 0 4px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .2);
}
.pickrow .form-group select:focus{
    outline: none;
    box-shadow: none;
}
.order_details_summary .cmn_details_summary {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.order_details_summary .cmn_details_summary:last-child{
    border-bottom: none;
}
.order_details_summary .cmn_details_summary p:not(:last-child) {
    margin-bottom: 4px;
}
.cmn_details_summary p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.cmn_details_summary strong {
    font-size: 14px;
}
.cmn_details_summary h6 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
}
.order_details_summary {
    margin-top: 30px;
}

.order_details_summary.space {
    margin-top: 0px;
}
/* body .order_details_summary .nextbutton button.cmnbtn.orngbtn {
    background: #0072ce;
    color: #fff !important;
} */
.nextbutton {
    text-align: center;
    margin-top: 20px;
}

.inrfromcnt {
    padding: 40px 40px 50px;
    position: relative;
    z-index: 9;
    border-radius: 10px;
    width: 100%;
    max-width: 950px;
    background: rgba(0,114,206,0.9);
    overflow: hidden;
}

.inrfromcnt:after {
    position: absolute;
    content: "";
    width: 140%;
    height: 650px;
    background: #FF6720;
    top: 185px;
    transform: rotate(-23deg);
    z-index: -1;
    opacity: 0.15;
    right: -300px;
    display: none;
}

.pickrow .form-group.lstgrp {
    flex: 0 0 140px;
}

.pickrow .form-group label i.fa {
    margin-right: 6px;
}

.srchform {
    margin-top: 40px;
}

.sumtbtn span.cmnbtn {
    padding: 0;
    border: none;
    font-size: 20px;
}

.sumtbtn span.cmnbtn input[type="button"] {
    padding: 12px 45px 10px;
    border: none;
    background: #FF6720;
    border: none;
    color: #fff;
    position: relative;
    z-index: 9;
    cursor: pointer;
    border-radius: 6px;
}
.sumtbtn span.cmnbtn input[type="button"]:hover {
    color: #FF6720;
    background: #fff;
}
.sumtbtn {
    text-align: center;
    margin-top: 18px;
}
.book-search-form .form-group label,
.book-search-form .form-group input,
.book-search-form .form-group select{
    height: 48px;
}
.book-search-form .form-group input:focus,
.book-search-form .form-group select:focus{
    outline: none;
    box-shadow: none;
}
.book-search-form .form-group input,
.book-search-form .form-group select{
    border: 1px solid #ddd;
}
.book-search-form .form-group label{
    flex: 0 0 145px;
    padding: 5px 5px 5px 24px;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    position: relative;
}
.book-search-form .form-group label i{
    position: absolute;
    left: 8px;
}





/*Service Section*/

.srvcsec .container {
    position: relative;
}

.sechead h4 {
    position: absolute;
    left: 35px;
    top: 0px;
    padding-right: 10px;
    font-weight: 900;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #d8d8d8;
}

.sechead h4::before {
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    width: 1px;
    height: 40px;
    background-color: #FF6720;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.inrsrvcont {
    padding-left: 60px;
}

.srvscol {
    margin-top: 50px;
}

.cmnsrvcol span.icon {
    display: inline-block;
    height: 100px;
    width: 100px;
    border: 1px dashed #afafaf;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 28px;
    color: #a5a5a5;
}

.srvscol .cmnsrvcol {
    padding: 0 25px;
    margin-bottom: 50px;
}

.cmnsrvcol h5 {
    margin: 20px 0 10px;
    color: #FF6720;
}


/* FAQ PAGE CSS STARTS HERE */

.panel-group {
    margin-bottom: 20px;
    padding: 7px 0px 5px;
}

.panel-default {
    border: 1px solid #999 !important;
}

.panel-default {
    background-color: #fff;
    border: 0 none;
    box-shadow: none;
}

.panel.panel-default {
    cursor: pointer;
}

.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 9px;
}

.panel-default>.panel-heading {
    border-color: transparent;
    color: #333;
    background-color: transparent;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.title h4 {
    color: #777;
    font-size: 18px;
}

.panel-body {
    padding: 18px;
}


/* FAQ PAGE CSS ENDS HERE */


/***** Contact frm*****/

.cntctfrm h2 {
    margin-bottom: 50px
}

.cntctlft {
    padding-right: 30px;
}

.cntlistlft h4 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0px 0px 10px;
}

.cntlfticn i {
    padding-right: 18px;
    font-size: 20px;
}

.cntlistlft {
    padding-bottom: 20px;
}

.cntinfo li a {
    color: #039;
}

.cntctfrm .form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #e1dede;
    height: 40px;
    background-color: #fff;
    color: #333;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
}

.cntctfrm .form-group {
    margin-top: 40px;
}

.cntctfrm .form-group textarea {
    height: 100px;
    /*margin-bottom:30px*/
}

.cntctfrm .form-group label {
    text-transform: capitalize;
    text-align: left;
    color: #333
}

.cntctfrm .form-group {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
}

.cntctrgt .bookingbtn {
    text-align: center;
    margin-top: 30px
}

.cntctfrm .cntctrgt {
    width: 70%;
    padding: 30px;
    box-shadow: 0px 0px 12px 1px rgba(103, 103, 103, 0.75);
    -webkit-box-shadow: 0px 0px 12px 1px rgba(103, 103, 103, 0.75);
    -moz-box-shadow: 0px 0px 12px 1px rgba(103, 103, 103, 0.75);
}

.cntctfrm .cntctrgt {
    position: relative;
}

.topcntinfo h2 {
    margin: auto;
    text-align: center;
    display: block;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 12px 1px rgba(103, 103, 103, 0.75);
    -webkit-box-shadow: 0px 0px 12px 1px rgba(103, 103, 103, 0.75);
    -moz-box-shadow: 0px 0px 12px 1px rgba(103, 103, 103, 0.75);
    color: #0071d0;
}

.topcntinfo {
    margin-bottom: 30px;
}

.hlpfrmtle h2 {
    margin: 0 !important;
}


/*CONTACT US ENDS*/

.error {
    color: #ff5858 !important;
}


/*Newsletter Section*/

section.infosec {
    margin-top: 30px;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 70px;
}

section.infosec:before {
    position: absolute;
    content: "";
    height: 160px;
    width: 100%;
    background: #fff;
    transform: skewY(-5deg);
    top: -70px;
}

.signupfrm {
    margin-top: -110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
}

.signupfrm form {
    text-align: left;
    margin-top: 30px;
}

.signupfrm h3 {
    margin-bottom: 18px;
}

.signupfrm label {
    font-size: 16px;
    font-weight: 500;
}

.signupfrm input[type="text"],
.signupfrm input[type="email"] {
    height: 48px;
    border-radius: 0;
}

.signupfrm input[type="submit"] {
    background: #FF6720;
    border: none;
    padding: 10px 20px;
    color: #fff;
}

.signupfrm span.cmnbtn.inputbtn.whtbtn {
    margin-top: 20px;
}

.sumtbtn span.cmnbtn.whtbtn {
    border-color: #fff;
}

.cmnbtn.whtbtn::before,
.cmnbtn.whtbtn::after {
    border-color: #fff;
}

.signupfrm span.cmnbtn.inputbtn.whtbtn {
    margin-left: 4px;
}

.nwsltrgt a.cmnbtn {
    margin-top: 40px;
}

.nwsltrgt h2 {
    margin-bottom: 40px;
}


/*****Radio-button********/

.bnrradiobtn .form-group {
    margin: 0px 10px 10px;
}

.bnrradio {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-size: 18px;
}


/* Hide the browser's default radio button */

.bnrradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.bnrradio:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.bnrradio input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.bnrradio input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.bnrradio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/*Blog Section*/

.strntrow {
    margin-top: 40px;
}

.strntrow .row {
    padding-bottom: 30px;
    position: relative;
}

.strntrow .row:last-child {
    padding-bottom: 0;
}

.strensec .row:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #FF6720;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.strensec .col-md-6:first-child {
    padding-right: 30px;
}

.strensec .reverse .col-md-6:first-child {
    padding-left: 30px;
    padding-right: 15px;
}

.strensec .reverse {
    flex-direction: row-reverse;
}

.strensec .col-md-6:last-child {
    padding-left: 30px;
}

.strensec .reverse .col-md-6:last-child {
    padding-right: 30px;
    padding-left: 15px;
}

.infostbox {
    position: relative;
}

.infostbox:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #FF6720;
    top: 30px;
    right: -30px;
}

.infostbox:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    top: 23px;
    right: 15px;
    background: #FF6720;
    border-radius: 50%;
}

.reverse .infostbox.lftinfbox:after {
    left: -30px;
    right: auto;
}

.reverse .infostbox.lftinfbox:before {
    left: 15px;
    right: auto;
}

.infostbox {
    background-color: #fff;
    padding: 50px 30px 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.infostbox:hover {
    background-color: #0072CE;
}

.infostbox:hover * {
    color: #fff;
}

.infostbox:hover a.rdlink {
    color: #fff;
}

.infodisc a.rdlink {
    color: #333;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}

.infodisc a.rdlink:hover {
    color: #fff;
}

.infostimg.bgimgcvr {
    height: 100%;
}


/*Footer css*/

footer {
    position: relative;
    overflow: hidden;
}

.ftrlogo img {
    max-height: 35px;
}

.inrftrcont.overlay:after {
    background-color: #000;
    opacity: 0.7;
}

.inrftrcont {
    padding: 60px 0;
}

.location {
    margin: 20px -1px;
}

footer p,
footer li {
    color: #fff;
}

.ftrinfo ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.ftrinfo ul li {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.ftrinfo {
    margin: 20px 0 30px;
}

.ftrinfo i {
    margin-right: 10px;
    font-size: 24px;
}

.ftrmenu {
    margin: 30px 0;
}

.ftrmenu li a {
    color: #fff;
}

.ftrmenu li {
    margin: 0 16px;
}

.ftrscl li {
    margin: 0 10px;
}

.ftrscl li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
}

.ftrscl li a:hover {
    background: #FF6720;
    border-color: #FF6720;
}

.cpyrtftr {
    margin-top: 15px;
    text-align: center;
}
.ftrlogo a {
    font-size: 20px;
    text-transform: uppercase;
}
.ftrlogo a:hover {
    color: #FF6720;
}
.ftrscl {
    text-align: center;
    display: flex;
    justify-content: center;
}


/*****Bus Booking  *****/

.logobdr {
    border-bottom: 1px solid #f5f0f0;
    padding-bottom: 25px;
}

.bokhdr i {
    font-size: 20px;
    color: #afafaf;
    padding: 0px 10px;
}

.bokhdr h2 {
    margin: 0px 0px 10px;
}

.bgorngcrl img {
    filter: invert(1);
    width: 70%;
}

.bgorngcrl.bggrn {
    background-color: #008020;
}

img.retunimg {
    transform: rotateY(180deg);
}

.bgorngcrl {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #FF6720;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

.bokhdr {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

header.hdrtwo {
    position: static;
}

.mainnavinr li a {
    color: #333333;
}

ul.nav.nav-pills.bookweek {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.bookweek li {
    border-right: 1px solid #fff;
}

.bookweek li.active {
    background-color: #FF6720;
}

.bookweek li a {
    display: block;
    height: 60px;
    background-color: transparent;
    margin: 0px 0px;
    line-height: 60px;
    text-align: center;
    color: #0072CE;
    padding: 10px 48px 0px;
}

.bookweek li a h4 {
    color: #0072CE;
    margin: 0;
    font-size: 22px;
}

.bookweek li a h6 {
    color: #0072CE;
}

.bookingbtn p {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 9px;
}

.bookingbtn {
    text-align: center;
}

.sechead.bokhdr h3 {
    text-align: center;
}

.busdtl h2 {
    margin: 0px 0px 1px;
}

.busdtl a {
    padding: 2px 8px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    border-color: #FF6720;
    background-color: #FF6720;
    margin: 10px 0px;
}

.busdtl a::before,
.busdtl a::after {
    content: '';
    display: block;
    position: absolute;
    border-color: #FF6720;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.busdtl a::before {
    top: -4px;
    left: -4px;
    border-width: 1px 0 0 1px;
    z-index: 5;
}

.busdtl a:after {
    bottom: -4px;
    right: -4px;
    border-width: 0 1px 1px 0;
}

.busdtl a:hover::before,
.busdtl a:hover::after {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-color: #FF6720;
}

.locbus p {
    font-size: 19px;
    margin: 0;
    font-weight: 600;
}

p.loc {
    font-size: 14px;
    font-weight: 400;
}

.locbus h5 {
    padding: 3px 0px;
    white-space: nowrap;
}
.Bustym {
    /*    padding-bottom: 20px;*/
}

.bustymcnt {
    width: 9%;
    margin: auto 10px;
    text-align: center;
}

.timeestimate {
    position: relative;
    display: inline-block;
}

.timeestimate {
    position: relative;
    display: inline-block;
    width: 100%;
}

.timeestimate .dur-blk.dur .dur-ln {
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    height: 1px;
    background: #eee;
}

.timeestimate .dur-blk.dur:before {
    left: 0;
    border-radius: 50%;
}

.timeestimate .dur-blk.dur:after,
.timeestimate .dur-blk.dur:before {
    content: " ";
    position: absolute;
    top: 9px;
    background: #00aeef;
    width: 7px;
    height: 7px;
    z-index: 1;
}

.timeestimate .dur-blk.dur:after {
    right: 0;
    background: #94b0be;
}

span.dur-txt {
    text-align: center;
    margin: auto;
    background-color: #fff;
    z-index: 9999;
    position: relative;
    display: flex;
    justify-content: center;
    width: 28%;
}

.bluebtn {
    background-color: #0072CE !important;
    color: #fff;
}

.bluebtn:before,
.bluebtn:after {
    border-color: #0072CE !important;
}

.orngbtn {
    border-color: #FF6720;
    color: #FF6720;
}

#selected_data .orngbtn {
    border-color: #0072CE;
    color: #0072CE;
}

.boxsec {
    -webkit-box-shadow: -4px 0px 17px 0px rgba(234, 227, 227, 0.75);
    -moz-box-shadow: -4px 0px 17px 0px rgba(234, 227, 227, 0.75);
    box-shadow: -4px 0px 17px 0px rgba(138, 138, 138, 0.75);
    padding: 40px;
    padding-bottom: 35px;
    margin-top: 10px
}

#selected_data {
    padding: 10px;
}

#showData{
    width: 100%;
}
#showData .small_noti{
    padding: 0 0 0 142px;
}
#purchase-ticket-sec-main p.small_noti {
    padding: 0 0 0 230px;
}
#selected_data .boxsec {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px 8px 25px;
    margin-top: 0px;
    background-color: #c0c0c057;
    margin-bottom: 20px;
}
#selected_data h4 {
    text-align: left;
    margin: 0;
}
#selected_data h4 center {
    text-align: left;
    padding: 15px 10px;
    max-width: 280px;
    background: #c0c0c057;
    border-bottom: 2px solid #bfbfbf;
    font-size:20px;
}
#returnAndDepart h3 {
    font-size: 20px;
}
.passenger_info {
    position: relative;
}
.button_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -55px;
    z-index: 1;
}
.passenger_info {
    margin-bottom: 60px;
}
.passenger_info .button_wrapper {
    bottom: -100px;
}
.payment_info {
    margin-bottom: 60px !important;
}

.payment_info .button_wrapper {
    bottom: -100px;
}
.payment_info #purchase-ticket-main {
    position: static;
}
main.stripeForm > .container-lg .example .success {
    right: 0;
    width: 100% !important;
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
}

/*



.inrmainhdr{



    background: linear-gradient(180deg, rgba(6,6,6,1) 0%, rgba(10,10,10,1) 35%, rgba(171,171,171,1) 119%);



    margin-top: 0;



    padding: 10px 0px;



    background-size: cover;



    background-position: inherit;



}



*/

header.inrhdr {
    position: static;
}

.mainheader.inrmainhdr .logohdr {
    border-bottom: 1px solid #ededed;
    padding-bottom: 16px;
}

.mainheader.inrmainhdr .mainnav li a {
    color: #404040;
}

.pickrow input {
    height: 50px;
    width: 100%;
    padding: 0 12px;
    overflow:hidden;
}

.selected_up {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
main.stripeForm > .container-lg .example .error .message {
    color: #FF6720 !important;
}
body main.stripeForm > .container-lg .example .error{
    position: static;
}
body main.stripeForm > .container-lg .example form br{
    display: none;
}
main.stripeForm > .container-lg .example button.cmnbtn.orngbtn.step_1_complete {
    margin-top: 15px;
}
.listbok .cell.example.purchase-ticket-sec fieldset h3 {
    margin-top: 15px;
}
/* Start Popup Design */
.sweet-overlay {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    outline: none !important;
    z-index: 10000;
}

.sweet-alert {
    background-color: white;
    width: 478px;
    padding: 20px;
    border-radius: 3px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -259px;
    margin-top: -200px;
    -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2),
        0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: none;
    z-index: 99999;
}
.main_departing_row {
    margin: 10px 0 30px;
}
.common_dapartingbox {
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 30px;
    border-radius: 4px;
}
.common_dapartingbox h5 {
    margin-bottom: 15px;
}
.common_dapartingbox p {
    font-size: 14px;
    line-height: 24px;
}
.common_dapartingbox .pickrow {
    margin-top: 15px;
}

.pay_btn { background-color: #FF6720 !important; color: #fff !important; font-weight: 900 !important; }
.billing_add_location { gap: 10px; }
.billing_add_location .loc_item{width: calc(33.33% - 7px);}


@media(min-width:576px){
    body main.stripeForm .container-lg.user-order-details {
        max-width: 100% !important;
    }
}

@media(min-width:768px){
    body main.stripeForm .container-lg.user-order-details {
        max-width: 850px !important;
    }
}

@media(min-width:768px){
    #returnAndDepart .row .col-md-8,
    #returnAndDepart .row .col-md-4,
    .payment_info .row .col-md-8,
    .payment_info .row .col-md-4,
    .passenger_info .row .col-md-8,
    .passenger_info .row .col-md-4 {
        padding-right: 40px;
        padding-left: 40px;
    }
    #returnAndDepart .row .col-md-8{
        padding-right: 15px;
        padding-left: 15px;
    }
    /* #returnAndDepart .row,
    #returnAndDepart .row,
    .payment_info .row,
    .payment_info .row,
    .passenger_info .row,
    .passenger_info .row {
        margin-right: -30px;
        margin-left: -30px;
    } */
    body main.stripeForm .container-lg.user-order-details {
        max-width: 960px !important;
    }
}

@media(min-width:1200px){
    body main.stripeForm .container-lg.user-order-details {
        max-width: 1140px !important;
    }
}

@media(min-width:1400px){
    body main.stripeForm .container-lg.user-order-details {
        max-width: 1320px !important;
    }
}




@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    text-transform: none;
    position: relative;
    margin: 15px 0 0 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert fieldset {
    border: none;
    position: relative;
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    -webkit-transition: padding 0.15s, max-height 0.15s;
    -o-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    -webkit-transition: padding 0.25s, max-height 0.25s;
    -o-transition: padding 0.25s, max-height 0.25s;
    transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px;
}

.sweet-alert .sa-error-container p {
    display: inline-block;
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 22px;
    right: 10px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sweet-alert input {
    display: none;
    width: 100%;
    height: 40px;
    padding: 8px 12px 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.44;
    color: #555;
    margin-top: 10px;
    margin-bottom: 17px;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}

.sweet-alert input:focus {
    border-color: #7367f0;
    outline: none;
}

.sweet-alert.show-input input {
    display: block;
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
}

.sweet-alert button {
    background-color: #ff6720cf !important;
    color: white;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 3px;
    padding: 8px 20px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

.sweet-alert button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 2px rgba(128, 179, 235, 0.5),
        inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5),
        inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
    background-color: #00877a;
}

.sweet-alert button:active {
    background-color: #6a9b32d6;
}

.sweet-alert button.cancel {
    background-color: #c1c1c1 !important;
}

.sweet-alert button.cancel:hover {
    background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
    background-color: #a8a7a7;
}

.sweet-alert button.cancel:focus {
    -webkit-box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px,
        rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
    box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px,
        rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
    opacity: 0.6;
    cursor: default;
}

.sweet-alert button.confirm[disabled] {
    color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
    border: 0;
}

.sweet-alert[data-has-cancel-button="false"] button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button="false"][data-has-cancel-button="false"] {
    padding-bottom: 40px;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
    border-color: #f27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #f8bb86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f8bb86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f8bb86;
}

.sweet-alert .sa-icon.sa-info {
    border-color: #c9dae1;
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #c9dae1;
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #c9dae1;
}

.sweet-alert .sa-icon.sa-success {
    border-color: #a5dc86;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: "";
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    -ms-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 40px;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.myClass_payment .success {    background: #fff; display: grid !important; place-items: center; transform: translate(-50%, -50%) !important; left: 50% !important; z-index: 999999; }
.myClass_payment .orderDetails,.myClass_payment footer{ opacity: 0; visibility: hidden; }
.myClass_payment{overflow: hidden;}
.myClass_payment .user-order-details.payment_info .success{opacity: 1 !important; visibility: visible !important;}
.user-order-details.payment_info .success .icon {position: absolute;}
.myClass_payment .payment_info #purchase-ticket-main { box-shadow: none; }
.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}
/* End Popup Design */
/*****Bus Booking eNd  *****/

/* loader css */
.sidebar-mini .cancel_loader {
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    z-index: 9;
}
.sidebar-mini .cancel_loader.active{
    display: flex !important;
}
.cancel_loader .spinner {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 9px solid;
    border-color: #b3b3b3;
    border-right-color: #ff6720;
    animation: spinner-d3wgkg 1s infinite linear;
 }
 @keyframes spinner-d3wgkg {
    to {
       transform: rotate(1turn);
    }
 }
/* end loader css */

@media(max-width: 1280px) and (min-width: 1200px) {
    .hdrtopinfo::before,
    .hdrtopinfo::after {
        border-width: 24px 14px 24px 14px;
    }
    .hdrtopinfo::before {
        left: -26px;
    }
    .hdrtopinfo::after {
        right: -26px;
    }
}

@media(max-width: 1060px) {
    .hdrtopinfo::before,
    .hdrtopinfo::after {
        display: none;
    }
    .locbus p {
        font-size: 15px;
    }
    .locbus h5 {
        font-size: 16px;
    }
    .locbus p.loc {
        font-size: 11px;
    }
    .bookingbtn a.cmnbtn.orngbtn {
        padding: 10px 7px;
    }
    .bustymcnt {
        width: 14%;
    }
}

@media(max-width: 991px) {
      .container {
        max-width: 850px;
    }
    .bookweek li a {
        padding: 10px 33px 0px
    }
    .bookingbtn a.cmnbtn.orngbtn {
        padding: 10px 3px;
        font-size: 11px;
    }
    .locbus h5 {
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    .mobclsmnu{
        display: inline-block;
    }
    h2 {
        font-size: 28px;
    }
    .mt70 {
        margin-top: 50px;
    }
    .mobiconmnu a {
        font-size: 21px;
        color: #fff;
    }
    /* .mobiconmnu,
    .mobclsmnu {
        display: block;
    } */
    .mainnav {
        position: fixed;
        background: #FF6720;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        display: none;
        height: 100%;
        left: 0;
    }
    .logohdr {
     flex-wrap: wrap;
    }
    .logohdr .clrorng.freehd {
        width: calc(100% - 40px);
    }
    .inrhdr .mobiconmnu a {
        color: #ff6720;
    }
    .mainnav.open {
        top: 0;
        display:block;
    }
    .mainnav ul.d-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding:20px 0 10px;
    }
    .mainnav ul li {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .mainheader .mainnav li a {
        color: #fff !important;
    }
    .mobclsmnu {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .mobclsmnu a {
        display: block;
        height: 40px;
        width: 40px;
        background: #fff;
        line-height: 40px;
        text-align: center;
        color: #0072CE;
        font-weight: 500;
        font-size: 18px;
    }
    .srchform .pickrow {
        flex-wrap: wrap;
    }
    /*.pickrow .form-group:nth-child(2) {*/
    /*    width: calc(100% - 140px);*/
    /*}*/
    .pplopt .form-group {
        width: 100% !important;
    }
    .sechead h4 {
        position: static;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        letter-spacing: 1px;
        display: inline-block;
        font-weight: 600;
    }
    .inrsrvcont {
        padding-left: 0;
    }
    .srvscol .col-lg-4.col-md-4 {
        max-width: 50%;
    }
    .srvscol .col-lg-4.col-md-4:last-child .cmnsrvcol,
    .srvscol .col-lg-4.col-md-4:nth-child(5) .cmnsrvcol {
        margin: 0;
    }
    .nwsltrgt {
        margin-top: 40px;
    }
    .nwsltrgt h2 {
        margin-bottom: 25px;
    }
    .strensec .col-md-6:first-child {
        padding-right: 15px;
    }
    .strensec .col-md-6:last-child {
        padding-left: 15px;
    }
    .infostimg.bgimgcvr {
        height: 330px;
    }
    .strensec .reverse .col-md-6:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    .strensec .reverse .col-md-6:last-child {
        padding-right: 15px;
        padding-left: 15px;
    }
    .strntrow .row:after {
        display: none;
    }
    .infostbox:before,
    .infostbox:after {
        display: none;
    }
    .ftrmenu ul {
        display: block !important;
    }
    .ftrmenu li {
        margin: 0 0 10px;
        font-size: 14px;
    }
    .ftrinfo ul {
        flex-direction: column;
        align-items: center;
    }
    .ftrinfo ul li {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .signupfrm {
        padding: 40px 20px 30px;
    }
    .bookweek li a {
        padding: 10px 20px 0px;
    }
    .busdtl {
        padding-bottom: 20px
    }
    .pay {
        text-align: left !important;
        padding: 20px 0px;
    }
    .bookingbtn a.cmnbtn.orngbtn {
        padding: 10px 20px;
        font-size: 16px;
    }
    .locbus h5 {
        font-size: 16px;
    }
    #selected_data .boxsec {
        padding: 20px 10px 25px 25px;
        margin-top: 0px;
    }
    #selected_data h4 center {
        font-size: 18px;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }
    #selected_data .step_1_proceed {
        margin: 15px 0 10px;
    }
    body main.stripeForm>.container-lg {
        max-width: 100% !important;
    }
    .bokhdr h5 {
        font-size: 19px;
        line-height: 30px;
    }
    body .boktym {
        width: 100%;
    }
    body .boktym .boktymmain {
        padding: 0;
    }
    .boktym .boktymmain .col-md-9 {
        margin-bottom: 12px;
    }
    .boktym .boktymmain .col-md-9 h6 {
        margin-bottom: 10px;
    }
    .boktym .boktymmain .col-md-3 {
        text-align: left !important;
    }
    body .example.purchase-ticket-sec input:-webkit-autofill {
        -webkit-text-fill-color: #000;
    }
    .listbok .cell.example.purchase-ticket-sec {
        padding: 10px 30px 30px;
    }
    .listbok .cell.example.purchase-ticket-sec form br {
        display: none !important;
    }

    .departdata .boxsec > .row > .col-md-3,
    #depart .boxsec > .row > .col-md-3 {
        width: 50%;
    }
    .col-md-6.orderDetails {
        margin-top: 20px;
    }
    .passenger_wrap{
        padding: 20px 0 ;
    }
    .payment_info #purchase-ticket-main {
        padding: 20px;
    }
    .passenger_info>.row,
    .payment_info>.row     {
        gap: 40px;
    }
    .billing_add_location .loc_item {
        width: 100%;
    }
    .billing_add_location{flex-wrap: wrap;gap: 0;}

    #showData .small_noti{
        padding: 0;
    }
    #purchase-ticket-sec-main p.small_noti {
        padding: 0;
    }

}

@media(max-width: 575px) {
    .inrfromcnt {
        padding: 40px 20px 50px;
    }
    .srvscol .col-lg-4.col-md-4 {
        max-width: 100%;
    }
    .infostimg.bgimgcvr {
        height: 280px;
    }
    .pickrow .form-group:nth-child(2) {
        width: 100%;
    }
    .pickrow .form-group.lstgrp {
        flex: 0 0 100%;
    }
    .srvscol .col-lg-4.col-md-4:nth-child(5) .cmnsrvcol {
        margin-bottom: 50px;
    }
    .bookweek li {
        border-right: 1px solid #fff;
        width: 50%;
        border-bottom: 1px solid #fff;
    }
    .book-search-form .form-group label{
        white-space: normal;
        font-size: 12px;
        line-height: 14px;
    }
    .ticket-field-wrapper{
        flex-wrap: wrap;
    }
    .book-search-form .ticket-field-wrapper select{
        width: calc(100% - 145px);
    }


}

@media(max-width: 480px) {
    .hdrtopinfo .container {
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
    }
    .hdrlogo {
        margin-bottom: 10px;
    }
    .topmobno.d-flex {
        width: 100%;
        text-align: center;
        justify-content: center !important;
        align-items: center;
        display: flex;
    }
}

@media(max-width: 440px) {
    .topscl {
        display: none;
    }
    .boxsec {
        padding: 20px;
    }
    .bgorngcrl {
        width: 65px;
    }
}

@media(max-width: 322px) {


    .book-search-form .form-group select{
        font-size: 13px;
    }

}

/* Stripe CSS */

.StripeElement {
    /*    margin: 0px 15px;*/
    padding: 14px 10px !important;
    border-radius: -2.75rem;
    display: block !important;
    background: white !important;
    position: relative !important;
    opacity: 1 !important;
    width: calc(100% + 13px);
    border: 1px solid #e1dede;
    /*



    box-shadow: 0px 0px 7px 1px rgba(163, 163, 163, 0.75);



    -webkit-box-shadow: 0px 0px 7px 1px rgba(163, 163, 163, 0.75);



    -moz-box-shadow: 0px 0px 7px 1px rgba(163, 163, 163, 0.75);



*/
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#data_information {
    padding: 20px;
}

#payment-form {
    max-width: 500px;
    margin: auto;
}

.example.purchase-ticket-sec fieldset {
    background-color: #7795f8 !important;
}

#selected_data .step_1_proceed {
    color: #0072CE;
    background-color: white;
    border: 1px solid #0072CE;
}

.step_1_complete {
    background-color: white;
    border: 1px solid #FF6720 !important;
}

.step_back {
    background-color: white;
    border: 1px solid #FF6720 !important;
}
.combobtn {
    /*



    background: -moz-linear-gradient(316deg, rgba(255,130,0,1) 0%, rgba(0,51,153,1) 100%);



    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255,130,0,1)), color-stop(100%, rgba(0,51,153,1)));



    background: -webkit-linear-gradient(316deg, rgba(255,130,0,1) 0%, rgba(0,51,153,1) 100%);



    background: -o-linear-gradient(316deg, rgba(255,130,0,1) 0%, rgba(0,51,153,1) 100%);



    background: -ms-linear-gradient(316deg, rgba(255,130,0,1) 0%, rgba(0,51,153,1) 100%);



    background: linear-gradient(134deg, rgba(255,130,0,1) 0%, rgba(0,51,153,1) 100%);



    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6720', endColorstr='#0072CE',GradientType=1 );



    border: 1px solid #fff;



    height: 45px;



    padding: 0px 20px;



*/
}


/******* Our Route Start *************/

.routetitle h1 {
    color: #333;
}

.routedetal ul li {
    font-size: 14px;
    line-height: 26px;
}

.routedetal ul {
    list-style: disc;
    margin: 8px 20px 0px;
}

.routedetal {
    border-bottom: 1px solid #c1c1c1;
    padding: 19px 0px;
    width: 100%;
}

.routedetal h4 {
    color: #FF6720;
}


/******* Our Route End *************/


/******Terms of service Start ******/

.trmtitle h1 {
    color: #333;
    text-transform: uppercase;
}

.trmpnt h5 {
    font-weight: 600;
    padding-bottom: 30px;
}


/******Terms of service End ******/


/*******Accessibility Start ******/

.accestitle h1 {
    color: #333;
}

.accetrvl h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 21px;
}

.accetrvl ul {
    margin: 20px 0px;
}

.accetrvl ul li {
    font-size: 16px;
    line-height: 30px;
}

.accordion-wrapper {
    border: 1px solid #f7f7f7;
    box-shadow: 0px 0px 5px -4px #000;
    margin: 20px 0px;
}

button.accordion {
    background-color: #fff;
    color: #333;
    border: none;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    padding: 0.5em 1.25em;
    text-align: left;
    transition: 0.8s;
    width: 100%;
}

button.active,
button.accordion:hover {
    color: #777;
    background-color: #fff;
}

button.accordion:after {
    content: "\002B";
    float: right;
}

button.active.accordion:after {
    content: "\2212";
}

.details {
    background-color: #fff;
    color: #777;
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5em;
    transition: max-height 0.2s ease-out;
    border-top: 1px solid #ebebeb;
}

.accordion-wrapper p {
    margin-bottom: 0;
    line-height: 25px;
    padding-top: 21px;
}

.accetrvl a {
    color: #FF6720;
}


/*******Accessibility end ******/


/******* About Start  *****/

.sbtpoint h5 {
    font-size: 20px;
    margin-bottom: 17px;
}

.antbnr img {
    width: 100%;
}

.mt40 {
    margin-top: 40px;
}


/****** about ens *******/


/*******What-we-do-start ********/

.whatdotitle h1 {
    color: #333;
}

.whticon {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    border: 2px solid #f9f9f9;
    display: block;
    margin: auto;
    border-radius: 50%;
    background-color: #ffffff;
    color: #FF6720;
    position: relative;
    z-index: 999;
    font-size: 24px;
}

.whttxt {
    padding: 40px 10px 20px;
    margin-top: -30px;
    border: 1px solid #efefef;
}

.weabtusimg img {
    width: 100%;
}


/*******What-we-do-end ********/


/****dUMMY SEC Start***/

.busride {
    background-color: #f5f8fc;
    padding: 80px 0px;
}

.busrdimg img {
    width: auto;
    max-height: 50px;
}
.busrdimg {
    display: inline-block;
    padding: 0px 10px;
    border-radius: 50%;
    margin-right: 20px;
}

.busrdtxt h4 {
    color: #333;
    margin: 0;
    font-size: 25px;
}

a.smlbtn {
    padding: 5px 10px;
    font-size: 13px;
    margin: 20px 0px 0px;
}


/****dUMMY SEC End***/


/*****Ourdestination Start ****/

.dstitxt {
    padding-left: 28px;
}

.dstitxt p {
    font-size: 1rem;
    padding: 10px 0px 10px;
}

.dstitxt ul {
    list-style: disc;
    margin-left: 17px;
}

.dstitxt ul li {
    font-size: 14px;
    line-height: 25px;
}

.dstitxt h3 {
    color: #0072CE;
    font-size: 20px;
}

.ans {
    color: #0072CE;
}

.dstitxt {
    /* box-shadow: 1px 1px 6px 0px rgba(223, 223, 223, 0.75);



    -webkit-box-shadow: 1px 1px 6px 0px rgba(223, 223, 223, 0.75);



    -moz-box-shadow: 1px 1px 6px 0px rgba(223, 223, 223, 0.75);*/
    padding: 20px 20px;
}

.Destination .dstitxt {
    padding: 20px 0px;
}

.Destination .container>h4.m-4 {
    margin: 10px 0 0 !important;
}

.trmpnt p,
.prvycnt p,
.abtdetail p,
.whatdosec p,
.weabttxt p,
.acessec p,
.temsvc p {
    font-size: 1rem;
}

.faqdiv {
    margin-bottom: 30px;
}

.temsvc ul {
    list-style-type: disc;
    padding-left: 30px;
}


/*****Ourdestination end ****/


/**** Vishal Css Start ****/

.cmnbtn.active {
    color: #fff;
    border-color: #FF6720;
    background-color: #FF6720;
}

.sho-err {
    display: none;
}

.sho-err p {
    margin-bottom: 0px !important;
}

.left_it {
    text-align: left;
    font-weight: 600 !important;
    font-size: 18px !important;
}


/**** Vishal Css End ****/

button.cmnbtn.modify,
.boxsec a.cmnbtn.orngbtn {
    margin: 0px;
    background-color: #fff;
    border: 1px solid #0072CE;
    color: #0072CE;
}

button.cmnbtn.modify:after,
button.cmnbtn.modify:before {
    content: '';
    border-color: #0072CE;
}

button.cmnbtn.modify:hover {
    background-color: #0072CE;
    color: #fff;
}

div#depart a.cmnbtn.orngbtn.depart,
div#return a.cmnbtn.orngbtn.return,
.boxsec a.cmnbtn.orngbtn {
    background-color: #0072CE;
    color: #fff;
}

div#depart a.cmnbtn.orngbtn.depart:hover,
div#return a.cmnbtn.orngbtn.return:hover,
.boxsec a.cmnbtn.orngbtn:hover {
    background-color: transparent;
    color: #0072CE;
}


/*-----------------------------*/

.bokhdr h5 {
    margin-top: 10px;
    font-size: 24px;
}

button.cmnbtn.orngbtn {
    background-color: white;
}

button.cmnbtn.orngbtn:hover {
    background-color: #FF6720;
}

main.stripeForm>.container-lg {
    max-width: 850px !important;
    padding: 20px 20px !important;
}

.small_noti {
    font-style: italic;
    margin-top: 5px;
    font-size: 14px !important;
    font-weight: normal;
}
.pasdeprgt {
    text-align: left !important;
}
.step_1_button {
    text-align: center;
}

/* #purchase-ticket-sec-main .lastname-field .error, #purchase-ticket-sec-main .firstname-field .error{
    display: none!important;
} */

body #purchase-ticket-sec-main label.error {
    color: red !important;
    padding-top: 5px !important;
    font-size: 14px !important;
}
/*************  boktym  *************/

.boktym {
    width: 80%;
    margin: 0px auto;
}

.boktymmain {
    background-color: white !important;
    padding: 20px 20px;
}

.bokmainlft {
    color: #0072CE;
    margin: 0;
    width: 100%;
}


.bokmainlft .col-md-1 {
    border-right: 1px solid #0072CE;
}

.bokmainlft h6 {
    font-weight: 400;
    font-size: 18px;
    color: #0072CE;
}

.bokmainlft p {
    font-size: 14px;
    color: #0072CE;
}

.bokmainlft p span {
    font-weight: 300;
    font-size: 16px;
}
.alert_message {
    background: #FF6720;
    text-align: center;
    padding: 60px 0;
    max-width: 600px;
    margin: 0 auto;
}
.alert_message h1 {
    margin: 0;
    text-transform: capitalize;
}
.mt70 {margin-top: 70px;}
.sel {
    border: 1px solid #dee2e6;
    padding: 6px 10px;
    margin-bottom: 15px;
}
.cancel-ticket {
    background: #fff;
    padding: 70px 30px ;
    max-width: 800px;
    margin: 0 auto;
}
.cancelticket .sel {
    padding: 0;
    border: none;
}
.mb30 {margin-bottom: 30px;}
.color_orange {color: #FF6720;}
main.app-content.cancelticket {
    margin: 0;
    min-height: auto;
}
.cancelticket + footer.mt70 {
    margin-top: 0;
}

#purchase-ticket-sec-main label[id*="firstname_"],
#purchase-ticket-sec-main label[id*="lastname_"] {
    display: none !important;
}


main.stripeForm  .container-lg.user-order-details{
    max-width: 1320px !important;
}
.user-order-details h4{
    margin: 0 0 20px;
}
.order-details-wrapper{
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 12px 0px rgba(103, 103, 103, 0.4);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(103, 103, 103, 0.4);
    -moz-box-shadow: 0px 0px 12px 0px rgba(103, 103, 103, 0.4);
}
.passenger_info .order-details-wrapper,
.payment_info .orderDetails .order-details-wrapper {
    box-shadow: none !important;
    padding:0 ;
}
.payment_info #purchase-ticket-main {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    padding: 40px;
}

/*.cancelticket .sel b {
    display: block;
}*/

/* 29 april 2024 */
.listbok_check label {
    padding: 0;
}
.listbok_check input#termAndcondtion {
    text-align: start;
    webkit-appearance: inherit;
    appearance: auto;
    float: left;
    width: auto !IMPORTANT;
}
.listbok_check label {
    padding: 0 !important;
}
.listbok_check{
    display: flex;
    align-items: center;
    gap:10px;
}

.payment-error.termAndcondtion_error {
    position: absolute;
    margin-top: 42px;
}


h5.totalPrice {
    text-align: left;
    margin-top: 22px;
}

.pasdeprgt p {
    margin-bottom: 8px;
}

button.cmnbtn.step_1_proceed {
    color: #0072CE;
    background-color: white;
    border: 1px solid #0072CE;
}


button.cmnbtn.step_1_proceed:hover {
    color: #fff;
    border-color: #0072CE;
    background-color: #0072CE;
}

p.locadd {
    font-size: 12px;
    font-weight: 400;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent dark background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Popup container */
.manageMyTrip .popup {
    background: #fff;
    border-radius: 5px;
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Popup header (title and close button) */
.manageMyTrip .popup-header {
    background: #707070;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Header title */
.manageMyTrip .popup-header h3 {
    margin: 0;
    font-size: 16px;
}

/* Close button in the header */
.manageMyTrip .popup-header .close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* Popup body (form content) */
.manageMyTrip .popup-body {
    padding: 20px;
}

/* Labels for input fields */
.manageMyTrip .popup-body label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Input fields and select dropdown */
.manageMyTrip .popup-body input,
.manageMyTrip .popup-body select {
    width: calc(100% - 20px); /* Full width with some padding */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Button styling */
.manageMyTrip .popup-body button {
    width: 100%; /* Full width button */
    padding: 10px;
    background: #007bff; /* Blue background */
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}

/* Button hover effect */
.manageMyTrip .popup-body button:hover {
    background: #0056b3; /* Darker blue when hovered */
}

@media(max-width: 768px){
    
    .left-block.summary-block {
    border-right: initial;
    }
    
    section.mainbnr{
        flex-direction: column;
    }
    section.mainbnr .summary-block{
        padding: 50px 20px 60px;
    }
    section.mainbnr .right-block{
        text-align: center;
    }
    section.mainbnr .right-block .text-blocks {
        font-size: 28px;
    }    
    
}

@media(max-width: 375px){
    
    section.mainbnr .summary-block{
        padding: 30px 20px;
    }
    section.mainbnr .home_banner_summary{
        padding-bottom: 70px;
    }
    
    section.mainbnr .right-block .text-blocks {
        gap: 6px;
        font-size: 17px;
    }        
    
}    


