/*top social */
#topbar .social-icons a {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    margin: 8px 2px;
    padding: 1px 0;
    display: inline-block;
}

#topbar .social-icons a span {
    font-size: 0.8rem;
}

.nav-menu.secnd-menu .drop-down li {
    min-width: auto;
}

/*mobile men */
@media (max-width:768px) {
    .nav-menu.secnd-menu {
        margin-right: 30px;
    }
}

/*new middle navigation menu */

.nav-menu.middle-menu .drop-down .drop-mnu-full {
    /*display: block;*/
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    border-radius: 3px;
}

.nav-menu.middle-menu .drop-down:hover>.drop-mnu-full {
    opacity: 1;
    top: 80px;
    visibility: visible;
}

/*---------------------------------------------*/

/*new */
.sticky-wrapper {
    right: 0;
    left: 0;
    position: sticky;
    z-index: 99;
}

.nav-menu.middle-menu .drop-down>.drop-mnu-full {
    width: 96%;
    padding: 15px;
    right: 2%;
    left: 2%;
}

li.drop-down.drop-mega-down {
    position: unset;
}

/*-----------------hero area -------------------------------*/
#hero {
    margin-bottom: 0px;
    background-attachment: inherit;
    display: flex;
    align-items: center;

}

.block-black {
    position: absolute;
    background: #0000009c;
    /*background: #1c25599c;*/
    /*padding: 15px;*/
    padding: 30px;
    width: 600px;
    max-width: 90%;
    border-radius: 0 5px 5px 0;
}

#hero .btn-get-started {
    background: #214086;
}

#hero:before {
    background: rgb(0 0 0 / 14%);
}

/*owl tools*/

.testiii_slider .owl-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    text-align: center;
    width: 100%;
}

.testiii_slider .owl-nav {
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 40px;
    display: block;
}

.testiii_slider .owl-carousel .owl-nav button {
    height: 30px;
    width: 30px;
    background: #ffffff9c !important;
    padding: 0px !important;
    margin: 3px;
    display: inline-block;
    vertical-align: middle;
}

.testiii_slider .owl-nav button .nav-button {
    /* background: #1c25599c; */
    /* width: 30px; */
    color: #fff;
    /* margin: 3px; */
    text-align: center;
    /* height: 31px; */
    /* font-size: 25px; */
    line-height: 25px;
    /* border-radius: 3px; */
    display: block;
}

.testiii_slider button.owl-dot {
    height: 10px;
    background: #fff !important;
    width: 10px;
    display: inline-block;
    margin: 3px;
}

.testiii_slider button.owl-dot.active {
    background: #214086 !important;
}

/*end owl tools*/

/*search pop up */
/* search box full page ------------------------- */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.99);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search .base-page {
    display: flex;
    padding: 1em;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search label {
    color: #fff !important;
}

/*#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}*/
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    /*background-color: #428bca;*/
    /*border-color: #357ebd;*/
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

/* end search pop up */

#hero .btn-get-started {
    border-radius: 10px 10px;
}



.btn-warning.qwi-btn:not(:disabled):not(.disabled).active:focus,
.btn-warning.qwi-btn:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.qwi-btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.12rem rgb(194 85 4 / 26%);
}

.btn-warning.qwi-btn:not(:disabled):not(.disabled).active,
.btn-warning.qwi-btn:not(:disabled):not(.disabled):active,
.show>.btn-warning.qwi-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #c25504;
    border-color: #c25504;
}

.btn-warning.qwi-btn {
    color: #ffffff;
    background-color: #214086;
    border-color: #214086;
}

/*latest products*/
.products-carousel .owl-item img {
    width: 100%;
    opacity: 1;
    transition: ease-in-out 0.3s;
    filter: none;
    display: block;
    margin: 15px auto 15px auto;
}

.products-carousel .owl-dot,
.testimonials .owl-dot,
.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #ddd !important;
}

.ltst-pdct-item {
    padding: 0px;
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 12px;
    margin-bottom: 15px;
    border:0px
}

.products-carousel .owl-item {
    padding: 0 10px;
}

.item-ttl {
    padding: 5px;
    background: #f9f9f9bd;

}

.item-ttl h4.title {
    font-size: 1.125rem;
    font-weight: 600;
}

    .item-ttl p.description {
        font-size: 16px;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 3em;
    
    }

.ltst-pdct-item:hover .item-ttl {
    background: #fff7f766;
}

.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.mega-drop-img {
    max-height: 300px;
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
    object-fit: cover;
}

