/* Custom css Start */
.brand-logo-box {
    text-align: center;
    background-color: #fff;
    padding: 22px;
    border-radius: 8px;
    min-height: 100%;
    top: auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
}

.brand-logo-row .brand-logo li {
    width: 33%;
    float: left;
    min-height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.brand-logo img {
    height: 80px;
}

/* Set cms_content style Start */

.cms_content table tr td {
    font-size: 17px;
    font-weight: 400;
}

.cms_content p{
    font-size: 15px;
    font-weight: 500;
}

.cms_content a{
    color: #0077c8;
    font-weight: bold;
}

.cms_content table tr td p{
    font-size: 15px;
    font-weight: 500;
}

.cms_content .email-btn{
    background-color: #016aae;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

.cms_content .email-btn:hover {
    color: #fff;
}

.cms_content .email-btn {
    margin-top: 11px;
}

.cms_content h2,h3,h4,h5,h6 {
    font-size: 21px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #0077c8;
    margin-bottom: 25px;
}

.cms_content {
    /* line-height: 2em; */
}


.cms_content img {
    max-width: 100%;
    height: auto !important;
}

.cms_content table,
.cms_content iframe {
    max-width: 100%;
}

.cms_content dl,
.cms_content dl li,
.cms_content ol,
.cms_content ol li,
.cms_content ul,
.cms_content ul li {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    border: 0;
    list-style-type: revert;
}

.cms_content dl,
.cms_content dl li,
.cms_content ol,
.cms_content ol li,
.cms_content ul,
.cms_content ul li {
    margin: 0px 0px 0px 10px;
}

.cms_content table dl,
.cms_content table dl li,
.cms_content table ol,
.cms_content table ol li,
.cms_content table ul,
.cms_content table ul li {
    margin: 0px 10px;
    padding: 10px;
}

.cms_content table {
    border-collapse: initial;
}

.cms_content a:hover {
    color: #0056b3;
    text-decoration: underline;
}


/* Set cms_content style End */


/* Set Special Style Start */


/****************************************/


/* .cms_content .desc-table table {
    color:black;
    width: 100%;
    border: 0 !important;
    border-collapse: collapse!important;
}   
.cms_content .desc-table td {
    padding: 17px 18px;
}
.cms_content .desc-table td::before {
    content: "\f061";
    color: #93c1dd;
    margin-right: 4px;
    padding-right:5px;
    font-family: 'FontAwesome';
}
.cms_content .desc-table tr:nth-child(odd) {
    background-color: #f3f8fbf3;
}
.cms_content .desc-table tr:nth-child(even) {
    background-color: #e8f2f8;
} */


/****************************************/


/* .cms_content  h4::after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    max-width: 50px;
    margin: 10px 0px;
    background: #37b787;
}  */


/****************************************/


/* Set Special Style End */


/* Set responsive Style Start */

.cms_content .img-responsive-150 img {
    height: 150px !important;
    object-fit: contain;
}

.cms_content .img-responsive-200 img {
    height: 200px !important;
    object-fit: contain;
}

.cms_content .img-responsive-300 img {
    height: 300px !important;
    object-fit: contain;
}

.cms_content .img-responsive-400 img {
    height: 400px !important;
    object-fit: contain;
}

.cms_content .img-responsive-500 img {
    height: 500px !important;
    object-fit: contain;
}

.cms_content table.tb_logo td img {
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    .cms_content table.tb_logo {
        display: block;
    }

    .cms_content table.tb_logo tr {
        display: block;
    }

    .cms_content table.tb_logo td {
        display: inline-block;
        width: 49% !important;
        margin-bottom: 1px;
        position: relative;
    }

    .cms_content table.tb_logo th {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 1025px) {
    .cms_content table.padRowH {
        display: block !important;
        position: relative;
    }

    .cms_content table.padRowH tbody,
    .cms_content table.padRowH tr,
    .cms_content table.padRowH tr td {
        display: block !important;
        width: 100% !important;
        /* margin-bottom: 1px; */
        position: relative;
    }

    .cms_content table.noRow tr td {
        display: table-cell;
    }
}

@media screen and (max-width: 769px) {
    .cms_content table.padRowV {
        display: block !important;
        position: relative;
    }

    .cms_content table.padRowV tbody,
    .cms_content table.padRowV tr,
    .cms_content table.padRowV tr td {
        display: block !important;
        width: 100% !important;
        /* margin-bottom: 1px; */
        position: relative;
    }

    .cms_content table.noRow tr td {
        display: table-cell;
    }
}

@media screen and (max-width: 520px) {
    .cms_content table.mScroll {
        overflow-x: scroll;
        max-width: 100%;
        display: block;
    }

    .cms_content table.mRow {
        display: block !important;
        position: relative;
    }

    .cms_content table.mRow tbody,
    .cms_content table.mRow tr,
    .cms_content table.mRow tr td {
        display: block !important;
        width: 100% !important;
        /* margin-bottom: 1px; */
        position: relative;
    }

    .cms_content table.noRow tr td {
        display: table-cell;
    }
}

@media screen and (max-width: 400px) {
    .cms_content table.tb_logo td {
        width: 100% !important;
    }

    .cms_content .img-responsive-150 img {
        height: 100% !important;
    }

    .cms_content .img-responsive-200 img {
        height: 100% !important;
    }

    .cms_content .img-responsive-300 img {
        height: 100% !important;
    }

    .cms_content .img-responsive-400 img {
        height: 100% !important;
    }

    .cms_content .img-responsive-500 img {
        height: 100% !important;
    }
}


/* Set responsive Style End */


/* Editor Content End */


/* Customer Style Start */

.cms_content .imgH50 img {
    height: 50px !important;
    object-fit: contain;
    ;
}

.cms_content .imgH100 img {
    height: 100px !important;
    object-fit: contain;
}

.cms_content .imgH150 img {
    height: 150px !important;
    object-fit: contain;
}

.cms_content .imgH200 img {
    height: 200px !important;
    object-fit: contain;
}

.cms_content .imgH300 img {
    height: 300px !important;
    object-fit: contain;
}

.cms_content .imgH400 img {
    height: 400px !important;
    object-fit: contain;
}

.cms_content .imgH500 img {
    height: 500px !important;
    object-fit: contain;
}

.cms_content .img50 img {
    height: 50px !important;
    object-fit: contain;
    ;
}

.cms_content .img100 img {
    height: 100px !important;
    object-fit: contain;
}

.cms_content .img150 img {
    height: 150px !important;
    object-fit: contain;
}

.cms_content .img200 img {
    height: 200px !important;
    object-fit: contain;
}

.cms_content .img300 img {
    height: 300px !important;
    object-fit: contain;
}

.cms_content .img400 img {
    height: 400px !important;
    object-fit: contain;
}

.cms_content .img500 img {
    height: 500px !important;
    object-fit: contain;
}

@media screen and (max-width: 820px) {
    .cms_content .img50 img {
        height: 100% !important;
    }

    .cms_content .img100 img {
        height: 100% !important;
    }

    .cms_content .img150 img {
        height: 100% !important;
    }

    .cms_content .img200 img {
        height: 100% !important;
    }

    .cms_content .img300 img {
        height: 100% !important;
    }

    .cms_content .img400 img {
        height: 100% !important;
    }

    .cms_content .img500 img {
        height: 100% !important;
    }
}


/* Customer Style End */