﻿/* CSS Document */
html{
    background-color: #fff;
}
body {
    max-width: 1800px;
    margin: auto;
    color: #444;
    font-family: "Raleway", sans-serif;
    height: auto;
    background-attachment: fixed;
    background-size: cover;
    background: -webkit-gradient(linear, left top, left bottom, from(#dc9abc), to(#f5f5f5));
        box-shadow: 1px 1px 10px #000;
}

.page-header {
    margin: 0px;
    padding-bottom: 0;
    border-bottom: 0px solid transparent;
    background: #4f3d53;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#dc9abc),
            to(#f5f5f5));
}
mark{
    background-color: #f2f285;
}
.banner-img {
    background-image: url(../images/banner.png),
        linear-gradient(to bottom, #38293d 0%, #ffffff 100%);
    background-repeat: no-repeat;
    background-position: right top;
    height: 134px;
}

.bannerback {
    background: #38293d;
    /* Old browsers */
    background-image: -moz-linear-gradient(top,
            #38293d 0%,
            #ffffff 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0%, #38293d),
            color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,
            #38293d 0%,
            #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,
            #38293d 0%,
            #ffffff 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,
            #38293d 0%,
            #ffffff 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom,
            #38293d 0%,
            #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0cca7', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    height: auto;

    background-repeat: no-repeat;
}

/*.headmenu-div{border-bottom: 1px solid #eeeeee;background-color: #000;}*/
/*.mainmenu-div{padding-left:0px;}*/
.navbar {
    margin-bottom: 3px;
    min-height: 50px;
}

.navbar-default {
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
}

/*.navbar-nav>li>a{padding-top: 15px;padding-bottom: 15px;}*/
.navbar-default .navbar-nav>li>a {
    color: #dec9a5;
    /* font: 17px/100% Verdana, Arial, Helvetica, sans-serif; */
    /*padding-top: 17px;*/
    font-weight: 400;
    padding: 15px 3px 2px;
    font-size: 16px;
    font-family: "Raleway";
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    /* color: #fff; */
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: transparent;
    border: 0;
    outline: 0;
}

ul li:hover ul.dropdown-main {
    display: block;
    /* Display the dropdown */
}

ul li:hover ul.dropdown-main li a {
    color: #952b80;
    font-weight: bold;
}

ul li:hover ul.dropdown-main li a:hover {
    background-color: #fff;
    color: #952b80;
    font-weight: bold;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #dec9a5;
    border-bottom-color: #dec9a5;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.headmenu-div {
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #2b1c2f;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#957f9b),
            to(#2b1c2f));
    background: -moz-linear-gradient(top, #957f9b, #2b1c2f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#957f9b', endColorstr='#2b1c2f');
    padding-top: 2px;
    padding-bottom: 2px;
}

.dropdown-main {
    -webkit-box-shadow: #ccc 0 0 0.5em;
    -moz-box-shadow: #ccc 0 0 0.5em;
    box-shadow: #ccc 0 0 0.5em;
    border-radius: 6px;
    /* top: 104%; */
}

.navmenu img {
    /*float: right;padding: 10px;*/
}

.page-header {
    margin: 0px;
    padding-bottom: 0;
    border-bottom: 0px solid transparent;
    background: #4f3d53;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#dc9abc),
            to(#f5f5f5));
    /* color: white; */
    /* padding-top: 39px; */
}

.banner-img {
    background-image: url(../images/banner.png),
        linear-gradient(to bottom, #38293d 0%, #ffffff 100%);
    background-repeat: no-repeat;
    background-position: right top;
    height: 134px;
}

.bannerback {
    background: #38293d;
    /* Old browsers */
    background-image: -moz-linear-gradient(top,
            #38293d 0%,
            #ffffff 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0%, #38293d),
            color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,
            #38293d 0%,
            #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,
            #38293d 0%,
            #ffffff 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,
            #38293d 0%,
            #ffffff 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom,
            #38293d 0%,
            #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0cca7', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    height: auto;

    background-repeat: no-repeat;
}

/*.headmenu-div{border-bottom: 1px solid #eeeeee;background-color: #000;}*/
/*.mainmenu-div{padding-left:0px;}*/
.navbar {
    margin-bottom: 3px;
    min-height: 50px;
}

.navbar-default {
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
}

/*.navbar-nav>li>a{padding-top: 15px;padding-bottom: 15px;}*/
.navbar-default .navbar-nav>li>a {
    color: #dec9a5;
    /* font: 17px/100% Verdana, Arial, Helvetica, sans-serif; */
    /*padding-top: 17px;*/
    /* font-weight: 600; */
    padding: 15px 3px 2px;
    font-size: 21px;
    font-family: "Raleway";
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    /* color: #fff; */
    outline: none;
    border: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: transparent;
    border: 0;
    outline: 0;
}

ul li:hover ul.dropdown-main {
    display: block;
    /* Display the dropdown */
}

ul li:hover ul.dropdown-main li a {
    color: #952b80;
    font-weight: bold;
}

ul li:hover ul.dropdown-main li a:hover {
    background-color: #fff;
    color: #952b80;
    font-weight: bold;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #dec9a5;
    border-bottom-color: #dec9a5;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.headmenu-div {
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #2b1c2f;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#957f9b),
            to(#2b1c2f));
    background: -moz-linear-gradient(top, #957f9b, #2b1c2f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#957f9b', endColorstr='#2b1c2f');
    padding-top: 2px;
    padding-bottom: 2px;
}

.dropdown-main {
    -webkit-box-shadow: #ccc 0 0 0.5em;
    -moz-box-shadow: #ccc 0 0 0.5em;
    box-shadow: #ccc 0 0 0.5em;
    border-radius: 6px;
    /* top: 104%; */
}

.navmenu img {
    /*float: right;padding: 10px;*/
}

.main-content {
    display: flex;
    flex-direction: column;
    min-height: auto;
    height: auto;
    margin-bottom: 0px;
    /* background: #f3c5e1; */
    background: -moz-linear-gradient(top,
            #f3c5e1 1%,
            #ffffff 38%,
            #ffffff 100%);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(1%, #f3c5e1),
            color-stop(38%, #ffffff),
            color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #fec1d0 1%, #ecebec 38%);
    background: -o-linear-gradient(top, #f3c5e1 1%, #ffffff 38%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f3c5e1 1%, #ffffff 38%, #ffffff 100%);
    /* background: url("../../images/background.jpg"); */
    height: auto;
    background-attachment: fixed;
    background-size: cover;
    /* background: linear-gradient(to bottom, #f3c5e1 1%,#907a96 38%,#4f3d53 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfb7b3', endColorstr='#ffffff', GradientType=0);
    height: auto;
}

/*.content-div{background-color:#fff;min-height:500px;height:auto;margin-bottom: 9px; }*/
p {
    color: #4f3d53;
    font-weight: 600;
}

h2 {
    font-family: "Raleway";
    color: #dec9a5;
    color: #7f6b85;
    font-weight: bold;
}

#social-ul li {
    list-style: none;
    float: right;
    margin-left: 25px;
    font-size: 27px;
}

#navfooter-ul li:first-child {
    margin-left: 0px;
}

#navfooter-ul li {
    list-style: none;
    float: left;
    margin-left: 15px;
}

.navitem-lnk {
    font-size: 17px;
    color: #f6d4e8;
    text-decoration: underline;
}

.footer-column a {
    /* line-height: 27px; */
    color: #ffffff;
    font-size: 17px;
    padding: 12px 0;
}

.footer-column li {
    list-style: none;
}

.copyright-div {
    background-color: #0e0c1f;
    padding: 0px 0px 0px 0px;
    margin: 0;
    /* margin-top: 47px; */
    /* margin: 0; */
}

.copyright-p {
    color: #fff;
    margin-top: 10px;
}

.copyright-p a {
    color: #bfbfbf;
}

.maintit-h1 {
    color: #bc326c;
    margin-top: 84px;
    /*margin-left: 80px;*/
    font-size: 32px;
}

.navitem-lnk:hover {
    color: #861b70 !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #dec9a5 !important;
    background-color: transparent !important;
}

.liststyle li {
    color: #000000;
    font-family: "Raleway";
    font-size: 15px;
    list-style-image: url(../../images/building_icon.png);
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 12px;
}

.table-responsive {
    overflow-y: auto;
    border: 1px solid transparent;
    overflow-x: auto;
}

#BlankAddProductRowTable input[type="text"] {
    /*width:98%;*/
    width: 100%;
    border: 1px solid #c3c0c0;
    border-radius: 4px;
}

.footer-column {
    margin: 0px;
    padding: 0px;
}

.subtit-h2 {
    font-size: 21px;
    color: #c19368;
}

.ortxt-p {
    color: #b7195c;
    font-size: 20px;
    margin-left: 17px;
    margin-bottom: 5px;
}

.lognam-li {
    position: relative;
    bottom: 5px;
}

.intmenu-div {
    padding-bottom: 0px;
}

.dataTables_filter input {
    border: 1px solid #dfdfdf;
}

.navbar-nav>li>.dropdown-menu {
    /* left: 11px; */
    /* top: 51px; */
    box-shadow: 1px 1px 6px 1px #00000047;
}

#navLogin {
    /* position: absolute; */
    /* right: -28px; */
}

.navbar-nav>li {
    float: left;
    margin-right: 33px;
}

.navmenu {
    padding: 0;
}

.navbar-default {
    /* margin-left: -20px; */
}

.desprod-tbl {
    margin-top: 0em;
}

select {
    padding: 0;
}

#tbl1_next {
    display: block;
    height: 44px;
    margin-top: 33px;
}

@media (max-width: 767px) {

    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        font-weight: bold;
    }

    .navbar-default .navbar-nav>li>a {
        text-align: center;
    }

    .dropdown-main {
        width: 100%;
        position: relative;
    }

    .dropdown-menu>li>a {
        text-align: center;
        color: white !important;
    }

    .navbar-nav>li {
        float: none !important;
        margin: 0;
    }

    .navbar-collapse.in {
        /* overflow:hidden */
        max-height: initial;
    }

    .nav li:last-child {
        position: relative !important;
        right: 0 !important;
    }

    #USAProductManu {
        width: 60px !important;
    }

    .exres-div {
        margin-left: 0 !important;
    }
}

#divNew .btn {
    font-size: 26px;
}

#divNew .btn:hover,
#divNew .btn:active {
    color: #ffd6b0 !important;
}

#divNew .btn-default:hover,
#divNew .btn-default:active {
    background: #bc326c;
}

.RolePayment .btn:focus,
.RolePayment .btn:hover {
    background: white !important;
    border: 1px solid;
    color: black;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #efcb8c !important;
    border: 1px solid;
    color: black !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #65526a !important;
    outline: none;
}

.navbar-nav>li>.dropdown-menu:hover {
    font-weight: normal;
}

.dropdown-menu>li>a {
    padding: 12px 20px;
    font-weight: normal !important;
}

.dropdown-menu {
    padding: 0;
    font-weight: normal !important;
}

.dropdown-menu>li>a {
    padding: 12px 20px;
    font-weight: normal !important;
}

.main-footer {
    padding-top: 39px;
    background: #45354a;
    overflow: hidden;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .main-menu .container {
        width: 1170px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
    }
}

.about-acma .content {
    color: white;
    width: 90%;
    margin: auto;
    font-size: 17px;
    text-align: center;
    min-height: 530px;
    background: #4f3d538c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 15px 60px; */
    border-radius: 3px;
}

.about-acma ul {
    /* list-style-type:none; */
}

.about-acma .btn {
    background: #bc326c;
    width: 270px;
    margin: auto;
    font-size: 22px;
    text-transform: capitalize;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 11px;
    z-index: 5;
    display: inline-block;
    border-radius: 50%;
    background: #bc326c;
    padding: 11px 12px 13px 11px;
    color: white;
    font-weight: normal;
}

.heading h2 {
    font-family: "Raleway";
    margin: 96px auto;
    color: #67546c;
    text-align: center;
    font-size: 36px;
    max-width: 900px;
    position: relative;
}

.heading h2:before {
    content: "";
    display: block;
    width: 46%;
    height: 5px;
    background: #78647d;
    left: -18%;
    top: 50%;
    position: absolute;
}

.heading h2:after {
    content: "";
    display: block;
    width: 45%;
    height: 5px;
    background: #65526a;
    right: -17%;
    top: 50%;
    position: absolute;
}



.content-text p {
    color: #4f3d53;

    font-weight: bold;

    font-size: 16px;

    width: 93%;
}

.about-acma {
    /* margin-bottom: 10px; */
    margin: 0;
}

.about-acma .content-text {
    color: white;

    text-align: left;

    font-size: 18px;

    border-radius: 2px;
}

.about-acma ul li {
    color: #0b0e17;

    margin-bottom: 8px;

    font-weight: 600;
}

.carousel-indicators {
    display: none;
}

.bckground p {
    color: white;
    text-shadow: 3px 3px 4px black;
}

.bckground2 p {
    color: white;
    text-shadow: 3px 3px 4px #0c0c0c;
}

.item a {
    background: #bc326c;
    color: #ffffff;
    padding: 10px;
    margin: auto;
    font-size: 17px;
    text-transform: uppercase;
    text-shadow: none;
    display: inline-block;
}

.bckground {
    background-image: url(../images/cars6.jpg);
    background-size: cover;
    /* height: 100%; */
    height: 530px;
    background-position: 0 30%;
}

.bckground1 {
    background-image: url(../images/cars7.jpg);
    background-size: cover;
    height: 100%;
    background-position: 50% 36%;
    padding: 0;
}

.bckground2 {
    background-image: url(../images/cars4.jpg);
    background-size: cover;
    /* height: 100%; */
    /* background-position: 80%!important; */
    background-repeat: no-repeat;
    height: 100%;
    background-position: 73% 76%;
}

.about-acma .bckground-1 {
    background-image: url(../images/cars11.jpg);
    background-size: cover;
    /* height: 100%; */
    /* background-position: 80%!important; */
    background-repeat: no-repeat;
    height: 300px;
    background-position: 73% 76%;
}

.about-acma .bckground-2 {
    background-image: url(../images/cars9.jpg);
    background-size: cover;
    /* height: 100%; */
    /* background-position: 80%!important; */
    background-repeat: no-repeat;
    height: 300px;
    background-position: 75% 56%;
}

.about-acma .bckground-3 {
    background-image: url(../images/cars2.jpg);
    background-size: cover;
    /* height: 100%; */
    /* background-position: 80%!important; */
    background-repeat: no-repeat;
    height: 300px;
    background-position: 73% 76%;
}

.about-acma .item {
    height: 530px;
    background-color: #efc4f9;
    padding: 0 0px 0 0;
    margin: 0;
    width: 100%;
}

.overlay-outer {
    position: relative;
    /* max-width: 400px; */
    margin: auto;
    overflow: hidden;
    height: 310px;
    /* margin-bottom: 2em; */
}

.acma-slides {
    margin: 0;
}

.overlay-outer .overlay {
    background: transparent;
    position: absolute;
    height: 100%;
    width: 99.7%;
    left: 0;
    top: 0;
    bottom: 0;
    right: -3px;
    /* opacity: 0; */
    transition: all 0.4s ease-in-out 0s;
/* z-index: 19; */}

.overlay-outer a:hover .overlay, .overlay-outer.hoverActive a .overlay {
    opacity: 1;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    color: black;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
}

.overlay-outer:hover .content-details, .overlay-outer.hoverActive .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
/* background: gainsboro; */}

.content-details h3 {
    color: #ffffff;
    /* font-weight: 700; */
    /* letter-spacing: 0.15em; */
    margin-bottom: 0.5em;
    text-transform: capitalize;
    font-size: 58px;
z-index: 66;}

.content-details p {
    color: #ffffff;
    font-size: 0.8em;
}

.fadeIn_bottom {
    top: 80%;
}

img {
    max-width: 500px;
}

.content-title span {
    font-size: 100px;
    display: inherit;
    color: #ffcb9d;
}

.carousel-control .glyphicon-chevron-right {
    left: -21px;
}

.about-acma .high-jewellery {
    margin-left: 14px;
}

.text-left {
    text-align: left !important;
}

.AdvanceOptionvalue ol {
    padding: 7px;
    font-size: 18px;
}

.AdvanceOptionvalue {
    width: 100%;
    background: white;
    margin: auto;
    margin-top: -27px;
}

.AdvanceOptionvalue .instructions {
    background: #fbd8c5;
}

.AdvanceOptionvalue .instructions .col-md-3 {
    padding: 20px;
}

.about-acma .content {
    background: none;
}

.AdvanceOptionvalue .instructions li {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .item .col-md-9 {
        /* width: 77%; */
    }

    .item .col-md-3 {
        width: 23%;
    }
}

.uploadBtn {
    width: 300px;
}

@media (max-width: 540px) {
    .uploadBtn {
        width: 100%;
    }

    #DataTables_Table_0 {
        width: 500px;
    }

    .about-acma .item {
        height: 100%;
        padding: 0;
        width: 100%;
        background-color: #efc4f9;
    }

    .carousel-inner {
        overflow: visible;
    }

    .bckground,
    .bckground1,
    .bckground2 {
        display: none;
    }

    .about-acma .bckground-1 {
        height: 300px;
    }

    .about-acma .bckground-2 {
        height: 300px;
    }

    .about-acma .bckground-3 {
        height: 300px;
    }

    .content-text p {
        width: 75%;
        text-align: center;
        margin: auto;
    }

    .about-acma .content-text {
        text-align: center;
    }

    .about-acma .content {
        text-align: center;
        height: 300px;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    input[type="checkbox"],
    input[type="radio"] {
        display: inline-block;
        margin-top: 0;
    }

    .reg-block .cert-lbl span {
        width: 89%;
        display: inline-block;
    }

    .reg-block {
        width: 100% !important;
    }

    .cert-lbl {
        display: flex;
    }

    .container-card,
    .form-container {
        width: 100% !important;
    }

    .credit-card .blockFooter {
        margin-top: 4em;
    }

    .acma-slides {
        display: flex;
        flex-direction: column;
    }

    .acma-slides .paycol-div {
        order: 3;
    }

    .acma-slides .fsblock-div {
        order: 2;
    }

    .about-div {
        background: white;
        padding: 13px;
        width: 100% !important;
        margin: 0 !important;
    }
}

input[type="file"] {
    width: 100%;
}

.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /* border-radius: 10px; */
    background-color: #f5f5f5;
}

.table-responsive::-webkit-scrollbar {
    width: 35px;
    background-color: #f5f5f5;
}

.table-responsive::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #bc326c;
}

.prodcert-fldst .option {
    padding: 20px;
    border: 1px solid gainsboro;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #f4cbe4;
    margin-bottom: 18px;
}

.prodcert-fldst .option-name {
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: block;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prodcert-fldst .option .manufadd-p {
    font-family: "Raleway";
    text-transform: capitalize;
    font-size: 21px;
    color: black;
    margin: 0;
    text-align: left;
}

.cert-img {
    /* height: 325px; */
    object-fit: cover;
}

.maincontent {
    background: #f7eef3;
    padding: 0;
    /* width: 80%; */
}

.acma-slides .col-sm-3,
.acma-slides .col-sm-3 .col-sm-12 {
    padding: 0;
}

.index-container {
    width: 85%;
    max-width: 100%;
    margin: auto;
}

.reg-block .content,
.content,
.content {
    background-color: white;
    min-height: 706px;
}

#Warning .modal-dialog {
    width: 864px;
}

.contbody-p {
    font-size: 19px;
    /* line-height: 2; */
    font-weight: 600;
}

.contbody-p a {
    color: blue;
}

.contbody-p ol {
    padding-left: 20px;
}

.contbody-p .note2 span {
    color: red;
}

.acma-slides .col-sm-4:first-child,
.acma-slides .col-sm-4:last-child,
.acma-slides .col-sm-4:last-child .col-sm-12 {
    padding: 0;
    background: #f7eef3;
}

.bsecertif-bg p {
    font-size: 17px;

    font-weight: 600;
}

.bsecertif-bg a {
    color: blue;
}

.bsecertif-bg a h3 {
    /* color: black; */
}

a.btn {
    color: white;
}

.bsecertif-bg .ch-grid {
    padding: 0;
    list-style-type: none;
}

.bsecertif-bg .ch-grid li {
    margin: 0;
}

.m-0 {
    margin: 0 !important;
}

.bsecertif-bg,
.intrecog-bg,
.privacypol-bg {
    min-height: 74.2vh;
}

/* ul.nav  li:nth-child(8){
    position: absolute;
    right: 12px;
   background: #bc326c;
    height:50px;
    padding:0 12px;
    top:-1px; 
}
ul.nav  li:nth-child(9){
    position: absolute;
    right: 92px;
} */
.emailVerText {
    font-size: 50px;
    width: 44%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68vh;

    text-transform: uppercase;
    font-weight: bold;
    flex-direction: column;
}

.emailVerText p {
    color: red;
}

.count-select .custom-select {
    width: 84px;
    margin: 0;
    display: inline-block;
}

.count-select .logtext-spn {
    font-weight: bold;
    font-size: 23px;
}

.count-select .custom-select-wrapper {
    width: 88px;
}

.count-select .custom-select-trigger {
    font-size: 33px;
    padding: 0 12px;
}

.prodcert-fldst .instruction {
    padding-left: 35px;
    font-weight: bold;
    background: white;
    padding-bottom: 15px;
    padding-right: 18px;
}

.prodlist-ul li {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 1em;
    font-family: "Raleway";
    font-weight: 600;
}

.instructions ol {}

.instructions ol li {}

.container--content .content--active {
    padding: 12px;
    background: #fbedff;
    margin-bottom: 19px;
}

.container--tabs {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    border: 1px solid gainsboro;
}

.container--tabs .tab {
    min-height: 2em;
    padding: 1em;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background-color: white;
    color: #5d4a62;
    transition: background-color 0.25s;
}

.container--tabs .tab:hover {
    background-color: rgba(0, 0, 0, 0.25);
    transition: background-color 0.25s;
    color: white;
}

.container--tabs .tabs--active {
    background-color: #bc326c;
    color: white;
    pointer-events: none;
}

.prodcert-fldst [type="file"] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 2;
    width: 100%;
    padding: 0;
    left: 0;
    height: 86px;
    cursor: pointer;
}

.prodcert-fldst input,
[type="file"]+label {
    border: 2px dashed #727272;
    border-radius: 3px;
    text-align: left;
    padding: 10px;
    /* width: 100%; */
    margin: 0;
    left: 0;
    position: relative;
    height: 86px;
    line-height: 56px;
}

.prodcert-fldst [type="file"]+label {
    /* overflow: hidden; */
    font-size: 16px;
    text-align: center;
    left: 0;
    top: 0;
    /* Decorative */
    /* background: #333; */
    color: blue;
    /* border: none; */
    cursor: pointer;
    z-index: 1;
    width: 100%;
    padding: 6px;
    text-decoration: underline;
}

.prodcert-fldst [type="file"]+label:hover {
    background: #3399ff;
}

.p-0 {
    padding: 0;
}

.w-100 {
    width: 100%;
}

.tableExcelResult {
    background-color: #e2dfe2;
    padding: 20px;
    margin-bottom: 2em;
    /* margin-top: 2em; */
    max-height: 46vh;
}

.tableExcelResult table {
    background-color: white;
    /* font-family: 'Comfortaa'; */
}

.tableExcelResult input {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.tableExcelResult input:focus {
    border: 1px solid green;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
        0 0 8px rgb(200 255 225);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(224 253 185);
}

.tableExcelResult th input {
    font-weight: bold;
    font-size: 15px;
}

.orText {}

.tableExcelResult th:nth-child(1) {
    /* width:30px; */
}

.tableExcelResult th:nth-child(2) {
    /* width: 200px; */
}

.tableExcelResult th:nth-child(3),
.tableExcelResult th:nth-child(4) {
    /* width: 150px; */
}

.othcert-h2 {}

.othercertif-bg {
    min-height: 75.6vh;
}

.privacypol-bg .row {
    margin: 0;
    /* border-bottom: 1px solid gainsboro; */
    margin-bottom: 2em;
}

.privacypol-bg .row:last-child {
    border: 0;
}

.privacypol-bg .row .col-sm-6:first-child {
    padding-right: 8em;
}

.privacypol-bg .row .col-sm-6:last-child {
    padding-left: 8em;
}

.excelAlert p {
    font-size: 22px;
    /* text-align: center; */
    color: #d73434;
    /* width: 73%; */
    margin: auto;
    /* text-align: center; */
}

.p-0 {
    padding: 0;
}

.excelAlert {
    background: white;
    /* padding: 9px; */
    /* border-radius: 20px; */
    /* -webkit-border-radius: 20px; */
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 34px;
    color: red;
    text-align: center;
}

.excelAlert span {
    font-size: 30px;
    color: black;
    font-family: "Comfortaa";
    display: inline-block;
}

.content-container {
    width: 80%;
    margin: auto;
    background-color: white;
    padding: 0 20px;
    min-height: 76.1vh;
}

.nav-item .active {
    background-color: rgb(79, 16, 79);
    color: white;
}

.domtab {
    margin-top: 3em;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: rgb(79, 16, 79);
    color: white;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

.spinner * {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #f50057;
    border-radius: 1rem;
    margin: 0 0.2rem;
}

.spinner .spinner-1 {
    animation: fade 1.1s ease-in-out 0.18s infinite both;
}

.spinner .spinner-2 {
    animation: fade 1.1s ease-in-out 0.36s infinite both;
}

.spinner .spinner-3 {
    animation: fade 1.1s ease-in-out 0.54s infinite both;
}

/* show spinner */
.show-spinner{
    height:100%;
    text-align: center;
    display:none;
}
/* end show spinner */

@keyframes fade {
    0% {
        opacity: 0.35;
        transform: scale(0.87);
    }

    37.5% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 0.35;
        transform: scale(0.87);
    }

    100% {
        opacity: 0.35;
        transform: scale(0.87);
    }
}

.mainmenu-div .col-sm-12 {
    padding: 0;
}

.verfCode {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.verfCode p {
    line-height: 26px;
    margin: auto;
    font-weight: 500;
    font-size: 23px;
    text-align: left;
}

.verfCode h3 {
    color: #a00a49;
    font-size: 39px;
    margin-bottom: 43px;
}

/* .verfCode p span {
    color: #ff0000;
    font-family: monospace;
} */
.verfCode .verfContent {
    width: 69%;
    margin: auto;
    border: 1px solid gainsboro;
    padding: 26px;
    background: #fdfdfd;
}

.orderVerCode {
    margin: auto;
    /* text-align: center; */
}

.orderVerCode .infos {
    margin-top: 33px;
    font-weight: bold;
    font-size: 21px;
}

.orderVerCode .note {
    color: #bc326c;
    font-weight: bold;
    font-size: 18px;
    margin-top: 19px;
    text-align: center;
}

.orderVerCode .codeIS {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    /* display: inline-block; */
    margin: 12px 0;
    background: #ffff0033;
}

.orderVerCode .codeIS span {
    font-family: cursive;

    color: #bc326c;

    font-weight: bold;
}

.orderVerCode table td {
    border-right: 1px solid #cbcbcb;
    /* text-align: center; */
}

.orderVerCode table {
    border: 1px solid #cbcbcb;
    text-align: left;
}

.orderVerCode tr:first-child td {
    background: #56445b;
    color: #f9d390;
    line-height: 34px;
    font-size: 18px;
    font-weight: bold;
}

.orderVerCode table td p {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 34px;
    font-size: 17px;
    font-weight: 600;
}

.orderVerCode tr:first-child td p {
    color: #f9d393;
    font-size: 20px;
}

.orderVerCode .imgContainer img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    max-width: initial;
}

.orderVerCode .details {
    /* list-style: none; */
    font-weight: 600;
    /* padding: 0; */
    /* width: 50%; */
    margin: auto;
    text-align: left;
    font-size: 18px;
    padding-left: 15x;
}

.orderVerCode .details a {
    color: blue;
    text-decoration: underline;
}

.orderVerCode .btn-info {
    background-color: #bc326c;
    border: 0;
}

.orderVerCode .btn-info:hover,
.orderVerCode .btn-info:visited {
    background-color: #56445b;
    border: 0;
    color: white;
}

.orderVerCode h3 {
    color: #846f8a !important;
    margin-top: 28px !important;
    margin-bottom: 10px !important;
    font-weight: bold;
    font-family: revert;
    text-shadow: 2px 2px 0px #ffff65;
}

.orderVerCode .lastPar {
    font-size: 18px;
    font-weight: bold;
    /* text-align: center; */
    color: #bc326c;
}

.verfCode .alertVerfCode h4 {
    color: red;
    text-align: center;
    font-size: 40px;
}

.verfCode .alertVerfCode i {
    color: red;
    font-size: 101px;
    text-align: center;
    display: block;
}

.countryPrices .haguePrices {
    margin-bottom: 20px;
    text-align: center;
}

.countryPrices .nonHagueprices {
    font-size: 12px;
    text-align: center;
}

.countryPrices .col-lg-4 {
    padding: 0;
}

.secondCol img {
    width: 58%;
    object-fit: cover;
    /* margin-bottom: 3em; */
}

.secondCol {
    text-align: right;
}

.badge {
    background-color: transparent;
}

/* .action-btns .btn {
    display: block;
    margin: auto;
    max-width: 250px;
    overflow: hidden;
} */
/* 
.action-btns .btn:hover {
    color: white;
}

.action-btns .accaptBtn {
    margin-bottom: 20px;
} */

.myTable {
    border: 1px solid #ddd;
    background: white;
}

.listReg .certreq-lbl {
    display: block;
    /* text-align: center; */
}

.listReg h1 {
    color: #b2586a;
    font-size: 32px;
    /* margin-top: 79px; */
    margin-bottom: 17px;
    /* text-align: center; */
    font-family: "Raleway";
    padding-left: 12px;
}

@media screen and (max-width: 1700px) {

    .countryPrices .col-lg-4,
    .countryPrices .col-lg-8 {
        width: 100%;
    }
}

@media screen and (max-width: 1600px) {
    .flexRow {
        display: flex;
        /* align-items: baseline; */
        margin: 0;
        flex-wrap: wrap;
    }

    .thirdCol {
        order: 3;
        width: 100%;
        /* margin-bottom: 2em; */
    }

    .secondCol {
        order: 2;
        margin-bottom: 2em;
    }

    .col-md-6 {
        width: 50%;
    }

    .secondCol img {
        width: 73%;
    }
}

@media screen and (max-width: 1200px) {
    .productListOverflow {
        overflow: auto;
    }
}

@media screen and (max-width: 900px) {
    .countryPrices .col-md-4 {
        padding: 0;
    }

    .col-md-6 {
        width: 100%;
    }

    .secondCol img {
        width: 400px;
    }

    .secondCol {
        text-align: center;
    }
}

.navbar-collapse,
.navbar-collapse .col-sm-12,
.headmenu-div .container {
    padding: 0;
}

.shipping-method .logtext-spn {
    font-size: 24px;
    line-height: 25px;
    text-transform: capitalize;
}

.productListOverflow tr:first-child th:nth-child(2) {
    text-align: center;
}

.productListOverflow tr:first-child th:nth-child(2) input {
    margin-right: 12px;
}

.productListOverflow tr {
    font-weight: bold;
}

.shipping-method p {
    margin-bottom: 30px;
    padding-left: 20px;
}

.shipping-method .promoCode label {
    padding-left: 20px;
}

.promoCode label {
    /* padding-left: 20px; */

    padding-right: 20px;
}

.promoCode .btn {
    height: fit-content;
    margin-left: 20px;
}

.shipping-method .totalAmount {
    font-size: 23px;
}

.shipping-method .totalAmount span {
    font-weight: bold;
    color: #bc326c;
}

.choose-country-fee {
    color: black;
}

.clearBoth {
    clear: both;
}

.alertSpaceCol {
    background: #fcfcfc;
    padding: 10px 17px;
    border-radius: 6px;
    color: red;
    border: 3px solid #ff0000;
    min-height: 45px;
    /* text-align: center; */
    font-size: 24px;
}

.alertSpaceCol p {
    color: #f70f00;
    font-size: 31px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

#BlankAddProductRowTable td {
    font-weight: bold;
}

#BlankAddProductRowTable .table thead>tr>th {
    font-weight: bold;
    font-size: 23px;
}

.btn:hover,
.btn:focus {
    color: white;
}

.productData {
    padding-top: 6em;
    padding-left: 27px;
}

.productData ul {
    padding-left: 2em;
}

.productData p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 46px;
}

