body {
    font-family: Open Sans, sans-serif;
    font-weight: 300;

    line-height: 18px;
    color: transparent;
}

.body-innerwrapper {
    overflow-x: hidden;
    -webkit-transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
    /*background: radial-gradient(black, transparent);*/
}

.my-top-bar {
    background-color: #f5f5f5;
    color: #999999;
    padding: 8px 0;


}

.mt-slider a {
    color: #1bbc9b;
}

.sp-contact-info {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 17px;
}

.sp-contact-info li {
    display: inline-block;
    margin: 0 10px;
    /* font-size: 90%; */
}

.sp-contact-info li a {
    color: #1bbc9b;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.carousel-indicators button.active {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 32px;
    height: 32px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    margin-top: -3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border: 0;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.nav-item .nav-link.active {
    text-decoration: underline;
    border-radius: var(--bs-border-radius) !important;
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
}

.nav-item .nav-link:hover {
    text-decoration: underline;
    border-radius: var(--bs-border-radius) !important;
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
}

.my-main .container .row {
    margin: 0;
}

.my-content {
    padding: 5px;
    margin: 0;
    background: rgba(0, 255, 0, 0.5);
}

.my-sidebar {
    margin: 0;
    background: rgba(0, 0, 255, 0.5);
}

.my-comerc-slider {
    width: 324px;
    margin-left: 15px;
}

.my-comerc-content {
    width: auto;
}

.my-login {
    margin: 15px 0px;
}

.form-container {
    background: #ecf0f3;
    font-family: 'Nunito', sans-serif;
    padding: 40px;
    border-radius: 20px;
    /* box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white; */
}

.form-container .form-icon {
    color: #ac40ab;
    font-size: 55px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50px;
    box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px #fff;
}

.form-container .title {
    color: #1bbc9b;
    ;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 20px;
}

.form-container .form-horizontal .form-group {
    margin: 0 0 25px 0;
}

.form-container .form-horizontal .form-group label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.form-container .form-horizontal .form-control {
    color: #333;
    background: #ecf0f3;
    font-size: 15px;
    height: 50px;
    padding: 20px;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.form-container .form-horizontal .form-control:focus {
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
    outline: none;
}

.form-container .form-horizontal .form-control::placeholder {
    color: #808080;
    font-size: 14px;
}

.form-container .form-horizontal .btn {
    color: #000;
    background-color: #1bbc9b;
    ;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 15px 11px;
    border-radius: 20px;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px #fff;
    border: none;
    transition: all 0.5s ease 0s;
}

.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus {
    color: #fff;
    letter-spacing: 3px;
    box-shadow: none;
    outline: none;
}

/* ./form-container */

.my-login-in {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-login-in .form-container {
    background: #ecf0f3;
    font-family: 'Nunito', sans-serif;
    padding: 20px 5px;
    border-radius: 20px;
    /* box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white; */
}

.my-login-in .form-container .title {
    color: #1bbc9b;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 1px;
    text-align: center;
    margin: 5px 0 10px 0px;
}

.my-login-in .form-container .subscribe {
    margin: 0 0 10px 15px;
}

.my-login-in .form-container span:last-child {
    font-weight: 700;
}

.my-login-in .form-container .form-horizontal {
    margin: 20px 30px 15px 30px;
}

/* ./my-login-in */


.my-content,
.my-messages {
    padding: 10px;
    margin: 0;
    /* background: mediumaquamarine; */
    /*background: silver;*/
    background: #fff;
    /* height: 98.5%; */
    margin-top: 17px;
    margin-left: 10px;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 0.1rem 0.5rem 0.4rem rgba(var(--bs-body-color-rgb), 0.15) !important;
    line-height: 1.9em;
}

.my-content h2,
h3,
p {
    color: #000;
}

.my-messages {
    background-color: powderblue;
    color: black;
    padding: 15px;
}

/* ./my-content */

.my-footer {
    background-color: #f5f5f5;
}

.my-footer-bottom a {
    color: white;
}

.my-footer-bottom-0 {
    padding-top: 20px;
    padding-bottom: 0px;
}

.my-footer-bottom-0 h5 {
    color: #158f76 !important;
}

.my-footer-bottom-0 span {
    color: #1bbc9b !important;
    /*    color: #158f76;*/
}

.my-footer-bottom-0 .fa,
svg {
    color: #158f76 !important;

}

.container-faq .btn-faq-parent {
    /*background-color: #1bbc9b;*/
    background-color: lightslategrey;
}

.container-faq div.container-fluid {
    background: aliceblue;
}

.form-check-label {
    color: black;
    margin-top: 3px;
}

.mysubmit_subscribe {
    width: 250px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

/* ./my-footer-bottom-0 */

.mytrash {
    position: fixed;
    right: 10px;
    top: 5px;
    z-index: 30;
    display: block;
    width: 76px;
    height: 67px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    /* background: #1bbc9b; */
    background: cadetblue;
    /* background: linear-gradient(cadetblue, white); */
    color: white;
    font-size: 42px;
    padding-top: 22px;
    background-image: url(images/trash-64.png);
    background-position: center;
    background-size: contain;
    cursor: pointer;
    border-radius: 5px;
}

.mytrashtable {
    position: fixed;
    right: 10px;
    top: 75px;
    z-index: 30;
    color: black;
    border: 1px solid gray;
    padding: 10px;
    /* background: cadetblue; */
    background: linear-gradient(cadetblue, rgb(177 204 205));
    width: auto;
    border-radius: 10px;
}

.myqoute {
    border-left-width: 4px;
    border-left-color: darkcyan;
    border-left-style: solid;
    padding-left: 15px;
    font-style: italic;
}
.carousel-inner {
    position: relative;
    width: 1296px;
    overflow: hidden;
    height: 383px;
}
/* ------------ ./main ------------------- */

@media only screen and (max-width : 1200px) {}

@media only screen and (max-width : 992px) {}

@media only screen and (max-width : 768px) {
    .carousel-indicators [data-bs-target] {
        width: 16px;
        height: 16px;
    }

    .carousel-indicators button.active {
        width: 24px;
        height: 24px;
    }

    .nav-item .nav-link.active {
        text-decoration: none;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .nav-item .nav-link:hover {
        text-decoration: none;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
}

@media only screen and (max-width : 480px) {
    .mytrashtable {
        width: 100%;
    }
}

/* ------------ ./media ------------------- */
