body {
    font-family: Georgia,serif;
    background-color: #f5f78b;
    color: #000;
    padding: 55px 20px 20px 20px;
}
a{text-decoration: none !important;}
.georgia-serif,.georgia{font-family: Georgia,serif !important;}
.alert {font-size: 0.85rem;}
.alert-dismissible .close {padding: 0.5rem 1.25rem;}
.alert-dismissible .close i{font-size: 16px;}
.potrait-layout{
    height: calc(100vh - 80px);
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(13, 39, 80, 0.25) 6px 6px 8px, rgba(13, 39, 80, 0.25) -6px -6px 10px;
}
.header-block{top: -42px;}
.header-nav-items{
    /*background-color: #72e6e6;
    border-color: #72e6e6;*/
    color:#000;
    border-radius: .2rem;
    border:none;
    box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 10px 0px rgba(41,54,69,0.1);
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), inset 0 -5px 0px rgba(80, 80, 80, 0.1), inset 0 -10px 0px rgb(150 150 150 / 0%);
    font-family: Georgia,serif;
    cursor:pointer;
    min-height: 60px;
}
.header-nav-items.demo{
    background-color: #ffffff;
    border-color: #000;
    transition: 0.2s ease-in-out;
    animation: jittery 4s infinite;
}
.header-nav-items.access{
    color: #777f00;
    font-size: 16px;
    background: linear-gradient(to bottom, #FFEB3B 0%, #00bcd46b 100%);
    color: #000;
    border-radius: 40px;
    padding: 0.5rem;
}
.header-nav-items.access.dashboard{
    border-color: #eeff0080;
    background: #eeff0080;
}
.header-nav-items.access.element-sm{
    min-height: 35px;
}
.header-nav-items.ash-bg{
    background: linear-gradient(to bottom, #FFEB3B 0%, #00bcd46b 100%);
    color: #000;
    border-radius: 40px;
    padding: 0.5rem;
}
.header-nav-items.ash-bg i{
    color: #353535e8;
    position: absolute;
    left: 15%;
    line-height: 50px
}
.header-nav-items span{
    display: block;
    background: #fff;
    color: #353535e8;
    border-radius: 50px;
    border: 3px solid #353535e8;
    position: relative;
}
.page-content{
    height: 80vh;
    overflow: auto;
    overflow-x: hidden;
    margin-top: -15px;
}
.form-height-in-px{
    /*max-height: 65vh;*/
}
.btn-element{
    line-height: 50px;
}
@keyframes jittery {
    5%,50% {
        transform: scale(1,1);
    }
    10% {
        transform: scale(1,2);
    }
    15% {
        transform: scale(1,1);
    }
    20% {
        transform: scale(1,1) rotate(-5deg);
    }
    25% {
        transform: scale(1,1) rotate(5deg);
    }
    30% {
        transform: scale(1,1) rotate(-3deg);
    }
    35% {
        transform: scale(1,1) rotate(2deg);
    }
    40% {
        transform: scale(1,1) rotate(0);
    }
}
/********************************************/
.video-fancybox:nth-child(odd){
    padding-right: .25rem;
}
.video-fancybox:nth-child(even){
    padding-left: .25rem;
}
.video-thumbnail{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
    min-height: 100px;
}
.fancybox-navigation .fancybox-button {
    width: 40px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 20px 0px 20px 0px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    padding: 20px 0px 20px 0px;
}
.free-access h6 {
    font-size: 1rem;
    letter-spacing: 4px;
}
.free-access p{
    font-size: 12px;
}
.no-free{
   background-color: rgb(227 227 227 / 85%);
    font-family: verdana,helvetica,sans-serif;
    position: absolute;
    top: -2%;
    z-index: 1;
    width: 94%;
    padding: 10px 0;
    border-radius: .5rem;
}
.no-free .free-access h6 {
    font-size: 0.9rem !important;
    letter-spacing: initial;
}
.no-free .free-access em{
    color: #000;
    font-weight: normal;
}
.btn-pink,.btn-black,.btn-ash,.btn-metry{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 91px;
    font-weight:bold;
    font-family: Georgia,serif;
    padding:13px;
    border:none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,1);
    box-shadow: 0px 3px 10px 0px rgba(41,54,69,0.1);
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), inset 0 -5px 0px rgba(80, 80, 80, 0.1), inset 0 -10px 0px rgb(150 150 150 / 0%);
}
.btn-pink{
    background: #f3727280;
    border-color: #f3727280;
    color: #793939 !important;
    font-size: 12px;
}
.btn-black{
    background-color: #75757580;
    border-color: #75757580;
    
    color:#fff;
    font-size: 10px;
}
.btn-ash{
    background-color: #6c757d;
    border-color: #6c757d;
    color:#fff;
    font-size: 10px;
}
.btn-metry,.btn-metry2{
    background: #72e6e680;
    border-color: #72e6e680;
    color: #397373;
    font-weight: normal;
    font-size: 16px;
    transition: 0.2s ease-in-out;
    min-height: 60px;
}
.btn-metry2{
    width: 100%;
    height: 100%;
    font-family: Georgia,serif;
    padding: 7px 7px;
    border:none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,1);
    box-shadow: 0px 3px 10px 0px rgba(41,54,69,0.1);
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), inset 0 -5px 0px rgba(80, 80, 80, 0.1), inset 0 -10px 0px rgb(150 150 150 / 0%);
    font-size: 11px;
}
.btn-metry2 .metry>div span {
    transform: scaleX(3.5);
    line-height: 0;
    padding-top: 1px;
    padding-bottom: 1px;
}
.btn-metry2 .metry>div:not(:first-child) {
    display: none;
}
.btn-metry2 .far{font-size: 22px;}
.btn-metry2 .col-2{
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;;
    max-width: 10%;;
}
.btn-metry2 .col-8{
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    font-size: 13px;
}
.btn-metry2 .text {
    font-size: 12px;
    border-left: 1px solid #397373;
    border-right: 1px solid #397373;
}
.btn-black i{
    font-size: 20px;
}
.modal-dialog {
    max-width: 96% !important;
}
.table{
    font-size:9px !important;
    margin-bottom:10px;
}
.table .thead-dark th{
    vertical-align: middle;
}
.table td,.table th {text-align:center;}
.subcription_rate_table tr  mark.yellow_color{background-color:#ffff66e6;}
.yellow_color label,.yellow_color mark{background-color:#ffff66e6;}
#ssdd_aplication_packages .close, #ssdd_youtube_playlist .close{
    position: absolute;
    top: -1px;
    right: 20px;
    background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 0;
    font-size: 14px;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
    z-index: 1;
}
#ssdd_aplication_packages.ssdd-razorpay-modal .modal-header{
    margin: -1.5rem 1rem 0 1rem;
    background: #3f3f3f;
    color: #fff;
    border-radius: .3rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#ssdd_aplication_packages .close.packages {
    top: -19px;
    right: 10px;
}
#ssdd_aplication_packages.ssdd-razorpay-modal .close.packages {
    position: static;
    background: transparent;
    font-size: 16px;
    height: 62px;
    padding-right: 10px;
}
#ssdd_aplication_packages .table th {
    color: #fff;
    background-color: #3f3f3f;
    border-color: #32383e;
}
#ssdd_aplication_packages .table label {
    margin:0;
}
#expire_application_counter,#expire_application_counter p{
    font-size: 11px;
}
#ssdd_aplication_packages td, #ssdd_aplication_packages th {
    padding: .65rem .3rem;
    vertical-align: middle;
}
.protrail_unsubscribe{
    font-size: 0.75rem;
    padding: .2rem .25rem;
}
.subscription_rate_border {
    border-bottom: 1px dashed #000;
}
/***************************************************/
.element {
    align-items: center;
    background-color: #fff;
    box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25),-8px -8px 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 10px 0px rgba(41,54,69,0.1);
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;   
    height: 60px;
    justify-content: center;
    color: #3f3f3f !important;
    border: 2px solid #3f3f3f;
}
button.element{
    display: inline-block
}
.reverse.element {
     background-color: #3f3f3f; 
     color: #fff !important; 
}
.element:focus{
    outline:none;
}
.element i,.btn-element i,.btn-metry i{
    font-size:22px;
}
.btn-metry i {
    color: #397373;
    position: absolute;
    left: 10%;
    line-height: 40px;
}
.header-nav-items.access i{
    /*color: #777f00;*/
    color: #353535e8;
    position: absolute;
    left: 9%;
    line-height: 50px;
}
.element-sm{
    height: 35px;
}
.back,.menu,.close_menu{
    background: #3f3f3f;
    height: 40px;
    width: 40px;
    bottom: 31px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.back{
    left: 26px;
}
.menu{
    right: 26px;
}
.close_menu {
    position: fixed;
    right: 23px;
    margin: auto;
    opacity: 1;
    color: #fff;
    bottom: 30px;
    line-height: 36px;
    z-index: 999999999;
    width: 45px;
    height: 45px;
}
#navigation_menu{
    left: auto;
    top: auto;
    bottom: 80px;
    right: 24px;
}
#navigation_menu .modal-dialog{
    max-width: 50vw !important;
    width: 50vw;
    margin: 0;
}
#navigation_menu .modal-content{
    padding: 0;
    margin: 0;
    background: #3f3f3f;
}
#navigation_menu .modal-body{
    padding:0;
    margin: 0;
}
#navigation_menu .menu_block {
    text-align: center;
}
#navigation_menu .nav-link {
    font-size: 16px;
    color: #fff;
}
#navigation_menu .nav-item:not(:last-child) .nav-link{
    border-bottom: 1px solid #888;
}
.modal-backdrop.show {
    opacity: .3;
}
.countdown-block{
    margin: auto;
    width: 90%;
    border-radius: 0.5rem;
    border: 1px solid #ebebeb;
}
.countdown-block .expire-time{
    background: #ebebeb;
    color: #000;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.countdown-block .expire-time.two {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.countdown-block .expire-time.two span{
    font-size: 0.85rem;
}
/***************************************************
                  Loader CSS
****************************************************/
 .loadingDiv{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 77px;
    z-index: 11111;
    color:red;
}
/**************************************************/
.form-control {
    color: #3f3f3f;
    background-color: #fff;
    border: 2px solid #3f3f3f;
}
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.input-group-text {
    color: #fff;
    background-color: #3f3f3f;
    border: 2px solid #3f3f3f;
}
.invalid-feedback {
    width: 80%;
    margin-left: auto;
}
.form-row-mobile .invalid-feedback {
    width: 100%;
    margin-left: 0;
}
.form-control{
    font-size: 0.75rem !important;
}
.alert-dismissible{
    margin-top:0px !important;
}
.country_code{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.form-row-mobile>div:last-child .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}
.client_text p{
    font-size: 15px;
    color: #000;
}
@media all and (orientation:portrait) { 
    .country_code{
        padding: 0.5rem 0.2rem !important;
    }
}
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (orientation: portrait) {
    .page-content{
        max-height:75vh !important;
    }
    .menu_block{
        margin-top: 1rem!important;
    }
}
/*************** Terms & Conditions ****************/
.ts-accordion .card, .ts-accordion1 .card {
    background-color: #26292b;
    color: #fff;
}
.ts-accordion .card .btn-link, .ts-accordion1 .card .btn-link {
    display: block;
    position: relative;
    padding: .375rem .75rem .375rem .5rem;
    font-size: 0.65rem;
    line-height: 1.5;
    cursor: pointer;
}
.ts-accordion .card .card-header,.ts-accordion1 .card .card-header{
    padding: .65rem 0.75rem .65rem .25rem;
}
.ts-accordion .card .btn-link, .ts-accordion1 .card .btn-link {
    color: #fff !important;
}
 .ts-accordion1 .card h5 > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    right: 0;
}
.comic_sans{
    font-family:Comic Sans MS,cursive;
}
.font_six{
    font-size:16px;
}
.font_fourth{
   font-size:14px; 
}
.lucida{
    font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
}
.font_twenty{
    font-size:20px;
}
.box-info{
    margin-bottom: 15px;
}
.box-info h5{
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: bold;
}
.box-info p{
    font-size: 0.85rem;
}
.box-info .icon span{
    padding: 11px 14px;
    border-radius: 50px;
}
.box-title h4{
    /*background: #fff;*/
    color: #3f3f3f;
    border: 2px solid #3f3f3f;
    font-size: 16px;
    padding: 7px;
    width: 60%;
    height: 36px;
    border-radius: 25px;
    margin: auto;
    position: relative;
    z-index: 1;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #3f3f3f;
    color: #fff !important;
}
.box-title hr{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    border-top: 2px dashed #3f3f3f;
    margin-top: 18px;
}
/*start dashboard page date days */
.blink{
    animation: blink 2s infinite;
}
@keyframes blink {  
    50% {opacity: 0;}
}
.date-circle{
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
}
.date-circle.past{background: #343a40;border-color: #343a40;}
.date-circle.current{background: #dc3545;border-color: #dc3545;}
.date-circle.upcoming{background: #ffffff;border-color: #343a40;color: #343a40;}
.switch input:checked + label {
    background: #007bff;
}
.switch label {
    cursor: pointer;
    width: 56px;
    height: 28px;
    background: #000;
    display: block;
    border-radius: 7px;
    position: relative;
}
.switch input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}
.switch input:checked + label:before {
    content: attr(data-on);
    position: absolute;
    left: 0;
    font-size: 8.4px;
    padding-left: 7px;
    color: white;
}
.switch label:before {
    content: attr(data-off);
    position: absolute;
    top: 1.4px;
    right: 0;
    font-size: 8.4px;
    padding: 7px 7px;
    color: white;
}
.switch input:checked + label:after {
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
}
.switch label:after {
    content: "";
    position: absolute;
    top: 1.4px;
    left: 1.4px;
    width: 25.2px;
    height: 25.2px;
    background: #fff;
    border-radius: 5.6px;
}
.razorpay-payment-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .25rem 0.75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    color: #fff;
    background-color: #3f3f3f;
    border-color: #3f3f3f;
    cursor: pointer;
    width: 100%;
}

.transaction-item .table-bordered td, .transaction-item .table-bordered th {
    border: 1px solid #3f3f3f;
}
.transaction-item .table-bordered tr:nth-child(1){
    background: #3f3f3f;
    color: #fff;
}
.transaction-item .table-bordered tr:nth-child(1) a{
    color: #f5f78b;
}
.bigger-font{
    font-size:125%;
}
.payment-page .box-info .icon span {
    font-size: 36px;
}
.payment-page .box-info p {
    font-size: 1rem;
}
.payment-page .box-info h5 {
    font-size: 1.25rem;
}
.payment-page .box-info h6 {
    font-size: 1rem;
}
/***************************************************
            Landscape Layout CSS
****************************************************/
@media all and (orientation:landscape) {
    .heading {visibility: hidden !important;}
    .payment-page small.form-text{display: none !important;}
    .header-block {
        top: -47px;
        z-index: 11;
    }
    .header-nav-items {
        min-height: 50px;
    }
    .page-content {
        height: 75vh;
        margin-top: -80px;
    }
    .modal-dialog {
        max-width: 94% !important;
        margin: 1.3rem auto;
    }
    .table{
        font-size:12px !important;
    }
    .table td,.table th {padding: .35rem .75rem;}
    .authentication-pages.page-content {
        height: 60vh;
        margin-top: -35px;
    }
    .btn-element {
        line-height: 35px;
    }
    .vocabulary_metry .text {
        font-size: 9px;
    }
    .free-access h6 {
        font-size: 1rem;
        letter-spacing: 1px;
    }
    .free-access p {
        font-size: 11px;
    }
    .no-free {
        top: 0;
        left: 0;
        width: 55vw;
    }
    .btn-pink, .btn-black,.btn-ash{
        padding: 10px;
    }
    .btn-metry{
        min-height: 91px;
    }
    .btn-black,.btn-ash{
        font-size: 9px;
    }
    .element {
        height: 50px;
    }
    .authentication-pages .element {
        height: 40px;
    }
    .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text,
    .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text,.form-control-lg {
        height: calc(2.5rem + 2px);
    }
    .ts-accordion .card .btn-link, .ts-accordion1 .card .btn-link {
        padding: .375rem .75rem;
        font-size: 1rem;
    }
}
/*-------------------------
    36.Preloader css
---------------------------*/
.book_preload {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #f5f78b;
    z-index: 999999;
}
.book {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    border: 5px solid #3f3f3f;
    width: 100px;
    height: 60px;
}
.book__page {
    position: absolute;
    left: 50%;
    top: -5px;
    margin: 0 auto;
    border-top: 5px solid #3f3f3f;
    border-bottom: 5px solid #3f3f3f;
    border-right: 5px solid #3f3f3f;
    background: #c4c56f;
    width: 50px;
    height: 60px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: flip 1.2s infinite linear;
    animation: flip 1.2s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.book__page:nth-child(1) {
    z-index: -1;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.book__page:nth-child(2) {
    z-index: -2;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}
.book__page:nth-child(3) {
    z-index: -3;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(600px) rotateY(0deg);
        transform: perspective(600px) rotateY(0deg);
    }
    20% {
        background: #f5f78b;
    }
    29.9% {
        background: #f5f78b;
    }
    30% {
        -webkit-transform: perspective(200px) rotateY(-90deg);
        transform: perspective(200px) rotateY(-90deg);
        background: #c4c56f;
    }
    54.999% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    60% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #c4c56f;
    }
    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #c4c56f;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(600px) rotateY(0deg);
        transform: perspective(600px) rotateY(0deg);
    }
    20% {
        background: #f5f78b;
    }
    29.9% {
        background: #f5f78b;
    }
    30% {
        -webkit-transform: perspective(200px) rotateY(-90deg);
        transform: perspective(200px) rotateY(-90deg);
        background: #c4c56f;
    }
    54.999% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    60% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #c4c56f;
    }
    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #c4c56f;
    }
}
/*********  video popup start***********/
.app-daily-update-video-popup,.app-checklist-img-popup{
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    width: 100vw;
    height: 100vh;
    background-color: #333333e8;
    z-index: 9999999;
}
.app-daily-update-video-block,.app-checklist-img-block{
    display: table-cell;
    vertical-align: middle;
}
.app-daily-update-video-content video,.app-checklist-img-content img{
    border-radius: 5px;
    width: 100%;
    max-height: 100%;
}
.app-daily-update-video-close, .app-checklist-img-close{
    position: absolute;
    left: auto;
    color: #ff0000;
    font-size: 35px;
    top: 0;
    right: 1vw;
    cursor: pointer;
    z-index: 11;
}
.demo-video-icon,.envelope-icon, .share-icon, .star-icon{
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 9vh;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), inset 0 -5px 0px rgba(80, 80, 80, 0.1), inset 0 -10px 0px rgb(150 150 150 / 0%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.demo-video-icon{
    left: 8vw;
}
.envelope-icon{
    right: 8vw;
}
.share-icon{
     position: fixed;
     left: 8vw;
     top: 92.5vh;
     color: #0000008c;
     font-size: 22px;
}
.star-icon{
     position: fixed;
     left:auto;
     right: 8vw;
     top: 92.5vh;
     color: #0000008c;
     font-size: 22px;
}
.envelope-icon img,.demo-video-icon img{
    width: 30px;
}
/**********  video popup end***********/
/**********  Invoice Page Starts***********/
.invoice_notice{
    bottom: 8vh;
    font-size: 12px;
    text-align: center;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
}
.invoice_notice .alert{
    border-radius: 50rem;
    padding: .5rem 1.25rem;
    padding-right: 4rem;
}
.invoice_notice .alert-dismissible .close {
    padding: 0.25rem 1.25rem;
}
/**********  Invoice Page Ends***********/
/**********  Feedback css Starts***********/

.feedback{
    height: 35px;
    background: #3f3f3f;
    border-radius: 1rem 1rem 0rem 0rem;
    width: 120px;
    line-height: 33px;
    letter-spacing: 4px;
    -webkit-transform: rotate(90deg);
    font-weight: 600;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    text-align: center;
    font-size: 15px;
    position: fixed;
    left: -48px;
    top: 48%;
    z-index: 999;
    box-shadow: rgba(13, 39, 80, 0.25) 6px 6px 8px, rgba(13, 39, 80, 0.25) -6px -6px 10px;
}
.feedback a{
    color: #fff;
}
#visitor-feedback .submit {
    position: absolute;
    bottom: 25px;
    right: 0;
    z-index: 1;
}
.feedback-vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 1.05rem;
}
#visitor-feedback .footer-content{
    font-size: 9px;
}
@media all and (orientation:portrait) {
    .landscape_view{
        /*display:none;*/
    display: block;
    padding-left: 2px !important;
    padding-right: 2px !important;  
    }
    .portrait_view{display:block;}
    .modal-title{font-size: 13px;}
    .blink_me{animation: blinker 1s linear infinite;}
}
@media all and (orientation:landscape){ 
    .portrait_view{display:none;}
    .landscape_view{display:block;}
}
.font-weight-normal {
    font-size: 9px;
}
@keyframes blinker{50% {opacity: 0;}}
.welcome_message_block{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9991;
    background: #00000073;
}
/**********  Feedback css Ends***********/
.square-btn a{
    background-color: #fff;
    box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 10px 0px rgba(41,54,69,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.90), inset 0 -5px 0px rgba(80, 80, 80, 0.1), inset 0 -10px 0px rgb(150 150 150 / 0%);
    border-radius: 5px;
    padding: 20px 10px;
    color: #3f3f3f !important;
    display: block;
    text-align: center;
    font-size: 14px;
}
.square-btn>div:nth-child(1) a span{color:#0062cc;}
.square-btn>div:nth-child(2) a span{color:#208537;}
.square-btn>div:nth-child(2) a.logout span{color:#b02a37;}
.square-btn>div:nth-child(3) a span{color:#cc9a05;}
.square-btn>div:nth-child(4) a span{color:#673ab7;}
.square-btn i{
    display: block;
    font-size: 30px;
    /*color: #f69abf;*/
}
/*access application button design*/
.access_btn_body{
    background: linear-gradient(to bottom, #FFEB3B 0%, #00bcd46b 100%);
    width: 280px;
    margin: auto;
    border-radius: 50px;
    height: 60px;
}
.access_btn_title{
     color: #544b4bfc;
    background-color: #fff;
    width: 264px;
    margin: auto;
    text-align: center;
    font-size: 15px;
    border: 3px solid #353535b3;
    line-height: 40px;
    padding: 0;
    border-radius: 50px 50px 50px 50px;
    transform: translateY(7px);
}
.access_btn_icon{
    position: fixed;
    left: auto;
    right: -1vw;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 0px;
    margin-top: -5px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    color: #00BCD4;
    z-index: 2;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), inset 0 -5px 0px rgba(80, 80, 80, 0.1), inset 0 -10px 0px rgb(150 150 150 / 0%);
}
/*access application button design*/
/*Youtube Subscription CSS Starts*/
#youtube_subscribe_alert .modal-content,#youtube_subscribe .modal-content{
    border-radius: 1.3rem;
    width: 90%;
    left: 4.9vw;
}
.yt_subs_btn img, .yt_subs_btn_alert img{
    width:56%;
    position:relative;
    right:13.5vw;
}
.progress {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
}
/*Youtube Subscription CSS Ends*/
.reds {
    color: #c0392b;
}