/* -- << We Always Serve Your Better >> -- */


body {
    font-family: 'Open Sans', sans-serif !important;
    color: #000 !important;
    overflow-x: hidden;

}

/* --** Reset CSS **-- */
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

body {
    font-family: 'Play', sans-serif;
    font-size: 14px;
    color: #747474;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background: #fff;
}

ul,
ol {
    /* margin: 0 0 10px 25px; */
}

ol {
    list-style: square;
}

ul {
    list-style: circle;
}

ol:after,
ul:after {
    content: "";
    display: block;
    line-height: 0;
    clear: both;
    overflow: hidden;
    height: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

li {
    margin: .1rem;
}

pre {
    padding: 0.1em 0.5em 0.3em 0.7em;
    border-left: 11px solid #ccc;
    margin: 1.7em 0 1.7em 0.3em;
    overflow: auto;
    max-width: 500px;
}

code,
samp,
kbd {
    font-family: "Courier New", Courier, monospace, sans-serif;
    text-align: left;
    color: #555;
}

pre code {
    line-height: 1.6em;
    font-size: 11px;
}


table {
    margin: 18px auto;
    border-collapse: collapse;
    border: 1px solid #eee;
    border-bottom: 2px solid #337ab7;
    /* // box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05); */
    width: 100%;
}


table th {
    background: #337ab7;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #eee;
    padding: 12px 35px;
}



table tr:hover {
    background: #f4f4f4;
}

table tr:hover td {
    color: #555;
}

table td {
    color: #000;
    border: 1px solid #eee;
    padding: 0.5rem;
}

table th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    color: #000;
    border: 1px solid #666;
}

table a {
    font-weight: 600;
}

/* table tbody tr:nth-child(2n) { background: #f0f3f5; } */
.headingstyle {
    font-size: 20px;
    text-align: Center;
    font-weight: 600;
}

.dge {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    color: #000;
    margin: 0px;
}

caption {
    font-weight: normal;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* color: #586778; */
    color: #000;
    font-weight: normal;
}

h1 {
    font-size: 60px;
    margin: 5px 0px 15px 0px;
}

h2 {
    font-size: 36px;
    margin: 5px 0px 15px 0px;
}

h3 {
    font-size: 30px;
    margin: 5px 0px 15px 0px;
}

h4 {
    font-size: 26px;
    margin: 5px 0px 15px 0px;
}

h5 {
    font-size: 20px;
    margin: 5px 0px 15px 0px;
}

h6 {
    font-size: 18px;
    margin: 5px 0px 15px 0px;
}

p {
    /* margin: 5px 0px 15px 0px;
    line-height: 26px; */
}

em {
    font-style: italic;
}

strong {
    font-weight: bold
}

small {
    font-size: 80%;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    display: block;
}

figure {
    margin: 0;
}

/* #Links */
a {
    color: #337ab7;
    outline: 0 none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a.more {
    padding-left: 28px;
    color: #7a594c;
    display: inline-block;
    position: relative;
    letter-spacing: 0.2px;
    font-family: 'Play', sans-serif;
}

a.more:before {
    content: "\f0a9";
    font-size: 130%;
    position: absolute;
    left: 0;
    top: -4px;
    font-family: fontawesome;
}

a.more:hover {
    color: #c2ead6;
}

/* #blockquote */
blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
}

blockquote:after {
    top: 0;
    right: 0;
    content: "\201D";
}

q:before {
    top: 0;
    left: 0;
    content: "‘";
}

q:after {
    top: 0;
    right: 0;
    content: "’";
}

blockquote:before,
blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 120px;
    line-height: 1;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote {
    margin: 12px 0 12px 20px;
    border-left: 10px solid #ececec;
    position: relative;
    padding: 30px 70px;
    text-align: center;
    font-size: 20px;
}

::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

/* #Forms */
fieldset {
    border: 0 none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    border: 1px solid #ced4da;
    /* padding: 12px 13px; */
    outline: none;
    font-size: 15px;
    font-family: 'Play', sans-serif;
    color: #495057;
    margin: 0;
    /* width: 100%;
    max-width: 100%; */
    display: block;
    background: #fff;
    /* height: 40px; */
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border: 1px solid #ececec;
    color: #747474;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

input[type="text"] {
    position: relative;
}

input[type="text"]:after {}

input[type="text"]::-webkit-input-placeholder:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
}

select::-ms-expand {
    /* for IE 11 */
    display: none;
}

