
* {
  box-sizing: border-box;
}
#mainview .row{  
	margin:0px;
}
#mainview .pd0{
	padding:0px;
}
#mainview .w-100 {
    width: 100%!important;
    height: 100vh;
}
/*body{*/
/*  overflow: hidden;*/
/*}*/
form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
 #regForm {
}
.listicon{
border: 1px solid #000;
    width: 30px;
    height: 30px;
    fill: #000;
    padding: 2px;
}
.listHead>span>a{
  margin: 0 10px;
}
#book_safari{
    background-color:#000 !important;
}
.samebtn{
  display: flex;
  justify-content: space-between;
  position: fixed;
    bottom: 5%;
    width: 39%;
}
.ultablist{
 list-style: none;
     padding: 0.5em;
}
.ultablist li{
  display: flex;
    justify-content: space-between;
}
.ultablist li span.leftlable{
  font-weight: 600;
}
.samebtn button{
    width: 48%;
    white-space: nowrap;
        border-radius: 0;
    margin: auto;
}
a.accordionTag{
        margin-left: 1em;
}
#TripregForm .genderradio input{
  width: fit-content
}
 #TripregForm input[type=radio]{
  padding: 10px;
  width: auto;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}
 #TripregForm input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}
 #fort_visit_form input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */


/* Hide all steps by default: */
.tab {
  display: none;
}
button.fxdbtn{
    position: fixed;
    bottom: 2%;
}
button {
  background-color: #b08a65;
    color: #ffffff;
    border: none;
    padding: 0.6em 4em;
    font-size: 17px;
    font-family: Raleway;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
      height: 4px;
    width: 13vw;
    margin: 0 15px;
  background-color: #fff;
  border: none;  
  border-radius: 0;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
   opacity: 0.8;
  background-color: #B08A65;
}
.steptxt.active {
   opacity: 0.8;
  color: #B08A65;
}

/* Mark the steps that are finished and valid: */
.steptxt.finish {
   opacity: 0.8;
  color: #B08A65;
}.step.finish {
   opacity: 0.8;
  background-color: #B08A65;
} 
.formfild{
      margin: 1.5em 0;
}
input.invalid ~ .invalid-feedback{
    display: block;
}

#TripregForm label {
    cursor: pointer;
    padding: 0.1em 0.1em;
    border: 1px solid #d7d7d7;
    margin-right: 1em;
    position: relative;}
#fort_visit_form label {
    cursor: pointer;
    padding: 0.1em 0.1em;
    border: 1px solid #d7d7d7;
    margin-right: 1em;
    position: relative;}
	/* Accessible outline */
	/* Remove comment to use */ 
	/*
		&:focus-within {
				outline: .125em solid $primary-color;
		}
	*/
.sameline  input[type="radio"]{
	opacity: 0;
  position: absolute;
}
		.sameline input[type="radio"]:checked + span {
		color: #B08A65;
		}
    #TripregForm .sameline input[type="radio"]:checked + span svg.inicon{   
    fill: #b08a65;} 
    #fort_visit_form .sameline input[type="radio"]:checked + span svg.inicon{   
    fill: #b08a65;}
    .sameline.linenxt input[type="radio"]:checked + span .caricon {
    border: 1px solid #b08a65;}
    .sameline.linenxt input[type="radio"]:checked + span {
      background-color: transparent;
      color:#B08A65;
    }
    .caricon svg{
      width: 49px;
      height: 49px;
      fill: #000;
    }
    #TripregForm .sameline.linenxt input[type="radio"]:checked + span svg{
      fill:#B08A65;
    }
    #fort_visit_form .sameline.linenxt input[type="radio"]:checked + span svg{
      fill:#B08A65;
    }
			

	input[type="radio"] span {
		display: flex;
		align-items: center;
		padding: 0.375em 0.75em 0.375em 0.375em;
		border-radius: 99em; // or something higher...
	transition: 0.25s ease;}
.sameline{
      display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sameline label>span{
  display: flex;
    align-items: center;
        padding: 0 1em;
}
.sameline.linenxt label>span{
  flex-wrap: nowrap;
  text-align: center;
  flex-direction: column;
  padding: 0px;
}
#fort_visit_form .sameline.linenxt label {
    border: 0px solid #d7d7d7;}

#fort_visit_form .sameline.linenxt svg.inicon {
    margin-right: 0;}
