body, html{
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}
span, p, li{
    font-family: 'Roboto', sans-serif !important;
}
@font-face {
  font-family: leaguegothic;
  src: url(https://www.lifeholidays.in/fonts/leaguegothic-regular-webfont.ttf);
}
.main-wrap{
    min-height: calc(100vh - 414px);/* FOR STICKY FOOTER */
}
img{
    max-width: 100%;
}
/*COMMONCSS*/
a {
    cursor: pointer;
}
p, .list-view-lh{
    line-height: 24px;
}
.grey-background {
    background: #f4f5f7;
}
.bg-black{
    background-color: #000;
}
.text-white{
    color: #fff;
}
.svg-fill-grey{
    fill: #f4f5f7 !important;
}
.btn:focus, button:focus {
    outline: 0 !important;
}
.primaryback{
    background-color: #008184;
}
.secback{
    background-color: #fe5246;
}
.primaryColor{
    color: #013660;
}
.bg-secondary{
    background-color: #fe5246;
}
.secondColor{
    color: #FE5246;
}
.d-inline-block{
    display: inline-block;
}
.cursor-pointer{
    cursor: pointer;
}
.border-right-0{
    border-right: 0;
}
.cc-fs-15{
    font-size: 15px;
}
.cc-font-size-25{
    font-size: 25px;
}
.cc-font-size-30{
    font-size:30px
}
.cc-font-size-18{
    font-size: 18px;
}
.cc-position-rel{
    position: relative;
}
.cc-secondary-btn{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.cc-secondary-btn:hover{
    color: #fff;
    background-color: #e43e32;
    border-color: #e43e32;
}
.cc-dis-block{
    display: block !important;
}
.cc-default-color{
    color: #333;
}
.align-middle{
    vertical-align: middle;
}
.paddbot60, .paddtopbot60{
    padding-bottom: 60px;
}
a:focus{
    outline: 0;
}
.border-top{
    border-top: 1px solid #eee;
}
.m-0{
  margin: 0 !important;
}
.mt-0, .my-0{
  margin-top: 0 !important;
}
.mr-0, .mx-0{
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 4px !important;
}

.mt-1,
.my-1 {
  margin-top: 4px !important;
}

.mr-1,
.mx-1 {
  margin-right: 4px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 4px !important;
}

.ml-1,
.mx-1 {
  margin-left: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.mt-2,
.my-2 {
  margin-top: 8px !important;
}

.mr-2,
.mx-2 {
  margin-right: 8px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 8px !important;
}

.ml-2,
.mx-2 {
  margin-left: 8px !important;
}

.m-3 {
  margin: 16px !important;
}

.mt-3,
.my-3 {
  margin-top: 16px !important;
}

.mr-3,
.mx-3 {
  margin-right: 16px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 16px !important;
}

.ml-3,
.mx-3 {
  margin-left: 16px !important;
}

.m-4 {
  margin: 24px !important;
}

.mt-4,
.my-4 {
  margin-top: 24px !important;
}

.mr-4,
.mx-4 {
  margin-right: 24px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 24px !important;
}

.ml-4,
.mx-4 {
  margin-left: 24px !important;
}

.m-5 {
  margin: 48px !important;
}

.mt-5,
.my-5 {
  margin-top: 48px !important;
}

.mr-5,
.mx-5 {
  margin-right: 48px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 48px !important;
}

.ml-5,
.mx-5 {
  margin-left: 48px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 4px !important;
}

.pt-1,
.py-1 {
  padding-top: 4px !important;
}

.pr-1,
.px-1 {
  padding-right: 4px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 4px !important;
}

.pl-1,
.px-1 {
  padding-left: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.pt-2,
.py-2 {
  padding-top: 8px !important;
}

.pr-2,
.px-2 {
  padding-right: 8px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 8px !important;
}

.pl-2,
.px-2 {
  padding-left: 8px !important;
}

.p-3 {
  padding: 16px !important;
}

.pt-3,
.py-3 {
  padding-top: 16px !important;
}

.pr-3,
.px-3 {
  padding-right: 16px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 16px !important;
}

.pl-3,
.px-3 {
  padding-left: 16px !important;
}

.p-4 {
  padding: 24px !important;
}

.pt-4,
.py-4 {
  padding-top: 24px !important;
}

.pr-4,
.px-4 {
  padding-right: 24px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 24px !important;
}

.pl-4,
.px-4 {
  padding-left: 24px !important;
}

.p-5 {
  padding: 48px !important;
}

.pt-5,
.py-5 {
  padding-top: 48px !important;
}

.pr-5,
.px-5 {
  padding-right: 48px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 48px !important;
}

.pl-5,
.px-5 {
  padding-left: 48px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 4px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important;
  }
  .m-sm-2 {
    margin: 8px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important;
  }
  .m-sm-3 {
    margin: 16px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 16px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 16px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 16px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 16px !important;
  }
  .m-sm-4 {
    margin: 24px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 24px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 24px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 24px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 24px !important;
  }
  .m-sm-5 {
    margin: 48px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 48px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 48px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 48px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 48px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 4px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important;
  }
  .p-sm-2 {
    padding: 8px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important;
  }
  .p-sm-3 {
    padding: 16px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 16px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 16px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 16px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 16px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 24px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 24px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 24px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 24px !important;
  }
  .p-sm-5 {
    padding: 48px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 48px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 48px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 48px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 48px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 4px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important;
  }
  .m-md-2 {
    margin: 8px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important;
  }
  .m-md-3 {
    margin: 16px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 24px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 24px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 24px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 24px !important;
  }
  .m-md-5 {
    margin: 48px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 48px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 48px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 48px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 48px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 4px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 24px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 24px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 24px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 24px !important;
  }
  .p-md-5 {
    padding: 48px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 48px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 48px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 48px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 48px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 4px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important;
  }
  .m-lg-2 {
    margin: 8px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important;
  }
  .m-lg-3 {
    margin: 16px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 24px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 24px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 24px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 24px !important;
  }
  .m-lg-5 {
    margin: 48px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 48px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 48px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 48px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 48px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 4px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 24px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 24px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 24px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 24px !important;
  }
  .p-lg-5 {
    padding: 48px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 48px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 48px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 48px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 48px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 4px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important;
  }
  .m-xl-2 {
    margin: 8px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important;
  }
  .m-xl-3 {
    margin: 16px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 16px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 16px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 16px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 16px !important;
  }
  .m-xl-4 {
    margin: 24px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 24px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 24px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 24px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 24px !important;
  }
  .m-xl-5 {
    margin: 48px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 48px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 48px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 48px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 48px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 4px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important;
  }
  .p-xl-2 {
    padding: 8px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important;
  }
  .p-xl-3 {
    padding: 16px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 16px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 16px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 16px !important;
  }
  .p-xl-4 {
    padding: 24px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 24px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 24px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 24px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 24px !important;
  }
  .p-xl-5 {
    padding: 48px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 48px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 48px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 48px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 48px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.opacity-8{
    opacity: 0.8;
}

.fw-3{
    font-weight: 300;
}

.fw-4{
    font-weight: 400;
}

.fw-6{
    font-weight: 600;
}

.fw-9{
    font-weight: 900;
}

.margin0, .cc-margin-0{
    margin: 0;
}

.margintop0, .cc-margin-top {
    margin-top: 0!important;
}

.marginbottom0, .cc-margin-bottom-0 {
    margin-bottom: 0 !important;
}

.cc-margin-bottom-60{
    margin-bottom: 60px;
}

.marginbot25, .cc-margin-bottom-25 {
    margin-bottom: 25px;
}

.marginbot15, .cc-margin-bottom-15 {
    margin-bottom: 15px;
}

.marginLeft0 {
    margin-left: 0 !important;
}

.marginRight0 {
    margin-right: 0 !important;
}

.padding0 {
    padding: 0;
}

.paddtopbot60 {
    padding-top: 60px;
}

.paddleft, .cc-padding-left-0 {
    padding-left: 0!important;
}

.paddbot15 {
    padding-bottom: 8px;
    padding-top: 8px;
}

.paddtopbot30 {
    padding: 30px 0;
}

.cc-border-0{
    border: 0;
}

.border-bottom-0{
    border-bottom: 0 !important;
}

.cc-border-all, .border{
    border: 1px solid #ddd;
}

.cc-border-bottom{
    border-bottom: 1px solid #e4e4e4;
}

.paddTop, .cc-padding-top{
    padding-top: 0 !important;
}

.cc-border-radius-0 {
    border-radius: 0;
}

.cc-border-radius-5 {
    border-radius: 50px;
}

.cc-border-left-0 {
    border-left: 0;
}

.cc-font-size-17{
    font-size: 17px;
}

.head-nav{
    margin-left: 0;
}

.head-nav li{
    display: inline-block;
}

.head-nav li a{
    display: block;
    color: inherit;
    padding: 10px 8px;
}

.head-nav li a:hover{
    color: #253680;
}

/* NAVIGATION */
.navigation{
    border-top: 1px solid #eaeaea;
}

.navigation .dropdown-menu > li > a{
    padding: 5px 20px;
}

.navigation .dropdown-menu > li > a:before{
    font-family: 'FontAwesome';
    content: '\f101';
    font-size: 15px;
    margin-right: 7px;
}
/* Top Header start*/

#top-header{
    background-color: darkgreen;
}
.container{
    /* padding: 0; */
}
.top-row{
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}
.alignleft{
    float: right;
}
.contact-email {
    color: aliceblue;
    font-family: sans-serif;
    font-size: 14px;
    padding-left: 26px;
    background: url(../img/icons/envelope.png) 0 center no-repeat;
    loat: left;
    line-height: 14px;
    margin-right: 20px;
}
.contact-phone {
    color: aliceblue;
    font-family: sans-serif;
    font-size: 14px;
    padding-left: 26px;
    background: url(../img/icons/envelope.png) 0 center no-repeat;
    loat: left;
    line-height: 14px;
    margin-right: 20px;
}

header {
    position: relative;
    z-index: 9;
}

header .navbar-toggle {
    position: absolute;
    right: 0;
    top: 7px;
    margin-top: 0;
}

@media screen and (max-width:991px){
    header .head-container{
        width: auto;
    }
    
    header .navbar-toggle{
        display: block;
    }
}

.navigation .navbar-nav > li > a {
    color: inherit;
    display: block;
    transition: linear .3s;
    position: relative;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}

.navigation .navbar-nav > li > a:hover {
    color: #253680;
}

.search-toggle-btn {
    padding: 13px;
    display: inline-block;
    cursor: pointer;
}

.modal-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 4;
    display: none;
}

 .navigation .dropdown:hover .dropdown-menu{
        display: block;
    }


@media screen and (max-width: 991px) {
    .navigation {
        position: fixed;
        top: 0;
        width: 290px;
        height: 100%;
        z-index: 20;
        background-color: #fff;
        margin-left: -290px;
        -webkit-transition: all .3s ease-in;
           -moz-transition: all .3s ease-in;
             -o-transition: all .3s ease-in;
                transition: all .3s ease-in;
    }

    .menu-collaps .navigation {
        margin-left: 0;
    }

    .navigation .dropdown-toggle .caret {
        position: absolute;
        right: 15px;
        top: 20px;
    }
    

    .modal-coll .modal-popup {
        display: block;
    }
}
/* NAVIGATION */

/* BANNER */
@media screen and (max-width: 400px) {
    .homeBanner .fadeOut, .homeBanner .fadeOut img {
        height: 170px;
    }
}

@media screen and (min-width: 401px)and (max-width: 600px) {
    .homeBanner .fadeOut, .homeBanner .fadeOut img {
        height: 220px;
    }
}

@media screen and (min-width: 600px)and (max-width: 767px) {
    .homeBanner .fadeOut, .homeBanner .fadeOut img {
        height: 280px;
    }
}

.close-search{
    position: absolute;
    right: 1%;
    padding: 15px;
    cursor: pointer;
    font-size: 20px;
    color: #aeaeae;
}
/* BANNER */

.sec-font-family, .highlight-title-font{
    font-family: 'Roboto Condensed', sans-serif;
}

/* SLIDER DOTS */

.owl-dots {
    margin: 10px 0;
}

.d-block{
    display: block;
}

.owl-nav .owl-next{
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0%,-50%);
}

.owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(0%,-50%);
}

.owl-prev, .owl-next{
    background: #000;
    width: 35px;
    height: 35px;
    line-height: 25px;
    font-size: 25px !important;
}

@media screen and (max-width:767px){
    .owl-nav .owl-next{
        right: -10px;
    }

    .owl-nav .owl-prev{
        left: -10px;
    }
}

.carousel-control .glyphicon{
    background: #fff;
    width: 40px;
    height: 40px;
    top: 44%;
    border-radius: 50px;
    padding: 7px;
}

/* SLIDER DOTS */

.holidayName{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.tour-day-count ul li{
    border-right: 1px solid #ccc;
    display: inline-block;
    padding: 0 12px;
    color: #fff;
}

.tour-day-count ul li:last-child{
    border-right: 0;
}

.sec-back-light{
    background-color: #f9ebeb;
}

.highlight-banner {
    background-image: url(../img/projectimage/highlight-advt-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.high-bann-text {
    padding: 80px 0;
    color: #fff;
}

.highlight-banner h2 {
    font-size: 50px;
}

.highlight-banner h3 {
    font-size: 90px;
    font-weight: 800;
    margin-top: 0;
    text-shadow: 2px 2px 7px rgba(75, 75, 75, .6);
}

.weave-border .weave-strip {
    height: 40px;
    width: 100%;
    fill: #fff;

}

.weave-border-top {
    position: relative;
    top: -1px;
}

.weave-border .weave-bot-strip {
    transform: rotate(180deg);
    display: block;
}

.serviceDrop {
    width: 100% !important;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
}

.holidayDetails .hotalPackageHead {
    background: #78b730;
    padding: 6px 15px;
    color: #fff;
}

.holidayDetails li {
    line-height: 27px;
    position: relative;
}
.holidayTab.fixed{
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
    background-color: #fff;
}
@media screen and (max-width:400px){
    .holidayTab .nav-tabs {
        display: inline-flex;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
}
.holidayTab .nav-tabs li a {
    color: inherit;
    border: 0;
}
.holidayTab .nav-tabs > li.active > a{
    background-color: transparent;
}

.holidayTab .nav-tabs .active a {
    border: 0;
    border-bottom: 5px solid #FE5246;
    color: #FE5246;
}

.holidayTab .nav-tabs .active > a:hover{
    border-color: transparent;
    border-bottom: 5px solid #FE5246;
}

.holidayTab .nav-tabs > li > a:hover {
   color: #FE5246;
   border: 0;
}

.borderdash{
    border-left: dashed 2px #bfd0f3;
}
.dotsymbol:before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #253680;
    position: absolute;
    left: -7px;
    top: 10px;
}

.inclusionList li, .exclusionList li{
    padding-left: 30px;
    margin-bottom: 5px;   
}

@media screen and (min-width:768px){
    .inclusionList li, .exclusionList li{
        width: 50%;
        float: left;
        padding-right: 20px;
    }
}

.inclusionList li:before,.exclusionList li:before{
    font-family: 'FontAwesome';
    content: '\f111';
    font-weight: 900;
    position: absolute;
    left: 0; 
    top: 0px;
    color: #253680;
}

.pag-inclusion li:before{
    color: #fff;
}

.itineraryHead {
    background: #e9e9e9;
    margin-bottom: 20px;
    border-radius: 2px;
    padding: 0 0;
    line-height: 21px;
    margin-top: 0;
}

.itineraryHead:first-child {
    margin-top: 0;
}

.dayBadge {
    padding: 7px 15px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
}

.facilityInclude {
    margin-bottom: 10px;
}

.meal {
    padding-left: 4px;
    border-radius: 50px;
    float: left;
    margin-bottom: 8px;
}

.facilityInclude .fa, .transport .fa {
    color: #dd2c2c;
    margin-right: 7px;
}

.facilityInclude span {
    margin-right: 12px;
}

.listMargin {
    margin-bottom: 10px;
}

.packageDetails {
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff;
    padding: 0 17px 17px 17px;
    left: 0;
    right: 0;
    cursor: pointer;
}

.pkg-pirce-label {
    background-color: #e07223;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.trendingPakage {
    background-color: #000;
    height: 200px;
}

.trendingPakage img {
    height: 100%;
    opacity: .7;
}

.special-package {
    background: #ededed;
}

.special-package a {
    color: #333;
}

.pading13 {
    padding: 13px 0 0 0 !important;
}

.healinglogo {
    padding: 7px 0;
}

.top-area, .content {
    padding-top: 45px;
    padding-bottom: 45px;
}

.holidaySearch {
    padding: 6px 0 38px 0;
    background-image: url(../img/projectimage/search-back.html);
    background-position: top center;
    background-attachment: fixed;
    background-size: 100%;
    background-color: #3280ca;
    background-repeat: no-repeat;
}

@media screen and (max-width:660px) {
    .holidaySearch {
        background-size: cover;
    }
}

.holidaySearch h2 {
    color: #fff;
    font-size: 25px;
}

.cityItinerary .dayBadge {
    width: 90px;
    text-align: center;
}

.cityItinerary .pkgdayBox{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.cityItinerary .media:last-child{
    border-bottom: 0;
}

.iteneryBody {
    padding-bottom: 20px;
}

.locationsearch .form-group {
    width: 100%;
            box-shadow: 0 2px 3px rgba(0, 0, 0, .16), 0 2px 3px rgba(0, 0, 0, .23);
       -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .16), 0 2px 3px rgba(0, 0, 0, .23);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .16), 0 2px 3px rgba(0, 0, 0, .23);
         -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .16), 0 2px 3px rgba(0, 0, 0, .23);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .16), 0 2px 3px rgba(0, 0, 0, .23);
    margin-top: 10px;
}

.locationsearch .input-group {
    width: 100%;
}

.serIcon{
    width: 10px !important;
    padding-right: 9px;
    background-color: #fff;
}

.locationsearch .input-group input[name='search']{
    background: 0;
    border: 0;
    font-size: 13px;
}

.locationsearch input[name="searchcity"] + .input-group-addon {
    font-weight: bold;
    width: 75px;
}

.locationsearch .form-control {
    height: 40px;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.banner h1 {
    font-size: 50px;
}

.serviceicon {
    height: 55px;
    width: 55px;
}

.domestic {
    background-image: url(../img/projectimage/fealist.png);
    margin: auto;
}

.visa {
    background: url(../img/projectimage/fealist.png) -59px 0;
    margin: auto;
}

.flight {
    background: url(../img/projectimage/fealist.png) -119px 0;
    margin: auto;
}

.passport {
    background: url(../img/projectimage/fealist.png) -176px 0;
    margin: auto;
}

.car {
    background: url(../img/projectimage/fealist.png) -233px 0;
    margin: auto;
}

.services h5 {
    margin-top: 18px;
    margin-bottom: 0;
}

.serviceicon img {
    width: 55px;
}

.services {
    padding: 20px 0;
}

.packageList {
    min-height: 390px;
}

.packagetitle {
    height: 44px;
}

.packagetitle h3, .packagetitle h2 {
    font-size: 17px;
    margin-top: 0;
}

.city-list {
    background: #ececec;
    padding: 15px;
    margin-top: 15px;
    margin-left: -25px;
    margin-right: -25px;
    display: none;
    -webkit-transition: all .3s ease-in;
       -moz-transition: all .3s ease-in;
         -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
}

.city-list ul li {
    margin-bottom: 2px;
}

.packageList:hover .city-list {
    display: block;
}

.prothumb {
    position: relative;
    margin: auto;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    background-color: #000;
}

.prothumb:before {
    content: '';
    background-image: url(../img/projectimage/package-stroke.png);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.prothumb img {
    width: 100%;
    display: block;
}

.noPackageAvail {
    text-align: center;
    padding: 96px 0;
    clear: both;
    font-size: 17px;
    color: #878787;
}

.moreBtn {
    margin-top: 15px;
}

.package-rate {
    margin-top: 3px;
    font-weight: 600;
}

.packList {
    padding: 12px 0;
}

.separation {
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #f2f2f2;
}

.aboutUs {
    margin-bottom: 30px;
}

.aboutUs p {
    font-size: 16px !important;
}

.bookWithUs {
    padding-top: 25px;
}

.bookWithUs h3 {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.bookWithUs .bookWithIcon {
    height: 80px;
    width: 80px;
    background-color: #36c;
    line-height: 80px;
    border-radius: 6px;
    transform: rotate(45deg);
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
}

.bookWithUs .fa {
    font-size: 35px;
    color: #fff;
    transform: rotate(314deg);
    padding: 22px;
}

.lighttext {
    font-weight: 300;
}

.currencysymbol:before {
    content: '\f156';
    font-family: FontAwesome;
}

.clearcompbtn {
    border: none;
    background: 0 0;
}

.mandatorystar:after {
    content: '*';
    color: red;
    margin-left: 2px;
}

.card,.card-faq {
    box-shadow: 0 2px 2px 0 rgba(157, 157, 157, 0.14), 0 1px 5px 0 rgba(123, 123, 123, 0.12), 0 3px 1px -2px rgba(193, 193, 193, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(157, 157, 157, 0.14), 0 1px 5px 0 rgba(123, 123, 123, 0.12), 0 3px 1px -2px rgba(193, 193, 193, 0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(157, 157, 157, 0.14), 0 1px 5px 0 rgba(123, 123, 123, 0.12), 0 3px 1px -2px rgba(193, 193, 193, 0.2);
    -ms-box-shadow: 0 2px 2px 0 rgba(157, 157, 157, 0.14), 0 1px 5px 0 rgba(123, 123, 123, 0.12), 0 3px 1px -2px rgba(193, 193, 193, 0.2);
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 3px;
}

.holidayTab{
    box-shadow: 0 10px 20px rgba(210, 210, 210, 0.3), 0 5px 12px rgba(255, 255, 255, 0.22);
    position: relative;
}

.card-body, .card-header, .card-footer{
    padding: 15px;
}

.card .panel-heading {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 17px;
    padding: 0;
    color: #000;
    min-height: 45px;
    display: inline-block;
    width: 100%;
}

.card .panel-heading .panel-title {
    padding: 10px 0;
}

.notification {
    background: #4c3e3f;
    line-height: 27px;
    padding: 6px 0;
    color: #fff;
}

.notification .fa {
    color: #fff;
    cursor: pointer;
}

.notification img {
    width: 20px;
}

.notification .alertthumb {
    position: absolute;
    top: 4px;
}

.notification .alertdescription {
    margin-left: 30px;
    font-size: 15px;
}

.notification .alertdescription a:hover {
    color: #fff;
    opacity: .4;
}

.shareproform {
    background: #19bfe5;
    position: relative;
}

.shareproform .btn {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.shareproform input, .shareproform textarea {
    border: 0;
}

.shareproform .input-group-addon {
    border: 0;
    background-color: #fff;
}

.shareproform:after {
    content: '';
    background-image: url(../img/projectimage/form-shadow.html);
    position: absolute;
    bottom: -7px;
    background-size: 100%;
    display: inline-block;
    width: 100%;
    height: 7px;
}

.shareproform form {
    padding: 15px;
}

.shareproform .shareformhead {
    padding: 20px 20px 0;
    color: #fff;
}

.shareproform .shareformhead p {
    color: #fff;
}

.dropdown-menu > li > a:hover, .userlogin .dropdown-menu > li > a:focus {
    color: #36c !important;
}

#myNavbar .touch-button {
    color: #fff;
}

.soclink ul li {
    margin-right: 10px;
}

.soclink .fa-facebook {
    color: #4e71a8;
}

.soclink .fa-twitter {
    color: #1cb7eb;
}

.soclink .fa-google {
    color: #e3411f;
}

.cartdetils, .no, .subscribe .randnum {
    display: none;
}

.logohead {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    background: #333;
}

.navbar-header .navbar-toggle .fa-bars {
    font-size: 20px;
}

.top-main-area .flexnav li > ul {
    left: -100px!important;
    background-color: #fff;
}

.packageHolidayHead {
    padding: 12px 15px;
}

.cap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 18px;
    text-align: center;
    margin: 12px;
}

.greenboder {
    color: red;
}

.popSignIn .basic-addon1 {
    background-color: #fff!important;
    border: 0!important;
}

.addicon {
    position: absolute;
    left: 28px;
}

.owl-carousel .img200 {
    width: 200px;
    height: 200px;
    margin: auto;
    position: relative;
}

.logincart ul li a {
    color: #6f6f6f!important;
}

.underappr {
    color: #dd4b4b;
}

.cartdetils {
    position: absolute;
    width: 89%;
    border-left: 1px solid #c00;
    border-right: 1px solid #c00;
    border-bottom: 1px solid #c00;
    margin-right: 2px;
    padding: 10px;
    z-index: 1000;
}

.colorpreview {
    height: 20px;
    width: 20px;
    border: 1px solid #c9c9c9;
}

.cartdetils td {
    padding: 5px;
}

.checkout {
    background-color: #e2342f;
    padding: 6px;
    color: #fff;
}

.checkout:hover a, .closecart1, .co, .orr:hover {
    color: #fff;
}

.closecart1, .closecart1:hover {
    background-color: #e2342f;
    color: #fff;
}

.closecart1, .co, .total {
    font-weight: 700;
    margin-bottom: 23px;
}

.close12:hover, .closecart1:hover {
    text-decoration: underline;
    font-weight: 700;
}

.basic-addon1 .fa {
    color: gray;
}

.owl-buttons div:hover {
    background: #fff;
}

#flexnav ul li {
    text-align: left;
}

.colorw1 a:active, .colorw1 a:visited {
    color: #fff!important;
}

.topmenu {
    margin-bottom: 5px!important;
}

.ommbmargin {
    margin-top: 15px!important;
}

#result, #slider1_container, .customerReview .card, .u {
    overflow: hidden;
}

#result, .cpmpltpr {
    z-index: 10000;
}

.transperback {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.top-main-area ul li a {
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    padding: 17px 10px;
}

.event_calendar {
    margin-bottom: 35px;
}

.event_list {
    padding-top: 11px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 11px;
}

.eveDate {
    position: absolute;
    font-weight: 700;
    color: #dd4b4b;
}

.cc-font-weight-8 {
    font-weight: 800;
}

.cc-font-weight-7 {
    font-weight: 700;
}

.grid-left-col {
    background-image: url(../img/subcategory-banner/singapore.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    min-height: 500px;
}

.grid-left-col2 {
    background-image: url(../img/subcategory-banner/thailand.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 235px;
    margin-bottom: 30px;
}

.grid-left-col6 {
    background-image: url(../img/subcategory-banner/turkey.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 235px;
}

.grid-left-col5 {
    background-image: url(../img/subcategory-banner/australia.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 235px;
}

#login-dialog .btn, .facebookBtn, .facebookBtn .btn, .textcolorw {
    color: #fff;
}

.day {
    font-size: 19px;
    line-height: 0;
}

.viewMore {
    margin-left: 58px;
}

.subscribe .input-group-addon {
    background: #19bfe5;
    color: #fff;
    border: 0;
    border-radius: 0 3px 3px 0!important;
}

.subscribe [type=button] {
    border: 0;
    background: 0 0!important;
}

#login-dialog .googleLink .btn {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0!important;
}

#login-dialog .btn {
    font-size: 15px;
}

#login-dialog #login {
    background-color: #00a859;
}

.facebookBtn {
    background-color: #2b3990;
    border-radius: 4px;
    border: 1px solid #2b3990;
}

.facebookBtn:hover {
    background-color: #3a489f;
}

.facebookBtn .input-group-addon {
    background-color: transparent;
    border: 0;
}

.popSignIn .input-group {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}

#login-dialog .input-group-addon, .loginp, .popSignIn .loginu {
    border: 0;
}

.popSignIn .form-control {
    height: 38px;
}

.agreeterms {
    padding: 15px 0;
}

.loader, .regloader {
    position: absolute;
    top: 50%;
    left: 50%;
        transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#slider1_container, .u {
    width: 980px;
    height: 200px;
    left: 0;
    top: 0;
}

.text, .wrap {
    margin: 0 auto;
}

#slider1_container {
    position: relative;
}

.u {
    cursor: move;
    position: absolute;
}

.wrap {
    position: relative;
    background-color: #fff;
}

.wrap:after {
    content: '';
    border-top: 7px solid #e31837;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

#flexnav, .text {
    z-index: 1;
}

.text {
    background-color: inherit;
    position: relative;
    display: inline-block;
}

.button {
    padding: 10px;
    border: 1px solid #7a8189;
}

.buttons {
    margin-bottom: 30px;
    margin-right: 30px;
}

.allborder {
    border-left: 7px solid #e31837;
    border-right: 7px solid #e31837;
    border-bottom: 7px solid #e31837;
    padding-bottom: 40px;
    border-radius: 45px 45px 20px 20px;
}

.blackcolor {
    background-color: #323232;
}

.gray {
    background-color: #e5e5e5;
}

.bordertopro, .line {
    margin-bottom: 10px;
}

.customerReview h4 {
    margin-bottom: 25px;
}

.line {
    border-top: 1px solid #7a8189;
    border-bottom: 1px solid #7a8189;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 10px;
}

.rightline {
    border-right: 1px solid #7a8189;
}

.darkblack1 {
    background-color: #292929;
}

.circle {
    width: 280px;
    height: 280px;
    border-radius: 150px;
    border: 7px solid #e31837;
}

.circle1 {
    width: 260px;
    height: 260px;
    border-radius: 150px;
    border: 2px solid #e31837;
    margin-left: 3px;
}

.orangetext {
    color: #e31837;
}

.addcart {
    padding: 10px;
    border: 1px dashed #e31837;
    margin-top: 10px;
}

.intro {
    background-color: #e31837;
    color: #fff;
}

.addcart1 {
    padding: 10px;
    border: 2px dashed #e31837;
    margin-top: 20px;
}

.inline li {
    float: left;
    padding: 0 10px;
}

.bgcolor {
    background-color: #f20000;
    color: #fff;
}

.bordertopro {
    padding: 10px;
    height: 300px;
    border: 1px solid #c3c3c3;
}

.bordertopro:hover {
    border: 1px solid #e31837;
}

.off {
    border-radius: 50px;
    background-color: #87cc67;
    height: 50px;
    width: 50px;
    position: absolute;
    border: 2px solid #e31837;
    margin: -10px;
}

.backorange, .off1 {
    background-color: #ff7f27;
}

.lm-header::before, .pn::before {
    border-left: 13px solid transparent;
    left: -13px;
}

.off1 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.backorange {
    padding: 0 10px!important;
    color: #fff!important;
}

table td {
    vertical-align: top;
}

.search td {
    padding: 8px 0;
}

.search {
    margin: 0 auto;
    width: 100%;
}

.shadw {
    padding: 0 30px;
    margin-top: 20px;
}

.mbottom15 {
    margin-bottom: 15px;
}

.mbottom20 {
    margin-bottom: 20px;
}

.cc-margin-bottom-30 {
    margin-bottom: 30px;
}

.service td {
    vertical-align: middle;
    padding: 1px 5px;
}

.check_service {
    margin-top: 5px;
    margin-bottom: 13px;
}

.mainback {
    background-color: #f8f9fa;
}

.blue {
    height: 5px;
    width: 100%;
}

.cash_on, .lm-header {
    float: right;
    margin-top: -40px;
}

.pn, .sf-menu li, .topmenu li {
    float: left;
}

.cash_on {
    padding: 5px;
    border-radius: 5px;
    width: 200px;
}

.lm-header::before, .pn::after, .pn::before {
    border-bottom: 13px solid #9bce67;
    border-top: 13px solid #9bce67;
    top: 0;
    width: 0;
    content: '';
}

.online {
    text-decoration: line-through;
}

.pro_spec td {
    padding: 0 40px;
}

.lm-header, .pn {
    color: #fff;
    line-height: 26px;
    padding: 0 5px;
    text-transform: uppercase;
}

.pro_spec h3 {
    text-decoration: underline;
}

.lm-header {
    font-size: 12px;
    height: 26px;
    position: relative;
}

.lm-header::before {
    height: 0;
    position: absolute;
}

.partfinder {
    background-color: #e31837;
    width: 100px;
    color: #fff!important;
}

#register {
    margin-left: 100px;
}

