body {
    font-family: "Roboto", serif;
    background: url("/frontend/img/Intersection 1.png");

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
    font-weight: 300 !important;
    overflow-y: auto;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 300 !important;
}

@media only screen and (max-width: 960px) {
    a.p_mnue {
        font-size: 8px;
    }

    a.h6_mnue {
        font-size: 10px;
    }

    a.h5_mnue {
        font-size: 12px;
    }

    .text {
        font-size: 25px;
        text-align: left;
        padding: 5px;
        text-shadow: 0px 1px 1px black;
    }

    .con-text {
    }

    .mySlides .w3-display-right {
        left: 10%;
        top: 300px;
        width: 100%;
    }

    .buttom_go {
        border: 1px solid black;
        padding: 5px;
        text-align: center;
        border-radius: 8px;
        font-size: 20px;
        margin: auto;
    }

    .div_bar .hiden_a_bar {
        display: none;
    }

    .logo_center {
        width: 140px;
        height: 65px;
    }

    .img_slide {
        display: none;
        height: 500px;
        object-fit: cover;
    }

    .img_slide_m {
        display: block;
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .card_width_mo {
        width: 100%;
    }

    .flip-box-inner {
        transform: rotateY(180deg);
    }

    .a_nav {
        display: none;
        margin-top: 20px !important;
    }

    .other_bar {
        color: #a088b7 !important;
        display: block;
    }

    .dis_td_table {
        display: none;
    }

    .center_td_table {
        text-align: center;
    }

    .tooltiptext {
        display: none;
    }

    .div_2_card {
        display: none;
    }
}

.center_td_table {
    height: 540px;
}

.dis_td_table {
}

.logo_center {
    margin: 10px;
}

.slide_dot {
    top: 50px;
}

.img_slide {
    width: 100%;
}

.con-text {
}
.py-4 {
    padding-bottom: 0px !important;
}
/*
  bar
  */

.div_bar {
    background: white;
    box-shadow: 1px 1px 20px 0px #8080808c;
    width: 100%;
    position: fixed;
    display: block;
    top: 0;
    transition: all 0.2s;
    z-index: 5;
    margin: 0;
    vertical-align: center;
}

.a_nav {
    font-weight: 700;
    font-size: 11px;
    color: #060606;
    text-align: center;
    padding: 15px;
    float: right;
    margin-top: 25px;
    text-decoration: none;
    transition: all 0.4s;
    vertical-align: middle;
    position: relative;
}

.a_nav:after {
    display: block;
    content: "";
    border-bottom: solid 3px #a18ab7;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.div_bar .a_nav:hover:after {
    transform-origin: 100% 50%;
    transform: scaleX(1);
    transform-origin: 0% 50%;
}
.div_bar .a_nav:active:after {
    transform-origin: 100% 50%;
    transform: scaleX(1);
    transform-origin: 0% 50%;
}
.div_bar .a_nav:hover {
    color: #a088b7;
    text-decoration: none;
}
.div_bar .a_nav:active {
    color: #a088b7;
    text-decoration: none;
}
#logo_img {
    opacity: 1;
    margin-left: 10px;
}

#logo_img:hover {
    background-color: rgb(212 212 212 / 38%);
    border-radius: 40px;
}

.img_logo {
    padding: 5px;
    width: 170px;
    vertical-align: middle;
    transition: all 0.4s;
}

.div_bar .other_bar {
    color: #a088b7 !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    float: right;
}

/*btn up*/

#myBtnup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #8ac2c6;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtnup:hover {
    background-image: linear-gradient(#89c2c5d5, #393939);
}

/*card 1_2*/

/*img text*/

.container {
    position: relative;
    text-align: center;
    color: white;
}