.caricon{
          border: 1px solid #ccc;
    padding: 0.5em;
    }
#fort_visit_form svg.inicon{
  margin-right: 1em;
   fill:black;
       width: 25px;
    height: 30px;
}
#TripregForm .sameline.linenxt label {
    border: 0px solid #d7d7d7;}

#TripregForm .sameline.linenxt svg.inicon {
    margin-right: 0;}
.caricon{
          border: 1px solid #ccc;
    padding: 0.5em;
    }
#TripregForm svg.inicon{
  margin-right: 1em;
   fill:black;
       width: 25px;
    height: 30px;
}
#scrollside{
  height: 100vh;
  overflow-y: scroll;
      padding: 4em;
}
#zoneselect{
  width: 100%;
    padding: 0.2em 0.8em;
    /* line-height: 36px; */
    height: 40px;
    border: 1px solid #ccc;
}
/*Tabs and popup css*/
#toptabsec{
    padding: 2em 0;
  }
  .toptabicon {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #00000014;
    }
    #toptabview{display:flex;}
    .topinnbox{max-width:0;
        overflow:hidden;
        transition:.1s;
        -webkit-transition:.1s;
        -moz-transition:.1s;
        -ms-transition:.1s;
        -o-transition:.1s;
        flex-grow:1;
    }
    #toptabsec.tab1 .topinnbox#tab1, #toptabsec.tab2 .topinnbox#tab2, #toptabsec.tab3 .topinnbox#tab3{
        max-width:100vw;
    }
    #addnew{
        background-color: #ff7b01;
    color: #fff;
    padding: 5px;
    font-size: 2em;
    /* line-height: 19px; */
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    }
    /*popup*/
    .addnewform.show {
    display: flex;
        }

        .addnewform {
            display: none;
            position: fixed;
            z-index: 9;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(151, 151, 151, 0.66);
            align-items: center;
            justify-content: center;
                z-index: 999;
        }
        .addnewform.show .popupinner {
            transform: translateX(0%);
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
        }
        .popup-innertitle {
    text-align: center;
    display: block;
}
}
button.fix.onpopup {
    position: relative;
    /* bottom: 5em; */
    float: none;
    display: block;
    right: auto;
}
.details.w100{
    width: 100%
}
#toptabsec.tab1 .toptabicon>.tab1,#toptabsec.tab2 .toptabicon>.tab2,#toptabsec.tab3 .toptabicon>.tab3{
    color: #ff7b01;
    font-weight: 500;
    border-bottom: 2px solid #ff7b01;
}
#fort_visit_form.tab1 .toptabicon>.tab1,#toptabsec.tab2 .toptabicon>.tab2,#toptabsec.tab3 .toptabicon>.tab3{
    color: #ff7b01;
    font-weight: 500;
    border-bottom: 2px solid #ff7b01;
}
/*tabs css */
/*list*/
.accordion-item {
       cursor: pointer;
    background-color: #F3F3F3;
    margin: 1em 0em;
    padding: 1em 1em;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: none;
}.accordion-item>a {
    display: block;
}.accordion-item .content {
    max-height: 0;
    overflow: hidden;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}.accordion-item.active .content {
    max-height: 10em;
}
.listHead{
      display: flex;
    justify-content: space-between;
}
/*list*/
/*gallary*/

/*gallary*/
@media screen and (max-width:420px){
    .step {
    margin: 0 5px;
    
    }
    .steptxt {
        margin: 0 5px !important;
    }
    #TripregForm label {
        margin-right: 0.6em;
    }
    #fort_visit_form label {
        margin-right: 0.6em;
    }
}
@media screen and (max-width:769px){
  
    #toptabsec.tab1 .topinnbox#tab1, #toptabsec.tab2 .topinnbox#tab2, #toptabsec.tab3 .topinnbox#tab3 {
    max-width: 90vw;
}
    
    .samebtn button{
    padding: 0.6em 0.4em;
    font-size:15px;
}  
.samebtn {
    width: 91%;
}
    .steptxt {
    font-size: 0.7em !important}
    .step {
    height: 4px;
    width: 89px;
 }
    #mainview .w-100 {
    height: 100%;
}
#scrollside {
    height: auto;
    padding: 1em;}
}
