﻿


/*ajax loader starts here*/

#overlay{	
  position: fixed;
  top: 0;
  z-index: 9999;     
  width: 100%;
  height:100%;
  display: none;
  background: rgba(125, 39, 39, 0.88);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

/*ajax loader ends here*/


.inr-icon {
    display:inline !important;
}

#frmCallBack {
    padding:0px 10px;
}

.itinerary p{
    text-align:justify;
}

.itinerary .mb-30 {
    margin-bottom:10px !important;
}

.cat-price h2{
    margin-bottom:0px;
}

/*#pkgCat-Standard .hotels {
    font-size:18px;
}*/


.tab-pane .hotels {
    font-size:18px;
}

.tab-pane .cat-rs {
    font-size:22px;
}

.hotels .row {
    margin-bottom:6px;
}

#aboutUs p{
    text-align:justify;
}

.faq-item p {
    color:#000 !important;
    text-align:justify;
}

.dpk-pkg-detail-aside {
    padding-top:0px !important;
}