.centered {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card_width_mo {
    width: 50%;
}

.Footer {
    background-color: black;
    color: white;
}

.sidenav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #393939;
    background-image: linear-gradient(#00000000, #3d3d3d);
    overflow-x: hidden;
    padding-top: 0px;
    overflow: hidden;
    transition: all 0.4s;
}

.sidenav .closebtn {
    position: absolute;
    padding: 0;
    top: 5px;
    right: 5px;
    font-size: 20px;
    padding: 8px 8px 8px 32px;
    transition: all 0.4s;
}

.hover_nav {
    padding: 5px 5px 5px 10px;
    text-decoration: none;
    color: white;
    display: block;
    transition: 0.3s;
    border-width: 10px;
    font-size: 20px;
}

.hover_nav:hover {
    padding: 5px 5px 5px 10px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-size: 20px;
}

.tooltip {
    opacity: 1;
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: rgb(255, 255, 255);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0px;
    position: absolute;
    z-index: 1;
    bottom: 60%;
    left: auto;
    margin-left: 5px;
    opacity: 0.5;
    transition: all 0.1s;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: -5px;
    border-width: 10px;
    border-style: double;
    border-color: transparent transparent transparent rgb(255, 255, 255);
}

.tooltip:hover .tooltiptext {
    opacity: 1;
}

.cover {
    position: fixed;
    z-index: 1;
    width: auto;
    background-color: #393939;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 100px;
    color: black;
}

.tabcontentt {
    position: absolute;
    top: 0px;
    float: left;
    color: #707070;
    text-decoration: none;
    display: none;
    text-align: left;
    border-radius: 15px;
    transition: all 0.4s;
    height: auto;
    margin: 0;
    background: #ffffffa6;
    margin-top: 10px;
    margin-left: 5%;
}

.td_s {
    margin: 0;
    margin-top: 0;
    text-align: start right;
}

.act_link {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.1s;
    opacity: 0.5;
    font-size: 20px;
    margin-left: -5px;
    border-left: 10px double rgb(255, 255, 255);
    border-color: transparent transparent transparent rgb(255, 255, 255);
}

.p_mnue {
    float: left;
    font-size: 12px;
    padding: 1px;
    margin: 0;
    text-shadow: none;

    transition: all 0.1s;
    color: rgb(224, 222, 222);
}

.p_mnue:hover {
    color: white;
}

.h5_mnue {
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin: 1px;
    padding: 1px;
    text-shadow: none;
}

.h6_mnue {
    color: white !important;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin: 1px;
    padding: 1px;
    text-shadow: none;
}

.underline-small {
    color: rgb(255, 255, 255);
    display: inline-block;
    position: relative;
}

.underline-small::after {
    content: "";
    height: 2px;
    width: 40px;
    background: white;
    position: absolute;
    left: calc(10% - 10%);
    bottom: -1px;
}

/*footer*/

.Footer {
    background-color: #393939;
}

.table_footer {
    text-align: center;
    margin: auto;
    width: 95%;
    margin: 20px 40px 20px 40px;
}

.table_footer th {
    text-align: left;
}

.table_footer th a {
    opacity: 0.7;
    font-weight: normal;
    color: white;
    transition: all 0.4s;
    font-size: 16px;
    padding: 7px 0px 7px 0px;
}

.table_footer th a.underline-small::after {
    content: "";
    height: 1px;
    width: 90%;
    background: white;
    position: absolute;
    left: calc(10% - 10%);
    bottom: 0px;
}

.table_footer th a:hover {
    font-weight: normal;
    opacity: 1;
    color: white;
}

.table_footer td {
    float: right;
    color: white;
    vertical-align: text-top;
    text-align: left;
    font-size: 11px;
}
.table_footer td h5 {
    color: #9b80b1;
}

.table_footer td a {
    text-shadow: none;
    opacity: 0.5;
    transition: all 0.4s;
    margin: 7px 0px 7px 0px;
}

.table_footer td a:hover {
    opacity: 1;
}

.table_footer i {
    font-size: 30px;
    vertical-align: bottom;
    margin: 10px 0 0 10px;
    padding: 15px 0 0 0;
}

.link_so {
    transition: all 0.4s;
}

.link_so:hover {
    color: #96c9cc;
    vertical-align: top;
}

.search_div {
    width: 80%;
    margin-top: 100px;
    display: block;
    border: 3px solid white;
    border-radius: 10px;
    transition: all 0.4s;
}
.search_div input:focus {
    outline: none;
}

.search_div:hover {
    border: 3px solid rgba(255, 255, 255, 0.507);
}

.search_div .button_s {
    background-color: transparent;
    width: 18%;
    float: right;
    cursor: pointer;
    height: 80px;
    color: white;
    border: 0px solid white;
    border-left: 0px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.search_div input[type="text"] {
    background-color: transparent;
    width: 49%;
    height: 80px;
    color: white;
    border: 0px solid white;
    border-right: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    transition: all 0.4s;
    padding-left: 20px;
}

.search_div input[type="text"]:hover {
    width: 60%;
}

.hide {
    opacity: 0;
    left: -100%;
}

.show {
    opacity: 1;
    left: 0;
}

.svg_logo_new {
    position: absolute;
    display: none;
    padding: 0;
    margin: 0;
    width: 100px;
}

/*dropdown*/
.navigation {
}

.navigation ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 15px;
}

.navigation > ul > li {
    position: relative;
    padding: 0px 5px;
}

.navigation > ul > li > a {
}

.navigation > ul > li > a:hover {
    color: #a088b7;
    text-decoration: none;
}

.navigation ul ul {
    /* remove. this is for illustration purposes only */
    width: 340px; /* you need a width to accommodate tertiary menus */
    position: absolute;
    z-index: 100;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    -ms-transition: height 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/* don't display tertiary box yet */
.navigation > ul > li:hover ul ul,
.navigation > ul > li > a:hover ul ul {
    height: 0;
}

/* tertiary drop-down box */
.navigation ul ul ul {
    left: 170px;
    width: 170px;
    transition: all 0.4s;
}

.navigation > ul > li:hover ul,
.navigation > ul > li > a:hover ul,
.navigation ul ul li:hover > ul,
.navigation ul ul li a:hover > ul {
    height: 220px;
}

.navigation ul ul li {
    width: 170px;
    transition: all 0.4s;
    background-color: rgba(333, 333, 333, 0.8);
}

.navigation ul ul li:hover {
    background-color: #858788cc;
}

.navigation ul ul li a {
    display: block;
    text-decoration: none;
    margin: 5px 12px;
    padding: 5px 0;
    color: #000000;
    background-color: rgb(188 188 188 / 59%);
    transition: all 0.4s;
}

.navigation ul ul li a:hover,
.navigation ul ul li:hover > a {
    color: #ffffff;
    padding-right: 5px;
}

.navigation ul ul ul li a {
    border: 0 !important;
    transition: all 0.4s;
}

.navigation ul ul ul li + li a {
}

.navigation ul ul li + li a {
    transition: all 0.4s;
}

.navigation ul ul ul li:hover + li {
}

/*dropdown*/

.main_a {
    background-color: white;
    display: block;
    text-decoration: none;
    color: black !important;
    font-weight: 800 !important;
    text-shadow: none !important;
    margin: 0;
}

.div_1_card {
    width: 100%;
    height: 150px;
    color: black;
    font-size: 35px;
    opacity: 0;
    padding-top: 25px;
    transition: all 0.2s;
    display: none;
}

.div_2_card {
    width: 100%;
    height: 100px;
    color: black;
    font-size: 35px;
    opacity: 0;
    padding-top: 25px;
    background-color: turquoise;
    transition: all 1s;
    display: none;
}

.footer_mob {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer_mob div {
    width: 15.9%;
    min-width: 200px;
    margin: 5px;
}

.footer_mob a {
    font-size: 11px;
}
.footer_mob a:hover {
    color: #9b80b1;
    text-decoration: none;
}
.footer_mob .a_footer:hover {
    /* color: rgba(255, 255, 255, 0.829); */
}

.footer_mob .a_footer {
    font-size: 16px;
}

.main_contant {
    position: relative;
    display: block;
    padding-top: 10%;
    background-color: transparent;
}

.item_type {
    transition: all 0.4s;
    background-color: silver;
    border-radius: 5px;
}

.item_type:hover {
    background-color: #9e9e9e;
}

.item_type img {
    width: 100%;
    height: auto;
    transition: all 0.4s;
}

.item_type:hover + img {
}

.desc {
    visibility: hidden;
    opacity: 0;
    padding: 15px;
    text-align: center;
    transition: all 0.4s;
}

.responsive a:hover + .desc {
    visibility: visible;
    opacity: 1;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

.responsive .item_type:hover {
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

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

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.container_svg {
    position: relative;
    color: white;
    margin-left: 10px;
    padding-left: 10px;
}

.bottom-left_svg {
    position: absolute;
    top: 38%;
    color: white;
}

.svg_1 {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    width: 50%;
    transition: all 0.4s;
}

.st0 {
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st0 {
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 2000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 2000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

#td_id_1_s:hover .st0 {
    -webkit-animation: dash 6s linear forwards;
    -o-animation: dash 6s linear forwards;
    -moz-animation: dash 6s linear forwards;
    animation: dash 6s linear forwards;
}

#td_id_1_s:hover .svg_1 {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}

#td_id_2_s:hover .st0 {
    -webkit-animation: dash 6s linear forwards;
    -o-animation: dash 6s linear forwards;
    -moz-animation: dash 6s linear forwards;
    animation: dash 6s linear forwards;
}

#td_id_2_s:hover .svg_1 {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}

#td_id_3_s:hover .st0 {
    -webkit-animation: dash 6s linear forwards;
    -o-animation: dash 6s linear forwards;
    -moz-animation: dash 6s linear forwards;
    animation: dash 6s linear forwards;
}

#td_id_3_s:hover .svg_1 {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}

#td_id_4_s:hover .st0 {
    -webkit-animation: dash 6s linear forwards;
    -o-animation: dash 6s linear forwards;
    -moz-animation: dash 6s linear forwards;
    animation: dash 6s linear forwards;
}

#td_id_4_s:hover .svg_1 {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

#td_id_5_s:hover .st0 {
    -webkit-animation: dash 6s linear forwards;
    -o-animation: dash 6s linear forwards;
    -moz-animation: dash 6s linear forwards;
    animation: dash 6s linear forwards;
}

#td_id_5_s:hover .svg_1 {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.center_div {
    background-color: #2322246c;
    color: black;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 0;
    z-index: 0;
    height: 200px;
    width: 100%;

    transition: all 0.4s;
}

.center_div div {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #000;
    height: 100%;
    transition: all 0.4s;
}

.center_div table {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: 0;
    background-color: black;
    background-image: linear-gradient(#00000000, black);
    transition: all 0.4s;
    text-align: center;
    border: 0;
}

.center_div td {
    color: rgb(255, 255, 255);
    width: 18%;
    border: 0;

    font-size: 17.5px;
    text-align: center;
    transition: all 0.8s;
    padding-left: 20px;
    padding-right: 20px;
}

.center_div td span {
    transition: all 0.4s;
}

.center_div td:hover {
    cursor: pointer;
    width: 30%;
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: #00000054;
}

.center_div #td_id_1_s:hover {
    text-align: right;
    margin-right: 20px;
}

.center_div #td_id_2_s:hover {
    text-align: right;
    margin-right: 20px;
    background-position: left bottom;
}

