
.stp h2,
.stp h3 {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}

.stp p {
    font-size: 17px;
    color: #000;
}

.stp_topsection {
    display: flex;
    padding: 40px 0;
}

.stp_topsection-left {
    display: inline-block;
    width: 45%;
    padding-right: 20px;
}

.stp_topsection-right {
    display: inline-block;
    width: 50%;
    padding: 0 2% 0 3%;
}

.stp_topsection h2 {
    font-size: 35px;
    color: #ef4b3e;
    margin-bottom: 18px;
    line-height: 1.4em;
}
.sa-pdct-c-cap {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: Muli,sans-serif;
    color: #000;
}
.stp_topsection h2 span {
    display: block;
    font-size: 45px;
}

.stp_topsection p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 13px;
}

.stp_point-list ul {
    padding: 0;
    margin: 25px 0 0 0;
}

.stp_point-list li {
    list-style: none;
    font-size: 19px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
    background: url(../img/point.png) left 4px no-repeat;
    padding-left: 30px;
}

.stp_bts {
    display: flex;
    margin-top: 30px;
}

.stp_btn1 {
    display: inline-block;
    font-size: 21px;
    background: #ee4a3e;
    color: #fff;
    border-radius: 5px;
    padding: 11px 36px;
    margin-right: 10px;
    transition-duration: 0.5s;
}

.stp_btn1:hover,.stp_btn1:focus {
    color: #fff;
    background: #bb2e23;
    text-decoration:none;
}

.stp_tabsection {}

.stp_tabsection .nav-tabs {
    border: none;
    display: flex;
}

.stp_tabsection .nav-tabs li {
    max-width: 180px;
    padding: 0 2px;
    border: none;
}

.stp_tabsection .nav-tabs>li a {
    padding: 15px 15px;
    font-size: 16px;
    color: #000000;
    background: #e9eaeb;
    display: block;
    text-align: center;
    text-transform: uppercase;
    height: 100%;
    line-height: 1.4em;
    border-radius: 0;
    border: none;
    margin: 0;
}

.stp_tabsection .nav-tabs li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: none;
}

.stp_tabsection .nav-tabs li a span {
    display: inline-block;
    text-align: center;
    z-index: 222;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
    display: flex;
}


/*.stp_tabsection .nav-tabs li.active a{ background: #ee4a3e; color: #fff; }*/

.stp_tabsection .nav-tabs>li.active>a,
.stp_tabsection .nav-tabs>li.active>a:focus,
.stp_tabsection .nav-tabs>li.active>a:hover {
    background: #ee4a3e;
    color: #fff;
    position: relative;
    border: none;
}

.stp_tabsection .nav-tabs>li.active>a:after {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    background: #ee4a3e;
    position: absolute;
    bottom: -5px;
    left: 40%;
    transform: rotate( 44deg);
    z-index: 22;
}

.stp_tab-textarea {
    padding: 50px 0;
}

.stp_tab-textarea p {
    margin-bottom: 20px;
    color: #000;
}

