@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://use.fontawesome.com/releases/v5.0.12/css/all.css');
@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css');
/*@import url('https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js');*/
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js');*/
/*@import url('https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js');*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js');

html,
body {
    height: 100%;
    font-family: "Albert Sans", sans-serif;
    /*font-family: "Neue Plak,BlinkMacSystemFont,-apple-system,Segoe UI,Ubuntu,Roboto,Helvetica Neue,Helvetica,", sans-serif;*/
    font-size: 14px;
    font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900 !important;
    color: #111;
    letter-spacing: 0.3px;
}

.h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: "Albert Sans", sans-serif;
    font-weight: 600 !important;
    line-height: 1.2;
    color: inherit;
}

.fund-icons {
    height: 80px;
    padding-bottom: 7px;
}

.section-img-height {
    height: 350px !important;
}


.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }

.btn-disabled {
    background-color: #E1E6EB !important;
    color: #555 !important;
    border: 1px solid #E1E6EB !important;
    border-radius: 3px !important;
}

.home-grediant-bg {
    background-image: radial-gradient(circle at 19% 90%, rgba(190, 190, 190,0.04) 0%, rgba(190, 190, 190,0.04) 17%,transparent 17%, transparent 100%),radial-gradient(circle at 73% 2%, rgba(78, 78, 78,0.04) 0%, rgba(78, 78, 78,0.04) 94%,transparent 94%, transparent 100%),radial-gradient(circle at 45% 2%, rgba(18, 18, 18,0.04) 0%, rgba(18, 18, 18,0.04) 55%,transparent 55%, transparent 100%),radial-gradient(circle at 76% 60%, rgba(110, 110, 110,0.04) 0%, rgba(110, 110, 110,0.04) 34%,transparent 34%, transparent 100%),radial-gradient(circle at 68% 56%, rgba(246, 246, 246,0.04) 0%, rgba(246, 246, 246,0.04) 16%,transparent 16%, transparent 100%),radial-gradient(circle at 71% 42%, rgba(156, 156, 156,0.04) 0%, rgba(156, 156, 156,0.04) 47%,transparent 47%, transparent 100%),radial-gradient(circle at 46% 82%, rgba(247, 247, 247,0.04) 0%, rgba(247, 247, 247,0.04) 39%,transparent 39%, transparent 100%),radial-gradient(circle at 50% 47%, rgba(209, 209, 209,0.04) 0%, rgba(209, 209, 209,0.04) 45%,transparent 45%, transparent 100%),linear-gradient(90deg, rgb(84, 36, 210),rgb(44, 27, 154));
    -webkit-animation: gradient 30s ease infinite;
    animation: gradient 30s ease infinite;
}

.animate-charcter {
    background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 190px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}


/*<!--smartsearch style start-->*/
.searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#searchQueryInput {
    width: 100%;
    height: 2.8rem;
    background: #f5f5f5;
    outline: none;
    border: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: #F25C26;
    border: none;
    outline: none;
    border-radius: 50px;
}

    #searchQuerySubmit:hover {
        cursor: pointer;
    }

/*<!--smartsearch widget style end-->*/
/*feedback style start*/

#feedback {
    float: left;
    position: fixed;
    top: calc(50% - 50px);
    right: 0;
    margin-right: -27px;
    transform: rotate(270deg);
    z-index: 2147483647;
}

    #feedback a {
        background: #FF4500;
        border-radius: 15px 15px 0px 0px;
        box-shadow: 0 0 3px rgba(0, 0, 0, .3);
        border: 3px solid #fff;
        border-bottom: 0;
        display: block;
        transition: all .2s ease-in-out;
    }

        #feedback a:hover {
            padding-bottom: 20px;
        }


.heading {
    font-size: 18px;
}

.para {
    font-weight: 600;
}

.feedback-level {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.level {
    background: white;
    padding: 13px;
    border-radius: 7px;
    border: solid 0.5px #e0e9fe;
    cursor: pointer;
}

    .level:hover {
        box-shadow: #fe73a5 0 2px 5px;
    }

        .level:hover i {
            color: #fe73a5;
        }

    .level i {
        font-size: 40px;
    }

.feedback-msg textarea {
    margin-top: 5px;
    border: solid 2px #e0e9fe;
    padding: 13px;
    border-radius: 7px;
    outline: none;
    font-size: 14px;
    color: #4b537c;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
    height: 80px;
    resize: none;
}

.agreement .checkbox {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 5px;
}

.agreement input {
    accent-color: #ff71a4;
}

.agreement a {
    color: #ff71a4;
    font-size: 12px;
    font-weight: 600;
}

.agreement label {
    font-size: 12px;
    font-weight: 600;
}

.buttons {
    display: flex;
    gap: 10px;
    justify-content: end;
}

    .buttons a {
        background: white;
        color: #4b537c;
        width: 80px;
        padding: 10px;
        text-align: center;
        border-radius: 4px;
    }

        .buttons a:hover {
            opacity: 0.9;
        }

        .buttons a:nth-child(1) {
            background: #fe71a4;
            color: #f8faff;
        }

/*feedback style start*/




.inactive-box {
    filter: grayscale(100%);
    background-color: #dedede !important;
    border-radius: 6px !important;
    box-shadow: 0 0px 5px rgba(0,0,0,0.10), 0 0px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin: 6px;
}


#btn-back-to-top {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    display: none !important;
}


.img-zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .img-zoom:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

/*rotate css start*/
.feature-img:hover {
    transition: 20.70s;
    -webkit-transition: 20.70s;
    -moz-transition: 20.70s;
    -ms-transition: 20.70s;
    -o-transition: 20.70s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.feature-img {
    transition: 20.70s;
    -webkit-transition: 20.70s;
    -moz-transition: 20.70s;
    -ms-transition: 20.70s;
    -o-transition: 20.70s;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.image {
    .transition-duration(1s);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    &:hover

{
    .transform(360deg);
}

}

/*rotate css end*/

.upper-searchbar {
    margin-top: -63px;
    position: relative;
    z-index: 1029;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.17) !important;
}

.section-bg-blue {
    background-color: #E5F1F8;
}

.form i {
    margin-left: -30px;
    cursor: pointer;
}

.blue-graidient-bg {
    background: linear-gradient(336.38deg, #184EA2 -0.74%, #093780 120.42%) !important;
}

.btn-danger {
    border-radius: 50px;
    background: #d41457 !important;
    color: #fff !important;
}

.event-title-sticky {
    position: sticky;
    top: 83px;
    z-index: 1000;
    background-color: white;
    transition: ease-in-out 0.4s;
    margin-top: 119px;
}

    .event-title-sticky + .event-body {
        padding-top: 10px;
    }


#eventDesc {
    z-index: 1;
}

.feature-topimg {
    position: relative;
    overflow: hidden;
    z-index: 1029;
    background-image: url(/img/portal-back.svg);
    background-size: cover;
}

.home-banner {
    position: relative;
    overflow: hidden;
    z-index: 1029;
    background-image: url(../img/Home/Banner-bg.png);
    background-size: cover;
    height: 550px;
    vertical-align: middle;
}



.subscribe-bg-blue {
    position: relative;
    overflow: hidden;
    z-index: 1029;
    background: transparent linear-gradient(80deg, #114c90 0%, #0d8adb 63%, #35c1f1 100%) 0% 0% no-repeat padding-box;
    background-size: cover;
    height: 200px;
}



.subscribe-bg {
    position: relative;
    overflow: hidden;
    z-index: 999;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/home/sub-bg.png');
    height: 250px;
    background-color: #E5F1F8;
}

.about-bg {
    position: relative;
    overflow: hidden;
    z-index: 1029;
    background-size: cover;
    background-image: url('../img/home/funding_sec_bg.png');
}

.seationg-bg {
    position: relative;
    overflow: hidden;
    z-index: 1029;
    background-image: url(../img/Seats/seating-bg.png);
    background-size: auto;
}



.date-tag {
    position: absolute;
    top: 3px;
    left: 0px;
}

.seat-tag {
    position: absolute;
    top: 0px;
    right: -27px;
    border-left: 2px solid #fff;
}

.seat-tag-size {
    font-size: 14px !important;
}


.date-tag-portal {
    position: absolute;
    top: 10px;
    left: 12px;
}

.seat-tag-portal {
    position: absolute;
    top: 0px;
    right: 0px;
}

.seat-tag-size-portal {
    font-size: 20px !important;
}


.event-price {
    display: inline-block !important;
    padding: 0.25em 0.4em;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: sub;
    border-radius: 0.25rem;
}

.tag-border-paid {
    border-bottom: 5px solid #dc3545 !important;
}

.tag-border-rsvp {
    border-bottom: 5px solid #17a2b8 !important;
}


.tag-border-free {
    border-bottom: 5px solid #22a522 !important;
}

.event-tile-labels ul {
    list-style-type: none;
    padding-left: 0;
}

.box-border-left {
    border-left: 3px solid #50c893 !important;
}

.box-border-yellow {
    border-left: 5px solid #FF9800 !important;
}

.box-border-blue {
    border-left: 5px solid #2e78fc !important;
}



.box-border-orange {
    border-left: 5px solid #ff6a00 !important;
}

.box-border-maganta {
    border-left: 5px solid #119edc !important;
}

.box-border-pink {
    border-left: 5px solid #eb0b87 !important;
}

.box-border-green {
    border-left: 5px solid #7cce05 !important;
}

/*.slider {
    background: blue;
    padding: 20px;
    border-radius: 50%;
}*/
.slider {
    overflow: hidden;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 16px;
}


.slider-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    animation: scrolling 50s linear infinite;
    width: max-content;
}

    .slider-items:hover {
        animation-play-state: paused;
    }

@keyframes scrolling {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.bg-orange-custom {
    background-color: #FF7426;
}

.text-brown {
    color: #5b1400 !important;
}
.bg-gold {
    background-color: #f5a623;
}
.bg-silver {
    background-color: #C0C0C0;
}
.bg-diamond {
    background-color: #1d7581;
}
.sponsorTypeText {
    font-size: 10px !important;
    font-weight: 700 !important;
}
/*.event-details-sponsor img {
    width: 120px;
    height: 120px;
    background-color: #f8f8f8;
}*/
.event-details-sponsor img {
    width: 150px;
    height: 150px;
    /*width: 120px;
    height: 120px;*/
    background-color: #f8f8f8;
    object-fit: contain;
}

.img-height {
    height: 350px !important;
}

.body {
    display: flex;
    flex-flow: column;
}

.navbar-brand img {
    width: 250px !important;
}

.navbar .navbar-collapse {
    text-align: center;
}





.navbar {
    line-height: 10px;
    font-family: "Albert Sans", sans-serif !important;
    font-size: 14px;
    font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
}

.Heading {
    position: relative;
    /*background: #FF7544;*/
    border-top-left-radius: 15Px;
    border-top-right-radius: 15px;
}
/*.active-nav {
background: #f5f5f5 !important;
padding: 22px 15px !important;
border-top: 4px solid #F25C26;
border-bottom: 4px solid #F25C26;
}*/

/*  .active-nav a {
color: #FF0413 !important;
}*/

/*flex class start*/
.flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: left;
    justify-content: center;
    margin: 0px 0px;
    width: 100% !important;
}

.flex-item-left {
}

.flex-item-right {
}

.flex-col {
    width: 20% !important;
}

.flex-com {
    width: 25% !important;
}

/*flex class end*/




.event-section {
    max-width: 1040px;
}

.para-section {
    position: relative !important;
}

.event-detail-header {
    display: inline-block;
}

.bg-product-img {
    position: cover !important;
    background-image: url(product-bg.svg) !important;
    background-size: contain !important;
    background-repeat: repeat !important;
}

.bg-login-img {
    position: relative;
    overflow: hidden;
    z-index: 1029;
    background-image: url(../img/loginbg.svg);
    background-size: cover;
}

.bg-contact-img {
    position: relative;
    overflow: hidden;
    z-index: 1029;
    background-image: url(../img/contact-us.svg) !important;
    background-size: cover;
}

.bg-top-img {
    position: sticky !important;
    background-image: url(header-bg.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.block-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 48px;
    margin: 0 auto;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.event-title {
    text-decoration: none !important;
    color: #555 !important;
}

.event_tile {
    position: relative !important;
}

.event_tag {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
}

.event_tag1 {
    position: absolute !important;
    bottom: 0px !important;
    right: 0px !important;
    text-align: center !important;
}

.price_tag {
    position: absolute !important;
    bottom: 70px !important;
    right: 0px !important;
    border-radius: 5px !important;
    text-align: center !important;
}

.slid {
    height: 1000px;
    overflow: hidden;
    position: relative;
}

    .slid ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        position: absolute;
    }

        .slid ul li {
            width: 100%;
            height: 425px;
            font-size: 1.5em;
            color: #444;
            display: flex;
            align-items: center;
            justify-content: center;
        }


.sticky + .event-body {
    padding-top: 90px;
}

.event-detail-share li {
    display: inline-block;
}

.event-detail-share li {
    display: inline-block;
    padding: 8px 10px;
}

    .event-detail-share li:hover {
        background-color: #f4f3f6;
        border-radius: 5px;
    }

    .event-detail-share li a {
        font-size: 12px;
        color: #444;
    }

.event-detail-share li {
    padding: 5px 10px;
}

.event-detail-share img {
    height: 30px;
}

.blur-img img {
    height: 300px !important;
}

.blur-img {
    overflow: hidden;
}

    .blur-img img {
        filter: blur(32px);
        object-fit: cover;
        height: 350px !important;
        width: 100%;
    }


.org-img img {
    height: 300px !important;
}

.org-img {
    overflow: hidden;
}

    .org-img img {
        object-fit: cover;
        height: 350px !important;
        width: 100%;
    }




.main-img {
    overflow: hidden;
}

    .main-img img {
        position: relative;
        object-fit: cover;
        height: 310px !important;
    }




.event-detail-img {
    position: absolute;
    top: 0;
    width: 100%;
}

    .event-detail-img img {
        height: 450px;
        width: 100%;
        object-fit: contain;
    }

.nav-text {
    font-size: 28px;
    font-weight: bold;
    color: #e9580e;
}

.navbar ul li {
    padding: 16px 15px !important;
    font-weight: 500;
}
    /*header*/
    .navbar ul li a {
        text-decoration: none;
        color: #444;
        font-weight: 500;
        position: relative;
        display: inline-block;
    }

        .navbar ul li a:hover {
            color: #FF7544 !important;
        }

        .navbar ul li a.active {
            color: #FF7544 !important;
        }

        .navbar ul li a:before {
            Position: absolute;
            width: 100%;
            content: "";
            height: 4px;
            left: 0;
            bottom: -4px;
            background-color: #FF7544;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.15s ease-in-out 0s;
            transition: all 0.15s ease-in-out 0s;
        }



        .navbar ul li a:hover:before, .navbar ul li a.active:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }






.section-padding {
    padding: 50px 0;
}

/*.custom-control-input
{
display :none;
opacity: 0;
height: 30px;
width: 30px;
cursor: pointer;
}*/


.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}


