/* Header */
/*fontawsome-4.5.0*/
@font-face {
    font-family: "Proxima Nova Rg";
    src: url("../font/ProximaNova-Regular.eot");
    src: url("../font/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
        url("../font/ProximaNova-Regular.woff2") format("woff2"),
        url("../font/ProximaNova-Regular.woff") format("woff"),
        url("../font/ProximaNova-Regular.ttf") format("truetype"),
        url("../font/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Chronicle Display";
    src:  url("../font/ChronicleDisplay-Roman.eot");
    src:  url("../font/ChronicleDisplay-Roman.eot?#iefix") format("embedded-opentype"),
        url("../font/ChronicleDisplay-Roman.woff2") format("woff2"),
        url("../font/ChronicleDisplay-Roman.woff") format("woff"),
        url("../font/ChronicleDisplay-Roman.ttf") format("truetype"),
        url("../font/ChronicleDisplay-Roman.svg#ChronicleDisplay-Roman") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Proxima Nova Rg;
    background-color: #f3f7fa;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
}

:root {
    --color-primary: #ff0000;
    --color-secondary: #2a3f4e;
}

ul {
    padding: 0;
}
.no-padding {
    padding: 0;
}

/*---------soh----csss-----*/
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-color: red;
    padding: 10px;
    background-position: 50%;
    background-size: 100% 100%;
}

a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
strong {
    color: var(--text-color);
}

ul,
li {
    list-style: none;
}
* {
    outline: 0;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 20px;
    margin-bottom: 30px;
}

.text-primary {
    color: var(--color-primary);
}
.bg-primary {
    background-color: var(--color-primary);
}
.text-secondary {
    color: var(--color-secondary);
}
.bg-secondary {
    background-color: var(--color-secondary);
}
.bg-red {
    background-color: #ff2732;
}

.text-success {
    color: var(--color-success);
}
.bg-success {
    background-color: var(--color-success);
}
.text-dark {
    color: #000000;
}
.text-light {
    color: #f5f5f5;
}
.text-white {
    color: #fff;
}
.section-py {
    padding-top: 80px;
    padding-bottom: 80px;
}
.img-full {
    width: 100%;
}
/*--------------nav-menu-----------*/
/* Mobile menu styles */
.mobile-menu {
    margin-top: -44px;
    font-size: 20px;
    padding: 0px;
}

.mobile-nav-show {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    padding: 50px 30px;
    text-align: center;
    overflow-y: auto;
    display: none;
}

.mobile-nav-show ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-show li {
    margin-bottom: 15px;
}

.mobile-nav-show a {
    display: block;
    font-size: 24px;
    color: #000;
    text-decoration: none;
    padding: 10px;
    transition: all 0.3s ease;
}

.mobile-nav-show a:hover {
    background-color: #f1f1f1;
}

/* Mobile menu toggle styles */
.mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.mobile-nav-toggle:focus {
    outline: none;
}

/* Hamburger icon styles */
.mobile-nav-toggle .bi-list {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px;
    line-height: 1;
    transition: all 0.3s ease;
}

.mobile-nav-toggle .bi-list:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 1px;
    margin-top: 3px;
    transition: all 0.3s ease;
}

.mobile-nav-toggle .bi-list:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 1px;
    margin-top: 3px;
    transition: all 0.3s ease;
}

/* Hamburger icon animation styles */
.mobile-nav-toggle.active .bi-list:before {
    transform: translateY(9px) rotate(45deg);
}

.mobile-nav-toggle.active .bi-list:after {
    transform: translateY(-9px) rotate(-45deg);
}

/*-----------------------*/
.header {
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
}

.content {
    background-color: #fff;
    text-align: center;
}

.header .nav > li > a {
    color: #737377;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Proxima Nova Rg;
}
.navbar-toggler {
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    color: #000;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: var(--bs-navbar-toggler-transition);
}
.header .nav li.dropdown:hover .dropdown-menu {
    display: block;
}
.header .nav li.dropdown .dropdown-menu {
    top: 89%;
    right: 10px;
    left: auto;
}

