.rounded-lg,
.right-section .top_bar a {
    border-radius: 5px;
}
.sponsor-logo .mr-3:nth-child(2),
.mobile-sozial,
.mobile-menu,
#footer,
#main-header,
.topnav,
.scroll-down,
.mobile-title {
    display: none;
}
.dashboard-page .table-data thead th {
    background-color: #c9dfed;
}
.dashboard-page .card {
    background-color: #0d2739 !important;
}
.dashboard-page span,
.dashboard-page .text-gray-600 {
    color: #fff ;
}
.dashboard-page h3.relative span{
    color: #fff;
}
.dashboard-page h3 span,
.dashboard-page tr span {
    color: #0d2739;
}
.dashboard .table-data:not(.dataTable) tbody td {
        background-color: #fff;
}
.dashboard-ostad .border-teal-500 {
    font-size: 10px;
    padding: 7px;
}
.dashboard-ostad .vue-slider-rtl .vue-slider-mark-label {
    color: #fff;
}
.dashboard-ostad .vue-slider-process {
    background-color: #e24236;
}
.dashboard-ostad .vue-slider-dot-tooltip-inner {
    border-color: #8dd0c6;
    background-color: #8dd0c6;
}
.dashboard-ostad .text-gray-700 span {
    color: #fff;
}
.hashtag { 
    text-align: right;
}

.left-section .content__wrapper .content { 
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
}

.right-section .content__wrapper{ 
    width: 100%;    
}
.right-section .content {
    width: 80%;  
}

.hashtag p{
    display: inline-block;
    padding: 5px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
}
.hashtag span{ 
    float: right;
    padding-left: 5px;
}

.gap-div {
    height: 10px;
    width: 100%;
}

.gap-div-30 {
    height: 30px;
    width: 100%;
}

.right-section a.register {
    margin-top: 0;
    width: 300px;
}

.right-section .bottom_bar {
    margin-bottom: 20px;
    margin-top: 50px;
} 

.left-section .bottom_bar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.login-icon {
    vertical-align: inherit;
    padding-left: 50px;
}
.video-modal {
    display: none;
    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 0;
    width: 150px;
    height: 120px;
    opacity: 1;
    border: none;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -70px 0 0 -75px;
    transition: all ease 0.3s;
}
.video-modal i{
    font-size: 40px;
    padding-top: 15px;
    display: block;
}
.video-modal:hover {
    opacity: 1;
}
#play-btn {
    font-size: 65px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 0;
    width: 150px;
    height: 120px;
    opacity: 0.35;
    border: none;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -70px 0 0 -75px;
    transition: all ease 0.3s;
}

#play-btn:hover {
    opacity: 1;
}

.right-section a.login, .right-section a.register {
    padding-top: 22px;
}

.right-section a.login {
    width: 145px;
    margin-left: 10px;
}

.text-base {
    font-size: 13px;    
}
.sponsor-logo img {
    height: 37px;
    width: 37px;
}

/*.sponsor-logo .cs-on {
    width: 43px;
    margin-top: 5px;
    height: 28px;
}  */

.social-media a {
    display: inline-block;    
    font-size: 10px;
}
.social-media .mr-3 {
    margin-right: 5px;
}

.social-media img {
    max-width: 25px;
}

.description-text {
    font-size: 1.1rem;
}

.copyright-text {
    font-size: 11px;
    font-weight: 700;
}

