.txtup {
    text-transform: uppercase;
}

.textb {
    font-weight: 700 !important;
}

.color1
{
    color:#bf1e2d;
}

.color2
{
    color:#79950e;
}

.si
{
    font-size: 30px!important;
}

.mb-10
{
    margin-bottom: 10px;
}

.ci
{
    border-radius: 10px;
    margin-bottom: 10px;
}

.mb-5
{
    margin-bottom: 10px!important;
    font-weight: 400px!important;
}


h6 {

    font-weight: 500!important;
    font-size: 15px;


}


.bg-color-grey {
    background-color:#f3f5f8!important;
}



@media (min-width: 768px) and (max-width: 1920px) {
    .dontdisplaylg {
        display: none !important;
    }

}




html {
    scroll-behavior: smooth;
}




.down_enquiry {
    background: #bf1e2d;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.down_enquiry ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.down_enquiry ul li {
    float: left;
    text-align: center;
    width: 50%;
    border-right: 1px solid #fff;
}

.down_enquiry ul li:last-child {
    border-right: none;
}

.down_enquiry ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 0;
}

.down_enquiry ul li a:hover {
    color: #fff;
    background-color: #79950e;
}

.whatsapp-btn {
    position: fixed;
    left: 21px;
    bottom: 55px;
    width: 51px;
    height: 51px;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    color: #fff;
    background: #4bc75a;
    font-size: 25px;
    padding-top: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    padding-left: 0px;
    border: 2px solid #fff;
    padding-top: 9px;
}


.what {

    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 150px;
    min-height: 50px;
    line-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    background: #32b72b;
    color: #fff !important;
    text-transform: capitalize;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;

}




.whatsapp-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    animation: ripple 1.6s ease-out infinite;
    opacity: 1;
    background: #4bc75a;
    border-radius: 50%;
    -webkit-animation: ripple 1.6s ease-out infinite;
}

.whatsapp-btn a {
    color: #fff !important
}

.whatsapp-btn span {
    font-size: 18px;
    position: relative;
    top: -8px;
}

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1
    }

    100% {
        transform: scale(2.5);
        opacity: 0
    }
}





.wa-messenger-svg-whatsapp {
    fill: white;
    width: 41px;
    height: 50px;
    margin-top: 0px;
}

.twhite a {
    color: #fff !important;
}

.twhite {
    color: #fff !important;
    font-family: "Open Sans";
    font-size: 16px !important;
}

::selection {
    background-color: #bf1e2d;
    color: #fff;
}

.counter {
    background-color: #fff0;
    padding: 5px 0;
    border-radius: 5px;
    font-weight: 600;
}

.background2
{
    background-color: #f0f0f0;

}

h4 a {
    color: #353535;
    font-weight: 600;
}

#feedback {
    height: 0;
    width: 65px;
    border-radius: 5px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-transform: uppercase;
    -o-transform: rotate(-90deg);
}

#feedback a {
    display: block;
    border-radius: 5px;
    border: 1px solid #fff;
    background: #bf1e2d;
    height: 35px;
    padding-top: 5px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
}

#feedback a:hover {
    background: #000;
    color: #fff;
}



.contact-info-wrapper1 {
    padding: 20px 30px;
    background-color: #f3f5f8;
    height: 100%;
}