.productData li {
    font-size: 21px;
    margin-bottom: 19px;
    color: #554359;
    font-weight: 500;
}

.productListOverflow tr:first-child .th1 {
    max-width: 11px;
    width: 11px;
}

.productListOverflow tr:first-child .th2 {
    width: 146px;
    max-width: 133px;
    min-width: 133px;
}

.productListOverflow tr:first-child .th3 {
    /* max-width: 349px; */
    /* width: 348px; */
}

.productListOverflow tr:first-child .th4 {
    /* max-width: 161px; */
    /* width: 161px; */
}

.productListOverflow tr:first-child .th5 {
    /* max-width: 176px; */
    /* width: 190px; */
}

.productListOverflow tr:first-child .th6 {
    max-width: 161px;
    width: 161px;
}

.productListOverflow tr:first-child .th7 {
    max-width: 148px;
    width: 148px;
}

.listOfReg th:first-child,
.dataTables_wrapper .listOfReg th:first-child {
    width: 11px !important;
}

.listOfReg th:last-child,
.dataTables_wrapper .listOfReg th:last-child {
    width: 130px;
}

@media screen and (max-width: 1600px) {
    .acclogin-bg .listReg {
        padding: 0 2em;
    }
}

form .form-control {
    font-weight: 600;
    /* font-size: 20px; */
    color: black;
    /* background: transparent; */
}

