html, body {
    overflow-x: hidden;
}
/*your custom css goes here*/
.top-navbar{
    background: #f5f6f8;
    /* font-size: 1.1rem; */
    letter-spacing: -0.027em;
    text-transform: capitalize;
}
.header-middle {
    /*padding-top: 3.2rem;
    padding-bottom: 3.1rem;*/
    color: #333;
    background: #fff;
    /*font-size: 1.2rem;*/
    border-bottom: 1px solid #eee;
}
.stop-propagation{
    border: 2px solid var(--primary);
}

.btn {
    border-radius: 0px;
}

.font-size-13{
    font-size: 13px;
}
.font-size-17{
    font-size: 17px;
}

.header-call {
    position: relative;
    margin-right: 4.8rem;
}
.header-call .w-icon-call {
    margin: 0 0.6rem 0.2rem 0;
    /*font-size: 3rem;*/
}
.header-call .call-info {
    margin-top: 0.4rem;
}
.header-call .phone-number {
    font-size: 18px;
    line-height: 1.7;
}
.header-call .chat a {
    color: #333;
    font-weight: 500;
}
.header-call .chat a:hover {
    color: #fe7c00;
}
.header-call:hover .w-icon-call,
.header-call:hover .phone-number {
    color: #fe7c00;
}
.header-call::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -2.5rem;
    width: 1px;
    height: 25px;
    background-color: #e5e5e5;
}

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

.header-bottom {
    color: #fff;
    background: #333;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.offcanvas-toggler{
    padding: 15px 25px 17px 15px;
    letter-spacing: -0.025em;
    transition: all 0.3s;
    text-transform: capitalize;
    color: #FFF;
}
.font-white{
    color: #FFF !important;
}

/*zeynap menu start*/
.zeynep {
    z-index: 1040;
}
/* zeynepjs menu styles */
.zeynep {
    background-color: var(--white);
    color: #404143;
    width: 295px;
}

.zeynep ul {
    list-style-type: none;
    padding: 0;
    padding-left: 20px;
    -webkit-overflow-scrolling: touch;
}
.zeynep ul > li {
    display: block;
}

.zeynep ul > li > a {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 20px;
    text-decoration: none;
    transition: all 150ms;
}
.zeynep ul > li > a:hover {
    background-color: #efefef;
    border-radius: 3px;
}

.zeynep ul > li:not(:last-child) > a {
    border-bottom: 1px solid #efefef;
}
.zeynep .submenu-header>a:before,.zeynep ul>li.has-submenu>a:after{
    font-family:"font awesome 5 free";
    font-weight:700;
    font-size:.75rem
}
.zeynep ul > li.has-submenu > a {
    background-image: url("../img/zeynap/submenu-arrow.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
}

.zeynep ul > li.has-submenu > a:hover {
    background-image: url("../img/zeynap/submenu-arrow-active.svg");
}

/* zeynepjs submenu styles */
.zeynep .submenu {
    background-color: var(--white);
    left: 295px;
}

.zeynep .submenu-header {
    background-image: url("../img/zeynap/menu-back.svg");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    border-bottom: solid 1px #efefef;
    cursor: pointer;
    position: relative;
}

.zeynep .submenu-header > a {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 20px;
    padding-left: 40px;
    text-decoration: none;
}

.zeynep .submenu-header > a:before {
    background-image: url("../images/zeynap/submenu-arrow.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    content: "";
    height: 100%;
    left: 26px;
    position: absolute;
    top: 0;
    transform: rotate(-180deg);
    width: 20px;
}

.zeynep .submenu > label {
    color: #e77691;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 19px;
    opacity: .5;
    padding-left: 40px;
    width: 100%;
}

.zeynep-opened body {
    overflow: hidden;
}
.zeynep {
    right: auto;
    left: 0;
}
.u-sidebar-bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    display: none;
    width: 100%;
    height: 100%;
}
/*zeynap menu end*/


.aiz-main-wrapper {
    background-color: var(--white) !important;
}

.aiz-category-menu{
    background-color: #f5f5f5 !important;
    border-radius: 0.5rem;
}
.aiz-category-menu ul li a {
    padding: 20px 0px 10px 17px;
    text-transform: capitalize;
    /* font-size: 1.3rem; */
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.007em;
    display: block;
    position: relative;
}

.category-dropdown-box > ul > li:not(:last-child) > a {
    border-bottom: 1px solid #e1e1e1 !important;
}
.category-dropdown-box > ul > li > a {
    padding: 12px 0px 10px 17px !important;
}

.category-dropdown-box > li {
    margin-right: 0;
    padding: 0 1rem;
}

.category-dropdown-box::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 1.7rem;
    border: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
}