.stp_subheading {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.stp_tab-textarea p a {
    color: #da281b;
}

.stp_tab-textarea p a:hover {
    text-decoration: underline!important;
}

.stp_textsection {
    margin-bottom: 20px;
}

.stp_textsection h2{ margin-bottom: 10px;font-size: 25px;}

.stp_dwd-list ul {
    padding: 0;
    margin: 0;
   
}

.stp_dwd-list li {
    list-style: none;
    display: block;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #1a1a1a;
    
}
.stp_dwd-list.list01 ul{ display:flex; margin:0 -10px;}
.stp_dwd-list.list01 li {
    display: inline-block;
    width:38%;
    padding:10px;
}
.stp_dwd-list.list01 li:first-child{ width:24%;}

.stp_dwd-list.list01 li a{color:#000; display:block; }
.stp_dwd-list.list01 li:first-child a{
    padding: 15px;
    border-bottom: 1px solid #bbb;
    font-size: 16px;
    position:relative;
        transition-duration: 0.5s;
}
.stp_dwd-list.list01 li:first-child a:hover{color:#ce0000;}


.stp_dwd-list.list01 li:first-child a:after {
    width: 19px;
    height: 22px;
    background: url(../img/pdf-icon.png) left top no-repeat;
    content: '';
    position: absolute;
    right: 20px;
    top: auto;
    background-size: contain;
}
    
.stp_dwd-list.list01 li p{ font-color:#000; font-weight:700; margin-top:10px;}
.stp_dwd-list.list01 li:first-child .box{ display: block;
    background: #f2f2f3;
   /*height: 82%;*/
   }


.stp_spaci-table {}

.stp_spaci-table .table {
    border: 1px solid #dee2e6;
}

.stp_spaci-table .table td,
.stp_spaci-table .table th {
    border: none;
}

.stp_spaci-table .table td:first-child {
    font-weight: 700;
    min-width: 300px;
}

.stp_textsection h3 {
    text-align: center;
    font-weight: 700;
    color: #000;
    position: relative;
    font-size: 38px;
    margin-bottom: 15px;
}

.stp_textsection h3:after {
    content: '';
    width: 115px;
    height: 6px;
    background: #ef4b3e;
    position: relative;
    display: block;
    margin: 0 auto;
    bottom: -10px;
}

.stp_card-section {
    padding-top: 50px;
}

.stp_cards ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
    margin: 0 -15px;
}

.stp_cards li {
    display: inline-block;
    width: 33.33%;
    padding: 15px;
}

.stp_cards li .stp_crd {
    display: block;
    border: 1px solid #dfdede;
    height: 100%;
    box-shadow: 0 3px 10px rgb(236 235 235 / 587%), 0 3px 10px rgb(236 235 235 / 57%);
    background: #fafafa;
}

.stp_cards li .stp_crd .imagebox {
    background: #fff;
    text-align: center;
    padding: 10px 0;
}

.stp_cards li .stp_crd .imagebox img {
    display: inline-block;
}

.stp_cards li .stp_crd .textbox {
    padding: 20px;
}

.stp_gray-section {
    padding: 40px;
    background: #f9f9f9;
}

.stp_list2 {}

.stp_list2 ol {
    padding-left: 20px;
    margin: 0;
}

.stp_list2 li {
    margin-bottom: 25px;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.5em;
    list-style-type: decimal;
}

.stp_subheading.redtext {
    font-size: 25px;
    color: #ef4b3e;
}

.stp_point-list2>ul {
    padding: 10px 0 0 0;
    margin: 0;
}

.stp_point-list2>ul>li,
.stp_sublist li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
    padding-left: 19px;
}

.stp_point-list2>ul>li:before,
.stp_sublist li:before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ef4b3e;
    content: '';
    left: 0;
    top: 8px;
    z-index: 22;
    position: absolute;
}

.stp_sublist {
    margin-bottom: 15px;
}

.stp_sublist li {
    line-height: 1.3em;
}

.stp_table1 .table thead th {
    border-bottom: none;
    background: #ee4a3e;
    color: #fff;
    font-size: 20px;
}

.stp_table1 .table-bordered td,
.stp_table1 .table-bordered th {
    text-align: center;
}

.stp_table1 .table-bordered td img,
.stp_table1 .table-bordered th img {
    display: inline-block;
}

.stp_table1 .table th:first-child {
    text-align: left !important;
    min-width: 300px;
}

.stp_table1 .table .stp_textsection {
    text-align: left;
}

.stp_table1 .table .stp_textsection span{
  font-weight: 600;
    font-size: 15px;
    background: #dadada;
    border-radius: 50%;
    color: #000;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-family: lato;
    
} 


.stp_table1 .table th:last-child,
.stp_table1 .table th:nth-child(3) {
    min-width: 335px;
}

.stp_table1 .table th:nth-child(2) {
    min-width: 150px;
}

.stp_table1 .table p {
    margin-bottom: 3px;
}

.stp_table1 .table ul {
    padding-top: 0;
}

.stp_ctasection {
    background: url(../img/stp_cta-bg.jpg) center bottom no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffff;
    padding: 100px 0;
}

.stp_ctasection p {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 30px;
    color: #fff;
}

.stp_btn2 {
    display: inline-block;
    font-size: 25px;
    background: #ee4a3e;
    color: #fff;
    padding: 15px 50px;
    transition-duration: 0.5s;
    border: 1px solid #fff;
    margin-top: 15px;
}

.stp_btn2:hover {
    color: #fff;
    background: #bb2e23;
}


/*
@media(min-width:992px) {
    .stp_tabsection .nav-tabs {
        display: flex;
    }
    .stp_tabsection .card {
        border: none;
    }
    .stp_tabsection .card .card-header {
        display: none;
    }
    .stp_tabsection .card .collapse {
        display: block;
    }
}
*/

@media (max-width: 1199.98px) {
    .stp_tabsection .nav-tabs li {
        max-width: 140px;
    }
    .stp_tabsection .nav-tabs>li a {
        padding: 10px;
        font-size: 15px;
    }
    .stp_btn1 {
        font-size: 17px;
    }
    .stp_topsection h2 span {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .stp_topsection {
        display: block;
    }
    .stp_topsection-left,
    .stp_topsection-right {
        width: 100%;
        padding: 0;
    }
    .stp_topsection-right {
        margin-top: 30px;
    }
    .stp_tabsection .card-header {
        padding: 0;
    }
    .flex-row-reverse {
        flex-wrap: wrap;
    }
    .flex-row-reverse .col-md-4,
    .flex-row-reverse .col-md-8 {
        width: 100%;
    }
    .stp_tab-textarea {
        padding: 25px 0;
    }
    .stp_img1,
    .stp_tab-textarea img {
        margin-bottom: 10px;
    }
    .responsive-tabs-container.accordion-xs .accordion-link:after {
        content: '';
        width: 15px;
        height: 15px;
        background: url(../img/d_arrow.png) center center no-repeat;
        background-size: contain;
        position: absolute;
        right: 15px;
        top: 12px;
    }
    .stp_cards li {
        width: 50%;
    }
    
    
    
.stp_dwd-list.list01 ul{ display:block; margin:0px;}
.stp_dwd-list.list01 li {
    display: block;
    width:100% !important;
    padding:10px 0;
}
 .stp_dwd-list.list01 li img{ width:100%;}   
    
    
    
    
}

@media (max-width: 767.98px) {
    .stp_cards li {
        padding: 5px;
    }
    .stp_cards li .stp_crd .imagebox img {
        margin-bottom: 0 !important;
    }
    .stp_table1 .table th:first-child {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .stp_ctasection p {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .stp_btn2 {
        font-size: 19px;
        padding: 11px 45px;
    }
    .stp_ctasection {
        padding: 60px 0;
    }
    .stp_tab-textarea {
        padding: 0;
    }
    .stp_subheading {
        font-size: 18px;
        line-height: 1.2em;
    }
    .stp_topsection h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .stp_topsection h2 span {
        display: block;
        font-size: 28px;
    }
    .stp_topsection p {
        font-size: 17px;
    }
    .stp_point-list li {
        font-size: 16px;
        background-position: left 5px;
    }
    .stp_bts {
        display: block;
        margin-top: 5px;
    }
    .stp_btn1 {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
    .stp_gray-section {
        padding: 10px;
    }
    .stp_subheading.redtext {
        font-size: 20px;
    }
    .stp_textsection h3 {
        font-size: 25px;
    }
    .stp_textsection h3:after {
        width: 80px;
    }
    .stp_cards li {
        width: 100%;
        padding: 5px 0;
    }
    .stp_card-section {
        padding-top: 20px;
    }
    .stp_tabsection .tab-content>.tab-pane a {
        font-size:
    }
    .stp_cards ul {
        margin: 0;
    }
}

@media screen and (max-width: 380px) {
    .stp_btn1 {
        font-size: 18px;
        padding: 10px;
        margin-right: 0px;
    }
    .stp_ctasection p {
        font-size: 23px;
    }
    .stp_gray-section {
        padding: 0;
        background-color: #fff;
    }
}


/*---Tab Section---*/

.responsive-tabs-container .tab-content {
    padding: 0px 2px;
}

.responsive-tabs-container[class*="accordion-"] .tab-pane {
    margin-bottom: 15px;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link {
    display: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #333;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link.active {
    border-bottom: medium none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #ee4a3e;
}

@media (min-width: 1200px) {
    .responsive-tabs-container.accordion-lg .nav-tabs {
        display: none;
    }
    .responsive-tabs-container.accordion-lg .accordion-link {
        display: block;
    }
}

@media (max-height: 860px) {
    .stp_topsection-left {
        width: 35%;
    }

    .stp_topsection-right {
        width: 65%;
        padding: 0 0 0 2%;
    }

    .stp_point-list li:nth-child(n+6){
        display: none;
    }
    .stp_topsection h2{
        font-size: 28px;
    }
    .stp_topsection h2 span{
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .stp_topsection-left,.stp_topsection-right {
        width: 100%;
        padding: 0;
    }
    .responsive-tabs-container.accordion-sm .nav-tabs {
        display: none;
    }
    .responsive-tabs-container.accordion-sm .accordion-link {
        display: block;
    }
    .responsive-tabs-container[class*="accordion-"] .tab-pane {
        border: 1px solid #ddd;
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-width: medium 1px 1px;
        margin-bottom: 10px;
        margin-top: -10px;
        padding: 10px 10px 0;
    }
    .responsive-tabs-container.accordion-xs .accordion-link {
        background: #f2f2f2;
        display: block;
        padding: 10px;
        position: relative;
        font-size: 17px;
        font-weight: 600;
        color: #000;
    }
}


