/********** Template CSS **********/

:root {
    --primary: #1E3E70;
    --light: #EFF5FF;
    --dark: #1B2C51;
}

body {
    /* font-family: 'Nunito Sans', sans-serif; */
    font-family: 'Poppins', sans-serif;

    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Opulent", sans-serif; */
    font-family: 'Poppins', sans-serif;
    color: #1E3E70;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.kshee {
    text-align: left;
    line-height: 60px;
    margin-left: 50px;
    margin-top: 24px;
    margin-bottom: 20px;
}
.dates {
    color: #fff;
     margin-left:50px;
     font-weight:600; 
     font-size:28px;
}
.venue {
    color: #fff;
    margin-left:50px;
    font-weight:600; 
    font-size:28px;
    
}
/*** Spinner ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* .kshee-head {
     font-size:17px;
    margin-top: -41px;
} */
.kshee-head {
    font-size: 17px;
    margin-top: 156px;
}
.notice {
    display: block;
   text-align: end;
    font-weight:700
}
/*** Button ***/

.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    font-family: poppins;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
    margin-right: -31px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    /* font-family: "Font Awesome 5 Free"; */
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    font-size: 17px;
    font-weight: 600;
    outline: none;
    color: #1E3E70;
    font-weight: 600;
    position: relative
    /* margin-right: -1px;
    padding: 17px 8px;
    font-size: 17px;
    font-weight: 600;
    outline: none;
    color: #1E3E70;
    font-weight: 600;
    position: relative; */
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #034fc8;
    /* border-bottom: 3px solid #1E3E70; */
}
/* .navbar .navbar-nav .nav-link:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #40c952;
} */

#satur {
    margin: 0 370px;
}
.reg {
    padding: 0 80px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
    #satur {
     margin: 0 130px;;
    }
    .reg {
        padding: 0 50px;
    }
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

/* .navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
} */

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    #satur {
        margin: 0 210px;
    }
    .reg {
        padding: 0 50px;
    }
}


/*** Header ***/

.header-carousel .owl-carousel-text {
    position: absolute;
    width: 80%;
    height: 80% !important;
    padding: 3rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: url(../img/photo_2023-01-20_16-25-57.jpg) top center no-repeat;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
    height: 270px;
}

.page-header h1 {
    color: #1E3E70;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Service ***/

.service-item {
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}

.feature-text {
    margin-top: -150px;
} 

/*** Feature ***/
@media (min-width: 320px) {
    .feature-text {
       /* padding-left: calc(((100% - 960px) / 2) + .75rem); */
       padding-top: 100px;
   } 
}
@media (min-width: 768px) {
     .feature-text {
        /* padding-left: calc(((100% - 960px) / 2) + .75rem); */
        padding-top: 84px;
    } 
}
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }
     .feature-text {
        /* padding-left: calc(((100% - 960px) / 2) + .75rem); */
        padding-top: 72px;
    } 
}

/* @media (min-width: 1200px) {
     .feature-text {
         padding-left: calc(((92% - 1140px) / 2) + .75rem);
      
    } 
}

@media (min-width: 1400px) {
     .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem); 
        padding: 20px;
       
    } 
} */


/*** Team ***/

.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/

.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #fff;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

/* .footer .copyright a:hover {
    color: var(--primary);
} */


/**************** DEPARTMENTS  BEGINS *****************/

.department h5 {
    padding-top: 20px;
    padding-bottom: 20px
}

.department-item img {
    height: 250px !important;
}
.dept-item img{
    height: 360px !important;
}
.section-top {
    margin-top: 30px;
    /*padding-top: 30px;*/
}


/**************** /DEPARTMENTS ENDS ****************/

.box-shadow {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2) !important;
}

.feature-text p {
    color: #fff;
}


/************** STEPPER BEGINS *******************/

#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: 'Nunito Sans', sans-serif;
    width: 70%;
    min-width: 300px;
}


/*h1 {
  text-align: center;  
}*/

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: 'Nunito Sans', sans-serif;
    border: 1px solid #aaaaaa;
}


/* Mark input boxes that gets an error on validation: */

input.invalid {
    background-color: #ffdddd;
}


/* Hide all steps by default: */

.tab {
    display: none;
}