select option {
    padding: 7px 9px;
    border: 1px solid #ced4da;
    border-left: none;
    border-right: none;
    outline: none;
}

select:focus {
    padding: 0 0 1px 9px;
    border: 1px solid #ced4da;
    color: #747474;
    background: #fff url(../images/select-arrow.png) no-repeat scroll 100% center;
    cursor: pointer;
    /*Removes border*/
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /* Removes Default Firefox style*/
    appearance: none;
    /* background: #45bf54 url(../images/select-img.png) no-repeat 100% center; */
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    text-overflow: "";
    /*Removes default arrow from firefox*/
    /*My custom style for fonts*/
    background-size: 24px 40px;
}

textarea {
    min-height: 60px;
}

label,
legend {
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
}

label {
    cursor: pointer;
    margin-right: 50px;
}

label:last-child {
    margin-right: 0;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

/* #Input Buttons */
.button,
button,
input[type="button"],
input[type="Reset"] {
    padding: 11px 29px 11px 30px;
    border: 0 none;
    outline: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background: #f2a755;
    font-size: 15px;
    /*font-family: 'Play', sans-serif; */
    font-family: 'Open Sans';
    border-radius: 6px;
    letter-spacing: 0.8px;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="Reset"]:hover {
    text-decoration: underline;
}

/* #Input Submit */
/* input[type="submit"] {
    padding: 8px 26px 8px 27px;
    border: 0 none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    border: 3px solid #586778;
    color: #586778;
    font-size: 15px;
    font-family: 'Play', sans-serif;
    border-radius: 6px;
    letter-spacing: 0.8px;
} */

input[type="submit"]:hover {
    text-decoration: none;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* <<< Input Radio >>> */


input[type="radio"]+label .check {
    display: inline-block;
    margin: -4px 3px 0 0;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url(../images/radio-icn.png) left top no-repeat;
    background-size: 12px 12px;
    cursor: pointer;
}

input[type="radio"]:checked+label .check {
    background: url(../images/radio-icn-active.png) left top no-repeat;
    background-size: 12px 12px;
}

input[type="radio"]:disabled+label .check {
    background: url(../images/radio-icn.png) left top no-repeat;
    background-size: 12px 12px;
    cursor: not-allowed;
}

/* <<< Input Checkbox >>> */
input[type="checkbox"] {
    /* display: none; */
}

input[type="checkbox"]+label .check {
    display: inline-block;
    margin: -4px 4px 0 0px;
    vertical-align: middle;
    width: 20px;
    height: 19px;
    background: url(../images/check-icn.png) left top no-repeat;
    background-size: 20px 19px;
    cursor: pointer;
}

input[type="checkbox"]:checked+label .check {
    background: url(../images/check-icn-active.png) left top no-repeat;
    background-size: 20px 19px;
}

input[type="checkbox"]:disabled+label .check {
    background: url(../images/check-icn.png) left top no-repeat;
    background-size: 20px 19px;
    cursor: not-allowed;
}

/* Global */
.clear {
    content: "";
    display: block;
    line-height: 0;
    clear: both;
    overflow: hidden;
    height: 0;
}

.container {
    max-width: 1320px;
}

.bg-btn {
    background: url(../images/right-arrow.png) right center no-repeat;
    padding-right: 28px;
}

/* <<< Header >>> */
.header {
    background: #fff;
}

.header .stripe {
    background: #000;
    padding: 8px 50px;
}

.header .stripe ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.header .stripe li {
    float: left;
    margin: 0;
    font-size: 13px;
    position: relative;
    padding: 0 8px
}

.header .stripe li a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.header .stripe li:after {
    position: absolute;
    top: 3px;
    right: 0;
    content: "";
    height: 70%;
    width: 1px;
    background: #fff;
}

.header .stripe li:first-child {
    padding-left: 0;
}

.header .stripe li:last-child {
    padding-right: 0;
}

.header .stripe li:last-child:after {
    display: none;
}

.header .stripe .right ul {
    float: right;
}

.header .stripe label {
    margin: 0;
}

.header .mid-side {
    padding: 5px 50px;
}

.header .mid-side .row {
    align-items: center;
}

.header .mid-side ul {
    list-style: none;
    margin: 0;
    float: right;
}

.header .mid-side li {
    float: left;
    margin: 0;
}

.header .mid-side li a {
    display: inline-block;
}

.header .mid-side li:last-child {
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px rgba(0, 0, 0, 0.30);
}

.header .menu-side {
    background: #000066;
    padding: 0px 50px;
}

.header .menu-side ul {
    list-style: none;
    margin: 0;
}

.header .menu-side li {
    float: left;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 0 20px;
}

.header .menu-side li a {
    display: inline-block;
    color: #FFFBFB;
    position: relative;
    padding: 10px 0;
}

.header .menu-side li.sub_menu a {
    background: url(../images/arrow-down.png) right center no-repeat;
    padding-right: 20px;
}

.header .menu-side li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FDA103;
    height: 4px;
    width: 0;
    content: "";
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
}

.header .menu-side li:hover a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FDA103;
    height: 4px;
    width: 100%;
    content: ""
}

