
.modal-open .modal {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.error-text
{
  color:red !important;
  font-size:15px !important;
}
.nir-btn::before, .nir-btn-black::before
{
  color: var(--primarycolor) !important;
  border: 1px solid #00000047 !important;
}
.main-title
{
  color: var(--primarycolor);
}
#overlay{	
  position: fixed;
  top: 0;
  z-index: 100000000;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
#exampleModal11 .modal-dialog
{
  max-width: 800px !important;
}
#otpsubmitform .modal-dialog
{
  max-width: 800px !important;

}

#passwordresetform .modal-dialog
{
  max-width: 800px !important;

}
.ptb70
{
  padding-top:70px !important;
  padding-bottom:70px !important;

}
.ptb30
{
  padding-top:30px !important;
  padding-bottom:30px !important;
}
.ptb10
{
  padding-top:10px !important;
  padding-bottom:10px !important;
}
.padding0
{
  padding:0 !important;
}
.textcenter
{
  text-align:center !important;
}
.ptb10
{
  padding-top:10px !important;
  padding-bottom:10px !important;
}
.bbboder
{
  border: 2px solid black !important;
}
.fr
{
  float:right !important;
}
.chat-input {
  flex: 0 0 auto;
  height: 100px;
  background: #e0e6ff;
  border-top: 1px solid #2671ff;
  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
.chat-input input {
  height: 59px;
  line-height: 60px;
  outline: 0 none;
  border: none;
  width: calc(100% - 60px);
  color: black;
  text-indent: 10px;
  font-size: 12pt;
  padding: 0;
  background: #e0e6ff;
}
.chat-input button {
  float: right;
  outline: 0 none;
  border: none;
  background: rgba(255,255,255,.25);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 2px 0 0 0;
  margin: 10px;
  transition: all 0.15s ease-in-out;
}
.chat-input input[good] + button {
  box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
  background: #2671ff;
}
.chat-input input[good] + button:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.chat-input input[good] + button path {
  fill: white;
}
.msg-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
.msg-box {
  display: flex;
  background: #5b5e6c;
  padding: 10px 10px 0 10px;
  border-radius: 0 6px 6px 0;
  max-width: 80%;
  width: auto;
  float: left;
  box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}
.user-img {
  display: inline-block;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #2671ff;
  margin: 0 10px 10px 0;
}
.flr {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: calc(100% - 50px);
}
.messages {
  flex: 1 0 auto;
}
.msg {
  display: inline-block;
  font-size: 11pt;
  line-height: 13pt;
  color: rgba(255,255,255,.7);
  margin: 0 0 4px 0;
}
.msg:first-of-type {
  margin-top: 8px;
}
.timestamp {
  color: rgba(0,0,0,.38);
  font-size: 8pt;
  margin-bottom: 10px;
}
.username {
  margin-right: 3px;
}
.posttime {
  margin-left: 3px;
}
.msg-self .msg-box {
  border-radius: 6px 0 0 6px;
  background: #2671ff;
  float: right;
}
.msg-self .user-img {
  margin: 0 0 10px 10px;
}
.msg-self .msg {
  text-align: right;
}
.msg-self .timestamp {
  text-align: right;
}
.pt80
{
  padding-top:80px !important;
}
.bgyes
{
  background: aliceblue !important;
    padding: 50px !important;
    height: 650px !important;
    overflow: auto !important;
}
.single-comments .comment-box .comment-content 
{

  padding-left: 180px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-right: 180px !important;
}
.trborder
{
  border: 2px solid black !important;
}

.logonwidth
{
  width:180px !important;
}
.inputborderthick
{
  border: 1px solid var(--primarycolor) !important;
}
.box-shadowproduct {
  box-shadow: 15px 15px 15px #cccccc37;
}
.pb35
{
  padding-bottom:35px !important;
}

.sizeselection {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}

.sizeselection li {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
}

.sizeselection label,
.sizeselection input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sizeselection input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.sizeselection input[type="radio"]:checked+label,
.Checked+label {
  background: var(--primarycolor);
  color:white !important;
}

.sizeselection label {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 90;
}

.sizeselection label:hover {
  background: var(--primarycolor);
}
.colorselection {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}

.colorselection li {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
}

.colorselection label,
.colorselection input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.colorselection input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.colorselection input[type="radio"]:checked+label,
.Checked+label {
  background: var(--primarycolor);
  color:white !important;

}

.colorselection label {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 90;
}

.colorselection label:hover {
  background: var(--primarycolor);
}


.quantity {
  margin-right: 60px;
}
#quantity{
  width: 20%;
}
@media (max-width: 1024px) {

.quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: auto;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}
}
@media (min-width: 1024px) {

  .quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 20%;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
  }
  }
 
