.card {
    border-radius: 10px;
    background-color: #001526;
    box-shadow: 0px 4px 8px 0px #BDBDBD;
}

.profile-pic {
    width: 100% !important;
    height: 250px;
    /* box-shadow: 0px 4px 8px 0px #BDBDBD; */
    border: 2px solid #fff;
    border-radius: 10px;
}

.profile-title {
    background-color: #f85208;
    color: #fff;
    padding: 4px 15px;
    margin: 5px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
}

.testimonial-des {
    background-color: #001526;
    border-radius: 10px;
    padding-bottom: 30px !important;
}

.swiper-button-prev:after {
    font-size: 18px !important;
    text-align: center !important;
    padding: 7px 10px;
    font-weight: 800;
    height: 30px;
    width: 30px;
    color: #fff !important;
    background: #001526;
    border-radius: 50px;
}

.swiper-button-next:after {
    font-size: 18px !important;
    text-align: center !important;
    padding: 7px 10px;
    font-weight: 800;
    height: 30px;
    width: 30px;
    color: #fff !important;
    background: #001526;
    border-radius: 50px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #1E88E5 !important;
    border: none;
    padding: 5px 20px !important;
    font: inherit;
    font-size: 50px !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #0D47A1 !important;
    background-color: transparent !important;
}

