 /*-- tabs --*/
section#tabs {
    background: #dedede;
}
.middile-inner-con h5 {
    line-height: 40px;
    font-size: 22px;
    letter-spacing: 2px;
    color: #333;
}
.middile-inner-con p {
    color: #555;
}
.middile-sec img {
    background: #fff;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    padding: 8px;
}
.tab-main section {
    display: none;
    padding: 2em 0 0;
    border-top: 1px solid #a06948;
}

.tab-main input {
    display: none;
}

.tab-main label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 10px 0px 10px;
    width: 24.7%;
    letter-spacing: 1px;
    text-align: center;
    color: #1e272e;
    border: 1px solid transparent;
}

.tab-main span {
    margin-right: 0.5em;
}

.tab-main label:before {
    font-weight: normal;
    margin-right: 10px;
    opacity: 0;
}

.tab-main label:hover {
    cursor: pointer;
    color: #a06948;
}

.tab-main input:checked + label {
    color: #fff;
    background: #a06948;
    border-bottom: 2px solid #a06948;
}

.tab-main #tab1:checked ~ #content1,
.tab-main #tab2:checked ~ #content2,
.tab-main #tab3:checked ~ #content3,
.tab-main #tab4:checked ~ #content4 {
    display: block;
}

/*inner-category-menu*/
.contactnow {
    margin-top: 40px;
}
.contactnow div ul{
    padding-left: 20px;
    padding-right: 20px;
    background: #f4f8fb;
    display: flex;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
}
.contactnow div ul li a{
    float: left;
    height: 100%;
    width: 158px;
    color: #4d6171; 
    padding: 20px;
    text-align: center;
    font-size: 17px;
}
#bigtext {
    font-size: 15px;
}
.contactnow div ul li a:hover{
    background: #a06948;
    color: #fff;
}
#firstcat{
    background: #a06948;
    color: #fff;
}
/*//inner-category-menu*/

/*-- news --*/
.news{
    margin-bottom: 50px;
}
.news h4{
    margin-top: 50px;
}
.news-grids img {
    border-radius: 4px;
    margin-top: 20px;
    cursor:pointer;
}
section.news {
    position:relative;
}
section.news img {
    padding: 8px;
    background: #fff;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .2);
}
.categorybutton {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.categorybutton a{
    width: 255px;
    text-align: center;
    background: none;
    color: #a06948;
    border:2px solid #a06948;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}
.categorybutton a:hover{
    background:#a06948;
    color: #fff;
}
.middile-sec img {
    background: #fff;
    /*box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);*/
    padding: 8px;
    max-width: 300px;
    max-height:300px;
}
/*-- //news --*/

@media screen and (max-width : 1200px){
    .categorybutton a{
        width: 210px;
    }
    .contactnow div ul li a{
        width: 132px;
    }
    #bigtext{
        font-size: 13px;
    }
}
@media screen and (max-width: 991px){
    .contactnow div ul li a{
        width: 98px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px;
    }
     .contactnow div ul {
        flex-wrap: wrap;
    }
    .categorybutton a{
        width: 330px;
    }
}
@media screen and (max-width: 768px) {
    .tab-main label {
        width: 24%;
    }
   #bigtext{
        font-size: 11px;
    }
    .contactnow div ul li a{
        width: 72px;
        font-size: 11px;
        padding: 9px;
    }
    .categorybutton a{
        width: 240px;
    }
}
@media screen and (max-width : 575px){
    .contactnow div ul li a{
        width: 80px;
    }
    .news-grids div img{
        display: block;
        margin:5px auto;
    }
    .categorybutton{
        text-align: center;
    }
    .categorybutton a{
        width: 415px;
        display: block;
        margin:10px auto;
    }
    .news h4{
        text-align: center;
    }
}

@media screen and (max-width: 425px) {
    .tab-main label {
        padding: 15px;
    }
}