.quantity button[class*=btn] {
  width: 30px;
  height: 30px;
  background-color: #E1E8EE;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.quantity .minus-btn img {
  margin-bottom: 3px;
}
.quantity .plus-btn img {
  margin-top: 2px;
}
 
.quantity button:focus,
input:focus {
  outline:0;
}

.fs-7m5 {
  font-size: 1.75rem!important;
}





.shopforyou{
  width: 60%;
  height: auto;
  margin: 5em auto;
  background: #f4f4f4;
  box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;

}

/* item styling */
.shopforyou .title{
  height: 3.75em;
  border-bottom: 1px solid #E1E8EE;
  padding: 1.25em 1.75em;
  color: #5E6977;
  font-size: 1.125em;
  font-weight: 400;
}
.shopforyou .item{
  padding: 1.25em 1.75em;
  height: 10.5em;
  display: flex;
}
.shopforyou .item:nth-child(3) {
  border-top: 1px solid #E1E8EE;
  border-bottom: 1px solid #E1E8EE;
}

.shopforyou .buttons{
  position: relative;
  padding-top: 1.75em;
  margin-right: 3.5em;
  padding-left: 40px;
}
.shopforyou .delete-btn,
.shopforyou .like-btn{
  display: inline-block;
  cursor: pointer;
}
.shopforyou .delete-btn{
  width: 18px;
  height: 17px;
  background: url("../images/delete-icn.svg") no-repeat center;
}
.shopforyou .like-btn{
  position: absolute;
  top: 9px;
  left: 15px;
  background: url("https://designmodo.com/demo/shopping-cart/twitter-heart.png");
  width: 60px;
  height: 60px;
  background-size: 2900%;
  background-repeat: no-repeat;
}

.shopforyou .is-active{
  animation-name: animate;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}
@keyframes animate{
  0% {background-position: left;}
  50% {background-position: right;}
  100% {background-position: right;}
}

.shopforyou .image{
  margin-right: 50px;
}
.shopforyou .description{
  padding-top: 10px;
  margin-right: 60px;
  width: 115px;
}
.shopforyou .description span{
  display: block;
  font-size: 1em;
  color: #43484D;
  font-weight: 400;
}
.shopforyou .description span:first-child{
  margin-bottom: 5px;
}
.shopforyou .description span:last-child{
  font-weight: 300;
  margin-top: 8px;
  color: #86939E;
}

.shopforyou .quantity{
  padding-top: 20px;
  margin-right: 0px;
}
.shopforyou .quantity input{
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 25%;
  font-size: 1em;
  color: #43484D;
  font-weight: 300;
  padding: 0;
}
.shopforyou button[class*=btn] {
  width: 30px;
  height: 30px;
  background-color: #E1E8EE;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.shopforyou .minus-btn img{
  margin-bottom: 3px;
}
.shopforyou .plus-btn img{
  margin-top: 2px;
}

.shopforyou button:focus,
.shopforyou input:focus{
  outline: 0;
}

.shopforyou .total-price{
  width: 83px;
  padding-top: 27px;
  text-align: center;
  font-size: 1em;
  color: #43484D;
  font-weight: 300;
}