.owl-dots {
    display: none;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.item {
    display: none;
}

.next {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6;
}

.prev {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6;
}

.item.show {
    display: block;
    transition-duration: 0.4s;
}

@media screen and (max-width: 999px) {

    .next,
    .prev {
        transform: scale(1);
        opacity: 1;
    }

    .item {
        display: block !important;
    }
}

.swiper-slide {
    padding: 0px !important;
}

/* .swiper-slide-active{
                            padding: 20px!important;
                        } */
.swiper {
    padding: 40px !important;
}

.swiper-wrapper {
    border-radius: 5px;
}

.content-wrapper {
    padding: 10px;
}

.vdo-iframe {
    border: 2px solid#fff;
    border-radius: 10px;
    height: 200px;
}
.slick-slide {
    display: block !important;
    position: relative;
    transform: scale(0.9) !important;
    opacity: 0.6;
}

.slick-current {
    opacity: 1 !important;
    transform: scale(1) !important;
    display: block !important;
}

.slick-prev:before {
    content: "<";
    margin: -15px !important;
}

.slick-next:before {
    content: ">";
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 25px !important;
    color: #001526 !important;
    opacity: inherit !important;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px !important;
    line-height: 20px;
    position: absolute;
    color: #001526;
    border: 1px solid #001526;
    border-radius: 50px;
}

.slick-dots li.slick-active button:before {
    font-size: 10px !important;
    border: 1px solid #f85208;
    color: #f85208 !important;
}

.slick-dots {
    bottom: -50px !important;
}

.testimonial-buyer {
    background: #001526;
    border-radius: 10px;
    padding-bottom: 30px !important;
}

/* New AboutUS CSS */
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Roboto:wght@300;400;500&display=swap");

.row {
    /* margin-right: 0px !important; */
}

/* HERE STARTS THE MAGIC */
header {
    text-align: left;
    color: #000;
    position: fixed;
    width: 100%;
    top: 0px;
}

@media only screen and (max-width: 600px) {
    
    .focus-bg {
        background-color: red;
        color: #fff;
        font-size: 12px !important;
        font-weight: 700;
        height: 40px;
        padding: 11px 20px !important;
    }
}

.about-text-span {
    color: #171c3c;
    font-weight: 700;
}

.banner-text {
    position: absolute;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    text-decoration: underline;
    text-decoration-color: #f85208;
}

.about-us-title {
    font-size: 26px;
    font-weight: 700;
}


header ul li {
    font-size: 14px;
    display: inline-block;
}

.header-fab {
    border-radius: 5px;
    height: 30px;
    width: 30px;
    color: #fff;
    padding: 8px 9px;
    background: #000;
}

.focus_title {
    background-color: #001526;
    height: 40px;
}

.focus-bg {
    background-color: red;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    padding: 6px 20px;
}

.focus-plus {
    color: red;
    font-size: 24px;
    font-weight: 800;
    padding: 0px 20px;
}

.content-wrapper {
    background-color: white;
    top: 87%;
    min-height: 12%;
    position: absolute;
    z-index: 2;
    width: 100%;
}

/* HERE ENDS THE MAGIC */
header .container {
    padding-bottom: 50px;
}

header ul {
    padding-left: 0px;
}

header img {
    display: block;
    margin-top: -7px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}


hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

section.primary h2 {
    color: #2c3e50;
}

section.success {
    background-color: #18bc9c;
    color: #fff;
}

/*-----------------------------
** Footer Area Start
------------------------------*/
/* .footer {
    overflow: hidden;
    position: relative;
    background: #001526;
    padding: 56px 0px 0px;
}

.footer .footer-info-area .footer-logo {
    margin-bottom: 23px;
    display: block;
}

.footer .footer-info-area .footer-logo .logo-link {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer .footer-info-area .footer-logo img {
    max-width: 180px;
}

.footer .footer-info-area .text {
    margin-bottom: 24px;
}

.footer .footer-info-area .text p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.footer .fotter-social-links ul {
    padding-left: 0px;
    margin-left: 0px;
}

.footer .fotter-social-links ul li {
    display: inline-block;
}

.footer .fotter-social-links ul li a {
    font-size: 14px;
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 0px 3px;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    padding: 11px 8px;

} */

.theme-bg {
    background-color: #f85208;
    color: #fff;
    padding: 30px;
    text-align: center;
}

/* .footer .fotter-social-links ul li a:hover {
    background: #f85208;
    border-color: #f85208;
    color: #fff;
}

.footer .copy-bg {
    background: #02020c;
    margin-top: 35px;
    padding: 20px 15px 20px;
}

.footer .copy-bg .content {
    text-align: center;
}

.footer .copy-bg .content .content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    color: #fff;
}

.footer .copy-bg .content .content a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    color: #f85208;
}

.footer .footer-widget .title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.footer .footer-widget ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.footer .footer-widget ul li {
    list-style: none;
}

.footer .footer-widget ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer .footer-widget ul li a:hover {
    color: #f85208;
}

.footer .footer-widget ul li i {
    font-size: 12px;
    padding-right: 4px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#product-details-tab #comment-area .all-comment li .single-comment .right-area .comment-footer .links a {
    display: inline-block;
    font-size: 14px;
}

.sub-categori .left-area .service-center .footer-area {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 28px 21px;
}

.sub-categori .left-area .service-center .footer-area .title {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}

.sub-categori .left-area .service-center .footer-area .list li {
    display: inline-block;
    font-size: 14px;
    margin: 0px 4px;
}

.sub-categori .left-area .service-center .footer-area .list li a {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sub-categori .left-area .service-center .footer-area .list li a:hover {
    color: #f85208;
}

ul {
    --icon-size: .8em;
    --gutter: .5em;
    /* padding: 0 0 0 var(--icon-size); * /
    color: #fff;
    font-weight: 600;
} */


.infouli ul li {
    padding-left: var(--gutter);
    padding-bottom: 10px;
}

.addresslist,
.faphone,
.faclock,
.faglobe,
.faemail {
    padding: 5px 10px;
    font-weight: 600 !important;
}

.addresslist::marker {
    content: "\f041 ";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    font-size: var(--icon-size);
}

.faglobe::marker {
    content: "\f0ac ";
    font-family: FontAwesome;
    font-size: var(--icon-size);
}

.faemail::marker {
    content: "\f0e0 ";
    font-family: FontAwesome;
    font-size: var(--icon-size);
}

.faphone::marker {
    content: "\f095 ";
    font-family: FontAwesome;
    font-size: var(--icon-size);
}

.faclock::marker {
    content: "\f017 ";
    font-family: FontAwesome;
    font-size: var(--icon-size);
}

.info-img {
    width: 80%;
    padding: 15px;
    border-radius: 25px;
}

.info-centered-text {
    z-index: 11;
    position: absolute;
    bottom: 15%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.text-ph {
    font-size: 28px;
}

.btn-rq {
    color: #000;
    font-weight: 700;
}

@media only screen and (min-width: 1201px) {
    .info-centered-text {
        bottom: 0%;
    }
}
@media only screen and (max-width: 768px) {
    .info-centered {
        left: 33%;
    }

    .info-centered-text {
        z-index: 11;
        position: absolute;
        bottom: 0%;
        left: 35%;
        transform: translate(-50%, -50%);
        text-align: left;
    }

    .info-centered {
        width: 100% !important;
        height: 500px;
    }
}

@media only screen and (max-width: 992px) {
    #topContent {
        display: none !important;
    }

    .info-centered-text {
        z-index: 11;
        position: absolute;
        bottom: 0px;
        left: 40%;
        transform: translate(-50%, -50%);
        text-align: left;
    }

    .text-ph {
        font-size: 26px;
    }

    .info-centered {
        width: 120%;
        height: 500px;
    }

    .text-st {
        font-size: 12px;
    }
}

.btn-req {
    color: #fff;
    background: #0d1e32;
    border-radius: 5px;
    border: 0;
    padding: 8px 22px;
    font-size: 22px;
}

.bg-theme {
    background: #2686ae;
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    margin-top: -70px !important;
    padding-bottom: 30px !important;
    font-family: "Poppins", sans-serif;
}

.btn-demo {
    text-transform:uppercase;
    color: #2686ae;
    background: #fff;
    border-radius: 5px;
    border: 0;
    padding: 4px 15px;
    font-size: 20px;
    font-weight: 600;
}
.btn-demo-mob{
    text-transform: uppercase;
    color: #fff;
    background: #001526;
    border-radius: 5px;
    border: 0;
    padding: 3px 12px;
    font-size: 14px;
    font-weight: 600;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 30px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: limegreen;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: green;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

#customers-testimonials .item {
    text-align: center;
    /* padding: 50px;
                margin-bottom: 80px;
                opacity: .2; */
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    /* opacity: 1; */
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #14085a;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #14085a;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 15px 2px 5px;
    padding: 0px !important;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
}

.owl-nav {
    display: none;
}

.owl-item .active {
    padding: 30px;
}

.owl-item .pricing-area {
    padding: 30px 15px;
    border-radius: 20px;
    background: #eef7fe;
}

.owl-item p {
    color: #000;
}

.owl_list > li {
    color: #000 !important;
    list-style: none;
    border-bottom: 5px solid #eeddc9;
    margin: 14px;
}

.owl-item .title_style {
    text-transform: uppercase;
    color: #000;
}

.pricing-height {
    min-height: 50px !important;
}


.pricing {
    color: #f85208 !important;
    font-size: 4rem;
    font-weight: 700;
}

.sub_text {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 200;
    color: #000;
}



.button-design {
    background: #f85208;
    color: #fff;
    border-radius: 5px;
    padding: 7px 20px;
}

.footer-text {
    font-size: 14px;
    color: #000;
}

.swiper {
    z-index: 0 !important;
}

.swiper_section {
    position: relative;
    padding: 20px 60px 60px 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    .swiper_section {
        padding: 20px;
    }
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    width: 340px !important;
    filter: blur(0px);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
    padding: 10px;
}

.swiper-slide-active {
    filter: blur(0px);
}

.swiper-slide span {
    text-transform: uppercase;
    color: #f85208;
    padding: 5px;
    display: inline-block;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font: 600;
}

.swiper-pagination-bullet {
    height: 15px !important;
    width: 15px !important;
    background-color: #fff;
    border: 2px solid #000;
}

.swiper-pagination-bullet-active {
    background-color: #000;
}

.swiper-slide--one span {
    background: transparent;
}

.swiper-slide--two span {
    background: #087ac4;
}

:root {
    --swiper-theme-color: #000 !important;
}

.swiper-slide--three span {
    background: #b45205;
}

.swiper-slide--four span {
    background: #087ac4;
}

.swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 25px 45px 0 25px;
}

