html {
scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    background-color: #ffffff;
    color: #2f2f2f;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

main {
    margin-top: 120px;
}

.up-to {
scroll-margin-top: 80px;
}

.container-fluid {
    max-width: 1500px !important;
    margin: 0 auto;
}

#reference {
    padding-top: 100px;
}

.row {
    --bs-gutter-x: 0 !important;
}

.darker {
    background-color: #f2f2f2;
}

h1 { font-size: clamp(26px, 4vw, 38px); text-align: center; font-weight: 300; }

h2 { font-size: clamp(26px, 3vw, 32px); line-height: 1.3; text-align: center; font-weight: 500; color: #006700; }

h3 { font-size: clamp(19px, 4vw, 21px); line-height: 1.4; font-weight: 600; }

h4 { font-size: clamp(19px, 4vw, 24px); text-align: center; }

p { font-size: clamp(17px, 4vw, 19px); line-height: 1.4; }

a { font-size: 16px; text-decoration: none; color: #0000ff;}

hr { border: 1px solid #000; }

.refe { font-size: clamp(16px, 4vw, 18px); line-height: 1.4; }

.refbox { border: 1px solid #000; padding: 5px; background-color:#f1f1f1; }
.refbox a { font-size: 16px; }
.refbox:hover {background-color:#fff; border: 1px solid #0000ff; }
.refbox2 { border: 1px solid #000; padding: 5px; background-color:#fff; }
.refbox2 a { font-size: 16px; }
.refbox2:hover {background-color:#f1f1f1; border: 1px solid #0000ff; }

.text-center { text-align: center; }

.specialvs { font-size: clamp(50px, 3vw, 90px); color: #008000; font-style: italic; text-decoration: underline; text-align: center; }

.speintro { font-size: clamp(20px, 4vw, 22px); text-align: center; font-weight: 500; color: #006700; }

.reftab {
    padding: 0 10px;
}

@media (max-width: 767px) {
    .reftab {
        padding: 12px 0;
    }
}

.imagebox {
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.imagebox-2 {
    border: 2px solid #000;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.imagebox-2:hover {
    border: 3px solid #99fa99;
}

.imagebox-3 {
    border: 2px solid #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.imagebox-3:hover {
    border: 3px solid #99fa99;
}

.imagebox4 {
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.tblack { color: #444444; font-size: 19px; line-height: 1.4; }

.red { color: #800000; font-weight: 600; }

.green { color: #006700; font-weight: 600; }

.green2 { color: #006700; font-weight: 600; }

.black { color: #000; }

.black-2 { color: #000; font-weight: 300; }

.bblack { color: #000; font-weight: 600; }

.blue {color: #0000ff;}

.specialblue { font-size: clamp(16px, 4vw, 18px); line-height: 1.4; color: #0000ff; font-weight: 400;}

.orange {color: #a0522d; font-weight: 600; }

.pt-6 { padding-top: 60px;}

strong { font-weight: 700; color: #444444; }


.figcaption {
    font-size: 17px;
    padding: 20px 0;
    color: #000;
}

@media (max-width: 766px) {
    ul {
        padding: 0 5px 0 20px;
    }
}

@media (max-width: 766px) {
    ol {
        padding: 0 5px 0 20px;
    }
}

.buttonmaxw {
    max-width: 450px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .d-none-xl {
        display: none;
    }
}

@media (max-width: 992px) {
    .d-none-lg {
        display: none;
    }
    .pt-6 { padding-top: 100px;}
}

@media (max-width: 766px) {
    .d-none-md {
        display: none;
    }
}

@media (max-width: 576px) {
    .d-none-sm {
        display: none;
    }
}

/*--  Tooltip  --*/
.toolbtn {
    padding: 0;
    color: #0000ff;
    font-size: 16px;
}

.custom-tooltip {
    --bs-tooltip-bg: #212529;
    --bs-tooltip-font-size: clamp(16px, 4vw, 18px);
    --bs-tooltip-color: #fff;
}

.tooltip-inner {
    max-width: 600px !important;
}

/*--------------------------------------------------------------
Start of Back to top button CSS
--------------------------------------------------------------*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    height: 35px;
    width: 35px;
    border: none;
    outline: none;
    background-color: #789166;
    cursor: pointer;
    border-radius: 50px;
    font-size: 35px;
    color: #000;
    line-height: 0;
    padding-top: 15px;
}

/*  Background Color on Mouse Hover  */
#myBtn:hover {
    background-color: #99fa99;
}


/*  ------------------------------------------------------------
Start of Navigation Menu CSS
------------------------------------------------------------  */
/*  Background  */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #fff;
}

.mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #212529 33% 33%, #789166 33%);
    background: -webkit-linear-gradient(left, #212529 33% 33%, #789166 33%);
    background: linear-gradient(45deg, #212529 33% 33%, #789166 33%);
}

@media (max-width: 1200px) {
    .mx-background-top-linear {
        background: -webkit-linear-gradient(45deg, #212529 29% 29%, #789166 29%);
        background: -webkit-linear-gradient(left, #212529 29% 29%, #789166 29%);
        background: linear-gradient(45deg, #212529 29% 29%, #789166 29%);
    }
}

@media (max-width: 1024px) {
    .mx-background-top-linear {
        background: -webkit-linear-gradient(45deg, #212529 25% 25%, #789166 25%);
        background: -webkit-linear-gradient(left, #212529 25% 25%, #789166 25%);
        background: linear-gradient(45deg, #212529 25% 25%, #789166 25%);
    }
}

@media (max-width: 992px) {
    .mx-background-top-linear {
        background: -webkit-linear-gradient(45deg, #212529 45% 45%, #789166 45%);
        background: -webkit-linear-gradient(left, #212529 45% 45%, #789166 45%);
        background: linear-gradient(45deg, #212529 45% 45%, #789166 45%);
    }
}

@media (max-width: 767px) {
    .mx-background-top-linear {
        background: -webkit-linear-gradient(45deg, #212529 65% 65%, #789166 65%);
        background: -webkit-linear-gradient(left, #212529 65% 65%, #789166 65%);
        background: linear-gradient(45deg, #212529 65% 65%, #789166 65%);
    }
}

/*  Navigation  */
.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px;
}

.navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
}

.navbar-nav .nav-item {
    padding: 1px;
    margin: 1px;
}

.navbar-brand img { 
    max-height: 80px;
    padding: 5px 0;
}

.navbar-nav .nav-link:hover {
    color: #99fa99;
}

.navbar-nav .active {
    color: #fff !important;
}

.navbar-nav .active:hover {
    color: #fff !important;
}


/*  Mobile Navigation  */
.navbar-toggler {
    width: 30px;
    height: 50px;
    position: relative;
    transition: .5s ease-in-out;
    margin-right: 20px;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    /*  Color of the ' X ' to close the menu  */
    background: #800000;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform:rotate(0deg);
    transition: 0.25s ease-in-out;
}

/*  Color of ' 3 lines ' for the menu  */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #000;
    height: 2px;
}

.middle-bar {
    margin-top: 0px;
}

/*  when navigation is clicked  */
.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

/*  State when the navbar is collapsed  */
.navbar-toggler.collapsed .top-bar {
    margin-top: -18px;
    transform: rotate(0deg)
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 18px;
    transform: rotate(0deg)
}

@media (max-width: 992px) {
    .navbar-collapse {
        max-height: 400px;
        background-color: #212529;
        transition: 0.3s;
        padding-bottom: 30px;
    }
    .navbar-nav .nav-link {
        font-size: 20px;
        color: #fff;
    }
    .navbar-nav .nav-link:hover {
        color: #99fa99;
    }
    
    .navbar-nav .active {
        color: #99fa99 !important;
    }
    
    .navbar-nav .active:hover {
        color: #99fa99!important;
    }
    .navbar-collapse ul {
        padding-left: 30px;
    }
    .navbar-nav .nav-item {
        margin: 0 auto;
    }
    .navbar img {
        max-width: 150px;
    }
}
/*  --  /End of Navigation Menu CSS  --  */
.ads-greenbg1 {
    background-image: linear-gradient(
        to bottom,
        #fff 0%,
        #fff 50%,
        #f2f2f2 50%,
        #f2f2f2 100%
    );
}

.ads-greenbg2 {
    background-image: linear-gradient(
        to bottom,
        #f2f2f2 0%,
        #f2f2f2 50%,
        #fff 50%,
        #fff 100%
    );
}

.ads-green {
    max-width: 1100px;
    background-color: #fff;
    border: 2px solid #006700;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    padding: 20px 10px;
}

.clickable-box {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 600;
    background-color: #f3ffff;
    color: #006700;
    padding: 20px;
    border: 2px solid #006700;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}

.clickable-box:hover {
    background-color: #D6FDD6;
}

.click-blue {
    color: #0000ff;
}

.ads {
    font-size: clamp(18px, 4vw, 22px);
    text-align: center;
    line-height: 1.7;
    font-weight: 500;
}

.ads a {
    font-size: clamp(18px, 4vw, 22px);
}

.underlink a {
    font-size: clamp(22px, 4vw, 24px);
    font-weight: 300 !important;
    line-height: 1.7;
    color: #0000ff;
}

ul li {
    font-size: 19px;
    padding: 0 0 10px 0;
    line-height: 1.4;
}

ol li {
    font-size: 19px;
    padding: 0 0 10px 0;
    line-height: 1.4;
}

.button {
    background-color:#52796F;
    border: 2px solid #000;
    border-radius: 10px;
    color: white;
    padding: 10px;
    width: 95%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: clamp(17px, 4vw, 19px);
    margin: 4px 2px;
    cursor: pointer;
  }

.button a {
    color: #fff;
    padding:10px 20px;
}
.button:hover {
    color: #000;
    text-shadow: 1px 1px rgba(0, 0, 0,0.1);
    background-color:#cad2c5;
}
.button a:hover {
    color: #000;
    padding:10px 20px;
    text-decoration: none;
}



.wrapper {
    width: min(900px, 100% - 3rem);
    margin-inline: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
    background: #f1f1f1;
    border: 2px solid #000;
}
th {
    font-size: 20px;
    text-align: left;
    background: #fff;
    color: #008000;
    padding: 12px;
    border: 1px solid;
}
td {
    font-size: 18px;
    padding: 12px;
    border: 1px solid;
}
tr {
    background: #fff;
}
tr:nth-of-type(2n) {
    background: #f6fef6;
}
@media (max-width: 800px) {
    th {
        display: none;
        border: none;
    }
    td {
        display: block;
        border: none;
        padding: 3px 16px;
        font-size: 18px;
        font-weight: 500;
    }
    td:first-child {
        padding-top: 20px;
    }
    td:last-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #000;
    }
    td::before {
        content: attr(data-cell) ": ";
        font-weight: 500;
        color: #008000;
        text-shadow: 0.2px 0.2px #000;
        border-bottom: none;
    }
}

/*--------------------------------------------------------------
Start of features CSS
--------------------------------------------------------------*/
.container-3 {
    max-width: 2000px !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    #features {
        padding-top: 5px;
    }
}

#features .section-title {
    font-size: clamp( 22px, 3vw, 54px );
    color: #008000;
    text-decoration: underline;
}

#features .accordion {
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: #f5f5f5;
    --bs-accordion-active-color: #000;
    --bs-accordion-active-bg: #f5f5f5;
    --bs-accordion-active-focus: 0 0 10px #008000;
}

#features .accordion-button {
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 10px;
    max-width: 600px;
    margin: 1px auto;
}

#features .accordion-button:hover {
    color: #000;
    background-color: #f5f5f5;
    border: 2px solid #008000;
    box-shadow: 0 0 10px #008000;
}

#features .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f5f5f5;
    border: 2px solid #008000;
    box-shadow: 0 0 10px #008000;
}

#features .accordion-button.active {
    background-color: #f5f5f5;
    color: #000;
    border: 2px solid #008000;
    box-shadow: 0 0 10px #008000;
}

#features .acc-button-1 {
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: #dad420;
}

#features .acc-button-2 {
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: #bbc9f1;
}

#features .acc-button-3 {
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: #87ceeb;
}

#features .acc-button-4 {
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: #ffc5c5;
}

#features .acc-button-5 {
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: #ee82ee;
}

#features .acc-button-6 {
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: #ff7f50;
}

#features .acc-button-7 {
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: #ffeb3b;
}

#features .acc-button-8 {
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: #90ee90;
}

#features .accordion-header {
    margin: 0 auto;
}

#features .accordion-item {
    background-color: #fff;
    border: var(--bs-accordion-border-width) solid #fff;
}

#features .accordion-button:focus {
    outline: none;
    box-shadow: 0 0 10px #008000;
}

@media (max-width: 991px) {
    #features .accordion-item {
        padding: 2px 0;
    }
    #features .tab-content>.tab-pane {
      display: block;
      opacity: 1;
    }
    #features .accordion-body {
        max-height: 700px !important;
        overflow-y: scroll !important;
        margin-right: 20px !important;
    }
    .pt-7 {
        padding-top: 85px;
    }
}

@media (max-width: 576px) {
    #features .accordion-body {
        max-height: 600px !important;
        overflow-y: scroll !important;
        margin-right: 20px !important;
    }
}

#features .nav-tabs {
    border: none;
}

#features .nav-link {
    display: flex;
    padding: 7px 5px;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 10px;
    transition: 0.3s;
    width: 95%;
    min-height: 60px;
}

#features .nav-link:hover {
    color: #000;
    background-color: #f5f5f5;
    border: 2px solid #008000;
    box-shadow: 0 0 10px #008000;
}

#features .nav-link.active {
    color: #000;
    background-color: #f5f5f5;
    border: 2px solid #008000;
    box-shadow: 0 0 10px #008000;
}

#features .nav-link-1 {
    color: #000;
    background: #dad420;
}

#features .nav-link-2 {
    color: #000;
    background: #bbc9f1;
}

#features .nav-link-3 {
    color: #000;
    background: #87ceeb;
}

#features .nav-link-4 {
    color: #000;
    background: #ffc5c5;
}

