@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


*{
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #1E1E1E;
  margin: 0;
}
.logo {
  width: 100%;
}
.logo img{
  height:65px;
  width: auto;
  object-fit: contain;
}
.logo .item{
  display: flex;
  align-items: center;
  height: 65px;
  padding: 5px 15px;
}
.logo .tracisis-logo3{
  height: 35px;
}
.logo .tracisis-logo5{
  height: 30px;
}

.content-area{
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .content-area{
    padding: 40px 0;
  }
  .table td{
    vertical-align: middle !important;
  }
  .Unchecked-td:after {
    top: 1px;
  }
}

.content-area h2{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 42px; 
  line-height: 58px;
  color: #141b4d;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .content-area h2{
    font-size:32px; 
    line-height: 38px;
    margin-bottom: 20px;
  }
}

.content-area p{
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #141b4d;
}
@media (max-width: 768px) {
  .content-area p{
    font-size: 15px;
    line-height: 25px;
  }
}

a.startBtn{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  background: #1e801f;
  border: none;
  outline: none;
  color: #ffffff;
  box-shadow: none;
  display: inline-block;
  padding: 18px 65px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: none;
}
a.startBtn:focus{
  box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(255, 128, 128, 0.5);
}

a.startBtn:hover{
  background: #1e801f;
}

#days-popup{
  display: none;
}
#days-popup.active{
  display: block;
}

.flex-wrap{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .flex-wrap{
    display: block;
  }
}

/************footer************************/
.footer {
  background: #ffffff;
  width: 100%;
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .footer{
    padding: 40px 0;
  }
}

.footer p, .footer h6{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .footer p, .footer h6{
    font-size: 15px;
    line-height: 25px;
  }
}


.navbar {
  /* box-shadow: 0 3px 6px rgb(0 0 0 / 10%); */
  border-radius: 0;
  background: #deebf7;
}
.footer-menu {
  float: right;
  margin-top: -48px;
}
.footer-menu ul {
  display: flex;
}
.socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0;
}
.footer-menu ul li {
  padding-right: 10px;
  display: block;
  margin-top:40px;
}
.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
  background-color: #ffffff;
}
.socials a {
  border: 1.1px solid white;
  padding: 5px;
  border-radius: 50%;
}
.socials a i {
  font-size: 1.1rem;
  width: 18px;
  transition: color .4s ease;
  text-align: center;
  color: #1d2fa9;
}
.footer-menu ul li a {
  text-decoration: none;
  background-color: #ffffff;
}
.footer .addresshead{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #141b4d;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.copyright{
  color: #fff;
  background: #141b4d;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 20px 0;
}
.btnDiv{
  text-align: center;
  margin-top: 40px;
}
.item1 {
  margin-top: 55px;
  margin-left: 20px;
}
.footer-menu ul li h6{
  font-size:11px;
}
.qstn-ans h5{
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;  
  color: #0D103C;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 8px;
}
.qstn-ans p{
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5C5C5C;
  margin-bottom: 15px;
}
.questionindex{
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #1e801f;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  display: block;
  text-align: center;
  margin-left: auto;
}
.qstn-ans{
  /* max-width: 780px; */
  margin: 0 auto;
}

.questionDiv {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 16px;
}

.item1 {
  margin-top: 40px;
  margin-left: 20px;
  margin-bottom: -6px;
}

.item1 h2 {
  font-size: 24px !important;
}

.hrline {
  margin-left: 20px;
  display: block;
  position: relative;
  padding: 0;
  height: 0;
  max-height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
  border: none;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #ffffff;
  margin-right: 20px;
}

.NextbtnDiv {
  float: right;
}
.newNextbtnDiv {
  float: right;
}
.submitBtnDiv {
  float: right;
}
.PrevbtnDiv {
  float: left;
}
.newPrevbtnDiv {
  float: left;
}

.new_features_card {
  grid-area: main;
}