@font-face {
    font-family: signatire;
    src: url("../fonts/Scriptina\ Pro.otf");
}

.signature p {
    font-family: signatire;
    margin-top: 20px;
    margin-left: 20px;
}

.signature {
    padding-left: 2em;
    min-height: 53px;
}

.iframe-container {
    display: flex;
    justify-content: center;
}

#pdfreader {
    width: 60%;
    margin: auto;
    height: 900px;
    margin-top: 20px;
}

.membtxt-div h1 {
    font-family: "Raleway";
    color: #c66b82;
    font-size: 33px;
}

.content-container2 {
    width: 63%;
    margin: auto;
    background-color: #fdf7ff;
    padding: 0 20px;
    min-height: 76.1vh;
}

.nav-tabs>li>a {
    background: gray;
    color: white;
}

.tab-content {
    padding: 27px 2em;
    background: white;
}

.tab-content h2 {
    margin: 0;
    margin-bottom: 12px;
}

.tab-content p {
    font-size: 20px;
}

.domtab-ul {
    padding-left: 2em;
}

.domtab-ul li {
    margin-bottom: 12px;
    font-size: 18px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #7e6983;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.overlay-outer:hover, .overlay-outer.hoverActive {
  background-color: gainsboro;
}
.overlay-outer:hover .overlay, .overlay-outer.hoverActive .overlay {
    background:#7e6983;
}
@media screen and (max-width: 1300px) and (min-width:768px) {
    .content-title span {
        font-size: 71px;
    }
    .navbar-default .navbar-nav>li>a{
        font-size: 16px;
    }
    .membtxt-div h1 {
        font-size: 19px;
    }

    .overlay-outer {
        height: 247px;
    }

    .content-details h3 {
        font-size: 36px;
    }
    .navbar-nav>li{
        margin-right: 8px;
    }
    .fsblock-div video {
        width: 100%;
        height: 254px;
        /* transform: translate(-24%); */
        object-fit: cover;
    }

    .membtxt-div p {
        font-size: 13px;
        MARGIN-BOTTOM: 10px;
    }

    .high-jewellery .btn-lnks {
        font-size: 16px;
    }

    .memliststyle {
        font-size: 18px;
    }

    h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 1300px) {
    .content-container2 {
        width: 100%;
    }

    .content-title span {
        font-size: 54px;
    }

}