.search {
    border-radius: 50px !important;
    border: 2px solid #e6e6e6 !important;
    background: #FFF !important;
    height: 54px !important;
}

.fill-box {
    border-radius: 50px !important;
    border: 2px solid #e4e4e4 !important;
    background: #FFF !important;
    height: 50px !important;
}

.fill-box-active {
    border-radius: 50px !important;
    border: 2px solid #FF7544 !important;
    background: #fff !important;
    height: 50px !important;
}

.fill-box-readonly {
    border-radius: 50px !important;
    border: 2px solid #e4e4e4 !important;
    background: #e0e0e0 !important;
    height: 50px !important;
}



#sidebar {
    width: 200px;
    position: fixed;
    left: 0;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow: visible;
    /*box-shadow: 0 1px 3px rgb(0 0 0 / 20%);*/
    background: #ffffff;
    color: #444 !important;
}

.tilemenu {
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}

#sidebar .material-icons {
    vertical-align: middle;
    padding: 2px;
}


#sidebar ul li.active > a {
    color: #096ED5;
    background: #E5F1F8;
    border-left: 4px solid #096ED5;
    font-weight: 600 !important;
}

#sidebar ul li a {
    padding: 12px 10px;
    font-size: 12px;
    display: block;
    color: #444;
    font-weight: 400;
    text-decoration: none;
}


    #sidebar ul li a i {
        vertical-align: middle;
        margin-right: 1px;
        font-size: 14px;
        color: #000;
        padding: 5px;
        border-radius: 100px;
    }

#sidebar ul li.active > a i {
    color: #184EA2;
}

#sidebar ul li span {
    background: #fff;
    padding: 0 10px;
}

#sidebar ul li.subactive > a {
    color: #096ED5 !important;
    background: #f3f3f3 !important;
    font-weight: 500 !important;
}

#content {
    width: calc(100% - 200px);
    padding: 5px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    right: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}


.DahsboardMenu_active {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    height: 45px;
}


#events-searchbox {
    height: 185px !important;
}

.text-height {
    line-height: 22px !important;
}

.wrapper {
    margin-top: 55px !important;
}

.event-detail-wrapper {
    margin-top: 85px !important;
}

.wrapper-flow {
    margin-top: 83px !important;
}

.public-wrapper {
    margin-top: 75px;
}

.text-orange {
    color: #FF7426;
}

.text-gray {
    color: rgba(0, 0, 0, 0.4);
}

.text-white {
    color: #fff;
}

.iconfirst {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.iconsecond {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.ann-green-text {
    color: #76AC42 !important;
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.ann-black-text {
    color: black;
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}


.CreateButtons {
    border-radius: 50px;
}




.text-green {
    color: #ffffff;
}

.text-new {
    color: #FF7544;
}

.text-bold {
    color: #555 !important;
    font-weight: 600 !important;
}

sup {
    color: red !important;
}

.tile-icon i {
    font-size: 16px;
    vertical-align: sub;
    margin-right: 3px;
}

.btn {
}


.ticketprice {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #CD3600;
}

.btn-detail {
    color: #fff;
    background-color: #184EA2 !important;
    border-radius: 50px !important;
    border: 2px solid #dddddd !important;
}


.btn-primary {
    color: #fff;
    border: 1px solid #096ED5;
    background-color: #096ED5;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

    .btn-primary:hover {
        color: #fff;
        border: 1px solid #055cb4;
        background-color: #055cb4;
        border-radius: 6px;
    }


.btn-blue-light {
    color: #096ED5;
    background-color: #E5F1F8 !important;
    border-radius: 50px !important;
    border: none;
    font-weight: 600;
}

    .btn-blue-light:hover {
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.17) !important;
    }


.btn-purple {
    color: #fff;
    background-color: #4D2C5E !important;
    border-radius: 50px !important;
    border: none;
}

    .btn-purple:hover {
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.17) !important;
    }

.btn-Eventmenu {
    color: black;
    background-color: #fff !important;
    border-radius: 50px !important;
    border: none;
    height: 48px;
    width: 200px;
}

.mandal-home-menu ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
    text-align: center;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.mandal-home-menu .active a {
    background-color: #F25C26;
    color: #fff;
    font-weight: 500;
    border-style: none !important;
}

.mandal-home-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-style: none !important;
}

.organization-box {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

    .organization-box:hover {
        border: 1px solid #096ED5;
        border-radius: 5px;
        background-color: #096ED5 !important;
        color: #fff;
    }


.announcementBox {
    border-top: 7px;
    border-top-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #FB9E1B 0%, #9051FA 100%);
}

.agenda-background-color-div {
    background-color: #096ed5;
    color: #fff;
    font-size: medium;
    font-weight: bold;
    height: 100%;
    text-align: center;
}



.btn-vm:hover {
    color: #fff !important;
    border: 1px solid #F25C26 !important;
    background-color: #db4914 !important;
    border-radius: 3px !important;
}

.back-box {
    /* background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 1px rgba(110, 102, 110, 0.73);
    margin: 6px;
}

.back-box-green {
    background-color: #76AC42;
    color: #fff !important;
}

.back-box-orange {
    background-color: #FF7544;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    color: #fff !important;
}

.back-box-yellow {
    background-color: yellowgreen;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    color: #fff !important;
}

.btn-secondary {
    color: #096ED5;
    border: 1px solid #096ED5;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    background-color: transparent;
}

    .btn-secondary:hover {
        color: #fff;
        border: 1px solid #096ED5;
        background-color: #096ED5;
        border-radius: 6px;
    }

.btn-primary-public {
    color: #FFffff !important;
    background-color: #096ed5 !important;
    border-radius: 50px !important;
    border: 2px solid #096ed5;
    font-weight: 600;
}

    .btn-primary-public:hover {
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.17) !important;
        color: #FFffff !important;
    }

.btn-outline-primary {
    color: #096ed5;
    background-color: transparent;
    background-image: none;
    border-color: #096ed5;
    border-radius: 50px !important;
    background-color: #ffff;
}
    .btn-outline-primary:hover {
        background-color: #096ed5 !important;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.17) !important;
        color: #FFffff !important;
    }

.btn-secondary-public {
    color: #096ED5;
    background-color: #E5F1F8 !important;
    border-radius: 50px !important;
    border: none;
    font-weight: 600;
}

    .btn-secondary-public:hover {
        background-color: #cdd3d8 !important;
        transition-timing-function: ease-in-out;
    }

.desk-hide {
    display: none !important;
}

.mobile-hide {
    display: block;
}

.breadcrumb {
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-size: 12px !important;
}

.text-align {
    float: right;
}

.search-b {
    height: 49px !important;
    padding: 12px !important;
}


.header {
    box-shadow: 16px -10px 16px 2px rgb(0 0 0 / 30%);
}

.header-img {
    background-image: url(products.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.header-info h1 {
    text-align: center;
    color: #fff;
    vertical-align: middle;
    line-height: 8;
}

.display-4 {
    font-size: 45px !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 3px rgb(0 0 0 / 20%) !important;
}

.content-text {
    text-align: center;
}

.inner-data {
    padding: 10px 10px !important;
}

.layout-header {
    background: #FF7544;
    color: #fff;
}

.layout-box {
    width: 46%;
    margin: 110px auto;
    background-color: #fff;
    box-shadow: 29px 29px 59px 0px rgba(27.999999999999996, 137.00000000000003, 212, 0.1) !important;
    border-radius: 10px 10px 10px 10px;
}

.section {
    margin: 45px 0;
}

.section-padding {
    padding: 60px 0 !important;
}

.video-text {
    min-height: 80px;
    max-height: 80px;
    padding: 15px;
    overflow: hidden;
}

.card {
    margin: 25px 5px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.07);
}

    .card:hover {
        margin: 25px 5px;
        border-radius: 5px;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.17) !important;
    }

.font-weight-bold {
    font-weight: bold;
    font-size: 33px;
}

.font-weight-Event_date {
    font-weight: bold;
    font-size: 10px;
}

.font-size_search {
    font-weight: 600;
    /*font-size: 20px;*/
}

.font-weight-Normal {
    font-size: 10px;
}

.carousel-text {
    font-family: 'Lobster Two', cursive;
}



.carousel-caption {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /*    position: absolute!important;*/
    bottom: 10px !important;
    left: 5% !important;
    padding-top: 0px !important;
    padding-bottom: 100px !important;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 0px !important;
}

.form-check-input {
    margin-left: 0px !important;
}

.form-check-label1 {
    margin-left: 20px !important;
}




#RadioMale {
    accent-color: #FF7544;
}

#RadioFemale {
    accent-color: #FF7544;
}