.mega-link span {
    text-transform: capitalize;
}




#footer .footer-top .footer-contact p {
    font-size: 0.9em;
    margin-bottom: 15px;
}

footer img {
/*    height: 60px;*/
    margin-bottom: 25px;
}

section#clients-flags.clients .owl-item img {
    width: 75px;
    max-width: 100%;
    height: 40px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    filter: none;
    opacity: 1;
}

section#clients-flags.clients .owl-item .cnrty-name {
    text-align: center;
    font-size: small;
}


/*products filter home */
div#Products-flters {
    padding: 0 40px;
}

div#Products-flters .mega-cat-icon span.text-2 {
    font-weight: 600;
    color: #494949;
}

 .owl-nav button {
    position: absolute;
    background: white;
    border: 1px solid #494949;
    width: 25px;
    height: 25px;
    top: 30%;
    border-radius: 3px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    border-color: #49494940;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%);
}

 .owl-nav button.owl-prev {
    left: 5px;
}

 .owl-nav button.owl-next {
    right: 5px;
}

div#Products-flters .mega-cat-icon {
    border: unset;
    /* border-color: #49494917; */
    /* box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%); */
}

.owl-item.active.center .mega-cat-icon {
    background: #f6f6f6;
    /* border: 1px solid #49494947 !important; */
    /* box-shadow: 0px 0px 6px 0px rgb(255 116 13 / 61%) !important; */
    /* padding: 21px; */
    border-color: #49494917;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%);
}

div#Products-flters .mega-cat-icon {
    margin: 5px;
}

/*----*/
.owl-item.active.center .mega-cat-icon img {
    width: 60px;
}

.owl-item.active.center .mega-cat-icon:after {
    /* content: " ";*/
    width: 0;
    height: 0;
    border-width: 11px 9px 0 9px;
    border-color: #e9c7ad transparent transparent transparent;
    border-style: solid;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 7px);
}

/*.owl-item {
    margin-bottom: 26px;
}*/
/*----*/
#footer .social-links a {
    background: #494949;
}

.qwi-btn {
    border-radius: 10px 10px;
}

/*
div#Products-flters .mega-cat-icon {
    border-color: transparent;
    box-shadow: unset;
}
*/


input:focus-visible {
    outline: unset;
}

#search .btn {
    width: 130px;
    min-height: 40px;

}



.mega-cat-icon span.text-2 {
    margin-top: 10px !important;
    display: block !important;
}

/*contact us page */
.contact .info-box i {
    float: none;
    display: block;
    margin: auto;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 27px;
    padding: 10px;
    margin-right:16px;
    background: #fff;
}

.contact .info-box h3, .contact .info-box p {
    margin: auto;
/*    text-align: center;*/
}

.contact .info-box h3 {
/*    text-align: center;*/
    margin: 15px auto;
}

textarea {
    border-radius: 0.25rem !important;
}

.contact .php-email-form .form-control:not(textarea) {
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    height: calc(2em + 0.75rem + 2px);
    font-size: 14px;
}

.info-box {
    margin-bottom: 20px;
}

.testimonials.test-contact h4, .testimonials.test-contact p {
    color: #fff;
}

.testimonials.test-contact h4 {
    font-size: 2rem;
    font-weight: 700;
}

.test-contact .footer-newsletter form {
    max-width: 500px;
    margin-top: 35px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #ffe2d9;
}

.test-contact .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

.test-contact .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #214086;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.test-contact .footer-newsletter form input[type="submit"]:hover {
    background: #214086;
}

#footer .social-links a {
    font-size: 15px;
    padding: 11px 0;
}

.social-info-box {
    text-align: center;
    font-size: 30px;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    background: #f6f6f6;
    padding: 30px 0;
    color: #494949;
}

.social-info-box:hover {
    background: #fdf7f6;
    color: #214086;
}

/*light-slide */
.az-nav-tabs {
    padding: 15px 15px 0;
    background-color: transparent;
    padding: 0;
}

.az-nav-tabs .lSSlideOuter {
    position: relative;
    padding-left: 32px;
    padding-right: 35px;
}

.az-nav-tabs .lSSlideWrapper {
    overflow: visible;
}

.lSAction>a {
    z-index: 1;
}

.az-nav-tabs .lSAction>a {
    display: block;
    width: 25px;
    height: 30px;
    top: 30px;
    opacity: 1;
    background-color: #efefef;
    background-image: none;
    border-radius: 5px;
}

.az-nav-tabs .lSAction>a:hover, .az-nav-tabs .lSAction>a:focus {
    background-color: #a5afc4;
}