#features .nav-link-5 {
    color: #000;
    background: #ee82ee;
}

#features .nav-link-6 {
    color: #000;
    background: #ff7f50;
}

#features .nav-link-7 {
    color: #000;
    background: #ffeb3b;
}

#features .nav-link-8 {
    color: #000;
    background: #90ee90;
}

@media (max-width: 1580px) {
    #features .nav-link {
        min-height: 112px;
    }
}

#features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 575px) {
    #features .nav-link {
        padding: 15px;
    }
}

#features .tab-content {
    margin-top: 30px;
    color: #ffffff;
}

#features .tab-pane ul {
    list-style: none;
    padding: 0;
}

#features .tab-pane ul li {
    padding-bottom: 10px;
}

#features .tab-pane p:last-child {
    margin-bottom: 0;
}
/*  --  /End of features CSS  --  */

/*  ------------------------------------------------------------
Start of Modal-1 CSS
------------------------------------------------------------  */
.modal {
    --bs-modal-width: 600px;
}

#Modal-1 {
    padding: 20px 10px;
}

@media (max-width: 575px) {
    #Modal-1 {
        padding: 0;
    }
}

/*  --  Close Modal  --  */
#Modal-1 .modal-frame {
    max-width: 350px;
    padding: 0 24px;
}

@media (max-width: 575px) {
    #Modal-1 .modal-frame {
        padding: 0 4px;
    }
}

