.tour-list #edit-field-services-value--2--wrapper {
    display: none;
}

.hotel-list #edit-field-no-of-days-value--2--wrapper,
.hotel-list #edit-field-add-info-value--2--wrapper {
    display: none;
}

.sidebar-sticky .sidebar-item .call-details label {
    margin-bottom: .22rem;
}
.sidebar-sticky .sidebar-item .sidebar-content .form-check{padding-left: 0;}
.sidebar-sticky .sidebar-item .sidebar-content .form-check .js-form-type-checkbox{display: flex;}
.sidebar-sticky .sidebar-item .sidebar-content .form-check .js-form-type-checkbox .form-checkbox{    margin-right: 12px;width: 100px;}
.sidebar-sticky .sidebar-item .sidebar-content .form-check .js-form-type-checkbox [for="edit-authorize"]{font-size: 14px;
}
.webform-submission-side-contact-form .form-item-mobile,
.inquiry-form .form-item-phone,
#itinery-inquiry-form .form-item-phone,
.get-in-touch .form-item-mobile {
    display: none;
}

#views-exposed-form-search-tours-page-1 .form-item-field-state-value {
    display: none;
}

.views-element-container footer {
    background-color: #fff;
}

.footer h2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
}

.simplenews-subscriber-form .form-email {
    height: 48px;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.simplenews-subscriber-form .description{font-size: 12px;    margin: 4px 0px;}
.simplenews-subscriber-form .button.button--primary {
    color: #fff;
    background-color: #343a40;
    border-radius: .25rem;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
    border: 1px solid transparent;
}

.webform-button--submit,
.sidebar-first .form-submit {
    color: #fff;
    background-color: #343a40;
    border-radius: .25rem;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
    border: 1px solid transparent;
	margin-top: 5px;
}

a.btn_1,
.btn_1 {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: var(--red);
    cursor: pointer; 
    display: inline-block;
    outline: none;
    padding: .25rem .5rem;
    font-size: .875rem;
    transition: all .3s;
    border-radius: .2rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}

a.btn_1.outline,
.btn_1.outline {
    color: var(--dark);
    background: 0 0;
    border: 2px solid var(--dark); 
    display: inline-block;
    font-weight: 400;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}

a.btn_1:hover,
.btn_1:hover {
    border-color: var(--red);
    color: #fff;
    background: var(--red);
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
}
span.read-more-less{cursor: pointer;}
.nav-pagination .pagination .page-item.active .page-link {
    background-color: var(--red);
    border-color: var(--red);
}
.tours-faq .field-content strong span{
    font-weight: 700;
}
/*-- Common Sidebar Sec --*/
aside .sidebar-sticky nav,
aside .sidebar-sticky .fieldset-wrapper {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 20px #cccccc57;
    margin-bottom: 30px;
    padding: 10px;
}

aside .sidebar-sticky nav ul {
    list-style: circle;
    padding-left: 20px;
}

aside .sidebar-sticky nav ul li {
    line-height: 36px;
    font-size: 14px;
    border-bottom: 1px dotted #f2f2f2;
}

aside .sidebar-sticky nav ul li::marker {
    color: var(--dark);
}

aside .sidebar-sticky fieldset legend {
    margin-bottom: 0px
}

aside .sidebar-sticky fieldset span.fieldset-legend {
    background-color: #fe5955 !important;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    display: block;
    padding: 4px 6px;
    color: #fff;
}

aside .sidebar-sticky .form-checkboxes input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

aside .sidebar-sticky .form-checkboxes label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 200;
    margin-bottom: 12px;
}

aside .sidebar-sticky .form-checkboxes label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--dark);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 6px;
}

aside .sidebar-sticky .form-checkboxes input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 5.6px;
    width: 5px;
    height: 11px;
    border: solid var(--dark);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*-- End Sidebar Here--*/

.ui-widget.ui-widget-content {
  max-width: 500px;
}

.video-sec .tour-item figure span.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
  background: red;
  padding: 4px 10px;
  line-height: 1;
  border-radius: 5px;
}
#views-exposed-form-search-tours-page-1 .js-form-type-textfield input {
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 20px #cccccc57;
  margin-bottom: 30px;
  padding: 10px;
  width: 100%;
}
.itinerary-days table{
border: 1px solid #dee2e6;
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.itinerary-days table td,
.itinerary-days table th{
font-family: poppins, sans-serif;
font-size: 12px;
border: 1px solid #dee2e6;
padding: .35rem;
vertical-align: top;
}