.swiper-slide p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0 25px 35px 25px;
}

.swiper-slide svg {
    color: #fff;
    width: 22px;
    height: 22px;
    margin-right: 7px;
}



.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.swiper-slide img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: 2px solid #fff;
}

.item-cart-area {
    background-color: #f85208;
    border-color: #f85208;
    width: 100%;
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 0px;
    border-radius: 5px;
}

.swiper-bgc {
    background-color: white;
    border-radius: 10px;
    color: black !important;
}

.banner {
    /* top: 120px; */
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 100%;
    width: 100%;
    padding-top: 100px;
    /* padding-bottom: 80px; */
    /* min-height: 450px; */
    display: inline-block;
    position: relative;
    margin-top: 0px;
}

.bnrbtn {
    /* padding-top: 130px; */
}

.bg-maintext {
    font-weight: 800;
    font-size: 3em;
}

@media only screen and (max-width: 992px) {
    .p-5{
        padding: 15px!important;
    }
    .banner {
        /* top: 60px; */
        padding: 15px;
    }

    .bnrbtn {
        
        /* padding-top: 70px; */
    }

    .bg-maintext {
        font-weight: 800;
        font-size: 2em;
    }
}

.caption {
    left: 10%;
    text-align: center;
    color: white;
    font-weight: bold;
    width: 100%;
}

