.thum_img {
    width: 100%;
}

.cancel_content {
    text-decoration: line-through;
    opacity: 0.4;
    padding-left: 30px;
}

.tooltip .tooltip-inner {
    background: #fff !important;
    color: #0f1238;
    border: 2px solid #c9c9c9;
    opacity: 1 !important;
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.24);
    position: relative;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 1;
}
.tooltip.top .tooltip-arrow {
    bottom: -1px;
    left: 50%;
    margin-left: -5px;
    border-width: 8px 8px 0;
    border-top-color: #fff;
    z-index: 10;
}

.tooltip_i {
    color: #fff !important;
    background-color: #b9b9b9;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding-top: 4px;
    padding-left: 8px;
    font-size: 12px;
}

.video_gallery1 img {
    object-fit: none;
    object-position: center;
    height: 20rem;
    width: 100%;
}

.add-new-card .add-new-card-button {
    text-align: left;
}
.vacation_activation_main
    .filter_main
    .filter_info_main
    .filter_option
    ul
    li
    a {
    font-family: ProximaNova-Semibold;
    font-size: 20px;
    color: #4d4d4d;
    border-radius: 50px;
    background: transparent;
    text-transform: uppercase;
    padding: 10px 40px;
    outline: none;
    margin-right: 20px;
    text-decoration: none;
    display: inline-block;
}
.vacation_activation_main
    .filter_main
    .filter_info_main
    .filter_option
    ul
    a.reset {
    border: 2px solid #808080;
    color: #808080;
    width: 150px;
    text-align: center;
}
.vacation_activation_main .table_main .cust_info .cust_name span button {
    font-size: 12px;
    color: #ffffff;
    background: #337ab7;
    border-radius: 15px;
    padding: 2px 8px;
    margin-left: 8px;
}

.title_top {
    margin-top: 23px;
    width: 100%;
    float: left;
}

.title_top h2 {
    margin: 0px 0px 30px;
    font-size: 40px;
    color: #000;
    font-family: ProximaNova-Bold;
    text-align: center;
}

.upgrade_create a {
    background: #ea212d;
    color: #fff;
    font-family: ProximaNova-Regular;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .video_gallery1 img {
        height: auto !important;
    }
    .page_full .info_main .values_main ul li {
        width: 50%;
        font-size: 16px;
    }

    .title_top h2 {
        font-size: 24px;
    }
    .title_top {
        padding: 0px 15px;
    }
    .upgrade_create {
        padding-bottom: 20px;
    }
    .upgrade_create a {
        font-size: 16px;
    }
}