.card-img-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-footer a {
    font-size: 14px;
}

.card-height {
    min-height: 250px;
    max-height: 500px;
}

.card-img-size {
}

.label-text {
    font-weight: 500 !important;
    /*font-size: 13px;*/
}

.label-Services {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.label-Services1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
}



.labelAgenda {
    font-family: 'Poppins';
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
}

.label-font {
    font-size: 18;
}

.event-services ul {
    list-style: none;
    padding-left: 0;
}

.box-style {
    border-left: 5px solid #FF7544;
    border-radius: 5px;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.cancelbutton {
    background: #fff !important;
    color: black;
}

.pin {
    margin: 3px;
}

.li-highlight {
    background: #76AC42 !important;
}
/*
.card-body-height{
min-height: 166px;
max-height: 209px;
}
*/
.card-body-height p {
    font-size: 13px;
}

.border-box {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.anchor-tag {
    color: #444;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none !important;
    cursor: pointer;
    border-style: none;
    border-radius: 10px;
    text-decoration: none;
    height: 5vh;
}

.menu-line {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #fff;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .menu-line small {
        background: #9B5FFF;
        padding: 0 10px;
        color: #fff;
        text-align: center;
    }

    .menu-line li {
        color: #fff;
        text-align: center;
    }

.labelPackage {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    /*font-size: 16px;*/
    line-height: 30px;
    color: #FF7544;
    text-align: center;
}



.dashboard_tiles_Menu {
    border-radius: 10px;
    background: linear-gradient(90deg, #FB9E1B 0%, #9051FA 100%);
    margin: 0 auto;
    display: fle;
}

.dashboard_tiles {
    border-radius: 15px;
    background: linear-gradient(90deg, #2D79E5 0%, #61B0F5 89.44%);
    color: #fff;
}

.icon-buttons {
    vertical-align: middle;
}

.indent {
    margin-left: 26px;
}

.active {
    /*    color: #89c253 !important;*/
    font-weight: 600;
    border-style: none !important;
}

.text-center {
    text-align: center !important;
}


.btnmenu {
    transition: ease-out 0.3s;
    border-style: none !important;
}

    .btnmenu.active {
        background: #5C29DE !important;
        color: #fff !important;
        border-style: none !important;
    }

    .btnmenu:hover {
        background-color: #5C29DE;
        color: #fff !important;
        border-style: none !important;
    }

.btnmenuAgenda {
    transition: ease-out 0.3s;
    border-style: none !important;
}

    .btnmenuAgenda.active {
        background: #76AC42 !important;
        color: #fff !important;
        border-style: none !important;
    }

    .btnmenuAgenda:hover {
        background-color: #76AC42;
        color: #fff !important;
        border-style: none !important;
    }



.mandal-home-menu .active {
    background-color: #5C29DE;
    color: #fff !important;
    font-weight: 500;
    border-style: none;
    border-style: none !important;
}

.flex-item {
    flex: 1;
    margin: 5px;
}

.center {
    margin: auto;
    width: 70%;
    padding: 10px;
}

.dropdown, .dropup {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-menu-side {
    right: 0;
    left: auto !important;
}

.sustainability {
}

.bg-gray {
    background-color: #efefef;
}


.bg-green {
    background-color: #89c253;
    color: #fff !important;
}

.bg-light-blue {
    background-color: #DDF7FD;
}


.bg-blue {
    background-color: #184EA2;
    color: #fff !important;
}

.bg-lpink {
    background-color: #F5FDFF;
}

.bg-SocialBG {
    background-color: #FFFFFF;
}

.home-services-icon {
    width: 70px;
    height: 70px;
    border: 2px solid #777;
    border-radius: 100px;
    background-color: #f6f9ff;
}

    .home-services-icon i {
        font-size: 27px;
        padding: 20px;
        color: #515666;
    }

.text-color {
    color: #111 !important;
}

.what-we-do {
    background-image: url(image-home.jpg);
}

.what-we-do-body {
    background-color: #354052;
    padding: 40px;
    width: 650px;
    color: #fff;
}

    .what-we-do-body h1 {
        text-transform: uppercase;
    }

.feasibility-study ul li {
    padding: 10px 0;
    list-style-type: none;
}

    .feasibility-study ul li i {
        padding-right: 10px;
        color: #89c253;
    }

.insole-img img {
    width: 250px;
    margin-bottom: 50px;
}

.home-our-project {
    background-color: #f8fff5;
}

.icon-size {
    font-size: 12px !important;
    vertical-align: middle;
    margin-right: 5px;
    color: #444;
}

.icon-size-eventdetail-agenda {
    font-size: 20px !important;
    vertical-align: middle;
    margin-right: 5px;
    color: #444;
}


.EventDetail-icon-size {
    font-size: 20px !important;
    vertical-align: middle;
    margin-right: 5px;
    color: #444;
}

.image-icon-size {
    height: 50px;
    vertical-align: text-top;
    margin-right: 5px;
}

#sidebar ul li a:hover {
    color: #444;
    background: #f4f3f6;
    text-decoration: none;
}

.title-underline {
    padding-bottom: 3px;
    border-bottom: 4px solid #f25c26;
    width: auto;
    float: left;
    clear: both;
}


.Table-underline {
    border-bottom: 4px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #FB9E1B 0%, #9051FA 100%);
}

.event-details-features {
    text-align: center;
}

    .event-details-features i {
        font-size: 35px !important;
        color: #3a1a4e;
    }


.our-partner img {
    height: 100px;
    object-fit: contain;
}

.project-img img {
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.our-region {
    background-color: rgba(242, 242, 242, 0.48);
}

    .our-region img {
        height: 500px;
        object-fit: contain;
        margin: 0 auto;
    }

.oem-logo img {
    height: 80px;
    object-fit: contain;
}

.event-section {
    position: relative;
    background-image: url(/img/background.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.subscribe h1 {
    color: #fff;
}

.career {
    background-color: #89c253;
}

    .career h1, .career p {
        color: #fff !important;
    }

.intro .fas {
    font-size: 30px;
    color: #F25C26;
    padding: 0px;
}

.learning a {
    color: #515666;
}

    .learning a:hover {
        color: #88c153;
        text-decoration: none;
        transition: ease-out 0.3s;
        background-color: #f3f4f5;
    }

/*Bhushan*/

.down-border {
    border-bottom: 1px solid #716f6f;
    width: 65px;
}

.oursuccess {
    background-color: #89c253;
    color: white;
    text-align: center;
}

.section-inner-space {
    padding: 20px 0;
}

.oursuccess-text {
    font-weight: bold;
    color: white !important;
}

.oursuccess-icon {
    font-size: 60px !important;
}

.whatpeoplesay {
    padding-left: 20px;
    text-align: justify;
}

.project-Button {
    background-color: #89c253;
    color: white;
}

.WhatWeDoBest-Padding {
    padding-left: 120px !important;
}

.whatwedo-section {
    padding: 15px 0;
}

.what-we-do-icon1 {
    font-size: 10px !important;
}

.what-we-do-icon2 {
    font-size: 15px !important;
}

.address-font {
    font-size: 14px;
}

.address-padding {
    padding: 40px;
}

.icon-bullets {
    vertical-align: middle;
    font-size: 15px !important;
}

.DashboardIcons {
    background: #fff;
    border-radius: 20px;
}


/*Aakash*/
/*tab-style-start*/

.tab {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab-section {
    display: none;
}

.d-block {
    display: block !important;
}

.status-purple {
    color: #fff;
    background-color: #9B5FFF;
}

.labelAddPackage {
    font-weight: 500;
    font-size: 24px;
    font-family: 'Poppins';
    font-style: normal;
}


.d-table {
    display: table !important;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.status-warning {
    color: #000000;
    ;
    background-color: #FFEBCF;
}

.status-success {
    color: #fff;
    background-color: #76AC42;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.mandal-location {
    width: 320px !important;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table .thead-dark th {
    color: #fff;
    background-color: #FF7544;
}

.thead-dark {
    color: #fff;
    background-color: #FF7544;
}

.thead-light {
    color: #fff;
    background-color: #FF7544;
    border-color: #FF7544;
    border-style: none;
}


.active-box {
    box-shadow: none;
    /*    border: 2px solid #33b36b;*/
    color: #fff;
    border-radius: 20px;
    width: 140px;
    margin: 0 auto;
    background: #FF7544;
}

.Inactive-box {
    box-shadow: none;
    /*    border: 2px solid #b9b7b7;*/
    color: #636161;
    border-radius: 20px;
    width: 140px;
    background: lightgray;
}


.text-align {
    text-align: right;
}

.table-bordered thead th {
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.bg-light {
    background-color: #f9f9f9cf !important;
}

.manage-tile {
    min-height: 300px;
    max-height: 300px;
}

.manage-tile-data {
    min-height: 210px;
    max-height: 160px;
    overflow-y: auto;
    overflow-x: auto;
}

.manage-tile-bottom {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    display: inline-block;
}

.active-tab {
    background-color: #FF7544 !important;
    color: #ffffff !important;
}

    .active-tab a {
        background-color: #FF7544 !important;
        color: #ffffff !important;
    }

    .active-tab:hover a {
        background-color: #FF7544 !important;
        color: #ffffff !important;
    }

    .active-tab:hover {
        background-color: #FF7544 !important;
        color: #ffffff !important;
    }

    .active-tab:focus {
        background-color: #FF7544 !important;
        color: #ffffff !important;
    }
/*end*/
.disabled-div {
    pointer-events: none;
    opacity: 1.5;
    color: #999;
    cursor: not-allowed;
}


.subscribelable {
    position: relative;
}

.subscribeEmail {
    border: none;
    padding: 15px;
    width: 260px;
    height: 35px;
}

.subscibebutton {
    border: none;
    position: absolute;
    margin-top: 27px;
    height: 35px;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #7EFF00;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 12px;
}

.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
    height: 100%;
    min-width: 30px;
    padding: 3px 4px;
}

.e-toolbar .e-toolbar-items .e-toolbar-item {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 0;
    vertical-align: middle;
    width: auto;
}

.e-grid [class^='e-'] {
    box-sizing: border-box;
}

.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
    height: calc(100% - 10px);
    margin: 0;
    min-height: 32px;
    min-width: 32px;
    padding: 0 3px;
    line-height: 27px;
}

.e-toolbar .e-toolbar-items .e-toolbar-item > * {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-overflow: ellipsis;
}

.e-toolbar .e-tbar-btn {
    background: #f8f9fa;
    box-shadow: none;
    color: #495057;
}

.e-toolbar .e-tbar-btn {
    border: none;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

/*acc1*/
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}

#accordion .panel-title a {
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    color: #fff;
    background: #FF7544;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

    #accordion .panel-title a.collapsed {
        background: #f8f8f8;
        color: #444444;
    }

        #accordion .panel-title a.collapsed:hover {
            color: #F25C26;
        }

    #accordion .panel-title a:before {
        content: "";
        width: 55px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 0;
        left: -13px;
        transition: all 0.5s ease 0s;
    }

    #accordion .panel-title a.collapsed:hover:before {
        background: #F25C26;
    }

    #accordion .panel-title a:after {
        content: "\*";
        font-family: FontAwesome;
        font-size: 20px;
        position: absolute;
        left: 15px;
        top: 50%;
        color: #fff;
        transform: translateY(-50%);
    }

    #accordion .panel-title a.collapsed:after {
        color: #9f9f9f;
    }

    #accordion .panel-title a.collapsed:hover:after {
        color: #fff;
    }

#accordion .panel-body {
    font-size: 14px;
    color: #444444;
    line-height: 25px;
    padding: 15px 5px 20px 15px;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
}

    #accordion .panel-body:before {
        content: "";
        width: 5px;
        height: 40px;
        background: #ef6145;
        position: absolute;
        top: 30px;
        left: 0;
    }

    #accordion .panel-body p {
        margin-bottom: 0;
    }