button {
    background-color: #1E3E70;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: 'Nunito Sans', sans-serif;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}


/* Make circles that indicate the steps of the form: */

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}


/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #5d96f0;
}

.qr-code img {
    width: 150px;
    height: 150px;
    float: right;
}

.select1 {
    width: 225px;
}

.select2 {
    width: 100px;
}

.fa-times {
    font-size: 20px;
    padding-top: 30px;
}


/************** /STEPPER ENDS HERE ***************/

.event-date {
    padding: 20px;
    height: 140px;
    /* width: 60%; */
    /* border:1px solid blue;*/
    /*margin-bottom: 60px !important;*/
    color: #2a2a2a;
    margin-top: -16px;
    font-size: 18px;
}

.event-date h2 {
    text-align: center;
}


/*.event-date h1{
    text-align: left;
}*/

.event-box {
    border: 0px solid #000;
    padding: 18px;
    /* width: 250px; */
    align-items: center;
    background-color: #1E3E70;
    border-radius: 20px;
    line-height: 12px;
    margin-bottom: -20px;
}

.events-box {
        border: 0px solid rgba(0, 0, 0, 0.692);
        padding: 13px;
        /* width: 250px; */
        align-items: center;
        background-color:#1E3E70;
        border-radius: 20px;
        line-height: 12px;
        margin-bottom: -20px;
        
}
.reg-amount {
    /*background-image: url(../img/price-bg.jpg);*/
    padding-bottom: 70px;
    background-size: 100%;
    background-color: #E0E6F0;
    border-radius: 34px;
}

.reg-amount-content {
    width: 70%;
}

.text-center {
    text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: #1E3E70;
    border-color: #1E3E70;
}

.bg-primary {
    background-color: #1E3E70 !important;
}

.bg-dark {
    background-color: #1E3E70 !important;
}

.bg-light {
    background-color: #E0E6F0 !important;
}

.department-padding {
    padding: 20px;
}

.dep-center {
    padding-left: auto;
    padding-right: auto;
}

.text-primary {
    color: #1E3E70 !important;
}

.reg-btn {
    background-color: #031B42;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    margin-top: 25px;
}

/* .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0042AA;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #C7DCFB;
    border-radius: 8px;
    appearance: none;
} */

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0042AA;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C7DCFB;
    appearance: none;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.glry-top {
    padding-top: 20px;
}

.abt-top {
    padding-top: 10px;
}

.navbar-light .navbar-toggler {
    color: rgb(30 62 112 / 55%);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.svg);
    /* margin-left: 10px; */
    margin-left: 5px;
}

@media screen and (max-width:600px) {
    .section-top {
        margin-top: 30px;
        padding-top: 0px;
    }
    .abt-top {
        padding-top: 30px;
    }
    .pb-2 {
        padding-bottom: 0rem !important;
    }
    .qr-code img {
        width: 150px;
        height: 150px;
        float: left;
    }
    #regForm {
        background-color: #ffffff;
        margin: 30px auto;
        font-family: 'Nunito Sans', sans-serif;
        width: 70%;
        min-width: 300px;
    }
    .kshee {
        text-align: left;
        line-height: 43px;
        margin-left: 24px;
        margin-top: 34px;
    }
    .dates {
        color: #fff;
        margin-left: 24px;
        font-weight: 600;
        font-size: 24px;
    }
    .venue {
        color: #fff;
        margin-left: 24px;
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 20px;
    
    }
    #satur {
        margin: 0 10px;
    }
    .reg {
        padding: 0px 20px;
    }
        
}

.modal {
    z-index: 1;
    display: none;
    padding-top: 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8)
}