.header .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent;
}

.header .nav > li > a:hover {
    background: transparent;
}
.header .nav > li > a > img {
    max-width: none;
    margin-right: 5px;
}
.header .nav > li > a:focus {
    background: no-repeat;
    outline: 0;
}

.header .nav li.nav-item.part1menu {
    margin-right: 50px;
}

span.bag-info {
    background-image: url(../images/bag-icon.png);
    font-size: 10px;
    background-size: 20px 23px;
    background-repeat: no-repeat;
    padding: 8px;
    padding-right: 7px;
    padding-left: 6px;
    padding-top: 10px;
    margin-right: 3px;
}
.home-slide img {
    width: 100%;
}
.home-slide .carousel-control {
    background: none !important;
}
.home-slide span.glyphicon {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    font-size: 11px;
    padding-top: 8px;
}

.home-slide span.glyphicon:before {
    font-size: 11px;
}

.section2 h2 {
    color: #111111;
    font-size: 30px;
    text-transform: uppercase;
    font-family: Proxima Nova Rg;
    padding: 50px 0 70px 0;
    margin: 0;
}
.section2 h3 {
    color: #111111;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Proxima Nova Rg;
    margin-top: 30px;
    margin-bottom: 20px;
}

.box {
    text-align: center;
}
.learn-more a {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #000000;
    padding: 15px 80px;
    display: inline-block;
    margin-bottom: 70px;
    margin-top: 60px;
}

.learn-more a:hover {
    color: #fff;
    background-color: #000000;
}

.section2.product h2 {
    font-family: Chronicle Display;
}

span.filter {
    margin-left: 15px;
}

#filterForm select {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
}
#filterForm select:focus {
    border: 1px solid #e5e5e5;
    outline: 0;
}
.footer {
    margin-top: 0;
    background-color: #253038;
    color: #fff;
    padding: 30px 0 0 0;
}

.footer_about-us {
    padding: 30px 0;
    background-color: #2a3f4e;
    padding-bottom: 25px;
    color: #fff;
}

.footer h5 {
    margin-bottom: 5px !important;
}
.social-icon p {
    background-color: transparent;
    border-radius: 32px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
}
.social-icon p:hover {
    background-color: #fff;
    border-radius: 32px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
}

.pro-social.footer-social {
    text-align: center;
}

.pro-social.footer-social a {
    margin-right: 17px;
    margin-left: 14px;
}

.footer-bg {
    background-color: #595959;
}

.footer-hr {
    margin: 1px auto 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.nav li {
    display: inline-block;
}
.nav-footer {
    padding-top: 0px;
}
.nav-footer li {
    display: inline-block;
    padding: 0 25px;
}
.nav-footer li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #737373;
}

#you_may_like li {
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 12px;
    width: 24%;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 5px;
    text-align: center;
}

#you_may_like li div.product-photo {
    background-color: #fff;
    height: 275px;
    overflow: hidden;
}
#you_may_like li div > img {
    width: auto;
    height: 255px;
    display: inline-block;
}

.you_may_like_heading {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 35px;
}

.all_collection {
    border: 2px solid #999;
    padding: 12px 25px;
    text-transform: uppercase;
}
#you_may_like {
    padding-bottom: 20px;
}
.all_collection:hover {
    border: 2px solid var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
    font-weight: 600;
}
.item a {
    color: #111111;
    font-size: 18px;
    margin-bottom: 8px;
}
.cart-box {
    border-bottom: 1px solid #d3d3d3;
    padding: 38px 0;
}
.cart-box:last-child {
    border-bottom: 0;
}
.cart-details .product_img img {
    height: 135px;
}

.checkout-section {
    border: 1px solid #cdcdcd;
    padding: 25px;
}
.checkout-section h3 {
    color: #000000;
    font-size: 25px;
    font-family: Chronicle Display;
    margin-top: 0;
    text-align: center;
    margin-bottom: 37px;
}
.checkoutopt button.btn.btn-default.btn-black {
    background-color: #000000;
    color: #fff;
    border: 0;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    padding: 13px 0;
    margin-bottom: 10px;
}
.paypalopt {
    text-transform: uppercase;
}
.paypalopt button.btn.btn-default.btn-paypal {
    border: 1px solid #000000;
    border-radius: 0;
    width: 100%;
    padding: 13px 0;
}