#register label {
    margin-right: 5px;
}

#register input {
    padding: 5px 7px;
    border: 1px solid #d5d9da;
    box-shadow: 0 0 5px #e8e9eb inset;
    width: 250px;
    font-size: 1em;
    outline: 0;
}

.customizeTourForm textarea{
    resize: none;
}

.customizetour h4{
    color: #fff;
}

.short {
    color: red;
}

.weak {
    color: #e66c2c;
}

.good {
    color: #2d98f3;
}

.strong {
    color: #006400;
}

.mtopbot {
    margin-top: 7px;
    margin-bottom: 7px;
}

.passvalidation {
    color: #999;
    margin-left: 10px;
}

.gender {
    margin-top: -3px!important;
}

.genderval {
    color: #999;
}

#resetform {
    display: none;
}

.head, .show1 {
    font-size: 15px;
}

#successfullreg {
    padding: 20px 0;
}

.custrevmsgsl {
    color: red;
}

.offernew {
    border: 1px solid gray;
    padding: 3px;
}

.textgray {
    color: gray;
}

.packageSlider .item{
    height: 250px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.packageSlider .item img{
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    margin: auto;
}

.trackborder {
    border: 1px solid gray;
    padding: 3px;
    width: 150px;
    margin: 0 auto;
}

.boder_right {
    border-right: 1px solid #c3c3c3;
}

.offf {
    background-color: #e31837;
    color: #fff;
    margin-bottom: 10px;
    margin-right: -10px;
    padding: 2px;
    width: 130px;
}

.order_delivered, .order_dispatched, .order_placed {
    height: 15px;
    width: 15px;
    border-radius: 20px;
    margin-top: 3px;
}

.marginbottom {
    margin-bottom: 5px;
}

.boder_left {
    border-left: 1px solid #c3c3c3;
}

.order_placed {
    background-color: #3f48cc;
}

.order_dispatched {
    background-color: #ff7f27;
}

.order_delivered {
    background-color: #22b14c;
}

.head {
    background: #4c9ed9;
    margin-bottom: 20px;
    padding: 10px 24px;
    color: #fff;
}

.editProfile [type=password], .editProfile [type=text] {
    height: 42px!important;
    margin-bottom: 9px;
    border: 0!important;
    border-bottom: 2px solid #dedede!important;
    border-radius: 0!important;
}

.editProfile [type=button] {
    margin-top: 19px;
}

.editProfile .form-group {
    margin-bottom: 0;
}

.status {
    padding-right: 85px!important;
    margin-bottom: 10px;
}

.dist {
    margin-bottom: 15px;
}

.myprofile td {
    padding: 10px;
}

.sf-menu ul {
    top: -999em;
    width: 10em;
}

.sf-menu li {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    display: block;
    -webkit-transition: all .3s ease-in;
       -moz-transition: all .3s ease-in;
         -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
}

.sf-menu li.sfHover ul, .sf-menu li:hover ul {
    left: 0;
    top: 1.4em;
    z-index: 999999;
}

.sf-menu li a {
    color: #fff;
    -webkit-transition: all .3s ease-in;
       -moz-transition: all .3s ease-in;
         -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
}

.sf-menu li ul {
    margin-top: 30px;
    padding: 3px;
    background-color: #fff;
    border-top: 2px solid #fff;
}

#result .show, #resultarea li, #resultcity li {
    padding: 7px 16px;
}