.transbox {
    padding: 50%;
    max-width: 100%;
    border-radius: 6px;
    width: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.transbox span {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    color: #000000;
}

.trans-text-top {
    margin-left: -55px;
    margin-top: 26px;
    font-size: 200%;
}

.trans-text-bottom {
    margin-left: -55px;
    margin-top: -20px;
    font-size: 220%;
}

.linebreak {
    padding-bottom: 30px;
}

.upper-linebreak {}

@media screen and (max-width: 700px) {
    .transbox {
        display: none;
    }
}

.btn-bids {
    background-color: #f85208;
    border-radius: 5px;
    padding: 7px 15px;
    color: #fff;
}

.across {
    background-color: #f85208;
    color: #fff;
    padding: 5px 15px;
}

.sq-dot {
    color: #fff;
    padding: 5px;
    border: 2px solid #fff;
}

.button-design{
    background: #14085a;
    color: #fff;
    border-radius: 5px;
}
.center .button-design{
    background: #f85208;
    color: #fff;
    border-radius: 5px;
}
.buyer-ul-li{
    padding-left: 15px;
}
.buyer-ul-li li{
    list-style: disc;
    font-size: 15px;
    color: #000;
    padding-bottom: 3px;
    font-weight: 800;
}

.chart-boxes .col-md-6 .chart-box {
    box-shadow: 0px 1px 16px #00000029;
    border-radius: 10px;
    border: 1px solid#ccc;
    }
    .box-color-charts {
    z-index: 1;
    position: absolute;
    bottom: -180px;
    width: 100%;
    }
    .box-color-charts div {
    margin: 0px 15px;
    align-items: center;
    display: flex;
    }
    /* .box-color-charts div {
    display: inline;
    line-height: 36px;
    } */
    .yellowchart:before {
    content: "";
    display: inline-block;
    background: #FFAA00;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    }
    .bluechart:before{
    content: "";
    display: inline-block;
    background: #00C3E6;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    }
    .purlechart:before{
    content: "";
    display: inline-block;
    background: #56337A;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    }
    .redchart:before{
    content: "";
    display: inline-block;
    background: #FF3654;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    }
    .silverchart:before{
    content: "";
    display: inline-block;
    background: #C3C3C3;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    }
    .darkbluechart:before{
    content: "";
    display: inline-block;
    background: #036996;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    }
    .greenchart:before{
    content: "";
    display: inline-block;
    background: #1CB855;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    }
    
    .form-caf.search-ims-form .form-group {
    width: auto;
    }
    .all-cards {
        margin: 20px auto;
    }

    .head333 {
        font-size: 18px;
        line-height: 36px;
        color: #56337a;
        font-weight: 700;
    }
    form.form-caf.search-ims-form {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    /* .chart-box{
        height: 410px;
    } */
    #status_list th {
        text-align: center;
    }
        
    .current_time.title0{
    font-size: 15px;
    margin-right: 16px;
    color: #e02134;
    line-height: 31px;
    text-decoration: none !important;
            
        }
    .searchbar{
    font-size: 26px;
    padding-left: 9px;
    margin-top: -22px!important;
    border-style:solid;
    margin-left: -8px;
    background-color: #56337a;
    color: White;
    width: 46px;
    height: 44px;
    padding-top: 7px;
}
.table-main td a {
    color: #6f42c1 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}
.sum-css {
        font-weight:bold;
    }
    @media only screen and (max-width: 468px) {
        .info-centered {
            height: 500px!important;
        }
    }
    @media only screen and (max-width: 767px)  {
.mis-dashboard-btnss{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.mis-dashboard-btnss a{
margin: 0px auto 14px!important;
}
form.form-caf.search-ims-form {
    flex-wrap: wrap;    justify-content: center;
}
.form-caf label {
    width: 100% !important;
    text-align: center;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px)  {
   .mis-dashboard-btnss a {
    font-size: 11px;
    margin: 0px 2px !important;
}
.mis-dashboard-btnss {
    display: flex;
    justify-content: space-between;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px)  {
.all-cards .sub-card .count-num {
    position: absolute;
    top: 25%;
    left: 52px;
}
.s-name {
    top: 48%;
    left: 27px;
    width: 110px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
    
    .count-num {
        top: 26%;
        left: 50px;
    }
    .s-name {
        top: 50%;
        left: 35px;
    }
}
.title-ftr{
    background-color: #1c4862;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    padding: 5px 15px;
    font-size: 16px;
}
@media print {
    canvas.chart-canvas {
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        height: auto!important;
        width: auto!important;
    }
}

.mycontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1370px){
.mycontainer {
    max-width: 1340px;
}
}
@media (max-width: 992px){
.mycontainer {
    max-width: 960px;
}
}
@media (max-width: 768px){
.mycontainer {
    max-width: 720px;
}
}
@media (max-width: 576px){
.mycontainer {
    max-width: 540px;
}
}