/*
Theme Name: MOHE.
Theme URI:
Description: MOHE.
Version: 1.00
Author:
Tags: MOHE.
*/

@import url('style/bootstrap.css');
@import url('style/bootstrap-theme.css');
@import url('style/flexnav.css');
@import url('style/font-awesome.css');
@import url('style/animate.css');
@import url('style/general-style.css');
@import url('style/vertical-nav.css');
@import url('style/fonts/fonts.css');
@import url('style/map.css');
@import url('font_OpenSans.css');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-bold {
    font-weight: 600;
}

.btn {
    border-radius: 3px;
    color: #fff;
}

.navbar-brand {
    height: auto;
}

#navbar {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    position: relative;
    z-index: 999;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: transparent;
    text-decoration: underline;
}

.top-links {
    list-style: none;
    display: block;
    float: left;
}

.top-links li {
   float: left;
   padding: 9px;
}

        .top-links li i {
            margin-right: 3px;
            font-size: 14px;
        }

        .top-links li a {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 12px;
        }

            .top-links li a:hover {
                text-decoration: none;
            }

                .top-links li a:hover span {
                    text-decoration: underline;
                }

        .top-links li.zoom a {
            display: block;
            width: 16px;
            height: 16px;
            border-radius: 100%;
            text-align: center;
            line-height: 12px;
            font-size: 21px;
            position: relative;
            text-decoration: none !important;
            font-weight: normal;
        }

        .top-links li.zoom.out a {
            line-height: 11px;
        }

        .top-links li.zoom.in a {
            font-size: 15px;
            line-height: 16px;
        }

        .top-links li.zoom a:before {
            content: '';
            display: block;
            width: 8px;
            height: 1px;
            background: #000;
            position: absolute;
            transform: rotate(45deg);
            top: 95%;
            right: -4px;
        }

        .top-links li.locale {
            padding-right: 0;
        }

            .top-links li.locale a {
                margin-top: -5px;
            }

.header-date {
    color: #777;
}

.searchbox {
    margin-left: 10px;
}

    .searchbox input {
        border: 1px solid #bababa;
        border-right: 0;
        height: 36px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        outline: none;
        padding: 5px 10px;
        margin-right: -4px;
        width: 250px;
        display: inline-block;
        vertical-align: middle;
    }

    .searchbox a {
        height: 36px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        /* margin-top: 1px; */
        /* padding-top: 9px; */
        color: #fff;
        display: inline-block;
        vertical-align: middle;
    }

        .searchbox a:hover, .searchbox a:active {
            color: #fff;
        }

/*drop-down-menu*/
ul.menu ul {
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99999;
}

    ul.menu ul li {
        position: relative;
        line-height: 24px;
        font-size: 13px;
        vertical-align: middle;
        font-weight: 400;
        width: 215px;
        padding: 0;
        margin: 0;
        height: auto;
        text-align: left;
        text-transform: none !important;
    }

        ul.menu ul li a {
            display: block;
            padding: 0;
            margin: 0;
            padding: 7px 7px 7px 15px !important;
            line-height: 18px;
            /*background-color: #970000;*/
            text-shadow: none !important;
            border-bottom: 1px solid #fff;
            color: #fff;
        }

            ul.menu ul li a:hover {
                text-decoration: none;
                color: #fff;
                border-radius: 0;
                margin: 0;
                line-height: 18px;
                background-color: #434752 !important;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }

    ul.menu ul ul {
        /*/left: 180px;
        top: -1px;*/
        right: 215px;
        left: 215px;
        top: 0px;
        
    }

.navbar {
    margin-bottom: 0;
    border: none;
}

/*main-nav End*/
/*** header ***/

/** Scroll Bar ***/
body::-webkit-scrollbar, div::-webkit-scrollbar {
    width: 8px;
    margin-left: 5px;
}

body::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 3px 0px rgba(0,0,0,0.3);*/
    background: #c0dae1;
    border-radius: 25px;
}