.sf-menu li ul:before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 9px 9px;
    content: '';
    height: 0;
    left: 20px;
    position: absolute;
    top: -9px;
    width: 0;
}

.orange {
    background-color: #f28d73;
}

.partfind li {
    float: left;
    display: inline;
}

#result, #resultarea, #resultcity, datalist {
    display: none;
}

#result, #resultarea, #resultcity {
    position: absolute;
    width: 235px;
    z-index: 7;
    margin-top: 0;
    border: 1px solid #ccc;
    background-color: #fff;
}

.grid, .grid figure, .grid figure img, .subscribe-title form, .widget-icon a {
    position: relative;
}

#result .show a {
    color: #939393;
}

#result .show:hover {
    background-color: #f2f2f2;
}

.show1 {
    padding: 10px;
    border-bottom: 1px #999 dashed;
    height: 33px;
}

.show1:hover {
    color: #fff;
}

.nav-pills > li {
    float: none;
}

figure.effect-selena {
    background: #fff;
}

figure.effect-selena img {
    opacity: .95;
    -webkit-transition: -webkit-transform .35s;
            transition:         transform .35s;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}

figure.effect-selena h2 {
    -webkit-transition: -webkit-transform .35s;
            transition:         transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
}

figure.effect-selena p {
    opacity: 0;
    transition: opacity .35s, transform .35s;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
}