.header .menu-side li:after {
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 50%;
    background: rgba(255, 255, 255, 0.20);
    content: "";
}

.header .menu-side li:first-child {
    padding-left: 0;
}

.header .menu-side li:last-child {
    padding-right: 0;
}

.header .menu-side li:last-child:after {
    display: none;
}

.header .menu-side li .drop_box {
    width: 200px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 999;
    background: #fff;
    display: none;
}

.header .menu-side li .drop_box li {
    font-size: 16px;
    padding: 0;
    width: 100%;
    font-weight: 400;
}

.header .menu-side li .drop_box li:after {
    display: none;
}

.header .menu-side li .drop_box li a {
    background: #005fc7;
    color: #fff;
    padding: 10px 10px;
    border-bottom: 1px solid #0059bb;
    display: block;
    font-size: 90%;
}

.header .menu-side li .drop_box li a:before {
    display: none;
}

.header .menu-side li .drop_box li:last-child a {
    border-bottom: 0;
}

.header .menu-side li .drop_box li:hover a {
    background: #ff5821;
    color: #fff;
}

.header .menu-side li:hover .drop_box {
    display: block;
    transition: 0.5s;
}

/*banner section*/
.banner_section {
    position: relative;
    /* height: 77vh; */
    overflow: hidden;
    z-index: 999;
}

.banner-slider {
    position: relative;
}

.banner-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0000002b;
}

.banner_section .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: relative;
}

.banner_section .banner-logo-slider .owl-stage-outer {
    overflow: inherit;
}

.banner_section img {
    width: 100%;
}

.banner_section .banner_logo {
    background: transparent;
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding-top: 25px;
}

.Ayushman_logo h6 {
    font-size: 16px;
    margin-bottom: 2px;
    line-height: 22px;
    left: 10px;
    color: #000;
    top: 14px;
}

.Ayushman_logo h3,
.Ayushman_logo h6 {
    font-weight: 700 !important;
    position: relative;
}

.banner_section .owl-nav .owl-prev:hover {
    background: #FDA103 url(../images/banner-prev.png) top no-repeat;
    background-size: 24px 24px
}

.banner_section .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    width: 40px;
    height: 40px;
    background: #FDA103 url(../images/banner-next.png) top 9px center no-repeat !important;
    background-size: 24px 24px;
    text-indent: -99999px;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9;
    border-radius: 0 !important;
}

.banner_section .owl-nav .owl-next:hover {
    background: #FDA103 url(../images/banner-next.png) top no-repeat;
    background-size: 24px 24px
}

.banner_section .owl-theme .owl-controls {
    margin: 0;
}



/* <<< footer >>> */
footer {
    background: #337ab7;
    padding: 5px 0 5px;
}

footer ul {
    list-style: none;
    margin: 0;
}

footer li {
    float: left;
    margin: 0;
    position: relative;
    padding: 0 10px;
}

footer li:first-child {
    padding-left: 0;
}

footer li:last-child {
    padding-right: 0;
}

footer li:last-child:after {
    display: none;
}

footer li:after {
    position: absolute;
    top: 4px;
    right: 0;
    content: "";
    width: 1px;
    height: 70%;
    background: #fff;
}

footer li a {
    color: #FFF;
    font-size: 100%;
    text-transform: capitalize;
}

footer p {
    color: #FFF;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0;
}

footer .right {
    text-align: right;
}

footer span {
    color: #FFF;
    font-size: 98%;
    text-transform: capitalize;
    display: block;
}

footer span:last-child {
    padding-top: 7px;
}

footer li a:hover {
    color: #fda103;
}

footer .col-md-10.left {
    padding: 0px;
}

footer .col-md-2.right {
    padding: 0px;
}

/* ==========================================================================
   #DATE PICKER
   ========================================================================== */
td.active {
    background-color: #2c6ed5;
}

