.top-tours-list { position:relative; background-color: #fff; -webkit-background-clip: padding-box;background-clip: padding-box; border: 1px solid #ccc;  /*border: 1px solid rgba(0, 0, 0, .2);*/ border-radius: 6px; outline: 0;-webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, .2); box-shadow: 0 0px 6px rgba(0, 0, 0, .2); margin-bottom:40px;}
.top-tours-list h2{ font-size:18px; margin-top:0; color:#333;}
.top-tours-list h2 a{ color:#333;}
.top-tours-list h2 a:hover{ color:#0b641e;}
.top-tours-img { position:relative;}
.top-tours-img img { border-radius: 6px 0 0 6px; -moz-border-radius: 6px 0 0 6px; -ms-border-radius: 6px 0 0 6px; -o-border-radius: 6px 0 0 6px; -webkit-border-radius: 6px 0 0 6px;}
.top-tours-text { padding:20px 20px 0 0px;}
@media (max-width:768px){
	.top-tours-text { padding:10px 15px;}
	.top-tours-img img { border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -ms-border-radius: 6px 6px 0 0; -o-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0;}
}


.tours-tab a{ display:block; font-size:16px; background:#fff; border:solid 1px #f2f2f2; line-height:52px; text-align:center; border-radius:6px;}
.tours-tab li.active a { background:#91b463;border:0; color:#fff; font-weight:bold;}
.tours-tab li.active { position:relative;}
.tours-tab li:hover a { background:#91b463;border:0; color:#fff; }
.b-caret { display:none;}
.tours-tab li.active .b-caret { position:absolute; top:auto; bottom:-8px; margin-left:-8px; left:50%;display: inline-block;width: 0;height: 0;border-top: 8px solid #91b463; border-left: 8px solid transparent;  border-right: 8px solid transparent;}
@media (max-width:992px){
	.tours-tab a { line-height:22px; padding:5px 0; font-size:14px;}
}

/*Questions and Answers*/
.question-answers-body { position: relative; margin-bottom:18px; padding-left:22px;}
.heading { color:#A1C572;font-weight:bold;margin-bottom:5px;}
/*Quick Inquiry*/
.quick-box { border-radius:6px; background:#f2f2f2; padding:20px;}
.quick-list { position:relative; margin-bottom:18px;}
.quick-list label { position:absolute; left:10px; top:7px;}