.paypalopt button.btn.btn-default.btn-paypal:hover {
    background-color: transparent;
}
.shipingsec h3 {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
}
.shipingsec select.form-control {
    border-radius: 0;
    padding: 13px;
    height: 45px;
}
.cart-top h3.cattop {
    font-size: 30px;
    font-family: Chronicle Display;
}

#you_may_like ul {
    padding: 0;
}
#you_may_like h2 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-left: 0;
    margin: 0;
}
#you_may_like li img {
    width: 100%;
    height: 275px;
}
#you_may_like h3 {
    font-size: 12pt;
    text-align: center;
}

#featured_ads {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0;
}
#featured_ads li.item {
    border: 1px solid #f7f7f7;
    width: 20%;
}
#featured_ads li {
    display: inline-block;
    float: left;
    padding-right: 5px;
    background-color: #fff;
}

#featured_ads div.product-photo {
    background-color: #fff;
    height: 275px;
    overflow: hidden;
}

#featured_ads li img {
    width: auto;
    height: 255px;
    display: inline-block;
}

.product-grid {
    background-color: #fff;
    padding: 15px;
}
ul.products {
    padding: 0;
}

ul.products li:nth-child(3),
ul.products li:nth-child(6),
ul.products li:nth-child(9),
ul.products li:nth-child(12){
    margin-right: 0;
}

ul.products li {
    display: inline-flex;
    margin-right: 5px;
    margin-bottom: 12px;
    width: 32.5%;    
    border: 1px solid #e5e5e5;
    padding: 5px;
    text-align: center;
}

ul.products li div.photo {
    background-color: #fff;
    height: 275px;
    overflow: hidden;
}
ul.products li div.photo img  {
    width: auto;
    height: 255px;    
}

ul.products li a {
    text-decoration: none;
}
ul.products li h3 {
    font-size: 11pt;
    margin-bottom: 15px;
    font-weight: bolder;
    color: #0c5f9f;
}
ul.products li p {
    color: #111111;
    font-size: 18px;
    margin-bottom: 8px;
}

ul.catdropdown_menu li a.active {
    background-color: #c8d2ff !important;
}

.product-details {
    background-color: #fff;
    padding-top: 50px;
}

.image-thumb .col-md-6 {
    padding-left: 0;
}
.image-thumb .col-md-6.thumb2 {
    padding-right: 0;
}
.image-thumb {
    margin-top: 11px;
}
.image-1st img {
    width: 95%;
}
.image-thumb img {
    width: 23%;
    margin-right: 5px;
    border: 1px solid #dbdbdb;
    margin-bottom: 7px;
    padding: 5px;
    max-height: 106px;
    min-height: 106px;
}
.shortopt {
    padding-left: 0;
}
.shortopt p {
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
}


.pro-details h2 {
    font-family: Chronicle Display;
    font-size: 25px;
    margin-top: 1px;
}
p.brand {
    color: #818184;
    font-size: 14px;
    text-transform: uppercase;
}
.pro-details ul {
    list-style: none;
}
.pro-details li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
.pro-details li::before {
    content: "\2022";
    color: #818181;
    position: absolute;
    left: 0;
    font-size: 21px;
    top: -5px;
}
.pro-details ul i {
    color: #111111;
}
.pro-social {
    margin-top: 30px;
}

.pro-details a {
    margin-right: 35px;
}
p.colorpro {
    color: #111111;
    margin-bottom: 25px;
}
p.colorpro span {
    color: #666666;
}
.buynow {
    background-color: #000000;
    box-shadow: none !important;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 9px 8px;
    margin-bottom: 25px;
}
.buynow:hover {
    background-color: #737373;
    color: #fff;
}
.makeoffer {
    background: transparent;
    box-shadow: none !important;
    border: 1px solid #000000;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 9px 8px;
}
.makeoffer:hover {
    background-color: #000;
    color: #fff;
}
.pagination-search {
    text-align: center;
}
.pagination-search .pagination > li > a,
.pagination-search .pagination > li > span {
    color: #000000;
    background-color: #fff;
    border: 0;
}