.aiz-category-menu .category-nav-element:hover > a{
    color: var(--primary) !important;
    font-weight: bold;
}
.form-control{
    border-radius: 0px !important;
}

.footer .category-box {
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
}
.footer .category-box:not(:last-child) {
    margin-bottom: 1.4rem;
}
.footer .category-box a {
    font-weight: normal;
    letter-spacing: 0;
    color: #666;
    line-height: 1;
    margin-bottom: 1rem;
    position: relative;
}
.footer .category-box a:hover, .footer .category-box a:active, .footer .category-box a:focus {
    color: #fe7c00;
}
.footer .category-box a:last-child::before {
    width: 100%;
}
.footer .category-box a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    border-left: 1px solid #ccc;
    margin: 0px 0.9rem 0 1rem;
    vertical-align: bottom;
}
.footer .category-box a:last-child::after {
    content: none;
}

.footer-dark a, .footer .category-name {
    color: #999;
}

/*
* Modified by Maruf
* */
ul.social a{
    background: #273e9b;
}
ul.social i {
    color: #fff;
}
:root {
    --danger: #ef1923 !important;
    --footer-color: #060e1f;
}
.footer-widget{
    background-image: linear-gradient(to bottom right, #ef192321, #273e9b47), url('../img/footer_bg.jpg');
    background-origin: border-box;
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    border-color: transparent;
}
.header-bottom {
    /*background: #0d111b !important;*/
    /*background: #ef1923 !important;*/
    background: linear-gradient(to right, #273e9b, #ef1923);
    /*background: linear-gradient(to right, #ef1923, #273e9b);*/
}
.footer-bottom-bg {
    background: linear-gradient(to right, #80292d, #273e9b);
}
.offcanvas-toggler {
    /*background: var(--primary);*/
}
.btn-primary{
    background: linear-gradient(to right, #273e9b, #7a050b);
}
.top-navbar{
    background: transparent !important;
}
.aiz-sidebar.left {
    /*background: linear-gradient(to bottom right, #050e34cf, #370305) !important;*/
   /* background: linear-gradient(to bottom right, #2275d7cc, #370305) !important;*/
    background: linear-gradient(to bottom right, #22316f, #370305) !important;
}
.aiz-side-nav-list .aiz-side-nav-link{
    color: #ffffff;
}
.aiz-side-nav-list .aiz-side-nav-link:hover,
.aiz-side-nav-list .aiz-side-nav-link.level-2-active,
.aiz-side-nav-list .aiz-side-nav-link.level-3-active,
.aiz-side-nav-list .aiz-side-nav-link.active {
    color: #fff;
    /*background-color: #181827;*/
    background: linear-gradient(to right, #22316f, #402c2d)
}

.aiz-side-nav-logo-wrap{
    background: transparent;
}
.aiz-side-nav-logo-wrap img {
    height: 100%;
}
.bg-grad-1 { background-color: #80292d; background-image: linear-gradient(315deg, #273e9b 0%, #80292d 74%); }
.bg-grad-2 { background-color: #80292d; background-image: linear-gradient(215deg, #273e9b 0%, #ef1923 74%); }
.bg-grad-3 { background-color: #80292d; background-image: linear-gradient(115deg, #273e9b 0%, #370305 74%); }
.bg-grad-4 { background-color: #80292d; background-image: linear-gradient(615deg, #273e9b 0%, #7a050b 74%); }

.aiz-p-hov-icon a {
    color: white;
    background: #273e9b;
    transform: none;
    -webkit-transform: none;
}
.absolute-top-right {
    right: 0px;
}
.aiz-p-hov-icon a:hover {
    background: #ef1923;
}

.category-overlay {
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
}
.table td, .table th {
    border-top: 0px solid #dee2e6;
}
.table thead th {
    border: 2px solid #dee2e6;
}
.table td, .table th {
    border: 2px solid #dee2e6;
}
@media (max-width: 768px) {
    /*body {
        max-width: 100vw !important;
    }
    .modal-content{
        width: 92% !important;
    }*/
}
