main#main {
 
    max-width: 1180px;
}
.tab {
    text-align: center;
    position: relative;
    max-width: 32.917vw;
    margin: auto;
    /*
    box-shadow: 0px 0.208vw 1.042vw 0px rgba(0, 0, 0, 0.1);
    */
    background:#fff;
    border-radius:50px;
   /* border-radius:2.604vw;*/
    overflow: hidden;
    /*margin-bottom: 50px;*/
    margin-bottom: 2.604vw;
}

a.tablinks {
    font-size: 0.938vw;
    line-height: 1.667vw;
    color: #515151;
    padding: 0.703vw 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #E2ECDD;
}

a.tablinks svg {
    margin-right: 0.521vw;
}

a.tablinks.active {
    background: #EBC136;
    color: #fff;
}

a.tablinks.active rect,
a.tablinks.active circle {
    stroke: #fff;
}

a.tablinks.active path {
    fill: #fff;
    stroke: #fff;
}

.ig_content .food_grid.boxthree {
    column-count: 3;
    /*  column-gap: 10px;*/
    column-gap: 0.521vw;
    display: block;
}

.ig_content .crad {
    background: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 1.042vw;
}

.igbox-post iframe {
    box-shadow: 0px 0px 1.042vw 0px #00000026!important;
}

.ig_content .crad:hover {
    transform: none;
}

.yt_content .boxtwo {
    grid-template-columns: repeat(2, 1fr);
    /*      grid-column-gap: 10px; */
      grid-column-gap: 0.521vw; 
      /* grid-row-gap: 10px;*/
      grid-row-gap: 0.521vw;
}

.yt_content .crad:hover {
    transform: none;
    box-shadow: 0px 0px 2.083vw 0px #00000026;
}
.yt_content .yt_video{
    /*border: 10px solid #ffffff;*/
border: 0.521vw solid #ffffff;
}

/**/

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 60px 0 100px 0;*/
   padding: 3.125vw 0 5.208vw 0;
   /*gap: 40px;*/
    gap: 2.083vw;
}

.pagination svg {
    width: 1.368vw;
    margin: 0 0.417vw;
    transition: transform 0.2s ease;
}

a.page,a.page.active {
    /*  font-size: 21px;*/
    font-size: 1.094vw;
    line-height: 100%;
    transition: transform 0.2s ease;
    position: relative;
}
a.page{
color: #6E6E6E;
}
a.page.active {
    color: #fff;
}
a.page.active:before {
  background: #EBC136;
}
a.page:before {
  background: #fff;
}
a.page.active:before, a.page:before{
    border-radius: 50%;
  height: 40px;
     /*  height: 2.083vw;*/
     width: 40px;
   /* width: 2.083vw;*/
    content: '';
    position: absolute;
    z-index: -1;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.pagination a.disabled {
    display: none;
}


/*blog*/
.blog_content.fadecontent {
    /* padding-top: 50px;*/
    padding-top: 2.604vw;
}
.post_list.ay_grid.boxtwo {
       align-items: center;
}
.post_day {
    position: relative;
    top: 0;
}
.post_list_title {
    /* padding-top: 10px;*/
    padding-top: 0.521vw;
}
.post_list:after {
    opacity: 1!important;
}
@media screen and (max-width:1200px) {
    main#main {
        padding: 30px 20px 40px 20px!important;
    }
    .yt_content .boxthree {
        grid-template-columns: repeat(2, 1fr)!important;
        grid-column-gap:10px!important;
    }
    .ig_content .boxthree {
        column-count: 2!important;
    }
    .ig_content .boxthree {
        column-gap: 20px;
    }
    .ig_content .crad {
        margin-bottom: 20px;
        padding: 0;
    }
    .yt_content .crad {
        padding:5px;
    }
    .tab {
        max-width: 100%;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        margin-bottom: 20px;

    }
    a.tablinks {
        font-size: 16px;
        line-height: 32px;
        padding: 10px 0 5px 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    a.tablinks svg {
        margin-right: 0;
        margin-bottom: -7px;
    }
    .pagination {
          padding: 30px 0 0px 0;
    gap: 10px;
    }
    .pagination svg {
        width:26px;
        margin: 0 8px;
    }
    a.page {
        font-size:20px;
        line-height:27px;
        padding: 9px 16px;
    }
    a.page.active {
        font-size: 20px;
        line-height:27px;
        padding: 9px 16px;
    }
    .blog_content.fadecontent {
    padding-top: 100px;
}
.post_list:after {
    display: none;
}
.post_list_title {
    padding-top: 0;
}
.yt_content .boxtwo {
    grid-template-columns: 1fr;
}
}

@media screen and (max-width:768px) {
    .yt_content .boxthree {
        grid-template-columns: repeat(1, 1fr)!important;
    }
    .ig_content .boxthree {
        column-count: 1!important;
    }
}