@media (min-width: 1280px){
    .right-section .content .item {
        width: 150px;
        height: 150px;
        margin-bottom: -10px;
    }
    .right-section .content {
        width: 470px;
    }
    .right-section .content .item a img {
        width: 40px;
    }
    .right-section .content .item a div {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .right-section .bottom_bar {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .scroll-down {
        display: block;
    }
    .right-section a.login {
        width: 300px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .top_bar {
        text-align: center;
    }
    #play-btn,
    .intro-video {
        display: none;
    }
    .right-section a.register {
        margin-left: 10px;
    }
    #myVideo {
        max-width: 100%;
    }
    .video-modal {
        display: block;
    }
    .left-section .bottom_bar {
        bottom: 70px;
    }
}

/* Contact Us */

.right-section .content .item__wrapper .item {
    font-size: 14px;    
}
.icon__wrapper img {
    max-width: 64px;
}

.mt-120 {
    margin-top: 120px;
}

.icon-holder {
    position: absolute;
    right: 20px;
    background-color: #0d2739;
    margin-top: -7px;
    border-radius: 5px;
    height: 103px;
    width: 75px;
}

.icon-holder i{
    font-size: 24px;
    color: #ebdeb8;
    margin: 40px 22px 0 0;
}

#myVideo {
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 50%; 
  min-width: 50%; 
  min-height: 100%;
}

@media (min-width: 576px){
    .right-section .content .item__wrapper .item {
        margin-bottom: 35px;
        transition: all ease 0.3s;
    }
    .right-section .content .item__wrapper:first-child .item {
        margin-bottom: 35px;
    }
    .right-section .content .item__wrapper .item {
        height: 120px;
        padding: 20px;
        padding-right: 160px;
    }
    .right-section .content .item__wrapper .icon__wrapper {
        height: 135px;
        width: 135px;
        transition: all ease 0.3s;
    }
    .right-section .content .item__wrapper .icon__wrapper:hover {
        box-shadow: 5px 5px 10px rgba(30,30,30,0.3);
    }
    .right-section .content .item__wrapper .icon__wrapper img {
        transition: all ease 0.3s;
    }
    .right-section .content .item__wrapper .icon__wrapper:hover img {
        min-width: 70px !important;
    }
}

@media (min-width: 1024px) {
    .left-section .ali_pirhani {
        font-size: 40px;
        padding-right: 90px;
        padding-left: 40px;
    }
}

@media (max-width: 480px) {
    .icon-holder {
        width: 64px;
    }
    .grecaptcha-badge {
        display: none !important;
    }
    .icon-holder i{
        margin: 40px 0 0 0;
    }
    .left-section .ali_pirhani {
        font-size: 35px;
        padding-right: 50px;
    }
    .right-section .content .item {
        width: 100px;
        height: 110px;
        padding: 4px;
    }
    .right-section .content {
        width: 90%;
    }
}


/* Infographic */
.infographic p {
    font-size: 12px;
}

.mt-50 {
    margin-top: 50px;
}

.icon-infographic {
    background-color: #8dd0c6 !important;
}

@media (min-width: 576px){
    .right-section .content .infographic .item {
        height: 85px;
        padding-right: 110px;
    }
    .right-section .content .infographic .icon__wrapper {
        height: 100px;
        width: 100px;
    }
    .right-section .content .infographic:first-child .item {
        margin-bottom: 25px;
    }
    .right-section .content .infographic .item {
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .right-section .content .infographic:first-child .item {
        margin-bottom: 30px;
    }
    .right-section .content .infographic .item {
        margin-bottom: 30px;
    }
}

/* Register */

.bg-bubbles {
    background: #ebdeb8;
}

.package__item {
    min-height: 180px;
}
.bg-white {
    border-radius: 5px;
    box-shadow: -20px 11px 20px rgba(30,30,30,0.15);
    min-height: 180px;
}
.btn-primary {
    border-radius: 5px;
    padding: 10px 25px;
}

.register-div .col-md-8{
    width: 100%;
    right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 3;
}

.register-div .row{
    width: 100%;
    right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
} 

.register-div span {
    font-size: 15px;    
}
.cart-page svg,
.profile svg,
.interview-style svg,
.packages-style svg{
        transform: rotate(180deg);
}

.cart-page .text-left,
.profile .text-left,
.interview-style .text-left,
.packages-style .text-left {
    text-align: right;
}
.interview-style h3.text-blue-200,
.interview-style .text-left {
    display: none;
}
.relative > .text-left {
    display: block;
}
.packages-style .container-full > .text-left {
    display: none;
}
.packages-style .package__item-wrapper {
    z-index: 1;
    min-height: 180px;
}
.package__item-wrapper {
    transition: all ease 0.3s;
}
.display-none {
    display: none;
}
.package__item-wrapper:hover {
    transform: scale(1.05);    
}
.package__item .btn-cart {
    border-radius: 5px;
    background-color: #0d2739;
    color: #fff;
}
.package__item .btn-cart:hover {
    background-color: #c9dfed;
    color: #0d2739;
}
.mx-panel-date {
    max-height: 300px;
}

.register-div svg {
    width: 120px !important;
    height: 50px !important;
} 

.form-holder {
    padding: 20px 10px 10px;    
}

.chk-login {
    width: 40% !important; 
    padding-top: 12px;
}

.chk-login-2 {
    width: 40% !important;    
    padding: 10px;
}

.login-btn {
    width: 100% !important;    
}
.c-btn {
    float: left;
    font-size: 13px;
    color: #333;
    font-weight: bold;
}

.chk-login-btn {
    width: 100%;
}

.no-padding {
    padding: 0 !important;    
}

.header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height:74%;
    background-color: #ebdeb8;
    /*background-image: linear-gradient(#ff9d2f, #ff6126);*/
    transform: skewY(-9deg);
    transform-origin: top left;
}
.right-section .top_bar {
    z-index: 2;
}
.left-desc{
    max-width: 75%;
    border-right: 2px solid #333;
    padding: 0px 15px;
}
.w-75 {
    max-width: 67%;
    margin-top: -30px;
}
#register .container {
    max-width: 1024px;   
}