.landing_page_cards {
  border-radius: 0.5em;
  box-shadow: 0px -1px 3px 2px rgb(0 0 0 / 14%);
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.footer-menu ul li h6 {
  font-size: 11px;
}

.ms-options-wrap {
  width: 300px;
}

.ms-options-wrap>button {
  color: #000 !important;
}

ol.question-list li div.input-group {
  margin-left: 235px;
  margin-top: 40px;
}

.submitBtnDiv {
  text-align: center;
  margin-left: -93px;
}


.custom-select:focus{
  border-color: #28a745;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128, 255, 142, 0.5);
}
.qsnt-action{
  margin-top: 50px;
  clear: both;
}
.qsnt-action .btn{
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  min-width: 130px;
}
.owl-carousel  .owl-nav{
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
}
.owl-carousel  .owl-nav button{
  font-size: 50px !important;
  position: absolute; 
  opacity: 0.5;
  height: 50px;
  line-height: 50px;
  outline: none;
}
.owl-carousel  .owl-nav button:hover{
  opacity: 0.8;
}
.owl-carousel  .owl-nav button.owl-prev{
  left: -30px;
}
.owl-carousel  .owl-nav button.owl-next{
  right: -30px;
}
@media (max-width: 768px) {
  .owl-carousel {
    padding: 0 20px;
  }
  .owl-carousel .owl-nav button.owl-prev{
    left: 0;
  }
  .owl-carousel .owl-nav button.owl-next{
    right: 0;
  }
}

.option-wrap{
  display: inline-block;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .option-wrap {
    gap: 6px;
  }
}
.radiobtn {
  position: relative;
  display: block;
}
.radiobtn label {
  display: block;
  background: #fff;
  color: #28a745;
  font-weight: 400;
  border-radius: 5px;
  padding: 10px 15px;
  border:1px solid #28a745;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 24px;
}
@media (max-width: 768px) {
  .radiobtn label {
    padding: 6px 12px;
  }
}

.radiobtn label:after, .radiobtn label:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: transparent;
}
.radiobtn label:before {
  background: transparent;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
}
.radiobtn input[type=radio] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radiobtn input[type=radio]:checked + label {
  background: #1e801f;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-color: #28a745;
  font-weight: 500;
  color: #fff;
}
.radiobtn input[type=radio]:checked + label:after {
  background: transparent;
}
.radiobtn input[type=radio]:checked + label:before {
  width: 20px;
  height: 20px;
}

.radiobtn input[type=checkbox] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radiobtn input[type=checkbox]:checked + label {
  background: #1e801f;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  border-color: #28a745;
  font-weight: 500;
  color: #fff;
}
.radiobtn input[type=checkbox]:checked + label:after {
  background: transparent;
}
.radiobtn input[type=checkbox]:checked + label:before {
  width: 20px;
  height: 20px;
}

@-webkit-keyframes blink {
  0% {
    background-color: #28a745;
  }
  100% {
    background-color: #1e801f;
  }
}

@keyframes blink {
  0% {
    background-color: #28a745;
  }
  100% {
    background-color: #1e801f;
  }
}

#textbox, #customTime,#ticketCost,.specifyTextbox{
  display: block;
  background: #fff;
  width: 100%;
  color: #28a745;
  font-weight: 400;
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid #28a745;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 24px;
}
#ticketCost{
  padding-left: 28px !important;
}
.specifyTextbox{width:100%; display: none;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#28a745;
  opacity: 1; /* Firefox */
}

/************Auto complete ************/
/* Useful css to scss converter
* http://sebastianpontow.de/css2compass/
*/
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

#originStationautocomplete-list{
  overflow-y: scroll;
  max-height: 194px;
}
#destStationautocomplete-list{
  overflow-y: scroll;
  max-height: 194px;
}

/* #originStation{
  display: block;
  background: #fff;
  color: #28a745;
  font-weight: 400;
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid #28a745;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 24px;
  font-weight: inherit;
  font-size: 15px;
} */

.stationSelection::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#28a745;
  opacity: 1; /* Firefox */
}

#originStationautocomplete-list .list-group-item{
 color: #28a745;
 border: 1px solid #28a745;
}
#originStationautocomplete-list .list-group-item.active{
  background-color: #28a745;
  color: #fff;
 }
 #destStationautocomplete-list .list-group-item.active{
  background-color: #28a745;
  color: #fff;
 }
#destStationautocomplete-list .list-group-item{
  color: #28a745;
  border: 1px solid #28a745;
 }

 #originStation:focus, #originStation:active {
  outline: none !important;
  box-shadow: none;
}

#destStation:focus, #destStation:active {
  outline: none !important;
  box-shadow: none;
}