.center_div #td_id_3_s:hover {
    text-align: right;
    margin-right: 10px;
    background-position: left bottom;
}

.center_div #td_id_4_s:hover {
    text-align: left;
    margin-right: 20px;
}

.center_div #td_id_5_s:hover {
    text-align: left;
    margin-right: 20px;
}

.show_td_id {
    padding: 0;
    margin: 0;
    text-align: center;
    opacity: 0;
    font-size: 16px;
    transition: all 0.4s;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #efefef;
    border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

.mod_container {
    width: 100%;
    padding-top: 80px;

    color: white;
    text-align: start;
    position: relative;
}

.main-card {
    min-height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: initial;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.sized-img {
    border-radius: 10px;
    box-shadow: 1px 1px 11px 3px #ffffff2e;
    height: auto;
}
.alert{
    padding:15px;
    z-index:9999999;
}
.alert-success,
.alert-danger {
    position: absolute;
    top: 120px;
    padding: 15px;
    left: 0;
    width:100%;
    border-radius: 0px;
    color: #ffffff;
    background: #cf5f5f;
}
.alert-success{
 background: green !important;
}

.start-page {
    display: flex;
    align-items: center;
    border-bottom: 5px solid gray;
    border-top: 1px solid gray;
    padding: 10px;
    text-align: center;
    justify-content: center;
    color: black;
    background-color: white;
    text-transform: uppercase;
    box-shadow: 0px 0px 5px black;
}

.flex-cate {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    text-align: center;
    vertical-align: center;
    transition: all 0.4s;
    padding-bottom: 50px;
    padding-top: 150px;
}

.cate {
    border-radius: 10px;
    background-color: transparent;
    color: white;
    text-align: center;
    margin: 4px;
    /* border: 0px solid bisque; */
    transition: all 0.4s;
    cursor: pointer;
}

.cate h1 {
    color: white;
    text-shadow: 1px 1px 7px #201d1d24;

    font-size: 20px;
    transition: all 0.6s;
    margin: 0px 0px;
    padding: 5px;
}

.cate footer a {
    color: #0c5460;
}

.show-dis {
    font-weight: 600;
    color: #000000;
    transition: all 0.4s;
}

.cate:hover h1 {
    box-shadow: 0px -10px 400px #ffffff87;
}
.cate:hover .img-cate {
    filter: contrast(200%);
}

.hover-sub {
    transition: all 0.2s;
    color: black;
    opacity: 0;
    font-size: 15px;
}

.cate:hover .hover-sub {
    display: block;
    color: white;
    opacity: 1;
}

.cate:hover {
    background: transparent;
    transform: translateY(10px);
    transition-duration: 1s;
}

.show-des {
    justify-content: center;
    display: flex;
    border: 2px solid white;
    padding: 10px;
    width: 26vh;
    color: black;
    margin-right: 5px;
    align-items: center;
    margin-right: 15px;
    border-radius: 8px;
    cursor: pointer;
    background-color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 56px;
    max-width: 225px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}
.show-des:hover {
    background-color: black;
    color: white;
}
.show-des .dot-white {
    border-color: black;
    background-color: silver;
}
.show-des:hover .dot-white {
    border-color: white;
    background-color: white;
}

.shows {
    margin: auto;
    justify-content: center;
    display: flex;
}

.show-des span {
    margin-left: 5px;
}

a:hover > .img-cate {
    background-position: bottom right;
    background-size: 100%;
}

a:hover > .show-dis {
    opacity: 1;
}

.img-cate {
    width: 100%;
    height: 40vh;
    background-position: bottom center;
    background-size: 50%;
    background-repeat: no-repeat;
    object-fit: cover;
    transition: all 0.6s;
    cursor: pointer;
}

.menu2 {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 25px;
}

.menu2 span {
    margin: 0 auto;
    position: relative;
    top: 12px;
}

.menu2 span:before,
.menu2 span:after {
    position: absolute;
    content: "";
}

.cate:hover .show-dis {
    color: black;
}

.menu2 span,
.menu2 span:before,
.menu2 span:after {
    width: 30px;
    height: 6px;
    background-color: #4f4f4f;
    display: block;
}

/*
.cate:hover .menu2 span, .menu2 span:before, .menu2 span:after {background-color: white;} */
.menu2 span:before {
    margin-top: -12px;
}

.menu2 span:after {
    margin-top: 12px;
}

.example9 span {
    -webkit-transition-property: margin, width;
    transition-property: margin, width;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.example9:hover span {
    margin-top: 6px;
    width: 20px;
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.example9 span:after {
    left: 0;
    -webkit-transition-property: margin, left;
    transition-property: margin, left;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.example9:hover span:after {
    margin-top: 6px;
    left: -5px;
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.example9 span:before {
    left: 0;
    -webkit-transition-property: margin, width, left;
    transition-property: margin, width, left;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s, 0s;
    transition-delay: 0.2s, 0s, 0s;
}

.example9:hover span:before {
    margin-top: -6px;
    width: 10px;
    left: 5px;
    -webkit-transition-delay: 0s, 0.2s, 0.2s;
    transition-delay: 0s, 0.2s, 0.2s;
}

@media only screen and (min-width: 800px) {
    .cate {
        margin: 3px;
        width: 14.5%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 800px) {
    .cate {
        margin: 3px;
        width: 28%;
    }
}

@media only screen and (max-width: 500px) {
    .alert-success,
    .alert-danger {
        position: absolute;
        top: 120px;
        /* right: 10px; */
        padding: 10px;
        left: 0;
    }

    .cate {
        width: 47%;
    }
}

.products {
    width: 100%;
    height: auto;
    background-color: #0b6975;
    color: white;
    box-shadow: 0 0 1px black;
    transition: all 0.4s;
    padding: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.products:hover {
    background-color: #07484e;
}

.products:hover .img-product {
    transform: rotateY(180deg);
}

.products-img {
    vertical-align: middle;
    width: 20%;
    height: auto;
    display: inline-block;
    transition: all 0.4s;
}

.img-product {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all 0.4s;
}

.products-content {
    vertical-align: middle;
    width: 60%;
    height: 20vh;
    display: inline-block;
    transition: all 0.4s;
}

.products-name {
    font-size: 30px;
    border-bottom: 3px solid #0c5460;
    text-transform: uppercase;
    transition: all 0.4s;
}

.products-dis {
    transition: all 0.4s;
}

.products-action {
    height: 20vh;
    text-align: center;
    vertical-align: middle;
    width: 18%;
    display: inline-block;
    transition: all 0.4s;
}

.divshow {
    height: 0;
    transition: all 0.4s;
    width: 100%;
}

.btn-prodcut-add {
    display: block;
    transition: all 0.4s;
    background-color: #00aced;
    vertical-align: middle;
    line-height: 50px;
    height: 40%;
}

.btn-prodcut-show {
    display: block;
    transition: all 0.4s;
    background-color: #ffffff;
    color: #0c5460;
    width: 100%;
    height: 30%;
    padding: 5px;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}

.btn-prodcut-pri {
    transition: all 0.4s;
    display: block;
    background-color: #ffffff;
    color: #0c5460;
    width: 100%;
    height: 30%;
    padding: 5px;
    border: 0;
    vertical-align: middle;
}

.divsuper {
    display: none;
}

.ppd {
    width: 600px;
    height: 500px;
}

.iframe {
    width: 100%;
    padding-top: 15px;
    height: 700px;
    display: none;
}

.wrapper {
    text-align: center;
    color: black;
}

.btn111 {
    font-size: 48px;
    cursor: pointer;
    justify-content: center;
    display: inline-block;
    text-decoration: none;
    background: #ffffff;
    color: #000;
    width: 100px;
    display: flex;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 29%);
    border-bottom: solid 3px #ffffff;
    transition: all 0.4s;
}
.btn111 i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #89c3c6;
}
.btn111:hover {
    transform: rotateY(180deg);
}

.jssort121 .p {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0.7;
}

.jssort121 .p .t {
    position: absolute;
    padding: 10px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 24px;
    overflow: hidden;
}

.jssort121 .p .i {
    margin-right: 10px;
    position: relative;
    top: 0;
    left: 0;
    width: 96px;
    height: 48px;
    border: none;
    float: left;
}

.jssort121 .pav,
.jssort121 .p:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.7);
}

.jssort121 .p:hover {
    opacity: 0.75;
}

.jssort121 .pav,
.jssort121 .p:hover.pdn {
    opacity: 1;
}

.jssort121 .ti {
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

.jssort121 .d {
    position: relative;
    font-size: 12px;
}

/*.jssort121 .d:before {content:'\a';white-space:pre;}*/

/* impdia */
.surg {
    margin-left: 30px;
}

.impdia {
    padding: 3%;
}

.impdia-dia {
    margin-left: 15%;
    /* justify-content: center; */
    display: flex;
    margin-bottom: 5%;
}

.surg-part {
    display: flex;
}

.impdia-dia .card-title {
    align-items: center;
    display: flex;
}

.impdia {
    background: none;
    color: #ffffff;
}

.impdia-table {
    display: flex;
    justify-content: center;
    color: white;
    /* width: 20%; */
    margin-right: 2%;
}

.impdia-table table {
    text-align: center;

    width: 100%;
    color: white;
}

.impdia-body {
    justify-content: center;
    align-items: center;

    display: flex;
    text-align: center;
    /* margin: auto; */
    width: 100%;
}

.impdia-top {
    color: white;
    width: 100%;
    display: flex;
}

#input_div [type="button"] {
    border-radius: 5px;
    background: black;
    border: none;
    color: white;
}

#input_div {
    justify-content: center;
    display: flex;
}

#input_div input {
    text-align: center;
    width: 40px;
    overflow: visible;
    margin-right: 4px;
}

.comp {
    align-items: center;
    display: flex;
}

.surg-comp {
    color: white;
}

.surg hr {
    border: 0;
    border-top: 1px solid white;
    margin: 20px 0;
}

/*prostetic*/
.parent-pros {
    box-sizing: inherit;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-flow: wrap;
}

.c-prost {
    width: 235px;
    height: 80px;
    justify-content: center;
    display: flex;

    /* width: 16vh; */

    color: black;
    margin: 5px;
    align-items: center;
    margin-right: 15px;
    vertical-align: middle;

    display: flex;
}

.inline-comp svg {
    fill: black;
    width: 9vh;
    height: 5vh;
}

.inline-comp:hover svg {
    transform: scale(1.5);
    transition-duration: 1s;
}

.table_Sss {
    border: 2px solid white;
    border-collapse: collapse;
    padding: 8px;
    text-align: center;
    width: 100%;
    color: black;
}

.table_Sss:hover {
    box-shadow: -2px 0px 20px 0px #9e9e9eb3;
    transition-duration: 0.7s;
}

.table_Sss td {
    text-align: center;
    padding: 5px;
    border: 2px solid black;
    border-collapse: collapse;
}

.table_Sss th {
    padding: 5px;
    border: 1px solid black;
    border-collapse: collapse;
}

.table_Sss thead th {
    background: #a8a8a833;
}

.cart svg {
    width: 10vh;
    height: 10vh;
    fill: white;
}

.cart {
    float: revert;
    position: absolute;
    right: 25%;
}

.cart svg:hover {
    transform: scale(1.2);
    transition-duration: 1s;
}

.show-img {
    margin-top: 2%;

    text-align: center;
}

.show-img img {
}

/* add-pros */
.pros {
    color: black;
    text-align: center;
}

.pros .card-header button {
    position: absolute;
    right: 35px;
    color: black;
    /* float: right; */
    position: absolute;
    border: none;
    border-radius: 10px;
    right: 35px;
    /* top: 106px; */
    padding: 7px;
}

.pros .card-footer {
    text-align: center;
    margin-top: 3%;
    justify-content: center;
    display: flex;
}

.pros form {
    display: flex;
}

.pros .card-footer input {
    width: 10vh;
    border-radius: 10px;
    border: none;
    color: black;
    background: white;
}

.pros .card-footer button {
    box-shadow: 1px 1px 11px 3px #ffffff2e;
    cursor: pointer;
    border-radius: 10px;
    margin-right: 5px;
    border: none;
    color: #ffffff;
    background: black;
}

.table-order {
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
    padding: 8px;
    justify-content: center;
    margin: auto;
}

.order {
    color: black;
    justify-content: center;
    text-align: center;
}

.table-order td {
    padding: 5px;
    border: 1px solid black;
}

.table-order th {
    padding: 5px;
    border: 1px solid black;
}

/* cart-order */
.cart-order {
    color: black;
    text-align: center;
    justify-content: center;
    margin: auto;
}

.cart-order form {
    margin-top: 2%;
    margin-bottom: 2%;
}

.cart-order .text-success {
}

.cart-order form .btn {
    background: black;
    border: none;
    color: #fff3db;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}

.cart-order table {
    text-align: center;
    border-collapse: collapse;
    padding: 8px;
    margin-bottom: 2%;
    justify-content: center;
}

.cart-order table td {
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
}

.cart-order table th {
    padding: 5px;
}

.cart-order table thead {
    background: black;
}

.cart-order table thead th {
    background: black;
    height: 9vh;
    font-size: 19px;
    font-weight: bold;
}

.table-order thead td {
    background: black;
    height: 9vh;
    font-size: 19px;
    font-weight: bold;
}

.order-2 table thead td {
    height: 9vh;
    background: black;
    font-size: 19px;
    font-weight: bold;
}

.order-2 {
    justify-content: center;
    margin: auto;
    text-align: center;
    color: black;
}

.cart-order table {
    justify-content: center;
}

.order-2 table {
    border-collapse: collapse;
    text-align: center;

    padding: 8px;
    justify-content: center;

    margin: auto;
}

.order-2 table thead td {
    text-align: center;

    background: black;
    padding: 5px;
    border-bottom: 1px solid #0e8184;
}

.order-2 table td {
    text-align: center;
}

.order-2 table th {
    padding: 5px;
    text-align: center;
}

.cart-order .text-success a {
    background: black;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.cart-order .delet {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-order .delet form {
    margin-right: 15px;
}

/* creat */
.creat {
    justify-content: center;
    margin: auto;
    color: black;
    text-align: center;
}

.creat form {
    align-items: center;
    margin-top: 2%;
    display: flex;
    justify-content: center;
}

.creat form button {
    box-shadow: 1px 1px 16px 0px black;

    cursor: pointer;
    border-radius: 10px;
    padding: 6px;
    margin-right: 5px;
    border: none;
    color: #ffffff;
    background: black;
}

.creat form select {
    border-radius: 10px;
    border: 1px solid white;
    border: none;
    color: #ffffff;
    background: black;
    padding: 6px;
    box-shadow: 1px 1px 16px 0px black;
}

.creat form .form-group {
    margin-right: 5px;
}

@media only screen and (min-width: 500px) and (max-width: 800px) {
    .products-img {
        width: 100%;
        height: 100%;
    }

    .products-content {
        width: 100%;
    }

    .products-action {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .edit-track button {
        margin-top: 2%;
    }

    .cart-order table {
        margin-bottom: 5%;
    }

    .creat form {
        align-items: center;
        margin-top: 2%;
        display: block;
    }

    .pros .card-footer button {
        margin-top: 10px;
    }

    .products-img {
        width: 100%;
        height: 100%;
    }

    .products-content {
        width: 100%;
        text-align: center;
    }

    .products-action {
        width: 100%;
    }
}

table {
    width: 100%;

    overflow: hidden;
}

.card-body {
    margin: 15px;
}

.cart-order tr:nth-of-type(odd) {
    background: #ffffff80;
    color: black;
}

.impdia-table tr:nth-of-type(odd) {
    background: #ffffff80;
    color: black;
}

.order-2 tr:nth-of-type(odd) {
    background: #ffffff80;
    color: black;
}

.table-order tr:nth-of-type(odd) {
    background: #ffffff80;
    color: black;
}

th {
    font-weight: bold;
}

.cart-order td,
.cart-order th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
}

.table-order td,
.table-order th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
}

.cart-order tr:hover {
    box-shadow: 1px 3px 9px 2px #eee9e96b;
}

.order-2 tr:hover {
    box-shadow: 1px 3px 9px 2px #eee9e96b;
}

.impdia-table tr:hover {
    box-shadow: 1px 3px 9px 2px #eee9e96b;
}

.table-order tr:hover {
    box-shadow: 1px 3px 9px 2px #eee9e96b;
}

.table-order tr:nth-of-type(odd):hover {
    box-shadow: 1px 3px 9px 2px #eee9e96b;
}

.impdia-table tr:nth-of-type(odd):hover {
    box-shadow: 1px 3px 9px 2px #eee9e96b;
}

.order-2 tr:nth-of-type(odd):hover {
    box-shadow: 1px 3px 9px 2px #eee9e96b;
}

.cart-order tr:nth-of-type(odd):hover {
    box-shadow: 1px 3px 9px 2px #eee9e96b;
}

.impdia-table td,
.impdia-table th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
}

.table-order .order-2 td,
.order-2 th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
}

.table_Sss thead th {
    text-align: center;
    color: black;
    background: #ffffff;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
/* edit-track */
.edit-track {
    margin: 8%;
    justify-content: center;
    text-align: center;
    color: black;
}

.edit-track button {
    padding: 4px;
    border-radius: 5px;
    border: 1px solid black;
    background: black;
    color: white;
    cursor: pointer;
}

.edit-track input {
    border-radius: 5px;
    padding: 4px;
    border: 1px solid black;
}

.header-slider {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slider-text {
    color: white;
    width: 50%;
    height: 100%;
}

.slider-img {
    height: 100vh;
    width: 100%;
}

.slider-img img {
    position: absolute;
    z-index: -1;
    height: 90vh;
    top: 90px;
    width: 100%;
    object-fit: cover;
}

.header-slider .item {
    align-items: center;
    display: flex;
    width: 100%;
}

.slider-text .s1-head {
    position: absolute;
    font-size: 101px;
    width: 80vh;
    line-height: 110px;
    transform: rotate(-90deg);
    left: 20%;
}

.slider-text .s1-head h1 {
    -webkit-text-fill-color: #ffffff03;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-family: myFont1 !important;
    font-size: 100px;
    font-weight: 400 !important;
}

.slider-text .s1-head h1 .space {
    height: 10px;
}

.slider-text .s1-text .s1-text2 {
    font-family: myFont2 !important;
    font-size: 42px !important;
}

.slider-text .s1-head h1 .space {
    height: 10px;
}

.slider-text .s1-text .s1-text2 {
    background: white;
    width: 39vh;
    padding: 4px;
    color: #120001;
    align-items: center;
    display: flex;
    height: 8vh;
    font-size: 54px;
}

.slider-text .s1-text {
    line-height: 12vh;
}

.slider-text .s1-text .explorr {
    font-size: 85px;
    font-family: myFont3 !important;
    color: #ffffd0;

    font-weight: bold !important;
}

.slider-text a {
    width: 22vh;

    font-weight: bold;
}

.slider-text a {
    width: 22vh;

    cursor: pointer;
    text-align: center;
    height: 6vh;
    color: white;
    justify-content: center;
    border: 1px solid;
    align-items: center;
    display: flex;
    font-size: 17px;
}

.slider-text a svg {
    width: 11px;
    height: 11px;
    margin-left: 10px;
    fill: #e43e7a;
}

.impact .slider-text .s1-head {
    position: absolute;
    font-size: 101px;
    width: 80vh;
    top: 35%;
    line-height: 110px;
    transform: rotate(-90deg);
    left: -6%;
}

.impact .slider-text .s1-text {
    line-height: 10vh;
    position: absolute;
    left: 25%;
    align-items: center;
}

.impact .slider-text .s1-text {
    line-height: 12vh;
    position: absolute;
    left: 25%;
    align-items: center;
}

.impact .slider-img img {
    right: 0px;
}

/* endo */
.endo .s1-text .explorr {
    font-size: 85px;
    color: #ffffd0;
    font-weight: 100;
}

.endo .slider-text .s1-text {
    line-height: 15vh;
    position: absolute;
    left: 20%;
    align-items: center;
}

.endo .s1-head h1 {
    font-weight: 700 !important;
}

.endo .slider-text .s1-head {
    top: unset;
}

.div_bar.stick {
    font-weight: 700;
}

.endo .slider-text .s1-head {
    top: unset;
}

.div_bar.stick {
    position: fixed;
    top: 0;
    width: 100%;
    height: 17vh;
    background: #000000;
    box-shadow: 1px 1px 11px 5px #00000070;
    z-index: 1200;
    color: black;
}

.div_bar.stick2 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 17vh;
    background: none !important;

    z-index: 1200;
    color: white;
}

#mybar img {
    /* margin-bottom: 15px; */
    margin-top: 0;
    width: 170px;
    vertical-align: top;
    transition: all 0.4s;
}

.btn4 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn4:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5),
        0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;

    text-shadow: 1px 1px 2px #427388;
}