.az-nav-tabs .lSAction>a::before {
    font-family: 'Ionicons';
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.az-nav-tabs .lSAction>a.lSPrev {
    left: -30px;
}

.az-nav-tabs .lSAction>a.lSPrev::before {
    content: '\f3cf';
}

.az-nav-tabs .lSAction>a.lSNext {
    right: -35px;
}

.az-nav-tabs .lSAction>a.lSNext::before {
    content: '\f3d1';
}

.az-nav-tabs .lSAction>a.disabled {
    background-color: #e3e7ed;
    color: #fff;
}

.az-nav-tabs .lightSlider {
    display: flex;
    flex-wrap: nowrap;
}

.az-nav-tabs .tab-item {
    flex-shrink: 0;
    display: block;
    float: none;
    min-width: 150px;
}

.az-nav-tabs .tab-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    line-height: 1.428;
    color: #596882;
    white-space: nowrap;
    background-color: #e3e7ed;
}

.az-nav-tabs .tab-link:hover, .az-nav-tabs .tab-link:focus {
    background-color: #f4f5f8;
}

.az-nav-tabs .tab-link.active {
    background-color: #fff;
    color: #1c273c;
    font-weight: 500;
}

.az-tab-pane {
    display: none;
}

.az-tab-pane.active {
    display: block;
}

/*------------*/

.az-nav-tabs .lSAction>a::before {
    font-family: 'FontAwesome';
}

.az-nav-tabs .lSAction>a.lSPrev::before {
    content: "\f104";
}

.az-nav-tabs .lSAction>a.lSNext::before {
    content: "\f105";
}

/*---------------*/
.products_thmbnls li.nav-item.lslide a.active {
    border: 2px solid #214086;
    background: #fcf4ee;
}

.products_thmbnls .lslide img {
    width: 70px;
    height: auto;
    max-height: 70px;
    object-fit: contain;
}

.products_thmbnls .lslide a {
    display: block;
    border: 1px solid #cec7c7;
    padding: 5px;
}

.product-imgs-slider .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.Product-details-container .tab-content {
    padding: 5px;
    width: 100%;
    height: 400px;
    border: 1px solid #d0d0d0;
}

.Product-details-container .tab-content img {
    height: calc(400px - 20px);
    margin: auto;
    display: block;
}

.product-imgs-slider {
    width: calc(100% - 10px);
    display: block;
    margin: auto;
}



.prdct-desc-tabs li a {
    font-weight: 600;
    text-align: center;
}

.prdct-desc-tabs-content {
    padding: 30px 0px;
  
}

/*end light-slide */
/*------------*/
.msg-img img {
    height: 50px;
    width: 50px;
    padding: 5px;
    border: 1px solid #cdd4e0;
    object-fit: contain;
    border-radius: 50%;
}

section.toturs-list .card {
    padding: 15px;
    border-radius: 5px;
    padding-bottom: 5px;
}


span.cntry-flg img {
    height: 15px;
    margin-right: 5px;
}

.mb-1.name-totur {
    font-weight: 700;
    padding: 5px 0;
}

.stars span.fa.fa-star {
    color: #0b8b3a;
}

.stars span.far.fa-star {
    color: #494949;
}

.country {
    margin-top: 7px;
}

.stars {
    font-size: 10px;
}

span.star-count {
    margin-left: 5px;
}

/*rating */

