a {
    color: #bf1e2e;
    text-decoration: none;
    background-color: transparent;
}

.sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    background-color: #fff !important;
}

header {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.carousel-item .img-fluid {
    width: 100%;
}

.carousel {
    overflow: hidden;
    /*height:600px;*/
    position: relative;
}

ul {
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
}

.wa-float {
    position: fixed;
    bottom: 44px;
    right: 0px;
    text-align: center;
    z-index: 100;
}

.table {
    color: #212529 !important;
    font-weight: 500 !important;
}

@media only screen and (max-width: 768px) {
    .wa-float {
        bottom: 0px !important;
        right: 0px !important;
        z-index: 100;
        background-color: #ffc107;
        width: 50%;
    }
    /* .fixed-enquire {
    bottom:0px!important;
	top: unset!important;
    transform: rotate(0deg) !important;
    background-color: #84131e !important;
    right: unset;
    border-radius: 0px;
    z-index: 99;
	left:0px;
	width:100% !important;
	text-align:center;
}
.fixed-enquire .side-equire {
    padding: 13px 11px !important;
    font-size: 15px;
    color: #ffffff;
} */
}

/* footer social media icons */

.social-icons {
    margin-top: 10px;
}

.social-icons ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline;
}

.social-icons li a {
    color: #ffffff;
}

.social-icons li {
    display: inline;
    padding: 0 4px;
    font-size: 24px;
    line-height: 30px;
}

.fixed-enquire {
    display: none !important;
}

.fixed-enquire-active {
    display: block !important;
}

.fixed-enquire {
    position: fixed;
    top: 310px;
    transform: rotate(-90deg);
    background-color: #FFC107;
    right: -85px;
    border-radius: 6px;
    z-index: 99 !important;
}

.fixed-enquire .side-equire {
    color: #000;
    letter-spacing: 0.27px;
    font-size: 16px;
    padding: 12px 30px 40px 30px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width:791.5px) {
    .fixed-enquire {
        bottom: 0px !important;
        top: unset !important;
        transform: rotate(0deg) !important;
        background-color: #d40606 !important;
        right: unset;
        border-radius: 0px !important;
        z-index: 1;
        left: 0px;
        width: 100% !important;
        text-align: center;
    }
    .fixed-enquire .side-equire {
        padding: 13px 11px !important;
        font-size: 15px;
        color: #fff !important;
    }
}

/* default style  */

/* html {
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
} */

a,
p {
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}

h1,
h2,
h3,
h4,
h5 {
    color: #333 !important;
}

h1 {
    font-family: "Kanit", sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    color: #ce1414 !important;
}

.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}

.js-scroll.scrolled {
    opacity: 1;
}

.scrolled.fade-in {
    animation: fadeIn 0.5s linear 1 forwards;
    animation-delay: calc(1.4s + (0.15s * var(--i)));
}

.scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

#form-container {
    background: #fff;
    padding-top: 10px;
}

.formdiv1 {
    background-color: #d7d6cc !important;
    padding: 10px !important;
}

/* @media only screen and (min-width: 1020px) and (max-width: 1540px) {
  #dbannerdesktop .carousel-inner img {
    min-height: 100vh !important;
    min-width: 100% !important;
    width:fit-content !important;
    height: fit-content !important;
    
  }
} */

.npf_wgts iframe {
    height: 570px !important;
}

.formdiv {
    /* background: rgba(255, 255, 255, 0.7) !important; */
    background: #fff !important;
    top: 6% !important;
    position: absolute;
    overflow: auto;
    right: 10% !important;
    height: auto !important;
    width: 356px;
    max-width: 100%;
    border-radius: 10px;
    /* box-shadow: 0 0 10px #111 !important; */
    z-index: 999 !important;
}

/* .npf_wgts{
  background: green !important;
} */

@media (max-width:1441px) {
    .formdiv {
        top: 6% !important;
        right: 5% !important;
        height: auto !important;
    }
}

@media (max-width:1282px) {
    .formdiv {
        top: 6% !important;
        right: 5% !important;
        height: auto !important;
    }
}

#form-container {
    background: transparent !important;
}