/*acc end*/

.btn-orange {
    color: #FFffff;
    background-color: #FF7426 !important;
    border-radius: 50px !important;
    border: 2px solid #ed6332 !important;
    font-weight: 600;
}

    .btn-orange:hover {
        background-color: #FF7426 !important;
        color: #FFffff;
    }

.btn-vm {
    color: #fff !important;
    border: 1px solid #F25C26 !important;
    background-color: #F25C26 !important;
    border-radius: 3px !important;
}


.btn-cancel {
    background-color: #fff !important;
}

.green-back {
    background: #89c353;
    padding: 50px 0px;
    color: #fff;
}


.quote {
    font-size: 60px;
    font-family: arial,sans-serif;
}

.our-team {
    width: 90%;
}

.object-fit {
    object-fit: cover;
}

.footer-bottom {
    padding: 20px;
    background: #1C2035;
    position: relative;
    color: #fff;
    z-index: 999;
}



.new-header {
    color: #184EA2 !important;
}


.footer-body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #fff !important;
}

.footer-hr {
    border: 1;
    height: 0;
    border-color: gray !important;
}

.footer-font {
    font-size: 12px !important;
}

.footer-text {
    color: #b1afaf;
}

    .footer-text a {
        color: #b1afaf;
    }

.bottom-bg {
    color: #fff;
    background-color: #0c0f21;
}

.footer-bottom a:hover {
    color: #FF7426 !important;
    text-decoration: none !important;
}

.footer-body ul li a:hover {
    color: #FF7426;
    text-decoration: none;
}



.footer-bottom a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.custom-control-label {
    margin-bottom: 0;
}

.info {
    font-size: 15px !important;
    margin-left: 5px;
}

.footer-bottom .fab {
    font-size: 22px !important;
}

.sub-bullet {
    font-size: 8px !important;
}

.footer-bottom ul li img {
    height: 25px;
}

.sub-bullet {
    font-size: 8px !important;
}

.footer-bottom ul li img {
    height: 25px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 295px;
}

.home-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 315px;
}

#searchbox {
    background-image: url("/img/home/header.jpg");
}

#events-searchbox {
    background-image: url("/img/home/header.jpg");
    position: relative;
}



.mandal-searchbox {
    margin-top: -142px;
    z-index: 1020;
    position: relative;
}

#home-searchbox {
    background-image: url("../home/Img-2.png");
}

#home-left-events {
    background-image: url("/img/home/left.png");
}

#home-right-events {
    background-image: url("/img/home/right.png");
}

.nav-user a i {
    vertical-align: middle;
    margin-right: 18px;
    color: #5a667d;
    font-size: 18px;
}

/*
.carousel-control-prev-icon {
background-image: url(/img/home/left-arrow.png) !important;
width: 50px !important;
height: 50px !important;
}
*/


/*

.carousel-control-next-icon {
background-image: url(/img/home/right-arrow.png)!important;
width: 50px !important;
height: 50px !important;
}
*/

.offer-box {
    background-color: #184EA2 !important;
    transition: 0.9s !important;
}

.free-offer {
    position: absolute;
    bottom: -14px;
    left: 14px;
}

.offer-image-left {
    position: absolute;
    left: 14px;
    top: -40px;
}

.offer-image-right {
    position: absolute;
    bottom: 0;
    right: 0;
}


/*Search box text*/
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.slider-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    /*font-size:22px;*/
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

/*--------------------Media Queries--------------------*/
/* Medium size displays */
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
    .one-line-truncate {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .two-line-truncate {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }


    .three-line-truncate {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .section-img-height {
        height: 400px !important;
    }

    .event-register-button-sticky {
        position: fixed;
        left: 0;
        width: 100%;
        top: 88%;
        z-index: 1000;
        background-color: white;
        transition: ease-in-out 0.4s;
        bottom: 0;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 767px) and (max-width: 1152px) {
    body {
        font-size: 13px !important;
    }

    .flex-col {
        width: 30% !important;
    }

    .wrapper {
        margin-top: 61px !important;
    }

    .truncate {
        max-width: 254px !important;
        font-size: 16px !important;
    }

    .navbar-brand img {
        width: 150px !important;
    }

    .navbar ul li {
        padding: 8px 8px !important;
        font-weight: 500;
    }

    .nav-link {
        display: block;
        /*padding: 13px 0 0 0px !important;*/
    }

    .img-height {
        height: 150px !important;
        object-fit: cover;
    }



    .slider-search {
        max-width: 928px !important;
    }

        .slider-search input {
            height: calc(1.5em + 1rem + 2px) !important;
            font-size: 14px !important;
        }

    .search-b {
        height: auto !important;
        padding: 9px !important;
        font-size: 14px !important;
    }

        .search-b i {
            font-size: 20px !important;
        }

    .mandal-home-menu li {
        display: inline-block;
        padding: 10px 15px !important;
    }

    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    h6 {
        font-size: 14px !important;
    }

    .tile-icon i {
        font-size: 16px;
        vertical-align: middle !important;
        margin-right: 3px;
    }

    .ticketpricedetail {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Poppins';
        font-style: normal;
    }

    .card-body {
        padding: 15px !important;
    }

    .form-control {
        height: calc(1.5em + 0.8rem + 2px) !important;
        font-size: 15px !important;
        color: black !important;
    }

    .btn {
        font-size: 13px !important;
    }

    .slid ul li {
        height: 340px !important;
    }

    #accordion .panel-title a {
        font-size: 13px !important;
    }

    #accordion .panel-body {
        font-size: 12px;
        line-height: 21px;
    }

    .offer-image-left {
        left: 9px;
        top: -33px;
        width: 150px;
    }

    .feture-box img {
        width: 50px !important;
    }

    .event-register-button-sticky {
        position: fixed;
        left: 0;
        width: 100%;
        top: 88%;
        z-index: 1000;
        background-color: white;
        transition: ease-in-out 0.4s;
        bottom: 0;
    }
}


