#bg-blue{
    background-color:#a7790d !important;
    width: 100%;
        background-size: cover;
        background-position: 60% 100%;
        padding: 100px 0px;
        overflow: hidden;
        height: auto;
}

#bg-blue h4 {
    font-size: 28px;
    color: #fff;
    font-family: Roboto;
    text-transform: uppercase;
}
 .bullets_row ul li:before {
        left: 10px;
    }

    .call_center_infos h3 {
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto;
    color: #fff;
    margin-top: 0px;
}

.call_center_infos h4 {
    font-size: 29px;
    font-weight: 600;
    font-family: Roboto;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 40px;
}

.call_center_infos p {
    color: #7979a1;
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto;
    margin-bottom: 60px;
}

.contact_support_div h6 {
    color: #7979a1;
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto;
}

.contact_support_div h4 {
    color: #7979a1;
    font-size: 24px;
    font-weight: 300;
    font-family: Roboto;
    color: #fff;
}

.contact_support_div a {
    color: #f41112;
    text-decoration: none;
}
.call_center_infos h3 {
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto;
    color: #fff;
    margin-top: 0px;
}

.call_center_infos p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto;
    margin-bottom: 35px;
}

.contact_support_div h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto;
    margin-bottom: 20px;
}

.contact_support_div h4 {
    color: #7979a1;
    font-size: 24px;
    font-weight: 300;
    font-family: Roboto;
    color: #fff;
}

.contact_support_div a {
        color: #FFF;
        text-decoration: none;
        font-weight: 600;
        background:#000000;
        padding: 10px;
        border-radius: 5px;
        transform: rotateX(90);
}

.bullets_row ul li {
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto;
    color: #fff;
    position: relative;
    padding-left: 35px;
    border-bottom: solid 1px #3b3b73;
    margin-bottom: 15px;
    padding-bottom: 8px;
    padding-right: 45px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
.bullets_row ul li:last-child {
    border: none;
}

.bullets_row ul li:before {content: '';background-image: url('../img/bullet_icon.png');width: 20px;height: 20px;position: absolute;left: 0px;}
.contact_support_div h4 {
    font-size: 24px !important;
    text-transform: none !important;
}
.second_blue {
    min-height: 575px !important;
}

.call_center_infos h4 span {
    color: #fff;
    font-weight: 600;
}


.condition { 
    padding: 100px 0 0;
    background-color: #fff !important;
    overflow: hidden;
}
.conditin_title {
    margin-bottom: 30px;
}
.imgcondtion{
    position: relative;
    bottom: 0;
}
.testibox { padding: 100px 0;}
.graybox {
    background-color: #e8e8ef !important;
    padding: 60px 0;
}
.graybox figure {
    margin-bottom: 10px;
    margin-top: 20px;
}
.conditin_title h3 {
    color: #ccc;
    font-size: 32px;
    font-family: Roboto;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}
.main_ser_section .icons_txt_div1 {
    flex: 0 0 50%;
}

.main_ser_section {
    display: flex;
    width: 100%;
    border-bottom: solid 1px #bebed2;
    padding-bottom: 15px;
}

.main_ser_section .icons_txt_div3 {
    flex: 0 0 50%;
}

.icons_txt_div3 {}

.icons_txt_div3 .icons {
    width: 25%;
    float: left;
    text-align: center;
}

.icons_txt_div3 .txt2 {
    width: 73%;
    float: left;
}

.txt2 h3,.txt2 p {
    margin: 0px;
    color: #555463;
    font-size: 17px;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 600;
}
.top_pad {
    padding-top: 12px;
}
.icons_gray {
    padding: 0px 0px 40px;
    overflow: visible !important;
}
.condition_single_icon {
    position: relative;
    bottom: -75px;
    z-index: 9;
}
.condition_icon_txt {
    margin-bottom: 15px;
}
.mrq{
    background:#000000;
}

.mrqtxt{
    
    color:#ffd16c;
    padding:10px;
    font-size:20px;
    font-weight: 600;

}

@media(min-width:800px){
.mrq{
margin-bottom: 5%;
}    
    }

#page-title.page-title-dark{
    background:#a7790d !important;
}

/*==Table================================================================*/
.table-responsive1 {
    
    width: 100%;
    overflow-x: auto;
}
.tablebox {
    overflow: auto;
}
html {
    scroll-behavior: smooth;
  }
/* width */
.tablebox::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
.tablebox::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
.tablebox::-webkit-scrollbar-thumb {
    background: #ccc; 
  }
  
  /* Handle on hover */
.tablebox::-webkit-scrollbar-thumb:hover {
    background: #111156; 
  }
.table-custom {
    table-layout:fixed;
    /* word-break:break-all */
    
}
.table-custom.tble_plate tr td{
   padding: 20px !important; 
}
.table-custom tr td { 
    text-align: center;
    padding: 10px !important;
    width: 100px;
    margin: 0;
    vertical-align: middle !important;
    font-size: 16px;
    color: #ccc;
    overflow: hidden;
    overflow-wrap:break-word;
}
.table-custom tr td:nth-child(even) {
    background: #a7790d;
}
.table-custom tr td:nth-child(odd) {
    background: #e8e8ef;
}
.table-custom thead {
    background: #ccc;
    color: #FFF;
}

.table-custom thead tr th:nth-child(even) {
    background: #111156;
}
.table-custom tr th {
    text-align: center;
    padding: 15px 10px !important;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle !important;
}
.bdrright{
    border-right: 2px dashed #ddd !important;
}
.bdr {border: 1px solid #DDD;}

.table-custom {
    table-layout:fixed;
    /* word-break:break-all */
    
}
.table-custom.tble_plate tr td{
   padding: 20px !important; 
}
.table-custom tr td { 
    text-align: center;
    padding: 10px !important;
    width: 100px;
    margin: 0;
    vertical-align: middle !important;
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    overflow-wrap:break-word;
}
.table-custom tr td:nth-child(even) {
    background: #a7790d;
}
.table-custom tr td:nth-child(odd) {
    background: #e2b551;
}
.table-custom thead {
    background: #ccc;
    color: #FFF;
}

.table-custom thead tr th:nth-child(even) {
    background: #111156;
}
.table-custom tr th {
    text-align: center;
    padding: 15px 10px !important;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle !important;
}
.table-custom {
        table-layout: auto;
        /* word-break: break-all; */
    }
.partners_sec h2{
    margin-bottom: 3%;
    color: #000000;
    font-size: 35px;
    font-weight: 800;    
}
.partners_sec p{
    color:#000;
}
.partners_sec p a{
    color:#f41112;
    font-weight: 800;
    font-size: 20px;
}
.partners_sec h6 {
    font-size: 19px;
    margin-top: 3%;
    color: #000;
}

.partners_sec ul li {
    font-size: 16px;
    color: #000;
    padding: 5px 0;
    list-style: disc !important;
}

.partners_sec ul {padding-left: 17px;}
.partners_sec h3 {
    margin-bottom: 2%;
    color: #ccc;
    font-size: 23px;
    font-weight: 800;
}

.partners_sec h5 {
    margin-bottom: 2%;
    color: #f41112;
    font-size: 20px;
    font-weight: 800;
}


.header-misc .button:hover {
  
    border: 4px solid;
}