.row>*{
    margin-top: 20px;
}
.desc p{
  text-align: justify;
}
.mt-30 {
    margin-top: 30px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mg-10{
    margin-top: 10px;
}
.form-control::placeholder {
    color: #a1a1a1;
}
.form-control:disabled, .form-control:read-only{
    background: transparent;
}
.form-control:focus {
    box-shadow: none;
    border-color: #fa8801;
    background: transparent;
}
.detail-navigation {
      background: #fa8801;
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: auto;
}

 .detail-navigation ul {
    margin-bottom: 0;
    padding-left: 0;
}
.detail-navigation .nav-item {
    display: inline-flex;
    list-style: none;
    margin-bottom: 0;
}
.detail-navigation .nav-item .nav-link {
    padding: 15px 10px;
}
.detail-navigation.sticky-top {
    top: -46px;
}
.detail-navigation.sticky-top .nav-item .nav-link  {
    color: #fff;
}
.detail-navigation.sticky-top .nav-item .nav-link:hover,
.detail-navigation .nav-item .nav-link.active {
    text-decoration: underline;
    color: #f7ffe4;
}

.detail-section .trip-fact .fact-icon-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.detail-section  .trip-fact .item {
    margin-right: 40px;
    margin-top: 25px;
}
.detail-section  .trip-fact .item .nohover-icon {
    transform: scale(1);
}
.detail-section  .trip-fact .item .ishover-icon {
    width: 0;
}
.detail-section  .trip-fact .item .ishover-icon,
.detail-section  .trip-fact .item:hover .nohover-icon  {
    transform: scale(0);
    opacity: 0;
}
.detail-section .trip-fact .item .fa {
    color: #fa8801;
        width: 35;
}
.detail-section  .trip-fact strong {
    font-size: 18px;
    margin: 0 5px 0 15px;
}
.detail-section  .trip-fact .item:hover .ishover-icon {
    transform: scale(1);
    opacity: 1;
    transition: all ease-in-out .3s;
}
.detail-section ul {
    margin-bottom: 0;
}
.detail-section li {
    margin-bottom: 10px;
}
.detail-section li:last-child {
    margin-bottom: 0;
}
.detail-section .cl-card-box ul {
    margin-bottom: 0;
    padding-left: 0;
}
.detail-left-wrapper .cl-card-box ul {
	padding-left:19px;
}
.detail-section .cl-card-box .unordered-list{
    padding-left: 15px;
}
.unordered-list li, 
.detail-section .cl-card-box li {
    margin-bottom: 10px;
}
.unordered-list li:last-child, 
.detail-section .cl-card-box li:last-child {
    margin-bottom: 0;
}
.detail-section  .unordered-list li {
    color: #222;
    list-style: inside;
    list-style-type: square;
}
.detail-section  .unordered-list li::marker{
    font-size: 18px;
}
.detail-section  .unordered-list li:hover{
    list-style: inside;
    list-style-type: disc;
    transition: all ease-in-out .4s;
}
.detail-section  .unordered-list li:hover::marker {
        color: #fa8801;
}
.trip-fact {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 30px;
}
.cl-card-box {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.cl-card-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cl-card-box .card-body {
    padding: 0;
}
.cl-card-box .card-header {
    background: transparent;
    border: none;
    /*color: #000;*/
    font-size: 21px;
    padding: 0;
    padding-bottom: 15px;
}
.cl-card-box .item {
    margin-bottom: 30px;
}
.cl-card-box .item:last-child {
    margin-bottom: 0;
}
.cl-card-box .card-title {
    font-size: 18px;
}
.detail-section .cl-card-box.cost-wrap ul {
    padding-left: 0;
    margin-bottom: 0;
}
.detail-left-wrapper .cl-card-box.cost-wrap li i{
    margin-right: 10px;
}
.detail-section .rating-group {
    display: flex;
    align-content: center;
}
.detail-section .rating-group span {
    font-size: 18px;
}
.detail-section .review-rating {
    display: inline-block;
    margin-left: 10px;
}
.detail-section .review-rating input {
    display: none;
}
.detail-section .review-rating label {
    color: #ddd;
    padding: 0 2px;
    cursor: pointer;
}
.detail-left-wrapper .review-rating input[type="radio"]:checked ~ label,
.detail-left-wrapper .review-rating input[type="radio"]:not(:checked) ~ label:hover ~ label {
    color: #ffca08;
}
.accordion-button:focus{
    box-shadow: none;
}
.detail-right-wrapper .cl-card-box{
        box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
    padding: 15px;
}
.booking-wrap .card-body ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.booking-wrap .card-body ul li strong {
/*     font-size: 18px; */
    margin-right: auto;
}
.why-box-wrap li {
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #ececec;
}
.why-box-wrap li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.detail-right-wrapper .question-box {
    background: url(../img/sidebar-bg.jpg) no-repeat;
    color: #fff;
    background-size: cover;
    background-position: center;
}
.detail-right-wrapper .question-box .card-title {
    font-size: 22px;
    margin-bottom: 15px;
}
.detail-right-wrapper .question-box .card-title,
 .detail-right-wrapper .question-box ,
 .detail-right-wrapper .question-box ul li a {
    color: #fff;
}
.detail-right-wrapper .question-box ul li {
    font-size: 22px;
    margin-top: 12px;
}
.detail-right-wrapper .question-box ul li i {
    margin-right: 12px;
    color: #fa8801;
}
.detail-right-wrapper .question-box ul li a:hover {
    text-decoration: underline;
}
.btn-primary {
    color: #000;
    background-color: #fa8801;
    border-color: #fa8801;
}
.btn-blue {
    color: #fff;
    background-color: #1c72b5;
    border-color: #1c72b5;
}
.btn-blue:hover{
    color: #fff;
    background-color: #1c72b5;
    border-color: #1c72b5;
}
.btn-orange {
    color: #fff;
    background-color: #fa8801;
    border-color: #fa8801;
}
.btn-orange:hover {
    color: #fff;
    background-color: #fa8801;
    border-color: #fa8801;
}
.text-primary {
    color: #fa8801 !important;
}
.logo span{
	color: #1c72b5;
}
.package-item .overflow-hidden a img{
  width: 100%;
	height: 238px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1c72b5 !important;
    border-color: #1c72b5 !important;
}

.breadcrumb-item a{
    color:#fff;
}
.breadcrumb-item a:hover{
    color:#fff;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1c72b5;
}
/*.btn-check:focus+.btn-primary, .btn-primary:focus{
    box-shadow:#1c72b5;
}*/
.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle{
    background-color: #1c72b5;
}
.box-form{
    height: 48px;
}
textarea#message{
    height: 110px;
}
.yt-contact p{
margin-bottom: 0px;
}
.text-black{
    color: #000;
}
.text-blue{
    color: #1c72b5;
}
.accordion-button:not(.collapsed) {
    color: #808B8D;
    /*background-color: #808B8D;*/
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
#cost-include ul li,#cost-exclude ul li,.why-box-wrap ul li{
    list-style: none;
}
.box-height{
    height: 100px;
}
.cat img{
  width: 100%;
    height: 174px;
}
.team-item img{
  width: 100%;
}
a,.btn-link{
    text-decoration: none;
}
.heading-title{
  background-color:#fa8801;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.chosen p{
  font-weight: 500;
    background-color: #0d6efd;
    color: #fff;
    padding: 5px 0px 2px 7px;
}
/*.form-control:focus{
  color: #fff;
}*/
.include ul li::before {
    content: "\f058";
    font-family: FontAwesome;
    left: -19px;
    position: absolute;
    color:#198754;
}
.exclude ul li::before {
    content: "\f00d";
    font-family: FontAwesome;
    left: -19px;
    position: absolute;
    color: red;
}
.itinerary ul li,#overivew-content ul li{
  list-style: none;
}