.modal-content {
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .modal-hover-opacity {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
}

.modal-hover-opacity:hover {
    opacity: 0.60;
    filter: alpha(opacity=60);
    -webkit-backface-visibility: hidden;
} */

.close {
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: white
}

.container1 {
    width: 200px;
    display: inline-block;
}

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


/*@-webkit-keyframes zoom {
        from {-webkit-transform:scale(0)} 
        to {-webkit-transform:scale(1)}
    }
    
    @keyframes zoom {
        from {transform:scale(0)} 
        to {transform:scale(1)}
    }*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 50% important;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.dept-item .card-content {
    position: absolute;
    bottom: -180px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    min-height: 140px;
    width: 94%;
    transition: bottom .4s ease-in;
    box-shadow: 0 -10px 10px rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dept-item:hover .card-content {
    bottom: 0px;
}

.dept-item:hover .card-content h4,
.card:hover .card-content h5 {
    transform: translateY(10px);
    opacity: 1;
}

.dept-item .card-content h4,
.dept-item .card-content h5 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    transition: 0.8s;
    font-weight: 500;
    opacity: 0;
    transform: translateY(-40px);
    transition-delay: 0.2s;
}

.dept-item .card-content h5 {
    transition: 0.5s;
    font-weight: 200;
    font-size: 0.8rem;
    letter-spacing: 2px;
}
.pricingTable {
    text-align: center;
    background: #fff;
    /* margin: 0 -15px; */
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}

.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}

.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #034fc8;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}

.pricingTable.orange  .pricingTable-header{
    background: #ff9624;
}
.pricingTable.green .pricingTable-header {
    background: #40c952;
}

.pricingTable.red .pricingTable-header {
    background: #ff4b4b;
}
.pricingTable:hover .pricingTable-header {
    background: #ff9624;
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .price-value {
    font-size: 35px;
    color: #e9ecef;
    transition: all .5s ease 0s
}

.pricingTable.pricingTable.green .price-value {
    color: #e9ecef;
}

.pricingTable.pricingTable.red .price-value {
    color: #e9ecef;
}


.pricingTable .month {
    display: block;
    font-size: 14px;
    color: #cad0de
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
    color: #fff;
}

.pricingTable .heading {
    font-size: 24px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 18px;
    margin-bottom: 30px;
    text-align: initial;
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #1a1a1a;
}

.pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: #fff;
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
    background: #4b64ff
}

.pricingTable.blue .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
    color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
    background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
    color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
    background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value ,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}

.adsled {
    text-align: center;
    background: #fff;
    /* margin: 0 -15px; */
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
}
.adsled .adsled-signup {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background-color: #4b64ff;
}
   
 .card-name {
    height: 60px;
    width: 300px;
    padding: 4px;
    box-sizing: border-box;
    position: absolute;
    color: white;
    background: rgb(27, 27, 27,.5);
    transition: .5s;
    bottom: 0px;
    text-align: center;
} 
.card-text {
    line-height: 20px;
     font-size: 17px;
    margin: 13px;
    visibility: hidden;
    opacity: 0;
}

  .card:hover  {
    cursor: pointer;
    }
     .card:hover .card-name  {
         height: 350px; 
         
         /* bottom: 70px;  */
         background: rgb(27, 27, 27,.5);
     } 
 .card:hover .card-text  {
    opacity: 1;
    visibility: visible;
    /* margin-top: 40%; */
    }  
    .card:hover .card-title  {
        margin-top: 55%;
        } 
.logo1 {
    /* width: 100%;
    margin-top: 80px; */
    /* width: 525px;
    margin-top: 8px; */
    width: 38%;
    margin-top: 8px;
}
/* #card-bin  {
    margin-top: -20px; 
    margin-bottom: 33px;
}
#card-chi {
    margin-bottom: -6px;
}
#card-ra {
    margin-bottom: 13px;
}
#card-kra {
    margin-top: -33px;
}
#card-mkv {
    margin-bottom: 50px;
    margin-top: -25px;
}
#card-tnp {
    margin-bottom: 30px;
    margin-top: -25px;
}
#card-pbala{
    margin-bottom: 30px;
     margin-top: -25px;
} */
#pills-friday-tab:hover, #pills-friday-tab:focus, #pills-friday-tab:active, #pills-friday-tab.active, .open .dropdown-toggle.btn-default {
     background-color: #2F3E48;
    color:#FFF;
    border-color: #31347B;
   }
   #pills-saturday-tab:hover, #pills-saturday-tab:focus, #pills-saturday-tab:active, #pills-saturday-tab.active, .open .dropdown-toggle.btn-default {
    background-color: #2F3E48;
    color:#FFF;
    border-color: #31347B;
   }
   #pills-sunday-tab:hover, #pills-sunday-tab:focus, #pills-sunday-tab:active, #pills-sunday-tab.active, .open .dropdown-toggle.btn-default {
    background-color: #2F3E48;
    color:#FFF;
    border-color: #31347B;
   }
   #pills-monday-tab:hover, #pills-monday-tab:focus, #pills-monday-tab:active, #pills-monday-tab.active, .open .dropdown-toggle.btn-default {
    background-color: #2F3E48;
    color:#FFF;
    border-color: #31347B;
   }
   #pills-tuesday-tab:hover, #pills-tuesday-tab:focus, #pills-tuesday-tab:active, #pills-tuesday-tab.active, .open .dropdown-toggle.btn-default {
    background-color: #2F3E48;
    color:#FFF;
    border-color: #31347B;
   }
   #pills-wednesday-tab:hover, #pills-wednesday-tab:focus, #pills-wednesday-tab:active, #pills-wednesday-tab.active, .open .dropdown-toggle.btn-default {
    background-color: #2F3E48;
    color:#FFF;
    border-color: #31347B;
   }