.checked-td:after{
  content: '✔';
  position: relative;
  top:23;
  /* margin-top: 25px; */
  margin-left: 30px;
  width: 22px; 
  height: 24px;
  text-align: center;
  color:#fff;
  border: 1px solid #28a745;
  background: #28a745;
  border-radius: 62%;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
.Unchecked-td:after{
  content: '✔';
  position: relative;
  top:23;
  /* margin-top: 25px; */
  margin-left: 30px;
  width: 22px; 
  height: 24px;
  text-align: center;
  color:#fff;
  border: 1px solid #c0c0c0;
  background:#c0c0c0;
  border-radius: 62%;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}



::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgb(40 167 69);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow:inset 0 0 6px rgb(40 167 69);
}

.p-3 {
  padding: 0rem!important;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: 1.75rem;
}

input[type=radio]#auto {
accent-color: auto;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgb(40 167 69);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow:inset 0 0 40px rgb(40 167 69);
}

.p-3 {
  padding: 0rem!important;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: 1.75rem;
}

input[type=radio]#auto {
accent-color: auto;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #1e801f;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #1e801f;
}

#agreeTable > tbody > tr>th:nth-child(2){
  font-weight: 100;
}

#customTime:focus , #customTime:active{
  border: 1px solid #28a745;
} 

div.bootstrap-datetimepicker-widget{
  display:block !important;
}

.btn[data-action="togglePeriod"], .btn-primary[data-action="togglePeriod"] 
{ background: #28a745; border:none; }

.glyphicon-chevron-up:before {
  content: "\e113";
  position: relative;
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 0.2em solid black;
    border-top: 0.2em solid black;
    transform: rotate(-50deg);
}
.glyphicon-chevron-down:before {
  content: "\e114";
  position: relative;
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 0.2em solid black;
    border-top: 0.2em solid black;
    transform: rotate(-224deg);
}

.bootstrap-timepicker-widget table td input{
  width: 48px !important;
}
.showvalidationmessage{
  color: red !important;
}
#originStation-error, #destStation-error, #customTime-error{
  color: red !important;
  border:none !important;
  margin-top: -4px !important;
  margin-left: -8px !important;
}

.member tr.selected {
  
  background-color: rgba(54, 181, 55, 0.55);
}
.prefix{
  position: absolute;margin-left: 17px;margin-top: 10px;color: #28a745;font-size: 17px;
}

#ticketCost-error,#factor-error,#specifyEmail-error{
  color: red;
}

tr.activeTR {
  background-color: #36b5378c;
}



.showdata2{
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-right-style: 1px solid;
  border-bottom-style: 1px solid;
  margin-top: -3px;
  border-color: #1e801f;
  background-color: #1e801f52;
  padding-bottom: 0px;
  margin-bottom: 7px;
  padding: -1px 36px 26px 16px;
  border: 61;

}
.yesdrop{
  width: 95%;
  margin-left: 9px;
  top: -5px;
}

/* #factor{
  width:35rem;
} */

/*loder Css*/
#overlay{ 
  position: fixed;
  top: 0;
  z-index: 100;
  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 {
  border: 16px solid #fff;
  border-radius: 50%;
  border-top: 16px solid #1e801f;
  border-bottom: 16px solid #1e801f;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.radiobtn input[type=radio]:disabled + label{
  background-color: #aaaaaa;
}

.perviouscolor{
  background-color: #e9ecef;
}
.selectedrowcol{
  background-color: rgba(54, 181, 55, 0.55);
}

input[type=text]{
  display: block;
  background: #fff;
  color: #28a745;
  font-weight: 400;
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid #28a745;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 24px;
  font-weight: inherit;
  font-size: 15px;
}
input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#28a745;
  opacity: 1; /* Firefox */
}
#station4autocomplete-list{
  overflow-y: scroll;
  max-height: 194px;
}

#station4autocomplete-list .list-group-item {
  color: #28a745;
  border: 1px solid #28a745;
}



.list-group-item.active {
    z-index: 2;
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #28a745 !important;
  color: #fff;
  font-size: 1em;
}

.pincode-input-text{ 
  width:30% !important; 
  float: left !important;
}
.postcode1{
  margin: 0px;
  height: 35px;
  width: 43px;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-family: arimo;
  font-size: 1.2rem;
  background: #eef2f3;
}
.userInput {
  display: flex;
  justify-content: center;
  }
  .userInput12 {
    display: flex;
    justify-content: center;
    }

    .postcode12{
      margin: 0px;
      height: 35px;
      width: 43px;
      border: none;
      border-radius: 5px;
      text-align: center;
      font-family: arimo;
      font-size: 1.2rem;
      background: #eef2f3;
    }