.mobile-menu span{
        color: #f7f7f7;
}
.m-t-40 {
    margin-top: -40px;
}
/*.right-section .top_bar a>:after, 
.right-section .top_bar a>:before,
.right-section .top_bar a:after, .right-section .top_bar a:before {
    background-color: #0c2639;
}

.top_bar span{
        color: #f7f7f7;
}
*/
.margin-balance {
    margin-top: 100px;
    margin-bottom: 60px;
}
.hide-on-xl {
    display: none;
}
.v-pagination {
    float: right;
}
.dashboard .table-data:not(.dataTable) tbody td:hover{
    color: #333 !important;
}
@media (max-width: 480px) {
    .margin-balance {
        margin-top: 0;
        margin-bottom: 0;
    }
    .no-margin-sm {
        margin-right: 0;
    }
    .hide-on-xl {
        display: block;
    }
    .header__bg,
    .leading-loose svg,
    .hide-on-sm {
        display: none;
    }
    .mobile-sozial {
        display: block;
        bottom: 0 !important;
        width: 100%;
        background: #0c2639;
        padding: 10px;
        margin: 0 !important;
        color: #ebdeb8;
    }
    .leading-loose {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .mobile-menu {
        display: inherit;
    }
    .register-div .row{
        width: 100%;
    } 
    .left-desc {
        border-right: 2px solid #333;
        max-width: 84%;
        margin-right: 35px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .left-desc p{
        color: #333;
        text-align: justify;
    }
    .m-t-40 {
        margin-top: 0;
    }
    .w-75 {
        display: none;
    }
    .mobile-menu span {
        color: #0c2639;
    }
}


/* Packages */

#navigation {
    background-color: transparent;
    color: #333;
}

.text-blue-300 {
    color: #0d2739;
}
.cart-page .progress-tracker,
.profile .progress-tracker,
.interview-style .progress-tracker,
.packages-style .progress-tracker{
    text-align: right;
    padding-right: 0;
    padding-left: 0;
    direction: rtl;
}
.cart-page .progress-tracker li,
.profile .progress-tracker li,
.interview-style .progress-tracker li,
.packages-style .progress-tracker li {
    margin-left: -.375em;
    margin-right: auto;
    direction: rtl;
}
.cart-page .progress-tracker li>span,
.profile .progress-tracker li>span,
.interview-style .progress-tracker li>span,
.packages-style .progress-tracker li>span {
    right: -3em;
    left: auto;
}

.cart-page .progress-tracker li:after,
.profile .progress-tracker li:after,
.interview-style .progress-tracker li:after,
.packages-style .progress-tracker li:after {
    right: -4px;
    left: auto;
}
.progress-tracker li.completed:after,
.packages-style .btn-primary {
    background-color: #0E283B;
    border-color: #0E283B;
}

.packages-style .btn-primary span{
    color: #fff !important;
    text-align: center;
}

.packages-style .btn-primary:hover {
    opacity: 0.9;
    background-color: #c9dfed !important;
    border-color: #c9dfed !important;
}
.packages-style .btn-primary:hover span {
    color: #0d2739 !important;
}

.cart-page .progress-tracker li.completed,
.profile .progress-tracker li.completed,
.interview-style .progress-tracker li.completed,
.packages-style .progress-tracker li.completed {
    border-bottom-color: #0d2739;
}
.cart-page .progress-tracker li.current:after,
.profile .progress-tracker li.current:after,
.interview-style .progress-tracker li.current:after,
.packages-style .progress-tracker li.current:after {
    background: #0d2739;
    border-color: #0d2739;
}
.cart-page .progress-tracker li.completed:after,
.profile .progress-tracker li.completed:after,
.interview-tracker .progress-tracker li.completed:after{
    background: #0d2739;
}
.text-blue-200,
.cart-page .progress-tracker li.current>span,
.profile .progress-tracker li.current>span,
.interview-style .progress-tracker li.current>span,
.packages-style .progress-tracker li.current>span{
    color: #0d2739;
}
.text-xs {
    font-size: 10px;
}
.packages-style .title__wrapper {
    background: #0d2739;
    color: #fff;
}

.packages-style .package__item .body {
    background-size: 55%;
    background-position: center center;
    background-color: #fff;
    margin: 0;
    padding: 10px;
}

.packages-style .justify-between {
    padding: 10px;
    background-color: #f7f7f7;
}
.interview-style table.mx-panel.mx-panel-date th {
    background-color: #0d2739;
}
.interview-style table.mx-panel.mx-panel-date th:after {
    font-family: IRANYekan,sans-serif;
    color: #fff;
}
.profile .progress-tracker li.completed:after
.interview-style .progress-tracker li.completed:after {
    background-color: #0d2739;
}
.bg-purple-300,
.interview-style .bg-blue-500 {
    background-color: #0d2739;
    color: #fff;
}
.profile .progress-tracker li.completed:after {
    background: #0d2739;
}
.interview-style .modal-body{
    max-height: 500px;
    border-radius: 5px;
}
.profile .md\:py-32 {
    padding-top: 3rem;
}
.profile .col-md-8 {
    width: 50%;
    right: 6%;
}
.profile-desc p {
    font-size: 13px;
}
.chk-login label {
    font-size: 11px;
}
.sidebar-profile {
    width: 30%;
    position: absolute;
    top: 18%;
    left: 150px;
}
.profile .py-16{
    padding: 2rem !important;
}
.sidebar-profile p{
    border-right: 2px solid #555;
    padding-right: 10px;
    padding-top: 10px;
}

@media (max-width: 480px) { 
    .profile .col-md-8 {
        width: 90%;
    }
    .sidebar-profile {
        width: 90%;
        position: relative;
        margin: 0 auto;
        left: 0;
        margin-bottom: 30px;
    }
    .sidebar-profile p{
        text-align: justify;
    }
    .form-holder label {
        display: none;
    }
    .sidebar-profile img{
        display: none;
    }
    .steps-me {
        border-bottom: 1px solid #555;
    }
    .steps-me a {
        padding: 10px 15px;
    }
    .steps-me span {
        color: #0d2739;
    }
    .steps-me {
        border-bottom: 1px solid #555;
    }
    .steps-me a {
        padding: 10px 15px;
    }
    .steps-me span {
        color: #0d2739;
    }
    .hashtag {
        text-align: center;
    }
    .profile #backButton:before,
    .interview-style #backButton:before,
    .packages-style #backButton:before {
        content: 'بازگشت';
        position: absolute;
        top: 4px;
        right: -85px;
        font-size: 13px;
    }
}
.logout {
    padding: 10px;
    color: #fff;
    font-weight: bold;
    background: #e24236;
    border-radius: 5px;
    cursor: pointer;
}
.logout-part {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10;
}
.logout-icon {
    vertical-align: middle;
    padding-left: 10px;
}
.packages-style .center{
    right: 35%;
    left: auto;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    color: black;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
}
.packages-style .mb-3{
    max-width: 175px;
    margin: 5px;
    display: inline-block;
}
.packages-style .btn-age,
.packages-style .btn-language {
    max-width: 175px;
    margin: 5px;
}
.packages-style .p-sidebar {
    width: 30%;
    position: absolute;
    top: 52%;
    left: 150px;
    transform: translateY(-50%); 
}
@media (min-width: 1280px){
    .packages-style .container {
        max-width: 1084px;
    }
}
.packages-style .p-sidebar p{
    border-right: 2px solid #555;
    padding-right: 10px;
    padding-top: 10px;
}
.interview-style .container-full {
    margin-bottom: 110px;
}
.packages-style .container-full {
    margin-bottom: 110px;
}
.packages-style .p-sidebar img{
    max-width: 270px;
    float: left;
}
.footer-pages {
    bottom: 0;
    z-index: 9;
    position: fixed;
    width: 100%;
    padding: 10px;
    background: #0d2739;
}
.footer-pages .copyright-text {
    color: #ebdeb8;
    display: block;
}
.f-left {
    float: left;
}
.bag_section {
        display: block;
        width: 20%;
        position: absolute;
        left: 22px;
        top: -20px;
    }
    .packages-style .title__wrapper {
        width: 68%;
    }
    .price__section .font-bold {
        padding-top: 85px;
    }