@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation: landscape) {

    h4 {
        font-size: 1rem !important;
    }

    .home-banner {
        position: relative;
        height: 500px;
    }

    .flex-com {
        width: 100% !important;
    }

    .event-register-button-sticky {
        position: fixed;
        left: 0;
        width: 100%;
        top: 88%;
        z-index: 1000;
        background-color: white;
        transition: ease-in-out 0.4s;
        bottom: 0;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1300px) and (max-width: 1366px) {
    .navbar-brand img {
        max-width: 150px !important;
    }

    .wrapper {
        margin-top: 60px !important;
    }

    .navbar ul li {
        padding: 10px 15px !important;
        font-weight: 500;
    }

        .navbar ul li a {
            text-decoration: none;
            color: #444;
            font-weight: 500;
            font-size: 12px !important;
        }

    #mandal-representative img {
        height: 280px !important;
    }

    #mandal-organizer img {
        height: 370px !important;
    }

    .about-img {
        height: auto !important;
    }

    .btn {
        font-size: 12px !important;
    }

    .search-b {
        height: 35px !important;
        padding: 7px !important;
    }

    /*a i.material-icons, button i.material-icons {
    font-size: 20px !important;
}*/

    .img-height {
        height: 200px !important;
        object-fit: cover !important;
    }

    #attendees img {
        height: 280px !important;
    }



    #accordion .panel-body {
        font-size: 12px !important;
        color: #444444;
        line-height: 20px;
        padding: 15px 5px 20px 15px;
        position: relative;
        border: none;
        transition: all 0.5s ease 0s;
    }

    #accordion .panel-title a {
        display: block;
        padding: 8px 34px 2px 70px;
        font-size: 12px !important;
        color: #fff;
        background: #F25C26;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease 0s;
    }

    .portal-img {
        height: 400px !important;
    }

    h1 {
        font-size: 1.5rem !important;
    }

    h4 {
        font-size: 1rem !important;
    }

    h5 {
        font-size: 15px !important;
    }

    h3 {
        font-size: 1.75rem !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    .form-control {
        font-size: 14px !important;
        height: 46px !important;
    }

    .feture-box {
        padding: 5px !important;
    }

    .committee-member {
        height: 159px !important;
    }

    .section-padding {
        padding: 5px 0;
    }

    .manage-event {
        height: 250px !important;
    }

    .app-icon {
        height: 140px !important;
        width: 120px !important;
    }

    .offer-img {
        max-width: 100%;
        height: 100% !important;
    }

    .multifunctional-portal {
        height: 65px !important;
    }

    .feature-img {
        height: 550px !important;
    }

    .feture-element {
        width: 90px !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    body {
        font-size: 12px !important;
    }

    h4, h4 {
        font-size: 1.0rem !important;
    }

    .navbar {
        font-size: 12px;
        line-height: 13px;
        box-shadow: 16px -10px 16px 2px rgb(0 0 0 / 30%) !important;
    }


    .header-img {
        height: 200px;
    }

    .header-info h1 {
        line-height: 5;
    }

    div p {
        font-size: 12px !important;
    }

    .mandal-home-menu li {
        line-height: 0.5 !important;
    }

    .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 215px !important;
    }

    .event-register-button-sticky {
        position: fixed;
        left: 0;
        width: 100%;
        top: 88%;
        z-index: 1000;
        background-color: white;
        transition: ease-in-out 0.4s;
        bottom: 0;
    }
}
/*End*/