.rate {
    float: left;
    height: 46px;
    padding: 0 20px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 25px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

    .rate > input:checked ~ label {
        color: #ffc107;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #ffc107;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #ffc107;
    }

.rate-label {
    padding-top: 12px;
    display: inline-block;
}

/* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */

/*pagination */
.page-link {
    color: #214086;
}

.page-item.active .page-link {
    background-color: #214086;
    border-color: #214086;
}

/*----------------light slider-----------------------*/
li.lslide {
    width: 100%;
}

    li.lslide img {
        max-width: 100%;
        max-height: 300px;
        width: auto !important;
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

.lSAction>a {
    filter: contrast(0.05);
}

.lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
    object-fit: contain;
}

.demo {
    padding: 10px;
    border: 1px solid #c8c8c8;
}

.lSSlideOuter .lSPager.lSGallery li.active {
    border: 2px solid #214086;
    padding: 5px;
    background: #fcf4ee;
}

.lSSlideOuter .lSPager.lSGallery img {
    border: 2px solid transparent;
    border-radius: 5px;
}

/*-----------------------------------------------------*/
a.saved-fav {
    color: #b80000;
    border-color: #b80000 !important;
}

.btn-group-toggle label.btn.btn-outline-light.active {
    border: 1px solid #6c757d !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.btn-group-toggle label.btn.btn-outline-light {
    border: 3px solid transparent;
    padding: 5px 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.btn-group-toggle span.fa.fa-square {
    font-size: 20px;
}

dt.col-3 {
    vertical-align: middle;
    margin: auto;
}

.nav-menu a {
    color: #000000;
}

.p-2.product-first-data .h5 {
    font-size: 24px;
    font-weight: 600;
}

li.drop-down.hdr-user ul {
    left: auto;
    right: 0;
}

li.drop-down.hdr-user .bx {
    font-size: 20px;
    width: 28px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

/*-------------layout v-03--------------------------*/
.mega-cat-icon span.icon-svg img {
    width: 55px;
    height: 55px;
    /* border: 1px solid #eceaea; */
    margin: auto 15px auto auto;
    padding: 5px 0;
}

.mega-cat-icon {
    border: 1px solid #eceaea;
    margin-bottom: 15px
}

.mega-cat-icon span.text-2 {
    white-space: normal;
    text-transform: capitalize;
}

.mega-cat-icon a {
    display: flex;
    align-items: center;
    padding: 10px 10px;
}

.mega-cat-icon:hover {
    border: 1px solid #ecceb77a;
    background: #fdf7f6;
}

/*-------------------------*/
.Products-flters .mega-cat-icon span.text-2 {
    white-space: normal;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
    display: block;
    min-height: 45px;
}

.Products-flters .mega-cat-icon a {
    display: block;
    align-items: center;
}

.Products-flters span.icon-svg {
    display: block;
    text-align: center;
}

.Products-flters .mega-cat-icon span.icon-svg img {
    margin: auto;
}

/*----------------------------*/

#topbar .social-icons a .fab,
#topbar .social-icons a .fa-brands {
    font-weight: normal;
}

#topbar .cta a {
    color: #fff;
    padding: 0px 0;
}

.nav-menu a {

    font-weight: 600;
    text-transform: uppercase;
}

span.fav-list {
    position: absolute;
    background: #214086;
    width: 21px;
    height: 20px;
    font-size: 10px;
    padding: 3px 0;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    top: -3px;
    right: 2px;
}

.nav-menu.secnd-menu span.far.fa-heart,
.nav-menu.secnd-menu span.far.fa-user---,
.nav-menu.secnd-menu span.fa.fa-search {
    font-size: 1.2rem;
}

.nav-menu.secnd-menu span.far.fa-user {
    margin-right: 5px;
}

header#header {
    height: 90px;
    padding: 25px 0;
}

#topbar .social-icons a {
    width: 22px;
    height: 22px;
    line-height: 1.3;
}

#topbar .social-icons a span {
    font-size: 0.65rem;
}

section#topbar {}

.nav-menu.secnd-menu li.drop-down>a:after {
    display: none;
}

h4.title {
    font-size: 1.8rem;
    margin-bottom: 1em;
}

/*before login */

li.drop-down.hdr-user a.btn:hover {
    color: #fff;
    background: #214086;
   
}

li.drop-down.hdr-user a.btn {
    padding: 9px 15px;
}
    li.drop-down.hdr-user a.btn.u:hover {
        color: #fff;
        background: #214086;
        padding: 9px 15px;
    }

li.drop-down.hdr-user a.btn.u {
    padding: 0;
}
/*---------------------------------------*/
/*login page*/
section#login-page form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

.login-inner, .inner-page {
    min-height: calc(100vh - 384px);
}

/*-----------*/
.login-inner .custom-control-label::after {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.16rem;
}

.login-inner .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #214086;
    background-color: #214086;
    width: 1.3rem;
    height: 1.3rem;
    top: 0.1rem;
}

.login-inner label.custom-control-label {
    vertical-align: middle;
}

.login-inner .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-size: 0.8rem;
}

/*error page */

.az-error-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}

.logo-404 img {
    width: 300px;
    max-width: 90%;
    opacity: 0.3;
}

.logo-404 {
    padding: 5%;
    border: 1px dashed #cecece;
    border-radius: 15px;
}

.az-error-wrapper h1 {
    padding: 10px;
    font-size: 37px;
    margin-top: -30px;
    background: #fff;
    border: 1px dashed #cecece;
    border-radius: 15px;
    color: #b4c0c2;
}

