@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

a, a:hover, a:focus, a:target, a:active{text-decoration:none;}
.TAC {text-align: center;}
.common_container {width: 1260px; margin: auto;}
#budget_wrapper a, #budget_wrapper a:hover {text-decoration: none;}
.budget_container {width: 1260px; margin: auto; display: flex; justify-content: space-between;}
.budgetpage_heading, .budgetsection_heading a {font: 700 28px/48px "Figtree", sans-serif; color: #1D1F1E; margin-bottom: 20px;}
.sector_sections {margin-bottom: 40px;}
.adblock {margin-bottom: 20px;}
.page_left {width: 915px;}
.page_right {width: 300px; padding-top: 68px;}
.RHSheading {font: 600 16px/19px "Figtree", sans-serif; color: #080F5B; margin-bottom: 15px;}
.heading_box {display: flex; align-items: center; gap: 10px;} 
.budgetsection_heading {display: inline-block; color: #080F5B; font: 700 20px "Figtree", sans-serif; padding-left: 27px;
    line-height: normal; text-transform: capitalize; position: relative;}
.budgetsection_heading:before {content: ""; position: absolute; left: 0; width: 12px; height: 12px; background: #2EBE8B;
        border-radius: 50%; top: 6px; display: inline-block; vertical-align: middle;}
.presentedby {display: flex; align-items: center;}
.presentedby span {font: 400 12px/14px "Figtree", sans-serif; color: #666666; margin-right: 10px;}
.show_in_mobile {display: none;}


.budgetbreadcrumb .common_container {padding: 15px 0 0; margin-bottom: 20px;}
.budgetbreadcrumb .common_container a {font: 500 12px/19px "Lato", sans-serif; color: #0070AD;}
.budgetbreadcrumb .common_container span {font: 500 12px/19px "Lato", sans-serif; color: #000000;}


/*** section ***/
.budgetsectioncontent {display: flex; justify-content: space-between; gap: 30px; margin-top: 15px;}
.budgetsectioncontent .imageblock {margin-bottom: 15px;}
.budgetsectioncontent .imageblock img {border-radius: 10px;}
.budgetsectioncontent .contentblock {padding-bottom: 25px; border-bottom: 1px solid #DFDFDF;}
.budgetsectioncontent .article_heading {margin-bottom: 20px;}
.budgetsectioncontent .article_heading, .budgetsectioncontent .article_heading a {font: 700 22px/26px "Figtree", sans-serif; color: #1D1F1E; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; min-height: 78px;}
.budgetsectioncontent .article_des, .budgetsectioncontent .article_des a {font: 400 16px/24px "Figtree", sans-serif; color: #646A69;}
.budgetsectioncontent .article_des {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; min-height: 72px;}
.budgetsectioncontent .left_block {width: 430px;}
.budgetsectioncontent .right_block {width: 450px;}
.budgetsectioncontent .right_block ul {display: flex; flex-wrap: wrap; gap: 20px 30px;}
.budgetsectioncontent .right_block .image_block {margin-bottom: 12px;}
.budgetsectioncontent .right_block .image_block img {border-radius: 5px;}
.budgetsectioncontent .right_block ul li {width: 210px;}
.budgetsectioncontent .right_block ul li:nth-of-type(3), .budgetsectioncontent .right_block ul li:nth-of-type(4) {padding-bottom: 50px; border-bottom: 1px solid #DFDFDF;}
.budgetsectioncontent .right_block ul li .content_block {font: 600 16px/20px "Figtree", sans-serif; color: #1D1F1E; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; min-height: 60px;}
.budget_view_button_container {display: block; text-align: right; margin-top: 30px;}
a.budget_view_button {border: 1px solid #A3A3A3; border-radius: 5px; font: 400 14px/24px "Figtree", sans-serif; color: #000000; padding: 10px;}
.budget_view_button:after {content: ""; border: solid #000000; border-width: 0 1px 1px 0; display: inline-block; padding: 3px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); margin-left: 4px; position: relative; top: -1px;}
/*** section ***/


/*** trending topics ***/
.trending_topics {margin-bottom: 20px;}
.trending_topics .common_container {display: flex; align-items: center; gap: 10px;}
.trending_topics .title {font: 700 15px/19px "Figtree", sans-serif; color: #1D1F1E; white-space: nowrap; position: relative;}
.trending_topics ul {display: flex; gap: 10px; overflow-x: auto; white-space: nowrap; scrollbar-color: #d5e0e5 transparent;
    scrollbar-width: thin; scrollbar-height: thin; margin-bottom: 0;}
.trending_topics ul li {border: 1px solid #E0E0E0; border-radius: 21px; font: 400 12px/19px "Figtree", sans-serif; color: #646A69; padding: 5px 10px;}
.trending_topics ul li a {color: #1D1F1E;}
/*** trending topics ***/


/*** budget trends ***/
.budget_trends {border: 1px solid #D8D8D8; border-radius: 5px; padding: 20px;}
.budget_trends ul {display: flex; flex-wrap: wrap; gap: 8px; overflow-y: auto; white-space: nowrap; max-height: 212px; scrollbar-color: #d5e0e5 transparent; scrollbar-width: thin; scrollbar-height: thin;}
.budget_trends ul li {margin-bottom: 5px;}
.budget_trends ul li {border: 1px solid #E0E0E0; border-radius: 21px; font: 400 14px/19px "Figtree", sans-serif; color: #1D1F1E; padding: 10px;}
.budget_trends ul li a {color: #1D1F1E;}
/*** budget trends ***/


/*** second menu ***/
.second_menu .navbar {overflow: hidden; background-color: #0070AD; margin-bottom: 20px;}
.second_menu .navbar a {float: left; font-size: 14px; line-height: 17px; color: white; text-align: center; padding: 8px 20px; text-decoration: none;}
.second_menu .dropdown {float: left; overflow: hidden; position: inherit;}
.second_menu .dropdown:after {content: ""; padding: 3px; border: solid #fff; border-width: 0 1px 1px 0; display: inline-block; transform: rotate(45deg); position: relative; right: 10px; top: -3px;}
.second_menu .dropdown:hover:after {transform: rotate(223deg); top: 0; transition: .5s all;} 
.second_menu .dropdown .dropbtn {font-size: 14px; line-height: 17px; font-weight: 800; border: none; outline: none; color: white; padding: 8px 20px 8px 10px; background-color: inherit; font-family: inherit; margin: 0; text-transform: uppercase; cursor: pointer; border-bottom: 2px solid #fff;}
.second_menu .navbar a:hover, .second_menu .dropdown:hover .dropbtn {background-color: #0070AD;}
.second_menu .dropdown-content {display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1;}
.second_menu .dropdown-content a {float: none; color: black; padding: 12px 0px; text-decoration: none; display: block; text-align: left; border-bottom: 1px solid #EBEBEB; white-space: normal;}
.second_menu .dropdown-content a:hover {background-color: transparent;}
.second_menu .dropdown:hover .dropdown-content {display: block; width: 200px; padding: 0 10px; margin-left: -10px;}
.second_menu .cust_scroll {overflow-y: auto; white-space: nowrap; max-height: 260px; scrollbar-color: #d5e0e5 transparent; scrollbar-width: thin; scrollbar-height: thin; padding: 0 15px;}
/*** second menu ***/


/*** faq ***/
.faq_section{padding-top:15px;}
.faq_section .collapse.in {display: block;}
.faq_section .cus_mleft5{margin-left:-5px;}
.faq_section .numbering {position:relative;font: 900 16px/20px "Lato", sans-serif;color: #000;z-index:0;top: 30px;left: 10px;}
.faq_section .numbering:before{background:#EBCE2A;width:35px;height:35px;position:absolute;border-radius:50%;content:"";transform: translate(-50%,-50%);left: 50%;top: 50%;z-index:-1;}
.faq_section .panel, .faq_section .panel.panel-default.active {box-shadow:none;}
.faq_section .panel-group .panel+.panel {margin-top:0;}
.faq_section .panel.panel-default.active {padding-bottom: 0; max-height: 322px; overflow-y: auto; scrollbar-color: #d5e0e5 transparent; scrollbar-width: thin; scrollbar-height: thin; padding-right: 30px;}
.faq_section .panel-group .panel { background-color: transparent; padding-bottom: 0; margin-bottom: 0;border:0;}
.faq_section .panel-default>.panel-heading{background:#fff; border-radius: 5px; border-left:none;border-right:none;border-top:none;padding: 15px 20px 0 20px; margin-bottom: 15px; box-shadow: 0 3px 6px #00000029;}
.faq_section .panel-group {margin-bottom: 0; margin-top: 20px; position: relative; background-color: #EAEDF8; padding: 35px;}
.faq_section .panel-default>.panel-heading a {position: relative; display: block; font: 600 16px/14px "Figtree", sans-serif; color: #1D1F1E; margin: 0 ; padding: 0px 30px 15px 0px; text-decoration: none;}
.faq_section .panel-default>.panel-heading a .panel-body p { font-size: 15px; }
.faq_section .panel-default>.panel-heading a:after { content: ""; position: absolute;right: 0;top: 2px;display: inline-block;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;float: right;transition: transform .25s linear; -webkit-transition: -webkit-transform .25s linear;}
.faq_section .panel-default>.panel-heading a[aria-expanded="true"]:after { rotate:225deg; content: ""; top: 5px; border: solid #000; border-width: 0 2px 2px 0; padding: 5px;}
.faq_section .panel-default>.panel-heading a[aria-expanded="false"]:after { content: ""; top: 0px; border: solid #000; border-width: 0 2px 2px 0; padding: 5px; transform: rotate(45deg);}
.faq_section .fq { font: 900 24px/29px "Lato", sans-serif;color: #000;margin: 0 ;}
.faq_section .panel-default>.panel-heading+.panel-collapse>.panel-body {border-top: 0; padding: 5px 0;}
.faq_section .panel-body  {font: 400 15px/19px "Figtree", sans-serif; color: #666666; margin: 0; padding: 0 0 15px 0;}
.faq_section .panel-body:before {content: ""; border-top: 1px solid #DDDDDD; width: 97%;}
.faq_section .panel-body p {padding-top: 15px;}
/*** faq ***/

/* Added by Sonatan */
.desktop-mtf-ads {
    min-height: 117px;
    margin-bottom: 0px;
}

.desktop-mtf-ads > .advSlotsWithoutGrayBox{
    padding-top: 15px;
}

@media screen and (max-width: 767px){
    .show_in_mobile {display: block;}
    .show_in_desktop {display: none;}
    .budget_container {width: auto; padding: 0 15px; margin: auto;}
    .common_container {width: auto;}
    .trending_topics {width: auto; padding: 0 15px;}
    .trending_topics .title {white-space: inherit; font-size: 14px; line-height: 16px; top: 0;}
    .budgetpage_heading, .budgetsection_heading a {font-size: 20px; line-height: 22px; margin-bottom: 10px;}
    .budget_container .page_left {width: auto;}
    .budgetsectioncontent {display: block;}
    .budgetsection_heading {font-size: 16px; padding-left: 15px;}
    .budgetsection_heading:before {width: 6px; height: 6px;}
    .presentedby span {font-size: 10px; line-height: 13px;}
    .presentedby img {width: 80px; height: 40px;}
    .page_right {display: none;}
    .budgetsectioncontent .left_block {width: 100%;}
    .budgetsectioncontent .imageblock {width: 150px; float: left; margin-right: 15px;}
    .budgetsectioncontent .article_heading, .budgetsectioncontent .article_heading a {font-size: 16px; line-height: 20px; min-height: 80px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
    .budgetsectioncontent .article_des, .budgetsectioncontent .article_des a {font-size: 14px; line-height: 18px; border-bottom: 0; clear: both; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
        overflow: hidden; min-height: 35px;}
    .budgetsectioncontent .contentblock {padding-bottom: 15px; margin-bottom: 20px;}
    .budgetsectioncontent .right_block ul {display: block;}
    .budgetsectioncontent .right_block ul li {width: 100%; clear: both; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #DFDFDF; display: inline-block;}
    .budgetsectioncontent .right_block .image_block {width: 90px; height: 50px; float: left; margin-right: 10px; margin-bottom: 0;}
    .budgetsectioncontent .right_block ul li:nth-of-type(3), .budgetsectioncontent .right_block ul li:nth-of-type(4) {padding-bottom: 13px;}
    .budgetsectioncontent .right_block {width: 100%;}
    .budgetsectioncontent .right_block ul li .content_block {font-size: 14px; line-height: 18px; min-height: 55px;}
    .budget_view_button_container {margin-top: 0px;}
    a.budget_view_button {font-size: 12px;}
    .faq_section .budgetsection_heading {margin-left: 15px;}
    .faq_section .panel-group {padding: 20px;}
    .faq_section .panel.panel-default.active {max-height: unset; overflow: hidden; width: 100%; padding-right: 0;} 
    .faq_section .panel-body:before {width: 100%;}
    .second_menu .dropdown .dropbtn {font-size: 12px; line-height: 17px; text-transform: uppercase; margin-top: -4px;    padding: 8px 19px 6px 7px;;}
    .second_menu .navbar {overflow-x: auto; white-space: nowrap; -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory; scroll-snap-type: x mandatory; scrollbar-width: none;}
    .second_menu .navbar a {display: inline-block; float: none; font-size: 12px; padding: 8px 17px 8px 17px;}
    .second_menu .dropdown {display: inline-block; vertical-align: middle; float: none;}
    .second_menu .dropdown-content a {display: block; font-size: 12px; padding: 8px 5px 8px 5px;} 
    .second_menu .dropdown:hover .dropdown-content {padding: 0;}
    .budgetbreadcrumb .common_container {padding-left: 15px;}
    .budget_trends {margin-bottom: 30px;}
    .trending_topics ul {margin-right: -15px;}
    .trending_topics ul li:last-child {margin-right: 15px;}

    .faq_section .panel-default>.panel-heading a { font-size: 15px; }
    .faq_section .panel-default>.panel-heading a .panel-body p { font-size: 14px; }
}