.page-content .tabbed{overflow-x:hidden;margin:0;padding-bottom:16px}
.page-content .tabbed [type=radio]{display:none}
.page-content .tabs{display:flex;align-items:stretch;list-style:none;padding:0;border-bottom:1px solid #ccc;}
.page-content ul.tabs li{width:33.33%;text-align:center}
.page-content .tab > label {
 
    height: 50px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    padding: 12px 0px; 
    background: #fff;
    color: rgba(0,0,0,.9);
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .3s
}
.page-content .tab:hover label {
    border-top-color: #333;
    color: #FE7C02;
}
.page-content .tab-content{display:none;color:#777}
.business_section .col-md-4{margin-bottom:10px}


.page-content .tabbed [type=radio]:first-of-type:checked ~ .tabs .tab:nth-of-type(1) label:before, .page-content .tabbed [type=radio]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label:before, .page-content .tabbed [type=radio]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label:before, .page-content .tabbed [type=radio]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label:before, .page-content .tabbed [type=radio]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label:before, .page-content .tabbed [type=radio]:nth-of-type(6):checked ~ .tabs .tab:nth-of-type(6) label:before, .page-content .tabbed [type=radio]:nth-of-type(7):checked ~ .tabs .tab:nth-of-type(7) label:before, .page-content .tabbed [type=radio]:nth-of-type(8):checked ~ .tabs .tab:nth-of-type(8) label:before {
    bottom: 11px;
    margin-top: 4px;
    left: 0;
    height: 2px;
    border-radius: 0;
    width: 50%;
    margin-left: 2.5px;
}
.page-content .tabbed [type=radio]:first-of-type:checked ~ .tabs .tab:nth-of-type(1) label:after, .page-content .tabbed [type=radio]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label:after, .page-content .tabbed [type=radio]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label:after, .page-content .tabbed [type=radio]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label:after, .page-content .tabbed [type=radio]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label:after, .page-content .tabbed [type=radio]:nth-of-type(6):checked ~ .tabs .tab:nth-of-type(6) label:after, .page-content .tabbed [type=radio]:nth-of-type(7):checked ~ .tabs .tab:nth-of-type(7) label:after, .page-content .tabbed [type=radio]:nth-of-type(8):checked ~ .tabs .tab:nth-of-type(8) after:before {
    bottom: 11px;
    margin-top: 0;
    height: 2px;
    border-radius: 0;
    width: 50%;
    transform: unset !important;
    margin-left: 2.5px;
} 
.page-content .tabbed [type=radio]:first-of-type:checked ~ .tab-content:nth-of-type(1), .page-content .tabbed [type=radio]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2), .page-content .tabbed [type=radio]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3), .page-content .tabbed [type=radio]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4), .page-content .tabbed [type=radio]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5), .page-content .tabbed [type=radio]:nth-of-type(6):checked ~ .tab-content:nth-of-type(6), .page-content .tabbed [type=radio]:nth-of-type(7):checked ~ .tab-content:nth-of-type(7), .page-content .tabbed [type=radio]:nth-of-type(8):checked ~ .tab-content:nth-of-type(8) {
    display: block
}
.page-content label {
    position: relative;
    color: #000;
    background-color: #fff !important;
    display: table-cell;
    transition: .3s linear;
}

 
.page-content label:after {
    bottom: 0;
    margin-top: 0;
    height: 2px;
    border-radius: 0;
    width: 50%;
    transform: unset !important;
    margin-left: 2.5px;
}
    .page-content label:hover:before {
        bottom: 11px;
        margin-top: 4px;
        left: 0;
        height: 2px;
        border-radius: 0;
        width: 50%;
        margin-left: 2.5px;
    }
    .page-content label:hover:after {
        bottom: 11px;
        margin-top: 0;
        height: 2px;
        border-radius: 0;
        width: 50%;
        transform: unset !important;
        margin-left: 2.5px;
    }


    .page-content label:before {
        position: absolute;
        content: '';
        border-radius: 50%;
        width: 3px;
        height: 3px;
        left: 40%;
        right: 50%;
        bottom: 11px;
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        -o-transition: .3s linear;
        -ms-transition: .3s linear;
        transition: .3s linear;
        background-color: #FE7C02;
    }
    .page-content label:after {
        position: absolute;
        content: '';
        border-radius: 50%;
        width: 3px;
        height: 3px;
        left: 40%;
        right: 50%;
        bottom: 11px;
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        -o-transition: .3s linear;
        -ms-transition: .3s linear;
        transition: .3s linear;
        background-color: #FE7C02;
    }

    .page-content label:after {
        margin-top: 0;
        margin-left: 5px;
    }