figure.effect-selena:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.brand_slide .product-thumb {
    margin: 0;
    padding: 0 7px;
    box-shadow: none;
}

.brand_slide .product-thumb:hover {
    box-shadow: none;
}

.mbottom60, .mtopbottom60 {
    margin-bottom: 60px;
}

.mtopbottom60 {
    margin-top: 60px;
}

.hillexpo .carousel, .spiritualtours .carousel {
    height: 240px;
    overflow: hidden;
}

.add-block {
    position: relative;
    margin-bottom: 12px;
    padding-left: 27px;
}

.add-block a{color: #c9c9c9;}

.add-block .fa {
    position: absolute;
    left: 0;
    top: 5px;
}

.loatr, .orr {
    float: right;
}

.widget-icon a {
    border: 1px solid #d5d5d5;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    margin-right: 8px;
}

.topmenu a:hover a {
    color: #fff!important;
}

.mtop25 {
    margin-top: 25px;
}

.bs-example-tabs .nav-tabs {
    margin-bottom: 15px;
}

.logname1 {
    height: 30px;
}

.search1 {
    border-radius: 0;
    border: 0;
}

#search {
    background-color: transparent;
    border: none;
}

.bwnw1 {
    background-color: #e31837;
    width: 150px;
    padding: 5px;
    margin: 0 auto;
}

