/*====================================== reset.css is here ========================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
.clear_0 {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  display: block;
}
.last {
  margin: 0 !important;
}
.pad_last {
  padding: 0 !important;
}
.no_bg {
  background: none !important;
}
/**************************************************************************************/
a {
  color: #000;
  text-decoration: none;
  outline: 0 none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
/*----------------------------------------------------------------------------------*/
html {}
/* fonts */
@font-face {
  font-family: 'proximanova-bold';
  src: url('../fonts/proximanova-bold-webfont.woff2') format('woff2'), url('../fonts/proximanova-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanova-regular';
  src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima-Nova-Semibold';
  src: url('../fonts/Proxima-Nova-Semibold.woff2') format('woff2'), url('../fonts/Proxima-Nova-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #000;
  font-family: proximanova-regular;
  font-size: 14px;
}
.flt_Lt {
  float: left;
  display: inline;
}
.flt_Rt {
  float: right;
  display: inline;
}
/* ---------------------------------------------------------------------------------*/
/* ----------------------- layout ----------*/
.wrapper {
  max-width: 1170px;
  margin: 0px auto;
  overflow: hidden;
}
.header-top {
  background: #fbfbfb;
  border-bottom: 1px solid #d8d8d8;
  min-height: 40px;
}
.header-top-left {
  line-height: 40px;
  color: #7d7d7d;
  font-size: 13px;
  float: left;
}
.header-top-left a {
  color: #7d7d7d;
  text-decoration: none;
  line-height: 40px;
}
.header-top-left a:hover {
  color: #7d7d7d;
  text-decoration: underline;
}
.header-top-right {
  float: right;
  line-height: 40px;
}
.header-top-right a {
  margin: 0px 10px;
  color: #7d7d7d;
}
.logo {
  float: left;
  width: 250px;
  padding-left: 15px;
}
.header {
  clear: both;
  padding: 10px 0;
}
.search-box {
  float: right;
  width: 35%;
  border: 1px solid #dadada;
  min-height: 40px;
  margin-top: 25px;
}
.su_cate {
  background: #f15b28;
  width: 22.5%;
  height: 50px;
  float: left;
  display: none;
}
.su_cate a {
  background: url(../images/menulist.png) 20px 20px no-repeat;
  height: 50px;
  font-size: 14px;
  font-family: 'proximanova-bold';
  text-transform: uppercase;
  padding-left: 50px;
  padding-top: 20px;
  display: inline-block;
  color: #fff;
}
.search-box input[type=submit] {
  background: url(../images/search-img.png ) 10px 10px no-repeat;
  width: 50px;
  height: 40px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.search-box input[type=text] {
  border: 0px;
  padding: 0px;
  border: 0px;
  width: 70%;
}
.navhome {
  background: #2d3484;
}
.banner {
  clear: both;
  /*background:#b6d7cf;*/
  min-height: 500px;
}
.banner .banner-left-block {
  width: 22.5%;
  float: left;
  display: none;
}
.banner .banner-left-block li a {
  border-bottom: 1px solid #eaeaea;
  padding: 16px 20px;
  font-size: 14px;
  color: #403f3f;
  font-family: 'proximanova-bold';
  text-transform: uppercase;
  background: #fff url(../images/arrow-left-cat.png) right 16px no-repeat;
  display: block;
}
.banner .banner-left-block li a:hover {
  color: #f15b28;
}
.banner-right-block {
  width: 100%;
  margin-left: 0%;
  float: left;
  height: 100%;
  position: relative;
}
.banner-right-block li {
  text-align: center;
}
.banner-right-block .bx-wrapper img {
  display: inline-block;
}
.banner-right-block .bx-wrapper .bx-prev {
  background: url(../images/left-arrow.png) no-repeat;
  top: 50%;
  left: 0px;
}
.banner-right-block .bx-wrapper .bx-next {
  background: url(../images/right-arrow.png) no-repeat;
  top: 50%;
}
.navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
}
.navbar-nav > li > a:hover {
  color: #f15b28;
}
.main_content {
  padding: 40px 0;
}
.left-cont-block {
  width: 22.5%;
  float: left;
}
.left-cont-tab {
  border: 1px solid #dbdbdb;
}
.left-cont-block .nav {
  background: #f1f1f1;
  border-bottom: 1px solid #dbdbdb;
}
.left-cont-block .nav li {
  display: inline-block;
}
.left-cont-block .nav li.active {
  border-bottom: 1px solid #f15b28;
}
.left-cont-block .nav li.active a {
  color: #f15b28;
  font-family: 'proximanova-bold';
  font-size: 13px;
}
.left-cont-block .nav li a {
  font-family: 'proximanova-bold';
  font-size: 13px;
  text-transform: uppercase;
}
.left-cont-block .tab-pane {
  padding: 14px 28px;
}
.left-cont-block .tab-pane li a {
  color: #2d3484;
  padding: 8px 0;
  display: block;
  font-size: 15px;
}
.left-cont-block .tab-pane li a:hover {
  color: #e34651;
}
.topseller {
  border: 1px solid #dbdbdb;
  /*margin-top:20px;*/
}
.add-left img {
  width: 100%;
}
.topseller h2 {
  background: #f1f1f1;
  padding: 15px 0 15px 20px;
  font-size: 17px;
}
.topseller .topcontent {
  padding: 30px 45px;
}
.topseller .topcontent h3 {
  font-family: 'proximanova-bold';
  font-size: 15px;
  color: #2d3484;
  margin-top: 20px;
  text-align: center;
}
.rate {
  font-size: 17px;
  font-family: 'Proxima-Nova-Semibold';
  color: #f15b28;
  margin-top: 20px;
  text-align: center;
}
.rate span {
  color: #7f7f7f;
  text-decoration: line-through;
}
.add-left {
  border: 1px solid #dbdbdb;
  margin-top: 20px;
}
.right-cont-block {
  width: 75.5%;
  margin-left: 2%;
  float: left;
}
.row-block {
  clear: both;
}
.offset-sm-1 {
  margin-top: 20px;
}
.row-block h1 {
  background: #ededed;
  font-size: 17px;
  color: #000000;
  padding: 0px 14px;
  line-height: 47px;
  height: 47px;
}
.row-block h1 a {
  float: right;
  margin-right: 90px;
  font-size: 15px;
  font-family: 'proximanova-regular';
  color: #2d3484;
  text-decoration: underline;
}
.row-block-content {
  background: #fff;
  padding: 21px 0px 25px 10px;
  position: relative;
}
.row-block-content li {
  float: left;
  padding: 0 24px;
}
.product-listpage .products li {
  float: left;
  padding: 20px 15px;
}
.newarivels {
  padding: 40px 0;
}
.pagination-bock {
  clear: both;
  text-align: center;
  width: 300px;
  margin: 20px auto;
}
.newarivels img {
  width: 100%;
}
.row-block-content h4 {
  font-family: 'proximanova-bold';
  font-size: 15px;
  color: #2d3484;
  margin-top: 20px;
  text-align: center;
}
.product-listpage h4 {
  font-family: 'Proxima-Nova-Semibold';
  font-size: 15px;
  color: #2d3484;
  margin-top: 20px;
  text-align: center;
}
.product-cont {
  max-width: 170px;
}
.footer-top {
  background: #ebebeb;
  padding: 40px 0;
  clear: both;
}
.footer-top p {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'proximanova-regular';
  color: #555555;
}
.footer-top p:last-child {
  margin-bottom: 0px;
}
.footer {
  padding: 26px 0;
  background: #2d3484;
}
.footer ul {
  text-align: center;
}
.footer ul li {
  display: inline-block;
  padding: 4px 10px;
  color: #adb0d2;
  background: url(../images/seprator_footer.png) right no-repeat;
}
.footer p {
  color: #adb0d2;
  text-align: center;
  margin-top: 10px;
}
.footer ul li a {
  color: #adb0d2;
}
.footer p a {
  color: #adb0d2;
}
.subpage {
  clear: both;
  margin-top: 10px;
}
.subpage h1 {
  font-size: 22px;
  color: #010101;
  font-family: 'proximanova-bold';
  margin-bottom: 25px;
}
.table-cart th {
  background: #415d78;
  border: 0px;
  color: #fff;
  border: 1px solid #415d78 !important;
}
.overflow-scroll {
  overflow: auto;
}
.table-cart td {
  background: #f7f7f7;
  border: 0px;
  color: #000;
  font-size: 16px;
  font-family: 'proximanova-bold';
  border-left: 1px solid #f7f7f7 !important;
  border-right: 1px solid #f7f7f7 !important;
  border-bottom: 1px solid #fff !important;
  vertical-align: middle;
}
.cart-btn {
  text-align: right;
  margin-top: 40px;
}
.totaltr td {
  background: #e1e1e1;
  color: #000;
  font-size: 20px;
  font-family: 'proximanova-bold';
  border-left: 1px solid #e1e1e1 !important;
  border-right: 1px solid #e1e1e1 !important;
  border-bottom: 1px solid #e1e1e1 !important;
  vertical-align: middle;
}
.margin-right {
  margin-right: 20px;
}
.btn-ouline {
  color: #2d3484;
  border: 1px solid #2d3484;
  font-size: 18px;
  font-family: 'proximanova-bold';
  border-radius: 2px;
  padding: 12px 30px;
  text-transform: uppercase;
  min-width: 270px;
}
.btn-instock {
  color: #2b7c11;
  border: 1px solid #2b7c11;
  font-size: 15px;
  font-family: 'proximanova-bold';
  border-radius: 2px;
  padding: 5px 30px;
}
.btn-primary {
  background: #f15b28;
  border: 1px solid #f15b28;
  font-size: 18px;
  font-family: 'proximanova-bold';
  border-radius: 2px;
  padding: 12px 30px;
  text-transform: uppercase;
  min-width: 270px;
}
.btn-ouline i {
  margin-right: 15px;
}
.btn-primary i {
  margin-right: 15px;
}
.btn-colo1 {
  border: 1px solid #36931d;
}
.billinginfo {
  margin-top: 40px;
}
.billinginfo h2 {
  background: #415d78;
  padding: 10px 10px 10px 40px;
  font-family: 'Proxima-Nova-Semibold';
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}
.billinginfo h2 span {
  float: right;
  font-size: 16px !important;
  font-family: 'proximanova-regular';
}
.billing-form {
  padding: 20px 10px;
}
.form-group {
  overflow: hidden;
}
.form-control {
  font-family: 'Proxima-Nova-Semibold';
  font-size: 16px;
  border-radius: 0px;
  text-transform: uppercase;
  color: #4c4c4c;
  padding: 24px 20px;
  border: 1px solid #d3d3d3;
}
.border-bottom {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 10px;
}
.contact p {
  text-align: center;
  /*font-family: 'Proxima-Nova-Semibold';*/
  font-size: 16px;
}
.product-inner-page {
  clear: both;
  margin-top: 40px;
}
.product-inner-left {
  float: left;
  width: 26%;
  margin-right: 4%;
}
.product-inner-right {
  float: right;
  width: 70%;
  position: relative;
}
.product-inner-right h1 {
  clear: both;
  color: #010101;
  font-size: 22px;
  font-family: 'Proxima-Nova-Semibold';
  padding-bottom: 10px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 20px;
}
.socil-icons a {
  margin: 0px 4px;
}
.socil-icons {
  position: absolute;
  right: 0px;
  top: 0px;
}
.right-side-contnet {
  padding: 20px 0;
}
.product-single-info {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
}
.single-info-firhg {
  float: left;
  width: 50%;
  font-size: 16px;
  font-family: 'proximanova-regular';
  color: #343434;
}
.single-info-left {
  float: left;
  width: 50%;
  font-size: 16px;
  font-family: 'Proxima-Nova-Semibold';
  color: #343434;
}
.single-info-left.single-info-left1 {
  width: 24%;
}
.single-info-firhg.single-info-firhg1 {
  width: 70%;
}
.single-info-right {
  float: left;
  width: 50%;
  font-size: 16px;
  font-family: 'proximanova-regular';
  color: #343434;
}
.single-info-firhg {
  font-size: 16px;
  font-family: 'proximanova-regular';
}
.product-inner-left img {
  width: 100%;
}
.single-info-firhg .rate {
  text-align: left;
}
.btn-help {
  background: #f1f1f1 url(../images/helpbtn.png) 10px 10px no-repeat;
  padding-left: 60px;
  font-size: 14px;
  border-radius: 3px;
  color: #4f4f4f;
  font-family: 'proximanova-regular';
  text-align: left;
  padding-right: 50px;
}
.btn-help span {
  font-size: 16px;
}
.btn-help strong {
  font-family: 'Proxima-Nova-Semibold';
  font-size: 16px;
  color: #000;
}
.pull-width {
  width: 100%;
  min-width: auto;
}
.product-sep {
  background: url(../images/seprator-line.png) repeat-x;
  height: 40px;
}
.product-desc {
  clear: both;
  color: #555555;
  font-size: 16px;
  line-height: 24px;
}
.product-desc h4 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Proxima-Nova-Semibold';
}
.product-desc h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Proxima-Nova-Semibold';
}
.table-cart .form-control {
  padding: 5px 10px;
}
@media (max-width:1150px) {
  .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    padding-left: 7%;
    padding-right: 7%;
  }
  .wrapper {
    margin: 0px 20px;
  }
}
@media (max-width:1090px) {
  .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 3px;
  }
  .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .navbar-collapse {
    padding-right: 0px;
  }
}
@media (max-width:960px) {
  .su_cate {
    background: #f15b28;
    width: 5.5%;
    height: 50px;
    float: left;
  }
  .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    padding-left: 6%;
    padding-right: 6%;
  }
  .su_cate a {
    text-indent: -2000px;
    overflow: hidden;
  }
  .banner {
    position: relative;
  }
  .banner .banner-left-block {
    display: none;
    position: absolute;
    top: 0px;
    left: 20px;
    width: 230px;
    z-index: 99999;
  }
  .banner-right-block {
    width: 100%;
  }
  .socil-icons {
    position: absolute;
    right: 0px;
    top: -38px;
  }
  .btn-ouline, .btn-primary {
    min-width: 158px;
  }
}
@media (max-width:850px) {
  .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    padding-left: 2%;
    padding-right: 2%;
  }
  .navbar-toggle {
    color: #fff;
  }
}
@media (max-width:760px) {
  .su_cate {
    background: #f15b28;
    width: 20.5%;
    height: 50px;
    float: left;
  }
  .su_cate a {
    text-indent: 0px;
    overflow: hidden;
  }
  .left-cont-block {
    width: 100%;
  }
  .add-left {
    display: none;
  }
  .right-cont-block {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  .topcontent li {
    text-align: center;
  }
  .topcontent li img {
    display: inline-block;
  }
  .header-top-left {
    text-align: center;
    display: block;
    width: 100%;
  }
  .header-top-right {
    text-align: center;
    display: block;
    width: 100%;
  }
  .left-cont-block .nav li a {
    padding: 15px 20px;
  }
  .logo {
    float: left;
    width: 289px;
    padding-left: 15px;
  }
  .su_cate {
    width: 29.5%;
    display: block;
  }
  .left-cont-tab {
    display: none;
  }
  .navhome {
    position: relative;
  }
  .navbar-collapse {
    position: absolute;
    width: 96%;
    z-index: 99999;
    top: 40px;
    left: 30px;
    background: #2d3484;
  }
  .right-side-contnet .col-lg-6 {
    width: 100%;
  }
  .right-side-contnet .pull-right {
    display: none;
  }
  .single-info-left.single-info-left1 {
    width: 50%;
  }
  .single-info-firhg.single-info-firhg1 {
    width: 50%;
  }
  .billing-form .col-lg-6 {
    margin-bottom: 15px;
  }
  .btn-ouline, .btn-primary {
    min-width: 158px;
    padding: 15px 4px;
    margin: 10px 0;
  }
  .product-listpage .products li {
    float: none;
    padding: 20px 15px;
    display: inline-block;
  }
  .products {
    text-align: center;
  }
}
@media (max-width:600px) {
  .btn-ouline, .btn-primary {
    min-width: 158px;
    padding: 15px 4px;
    margin: 10px 0;
    width: 100%;
  }
}
@media (max-width:500px) {
  .logo {
    float: left;
    width: 80%;
    padding-left: 15px;
  }
  .logo img {
    width: 100%;
  }
  .search-box {
    float: right;
    width: 47%;
    border: 1px solid #dadada;
    min-height: 40px;
    margin-top: 12px;
  }
  .header-top-left a {
    color: #7d7d7d;
    text-decoration: none;
    line-height: 14px;
  }
  .su_cate {
    width: 146px;
  }
  .banner {
    clear: both;
    background: #b6d7cf;
    min-height: 200px;
  }
  .header-top-left {
    line-height: 27px;
  }
  .bx-wrapper .bx-prev {
    right: -26px !important;
  }
  .bx-wrapper .bx-next {
    right: -46px !important;
  }
  .product-inner-left {
    width: 100%;
  }
  .product-inner-right {
    width: 100%;
  }
  .submenu li a {
    text-align: left !important;
  }
  .address ul li {
    border-right: 1px solid #fff !important;
    width: 100%;
  }
  .address ul li h4 img {
    vertical-align: sub !important;
  }
}
@media (max-width:400px) {
  .search-box input[type="text"] {
    width: 58%;
  }
  .submenu li a {
    text-align: center !important;
  }
  .address ul li {
    border-right: 1px solid #fff !important;
    width: 100%;
  }
  .address ul li h4 img {
    vertical-align: sub !important;
  }
}
.float-right {
  float: right !important;
}
.header-contact-info {
  overflow: hidden;
  padding-top: 25px;
}
.header-contact-info ul {}
.header-contact-info ul li {
  border-right: 1px solid #f7f7f7;
  display: inline-block;
  float: left;
  margin-right: 25px;
  padding-right: 25px;
  padding-left: 30px;
  position: relative;
}
.header-contact-info ul li .iocn-holder, .header-contact-info ul li .text-holder {}
.header-contact-info ul li .iocn-holder {
  position: absolute;
  left: 0;
  top: 5px;
}
.header-contact-info ul li .iocn-holder span {
  color: #58bb60;
  display: block;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 25px;
  margin: 0;
  padding: 0;
}
.header-contact-info ul li .text-holder {
  padding-left: 10px;
}
.header-contact-info ul li .iocn-holder, .header-contact-info ul li .text-holder {}
.header-contact-info ul li .text-holder h6 {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
}
.header-contact-info ul li .text-holder p {
  color: #848484;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
.header-contact-info ul li {
  border-right: 1px solid #f7f7f7;
  display: inline-block;
  float: left;
  margin-right: 25px;
  padding-right: 25px;
  padding-left: 30px;
  position: relative;
}
.header-contact-info ul li .iocn-holder, .header-contact-info ul li .text-holder {}
.header-contact-info ul li .iocn-holder {
  position: absolute;
  left: 0;
  top: 5px;
}
.header-contact-info ul li .iocn-holder span {
  color: #58bb60;
  display: block;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 25px;
  margin: 0;
  padding: 0;
}
.header-contact-info ul li .text-holder {
  padding-left: 10px;
}
.header-contact-info ul li .iocn-holder, .header-contact-info ul li .text-holder {}
.header-contact-info ul li .text-holder h6 {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
}
.header-contact-info ul li:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.header-contact-info ul li {
  border-right: 1px solid #f7f7f7;
  display: inline-block;
  float: left;
  margin-right: 25px;
  padding-right: 25px;
  padding-left: 30px;
  position: relative;
}
.float-left {
  float: left !important;
}
.header-info .main-logo a {
  display: block;
  line-height: inherit;
  height: inherit;
  padding: 0;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.pt-10 {
  padding-top: 10px;
}
.header-top-left h3 {
  font-size: 16px;
  font-weight: 500;
}
.py-5 {
  padding: 80px 0px 80px 0px;
}
.mb-4 {
  margin-bottom: 40px;
}
.card-body {
  padding-top: 50px;
}
.card-body p {
  text-align: right;
}
.card-body .card-title {
  font-size: 17px;
  padding-bottom: 12px;
  text-align: right;
}
.mt-20 {
  margin-top: 20px;
}
.nav-collapse ul {
  margin-left: auto !important;
  margin-right: auto !important;
}
.navbar-nav .nav-item {
  display: inline-block;
}
.navbar-nav {
  float: none !important;
  margin: 0px auto !important;
  width: 55%;
}
/* Existing CSS styles */
.navbar {
  background-color: #2d3484;
}
.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.menu-item {
  position: relative;
  display: inline-block;
}
.menu-item > a {
  display: block;
  padding: 15px;
  color: white;
  text-decoration: none;
  position: relative;
}
.menu-item > a:hover {
  background-color: #2d3484;
}
/* Arrow Styles */
.arrow {
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  vertical-align: middle;
}
/* Submenu Styles */
.submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #2d3484;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 200px;
  z-index: 999;
}
.submenu li a {
  padding: 10px;
  color: white;
  text-decoration: none;
  display: block;
}
.submenu li a:hover {
  background-color: #f15b28;
}
/* Show submenu on hover */
.menu-item:hover .submenu {
  display: block;
}
.menu-item:hover .arrow {
  transform: rotate(180deg);
}
/* Mobile Styles */
@media (max-width: 768px) {
  .menu {
    padding: 0;
    display: none; /* Hide menu by default */
  }
  .menu-item {
    display: block;
    width: 100%;
  }
  .menu-item > a {
    text-align: center;
  }
  .submenu {
    position: static;
    width: 100%;
    display: none; /* Hide submenu on mobile by default */
  }
  .submenu li {
    border-top: 1px solid #252b70;
  }
  .submenu li a {
    padding: 15px;
    display: block;
  }
  .has-submenu.active .submenu {
    display: block;
  }
  /* Toggle button styles */
  .menu-toggle {
    display: block;
  }
  .menu.active {
    display: block; /* Show menu when active */
    margin-top: 60px;
  }
}
.menu-toggle {
  display: block; /* Show the toggle button on mobile */
  background-color: #2d3484;
  color: white;
  border: none;
  font-size: 24px;
  padding: 0px;
  cursor: pointer;
  position: absolute; /* Position the toggle button absolutely */
  top: 0;
  right: 0;
  margin: 10px; /* Add some margin to avoid edge */
}
/* Desktop Styles */
@media (min-width: 769px) {
  .menu-toggle {
    display: none; /* Hide the toggle button on desktop */
  }
  .menu {
    display: flex; /* Ensure menu is visible on desktop */
    justify-content: center; /* Center menu items */
  }
  .menu-item {
    display: inline-block; /* Display menu items inline */
  }
}
.address {
  padding: 30px 0px 30px 0px;
}
.address h4 {
  font-size: 18px;
  text-align: left !important;
  padding: 0px 0px 20px 0px;
}
.address ul li {
  border-right: 1px solid #cacaca;
}
.address ul li:last-child {
  border-right: none;
}
.card-title img {
  margin-right: 7px;
  vertical-align: sub;
}
.clr {
  clear: both;
}

.about-content{ text-align: left!important; padding: 30px 0px 40px 0px;  font-weight: normal!important;}
.about-content .title{ text-align: left;}
.about-content .title h1{ font-weight: 600; font-size: 30px;}
.about-content p{ font-weight: normal!important; font-size: 16px;text-align: left!important; padding-bottom: 15px; line-height: 22px;}