@media(min-width:360px) and (max-width:767px) {
    .page-content .tab>label{
        height:62px
    }
}



.nav1 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tabs1 ul li {
    width: 12.5%;
    text-align: center;
}

@media (max-width:991px) {
    .tabs1 ul li {
        width: 25%;
        text-align: center;
    }
}

.tabs1 .nav-tabs1 > li > a {
    position: relative;
    display: block;
    color: #0069d9;
}

.tab-content1 .active {
    display: block !important;
}

.tab-content1 .tab-pane1 {
    display: none;
}

.tab-pane1 {
    width: 100%;
}

.nav-tabs1 .active {
    background: #0069d9 !important;
}

.nav-tabs1 .active a{
    color: #fff !important;
}

.nav-tabs1 .tab-val {
    display: block;
    margin-bottom: -1px;
    padding: 10px 18px;
    border-bottom: 2px solid #0069d9;
    background: #fff;
    color: #0069d9;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .3s;
}

@media (max-width:480px) {
    .nav-tabs1 .tab-val {
        font-size: 10px;
    }
}


@media (min-width: 992px) {
    .area-pg-content ul.tabs li {
        width: 14.282% !important;
    }
}





.tab_block > h3 {
    display: block;
}

.tab_block_main .tab_content {
    display: inline-block;
    width: 100%;
}

    .tab_block_main .tab_content .tab_block {
        display: none;
    }

        .tab_block_main .tab_content .tab_block.active {
            display: block;
        }