/* login */
.btn-login {
    width: 40% !important;
    background: none;
    border: 1px solid black;
    color: black;
    border-radius: 0px;
}

.btn-login svg {
    margin-left: 2%;
    width: 20px;
}

.btn-login:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-login:hover svg {
    fill: white;
}

.login-header {
    padding: 0.75rem 1.25rem;
    font-size: 25px;
    color: white;
    margin-bottom: 0;
    background: linear-gradient(45deg, black, #00000073);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* div svg for mobile*/
.hrefcontainer {
    position: relative;
    bottom: -6px;
}

.sv-gg {
}

.container_sv_parent {
    display: none;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    flex-wrap: wrap;
}

.container_sv {
    padding-top: 10px;
    display: flex;
    width: 20%;
    border: 1px solid;
    height: 200px;
    align-items: center;
    flex-flow: column;
}

.sv-gg {
    width: 125px;
}

@media only screen and (max-device-width: 992px) {
    .image img {
        left: -302px;
        top: -112px;
    }

    .sv-gg {
        width: 110px;
        height: 110px;
    }

    .container_sv {
        margin-top: 10px;
        padding-top: 13px;
        display: flex;
        width: 20%;
        border: none;
        border-bottom: 1px solid white;
        height: 175px;
        align-items: center;
        flex-flow: column;
    }

    .container_sv_parent {
        display: flex;
    }
}

@media only screen and (max-device-width: 743px) {
    .image img {
    }

    .sv-gg {
        width: 110px;
    }

    .container_sv {
        margin-top: 10px;
        padding-top: 13px;
        display: flex;
        width: 100%;
        border: none;
        border-bottom: 1px solid white;
        height: 175px;
        align-items: center;
        flex-flow: column;
    }

    .container_sv_parent {
        display: block;
    }
}

/* style for yotube fancybox*/
.divideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: white;
}

/* SCALE (USE THIS)
========================================== */
.imageWrapper {
    background-color: #eee;
    width: 100%;
    position: relative;
}

.image {
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.image img {
    animation: move 7s ease infinite; /* Change this to alternate to stop the loop. */
    -ms-animation: move 7s ease infinite;
    -webkit-animation: move 7s ease infinite;
    -o-animation: move 7s ease infinite;
    -moz-animation: move 7s ease infinite;
    position: relative;
    left: -122px;
    top: -112px;
}

@-webkit-keyframes move {
    from {
        transform: scale(0.9);
        -ms-transform: scale(0.9); /* IE 9 */
        -webkit-transform: scale(0.9); /* Safari and Chrome */
        -o-transform: scale(0.9); /* Opera */
        -moz-transform: scale(0.9); /* Firefox */
    }
    to {
        transform: scale(1);
        -ms-transform: scale(1); /* IE 9 */
        -webkit-transform: scale(1); /* Safari and Chrome */
        -o-transform: scale(1); /* Opera */
        -moz-transform: scale(1); /* Firefox */
    }
}
@media only screen and (max-width: 1300px) {
    .a_nav {
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media only screen and (max-width: 1100px) {
    .a_nav {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width: 1000px) {
    .image img {
        left: -302px;
        top: -112px;
    }
    .a_nav {
        padding-left: 5px;
        padding-right: 5px;
    }
    #mybar img {
        margin: 15px;
        margin-top: 20px;
        width: 120px;
        vertical-align: middle;
        transition: all 0.4s;
    }
    .slider-text .s1-head {
        position: relative;
        width: 80vh;
        transform: rotate(0deg);
        left: 0;
    }
    .slider-text .s1-head h1 {
        font-size: 42px;
    }
    .slider-text .s1-text .s1-text2 {
        width: 24vh;
        font-size: 10px;
    }
    .slider-text .s1-text .explorr {
        font-size: 35px;
    }
}

@media only screen and (max-width: 670px) {
    .image img {
        left: -369px;
        top: -112px;
    }
    .slider-text .s1-head {
        position: relative;
        width: 80vh;
        transform: rotate(0deg);
        left: 0;
    }
    .slider-text .s1-head h1 {
        font-size: 23px;
    }
    .slider-text .s1-text .s1-text2 {
        width: 22vh;
        font-size: 10px !important;
        left: 20px;
    }
    .slider-text .s1-text .explorr {
        font-size: 30px;
        left: 20px;
    }
    .owl-carousel {
        z-index: 1;
        height: auto !important;
    }
    .slider-img {
        height: 60vh;
    }
    .slider-img img {
        position: absolute;
        z-index: -1;
        height: auto;
        width: 100% !important;
        right: 0;
        object-fit: cover;
        object-position: 50% 50%; /* default value: image is centered*/
    }
}

@media only screen and (max-width: 481px) {
    .image img {
        left: -526px;
        top: -112px;
    }
}
@media only screen and (min-width: 3000px) {
    .center_div {
        height: 500px;
    }
}
.active {
}
.cate a:hover > .img-cate {
    background-position: bottom;
    background-size: 50%;
}
.vedio1 {
    position: relative;
}
.vedio1 img {
    width: 100%;
}
.venobox {
    width: 22%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.venobox img {
    width: 100%;
}
.imp-botons-cont a:hover {
    color: #fffffff7;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.event {
    height: 80vh;
    /* box-shadow: 1px 5px 20px #dbdddb29; */
    margin: 2%;
    width: 25%;
    transition: all 0.2s;
    border: 0px solid #121212;
    overflow: hidden;
    background: #afafaf9c;
}
.text-event {
    color: white;
    padding: 10px;
}
.hover-dis {
    color: #4985c5;
    width: 40%;
    visibility: hidden;
    padding: 10px;
}
.event:hover .hover-dis {
    visibility: visible;
}
.event:hover .img-event img {
    transition-duration: 1s;
}
.event:hover {
    transition-duration: 0.8s;
    width: 35%;
}

/* implant-about */
.about-imp .title h2 {
    color: #3ba4a9;
    font-weight: bold !important;
}
.about-btn {
    background: linear-gradient(180deg, #39a3a8, #92b7b8);
    padding: 10px 35px;
    text-align: center;
    margin: 10px 0px;
    font-size: 13px;
    position: absolute;
    color: white;
    float: right;
    right: 0px;
    border-radius: 10px;
}
.about-btn:hover {
    background: linear-gradient(0deg, #39a3a8, #92b7b8);
    transition-duration: 0.5s;
    outline-width: 0;
    color: white;
    text-decoration: none;
}
.about-text p {
    text-align: left;
    color: #2f2f2ff2;
    padding: 3% 0%;
    width: 94%;
}
.about-imp .title {
    text-align: left;
    width: 100%;
}
.link {
    justify-content: center;
    padding: 10px;
    background: linear-gradient(
            rgba(157, 133, 181, 0.589),
            rgba(157, 133, 181, 0.589)
        ),
        url("/frontend/img/Asset 1background.png");
    display: flex;
    background-position: center;
    background-size: cover;
}
.link svg {
    width: 50px;
    margin-left: 10px;
    height: 50px;
}
.no-padding {
    padding: 0px 3px !important;
}
.link:hover {
    text-decoration: none;
    color: white;
}
.link:hover svg {
    transform: translateX(10px);
    transition-duration: 0.5s;
}
.link:hover h4 {
    transform: translateX(-10px);
    transition-duration: 0.5s;
}
.tab {
    position: relative;
}
.imp-list .circle {
    width: 20px;
    border-radius: 50%;
    margin-top: 10px;
    height: 20px;
    background: #8b8b8b;
}
.imp-list {
    position: relative;
    /* flex-direction: column; */
    width: 100%;
    display: block;
    height: 100%;
}
.imp-list .tablinks {
    background: none;
    border: none;
    cursor: pointer;
    width: 20vh;
    font-size: 13px;
    /* height: 65px; */
    /* justify-content: center; */
    /* text-align: center; */
    /* margin-left: 66px; */
    color: #8ac4c7;
}
.tap-list {
    transform: rotate(-90deg);
    position: relative;
    top: -366px;
    text-align: center;
    /* width: 100%; */
    left: -597px;
    -moz-transform: rotate(-90deg);
}
.tab-menu .line {
    height: 80vh;
    position: relative;
    left: 0px;
    width: 4px;
    background: #8ac4c7;
}
.tablinks p {
    text-align: left;
    /* font-size: 13px; */
    height: 40px;
}
button:focus {
    outline: none;
}
@keyframes example {
    0% {
        width: 27px;
        height: 27px;
    }
    25% {
        width: 22px;
        height: 22px;
    }
    50% {
        width: 24px;
        height: 24px;
    }
    100% {
        width: 27px;
        height: 27px;
    }
}
.tablinks.active .circle {
    transition: width 1s, height 1s, transform 1s;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-top: 5px;
    background: #8ac4c7;
}
.tablinks.active {
    font-size: 19px;

    transition-duration: 1s;
}
.modal-content {
    box-shadow: 1px 1px 20px #f0e8e842;
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 50%;
    text-align: center;
    border-radius: 10px;
}
@media (min-width: 1200px) {
    .tap-list {
        transform: rotate(-90deg);
        position: relative;
        top: -330px;
        text-align: center;
        /* width: 100%; */
        left: -597px;
    }
}
@media (min-width: 1350px) {
    .tap-list {
        transform: rotate(-90deg);
        position: relative;
        top: -360px;
    }
    /* .tap-list {
                transform: rotate(
            -90deg
            );
                position: absolute;
                top: 35%;
                text-align: center;
                left: -287px;
            } */
}
@media (min-width: 1400px) {
    .tap-list {
        transform: rotate(-90deg);
        position: relative;
        top: -334px;
    }
}

@media (min-width: 2002px) {
    .tap-list {
        transform: rotate(-90deg);
        position: relative;
        top: -546px;
        text-align: center;
        /* width: 100%; */
        height: 100%;
    }
    /* .tap-list {
                transform: rotate(
            -90deg
             );
                position: absolute;
                top: 35%;
                text-align: center;

                left: -542px;
            } */
}
@media (min-width: 2500px) {
    .tap-list {
        transform: rotate(-90deg);
        position: relative;
        top: -560px;
        text-align: center;
        /* width: 100%; */
        height: 100%;
        left: -1026px;
    }
    .container {
        max-width: 2000px;
    }
}
@media (max-width: 1199px) {
    .tap-list {
        transform: rotate(-90deg);
        position: relative;
        top: -315px;
        text-align: center;
        /* width: 100%; */
        left: -505px;
        -moz-transform: rotate(-90deg);
    }
}
@media (max-width: 1100px) {
    .tablinks.active .circle {
        width: 30px;
        height: 30px;
        justify-content: center;
        border-radius: 50%;
        margin: auto;
    }
    .tablinks .circle {
        justify-content: center;
        border-radius: 50%;
        margin: auto;
    }
    .tabcontentt {
        position: relative;
    }
    .tab-menu .line {
        height: 3px;
        position: relative;
        left: 0px;
        top: 68px;
        width: 100%;
        background: #8ac4c7;
    }
    .imp-list .tablinks {
        padding: 0px;
    }
    .tabcontentt {
        height: 100%;
        text-align: center;
        margin-left: unset;
    }

    .tap-list {
        transform: rotate(0deg);
        position: relative;
        top: 35%;
        text-align: center;
        /* width: 100%; */
        left: unset;
    }
    .tabcontentt {
        margin-top: 60px;
    }
    .tap-list {
        transform: rotate(0deg);
        position: relative;
        top: -5px;
        text-align: center;
        width: 100%;
        justify-content: center;

        margin: auto;
    }
    .imp-list .tablinks {
        background: none;
        border: none;
        cursor: pointer;

        font-size: 11px;
        /* height: 65px; */
        /* justify-content: center; */
        /* text-align: center; */
        /* margin-left: 66px; */
        color: #8ac4c7;
    }
    .tablinks.active {
        font-size: 13px;
    }
    .tablinks p {
        text-align: center;
        /* font-size: 13px; */
        height: 40px;
    }
    .impact .slider-text .s1-head,
    .endo .slider-text .s1-head {
        position: relative;
        width: 80vh;
        line-height: 20px;
        transform: rotate(0deg);
        left: 45%;
    }
    .impdia-body {
        display: block;
    }
    .impdia-table {
        width: 100%;
    }

    .slider-text .s1-head h1 {
        font-size: 48px;
    }
    .slider-text .s1-text .s1-text2 {
        width: 35vh;
        font-size: 35px;
    }
    .slider-text .s1-text .explorr {
        font-size: 35px;
    }
}
@media (max-width: 768px) {
    .events {
        text-align: center;
        justify-content: center;
        display: block;
    }
    .event:hover {
        transition-duration: 0.8s;
        width: 95%;
    }
    .event {
        margin: auto;
        width: 90%;
        margin: 11% auto;
    }
}
@media (max-width: 500px) {
    .imp-list .tablinks {
        background: none;
        border: none;
        cursor: pointer;
        width: 10vh;
    }
    .text-tab p {
        padding: 2%;
    }
    .table_footer {
        text-align: center;
        margin: auto;
        width: 95%;
        margin: 0px;
    }

    .events {
        display: block;
    }
    .event:hover {
        transition-duration: 0.8s;
        width: 95%;
    }
    .event {
        width: 90%;
    }
}
@media (max-width: 500px) {
    .link svg {
        width: 35px;
        margin-left: 10px;
        height: 35px;
    }
    .about-imp .title h2 {
        font-size: 20px;
    }
    .no-padding {
        padding: 0px 3px !important;
        margin-bottom: 10px;
    }
    .about-text p {
        text-align: center;
        color: #2f2f2ff2;
        padding: 5% 0%;
        width: 94%;
        margin: auto;
    }
    .about-btn {
        position: relative;
        color: white;
        float: right;
        right: 0px;
        text-align: center;
        border-radius: 10px;
        justify-content: center;
        margin: auto;
    }
    .about-imp .title {
        width: 100%;
        /* display: flex; */
        text-align: center;
    }
    .modal-content {
        box-shadow: 1px 1px 20px #f0e8e842;
        background-color: #fefefe;
        margin: auto;
        padding: 40px;
        border: 1px solid #888;
        width: 98%;
        text-align: center;
        border-radius: 10px;
    }
    .impdia-table table {
        text-align: center;
        width: 70%;
        color: white;
    }
    .impdia-table td,
    .impdia-table th {
        padding: 3px;
        border: 1px solid #ccc;
        text-align: center;
        font-size: 12px;
    }
    .inline-comp {
        width: 90%;
    }
    .show-img {
        width: 100%;
    }
    .impact .slider-img img {
        position: absolute;
        z-index: -1;
        height: 100vh;
        width: 100% !important;
        right: 0;
        object-fit: cover;
        object-position: 65% 25%;
    }
    .endo .slider-img img {
        position: absolute;
        z-index: -1;
        height: 60vh;
        width: 100% !important;
        right: 0;
        object-fit: cover;
        object-position: 77% 25%;
    }
    .impdia-dia {
        margin-left: 0%;
    }
    .cart svg {
        display: none;
        width: 7vh;
        height: 7vh;
    }
    .cart {
        float: revert;
        position: absolute;
        right: 5%;
    }
}
@media (max-width: 375px) {
    .slider-img {
        height: 51vh;
    }

    .impdia-table td,
    .impdia-table th {
        padding: 2px;
        border: 1px solid #ccc;
        text-align: center;
        font-size: 12px;
    }
    #input_div input {
        text-align: center;
        cursor: pointer;
        width: 20px;
        overflow: visible;
        margin-right: 4px;
    }
    .dot {
        margin-right: 10px;
        height: 25px;
        width: 30px;
        border-radius: 50%;
        display: inline-block;
    }
}
.vbox-container {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;
}
.vbox-content {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.text-event a:active,
a:hover {
    color: #a993bc;
}
.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #a38ab7;
}
.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: 0.5em;
    height: 14px;
    display: flex;
    overflow-x: hidden;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}


.about-card .card-header:first-child{
    color: #222;
}

.about-card .form-group{
    padding: 25px;
    text-align: justify;
    color: #222;
}

.about-card h4{
    font-weight: bold !important;
}