@media (max-width: 480px) { 
    .packages-style .p-sidebar {
        width: 90%;
        position: relative;
        margin: 0 auto;
        left: 0;
    }
    .interview-style .container-full {
        margin-bottom: 0;
    }
    .packages-style .p-sidebar img {
        display: none;
    }
    .packages-style .center {
        margin-top: 90px;
        margin-right: 50px;
        position: relative;
    }
    .bag_section {
        display: block;
        width: 20%;
        position: absolute;
        left: 22px;
        top: -20px;
    }
    .packages-style .title__wrapper {
        width: 68%;
    }
    .price__section .font-bold {
        padding-top: 85px;
    }
    .text-xs {
        font-size: 12px;
    }
    .language-section {
        margin-bottom: -40px !important;
    }
    .package-section {
        margin-bottom: 40px !important;
    }
    .logout-mobile {
        color: #0d2739 !important;
        padding-top: 30px !important;
    }
    .age-section .wrapper {
        min-width: 85%
    }
    body {
        background-image: url(https://pirhaniway.ir/web-assets/images/template/global/poly.png);
        background-repeat: no-repeat;
        background-position: -40px;
        background-size: cover;
    }
}
.interview-style .mt-8 {
    padding-right: 60px;
}
.live-the {
    width: 66% !important;
}
.margin-fix {
    margin-bottom: 30px !important;
}
.interview-style .card {
    width: 60%;
    margin: 0;
}
.interview-style .btn-primary{
    float: right;
    background-color: #0d2739;
    border: 2px solid #fff;
    color: #fff;
}
.interview-style .btn-primary:hover {
    background-color: #c9dfed !important;
    color: #0d2739;
    border: 2px solid #c9dfed;
}
.profile .container,
.interview-style .container{
    max-width: 1084px;
    
}
.int-sidbar {
    position: absolute;
    width: 30%;
    top: 53%;
    left: 150px;
    transform: translateY(-50%);
}
.int-sidbar p {
    border-right: 2px solid #333;
    padding-right: 10px;
    margin-bottom: -25px;
}
.dashboard-page .text-gray-600:hover {
    color: #fff;
}
.dashboard-page li.flex .text-gray-600:hover{
    color: #0c2639;
}
.dashboard-page .bg-blue-100 {
    background-color: #75c46b !important;
    padding: 3px;
    border: 2px solid;
}
.dashboard-page li.flex .font-semibold:hover {
    color: #fff;
}
.dashboard-page .bg-blue-100 > span {
    color: #333 !important;
}
.dashboard-ostad .btn-primary {
    background-color: #8dd0c6;
}
.dashboard-ostad .btn-primary span{
    color: #0c2639 !important;
    font-weight: 700;
}
.dashboard-page .rounded-lg {
    border-color: #0c2639 !important;
    color:  #0c2639;
}
.border-red {
    border-bottom-color: #e24236;
}
@media (max-width: 480px) { 
    .m-b-90 {
        margin-bottom: 40px; 
    }
    .description-text {
        font-size: 1rem;
    }
    .description-text .block {
        display: inline;
    }
    .scroll-down {
        color: #fff;
        font-size: 30px;
        position: absolute;
        bottom: -60px;
        left: 36%;
        transform: translateY(-50%);
    }
    .packages-style .container-full {
        margin-bottom: 0;
    }
    .footer-pages,
    .int-sidbar img{
        display: none;
    }
    .interview-style .card {
        width: 100%;
    }
    .int-sidbar {
        position: relative;
        width: 100%;
        top: 0;
        padding: 20px;
        left: 0;
        transform: none;
        margin-bottom: 40px;
    }
    table.mx-panel.mx-panel-date th {
        color: #fff;
    }
     .int-sidbar p{
         text-align: justify;
     }
     .header-logo {
         max-width: 48px;
        float: left;
        margin-bottom: 10px;
     }
     .pages .title-nav {
         padding-top: 25px !important;
     }
    .topnav {
      overflow: hidden;
      display: block;
      background-color: transparent;
      position: relative;
      margin-bottom: 30px;
        z-index: 1;

    }
    .topnav .title-nav {
        text-align: left;
        padding-top: 60px;
    }
    .top-logo-header {
        float: left;
        margin-top: -43px;
        width: 40px;
        height: 40px;
    }
    .topnav #myLinks {
        display: none;
        background: rgba(12,38,57,0.92);
    }
    .topnav a {
      color: white;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 14px;
      display: block;
        background: transparent;
    }
    .pages a[class="icon"] {
      color: #0c2639;
    }
    .pages a[class="icon"]:hover {
      color: #0c2639 !important;
    }
    .topnav form {
        display: inline;
    }
    .topnav a.icon {
      background: transparent;
      display: block;
      position: absolute;
      right: 15px;
      top: 0;
    }
    .pages a:hover {
      background-color: transparent;
      color: #fff;
    }
    .active {
      background-color: #0c2639;
      color: white;
    }
    .top_bar {
        display: none;
    }
    .right-section .content .item__wrapper .item {
        margin-bottom: 40px;
    }
    .right-section .content .item__wrapper:first-child .item {
        margin-bottom: 40px;
    }
    .right-section .content .item__wrapper:first-child {
        margin-top: 40px;
    }
    .mobile-title {
        color: #fff;
        font-size: 28px;
        margin: 60px auto;
        display: block;
    }
    .p-login {
        padding: 10px 0;
    }
    .p-login2 {
        padding: 20px 20px 0 20px;
    }
    .icon {
        padding: 30px 20px !important;
    }
    .logout-part {
        display: none;
    }
    .age-section {
        margin-top: -45px;
    }
    .interview-style .container {
        margin-bottom: 1rem !important;
    }
}