.carousel-item .w-100 {
    width: 100% !important;
    height: 200px !important;
    /* object-fit: cover !important;
  object-position: top; */
}

@media (max-width:791.5px) {
    .carousel-item .w-100 {
        width: 100% !important;
        height: 100% !important;
    }
    #form-container h3 {
        color: #000 !important;
    }
}

.m-hide {
    display: inline-block !important;
}

.menu {
    width: 100% !important;
    height: auto !important;
    /* position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999 !important;
  margin-top: 30px !important; */
}

.logo {
    background: #fff !important;
    /* padding: 5px !important; */
}

@media (max-width:791.5px) {
    .menu {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        position: relative !important;
        text-align: center !important;
        z-index: 9999 !important;
        margin-top: 0 !important;
    }
    .logo {
        padding: 5px !important;
    }
    .logo img {
        width: 300px !important;
        margin: auto !important;
        height: auto !important;
    }
    .m-hide {
        display: none !important;
    }
    .m-align {
        display: block !important;
    }
    .r-slide-track {
        width: 100% !important;
        height: auto !important;
        border-top: 1px solid #efefef;
    }
    .r-slider img {
        width: 160px !important;
        height: 55px !important;
        padding: 10px 0 !important;
    }
}

.content-info {
    /* text-align: center !important; */
    align-items: center;
    align-content: center;
    margin-top: 10px !important;
}

.content-info p {
    font-size: 18px !important;
    color: #000 !important;
}

.content-info p span {
    color: #ac0707 !important;
    font-weight: 500 !important;
}

@media (max-width:791.5px) {}

.application-inst,
.admission-process,
.kl-edge,
.programs,
.lifeatkl,
.Placement,
.ranking,
.recruiters {
    padding: 50px 0 !important;
}

.ranking {
    background: #d7d6cc !important;
    padding: 50px 0 20px 0 !important;
}

.Exploreklu {
    padding: 50px 0 50px 0 !important;
    position: relative;
    /* background: #d7d6cc  !important; */
    background-image: linear-gradient(145deg, rgb(17, 5, 6), rgb(210, 10, 10));
}

.Exploreklu h1 {
    color: #fff !important;
}

.Exploreklu p {
    color: #fff !important;
}

.Explore-img {
    position: relative;
    background: #fff !important;
}

.exams-details {
    padding: 60px 0 !important;
    /* background: #d7d6cc; */
    background-image: linear-gradient(145deg, #110506, #d20a0a);
}

.exams-details h1 {
    color: #fff !important;
}

.exams-details a {
    color: #fff !important;
}

.placement-card {
    margin: 5px !important;
    padding: 20px 5px !important;
    /* box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1); */
    width: 26% !important;
    height: auto !important;
    background-color: #fff;
    text-align: center;
    /* border-right: 1px solid #c4bdbd; */
    border-radius: 5px !important;
    /* border-right: 1px solid #c4bdbd;
  border-bottom: 1px solid #c4bdbd; */
    position: relative;
    z-index: 1 !important;
}

/* #watermark {
  background: url('./assets/images/campus-bg1.png') no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1 !important;
}

#watermark1 {
  background: url('./assets/images/Success.png') no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  margin: auto;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  text-align: center;

} */

@media (max-width:791.5px) {
    .placement-card {
        width: 46% !important;
    }
}

.placement-card:hover {
    border: none !important;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1) !important;
}

.placement-card:nth-of-type() {
    border-right: 1px solid #c4bdbd;
}

.placement-card h5 {
    font-size: 30px !important;
    color: #ce1414 !important;
    font-family: 'Lora', serif !important;
    font-weight: 600 !important;
}

.placement-card p {
    font-size: 17px !important;
    text-transform: capitalize !important;
    color: #333 !important;
    font-weight: 500 !important;
}

.admission-process {
    background: #efefef !important;
}

.programs {
    background: #f5f5f5 !important;
}

/* .programs h1 {
  padding: 20px 0 !important;
} */

/* .programs-inner h3{
  background: #000 !important;
  color: #fff !important;
  padding:0px !important;
} */