input[type="date" i] {
    padding: 14px;
}

.table-condensed td,
.table-condensed th {
    font-size: 14px;
    font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
    font-weight: 400;
}

.daterangepicker td {
    width: 40px;
    height: 30px;
}

.daterangepicker {
    border: none;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    display: none;
    border: 1px solid #e0e0e0;
    margin-top: 5px;
}

.marquee-section {
    background: #337ab7;
}

.marquee-section h4 {
    padding: 5px 0px;
    font-size: 20px;
}

.daterangepicker::after,
.daterangepicker::before {
    display: none;
}

.daterangepicker thead tr th {
    padding: 10px 0;
}

.daterangepicker .table-condensed th select {
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 1px;
    font-size: 14px;
    padding: 5px;
    outline: none;
    color: #000;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
    border: 1px solid #ddd !important;
}

.daterangepicker .table {
    border: 1px solid #fff !important;

}

.calendar-table table {
    border-bottom: 2px solid #ddd;
}

span.icon {
    margin-right: 5px;
}

.col-sm-12.backright {
    float: right;
    text-align: right;
}

@media (max-width: 991px) {
    .banner_section {
        position: relative;
        /* height: 120px !important; */
        overflow: hidden;
    }

}


@media (max-width: 767px) {
    .banner_section {
        position: relative;
        /* height: 120px !important; */
        overflow: hidden;
    }

    .owl-theme .owl-controls {
        display: none;
    }

    section,
    .tz-gallery {
        overflow: hidden;
    }

    section.banner_section img {
        height: 140px;
    }

}

.boxNew1 {
    height: 100%;
    padding-right: 30px;
}

.boxNew1 .single-box {
    border: 1px solid #058fd0;
}

.banner-slider .item {
    height: 392px;
}

.banner-slider img {
    min-width: 100%;
    min-height: 100%;
}

.top-logo.text-right img {
    background: #fff;
    padding: 0px;
    height: 75px;
    width: auto;
}

.sitemap-box-menu.sitemap-box-menu-main.sitemap-box h4 {
    text-align: left;
    padding-left: 25px;
}

.photos .col-md-4.item {
    margin-bottom: 15px;
}

ul.bullets {
    margin-left: 0px;
}

ul.bullets li a {
    margin-left: 0px;
    color: #000;
}

.glossaryTable .table-striped>tbody>tr:nth-child(even) {
    background: #fff;
}

.info-box h3 {
    font-size: 25px;
}

.MenuNav {
    margin: 0px auto;
}

.MenuNav ul li {
    list-style: none;
    display: inline-block;
}

/****************************/
h2.top__title {
    font-size: 24px;
    margin-top: 10px;
}

.top__title-highlight {
    font-weight: 700;
    color: #B4EEFF;
    background-image: -webkit-linear-gradient(1deg, #0753dd -5%, #2FB1C7 60%, #6796FF 80%, #7ECDFF 110%);
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    animation: 6s infinite alternate gradientAnimation
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.sldr-icon:hover path {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: draw-line 1.5s ease forwards
}

@keyframes draw-line {
    to {
        stroke-dashoffset: 0
    }
}

.introsection {
    padding: 15px 30px 10px 30px;
}

.aboutsection {
    padding-bottom: 100px;
}

.aboutsection .intropage {
    background: #fff;
}

.bottom__title-highlight {
    font-size: 18.2px;
    font-weight: 600;

}

.banner-slider .owl-dots {
    left: 40px;
    margin: auto 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.banner-slider .owl-dots .owl-dot {
    display: block !important;
    margin: 6px 0;
}

.introsection .owl-dots .owl-dot.active span,
.banner-slider .owl-dots .owl-dot.active span {
    border-color: #337ab7;
}

.introsection .owl-dots .owl-dot span,
.banner-slider .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    display: block;
    border-radius: 0;
    background-color: transparent;
    border: 3px solid #fff;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;


}

.introsection .owl-dots .owl-dot:hover span,
.introsection .owl-dots .owl-dot.active span,
.banner-slider .owl-dots .owl-dot:hover span,
.banner-slider .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.introsection .owl-dots {
    margin-top: -40px;
    z-index: 99;
    position: relative;
}

.boxNew {
    position: relative;
    z-index: 9999;
    top: 40px;
    position: absolute;
    right: 30px;
    width: 80%
}

.top_box {
    border-radius: 10px;
    padding: 30px 20px !Important;
    box-shadow: rgb(51 122 183 / 19%) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.headingStyle02 {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    color: #1e2357;
    margin: 0;
    position: relative;
}

.headingStyle02 h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 0px;
}

.intropage .left_border:before,
.intropage .left_border:after {
    left: 42px !important;
}

.headingStyle02:before {
    content: "";
    width: 90px;
    height: 2.5px;
    background: #337ab7;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: 0px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.daterangepicker .table-condensed th select {
    display: inline-block;
}

.calendar-table table th {
    background: #fff !important;
    color: #000 !important;
}

.button-1 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #fff;
    font-weight: 600;
    padding: 10px 38px;
    min-height: 42px;
    background: #00c5a7;
    background: #337ab7;
    border-radius: 0;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-transform: uppercase
}

/* .button-1:hover {
    background: #000;
    color: #fff
} */

.button-2 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #fff;
    font-weight: 600;
    padding: 10px 38px;
    min-height: 42px;
    background: #f2a755;
    background: #f2a755;
    border-radius: 0;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-transform: uppercase
}

