
.brandLogo img, .stickyLogo img {
    width: 70px;
}

.mainSection {
    padding: 0px 0 40px 0;
    position: relative;
    /* background: url(../images/banner.jpg) center center no-repeat; */
    background: unset;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide img{
    width: 100%;
    min-height: 80vh;
    object-fit: cover;
}

.hero-title{
    position: absolute;
    top: 120px;
}

.headerMain .headerMainInner .mainMenu ul li a{
    color: #fff;
}

.other .headerMain .headerMainInner .mainMenu ul li a{
    color: #000;
}
.deletebtn{
    float: right;
}
.serviceTextLimitMedia{
    align-items: center !important;
}
.serviceTextLimit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
 }
.booking-box{
    width: 65%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    bottom: -80px;
}

.booking-box label{
    font-weight: 600;
}

.booking-box .selectionBoxMain .singleInput select {
    font-size: 12px;
    height: 35px;
}

.booking-box .selectionBoxMain .calendarClickMenu .calendarInnerText {
    line-height: 35px;
}

.booking-box .selectionBoxMain .form-group{
    margin-bottom: 0.5rem;
}

.booking-box .selectionBoxMain label {
    margin-bottom: 0.2rem;
    font-size: 12px;
}

.booking-box .selectionBoxMain .formSubmitBtn {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
}

.booking-box .selectionBoxMain {
    padding: 20px 25px;
    transform: scale(.8);
}

.headerMain .headerMainInner.headerMainSticky .mainMenu ul li.active a, .headerMain .headerMainInner.headerMainStick .mainMenu ul li.active a {
    color: #c01d2e;
}

.headerMain .headerMainInner.headerMainSticky .mainMenu ul li a:hover, .headerMain .headerMainInner.headerMainStick .mainMenu ul li a:hover {
    color: #c01d2e;
}

.ourServicesSection .servicesBox .serviceInfoicon {
    color: #c01d2e;
}

.customFormButton {
    background-image: linear-gradient(90deg, #5f181c 0%, #c01d2e 100%);
}

.contactMapArea .contactThreeColumns .contactSocial li a:after {
    background: linear-gradient(8deg, #5f181c 0%, #c01d2e 100%);
}


.footerNav a:hover {
    color: #c01d2e;
}

.headerMain .headerMainInner.headerMainSticky .mainMenu .menu-click span, .headerMain .headerMainInner.headerMainStick .mainMenu .menu-click span {
    background: #c01d2e;
}


.swiper {
    width: 100%;
    height: 100%;
  }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #fff;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #fff;
}


.afterContinue .serviceImg{
    display: none;
}

.gallerySection {
    background: unset;
    background-color: #3a3939;
}

.gallerySection .filterList li {
    background-color:#000;
}

.customFormButton {
    background-image: linear-gradient(90deg, #323232 0%, #000000 100%);
}

footer .copyrightText a{
    color: #fff;
}

footer .copyrightText a:hover {
    color: #c01d2e;
}

.gallerySection .filterList li.active, .gallerySection .filterList li:hover {
    color: #fff;
}

.gallerySection .filterList li.active:after, .gallerySection .filterList li:hover:after {
    background-image: linear-gradient(-90deg, #5f181c 0%, #c00951 100%);
}

.ourServicesSection .servicesBox .booknowBtn:hover{
    background-image: linear-gradient(-90deg, #5f181c 0%, #c00951 100%);
}

.headerMain .headerMainInner .mainMenu ul li.active a {
    color: #c01d2e;
}

.headerMain .headerMainInner .mainMenu ul li a:hover{
        color: #c01d2e;
}


  @media only screen and (max-width: 767px){
    .selectAgentMain .agentItem {
        flex: 0 0 32%;
    }

    .selectAgentMain .agentItem.agentsAnim .agentItemInner .viewDetail {
        opacity: 1;
        transform: translateY(-12px);
    }

    .selectAgentMain .agentItem.agentsAnim  .agentItemInner .avatarName {
        transform: translateY(-14px);
    }

    .mainSection {
        position: relative;
        background: unset;
        height: auto;
    }

    .booking-box{
        width: 95%;
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
        top: 50px;
    }
    .selectAgentMain .agentItem {
        margin-bottom: 5px;
        margin-left: 0%;
        margin-right: 2px;
    }

    .mainSection h1 {
        margin: 20px 0 0;
    }

    .swiper{
        display: none;
    }
    .mainSection {
        padding: 100px 0 40px 0;
    }

    .booking-box .selectionBoxMain {
        transform: scale(1);
    }
    .booking-box .selectionBoxMain .calendarClickMenu {
        margin-bottom: 1.5rem;
    }
    .seriveClass{
        position: relative;
        margin-bottom: 20px;
    }
    .seriveClass::after {
        position: absolute;
        content: '';
        width: 100%;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #c9c9c9;
        bottom: -10px;
    }

}



@media only screen and (min-width: 768px) and (max-width: 991px){
    .selectAgentMain .agentItem {
        flex: 0 0 20%;
    }

    .selectAgentMain .agentItem.agentsAnim .agentItemInner .viewDetail {
        opacity: 1;
        transform: translateY(-12px);
    }

    .selectAgentMain .agentItem.agentsAnim .agentItemInner .avatarName {
        transform: translateY(-14px);
    }

    .mainSection {
        position: relative;
        background: unset;
        height: auto;
        min-height: auto;
    }

    .booking-box{
        width: 80%;
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
        top: 50px;
    }

    .swiper{
        display: none;
    }

    .selectAgentMain .agentItem {
        margin-bottom: 5px;
        margin-left: 0%;
        margin-right: 2px;
    }

    .mainSection {
        padding: 100px 0 40px 0;
    }

    .booking-box .selectionBoxMain {
        transform: scale(1);
    }
    .booking-box .selectionBoxMain .calendarClickMenu {
        margin-bottom: 1.5rem;
    }

    .seriveClass{
        position: relative;
        margin-bottom: 20px;
    }
    .seriveClass::after {
        position: absolute;
        content: '';
        width: 100%;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #c9c9c9;
        bottom: -12px;
    }

}

@media only screen and (min-width: 1365px) and (max-width: 1368px){
    .booking-box {
    bottom: -120px;
}

.mainSection h1{
    margin: 0;
}
}