/* media queries */
@media (max-width: 800px) {
  .shopforyout{
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .shopforyou .item {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .shopforyou .image img{
    width: 50%;
  }
  .shopforyou .image,
  .shopforyou .quantity,
  .shopforyou .description{
    width: 100%;
    text-align: center;
    margin: 6px 0;
  }
  .shopforyou .buttons{
    margin-right: 20px;
  }
}
.productwidth
{
  width: 140px !important;
}

.paddingbx
{
  padding-bottom: 5.7rem !important;
  padding-top: 2.7rem !important;
}
.pt20
{
  padding-top:30px !important;
}
.pb20
{
  padding-bottom:30px !important;
}
.para
{
  text-align:justify !important;
}
.corclr
{
  
  color: #4b4949 !important;
}

.ptb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (min-width: 1024px) {

.mobviewmenu
{
  display:none !important;
}


}
@media (max-width: 1024px) {

  .mobviewmenu
  {
    display:block !important;
  }
  
  
  }

.slicknav_nav {

  height: 350px !important;
}

.fpadding
{
  padding:25px !important;
}
h3 a {
  color: var(--primarycolor) !important;
}
.box-shadownw
{
  box-shadow: 15px 15px 15px #cccccc37 !important;
}
#dfrom {
}

select {
 
}
.selectOpen {
  height: 120px !important;
}

.select2-results__option
{
    width:100% !important;
}

.select2-selection
{
  font-size: 15px !important;
  font-weight: 300 !important;
  background-color: #fff !important;
  border: 1px solid #f1f1f1 ;
  border-radius: 10px !important;
  padding: 10px 18px !important;
  color: #777 !important;
  margin-bottom: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px !important;
}

.select2-container .select2-selection--single {
  height: unset !important;

}
.select2-dropdown {

 border: 1px solid #dcdcdc !important;

}
.select2-container 
{
  width:100% !important;
}
.input-box
{
  width:100% !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primarycolor) !important;
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 150px !important;
  overflow-y: auto !important;
}
.trend-full
{
  cursor: pointer !important;
}
.padding0
{
  padding:0 !important;
}
.padding100
{
  padding-top:100px !important;
}

/* select ticket */
.selectticket{
  color: #000000;
}

.inc_dec_btn{
    background-color: #dee2e6;
    max-height: 6rem;
    min-height: 2rem;
    /* margin: auto 0; */
    column-gap: 1rem;
    border-radius: 27px;
}
.inc_dec_btn button{
  background: #D8BCAC;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
.inc_dec_btn span{
  width: 3ch;
  word-break: break-all;
}
.timeslotdiv{
  display: none;
}
.tickets_list  li {
  color: #fff;
  font-size: 17px;
  padding: .3rem 1rem;
}
.voucher_card{
  position: relative;
  top: 11rem;
}
.vouchercard{
  width: 80%;
  height: 190px;
  border: 1px solid rgba(20,20,133,1);
  border-radius: 8px;
  color: #fff;
  position: relative;
  background: linear-gradient(90deg, rgba(20,20,133,1) 35%, rgba(37,37,189,1) 100%);
}
.vouchercard i{
  font-size: 21px;
}
.fa-wifi{
  transform: rotate(90deg);
}
.paymentSelection input,.paymentSelection label{
  font-size: 19px;
  color: black;
}
.paymentSelection input{
  cursor: pointer;
}
.paymentSelection input:focus{
  background-color: var(--primarycolor);
  outline: none;
  border: none;
  box-shadow: none;
}
.paymentSelection input:checked{
  background-color: var(--primarycolor);
}
.paymentSelection div{
  padding: 1rem 3rem;
  border: 1px solid var(--primarycolor);
}
.user-cards{
  border: 1px solid var(--primarycolor);
  border-radius: 6px;
  padding: 1rem !important;
  align-items: center;
}
.crad-image{
  border: 1px solid #80808052;
  border-radius: 8px;
}

.card-content p{
  font-size: 14px;
  color: black;
}

#cancelConfirmation .modal-dialog{
  max-width: 450px;
}
#paymentRefund .modal-dialog{
  max-width: 550px;
}
.refund-offline ,.refund-online{
  cursor: pointer;
}
.ticket-history-tab li{
  margin: 0 !important;
}
#completed-tab{
  border-radius: 0 !important;
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
#cancelled-tab{
  border-radius: 0 !important;
  border-bottom-right-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.history-tab{
  padding: 2rem 0 0 0;
}
.ticket-div{
  padding: 20px 35px; 
  width: 100%; 
  display: flex; 
  justify-content: space-between;
}
@media (max-width: 768px) {
  .tickets_list  li {
    font-size: 13px;

  }
}
#qrimagemodel .modal-dialog{
  max-width: 350px;
}
#qrcodeimage{
  width: 100%;
}
@media (max-width: 768px) {
  .ticket-type {
    font-size: 13px;
    text-align: center;
  }
}
/* pagination styling */
.ticket_table > tbody tr td, 
.ticket_table > tbody tr th, 
.ticket_table > tfoot tr td, 
.ticket_table > tfoot tr th, 
.ticket_table > thead tr td,
.ticket_table > thead tr th {
  border: none !important;
}
.ticket-list .dataTables_filter input {
  display: none !important;
}
.ticket-list .dataTables_filter label {
  display: none !important;
}
.ticket-list .dataTables_info{
  font-size: 13px;
  margin-bottom: .5rem;
}