.banner-container .banner{
    /* background:linear-gradient(0deg, #e0e6f0  29%, #1E3E70 29.1%, #1E3E70 68%, #e0e6f0  68.1%); */
    border-radius: 5px;
    margin:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* box-shadow: 0 5px 10px #0005; */
    overflow: hidden;
}

.banner-container .banner .shoe{
    flex:1 1 250px;
    padding:15px;
    text-align: center;
    
}

.banner-container .banner .content{
    flex:1 1 250px;
    text-align: center;
    padding:10px;
    text-transform: uppercase;
    background-color: #1E3E70;
}

.banner-container .banner .content span{
    color:#eee;
    font-size: 25px;
}

.banner-container .banner .content h3{
    color:#fff;
    font-size: 40px;
}

.banner-container .banner .content p{
    color:#eee;
    font-size: 20px;
    padding:10px 0;
}

.banner-container .banner .content .btn{
    display: block;
    height:40px;
    width:150px;
    line-height: 40px;
    background: #fff;
    color:#d63031;
    margin:5px auto;
    text-decoration: none;
}


   @media (max-width: 1400px) {
    .card-name {
        width: 354px;
        text-align: center;
        }
      #bindu {
        margin-top: 3rem;
      }
      #balagopal {
        margin-top: 3rem;
      }
      .card:hover .card-name  {
        height: 414px; 
    } 
    /* .notice {
        margin-left: 580px;
    } */
   }
   @media (max-width: 1319px) {
    .card-name {
        width: 295px;
        text-align: center;
        }
        .card:hover .card-name  {
            height: 344px; 
        } 
   }
   @media (max-width: 1199px) {
    .card-name {
        width: 295px;
        text-align: center;
        }
        .card:hover .card-name  {
            height: 344px; 
        } 
        .logo1 {
            margin-left: -95px;
        }
        .kshee-head {
            margin-top: 7px;
        }
   }
   @media (max-width: 1090px) {
    .card:hover .card-name  {
        height: 390px; 
    } 
   }
 /* @media (max-width: 1400px) {
     #bindu {
        margin-top: 49px;
    }
    #card-bin{
        margin-bottom: 26px;
        margin-top: -25px;
    }
    #card-chi {
        margin-bottom: 1px;
    }
    #card-ra {
        margin-bottom: 40px;
    }
    #card-kra {
        margin-top: -17px;
    }
    #card-mkv {
        margin-bottom: 42px;   
        margin-top: -19px;
    }
    #card-tnp {
        margin-bottom: 29px;
        margin-top: -26px;
    }
    #card-pbala{
        margin-bottom: 8px;
         margin-top: -25px;
    } 
       
}  */

/* @media (max-width: 1199px) {
    #card-tnp {
        margin-bottom: 8px;
        margin-top: -26px;
    }
} */
@media (max-width: 1024px) {
    .pricingTable.red .pricingTable-signup a, .pricingTable.red:hover .pricingTable-header {
        margin-top: -2px;
    }
    .logo1 {
        /* margin-left: -95px; */
        margin-left: -13px;
        width: 320px;
    }
     /* .kshee-head {
        margin-top: 7px;
    } */
    .kshee-head { 
        margin-top: 132px;
    }
    /* .notice {
        margin-left: 430px
    } */
    /* #bindu {
        margin-top: 49px;
    }
    #card-bin{
        margin-bottom: 42px;
        margin-top: -20px;
    }
     #card-tnp {
        margin-bottom: 8px;
        margin-top: -26px;
    }
    #card-ra {
        margin-bottom: 21px;
    }
    #card-mkv {
        margin-bottom: 60px;
    } */
    /* .card-name {
        width: 510px;
        text-align: center;
        } */
}

