 .btn-download {
     background-color: #f44336;
     color: white;
     font-weight: 400;
     border: none;
     display: flex;
     margin: 0px auto;
 }

 .tab-button {
     border-radius: 5px;
     font-weight: 500;
     margin: 5px;
     min-width: 140px;
 }

 .agenda_wrapper .nav-tabs .nav-link.active {
     background-color: white !important;
     color: #01213b !important;
     font-weight: 700;
     font-family: "Urbanist", sans-serif;
     padding: 3px 15px;
 }

 .nav-tabs .nav-link {
     color: #4a4a4a;
     border: 2px solid transparent;
     margin: 0 2px;
     padding: 3px 15px;
     background-color: #e2e2e2bd;
 }

 .tab-content {
     padding: 20px;
     margin-top: 20px;
     border-radius: 10px;
 }

 .agenda_wrapper {
     padding: 120px 0 0;
 }


 .timeline {
     position: relative;
     width: 837px;
     margin: 0 auto;
     margin-top: 20px;
     padding: 1em 0;
     list-style-type: none;
 }

 .timeline:before {
     position: absolute;
     left: 50%;
     top: 0;
     content: ' ';
     display: block;
     width: 6px;
     height: 100%;
     margin-left: -3px;
     background: rgb(80, 80, 80);
     background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
     z-index: 5;
 }

 .timeline li {
     padding: 1em 0;
 }

 .timeline li:after {
     content: "";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
 }

 .direction-l {
     position: relative;
     width: 400px;
     float: left;
     text-align: right;
     border: 1px solid #fefcfc;
     padding: 10px;
     border-radius: 10px;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     background: #fff;
 }

 .direction-r {
     position: relative;
     width: 400px;
     float: right;
     border: 1px solid #fefcfc;
     padding: 10px;
     border-radius: 10px;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     background: #fff;
 }

 .direction-r .flag:before {
     left: -35px;
 }

 .direction-l .flag:after {
     content: "";
     position: absolute;
     left: 100%;
     top: 50%;
     height: 0;
     width: 0;
     margin-top: -8px;
     border: solid transparent;
     border-left-color: rgb(200 52 41);
     border-width: 8px;
     pointer-events: none;
 }

 .direction-r .flag:after {
     content: "";
     position: absolute;
     right: 100%;
     top: 50%;
     height: 0;
     width: 0;
     margin-top: -8px;
     border: solid transparent;
     border-right-color: rgb(200 52 41);
     border-width: 8px;
     pointer-events: none;
 }

 .time-wrapper {
     display: inline;

     line-height: 1em;
     font-size: 0.66666em;
     color: rgb(250, 80, 80);
     vertical-align: middle;
 }

 .direction-l .time-wrapper {
     float: left;
 }

 .direction-r .time-wrapper {
     float: right;
 }

 .time {
     display: inline-block;
     padding: 4px 6px;
     background: rgb(248, 248, 248);
 }

 .desc {
     margin: 1em 0.75em 0 0;
     color: #000000;
     font-style: normal;
     font-size: 16px !important;
     font-weight: 300;
     font-size: 0.77777em;
     line-height: 22px;
 }

 .direction-r .desc {
     margin: 1em 0 0 0.75em;
     color: #000;
     font-style: normal;
     font-size: 16px !important;
     line-height: 22px;
     font-weight: 300;
 }

 .flag-wrapper {
     position: relative;
     display: inline-block;
     text-align: center;
 }

 .flag {
     position: relative;
     display: inline;
     background: rgb(200 52 41);
     padding: 6px 10px;
     border-radius: 5px;
     font-weight: 400;
     text-align: left;
     font-size: 14px;
 }

 .direction-l .flag {
     -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
     box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
 }

 .direction-r .flag {
     -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
 }

 .direction-l .flag:before,
 .direction-r .flag:before {
     position: absolute;
     top: 50%;
     right: -35px;
     content: ' ';
     display: block;
     width: 12px;
     height: 12px;
     margin-top: -10px;
     background: #fff;
     border-radius: 10px;
     border: 4px solid #f3833d;
     z-index: 10;
 }

 .agenda_wrapper .active {
     background: none
 }

 .desc h3 {
     color: #c83429;
     font-size: 16px;
     margin: 0 0 5px;
     font-family: "Inter", sans-serif;
     text-transform: uppercase;
 }

 .agenda_wrapper .nav-tabs {
     border-bottom: 0;
 }

 .tab-content h2 {
     font-size: 20px;
     font-weight: 600;
     text-align: center;
     font-family: "Urbanist", sans-serif;
 }

 .tab-content h2 span {
     color: #ff6558;
     font-weight: 800;
     font-size: 16px;
     padding: 0 5px;
 }

 .desc p {
     font-family: "Urbanist", sans-serif;
     font-weight: 700;
 }





 @media only screen and (max-width: 600px) {
     .agenda_wrapper .nav-tabs .nav-link.active {
         font-size: 14px;
     }

     .timeline {
         width: 100%;
         padding: 4em 0 1em
     }

     .timeline li {
         padding: 2em 0
     }

     .tab-content {
         padding: 5px 0;
     }

     .direction-l,
     .direction-r {
         float: none;
         width: 100%;
         text-align: center;
         border: 0;
         background: #fff;
         z-index: 1111;
     }

     .flag-wrapper {
         text-align: center
     }

     .flag {
         background: #c83429;
         z-index: 15
     }

     .direction-l .flag:before,
     .direction-r .flag:before {
         position: absolute;
         top: -30px;
         left: 51%;
         content: ' ';
         display: block;
         width: 12px;
         height: 12px;
         margin-left: -7px;
         background: #fff;
         border-radius: 10px;
         border: 4px solid #ff5050;
         z-index: 10
     }

     .direction-l .flag:after,
     .direction-r .flag:after {
         content: "";
         position: absolute;
         left: 50%;
         top: -8px;
         height: 0;
         width: 0;
         margin-left: -8px;
         border: solid transparent;
         border-bottom-color: #fff;
         border-width: 8px;
         pointer-events: none
     }

     .time-wrapper {
         display: block;
         position: relative;
         margin: 4px 0 0;
         z-index: 14
     }

     .direction-l .time-wrapper,
     .direction-r .time-wrapper {
         float: none
     }

     .desc {
         position: relative;
         margin: 1em 0 0;
         padding: 1em;
         background: rgb(255, 255, 255);
         -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
         -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
         box-shadow: 0 0 1px rgba(0, 0, 0, .2);
         z-index: 15
     }

     .direction-l .desc,
     .direction-r .desc {
         position: relative;
         z-index: 15;
         margin: 0;
         box-shadow: unset;
     }

     .text1 {
         animation: unset;
         font-size: 20px;
         font-weight: 700;
         letter-spacing: 2px
     }
 }