/* .button-2:hover {
    background: #000;
    color: #337ab7;
    text-decoration: none !important;
    color: #fff;
} */

.button-3 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #fff;
    font-weight: 600;
    padding: 10px 38px;
    min-height: 42px;
    background: #17a2b8;
    background: #17a2b8;
    border-radius: 0;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-transform: uppercase
}

/* .button-3:hover {
    background: #000;
    color: #fff
} */
*/ input#btnSubmit {
    border-radius: 0px;
}


/*================================================
Boxes Area CSS
=================================================*/
.boxes-area {
    position: relative;
    background: url(../images/slider02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px 0px;
    z-index: 99;
    background-attachment: fixed;
}

.boxes-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); */
    /* background-image: -webkit-linear-gradient(0deg, rgb(235 236 236 / 95%) 0%, rgb(255, 255, 255) 100%); */
    /* background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); */
    background-image: -webkit-linear-gradient(0deg, rgb(14 15 16 / 86%) 0%, rgb(5 62 80 / 87%) 100%);
}



.single-box {
    text-align: center;
    padding: 20px 30px;
    background-color: #fffffff2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    position: relative;
    border: 1px solid #dddddd73;
    z-index: 1;
    overflow: hidden;
    height: 100%;
}

.single-box .icon {
    margin-bottom: 0px;
    background-color: #337ab7;
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-box .icon img {
    width: 50px;
    margin: 0px auto;
    padding-top: 10px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.single-box h3 {
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #337ab7;
}

.single-box h4 {
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
}

.single-box .details-btn:hover::before {
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.single-box:hover {
    /* -webkit-transform: translateY(-10px);
    transform: translateY(-10px); */
}

.listStyle ul {
    margin: 0px;
}

.listStyle ul li {
    position: relative;
    list-style: none;
    padding: 5px 0 5px 25px;
    font-size: 14px;
    margin: 0;
    line-height: 21px;
    color: #000 !important;
    text-align: left;
}

.listStyle ul li:after {
    position: absolute;
    top: 8px;
    left: 0;
    font: 16px/1 FontAwesome;
    content: "\f192";
    color: #337ab7;
}

.listStyle ul li a {
    color: #000;
}

.intropage {
    background: #f2f2f2;
    height: 100%;
    padding: 15px;
    height: 100%;
}

/****************/
section.sponsorsWrap.partner1 {
    padding: 0px 60px;
}

.logoStyle01 {
    position: relative;
    text-align: center;
    padding: 5px 10px;
    border: #f8f8f8 solid 1px;
    background: #fff;
    box-shadow: -1px 7px 12px 0 rgb(82 56 91/33%);
    margin: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.logoStyle01 figure {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.logoStyle01 figure img {
    max-width: 100%;
    max-height: 100%;
    width: unset !important
}

.partnersWrap {
    position: relative;
    padding: 30px 0
}

.LogoPanel figure {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.LogoPanel figure img {
    max-height: 100%;
    max-width: 100%;
    width: unset !important
}

/*******************  6. animate.css *******************/

@font-face {
    font-family: 'Flaticon';
    src: url('../fonts/Flaticon.eot');
    src: url('../fonts/Flaticon.eot#iefix') format('embedded-opentype'), url('../fonts/Flaticon.ttf') format('truetype'), url('../fonts/Flaticon.woff2') format('woff2'), url('../fonts/Flaticon.woff') format('woff'), url('../fonts/Flaticon.svg#Flaticon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

.partner1 .owl-carousel.Supporterlogo .owl-dots {
    display: none;
}

.partner1 .owl-carousel.Supporterlogo .owl-nav {
    display: block;
}

.partner1 .owl-carousel.Supporterlogo .owl-nav:hover {
    background: #007bff;
    color: #fff;
}

.partner1 .owl-carousel.Supporterlogo .owl-prev,
.partner1 .owl-carousel.Supporterlogo .owl-next {
    position: absolute;
    top: 30%;
}

.partner1 .owl-carousel.Supporterlogo .owl-prev {
    left: -60px;
}

.partner1 .owl-carousel.Supporterlogo .owl-next {
    right: -60px;
}

.partner1 .owl-carousel.Supporterlogo .owl-prev span,
.partner1 .owl-carousel.Supporterlogo .owl-next span {
    color: #000;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    display: flex;
    line-height: 40px;
    text-align: center;
    justify-content: center;

}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: transparent;
}

.page-title {
    position: relative;
    overflow: hidden;
    padding: 120px 0 130px;
    background-size: cover;
    background-position: center
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background-image: radial-gradient(at center right, #010a128c 50%, #000000c7 100%)
}

.section_page {
    padding: 30px 50px;
}

button#refresh-captcha {
    padding: 10px 12px;
    margin: 0px 4px;
}

/*****************/
.regFormWrap {
    position: relative;
    padding: 10px 0px;
    background: #f3f3f3bd;
}

.sectionTitleBG {
    background: #331131;
    padding: 70px 0px;
    position: relative;
}

.regFormWrapInner {
    padding: 20px 20px;
    border: #f8f8f8 solid 1px;
    background: #fff;
    box-shadow: -1px 5px 8px 0 #1e1d1d8c;
}

.regFormWrapInner form {
    padding: 20px 20px;
    background: #fff8f8;
}

.regFormWrapInner form label {
    display: flex;
    margin-bottom: 0.5rem;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    font-weight: 500;
    color: #52385b;
}

.regFormWrapInner form input {
    border: #c54d53 solid 1px;
    width: 80%;
    padding: 0px 20px;
    border-left: none;
    border-radius: 0px 4px 4px 0px;
}

.regFormWrapInner .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fcfcfc;
    text-align: center;
    white-space: nowrap;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    border-radius: 0.25rem;
    width: 40px;
    height: 40px;
}

.regFormWrapInner .fa {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}

.regFormWrapInner form p {
    color: #c54d53;
    font-weight: 600;
    text-align: center;
}

.regFormWrapInner figure {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    height: 100%;
}

.input-group .choices,
.choices input.choices__input {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

span.titlehindi {
    font-size: 23px;
}

.input-group .choices .choices__inner {
    min-height: 100%;
}

.section.mcb-section#iconbox {
    display: none !important;
}

.choices__list--dropdown {
    z-index: 2
}

h4.px-3.text-center.pb-4 {
    color: #17a2b8;
    font-weight: 600;
    margin: 0px;
}

h4.px-3.text-center {
    color: #17a2b8;
    font-weight: 600;
    margin: 0px;
}

p.account {
    font-weight: 600;
    margin-top: 10px;
}

.section_page .ms-rteTable-default p {
    margin-bottom: 0px;
}

/****************/
.line_Heading {
    background: #337ab7;
    padding: 0px 0px;
}

.line_Heading h4 {
    color: #fff;
    font-size: 16px;
    padding: 5px 0px;
}

ul.footer_menu_list {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin: 0px auto;
}

.footer_menu_list li {
    list-style: none;
    display: inline-block;
    text-align: center;
}

.footer_menu_list li a {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 0px 10px;
}

.button_list {
    padding: 5px 0px;
}

.registration {
    text-align: right;
    font-weight: 600;
    margin-bottom: 0px;
}

table.table.table-bordered.Education_table th {
    background: transparent;
    /* color: #000 !Important; */
    vertical-align: top;
}

table.table.table-bordered.Education_table th,
table.table.table-bordered.Education_table td {
    /* border: 1px solid #ced4da !important; */
}

.header .stripe {
    background-color: #337ab7 !important;
}

#main_container {
    min-height: 77.5vh;
}

.regFormWrap {
    position: relative;
    padding: 10px 0px;
    background: #ffffff;
    border-top: 4px solid #f3f3f3;
}

/* --------------------------------------------- */

<style>

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    /*height: 250px;*/
}

.carousel-inner .carousel-item>img {
    -webkit-animation: thing 6s;
    -o-animation: thing 6s;
    animation: thing 6s;
}

@keyframes thing {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.1, 1.1);
    }
}

.nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) .navbar-nav>li>a {}

.navbar-default {
    background-color: #337ab7;
    border-color: #337ab7;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
}

.navbar {
    border-radius: 0px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #000;
    background-color: transparent;
}

.carousel-inner img {
    height: 300px;
}

#column_left {
    background-color: #515151;
}