#divtbl {
    min-height: 45vh;
}

.signature label {
    display: inline-block;
}

.signature label span {
    color: red;
}

.signature input {
    display: inline-block;
    width: 50%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 52px;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
}

.select2-results__option {
    font-weight: bold;
    font-size: 17px;
    font-family: "Comfortaa";
    padding: 12px 12px;
    border-bottom: 1px solid gainsboro;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #979797;
    font-family: "Comfortaa";
    padding: 12px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
}

.select2-results__options::-webkit-scrollbar-track {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  border-radius: 5px;
    background-color: rgb(245, 245, 245);
}

.select2-results__options::-webkit-scrollbar {
    width: 24px;
    background-color: rgb(245, 245, 245);
}

.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
    background-color: rgb(188 50 108);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    border-color: transparent;
    border-width: initial;
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 16px;
    margin-top: -3px;
    border-bottom: 2px solid rgb(178, 41, 41);
    border-right: 2px solid rgb(177, 41, 41);
    transform: rotate(45deg) translateY(-50%);
    transition: all 0.4s ease-in-out 0s;
    transform-origin: 50% 0px;
    margin-left: 0;
    left: auto;
    font-weight: normal;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border: 0;
    border-bottom: 2px solid rgb(178, 41, 41);
    border-right: 2px solid rgb(177, 41, 41);
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
    border-width: initial;
    right: 16px;
    /* position: absolute; */
    /* margin-right: 15px; */
}