.pagination-search .pagination > li.active a {
    color: #b5b5b5;
}
.pagination-search .pagination > li a:hover {
    color: #b5b5b5;
}
.pagination-search .pagination > .active > a:hover {
    background: transparent;
}
.login-box-custom {
    margin: 80px 0;
}
.login-box h4 {
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 23px;
    margin-bottom: 3px;
}
.login-box-body p {
    color: #818181;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 14px;
}
.login-box input.form-control,
.login-box select {
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none !important;
    padding: 13px;
    color: #99999c;
    height: auto;
}
.login-box-body .btn {
    background: #000;
    color: #fff;
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    text-transform: uppercase;
}
a.js_forgot {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}
.forgotForm {
    padding-top: 15px;
}
.logsignsec {
    margin-top: 38px;
}
.logsignsec a {
    color: #0b0b0b;
    font-size: 20px;
    font-family: Chronicle Display;
}
.signup-page .form-control {
    border-radius: 0;
    box-shadow: none;
}
/*----------- product showing page/listing-details ---------*/
#related_post .clearfix .box .caption h4 {
    padding-bottom: 20px;
    font-size: 20px;
}
#you_may_like h3 {
    font-size: 12pt;
    text-align: center;
    padding: 15px;
    background-color: #f5f5f5;
    margin-bottom: 25px;
}

.row.prospecication .row {
    min-height: 34px;
}
.prospecication .col-md-2 {
    margin-bottom: 6px;
}
.prospecication .col-md-5 {
    font-size: 13px;
    font-weight: 600;
}
.prospecication .col-md-7 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #7d7d7d;
}
.prospecication .listing-meta {
    padding: 15px 35px;
    padding-bottom: 0;
}
.pro-social a img {
    padding-right: 30px;
}
.listing-details .container .row {
    padding: 50px 30px;
    background-color: #fff;
}
.listing-details .container .row.prospecication {
    padding-bottom: 0;
}

/* product showing page */

.myPopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
}
.pop-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 4%;
    display: table;
    position: relative;
    background: #fff;
    padding: 20px;
    border: 15px solid #f0f0f0;
}
.pop-content .row {
    background: #fff;
}
.close-pop {
    background: #000;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 35px;
    border-radius: 50%;
    position: absolute;
    right: -27px;
    cursor: pointer;
    top: -32px;
}
.pop-content p {
    padding: 10px;
}
.products-details-form input {
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
}
.products-details-form textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    height: 85px;
}
#makeOffer button.btn.btn-default.btn-black {
    border-radius: 0;
    box-shadow: none;
    line-height: 30px;
}
.myPopup.show {
    display: block;
}
.products-details-form p,
.products-details-form h3 {
    text-align: left;
    text-transform: uppercase;
}
#makeOffer label.col-sm-3.control-label {
    padding: 0;
}
.products-details-form button.btn.btn-default.btn-black {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

.product-price {
    font-size: 12pt;
    color: #007bd6;
    font-weight: bold;
}

.contactseller .btn {
    width: 100%;
}
.qty_btn .input-group-addon {
    padding: 0;
}
.qty_btn {
    margin-bottom: 20px;
}
.qty_btn input[type="number"]::-webkit-inner-spin-button,
.qty_btn input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* .top-bar .header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
} */

/*-------soh-header---------*/
.header-main {
    padding: 30px 0 !important;
}
.header .nav li a {
    color: #000;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Proxima Nova Rg;
}
.header .nav > li.active a,
.header .nav > li > a:hover {
    background-color: red;
    border-radius: 32px;
    color: #fff !important;
}
/* .header .nav > li > a:last-child {
  padding-right: 10px;
} */
.navbar {
    margin-bottom: 0px;
}