.nav-list li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #515151 !important;
    color: #9d9d9d;
}

.nav-list>li>a {
    color: #C4C4C4;
    font-size: 14px;
    padding-left: 13px !important;
    border-bottom: 1px solid #585858;
}

.nav-list>li>a:hover {
    background-color: #444444;
}

.sidebar-nav .nav>li>a {
    text-decoration: none;
    color: #fff;
}

.sidebar-nav .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #000;
}

.nav-list li a {
    padding: 5px 10px;
    font-size: 14px;
}

.nav-list li {
    width: 100%;
}

.navbar-nav li {
    padding: 0px 10px;
    border-right: 1px solid #fff;
    margin: 0;
}

.navbar-nav li:last-child {
    border-right: 0px;
    padding-right: 0px;
}

.child>a:before {
    border-color: transparent transparent transparent #868686;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: left;
    height: 0;
    margin-right: 0px;
    margin-top: 3px;
    width: 0;
}

.child>a:hover:before {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: left;
    height: 0;
    margin-right: 0px;
    margin-top: 3px;
    width: 0;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 0px;
    line-height: normal;
    vertical-align: middle;
}

.fa-plus {
    float: right !important;
}

.home_text_heading {
    color: rgb(0, 112, 192);
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 5px;
}

.nav-tabs .nav-link {
    color: #337ab7;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

.nav-tabs .nav-link.active {
    color: #495057;
}

.dataTables_wrapper td,
.dataTables_wrapper th,
.dataTables_wrapper font,
.dataTables_wrapper label,
.dataTables_wrapper span {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
}

button.dt-button,
button.dt-button,
div.dt-button,
div.dt-button,
a.dt-button,
a.dt-button {
    padding: 2px 10px;
}

.dataTables_filter input {
    width: 120px;
    height: 25px;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

.dataTables_wrapper .dataTables_filter input {
    padding: 0px 5px;
}

.dataTables_wrapper {
    padding-bottom: 10px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    display: flow-root;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.form-control {
    padding: 6px 9px;
    font-size: 14px;
}

.error {
    color: red;
}

.cake-error {
    display: none;
}

.button123 {
    display: inline-block;
    padding: 6px 12px;
    margin: 20px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 5px;
    color: #000;
    background-color: #b2b2b2;
    border-color: #969696;
}

.button123_loader {
    background-color: transparent;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #0ea4dd;
    border-bottom: 3px solid #0ea4dd;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    99% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    99% {
        transform: rotate(360deg);
    }
}

.collapse.in {
    display: block;
}

.sidebar-nav .nav>li>a.active {
    text-decoration: none;
    background-color: #eee;
    color: #000;
}

.child>a.active:before {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: left;
    height: 0;
    margin-right: 0px;
    margin-top: 3px;
    width: 0;
}

.customcheck {
    position: relative;
}

.customcheck input {
    display: none;
}

.customcheck input~.checkmark {
    background: #ee0b0b;
    width: 25px;
    display: inline-block;
    position: relative;
    height: 25px;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 10px;
}

.customcheck input~.checkmark:after,
.customcheck input~.checkmark:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background: #fff;
    left: 12px;
    top: 4px;
}

.customcheck input~.checkmark:after {
    transform: rotate(-45deg);
    z-index: 1;
}

.customcheck input~.checkmark:before {
    transform: rotate(45deg);
    z-index: 1;
}

.customcheck input:checked~.checkmark {
    background: #3d8a00;
    width: 25px;
    display: inline-block;
    position: relative;
    height: 25px;
    border-radius: 2px;
}

.customcheck input:checked~.checkmark:after {
    display: none;
}

.customcheck input:checked~.checkmark:before {
    background: none;
    border: 2px solid #fff;
    width: 6px;
    top: 2px;
    left: 9px;
    border-top: 0;
    border-left: 0;
    height: 13px;
    top: 2px;
}

@media print {

    body,
    div,
    span,
    p,
    td,
    th,
    font {
        font-family: verdana, arial, sans-serif;
        font-size: 16px;
    }

    b {
        font-weight: 900;
    }

    ;

    #dvContainer {
        min-width: 100%;
        min-height: 100%;
        font-family: verdana, arial, sans-serif !important;
    }

    .report-header {
        min-width1: 960px;
        min-height: 1450px;
        margin: 30px;
    }

    .print_font_12 {
        font-size: 12pt !important;
    }

    .print_font_14 {
        font-size: 14pt !important;
    }

    .print_font_16 {
        font-size: 16pt !important;
    }

    .print_font_18 {
        font-size: 18pt !important;
    }

    .print_font_24 {
        font-size: 24pt !important;
    }

    .print_line_height_22 {
        line-height: 22pt !important;
    }

    .print_line_height_24 {
        line-height: 24pt !important;
    }

    .print_line_height_26 {
        line-height: 26pt !important;
    }
}

