﻿@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
body {
    font-family: "Nunito Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
  }
  #mc_breadcrumbs
            {
                padding: 15px 0 0;
                margin: 0 auto;
                background-color: #ffffff;
                position: relative;
            }
            #mc_breadcrumbs .breadcrumb
            {
                display: flex;
                flex-wrap: wrap;
                padding: 0 0;
                margin-bottom: 0rem;
                list-style: none;
            }
            #mc_breadcrumbs .breadcrumb li
            {
                font-family: inherit;
                font-size: 20px;
                font-weight: 300;
                line-height: 1.75;
                color: #5e5e5e;
            }
            #mc_breadcrumbs .breadcrumb li a
            {
                font-family: inherit;
                font-size: 20px;
                font-weight: 600;
                line-height: 1.75;
                color: #a30000;
            }
            #mc_breadcrumbs .breadcrumb li
            {
                font-family: inherit;
                font-size: 20px;
                font-weight: 300;
                line-height: 1.75;
                color: #5e5e5e !important;
            }
            .breadcrumb-item.active
            {
                color: #6c757d !important;
            }
            .breadcrumb-item + .breadcrumb-item::before
            {
                float: left;
                padding-right: 0.5rem;
                color: #6c757d !important;
                content: var(--bs-breadcrumb-divider, "/");
            }
            .titletocenter_head
            {
                padding: 15px 0 15px;
            }
            h1 {
                position: relative;
                padding: 20px 0 10px;
                margin: 0;
                font-family: inherit;
                font-weight: 500;
                font-size: 24px;
                color: #6e60fc;
                text-align:center;
                -webkit-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
            }
            h2 {
                font-size: 18px;
                color: #6e60fc;
                margin: 5px 0;
                padding: 0;
            }
            h2 span {
                font-size: 14px;
                color: #000000;
            }
                            * {box-sizing: border-box}
                            p {
                            padding: 2px 0px 7px 0;
                            margin: 0;
                            text-align: justify;
                          }
                          
                            /* Style the tab */
                            .tab {
                              width: 100%;
                            }
                            
                            /* Style the buttons inside the tab */
                            .tab div {
                              display: block;
                              background-color: #ffffff;
                              color: #000;
                              padding: 7px 10px;
                              width: 100%;
                              border: none;
                              outline: none;
                              text-align: left;
                              cursor: pointer;
                              transition: 0.3s;
                              font-size: 15px;
                              /* border-radius: 8px; */
                              margin: 0 0 9px 0;
                              
                          }
                            
                            /* Change background color of buttons on hover */
                            .tab div:hover {
                              background-color: #ddd;
                            }
                            
                            /* Create an active/current "tab button" class */
                            .tab div.active {
                              border-top: 1px solid #debd41;
                              color: #000000;
                          }
                            
                            /* Style the tab content */
                            .tabcontent {
                              padding: 0px;
                              width: 100%;
                            }
                            .head {
                            margin: 0 0 10px 0;
                            padding: 8px 0;
                            background: #e0be36;
                            font-size: 18px;
                            text-align: center;
                            text-transform: uppercase;
                            font-weight: 600;
                        }
                        .innercontainer {
                        margin: 0;
                        padding: 0;
                        clear:both;
                    }
                    .panel{
                        background: #fff;
                        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6) !important;
                        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6) !important;
                        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6) !important;
                        padding: 15px 0 !important;
                        margin: 5px 0;
                    }
                    .panel-default{
                        background: #FFFCEE;
                        padding: 14px;
                        border-radius: 10px;
                margin: 0px 0 11px 0;
                border: 1px solid #ebe2b9;
                    }
             
                    .panel-default h2 {
                        font-family: "Nunito Sans", system-ui;
                margin: 0;
                padding: 3px 0;
                font-size: 15px;
                font-weight: 700;
                color: #000;
                }
                .panel-default h2 span{font-weight:400;}
                .bg {
                background: #def5c7;
                text-align: center;
                font-style: italic;
                font-weight: 500;
                margin: 5px 0;
                padding: 5px 0;
                font-size: 20px;
            }
            a{color:#1700ff;}
                
                #myBtn {
                  display: none;
                  position: fixed;
                    bottom: 20px;
                    right: 15px;
                    z-index: 99;
                    font-size: 14px;
                    border: none;
                    outline: none;
                    background-color: #6e60fc;
                    color: white;
                    cursor: pointer;
                    padding: 9px 6px;
                    border-radius: 4px;
                    -webkit-transition: all 0.5s ease-out;
                  -moz-transition: all 0.5s ease-out;
                  -o-transition: all 0.5s ease-out;
                  transition: all 0.5s ease-out;
                }
                
                #myBtn:hover {
                  background-color: #555;
                }
                .show-to-top {
                  opacity: 1;
                  bottom: 20px;
                  -webkit-transition: all 0.5s ease-out;
                  -moz-transition: all 0.5s ease-out;
                  -o-transition: all 0.5s ease-out;
                  transition: all 0.5s ease-out;
                }