.itinerary ul li::before {
    content: "\f0a4";
    font-family: FontAwesome;
    left:-4px;
    position: absolute;
    color: #fa8801;
}
#overivew-content ul li::before {
    content: "\f0a4";
    font-family: FontAwesome;
    left:-4px;
    position: absolute;
    color: #fa8801;
}
header .item {
  height: 100vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 800;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  text-shadow: 0 2px 10px rgb(0 0 0 / 61%);
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.mainmenu nav{
    background-color: #1c72b5;
}
.icon small a{
  color: #fff;
}
.submenu{
    left: 100%;
    top: 0;
    background-color: #1c72b5;
}
.submenu {
    color: #fff;
}
.cl-tag {
    position: absolute;
    background-color: #0d6efd;
    color: #fff;
    /*left: -5px;*/
    right: -9px;
    padding:7px 14px 5px 11px;
    top:0;
    /*bottom:10px;*/
    z-index: 1;
}
.package-item:hover .cl-tag {
    background-color: #fa8801;
}
.trip-card_regular-price {
    line-height: 1;
    display: block;
    text-align: center;
}
.offerprice{
    font-size: 20px;
}
.car-banner img{
    width: 100%;
}
.sn-title{
  font-weight: 500;
    /*background-color: #0d6efd !important;*/
    color: #1c72b5;
    /*padding: 5px 0px 7px 7px !important;*/
}
.main-title{
  color: #fff;
  font-size: 56px;
    font-weight: 800;
    word-spacing: 3px;
    text-shadow: 0 2px 10px rgb(0 0 0 / 61%);
}
@media screen and (max-width: 576px) {
  header .item .cover .header-content {
    position: relative;
    padding: 21px;
    overflow: hidden;
}
header .item {
    height: 50vh;
    position: relative;
    }
header .item .cover .header-content h1 {
    font-size: 28px;
    font-weight: 800;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
    text-shadow: 0 2px 10px rgb(0 0 0 / 61%);
}
.cat img {
    width: 100%;
    /*height: 174px;*/
    margin-bottom: 1px;
}
.aboutus img{
  height: 52vh !important;
}
}
@media screen and (max-width: 991px) {
    .detail-navigation.sticky-top {
    top: -100px;
}
.trip-fact {
    border-top: 1px solid #ddd;
    margin-top: 30px;
}
.cl-breadcrumb {
    height: 180px;
    padding: 0 !important;
    display: flex;
    align-items: center;
}
.cl-breadcrumb  .row>* {
    margin-top: 0;
}
.cl-breadcrumb .breadcrumb{
    margin-bottom: 0;
}
.cl-breadcrumb  .text-center{
        display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cl-breadcrumb  .text-center .main-title {
    width: 100%;
}
}