.atrr {
    position: absolute;
    z-index: 2;
    right: 0;
}

.modal-dialog {
    overflow-y: initial!important;
}

.footerim {
    width: 70px;
    height: 70px;
}

#successfullreg {
    display: none;
}

.close1 {
    border: 1px solid #868686;
    background: 0 0;
    color: #868686;
    float: right!important;
    margin-right: 20px;
}

.photo-grid figure {
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 200px;
}

.photo-grid .eff:hover figcaption {
    opacity: 1;
}

.photo-grid img {
    display: block;
    height: auto;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
    max-width: 100%;
}

.photo-grid .eff:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
    background: gray;
    opacity: .2;
}

.photo-grid .eff:hover .photo-grid {
    background: gray;
    opacity: .6;
}

.photo-grid figcaption p {
    vertical-align: middle;
    display: table-cell;
    font-size: 1.5em;
    position: relative;
    top: -40px;
    width: 289px;
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

.photo-grid .eff:hover figcaption p {
       -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
}

.photo-grid figcaption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
    -webkit-transition-delay: .1s;
       -moz-transition-delay: .1s;
            transition-delay: .1s;
    z-index: 100;
}

#results {
    font: 12px Arial, Helvetica, sans-serif;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#results .loading-indication {
    background: #fff;
    padding: 10px;
    position: absolute;
}

.page_result, .paginate {
    padding: 0;
}

.paginate {
    margin: 0;
    height: 30px;
    display: block;
}

.paginate .active, .paginate li {
    display: inline-block;
    margin-right: 1px;
    width: 30px;
    line-height: 25px;
    padding: 0;
    list-style: none;
}

.face.back, .progress {
    display: block;
}

.paginate li {
    background: #4cc2af;
}

.paginate .active {
    background-color: #666;
}

.paginate li a {
    color: #fff;
    text-decoration: none;
}

.page_result li {
    background: #e4e4e4;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 12px;
}

.page_result .page_name {
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}

.cc-home-sec-padd {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cc-home-sec-padd-top {
    padding-top: 60px;
}

.mtopbottom30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.searchinput .input-group-addon {
    background: 0 0;
    width: 40px;
    border-radius: 0 5px 5px 0;
    border: none;
}

.searchinput .input-group {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
}

.logincart, .searchinput .input-group {
    border-radius: 50px;
}

.menuupline {
    padding: 12px 0;
    background-color: #880e4f;
    z-index: 888;
}

.latest {
    background-color: #000;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    position: absolute;
    padding-right: 10px;
    z-index: 2;
    right: 0;
    color: #fff;
}

.buy {
    color: #fff;
    border: 0;
    border-radius: 5px;
}

.buy a {
    margin-bottom: 0;
}

.white-heading {
    color: #fff;
    font-weight: 700;
}

.face, .outofstock {
    position: absolute;
}

#f1_card, .face {
    width: 100%;
    height: 100%;
}

.red-more-btn{
    margin-top: 15px;
}

#f1_container:hover #f1_card, .face.back {
    transform: rotateY(180deg);
}

.face {
    backface-visibility: hidden;
}

.face.back {
    color: #fff;
    background-color: #fff;
}

.outofstock {
    background: #fff;
    color: red;
    font-size: 18px;
    font-weight: 700;
    margin-top: 50%;
    opacity: .88;
    z-index: 100;
}

.nicescroll-rails div {
    width: 10px!important;
}

.showcmpcnt {
    background: #090;
    bottom: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 14px;
    position: fixed;
    right: 0;
    text-decoration: none;
    z-index: 10000;
}

.filter .fliterhead {
    padding-bottom: 20px;
    cursor: pointer;
}

.filter .collapse {
    padding-bottom: 15px;
}

.checkbox-hey:checked {
    background-color: green;
}

#slider-range span:nth-child(3) {
    margin: 2px 0 0 -18.2px !important;
    background: #253680;
    border-radius: 50px;
    border: 0;
}

#slider-range span:nth-child(2) {
    margin: 2px 0;
    background: #253680;
    border-radius: 50px;
    border: 0;
}

#prod_added_msg {
    width: 92.5%;
}

.filter #amount {
    border: 0;
    margin-bottom: 16px;
}

.tourcategory .nav li a {
    border-bottom: 1px solid #f2f2f2;
    color: #000;
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs > li a {
    font-size: 16px;
}

.sellerlogin .cardhead {
    padding-top: 15px;
    padding-bottom: 15px;
}

.log_form, .sellerlogin .fieldset {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sellerlogin [type=password], .sellerlogin [type=text] {
    height: 42px!important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    border-bottom: 2px solid #dedede;
    border-radius: 0!important;
}

.sellerlogin .btnmargin {
    margin-top: 25px;
}

.sellerlogin .cardbody {
    padding: 0 30px;
}

.sellerlogin #recoversubmit {
    margin-top: 15px;
}

.sellerpop {
    width: 400px;
}

.floatr .btn {
    vertical-align: inherit;
}

.offerdescripiton p {
    margin-bottom: 0;
}

.ordersuccinfo h5 {
    margin-bottom: 5px;
    margin-top: 0;
}

.progress {
    width: 0;
    height: 10px;
    background: green;
    transition: width .3s;
}

.progress.hide {
    opacity: 0;
    transition: opacity 1.3s;
}

.dayBox{
    width: 50px;
    position: relative;
    border: 6px solid #253680;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.dayBox:after{
    content: "";
    position: absolute;
    right: -18px;
    bottom: -1px;
    transform: rotate(45deg);
    width: 23px;
    height: 23px;
    background: #253680;
}

#formdiv {
    margin-left: 20px;
    display: none;
}

.cropt {
    margin-left: 100px;
    border-collapse: separate;
    border-spacing: 10px 10px;
    width: 800px;
    text-align: left;
}

.cropp {
    float: right;
    margin-right: 60px;
}

#citycard, .dispnone {
    display: none;
}

#filesInfo {
    margin-top: 0;
    border: 1px solid #eee;
    border-radius: 4px;
}

#percentage {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #3c8dbc;
    font-weight: 700;
}

.sidebar li, .sidebar li a {
    color: #757575;
}

.sidebar li {
    border-bottom: 1px solid #e4e4e4;
    padding: 11px 0;
}

.sidebar li:last-child {
    border-bottom: none;
}

.sidebar .fa {
    color: #4c9ed9;
    font-size: 19px;
    margin-right: 10px;
}

.sidebar .userPic {
    background: #4c9ed9;
    padding: 26px 0 13px;
}

.sidebar .userName {
    color: #fff;
}

.sidebar .badges {
    color: #dd4b4b;
}

.healersList {
    min-height: 140px;
}

