/*-------------- BLOG PAGE -----------*/
.tg_banner_h1 {
    color: white;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    padding-bottom: 10px;
    text-align: center;
}

.tg_banener_Span {
    font-size: 24px;
    display: block;
    line-height: 1.2;
    color: white;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 400;
}

.no_padding {
    padding: 0px !important;
}

.tgo_blog_banner_row {
    padding: 0px !important;
    height: 451px;
    display: flex;
}

.tgo_blog_banner_col {
    margin: auto !important;
}

.tg_blog_bnr_Div {
    width: 34%;
    margin: auto;
}

.tgo_blog_banner_row:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #28348aa3;
    top: 0;
    left: 0;
}
/*-------- RECENT BLOG SECTION -------------*/
.df_main_site_Title {
    font-weight: 600;
    font-size: 35px;
    display: block;
    text-align: center;
    position: relative;
    line-height: 1.2;
    padding-bottom: 11px;
    color: #28348a;
}

.df_main_site_Title:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 2px;
    background: #28348a;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.latest_blog_outer_Desc_inner {
    color: black;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.latest_blog_outer_img_box {
    line-height: 0;
}

.latest_blog_outer_img_box img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.recent_blg_title {
    color: #0056ef;
    font-size: 16px;
    line-height: 1.3;
    height: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.latest_blog_outer_Desc_inner {
    margin-top: 4px;
}

.reent_blg_Date_div {
    color: black;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 3px;
    width: 50%;
}
.latest_blog_outer_Desc_box {
    background: white;
    padding: 10px;
}
.latest_blog_outer_row  svg {
    width: 41px;
    height: 41px;
    margin: auto;
}

.latest_blog_outer_row .slick-arrow {
    background: #28348a;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
}

.latest_blog_outer_row svg path {stroke: white;}

.tgo_recent_blog_block {
    width: 65%;
    margin: auto;
}

.latest_blog_outer_row .rec_prev {
    position: absolute;
    top: 0;
    left: -75px;
    z-index: 99;
    bottom: 0;
    margin: auto;
}

.latest_blog_outer_row .rec_nxt {
    position: absolute;
    top: 0;
    right: -75px;
    z-index: 99;
    bottom: 0;
    margin: auto;
}

.latest_blog_outer_row .rec_nxt svg {
    transform: rotate(180deg);
}
.latest_blog_outer_row .slick-slide.slick-current.slick-active.slick-center .latest_blog_outer_box {
    transform: scale(1.2);
    width: 413px !important;
    margin-left: 0px;
    z-index: 1;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 100px;
}

.latest_blog_outer_row .slick-slide .latest_blog_outer_box {
    transform: scale(0.9);
    position: relative;
    transition: 1s;
    opacity: 0.9;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.tg_recent_BLocks {
    margin-top: 35px;
    background: white;
}
.tgo_recent_blog_row {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

/*--------------- ALL BLOGS SECTION -----------*/
/* .tgo_all_blog_section {
    background: #28348a;
} */

.site_white_Title {
    color: white !important;
}

.site_white_Title:before {
    background: white !important;
}

.allDf_blog_outer_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.allDf_blog_outer_col {
    width: 33.33%;
    padding: 10px 35px;
}

.tg_all_blogs_Block {
    margin-top: 30px;
        /* background: #28348a; */
}

.tgo_all_blog_block {
    width: 85%;
    margin: auto;
}
.allDf_blog_outer_img_box {
    line-height: 0;
}

.allDf_blog_outer_img_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.tg_all_blg_date_Div {
    display: flex;
    margin-top: 15px;
}

.blg_rad_btn {
    width: 127px;
    height: 42px;
    background-color: #28348a;
    display: flex;
    color: white;
    font-size: 18px;
}

.blg_rad_btn span {
    margin: auto;
}

.tg_all_blg_read_div {
        display: flex;
    justify-content: right;
    width: 50%;
}
.allDff_blog_outer_box {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.tg_sm_padd_row {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.see_al_btn {
    color: #28348a;
    font-size: 25px;
    background: white;
    width: 170px;
    height: 50px;
    display: flex;
    font-weight: 600;
    line-height: 1.2;
}

.see_al_btn span {
    margin: auto;
}

.tgo_see_all_Div {
    display: flex;
    justify-content: center;
    margin-top: 43px;
}
/* .tgo_recent_blog_Section:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../../../../../wp-content/uploads/2023/02/bg-1.png);
    background-repeat: repeat-y;
    background-size: contain;
} */

/*--------------------- BLOG INNERPAGE --------------*/
.tg_blog_inner_row {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 166px !important;
    padding-right: 166px !important;
}

.tgo_top_lft_Title {
    display: block;
    font-size: 25px;
    color: #28348a;
    line-height: 1.1;
    font-weight: 600;
    padding-bottom: 12px;
}

.tgo_top_lft_date_div {
    color: black;
    font-size: 18px;
    line-height: 1.2;
    display: block;
    padding-bottom: 10px;
}

.tgo_top_lft_author_div {
    color: black;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 10px;
}

.tgo_top_lft_feature_img_div img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.tgo_top_lft_feature_img_div {
    line-height: 0;
    margin-top: 30px;
}

.tgo_top_lft_feature_Desc {
    margin-top: 26px;
    color: black;
    font-size: 18px;
    line-height: 1.5;
    text-indent: 60px;
}

img.top_search_img {
    width: 100%;
    height: 20px;
    object-fit: contain;
}

.search-container button {
       background: #28348a;
    border: none;
    width: 60px;
    height: 45px;
}

.search-container input {
    width: 100%;
    height: 45px;
    border: none;
    border-bottom: 2px solid black;
        font-size: 23px;
}

.search-container {
    display: block;
    width: 100%;
    position: relative;
}

.search-container form {
    display: flex;
    position: relative;
}

.tgro_rght_sd_Title {
    color: black;
    display: block;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 10px;
}

ul.prod_Ul_mn {
    padding: 0px;
    list-style-type: none;
}

ul.prod_Ul_mn li a {
    color: black;
    transition: 1s;
}
ul.prod_Ul_mn li a:hover{
    color: #28348a;
}

ul.prod_Ul_mn li {
    font-size: 17px;
    line-height: 1.2;
    padding-bottom: 10px;
}
.tgro_right_recent_img_box {
    line-height: 0;
}

.tgro_right_recent_img_box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tgro_right_recent_titel {
    color: #0056ef;
    font-size: 18px;
    line-height: 1.3;
    height: 51px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.tg_recnt_Date {
    font-size: 15px;
    color: black;
    line-height: 1.2;
    margin: auto;
    margin-left: 0px;
}

.tg_rec_btn {
    width: 122px;
    height: 40px;
    background-color: #28348a;
    display: flex;
    color: white;
    font-size: 18px;
}

.tg_rec_btn span {
    margin: auto;
}

.tgro_right_recent_read_row {
    display: flex;
}

.tgro_right_recent_date_left {
    width: 50%;
    display: flex;
}

.tgro_right_recent_date_right {
    width: 50%;
    display: flex;
    justify-content: right;
}

.tg_blog_inner_left_col {
    width: 75% !important;
    padding-right: 133px;
}

.tg_blog_inner_right_col {
    width: 25% !important;
    background: white;
}
.tgro_right_side_prod_div {
    margin-top: 40px;
}

.tgro_right_recent_Div {
    margin-top: 10px;
}
.tgro_right_recent_desc {
    padding: 15px 15px;
}


.tgro_right_recent_date_inner {
    margin-top: 10px;
}

.tgro_right_recent_post_box {
    margin-bottom: 20px;
}

/* .tg_blog_inner_m_Section:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../../../../../wp-content/uploads/2023/02/bg-1.png);
    background-repeat: repeat-y;
    background-size: contain;
} */

.wt_cf_section .et_pb_row.et_pb_row_2.tmgo_form_row.no_margin.tb_same_padding {
    padding-top: 25px !important;
    padding-bottom: 35px !important;
}
.wt_cf_section.tmgo_form_section input::placeholder,
.wt_cf_section.tmgo_form_section input{
    color: #28348a !important;
}
.tmgo_touch_row.no_margin.tb_same_padding {
    padding-bottom: 0px !important;
    padding-top: 30px !important;
}
.tmgo_touch_row.no_margin.tb_same_padding .sco_icon_box {
    margin-top: 40px;
}
.et-db #et-boc .et-l .header_row_col_two .et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li.current-menu-item a {
    color: #f89602!important;
}


@media all and (min-width: 320px) and (max-width: 480px) {
    .tgro_right_recent_post_main {
        width: 300px;
        margin: auto !important;
    }
}
@media all and (min-width: 320px) and (max-width: 767px) {
    .tgo_top_lft_feature_img_div {
        margin-top: 15px;
    }
    .tmgo_touch_row.no_margin.tb_same_padding {
        padding-bottom: 15px !important;
    }
    .et_pb_section.et_pb_section_1.tgo_all_blog_section.no_padding.et_pb_with_background.et_section_regular {
        margin-top: 60px !important;
    }
    .tg_sm_padd_row {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    /* ===================== */
    .tgro_right_recent_post_box {
        margin-bottom: 5px;
        padding: 10px 0;
    }
    /* ===================== */
    .tgo_blog_banner_row {
        height: 226px;
    }
    .tg_banner_h1 {
        font-size: 26px;
    }
    .tg_banener_Span {
        font-size: 15px;
    }
    .tg_blog_bnr_Div {
        width: 93%;
    }
    .tgo_blog_banner_col{
        display: flex;
    }
    .tgo_blog_banner_block {
        margin: auto !important;
    }
    /*----------- RECENT BLOGS -------------*/
    .latest_blog_outer_row .slick-slide.slick-current.slick-active.slick-center .latest_blog_outer_box{
        width: 100% !important;
        transform: scale(1);
        margin-bottom: 20px;
    }
    .latest_blog_outer_img_box img {
        height: 281px;
    }
    .recent_blg_title {
            font-size: 15px;
        height: auto;
    }
    .latest_blog_outer_Desc_inner{
            font-size: 14px;
    }
    .reent_blg_Date_div {
            font-size: 13px;
    margin-top: 4px;
    }
    .tgo_recent_blog_block {
        width: 85%;
    }
    .tgo_recent_blog_row {
            padding-top: 24px !important;
        padding-bottom: 64px !important;
    }
    .df_main_site_Title {
        font-size: 28px;
    }
    .df_main_site_Title:before {
            width: 119px;
    }
    .latest_blog_outer_row svg {
        width: 35px;
        height: 35px;
    }
    .latest_blog_outer_row .slick-arrow{
        width: 39px;
        height: 39px;
    }
    .latest_blog_outer_row .rec_prev {
        left: 0;
        bottom: -45px;
        top: auto;
        right: 50px;
    }
    .latest_blog_outer_row .rec_nxt{
        right: 0;
        bottom: -45px;
        top: auto;
        left: 50px;
    }
    .latest_blog_outer_Desc_box{
            padding: 13px 10px;
    }
    .latest_blog_outer_row .slick-slide .latest_blog_outer_box {
        transform: scale(1);
    }
    /*---------------- ALL BLOG SECTION -------------*/
    .tgo_all_blog_block {
        width: 100%;
    }
    .allDf_blog_outer_img_box img {
        height: 215px;
    }
    .allDf_blog_outer_col {
        padding: 10px 4px;
        width: 300px;
    }
    .tgo_see_all_Div {
        margin-top: 25px;
    }
    .blg_rad_btn {
        font-size: 15px;
        width: 107px;
        height: 36px;
    }
    .latest_blog_outer_Desc_box {
            padding: 14px 14px;
    }
    .see_al_btn {
            font-size: 18px;
        width: 140px;
        height: 50px;
    }
        /*----------------- BLOG INNERPAGE ------------*/
    .tg_blog_inner_row {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .tgo_top_lft_Title {
        font-size: 20px;
    }
    .tgo_top_lft_date_div {
        font-size: 15px;
        padding-bottom: 5px;
    }
    .tgo_top_lft_author_div {
        font-size: 17px;
    padding-bottom: 6px;
    }
    .tgo_top_lft_feature_img_div img {
            height: 244px;
    }
    .tgo_top_lft_feature_Desc {
            font-size: 15px;
        text-indent: 43px;
    }
    .search-container input {
        height: 44px;
    font-size: 19px;
    }
    .search-container button {
            width: 51px;
    height: 44px;
    }
    .search-container {
            width: 100%;
    }
    .tgro_rght_sd_Title {
            font-size: 20px;
    }
    ul.prod_Ul_mn li {
        font-size: 15px;
    }
    .tgro_right_recent_img_box img {
            height: 161px;
    }
    .tg_rec_btn {
            width: 85px;
    height: 29px;
    font-size: 14px;
    }
    .tg_blog_inner_left_col {
            padding-right: 0px;
        width: 100% !important;
    }
    img.top_search_img {
            height: 17px;
    }
    .tgro_right_recent_titel {
        font-size: 16px;
            height: 44px;
    }
    .tg_recnt_Date {
        font-size: 13px;
    }
    .tg_blog_inner_right_col {
        width: 100% !important;
        padding-top: 30px;
    }
    .tgro_right_recent_post_main {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }
    .tgro_right_recent_post_box{
            width: 100%;
    padding: 10px;
    }


}

@media all and (min-width: 481px) and (max-width: 767px) {
    .tgro_right_recent_post_box{
            width: 50%;
    padding: 10px;
    }
 
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .tgo_blog_banner_row {
        height: 265px;
    }
    .tg_banner_h1 {
        font-size: 30px;
    }
    .tg_banener_Span {
        font-size: 16px;
    }
    .tg_blog_bnr_Div {
        width: 50%;
    }
    /*----------- RECENT BLOGS -------------*/
    .latest_blog_outer_row .slick-slide.slick-current.slick-active.slick-center .latest_blog_outer_box{
        width: 249px !important;
    }
    .latest_blog_outer_img_box img {
        height: 215px;
    }
    .recent_blg_title {
            font-size: 15px;
        height: auto;
    }
    .latest_blog_outer_Desc_inner{
            font-size: 14px;
    }
    .reent_blg_Date_div {
            font-size: 13px;
    margin-top: 4px;
    }
    .tgo_recent_blog_block {
        width: 85%;
    }
    .tgo_recent_blog_row {
            padding-top: 29px !important;
        padding-bottom: 18px !important;
    }
    .df_main_site_Title {
        font-size: 28px;
    }
    .df_main_site_Title:before {
            width: 119px;
    }
    .latest_blog_outer_row svg {
        width: 35px;
        height: 35px;
    }
    .latest_blog_outer_row .slick-arrow{
        width: 39px;
        height: 39px;
    }
    .latest_blog_outer_row .rec_prev {
            left: -50px;
    }
    .latest_blog_outer_row .rec_nxt{
        right: -50px;
    }
    .latest_blog_outer_Desc_box{
            padding: 13px 10px;
    }
    /*---------------- ALL BLOG SECTION -------------*/
    .tgo_all_blog_block {
        width: 100%;
    }
    .allDf_blog_outer_img_box img {
        height: 215px;
    }
    .allDf_blog_outer_col {
        padding: 16px 20px;
     width: 50%;
    }
    .blg_rad_btn {
        font-size: 15px;
        width: 107px;
        height: 36px;
    }
    .latest_blog_outer_Desc_box {
            padding: 14px 14px;
    }
    .see_al_btn {
            font-size: 20px;
        width: 140px;
        height: 50px;
    }
    /*----------------- BLOG INNERPAGE ------------*/
    .tg_blog_inner_row {
            padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .tgo_top_lft_Title {
        font-size: 20px;
    }
    .tgo_top_lft_date_div {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .tgo_top_lft_author_div {
        font-size: 19px;
    padding-bottom: 6px;
    }
    .tgo_top_lft_feature_img_div img {
            height: 342px;
    }
    .tgo_top_lft_feature_Desc {
            font-size: 15px;
    }
    .search-container input {
        height: 44px;
    font-size: 19px;
    }
    .search-container button {
            width: 51px;
    height: 44px;
    }
    .search-container {
            width: 100%;
    }
    .tgro_rght_sd_Title {
            font-size: 22px;
    }
    ul.prod_Ul_mn li {
        font-size: 15px;
    }
    .tgro_right_recent_img_box img {
            height: 161px;
    }
    .tg_rec_btn {
            width: 85px;
    height: 29px;
    font-size: 14px;
    }
    .tg_blog_inner_left_col {
            padding-right: 30px;
    }
    img.top_search_img {
            height: 17px;
    }
    .tgro_right_recent_titel {
        font-size: 16px;
            height: 44px;
    }
    .tg_recnt_Date {
        font-size: 13px;
    }



}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .tgo_blog_banner_row {
        height: 302px;
    }
    .tg_banner_h1 {
        font-size: 34px;
    }
    .tg_banener_Span {
        font-size: 18px;
    }
    .tg_blog_bnr_Div {
        width: 42%;
    }
    /*----------- RECENT BLOGS -------------*/
    .latest_blog_outer_row .slick-slide.slick-current.slick-active.slick-center .latest_blog_outer_box{
        width: 310px !important;
    }
    .latest_blog_outer_img_box img {
        height: 260px;
    }
    .recent_blg_title {
            font-size: 15px;
            height: auto;
    }
    .latest_blog_outer_Desc_inner{
            font-size: 14px;
    }
    .reent_blg_Date_div {
            font-size: 15px;
    }
    .tgo_recent_blog_block {
        width: 85%;
    }
    .tgo_recent_blog_row {
            padding-top: 29px !important;
        padding-bottom: 18px !important;
    }
    .df_main_site_Title {
        font-size: 30px;
    }
    .df_main_site_Title:before {
            width: 155px;
    }
    .latest_blog_outer_row svg {
        width: 35px;
        height: 35px;
    }
    .latest_blog_outer_row .slick-arrow{
        width: 39px;
        height: 39px;
    }
    .latest_blog_outer_row .rec_prev {
            left: -50px;
    }
    .latest_blog_outer_row .rec_nxt{
        right: -50px;
    }
    /*---------------- ALL BLOG SECTION -------------*/
    .tgo_all_blog_block {
        width: 100%;
    }
    .allDf_blog_outer_img_box img {
        height: 215px;
    }
    .allDf_blog_outer_col {
        padding: 10px 15px;
    }
    .blg_rad_btn {
        font-size: 15px;
        width: 107px;
        height: 36px;
    }
    .latest_blog_outer_Desc_box {
            padding: 14px 14px;
    }
    .see_al_btn {
            font-size: 22px;
    width: 173px;
    height: 54px;
    }
            /*----------------- BLOG INNERPAGE ------------*/
    .tg_blog_inner_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .tgo_top_lft_Title {
        font-size: 20px ;
    }
    .tgo_top_lft_date_div {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .tgo_top_lft_author_div {
        font-size: 22px;
    padding-bottom: 6px;
    }
    .tgo_top_lft_feature_img_div img {
            height: 373px;
    }
    .tgo_top_lft_feature_Desc {
            font-size: 16px;
    }
    .search-container input {
        height: 49px;
            font-size: 21px;
    }
    .search-container button {
            width: 63px;
        height: 49px;
    }
    .search-container {
            width: 90%;
    }
    .tgro_rght_sd_Title {
            font-size: 22px;
    }
    ul.prod_Ul_mn li {
        font-size: 15px;
    }
    .tgro_right_recent_img_box img {
            height: 180px;
    }
    .tg_rec_btn {
        width: 105px;
        height: 37px;
            font-size: 16px;
    }
    .tg_blog_inner_left_col {
            padding-right: 30px;
    }


}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .tgo_blog_banner_row {
        height: 328px;
    }
    .tg_banner_h1 {
        font-size: 36px;
    }
    .tg_banener_Span {
        font-size: 18px;
    }
    .tg_blog_bnr_Div {
        width: 42%;
    }
    /*----------- RECENT BLOGS -------------*/
    .latest_blog_outer_row .slick-slide.slick-current.slick-active.slick-center .latest_blog_outer_box{
        width: 310px !important;
    }
    .latest_blog_outer_img_box img {
        height: 270px;
    }
    .recent_blg_title {
            font-size: 15px;
            height: auto;
    }
    .reent_blg_Date_div {
            font-size: 15px;
    }
    .tgo_recent_blog_block {
        width: 80%;
    }
    .tgo_recent_blog_row {
            padding-top: 29px !important;
        padding-bottom: 18px !important;
    }
    .df_main_site_Title {
        font-size: 30px;
    }
    .df_main_site_Title:before {
            width: 155px;
    }
    /*---------------- ALL BLOG SECTION -------------*/
    .tgo_all_blog_block {
        width: 95%;
    }
    .allDf_blog_outer_img_box img {
        height: 215px;
    }
    .allDf_blog_outer_col {
        padding: 10px 22px;
    }
    .blg_rad_btn {
        font-size: 15px;
        width: 107px;
        height: 36px;
    }
    .latest_blog_outer_Desc_box {
            padding: 14px 14px;
    }
    .see_al_btn {
            font-size: 22px;
    width: 173px;
    height: 54px;
    }
        /*----------------- BLOG INNERPAGE ------------*/
    .tg_blog_inner_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .tgo_top_lft_Title {
        font-size: 20px ;
    }
    .tgo_top_lft_date_div {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .tgo_top_lft_author_div {
        font-size: 22px;
    padding-bottom: 6px;
    }
    .tgo_top_lft_feature_img_div img {
            height: 373px;
    }
    .tgo_top_lft_feature_Desc {
            font-size: 16px;
    }
    .search-container input {
        height: 49px;
            font-size: 21px;
    }
    .search-container button {
            width: 63px;
        height: 49px;
    }
    .search-container {
            width: 90%;
    }
    .tgro_rght_sd_Title {
            font-size: 23px;
    }
    ul.prod_Ul_mn li {
        font-size: 15px;
    }
    .tgro_right_recent_img_box img {
            height: 180px;
    }
    .tg_rec_btn {
        width: 105px;
        height: 37px;
            font-size: 16px;
    }
    .tg_blog_inner_left_col {
            padding-right: 75px;
    }
    
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .tgo_blog_banner_row {
        height: 350px;
    }
    .tg_banner_h1 {
        font-size: 36px;
    }
    .tg_banener_Span {
        font-size: 18px;
    }
    .tg_blog_bnr_Div {
        width: 38%;
    }
    /*----------- RECENT BLOGS -------------*/
    .latest_blog_outer_row .slick-slide.slick-current.slick-active.slick-center .latest_blog_outer_box{
        width: 310px !important;
    }
    .latest_blog_outer_img_box img {
        height: 270px;
    }
    .recent_blg_title {
            font-size: 15px;
            height: auto;
    }
    .reent_blg_Date_div {
            font-size: 15px;
    }
    .tgo_recent_blog_block {
        width: 75%;
    }
    .tgo_recent_blog_row {
        padding-top: 35px !important;
        padding-bottom: 30px !important;
    }
    .df_main_site_Title {
        font-size: 30px;
    }
    .df_main_site_Title:before {
            width: 168px;
    }
    /*---------------- ALL BLOG SECTION -------------*/
    .tgo_all_blog_block {
        width: 95%;
    }
    .allDf_blog_outer_img_box img {
        height: 215px;
    }
    .allDf_blog_outer_col {
        padding: 10px 22px;
    }
    .blg_rad_btn {
        font-size: 19px;
    }
    .latest_blog_outer_Desc_box {
            padding: 14px 14px;
    }
    .see_al_btn {
            font-size: 22px;
        width: 173px;
        height: 54px;
    }
    /*----------------- BLOG INNERPAGE ------------*/
    .tg_blog_inner_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .tgo_top_lft_Title {
        font-size: 20px;
    }
    .tgo_top_lft_date_div {
        font-size: 17px;
        padding-bottom: 5px;
    }
    .tgo_top_lft_author_div {
        font-size: 22px;
    padding-bottom: 6px;
    }
    .tgo_top_lft_feature_img_div img {
            height: 373px;
    }
    .tgo_top_lft_feature_Desc {
            font-size: 16px;
    }
    .search-container input {
        height: 49px;
            font-size: 21px;
    }
    .search-container button {
            width: 63px;
        height: 49px;
    }
    .search-container {
            width: 90%;
    }
    .tgro_rght_sd_Title {
            font-size: 23px;
    }
    ul.prod_Ul_mn li {
        font-size: 15px;
    }
    .tgro_right_recent_img_box img {
            height: 180px;
    }
    .tg_rec_btn {
        width: 105px;
        height: 37px;
            font-size: 16px;
    }
    .tg_blog_inner_left_col {
            padding-right: 75px;
    }

    
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .tgo_blog_banner_row {
        height: 379px;
    }
    .tg_banner_h1 {
        font-size: 40px;
    }
    .tg_banener_Span {
        font-size: 20px;
    }
    .tg_blog_bnr_Div {
        width: 38%;
    }
    /*----------- RECENT BLOGS -------------*/
    .latest_blog_outer_row .slick-slide.slick-current.slick-active.slick-center .latest_blog_outer_box{
        width: 310px !important;
    }
    .latest_blog_outer_img_box img {
        height: 270px;
    }
    .recent_blg_title {
            font-size: 15px;
            height: auto;
    }
    .reent_blg_Date_div {
            font-size: 15px;
    }
    .tgo_recent_blog_block {
        width: 70%;
    }
    .tgo_recent_blog_row {
        padding-top: 35px !important;
        padding-bottom: 30px !important;
    }
    .df_main_site_Title {
        font-size: 30px;
    }
    .df_main_site_Title:before {
            width: 168px;
    }
    /*---------------- ALL BLOG SECTION -------------*/
    .tgo_all_blog_block {
        width: 90%;
    }
    .allDf_blog_outer_img_box img {
        height: 229px;
    }
    .allDf_blog_outer_col {
        padding: 10px 29px;
    }
    .blg_rad_btn {
        font-size: 19px;
    }
    .latest_blog_outer_Desc_box {
            padding: 14px 14px;
    }
    .see_al_btn {
            font-size: 22px;
    width: 173px;
    height: 54px;
    }
    /*----------------- BLOG INNERPAGE ------------*/
    .tg_blog_inner_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .tgo_top_lft_Title {
        font-size: 20px;
    }
    .tgo_top_lft_date_div {
        font-size: 17px;
    }
    .tgo_top_lft_author_div {
            font-size: 24px;
    }
    .tgo_top_lft_feature_img_div img {
            height: 450px;
    }
    .tgo_top_lft_feature_Desc {
            font-size: 17px;
    }
    .search-container input {
        height: 49px;
            font-size: 21px;
    }
    .search-container button {
            width: 63px;
        height: 49px;
    }
    .search-container {
            width: 70%;
    }
    .tgro_rght_sd_Title {
            font-size: 24px;
    }
    ul.prod_Ul_mn li {
        font-size: 16px;
    }
    .tgro_right_recent_img_box img {
            height: 180px;
    }
    .tg_rec_btn {
        width: 105px;
        height: 37px;
            font-size: 16px;
    }
    .tg_blog_inner_left_col {
        padding-right: 80px;
    }

}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .tgo_blog_banner_row {
        height: 405px;
    }
    .tg_banner_h1 {
        font-size: 45px;
    }
    .tg_banener_Span {
        font-size: 20px;
    }
    .tg_blog_bnr_Div {
        width: 38%;
    }
    /*----------- RECENT BLOGS -------------*/
    .latest_blog_outer_row .slick-slide.slick-current.slick-active.slick-center .latest_blog_outer_box{
        width: 310px !important;
    }
    .latest_blog_outer_img_box img {
        height: 270px;
    }
    .recent_blg_title {
            font-size: 16px;
            height: auto;
    }
    .reent_blg_Date_div {
            font-size: 15px;
    }
    .tgo_recent_blog_row {
        padding-top: 35px !important;
        padding-bottom: 30px !important;
    }
    .df_main_site_Title {
        font-size: 33px;
    }
    .df_main_site_Title:before {
            width: 168px;
    }
    /*---------------- ALL BLOG SECTION -------------*/
    .tgo_all_blog_block {
        width: 90%;
    }
    .allDf_blog_outer_img_box img {
        height: 255px;
    }
    .allDf_blog_outer_col {
        padding: 10px 29px;
    }
    .blg_rad_btn {
        font-size: 19px;
    }
    .see_al_btn {
        font-size: 23px;
        width: 187px;
        height: 57px;
    }
    /*----------------- BLOG INNERPAGE ------------*/
    .tg_blog_inner_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .tgo_top_lft_Title {
        font-size: 20px;
    }
    .tgo_top_lft_date_div {
        font-size: 17px;
    }
    .tgo_top_lft_author_div {
            font-size: 24px;
    }
    .tgo_top_lft_feature_img_div img {
            height: 450px;
    }
    .tgo_top_lft_feature_Desc {
            font-size: 17px;
    }
    .search-container input {
        height: 49px;
            font-size: 21px;
    }
    .search-container button {
            width: 63px;
        height: 49px;
    }
    .search-container {
            width: 70%;
    }
    .tgro_rght_sd_Title {
            font-size: 24px;
    }
    ul.prod_Ul_mn li {
        font-size: 16px;
    }

    .tg_rec_btn {
        width: 105px;
        height: 37px;
            font-size: 16px;
    }


}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .tgo_blog_banner_row {
        height: 405px;
    }

    .tg_blog_bnr_Div {
        width: 38%;
    }
    /*----------- RECENT BLOGS -------------*/
    .latest_blog_outer_row .slick-slide.slick-current.slick-active.slick-center .latest_blog_outer_box{
        width: 390px !important;
    }
    .latest_blog_outer_img_box img {
        height: 337px;
    }
    .recent_blg_title {
            font-size: 16px;
            height: auto;
    }
    .reent_blg_Date_div {
            font-size: 15px;
    }
    /*---------------- ALL BLOG SECTION -------------*/
    .tgo_all_blog_block {
        width: 90%;
    }
    .allDf_blog_outer_img_box img {
        height: 255px;
    }
    .allDf_blog_outer_col {
        padding: 10px 29px;
    }
    .blg_rad_btn {
        font-size: 19px;
    }
    .see_al_btn {
        font-size: 23px;
        width: 187px;
        height: 57px;
    }
    /*----------------- BLOG INNERPAGE ------------*/
    .tg_blog_inner_row {
        padding-left: 134px !important;
        padding-right: 134px !important;
    }
    .tgo_top_lft_feature_img_div img {
            height: 450px;
    }
    .tgo_top_lft_feature_Desc {
            font-size: 17px;
    }
    .search-container input {
        height: 49px;
            font-size: 21px;
    }
    .search-container button {
            width: 63px;
        height: 49px;
    }
    .search-container {
            width: 70%;
    }
    .tg_rec_btn {
        width: 105px;
        height: 37px;
        font-size: 16px;
    }


}

