
.book-tittle {
	position: relative;
	display: flex;
	align-items: center;
}

.book-icon {
	display: flex;
	background-color: #E04712;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	line-height: 45px;
	width: 45px;
	height: 45px;
	font-size: 20px;
	text-align: center;
	padding: 0px 10px;
	margin-right: 10px;
}

.title-payment {
	display: flex;
	margin-left: 10px;
	align-items: center;
}



/*form styles*/
/*#msform {*/
/*    text-align: center;*/
/*    position: relative;*/
/*}*/

#msform fieldset .form-card {
    position: relative;
    background: #ffffff;
    border: 0 none;
    border-radius: 0px;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    /* margin: 0 3% 20px 3%; */

}

#msform fieldset {
    position: relative;
    background: #ffffff;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
}

#msform input,
#msform textarea {
    /* padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px; */
    /* margin-bottom: 25px; */
    /* margin-top: 2px; */
    /* width: 100%; */
    box-sizing: border-box;
    /* font-family: montserrat;
    color: #2C3E50; */
    font-size: 14px;
    /* letter-spacing: 1px; */
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: normal;
    /* border-bottom: 2px solid #bbb; */
    outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
    background: #217206;
    border: 1px solid #329212;
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    border-radius: 0px;
    cursor: pointer;
    padding: 14px 36px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #329212;
    border: 1px solid #329212;
    color: #fff;
    outline: none;
    box-shadow: none;
}

/*Previous Buttons*/
#msform .action-button-previous {
    background-color: unset;
    border: 1px solid #A80833;
    color: #A80833;
    display: inline-block;
    font-weight: bold;
    border-radius: 0px;
    cursor: pointer;
    padding: 14px 36px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #A80833;
    border: 1px solid #A80833;
    box-shadow: none;
    color: #fff;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    /* border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px; */
    /* margin: 2px; */
}

select.list-dt:focus {
    border-bottom: none;
}

/*The background card*/

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    padding: 50px 0;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-family: 'Merienda One', cursive;
    font-weight: normal;
    font-size: 1.75em;
    margin-bottom: 10px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #bbb !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

#progressbar .active {
    color: #2b2b2b;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 16.66%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    content: "1";
    /* font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff; */
}

#progressbar #contact:before {
    content: "2";
}

#progressbar #flight:before {
    content: "3";
}

#progressbar #payment:before {
    content: "4";
}

#progressbar #summary:before {
    content: "5";
}

#progressbar #last:before {
    content: "6";
}

#progressbar li:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #bbb;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #bbb;
    position: absolute;
    left: -50%;
    top: 25px;
    z-index: -1;
}

#progressbar li:first-child:after{
    content: none;
 }

#progressbar li.active:before,
#progressbar li.active:after {
    background: #217206;
}



/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

.user_existing {
    background-color: #A80833;
    color: #ffffff;
    line-height: 2rem;
    font-size: 13px;
    padding: 10px 20px;
}

.user_existing a {
    color: #fff;
    font-weight: 500;
}

.user_existing a:hover {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

.trpcnt {
    line-height: 2rem;
    font-size: 13px;
}

.group_wrap h6 {
    font-size: 15px;
    font-weight: 400;
}

.step_btn {
    padding-right: 30px;
}

.additional_wrap {
    display: inline-flex;
    background: #fff;
    /* height: 100px; */
    width: 100%;
    align-items: center;
}

.additional_content {
    display: inline-flex;
    text-align: left;
    align-items: center;
}

.addcnt_info_lable {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    margin-right: 40px;
}

.inputcategry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}

.wrapper {
    display: inline-flex;
    background: #fff;
    align-items: center;
    /* justify-content: space-evenly; */
}
  
  .form-group label {
    position: relative;
    cursor: pointer;
  }
  
  .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #727272;
    box-shadow: none;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 6px;
    height: 14px;
    border: solid #727272;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }


  .tripbook_overview {
    margin-top: 20px;
    text-align: left;
    margin-right: 30px;
  }
  .summary-image {
    position: relative;
  }
  .summary-image img {
    object-fit: cover;
   width: 100%;
   height: 300px;
  }

  .dateinfo {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid #e1e1e1;
    margin: 10px 0;
  }
  .tripdays {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 18px;
  }
  .dateday {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .tripdays {
    display: block;
  }
  .policy-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
  }


.form-check {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.form-check label {
    margin-left: 10px;
    /*margin-top: 10px;*/
    font-size: 16px;
    font-weight: 500;
}

.form-check-input {
    border-color: solid rgb(117, 117, 117);
    border: 2px solid rgb(117, 117, 117);
  }
.form-check .form-check-input[type=radio] {
    border-radius: 100%;
    height: 24px;
    width: 24px;
}
.form-check-input:checked {
    background-color: #727272;
    border-color: #727272;
}
.payment-source {
    width: 210px;
}
