/* icon related */

.theDrops01 .form-control {
    padding-right: 30px;
}

.theDrops02 .form-control {
    padding-left: 30px;
}

.theDrops03 .form-control {
    padding-left: 30px;
}

.theDrops04 .form-control {
    padding-right: 30px;
}

.theDrops05 .form-control,
.theDrops07 .form-control {
    padding-right: 30px;
    padding-left: 30px;
}

.theDrops01::before,
.theDrops02::before,
.theDrops03::before,
.theDrops04::before,
.theDrops05::before,
.theDrops06::before,
.theDrops07::before,
.theDrops08::before,
.theDrops09::before,
.theDrops10::before {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    font-size: 14px;
    color: #0298D4;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.theDrops02::before,
.theDrops03::before,
.theDrops05::before,
.theDrops06::before,
.theDrops07::before,
.theDrops08::before {
    left: 10px;
    right: auto;
}

.theDrops08::before,
.theDrops09::before,
.theDrops10::before {
    top: 70%;
}


.theDrops04::before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 5px solid #0298D4;
    border-bottom: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

/* icon related */

/* star icons */
.star-rating {
    position: relative;
    width: 105px;
    display: flex;
    z-index: 1;
}


.star-rating::before {
    z-index: -1;
    color: #C4C4C4;
    position: absolute;
    width: 105px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.star-rating span {
    position: relative;
    overflow: hidden;
    display: flex;
}

.star-rating span::before {
    color: #C9AA3B;
    width: inherit;
    max-width: 105px;
}

.star-rating span::before,
.star-rating::before {
    background-repeat: repeat-x;
    font-size: 18px;
    letter-spacing: 3px;
}

.tour_single_blK_b_Ins ul li::before {
    content: '';
    position: absolute;
    background-position: left center;
    background-image: url(../images/logo_welcometrave_star.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: 0px;
}

.tour_inside_single_reviewLft01 {}

.tour_inside_single_reviewLft01 .star-rating {
    width: 122px;
}

.tour_inside_single_reviewLft01 .star-rating::before {
    font-size: 22px;
}

/* star icons */

/* time icon */

.tour_single_blK_cLft ul li span::after {
    position: absolute;
    left: 130px;
    top: 0px;
    width: 36px;
    height: 36px;
    content: '';
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tour_single_blK_cLft ul li span::before {
    position: absolute;
    left: 139px;
    font-size: 20px;
    top: 8px;
    color: #000000;
}

/* time icon */

/* check icon */
.tour_single_blK_cRyt ul li::before {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 16px;
    color: #0298D4;
}

/* check icon */