body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb  {
    background-image: -moz-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    border-radius: 25px;
    /*background-color: darkgrey;*/
    outline: 1px solid slategrey;
}
/* Skin */
/*.DarkSkin {
    background: #D9D9D9 url(images/Theme001_BackDark.png) !important;
}

.LightSkin{
    background: #D9D9D9 url(images/theme-light.png) !important;
}


.LightSkin, .DarkSkin {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
*/
.DarkSkin {
    background: #D9D9D9 url(images/Theme001_BackDark.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.LightSkin {
    background: #D9D9D9 url(images/theme-light.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/* bluetheme */
.theme-blue #navbar {
    background-image: -moz-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-blue .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-blue .nav > li > a:focus, .theme-blue .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-blue .top-links li.zoom a {
    color: #fff;
    background: #028aaf;
}

.theme-blue .top-links li a.btn-blue {
    color: #fff;
}

.theme-blue .btn-blue {
    background-image: -moz-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-blue ul.menu ul li a {
    background: #028aaf;
}

.theme-blue .top-links li.zoom a:before {
    background: #027c9d;
}

.theme-blue .sidepanel .opener {
    background: rgb(2, 124, 156);
}

/* bluetheme end*/

/* redtheme */
.theme-red #navbar {
    background-image: -moz-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-red .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-red .nav > li > a:focus, .theme-red .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-red .top-links li.zoom a {
    color: #fff;
    background: rgb(161, 15, 43);
}

.theme-red .top-links li a.btn-red {
    color: #fff;
}
.theme-red .btn-blue, .theme-red .btn-red {
    background-image: -moz-linear-gradient(90deg,rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-red ul.menu ul li a {
    background: rgb(161, 15, 43);
}

.theme-red .top-links li.zoom a:before {
    background: rgb(161, 15, 43);
}

.theme-red .bg-blue {
    background-image: -moz-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-red .fc-blue {
    color: rgb(161, 15, 43) !important;
}


.theme-red .max-height-box::-webkit-scrollbar-thumb, body.theme-red::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
}

.theme-red .Newsletter-Subscription input.form-control,
.theme-red .qa-tabs .tab-pane,
.theme-red .qa-tabs .nav-tabs > li.active > a,
.theme-red .qa-tabs .nav-tabs > li.active > a:hover,
.theme-red .qa-tabs .nav-tabs > li.active > a:focus,
.theme-red .pignose-calendar,
.theme-red .settingsPanel {
    background: #6d0f21;
    background-color: #6d0f21;
}

    .theme-red .qa-tabs .nav-tabs > li > a,
    .theme-red .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-red .sidepanel ul li a,
    .theme-red .qa-tabs .nav-tabs > li > a:hover,
    .theme-red .qa-tabs .nav-tabs > li > a:focus,
    .theme-red .settingsPanel h2 {
        background: rgb(161, 15, 43);
    }


.theme-red .sidepanel .opener {
    background: rgb(161, 15, 43);
}

/* redtheme end*/
/* greentheme */
.theme-green #navbar {
    background-image: -moz-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -webkit-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -ms-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-green .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-green .nav > li > a:focus, .theme-green .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-green .top-links li.zoom a {
    color: #fff;
    background: #18ba9b;
}

.theme-green .top-links li a.btn-red {
    color: #fff;
}

.theme-green .btn-blue, .theme-green .btn-green {
    background-image: -moz-linear-gradient(90deg,#18ba9b 0%, #18ba9b 100%);
    background-image: -webkit-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -ms-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-green ul.menu ul li a {
    background: #18ba9b;
}

.theme-green .top-links li.zoom a:before {
    background: #18ba9b;
}

.theme-green .bg-blue {
    background-image: -moz-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -webkit-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -ms-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-green .fc-blue {
    color: #18ba9b !important;
}


.theme-green .max-height-box::-webkit-scrollbar-thumb, body.theme-green::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -webkit-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -ms-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
}

.theme-green .Newsletter-Subscription input.form-control,
.theme-green .qa-tabs .tab-pane,
.theme-green .qa-tabs .nav-tabs > li.active > a,
.theme-green .qa-tabs .nav-tabs > li.active > a:hover,
.theme-green .qa-tabs .nav-tabs > li.active > a:focus,
.theme-green .pignose-calendar,
.theme-green .settingsPanel {
    background: #0c8870;
    background-color: #0c8870;
}

    .theme-green .qa-tabs .nav-tabs > li > a,
    .theme-green .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-green .sidepanel ul li a,
    .theme-green .qa-tabs .nav-tabs > li > a:hover,
    .theme-green .qa-tabs .nav-tabs > li > a:focus,
    .theme-green .settingsPanel h2 {
        background: #18ba9b;
    }

.theme-green .sidepanel .opener {
    background: #18ba9b;
}

/* greentheme end*/

/* yellowtheme */
.theme-yellow #navbar {
    background-image: -moz-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -webkit-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -ms-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-yellow .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-yellow .nav > li > a:focus, .theme-yellow .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-yellow .top-links li.zoom a {
    color: #fff;
    background: #b3a48c;
}

.theme-yellow .top-links li a.btn-red {
    color: #fff;
}

.theme-yellow .btn-blue, .theme-yellow .btn-yellow {
    background-image: -moz-linear-gradient(90deg,#b3a48c 0%, #b3a48c 100%);
    background-image: -webkit-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -ms-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-yellow ul.menu ul li a {
    background: #b3a48c;
}

.theme-yellow .top-links li.zoom a:before {
    background: #b3a48c;
}

.theme-yellow .bg-blue {
    background-image: -moz-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -webkit-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -ms-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-yellow .fc-blue {
    color: #b3a48c !important;
}


.theme-yellow .max-height-box::-webkit-scrollbar-thumb, body.theme-yellow::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -webkit-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -ms-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
}

.theme-yellow .Newsletter-Subscription input.form-control,
.theme-yellow .qa-tabs .tab-pane,
.theme-yellow .qa-tabs .nav-tabs > li.active > a,
.theme-yellow .qa-tabs .nav-tabs > li.active > a:hover,
.theme-yellow .qa-tabs .nav-tabs > li.active > a:focus,
.theme-yellow .pignose-calendar,
.theme-yellow .settingsPanel {
    background: #716552;
    background-color: #716552;
}

    .theme-yellow .qa-tabs .nav-tabs > li > a,
    .theme-yellow .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-yellow .sidepanel ul li a,
    .theme-yellow .qa-tabs .nav-tabs > li > a:hover,
    .theme-yellow .qa-tabs .nav-tabs > li > a:focus,
    .theme-yellow .settingsPanel h2 {
        background: #b3a48c;
    }


.theme-yellow .sidepanel .opener {
    background: #b3a48c;
}

/* yellowtheme end*/


/* darkgrey theme */
.theme-darkgrey #navbar {
    background-image: -moz-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -webkit-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -ms-linear-gradient(90deg, #959595 0%, #959595 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkgrey .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-darkgrey .nav > li > a:focus, .theme-darkgrey .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-darkgrey .top-links li.zoom a {
    color: #fff;
    background: #959595;
}

.theme-darkgrey .top-links li a.btn-red {
    color: #fff;
}

.theme-darkgrey .btn-blue, .theme-darkgrey .btn-darkgrey {
    background-image: -moz-linear-gradient(90deg,#959595 0%, #959595 100%);
    background-image: -webkit-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -ms-linear-gradient(90deg, #959595 0%, #959595 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkgrey ul.menu ul li a {
    background: #959595;
}

.theme-darkgrey .top-links li.zoom a:before {
    background: #959595;
}

.theme-darkgrey .bg-blue {
    background-image: -moz-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -webkit-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -ms-linear-gradient(90deg, #959595 0%, #959595 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkgrey .fc-blue {
    color: #959595 !important;
}


.theme-darkgrey .max-height-box::-webkit-scrollbar-thumb, body.theme-darkgrey::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -webkit-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -ms-linear-gradient(90deg, #959595 0%, #b3a48c 100%);
}

.theme-darkgrey .Newsletter-Subscription input.form-control,
.theme-darkgrey .qa-tabs .tab-pane,
.theme-darkgrey .qa-tabs .nav-tabs > li.active > a,
.theme-darkgrey .qa-tabs .nav-tabs > li.active > a:hover,
.theme-darkgrey .qa-tabs .nav-tabs > li.active > a:focus,
.theme-darkgrey .pignose-calendar,
.theme-darkgrey .settingsPanel {
    background: #505050;
    background-color: #505050;
}

    .theme-darkgrey .qa-tabs .nav-tabs > li > a,
    .theme-darkgrey .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-darkgrey .sidepanel ul li a,
    .theme-darkgrey .qa-tabs .nav-tabs > li > a:hover,
    .theme-darkgrey .qa-tabs .nav-tabs > li > a:focus,
    .theme-darkgrey .settingsPanel h2 {
        background: #888888;
    }

.theme-darkgrey .sidepanel .opener {
    background: #888888;
}


/* darkgrey theme end*/

/* grey theme */
.theme-grey #navbar {
    background-image: -moz-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -webkit-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -ms-linear-gradient(90deg, #615768 0%, #615768 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-grey .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-grey .nav > li > a:focus, .theme-grey .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-grey .top-links li.zoom a {
    color: #fff;
    background: #615768;
}

.theme-grey .top-links li a.btn-red {
    color: #fff;
}

.theme-grey .btn-blue, .theme-grey .btn-grey {
    background-image: -moz-linear-gradient(90deg,#615768 0%, #615768 100%);
    background-image: -webkit-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -ms-linear-gradient(90deg, #615768 0%, #615768 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-grey ul.menu ul li a {
    background: #615768;
}

.theme-grey .top-links li.zoom a:before {
    background: #615768;
}

.theme-grey .bg-blue {
    background-image: -moz-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -webkit-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -ms-linear-gradient(90deg, #615768 0%, #615768 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-grey .fc-blue {
    color: #615768 !important;
}


.theme-grey .max-height-box::-webkit-scrollbar-thumb, body.theme-grey::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -webkit-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -ms-linear-gradient(90deg, #615768 0%, #615768 100%);
}

.theme-grey .Newsletter-Subscription input.form-control,
.theme-grey .qa-tabs .tab-pane,
.theme-grey .qa-tabs .nav-tabs > li.active > a,
.theme-grey .qa-tabs .nav-tabs > li.active > a:hover,
.theme-grey .qa-tabs .nav-tabs > li.active > a:focus,
.theme-grey .pignose-calendar,
.theme-grey .settingsPanel {
    background: #7c6d86;
    background-color: #7c6d86;
}

    .theme-grey .qa-tabs .nav-tabs > li > a,
    .theme-grey .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-grey .sidepanel ul li a,
    .theme-grey .qa-tabs .nav-tabs > li > a:hover,
    .theme-grey .qa-tabs .nav-tabs > li > a:focus,
    .theme-grey .settingsPanel h2 {
        background: #615768;
    }

.theme-grey .sidepanel .opener {
    background: #615768;
}


/* grey theme end*/

/* lightblue theme */
.theme-lightblue #navbar {
    background-image: -moz-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -webkit-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -ms-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-lightblue .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-lightblue .nav > li > a:focus, .theme-lightblue .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-lightblue .top-links li.zoom a {
    color: #fff;
    background: #16becf;
}

.theme-lightblue .top-links li a.btn-red {
    color: #fff;
}

.theme-lightblue .btn-blue, .theme-lightblue .btn-lightblue {
    background-image: -moz-linear-gradient(90deg,#16becf 0%, #16becf 100%);
    background-image: -webkit-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -ms-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-lightblue ul.menu ul li a {
    background: #16becf;
}

.theme-lightblue .top-links li.zoom a:before {
    background: #16becf;
}

.theme-lightblue .bg-blue {
    background-image: -moz-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -webkit-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -ms-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-lightblue .fc-blue {
    color: #615768 !important;
}


.theme-lightblue .max-height-box::-webkit-scrollbar-thumb, body.theme-lightblue::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -webkit-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -ms-linear-gradient(90deg, #16becf 0%, #16becf 100%);
}

.theme-lightblue .Newsletter-Subscription input.form-control,
.theme-lightblue .qa-tabs .tab-pane,
.theme-lightblue .qa-tabs .nav-tabs > li.active > a,
.theme-lightblue .qa-tabs .nav-tabs > li.active > a:hover,
.theme-lightblue .qa-tabs .nav-tabs > li.active > a:focus,
.theme-lightblue .pignose-calendar,
.theme-lightblue .settingsPanel {
    background: #1497a5;
    background-color: #1497a5;
}

    .theme-lightblue .qa-tabs .nav-tabs > li > a,
    .theme-lightblue .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-lightblue .sidepanel ul li a,
    .theme-lightblue .qa-tabs .nav-tabs > li > a:hover,
    .theme-lightblue .qa-tabs .nav-tabs > li > a:focus,
    .theme-lightblue .settingsPanel h2 {
        background: #16becf;
    }

.theme-lightblue .sidepanel .opener {
    background: #16becf;
}


/* lightblue theme end*/

/* peach theme */
.theme-peach #navbar {
    background-image: -moz-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -webkit-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -ms-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-peach .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-peach .nav > li > a:focus, .theme-peach .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-peach .top-links li.zoom a {
    color: #fff;
    background: #d46d6e;
}

.theme-peach .top-links li a.btn-red {
    color: #fff;
}

.theme-peach .btn-blue, .theme-peach .btn-peach {
    background-image: -moz-linear-gradient(90deg,#d46d6e 0%, #d46d6e 100%);
    background-image: -webkit-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -ms-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-peach ul.menu ul li a {
    background: #d46d6e;
}

.theme-peach .top-links li.zoom a:before {
    background: #d46d6e;
}

.theme-peach .bg-blue {
    background-image: -moz-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -webkit-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -ms-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-peach .fc-blue {
    color: #d46d6e !important;
}


.theme-peach .max-height-box::-webkit-scrollbar-thumb, body.theme-peach::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -webkit-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -ms-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
}

.theme-peach .Newsletter-Subscription input.form-control,
.theme-peach .qa-tabs .tab-pane,
.theme-peach .qa-tabs .nav-tabs > li.active > a,
.theme-peach .qa-tabs .nav-tabs > li.active > a:hover,
.theme-peach .qa-tabs .nav-tabs > li.active > a:focus,
.theme-peach .pignose-calendar,
.theme-peach .settingsPanel {
    background: #ab5758;
    background-color: #ab5758;
}

    .theme-peach .qa-tabs .nav-tabs > li > a,
    .theme-peach .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-peach .sidepanel ul li a,
    .theme-peach .qa-tabs .nav-tabs > li > a:hover,
    .theme-peach .qa-tabs .nav-tabs > li > a:focus,
    .theme-peach .settingsPanel h2 {
        background: #d46d6e;
    }

.theme-peach .sidepanel .opener {
    background: #d46d6e;
}


/* peach theme end*/

/* darkgreen theme */
.theme-darkgreen #navbar {
    background-image: -moz-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -webkit-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -ms-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkgreen .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-darkgreen .nav > li > a:focus, .theme-darkgreen .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-darkgreen .top-links li.zoom a {
    color: #fff;
    background: #0c8676;
}

.theme-darkgreen .top-links li a.btn-red {
    color: #fff;
}

.theme-darkgreen .btn-blue, .theme-darkgreen .btn-darkgreen {
    background-image: -moz-linear-gradient(90deg,#0c8676 0%, #0c8676 100%);
    background-image: -webkit-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -ms-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkgreen ul.menu ul li a {
    background: #0c8676;
}

.theme-darkgreen .top-links li.zoom a:before {
    background: #0c8676;
}

.theme-darkgreen .bg-blue {
    background-image: -moz-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -webkit-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -ms-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkgreen .fc-blue {
    color: #0c8676 !important;
}


.theme-darkgreen .max-height-box::-webkit-scrollbar-thumb, body.theme-darkgreen::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -webkit-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -ms-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
}

.theme-darkgreen .Newsletter-Subscription input.form-control,
.theme-darkgreen .qa-tabs .tab-pane,
.theme-darkgreen .qa-tabs .nav-tabs > li.active > a,
.theme-darkgreen .qa-tabs .nav-tabs > li.active > a:hover,
.theme-darkgreen .qa-tabs .nav-tabs > li.active > a:focus,
.theme-darkgreen .pignose-calendar,
.theme-darkgreen .settingsPanel {
    background: #0a695c;
    background-color: #0a695c;
}

    .theme-darkgreen .qa-tabs .nav-tabs > li > a,
    .theme-darkgreen .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-darkgreen .sidepanel ul li a,
    .theme-darkgreen .qa-tabs .nav-tabs > li > a:hover,
    .theme-darkgreen .qa-tabs .nav-tabs > li > a:focus,
    .theme-darkgreen .settingsPanel h2 {
        background: #0c8676;
    }

.theme-darkgreen .sidepanel .opener {
    background: #0c8676;
}


/* darkgreen theme end*/



/* darkblue theme */
.theme-darkblue #navbar {
    background-image: -moz-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -webkit-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -ms-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkblue .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-darkblue .nav > li > a:focus, .theme-darkblue .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-darkblue .top-links li.zoom a {
    color: #fff;
    background: #4765a0;
}

.theme-darkblue .top-links li a.btn-red {
    color: #fff;
}

.theme-darkblue .btn-blue, .theme-darkblue .btn-darkblue {
    background-image: -moz-linear-gradient(90deg,#4765a0 0%, #4765a0 100%);
    background-image: -webkit-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -ms-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkblue ul.menu ul li a {
    background: #4765a0;
}

.theme-darkblue .top-links li.zoom a:before {
    background: #4765a0;
}

.theme-darkblue .bg-blue {
    background-image: -moz-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -webkit-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -ms-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkblue .fc-blue {
    color: #4765a0 !important;
}


.theme-darkblue .max-height-box::-webkit-scrollbar-thumb, body.theme-darkblue::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -webkit-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -ms-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
}

.theme-darkblue .Newsletter-Subscription input.form-control,
.theme-darkblue .qa-tabs .tab-pane,
.theme-darkblue .qa-tabs .nav-tabs > li.active > a,
.theme-darkblue .qa-tabs .nav-tabs > li.active > a:hover,
.theme-darkblue .qa-tabs .nav-tabs > li.active > a:focus,
.theme-darkblue .pignose-calendar,
.theme-darkblue .settingsPanel {
    background: #375080;
    background-color: #375080;
}

    .theme-darkblue .qa-tabs .nav-tabs > li > a,
    .theme-darkblue .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-darkblue .sidepanel ul li a,
    .theme-darkblue .qa-tabs .nav-tabs > li > a:hover,
    .theme-darkblue .qa-tabs .nav-tabs > li > a:focus,
    .theme-darkblue .settingsPanel h2 {
        background: #4765a0;
    }

.theme-darkblue .sidepanel .opener {
    background: #4765a0;
}



/* darkblue theme end*/

/* skyblue theme */
.theme-skyblue #navbar {
    background-image: -moz-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -webkit-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -ms-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-skyblue .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-skyblue .nav > li > a:focus, .theme-skyblue .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-skyblue .top-links li.zoom a {
    color: #fff;
    background: #27d7e7;
}

.theme-skyblue .top-links li a.btn-red {
    color: #fff;
}

.theme-skyblue .btn-blue, .theme-skyblue .btn-skyblue {
    background-image: -moz-linear-gradient(90deg,#27d7e7 0%, #27d7e7 100%);
    background-image: -webkit-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -ms-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-skyblue ul.menu ul li a {
    background: #27d7e7;
}

.theme-skyblue .top-links li.zoom a:before {
    background: #27d7e7;
}

.theme-skyblue .bg-blue {
    background-image: -moz-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -webkit-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -ms-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-skyblue .fc-blue {
    color: #27d7e7 !important;
}


.theme-skyblue .max-height-box::-webkit-scrollbar-thumb, body.theme-skyblue::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -webkit-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -ms-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
}

.theme-skyblue .Newsletter-Subscription input.form-control,
.theme-skyblue .qa-tabs .tab-pane,
.theme-skyblue .qa-tabs .nav-tabs > li.active > a,
.theme-skyblue .qa-tabs .nav-tabs > li.active > a:hover,
.theme-skyblue .qa-tabs .nav-tabs > li.active > a:focus,
.theme-skyblue .pignose-calendar,
.theme-skyblue .settingsPanel {
    background: #19b0bd;
    background-color: #19b0bd;
}

    .theme-skyblue .qa-tabs .nav-tabs > li > a,
    .theme-skyblue .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-skyblue .sidepanel ul li a,
    .theme-skyblue .qa-tabs .nav-tabs > li > a:hover,
    .theme-skyblue .qa-tabs .nav-tabs > li > a:focus,
    .theme-skyblue .settingsPanel h2 {
        background: #27d7e7;
    }


.theme-skyblue .sidepanel .opener {
    background: #27d7e7;
}


/* skyblue theme end*/

/* purple theme */
.theme-purple #navbar {
    background-image: -moz-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -webkit-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -ms-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-purple .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-purple .nav > li > a:focus, .theme-purple .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-purple .top-links li.zoom a {
    color: #fff;
    background: #9b6bcc;
}

.theme-purple .top-links li a.btn-red {
    color: #fff;
}

.theme-purple .btn-blue, .theme-purple .btn-purple {
    background-image: -moz-linear-gradient(90deg,#9b6bcc 0%, #9b6bcc 100%);
    background-image: -webkit-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -ms-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-purple ul.menu ul li a {
    background: #9b6bcc;
}

.theme-purple .top-links li.zoom a:before {
    background: #9b6bcc;
}

.theme-purple .bg-blue {
    background-image: -moz-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -webkit-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -ms-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-purple .fc-blue {
    color: #9b6bcc !important;
}


.theme-purple .max-height-box::-webkit-scrollbar-thumb, body.theme-purple::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -webkit-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -ms-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
}

.theme-purple .Newsletter-Subscription input.form-control,
.theme-purple .qa-tabs .tab-pane,
.theme-purple .qa-tabs .nav-tabs > li.active > a,
.theme-purple .qa-tabs .nav-tabs > li.active > a:hover,
.theme-purple .qa-tabs .nav-tabs > li.active > a:focus,
.theme-purple .pignose-calendar,
.theme-purple .settingsPanel {
    background: #865bb3;
    background-color: #865bb3;
}

    .theme-purple .qa-tabs .nav-tabs > li > a,
    .theme-purple .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-purple .sidepanel ul li a,
    .theme-purple .qa-tabs .nav-tabs > li > a:hover,
    .theme-purple .qa-tabs .nav-tabs > li > a:focus,
    .theme-purple .settingsPanel h2 {
        background: #9b6bcc;
    }

.theme-purple .sidepanel .opener {
    background: #9b6bcc;
}


/* purple theme end*/





/** Section-1 -- Banner **/

/** Menu **/
.border-box {
    border: 5px solid rgba(255,255,255,0.5);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
    border-radius: 5px;
    margin-top: 15px;
    display: block;
}
/*
.border-box select{
    padding: 7px 11px !important;
    margin: 15px 10px 5px !important;
}
*/
.clsSVCs {
    padding: 7px 11px !important;
    margin: 15px 10px 5px !important;
}

.clsSVCSearch {
    background-image: url(images/search.png);
    border: 1px solid #A9A9A9;
    width: 100%;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 8px !important;
    padding-left: 35px !important;
    margin-top: 15px !important;
}
/*
.border-box input {
    border: 1px solid #A9A9A9;
    width: 100%;
    padding-left: 35px !important;
    padding: 8px !important;
    background-position: 10px center;
    background-repeat: no-repeat;
    margin-top: 15px !important;
}
*/
.border-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #183352;
}

.border-box input::-moz-placeholder { /* Firefox 19+ */
    color: #183352;
}

.border-box input:-ms-input-placeholder { /* IE 10+ */
    color: #183352;
}

.border-box input:-moz-placeholder { /* Firefox 18- */
    color: #183352;
}

.left-nav {
    list-style: none;
}

    .left-nav span {
        /*float: right;*/
        margin-right: 5px;
        position: absolute;
        right: 10px;
        top: 48%;
        transform: translate(0,-50%);
    }

    .left-nav li a {
        line-height: 19px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
        padding-right: 35px !important;
        position: relative;
    }

/** Menu End **/
/*.section-1*/
.All_Contents {
    background: url("images/sectoin1_bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#banner.owl-carousel .item {
    position: relative;
}

.content-center {
    position: absolute;
    top: 72%;
    left: 65px;
    right: 65px;
    /*margin-right: -50%;*/
    transform: translate(0,-50%);
}

    .content-center h1 {
        line-height: 35px;
    }

    .content-center a {
        border-radius: 4px;
    }

#banner.owl-carousel .owl-controls {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
}

#banner.owl-carousel .owl-prev {
    position: absolute;
    left: 15px;
    /*font-size: 18px;*/
    background: transparent;
}

#banner.owl-carousel .owl-next {
    position: absolute;
    right: 15px;
    /*font-size: 18px;*/
    background: transparent;
}

/*** Section-2 ***/
.section-2 .border-box {
    margin-bottom: 1px;
    position: relative;
}

.max-height-box {
    max-height: 440px;
    overflow: auto;
    padding-right: 10px;
}

.section-2 .max-height-box .border-box a span {
    width: calc(100% - 38px);
}

.max-height-box::-webkit-scrollbar {
    width: 8px;
    margin-left: 5px;
}

.max-height-box::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 3px 0px rgba(0,0,0,0.3);*/
    background: #c0dae1;
    border-radius: 25px;
}

.max-height-box::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    border-radius: 25px;
    /*background-color: darkgrey;*/
    outline: 1px solid slategrey;
}

/*---**/
.qa-tabs .nav-tabs {
    border: none;
}

    .qa-tabs .nav-tabs > li {
        float: left;
        width: 25%;
    }

        .qa-tabs .nav-tabs > li > a {
            margin-right: 0px;
            line-height: 1.42857143;
            border: 0;
            border-radius: 0;
            background: #038eb3;
            color: #fff;
            font-weight: 700;
            font-size: 12px;
            padding: 15px 0;
            text-align: center;
        }

            .qa-tabs .nav-tabs > li > a:hover, .qa-tabs .nav-tabs > li > a:focus {
                background: #038eb3;
            }

        .qa-tabs .nav-tabs > li.active > a, .qa-tabs .nav-tabs > li.active > a:hover, .qa-tabs .nav-tabs > li.active > a:focus {
            color: #fff;
            cursor: default;
            background-color: #015f78;
            border: none;
            border-bottom-color: transparent;
        }

.qa-tabs .tab-pane {
    background-color: #015f78;
    min-height: 383px;
    position: relative;
}

/**--- Map ---**/
.MainMapBoxDDL {
    width: 100%;
    margin: auto;
    /*position: relative;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
}

.MainMapBox {
    width: 435px;
    height: 250px;
    position: relative;
    overflow: hidden;
    padding: 10px;
    padding-top: 0;
    margin: auto;
}

.MainMap {
    width: 304px;
    height: 250px;
    margin: auto;
    position: relative;
}

.Map {
    width: 304px;
    height: 250px;
}

.Map1_2 {
    width: 161px;
    height: 122px;
    position: absolute;
    left: 2px;
    top: 0;
}

.Map2_2 {
    width: 155px;
    height: 183px;
    position: absolute;
    left: 149px;
    top: 50px;
}

.Map3_2 {
    width: 91px;
    height: 128px;
    position: absolute;
    left: 107px;
    top: 76px;
}

.Map4_2 {
    width: 97px;
    height: 121px;
    position: absolute;
    left: 34px;
    top: 78px;
}

.Map5_2 {
    width: 99px;
    height: 68px;
    position: absolute;
    left: 91px;
    top: 179px;
}

.Map1_2, .Map2_2, .Map3_2, .Map4_2, .Map5_2 {
    display: none;
    cursor: pointer;
}

/**-- Calender --**/
.pignose-calendar {
    width: 100%;
    max-width: initial;
    background-color: #015f78;
    border: none;
    font-size: 100%;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 10px;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .pignose-calendar .pignose-calendar-top {
        padding: 10px 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
            padding: 10px 0;
            background: #038eb3;
            color: #fff;
        }

        .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year, .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
            display: inline-block;
            text-align: center;
            font-size: 14px;
            color: #fff;
        }

        .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
            color: #fff
        }

    .pignose-calendar .pignose-calendar-body {
        padding: 0px 16px 5px;
    }

    .pignose-calendar .pignose-calendar-unit {
        height: 40px;
    }

        .pignose-calendar .pignose-calendar-unit a {
            color: #fff;
        }

    .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
        font-size: 12px;
    }

.box {
    position: absolute;
    transform: translate(-38%,-105%);
    z-index: 9;
    display: none;
}

    .box.show {
        display: block;
    }

    .box:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        top: 98%;
        left: 40%;
    }

    .box h2 {
        background: #ffca4f;
        text-align: left;
        margin: 0;
        padding: 15px;
        /*padding-left: 15px;*/
        min-width: 300px;
    }

    .box p {
        margin: 0;
        padding: 15px 15px;
        text-align: left;
        min-width: 300px;
        background: #fff;
        color: #000;
        position: relative;
        bottom: 1px;
        font-size: 14px;
        font-weight: normal;
    }

        .box p:last-child {
            bottom: 2px;
            padding-top: 0;
        }

        .box p span {
            float: right;
        }

.event-types .digit {
    background: #ffca4f;
    width: 20px;
    line-height: normal;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
}

    .event-types .digit.bg-1 {
        background: #ffca4f;
    }

    .event-types .digit.bg-2 {
        background: #cb5905;
    }

    .event-types .digit.bg-3 {
        background: #5dddd3;
    }

    .event-types .digit.bg-4 {
        background: #00a72b;
    }


/*** Section-3 ***/
.services.owl-carousel .item {
}

.services.owl-carousel img {
    width: auto;
    vertical-align: middle;
}

.services.owl-carousel span {
    vertical-align: middle;
}

.services.owl-carousel .owl-nav {
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
    margin: 0;
}

    .services.owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: -45px;
        /*font-size: 18px;*/
        background: transparent;
    }

    .services.owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: -45px;
        /*font-size: 18px;*/
        background: transparent;
    }

.services.owl-theme .owl-dots .owl-dot span {
    background: #0285a8;
    width: 12px;
    height: 12px;
    margin: 10px 7px 5px;
}

.services.owl-theme .owl-dots .owl-dot.active span {
    background: rgba(2,133,168, 0.5);
}


/*** Footer ***/
.Newsletter-Subscription {
    padding-left: 45px;
}

    .Newsletter-Subscription input.form-control {
        background: #004b5f;
        color: #fff;
        font-size: 13px;
        border-radius: 5px;
        box-shadow: 0px 0px 2px rgba(0,0,0,0.11);
        border: 1px solid #bababa;
        display: block;
        width: 100%;
        /*line-height: 41px;*/
        padding: 0 15px;
        margin-bottom: 15px;
        height: 40px;
    }

    .Newsletter-Subscription input.form-btn {
        background: #f0f0f0;
        color: #183352;
        font-size: 14px;
        font-weight: 700;
        border-radius: 5px;
        box-shadow: 0px 0px 2px rgba(0,0,0,0.11);
        border: 1px solid #bababa;
        display: block;
        width: 100%;
        padding: 8px 15px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

/***------- Login POPUP ------***/
#login {
    position: absolute;
    background: #fff;
    min-width: 300px;
    right: -40px;
    border-radius: 5px;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
    top: 120%;
    text-align: left;
    padding: 20px 20px 0 !important;
    z-index: 9999;
}

    #login:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        bottom: 100%;
        left: 73%;
    }

#lgnUId {
    /*background: url('images/login-email.png') no-repeat;
    background-position: 5px center;*/
}
#lgnUPwd {
    /*background: url('images/login-pw.png') no-repeat;
    background-position: 5px center;*/
}

/**--- left-sidebar-modal ---**/
.left-sidebar-modal .modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .left-sidebar-modal .modal-header .close {
        font-size: 44px;
        color: #fff;
        opacity: 1;
    }

.left-sidebar-modal .modal-body {
    padding: 0;
}

.left-sidebar-modal li {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.left-sidebar-modal .modal-footer {
    background: #f2f2f2;
    text-align: left;
}

    .left-sidebar-modal .modal-footer p {
        color: #0280a1;
        margin-bottom: 0;
    }


.section-breadcrumbs {
    background: #aeaeae;
}

.breadcrumbs {
    list-style: none;
    padding: 3px 15px 0px;
    display: inline-block;
    margin: 0;
    width: 100%;
}

    .breadcrumbs li {
        float: left;
        margin-right: 30px;
        position: relative;
    }

        .breadcrumbs li a {
            color: #fff;
        }

        .breadcrumbs li:last-child {
            margin-right: 0;
        }

        .breadcrumbs li:not(:last-child)::before {
            content: "\f101";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: -16px;
            letter-spacing: -2px;
            font-size: 14px;
            color: white;
            top: 3px;
        }

.doubleangled li a {
    position: relative;
    padding-left: 25px !important;
}

.doubleangled li {
    position: relative;
}

    .doubleangled li::before {
        content: "\f101";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 10px;
        top: 12px;
    }



.arrows {
    position: relative;
    padding-left: 10px;
}

    .arrows::before {
        content: 'Â»';
        position: absolute;
        left: 0;
    }

.bottom-bar {
    margin: 0 -25px;
    border-top: 1px solid #e5e5e5;
    display: inline-block;
    width: calc(100% + 50px);
    margin-bottom: -5px;
}

    .bottom-bar > div {
        background: #f7f7f7;
        float: left;
        height: 100px;
    }

        .bottom-bar > div:not(:last-child) {
            border-right: 1px solid #e5e5e5;
        }

.ratings {
    width: 15.666667%;
    text-align: center;
    padding: 30px 0;
}

    .ratings i {
        font-size: 18px;
    }

.fontsizer {
    text-align: center;
    width: 15.666667%;
    padding: 30px 0;
}

    .fontsizer button {
        width: 20px;
        height: 20px;
        line-height: 1;
        padding: 0;
    }

.pointer-none {
    pointer-events: none;
}

.socializer {
    width: 18.666667%;
    text-align: center;
    padding: 30px 0;
}

.sender {
    width: 12.5%;
    text-align: center;
    padding: 25px 0;
}

.QRCode {
    width: 12.5%;
}

    .QRCode img {
        width: 100%;
        height: 100px;
    }


.sidepanel {
    position: fixed;
    left: 0;
    top: 25%;
    z-index: 99999;
    direction: ltr;
    transition: 0.5s linear left;
}

    .sidepanel ul {
        list-style: none;
        padding: 0;
    }

        .sidepanel ul li {
            text-align: left;
            height: 45px;
        }

            .sidepanel ul li a {
                padding: 10px;
                display: inline-block;
                background: #0280a1;
                width: 45px;
                height: 45px;
                overflow: hidden;
                transition: 0.3s linear width;
                white-space: nowrap;
                color: #fff;
                text-decoration: none !important;
            }

                .sidepanel ul li a.facebook {
                    background: #3a589b;
                }

                .sidepanel ul li a.twitter {
                    background: #55acee;
                }

                .sidepanel ul li a.insta {
                    background: #517fa6;
                }
                .sidepanel ul li a.android {
                    background: #B1CD48;
                }

                .sidepanel ul li a.iphone {
                    background: #565656;
                }
                .sidepanel ul li a.youtube {
                    background: #cf3427;
                }

                .sidepanel ul li a.settings img {
                    -webkit-animation: rotation 5s infinite linear;
                    animation: rotation 5s infinite linear;
                    pointer-events: none;
                }

                .sidepanel ul li a:hover {
                    width: 150px;
                }

    .sidepanel .opener {
        padding: 10px;
        position: fixed;
        left: 0;
        background: #333;
        color: #fff;
        display: none;
        top: 110px;
    }



.mapOman path,
.mapOman polygon {
    fill: #6a6a6a;
    transition: 0.2s linear all
}

    .mapOman path:hover,
    .mapOman polygon:hover {
        fill: #b3b3b3;
    }

.mapOman g path {
    fill: #fff;
}

.mapOman svg {
    width: 260px;
    margin-top: 20px;
}

.mapOman {
    text-align: center;
}


@-moz-document url-prefix() {
    .mapOman {
        transform: scale(0.5);
        top: -110px;
    }

    .tab-content #home, .tab-content #menu1 {
        height: 383px;
    }
}

.map-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.8);
    z-index: 9;
    direction: ltr;
    top: 0;
    left: 0;
}

    .map-overlay > img {
        position: absolute;
        top: calc(50% - 21px);
        left: calc(50% - 21px);
    }

    .map-overlay .closeoverlay {
        margin-top: -5px;
    }

    .map-overlay table {
        width: 100%;
        color: #fff;
    }

        .map-overlay table img {
            width: 30px;
        }


@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.settingsPanel {
    background: #015f78;
    position: absolute;
    top: 0;
    width: 230px;
    z-index: 9999;
}

    .settingsPanel h2 {
        font-size: 20px;
        color: #fff;
        text-align: center;
        margin: 0;
        padding: 10px 0;
        background: #038eb3;
    }

.customcolor {
    padding: 15px;
}

.colorbox {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: inline-block;
}

.customcolor.layout button,
.customcolor.readjust button {
    width: 100%;
}

.colorbox {
    cursor: pointer;
}

    .colorbox.red {
        background: #a10f2b;
    }

    .colorbox.blue {
        background: #027c9c;
    }

    .colorbox.green {
        background: #18ba9b;
    }

    .colorbox.yellow {
        background: #b3a48c;
    }

    .colorbox.darkgrey {
        background: #959595;
    }

    .colorbox.grey {
        background: #615768;
    }

    .colorbox.lightblue {
        background: #16becf;
    }

    .colorbox.peach {
        background: #d46d6e;
    }

    .colorbox.darkgreen {
        background: #0c8676;
    }

    .colorbox.darkblue {
        background: #4765a0;
    }

    .colorbox.skyblue {
        background: #27d7e7;
    }

    .colorbox.purple {
        background: #9b6bcc;
    }


    .colorbox.black {
        background: #333;
    }

    .colorbox.white {
        background: #fff;
    }

    .colorbox.img {
        width: 100%;
        height: auto;
    }

.btn-default {
    color: #555;
}

.btn-blue {
    color: #fff !important;
}

.customOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.studentEvent {
    background-color: #ffca4f;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.contextMenu {
    position: absolute;
    display: none;
}

    .contextMenu ul {
        width: 200px;
        list-style: none;
        background: #fff;
        padding: 0;
    }

        .contextMenu ul li:not(:last-child) {
            border-bottom: 1px solid #e5e5e5;
        }

        .contextMenu ul a {
            display: inline-block;
            width: 100%;
            padding: 5px 10px;
            transition: 0.2s linear all;
        }

            .contextMenu ul a:hover {
                text-decoration: none;
                background: rgba(0,0,0,0.2);
            }


.backgoundsChanger {
    padding: 15px;
}



@media(min-width: 1201px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 1199px) {
    /*.border-box select{margin-left: 0 !important;margin-right: 0 !important;width: 100% !important;}*/
    .services.owl-carousel .owl-nav .owl-prev {
        left: -30px;
    }

    .services.owl-carousel .owl-nav .owl-next {
        right: -30px;
    }
}

@media(max-width: 991px) {
    .services.owl-carousel .owl-nav {
        display: none;
    }

    .bottom-bar > div {
        width: 50%;
    }

    .content-center {
        top: 58%;
    }
}

@media (max-width: 767px) {
    .MapMain {
        transform: scale(0.7);
        margin-left: -39px;
    }

    .sidepanel {
        left: -45px;
    }

    .searchbox {
        width: 100%;
        display: block;
    }

    .sidepanel .opener {
        display: block;
    }

    .sidepanel.open {
        left: 0;
    }
    /* .searchbox input{width: calc(100% - 39px);} */
    .navbar-brand > img {
        width: 220px;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

        .navbar-toggle .icon-bar {
            background: #333;
        }

    .content-center h1 {
        font-size: 20px !important;
        line-height: 1.2;
        margin: 0 !important;
    }

    .content-center p {
        display: none !important;
    }

    .content-center {
        top: 50%;
    }

    #navbar {
        position: fixed;
        top: 0px;
        z-index: 99999;
        width: 100%;
        height: 100vh !important;
        left: -100%;
        transition: 0.2s linear all;
        margin: 0 !important;
    }

        #navbar.in {
            left: 0;
        }

    .navbar-toggle {
        position: fixed;
        right: 0;
        z-index: 999999;
    }

        .navbar-toggle.collapsed {
            position: static;
        }

    ul.menu ul {
        position: static;
        width: 100%;
    }

        ul.menu ul li {
            width: 100%;
        }

    .top-links li {
        padding: 10px 8px;
    }
    /*** Section-2 ***/
    .MainMapBox {
        width: 100%;
    }

    .MainMap {
        width: 100%
    }

    .Map {
        width: 100%
    }

    .qa-tabs .nav-tabs > li > a {
        min-height: 64px;
        vertical-align: middle;
    }

    .box {
        left: 15px !important;
        width: initial;
        right: 15px !important;
        transform: translate(0%,-105%);
    }

        .box:after {
            display: none
        }

    .Newsletter-Subscription {
        padding-left: 15px;
    }

    /** Top Navigation **/
    .top-links {
        text-align: center;
    }

        .top-links li {
            float: none;
            display: inline-block;
        }

    /** Footer **/
    .main-footer h5 {
        margin: 30px 0 10px !important;
    }

    .footer-bottom p {
        text-align: center;
    }

    .footer-bottom ul {
        text-align: center !important;
        padding: 10px 0 15px;
    }

    .wd-100 {
        width: 100%;
    }

    /****/
    .padd-null {
        padding: 0;
    }

    .sm-align-center {
        text-align: center;
    }

    #login {
        right: -7px;
    }

        #login:before {
            right: 8%;
            left: auto;
            bottom: 99%;
        }
}


.eSvcContent table[id*="_GV"],
.eSvcContent table[id*="_gv"] {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid silver !important;
}


    .eSvcContent table[id*="_GV"] th, .eSvcContent table[id*="_GV"] td,
    .eSvcContent table[id*="_gv"] th, .eSvcContent table[id*="_gv"] td {
        border: 1px solid silver !important;
    }

    .eSvcContent table[id*="_gv"], .eSvcContent table[id*="_GV"],
    .eSvcContent table[id*="_gv"] tr, .eSvcContent table[id*="_GV"] tr {
        background-color: transparent !important;
    }

        .eSvcContent table[id*="_GV"] th, .eSvcContent table[id*="_GV"] td,
        .eSvcContent table[id*="_gv"] th, .eSvcContent table[id*="_gv"] td {
            padding: 3px !important;
        }

.theme-blue .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-blue .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #027c9c !important;
}

.theme-red .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-red .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #a10f2b !important;
}

.theme-purple .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-purple .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #9b6bcc !important;
}

.theme-skyblue .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-skyblue .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #27d7e7 !important;
}

.theme-darkblue .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-darkblue .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #4765a0 !important;
}

.theme-darkgreen .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-darkgreen .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #0c8676 !important;
}

.theme-peach .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-peach .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #d46d6e !important;
}

.theme-lightblue .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-lightblue .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #16becf !important;
}

.theme-grey .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-grey .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #615768 !important;
}

.theme-darkgrey .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-darkgrey .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #959595 !important;
}

.theme-yellow .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-yellow .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #b3a48c !important;
}

.theme-green .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-green .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #18ba9b !important;
}

.tooltip-inner {
    background-color: #DCDCDC !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: #000023;
    max-width: 400px;
    /*Width of tooltip content */
    /* Height of tooltip content */
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #808080;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #808080;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #808080;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #808080;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #808080;
}

.qa-tabs .tab-pane {
    min-height: 424px;
    color: white;
}

.max-height-box {
    min-height: 481px;
}

.navbar-nav > li > a {
    font-size: 14px !important;
    text-transform: capitalize !important;
}



/* Style the buttons that are used to open and close the accordion panel */
.accordion1 {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: <%= Session["culture"]+""=="ar"? "right":"left" %>;
    border: none;
    outline: none;
    transition: 0.5s;
    font-weight:bold;
}
    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active1, .accordion1:hover {
        background-color: #ccc;
    }
/* Style the accordion panel. Note: hidden by default */
.panel1 {
    margin: 2px;
    padding: 0px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.accordion1:before {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    float: <%= Session["culture"]+""=="ar"? "right":"left" %>;
    margin- <%= Session["culture"]+""=="ar"? "left":"right" %>: 5px;
}

.active1:before {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}



 