ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    margin-top: 40px;
}

   
    .in {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;

        position: relative;
        clear: both;
    }


    .tabs .ui-helper-clearfix::before,
    .tabs .ui-helper-clearfix::after {display: none;}
    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: inherit;
    }
    .ui-tabs .ui-tabs-nav li {
        margin: 0;
        padding: 0;
        float: none;
        white-space: normal;
        margin-right: 20px;
    }
    .ui-tabs .ui-tabs-nav li:last-child {margin-right: 0;}
    .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 0;
        float: none;
        color: inherit;
        text-decoration: none;
    }
    .ui-tabs .ui-tabs-panel {padding: 0; width: 100%;}

    .tabs_wr {padding: 0;}
    .tabs_wr .ui-tabs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 55px;
        border-bottom: 2px solid #0b88c8;
		-webkit-box-pack: start;
         -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .tabs_wr .ui-tabs-nav .ui-tabs-anchor {
    background: #e8e8e8;
    display: block;
    /* min-width: 160px; */
    /* margin-right: 10px; */
    padding: 15px 10px;
    border-radius: 25px 25px 0 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

    /*   .tabs_wr .ui-tabs-nav li.ui-state-focus .ui-tabs-anchor,*/
    .tabs_wr .ui-tabs-nav li.active .ui-tabs-anchor{
        background: #0b88c8;
        color: #fff !important;
    }

    .ui-tabs .ui-tabs-panel {}

    .tabs_wr1 {padding: 0;}
    .tabs_wr1 .ui-tabs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 44px;
    }
    .tabs_wr1 .ui-tabs-nav .ui-tabs-anchor {
        display: block;
        margin: 0 40px 10px 0;
        padding: 16px 0;
        border-radius: 30px;
        font-weight: 400;
        font-size: 21px;
        line-height: 1.3;
        color: #000;
        text-transform: uppercase;
        text-align: center;
    }
    .tabs_wr1 .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
    .tabs_wr1 .ui-tabs-nav li.active a {
        background: #197317;
        padding-right: 40px;
        padding-left: 40px;
        color: #fff;
    }

    .tabs_wr1.v1 .ui-tabs-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .b_lnk.all a {
        font-size: 15px;
        color: #676767;
        text-transform: uppercase;
    }
    .b_lnk.all a:hover {color: #e89806;}

    .tabs_wr1 .b_lnk.all {
        position: absolute;
        top: 16px;
        right: 0;
    }

   .tbl_overflow {
    min-width: 100%;
    max-width: 0;
    position: relative;
    overflow: auto;
}

    .table1, .tablepress {
        width: 100%;
        margin-bottom: 30px;
        line-height: 1.3;
    }
    .table1 tr:nth-child(odd), .tablepress tr:nth-child(odd) {background: #e8e8e8;}
    .table1 th,
    .table1 td,
    .tablepress td,
    .tablepress th {
        border-right: 1px solid #fff;
        padding-left: 0px;
				text-align: center;
				padding-right: 0;
    }
    .table1 th:last-child,
    .table1 td:last-child,
    .tablepress td:last-child,
    .tablepress th:last-child {border: none;}

    .table1 th,  .tablepress th {
        background: #0b88c8;
        padding-top: 12px;
        padding-bottom: 12px;
        font-weight: 700;
        font-size: 17px;
        color: #fff;
				padding-left: 10px;
				padding-right: 10px;
    }
    .table1 th:first-child,  .tablepress th:first-child {border-top-left-radius: 10px;}
    .table1 th:last-child,  .tablepress th:last-child {border-top-right-radius: 10px;}
    .table1 td,  .tablepress td {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .table1 tr > :last-child,  .tablepress tr > :last-child {
        /* padding-right: 30px; */
    }
    .table1 b,  .tablepress b {
        white-space: nowrap;
    }

    .list1 {
        padding: 0;
        list-style: none;
    }
    .list1 li {
        margin-bottom: 1.27em;
        padding-left: 55px;
        position: relative;
    }
    .list1 li::before {
        content: "";
        background-image: url(assets/img/check1.png);
        width: 28px;
        height: 24px;
        position: absolute;
        top: 0;
        left: 0;
    }

    
  
    .c_wr1 .in {
        max-width: 1070px;
   
    }
    .c_wr1 .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -30px;
    }
    .c_wr1 .col {margin: 0 30px 30px 30px;}
    .c_wr1 .col:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-preferred-size: 420px;
        flex-basis: 420px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 0;
    }
    .c_wr1 .col:nth-child(2) {
        -ms-flex-preferred-size: 395px;
        flex-basis: 395px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 550px;
    }

    .c_wr1 .col > .thumb {
        width: 100%;
        max-width: 420px;
        height: 106vw;
        max-height: 470px;
        margin: 0 auto 40px auto;
        border-radius: 20px;
        overflow: hidden;
    }
    .c_wr1 .col > .thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .b_opt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .b_opt .btn1 {
        width: 100%;
        min-width: auto;
        max-width: 240px;
        margin-bottom: 5px;
    }
    .b_opt .btn1 [class^="icon-"] {font-size: 20px;}

   
    .c_wr2 {
        background: #197317 url(assets/img/bkg2.jpg) center 0 no-repeat;
        min-height: 754px;
        padding: 90px 0 80px 0;
        position: relative;
        color: #bcdcb9;
    }
    .c_wr2::after {
        content: "";
        background: url(assets/img/sh1.png) center 0 no-repeat;
        width: 100%;
        height: 68px;
        position: absolute;
        top: 100%;
        left: 0;
    }
    .c_wr2 .txt {
        width: 60%;
        max-width: 600px;
        margin-left: auto;
    }
    .c_wr2 .title1 {color: #fff;}
    .c_wr2 .title1 span {color: #77be75;}

    .c_wr2 .b_btn {padding-top: 10px;}

    .c_wr3 {
        background: url(assets/img/bkg3.jpg) center 0 no-repeat;
        padding: 75px 0 60px 0;
    }
    .c_wr3 .b_btn {padding: 10px 0 40px 0;}

    .c_wr4 {padding: 50px 0 75px 0;}
    .c_wr4 .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .c_wr4 .cols .col {margin: 0 15px;}
    .c_wr4 .cols .col:nth-child(1) {
        -ms-flex-preferred-size: 444px;
        flex-basis: 444px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .c_wr4 .cols .col:nth-child(2) {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 68px;
    }
    .c_wr4 .title1 {text-align: center;}

    .b_form {
        background: #197317 url(assets/img/bkg4.jpg) 0 bottom no-repeat;
        min-height: 670px;
        margin-left: -395px;
        padding: 80px 45px 80px 395px;
        border-radius: 0 50px 50px 0;
        line-height: 1.6;
        color: #dbeeda;
    }
   
    .c_wr5 {}
    .c_wr5 .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -30px;
    }
    .c_wr5 .col {margin: 0 30px;}
    .c_wr5 .col:nth-child(1) {
        -ms-flex-preferred-size: 444px;
        flex-basis: 444px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .c_wr5 .col:nth-child(2) {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 626px;
    }

    .c_wr6 {
        background: url(assets/img/bkg5.jpg) center 0 / cover no-repeat;
        padding: 72px 0 145px 0;
        border-top: 7px solid #197317;
        position: relative;
    }
    .c_wr6::before {
        content: "";
        background: rgba(25, 115, 23, 0.5);
        width: 100%;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .c_wr6::after {
        content: "";
        background: url(assets/img/fr2.png) center 0 no-repeat;
        width: 100%;
        height: 147px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .c_wr6 .txt {
        max-width: 1000px;
        margin: 0 auto;
        padding-bottom: 58px;
        text-align: center;
    }
    .c_wr6 .txt::after {
        content: "";
        background: url(assets/img/sh2.png) center bottom no-repeat;
        width: 100%;
        height: 74px;
        margin-top: 10px;
        position: absolute;
        left: 0;
    }

    .c_wr6 .b_btn {
        padding-top: 20px;
        text-align: center;
    }

    .c_wr7 {padding: 42px 0;}

    .c_wr8 {
        background: #f6f8fa url(assets/img/fr3.png) center 0 no-repeat;
        padding: 135px 0 40px 0;
    }
		.tab-btn{
			width: auto;
			margin: 0;
			margin-bottom: 20px;
			height: auto;
			font-size: 18px;
    	line-height: 1.38;
			padding: 13px 20px;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}


    @media screen and (max-width: 980px) {
        .in {
            padding-right: 10px;
            padding-left: 10px;
        }

        #header {
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        }
        .home_pg #header {
            background: #f8fafc;
            position: fixed;
        }

        #header .row.v1 .in {padding: 0;}

        #header .row.v2 {padding: 10px 0;}
        #header .row.v2 .in {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .m_ctrl {display: block;}

        .h_menu {
            background: #197317;
            display: none;
            width: 100%;
            max-width: 360px;
            height: 100%;
            margin: 0;
            padding: 60px 35px 20px 30px;
            border-right: 4px solid #369934;
            -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 2;
            overflow: auto;
        }
        .h_menu > li {
            margin: 0;
            padding: 5px 0;
        }
        .h_menu > li::after {display: none;}
        .h_menu > li > a {
            display: block;
            height: auto;
            padding: 7px 10px;
            border-bottom: none;
            border-left: 4px solid transparent;
            font-size: 18px;
        }
        .h_menu > li:hover > a,
        .h_menu > li.active > a {background: rgba(255, 255, 255, 0.1);}
        .h_menu > li:hover ul {display: none;}

        .logo {
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            margin-right: 15px;
        }
        .logo img {width: 120px;}
        .logo p {display: none;}

        .h_social {display: none;}

        .h_opt {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0;
        }
        .h_opt .btn1 {
            width: 40px;
            height: 40px;
            margin: 0 5px 0 0;
            padding: 0;
            font-size: 0;
            line-height: 0;
            text-align: center;
        }
        .h_opt .btn1 [class^="icon-"] {margin: 0;}

        .h_phone {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }
        .h_phone a {margin-left: 15px;}

        #main {padding-top: 164px;}

        .slider .in {
            height: 100vh;
            min-height: 400px;
            max-height: 550px;
            padding-top: 190px;
        }
        .slider .title {font-size: 50px;}

        .c_wr {background-image: none;}
        .c_wr .txt {
            width: auto;
            max-width: none;
        }

        .c_wr1 .col:nth-child(1) {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-negative: 1;
            flex-shrink: 1;
        }
        

        .c_wr2 .txt {
            width: auto;
            max-width: none;
        }

				.tab-buttons{
					margin-bottom: 40px;
				}

    }





     .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}
@media screen and (max-width: 991px){
    ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li {
    width: 100%;
    margin-right: 0px;
}
.tabs_wr .ui-tabs-nav .ui-tabs-anchor{
	margin-bottom: 10px;
}
.c_wr1 .cols {
    margin: 0 !important; 
}
.c_wr1 .col {
    margin: 0;
}
.tbl_overflow {
    position: relative;
    /* overflow: hidden; */
}
.table1 th, .table1 td, .tablepress td, .tablepress th {
    border-right: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.table1 tr > :last-child, .tablepress tr > :last-child {
    padding-right: 5px;
}
}

 @media screen and (max-width: 600px) {
        .tbl_overflow table {min-width: 600px;}

       
    }