.center-hed-tab {
                display: inline-flex;
                margin: 0;
                top: 0;
                position: fixed;
                top: 0;
                border-radius: 5px;
                padding: 5px 20px;
                right: 461px;
                background: #003071;
}

select.browser-default {
                display: inline;
                margin-right: 10px !important;
}

.fa-fist-raised:before {
                content: "\f6de";
}

.fab {
                font-size: 20px !important;
                margin: 3px 6px;
}

.cctnsoverlay {
                position: fixed;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                z-index: 9999;
                background: rgba(0, 0, 0, 0.7);
                /*transition: opacity 500ms;*/
                visibility: hidden;
                opacity: 0;
}

.cctnsoverlay:target {
                visibility: visible;
                opacity: 1;
}

.popupcctns {
                margin: 70px auto;
                padding: 20px;
                background: #fff;
                border-radius: 5px;
                width: 30%;
                position: relative;
                /*transition: all 5s ease-in-out;*/
}

.popupcctns p {
                color: #000;
                font-size: 20px;
}

.popupcctns h2 {
                font-size: 26px;
                padding: 10px;
                margin-bottom: 25px;
                margin-top: 0;
                color: #333;
                font-family: Tahoma, Arial, sans-serif;
}

.popupcctns .close {
                position: absolute;
                top: 20px;
                right: 30px;
                /*transition: all 200ms;*/
                font-size: 30px;
                font-weight: bold;
                text-decoration: none;
                color: #333;
}

.popupcctns .close:hover {
                color: #17508a;
}

.popupcctns .cctnscontent {
                max-height: 30%;
                overflow: auto;
}

@media screen and (max-width: 700px) {
                .popupcctns p {
                                color: #000;
                                padding: 10px;
                                font-size: 20px;
                                width: 55%;
                                padding: 10px;
                                margin-bottom: 1px;
                                margin-top: 0;
                                /*color: #333;*/
                                font-family: Tahoma, Arial, sans-serif;
                }

                .cctnsoverlay {
                                position: fixed;
                                top: -49px;
                                bottom: 0;
                                left: 0;
                                right: 0;
                                z-index: 9999;
                                background: rgba(0, 0, 0, 0.7);
                                /* transition: opacity 500ms; */
                                visibility: hidden;
                                opacity: 0;
                }

                .popupcctns h2 {
                                font-size: 26px;
                                width: 55%;
                                padding: 10px;
                                margin-bottom: 1px;
                                margin-top: 0;
                                color: #333;
                                font-family: Tahoma, Arial, sans-serif;
                }

                .popupcctns {
                                width: 70%;
                }

                #progressbar li {
                                list-style-type: none;
                                color: black;
                                text-transform: uppercase;
                                font-size: 10px;
                                font-weight: 900;
                                /*width: 63.33%;*/
                                z-index: 99999;
                                display: contents;
                                /* float: left; */
                                position: relative;
                }

                #progressbar li:after {
                                display: none;
                }

                #progressbar {
                                width: 60%;
                                padding: 15px;
                                margin-bottom: 30px;
                                overflow: hidden;
                                counter-reset: step !important;
                }

                #progressbar li:before {
                                content: counter(step) !important;
                                counter-increment: step !important;
                                width: 20px;
                                line-height: 20px;
                                display: block;
                                font-size: 10px;
                                color: #fff;
                                background: #17508a;
                                border-radius: 3px;
                                margin: 0 auto 5px auto;
                }
}

#msform {
                width: 400px;
                margin: 50px auto 0;
                text-align: center;
                position: relative;
}

/*progressbar*/
#progressbar {
                margin-bottom: 30px;
                overflow: hidden;
                /*CSS counters to number the steps*/
                counter-reset: step;
}

#progressbar li {
                list-style-type: none;
                color: black;
                text-transform: uppercase;
                font-size: 10px;
                font-weight: 900;
                width: 19.33%;
                z-index: 99999;
                float: left;
                position: relative;
}

#progressbar li:before {
                content: counter(step) !important;
                counter-increment: step !important;
                width: 20px;
                line-height: 20px;
                display: block;
                font-size: 10px;
                color: #fff;
                background: #17508a;
                border-radius: 3px;
                margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
                content: '';
                width: 100%;
                height: 2px;
                background: #050d1a;
                position: absolute;
                left: -38%;
                top: 9px;
                z-index: -2;
                /*put it behind the numbers*/
}