.ticket_table .dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before{
  content: "" !important;
  cursor: auto;
}
.ticket_table .dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after{
  content: "" !important; 
  cursor: auto;
}
.ticket-list .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  border:1px solid var(--primarycolor) !important;
  background-color: #fff !important;
}
.ticket-list .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background:var(--primarycolor) !important;
  box-shadow: inset 0 0 3px var(--primarycolor) !important;
  border:1px solid var(--primarycolor) !important;
}
.ticket-list .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid var(--primarycolor) !important;
  background-color: var(--primarycolor) !important;
  background: -webkit-gradient(linear, left top, left bottom, var(--primarycolor), color-stop(100%, var(--primarycolor))) !important;
  background: -webkit-linear-gradient(top, var(--primarycolor) 0%, var(--primarycolor) 100%) !important;
  background: -moz-linear-gradient(top, var(--primarycolor) 0%, var(--primarycolor) 100%) !important;
  background: -ms-linear-gradient(top, var(--primarycolor) 0%, var(--primarycolor) 100%) !important;
  background: -o-linear-gradient(top, var(--primarycolor) 0%, var(--primarycolor) 100%) !important;
  background: linear-gradient(to bottom, var(--primarycolor) 0%, var(--primarycolor) 100%) !important;
}

.ticket-list .dataTables_wrapper .dataTables_paginate 
.paginate_button.disabled:hover
{
color: white !important;
}
/* .ticket_table .sorting{
  display: none;
} */
.playstore a,.appstore a{
  cursor: pointer;
}
#videoplay .modal-dialog{
  max-width: 650px;
}
#videoplay .modal-content{
  background-color: #0000 !important;
}
.appstore img{
  object-fit: contain;

}
/* .message{
  position: relative;
} */
.message span{
  border: 1px solid var(--secondarycolor);
  border-radius: 50%;
  padding: 0 5px;
  font-size: 10px;
  background-color: var(--primarycolor);
  color: white;
  font-weight: 900;
  cursor: pointer;
  overflow: hidden;
}
.feather{
  width:20px;
  height: 20px;
  font-family: 'feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.indicator{
  position: absolute;
  /* top: 8px;
  right: 10px; */
  translate: 10px -24px;
}
.indicator .circle{
  background: var(--secondarycolor);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.indicator .circle::before {
  animation-name: pulse_circle;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

 .indicator .circle::before {
  background-color: var(--secondarycolor);
  content: "";
  display: table;
  border-radius: 50%;
  position: absolute;
}
@keyframes pulse_circle {
  0% {
    opacity: 1;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
    border-radius: 50%;
  }
  95% {
    opacity: 0.1;
    left: -10.5px;
    top: -10.5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }
  100% {
    opacity: 0;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
    border-radius: 50%;
  }
}
/* .notification-item:hover{
  background-color: var(--primarycolor) !important;
  cursor: pointer;
  color: #fff;
  border: 1px solid var(--primarycolor) !important;
} */
.notification-box{
  border: 1px solid #6fbced;
  padding: 2rem !important;
  color: #fff;
  background: #6fbced;
  cursor: pointer;
}
.quantity #quantity{
  padding: 0 !important;
}
.div-disabled{
  opacity: 0.5;
  pointer-events: none;
}
.card-list{
  border: 1px solid var(--primarycolor);
  margin: auto;
  padding:2rem;
  width: 100%;
  border-radius: 20px;
}
.card-list .form-check-input:checked {
  background-color: var(--primarycolor) !important;
  border-color: #029e9d !important;
  outline: none;
}
.card-list .form-check-input:focus{
  box-shadow: none !important;
  border: var(--primarycolor) !important;
}
.card-list span{
  font-size: 14px;
}
.small-title{
  font-size: 1.7rem;
}
.sub-content
{
  font-size: 18px;
}
.store-icon{
  width: 19%;
}
@media (max-width: 1023px) {
  .store-icon{
    width: 50% !important;
  }
}
#modal_for_user_tips .modal-dialog{
  max-width: 400px !important;
}

