
*
{
    margin: 0px;
    padding: 0px;
}

.container
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-header img
{
    width: 100%;
    background-size: cover;
}

.card .card-body
{
    max-width: min-content;
    max-width: 414px;
}

.tech-logo img
{
    max-height: 60px;
    margin-top: 30px;
    padding: 0px 20px 0px 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card-buttons button:nth-child(1)
{
   margin: 10px 10px; 
}

.card-buttons button
{
    width: fit-content;
    padding: 3px 20px;
    color: #fff;
    border: none;
    border-radius: 50px;
    margin-top: 30px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: linear-gradient(to right, #ee5c22 , #e12325);
}

.card-info ul li:nth-child(1)
{
    margin-top: 50px;
}

.card-info ul li
{
    list-style-type: none;
    margin-top: 13px;
    margin-left: 10px;
}

.card-info ul li i
{
    font-size: 15px;
    color: #fff;
    background-image: linear-gradient(to right, #ee5c22 , #e12325);
    padding: 8px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.card-info ul li:nth-child(3)
{
    font-weight: bolder;
}
.card-info ul li span
{
    font-size: 17px;
    margin-left: 18px;
    font-weight: bold;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.card .card-body .our-services h5
{
    color: #e12325;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    margin-top: 40px;
    letter-spacing: 3px;
    margin-left: 10px;
}
.card .card-body .our-services p
{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    margin-left: 10px;
}

.card .card-body .icons i
{
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(to right, #ee5c22 , #e12325);
    padding: 8px;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 20px;
}

.qr-code h4
{
    text-align: center;
    margin-top: 50px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 15px;
}
.qr-code button
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 15px;
    background-color: transparent;
}

.qr-code img
{
   border: 2px solid #e12325;
   display: block;
    margin-left: auto;
    margin-right: auto;
}

.enq-form a
{
    text-decoration: none !important;
}
.enq-form button
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-image: linear-gradient(to right, #e95e23,#d62303,#c60e00,#b80101,#b80101,#900000);
    color: #fff;
    border: none;
    padding: 8px 40px 8px 40px;
    letter-spacing: 4px;
    border-radius: 50px;
    margin-bottom: 20px;
}