.programs-inner {
    background: #fff !important;
    padding: 10px !important;
    height: 900px !important;
}

.programs-inner img {
    width: 100% !important;
    height: auto;
}

.lifeatkl {
    width: 100% !important;
    height: 100% !important;
    padding: 70px 0 !important;
}

.exams-details h1 {
    margin-bottom: 10px !important;
    /* color: #FFF !important; */
}

/* .exams-details {
  background: #eceaea !important;
} */

.step_con {
    display: inline-flex;
    align-content: center;
}

.comm_step {
    width: 20% !important;
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 99 !important;
}

.comm_step::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    background-color: #8a8a8a;
    top: 40%;
    right: -100px;
    transform: translate(50% 50%);
    /* z-index: 999; */
    -webkit-transform: translate(50% 50%);
}

p.step_p {
    margin-bottom: 5px;
}

.step1 {
    padding-top: 3px;
}

.img_icon img {
    /* text-align: x; */
    padding-top: 13px;
}

p.img_icon {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: auto;
    z-index: 999999;
    background: #fff !important;
}

p.step_d {
    color: #383b3e;
    font-size: 17px;
    font-weight: 500;
}

.step_con .comm_step:nth-child(4)::before {
    display: none;
}

@media (max-width:791.5px) {
    .m-scrolling {
        overflow: auto;
        text-align: center !important;
        background: #d7d6cc;
    }
    .comm_step {
        width: 100% !important;
    }
    p.step_d {
        font-size: 14px !important;
    }
    .comm_step::before {
        top: 35% !important;
        z-index: -1 !important;
        right: -90px;
        width: 180px !important;
    }
    p.img_icon {
        background: #efefef !important;
    }
}

/* .social-icon{
  text-align: center !important;
} */

.p-footer {
    padding: 20px 5px !important;
    margin-bottom: 50px !important;
}

.other-links ul li a {
    color: #000 !important;
}

.social-icon ul li {
    display: inline-block;
    padding: 15px !important;
}

.social-icons {
    margin: 20px 0 !important;
}

.copy-right {
    margin: 20px 0 0 0 !important;
    /* border-bottom: 1px solid #c0cac0; */
    text-align: center !important;
}

.social-icons li a {
    color: #030A0F !important;
    font-size: 30px !important;
    padding: 5px 5px !important;
    /* border-right: 1px solid #fff; */
}

.edge-card h5 {
    color: #ce1414 !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    font-family: "Kanit", sans-serif !important;
}

.other-links ul li {
    display: inline-block;
    padding: 10px !important;
}

.card {
    width: 24%;
    margin: 5px !important;
    overflow: hidden;
    position: relative;
}

.card .content {
    z-index: 2;
    width: 100%;
    position: absolute;
    bottom: -120px;
    transition: all 0.7s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px !important;
    box-sizing: border-box;
    min-height: 90px;
    background: #c61717 !important;
}

.card .image {
    z-index: 1;
    max-height: 400px !important;
    height: 100% !important;
}

.card img {
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    transform: scale(1.2);
    object-fit: cover !important;
}

.card:hover .content {
    bottom: 0px;
    color: #fff;
}

.card:hover .image img {
    transform: scale(1);
}