/*iPad*/
@media only screen and (min-width: 768px) and (max-width: 988px) {

    #content {
        width: 100%;
    }

    #sidebar {
        margin-left: -250px;
        overflow-y: scroll;
        background: #9B5FFF;
    }

        #sidebar.active {
            margin-left: 0;
        }

    .flex-item {
        flex: 100%;
        margin: 5px;
        text-align: center;
    }

    .navbar-brand img {
        max-width: 202px !important;
    }

    .navbar ul li {
        padding: 5px 15px !important;
        font-weight: 500;
    }

    .navbar {
        padding: .5rem 1rem !important;
    }

    .wrapper {
        margin-top: 79px !important;
    }

    .desk-hide {
        display: block !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-caption h1 {
        font-size: 40px !important;
        padding: 8px;
        text-align: center;
        font-family: 'Mistral';
    }

    .navbar ul li a {
        text-align: center;
    }

    p {
        font-size: 14px;
    }

    .home-services-icon {
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .home-service-text {
        text-align: center;
        margin-bottom: 25px;
    }

    .our-partner img {
        height: 65px;
        margin-bottom: 0px;
    }

    .our-region img {
        height: 215px;
    }

    .oem-logo img {
        height: 60px;
    }

    .header-img {
        height: 100px;
    }

    .header-info h1 {
        line-height: 5;
        font-size: 20px;
    }

    .what-we-do-body {
        width: auto !important;
    }

    .text-align {
        float: left;
    }

    .mandal-home-menu li {
        display: block !important;
        padding: 15px 15px;
    }

    .offer-image-left {
        position: absolute;
        left: 0px;
        top: 1px;
        width: 108px;
    }

    .layout-box {
        width: 100%;
    }

    .slider-text {
        font-size: 10px;
    }

    .event-register-button-sticky {
        position: fixed;
        left: 0;
        width: 100%;
        top: 88%;
        z-index: 1000;
        background-color: white;
        transition: ease-in-out 0.4s;
        bottom: 0;
    }
}
/*End*/

@media (min-width: 376px) and (max-width: 414px) {

    .event-title-sticky {
        top: 83px;
        z-index: 1000;
        background-color: white;
        transition: ease-in-out 0.4s;
        margin-top: 60px;
    }

    #events-searchbox {
        height: 250px !important;
    }

    .flex-com {
        width: 100% !important;
    }

    .home-banner {
        position: relative !important;
        height: 540px !important;
    }

    .upper-searchbar {
        margin-top: -63px;
        position: relative;
        z-index: 1029;
        background-color: #E5F1F8;
        border-radius: 20px;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.17) !important;
    }

    #content {
        width: 100%;
    }

    .flex-col {
        width: 100% !important;
    }

    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .layout-box {
        width: 100%;
    }

    #sidebar {
        margin-left: -250px;
        overflow-y: scroll;
    }

        #sidebar.active {
            margin-left: 0;
        }

    .layout-box {
        width: 100%;
    }





    .wrapper {
        width: 100%;
        /*    margin-top: 74px;*/
    }


    .flex-item {
        flex: 100%;
        margin: 5px;
        text-align: center;
    }

    .navbar {
        padding: .5rem 1rem !important;
    }

    .tab-width {
        width: 100% !important;
    }

    .navbar ul li {
        padding: 5px 15px !important;
        font-weight: 500;
    }

    .wrapper {
        margin-top: 50px !important;
    }

    .desk-hide {
        display: block !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-caption h1 {
        font-size: 18px !important;
        padding: 8px;
        text-align: center;
        font-family: 'Mistral';
    }

    .intro .fas {
        font-size: 20px;
    }

    .insole-img img {
        width: 250px;
        margin-bottom: 25px;
    }

    .navbar {
        font-size: 11px;
    }

    .navbar-toggler {
        font-size: 15px !important;
    }

    .navbar ul li a {
        text-align: center;
    }

    .card-body-height {
        min-height: 146px;
    }

    .what-we-do-body {
        width: auto !important;
    }

    .navbar-brand img {
        max-width: 195px !important;
    }

    .nav-text {
        font-size: 22px;
    }


    .display-4 {
        font-size: 30px !important;
    }

    p {
        font-size: 14px;
    }

    .home-services-icon {
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .home-service-text {
        text-align: center;
        margin-bottom: 25px;
    }

    .our-partner img {
        height: 65px;
        margin-bottom: 0px;
    }

    .our-region img {
        height: 215px;
    }

    .oem-logo img {
        height: 60px;
    }

    .header-img {
        height: 100px;
    }

    .header-info h1 {
        line-height: 5;
        font-size: 20px;
    }

    .text-align {
        float: left;
    }

    .mandal-home-menu li {
        display: block !important;
        padding: 15px 15px;
    }

    .offer-box {
        background: linear-gradient(-173.07deg, #F25C26 19.13%, #F89829 83.04%);
        height: 270px;
        border-radius: 3px;
    }

    .free-offer {
        position: absolute;
        bottom: -14px;
        left: 14px;
    }

    .offer-box-content {
        background: linear-gradient(90deg, #FB9E1B 0%, #9051FA 100%);
        margin-top: 33px;
    }

    .offer-image-left {
        position: absolute;
        left: 82px;
        top: -80px;
    }

    .offer-image-right {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .offer-box-button {
        margin-left: 119px;
        margin-top: -8px;
    }

    .layout-box {
        width: 100%;
    }

    h4 {
        font-size: 1rem !important;
    }


    .slider-text {
        font-size: 8px;
    }

    .event-register-button-sticky {
        position: fixed;
        left: 0;
        width: 100%;
        top: 88%;
        z-index: 1000;
        background-color: white;
        transition: ease-in-out 0.4s;
        bottom: 0;
    }
}
/*End*/

@media screen and (max-device-width: 640px) {


    .slider {
        overflow: hidden;
        width: 100%;
    }
    .subscribe-bg {
        position: relative !important;
        height: 401px !important;
    }

    .slider-items {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        animation: scrolling 20s linear infinite;
        width: max-content;
    }

    @keyframes scrolling {

        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .event-details-sponsor img {
        width: 130px;
        height: 130px;
        background-color: #f8f8f8;
        object-fit: contain;
    }

    .flex-col {
        width: 100% !important;
    }


    .upper-searchbar {
        margin-top: auto;
        position: relative;
        z-index: 1029;
        background-color: #E5F1F8;
        border-radius: 20px;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.17) !important;
    }

    .flex-com {
        width: 100% !important;
    }

    #events-searchbox {
        height: 445px !important;
    }

    .container-fluid {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .home-banner {
        position: relative;
        height: 500px;
    }

    .subscribe-bg {
        position: relative;
        overflow: hidden;
        z-index: 999;
        background-image: url(../img/sub-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 250px;
        background-color: #E5F1F8;
    }

    .layout-box {
        width: 100%;
    }

    .mobile-hide {
        display: none !important;
    }

    #toast {
        visibility: visible;
        height: 90px !important;
        color: #fff;
        text-align: right;
        border-radius: 2px;
        position: fixed;
        z-index: 1020;
        right: 0px;
        font-size: 17px;
        top: 3px !important;
    }

        #toast #desc {
            margin-top: -3px !important;
        }

    .event-register-button-sticky {
        position: fixed;
        left: 0;
        width: 100%;
        top: 88%;
        z-index: 1000;
        background-color: white;
        transition: ease-in-out 0.4s;
        bottom: 0;
    }

    .desk-hide {
        display: block !important;
    }

    .text-align {
        text-align: left;
    }
}




@media screen and (min-width: 321px) and (max-width: 375px) {


    #content {
        width: 100%;
    }

    .upper-searchbar {
        margin-top: -63px;
        position: relative;
        z-index: 1029;
        background-color: #E5F1F8;
        border-radius: 20px;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.17) !important;
    }

    .flex-com {
        width: 100% !important;
    }

    .home-banner {
        position: relative;
        height: 571px;
    }

    #events-searchbox {
        height: 440px !important;
    }

    .flex-col {
        width: 100% !important;
    }

    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .layout-box {
        width: 100%;
    }

    .wrapper {
        width: 100%;
        /*    margin-top: 74px;*/
    }

    #sidebar {
        margin-left: -250px;
        overflow-y: scroll;
    }

        #sidebar.active {
            margin-left: 0;
        }

    .flex-item {
        flex: 100%;
        margin: 5px;
        text-align: center;
    }

    .navbar {
        padding: .5rem 1rem !important;
    }

    .tab-width {
        width: 100% !important;
    }

    .navbar ul li {
        padding: 5px 15px !important;
        font-weight: 500;
    }

    .wrapper {
        margin-top: 44px !important;
    }

    .desk-hide {
        display: block !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-caption h1 {
        font-size: 18px !important;
        padding: 8px;
        text-align: center;
        font-family: 'Mistral';
    }

    .intro .fas {
        font-size: 20px;
    }

    .insole-img img {
        width: 200px;
        margin-bottom: 25px;
    }

    .navbar {
        font-size: 11px;
    }

    .navbar-toggler {
        font-size: 15px !important;
    }

    .navbar ul li a {
        text-align: center;
    }

    .what-we-do-body {
        width: auto !important;
    }

    .navbar-brand img {
        max-width: 200px !important;
    }

    .nav-text {
        font-size: 20px;
    }


    .display-4 {
        font-size: 30px !important;
    }

    p {
        font-size: 14px;
    }

    .home-services-icon {
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .home-service-text {
        text-align: center;
        margin-bottom: 25px;
    }

    .our-partner img {
        height: 65px;
        margin-bottom: 0px;
    }

    .our-region img {
        height: 215px;
    }

    .oem-logo img {
        height: 60px;
    }

    .header-img {
        height: 100px;
    }

    .header-info h1 {
        line-height: 5;
        font-size: 20px;
    }

    .text-align {
        float: left;
    }

    .mandal-home-menu li {
        display: block !important;
        padding: 15px 15px;
    }

    .offer-box {
        background: linear-gradient(-173.07deg, #F25C26 19.13%, #F89829 83.04%);
        height: 200px;
        border-radius: 3px;
    }

    .free-offer {
        position: absolute;
        bottom: -14px;
        left: 14px;
    }

    .offer-box-content {
        margin-top: 33px;
    }

    .offer-image-left {
        position: absolute;
        left: 55px;
        top: -80px;
    }

    .offer-image-right {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .offer-box-button {
        margin-left: 77px;
        margin-top: -17px;
    }

    .layout-box {
        width: 100%;
    }

    h4 {
        font-size: 1rem !important;
    }

    .slider-text {
        font-size: 8px;
    }

    .layout-box {
        width: 100%;
    }

    #toast {
        visibility: visible;
        height: 90px !important;
        color: #fff !important;
        text-align: right;
        border-radius: 2px;
        position: fixed;
        z-index: 1020;
        right: 0px;
        font-size: 17px;
        top: 70px !important;
    }

        #toast #desc {
            margin-top: 0px !important;
        }

    .event-register-button-sticky {
        position: fixed;
        left: 0;
        width: 100%;
        top: 88%;
        z-index: 1000;
        background-color: white;
        transition: ease-in-out 0.4s;
        bottom: 0;
    }
}
/*End*/

@media screen and (min-width: 0px) and (max-width: 320px) {

    #content {
        width: 100%;
    }

    .upper-searchbar {
        margin-top: -63px;
        position: relative;
        z-index: 1029;
        background-color: #E5F1F8;
        border-radius: 20px;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.17) !important;
    }

    .flex-com {
        width: 100% !important;
    }

    .home-banner {
        position: relative;
        height: 888px;
    }

    #events-searchbox {
        height: 466px !important;
    }

    #sidebar {
        margin-left: -250px;
        overflow-y: scroll;
    }



    .flex-item {
        flex: 100%;
        margin: 5px;
        text-align: center;
    }

    .flex-col {
        width: 100% !important;
    }

    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .layout-box {
        width: 100%;
    }

    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .layout-box {
        width: 100%;
    }

    .navbar {
        padding: .5rem 1rem !important;
    }

    .tab-width {
        width: 100% !important;
    }

    .navbar ul li {
        padding: 5px 15px !important;
        font-weight: 500;
    }

    .wrapper {
        margin-top: 66px !important;
    }

    .desk-hide {
        display: block !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-caption h1 {
        font-size: 13px !important;
        padding: 8px;
        text-align: center;
        font-family: 'Mistral';
    }

    .navbar ul li a {
        text-align: center;
    }

    .what-we-do-body {
        width: auto !important;
    }

    .navbar-brand img {
        max-width: 168px !important;
    }

    .nav-text {
        font-size: 16px;
    }


    p {
        font-size: 14px;
    }

    .home-services-icon {
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .home-service-text {
        text-align: center;
        margin-bottom: 25px;
    }

    .our-partner img {
        height: 65px;
        margin-bottom: 0px;
    }

    .our-region img {
        height: 215px;
    }

    .oem-logo img {
        height: 60px;
    }

    .header-img {
        height: 100px;
    }

    .header-info h1 {
        text-align: center;
        color: #fff;
        vertical-align: middle;
        line-height: 4;
        font-size: 20px;
    }

    .text-align {
        float: left;
    }

    .mandal-home-menu li {
        display: block !important;
        padding: 15px 15px;
    }

    .offer-box {
        background: linear-gradient(-173.07deg, #F25C26 19.13%, #F89829 83.04%);
        height: 270px;
        border-radius: 3px;
    }

    .free-offer {
        position: absolute;
        bottom: -14px;
        left: 14px;
    }

    .offer-box-content {
        margin-top: 33px;
    }

    .offer-image-left {
        position: absolute;
        left: 38px;
        top: -80px;
    }

    .offer-image-right {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .offer-box-button {
        margin-left: 65px;
        margin-top: -34px;
    }

    .layout-box {
        width: 100%;
    }

    h4 {
        font-size: 1rem !important;
    }

    .slider-text {
        font-size: 8px;
    }

    .btn-blue {
        font-size: 10px !important;
    }

    #toast {
        visibility: visible;
        height: 90px !important;
        color: #fff !important;
        text-align: right;
        border-radius: 2px;
        position: fixed;
        z-index: 1020;
        right: 0px;
        font-size: 17px;
        top: 70px !important;
    }

        #toast #desc {
            margin-top: 0px !important;
        }

    .event-register-button-sticky {
        position: fixed;
        left: 0;
        width: 100%;
        top: 88%;
        z-index: 1000;
        background-color: white;
        transition: ease-in-out 0.4s;
        bottom: 0;
    }
}
/*End*/
.page-link {
    border: 1px !important;
    color: #1a222d !important;
    padding: .5rem 1rem !important;
    background-color: #E5E5E5;
    font-weight: 500;
}

.page-item.active .page-link {
    background-color: #F25C26 !important;
    color: #fff !important;
    border-radius: 1px;
}

.search-box {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px -13px rgba(100,102,110,0.73);
    border-radius: 5px;
    border-color: 444;
}

.status-orange {
    color: rgb(246, 103, 54);
    background-color: #ffebe5;
}

.slider-opacity {
    position: absolute;
    top: 210px;
    z-index: 1028;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.28%, #191818c7 78.23%);
}

.slider-search {
    /*position: absolute; */
    top: 250px;
    z-index: 1029;
    max-width: 1109px;
    margin-left: auto;
    left: 0;
    margin-right: auto;
    right: 0;
}

.event-detail-img {
    width: 100%;
}

.mandal-active {
    background-color: #fff !important;
    padding: 17px 40px 8px 40px !important;
    margin-left: 6px !important;
    color: #F25C26;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    border-top: 4px solid #F25C26;
}

.slider-search ul li, .event-search ul li {
    background: rgba(73, 77, 86, 0.69);
    color: #DDDDE4;
    padding: 17px 40px 8px 40px;
    margin-left: 2px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: inline;
}


    .slider-search ul li img, .event-search ul li img {
        margin-right: 13px;
        height: 22px;
        vertical-align: baseline;
    }

.btn-white {
    color: #222242 !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    cursor: pointer;
    font-weight: 500;
    border-radius: 50px;
}

.keyboard_arrow_down {
    font-size: 10px !important;
}

.btn-white:hover {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.17) !important;
}

.committee-member {
    background-image: url(../img/search-bg.svg);
    height: auto;
    /* Set a specific height */
    min-height: 100px;
    /* Create the parallax scrolling effect */

    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.mandal-home-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}



.mandal-home-menu li {
    display: inline-block;
    padding: 15px 15px;
}

    .mandal-home-menu li:hover {
        /*        background-color: #26083c;*/
        transition: ease-in-out 0.5s;
    }

.mandal-home-menu ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
    text-align: center;
}

.mandal-home-menu .active, .mandal-home-menu .active a {
    background-color: #F25C26;
    color: #fff;
    font-weight: 500;
}

    .mandal-home-menu .active:hover {
        background-color: #F25C26;
        color: #fff;
    }

.change-language {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1029;
}

    .change-language select {
        border-radius: 25px;
        font-size: 14px;
        font-weight: 600;
        content: none;
        border: 1.3px solid #F25C26;
        color: #F25C26;
    }

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 203px;
}


