 html {
            scroll-behavior: smooth;
        }

        body {
            font-family: "Open Sans", Sans-serif;
        }

        html,
        body {
            overflow-x: hidden;
        }

        .navbar-nav li a {
            font-weight: 600;
            color: #000 !important;
            font-size: 18px;
            font-family: sans-serif;
        }

        .navbar-nav li a:hover {
            font-weight: 600;
            color: #c70039 !important;
            font-size: 18px;
            text-decoration: underline;
        }

        .navbar {
            background-color: #fff;
        }

        .main-section {
            background-color: #f6b438;
        }

        .main-section .main-content {
            color: #5c2882;
            font-family: "Open Sans", Sans-serif;
            font-size: 2rem;
            font-weight: 600;
        }

        .main-section .main-content-buttom a {
            font-size: 21px;
            text-transform: uppercase;
            letter-spacing: 3.5px;
            color: #f7ec59;
            background-color: #89438c;
            border-radius: 8px 8px 8px 8px;
            padding: 20px 20px;
        }

        .main-section .main-content-buttom a:hover {
            background-color: #fff;
            color: #de4383;
            text-decoration: none;
        }

        .main-sub-section .main-sub-content p {
            margin-top: 0pt;
            margin-bottom: 0pt;
            margin-left: 0in;
            direction: ltr;
            unicode-bidi: embed;
            word-break: normal;
            color: #fff;
            font-size: 18px;
            margin: 0 0 15px;
        }

        .main-sub-section {
            background-color: #f2295b;
            /* background-color: transparent;
            background-image: linear-gradient(280deg, #89438c 0%, #f2295b 50%);
            opacity: 0.91;
            transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
        }

        #categories .container h2 {
            font-size: 40px;
            font-weight: 700;
            text-transform: uppercase;
            font-style: normal;
            line-height: 1.9em;
            color: #89438c;
        }

        #categories .container .row div .category {
            box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.11);
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
            padding: 20px 20px 20px 20px;
        }

        #categories .container .row div .category:hover {
            border: 1px solid #3a0088;
        }

        #categories .container .row .category h3 {
            color: #89438c;
            font-family: "Titillium Web", Sans-serif;
            font-size: 27px;
            font-weight: 600;
        }

        .calender {
            background-color: #48c9c7;
        }

        .calender .container .title h4 {
            font-family: "Titillium Web", Sans-serif;
            font-size: 50px;
            font-weight: 700;
            text-transform: uppercase;
            font-style: normal;
            line-height: 1.9em;
            color: #212368;
        }

        .calender .container .sub-title h4 {
            font-family: "Titillium Web", Sans-serif !important;
            font-size: 45px;
            text-transform: uppercase;
            font-style: normal;
            line-height: 1.9em;
            color: #212368;
        }

        .nonhyseamembers .container .row div .hyseamembers {
            box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
            margin: 10px 10px 10px 10px;

            font-family: Geneva, Tahoma, Verdana, sans-serif !important;
            max-height: 100%;
            height: 248px;
        }

        .nonhyseamembers .container .row div .hyseamembers h3 {
            font-family: "Roboto", Sans-serif;
            font-weight: 600;
            color: #000000;
            font-size: 23px;
        }

        .nonhyseamembers .container .row div .hyseamembers .hyseamembersamount {
            padding: 10px 0px;
            font-size: 25px;
            font-weight: 900;
        }

        .nonhyseamembers .container .row div .hyseamembers .hyseamembers-content {
            background-color: #fff;
        }

        .nonhyseamembers .container .row div .hyseamembers .hyseamembers-content p {
            color: #515151;
            opacity: 0.8;
        }

        .sponsors h4 {
            font-family: "Titillium Web", Sans-serif;
            font-size: 50px;
            font-weight: 700;
            text-transform: uppercase;
            font-style: normal;
            line-height: 1.9em;
            color: #89438c;
        }

        @media only screen and (max-width: 400px; ) {
            .main-section .main-content {
                color: #5c2882;
                font-family: "Open Sans", Sans-serif;
                font-size: 24px !important;
                font-weight: 600;
                padding: 0px !important;
            }
        }

        @media only screen and (max-width: 767px) {
            .nonhyseamembers .container .sponsors h4 {
                font-family: "Titillium Web", Sans-serif;
                font-size: 32px;
                color: #89438c;
            }

            .calender .container .sub-title h4 {
                font-family: "Titillium Web", Sans-serif !important;
                font-size: 32px;
                text-transform: uppercase;
                color: #212368;
            }

            .calender .container .title h4 {
                font-family: "Titillium Web", Sans-serif;
                font-size: 32px;
                color: #212368;
            }

            .sponsors h4 {
                font-size: 20px;
            }

            #categories .container h2 {
                font-size: 30px;
            }

            .banner {
                margin-top: 73px !important;
            }
        }

        .navbar {
            -webkit-box-shadow: 10px 0 8px -2px #888;
            box-shadow: 10px 0 8px -2px #888;
        }

        /* partner */
        .slick-slide {
            margin: 0px 20px;
        }

        .slick-slide img {
            width: 100%;
        }

        .slick-slider {
            position: relative;
            display: block;
            box-sizing: border-box;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-touch-callout: none;
            -khtml-user-select: none;
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -webkit-tap-highlight-color: transparent;
        }

        .slick-list {
            position: relative;
            display: block;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

        .slick-list:focus {
            outline: none;
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

        .slick-slider .slick-track,
        .slick-slider .slick-list {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .slick-track {
            position: relative;
            top: 0;
            left: 0;
            display: block;
        }

        .slick-track:before,
        .slick-track:after {
            display: table;
            content: '';
        }

        .slick-track:after {
            clear: both;
        }

        .slick-loading .slick-track {
            visibility: hidden;
        }

        .slick-slide {
            display: none;
            float: left;
            height: 100%;
            min-height: 1px;
        }

        [dir='rtl'] .slick-slide {
            float: right;
        }

        .slick-slide img {
            display: block;
        }

        .slick-slide.slick-loading img {
            display: none;
        }

        .slick-slide.dragging img {
            pointer-events: none;
        }

        .slick-initialized .slick-slide {
            display: block;
        }

        .slick-loading .slick-slide {
            visibility: hidden;
        }

        .slick-vertical .slick-slide {
            display: block;
            height: auto;
            border: 1px solid transparent;
        }

        .slick-arrow.slick-hidden {
            display: none;
        }

        .viewmore {
            color: #89438c;
        }

        .viewmore:hover {
            color: #ee4266;
        }

        a {
            text-decoration: none !important;
        }

        .banner-bg {
            position: relative;
        }

        .img-button a {
            background-image: linear-gradient(to right, #0246d2, #00091a);
            padding: 9px 25px 9px 25px;
            color: #fff;
            font-size: 22px;
            border-radius: 23px;
            position: absolute;
            top: 75%;
            left: 42%;
        }

        @media screen and (min-width: 320px) and (max-width: 735px) {
            .banner-bg {
                position: relative;
            }

            .img-button a {
                background-image: linear-gradient(to right, #0246d2, #00091a);
                padding: 5px 6px 5px 6px;
                color: #fff;
                font-size: 15px;
                border-radius: 23px;
                position: absolute;
                top: 25%;
                left: 35%;
            }
        }

        /* Iphone X Media Query */
        @media only screen and (device-width : 375px) and (device-height : 812px) {
            .banner-bg {
                position: relative;
            }

            .img-button a {
                background-image: linear-gradient(to right, #0246d2, #00091a);
                padding: 5px 6px 5px 6px;
                color: #fff;
                font-size: 15px;
                border-radius: 23px;
                position: absolute;
                top: 21%;
                left: 35%;
            }
        }
        fieldset.scheduler-border {
    border: 1px solid #dc0b2a !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #dc0b2a;
            box-shadow:  0px 0px 0px 0px #dc0b2a;
}

    legend.scheduler-border {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:2px 20px;
        border-bottom:none;
        color:#fff;
        background:#dc0b2a;
    }
    
    /*===========================*/
    
nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #89438c ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #89438c;
    border-bottom:5px solid #89438c;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #89438c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #89438c;
 }
.nav-pills .nav-link{
    border-radius:0;
}

/* The container */
.chkcontainers {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chkcontainers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d7d5d5;
}

/* On mouse-over, add a grey background color */
.chkcontainers:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkcontainers input:checked ~ .checkmark {
  background-color: #dc0b2a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkcontainers input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkcontainers .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}