/* The Modal (background) */
.modal-video {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-video .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
/* The Close Button */
.modal-video .close {
  color: #333;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal-video .close:hover,
.modal-video .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-video .modal-header {
  padding: 0 10px;
  color: white;
}
.modal-video .modal-body {
    padding: 2px 0;
}
.modal-video .modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.chk-login-btn {
    transition: all ease 0.3s;
}
.chk-login-btn:hover {
    background-color: #c9dfed !important;
    border-color: #c9dfed !important;
    color: #0d2739;
}
:root {
  --animate-delay: 0.5s;
}
.loginr {
    float: left;
    background-color: #ebdeb8;
    border-radius: 5px;
    color: #0c2639;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
}
.loginr:hover {
    color: #0c2639;
    text-decoration: none;
    background-color: #ebdeb8;
    box-shadow:  0 0 5px rgba(30,30,30,0.5) !important;;
}

/* Accordion styles */
.faq-page .tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.faq-page .tab {
  width: 100%;
  color: white;
  overflow: hidden;
border-bottom: 1px Solid #8dd0c6;
}
.faq-page .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1em;
  background: #0c2639;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.faq-page .tab-label:hover {
  background: #1a252f;
}
.faq-page .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.faq-page .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.faq-page .tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.faq-page .tab-close:hover {
  background: #1a252f;
}

.faq-page input:checked + .tab-label {
  background: #1a252f;
}
.faq-page input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-page input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
.faq-page input[type=radio] {
    display: none;
} 
@media (min-width: 1280px){
    .faq-page .content {
        width: 540px;
    }
}
@media (max-width: 480px) { 
    .faq-page .tabs {
        margin-top: 80px;
        margin-bottom: 30px;
    }
}
a.register:before {
    display: none !important;
}
a.register:hover {
    background-color: #133e5d !important;
}
.right-section .top_bar a:before,
.right-section .top_bar a>:before,
.right-section .top_bar a>*>:before,
.right-section .top_bar a>*>:after,
.right-section .top_bar a>:after,
.right-section .top_bar a:after,
.right-section .top_bar a:hover>*>*>:after, 
.right-section .top_bar a:hover>*>*>:before{
    display: none !important;
}
.right-section .top_bar a {
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
    transition: all ease 0.3 !important;
}
.right-section .top_bar a:hover{
    border-bottom: 2px solid #333;
}
.card {
    box-shadow: none !important;
}

