
        a{
            text-decoration:none !important;
        }
        .margin-top{
            margin-top:25px
        }
        .service-head{
            font-size:30px;
            font-weight:600;
            color:#202020;
            text-align:center;
        }
        .service-content-row{
            padding-top:25px;
        }
        .service-featured-para{
            font-size:16px;
            color:#202020;
            text-align:center;
        }
        .service-figure>img{
            height:300px;
            width:100%;
            object-fit:cover;
        }
        .service-content{
            height:300px;
            display:flex;
            align-items:center;
        }
        .service-content>p{
            font-size:16px;
            color:#202020;
            text-align:justify;
            margin-bottom:0px;
        }
        .book-card{
            box-shadow: 0px 0px 5px #cccccc;
            border-radius:16px !important;
        }
        .book-card .name{
            font-size:20px;
            font-weight:600;
            color:#fff;
            background-color: #EE7B1C;
            text-align:center;
            padding:6px;
            border-top-left-radius:16px;
            border-top-right-radius:16px;
        }
        .book-card .price{
            font-size:24px;
            font-weight:600;
            color:#202020;
            text-align:center;
        }
        .book-card .desc{
            font-size:15px;
            color:#202020;
            text-align:center;
            padding:6px
        }
        .book-btn{
            padding-bottom:12px;
        }
        .book-btn>a{
            background-color:#EE7B1C;
            color:#fff;
            border:1px solid #EE7B1C;
        }
        .book-btn>a:hover{
            background-color:#EE7B1C;
            color:#fff;
            border:1px solid #EE7B1C;
        }
        .services-i-card{
            padding:8px;
            box-shadow: 0px 0px 5px #cccccc;
            border-radius:16px !important;
            margin-bottom:20px;
            height:180px;
            display:flex;
            align-items:center;
        }
        .services-i-card .inner{
            width:100%;
        }
        .services-i-card .inner figure{
            display:flex;
            justify-content:center;
        }
        .services-i-card .inner figure >img{
            height:60px;
        }
        .services-i-card .inner >p{
            font-size:16px;
            font-weight:600;
            color: #202020;
            text-align:center;
            margin-top:16px;
        }
        .product-card-extra{
            position:relative;
        }
        .card-content{
            position:absolute;
            top:5%;
            left:0%;
        }
        .card-content >p{
            color:#000;
        }
           .card-content-1 >p{
            color:#000;
        }
         .card-content-1{
            position:absolute;
               bottom:5%;
               left:0%;
        }
        .watch-category-head{
            font-size:18px;
            color:#000;
            text-align:center;
            margin-top:16px;
            margin-bottom:16px;
            color:#202020;
            border-bottom:0px !important;
            font-weight:600;
        }