@media (max-width: 767px) {
    .cms {
        overflow-x: hidden;
    }
}

.cms #myHeader {
    display: none;
}

.cms-title {
    background: #014478;
    padding: 17px 0 8px;
}

.cms-title h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px #1a1d83;
}

.cms-title p {
    color: #fff;
    font-weight: 600;
}

.video-card {
    background: #fff;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.video-card h4 {
    font-size: 20px;
    padding: 15px;
    font-weight: 600;
}

.video-card:hover h4 {
    color: #f05a28
}

.video-card a {
    overflow: visible;
}

.video-card iframe {
    border-radius: 2px;
    transition: 0.2s all;
}

.video-card .plyr__controls {
    display: none;
}

.plyr__control--overlaid {
    background: rgb(46, 49, 146);
}

.video-card .plyr__control--overlaid {
    transform: translate(-50%, -50%) scale(1);
}

.video-card:hover .plyr__control--overlaid {
    transform: translate(-50%, -50%) scale(1.3);
}

.plyr--video {
    border-radius: 10px
}

.video-card .plyr--video {
    border-radius: 10px 10px 0 0;
}

.main .plyr {
    border: 1px solid #ddd;
}

.main-des h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-des p {
    line-height: 30px;
}

.main-des li {
    font-size: 18px;
    line-height: 35px
}

.main-des li i {
    color: #0da43c
}

.main-des .btn {
    font-size: 20px;
}

