/* Global styles */
@import url('https://fonts.cdnfonts.com/css/satoshi');

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased!important;
    -webkit-transform: translate3d(1,1,1);
    transform: translate3d(1,1,1);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
:after,
:before {
    box-sizing: border-box;
}

html {
    font-family: 'satoshi', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'satoshi', sans-serif;
    color: #323232;
    background-color: #fff;
    font-size: 14px;
    overflow-x: hidden !important;
    /* background: url('../img/sports.png') repeat; */
}

::-moz-selection {
    color: #fff;
    background: #b30e24;
}

::selection {
    color: #fff;
    background: #b30e24;
}

[data-link-color="purple"] {
    color: #402C9F;
}

[data-flex-column="flexCol"] {
    -webkit-flex:1;
    -moz-flex:1;
    -moz-box-flex:1;
    -ms-flex:1;
    flex:1;
}

sup {
    text-transform: lowercase !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.is-focused [class*=" bmd-label"],
.is-focused [class^=bmd-label] {
    color: #402C9F !important;
}

.altura_minima {
    min-height: 100vh;
}

@media all and (min-width:992px) {
    .altura_minima {
        min-height: 100vh;
    }
}

.bmd-form-group .bmd-label-floating, 
.bmd-form-group .bmd-label-placeholder {
    top: 2.4999rem;
} 

.modal-open,
.modal-open .modal {
    padding: 0 !important;
}

.modal-content .modal-body {
    padding: 20px 24px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* a {
    color: #fff;
} */

:focus {
    outline: none !important;
}

::-moz-focus-inner {
    border: 0 !important;
}

.nullvoid {
    padding: 0;
}

.thmColorGold {
    background: #c49d49;
}

.thmColorPurple {
    background: #402C9F;
}

.gradnt_bg {
    background: linear-gradient(45deg, #402C9F 0%, #b30e24 100%);
    background: -webkit-linear-gradient(45deg, #402C9F 0%, #b30e24 100%);
}

.gradnt_bgBtn {
    background: linear-gradient(45deg, rgba(64, 44, 159, 1) 10%, rgba(179, 14, 36, 0.9) 100%);
    background: -webkit-linear-gradient(45deg, rgba(64, 44, 159, 1) 10%, rgba(179, 14, 36, 0.9) 100%);
    line-height: normal;
    border-radius: 3px;
    border: none;
    margin-bottom: 0;
    padding: 8px 12px;
    letter-spacing: 0.4px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    -webkit-box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    -moz-box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    -o-box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    -ms-box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    transition: 0.3s background linear;
    -webkit-transition: 0.3s background linear;
    -moz-transition: 0.3s background linear;
    -o-transition: 0.3s background linear;
    -ms-transition: 0.3s background linear;
}

.gradnt_bgBtn:hover {
    background: linear-gradient(45deg, rgba(64, 44, 159, 1) 10%, rgba(179, 14, 36, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(64, 44, 159, 1) 10%, rgba(179, 14, 36, 1) 100%);
}

.gradnt_bgBtnSm {
    background: linear-gradient(45deg, rgba(64, 44, 159, 1) 10%, rgba(179, 14, 36, 0.9) 100%);
    background: -webkit-linear-gradient(45deg, rgba(64, 44, 159, 1) 10%, rgba(179, 14, 36, 0.9) 100%);
    line-height: normal;
    border-radius: 3px;
    border: none;
    margin-bottom: 0;
    padding: 8px 12px;
    color: #fff !important;
    letter-spacing: 0.4px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    -webkit-box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    -moz-box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    -o-box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    -ms-box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    transition: 0.3s background linear;
    -webkit-transition: 0.3s background linear;
    -moz-transition: 0.3s background linear;
    -o-transition: 0.3s background linear;
    -ms-transition: 0.3s background linear;
}

.gradnt_bgBtnSm:hover {
    background: linear-gradient(45deg, rgba(64, 44, 159, 1) 10%, rgba(179, 14, 36, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(64, 44, 159, 1) 10%, rgba(179, 14, 36, 1) 100%);
}

.gradnt_bgBtn i,
.gradnt_bgBtnSm i {
    padding-left: 0.5rem;
}

.wrngGradnt_Btn {
    background: linear-gradient(45deg,#03a9f4,#33c0ff);
    background: -webkit-linear-gradient(45deg,#03a9f4,#33c0ff);
    line-height: normal;
    border-radius: 3px;
    border: none;
    margin-bottom: 0;
    padding: 8px 12px;
    color: #fff !important;
    letter-spacing: 0.4px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    text-decoration: none !important;
    box-shadow: 0 6px 20px 0 rgba(3, 169, 244, 0.5);
    -webkit-box-shadow: 0 6px 20px 0 rgba(3, 169, 244, 0.5);
    -moz-box-shadow: 0 6px 20px 0 rgba(3, 169, 244, 0.5);
    -o-box-shadow: 0 6px 20px 0 rgba(3, 169, 244, 0.5);
    -ms-box-shadow: 0 6px 20px 0 rgba(3, 169, 244, 0.5);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;    
}

.wrngGradnt_Btn:hover {
    background: linear-gradient(45deg,#03a9f4,#33c0ff);
    background: -webkit-linear-gradient(45deg,#03a9f4,#33c0ff);
    box-shadow: 0 3px 10px 0 rgba(3, 169, 244, 0.5);
    -webkit-box-shadow: 0 3px 10px 0 rgba(3, 169, 244, 0.5);
    -moz-box-shadow: 0 3px 10px 0 rgba(3, 169, 244, 0.5);
    -o-box-shadow: 0 3px 10px 0 rgba(3, 169, 244, 0.5);
    -ms-box-shadow: 0 3px 10px 0 rgba(3, 169, 244, 0.5);
}

.wrngGradnt_Btn i {
    padding-left: 0.5rem;
}

.dngerGradnt_Btn {
    background: linear-gradient(45deg,#f44336,#f4857d);
    background: -webkit-linear-gradient(45deg,#f44336,#f4857d);
    line-height: normal;
    border-radius: 3px;
    border: none;
    margin-bottom: 0;
    padding: 8px 12px;
    color: #fff !important;
    letter-spacing: 0.4px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    text-decoration: none !important;
    box-shadow: 0 6px 20px 0 rgba(244, 67, 54, 0.5);
    -webkit-box-shadow: 0 6px 20px 0 rgba(244, 67, 54, 0.5);
    -moz-box-shadow: 0 6px 20px 0 rgba(244, 67, 54, 0.5);
    -o-box-shadow: 0 6px 20px 0 rgba(244, 67, 54, 0.5);
    -ms-box-shadow: 0 6px 20px 0 rgba(244, 67, 54, 0.5);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;    
}

.dngerGradnt_Btn:hover {
    background: linear-gradient(45deg,#f44336,#f4857d);
    background: -webkit-linear-gradient(45deg,#f44336,#f4857d);
    box-shadow: 0 3px 10px 0 rgba(244, 67, 54, 0.5);
    -webkit-box-shadow: 0 3px 10px 0 rgba(244, 67, 54, 0.5);
    -moz-box-shadow: 0 3px 10px 0 rgba(244, 67, 54, 0.5);
    -o-box-shadow: 0 3px 10px 0 rgba(244, 67, 54, 0.5);
    -ms-box-shadow: 0 3px 10px 0 rgba(244, 67, 54, 0.5);
}

.dngerGradnt_Btn i {
    padding-left: 0.5rem;
}

.siteHeadings {
    position: relative;
    width: 100%;
    display: inline-block;
}

.siteHeadings h4 {
    text-transform: uppercase;
    color: #323232;
    font-weight: bold;
    position: relative;
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.siteHeadings h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #999;
}

/* For modals' common header */
.siteMdlDataHead {
    width: 100%;
    display: inline-block;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.siteMdlDataHead h1 {
    color: #323232;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    padding-bottom: 0.3rem;
}

.siteMdlDataHead h4 {
    font-size: 20px;
    color: #c49d49;
    margin: 0 0 10px;
    text-align: center;
}

.mdlListCol {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;    
}

.mdlListCol > li {
    -webkit-flex:1;
    -moz-flex:1;
    -moz-box-flex:1;
    -ms-flex:1;
    flex:1;
    text-align: center;
    padding: 0 20px 0 0;
}

.mdlListCol > li:last-child {
    padding-right: 0;
}

.slctnDiv {
    width: 100%;
    float: left;
    text-align: center;
}

.slctnDiv h4 {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.slctnDiv h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 40px;
    height: 2px;
    background: #323232;
}

.slctnDiv a {
    max-height: 156px;
    display: inline-block;
    overflow: hidden; /* Remove overflow hidden when using two columns in select sports modal */
    text-align: center;
    border-radius: 4px;
    cursor: default;
    pointer-events: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}

.slctnDivImgBorder {
    position: relative;
}

.slctnDivImgBorder:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: -10px;
    background: #c49d49;
}

.slctnDiv a img {
    width: 100%;
    display: block;
}

.sprtsMdlLink {
    margin-top: 10px;
}

.m_width span.multiselect-native-select .multiselect-container {
    min-width: 350px;
}

.select_break span.multiselect-native-select button.multiselect.dropdown-toggle {
    white-space: normal;
    text-align: left;
}
/* Global styles ends */

/* Css for modals customization starts from here */
.siteMdlHeader {
    border-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 0 !important;
}

.modal-fullscreen {
    padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
    padding: 0;
}

.modal-fullscreen .siteMdlCntnt {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 4px;
}

.siteMdlHeader .close {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #402C9F url(../img/cd-icon-close.svg) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    opacity: 1;
    background-position: center center;
    background-size: 90%;
}

.abtMdlTxtDIv p:last-child {
    margin-bottom: 0;
}
/* Css for modals customization ends here 

/* Css for AIPSCB Cluster bar starts from here */
.clstrBar {
    width: 100%;
    float: left;
    padding: 0.3rem 0;
}

.clstrBarCntnt {
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.clstrBarCntnt h1 {
    font-size: 0.875rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: unset;
}

.clstrBarCntnt > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none !important;
    background: rgba(255,255,255,0.5);
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 2px;
}

.usrNameMenuItem > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none !important;
    background: rgba(255,255,255,0.5);
    font-size: 13px;
    line-height: 20px;
    padding: 2px 10px;
    border-radius: 2px;
}
/* Css for AIPSCB Cluster bar ends here */

/* Css for top navbar starts from here */
.site_navholder {
    width: 100%;
    display: inline-block;
}

.site_logo {
    text-align: left;
}

.site_logo a {
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
    height: unset;
}

.site_logo a span {
    flex: 1 1 auto;
}

.site_logo a img {
    max-height: 70px;
}

.site_logo a span p {
    font-size: 18px;
    color: #c49d49;
    text-transform: uppercase;
    line-height: 16px;
    padding-left: 15px;
    font-weight: 500;
    margin: 0;
}

.nav_facebook a,
.nav_twitter a {
    color: #999;
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.nav_facebook a:hover {
    color: #3b5998 !important;
}

.nav_twitter a:hover {
    color: #55acee !important;
}

.site_nav {
    text-align: right;
    background: #fff;
}
 
.site_nav .navbar-light {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .site_nav .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        -ms-flex-pack: flex-end;
    }
}

.site_nav .navbar-light .navbar-collapse .navbar-nav > li {
    margin-left: 15px;
    display: inline-block;
    float: unset;
}

.site_nav .navbar-light .navbar-collapse .navbar-nav > li > a {
    padding: 0 0 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #323232;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}

.site_nav .navbar-light .navbar-collapse .navbar-nav > li > a:hover {
    color: #402C9F;
}

.site_nav .navbar-light .navbar-collapse .navbar-nav > li > a.active,
.site_nav .navbar-light .navbar-collapse .navbar-nav > li > a.active:focus,
.site_nav .navbar-light .navbar-collapse .navbar-nav > li > a.active:hover {
    background: transparent !important;
    color: #402C9F !important;
}

.site_nav .dropdown-menu .dropdown-item {
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.site_nav .dropdown-menu .dropdown-item.active, 
.site_nav .dropdown-menu .dropdown-item:active {
    background-color: inherit;
    color: #402C9F !important;
}

.clstrFullNav {
    width: 100%;
    float: left;
}
/* Css for top navbar ends here */

/* Css for fullscreen mega dropdown menu starts from here */
/* uncomment this css when fullscreen mega dropdown menu needed */
@media screen and (min-width: 992px) {  
    /* .navbar [data-drop-list="fullDrop"] {
        position: static;
    }
    
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        margin-top: -0.125rem;
    } */

    .site_nav .dropdown-menu {
        box-shadow: 0 6px 30px -2px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 6px 30px -2px rgba(0,0,0,0.1);
        -ms-box-shadow: 0 6px 30px -2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 6px 30px -2px rgba(0,0,0,0.1);
        -o-box-shadow: 0 6px 30px -2px rgba(0,0,0,0.1);
    }
}
/* Css for fullscreen mega dropdown menu ends here */

/* Css for new cluster navigation starts from here */
.clstrNavbar {
    background: #fff;
    text-align: center;
    padding: 0;
    flex-wrap: unset;
    box-shadow: 0px 0px 40px 0px rgba(82,63,105,0.1);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(82,63,105,0.1);
}

.clstrNavbar>.container {
    flex-wrap: unset;
}

.clstrLogo {
    text-align: center;
    padding: 0.625rem 0;
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.clstrLogo > a {
    max-width: 68px;
    overflow: hidden;
    display: inline-block;
}

.clstrLogo > a > img {
    display: block;
    width: 100%;
}

.clstrLogo p {
    text-align: left;
    padding-left: 0.9375rem;
    margin-bottom: 0;
}

.clstrLogo p a {
    color: #c49d49;
    text-decoration: none !important;
    line-height: normal;
    font-size: 1.4rem;
    font-weight: 500;
}
/* Css for new cluster navigation ends here */

/* Css for fixed top navbar starts from here */
.site_navholder.clstrNavbar.fixed_sitenav .clstrLogo > a {
    max-width: 45px;
}

.site_navholder.clstrNavbar.fixed_sitenav .clstrLogo p a {
    font-size: 1rem;
}

.fixed_sitenav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    padding: 0 1.5rem;
    box-shadow: 0px 0px 40px 0px rgba(82,63,105,0.1) !important;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(82,63,105,0.1) !important;
    -ms-box-shadow: 0px 0px 40px 0px rgba(82,63,105,0.1) !important;
    -moz-box-shadow: 0px 0px 40px 0px rgba(82,63,105,0.1) !important;
    -o-box-shadow: 0px 0px 40px 0px rgba(82,63,105,0.1) !important;
}

.fixed_sitenav .site_logo {
    text-align: center;
}

.fixed_sitenav .site_logo a {
    /*display: inline-block;*/
}

.fixed_sitenav .site_logo a img {
    max-height: 60px;
}
/* Css for fixed top navbar ends here */

/* Css for select sports starts from here */
.site_sprts {
    width: 100%;
    float: left;
    padding: 7rem 0 50px;
}

.slctSprtGlry {
    position: relative;
    width: 100%;
    float: left;
}

.slctSprtGlry > ul {
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.slctSprtGlry > ul > li {
    -webkit-flex:1;
    -moz-flex:1;
    -moz-box-flex:1;
    -ms-flex:1;
    flex:1;
    min-height: 0px;
    min-width: 0px;
    padding-right: 15px;
}

.slctSprtGlry > ul > li:last-child {
    padding-right: 0;
}

.glryGrid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.glryGrid figure {
    position: relative;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 0; 
    text-align: center;
    cursor: pointer;
}

.glryGrid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.5;
}

.glryGrid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.glryGrid figure figcaption::before,
.glryGrid figure figcaption::after {
    pointer-events: none;
}

.glryGrid figure figcaption,
.glryGrid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.glryGrid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.glryGrid figure h2 {
    font-weight: 300;
}

.glryGrid figure h2 span {
    font-weight: 800;
}

.glryGrid figure h2 {
    margin: 0;
    font-size: 1.7rem;
}

figure.glryEffect {
    background: rgba(58,52,42,0.7);
}

figure.glryEffect figcaption {
    padding: 1rem;
}

figure.glryEffect figcaption::before,
figure.glryEffect figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.glryEffect figcaption::before {
    top: 30px;
    right: 20px;
    bottom: 30px;
    left: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -o-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.glryEffect figcaption::after {
    top: 18px;
    right: 35px;
    bottom: 18px;
    left: 35px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.glryEffect h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.glryEffect .slctSprtMdlOpn {
    text-transform: none;
    opacity: 0;
    text-decoration: none !important;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

figure.glryEffect h2 {
    transform: translate3d(0,25px,0);
    -moz-transform: translate3d(0,25px,0);
    -o-transform: translate3d(0,25px,0);
    -ms-transform: translate3d(0,25px,0);
    -webkit-transform: translate3d(0,25px,0);
}

figure.glryEffect:hover h2 {
    transform: translate3d(0,-5px,0);
    -webkit-transform: translate3d(0,-5px,0);
    -moz-transform: translate3d(0,-5px,0);
    -o-transform: translate3d(0,-5px,0);
    -ms-transform: translate3d(0,-5px,0);
}

figure.glryEffect:hover .slctSprtMdlOpn {
    opacity: 1;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -o-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
}

figure.glryEffect img,
figure.glryEffect figcaption::before,
figure.glryEffect figcaption::after,
figure.glryEffect .slctSprtMdlOpn {
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    -ms-transition: opacity 0.35s, transform 0.35s;
}

figure.glryEffect:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.glryEffect:hover figcaption::before,
figure.glryEffect:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.glryEffect:hover figcaption::after,
figure.glryEffect:hover h2,
figure.glryEffect:hover p,
figure.glryEffect:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.sleepBox {
    display: none;
}
/* Css for select sports ends here */

/* Css for login form starts from here */
.login_form_title {
    width: 100%;
    padding: 2rem 8% 0;
    text-align: center;
}

.login_form_title h4 {
    font-weight: 600;
    font-size: 1.7rem;
    color: #402c9f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.LoginDiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 3rem 0;
}

@media all and (min-width: 992px) {
    .LoginDiv {
        min-height: 80vh;
        margin-top: 5rem;
    }
}

.LoginDiv form {
    margin-bottom: 0;
}

.login .login-box {
    background: #f9f9f9;
    box-shadow: 0 6px 30px -2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 6px 30px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 6px 30px -2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 6px 30px -2px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 6px 30px -2px rgba(0,0,0,0.1);
}

.login .login-box {
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
}

@media all and (min-width: 768px) {
    .login .login-box {
        min-width: 500px;
        max-width: 500px;
        width: 100%;
    }
}

.login .login-box .login-icon {
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: linear-gradient(45deg, rgba(64, 44, 159, 1) 10%, rgba(179, 14, 36, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(64, 44, 159, 1) 10%, rgba(179, 14, 36, 1) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -3rem;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);
}

.login .login-box .login-icon i {
    font-size: 50px;
    color: #fff;
}

.login .login-box .login-icon a {
    display: block;
    max-height: 100px;
    overflow: hidden;
    cursor: default;
    pointer-events: none;
}

.login .login-box .login-icon a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 100%;
    z-index: 2;
    border: 2px solid #474747;
}

.submitBtnLgoin {
    margin-top: 1rem;
}

.aftr_lgin {
    text-align: center;
    margin-bottom: 0;
}

.aftr_lgin label {
    margin: 10px 0 5px;
    font-size: 16px;
}

.login-form {
    padding: 3rem 8%;
    width: 100%;
    display: inline-block;
}

.login-form .form-textFilstyle {
    padding: 0.625rem;
} 

.gm-style .place-card-large {
    padding: 9px 4px 9px 11px;
    position: relative !important;
    margin-top: 33% !important;
}

.site_logn {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    max-width: 450px;
    position: relative;
    padding: 25px 25px 10px;
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    margin: 50px auto;
}

.site_logn .orja_lgin input {
    height: 50px;
    border-bottom: 2px solid #f16236;
}

.site_logn h4 {
    font-size: 24px;
    font-weight: 500;
    text-transform: unset;
    display: inline-block;
    border-bottom: 2px solid #f16236;
    padding-bottom: 6px;
}

.login_pic {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.login_pic a {
    vertical-align: middle;
    text-align: center;
    pointer-events: none;
    cursor: default;
}

.login_pic a img {
    width: 60%;
}

.siteLogin_btn {
    background: #f16236;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    border: none !important;
    box-shadow: 0 10px 30px 0 rgba(241, 98, 54, 0.4);
    -webkit-box-shadow: 0 10px 30px 0 rgba(241, 98, 54, 0.4);
    -moz-box-shadow: 0 10px 30px 0 rgba(241, 98, 54, 0.4);
    -o-box-shadow: 0 10px 30px 0 rgba(241, 98, 54, 0.4);
    -ms-box-shadow: 0 10px 30px 0 rgba(241, 98, 54, 0.4);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.siteLogin_btn:hover,
.siteLogin_btn:active,
.siteLogin_btn:focus {
    background: #f54812;
}

.part_listnav {
    width: 100%;
    float: left;
    padding: 10px 0;
    margin-bottom: 40px;
}

.hve_accnt {
    float: right;
    padding: 1.5rem 0;
}

.hve_accnt a {
    font-weight: 500;
    color: red;
    font-size: 16px;
}
/* Css for login form ends here */

/* Css for Registration page starts from here */
form#SecondaryDetails {
    margin-bottom: 0;
}

#register_form .custom-file-control, 
#register_form .form-control,
#register_form .bmd-form-group .checkbox label,
#register_form .bmd-form-group .radio label,
#register_form .bmd-form-group label {
    font-size: 0.875rem;
}

#register_form .form-group .slctFltngLbl {
    top: 2.6874rem;
    left: 4px;
}

#register_form .bmd-form-group .bmd-label-static,
#register_form .bmd-form-group.is-filled .bmd-label-floating,
#register_form .bmd-form-group .is-filled .bmd-label-floating,
#register_form .bmd-form-group.is-focused .bmd-label-floating,
#register_form .bmd-form-group .is-focused .bmd-label-floating {
    font-size: .75rem !important;
    top: 1rem !important;
}

#register_form .radio-inline + .radio-inline {
    margin-left: 10px;
}

#register_form .cstmRadio {
    height: calc(2.4375rem + 0.55rem);
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rgstrCstmSlct {
    -moz-appearance: menulist !important;
    -webkit-appearance: menulist !important;
    position: relative;
    background-image: -webkit-linear-gradient(bottom, #402C9F 2px, rgba(0, 150, 136, 0) 0%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, .26) 1px, transparent 0%) !important;
    background-image: -o-linear-gradient(bottom, #402C9F 2px, rgba(0, 150, 136, 0) 0%), -o-linear-gradient(bottom, rgba(0, 0, 0, .26) 1px, transparent 0%) !important;
    background-image: linear-gradient(to top, #402C9F 2px, rgba(0, 150, 136, 0) 0%), linear-gradient(to top, rgba(0, 0, 0, .26) 1px, transparent 0%) !important;
}

.rgstrCstmSlct::after {
    content: "";
    border-top: 0.3em solid #999;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 5px;
    height: 5px;  
}

/* .rgstrhHeadDiv {
    padding-bottom: 0.5rem;
    margin: 30px 0;
    border-bottom: 1px solid #ddd;
} */

.vwFnalEntry {
    width: 100%;
    padding-right: 1.25rem;
}

.rgstrFrmHead {
    padding: 0;
}

.rgstrFrmHead + .rgstrFrmHead {
    text-align: right;
}

.rgstrFrmHead h4 {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
    display: inline-block;
}

.rgstrFrmHead span {
    font-size: 1.3rem;
    padding-left: 0.5rem;
    color: #402C9F;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.formCOntanr {
    width: 100%;
    float: left;
    background-color: #ffffff;
    /* box-shadow: 0px 5px 15px 0px rgba(82, 63, 105, 0.08);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(82, 63, 105, 0.08); */
    border-radius: 12px;
    padding: 16px;
}

.formCOntanr .card {
    box-shadow: none;
}

.formCOntanr .card .card-header {
    padding: 0;
    border-bottom: none;
}

.formCOntanr .card .card-header a {
    padding: 1rem;
    margin-bottom: 1.25rem;
    display: block;
    color: #fff;
    text-decoration: none !important;
    font-size: 1.1rem;
    position: relative;
    background: linear-gradient(45deg,#402C9F,#303f9f);
    background: -webkit-linear-gradient(45deg,#402C9F,#303f9f);
    box-shadow: 0 8px 12px -2px rgba(64, 44, 159, 0.5);
    -webkit-box-shadow: 0 8px 12px -2px rgba(64, 44, 159, 0.5);
    -moz-box-shadow: 0 8px 12px -2px rgba(64, 44, 159, 0.5);
    -o-box-shadow: 0 8px 12px -2px rgba(64, 44, 159, 0.5);
    -ms-box-shadow: 0 8px 12px -2px rgba(64, 44, 159, 0.5);    
}

.formCOntanr .card .card-header a:after {
    font-family: 'FontAwesome';  
    content: "\f078";
    float: right;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transition: 0.3s transform ease;
    -webkit-transition: 0.3s transform ease;
    -moz-transition: 0.3s transform ease;
    -o-transition: 0.3s transform ease;
    -ms-transition: 0.3s transform ease;
}

.formCOntanr .card .card-header a[aria-expanded="true"]:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

.formCOntanr .card .card-body {
    padding: 1.25rem 0 0;
}

.rgstrtnFormRadio {
    padding: 1rem 0.9375rem 0;
}

.rgstrtnFormRadio span {
    display: inline-block;
    width: 100%;
}

.rgstrtnFormRadio p {
    padding: 0.3375rem 0 0;
    margin-bottom: 0;
}

.cstmRadio {
    margin-right: 2rem;    
}

.cstmRadio:last-child {
    margin-right: 0;
}

.rgstrtnForm {
    padding: 0 0.9375rem 3.5rem;
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.rgstrtnForm .form-group {
    -webkit-flex:0 0 50%;
    -moz-flex:0 0 50%;
    -moz-box-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    margin-bottom: -0.625rem;
    padding-right: 0.9375rem;
}

.rgstrtnForm .form-group .bmd-label-floating {
    font-size: 0.8rem;
    font-weight: 500;
}

.authrzedSintry .form-group .bmd-label-floating,
.nodlOfcrDtls .form-group .bmd-label-floating {
    font-size: 0.8rem;
    font-weight: 500;
}

.rgstrtnForm .form-group:nth-child(2n+0) {
    padding-right: 0;
}

.rgstrtnForm .form-group .form-control {
    font-size: 0.875rem;
}

.authrzedSintry,
.nodlOfcrDtls {
    position: relative;
    border: 1px solid #ddd;
    padding: 0 0.9375rem 2rem;
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.9375rem;
}

.authrzedSintry {
    margin: 0 0.9375rem 2.5rem;
}

.nodlOfcrDtls {
    margin: 0 0.9375rem 1.25rem;
}

.authrzedSintry h4,
.nodlOfcrDtls h4 {
    background: #fff;
    font-size: 1rem;
    color: #402C9F;
    padding: 0.325rem 0.5375rem;
    position: absolute;
    left: 1rem;
    top: -0.8rem;
    z-index: 1;
    margin-bottom: 0;
}

.authrzedSintry .form-group,
.nodlOfcrDtls .form-group {
    -webkit-flex:0 0 50%;
    -moz-flex:0 0 50%;
    -moz-box-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    padding-right: 0.9375rem;
    margin-bottom: 0.5rem;
}

.authrzedSintry .form-group:nth-child(3n+0),
.nodlOfcrDtls .form-group:nth-child(3n+0) {
    padding-right: 0;
}

.authrzedSintry .form-group .form-control,
.nodlOfcrDtls .form-group .form-control {
    font-size: 0.875rem;
}

.regstrFrom_table {
    margin: 0 0 1.25rem;
}

.regstrFrom_table .vuetable-pagination {
    background: #fff !important;
    float: left;
    width: 100%;
    padding: 0 0.9375rem;
}

.regstrFrom_table .table-responsive .table {
    margin-bottom: 1.25rem;
    background: #f9f9f9;
    /* border-bottom-left-radius: 4px; */
    /* border-bottom-right-radius: 4px; */
}

.regstrFrom_table .table-responsive .table thead {
    background: linear-gradient(45deg,#402C9F,#303f9f);
    background: -webkit-linear-gradient(45deg,#402C9F,#303f9f);
    box-shadow: 0 8px 12px -2px rgba(64, 44, 159, 0.5);
    -webkit-box-shadow: 0 8px 12px -2px rgba(64, 44, 159, 0.5);
    -moz-box-shadow: 0 8px 12px -2px rgba(64, 44, 159, 0.5);
    -o-box-shadow: 0 8px 12px -2px rgba(64, 44, 159, 0.5);
    -ms-box-shadow: 0 8px 12px -2px rgba(64, 44, 159, 0.5);
}

.regstrFrom_table .table-responsive .table thead tr th {
    color: #fff;
    padding: 0.9375rem;
    vertical-align: middle;
    /*white-space: nowrap;*/
}

.regstrFrom_table .table-responsive .table tbody tr td {
    border-top: none;
    padding: 0.9375rem;
    vertical-align: middle;
    white-space: nowrap;
}

.regstrFrom_table .table-responsive .table tbody tr.highlight_row_red td {
    background: #ffddd3 !important;
    border-bottom: 2px solid #fff;
}

.regstrFrom_table .table-responsive .table tbody tr.highlight_row_green td {
    background: #dbefdc !important;
    border-bottom: 2px solid #fff;
}

a.tbleProflePIc {
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    pointer-events: none;
    cursor: default;
}

a.tbleProflePIc span {}

a.tbleProflePIc span:first-child {
    margin-right: 0.625rem;
    width: 48px;
    height: 48px;
}

a.tbleProflePIc span img {
    width: 48px;
    height: 48px;
    border-radius: 3px;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
    -o-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
    -ms-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
}

.regstrFrom_table .table-responsive .table tbody tr td textarea {
    height: 50px;
}

.regstrFrom_table .table-responsive .table tbody tr td .custom-select-sm {
    font-size: 0.8125rem;
}

.regstrFrom_table .table-responsive .table tbody tr td .custom-select-sm:focus {
    border-color: #402C9F;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(64, 44, 159, .5);    
}

.fnalSbmtModl .modal-header {
    color: #402C9F;
}

.fnalSbmtModl .modal-header .modal-title {
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.fnlSbmtInput {
    display: inline-block;
    width: 100%;
    height: calc(2.4375rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .26);
    border-radius: .125rem;
}

.fnalSbmtModl .modal-header .close {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #402C9F url(../img/cd-icon-close.svg) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    opacity: 1;
    background-position: center center;
    background-size: 90%;
    margin: -2.6rem -2.2rem 0 0;
}

.fnalSbmtModl .modal-body {}

.fnalSbmtModl .modal-footer {
    padding: 10px 18px 18px;
}

.final_submsion {
    border: 1px solid #ddd;
    padding: 2rem;
    margin-top: 2rem;
    border-radius: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    -ms-flex-pack: space-between;
}

.final_submsion p {
    font-size: 1.3rem;
    margin-bottom: 0;
}

.dsclmrList {
    margin: 0;
    padding-left: 2rem;
    list-style-type: circle;
}

.dsclmrList li {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-bottom: 0.2rem;
}

.fnalRsltDiv {
    background: #fff;
    /*padding-top: 2rem;*/
}

.fnalRsltTable {
    width: 100%;
    /*width: 49%;*/
    float: left;
}

.fnalRsltTable h4 {
    font-size: 1.25rem;
    color: #402C9F;
    margin-bottom: 1.25rem;
}

.fnalRsltTable .table {
    background: #f9f9f9;
}

.fnalRsltTable .table thead tr {
    background: linear-gradient(75deg, rgba(64, 44, 159, 1) 30%, rgba(179, 14, 36, 0.9) 100%);
    background: -webkit-linear-gradient(75deg, rgba(64, 44, 159, 1) 30%, rgba(179, 14, 36, 0.9) 100%);
    box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    -webkit-box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    -moz-box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    -o-box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
    -ms-box-shadow: 0 6px 20px 0 rgba(64, 44, 159, 0.5);
}

.fnalRsltTable .table thead tr th {
    color: #fff;
}

.fnalRsltTable .table thead tr th,
.fnalRsltTable .table tbody tr td {
    vertical-align: middle;
}

.fnalRsltTable + .fnalRsltTable {
    margin-left: 1rem;
}

.fnalRsltPrntTxt {
    width: 100%;
    float: left;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 2rem;
    padding: 20px;
}

.fnalRsltPrntTxt span {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 2rem;
    color: #000;
}

.fnalRsltPrntTxt a {
    display: inline-block;
    color: #000;
    font-weight: 500;
}

label.translablRadio {
    padding-left: 0;
    margin-right: 1rem;
    margin-bottom: 0;
    cursor: pointer;
    color: #000;
    font-family: 'Arial';
}

label.translablRadio:last-child {
    margin-right: 0;
}

label.translablRadio input[type=radio] {
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
    z-index: unset;
}
/* Css for Registration page ends here */

/* Column management for registration page table starts from here */
.regstrFrom_table .table-responsive .table thead tr th:nth-child(1) {
    width: 5rem;
}

.regstrFrom_table .table-responsive .table thead tr th:nth-child(2) {
    width: 6rem;
}

.regstrFrom_table .table-responsive .table thead tr th:nth-child(3) {
    width: 8rem;
}

.regstrFrom_table .table-responsive .table thead tr th:nth-child(4) {
    width: 18.3125rem;
}

.regstrFrom_table .table-responsive .table thead tr th:nth-child(5) {
    width: 6rem;
}

.regstrFrom_table .table-responsive .table thead tr th:nth-child(6) {
    width: 5.2rem;
}

.regstrFrom_table .table-responsive .table thead tr th:nth-child(7) {
    width: 9rem;
}

.regstrFrom_table .table-responsive .table thead tr th:nth-child(8) {
    width: 10rem;
}
/* Column management for registration page table ends here */

/* Css for contact section starts from here */
.site_contact {
    width: 100%;
    float: left;
    background: #f4f4f4;
    padding: 15px 0;
    margin-top: 50px;
}

.ftrCntctList {
    width: 100%;
    float: left;
}

.ftrCntctList > ul {
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.ftrCntctList > ul > li {
    -webkit-flex:1;
    -moz-flex:1;
    -moz-box-flex:1;
    -ms-flex:1;
    flex:1;
}

.leftFter {
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.leftFter > a {
    overflow: hidden;
    max-width: 70px;
    display: inline-block;
    text-align: center;    
}

.leftFter a img {
    display: block;
    width: 100%;
}

.leftFter span {
    padding-left: 1.25rem;
}

.leftFter span p {
    margin: 0;
    font-size: 0.8125rem;
}

.rgtFter {
    text-align: right;
}
/* Css for contact section ends here */

/* Css for to navbar of login and registration pages starts from here */
.lginLogo {
    width: 100%;
    float: left;
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
/* Css for to navbar of login and registration pages starts from here */

/* Css for back to top button starts from here */
.cd-top {
    visibility: hidden;
    opacity: 0;
    width: 47px;
    height: 47px;
    background: linear-gradient(270deg, #2A1647 0%, #7942D1 100%);
    /* background: -webkit-linear-gradient(45deg, rgba(64, 44, 159, 1) 10%, rgba(179, 14, 36, 0.9) 100%); */
    position: fixed;
    bottom: 2.2rem;
    right: 10px;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    border-radius: 50%;
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 8px 20px -6px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.4);
    -o-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.4);
}

.cd-top i {
    line-height: normal;
    text-align: center;
    color: #fff;
    margin-top: -4px;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}
/* Css for back to top button ends here */

.clstrBarCntnt ul li .dropdown-toggle {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none !important;
    background: #000;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 2px;
}

.clstrBarCntnt ul li .dropdown-menu > ul > li {
    margin-bottom: 0.5rem;
}

.clstrBarCntnt ul li .dropdown-menu > ul > li:last-child {
    margin-bottom: 0;
}

.clstrBarCntnt ul li .dropdown-menu > ul > li > a.nav-link {
    font-size: 14px;
    padding: 0 1rem;
    text-transform: unset;
}

.clstrBarCntnt ul li .dropdown-menu > ul > li > a.nav-link:hover {
    color: #402C9F;
}

.sve_orgdtls {
    justify-content: flex-end;
}

@media all and (max-width: 576px) {
    .sve_orgdtls {
        justify-content: center;
    }
}

/* #Start Download App Button css Written by Kumar on 15-January-2020 */
.download_app {
    width: 100%;
    margin: 50px 0;
}

.download_app h4 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.download_app>ul {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

.download_app>ul>li {
    line-height: 1;
    font-size: 14px;
}

.download_app>ul>li>a {
    display: block;
    max-width: 150px;
    width: 100%;
    overflow: hidden;
}

.download_app>ul>li>a>img {
    width: 100%;
    height: 100%;
}

@media all and (max-width: 480px) {
    .download_app>ul>li>a {
        width: 120px;
    }
}

/** Login Page Captcha **/
.g-recaptcha {
    -webkit-transform:scale(1);
    -webkit-transform-origin:0 0;
}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform:scale(.9);
        transform-origin:0 0;
    }
}

/* #End Download App Button css */