#Modal-1 .modal-title-box-1 {
    background-color: #dad420;
}

#Modal-1 .modal-title-box-2 {
    background-color: #bbc9f1;
}

#Modal-1 .modal-title-box-3 {
    background-color: #87ceeb;
}

#Modal-1 .modal-title-box-4 {
    background-color: #ffc5c5;
}

#Modal-1 .modal-title-box-5 {
    background-color: #ee82ee;
}

#Modal-1 .modal-title-box-6 {
    background-color: #ff7f50;
}

#Modal-1 .modal-title-box-7 {
    background-color: #ffeb3b;
}

#Modal-1 .modal-title-box-8 {
    background-color: #90ee90;
}

#Modal-1 .buttonbottom {
    vertical-align: bottom;
    padding: 7px;
}

#Modal-1 .title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 5px;
    display: grid;
    place-items: center;
    min-height: 60px;
}



#Modal-1 .descbody {
    height: 110px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px;
    background-color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}

@media (max-width: 801px) {
    #Modal-1 .descbody {
        height: 120px;
    }
}

@media (max-width: 767px) {
    #Modal-1 .descbody {
        height: auto;
    }
}

#Modal-1 .desctitle-1 {
    color: #dad420;
    font-weight: 600;
}

#Modal-1 .desctitle-2 {
    color: #bbc9f1;
    font-weight: 600;
}