.slid {
    height: 1450px;
    overflow: hidden;
    position: relative;
}

    .slid ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        position: absolute;
    }

        .slid ul li {
            width: 100%;
            height: 425px;
            font-size: 1.5em;
            color: #444;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.feature-img-membership {
    padding: 10px;
    border-radius: 15px;
    background: linear-gradient(204.4deg, #F57327 1.22%, #F25C26 66.94%);
}



.orange-gradient:hover {
    background: linear-gradient(204.4deg, #F57327 1.22%, #F25C26 66.94%);
}

    .orange-gradient:hover img {
        background: white;
    }

.feature-img-Event {
    padding: 10px;
    border-radius: 15px;
    background: linear-gradient(235.77deg, #2696C6 1.22%, #0E63A1 66.94%);
}

.blue-gradient:hover {
    background: linear-gradient(235.77deg, #2696C6 1.22%, #0E63A1 66.94%);
}

    .blue-gradient:hover img {
        background: white;
    }

.feature-img-Apps {
    padding: 10px;
    border-radius: 15px;
    background: linear-gradient(204.4deg, #44C4A1 1.22%, #189573 66.94%);
}

.green-gradient:hover {
    background: linear-gradient(204.4deg, #44C4A1 1.22%, #189573 66.94%);
}

    .green-gradient:hover img {
        background: white;
    }

.home-feature:hover {
    border-radius: 2px;
    transition: ease-out 0.4s;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.home-feature:hover label {
    color: #fff !important;
}

.home-feature:hover .feature-img {
    background: #fff !important;
}



#divCompliSecured img {
    max-height: 35px;
}

#ui-id-1, #ui-id-2 {
    max-height: 200px;
    overflow-y: auto;
}

.one-line-truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}



.two-line-truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.btn-readmore {
    border-radius: 50px !important;
    border: 2px solid #dedede !important;
    background: #FFF !important;
    color: #222222 !important;
}

    .btn-readmore:hover {
        border-radius: 50px !important;
        border: 2px solid ##05285f !important;
        background: #E5F1F8 !important;
        color: #096ED5 !important;
    }

.btn-eventtag-inactive {
    border-radius: 50px !important;
    border: 2px solid #dedede !important;
    background: #FFF !important;
    color: #222222 !important;
}

.btn-eventtag-active {
    border-radius: 50px !important;
    border: 2px solid ##05285f !important;
    background: #184EA2 !important;
    color: #ffffff !important;
}



.btn-blue {
    border-radius: 50px !important;
    border: 2px solid #05285f !important;
    background: #184EA2 !important;
    color: #fff !important;
}

.three-line-truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.searchlbl {
    color: #ffffff;
    font-weight: 600;
    padding: 10px;
}

#btnSearchHome {
    border-radius: 50px;
}

#btnSearchEvent {
    border-radius: 50px;
    margin-top: 7px;
}

.title-bg {
    background-color: rgba(26, 26, 26, 0.55);
    border-radius: 10px;
}

.gradient-overlay:before {
    position: absolute !important;
    content: '';
    background-image: linear-gradient(138.84deg, #0a164a 37.86%, #D71563 102.63%) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 80%;
}

.parallax {
    min-height: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax-bg {
    background-image: url('../img/contact/bg2.jpg');
    background-size: cover;
}

.parallax-background {
    background-image: url(/img/Home/suppoer-Faq-parchase-bg.jpg);
    background-size: cover;
}

.detail-text {
    bottom: 160px !important;
    position: absolute;
}

.detail-icon {
    font-size: 18px !important;
    margin-right: 5px;
    color: #ffa500 !important;
}

.event-caption {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute !important;
    bottom: 80px !important;
    left: 30% !important;
    padding-top: 150px !important;
    padding-bottom: 0px !important;
}

.event-detailbanner {
    background-image: url(/img/EventDetail/conference.jpg);
    background-size: cover;
    height: 100%;
}


.demo-wrap {
    position: relative;
}

.demo-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.demo-content {
    position: relative;
}

.step-num {
    font-size: 30px !important;
    font-weight: bold !important;
    color: #FB8600 !important;
}



.feature-img {
    max-height: 550px !important;
}


.parallax {
    min-height: 100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gradient-overlay {
    position: relative;
    width: 100%;
    display: block;
}

.search-bg {
    background-image: url(/img/Home/search.png);
    height: auto;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0px;
}


.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }


/*<!-- bubbles (noscript) Start -->*/



/*<!-- bubbles (noscript) End -->*/


.event-detailbanner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 10.60;
    z-index: -1;
}

/*loader style 1*/
.preloaderBg {
    position: fixed;
    z-index: 9999;
    top: 0;
    background: rgba(90, 90, 90, 0.69);
    width: 100%;
    height: 100%;
    text-align: center;
}

.preloader {
    margin: auto;
    background: url(/img/loader.png) no-repeat center;
    background-size: 90px;
    width: 300px;
    height: 300px;
    margin-top: 190px;
}


.preloader2 {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #FF7426;
    border-bottom: 5px solid #096ED5;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 1s ease-in-out infinite;
    position: relative;
    margin: auto;
    top: -195px;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*loader style 1*/

.message-icon {
    vertical-align: bottom;
    margin: 0 10px;
}

#toast {
    visibility: hidden;
    height: 60px !important;
    text-align: right;
    border-radius: 2px;
    position: fixed;
    z-index: 1020;
    right: 0px;
    font-size: 14px;
    top: 82px;
    width: 100%;
}


.toast-success {
    background-color: #E9FBE9;
    border-top: solid 4px #1FAD1F;
    color: #1FAD1F !important;
}

.toast-error {
    background-color: #FDE9E7;
    border-top: solid 4px #EC2513;
    color: #EC2513 !important;
}

.toast-warning {
    background-color: #ffea81;
}

.toast-msg {
    background-color: #fff;
    box-shadow: 0 1px 17px rgba(0,0,0,0.2);
}

.toast-data {
    margin: 0px auto;
}


#toast #desc {
    padding: 20px;
    width: 100%;
    margin-top: 7px;
}


#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

#toast {
    height: auto;
    font-size: 13px;
}

.sys-sponsor-img {
    border-radius: 4px !important;
    padding: 5px !important;
    width: 152px !important;
}

/*smartwizard style start*/

.tab-style {
    width: 25px;
    color: #ffffff;
    vertical-align: middle;
}

.toolbar-bottom {
    background-color: rgba(185, 185, 185, 0.24) !important;
}

.sw-theme-arrows .toolbar > .btn {
    background-color: #F25C26 !important;
    color: #ffffff !important;
    border: 1px solid #F25C26 !important;
    border-radius: 3px !important;
}


.sw-theme-arrows > .nav .nav-link.active {
    color: #fff;
    border-color: #F25C26 !important;
    background: #F25C26 !important;
    cursor: pointer;
}

    .sw-theme-arrows > .nav .nav-link.active::after {
        border-left-color: #F25C26 !important;
    }

.sw-theme-arrows > .nav .nav-link.done {
    color: #fff;
    border-color: #5cb85c !important;
    background: #5cb85c !important;
    cursor: pointer;
}

    .sw-theme-arrows > .nav .nav-link.done::after {
        border-left-color: #5cb85c !important;
    }

.profile-photo {
    width: 70px !important;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 130px;
        z-index: 1;
        top: 54px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 24px;
                height: 24px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #007bff;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #0069d9;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\f040";
                    font-family: 'FontAwesome';
                    color: #fff;
                    position: absolute;
                    top: 4px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload .avatar-preview {
        width: 75px;
        height: 75px;
        position: relative;
        border-radius: 100%;
        border: 1px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.profile-navbar-photo {
    width: 40px !important;
}
/*VC01 08/01/2024 form intl tele input*/
.iti {
    width: 100%;
}

.no-click {
    color: #6c757d !important;
    pointer-events: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #f25c26 !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

/*SK01 2024_11_14 use this class in admin side*/
.wrapper-admin {
    margin-top: 65px !important;
}

/*SK01 2025_01_13 use this class in MaitriMelava2025 ticket details page*/
.text-blue {
    color: #184EA2;
    cursor: pointer;
}

.org-alert {
    background-color: #fff3cd !important;
    border-color: 1px solid #ffeeba !important;
}

.tickettotal-bg {
    background: #2335bc;
    color: #fff;
    font-size: medium;
    font-weight: bold;
    height: 100%;
}

.agenda-box {
    height: 400px;
    overflow-x: hidden;
}

.platinum-sponsor img {
    width: 120px !important;
    height: 120px !important;
    background-color: #f8f8f8;
    object-fit: contain;
}

.gold-sponsor img {
    width: 110px !important;
    height: 110px !important;
    background-color: #f8f8f8;
    object-fit: contain;
}

.silver-sponsor img {
    width: 110px !important;
    height: 110px !important;
    background-color: #f8f8f8;
    object-fit: contain;
}

.sponsor-box {
    border-left: 1px solid #e6e6e6;
}

.div-hide {
    display: none !important;
}

.text-blue-event-details {
    color: #184EA2;
}

.nav-tabs-EventDetails {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    flex-wrap: nowrap !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #FF7426;
    font-weight: 500 !important;
    border-color: none !important;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.4);
    z-index: 5000;
}

.nav-tabs {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    display: -webkit-box;
    display: -moz-box;
    flex-wrap: nowrap;
    border-color: none !important;
}

    .nav-tabs > li {
        float: none;
        border-color: none !important;
    }



    .nav-tabs .nav-link {
        border: none !important;
        border-top-left-radius: 11px !important;
        border-top-right-radius: 11px !important;
        cursor: pointer;
    }


    .nav-tabs .nav-item {
        margin-bottom: -2px !important;
    }

.blue-alert {
    background-color: #daf3fd !important;
    border-color: 1px solid #cdf0ff !important;
}


.btn-eventtag-inactive {
    border-radius: 50px !important;
    border: 2px solid #dedede !important;
    background: #FFF !important;
    color: #222222 !important;
}

.family-section {
    border-left: 2px solid #0c76c4;
}

.img-txtUserName {
    text-align: center;
}

.maintenance-img-size {
    height: 150px;
}

.mmadendaModel {
    max-width: 1400px !important;
}

.green-alert {
    background-color: #d2fdbe !important;
    border-color: 1px solid #cdf0ff !important;
}

/*feedback style start*/

#feedback {
    float: left;
    position: fixed;
    top: calc(30% - 50px);
    right: 0;
    margin-right: -66px;
    transform: rotate(270deg);
    z-index: 2147483647;
}

    #feedback a {
        background: #FF4500;
        border-radius: 15px 15px 0px 0px;
        box-shadow: 0 0 3px rgba(0, 0, 0, .3);
        border: 3px solid #fff;
        border-bottom: 0;
        display: block;
        transition: all .2s ease-in-out;
    }

        #feedback a:hover {
            padding-bottom: 20px;
        }


.heading {
    font-size: 18px;
}

.para {
    font-weight: 600;
}