body {
    font-size: 16px !important;
}

.font-12 {
    font-size: 14px !important;
}

p.mb-0 {
    font-size: 18px !important;
}

h4.my-1 {
    font-size: 22px !important;
}

.dataTables_wrapper td,
.dataTables_wrapper th,
.dataTables_wrapper font,
.dataTables_wrapper label,
.dataTables_wrapper span {
    font-size: 14px !important;
}

.btn {
    font-size: 12px !important;
    list-style: none;
    text-decoration: none;
}

.btn:hover {
    font-size: 12px !important;
    list-style: none;
    text-decoration: none;
}

.nav-list li a {
    font-size: 16px !important;
}

body,
td,
th,
font {
    font-size: 14px !important;
}

:root {
    --hue: 206;
    --sat: 100;
    --light: 30;
    --threshold: 65;
    --border-threshold: 80;
}

.panel-heading.text-center {
    --h: var(--hue);
    background: hsl(var(--h), calc(var(--sat) * 1%), calc(var(--light) * 1%));
    --switch: calc((var(--light) - var(--threshold)) * -100%);
    color: hsl(0, 0%, var(--switch));
    --border-light: calc(var(--light) * 0.7%);
    --border-alpha: calc((var(--light) - var(--border-threshold)) * 10);
    border: 0.2em solid hsla(var(--h), calc(var(--sat) * 1%), var(--border-light), var(--border-alpha));
    font-size: 16px !important;
}

