
        *{
            font-weight: normal !important;
        }
        .boxed{
            background:#f2f2f2;
        }
        .body-inner{
            padding-left: 15px !important;
            padding-right: 15px !important;
            background:#fff !important;
        }
        .sct1{
            background:#BFE7F5;
            padding:10px;
        }
        .p-c-slide img{
             width:100%;
             border-radius: 10px;
             margin-bottom:10px;
        }
        .swiper-slide button{
             width:100%;
            height: 40px;
            border:2px solid #ED1C24;
            background:#fff;
            border-radius:30px;
            color:black;
            font-size:1.3rem;
        }
        .btn-dark{
            font-size:15px !important;
        }
        .brands-section{
            width: 80%;
            padding: 2.7px;
            border-radius: 100px;
            background:#f5c614;

        }
        .brands-section img{
            width: 100%;
            border-radius: 100px;
        }

        .divider {
            cursor: pointer;
    display: table; 
    font-size: 24px; 
    text-align: center; 
    width: 75%;
    margin: 40px auto;
    }
    .divider span { display: table-cell; position: relative; }
    .divider span:first-child, .divider span:last-child {
        width: 50%;
        top: 13px;
        -moz-background-size: 100% 2px;
        background-size: 100% 2px;
        background-position: 0 0, 0 100%;
        background-repeat: no-repeat;
    }
    .divider span:first-child {
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#f5c614));
        background-image: -webkit-linear-gradient(180deg, transparent, #f5c614);
        background-image: -moz-linear-gradient(180deg, transparent, #f5c614);
        background-image: -o-linear-gradient(180deg, transparent, #f5c614);
        background-image: linear-gradient(90deg, transparent, #f5c614);
    }
    .divider span:nth-child(2) {
        color: #004d75; padding: 0px 5px; width: auto; white-space: nowrap;
    }
    .divider span:last-child {
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5c614), to(transparent));
        background-image: -webkit-linear-gradient(180deg, #f5c614, transparent);
        background-image: -moz-linear-gradient(180deg, #f5c614, transparent);
        background-image: -o-linear-gradient(180deg, #f5c614, transparent);
        background-image: linear-gradient(90deg, #f5c614, transparent);
    }
    .pr1{
        background: #005629 !important;
        color:white !important;
        padding:10px;
    }
 @media only screen and (min-width:1px) and (max-width:520px){ 
    .inspiro-slider {
        height:300px !important;
    }
 }
 