@media (min-width: 1800px) {
    a.eventloc:before {
        top: 56%;
    }}


    .accordiansec .accordion-header {
        margin-bottom:38px;
    }
    

    .fa-star::before {
        content: "\f005";
        color: #e7ba19;
        font-size: 17px;
        padding: 0 0px;
    }

    .event-outer1 {
        /* position: absolute;
        top: 7px;
        right: 19px; */
        /* padding: 6px 16px 0px 16px;
        background: #000000ad;
        border-radius: 7px;
        font-size: 13px; */
         /* margin: 14px 0 0 12px;*/
        /* display: inline-block; */
    }
    .event-outer1 p {
        color: #fff;
        font-size: 13px;
        /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 5); */
        margin-bottom: 5px;
    }

    .accordion-item:last-of-type .accordion-collapse {
    
        margin-top: -23px;
    }

    .row.reviewallery:first-child {
        padding-top: 0px;
    }
    .row.reviewallery .rating-row p {
        font-size: 14px;
        margin-right: 0;
        padding-right: 0;
    }
    .evntbtn a {
        text-decoration: none;
        /* color: #999; */
        font-size: 16px;
        padding-left: 30px;
        position: relative;
    }

    a.eventloc:before {
        position: absolute;
        content: '';
        background: url(../images/location.svg);
        width: 26px;
        height: 27px;
        background-repeat: no-repeat;
        left: -4px;
        top: 50%;
        transform: translateY(-50%);
        background-size: 100%;
        text-align: center;
      
    }
    .accordion-button::after {
        margin-left: auto;
        content: "";
        background-image: url(../images/arrow.svg) !important;
        background-repeat: no-repeat;
        background-size: 29px;
        width: 31px;
        height: 31px;
        transition: transform 0.2sease-in-out;
    }
    .accordion-button
    {
        margin: 0;
        padding: 0 0 15px 0;

    }

    .accordion-header h2 {
       
        padding-bottom: 10px;
    }
    .bannercnt span:first-child {
        position: relative;
    }

    /* a.btn.btn-primary {
        margin: 0;
        left: 86px !important;
    } */
    .back-buttons a:nth-of-type(2) {
        
        left: 70px !important;
    }

    a.btn.btn-primary:after {
        content: "";
        background: url(../images/left-arrow.svg);
        width: 30px;
        height: 30px;
        position: absolute;
        background-repeat: no-repeat;
        left: 74%;
        transform: translateY(-50%);
      top:59%;
    }
    .back-buttons a:nth-of-type(2)::after
    {
        content:"" ;
        background:none;
        width: 30px;
        height: 30px;
        
    }