/**
PB 12-08-2024 changes

*/

.shortcut-demo-main-container, .service-number-container, .whatsapp-number-container
{
	/* position:absolute !important; */
}
/*
*
* Created by @Sagar Chandpa on 17 April 2023 -
*
*/

/* Back to top button icon alignment */
.back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
/* Readmore Functionality */
.services-grid.service-style-2 .content p.readmore-expand {
    -webkit-line-clamp: unset;
}
.read-more,
.readmore-btn-list,
.read-more-list {
    cursor: pointer;
    color: grey;
}
.read-more:hover,
.readmore-btn-list:hover,
.read-more-list:hover {
    text-decoration: underline;
}
.readmore-expand ul {
    display: block;
}
.content p ul {
    display: none;
}
/* Disable Line Clamp */
.services-grid.service-style-2 .content p.disable-line-clamp {
    -webkit-line-clamp: unset;
}
/*-- Pink Circle Shape Position Changed */
.shape-group-10 .shape.shape-3 {
    top: 193px;
}
.shape-group-10 .shape.shape-3.bulk-invoice-import-shape {
    top: 133px;
}
.shape-group-10 .shape.shape-3.digital-signature-shape {
    top: 105px;
}
.shape-group-10 .shape.shape-3.qr-code-facility {
    top: 130px;
}
.shape-group-10 .shape.shape-3.user-wise-security-shape {
    top: 160px;
}
/* Home(index) Page*/
.section-heading.heading-left P,
.section-heading.heading-left .title {
    margin-bottom: 15px;
}
.product-type-img-con {
    display: grid;
    place-items: center;
    height: 100%;
}
.product-type-img-con img {
    width: 80%;
}
.call-back-content p{
    margin-bottom: 15px;
}
/* Testimonials Slider */
.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-prev {
    background-color: transparent;
}
/* Testimonials slider read more link */
.readmore-link {
    cursor: pointer;
}
/* Product Page */
.case-study-featured .section-heading ul {
    list-style: disc inside;
}
.section-heading ul.list-style li::marker {
    color: black;
}
.product-image {
    width: 80%;
}
/* career Page Hover issue */
.section.section-padding.career-main {
    z-index: 6;
}
/* List Styling */
.list-align.list-style-disc {
    margin-left: 30px;
}
.marker-outside {
    list-style-position: outside;
}
.list-style-disc li{
    padding: 7px 0px 7px 7px;
}
.list-style-disc li::marker {
    /*
    color: black;
    content: '➥  ';
    content: '◗  ';
    content: '⦿  ';
    content: '◑  ';
    content: '➣  ';
    content: '➤  ';
    content: '➔  ';
    content: '➼  ';
    content: '➽  ';
    content: '🌒︎  ';
    content: '🌖︎  ';
    content: '》 ';
    content: '✎ ';
    content: '✑ ';
    content: '☛ ';
    content: '☞ ';
    font-size: 26px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: lighter;
    */
    content: "\f00c";
    font-family: "Font Awesome 6 Duotone";
    position: absolute;
    left: 0px;
    color: #006cb5;
    font-weight: 900;
}
.list-style-disc-reverse li::marker {
    content: '☞ ';
    font-size: 22px;
}
.list-style-disc-reverse{
    font-size: 14px;
}
.marker-outside {
    list-style-position: outside;
}
.case-study-featured .section-heading ul.list-style-blue {
    list-style-type: circle;
    list-style-position: outside;
}
.case-study-featured .section-heading ul.list-style-blue li::marker {
    /* content:'❍  ';
    content:'⦿  ';
    content:'◑  ';
    content:'◗  ';
    content:'➤  ';
    content:'⥁  ';  */
    content: '➥  ';
    content: '✔  ';
    font-size: 15px;
    /* color:#006cb5; */
}
.list-style-bullet{
    list-style-type: disc;
}
/* More Feature Axil button styling */
.axil-btn.btn-large.btn-borderd {
    cursor: pointer;
}
/* Swiper opacity issue solved */
.swiper-container.slider3.swiper-fade.swiper-initialized.swiper-horizontal .swiper-wrapper .swiper-slide {
    opacity: 0 !important;
}
.swiper-container.slider3.swiper-fade.swiper-initialized.swiper-horizontal .swiper-wrapper .swiper-slide-active {
    opacity: 1 !important;
}
/* Our team page thumbnail images design */
.team-grid .thumbnail a:after {
    border: 5px solid var(--color-primary);
}
/* .team-grid.active:hover .thumbnail a img {
    transform: scale(1.07);
}
.team-grid.active:hover .thumbnail a::after {
    display:none;
} */