#Modal-1 .desctitle-3 {
    color: #87ceeb;
    font-weight: 600;
}

#Modal-1 .desctitle-4 {
    color: #ffc5c5;
    font-weight: 600;
}

#Modal-1 .desctitle-5 {
    color: #ee82ee;
    font-weight: 600;
}

#Modal-1 .desctitle-6 {
    color: #ff7f50;
    font-weight: 600;
}

#Modal-1 .desctitle-7 {
    color: #ffeb3b;
    font-weight: 600;
}

#Modal-1 .desctitle-8 {
    color: #90ee90;
    font-weight: 600;
}

#Modal-1 .desc {
    color: #fff;
    font-weight: 600;
}

#Modal-1 .green-2 { color: #008000; }

#Modal-1 .btn-primary {
    color: #000;
    background-color: #ffffff;
    border: 2px solid #000;
}

#Modal-1 .btn-primary:hover {
    color: #fff;
    background-color: #008000;
    border-color: #fff;
}

#Modal-1 .btn-primary:focus, .btn-primary:active {
    box-shadow: none;
    color: #008000;
    background-color: #fff;
    border: 2px solid #008000;
}

/*  --  Modal Background Effect  --  */
#Modal-1 .bg-effect {
    box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.7 );
    border: 2px solid #000;
    border-radius: 20px;
    overflow:hidden;
}