.file-info label b {

    color: #bc326c;

    font-size: 23px;

    text-transform: capitalize;
}

.btn .addRow {}

.fileOption input[type="radio"]+label {
    font-size: 33px;
    margin-top: 20px;
    top: 7px;
}

.fileOption input[type="radio"] {
    width: 40px;
    height: 40px;
}

.fileOption input[type="radio"]:checked::after {
    width: 30px;
    height: 30px;
}

.fileOption h2 {

    color: #bc326c;
    letter-spacing: -3px;
    /* text-transform: capitalize; */
    font-size: 45px;
    margin-bottom: 12px;
    position: relative;
    /* top: 17px; */
    margin-top: 0;
    font-family: "Comfortaa", cursive;
}

.showModal {
    opacity: 1;
    margin-top: 3em;
}

.modal-backdrop {

    background-color: #afacac63;
}

#deleteCurrentFIle p {
    color: red;
    font-size: 36px;
    line-height: 1;
}

#deleteCurrentFIle .modal-header {
    background-color: #07063b;
    color: white;
    padding: 28px 15px;

}

#deleteCurrentFIle .modal-title {
    font-size: 30px;
    text-transform: capitalize;
}

.high-jewellery h4 {
    margin-top: 0;
    margin-bottom: 9px;
}
.carousel-control i{
    top: 50%;
    position: absolute;
}