/* Footer link hover issue */
.footer-main div div {
    z-index: 1;
}
/* Background color for billing and Standard product page */
.bg-gradient-blue {
    background: rgb(236, 242, 246);
    background: linear-gradient(180deg, rgba(236, 242, 246, 1) 8%, rgba(255, 255, 255, 1) 138%);
}
/* Background color Miracle Learning page nested accordion */
.faq-accordion .row .accordion-button.collapsed{
    background-color: whitesmoke;
}

/* Text red */
.text-red {
    color: #f00;
}

/* app.css override */

/*________ <Responsive> ________*/
/* header.header.axil-header {}
.axil-mainmenu .container {padding-left: 20px;padding-right: 20px;}
.axil-mainmenu{}
.axil-mainmenu .header-navbar{}
.axil-mainmenu .header-navbar .header-main-nav{ margin: 0 0 0 20px;} */
.mainmenu > .menu-item-has-children .axil-submenu {
    min-width: max-content;
}
.mainmenu {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}
@media only screen and (min-width: 1400px) {
    .axil-mainmenu .header-navbar .header-main-nav {
        margin: 0 5px;
    }
    .mainmenu>li {
        margin: 0 15px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .axil-mainmenu .header-navbar .header-main-nav {
        margin: 0 0 0 20px;
    }
    .mainmenu > li {
        margin: 0 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-mainmenu .container {
        padding-left: 15px;
        padding-right: 0;
    }
    .axil-mainmenu .header-navbar .header-main-nav {
        margin: 0 0 0 0px;
    }
    .mainmenu > li {
        margin: 0 3px;
    }
}
.mainmenu > li > a.btn {
    color: var(--color-white);
    font-weight: 500;
    line-height: 1;
    height: auto;
    padding: 12px 15px;
}
.mainmenu > li > a.btn:hover::before {
    opacity: 0;
    width: 0;
}

/*_____ Right fix shortcut menu ___ */
@media only screen and (max-width: 991px) {
    .shortcut-demo-main-container,
    .shortcut-container{
        display: none !important;
    }    
}
.shortcut-demo-main-container,
.service-number-container,
.whatsapp-number-container{
    position: fixed;
    width:350px;
    z-index: 10;
    right: 0%;
    transition: all .5s ease-in;
    /* transform: translate(-50%, -50%); */
    top: 50%;
}
.demo-number-container,
.service-number-container,
.whatsapp-number-container{
    display: grid;
    grid-template-columns: 12% 88%;
}
.shortcut-demo-main-container{
    text-align: center;
    border-color:red;
    transform: translate(88%, -110%);
}
.service-number-container{
    border-color:blue;
    transform: translate(88%, 0%);
}
.whatsapp-number-container {
    border-color:green;
    transform: translate(88%, 115%);
}
/* Hover */
.shortcut-demo-main-container:hover {
    transform: translateY(-110%);
}
.service-number-container:hover {
    transform: translateY( 0%);
}
.whatsapp-number-container:hover {
    transform: translateY(115%);
}
.shortcut-container i {
    display: grid;
    place-items: center;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.demo-number-container i {
    background-color: #006cb5;
    font-size: 24px;
    padding: 8px 0;
}
.service-number-container i {
    background-color: #ff9090;
    background-color: #006cb5;
    font-size: 24px;
    padding: 8px 0;
}
.whatsapp-number-container i {
    background-color: #25D366;
    font-size: 28px;
    padding: 6px 0;
}
.shortcut-container .shortcut-number{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: aliceblue;
}
.banner .axil-btn.btn-large,
.axil-btn.btn-fluid,
.axil-btn.btn-large {
    letter-spacing: 1px;
    padding: 8px;
    border-radius: 7px;
    width: auto;
}
/* Download page */
.download-card {
    box-shadow:0px 0px 16px -2px #c9c9c9ba;
}
.download-card-img {
    height: 45px;
    width: 45px;
}
.download-card-body {
    padding: 16px 11px;
    font-size: 15px;
}
.download-card-info-con {
    display: grid;
    /* justify-content: center; */
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.download-card-info-con:first-of-type {
    margin-top: 10px;
}
.sizeinfo {
    display: flex;
    justify-content: space-evenly;
}
.download-card-label {
    margin-right: 4px;
}
.download-card-data {
    color: #006cb5;
}
.download-icon,
.buy-now-icon {
    margin-left: 5px;
}
/*  About us  */
@media only screen and (min-width: 1200px) {
    .about-us-main-wrapper .breadcrumb-banner {
        padding: 230px 0 80px;
    }
  }
@media only screen and (min-width: 1600px) {
    .shape-group-8 .shape.shape-2 img {
      width: 60%;
    }
  }
/* Header dropdown icon remove */
.mainmenu > .menu-item-has-children > a {
    margin-right: 0;
}
.mainmenu > .menu-item-has-children > a::after {
    display:none;
}
/* contact us page purple section  */
 .purple-shape {
    opacity: 0.2;
}
/* gradient background color */
.bg-color-gradient {
    background: -webkit-linear-gradient(to bottom, #ecf2f6 0%, #fff 60%);
    background: -moz-linear-gradient(to bottom, #ecf2f6 0%, #fff 60%);
    background: linear-gradient(to bottom, #ecf2f6 0%, #fff 60%);
}

/* Product page Select pricing dropdown*/
.select-pricing-dropdown {
    /* appearance: none; */
    cursor: pointer;
    padding: 2px 90px 2px 3px;
    border:1px solid #cecece;
    border-radius: 8px;
    outline: none;
    color: #5e5e5f;
    font-size: 14px;
    font-weight: 500;
    background-color: #f4f4f4;
}
.product-pricing .main-price {
    color: #3c3c3c;
    font-size: 35px;
    font-weight: bolder;
}
.product-pricing .old-price {
    text-decoration: line-through;
}
.case-study-featured {
    margin-bottom: 10px;
}
/* Home page banner slider */
.banner-swiper {
    overflow-x: hidden;
    
}
.banner-swiper .banner-text-container {
    height: 100%;
    display: grid;
    align-items: center;
}
.banner .banner-content .title {
    font-size: 35;
    margin-bottom: 10px;
}
.banner-sub-text {
    margin: 0 0 30px 0;
}
.banner-swiper .banner-text-blue {
    color: #006cb5;
}
.banner-swiper .banner-text-red {
    color: #d9241c;
}
.banner-swiper .banner-img-container img {
    width: 75%;
    background-color: #fff;
    margin-top: 140px;
}
.banner-swiper .banner-text-container .banner-content {
    background-color: #fff;
}
.banner-swiper .swiper-pagination {
    margin-top: 10px;
}

/* Footer */
@font-face {
    font-family: "express";
    src: url("../font/Express.ttf");
}
@font-face {
    font-family: "Poppins";
    src: url("../font/poppins.woff2");
}
/* Footer 1 */
.footer-1 .footer-menu-link li a {
    margin-bottom: 15px;
}
.footer-widget {
    margin-bottom: 0;
}
/* Footer 2 */
/* .footer-2 .col-md-6{
    border: 1px solid red;
} */
.footer-miracle-text {
    font-family: express;
    color: #005995;
    margin-bottom: 10px;
    text-transform: none;
}
.footer-miracle-text::first-letter {
    font-size: 35px;
}
.footer-2 .footer-social-media-container,
.footer-2 .footer-social-media-text {
    display: grid;
    justify-content: end;
}
.footer-2 .footer-social-media-line {
    height: 8px;
    width: 130px;
    margin-bottom: 10px;
    background-color: #80acca;
}
.footer-2 .footer-social-media-text {
    color: #292930;
    text-align: end;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer-2 .footer-social-media-menu ul{
    display: flex;
}
.footer-2 .footer-social-media-menu ul li a{
    margin-left: 22px;
    color: #005995;
}
.footer-2 .footer-social-media-menu ul li a i{ 
    font-size: 22px;
}
.footer-title-map {
    margin-bottom: 12px;
}

/* Responsive footer */
@media only screen and (max-width: 576px) {
    .footer-miracle-text {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .footer-2 .footer-social-media-line {
        height: 5px;
        width: 110px;
        margin-bottom: 8px;
        margin-top: 10px;
    }
    .footer-2 .footer-social-media-text {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .footer-2 .footer-social-media-menu ul li a{
        margin-left: 10px;
    }
    .footer-2 .footer-social-media-menu ul li a i{ 
        font-size: 20px;
    }
}

/* Banner slider responsive */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner .banner-content .title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px) {
    .banner-img-container img {
        margin-top: 30px;
    }
    .heading-left p + p {
        margin-bottom: 30px;
    }
    .life-at-rkit-card {
        margin-top: 30px;
    }
}
/* Industry we Serve  */
.homeabout .about-box {
    padding: 30px 12px;
    width: 100%;
    min-width: 185px;
}

.industry-section-col{
    min-width: 210px;
    max-width: 210px;
}
.about-main-icon img{
    height: 60px;
}
/* Header Logo */
.light-version-logo,
.sticky-logo ,
.mobile-nav-logo .light-mode {
    height: 60px;
}

/*  header buy button */
.mainmenu .buy-now-link a.buy-now-btn{
    color: #fff;
    line-height: unset;
    height: unset;
    padding: 8px 14px;
}
.buy-now-link a.buy-now-btn::before,
.buy-now-link a.buy-now-btn.active::before {
    display: none;
}
.t-and-c-pdf-btn {
    border-radius: 5px;
    background-color: #006cb5;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
}
/* Buy page Tab container */
.buy-tab-section .pricing-billing-duration ul {
    padding: 3px;
    margin-bottom: 15px;
    border: 1px solid #9fa1a3;
}
.buy-tab-section .pricing-billing-duration ul .nav-item{
    margin-right: 0;
}
.buy-tab-section .pricing-billing-duration ul .nav-link {
    padding: 15px 20px;
}
.buy-tab-section .buy-tab-content-header {
    text-align: center;
    margin: 10px 0 30px;
    font-weight: 700;
}
.buy-tab-section .buy-card-container {
    min-width: 260px;
    width: 100%;
    /* max-width: 280px; */
    padding: 20px 5px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px -1px #c9c9c9;
    background-color: #fff;
}
@media only screen and (max-width: 576px) {
    .buy-tab-section .pricing-billing-duration ul .nav-link {
        font-size: 13px;
        padding: 10px;
    }
}
.buy-card-container .img-container {
    text-align: center;
    margin-bottom: 20px;
}
.buy-card-container .img-container img{
    width: 60px;
}
.buy-card-container .buy-card-heading {
    font-family: 'Poppins';
    display: grid;
    justify-items: center;
    position: relative;
    text-align: center;
    line-height: normal;
    padding-bottom: 8px;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 700;
    text-transform: none;
}
.buy-card-container .buy-card-heading::after {
    content: '';
    align-self: self-end;
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #939598;
}
.buy-card-container .buy-pricing {
    display: grid;
    grid-template-columns: 22% auto 20%;
    padding: 4px 0;
    margin:0 20px 20px;
    position: relative;
    cursor:pointer;
    border-radius: 15px;
    border: 1px solid #d1d2d4;
    background-color: #f1f2f2;
}
.buy-card-container .buy-pricing.multi-user-price-con {
    margin-bottom: 35px;
}
.buy-card-container .buy-pricing.selected {
    border: 1px solid #8ebcda;
    box-shadow: 0 2px 3px 3px #7d7a7a26;
}
.buy-card-container .buy-pricing i{
    text-align: center;
    padding: 10px;
    font-size: 24px;
    color:#000;
}
.buy-card-container .buy-pricing .buy-user-detail{
    display: grid;
    margin-top: 5px;
}
.buy-card-container .buy-pricing .buy-user-detail .buy-user {
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height:1;
}
.buy-card-container .buy-pricing .buy-user-detail .buy-price-con .buy-main-price{
    color: #006cb5;
    font-weight: 600;
    font-size: 14px;
}
.buy-card-container .buy-pricing .buy-user-detail .buy-price-con .buy-old-price{
    font-size: 10px;
    text-decoration: line-through;
}
.buy-card-container .buy-pricing label.pricing-label {
    display: none;
}
.buy-card-container .buy-pricing input.buy-radio-control {
    appearance: none;
    outline: 1px solid #312d2e;
    border-radius: 50%;
    align-self: center;
    justify-self: center;
    padding: 0;
    height:14px;
    width:14px;
    background-color: #fff;
    transition: .1s background-color linear;
}
.buy-card-container .buy-pricing.disable-pricing input.buy-radio-control {
    display: none;
}
.buy-card-container .buy-pricing.selected input.buy-radio-control {
    border: 2px solid #fff;
    background-color: #006cb5;
}
.buy-card-container .buy-card-btn .axil-btn.btn-large {
    padding: 8px;
    opacity: .6;
    filter: grayscale(50%);
    background-color: #006cb5;
    border-color: #006cb5;
    cursor: default;
}
.buy-card-container .buy-card-btn .axil-btn.btn-fill-primary::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
}
.buy-card-container .buy-card-btn .axil-btn.btn-large.buy-now-active {
    cursor: pointer;
    opacity: 1;
    filter: grayscale(0);
}
.buy-card-container .buy-card-btn .axil-btn.btn-large.buy-now-active:hover {
    border-color: #da261e;
}
.buy-card-container .buy-card-btn .axil-btn.btn-fill-primary.buy-now-active:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.buy-card-container .buy-card-btn .axil-btn.btn-large i.buy-now-icon {
    font-size: 14px;
}
.buy-tab-section .buy-tab-content-list {
    list-style-type: disc;
    list-style-position: inside;
    color: #000;
}

/*  career page slider */
.career-slider-container {
    display: flex;
    position: relative;
    justify-content: center;
}
.career-swiper{
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 96%;
    padding-top: 10px;
}
.career-swiper .swiper-slide{
    display: flex;
    justify-content: center;
}
.career-item-container {
    width: 92%;
}
.career-swiper .swiper-button-next ,
.career-swiper .swiper-button-prev
{
    background-color: transparent;
    top: 48%;
}
.career-swiper .swiper-button-next::after ,
.career-swiper .swiper-button-prev::after
{
    font-size: 35px;
}
.career-swiper .swiper-button-prev{
    left: -12px;
}
.career-swiper .swiper-button-next {
    right: -12px;
}
/* file upload icon */
.kwt-file__choose-file {
    height: 32px;
    width: 32px;
}
.kwt-file__choose-file svg {
    height: 15px;
    width: 15px;
}
/* career detail */
.career-detail-accordion-img {
    width: 25px;
    margin-right: 20px;
}
.why-choose-us .accordion-item .accordion-button .career-detail-accordion-img {
    filter: invert(25%) sepia(81%) saturate(2016%) hue-rotate(185deg) brightness(94%) contrast(101%);
    -webkit-filter: invert(25%) sepia(81%) saturate(2016%) hue-rotate(185deg) brightness(94%) contrast(101%);
}
.why-choose-us .accordion-item .accordion-button.collapsed .career-detail-accordion-img {
    filter: none;
    -webkit-filter: none;
}

/* About us page */
/* About us points  */
.about-us-points-container{
    display: grid;
    align-items: flex-start;
    grid-template-columns: 28% 72%;
    /* border: 1px solid #006cb5; */
}
.about-us-points-container .img-con{
    background-color: #006cb5;
    height: 75px;
    width: 75px;
    display: grid;
    place-items: center;
    border-radius: 18px;
}
.about-us-points-container .img-con img{
    width: auto;
}
.about-us-points-container .text-con .main-text{
    font-size: 26px;
    font-weight: 600;
    color: #006cb5;
}
/* section heading */
.about-us-section-heading {
    font-weight: 600;
    color: #006cb5;
    line-height: 1;
}
/* About us Dream section */
.dream-read-more-btn {
    border-radius: 5px;
}
.dream-para {
    margin-bottom: 30px;
}
/* About us video section */
.about-us-video-container iframe {
    height: auto;
    aspect-ratio: 16 / 9
}
/*About Us Director Section */
.director-heading {
    color: #006cb5;
    font-weight: 900;
    margin-bottom: 20px;
}
.director-container {
    position: relative;
    display: flex;
    justify-content: space-evenly;
}
.director-container::after {
    content: "";
    background-color: #006cb5;
    border-radius: 15px;
    position: absolute;
    top: 40%;   
    height: 60%;
    width: 100%;
    z-index: -2;
}
.director-container .director-col {
    display: grid;
    justify-content: center;
    text-align: center;
    /* border: 1px solid #006cb5;  */
}
.director-container .director-circle {
    height: 300px;
    width: 300px;
    padding: 15px;
    border-radius: 50%;
    background-color: #fff;
}
.director-container .director-circle img{
    border-radius: 50%;
    height: 100%;
}
.director-container .director-text-con {
    color: #fff;
    margin-bottom: 30px;
}
.director-container .director-text-con .director-name{
    font-weight: 500;
    font-size: 32px;
}
.director-container .director-text-con .director-text{
    /* font-weight: 500; */
    font-size: 22px;
}
h1,h2,h3,h4,h5,h6,[class*='heading'] :not(p){
    text-transform: capitalize;
}
.phone-number,
.about-us-section-heading{
    text-transform: none;
}
.back-btn{
    display: grid;
    place-items: center;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 0px #c9c9c994;
    position: absolute;
    top: -37px;
    left: 5px;
    transition: .1s linear all;
}
.back-btn:hover{
    box-shadow: 0px 0px 10px -1px #c9c9c9;
}
.back-btn i {
    font-size: 20px;
    color: #006cb5;
}
.form-control, .form-control:focus {
    border-color: #b5b5b5;
}

/* Video Page styling */
.video-search-container{
    display: flex;
    border: 1px solid #6c6c6c;
    border-radius: 12px;
    margin-bottom: 40px;
    grid-column: 1 / span 2;
    grid-row: 1; 
}
.video-search-container label.video-search-label{
    display: flex;
    align-items: center;
}
.video-search-container label.video-search-label i{
    margin: 0 10px 0 15px;
    color: #6c6c6c;
}
.video-search-container input.video-search-input{
    padding: 10px 0;
    height: auto;
    border: 0;
}
.video-search-container input.video-search-input::placeholder{
    color: #6c6c6c;
}
.video-main-container {
    display: grid;
    grid-template-columns: 30% calc(70% - 20px);
    grid-template-rows: 1fr;
    grid-gap: 0 20px;
}
.video-list-container {
    background-color: #eaeaea;
    padding: 25px 0;
    height: 100%;
    border-radius: 12px;
}
.video-accordion-container{
    /* max-height: 476px;
    overflow-y: scroll; */
    padding: 0 20px;
    overflow-y: auto;
}
.video-list-accordion{
    height: 100%;
    /* border: 1px solid red; */
}
.video-list-accordion .video-accordion-item {
    padding: 10px;
    border-radius: 12px;
    background-color: #fff;
    margin-bottom: 15px;
}
.video-list-accordion .video-list-collapse {
    padding: 0 20px 0 4px;
}
.video-list-accordion .video-heading:first-of-type {
    margin-top: 10px;
}
.video-list-accordion .video-accordion-btn{
    background-color: #fff;
    border: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    display: flex;
}
.video-list-accordion .video-accordion-btn::after {
    content: "\f068";
    font-family: "Font Awesome 6 pro";
    margin-left: auto;
}
.video-list-accordion .video-accordion-btn.collapsed::after {
    content: "\f107";
}
.video-list-accordion .video-heading {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #292930;
}
.video-list-accordion .video-heading:hover,
.video-list-accordion .video-heading.active {
    cursor: pointer;
    color: rgba(199, 14, 14, 0.938);
}
.search-result-container {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 0 20px;
    overflow-y: auto;
}
.search-result-container .video-heading {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #292930;
}
.search-result-container .video-heading:hover ,
.search-result-container .video-heading.active {
    color: rgba(199, 14, 14, 0.938);
}
.search-result-container .video-heading:first-of-type {
    margin-top: 0;
}
/* Order Page styling */
.order-card-container{
    /* border: 1px solid red; */
}
.order-card-container .order-card-header{
    display: flex;
    align-items: center;
    background-color: #e9ecef;
    padding: 15px 12px;
}
.order-card-container .order-card-header i {
    margin-right: 8px;
}
.order-card-container .order-card-heading {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.order-card-container .other-detail-container {
    padding: 10px 8px 0 8px;
}
/* video player */
.video-player-container {
    display: flex;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 10px;
}
.video-player{
    width: 100%;
    height: 100%; 
    border-radius: 15px;
}
/* partner page image */
img.channel-partner-img {
    width: 100%;
    height: auto;
    aspect-ratio: 7 / 6;
}
.partner-img-con {
    display: grid;
    place-items: center;
}
.partner-img-con img{
    width: 85%;
}

/* btn danger hover effect */
.axil-btn.btn-fill-danger {
    overflow: hidden;
    border: #da261e;
}
.axil-btn.btn-fill-danger::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: #006cb5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.axil-btn.btn-fill-danger:hover {
    background-color: #006cb5;
    border-color: #006cb5;
    /* border-color: #da261e; */
}

.axil-btn.btn-fill-danger:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.file-control {
	border-radius: 14px;
	padding: 5px 5px 0px 10px;
	height: 35px;
}

.checkbox-control {
	display: block;
	font-weight: 600;
	float: left;
	margin-left: 10px;
}

.privacy-policy-box{}
.privacy-policy-box b{
    color: #000;
}
.privacy-policy-box h6{
    color: #000;
    padding-top: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.privacy-policy-box h6 b span{
    display: inline-block;
    padding-right: 12px;
}
.privacy-policy-box p{
    margin: 0px;
    text-align: justify;
}
.privacy-policy-box ol{
    padding-left: 23px;
}
.privacy-policy-box ol li{}


h1,
h2,
h3,
h4,
h5,
h6 {}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}
section {
    padding: 20px 0;
   /* min-height: 100vh;*/
}
.btn {
padding: 14px 25px;
text-transform: uppercase;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
transition: all 0.8s;
}
.red-btn {
background: #018ed0 !important;
border: 2px solid 18ed0;
color: #fff;
}

.red-btn:hover{
background: #1c376c;
color: #fff;
border-color: #ffffff;
}

/*---------footer---------*/
footer {
    background-color: #222023;
    background-image: -webkit-linear-gradient(top, #222023, #1e2c47);
    background-image: -moz-linear-gradient(top, #222023, #1e2c47);
    background-image: -o-linear-gradient(top, #222023, #1e2c47);
    background-image: linear-gradient(to bottom, #222023, #1e2c47);
    color: #fff;
    padding: 10px 0;
    font-size: 13px;
}
footer h3 {
font-size: 24px;
font-weight: 600;
letter-spacing: 1px;
color: white;
}
footer h4 {
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
display: inline-block;
margin-bottom: 2px;
color: white;
}
.about-footer li i {
position: absolute;
left: 0;
}
.about-footer li {
padding-left: 40px;
position: relative;
margin-bottom: 40px;
}

.about-footer ul {
margin-top: 40px;
}

footer a {
color: #fff;
}

footer a:hover {
color: #ed1b24;
}
.footer-title {
border-bottom: 2px solid #a61f2d;
padding-bottom: 25px;
margin-bottom: 35px;
}

ul.footer-social {
float: right;
}

ul.footer-social li {
display: inline;
margin-right: 16px;
}

ul.footer-social i {
width: 30px;
height: 30px;
background: #fff;
color: #222025;
text-align: center;
line-height: 30px;
border-radius: 30px;
font-size: 16px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
font-weight: 800;
}

ul.footer-social li:last-child {
margin-right: 0px;
}

ul.footer-social i:hover {
background: #ed1b24;
color: #fff;
}

.page-more-info li {
margin-bottom: 31px;
}

footer .table td:first-child {
font-weight: 600;
padding-left: 33px;
color: white;
}

footer .table td:last-child {text-align: right;}
footer .table td {
padding: 0px;
border: 0;
}

footer .table tr {
}

footer .table td i {
position: absolute;
left: 0px;
font-size: 21px;
top: 6px;
}

footer .table td {
position: relative;
padding: 4px 0;
color: white;
}
.footer-logo td {
padding-right: 4px !important;
}

.footer-logo td:last-child {
padding-right: 0px !important;
}
footer hr {
border-color: #9294a0;
}

.footer-bottom p {
text-align: right;
}
.footer-bottom {
margin-top: 10px;
}
.open-hours hr {
margin: 30px 0;
}