#progressbar li:first-child:after {
                /*connector not needed before the first step*/
                content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
                background: #17508a;
                color: white;
}


.carousel-inner-small {
                padding: 10px;
                border: 2px solid #a4a4a4;
            }

            .carousel-inner-small a {
                margin-bottom: 6px;
                font-size: 17px;
                width: 309px;
                bottom: 0px;
                position: relative;
                display: inline-block;
                padding: 5px;
                font-weight: 400;
                background-color: #fff;
                /* padding-top: 1px; */
                color: #252424;
                font-family: 'Quicksand', sans-serif;
            }

            .carousel-inner-small p {
                margin-bottom: 0px;
                font-size: 15px;
                width: 100%;
                bottom: 0;
                position: absolute;
                font-weight: 400;
                background-color: #fff;
                padding-top: 12px;
                color: #252424;
                font-family: 'Quicksand', sans-serif;
            }

            .carousel-control {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 15%;
                font-size: 20px;
                color: #000 !important;
                text-align: center;
                /* text-shadow: 0 1px 2px rgb(0 0 0 / 60%); */
                background-color: none;
                filter: alpha(opacity=50);
                opacity: 5 !important;
            }

            .carousel-control.left {
                background-image: none !important;
                background-image: none !important;
                background-image: none !important;
                background-image: none !important;
                filter: none !important;
                background-repeat: repeat-x;
            }

            .carousel-control.right {
                background-image: none !important;
                background-image: none !important;
                background-image: none !important;
                background-image: none !important;
                filter: none !important;
                background-repeat: repeat-x;
            }

            .carousel-control.left {}

            .item-img {
                height: 309px !important;
            }

            .item:after {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: black;
                opacity: 0 !important;
                transition: opacity 0.3s ease-in-out;
            }

            .carousel-inner-small img {
                max-height: 180px;
            }

            .item {
                max-height: 309px !important;
                max-width: 300px;
                position: relative;
                overflow: hidden;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                box-sizing: border-box;
                background: #fff;
                color: #fff;
                grid-column-start: auto;
                grid-row-start: auto;
                color: #fff;
                /* background: url(http://mumbai.mengjihomedecor.com/images/Gallery/14.png); */
                background-size: cover;
                background-position: center;
                box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
                transition: -webkit-transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
                cursor: pointer;
                /* counter-increment: item-counter; */
            }

            .item {
                max-width: 309px !important;
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                box-sizing: border-box;
                background: #fff;
                color: #fff;
                grid-column-start: auto;
                grid-row-start: auto;
                color: #fff;
                /* background: url(http://mumbai.mengjihomedecor.com/images/Gallery/14.png); */
                background-size: cover;
                background-position: center;
                box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
                transition: -webkit-transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
                cursor: pointer;
                /* counter-increment: item-counter; */
            }

            .medal-card img {
                border-radius: 50% !important;
                width: 140px !important;
                height: 140px !important;
                border: 5px #d4af37;
                padding: 2px;
                border: solid 21px #d4af37;
                box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
            }

            
            .medal-top {
                border-radius: 3px;
                box-shadow: 0 5px 10px 0 rgba(65, 61, 74, 0.1);
                border: solid 1px rgba(65, 61, 74, 0.3);
                padding: 12px 12px;
                margin-bottom: 20px;
                height: 309px;
            }

            
            .slick-prev,
            .slick-next {
                display: none !important;
            }

            .d-wrapper h3 {
                font-size: 1.096em;
                color: #fff;
                text-align: center;
                font-weight: 900;
            }

            .slick-slider {
                margin-bottom: 0 !important;
                padding: 3px;
            }

            .wom-sen {
                font-size: 1.096em;
                color: #fff;
                text-align: center !important;
            }

            .blinkingnw {
                animation: blinkingnwText 1.9s linear infinite;
                font-weight: 600;
                font-style: italic;
            }

            .blinkingnw h6 {
                color: #fa8620;
            }

            .blinkingnw p {
                font-weight: 600;
                background: -webkit-linear-gradient(green, red);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            @keyframes blinkingnwText {
                0% {
                    color: #fa8620;
                }

                49% {
                    color: #fa8620;
                }

                60% {
                    color: transparent;
                }

                99% {
                    color: transparent;
                }

                100% {
                    color: #fa8620;
                }
            }

            /*.slider {*/
            /*    height: 600px !important;*/
            /*}*/