            /*Font*/
            
            @font-face {
                font-family: colgent;
                src: url(../fonts/Colgent.ttf);
            }
            
            .colgent {
                font-family: colgent !important;
            }
            
            .headerImg {
                background: url(../img/header3.png) center no-repeat;
                background-size: contain;
                max-height: 90vh;
                background-color: #027174;
            }
            
            @media screen and (max-width: 1024px) and (min-width: 800px) {
                .headerImg {
                    max-height: 60vh;
                }
            }
            /* Tooltip container */
            
            .tooltipNoBS {
                position: relative;
                display: inline-block;
                border-bottom: 1px dotted black;
                /* If you want dots under the hoverable text */
            }
            /* Tooltip text Up*/
            
            .tooltipNoBS .tooltiptextNoBS {
                visibility: hidden;
                width: 120px;
                background-color: #555;
                color: #fff;
                text-align: center;
                padding: 5px 0;
                border-radius: 6px;
                /* Position the tooltip text */
                position: absolute;
                z-index: 1;
                bottom: 125%;
                left: 50%;
                margin-left: -60px;
                /* Fade in tooltip */
                opacity: 0;
                transition: opacity 0.3s;
            }
            
            .tooltipNoBS .tooltiptextNoBS.bottomTooltip {
                width: 120px;
                top: 100%;
                left: 50%;
                margin-left: -60px;
                /* Use half of the width (120/2 = 60), to center the tooltip */
            }
            /* Tooltip arrow */
            
            .tooltipNoBS .tooltiptextNoBS::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: #555 transparent transparent transparent;
            }
            /* Show the tooltip text when you mouse over the tooltip container */
            
            .tooltipNoBS:hover .tooltiptextNoBS {
                visibility: visible;
                opacity: 1;
            }
            
            .abouts {
                background: url(../img/abtbg.jpg);
            }
            
            .main_features_content {
                background: url(../img/marubini.jpg) right center no-repeat;
                background-size: 100px;
            }
            
            .single_pakeg_text ul li.cocktail {
                background: url(../img/cocktail.png) no-repeat left center;
            }
            
            .single_pakeg_text ul li.portate {
                background: url(../img/portate.png) no-repeat left center;
            }
            
            .single_pakeg_text ul li.dessert {
                background: url(../img/dessert.png) no-repeat left center;
            }
            
            .rowSpaced {
                display: flex;
                justify-content: space-between;
            }
            
            p {
                text-align: justify;
            }