.payment-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.93);
    width: 100vw;
    height: 100vh;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent;
}
.modal-body table{
    background-color: #fff;
}
#viewCertificates .modal-dialog{
    width: 100%;
    max-width: fit-content;
}
/* ======================================================== */
/* blogs */
/* ======================================================== */
.custom-container {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.auto-container {
    max-width: 1200px;
    margin: 0 auto;
}

.posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.post-card {
    flex: 1 1 calc(33.333% - 20px);
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: transform 0.3s;
    position: relative;
    height: 335px;
    max-width: calc(33.333% - 20px);

}

.post-card:hover {
    transform: translateY(-5px);
}

.post-image img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    height: 200px;
    width: 100%;
    object-fit: cover
}

.post-content {
    padding: 15px;
}

.post-author {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.post-title {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

.read-more {
    text-decoration: none;
    color: #45354a;
    font-weight: bold;
    margin-top: auto;
    display: inline-block;
    position: absolute;
    bottom: 10px;
}

.read-more i {
    margin-left: 5px;
}

/* Responsive */
@media (max-width: 992px) {
    .post-card {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .post-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
/* pagination */
.pagination li a,
.pagination li span {
    color: #45354a !important;
}.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: #45354a !important;
    border-color: #45354a !important;
    color: white!important;
}
.pagination-center{
    text-align: center
}
/* ================================= */
/* single blog */
/* ================================= */

.single-post-container {
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.single-post-inner {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.post-full-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 20px;
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.post-meta-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.post-category {
    font-weight: bold;
    background: #45354a;
    padding: 6px 12px;
    border-radius: 20px;
    color: white;
}

.post-full-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #222;
}

.post-full-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0 25px;
}

.post-full-tags .tag {
    background-color: #f0f0f0;
    color: #333;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
}

.post-full-body {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 40px;
}

.post-back-link {
    display: inline-block;
    text-decoration: none;
    color: #45354a;
    font-weight: bold;
    margin-top: 20px;
    transition: color 0.3s;
}

.post-back-link i {
    margin-right: 6px;
}

.post-back-link:hover {
    color: #0056b3;
}
.post-category-link{
    text-decoration: none;
    color: white; 
    font-weight: bold;
    cursor: pointer;
}
.post-category-link:hover{
    color: #dec9a5; 
    text-decoration: none;
}