.feedback-level {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.level {
    background: white;
    padding: 13px;
    border-radius: 7px;
    border: solid 0.5px #e0e9fe;
    cursor: pointer;
}

    .level:hover {
        box-shadow: #fe73a5 0 2px 5px;
    }

        .level:hover i {
            color: #fe73a5;
        }

    .level i {
        font-size: 40px;
    }

.feedback-msg textarea {
    margin-top: 5px;
    border: solid 2px #e0e9fe;
    padding: 13px;
    border-radius: 7px;
    outline: none;
    font-size: 14px;
    color: #4b537c;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
    height: 80px;
    resize: none;
}

.agreement .checkbox {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 5px;
}

.agreement input {
    accent-color: #ff71a4;
}

.agreement a {
    color: #ff71a4;
    font-size: 12px;
    font-weight: 600;
}

.agreement label {
    font-size: 12px;
    font-weight: 600;
}

.buttons {
    display: flex;
    gap: 10px;
    justify-content: end;
}

    .buttons a {
        background: white;
        color: #4b537c;
        width: 80px;
        padding: 10px;
        text-align: center;
        border-radius: 4px;
    }

        .buttons a:hover {
            opacity: 0.9;
        }

        .buttons a:nth-child(1) {
            background: #fe71a4;
            color: #f8faff;
        }

/*feedback style start*/

#sysmig_support_submit {
    color: #fff !important;
    background: #f3610e !important;
}

#sysmig_support_cancel {
    color: #fff !important;
    background: #f3610e !important;
}

.tabletruncate:after {
    content: '...See more';
    color: blue;
}
.popup-body {
    word-wrap: break-word;
    white-space: normal;
}
.home-box {
    background-color: #fff;
    box-shadow: 0 0px 5px rgba(0,0,0,0.10), 0 0px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin: 6px;
    border-radius: 6px;
}


    .home-box:hover {
        background-color: #fff;
        box-shadow: 0 0px 5px rgba(0,0,0,0.30), 0 0px 8px rgba(0, 0, 0, 0.15);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        margin: 6px;
        border-radius: 6px;
    }
.about-home {
    overflow: hidden;
    z-index: 1029;
    background-size: cover;
    background-image: url('../img/home/funding_sec_bg.png');
}
.recoverAccount {
    font-size: smaller;
}
#LblRecoverAccount {
    font-weight: bold;
}
.iti__selected-flag {
    border-radius: 19px !important;
}
.disabled-fill-box {
    border-radius: 50px !important;
    border: 2px solid #e4e4e4 !important;
    background: #e9ecef !important;
    height: 50px !important;
}

/*==================================== New Css for new UI Changes =================================================================*/

/*switch button css start*/
/* Basic Rules */
.toggleswitch input {
    display: none;
}

.toggleswitch {
    display: inline-block;
    width: 43px;
    transform: translateY(50%);
    position: relative;
}
/* Style Wired */
.switchslider {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #aaa, 0 0 4px #aaa !important;
    cursor: pointer !important;
    border: 4px solid transparent !important;
    overflow: hidden !important;
    transition: .4s;
    height: 25px;
    width: 43px;
}

    .switchslider:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #aaa;
        border-radius: 30px;
        transform: translateX(-26px);
        transition: .4s;
        width: 43px;
    }

input:checked + .switchslider:before {
    transform: translateX(18px);
    background: limeGreen;
}

input:checked + .switchslider {
    box-shadow: 0 0 0 2px limeGreen,0 0 2px limeGreen;
    width: 43px;
    box-shadow: 0 0 0 2px limeGreen, 0 0 4px limeGreen !important;
}

/* Style Flat */
.toggleswitch.flat .switchslider {
    box-shadow: none;
}

    .toggleswitch.flat .switchslider:before {
        background: #FFF;
    }

.toggleswitch.flat input:checked + .switchslider:before {
    background: white;
}

.toggleswitch.flat input:checked + .switchslider {
    background: limeGreen;
}


/*<switch*/
.checkbox.checbox-switch {
    padding-left: 0;
}

    .checkbox.checbox-switch label,
    .checkbox-inline.checbox-switch {
        display: inline-block;
        position: relative;
        padding-left: 0;
    }

        .checkbox.checbox-switch label input,
        .checkbox-inline.checbox-switch input {
            display: none;
        }

        .checkbox.checbox-switch label span,
        .checkbox-inline.checbox-switch span {
            width: 35px;
            border-radius: 20px;
            height: 18px;
            border: 1px solid #dbdbdb;
            background-color: #dbdbdb;
            border-color: #dbdbdb;
            box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }





            .checkbox.checbox-switch label span:before,
            .checkbox-inline.checbox-switch span:before {
                display: inline-block;
                width: 14px;
                height: 14px;
                border-radius: 50%;
                background: rgb(255,255,255);
                content: " ";
                /*    top: -2px;*/
                position: relative;
                left: 0px;
                transition: all 0.3s ease;
                box-shadow: 0 1px 4px rgba(0,0,0,0.4);
                vertical-align: super;
            }

        .checkbox.checbox-switch label > input:checked + span:before,
        .checkbox-inline.checbox-switch > input:checked + span:before {
            left: 17px;
        }

        /* Switch Primary */
        .checkbox.checbox-switch.switch-primary label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-primary > input:checked + span {
            background-color: rgb(0, 105, 217);
            border-color: rgb(0, 105, 217);
            /*box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;*/
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
            background-color: red;
            border-color: red;
            /* box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;*/
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

/*switch button css end*/




.aos-animate {
    max-width: 100% !important;
    overflow: hidden !important;
}

.pricing.featured .featured {
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 13px;
    margin: 0;
    padding: 7px 10px;
    font-weight: 500;
    color: #fff;
}

.pricing.featured .featured {
    background: #096ed5;
}


.pricing.featured .listing-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}


/*nav tabs style start*/
.nav-tabs {
    /*	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);*/
    border: 1px solid #e0e0e0;
    border-radius: 15px 15px 0px 0px;
}

    .nav-tabs .nav-link {
        border: none;
        border-radius: 0;
        transition: color .2s ease-out;
        padding: 18px;
    }

.tabs-dark .nav-link {
    color: #000;
}

.tabs-light .nav-link {
    color: rgba(0,0,0,.5);
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ff7544;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 15px 15px 0px 0px;
}


.tabs-dark .nav-link:not(.active):hover {
    color: #aeb0b3;
}

.tabs-light .nav-link:not(.active):hover {
    color: #495057;
}

.nav-pills .nav-link {
    border-radius: 2px;
    color: #495057;
    transition: color .2s ease-out, box-shadow .2s;
}

    .nav-pills .nav-link:hover {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    }

.nav-pills .nav-item {
    margin: 0 5px;
}

.nav-pills.pills-dark .nav-link.active {
    background-color: #343a40 !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.nav-pills.pills-dark .nav-link:not(.active):hover {
    color: #1d1e22;
}

.tabs-marker .nav-link {
    position: relative;
}

    .tabs-marker .nav-link.active .marker {
        height: 30px;
        width: 30px;
        left: 50%;
        bottom: -30px;
        transform: translateX(-50%) !important;
        position: absolute;
        overflow: hidden;
    }

        .tabs-marker .nav-link.active .marker:after {
            content: "";
            height: 15px;
            width: 15px;
            top: -8px;
            left: 50%;
            transform: rotate(45deg) translateX(-50%) !important;
            transform-origin: left;
            background-color: #FF7544;
            /* 	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);*/
            position: absolute;
        }

.tab-img {
    height: 250px;
}


/*nav tabs style end*/

.box-radius {
    border-radius: 6px;
}



.top-bg {
    position: relative;
    overflow: hidden;
    /*z-index: 90;*/
    background-image: url('../img/sec-bg.png');
    background-size: cover;
}


.dash-box {
    margin: 5px 5px;
    border-radius: 10px 10px 10px 10px;
    background-color: #fff;
}

    .dash-box:hover {
        border-radius: 10px 10px 10px 10px;
        /*background: rgb(206, 228, 250);*/
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
        cursor: pointer;
    }


.subpage-border {
    border-bottom: 1px solid #e6e6e6 !important;
}


.future-box {
    margin: 10px 5px;
    border-radius: 10px 30px 10px 30px;
    border: 1px solid #e6e6e6 !important;
    background-color: #fff;
    box-shadow: 29px 29px 59px 0px rgba(27.999999999999996, 137.00000000000003, 212, 0.1) !important;
}

.future-box {
    margin: 10px 5px;
    border-radius: 10px 30px 10px 30px;
    border: 1px solid #e6e6e6 !important;
    background-color: #fff;
}


.banner-box {
    margin: 25px 5px;
    border-radius: 10px 50px 10px 50px;
    box-shadow: 29px 29px 59px 0px rgba(27.999999999999996, 137.00000000000003, 212, 0.1) !important;
    background-color: #fff;
    border: 1px solid #e0e0e0 !important;
    cursor: pointer;
}

/*
    .banner-box:hover:before {
        height: 100%;
        top: 0;
        color: #fff;
    }*/

    .banner-box:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        transition: .5s;
        height: 0;
        width: 100%;
        background: #096ed5;
        z-index: -1;
        border-radius: 10px 50px 10px 50px;
        color: #fff;
    }

/*
    .banner-box:hover {
        margin: 25px 5px;
        border-radius: 10px 50px 10px 50px;
        box-shadow: 29px 29px 59px 0px rgba(27.999999999999996, 137.00000000000003, 212, 0.1) !important;
        color: #fff;
    }*/

.product-box {
    margin: 25px 5px;
    border-radius: 10px 50px 10px 50px;
    box-shadow: 29px 29px 59px 0px rgba(27.999999999999996, 137.00000000000003, 212, 0.1) !important;
    background-color: #fff;
    border: 1px solid #e0e0e0 !important;
}

    .product-box:hover {
        border-radius: 50px 10px 50px 10px;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        box-shadow: 29px 29px 59px 0px rgba(27.999999999999996, 137.00000000000003, 212, 0.1) !important;
    }
.bg-light-pink {
    background-color: #ffe2e2;
}
.bg-light-green {
    background-color: #e2ffe3;
}
/*cookie style start*/

.cookie-alert {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 420px;
    margin: 0 !important;
    z-index: 1029;
}
/*cookie style end*/
.scocial-media-link{
    width:10%;
}


/*.select2-container--bootstrap4 .select2-selection--single {
    height: calc(2.25rem + 2px);*/ /* Match Bootstrap input height */
    /*padding: 0.375rem 0.75rem;
    line-height: 1.5;
}*/