.healerlocate {
    background: #f39f00;
    color: #fff;
    border: 0;
    padding-top: 13px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

.healerlocate .fa {
    margin-right: 11px;
    font-size: 17px;
}

.healerlocate a {
    color: #fff;
}

.healerlocate:hover {
    background: #e49500;
    color: #fff;
}

.arealist, .citylist {
    cursor: pointer;
    list-style: none;
}

.packageName {
    margin-bottom: 10px;
}

.packageList img {
    -webkit-transition: all .5s linear;
            transition: all .5s linear;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    height: 300px;
}

.package-details {
    position: absolute;
    border-radius: 20px;
    background-color: #fff;
    padding: 25px;
    left: 15%;
    bottom: 10px;
    z-index: 2;
    width: 70%;
    box-shadow: 0 5px 18px rgba(174, 174, 174, .3), 0 10px 10px rgba(179, 179, 179, .2);
}

.highlight-head {
    margin-top: 0;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
    line-height: 30px;
    color: #000;
}

.highlight-head span {
    display: block;
    color: DARKSEAGREEN;
}

.inclusionExclusion li p {
    margin-bottom: 0;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -66px;
}

.push {
    height: 66px;
}

.lb1::after {
    color: red;
    content: '*';
    margin-left: 3px;
    font-size: 20px;
}

.Innerservices {
    padding-bottom: 30px;
}

.Innerservices h5 {
    font-size: 16px;
}

.Innerservices h3 {
    margin-bottom: 35px;
}

.serviceForm {
    background-color: rgba(255,255,255,.8);
}

.serviceForm .btn {
    margin-top: 25px;
    margin-bottom: 10px;
}

.hotelList .media {
    border-bottom: 1px solid #e8e8e8;
}

.hotelList .media:last-child {
    border-bottom: 0;
}

.hotelList table {
    margin-bottom: 20px;
}

.hotalStar ul li {
    float: left;
}

.hotalStar ul li .fa {
    color: #ec9d26;
}

.packageComSoon {
    margin: 115px 0;
}

.header {
    background-color: #36c;
}

.pack-grid-thumb {
    position: relative;
    cursor: pointer;
}

.grd-view-overlap {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
}

.sitemapurl p{
    border-bottom: 1px solid #ccc;
    padding:0 15px 15px 15px;
}

.sitemapurl a{
  word-break: break-all;
    font-size: 14px;
}

/* TESTIMONIALS */
.testimonial-slider{
    background-color: powderblue;
}
.homeBanner .weave-strip{
    fill: powderblue;
}
.testim-nav{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    background-color: #013660;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
}
.testimonial-slider {
    overflow: hidden;
}

.testimonial-thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: grey;
    text-align: center;
    margin: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.testimonial-slider .owl-prev {
    left: -15%;
}

.testimonial-slider .owl-next {
    right: -15%;
}

.pkgThumb{
    width: 400px;
}

@media screen and (min-width:767px){
    .holidayCost{
        float: right;
    }
}

@media screen and (min-width:551px){
    .package-thumb{
        width: 500px;
        max-width: 500px;
    }
}
.package-thumb a{
    width: 100%;
    height: 100%;
    display: block;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.pkg-list-card .media-left img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

@media screen and (max-width:550px){
    .pkg-med-left{
        display: block;
        padding-right: 0;
    }
}

@media screen and (max-width:991px){
    .pkg-med-left{
        display: block;
        padding-right: 0;
    }
}

.visa-doc-btn{
    margin-bottom: 5px;
    margin-right: 5px;
}

@media screen and (max-width:756px){.pkgThumb{width: 100%;}
.pkgThumb img {
    max-width: 100%;
    padding: 15px 15px 0 15px;
    height: auto;
    overflow: hidden;
}
.pkg-list-card .media-body{
    display: block;
    width: auto;
} 
}
@media screen and (max-width:550px){

.pkgThumb{
    width: 200px;
}

}

@media screen and (min-width:768px) and (max-width:991px){
    .pkgThumb{
        width: 345px;
    }
}

.pachage-preview:last-child{
    margin-bottom: 0;
}

@media screen and (min-width:550px) and (max-width:767px) {
    .pachage-preview {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width:991px){
    .pkg-list-body{
        padding: 0 15px;
    }

    .facilitylist span{
        display: block;
    }

}

.inner-banner {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-banner:before{
    content: "";
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ban-container {
    height: 320px;
    position: relative;
}

.inner-banner-text {
    position: absolute;
    bottom: 30px;
    left: 1.3%;
    z-index: 8;
    color: #fff;
    width: 100%;
}

.inner-banner-text h2 {
    font-size: 50px;
    font-weight: 800;
}

.inner-banner .search-package{
    margin: 25px 0 45px 0;
}

.inner-banner .inner-banner-text h3, .search-package h3{
    color: #fff;
}

.contact-poster {
    background-image: url('../img/projectimage/contactbanner.jpg');
}

.blog-poster {
    background-image: url('../img/projectimage/blogbanner.jpg');
}

.pkglist-poster{
    background-image: url('../img/tourpackages/paradise_island_banner.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 370px;
}

.title-dash-patt-left:after{
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    background-color: #253680;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.dash-pat-white:after{
    background-color: #fff;
} 

.pkglist-poster:before{
    content: "";
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.visa-consul-poster{
    background-image: url('../img/projectimage/visa-requirements.jpg');
    background-position: center;
}

.vis-ban-container p{
    opacity: 0.7;
}

.bg-light{
    background-color: #F4F5F7;
}

.bg-fill-light{
    fill: #F4F5F7 !important;
}

.bg-white{
    background-color: #ffffff;
}

.text-white{
    color: #fff;
}

.bg-dark{
    background-color: #313437;
}

.bg-secondary-light{
    background: #fff5f5;
}

.tourist-type-col .card-body{
    padding: 20px;
}

.display-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    color: #fff;
}

@media screen and (min-width:992px) {
    .inner-banner .navigation .nav > li > a, .inner-banner a, .inner-banner .search-toggle-btn {
        color: #fff;
    }
}

@media screen and (max-width:991px) {
    .ban-container {
        height: 150px;
    }

    .inner-banner-text {
        text-align: center;
        left: 0;
    }

    .inner-banner .navbar-toggle .icon-bar {
        background: #fff;
    }

    .inner-banner .navbar-brand {
        background-color: #fff;
    }
}

.ban-text-highlight{
    border-radius: 5px;
}

.detailbody .fa {
    font-size: 18px;
}

.detailbody .fa-envelope {
    color: #eee;
    font-size: 16px;
}

.more{
    overflow: hidden;
}

.more + a{
    display: inline-block;
    margin: 15px 0;
}

/* MENUPRODUCT */

.subcat-pkglist-sec{
    background-image: url(../img/projectimage/pkg-list-pattern.png);
    background-attachment: fixed;
}

.list-pack-title a{
    color: inherit;
}

@media screen and (min-width:551px) and (max-width:991px){
    .list-pack-title{
        height: 57px;
        overflow: hidden;
        margin-bottom: 15px;
    }
}

.city-list-label .city-label {
    border: 1px solid #fe5246;
    border-radius: 50px;
    display: inline-block;
    font-size: 12px;
    padding: 2px 11px;
    color: #fe5246;
    margin-bottom: 8px;
}

.pks-price-rate {
    font-size: 25px;
}

.pks-price-rate small {
    font-size: 13px;
}

.pkg-list-card {
    position: relative;
    z-index: 2;
}

.fliterhead:after {
    font-family: 'FontAwesome';
    content: '\f107';
    font-weight: 900;
    position: absolute;
    right: 15px;
}

@media screen and (min-width:992px){
    .packageFilter{
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
    }
}

@media screen and (max-width:991px){
    .packageFilter{
        position: fixed;
        bottom: 0;
        background-color: #fff;
        z-index: 11;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        display: none;
    }

    .hide-filter{
        background-color: #f2f2f2;
        padding: 15px;
        margin-bottom: 20px;
        position: relative;
    }
    .close-filter{
        position: absolute;
        right: 15px;
        top: 5px;
    }

    .fiter-collaps{
        cursor: pointer;
    }

}

.filter .checkbox {
    margin-bottom: 15px;
    margin-top: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #999;
    border-radius: 2px;
}

.filter .checkbox input[type='checkbox'], .filter .checkbox-inline input[type='checkbox'] {
    display: none;
}

.filter .checkbox label {
    margin-left: 10px;
}

.filter input:checked ~ .checkmark {
    background-color: #253680;
    border: 1px solid #253680;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.filter .checkmark:after {
    font-family: 'FontAwesome';
    content: '\f00c';
    position: relative;
    display: none;
    text-align: center;
    color: #fff;
}

.facilitylist li {
    display: inline-block;
    margin-right: 17px;
    font-size: 12px;
    text-align: center;
}

.facilitylist li span {
    margin-left: 5px;
}

.viewDetails {
    margin-top: -7px;
}
/* MENUPRODUCT */

/*BLOG*/
.dateview {
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 30px;
    padding: 15px 20px;
    line-height: 15px;
}

.blog-box {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.blog-thumb {
    height: 170px;
}

.blog-thumb img, .blog-thumb a{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-body{
    padding: 15px;
}

.blog-title {
    font-size: 17px;
    line-height: 24px;
}

.blog-title a{
    color: inherit;
}

.blog-box:hover .blog-title a{
    color: #3366CC;
}

.blog-over-text h3{
    font-size: 30px;
}

@media screen and (max-width: 530px){
    .blog-col {
        width: 100%;
    }

    .blog-col figure img {
        height: auto;
    }
}
@media screen and (min-width: 531px){
    .blog-body{
        min-height: 135px;
    }
}
.trpk-blog-col h3{
    min-height: 40px;
}
.subcat-blog-title{
    line-height: 24px;
}
.subcat-blog-title a{
    color: inherit;
}
/*BLOG*/

/* CONTACTPAGE */
.contactform .fa-refresh {
    font-size: 20px;
    margin-top: 10px;
}

.contactform .input-group-addon {
    background-color: #fff;
    width: 44px;
}

.contactform input.form-control, .contactform select.form-control {
    height: 44px;
}

.company-add .contdet {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 15px;
}

.company-add .fa {
    position: absolute;
    left: 0;
    top: 5px;
}

.refreshalign {
    position: absolute;
    right: 25px;
}

.contactmap {
    border: 0;
    height: 300px;
    width: 100%;
}

@media screen and (max-width:767px){
    .cont-thank-section{
        text-align: center;
        padding: 30px;
    }
    .cont-thank-section img{
        margin: auto;
    }
}

/* CONTACTPAGE */

/*PAGE SCROLL TO TOP*/
.go-top-btn{
    bottom: 150px;
    height: 40px;
    width: 40px;
    line-height: 35px;
    position: fixed;
    right: 30px;
    z-index: 2;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    border: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.go-top-btn.not-visible {
    bottom: 100px;
    visibility: hidden;
    opacity: 0;
}
/*PAGE SCROLL TO TOP*/

/* FOOTER */
footer {
    background: #013660;
    color: #c9c9c9;
    position: relative;
}

.social-links li {
    display: inline-block;
}

.social-links li .fa {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
}

.social-links li .fa-facebook {
    background-color: #3b5998;
}

.social-links li .fa-twitter {
    background-color: #55acee;
}

.social-links li .fa-instagram {
    background-color: #a57d60;
}

.social-links li .youtube {
    background-color: #DB2222;
}

.footer-nav {
    padding: 25px 0;
}

.footerabt {
    margin-bottom: 30px;
}

.footer-menu h4 {
    margin-bottom: 20px;
    color: #fff;
}

.footer-menu ul li:first-child a {
    padding-top: 0;
}

.footer-menu li a {
    display: inline-block;
    padding: 4px 0;
}

@media screen and (min-width:530px) and (max-width:767px){
    .footer-menu{
        width: 33%;
        float: left;
    }
}

footer ul li a, address {
    color: #c9c9c9;
}

footer ul li a:hover {
    color: #55acee;
}

.bottom-footer {
    padding: 0 0 45px 0;
}

.webEntillBy {
    color: #55acee;
}

.footer .weave-strip{
    fill: #013660;
    transform: rotate(180deg);
    position: absolute;
    z-index: 2;
    width: 100%;
    top: -35px;
}
/* FOOTER */

/* SMS ENQUIRY */
.sentEnquiry {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 300px;
    left: 2%;
}

.sentEnquiry .panel-body {
    display: none;
    background-color: #fff;
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.sentEnquiry .sent-enq-btn {
    cursor: pointer;
    padding: 10px 26px;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
}

.enq-head{
    padding: 12px 15px;
    color: #fff;
}
/* SMS ENQUIRY */
.customizetour {
    position: fixed;
    bottom: 5%;
    z-index: 9999999999;
    width: 350px;
    right: 2%;
    display: none;
    background-color: #fff;
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    
}
.customizetour .cust-head{
    padding: 13px 20px;
}
.customizetour .close .fa{
    color: #fff;
    text-shadow: none;
}
.customizetour .panel-body{
    padding: 20px;
}
.cont-enq-btn{
    width: 60px;
    border-radius: 50px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 80px;
    cursor: pointer;
}
.cont-enq-btn .fa{
    vertical-align: middle;
    color:#fff;
    font-size: 28px; 
}
#cont-enquiry{
    font-size: 15px;
    margin-top: 8px;
    color: #253680;
    position: absolute;
    right: 15px;
    top: 0px;
}
@media screen and (max-width: 767px) {
    .cont-enq-btn{
        right: 27px;    
    }
    .customizetour{
        width: 100%;
        right: 0;
        bottom: 0;
        height: 100%;
        
        overflow-y: scroll;
    }
}

.visa-summernote-details ul li, .visa-summernote-details ol li{
    margin-bottom: 10px !important;
}

.quotdaybadge span{
    position: relative;
    z-index: 3;
}

.pdf-head-contact ul li{
    display: inline-block;
}

@media screen and (max-width:767px){
    .pdf-head-contact ul{
        float: none !important;    
    }
    .pdf-head-contact{
        border-top: 1px solid rgba(174, 174, 174, 0.2);
    }
    .pdf-head-contact ul li {
        padding: 10px 0 10px 0;
    }
}

.qut-head-row{
	display: -ms-flexbox !important;
	display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    flex-wrap: wrap;
}

.new-qut-title{
    margin-bottom: 25px;
}

.quot-iti-body .itinery-list .card{
    padding: 20px;
    margin-bottom: 0;
}
.newquot-itinerary .media:last-child .itinery-list{
    padding-bottom: 0;
}
.new-quot-headder{
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(40, 40, 40, 0.16), 0 3px 6px rgba(117, 117, 117, 0.23);
}
.newquote-inclusion ul{
    list-style: none;
    padding-left: 0;
}
.newquote-inclusion ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 23px;
}
.newquote-inclusion ul li:last-child{
    margin-bottom: 0;
}
.newquote-inclusion ul li:before{
    content: "";
    background-image: url(../img/projectimage/check-bullet.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 15px;
    position: absolute;
    left: 0;
    top: 1px;
}
@media screen and (max-width:500px){
    .newquot-itinerary .media-left{
        display: block;
    }
}

.new-qut-iti-col p:last-child{
    margin-bottom: 0;
}

.new-qut-hotel-detail thead{
    background-color: #CFE3FD;
    font-size: 13px;
}
.new-qut-hotel-detail tbody tr td, .new-qut-hotel-detail thead tr th{
    border: 0;
    padding: 12px 8px;
}
.new-qut-hotel-detail tbody tr:nth-child(odd){
  background: #EFF6FF;
}

.new-qut-hotel-detail .table{
    border: 1px solid #dbe7f7;
    background-color: #fff;
}

.hot-ite-detail{
    margin-bottom: 20px;
}

.hot-ite-detail:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}

.hot-qut-cost p{
    margin-bottom: 4px;
}

.hot-ite-option{
    padding: 13px;
    border-radius: 3px 3px 0 0;
}

.quoteheighlight h2 span, .blog-over-text h3 span{
    padding: 13px 20px;
    display: inline-block;
    border-radius: 4px;
}

.blog-over-text .blog-del-date, .qut-guset-name{
    padding: 7px 15px;
    display: inline-block;
    border-radius: 4px;
    background-color: #3F8AEA;
}

.country-flag-col{
    width: 20%;
    float: left;
}
@media screen and (max-width:500px){
    .country-flag-col{
        width: 33.3%;
    }   
}

@media screen and (min-width:501px) and (max-width:767px){
    .country-flag-col{
        width: 25%;
    }   
}
.cc-color-white{
    color: #fff;
}

.visa-enq-form{
    background-image: url(../img/projectimage/apply-visa-details.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.visa-enq-form:before {
    content: "";
    background-color: rgba(238, 238, 238, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.subhead{
    font-size: 17px;
}

.visa-enq-form input, .visa-enq-form select{
    border-radius: 3px;
    height: 40px;
}

.visa-enq-form .btn{
    color: #fff;
    background-color: #F96922;
    border-color: #F96922;
    height: 40px;
}

@media screen and (min-width:768px){
    .visa-agent-heder .va-flex{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important;
        justify-content: space-between;
    }
}

.visagnav li a{
    color: inherit;
}

.visa-agent-footer{
    background-color: #1c254d;
}

.va-botom-footer{
    background-color: rgba(0,0,0,0.1);
}

@media screen and (min-width:768px){
    .va-botom-footer .web-intel{
        text-align: right;
    }
}

.display-vert-middle{
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    right: 0;
}

.ban-text-highlight{
    display: inline-block;
}

.visa-agent-services{
    padding: 25px 0 55px 0;
}

.visa-agent-heder .navbar-toggle{
    display: none;
}
.innerban-dis-center{
    color: #fff;
    text-align: center;
    border: 5px solid #f96922;
    padding: 25px 20px;
    z-index: 3;
}

.innerpgbanner .weave-bot-strip, .weave-border .weave-bot-strip{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.innerpgbanner{
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover
}

.innerpgbanner:before{
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.us-visa-banner{
    background-image: url('../img/projectimage/us-visa-banner.jpg');
    
}

    .innerpgbanner .navbar-toggle .icon-bar {
    background: #fff;
}

.new-quot-banner img{
    width: 100%;
}

@media screen and (max-width:500px){
    .new-quot-banner{
        height: 200px;
    }
    .new-quot-banner img{
        height: 100%;
        object-fit: cover;
    }
}

.new-qut-ban-text{
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    padding: 20px;
    top: 50%;
    left: 50%;
    max-width: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    outline: 3px solid rgba(255,255,255,0.7);
    outline-offset: 7px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

@media screen and (min-width:768px){
    .innerban-dis-center{
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 50%;
        transform: translate(-50%,-27%);
        -ms-transform: translate(-50%,-27%);
    }
    .innerpgbanner{
        min-height: 450px;
    }
    
    .innerpgbanner, .innerpgbanner a, .innerpgbanner .navigation .navbar-nav > li > a{
        color: #fff;
    }
    .visa-agent-heder ul.nav li{
        display: inline-block;
    }
    .visa-agent-footer:before{
        content: "";
        background-image: url(../img/projectimage/travel-skyline-pattern.png);
        position: absolute;
        top: -55px;
        width: 100%;
        height: 200px;
        display: block;
        background-size: 222px;
        background-repeat: repeat-x;
    }
}

@media screen and (max-width:767px){
   .visa-agent-heder .navbar-toggle{
        display: block;
       margin-top: 23px;
    }
    .innerpgbanner{
        padding-bottom: 80px;
    }
    .innerpgbanner .navbar-brand{
    background-color: #fff;
    }
    .vis-foot-nav{
        width: 100%;
        margin-top: 20px;
    }
    .innerban-dis-center{
        position: relative;
        z-index: 1;
        margin-left: 40px;
        margin-right: 40px;
    }
}


@media screen and (min-width:501px){
    .tourist-type-col .card-body{
        min-height: 220px;
    }
}

@media screen and (max-width:500px){
    .visa-tp-col{
        width: 100%;
        float: none;
    }
    
    .visa-tp-col img{
        width: 100%;
    }
}

.visa-tp-col:last-child .tourist-type-col{
    margin-bottom: 0;
}

@media screen and (min-width:501px) and (max-width:579px){
    .tourist-type-col .card-body{
        min-height: 265px;
    }
}

.inperror{
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #ffe9e9;
    padding: 10px;
    left: 0px;
    border-radius: 3px;
    color: #ae4747;
    font-size: 13px;
    border: 1px solid #c87474;
    display: none;
}

.inpcol{
    position: relative;
}

.tour-pack-banner{
    position: relative;
    height: 550px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    color: #fff;
}

.tour-pack-banner h1{
    font-size: 50px;
}

.tour-pack-banner h1, .tour-pack-banner h2, .tour-pack-banner p{
    text-shadow: 3px 3px 3px #222;
}

@media screen and (max-width:450px){
    .tour-pack-banner h1{
        font-size: 35px;
    }
}

.tour-pack-banner .scrol-down-icon{
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 25px;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
}

.tour-pack-faq{
    display: none;
}

.tour-pack-faq .tour-faq-head .panel-title{
    font-size: 15px;
    font-weight: 500;
}

.tour-pack-faq .panel{
    box-shadow: none;
    border-radius: 0;
    margin-top: 0 !important;
}

.faq-list-panel:last-child{
    border-bottom: 0;
}

.parallax{
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.tor-pak-fot-menu ul li{
    display: inline-block;
}

.tor-pak-fot-menu ul li a{
    display: inline-block;
    margin-left: 15px;
}

.align-content-center{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.flex-wrap{
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.d-flex{
    display: -ms-flexbox !important;
    display: flex !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.tour-pack-video iframe{
    width: 100%;
}
@media screen and (min-width:581px){
    .tour-pack-video iframe{
        height: 320px;
    }
}
.tor-pack-navigation{
    position: absolute;
    width: 100%;
    z-index: 1;
}
.tor-pack-navigation a{
    color: #fff;
    display: inline-block;
}
.tor-pack-navigation .navbar-toggle .icon-bar{
    background: #fff;
}
@media screen and (min-width:768px) and (max-width:991px){
    .tor-pack-navigation ul li{
        display: inline-block;
    }
    .tor-pack-navigation .navbar-toggle{
        display: none;
    }
    .tor-pack-navigation .navbar-right{
        float: right;
    }
}
@media screen and (max-width:768px){
    .tor-pack-navigation .navbar-collapse{
        background-color: #fff;
        margin-top: 15px;
    }
    .tor-pack-navigation a{
        color: #000;
    }
    .tor-pack-navigation li:not(:last-child) a{
        border-bottom: 1px solid #e8e8e8;
    }
}
.faq-list-panel, .tour-pack-faq .tour-faq-head{
    background-color: transparent;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.tour-pack-faq .tour-faq-head .glyphicon{
    font-size: 20px;
    margin-right: 6px;
    vertical-align: text-bottom;
}

.readmorebox #collapseExample.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}

.readmorebox #collapseExample.collapsing {
  height: 3rem;
}

.readmorebox a.collapsed::after {
  content: '+ Show More';
}

.readmorebox a:not(.collapsed)::after {
  content: '- Show Less';
}

#more {display: none;}

@media screen and (max-width:767px){
    .tor-pack-footer .tr-pak-right{
        text-align: left !important;
    }
    .tor-pak-fot-menu ul li:first-child a{
        margin-left: 0;
    }
}

@media screen and (min-width:768px){
    .tour-pack-abt img{
        float: right;
    }
    .room-type-col dd{
        margin-left: 0px;
    }
}

.room-type-col dt{
    width: 90px;
    float: left;
}

.highlight-list .listwithbullet{
    position: relative;
}

.highlight-list .listwithbullet:before{
    content: "\f138";
    font-family: "FontAwesome";
    color: #253680;
    position: absolute;
    left: 0;
    top: 0;
}

.tour-pack-activity .listwithbullet:before{
    font-size: 30px;
    top: -5px;
}

.cc-dark-grey{
    background-color:#444242;
}

.rm-type-pic .show-room-gall{
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    line-height: 45px;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}

.tour-room-pic-gall img{
    margin: auto;
}

.tour-room-pic-gall .close{
    position: absolute;
    right: 15px;
    top: 15px;
    text-shadow: none;
    color: #fff;
    background-color: #696969;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    z-index: 2;
}

.owl-nav [class|=arrow]{
    display: block;
    font-size: 1.3rem !important;
    line-height: 45px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #fff;
    z-index: 99;
    box-shadow: 0 4px 15px rgba(67, 67, 67, 0.15);
}

.room-compare-table{
    width: 100%;
}

.room-compare-table thead{
    color: #fff;
}

.room-compare-table thead img{
    vertical-align: middle;
}

.room-compare-table .hot-opt-days{
    width: 7%;
}

.rounded {
    border-radius: 6px;
}

.cityMap iframe{
    width: 100%;
    border: 0;
}

.package-aside-sec{
    border-top: 1px solid rgba(225,225,225,0.1);
    position: relative;
    z-index: 2;
}

@media screen and (min-width:768px){
    .package-aside-sec{
        position: absolute;
        bottom: 50px;
        width: 100%;
    }
}

.room-compare-table td, .room-compare-table th{
    padding: 12px 15px;
}

.room-compare-table td{
    border-bottom: 1px solid #f2f2f2;
}

@media screen and (max-width:767px){
    .room-view-sec .owl-nav .owl-next, .room-view-sec .owl-nav .owl-prev{
        position: relative;
        transform: translate(0%,20%);
        left: 0;
        right: 0;
    }
}

.hotel-voucher-sec{
    background-color: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    padding: 35px;
    overflow: hidden;
    position: relative;
    max-width: 800px;
    margin: auto;
}

.hot-vochr-cont{
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    border: 2px solid #253680;
}

.white-ver-patch{
    position: absolute;
    width: 150px;
    height: 100%;
    background-color: #fff;
    top: 0;
}

.vchr-hot-contact{
    border-bottom: 2px solid #253680;
}

.vchr-sec-border-bottom{
    border-bottom: 2px solid #253680;
}

.vchr-hot-add, .vchr-checktime, .vchr-guest-tab{
    border-right: 2px solid #253680;
}

.vchr-hot-add{
    min-height: 140px;
}

.vchr-term-condition ul{
    padding-left: 15px;
}

.vchr-term-condition ul li{
    margin-bottom: 7px;
}

.vchr-footer a{
    color: #fff;
}

.room-ty-title-adjust .rom-typt-title{
    min-height: 45px;
}

.vchr-pdf-highlight{
    background-color: #dbe5f1;
}

@media screen and (max-width:767px){
    .readMore .morconttoggle{
	height: 50px;
    overflow: hidden;
}
}

@media screen and (min-width:768px){
    .abt-pkg-contect{
        display: none;
    }
}

.custreviewstar .fa{
    color: #F7B603;
}

.extragoogmention span{
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 5px 15px;
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer;
}

.checklist-col{
    border-bottom:1px solid #ececec;
    padding:15px;
}

.checklist-col ul{
    list-style: none;
    padding-left: 0; 
}

.checklist-col ul li{
    background-image: url('../img/checkbox-img.png');
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 4px 0 2px 27px;
    background-position: left 3px;
}

.checklist-attachment a{
    display: inline-block;
    border: 1px solid #337ab7;
    border-radius: 50px;
    padding: 5px 15px;
    margin-right: 3px;
}
.morecontent span {
    display: none;
}
@media screen and (min-width:768px){
    .googrevcount{
        min-height: 358px;
    }
    .welcome-text p{
        font-size: 16px;
    }
}

.tabs_list{
    background-color: #184d91;
}

.visa_ser_tabs ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.visa_ser_tabs ul li{
    display: inline-block;
}

.visa_ser_tabs ul li a{
    padding: 15px 20px;
    display: inline-block;
    color: inherit;
    font-size: 17px;
    color: #fff;
    border-bottom: 5px solid transparent;
}

.visa_ser_tabs ul li.active a{
    border-bottom-color: rgb(249, 105, 34);
    background-color: rgba(0,0,0,0.2);
}

.visa_ser_tabs .tab_content{
    padding-top: 40px;
}

.visa_ser_tabs .visa-tb-heading{
    margin: 0 0 15px 0;
    font-size: 22px;
    text-transform: capitalize;
}

.visa_ser_tabs .visa-tb-body{
    padding-bottom: 30px;
}

.visa_ser_tabs .visa-tb-body ul li{
    margin-bottom: 7px;
}