/*  --  Open Modal  --  */
#Modal-1 .modal-xl {
    --bs-modal-width: 1000px;
    --bs-modal-margin: 20px;
}

@media (max-width: 1200px) {
    #Modal-1 .modal-xl {
        --bs-modal-width: 800px;
    }
}

@media (max-width: 992px) {
    #Modal-1 .modal-xl {
        --bs-modal-width: 800px;
    }
}

@media (max-width: 768px) {
    #Modal-1 .modal-xl {
        --bs-modal-width: 600px;
    }
}

@media (max-width: 576px) {
    #Modal-1 .modal-xl {
        --bs-modal-width: 300px;
    }
}

#Modal-1 .modal-content {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.7 );
    overflow: hidden;
}

#Modal-1 .modal-header {
    width: 100%;
    border-bottom: 2px solid #000;
}

#Modal-1 .modal-header-1 {
    background-color: #dad420;
}

#Modal-1 .modal-header-2 {
    background-color: #bbc9f1;
}

#Modal-1 .modal-header-3 {
    background-color: #87ceeb;
}

#Modal-1 .modal-header-4 {
    background-color: #ffc5c5;
}

#Modal-1 .modal-header-5 {
    background-color: #ee82ee;
}

#Modal-1 .modal-header-6 {
    background-color: #ff7f50;
}

#Modal-1 .modal-header-7 {
    background-color: #ffeb3b;
}

#Modal-1 .modal-header-8 {
    background-color: #90ee90;
}

#Modal-1 .modal-body {
    padding: 0px 50px 40px 50px;
    text-align: center;
}

@media (max-width: 575px) {
    #Modal-1 .modal-body {
        padding: 15px;
    }
}

#Modal-1 .descbody2 {
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #000;
    background-color: #000;
}

#Modal-1 .desctitle2 {
    color: #000;
}

#Modal-1 .desc2 {
    color: #006700;
}

#Modal-1 h2 {
    font-size: clamp( 22px, 4vw, 28px);
    text-align: center;
    margin: 0 auto;
    color: #000;
}

#Modal-1 .firsttext {
    font-size: 19px;
    padding: 10px 0;
    text-align: start;
    color: #000;
}

#Modal-1 p {
    font-size: 19px;
    padding: 10px 0;
    text-align: start;
    border-bottom: 1px solid #000;
    color: #000;
}

#Modal-1 .modal-footer {
    border-top: 2px solid #000;
}

#Modal-1 .modal-footer-1 {
    --bs-modal-footer-bg: #dad420;
}

#Modal-1 .modal-footer-2 {
    --bs-modal-footer-bg: #bbc9f1;
}

#Modal-1 .modal-footer-3 {
    --bs-modal-footer-bg: #87ceeb;
}

#Modal-1 .modal-footer-4 {
    --bs-modal-footer-bg: #ffc5c5;
}

#Modal-1 .modal-footer-5 {
    --bs-modal-footer-bg: #ee82ee;
}

#Modal-1 .modal-footer-6 {
    --bs-modal-footer-bg: #ff7f50;
}

#Modal-1 .modal-footer-7 {
    --bs-modal-footer-bg: #ffeb3b;
}

#Modal-1 .modal-footer-8 {
    --bs-modal-footer-bg: #90ee90;
}

#Modal-1 .mclose {
    background-color: #fff;
    color: #000;
    font-size: clamp( 18px, 4vw, 22px) !important;
    border: 2px solid #000;
    border-radius: 15px;
    padding: 0 10px;
}

#Modal-1 .mclose:hover {
    color: #fff;
    background-color: #008000;
    border-color: #fff;
}

.linebottom {
    font-size: clamp( 22px, 4vw, 28px) !important;
    padding: 15px 0;
    border-bottom: 1px solid #000;
    color: #000;
}
/*  --  /End of Modal-1 CSS  --  */

.botconclu { font-size: clamp(19px, 4vw, 21px); }

footer { background-color: #212529;}

.footer-text {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    font-size: 15px;
    color:#cad2c5;
}