/*--------------*/
.btn-outline-warning {
    color: #214086;
    border-color: #214086;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #214086;
    border-color: #214086;
}

.btn-outline-warning:hover {
    color: #ffffff;
    background-color: #214086;
    border-color: #214086;
}

/*--------------------------*/
.blog .sidebar {
    background: #fff;
    padding: 30px;
    margin: 0;
    border-radius: 2px
}

.head-grid {
    padding: 10px;
    background: #f4f2f2;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    /*border: 1px solid #dfdfdf;*/
    border-radius: 2px
}

.blog .sidebar .categories ul li+li {
    padding-top: 0;
}

.ctgrs-ul li a {
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    color: #494949 !important;
}

.ctgrs-ul li {
    display: block;
}

.ctgrs-ul li.active-srvc a {
    background: #214086;
    color: #fff !important;
}

.ctgrs-ul li.active-srvc a span {
    color: #fff !important;
}

.fltrd-prdcts-div .sidebar-title {
    font-size: 1.3em;
    padding: 25px 5px 0px;
}

/*-----------------------------------------------------*/
nav.Pager1 {
    margin: 0 auto;
    padding-top: 60px;
}

.pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
}

.pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    background-color: #eee;
}

.pagination.pg-blue .page-item.active .page-link:hover {
    background-color: #214086;
}

.pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #214086;
    color: #fff;
}

.pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #999;
    font-weight: bold;
}

.pagination.pagination-circle .page-item .page-link:hover {
    border-radius: 50%;
}

.pagination.pagination-circle .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
}

.pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.page-link {
    border: none !important;
}

/*------------------------------------*/
.row.prdcts-container {
    margin-right: -10px;
    margin-left: -10px;
}

.row.prdcts-container .col-lg-3 {
    padding-right: 10px;
    padding-left: 10px;
}

.ltst-pdct-item {
    margin-bottom: 0px !important;
}

/*------------------------------------*/






/*----------------*/



/*added new */
.left-offer-block .text1, .left-offer-block .text2, .left-offer-block {
    text-align: center;
    margin: auto;
    width: 100%;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
}

.offers-sliser button.owl-dot {
    background: #c7c7c7;
    width: 10px;
    height: 8px;
    border-radius: 3px;
    margin: 2px;
}

.offers-sliser .owl-dots {
    display: block;
    margin: auto;
    text-align: center;
}

.offers-sliser button.owl-dot.active {
    background: #214086;
}

.ltst-pdct-item img {
    height: 210px;
    object-fit: contain;
    width: 100%;
    border-radius:15px
}

/*-----------search results---------------------------*/
/* bianatmaftoha */
.card.card-table-two {
    padding: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.card .table thead th, .card .table td {
    font-size: 0.9em;
}

h4.card-title {
    font-size: 1rem;
    font-weight: 700;
}

/*-------------------*/
/*-----------------------*/
.srch-flter .col-lg {
    padding-right: 5px;
    padding-left: 6px;
}

.srch-flter a.active .card {
    background: #214086;
    color: #fff;
    position: relative;
}

.srch-flter a .card {
    background: #fbfbfb;
}



.srch-flter a span {
    margin-bottom: 10px !important;
    display: block;
}

.srch-flter a.active .card::after {}

/*--------------------------------------*/
section.portfolio-details.search-rslts-pg .section-title {
    text-align: start;
    padding-bottom: 10px;
}

.comment a {
    color: #0a58ac;
}

section.portfolio-details.search-rslts-pg {
    margin: 20px auto;
    padding-bottom: 0;
    margin-bottom: 0;
}
#avatarPreview{
    width:100px;
    height:100px
}
#profileForm label {
    font-weight: bold;
    color: #214086
}
#profileForm .custom-radio label {
    color: #495057
}
.notificationMenu .border-top a{
    color:#fff
}
#topNotificationMenu .dropdown-item h2{
    font-size:16px
}
.notificationMenu .dropdown-item{
    display:flex;
    justify-content:space-between;
    padding-bottom:10px
}
.notificationMenu {
    padding: 20px 10px !important;
}
#topNotificationMenu .dropdown-divider{
    display:none !important
}
#topNotificationMenu{
    max-height:300px;
    overflow-y:auto
}
/*--------------------------------------*/
/*30/9*/
.item-ttl {
    padding: 16px 29px !important ;
    flex-basis: 43em;
    flex-grow: 0;
    flex-shrink: 0;
}
.share-icon {
    width: 18px !important;
    height: auto !important;
}
.item-ttl h4.title{
    color:#214086 !important;
}