﻿#section-our-network {
    padding: 4rem 0;
}

    #section-our-network .section-heading {
        color: #000;
    }

#section-our-network .section-sub-heading {
    color: #000;
}

#section-our-network .h3-country {
    color: #000;
    font-size: 1.3em;
}

@media (min-width: 768px) {
    #section-our-network .custom-pl-5 {
        padding-left: 8rem;
    }
}

@media (min-width: 992px) {
    #section-our-network .custom-pl-5 {
        padding-left: 10rem;
    }
}

@media (min-width: 768px) {
    #section-our-network .custom-pr-5 {
        padding-right: 8rem;
    }
}

@media (min-width: 992px) {
    #section-our-network .custom-pr-5 {
        padding-right: 10rem;
    }
}

@media (min-width: 576px) {
    #section-our-network .row.custom-mt-5 {
        margin-top: 0.5rem;
    }
}

.col-auto.custom-icon-padding {
    padding-right: 0;
}

.branch-area {
    font-size: 1.2em;
    font-weight: 600;
}

.branch-name {
    font-size: 1.1em;
    font-weight: 600;
}

.branch-address {
    font-size: 1.1em;
    font-weight: 500;
}

.btn.btn-primary.custom-button-color {
    background-color: #0000ff;
}

.country-name {
    cursor: pointer;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tr-color {
    background-color: #0000ff;
    color: #fff;
}

.table-bordered thead td, .table-bordered thead th {
    font-weight: 500;
}
