* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: instrument;
}

h3 {
    font-size: 24px !important;
}



@font-face {
    font-family: instrument;
    src: url(../font/instrument-sans/InstrumentSans[wdth\,wght].ttf);
}

.cat_card {
    background-color: #FAF6F3;
}

.text_header {
    color: #F0720B;
}


.whatsapp_btn {
    border: 1px solid #F2730A;
    background-color: #F2730A;
    color: #fff;
}

.whatsapp_btn:hover {
    background-color: transparent;
    color: #F2730A;
    border: 1px solid #F2730A;
}

.text_blue {
    color: #2C5AA7;
}

.bg_blue {
    background-color: #2C5AA7;
}

.send_enquiry_btn {
    background-color: #2C5AA7;
}

.category_wrapper {
    background-color: #FFF8F86E;
}


@media screen and (max-width: 767px) {
    .whatsapp_btn {
        font-size: 11px !important;
    }

    .border_right {
        border: none !important;
    }

    .banner_carousel {
        height: 100% !important;
    }
}