.blog-full .blog-image a{
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#signup_otp_modal .modal-dialog
{
  max-width: 800px !important;
}
.header-btn{
  padding: 12px !important;
  margin-right: 4px;
}

@media(min-width: 1100px) {
 
  .mobile-links
  {
      display: none !important;
  }
}
@media(max-width: 1099px) {
  
  .mobile-links
  {
      display: block !important;
  }
}
.main_header_area
{
  position: sticky !important;
  top: 0;
}
.header_menu
{
  position: sticky !important;
  animation: none !important;
  top: 0 !important;
  background: var(--primarycolor) !important;
}
.quick-ticket
{
  background-color: #32CD32;
  color: var(--primarycolor);
}
.special-ticket
{
  background-color: #37a0f7;
  color: #fff;
}
.quick-ticket,.special-ticket
{
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 10px;
  border: none;
  padding: 14px 24px;
  font-size: 13px;
  font-weight: 700;
}
.special-ticket:hover
{
  background-color: #37a0f7 !important;
  color: #fff !important;
}
.quick-ticket:hover{
  color: var(--primarycolor) !important;
  background-color: #32CD32 !important;
}
.special-ticket:hover{
  color: #fff !important;
  background-color: #37a0f7 !important;
}
.free-ticket-message p:first-child {
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  font-size: 17px;
  color: #000;
  text-decoration: none;
}

.free-ticket-message p{
  font-size: 43px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  color: #40E0D0;
  font-weight: 900;
  text-decoration: underline;
}
.special-ride-info
{
  background-color: #1F75FE;
  padding: 5px !important;
 
}
.special-ride-info > div
{
  border: 1px solid #fff;
  margin: 9px 1px;
  border-radius: 18px;
  padding: 1rem;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.special-ride-info > div p
{
  margin-top: 10px;
  font-size: 17px;
  font-weight: 200;
}
.ellipse-div
{
  border: 1px solid #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
  width: 247px;
  padding: 6px;
  padding-bottom: 14px;
  padding-top: 8px;
}
.ellipse-div .ellipse-para
{
  font-size: 12px;
  margin: 0;
}
.square-div
{
  border: 1px solid #fff;
  font-size: 13px;
  padding: 21px 16px;
  width: 96%;
  border-radius: 30px;
  background-color: #fff;
  color: blue;
  margin-bottom: 14px;
}
.square-div div
{
  text-align: left;
  font-size: 13px;
  margin-bottom: 15px;
}
.ride-remark 
{
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 13px;
}
.ride-remark span
{
  color: red;
}
.square-div .fa-check-square
{
  color: green;
}
.bottom-div
{
  display: flex;
  justify-content: space-around;
  font-size: 11px;
}
.trip-date
{
  text-decoration: underline;
}

/* New changes */

@font-face {
    font-family: 'inter', sans-serif;
    src: url('../font/static/Inter-Black.ttf') format('woff2'), 
         url('../font/static/Inter-Black.ttf') format('woff');   
    
  }
  
  body{
      font-family: 'inter', sans-serif !important; 
      overflow-x: hidden !important;  
    }

    .btn-clr,.btn-tog{
        background-color: var(--primarycolor) !important;
        border: 1px solid #fff !important;
    }
  
    .fw600{
        font-weight: 600;
    }
   
    .fs12{
        font-size: 12px;
    }
    .fs14{
        font-size: 14px;
    }
    .fs18{
        font-size: 18px;
    }

     .txt-main{
        font-size: 42px;
    }
    .mt100{
        margin-top: 100px;
    }
    .mt80{
        margin-top: 80px;
    }
   .main-bg{
    background-color: var(--primarycolor);
   }

 .cntct-btn,.btn-size{ 
   padding-top: 11px;
   padding-bottom: 11px;
 }
 .cntct-btn{
    background-color: var(--secondarycolor) !important;
    border: var(--secondarycolor) !important;
 }
 .cntct-btn:hover,.btn-size:hover{
    transform: scale(1.05);
    transition: 0.5s;
 }
 .bg-img{
    background-image: url(../images/bg-wave.png);
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
    position: absolute;
    margin-top: 100px;
    z-index: 1;
    opacity: 0.2;
 }
 .content {
    position: static;
    z-index: 2; 
}
.bx-bg{
    background-color: var(--primarycolor);
    border-radius: 15px;
    height: 340px;
}
.bx-bg:hover{
    transform: scale(1.05);
    transition: 0.5s;
}
.bx-wrks{
    border: 1px solid var(--primarycolor);border-radius: 10px;background-color: #ffffff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);   
}
.bx-wdth{
    width: 24%;
}
.bx-wdth1{
    width: 14%;  
}
.img-sz{
    width: 200px;
    height: 200px;
}
.dsng-sz{
    position: absolute;width: 400px;margin-top: -100px;left: 0;
}
.pt-cntct{
    padding-top: 100px;
}
.d-styl{
    display: inline-block;
}
.ancr-style{
    text-decoration: none;
}
.yelw-shade{
    position: absolute;z-index: 1;margin-top: -7px;margin-left:10%;width: 300px;opacity: 0.8;  
}
.logo-img{
    width: 250px;
}
 @media (max-width: 599px){
    .txt-main{
        font-size: 8vw;
    }
    .bx-bg{
       
        height: 360px;
    }
    .bx-wdth,.bx-wdth1{
        width: 100%;
    }
    .img-sz{
        width: 60vw;
        height: 60vw;
    }
    .dsng-sz{
        position: absolute;width: 200px;margin-top:0px;left: 0;
    }
    .pt-cntct{
        padding-top: 10px;
    }
    .yelw-shade{
        width: 200px;  
    }
    .fwdgif-sz{
        width: 150px;
    }
    .logo-img{
    width: 200px;
}
  
 }
 @media (min-width: 600px) and (max-width: 1200px){
    .bx-bg{
       
        height: 380px;
    }
    .img-sz{
        width: 10vw;
        height: 10vw;
    }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4f4f4;
  z-index: 999999; 
}
#preloader #status {
  position: fixed;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 300px;
  margin: 0 auto;
  background: url(../images/loader.gif);
  background-size: cover;
  background-position: center;
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
  transition: all ease-in-out 0.5s;
  z-index: 9999999999; 
}

.btn-login{
  background-color: var(--secondarycolor);
  padding: 12px 40px;
  border-radius: 5px;
  border: 1px solid #00000047;
}
.otp-div .signup-acr,.otp-div.signup-acr:hover, .signup-acr{
  color: var(--secondarycolor) !important;
}
.resend-btn {
  color: var(--primarycolor);
  background-color: #fff;
  padding: 12px 40px;
  border-radius: 5px;
  border: 1px solid #00000047;
}
 
.fs15{
      font-size: 15px;
}
@media (min-width: 600px) and (max-width: 1200px){
  #login-div{
    width: 600px;
  }
}
.main-div
{
  min-height: 86vh;
}
.top-navbar .dropdown-menu{
  background-color: var(--primarycolor);
  border: 1px solid #eee;
}
.top-navbar .dropdown-menu li{
  width: 100%;
}
.top-navbar .dropdown-menu li a{
 border: none;
}
.book-now{
  background-color: #fff;
}
.book-now .select2-selection, .book-now .textbox-n, .book-now #timeslot, .book-now .resend-btn
{
  border: 1px solid #00000047  !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #000 !important;
}
#header_menu #message-icon{
  border: 1px solid var(--secondarycolor);
  border-radius: 50%;
  padding: 0 5px;
  font-size: 10px;
  background-color: var(--secondarycolor);
  color: white;
  font-weight: 900;
  cursor: pointer;
  overflow: hidden;
  font-family: 'Poppins';
}
#header_menu .btn:focus {
  box-shadow: none;
}
.top-navbar .dropdown-menu.notificationlist{
  width: 250px;
}
.modal-open .modal {
    background: #00000012 !important;
}
.footer-content{
  white-space: break-spaces;
}