#mobibar ul.nav li a {
    padding: 5px 5px !important;
    font-size: 9.5pt;
}

.vertical_line {
    background: #d3d7da;
    height: 15px;
    width: 1px;
}

.product-list .form-control {
    display: block;
    margin-right: 0 !important;
    width: 80%;
    height: 40px;
    overflow: hidden;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 32px 0 0 32px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0 #f5f5f5;
}
.product-list .btn.bg-red {
    background-color: #f00;
    color: #fff;
    border-radius: 0 32px 32px 0;
    padding: 0 15px;
}

.product-list .fa-search:before {
    content: "\f002";
    font-size: 14px;
}

/*-----slider----*/
.home-banner.owl-carousel .owl-item img {
    max-width: 100%;
    max-height: 400px;
    width: auto;
}
/**/

/*----catagory-menu----*/
.catagory_list .dropdown_menu .dropdown-list {
    border-bottom: 1px solid #f5f5f5;
}
.catagory_list .dropdown_menu .dropdown-list:hover,
.catagory_list
.dropdown_menu
.dropdown-list:hover
.mega_width_menu
ul
li:hover {
    background-color: #f3f3f3;
}

.catagory_list .dropdown_menu {
    margin: 0;
    width: 100%;
    border: 0;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 0;
    top: 100%;
    /* position: absolute; */
    left: 0;
    transition: 0.3s;
    padding-bottom: 0;
    padding-top: 0;
}
.catagory_list .dropdown_menu .dropdown-list:hover .mega_width_menu {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.catagory_list .dropdown_menu a {
    padding: 9px 30px 8px;
    font-size: 15px;
    font-weight: 500;
    color: #00124e;
    line-height: 1.5;
    width: 100%;
    position: relative;
    background: transparent;
    grid-gap: 18px;
}

.catagory_list .mega_width_menu {
    width: 500px;
    padding: 31px 0 0px 50px;
    display: flex;
    flex-wrap: wrap;
    left: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.catagory_list .mega_width_menu .mega_metu_title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-left: 0;
    border-bottom: 2px solid #ced4da;
}

.catagory_list .dropdown_menu li .mega_width_menu > li ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    left: 10px !important;
    padding: 0;
    line-height: 2.5;
    white-space: nowrap;
}

/*---------best-deals-----*/
.Best-deals .product {
    padding: 0 8px;
}
.Best-deals .card {
    border: 8px solid #f8f9fa;
}
.Best-deals .card-body {
    padding: 8px 0;
}
/*--------featured-catagory-----*/
.featured-catagory .featured-product {
    padding: 0 8px;
}
.featured-catagory .card {
    border: 8px solid #f8f9fa;
}
.featured-catagory .card-body {
    padding: 8px 0;
}
/*------footer------*/
.footer-menu a {
    text-decoration: underline;
    color: #007bd6;
}
.footer-menu a:hover {
    color: var(--color-primary);
}
.contact-form {
    background-color: #253038;
    color: #fff;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    min-height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 7px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form-button input {
    font-size: 14px !important;
}
/*----------respinsive---------*/
@media (min-width: 992px) {
}
@media (max-width: 1440px) {
    .header .nav li a {
        padding: 10px 15px;
    }
}
@media (max-width: 1200px) {
}
@media (max-width: 991px) {
    .catagory_list .mega_width_menu {
        width: 400px;
        padding: 25px 0 0px 30px;
        left: 40%;
        top: 35%;
    }
}

@media (max-width: 767px) {
    .catagory_list .mega_width_menu {
        width: 300px;
        padding: 25px 0 0px 35px;
        left: 40%;
        position: absolute;
    }
}
@media (max-width: 575px) {
}

.pro-box {
    height: 230px;
    background-color: #f8f9fa;
    overflow: hidden;
}

/**/

.page-bg {
    background-color: #FFF;
    padding: 50px;
}

.font-11pt {
    font-size: 11pt;
}


.item>img {
    width: 100%;
}