.bg-texture {
    background-image: url(../images/baby_pattern_07-01.svg);
    background-size: 386px;
}
.quates .uk-panel.el-overlay:after {
    content: "";
    background: url(../images/icon-quates-dark.png) no-repeat;
    display: inline-block;
    height: 30px;
    width: 36px;
    position: absolute;
    top: -48px;
    left: -18px;
    background-size: cover;
}

.uk-navbar-container.uk-navbar-transparent.uk-light {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
}

.pkc-batch .uk-card-body .el-content {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffffde;
    color: #409747;
    padding: 11px;
    height: 71px;
    width: 71px;
    border-radius: 555px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
	line-height: 1.1;

}
.pkc-batch .uk-card-body .el-content:first-line{
	font-size: 24px;
	font-weight: 600;
}

.pkc-travel-list .pkc-trip-box {
padding: 30px 30px;
}

.pk-exclusive ul,
.pk-inclusive ul {
	padding-left: 40px;
}


.pk-exclusive ul li,
.pk-inclusive ul li {
	position: relative;
}

.pk-inclusive ul li:before {
    content: '';
    height: 20px;
    width: 20px;
   background: url(../images/check.svg) no-repeat;
    display: inline-block;
    position: absolute;
    top: 16px;
    background-size: contain;
    left: -35px;
    margin-top: -10px;
    z-index: 1;
}
.pk-exclusive ul li:before {
     content: '';
    height: 18px;
    width: 18px;
      background: url(../images/cross.svg) no-repeat;
    display: inline-block;
    position: absolute;
    top: 16px;
    background-size: cover;
    left: -35px;
    margin-top: -9px;
    z-index: 1;
}


.pk-dtl-itinerary .el-title  {
    background: #409747;
    color: #fff;
    padding: 2px 14px;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}

#tm-dialog-mobile {
    background-image: url(../images/grn-bg-01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    padding-bottom: 120px;
}
@media only screen and (max-width: 959px) {
.pkc-height-responsive {
	min-height: 70vh !important;
}
}


.pk-tooltip .el-content {
    font-size: 12px;
    width: 250px;
    position: absolute;
    background: #333;
    color: #fff;
    padding: 17px;
    z-index: 2;
    left: 30px;
    top: 22px;
    display: none;
}

.pk-tooltip  .el-item:hover .el-content {
    display: block;
}


.forminator-button-submit{
	border-radius: 500px !important;
}