#ben_finalize th,
#ben_finalize.tableData th {
    color: #fff !important;
    background: #004da1 none repeat scroll 0 0 !important;
    font-size: 14px !important;
}

.bodycolor {
    color: #fff;
    background-color: #000;
}

.headercolor {

    background-color: #6a6767;
}

.yellowtextcolor {
    color: #f4f400ad;
    font-size: 100px;
}

.underline_img {
    background-image: url(underline.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    right: 4px;
}

body {
    background-color: white;
    color: black;
}

.dark-mode {
    background-color: black;
    color: white;
}

.dark-mode a {
    color: #fff;
}

.intropage {
    background: #bddaf3;
}

#accessControl .contrastChanger.wob {
    #background-image: url(https://dbtscst.ncs.gov.in/webroot/a-dark.gif);
}

#accessControl .contrastChanger.normal {
    #background-image: url(https://dbtscst.ncs.gov.in/webroot/a-light.gif);
    margin: 0 5px;
}

#accessControl .contrastChanger.normal {
    #background-image: url(https://dbtscst.ncs.gov.in/webroot/a-light.gif);
    margin: 0 5px;
}

#accessControl .contrastChanger {
    background-repeat: no-repeat;
    overflow: hidden;
    /* text-indent: -9999px; */
    text-transform: capitalize;


    padding: 2px;
    margin: 0px;
    border: 0 none;
    outline: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background: #f2a755;
    font-size: 10px;
    /* font-family: 'Play', sans-serif; */
    font-family: 'Open Sans';
    border-radius: 6px;
    /* letter-spacing: 0.8px;*/
    cursor: pointer;
}

#accessControl input {
    float: left;
    height: 19px;
    background: 0 0;
    border: none;
    padding: 0;
    width: 22px;
    color: #4d4d4d;
    font-size: 13px;
}

.single-boxcolor {
    background: #221d1d;
    /*               border-color: none;*/
    border-color: yellow !important;
}

.singleboxborder {
    border-color: yellow;
}

/**=====================
    1.2 Typography CSS start
==========================**/
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.d-flex .flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-grow-1 h2 {
    font-size: 14px;
    font-weight: 600;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 50%;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    display: flex;
}