/*membership*/
.membership {
    padding-left: 0;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.membership-card {
    width: 23%;
    margin: 20px 0;
    text-align: center;
    background: #fff;
    --webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    height: 300px;
    list-style-type: none;
    align-items: center;
    display: flex;
}

.membership-card div {
    width: 100%
}

.membership-card .pricing-name {
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    text-transform: uppercase;
}

.membership-card div h4 {
    color: #fff;
    font-weight: 800;
    font-size: 40px;
    margin-top: 22px;
}

.membership-card.verified {
    background: linear-gradient(-90deg, #ef8c4b, #de600c);
    color: #fff;
}

.membership-card.advance {
    background: linear-gradient(-90deg, #898ad0, #5b5c8c);
    color: #fff;
}

.membership-card.advancetrust {
    background: linear-gradient(-90deg, #fe598a, #d43262);
    color: #fff;
}

.membership-card.platinum {
    background: linear-gradient(-90deg, #38d3ed, #1ebad6);
    color: #fff;
}

.membership-card.star {
    background: linear-gradient(-90deg, #ef8c4b, #e4b508);
    color: #fff;
}

.membership-card.leader {
    background: linear-gradient(-90deg, #ef8c4b, #2bafa2);
    color: #fff;
}

.membership-card.banner {
    background: linear-gradient(-90deg, #ef8c4b, #de600c);
    color: #fff;
}

.membership-card.product {
    background: linear-gradient(-90deg, #ef8c4b, #de600c);
    color: #fff;
}


/*feature*/
.ul-50 li {
    width: 50%;
    float: left;
    color: #1d212e;
    font-size: 18px;
}

@media (max-width: 767px) {
    .ul-50 li {
        width: 100%;
    }
}

.select-plan {
    margin: 0 !important
}

.select-plan .pricing-divider {
    padding: 2em 0 9em;
}

.select-plan .pricing-divider-img {
    height: 120px;
}

.star.select-plan h3,
.leader.select-plan h3 {
    margin: 50px 0 20px;
    font-size: 40px
}

.platinum-f li {
    margin-bottom: 10px
}

.btn-member {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    width: 191px;
    margin: auto;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    height: 44px;
    font-size: 19px;
}

.btn-member.verified {
    border: 1px solid #df620f;
    background: #e7762c;
    font-weight: 500;
}

.btn-member.advance {
    border: 1px solid #5b5c8c;
    background: #7374af;
}

.btn-member.advancetrust {
    border: 1px solid #d43262;
    background: #fe598a;
}

.btn-member.platinum {
    border: 1px solid #38d3ed;
    background: #1ebad6;
}

.btn-member.star {
    border: 1px solid #f9c60e;
    background: #d7aa04;
}

.btn-member.leader {
    border: 1px solid #2dd4c3;
    background: #2bafa2;
}

.select-plan:hover .btn-member,
.btn-member:hover,
a.btn-member:active,
a.btn-member:focus {
    background: #07a753;
    color: #fff;
    border: 1px solid #07a753;
    box-shadow: 1px 2px 3px rgba(0, 129, 61, 0.3)
}

.popup-gallery figure {
    position: relative;
    height: 250px;
    background: #f4f4f4;
    overflow: hidden;
    vertical-align: middle;
    line-height: 250px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

figure figcaption {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity .5s;
    border-radius: 10px;
}

figure figcaption p {
    color: #fff;
    line-height: 3.5em !important;
    text-align: center;
    font-size: 70px;
    font-weight: 400;
}

figure:hover figcaption {
    opacity: .9;
    transition: opacity .5s;
}

.mfp-figure figure:hover figcaption {
    opacity: 0;
}

.mfp-fade img.mfp-img {
    width: 55vw !important;
    max-height: 100% !important;
}

.mfp-fade .mfp-arrow {
    position: fixed;
}

/*new package*/
.pricingdiv {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    justify-content: space-between;
}

.theplan {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    transition: all .1s;
    position: relative;
    border: 1px solid #cfcfde;
    text-align: center;
}

.theplan:hover {
    transform: scale(1.02);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.pricingdiv ul.theplan li {
    font-size: 17px;
    line-height: 25px;
    color: #1d212e;
    border-radius: 3px;
    margin-bottom: 10px;
}

.pricing-divider {
    padding: 2em 0 6em;
    position: relative;
    margin-bottom: 0 !important;
    text-align: center;
    min-height: 280px
}

.pricing-divider h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-size: 25px;
    margin: 15px 0;
}

.pricing-divider h4 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin: 30px 0 0px 0;
}

.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 105px;
}

.pricingdiv .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricingdiv ul.theplan li:last-of-type {
    text-align: center;
    margin-top: auto;
}

.pricebutton {
    background: #ced4da;
    color: #000;
    border-radius: 0.25rem;
    font-weight: 600;
    padding: 10px;
    display: inline-block;
    margin: 30px auto;
    font-size: 18px;
    min-width: 85%;
}

.theplan:hover .pricebutton {
    background: #f05a28;
    color: #fff
}

.pricebutton:hover {
    background: #014478 !important;
    color: #fff
}

.feature {
    padding-left: 35px;
    position: relative;
}

.membership-button {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 20px;
    transition: 1s all;
}

.membership-button i {
    display: none;
    transition: 1s all;
}

.theplan:hover .membership-button i {
    display: inline-block;
}

.without-price h3 {
    font-size: 34px;
    font-weight: 800;
}

.without-price .pricing-divider {
    display: grid;
    align-items: center;
}

.star-info {
    font-size: 25px;
    margin: 3px;
    bottom: -0.4em;
}

/*blue*/
.verified .pricing-divider {
    background: linear-gradient(-90deg, #ef8c4b, #de600c);
}

.verified .membership-button {
    color: #ef8c4b;
}

.advance .pricing-divider {
    background: linear-gradient(-90deg, #898ad0, #5b5c8c);
}

.advance .membership-button {
    color: #5b5c8c;
}

.advancetrust .pricing-divider {
    background: linear-gradient(-90deg, #fe598a, #d43262);
}

.advancetrust .membership-button {
    color: #d43262;
}

.platinum .pricing-divider {
    background: linear-gradient(-90deg, #38d3ed, #1ebad6);
}

.platinum .membership-button {
    color: #1ebad6;
}

.star .pricing-divider {
    background: linear-gradient(-90deg, #f9c60e, #d7aa04);
}

.star .membership-button {
    color: #d7aa04;
}

.leader .pricing-divider {
    background: linear-gradient(-90deg, #2dd4c3, #2bafa2);
}

.leader .membership-button {
    color: #2bafa2;
}

.bannertarrif .pricing-divider {
    background: linear-gradient(-90deg, #ff8279, #fd6960);
}

.bannertarrif .membership-button {
    color: #e74c3c;
}

.popproducts .pricing-divider {
    background: linear-gradient(-90deg, #52ACF3, #0063B1);
}

.popproducts .membership-button {
    color: #0063B1;
}


@media only screen and (max-width:768px) {
    .membership .theplan {
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .membership .theplan {
        width: 48%
    }
}

@media only screen and (min-width: 992px) {
    .membership .theplan {
        width: 48%
    }
}

@media only screen and (min-width:1100px) {
    .membership .theplan {
        width: 48%
    }
}

@media only screen and (min-width:1200px) {
    .membership .theplan {
        width: 23%
    }
}


/*footerlink pages*/
.weblink {
    color: #014478
}

.weblink:hover {
    color: #f05a28
}

#accordion .card {
    margin-bottom: 15px;
}

#accordion .card .card-header {
    padding: 5px 10px;
    border: none;
    background: #fff;
}

button[aria-expanded="true"] {
    color: #f05a28 !important
}

#accordion .card .btn-link {
    text-align: left;
    color: #014478;
    font-size: 16px;
    font-weight: 500;
}

#accordion .card .btn-link:hover,
#accordion .card .btn-link:focus,
#accordion .card .btn-link:active {
    color: #f05a28;
    text-decoration: none
}

#accordion .card-body {
    color: #000000b3;
    font-size: 14px;
    line-height: 21px;
    padding: 15px 25px 15px 25px;
}

.cms .alert-info {
    color: #014478;
    background-color: #f7f8ff;
    border-color: #d6d7f5;
    line-height: 28px;
    font-size: 16px;
}

/*contactus page*/
.office-table tr td:first-child {
    width: 150px;
    text-align: center;
}

/*about us page*/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #f05a28;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 3px solid #f05a28;
    border-radius: 0;
}

.nav-pills .nav-link {
    color: #374957;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 3px solid #fff;
    border-radius: 0;

}

.cms-tab .tab-content {
    border-top: 1px solid #ddd;
    padding: 52px 0;
}

.contact-shadow {
    box-shadow: 40px 0 80px rgba(0, 0, 0, .15);
}


/*banner tariff*/

#v-pills-tab .nav-link {
    border: 2px solid #edeeff;
    padding: 20px;
    margin-bottom: 20px;
}

#v-pills-tab .active {
    border: 2px solid #edeeff;
    padding: 20px;
}

#v-pills-tabContent .tab-pane {
    background: #fdfdff;
    border-radius: 5px;
    padding: 30px;
    border: 1px solid #e2e4fb;
}

/*career form*/
.career-form input,
.career-form textarea,
.career-form select {
    min-height: 50px;
    margin-bottom: 16px;
}

.career-form .btn, .directory .btn {
    font-size: 18px;
}

.describe-role {
    height: 180px !important
}

.career-form .custom-file-label,
.career-form .custom-file {
    height: 50px;
    font-size: 15px;
    color: #7474746b !important;
    padding: 10px .75rem;
}

.career-form .custom-file-label::after {
    height: 48px;
    padding: 10px .75rem;
}

.career-form .form-control {
    font-size: 15px
}

/*tradeshow*/
.tradeshow .card {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
}

.tradeshow .card:hover {
    box-shadow: 3px 4px 17px 10px #ececec
}

.tradeshow .overlay {
    height: 200px;
    overflow: hidden;
    margin: 0;
    background: #f4f4f4;
    text-align: center;
    position: relative;
}

.overlay figcaption {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity .5s;
    border-radius: 0px;
}

.tradeshow .card:hover .overlay figcaption {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    opacity: 0.9;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity .5s;
    border-radius: 0px;
}

.overlay figcaption i {
    color: #fff;
    height: 200px;
    line-height: 200px;
    font-size: 60px;
}

.tradeshow img {
    transform: scale(1);
    transition: 0.2s ease;
    object-fit: contain;
    height: 200px;
}

.tradeshow .card:hover img {
    transform: scale(1.1);
}

.tradeshow h4 {
    padding: 15px 30px;
    margin: 0;
}

.tradeshow h4 a {
    color: #014478;
    font-size: 19px;
}

.tradeshow .card:hover h4 a,
.tradeshow .card:hover h4 {
    color: #f05a28
}

.tradeshow p {
    font-size: 15px;
    padding: 0 30px;
    color: #0000008f;
    margin: 0
}

.tradeshow ul li {
    line-height: 33px;
    font-size: 15px;
    color: #0000008f;
}

.tradeinfo {
    padding: 0 30px;
    color: #777;
    margin: 0;
}

.tradeinfo i {
    color: #777
}

.tradeinfo li {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.tradeshow hr {
    margin: 10px auto;
    border-top: 1px solid #b1b1b1
}

.readtrade {
    padding: 2px 30px;
    background: #014478;
    margin: 15px 0 0 0;
    color: #fff;
}

.readtrade a {
    color: #fff;
    padding: 0 15px;
    font-weight: 500;
}

.readtrade i {
    transition: 0.2s all;
    font-size: 15px;
    position: relative;
    left: 2px
}

.tradeshow .card .readtrade:hover .fa-arrow-right {
    position: relative;
    left: 5px
}

/*post detail page*/
.card-news {
    background: #fff;
    /* border: 1px solid #d0d7e3; */
    padding: 25px;
    position: relative;
    top: -60px;
}
.card-news p{
    font-size: 15px;
    color: #0000008f;
}

.post-navigation {
    background: #fff
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    width: 50%;
    float: left;
}

.post-navigation .nav-next {
    text-align: right;
    float: right;
}

.post-navigation .nav-previous {
    border-right: 1px solid #e2e2e2;
}

/*news grid*/
.news .card {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 0
}

.news .card:hover {}

.news .overlay {
    height: 282px;
    overflow: hidden;
    margin: 0;
    background: #f4f4f4;
    text-align: center;
    position: relative;
}

.news .card:hover .overlay figcaption {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity .5s;
    border-radius: 0px;
}

.news img {
    transform: scale(1);
    transition: 0.5s linear;
    object-fit: contain;
    height: 282px;
}

.news .card:hover img {
    transform: scale(1.07);
}

.news h4 {
    padding: 15px 30px;
    margin: 0;
}

.news h4 a {
    color: #014478;
    font-size: 19px;
}

.news .card h4:hover a,
.news .card h4:hover {
    color: #f05a28
}

.news p {
    padding: 0 30px;
    color: #777;
    margin: 0
}

.readnews,
.readnews:hover {
    padding: 15px 30px;
    color: #f05a28;
}

.readnews i {
    position: relative;
    left: 0;
    transition: 0.2s all;
    font-size: 14px;
}

.readnews:hover i {
    position: relative;
    left: 5px
}

.news-category-tag {
    padding: 30px 30px 0px 30px;
    margin: 0;
    color: #9a9a9a
}

.news-category-tag li:hover {
    color: #333
}

.date-box {
    background: #f05a28;
    position: absolute;
    top: 20px;
    font-size: 16px;
    color: #fff;
    width: 60px;
    text-align: center;
    padding: 5px;
    left: 20px;
    font-weight: 600;
    border-radius: 1px;
    text-transform: uppercase;
}

.date-box span {
    font-size: 23px;
    display: block;
    line-height: 28px;
    color: #fff;
    border-bottom: 1px solid #fd6b6b;
    padding-bottom: 5px;
}

.newscat-link a{
    color: #fff;
    font-weight: 600;
}

.newscat-link a:hover{
    color:#f05a28;
    font-weight: 600;
}

/*get your own website*/

.box{
    height: 450px;    
    background-size: cover;
    background-position: top;
    border:5px solid #e9e9f3;
   /* box-shadow: 0 5px 10px rgba(0,0,0,0.1);*/
    transition:5s;
    position: relative;
}
.box:hover{
    background-position: bottom;
}
.website{
    margin-bottom:50px;
}
.website figure {
    position: absolute;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    border: none;
    border-radius: 4px;
    width: 228px;
    margin: auto;
    bottom:15px;
    background: transparent;
    left: 0;
    right: 0;
}
.website figure figcaption {
    background: #014478;
    height:45px;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity .1s;
    border-radius: 0px;
}
.box:hover figure figcaption {
    opacity: 1;
    transition: opacity .1s;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.website figure figcaption p {
    color: #fff;
    line-height: 45px !important;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
}
.website i{
    font-size: 18px;
}
/*color options*/
.color-options{
    margin: 15px 0
}
.color-options span{
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 20px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
.color-options span:hover{
    transform: scale(1.3);
    box-shadow: 1px 2px 3px rgba(0,0,0,0.3)
}
.theme1-color span.c1{
    background:#f3a8bd;
}
.theme1-color span.c2{
    background:#ceafff;
}
.theme1-color span.c3{
    background:#a90400;
}
.theme1-color span.c4{
    background:#cbb48b;
}
.theme1-color span.c5{
    background:#302222;
}
.theme1-color span.c6{
    background:#e6ae03;
}
.theme1-color span.c7{
    background:#fe6d18;
}
.theme2-color span.c1{
    background:#e6ae03;
}
.theme2-color span.c2{
    background:#c30f01;
}
.theme2-color span.c3{
    background:#309d40;
}
.theme2-color span.c4{
    background:#9c8415;
}
.theme2-color span.c5{
    background:#f3a7bd;
}
.theme2-color span.c6{
    background:#130505;
}
.theme2-color span.c7{
    background:#eb6625;
}
.theme3-color span.c1{
    background:#ff8f00;
}
.theme3-color span.c2{
    background:#7b1fa2;
}
.theme3-color span.c3{
    background:#33691e;
}
.theme3-color span.c4{
    background:#0d47a1;
}
.theme3-color span.c5{
    background:#827717;
}
.theme3-color span.c6{
    background:#d32f2f;
}
.theme3-color span.c7{
    background:#607d8b;
}
.theme4-color span.c1{
    background:#8f72bc;
}
.theme4-color span.c2{
    background:#168d79;
}
.theme4-color span.c3{
    background:#ab9437;
}
.theme4-color span.c4{
    background:#654337;
}
.theme4-color span.c5{
    background:#e32722;
}
.theme4-color span.c6{
    background:#01acee;
}
.theme4-color span.c7{
    background:#40403e;
}
.theme5-color span.c1{
    background:#ff6d18;
}
.theme5-color span.c2{
    background:#bb896a;
}
.theme5-color span.c3{
    background:#130505;
}
.theme5-color span.c4{
    background:#29d2b1;
}
.theme5-color span.c5{
    background:#8f72bc;
}
.theme5-color span.c6{
    background:#ab3738;
}
.theme5-color span.c7{
    background:#e6ae03;
}
.theme6-color span.c1{
    background:#ff8a80;
}
.theme6-color span.c2{
    background:#c62828;
}
.theme6-color span.c3{
    background:#388e3c;
}
.theme6-color span.c4{
    background:#ffa726;
}
.theme6-color span.c5{
    background:#3f51b5;
}
.theme6-color span.c6{
    background:#000000;
}
.theme6-color span.c7{
    background:#ab47bc;
}
.theme7-color span.c1{
    background:#008000;
}
.theme7-color span.c2{
    background:#990000;
}
.theme7-color span.c3{
    background:#6466c2;
}
.theme7-color span.c4{
    background:#ff6c00;
}
.theme7-color span.c5{
    background:#e6ae03;
}
.theme7-color span.c6{
    background:#0171ba;
}
.theme7-color span.c7{
    background:#6f3f2f;
}
.theme8-color span.c1{
    background:#e6ae03;
}
.theme8-color span.c2{
    background:#890300;
}
.theme8-color span.c3{
    background:#86a70e;
}
.theme8-color span.c4{
    background:#000000;
}
.theme8-color span.c5{
    background:#6466c2;
}
.theme8-color span.c6{
    background:#009688;
}
.theme8-color span.c7{
    background:#ff8a80;
}
.theme9-color span.c1{
    background:#e6ae03;
}
.theme9-color span.c2{
    background:#2a80b9;
}
.theme9-color span.c3{
    background:#38ac9f;
}
.theme9-color span.c4{
    background:#c30f01;
}
.theme9-color span.c5{
    background:#000000;
}
.theme9-color span.c6{
    background:#935e2c;
}
.theme9-color span.c7{
    background:#6466c2;
}
/*success Stories*/
.stories{
     justify-content: space-between;
     flex-flow: row wrap;
}
.testimonial{
    background: #fff;
    padding: 25px 25px 20px 25px;
    margin-bottom: 30px;
    width: 49%; 
    border: 1px solid #d0d7e3;
}
.testimonial .detail{
    text-indent:5px;
    position: relative;
    left: 15px;
    margin-right: 25px;
    text-align: justify;
}
.stories.buyer .testimonial .detail:before{
   content: open-quote;
    font-family: "Font Awesome 5 Free";
    text-decoration: none;
    font-weight: 900;
    position: absolute;
    top: -8px;
    left: -18px;
    color: #014478;
    font-size: 25px;
}   
.stories.buyer .testimonial .detail:after{
    content: close-quote;
    font-family: "Font Awesome 5 Free";
    text-decoration: none;
    font-weight: 900;
    position: absolute;
    bottom:0px;
    right:auto;
    color: #014478;
    font-size: 25px;
}
.stories.supplier .testimonial .detail:before{
   content: open-quote;
    font-family: "Font Awesome 5 Free";
    text-decoration: none;
    font-weight: 900;
    position: absolute;
    top: -8px;
    left: -18px;
    color: #f05a28;
    font-size:25px;
}   
.stories.supplier .testimonial .detail:after{
    content: close-quote;
    font-family: "Font Awesome 5 Free";
    text-decoration: none;
    font-weight: 900;
    position: absolute;
    bottom:0px;
    right:auto;
    color: #f05a28;
    font-size: 25px;
}
.stories .media{
    border-top: 1px solid #ddd;
    padding-top:20px;
}
.stories img{
    width: 80px;
    height: 80px;
    border:5px solid #e7e7eb
}
.stories.buyer h5{
    color: #014478;
}
.stories.supplier h5{
    color: #f05a28;
}
.stories p{
    color: #1d212e;
    font-size: 18px;
}
.stories .media p{
    margin-bottom: 0
}
.stories-nav .buyer.active {
    color: #014478; 
    border-bottom:none;
}
.stories-nav .seller.active {
    color: #f05a28; 
    border-bottom:none;
}

/*customer care*/
.care-hr{
    margin-bottom: 0;
    border-top: 1px dashed #b7c5dd;
}
.care-info img{
    filter: grayscale(1);
}
.care-info .media:hover img{
    filter: grayscale(0);
}

/*buy directory*/
/* Center the book */
/*.panel__image.panel__image--book {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:30px;
}
.article__content a:not(.btn):not(.toolbar-item) {
    color: #006fc6;
}
.product-panel--book .panel__image--book img {
    width: 100% !important;
}

.books__book__img {
    width: 100%;
    max-width: 20px;
    will-change: transform;
    transform-origin: 0 100%;
    transform: rotate(-10deg);
    transition: transform 0.3s ease-out;
}

.books__book__img:hover {
    transform: rotate(0);
}

.author__image-wrapper::before,
.books__book__image::before {
    display: block;
    content: "";
    height: 20%;
    width: 45%;
    position: absolute;
    background-image: url(../images/shadow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 87%;
    left: 35%;
    right: 0;
    transition: all 0.2s ease-out;
    transform-origin: 30% 50%;
    pointer-events: none;
}*/


/*directory detail*/
.amt-payable{
    background-color: #fffcdc;
    padding: 15px 20px;
    min-height: 50px;
    font-weight: 600;
    color: #1d212e;
}
.payment-table{
    margin-bottom: 0
}
.payment-table tr td{
    padding: 0.4em .75rem;
}
/*whatsapp in contact page*/
.whatsapp{
    position: fixed;
    left: 0;
    bottom:18%;
    
}
.whatsapp img{
    border-radius: 0px 5px 5px 0px;
    transition: 0.2s ease;
}
.whatsapp img:hover{
    box-shadow: 0px 1px 11px 2px rgba(0,0,0,0.3);
}