@media(max-width: 991.5px) {
    .container {
        margin-top: 20px;
    }

    .container .row .col-lg-4 {
        margin: 20px 0px;
    }
    .card-name {
        width: 335px;
        text-align: center;
        } 
        #Rajan {
            margin-top: 3rem;
        }
       
    }
@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
    /* #bindu {
        margin-top: 19px;
    }
    #card-bin {
        margin-bottom: 19px;
        margin-top: -20px;
    } */
}

@media(max-width: 843px) {
    .card:hover .card-name  {
        height: 600px; 
    } 
    /* .kshee-head {
        margin-top: 7px;
    } */
    .kshee-head {
        margin-top: 80px;
    }
    /* .notice {
        margin-left:352px;
    } */

}

@media(max-width: 767px) {
    .card-name {
        width: 515px;
        text-align: center;
        }
        .kshee-head {
            margin-top: 7px;
        }
        /* .kshee-head {
            margin-top: -27px;
        } */
        /* .notice {
            margin-left:170px;
        } */
}

@media (max-width:576px) {
    .logo1 {
        /* width:100%;
        margin-top:49px;
        margin-left: 41px; */
        /* width: 464px;
        margin-top: 9px;
        margin-left: 13px; */
        width: 307px;
        margin-top: 9px;
        margin-left: 35px;
    }
    .navbar-toggler {
        margin-top: -70px;
    }
    .card-name {
        width: 100%;
        }
        .card:hover .card-name  {
            /* height: 421px;  */
            height: 100%;
        } 
        /* .kshee-head {
            margin-top: 7px;
        } */
        .kshee-head {
            margin-top: -75px;
        }
        /* .notice {
            margin-left:8px;
        } */
}

@media (max-width:425px) {
    .card-name {
        /* width: 323px; */
        width: 100%;
        }
        .card:hover .card-name  {
            /* height: 377px;  */
            height: 100%;
        } 
        .kshee-head {
            margin-top: -88px;
        }
        /* .notice {
        margin-left: 164px;
        display: inherit;
        } */
}


@media (max-width: 412px) {
    .card-name {
    /* width: 363px; */
    width: 100%;
}
        .card:hover .card-name  {
            /* height: 423px;  */
            height: 100%;
        } 
        .kshee-head {
            margin-top: -95px;
        }
        /* .notice {
            margin-left: 160px;
            display: inherit;
            } */
}

@media (max-width: 400px) {
    .card-name {
    /* width: 334px; */
    width: 100%;
}
        .card:hover .card-name  {
            /* height: 390px;  */
            height: 100%;
        } 
        /* .notice {
            margin-left: 150px;
            display: inherit;
            } */
}

@media (max-width:391px) {
    .card-name {
    /* width: 341px; */
    width: 100%;
    }
    .card:hover .card-name  {
        /* height:398px;  */
        height: 100%;
        
    } 
    /* .notice {
        display: inherit;
        margin-left: 5px;
        } */
} 

@media (max-width:375px) {
    .card-name {
        /* width: 277px; */
        width: 100%;
    }
    .card:hover .card-name  {
        /* height: 364px;  */
        height: 100%;
    } 
} 

/* @media (max-width:360px) {
    .card-name {
    width: 312px;
    }
    .card:hover .card-name  {
        height: 364px; 
    } 
}  */

@media(max-width:320px) {
.card-name {
    width: 227px;
} 
.card:hover .card-name  {
    height: 264px; 
} 
} 

 /* @media screen and (min-height:767px){
     #card-tnp {
        margin-bottom: 47px;
        margin-top: -26px;
    } 
}  */
/* @media screen and (max-width:767px){
.card-name {
    width: 354px;
    text-align: center;
    }
} */
 /* @media screen and (max-width:768px){
     #bindu {
        margin-top: 21px;
    }
    #card-bin {
        margin-bottom: 19px;
        margin-top: -20px;
    }
    #card-mkv {
        margin-bottom: 43px;
    }
    #card-ra {
        margin-bottom: 17px;
    }
}   */

