.dp {
    position: absolute;
    left: 157px;
    top: 169px;
    right: -27px;
    font-weight: 600;
    padding: 17px 10px;
    border-radius: 10px;
    color: #000000 !important;
    background: linear-gradient(45deg, #9eff43, #9eff43);
}
.db {
    position: absolute;
    right: 250px;
    top: 350px;
    font-weight: 600;
    padding: 17px 10px;
    border-radius: 10px;
    color: #fff !important;
    background: linear-gradient(45deg, #010052, #010052);
}
 .accordion .card-header:after {
     font-family: 'FontAwesome';
     content: "\f068";
     float: right;
 }

 .accordion-item .accordion-button:before {
     content: "";
     width: 3px;
     height: 80px;
     background: #000;
     position: absolute;
     right: 97px;
     top: calc(50% - 40px);
     transition: all .3s ease-in-out 0s;
 }

 .accordion-style-two .accordion-item .accordion-button:after {
     content: "";
     width: 80px;
     height: 3px;
     background: #000;
     position: absolute;
     right: 60px;
     top: 50%;
     transition: all .3s ease-in-out 0s;
 }

 .accordion .card-header.collapsed:after {
     /* symbol for "collapsed" panels */
     content: "\f067";
 }

 .fa-file-text-o:before {
     content: "\f0f6";
 }

 .session-list {
     display: flex;
     flex-direction: column;
     font-size: 14px;
     line-height: 21px;
     max-height: 70px;
     overflow: scroll;
 }

 .sdg22 {
     width: 109px;
     margin-left: -25px;
 }

 .lf-align {
     right: 0;
 }

 .sdg22 .img11:hover+.inner-box1 {
     display: block;
 }

 .scroll-wrapper {
     height: 55vh;
     overflow-y: scroll;
     scroll-snap-type: y mandatory;
 }

 ::-webkit-scrollbar {
     display: none;
 }


 .panel {
     height: 55vh;
     position: sticky;
     top: 0;
     scroll-snap-align: start;

     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 40px;
     font-weight: bold;
     color: #fff;
 }

 .bi-check::before {
     content: "\f26e";
     color: #b41c56;
     font-size: 26px;
 }

 .slick-prev:before {

     content: '<';
     background: #030149;
     padding: 8px 8px;
     border-radius: 52px;
     font-size: 19px;
     font-weight: 900;
     height: 39px;
     width: 36px;
     display: inline-block;
 }

 .slick-next:before {
     content: '>';
     background: #030149;
     padding: 8px 8px;
     border-radius: 52px;
     font-size: 19px;
     font-weight: 900;
     height: 39px;
     width: 36px;
     display: inline-block;
 }

 input::placeholder,
 textarea::placeholder {
     color: #FFF !important;
     /* Change to your desired color */
     opacity: 0.5 !important;
     /* Ensure it's fully visible in some browsers */
 }

 #state option {
     color: #000;
 }

 .banne img {
     border: 1px solid #000000;
 }
.header-lower{
        background: linear-gradient(45deg, #e9edf4cc, #e9edf442), url(img/wave.png);
}
 @media only screen and (max-width:700px) {
       .hero {
        margin-top: -10px !important;
        background-size: 100% !important;
    }
.new-hero-buttons {
    display: inline-grid!important;
    justify-content: center!important;
    align-items: center!important;
    gap: 20px;
}
     .hero-inner {

         margin-left: 15px;
     }

     .main-slider-two .slide {
         padding: 50px 0px 43px;
     }

 }

 .inner-box video {
     border: 1px solid #02896b;
 }


 /* Style for the left and right arrow buttons */
 .three-item-carousel-five .owl-nav {
     position: absolute;
     top: 50% !important;
     width: 100%;
     display: flex;
     justify-content: space-between;
     transform: translateY(-40%);
     pointer-events: none;
 }

 .three-item-carousel-five .owl-nav .owl-prev,
 .three-item-carousel-five .owl-nav .owl-next {
     pointer-events: all;
     background-color: #fff;
     color: #fff;
     border-radius: 50%;
     padding: 2px;
     font-size: 18px;
 }

 .bi-chevron-left::before {
     color: black;
 }

 .bi-chevron-right::before {
     color: black;
 }

 .three-item-carousel-five .owl-nav .owl-prev {
     position: absolute;
     left: -50px;
     top: 30px;
     /* Adjust the left position of the previous button */
 }

 .three-item-carousel-five .owl-nav .owl-next {
     position: absolute;
     right: -60px;
     top: 30px;
 }





 @keyframes blink {
     0% {
         opacity: 1;
     }

     50% {
         opacity: 0;
     }

     100% {
         opacity: 1;
     }
 }

 .blink {
     animation: blink 1s infinite;
     /* Change the duration as needed */
 }

 .content-ses-chair h4 {
     font-size: 18px;
 }

 .gall-1 img {
     height: 60px;
     background: #fff;
     width: auto;
     border-radius: 3px;
     padding: 2px;
     margin: 2px;
     border: 1px solid #c9c9c9;
 }

 /* .brand--2 {
    background: #0a0624;
} */
 .new-btn {
     padding: 10px 10px;
     /* transition-delay: 2s; */
     /* transition-duration: 2s; */
 }

 .new-btn-abstract i {
     background: #00004f;
     padding: 10px;
     color: #fff;
     border-radius: 46px;
     font-size: 17px
 }

 .new-btn-register i {
     background: #00004f;
     padding: 10px;
     color: #fff;
     border-radius: 46px;
     font-size: 17px
 }

 .spt_10 {
     padding: 10px 0 0px;
     margin-top: 10px;
 }

 .flag-div {

     position: absolute;
     right: 0px;
     top: 20px;
     z-index: 1;
 }

 /* .flag-div img{
    width: 50px;
    height:34px;
} */
 .flag-div img {
     width: 40px;
     height: auto;
     border-radius: 3px 0px 0px 3px;
 }

 .move-anim,
 .move-anim a {
     pointer-events: auto;
     position: relative;
     z-index: 999;
 }

 @keyframes blinkColor {
     0% {
         color: red;
     }

     35% {
         color: green;
     }

     65% {
         color: orange;
     }

     100% {
         color: red;
     }
 }

 .blinking-text {
     font-size: 18px;
     font-weight: bold;
     animation: blinkColor 2s infinite alternate ease-in-out;
 }

 .custom-popover {
     width: 300px !important;
     height: auto !important;
     text-align: justify;
     background-color: #d2daff;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .btn-popover {
     width: 23px !important;
     background: #ffffff !important;
     height: 23px !important;
     border-color: #f5f5f5;
     border-radius: 50%;
     color: #2433fb;
     cursor: pointer;
     border: 1px solid #2433fb;
     line-height: 0.8rem;
 }

 .btn-secondary:hover {
     color: #8300e3;
     background-color: #5a6268;
     border-color: #0000ff;
 }

 .cpd-btn {
     background: linear-gradient(303deg, #db6d19 18.99%, #248d7e 77%);
     color: #fff;
     padding: 13px;
     border-radius: 5px;
     font-size: 15px;
     font-weight: 600;
 }

 .cpd-btn:hover {
     color: #fff;
 }

 .text-box {
     padding: 10px;
     align-content: center;
     background: #061840;
     text-align: center;
     height: 100%;
 }

 .text-box p {
     color: #fff;
     text-align: center;
     line-height: 23px;
     font-size: 15px;
 }

 .carousel.carousel-fade .carousel-item {
     opacity: 0;
     transition-property: opacity;
     transition-duration: 0.8s;
     /* Faster fade */
     transition-timing-function: ease-in-out;
     z-index: 0;
 }

 .cs_card_info {
     min-height: 362px !important;
 }

 .carousel.carousel-fade .carousel-item.active,
 .carousel.carousel-fade .carousel-item-next.carousel-item-left,
 .carousel.carousel-fade .carousel-item-prev.carousel-item-right {
     opacity: 1;

 }

 .carousel-inner,
 .carousel-item {
     background-color: transparent;
 }

 .carousel-item img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
 }

 .hero::before {
     content: "";
     position: absolute;
     inset: 0;
     background: #e9edf400;
     z-index: 1;
 }

 .hero-title {
     font-size: clamp(1.5rem, 4vw, 2.2rem);
     color: #b50027;
     font-weight: 700;
     text-shadow: 0 0px 0px rgba(0, 0, 0, 0.45);
     margin-bottom: .5rem;
     line-height: 44px;
     text-align: initial;
     font-family: roboto;
 }

 .hero-sub {
     font-size: clamp(1.1rem, 2.6vw, 1.9rem);
     font-weight: 600;
     text-shadow: 0 0px 0px rgba(0, 0, 0, 0.45);
     color: #000000;
     font-size: 16px;
     text-align: initial;
 }

 .hybrid {
     text-align: initial;
     color: #dc1642;
 }

 .hero-meta {
     font-size: clamp(0.95rem, 2vw, 1rem);
     opacity: .95;
     color: #000000;
     text-align: initial;
 }

 .hero-shape {
     position: absolute;
     top: 20px;
     inset-inline-start: -20px;
     max-width: 180px;
     width: 100%;
     z-index: 1;
     right: 0;
     opacity: 0.5;
 }

 .move-anim {
     -webkit-animation: move 5s linear infinite;
     animation: move 5s linear infinite;
 }

 @keyframes move {

     0%,
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
     }

     50% {
         -webkit-transform: translateY(30px);
         transform: translateY(30px);
     }
 }

 .db i {
     background: #a6ff00;
     padding: 10px;
     margin-right: 6px;
     color: #000050;
     border-radius: 4px;
 }

 .dp i {
     background: #000050;
     padding: 10px;
     margin-right: 6px;
     color: #a6ff00;
     border-radius: 4px;
 }

 .new-btn-abstract {
     background: linear-gradient(216deg, #94ff5d, #94ff5d);
     color: #000000;
     /* border: 2px solid #6a00ff; */
 }

 .hero-sub i {
     font-size: 20px;
     margin-right: 6px;
     color: #95ff5d;
 }

 .hero-sub {
     font-size: clamp(1.1rem, 2.6vw, 1.9rem);
     font-weight: 600;
     color: #ffffff;
     font-size: 16px;
     text-align: initial;
     width: fit-content;
     backdrop-filter: blur(12px);
     -webkit-backdrop-filter: blur(12px);
     background: rgb(0 0 80);
     border-radius: 3px;
     padding: 5px 13px;
     border: 1px solid rgba(255, 255, 255, 0.25);
     box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
     position: relative;
     z-index: 10;
     margin-right: 2px;
 }

 .inner {
    display: inline;
    color: #000000;
    font-weight: 600;
}

 .new-btn:hover .inner {
     color: #00004f;
     display: flex;
     margin-bottom: 0px;
     margin-top: 5px;
     font-weight: 600;
 }

 .new-btn {
     transition: all 0.9s;
     transition-duration: 1s;
 }

 .new-btn:hover i {
     display: none;
 }

 .hero-title b::before {
     content: '';
     position: absolute;
     right: 0 !important;
     top: 0 !important;
     bottom: 0 !important;
     width: 100%;
     height: 100%;
     border-radius: 12px;
     z-index: -1;
     filter: blur(2px);
     inset: 0;
     background: rgb(255 255 255 / 46%);
     backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
     border: 2px solid rgb(141 141 141 / 65%);
 }

 .hero-title b {
     position: relative;
     z-index: 1;
 }

 .new-btn-abstract:hover {
     background: #95ff5d;
     color: #010050;
     border: 2px solid #94ff5d;
     padding: 7px 22px;
     display: flex;
 }

 .new-btn .fa-plus {
     display: none;
 }

 .new-btn:hover .fa-plus {
     display: block;
     margin-right: 4px;
     margin-left: -12px;
     background: no-repeat;
     color: #00004f;
     font-size: 15px;
     padding: 8px;
     font-weight: 700;
 }

 .new-btn-register:hover {
     background: #95ff5d;
     color: #010050;
     border: 2px solid #94ff5d;
     padding: 12px 40px;
     display: flex;
 }

 @keyframes rotates {

     100% {
         transform: rotate(360deg);
     }
 }

 @media only screen and (max-width: 1067px) {
     .main-header.header-style-two .nav-outer .mobile-nav-toggler {
         padding: 32px 0px;
     }
 }