.card .content span:first-child {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.card .content span:last-child {
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .card {
        width: 50%;
    }
    .card .content {
        bottom: -120px;
    }
}

@media screen and (max-width: 480px) {
    .card {
        width: 100%;
    }
}

.edge-card {
    width: 32% !important;
    height: auto !important;
    background: #fff !important;
    margin: 5px !important;
    padding: 20px !important;
}

.edge-card:hover {
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 791.5px) {
    .edge-card {
        width: 47% !important;
    }
}

.edge-card img {
    width: 100px !important;
    height: 100px !important;
    float: right;
    margin-top: -90px !important;
    opacity: 0.3;
}

.more-btn {
    padding: 5px !important;
    background: #ce0a0a;
    text-align: center;
    margin-bottom: 5px !important;
}

.more-btn ul li {
    display: inline-block;
    padding: 5px !important;
    border-right: 1px solid #f06868;
}

.more-btn ul li:last-child {
    border-right: none !important;
}

.more-btn ul li a {
    color: #fff !important;
}

.exams-inner {
    /* background: #fff !important; */
    padding: 2px !important;
    /* margin-top: 20px; */
    height: auto !important;
}

.exams-inner1 {
    background: #fff !important;
    padding: 15px 20px !important;
    /* margin-top: 20px; */
    height: auto !important;
}

.exams-inner1 p {
    color: #111 !important;
}

.exams-inner1 h5 {
    font-family: 'Montserrat', sans-serif !important;
    /* font-size: 17px !important; */
    font-weight: 600 !important;
    color: #c61717 !important;
}

ul li a {
    color: #6f4209 !important;
}

.program-title {
    font-size: 18px !important;
    color: rgb(170, 12, 12);
    padding: 5px 0 !important;
    margin: 0 !important;
}

.header-active {
    position: absolute !important;
    top: 0 !important;
    margin-top: 0 !important;
    /* box-shadow: 5px 0 5px rgba(0, 0, 0, 0.5) !important; */
    background-color: #fff !important;
}

.p-inner {
    padding: 10px !important;
}

.helpdesk {
    padding: 30px 0 !important;
    /* background: #efefef !important; */
}

.bg-helpdesk {
    width: 100% !important;
    height: auto !important;
    background-color: #fff;
}

.i-helpicon {
    /* width: 110px; */
    height: 110px;
    overflow: hidden;
    padding: 10px;
    padding-left: 20px;
    padding-left: 24px;
    /* 		
border: 1px solid #8a8a8a;
border-radius: 50%; */
}

.helpdesk-icon {
    position: relative;
    display: flex !important;
    align-content: space-between !important;
    align-items: center !important;
    padding: 18px !important;
}

.helpdesk-icon img {
    position: relative;
    width: 100% !important;
    height: 100% !important;
}

.helpdesk-icon h5 {
    margin-left: 20px !important;
    font-size: 25px !important;
    font-weight: 600;
    text-transform: uppercase !important;
    text-align: center !important;
}

.helpdesk-icon h5 span {
    font-size: 25px !important;
}

.helpdesk-info {
    background-color: #c80909 !important;
    padding: 26px !important;
}

.helpdesk-info p {
    color: #fff !important;
    font-size: 22px !important;
}

.helpdesk-info .fa-envelope {
    font-size: 40px !important;
}

.helpdesk-info img {
    margin-right: 25px !important;
}

@media (max-width:791.5px) {
    .helpdesk-info {
        padding: 50px 0 !important;
        display: block !important;
        text-align: center !important;
    }
    .resp-tab-content {
        padding: 15px 0px 15px 0px;
        position: relative;
    }
}

table tr th {
    background: #efefef !important;
    color: #ba1a1a !important;
    font-family: 'Lora', serif !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    /* border: 1px solid #eaeaea !important; */
}

table tr td {
    /* background: #d5c1c1 !important; */
    background: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    /* border: 1px solid #eaeaea !important; */
    border: 1px solid #efefef !important;
}

.slick-slide {
    margin: 10px
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.details-tab {
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    color: #cc1010cc;
    font-family: "Kanit", sans-serif !important;
    font-weight: 500;
    display: block;
    order: 0;
    background: #9d909014;
    border-radius: 1.5rem;
    margin-right: 0.35rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    /* border: 2px solid transparent; */
}

/* .details-tab:hover, .details-tab:focus {
border-color: #7e4343;
} */

.details-tab::-webkit-details-marker {
    display: none;
}

.details-tabs {
    position: relative;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.details-content {
    order: 1;
    padding: 1.2rem;
    width: 100%;
    background: #fff !important;
}

.details-content details {
    margin: 1.5rem;
}

.details-content details summary {
    font-weight: 600;
}

.details-item {
    display: contents;
}

.details-item[open]>.details-tab {
    background: #c90303;
    color: #FFF;
}

.tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 500px;
}

.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.tab-link {
    /* margin: 0 1% !important; */
    list-style: none;
    padding: 12px 40px;
    color: #c90303;
    font-family: "Kanit", sans-serif !important;
    background: #efefef;
    cursor: pointer;
    font-weight: 500;
    transition: all ease 0.5s;
    /* border-bottom: solid 3px rgba(255, 255, 255, 0); */
    letter-spacing: 1px;
    font-size: 18px !important;
    position: relative;
}

.tab-link:hover {
    color: #c90303;
    /* border-color: #999; */
}

.tab-link.active {
    color: #c90303;
    /* border-color: #333; */
}

.tab-link.active::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    bottom: -9px;
    border-top: solid 10px #bf1e2e;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    left: 50%;
    transform: translateX(-50%);
}

.content-wrapper {
    padding: 0px 10px;
}

@media (max-width:791.5px) {
    .content-wrapper {
        padding: 10px 0 !important;
    }
    .tab-content {
        padding: 0 !important;
    }
}

.tab-content {
    display: none;
    /* text-align: center; */
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
    border-top: none !important;
    border-bottom: none !important;
    padding: 20px 20px;
}

.tab-content-inner {
    background: #fff !important;
    padding: 20px !important;
}

.tab-content-inner ul {
    margin: unset;
}

.tab-content-inner ul li {
    margin: 10px !important;
    font-size: 16px !important;
    color: #111 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}

.tab-content-inner p {
    font-size: 15px !important;
    color: #111 !important;
}

.tab-content-inner h5 {
    font-size: 18px !important;
    color: #991313 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.coursetable td {
    border: 1px solid #f7f7f7 !important;
    background: #f2f2f2 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px !important;
}

.tab-link.active {
    color: #fff !important;
    background: #c90303 !important;
    /* border-bottom: 1px solid #946060 !important; */
}

/* .active {
  background-color: transparent !important;
  background: transparent !important;
  color: #000 !important;
} */

/* #img-overlay{
  position:relative !important;
  width: 100% !important;
  height: 100% !important;
 } */

#img-overlay::before {
    content: '';
    width: 100% !important;
    height: 100% !important;
    /* background-image: linear-gradient(#0a77e3, #041218); */
    /* background: rgba(0, 0, 0, 0.8) !important; */
    left: 0;
    top: 0;
    position: absolute !important;
    opacity: 0.5 !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px !important;
    /* height: 100% !important; */
}

.swiper-pagination-fraction {
    color: #000 !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .swiper {
  width: 100%;
  height: 400px;
  margin: 0 auto;

} */

@media (max-width:791.5px) {}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.r-slide-track {
    width: 350px;
    display: flex;
    gap: 1em;
    overflow: hidden;
}

.r-slider {
    /* background-color: #fff; */
    width: 100% !important;
}

.r-slider img {
    width: 360px;
    height: 90px;
    animation: rscroll 60s linear infinite;
}

@keyframes rscroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-1000%)
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(189, 4, 4, 0.8);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse1 {
    0% {
        box-shadow: 0 0 0 0px rgba(235, 3, 3, 0.8);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

.b-btn {
    position: absolute !important;
    z-index: 99 !important;
    bottom: 25% !important;
    left: 10% !important;
    text-align: center !important;
}

.b-btn a {
    color: #fff !important;
    background: #c90303;
    text-align: center;
    padding: 10px 15px !important;
    /* box-shadow: 5px 5px 0 0 rgb(74, 37, 37); */
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 25px !important;
}

.b-btn h2 {
    color: #c00a0a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    background: linear-gradient(to right, #08114f 50%, #c50606 80%) !important;
    color: #fff !important;
    padding: 5px !important;
}

@media (max-width:791.5px) {
    .b-btn {
        bottom: 15% !important;
        left: 10% !important;
    }
}

.banner-title {
    position: absolute !important;
    z-index: 99 !important;
    top: 40% !important;
    left: 20% !important;
}

.banner-title h1 {
    color: #fff !important;
    font-size: 2.6rem !important;
    line-height: 75px !important;
    text-transform: capitalize !important;
    opacity: 0.8;
}

.banner-title h1 span {
    color: #f4ae07;
    font-size: 4.5rem !important;
    -webkit-text-fill-color: #1054aa00;
    -webkit-text-stroke: 2px #f4ae07;
}