.tab_block_main .tab_options {
    display: inline-block;
    padding: 0;
    border-bottom: 1px solid #dee2e6;
}

    .tab_block_main .tab_options > li {
        float: left;
        font-size: 12px;
        font-weight: 600;
        color: #0069d9;
        line-height: normal;
        list-style: none;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .tab_block_main .tab_options > li a {
            text-decoration: none;
            text-align: center;
            border-bottom: 2px solid #0069d9;
            padding: 12px 58px;
            display: block;
            color: #0069d9;
        }

        .tab_block_main .tab_options > li a.active {
            color: #fff;
            background-color: #0069d9;
        }




@media (max-width: 991px) {
    .tab_block_main .tab_options > li {
        width: 100%;
    }
}



@media (max-width: 480px) {
    .area-pg-content .tab > label {
        height: 44px;
        padding: 3px 5px;
        align-items: center;
        display: inline-flex;
        justify-content: center;
    }
}

.mt-300 {
    margin-top: 30%;
}

@media (max-width: 480px) {
    .mt-300 {
        margin-top: 70%;
    }
    .security-pg-content .tab .enquire-tab {
        margin-top: -13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mt-300 {
        margin-top: 55%;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .mt-300 {
        margin-top: 85%;
    }
}

@media (min-width: 1550px) and (max-width: 1799px) {
    .mt-300 {
        margin-top: 40%;
    }
}

@media (min-width: 1800px) {
    .mt-300 {
        margin-top: 45%;
    }
}

.security-pg-content ul.tabs li {
    width: 12.5% !important;
}

@media (min-width: 600px) and (max-width: 899px) {
    .security-pg-content ul.tabs li {
        width: 14% !important;
    }
}

@media (max-width: 599px) {
    .security-pg-content ul.tabs li {
        width: 25% !important;      
    }
    .security-pg-content .tab > label {
        height: 50px !important;
    }
}

@media (min-width: 1200px) {
    .text-size h2 {
        font-size: 34px;
        line-height: 2.3;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-size h2 {
        line-height: 1.8;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-size h2 {
        line-height: 1.2;
    }
}


@media (max-width: 767px) {
    .security-pg-content .tab .enquire-tab {
        font-size: 9px !important;
    }
}

@media (min-width:600px) and (max-width: 767px) {
    .security-pg-content .tab .enquire-tab {
        height: 60px;
        margin-top: 2px;
    }
}

.text-size {
    padding: 20px;
}
































.page-content .tabbed {
    overflow-x: hidden;
    margin: 0;
    padding-bottom: 16px
}

    .page-content .tabbed [type=radio] {
        display: none
    }

.page-content .tabs {
    display: flex;
    align-items: stretch;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.page-content ul.tabs li {
    width: 33.33%;
    text-align: center
}

.page-content .tab > label {
    height: 50px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    padding: 12px 0px;
    background: #fff;
    color: rgba(0,0,0,.9);
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .3s
}

.page-content .tab:hover label {
    border-top-color: #333;
    color: #FE7C02;
}

.page-content .tab-content {
    display: none;
    color: #777
}

.business_section .col-md-4 {
    margin-bottom: 10px
}


.page-content2 .tabbed2 [type=radio]:first-of-type:checked ~ .tabs .tab:nth-of-type(1) label:before, .page-content .tabbed [type=radio]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label:before, .page-content .tabbed [type=radio]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label:before, .page-content .tabbed [type=radio]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label:before, .page-content .tabbed [type=radio]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label:before, .page-content .tabbed [type=radio]:nth-of-type(6):checked ~ .tabs .tab:nth-of-type(6) label:before, .page-content .tabbed [type=radio]:nth-of-type(7):checked ~ .tabs .tab:nth-of-type(7) label:before, .page-content .tabbed [type=radio]:nth-of-type(8):checked ~ .tabs .tab:nth-of-type(8) label:before {
    bottom: 11px;
    margin-top: 4px;
    left: 0;
    height: 2px;
    border-radius: 0;
    width: 50%;
    margin-left: 2.5px;
}

.page-content2 .tabbed2 [type=radio]:first-of-type:checked ~ .tabs .tab:nth-of-type(1) label:after, .page-content2 .tabbed2 [type=radio]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label:after, .page-content2 .tabbed2 [type=radio]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label:after, .page-content .tabbed2 [type=radio]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label:after, .page-content .tabbed [type=radio]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label:after, .page-content .tabbed [type=radio]:nth-of-type(6):checked ~ .tabs .tab:nth-of-type(6) label:after, .page-content .tabbed [type=radio]:nth-of-type(7):checked ~ .tabs .tab:nth-of-type(7) label:after, .page-content2 .tabbed2 [type=radio]:nth-of-type(8):checked ~ .tabs .tab:nth-of-type(8) after:before {
    bottom: 11px;
    margin-top: 0;
    height: 2px;
    border-radius: 0;
    width: 50%;
    transform: unset !important;
    margin-left: 2.5px;
}

.page-content2 .tabbed2 [type=radio]:first-of-type:checked ~ .tab-content2:nth-of-type(1), .page-content2 .tabbed2 [type=radio]:nth-of-type(2):checked ~ .tab-content2:nth-of-type(2), .page-content2 .tabbed2 [type=radio]:nth-of-type(3):checked ~ .tab-content2:nth-of-type(3), .page-content2 .tabbed2 [type=radio]:nth-of-type(4):checked ~ .tab-content2:nth-of-type(4), .page-content2 .tabbed [type=radio]:nth-of-type(5):checked ~ .tab-content2:nth-of-type(5), .page-content .tabbed [type=radio]:nth-of-type(6):checked ~ .tab-content:nth-of-type(6), .page-content .tabbed [type=radio]:nth-of-type(7):checked ~ .tab-content:nth-of-type(7), .page-content .tabbed [type=radio]:nth-of-type(8):checked ~ .tab-content2:nth-of-type(8) {
    display: block
}

.page-content2 label {
    position: relative;
    color: #000;
    background-color: #fff !important;
    display: table-cell;
    transition: .3s linear;
}


    .page-content2 label:after {
        bottom: 0;
        margin-top: 0;
        height: 2px;
        border-radius: 0;
        width: 50%;
        transform: unset !important;
        margin-left: 2.5px;
    }

    .page-content2 label:hover:before {
        bottom: 11px;
        margin-top: 4px;
        left: 0;
        height: 2px;
        border-radius: 0;
        width: 50%;
        margin-left: 2.5px;
    }

    .page-content2 label:hover:after {
        bottom: 11px;
        margin-top: 0;
        height: 2px;
        border-radius: 0;
        width: 50%;
        transform: unset !important;
        margin-left: 2.5px;
    }


    .page-content2 label:before {
        position: absolute;
        content: '';
        border-radius: 50%;
        width: 3px;
        height: 3px;
        left: 40%;
        right: 50%;
        bottom: 11px;
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        -o-transition: .3s linear;
        -ms-transition: .3s linear;
        transition: .3s linear;
        background-color: #FE7C02;
    }

    .page-content2 label:after {
        position: absolute;
        content: '';
        border-radius: 50%;
        width: 3px;
        height: 3px;
        left: 40%;
        right: 50%;
        bottom: 11px;
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        -o-transition: .3s linear;
        -ms-transition: .3s linear;
        transition: .3s linear;
        background-color: #FE7C02;
    }

    .page-content2 label:after {
        margin-top: 0;
        margin-left: 5px;
    }