* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

ul {
  list-style-type: none;
}

.center_heading {
  color: #333;
  font-size: 23px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center
}

/***************** Mobile Navbar  *****************/
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.tabs li {
  background: none;
  color: #ffffff;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

ul.tabs li.current {
  background-color: #2b3990;
  font-size: 16px;
  color: #ffffff;
}

.tab-content {
  display: none;
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}

body.offcanvas-active {
  overflow: hidden;
}

.nav_color {
  background-color: #ffff;
  border-bottom: rgb(235, 235, 235) 1px solid;
  color: blue;
}

.menu_imgs {
  width: 30px;
}

.menu_img {
  width: 32px;
}

.menu_btn {
  float: right;
  margin-right: 5px;
}

.menu_text {
  margin-bottom: 0px;
  color: #ffff;
  padding: 7px 0px;
}

.card {
  background-color: #4b4b4b !important;
}

.amenu_text,
.amenu_text:hover {
  text-decoration: none !important;
  color: #ffff;
}

.card-body {
  margin-top: 40px;
}

.mob_nav {
  /* border-bottom: #cacaca 1px solid; */
  --bs-gutter-x: 0rem;
  padding: 10px 0px;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.btn-close {
  opacity: .0px !important;
  background-color: #ffff !important;
}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {
  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

  .no_mobile {
    display: none;
  }
}

.nummenu_text {
  background-color: #ffff;
  color: #202020;
  padding: 5px;
}

.anumber,
.anumber:hover {
  color: #202020 !important;
  text-decoration: none;
}

@media all and (min-width: 991px) {
  .no_screen {
    display: none;
  }
}

form.example input[type="text"] {
  padding: 5px 10px;
  font-size: 15px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 17%;
  padding: 3.5px;
  background: #ffff;
  color: #2b3990 !important;
  font-size: 17px;
  border: 1px solid #2b3990;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
}

.fa-search {
  color: #304ba6;
}

form.example button:hover {
  background: #ffff;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.mob_icon {
  color: #304ba6;
}

.serach_desk {
  color: #ffff !important;
}

/***************** For Mobile  **********************/

.list_itemhead {
  color: #ffffff;
  background-color: #2b3990;
  text-align: center;
  padding: 10px;
  font-size: 17px;
}

.product_list {
  list-style-type: none;
  padding: 0;
  border: 1px solid #ddd;
  margin-top: 45px;
  width: 80%;
  display: none;
}

.list_item {
  text-decoration: none;
  color: #4a4b4b;
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}

.list_item:hover {
  text-decoration: none;
  color: #0b636b;
  font-weight: bold;
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}

.alist_item,
.alist_item:hover {
  color: #313131;
  text-decoration: none;
}

/***************** Accordions  *********************/
.acc_box {
  margin-top: 50px;
}

.acc_home {
  display: none;
}

.pc_category {
  font-size: 18px;
  color: #2b3990;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

summary {
  padding: 4px;
  border: #e4e8ee 1px solid;
  margin-bottom: 5px;
  /* border-radius: 7px 20px; */
  cursor: pointer;
  outline: none;
  color: #545860;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
}


details[open] summary~* {
  animation: open 0.5s ease-in-out;
}

@keyframes open {
  from {
    opacity: 0;
    margin-top: -10px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

.content {
  margin-bottom: 10px;
}

.acco_points {
  text-decoration: none;
  color: #383838;
}

.contentText {
  text-decoration: none;
  color: #333;
  margin: 5px 0px 0px 20px;
  font-weight: 500;
  font-size: 13px;
  padding-bottom: 5px;
}

.contentText:hover {
  text-decoration: none;
  color: #2b3990;
  font-weight: 600;
}

/************************************************** Breadcrumb *******************************************************************/
.breadcrumb {
  list-style: none;
  overflow: hidden;
  font: 16px Sans-Serif;
  background: #c3c9d969;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 5px 0 5px 30px;
  background: #2b3990;
  font-size: 15px;
  /* fallback color */
  background: #2b3990;
  position: relative;
  display: block;
  float: left;
}

.breadcrumb li a::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #2b3990;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.breadcrumb li a::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  /* border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white; */
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.breadcrumb li:first-child a {
  padding-left: 10px;
}

.breadcrumb li:nth-child(2) a {
  background: #2b3990;
}

.breadcrumb li:nth-child(2) a:after {
  border-left-color: #2b3990;
}

.breadcrumb li:nth-child(3) a {
  background: #2b3990;
}

.breadcrumb li:nth-child(3) a:after {
  border-left-color: #2b3990;
}

.breadcrumb li:nth-child(4) a {
  background: #2b3990;
}

.breadcrumb li:nth-child(4) a:after {
  border-left-color: #2b3990;
}

.breadcrumb li:nth-child(5) a {
  background: #2b3990;
}

.breadcrumb li:nth-child(5) a:after {
  border-left-color: #2b3990;
}

.breadcrumb li:nth-child(6) a {
  background: #2b3990;
}

.breadcrumb li:nth-child(6) a:after {
  border-left-color: #2b3990;
}

.breadcrumb li:nth-child(7) a {
  background: #2b3990;
}

.breadcrumb li:nth-child(7) a:after {
  border-left-color: #2b3990;
}

.breadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}

.breadcrumb li:last-child a::after {
  border: 0;
}

.breadcrumb li a:hover {
  background: #2b3990;
}

.breadcrumb li a:hover:after {
  border-left-color: #2b3990 !important;
}

/*************************************** Top Navbar  *********************************************************/
.top_navbar {
      /* border-bottom: rgb(196, 196, 196) 1px solid; */
      padding: 10px 20px;
      background: #316db2f0;
      color: #fff !important;
}

.welcome_box {
  width: auto;
}

.welcome_box {
  width: auto;
}

.welcome_box {
  width: auto;
}

.call_box {
  /* background-color: #2867cc; */
  border-radius: 10px;
  margin-left: 15px;
  padding: 8px 20px;
  font-size: 13px;
}

.callb_text,
.callb_text:hover {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.quote_btn {
  float: right;
  padding: 0px;
  margin-left: 20px;
  font-size: 14px;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}



.t-c {
  color: #ffff;
  font-weight: 500;
}

.t-c:hover {
  color: #ed1c24;
}

/*************************************** Navbar ********************************************************/
.sec_navbar {
      /* border-bottom: rgb(196, 196, 196) 1px solid; */
      padding: 10px 20px;
      box-shadow: 0 0 6px rgb(26 80 166 / 49%);
}

.logo {
  width: 190px;
  /* margin-left: 20px;
    margin-right: 50px; */
}

.nav_menu {
  line-height: 50px;
}

.nav_text {
  color: #202020;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  margin-left: 15px;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-right: none;
  padding: 16px 10px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  outline: none;
  font-size: 13px;
  color: #9DBFAF;
}

.searchTerm:focus {
  color: #5890eb;
}

.searchButton {
  width: 60px;
  height: 40px;
  border: 1px solid #ffffff;
  text-align: center;
  background-color: #2b3990;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.wrap {
  width: 100%;
}

/******************************************  banner  **********************************/
/* .banner {
  background-image: url(../images/banner.png);
  background-size: cover;
  width: 100%;

} */

.banner_text {
  color: #ffff;
  font-size: 55px;
  font-weight: 600;
  margin-top: 90px;
  margin-left: 100px;
  margin-bottom: 0px;
}

.banner_text2 {
  color: #242424;
  font-size: 55px;
  font-weight: 600;
  margin-top: 0px;
  margin-left: 100px;
}

/******************************************* ADV ******************************************************/
.img1 {
  background-image: url(../images/dummy/1.jpg);
  background-size: cover;
  width: 400px;
  height: 230px;
}

.img2 {
  background-image: url(../images/dummy/2.jpg);
  background-size: cover;
  width: 400px;
  height: 230px;
}

.img3 {
  background-image: url(../images/dummy/3.jpg);
  background-size: cover;
  width: 400px;
  height: 230px;
}

.img4 {
  background-image: url(../images/dummy/11.jpg);
  background-size: cover;
  width: 600px;
  height: 230px;
  margin-top: 10px;
}

.img5 {
  background-image: url(../images/dummy/22.jpg);
  background-size: cover;
  width: 600px;
  height: 230px;
  margin-top: 10px;
}

.adv_text {
  font-size: 18px;
  padding-top: 55px;
  font-weight: 600;
  margin-left: 15px;
}

.adv_text1 {
  font-size: 30px;
  padding-top: 55px;
  font-weight: 600;
  margin-right: 105px;
  text-align: right;
  margin-bottom: 0px;

}

.shop_btn,
.shop_btn:hover {
  color: #ffffff;
  background-color: #2867cc;
  border-radius: 0px;
  padding: 5px 22px;
  margin-left: 20px;
  font-weight: 600;
}

.shop_btn1,
.shop_btn1:hover {
  color: #ffffff;
  background-color: #2867cc;
  border-radius: 0px;
  padding: 5px 22px;
  margin-right: 160px;
  margin-top: 15px;
  font-weight: 600;
  float: right;
}

.adv_text2 {
  font-size: 30px;
  padding-top: 55px;
  font-weight: 600;
  margin-right: 85px;
  text-align: right;
  margin-bottom: 0px;

}

.shop_btn2,
.shop_btn2:hover {
  color: #ffffff;
  background-color: #2867cc;
  border-radius: 0px;
  padding: 5px 22px;
  margin-right: 130px;
  margin-top: 15px;
  font-weight: 600;
  float: right;
}




.fp_bg {
  background-color: #e3e4e6;
  /* margin: 50px 0px; */
}

.heading_center {
  font-size: 26px;
  color: #333;
  padding-top: 60px;
  margin-bottom: 30px;
  font-weight: 600;
  /* text-align: center; */
}

.fp_box {
  background-color: #ffff;
  /* text-align: center; */
  height: 300px;
  margin: 5px 0px 25px 0px;
  padding: 20px;
}

.fp_img {
  width: 60%;
  padding: 10px;
  margin-top: 0px;
}

.fp_c {
  color: #2b3990;
  font-weight: 600;
  text-align: left;
  /* margin: 15px 15px 0px 15px; */
  font-size: 17px;
  line-height: 20px;
}

.afp_c,
.afp_c:hover {
  color: #2b3990;
  text-decoration: none;
  font-size: 15px;
  ;
}

.fp_p {
  text-align: left;
  /* margin: 5px 15px 15px 15px; */
  font-size: 16px;
  line-height: 19px;
}

.afp_p,
.afp_p:hover {
  color: rgb(43, 43, 43);
  text-decoration: none;
  font-size: 14px;
}

.a_catalog,
.a_catalog:hover {
  text-decoration: none;
  color: #2b3997;
  font-size: 13px;
  font-weight: 600;
  padding: 0px;
}

.view_catalog,
.view_catalog:hover {
    /* background-color: #2b3990; */
    color: #2b3990;
    border-radius: 0px;
    padding: 0px 1px;
    text-align: left;
    /* border-radius: 6px; */
    margin-left: 10px;
    border-bottom: 1px solid;
}

/*********************************************  Owl *******************************************************/
.owl-nav {
  display: none;
}
/* 
img {
  width: 18px;
} */

.owl-dots {
  display: none;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: none !important;
  outline: none !important;
  opacity: 1;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  outline: none;
  opacity: 0.6;
  transition: all .5s ease;
}

.owl-dots {
  margin-top: 1rem;
}

.owl-dot {
  outline: none;
}

.owl-dot.active,
.owl-dot:hover {
  transition: all .2s ease;
  transform: scale(1.2);
}

@media screen and (max-width: 600px) {

  .owl-dots {
    display: none;
  }
}

.owl-carousel .owl-item img {
  display: block;
  width: 60%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-theme .owl-dots .owl-dot span {
  display: none !important;
}

/************************************  Categories  ************************************/

.left_heading {
  font-size: 23px;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 30px;
}

.orange {
  color: #ff7c01;
}

.blue {
  color: #304ba6;
  margin-left: -10px;
}

.fc_box {
  border: rgb(231, 231, 231) 1px solid;
  padding: 15px 10px;
  text-align: center;
  margin-bottom: 20px;
}

.fc_img {
  width: 100%;
  margin: auto;
  margin-top: 15px;
}

.pc_text {
  text-align: center;
  color: #2a2a2b;
  margin: 10px 15px;
  font-weight: 600;
  height: 40px;
}

.text_dec,
.text_dec:hover {
  color: #2a2a2b;
  text-decoration: none;
}

/*****************************************  Footer    ************************************************/
.location {
  width: 100%;
  height: 200px;
}

.footer_bg {
  background-color: #0a2653;
  color: #ffff !important;
}

.footer_logo {
  width: 230px;
  margin-bottom: 20px;
}

.footer_text {
  color: #ffff;
  text-align: justify;
  margin-right: 20px;
  font-size: 13px;
  line-height: 22px;
}

.text-muted {
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
  font-size: 13.5px;
}

.text-muted:hover {
  text-decoration: none;
  color: #ffffff;
}

/* i{
    color: #ffffff;
    font-size: 17px;
  } */
.form-control::placeholder {
  font-size: 0.95rem;
  color: rgb(255, 255, 255);
  font-style: italic;
}

.form-control.shadow-0:focus {
  box-shadow: none;
}

/****************  @media only screen and (min-width: 280px) and (max-width:450px)  *******************/
@media only screen and (min-width: 280px) and (max-width:480px) {
  .top_navbar {
    padding: 5px 30px;
    background-color: #304ba6;
  }

  .mobile_logo {
    width: 150px;
    margin-left: 20px;
  }

  .t-c,
  .t-c:hover {
    color: #f8f8f8;
  }

  .center_heading {
    font-size: 23px;
    margin-top: 50px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .mobile_ul {
    background-color: #ffff;
    padding: 20px 5px;
    font-size: 14px;
    height: 400px;
    overflow: auto;
  }

  .mobile_li {
    padding: 5px 0px;
    list-style-type: disc;
  }

  .a_mobile_li,
  .a_mobile_li:hover {
    color: #242424;
    text-decoration: none;
  }

  .product_list {
    display: block;
    width: 85%;
    margin: auto;
    margin-top: 10px;
  }

  /**** Further Products ********/
  .fp_bg {
    background-color: #ffffff;
    margin: 30px 0px;
  }

  .heading_center {
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .fp_box {
    border: #cacaca 1px solid;
    text-align: center;
    width: 280px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 25px;
    height: auto;
  }

  .view_catalog,
  .view_catalog:hover {
    font-size: 15px;
  }
}

/**************** (min-width: 480px) and (max-width:576px)  *******************/
@media only screen and (min-width: 480px) and (max-width:576px) {
  .top_navbar {
    padding: 5px 30px;
    background-color: #304ba6;
  }

  .mobile_logo {
    width: 150px;
    margin-left: 20px;
  }

  .t-c,
  .t-c:hover {
    color: #f8f8f8;
  }

  .mobile_ul {
    background-color: #ffff;
    padding: 20px 5px;
    font-size: 14px;
    height: 400px;
    overflow: auto;
  }

  .mobile_li {
    padding: 5px 0px;
    list-style-type: disc;
  }

  .a_mobile_li,
  .a_mobile_li:hover {
    color: #242424;
    text-decoration: none;
  }

  .product_list {
    display: block;
    width: 85%;
    margin: auto;
    margin-top: 10px;

  }

  .center_heading {
    font-size: 23px;
    margin-top: 50px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  /**** Further Products ********/
  .fp_bg {
    background-color: #ffffff;
    margin: 30px 0px;
  }

  .heading_center {
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .fp_box {
    border: #cacaca 1px solid;
    text-align: center;
    width: 280px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 25px;
    height: auto;
  }

  .view_catalog,
  .view_catalog:hover {
    font-size: 15px;
  }
}

/****************  @media only screen and  (min-width: 576px) and (max-width:768px) *******************/
@media only screen and (min-width: 576px) and (max-width:768px) {
  .top_navbar {
    padding: 5px 30px;
    background-color: #304ba6;
  }

  .mobile_logo {
    width: 150px;
    margin-left: 20px;
  }

  .t-c,
  .t-c:hover {
    color: #f8f8f8;
  }

  .mobile_ul {
    background-color: #ffff;
    padding: 20px 5px;
    font-size: 14px;
    height: 400px;
    overflow: auto;
  }

  .mobile_li {
    padding: 5px 0px;
    list-style-type: disc;
  }

  .a_mobile_li,
  .a_mobile_li:hover {
    color: #242424;
    text-decoration: none;
  }

  .product_list {
    display: block;
    width: 85%;
    margin-top: 10px;
    margin: auto;

  }

  /**** Further Products ********/
  .fp_bg {
    background-color: #ffffff;
    margin: 30px 0px;
  }

  .heading_center {
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .fp_box {
    border: #cacaca 1px solid;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 25px;
    height: auto;
  }

  .view_catalog,
  .view_catalog:hover {
    font-size: 15px;
  }
}

/****************  @media only screen and  (min-width: 576px) and (max-width:768px) *******************/
@media only screen and (min-width: 768px) and (max-width:991px) {
  .top_navbar {
    padding: 5px 30px;
    background-color: #304ba6;
  }

  .mobile_logo {
    width: 150px;
    margin-left: 20px;
  }

  .t-c,
  .t-c:hover {
    color: #f8f8f8;
  }

  .mobile_ul {
    background-color: #ffff;
    padding: 20px 5px;
    font-size: 14px;
    height: 400px;
    overflow: auto;
  }

  .mobile_li {
    padding: 5px 0px;
    list-style-type: disc;
  }

  .a_mobile_li,
  .a_mobile_li:hover {
    color: #242424;
    text-decoration: none;
  }

  .product_list {
    display: block;
    width: 85%;
    margin: auto;
    margin-top: 10px;
 
  }

  /**** Further Products ********/
  .fp_bg {
    background-color: #ffffff;
    margin: 30px 0px;
  }

  .heading_center {
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .fp_box {
    border: #cacaca 1px solid;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 25px;
    height:auto;
  }

  .view_catalog,
  .view_catalog:hover {
    font-size: 15px;
  }
}

/****************  @media only screen and  (min-width: 576px) and (max-width:768px) *******************/
@media only screen and (min-width: 576px) and (max-width:768px) {
  .top_navbar {
    padding: 5px 30px;
    background-color: #304ba6;
  }

  .mobile_logo {
    width: 150px;
    margin-left: 20px;
  }

  .t-c,
  .t-c:hover {
    color: #f8f8f8;
  }

  .mobile_ul {
    background-color: #ffff;
    padding: 20px 5px;
    font-size: 14px;
    height: 400px;
    overflow: auto;
  }

  .mobile_li {
    padding: 5px 0px;
    list-style-type: disc;
  }

  .a_mobile_li,
  .a_mobile_li:hover {
    color: #242424;
    text-decoration: none;
  }

  .product_list {
    display: block;
    width: 85%;
    margin: auto;
    margin-top: 10px;
  }

  /**** Further Products ********/
  .fp_bg {
    background-color: #ffffff;
    margin: 30px 0px;
  }

  .heading_center {
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .fp_box {
    border: #cacaca 1px solid;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 25px;
    height: auto;
  }

  .view_catalog,
  .view_catalog:hover {
    font-size: 15px;
  }
}

/**************** (min-width: 991px) and (max-width:1200px) *******************/
@media only screen and (min-width: 991px) and (max-width:1200px) {
  .no_mobile {
    display: none;
  }

  .top_navbar {
    padding: 5px 30px;
    background-color: #304ba6;
  }

  .mobile_logo {
    width: 150px;
    margin-left: 20px;
  }

  .t-c,
  .t-c:hover {
    color: #f8f8f8;
  }

  .mobile_ul {
    background-color: #ffff;
    padding: 20px 5px;
    font-size: 14px;
    height: 400px;
    overflow: auto;
  }

  .mobile_li {
    padding: 5px 0px;
    list-style-type: disc;
  }

  .a_mobile_li,
  .a_mobile_li:hover {
    color: #242424;
    text-decoration: none;
  }

  .product_list {
    display: block;
    width: 85%;
    margin: auto;
    margin-top: 10px;
  }

  /**** Further Products ********/
  .fp_bg {
    background-color: #ffffff;
    margin: 30px 0px;
  }

  .heading_center {
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .fp_box {
    border: #cacaca 1px solid;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 25px;
    height: auto;
  }

  .view_catalog,
  .view_catalog:hover {
    font-size: 15px;
  }
}

@media only screen and (min-width:1200px) {
  .mob_nav {
    display: none;
  }
}














/* .....................new style ..........................*/
.copy_footer {
  background: #072e6c;
  padding: 8px;
}

a.info_cont {
  color: #333;
  text-decoration: none;
}

a.info_cont:hover{
  color: #2b3990;
  text-decoration: none;
  font-weight: 600;
}


li.pd_li {
  font-size: 14px;
  line-height: 26px;
}

.wrapper {
  width: 60% !important;
  margin: -10px auto;
}


h6.text-uppercase.font-weight-bold.mb-2 {
  color: #ffffff;
  font-weight: 700;
  border-bottom: 2px solid;
  width: 109px;
  padding: 20px 0px 4px;
}


ul.contact-info {
  padding: 0px;
  color: #fff;
}

ul.contact-info li a{
  color: #fff;
  text-decoration: none;

}

ul.contact-info li {
  padding: 4px 0px;
  font-size: 13px;
}

.img_section {
  text-align: center;
}

a.text-muted:hover{
  color: #ed1c24 !important;
}

 .afp_c:hover{
  color: #ed1c24 !important;
}

button#enq_form_btn {
  background: #2b3990;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width:991px) {
  .heading_center {
 
    text-align: center;
}


.breadcrumb li:first-child a {
  padding-left: 10px;
}

.breadcrumb li:nth-child(2) a {
  background: transparent !important;
}

.breadcrumb li:nth-child(2) a:after {
  background: transparent !important;
}

.breadcrumb li:nth-child(3) a {
  background: transparent !important;
}

.breadcrumb li:nth-child(3) a:after {
  background: transparent !important;
}

.breadcrumb li:nth-child(4) a {
  background: transparent !important;
}

.breadcrumb li:nth-child(4) a:after {
  background: transparent !important;
}

.breadcrumb li:nth-child(5) a {
  background: transparent !important;
}

.breadcrumb li:nth-child(5) a:after {
  background: transparent !important;
}

.breadcrumb li:nth-child(6) a {
  background: transparent !important;
}

.breadcrumb li:nth-child(6) a:after {
  background: transparent !important;
}


.wrapper {
  width: 100% !important;
  margin: 50px auto;
}
.breadcrumb li:nth-child(7) a {
  background: transparent !important;
}

.breadcrumb li:nth-child(7) a:after {
  background: transparent !important;
}


.breadcrumb li a::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: none;
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}


.breadcrumb li a {
  color: #140f0f;
  text-decoration: none;
  padding: 4px 0 1px 0px;

  font-size: 15px;
  background: transparent !important;
  position: relative;
  display: block;
  float: left;
}


}




.go-top {
  position: fixed;
  bottom: 130px;
  right: 3%;
  padding: 7px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.go-top:after {
  font-family: FontAwesome;
  content: "\f102";
  background-color: #1e82d3;
  padding: 1px 11px;
  color: #fff;
  position: absolute;
  border-radius: 20px;
  bottom: -42px;
  font-size: 25px;
}



.go-top:hover {
  transition: all .4s linear;
  transform: scale(1.1);
}

@media screen and (max-width:576px) {
  .catalog_contact {
    color: #333 !important;
  
  }
}


.banner.no_mobile img {
  width: 100% !important;
}

.about_heading {
  font-size: 19px;
  font-weight: 600;
  padding-right: 50px;
  color: rgb(51, 50, 50);
}

.about_text {
  text-align: justify;
  /* padding-right: 60px; */
  font-size: 14px;
  line-height: 25px;
}

section.section_top {
  padding: 40px;
}