.image-text-banner-section-row{
    display:flex;
}
.image-text-banner-section-row-c1{
    width: 50%;
    background-image: url("../images/image-text-banner-section-row-c1-img.webp");
    height: auto;
    background-size: cover;
    background-position: center;
    display: flex;
  justify-content: center;
  align-items: center;
}
.image-text-banner-section-row-c1-text-container {
    width: 70%;
}
.image-text-banner-section-row-c1-text-container h2{
    line-height: 1.5;
  font-size: 36px;
  color: white;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.image-text-banner-section-row-c1-text-container p{
    line-height: 1.8;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 15px 0;
}
.image-text-banner-section-row-c1-text-container button{
background: transparent;
  border: 0;
  color: white;
  padding: 0;
  font-weight: bold;
  }
  .image-text-banner-section-row-c1-text-container-layer{
      padding: 15px;
  background: rgba(255, 255, 255, 0.15);
  }
.image-text-banner-section-row-c2{
    width:50%;
}
.image-text-banner-section-row-c2 img{
    width:100%;
}
@media (max-width: 1024px) {
  .image-text-banner-section-row-c1-text-container h2 {
      font-size: 24px;
  }
  .image-text-banner-section-row-c1-text-container p {
      font-size: 12px;
  }
  .image-text-banner-section-row-c1-text-container {
      padding: 50px 0;
  }
  .image-text-banner-section-row{
      flex-wrap: wrap;
  }
  .image-text-banner-section-row-c1, .image-text-banner-section-row-c2{
      width:100%;
  }
}
.completed-project-card{
  background: white;
  margin-bottom: 30px;
  padding: 0;
  border-radius: 15px;
}
.completed-project-card:hover img {
transform: scale(1.1);
}
.completed-project-card-image-container{
  overflow: hidden;
}
.completed-project-card-image-container img{
  width:100%;
  margin-bottom: 0;
  transition: 2s ease-in-out;
}
.completed-project-card-body h2{
  font-size: 16px;
font-weight: bold;
color: #2c3a96;
margin: 15px 0px 15px 0px;
line-height: 1.4;
/*min-height: 70px;*/
}
.completed-project-card-body button, .completed-project-card-body button:hover, .completed-project-card-body button:focus, .completed-project-card-body button:active{
  font-size: 14px;
font-weight: 400;
text-align: center;
color: white;
background: #043655;
padding: 7px;
border-radius: 15px;
width: 50px;
border: 0;
outline: 0;
box-shadow: none;
display: flex;
justify-content: center;
}
.completed-project-card-body button:hover, .completed-project-card-body button:focus, .completed-project-card-body button:active{
  opacity:0.75;
}
.completed-project-card-body button img{
  width: 20px;
}
@media (max-width: 575px) {
  .completed-project-card-body h2{
      font-size: 12px;
      line-height: 1.4;
  }
  .completed-project-card-body button, .completed-project-card-body button:hover, .completed-project-card-body button:focus, .completed-project-card-body button:active
  {
      padding: 7px 12px;
      font-size: 12px;
  }
  .home-style-2-products-section-top
  {
      padding: 15px;
  }
  .completed-project-card{
      padding: 0; /* 7px */
  }
}

.carousel-bottom-block {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.carousel-bottom-block-row {
max-width: 80%;
display: -webkit-box;
margin-bottom: -40px;
border: 1px solid rgba(0, 0, 0, 0.1);
overflow-x: auto;
}
.carousel-bottom-block-col {
  width: 175px;
display: flex;
justify-content: center;
background: white;
padding: 7px 15px;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.carousel-bottom-block-col a{
  display: flex;
  justify-content: center;
}
.carousel-bottom-block-col:last-child{
  border-right:0;
}
.carousel-bottom-block-col-c1{
  width:30%;
  display: flex;
justify-content: center;
align-items: center;
}
.carousel-bottom-block-col-c1 img{
  width:40px;
}
.carousel-bottom-block-col-c2{
  width: 70%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding-left: 2px;
}
.carousel-bottom-block-col-c2 h2{
  font-size: 14px;
margin: 0;
color: #053451;
font-weight: bold;
line-height: 1.4;
}
@media (max-width: 768px) {
  .carousel-bottom-block-row {
      max-width: 90%;
  }
  .carousel-bottom-block-col {
    width: 150px;
  }
  .carousel-bottom-block-col-c2 h2 {
      font-size: 12px;
  }
}
@media (max-width: 575px) {
  .carousel-bottom-block {
      bottom: -35px;
  }
}

.customers-section{
  padding:40px 0;
}
.customers-section-container{
  padding:0 7rem;
}
.customer-logos-section {
  padding: 0; /* 40px 7rem */
}
.customer-logos-section-title-row{
  display:flex;
}
.customer-logos-section-title-c1{
  width:75%;
}
.customer-logos-section-title-c2{
  width:25%;
  display: flex;
justify-content: flex-end;
align-items: center;
  cursor: pointer;
}
.customer-logos-section-title h2{
  font-size: 24px;
margin: 20px 0 20px 0;
color: #053451;
font-weight: bold;
}
.customers-section h2{
  margin: 0 0 20px 0;
}
.customer-logos-section-row{
  display:flex;
  flex-wrap:wrap;
}
.customer-logos-section-col{
  width: 19%;
margin-right: 1%;
margin-bottom: 10px;
}
.customer-logo-hidden{
  display:none;
}
.customer-logos-section-col:last-child{
  margin-right: 0;
}
.customer-logos-section-col-img{
border: 1px solid rgba(0, 0, 0, 0.25);
display: flex;
justify-content: center;
align-items: center;
}
.customer-logos-section-col-img img{
  width:50%;
}
@media (max-width: 768px) {
  .customers-section-container{
      padding:0 30px;
  }
.customer-logos-section {
      padding: 0; /* 60px 15px 30px 15px */
}
/*.customer-logos-section-col {
      width: 10%;
}*/
  .customer-logos-section-title h2 {
      font-size: 16px;
  }
}
@media (max-width: 575px) {
  .customers-section-container{
      padding:0 15px;
  }
  .customer-logos-section-col-img img{
      width:100%;
  }
  .customer-logos-section-title h2 {
      font-size: 18px;
  }
}
.customer-logos-section-title-c2 h2{
  color: #2c3a96;
font-weight: bold;
font-size: 16px;
}
label {
font-weight: 400;
}
.share-icons-row{
  display: flex;
  justify-content: center;
}
.share-icons-row-col {
  margin-right: 15px;
}
.row-display{
display: flex;
flex-wrap: wrap;
}
.padding-10px{
padding: 10px;
}
.padding-12px{
  padding: 12px;
}
.filteroptionbutton, .filteroptionbutton:hover, .filteroptionbutton:focus, .filteroptionbutton:active{
  font-size: 14px;
font-weight: 400;
text-align: center;
color: white;
background: #043655;
padding: 7px 25px;
border-radius: 15px;
width: 100px;
border: 0;
outline: 0;
box-shadow: none;
margin-right: 10px;
}
.filteroptionclearbutton, .filteroptionclearbutton:hover, .filteroptionclearbutton:focus, .filteroptionclearbutton:active{
  font-size: 14px;
font-weight: 400;
text-align: center;
color: #043655;
background: white;
padding: 7px 15px;
border-radius: 15px;
width: 120px;
border: 0;
outline: 0;
box-shadow: none;
border: 1px solid #043655;
}
.affiliate-program-form h2{
  font-size:24px;
  text-align:center;
}
.affiliate-program-form-input, .affiliate-program-form-input:hover, .affiliate-program-form-input:focus, .affiliate-program-form-input:active{
  border: 0 !important;
  border-bottom: 1px solid black !important;
  width: 100%;
  margin-bottom: 20px;
}
.affiliate-program-btn, .affiliate-program-btn:hover, .affiliate-program-btn:focus, .affiliate-program-btn:active {
  border:0;
padding: 12px 20px;
border-radius: 0;
background: #2C3A96;
color: white;
outline: 0;
width: 100%;
}
.small-text{
  font-size:12px;
}
.apresendotpbtn{
  background: transparent;
border: 0;
text-align: left;
padding: 0;
font-size: 12px;
}
.search-result a{
  display: block;
  padding: 7px;
  width:100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.search-result a:last-child{
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .search-result a{
      font-size: 12px;
  }
}
.left-fixed-bar{
  position: fixed;
top: 30px;
width: 20%;
display:block;
}
.top-fixed-bar{
  position: fixed;
top: 15px;
width: 85%;
z-index: 999;
}
.border-curve{
  border-radius:10px;
}
/*.carousel-inner > .item > img, .carousel-inner, .slick-initialized .slick-slide, .slick-slide img{
  border-radius:10px;
}*/
.ml-1{
  margin-left:1rem;
}
.mt-3{
  margin-top:3rem !important;
}
.mb-5{
  margin-bottom:5rem !important;
}
.mb-4{
  margin-bottom:4rem !important;
}
.mb-2{
  margin-bottom:2rem !important;
}
.mb-1{
  margin-bottom:1rem !important;
}
.mt-0{
  margin-top:0 !important;
}
.mt-1{
  margin-top:1rem !important;
}
.mt-3{
  margin-top:3rem !important;
}
.mt-4{
  margin-top:4rem !important;
}
.mt-5{
  margin-top:5rem !important;
}
.pt-3{
  padding-top:3rem !important;
}
.pb-3{
  padding-bottom:3rem !important;
}
.pt-4{
  padding-top:4rem !important;
}
.pb-4{
  padding-bottom:4rem !important;
}
.pt-5{
  padding-top:5rem !important;
}
.pb-5{
  padding-bottom:5rem !important;
}
.mobile-menu-contact-details{
  transform: translate3d(0, 0, 0);
transition-duration: 1s;
transition-delay: 0.2s;
display: block;
position: relative;
bottom: 0;
max-width: 75%;
width: 100%;
z-index: 999;
padding: 25px;
height: 100%;
}
.mobile-menu-contact-details-container{
margin-top: auto;
}
.addtocart-wishlidt-btns{
  display: flex;
}
.addtocart-wishlidt-btns-left{
  width: 88%;
  margin-right: 10px;
}
.addtocart-wishlidt-btns-left button{
  height: 100%;
}
.addtocart-wishlidt-btns-right{
  width: 12%;
}
.d-content-center {
display: flex;
justify-content: center;
}
.menu-wrapper.offcanvas .menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 1s;
  transition-delay: 0.2s;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);*/
}
.menu-wrapper.offcanvas::before {
  background: rgba(37, 42, 50, 0.6);
  z-index: 1;
}

.menu-wrapper.offcanvas {
  z-index: 9999;
}
.menu-wrapper .menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
}
.menu-wrapper .menu-link:hover {
  color: #2C3A96;
}
.menu-wrapper .menu-item a:hover {
  color: #2C3A96;
}
.menu-wrapper .menu-item.has-collapsible {
  position: relative;
}
.menu-wrapper .menu-item.has-collapsible .menu-child {
  display: none;
}
.menu-wrapper .menu-item.has-collapsible .menu-child .menu-child-item a {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  padding: 0.25rem;
  color: #252a32;
  padding-left: 2.5rem;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
}
.menu-wrapper .menu-item.has-collapsible .menu-child .menu-child-item a:hover {
  color: #2C3A96;
}
/*.menu-wrapper .menu-item.has-collapsible span::after {
  font-family: "Font Awesome 6 Free";
  content: "f107";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: inherit;
  position: absolute;
  top: 0.15rem;
  right: 1rem;
  color: #252a32;
  transition: all 0.35s ease;
}*/
.menu-wrapper .menu-item.has-collapsible span {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: inherit;
  position: absolute;
  top: 0.15rem;
  right: 1rem;
  color: #252a32;
  transition: all 0.35s ease;
}
.menu-wrapper .menu-item.has-collapsible span::after:hover {
  color: #2C3A96;
}
.menu-wrapper .menu-item.active.has-collapsible .menu-child {
  display: block;
  transition: all 0.35s ease;
}
/*.menu-wrapper .menu-item.active.has-collapsible span::after {
  transform: rotate(90deg);
}*/
.menu-wrapper .menu-item.active.has-collapsible span {
  transform: rotate(180deg);
}

.razorpay-payment-button {
    width: auto;
    border-radius: 30px;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    text-transform: none;
    letter-spacing: normal;
    height: auto;
    min-height: auto;
    padding: 8px;
    opacity: 1;
    background: #2c3a96;
    border: 1px solid #2c3a96;
    text-align: center;
    cursor: pointer;
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#snackbar p {
    color:white;
    margin:0;
    font-size:14px;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
} 

.carousel-indicators {
    bottom: 30px;
    left: 60px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 0 0 2px;
}
.nav-top{
    background: whitesmoke;
}
.nav-bottom{
    background: #e0e0e0;
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.navigation .navbar-nav > li > a {
  padding: 7px 0;
}
.navigation {
  padding: 0;
}
@media screen and (max-width: 575px) {
  .footer-links a {
      font-size: 12px;
  }
  .top-header .top-menu > li > a {
      padding: 0 4px;
  }
  .footer-sm-icons a img{
      width:20px !important;
  }
  .product-variant{
      color: black;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 7px;
    font-size: 12px;
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 1200px) {
  .navigation .navbar-nav > li > a {
      padding: 4px 0;
      font-size: 10px;
  }
  .header-top-left-links a {
    font-size: 12px;
  }
}

.alert{
  background: whitesmoke;
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
color: white;
cursor: default;
background-color: #2c3a96;
border: 1px solid #2c3a96;
border-bottom-color: transparent;
}
.tab-content{
  padding:15px;
}
.tab-content strong {
font-weight: 600;
color: #070707;
}
.home-main-banner-container{
  padding-left: 7rem;
  padding-right: 7rem;
}
.section-1-img{
  width:100%;
  height:550px;
  background:whitesmoke;
  margin-bottom:20px;
}
.section-1 .h2-title{
  margin-top: 0;
  font-size: 18px;
  text-align: center;
  padding: 0 280px;
  margin-bottom: 30px;
  line-height: 1.8;
}
.section-1 .h2-small-title{
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 10px;
  text-align:center;
}
.section-1 p{
text-align: center;
width: 130px;
margin: 0 auto 30px auto;
border-bottom: 1px solid black;
  font-size: 12px;
  padding-bottom: 2px;
}
.pl-7{
  padding-left: 7rem;
}
.pr-7{
  padding-right: 7rem;
}
@media screen and (min-width: 768px) {
  .top-header-container{
      padding-left: 5rem;
      padding-right: 5rem;
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .pl-md-7{
      padding-left: 7rem;
  }
  .pr-md-7{
      padding-right: 7rem;
  }
  .pl-md-4{
      padding-left: 4rem;
  } 
  .pr-md-4{
      padding-right: 4rem;
  }
}
.content-align-center{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.content-center{
  display:flex;
  justify-content:center;
  align-items:center;
}
.newsletter-subscribe-section{
  padding:40px 0;
}
.newsletter-subscribe-section h2{
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  font-size: 18px;
}
.newsletter-input{
  width:80%;
}
.newsletter-input input, .newsletter-input input:hover, .newsletter-input input:focus, .newsletter-input input:active{
  border: 0;
  border-bottom: 1px solid black;
}
.newsletter-btn{
  width:20%;
}
.newsletter-btn button, .newsletter-btn button:hover, .newsletter-btn button:focus, .newsletter-btn button:active{
  padding: 12px 20px;
  border-radius:0;
  background: #2C3A96;
  color: white;
  outline:0;
  width: 100%;
}

.completed-projects-btn-container{
  text-align:center;
}
.completed-projects-btn-container button, .completed-projects-btn-container button:hover, .completed-projects-btn-container button:focus, .completed-projects-btn-container button:active{
  padding: 12px 20px;
  border-radius:0;
  background: #2C3A96;
  color: white;
  outline:0;
  width: 220px;
border: 0;
}

@media (max-width: 1440px){
  .newsletter-input {
      width: 70%;
  }
  .newsletter-btn {
      width: 30%;
  }
  .newsletter-btn button, .newsletter-btn button:hover, .newsletter-btn button:focus, .newsletter-btn button:active {
      padding: 12px;
  }
}
.products-by-category-section{
  background: white;
}
.products-by-category-section .h2-title{
  font-size:20px;
  margin: 0 0 30px 0;
}
.products-by-category-section-container{
  padding:0 7rem 0 7rem;
}
.product-card {
padding: 15px;
border: 0;
min-height: 440px;
}
.product-card:hover {
border: 1px solid rgba(0, 0, 0, 0.25);
}
.product-card img{
  width: 150px;
  height: 150px;
object-fit: contain;
object-position: center;
padding: 15px;
}
.product-card h2{
  font-size: 16px;
  text-align: center;
  font-family: 'CenturyGothicPaneuropeanBold';
  line-height: 1.4;
}
.product-card p{
  font-size: 12px;
  text-align:center;
  margin-bottom:15px;
}
.product-card button{
  background: #2C3A96;
width: 90%;
padding: 10px;
color: white;
border: 0;
outline: 0;
visibility: visible;
position: absolute;
bottom: 20px;
}

.product-card:hover button{
  visibility: visible;
}
.product-details-section, .cart-section, .wishlist-section{
background: #f9f9f9;
}
.product-details-section .h2-title{
  font-size:18px;
  margin: 0 0 10px 0;
}
.product-details-section-container, .cart-section-container, .wishlist-section-container{
  padding:0 7rem 0 7rem;
}
.product-details-section-container .main{
  width:60%;
  background: white;
}
.product-details-container{
  padding: 4rem 12rem;
}
@media screen and (max-width: 575px) {
  .product-card img{
  width: 125px;
  height: 125px;
  }
  .product-details-section-container, .cart-section-container, .wishlist-section-container {
    padding: 0 3rem 0 3rem;
  }
}
@media screen and (max-width: 1400px) {
.product-details-container{
  padding: 0;
}
}
.product-details-container h2{
  margin: 0 0 10px 0;
line-height: 1.4;
font-size: 20px;
font-weight: bold;
color: black;
}
.product-details-container .p-short-desc{
line-height: 1.8;
margin-bottom: 2rem;
font-size: 14px;
}
.product-details-container .p-lprice{
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.25);
}
.product-details-container .p-price{
  margin-bottom: 3rem;
  margin-top: 0;
  font-size: 18px;
}
.product-details-container button{
  background: #2C3A96;
  width: 100%;
  padding: 15px;
  color: white;
  border: 0;
  outline: 0;
  border-radius: 0;
}
.wishlist-btn {
padding: 10px;
border: 1px solid rgba(0, 0, 0, 0.3);
text-align: center;
}
.cart-products-container, .wishlist-products-container {
border: 1px solid #eee;
margin-bottom: 4px !important;
}
.wishlist-product-row, .cart-product-row, .cart-promocode-container, .checkout-address-container, .footer-social-media-icons {
  display: flex;
  background: white;
  padding: 15px;
}
.cart-product-row-left, .cart-promocode-container .cart-promocode-container-left, .cart-promocodes-container-head-left, .checkout-address-container .checkout-address-container-left {
  width: 10%;
}
.wishlist-product-row-left {
  width: 7%;
}
.cart-product-row-left.prl-width, .wishlist-product-row-left.prl-width{
  width: 5%;
}
.cart-product-row-left img, .wishlist-product-row-left img, .nav-tabs .nav-link:hover .nav-link-text:after, .search-input-container {
  width: 100%;
}
.cart-product-row-left img, .wishlist-product-row-left img{
  background: whitesmoke;
}
.cart-product-row-right {
  width: 90%;
  padding-left: 30px;
  justify-content: space-between;
}
.wishlist-product-row-right {
  width: 93%;
  padding-left: 30px;
  justify-content: space-between;
}
.cart-product-row-right.prr-width, .wishlist-product-row-right.prr-width {
  width: 95%;
}
@media screen and (max-width: 575px) {
  .cart-product-row-left.prl-width, .wishlist-product-row-left.prl-width{
      width: 20%;
  }
  .cart-product-row-right.prr-width, .wishlist-product-row-right.prr-width {
      width: 80%;
  }
}
.cart-product-row-right-left {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wishlist-product-row-right-left {
  width: 85%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.orders-product-row-right-left {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.orders-product-row-right-right {
  width: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cart-product-row-right .cart-product-row-right-left p:nth-child(3), .wishlist-product-row-right .wishlist-product-row-right-left p:nth-child(3) {
  font-size: 12px;
}
.cart-product-row-right-right{
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 20%;
flex-wrap: wrap;
justify-content: space-between;
}
.wishlist-product-row-right-right {
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 15%;
flex-wrap: wrap;
justify-content: space-between;
}
.cart-product-row-right-right button, .wishlist-product-row-right-right button {
  padding: 4px 22px;
  background: #f6f6f7;
  border: 1px solid #f6f6f7;
  border-radius: 5px;
}
.cart-product-row-right-right select, .wishlist-product-row-right-right select {
  padding: 4px 15px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
}
.select2-container {
width: 100% !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #f6f6f7;
color: white;
}

.cart-payment-details-section {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 0;
  background: white;
}
.cart-payment-details-section p.title {
  font-size: 14px;
  font-weight: 700;
  color: #777;
  padding: 0 0 10px 0;
}
.payment-details-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
.content-left-bg-img-banner-content p, .font-14, .payment-details-row-left, .review-container .review-text p, form#reviewform .form-group label {
  font-size: 14px;
}
.payment-details-row-right {
  font-size: 14px;
  font-weight: 700;
  color: #444;
}
.payment-total-savings {
  clear: both;
  margin: 10px 0;
  font-size: 12px;
  color: #222;
  line-height: 16px;
  background: rgba(43, 58, 149, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 20px;
  font-weight: 700;
}
.address-action-right p:first-child, .cart-promocode-container p:first-child, .cart-promocodes-container-body .cart-promocode:last-child, .checkout-addresses-container-body .checkout-address:last-child, .payment-total-savings p, .settings-action .settings-menu ul {
  margin-bottom: 0;
}
.address-action {
  display: flex;
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 0;
}
.address-action-right {
  width: 100%;
  padding-left: 15px;
}
.address-action-right-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.address-action-right p:nth-child(2) {
  font-size: 12px;
  margin-bottom: 0;
}
.address-action-right-container-right button, .grand-total-row .grand-total-row-right button {
  padding: 10px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  font-weight: 700;
  background: #2b3a95;
}
.address-action-right-container-right button {
  border: 0;
  color: #fff;
  border-radius: 4px;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  font-size: 12px;
}
.checkout-addresses-container-body {
  padding-top: 15px;
}
.cart-promocode {
  width: 100%;
  border: 1px dashed #ccc;
  padding: 10px;
  margin: 0 0 15px;
  border-radius: 6px;
  background: #f5f5f5;
}
.checkout-address {
  width: 100%;
  margin: 0 0 15px;
  border-radius: 6px;
  background: #f5f5f5;
  border: 1px solid #eee;
}
@media screen and (max-width: 1024px) {
  .cart-product-row-right-left p:nth-child(1), .wishlist-product-row-right-left p:nth-child(1), .orders-product-row-right-left p:nth-child(1){
      font-size: 13px;
      margin-bottom: 7px !important;
  }
  .cart-product-row-right-left p:nth-child(2), .wishlist-product-row-right-left p:nth-child(2), .orders-product-row-right-left p:nth-child(2){
      font-size: 12px;
  }
  .grand-total-row .grand-total-row-right button {
      font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .cart-product-row-right-left p:nth-child(1), .wishlist-product-row-right-left p:nth-child(1), .orders-product-row-right-left p:nth-child(1){
      font-size: 13px;
      margin-bottom: 7px !important;
  }
  .cart-product-row-right-left p:nth-child(2), .wishlist-product-row-right-left p:nth-child(2), .orders-product-row-right-left p:nth-child(2){
      font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sm-w-100{
      width:100%;
  }
  .cart-product-row-right-left p:nth-child(1), .wishlist-product-row-right-left p:nth-child(1), .orders-product-row-right-left p:nth-child(1){
      font-size: 13px;
      margin-bottom: 7px !important;
  }
  .cart-product-row-right-left p:nth-child(2), .wishlist-product-row-right-left p:nth-child(2), .orders-product-row-right-left p:nth-child(2){
      font-size: 12px;
  }
   .cart-product-row-right-left, .cart-product-row-right-right, .wishlist-product-row-right-left, .wishlist-product-row-right-right {
      width: 50%;
    }
  .cart-product-row-right-right, .wishlist-product-row-right-right {
  display: inline-block;
}
 .cart-product-row-right-right button, .wishlist-product-row-right-right button {
  padding: 4px 12px;
  width: 100%;
  font-size: 12px;
}
 .cart-product-row-right-right button:nth-child(1), .removefromwishlist-btn {
  margin-bottom: 10px;
}
.cart-product-row-right-right select, .wishlist-product-row-right-right select {
  font-size: 12px;
  width: 100%;
}
 .cart-payment-details-section {
  margin-top: 30px;
}
}
@media screen and (max-width: 575px) {
  .orders-product-row-right-left {
      width: 80%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-right: 25px;
  }
  .cart-product-row-right-left p:nth-child(1), .wishlist-product-row-right-left p:nth-child(1), .orders-product-row-right-left p:nth-child(1){
      font-size: 13px;
      margin-bottom: 7px !important;
  }
  .cart-product-row-right-left p:nth-child(2), .wishlist-product-row-right-left p:nth-child(2), .orders-product-row-right-left p:nth-child(2){
      font-size: 12px;
  }
  .orders-product-row-right-right {
      width: 20%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
}
.cb-container, .radio-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}
.cb-container, .more-btn, .more-menu-btn, .radio-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.cb-container input:checked~.cb-checkmark, .radio-container input:checked~.radio-checkmark {
  background-color: #2b3a95;
}
.cb-container input:checked~.cb-checkmark:after, .more-menu-item, .radio-container input:checked~.radio-checkmark:after {
  display: block;
}
.radio-container .radio-checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.cb-checkmark:after, .radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cb-container .cb-checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.cart-promocode-container .cart-promocode-container-right, .checkout-address-container .checkout-address-container-right {
  width: 90%;
}
.checkout-address-container .checkout-address-container-right label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.checkout-address-container .checkout-address-container-right label p {
  margin-bottom: 0;
  font-size: 14px;
}
.checkout-address-container .checkout-address-container-right .checkout-address-details p {
  margin-bottom: 7px;
  line-height: 1.6;
  font-size: 12px;
}

.cart-promocodes-container-head, .grand-total-row, .orders-row, .pd-review-name-star {
  display: flex;
  justify-content: space-between;
}
.grand-total-row .grand-total-row-right button {
  border: 0;
  color: #fff;
  border-radius: 4px;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  font-size: 12px;
}
#updatena label, #addna label, #resetpasswordform label {
  color:#757575;
}
.profile-row-1 h2, .addresses-row-1 h2 {
  font-size: 22px;
}

.profile-basic-details h4, .profile-addresses h4, .default-addresses-row h4 {
  font-size: 16px;
}
.profile-basic-details hr, .profile-addresses hr, .default-addresses-row hr, .user-address-row hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.profile-basic-details p, .profile-addresses p, .default-addresses-row p, .user-address-row p {
  font-size: 14px;
}
.profile-basic-details p strong, .profile-addresses p strong, .default-addresses-row p strong, .user-address-row p strong {
  color: #050505;
}

.cart-product-row-right-right, .wishlist-product-row-right-right {
  display: inline-block;
} 
.cart-product-row-right-right button, .wishlist-product-row-right-right button {
  padding: 4px 12px;
  width: 100%;
  font-size: 14px;
}
.cart-product-row-right-right button:nth-child(1), .removefromwishlist-btn {
  margin-bottom: 10px;
  font-size: 12px;
}
.cart-product-row-right-right select, .wishlist-product-row-right-right select {
  font-size: 12px;
  width: 100%;
}

.stats-card{
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}
.stats-card h2{
  margin: 0 0 10px 0;
font-size: 16px;
}
.stats-card p{
  margin: 0;
font-size: 18px;
color: rgba(0, 0, 0, 0.75);
font-weight: bold;
}
.stats-card-row{
  display:flex;
}
.stats-card-row-c1{
  width:20%;
}
.stats-card-row-c1 img{
  width:100%;
}
.stats-card-row-c2{
  width: 80%;
padding-left: 15px;
}
@media screen and (max-width: 575px) {
  .stats-card-row-c1 {
width: 15%;
}.stats-card-row-c2 {
width: 85%;
}
  .stats-card h2{
      font-size: 8px;
  margin: 0 0 5px 0;
  }
  .stats-card p{
      font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px){
  .stats-card h2 {
      font-size: 12px;
  }
}
@media screen and (max-width: 1440px) {
  .cart-product-row-right-right button, .wishlist-product-row-right-right button {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .cart-product-row-right-right button, .wishlist-product-row-right-right button {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .cart-payment-details-section p.title, .payment-details-row-left {
    font-size: 12px;
}
 .cart-shipping-addresses h4, .billing-shipping-addresses h4 {
font-size: 14px;
}
.checkout-address-container .checkout-address-container-right label p {
font-size: 14px;
}
.cart-product-row-right-left, .cart-product-row-right-right {
    width: 50%;
}
.wishlist-product-row-right-left {
    width: 80%;
}
.wishlist-product-row-right-right {
    width: 20%;
}
.cart-product-row-right-right, .wishlist-product-row-right-right{
    display: inline-block;
}
.cart-product-row-right-right button, .wishlist-product-row-right-right button {
    padding: 4px 12px;
    width: 100%;
    font-size: 12px;
}
.cart-product-row-right-right select, .wishlist-product-row-right-right select {
  font-size: 12px;
    width: 100%;
}
.order-total-amount{
    font-size: 16px;
}
.cart-payment-details-section p.title, .payment-details-row-left {
    font-size: 12px;
}
.address-action-right p:first-child{
    font-size: 14px;
}
.cart-shipping-addresses h4, .billing-shipping-addresses h4{
    font-size: 14px;
}
.checkout-address-container .checkout-address-container-right label p {
  font-size: 14px;
}
.cart-product-row-right-right button, .wishlist-product-row-right-right button {
  font-size: 12px;
}
.cart-product-row-right-right button:nth-child(1), .removefromwishlist-btn{
    margin-bottom: 10px;
}
.cart-products-container, .wishlist-products-container {
  margin-bottom: 10px !important;
}
.profile-row-1 h2, .addresses-row-1 h2{
    font-size: 18px;
}
.nav > li > a {
  font-size: 12px;
}
.profile-basic-details h4, .profile-addresses h4, .default-addresses-row h4{
    font-size: 14px;
}
.profile-basic-details hr, .profile-addresses hr, .default-addresses-row hr, .user-address-row hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
.profile-basic-details p, .profile-addresses p, .default-addresses-row p, .user-address-row p {
    font-size:12px;
}
.pl-3{
    padding-left:1rem;
}
#updatena input, #addna input, #resetpasswordform input{
    margin-bottom: 10px;
}
#resetpasswordform input#fpotp{
    margin-bottom: 30px;
}
#updatena label, #addna label, #resetpasswordform label {
  font-size: 12px;
}
#resetpasswordform h2{
    font-size: 18px;
}
.default-btn, .default-btn:hover, .default-btn:focus, .default-btn:active, .default-btn:active:hover {
  padding: 8px 12px;
  font-size: 12px;
}
}
@media screen and (max-width: 992px) {
  .header-top-left-links a {
    margin: 0 12px;
    font-size: 12px;
  }
  .cart-payment-details-section p.title, .payment-details-row-left {
      font-size: 12px;
  }
   .cart-shipping-addresses h4, .billing-shipping-addresses h4 {
  font-size: 14px;
}
.checkout-address-container .checkout-address-container-right label p {
  font-size: 14px;
}
  .cart-product-row-right-left {
      width: 80%;
  }
  .cart-product-row-right-right {
      width: 20%;
  }
  .wishlist-product-row-right-left {
      width: 75%;
  }
  .wishlist-product-row-right-right {
      width: 25%;
  }
  .cart-product-row-right-right, .wishlist-product-row-right-right{
      display: inline-block;
  }
  .cart-product-row-right-right button, .wishlist-product-row-right-right button {
      padding: 4px 12px;
      width: 100%;
      font-size: 12px;
  }
  .cart-product-row-right-right select, .wishlist-product-row-right-right select {
    font-size: 12px;
      width: 100%;
  }
  .order-total-amount{
      font-size: 16px;
  }
  .cart-payment-details-section p.title, .payment-details-row-left {
      font-size: 12px;
  }
  .address-action-right p:first-child{
      font-size: 14px;
  }
  .cart-shipping-addresses h4, .billing-shipping-addresses h4{
      font-size: 14px;
  }
  .checkout-address-container .checkout-address-container-right label p {
    font-size: 14px;
  }
  .cart-product-row-right-right button, .wishlist-product-row-right-right button {
    font-size: 12px;
  }
  .cart-product-row-right-right button:nth-child(1), .removefromwishlist-btn{
      margin-bottom: 10px;
  }
  .cart-products-container, .wishlist-products-container {
    margin-bottom: 10px !important;
  }
  .profile-row-1 h2, .addresses-row-1 h2{
      font-size: 18px;
  }
  .nav > li > a {
    font-size: 12px;
  }
  .profile-basic-details h4, .profile-addresses h4, .default-addresses-row h4{
      font-size: 14px;
  }
  .profile-basic-details hr, .profile-addresses hr, .default-addresses-row hr, .user-address-row hr {
      margin-top: 15px;
      margin-bottom: 15px;
  }
  .profile-basic-details p, .profile-addresses p, .default-addresses-row p, .user-address-row p {
      font-size:12px;
  }
  .pl-3{
      padding-left:1rem;
  }
  #updatena input, #addna input, #resetpasswordform input{
      margin-bottom: 10px;
  }
  #resetpasswordform input#fpotp{
      margin-bottom: 30px;
  }
  #updatena label, #addna label, #resetpasswordform label {
    font-size: 12px;
  }
  #resetpasswordform h2{
      font-size: 18px;
  }
  .default-btn, .default-btn:hover, .default-btn:focus, .default-btn:active, .default-btn:active:hover {
    padding: 8px 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .cart-payment-details-section p.title, .payment-details-row-left {
    font-size: 12px;
}
 .cart-shipping-addresses h4, .billing-shipping-addresses h4 {
font-size: 14px;
}
.checkout-address-container .checkout-address-container-right label p {
font-size: 14px;
}
.cart-product-row-right-left {
    width: 70%;
}
.cart-product-row-right-right {
    width: 30%;
}
.wishlist-product-row-right-left {
    width: 60%;
}
.wishlist-product-row-right-right {
    width: 40%;
}
.cart-product-row-right-right, .wishlist-product-row-right-right{
    display: inline-block;
}
.cart-product-row-right-right button, .wishlist-product-row-right-right button {
    padding: 4px 12px;
    width: 100%;
    font-size: 12px;
}
.cart-product-row-right-right select, .wishlist-product-row-right-right select {
  font-size: 12px;
    width: 100%;
}
.order-total-amount{
    font-size: 16px;
}
.cart-payment-details-section p.title, .payment-details-row-left {
    font-size: 12px;
}
.address-action-right p:first-child{
    font-size: 14px;
}
.cart-shipping-addresses h4, .billing-shipping-addresses h4{
    font-size: 14px;
}
.checkout-address-container .checkout-address-container-right label p {
  font-size: 14px;
}
.cart-product-row-right-right button, .wishlist-product-row-right-right button {
  font-size: 12px;
}
.cart-product-row-right-right button:nth-child(1), .removefromwishlist-btn{
    margin-bottom: 10px;
}
.cart-products-container, .wishlist-products-container {
  margin-bottom: 10px !important;
}
.profile-row-1 h2, .addresses-row-1 h2{
    font-size: 18px;
}
.nav > li > a {
  font-size: 12px;
}
.profile-basic-details h4, .profile-addresses h4, .default-addresses-row h4{
    font-size: 14px;
}
.profile-basic-details hr, .profile-addresses hr, .default-addresses-row hr, .user-address-row hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
.profile-basic-details p, .profile-addresses p, .default-addresses-row p, .user-address-row p {
    font-size:12px;
}
.pl-3{
    padding-left:1rem;
}
#updatena input, #addna input, #resetpasswordform input{
    margin-bottom: 10px;
}
#resetpasswordform input#fpotp{
    margin-bottom: 30px;
}
#updatena label, #addna label, #resetpasswordform label {
  font-size: 12px;
}
#resetpasswordform h2{
    font-size: 18px;
}
.default-btn, .default-btn:hover, .default-btn:focus, .default-btn:active, .default-btn:active:hover {
  padding: 8px 12px;
  font-size: 12px;
}
}
@media screen and (max-width: 575px) {
  .top-header .logo a img {
    width: 90px;
  }
  .cart-product-row-right-left {
      width: 70%;
  }
  .cart-product-row-right-right {
      width: 30%;
  }
  .wishlist-product-row-right-left {
      width: 60%;
  }
  .wishlist-product-row-right-right {
      width: 40%;
  }
  .cart-product-row-right-right, .wishlist-product-row-right-right{
      display: inline-block;
  }
  .cart-product-row-right-right button, .wishlist-product-row-right-right button {
      padding: 4px 12px;
      width: 100%;
      font-size: 12px;
  }
  .cart-product-row-right-right select, .wishlist-product-row-right-right select {
    font-size: 12px;
      width: 100%;
  }
  .xs-w-100{
      width:100%;
  }
  .order-total-amount{
      font-size: 16px;
  }
  .cart-payment-details-section p.title, .payment-details-row-left {
      font-size: 12px;
  }
  .address-action-right p:first-child{
      font-size: 14px;
  }
  .cart-shipping-addresses h4, .billing-shipping-addresses h4{
      font-size: 14px;
  }
  .checkout-address-container .checkout-address-container-right label p {
    font-size: 14px;
  }
  .cart-product-row-right-right button, .wishlist-product-row-right-right button {
    font-size: 12px;
  }
  .cart-product-row-right-right button:nth-child(1), .removefromwishlist-btn{
      margin-bottom: 10px;
  }
  .cart-products-container, .wishlist-products-container {
    margin-bottom: 10px !important;
  }
  .profile-row-1 h2, .addresses-row-1 h2{
      font-size: 18px;
  }
  .nav > li > a {
    font-size: 12px;
  }
  .profile-basic-details h4, .profile-addresses h4, .default-addresses-row h4{
      font-size: 14px;
  }
  .profile-basic-details hr, .profile-addresses hr, .default-addresses-row hr, .user-address-row hr {
      margin-top: 15px;
      margin-bottom: 15px;
  }
  .profile-basic-details p, .profile-addresses p, .default-addresses-row p, .user-address-row p {
      font-size:12px;
  }
  .pl-3{
      padding-left:1rem;
  }
  #updatena input, #addna input, #resetpasswordform input{
      margin-bottom: 10px;
  }
  #resetpasswordform input#fpotp{
      margin-bottom: 30px;
  }
  #updatena label, #addna label, #resetpasswordform label {
    font-size: 12px;
  }
  #resetpasswordform h2{
      font-size: 18px;
  }
  .default-btn, .default-btn:hover, .default-btn:focus, .default-btn:active, .default-btn:active:hover {
    padding: 8px 12px;
    font-size: 12px;
  }
}

.right {
float: right;
}

.left {
float: left;
}

.rating .stars {
margin-right: 15px;
}

.rating .stars .star {
float: left;
padding: 5px 2px;
cursor: pointer;
}

.rating .stars .star:before {
font-family: "Font Awesome 6 Free";
content: '\f005';
color: rgba(255, 215, 0, 0.25);
font-size: 2em;
}

.rating .stars .star:hover:before,
.rating .stars .star.to_rate:before,
.rating .stars .star.rated:before {
color: gold;
}

.rating .stars .star.no_to_rate:before {
color: rgba(255, 215, 0, 0.15);
}
#productdetailsimagecontainer{
  width:100%;
  position:relative;
  text-align: center;
}
.pd-back-btn{
  position: absolute;
top: 0;
width: 30px;
height: 30px;
left: 0;
cursor:pointer;
}
.pd-back-btn img{
  width: 30px;
    height: 30px;
    }
  .d-flex{
      display:flex;
  }
  .content-align-center{
      display:flex;
      justify-content: center;
      align-items:center;
      margin: auto;
  }
  .w-10{
      width:10%;
  }
  .w-90{
      width:90%;
  }
  .bg-light-grey{
  background: #f9f9f9;
  }
  
  .editaddressbtn {
      margin-bottom: 30px;
      position: relative;
  }
  .editaddressbtn span{
      position: absolute;
    top: 15px;
    left: 52%;
  }
  
  .d-centent-center{
      display:flex;
      justify-content:center;
  }
  .completed-projects-section{
      padding:8rem 0;
  }
  .completed-projects-section-container{
      padding:0 18rem 0 18rem;
  }
  .completed-projects-section-container h2 {
      margin: 0 0 10px 0;
      font-size: 18px;
      text-align:center;
  }
  .completed-projects-section-container p {
      font-size: 14px;
      line-height: 1.8;
      margin: 10px 0;
      color:#757575;
      text-align:center;
  }
  
  .who-we-are-section{
      background: #ffffff;
      padding:40px 0;
  }
  .who-we-are-section .h2-title{
      font-size:18px;
      margin: 0 0 10px 0;
  }
  .who-we-are-section-container{
      padding:0 18rem 0 18rem;
  }
  .who-we-are-section-container h2 {
      margin: 0 0 30px 0;
  }
  .who-we-are-section-container p {
      font-size: 14px;
      line-height: 1.8;
      margin: 10px 0;
      color: rgba(0, 0, 0, 0.75);
      text-align:justify;
  }
  .who-we-are-banner-section{
      background: #f9f9f9;
  }
  .who-we-are-banner-section img{
      width:100%;
  }
  .who-we-are-banner-content{
      padding: 9rem 15rem;
  }
  .who-we-are-banner-content p {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.75);
      line-height: 1.8;
      text-align:justify;
  }
  
  
  .completed-projects-banner-content{
      padding: 15rem 15rem;
  }
  .completed-projects-banner-content h2 {
      font-size:24px;
      text-align:center;
  }
  .completed-projects-banner-content p {
      font-size: 14px;
      line-height: 1.8;
      text-align:justify;
  }
  
  
  .completed-projects-banner-section{
      background: #f9f9f9;
  }
  .completed-projects-banner-section img{
      width:100%;
  }
  
  
  .what-we-do-section{
      background: #f9f9f9;
      padding:40px 0;
  }
  .what-we-do-section .h2-title{
      font-size:18px;
      margin: 0 0 10px 0;
  }
  .what-we-do-section-container{
      padding:0 18rem 0 18rem;
  }
  /*@media screen and (max-width: 1400px) {
      .what-we-do-section-container{
          padding: 15px;
      }
  }*/
  .what-we-do-section-container h2 {
      margin: 0 0 30px 0;
  }
  .what-we-do-section-container p {
      font-size: 14px;
      line-height: 1.8;
      margin: 10px 0;
      color: rgba(0, 0, 0, 0.75);
      text-align:justify;
  }
  .what-we-do-banner-section{
      background: #f9f9f9;
  }
  .what-we-do-banner-section img{
      width:100%;
  }
  .what-we-do-banner-content{
      padding: 9rem 15rem;
  }
  .what-we-do-banner-content p {
      font-size: 14px;
      line-height: 1.8;
      text-align:justify;
      color: rgba(0, 0, 0, 0.75);
  }
  
  .why-choose-us-section{
      background: #f9f9f9;
      padding:40px 0;
  }
  .why-choose-us-section .h2-title{
      font-size:18px;
      margin: 0 0 10px 0;
  }
  .why-choose-us-section-container{
      padding:0 18rem 0 18rem;
  }
  /*@media screen and (max-width: 1400px) {
      .why-choose-us-section-container{
          padding: 15px;
      }
  }*/
  .why-choose-us-section-container h2 {
      margin: 0 0 30px 0;
  }
  .why-choose-us-section-container p {
      font-size: 14px;
      line-height: 1.8;
      margin: 10px 0;
      color: rgba(0, 0, 0, 0.75);
      text-align:justify;
  }
  .why-choose-us-banner-section {
      background: #f9f9f9;
  }
  .why-choose-us-banner-section img {
      width:100%;
  }
  .why-choose-us-banner-content {
      padding: 9rem 15rem;
  }
  .why-choose-us-banner-content p {
      font-size: 14px;
      line-height: 1.8;
      text-align:justify;
  }
  @media (max-width: 575px){
    .blogs-section-container{
        padding: 0 25px;
    }
}
.blog-published-date img{
  width:12px;
  margin-right:4px;
}
.products-banner-section{
  background: #f9f9f9;
}
.products-banner-section img{
  width:100%;
  height: 100%;
}
.p-0{
  padding:0;
}
.products-banner-content{
  padding: 10rem 15rem;
}
.products-banner-content p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
.products-by-category-section .h2-links {
  font-size: 14px;
  margin: 0 0 15px 0;
}
.products-by-category-section .h2-products-count{
  font-size: 14px;
  margin: 0 0 15px 0;
}
.products-by-category-section .h1-title{
  font-size: 28px;
  color: #11497b;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.products-by-category-section .h2-category-title {
  font-size: 24px;
margin: 0 0 15px 0;
color: #053451;
font-weight: bold;
}
.category-links li{
  margin: 10px 0;
}
.category-links li.sub-category-link{
  padding-left: 15px;
}
.align-content-end{
  justify-content: end;
}
.product-image-container{
  position:relative;
}
.product-image-container{
  position:relative;
  text-align: center;
  background: whitesmoke;
}
.product-wishlist-btn{
  position: absolute;
  top: 7px;
  right: 7px;
  background: rgb(255, 255, 255);
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 20px;
  text-align: center;
  display: none;
}
.product-wishlist-btn img{
  width: 15px;
  height: auto;
}
.product-card:hover .product-wishlist-btn{
  display:block;
}

.product-details-btn{
  position: absolute;
  bottom: 7px;
  right: 7px;
  background: rgb(255, 255, 255);
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 20px;
  text-align: center;
  display: none;
}
.product-details-btn img{
  width: 15px;
  height: 15px;
padding: 0;
}
.product-card:hover .product-details-btn{
  display:block;
}
.product-image-thumb-container:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 5px;
  width: 40%;
  border-top: 3px solid #2C3A96;
  display:none;
}
.product-card:hover .product-image-thumb-container:after {
  display:block;
}
.p-grid-btn{
  cursor:pointer;
}
.form-box label, #helpform label, #requestform label{
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
color: rgba(0, 0, 0, 0.5);
}
.form-box input, .form-box input:hover, .form-box input:focus, .form-box input:active{
  width: 100%;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid black;
  height: 25px;
}
.form-box select, .form-box select:hover, .form-box select:focus, .form-box select:active{
  width: 100%;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid black;
  height: 25px;
background: transparent;
font-size: 12px;
color: rgba(0, 0, 0, 0.5);
}
.submit-btn, .submit-btn:hover, .submit-btn:focus, .submit-btn:active{
  background: #2c3b95;
  color: white;
  border: 0;
  outline: 0;
  padding: 7px 15px;
  line-height: 1.4;
  float: right;
}
#country_code {
background: whitesmoke;
height: 45px;
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
}
.lg-small-text{
  font-size:12px;
}
.coming-soon-text-container{
  padding: 120px 0;
text-align: center;
}
.coming-soon-text-container h2{
  font-size:24px;
}
@media screen and (max-width: 600px) {
  .submit-btn, .submit-btn:hover, .submit-btn:focus, .submit-btn:active {
    font-size: 12px;
  }
}
.default-btn, .default-btn:hover, .default-btn:focus, .default-btn:active, .default-btn:active:hover {
  padding: 12px 20px;
  border-radius: 0;
  background: #2C3A96;
  color: white;
  outline: 0;
  width: 100%;
  border: 0;
    box-shadow: none;
}

.enquirenow-btn, .enquirenow-btn:hover, .enquirenow-btn:focus, .enquirenow-btn:active, .enquirenow-btn:active:hover {
background: transparent;
color: black;
padding: 0 0 10px 0;
  border: 0;
    box-shadow: none;
    outline:0;
border-bottom: 1px solid black;
font-weight: bold;
    font-size: 12px;
}
.w-auto{
    width:auto !important;
}
.grey-btn, .grey-btn:hover, .grey-btn:focus, .grey-btn:active, .grey-btn:active:hover {
  padding: 12px 20px;
  border-radius: 0;
  background: whitesmoke;
  color: black;
  outline: 0;
  width: 100%;
  border: 0;
    box-shadow: none;
}
.wishlist-btn img{
    width:30px;
}
.services-section img{
    width: 100%;
  height: auto;
  background: whitesmoke;
  margin-bottom: 15px;
}
.service-content{
    padding-left: 0;
}
.service-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-content p{
    line-height: 1.8;
    text-align: justify;
    margin: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
}
.service-content h2{
    font-size: 18px;
  color: #053451;
  margin: 15px 0 15px 0 !important;
  font-weight: bold;
}

.help-form-container{
    display:flex;
    justify-content:center;
    align-items:center;
}
.help-form-container input, .help-form-container input:hover, .help-form-container input:focus, .help-form-container input:active {
    width: 100%;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid black;
    height: 25px;
    padding: 15px 0;
}
.help-form-container select, .help-form-container select:hover, .help-form-container select:focus, .help-form-container select:active {
    width: 100%;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid black;
    height: 40px;
  padding: 7px;
  background: transparent;
  font-size: 12px;
}
.help-form-container textarea, .help-form-container textarea:hover, .help-form-container textarea:focus, .help-form-container textarea:active {
    width: 100%;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid black;
    padding: 15px 0;
}

#enquiryform{
    background: rgba(44, 58, 150, 0.9);
  padding: 40px;
}
.help-section h1{
    font-size: 24px;
    margin: 7px 0;
}
.help-section p{
    margin:0;
}
.enquire-section{
    background: rgba(5, 52, 81, 0.1) !important;
}
.enquire-section h1 {
  color: white;
}
.enquire-form-container input, .enquire-form-container input:hover, .enquire-form-container input:focus, .enquire-form-container input:active {
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 15px;
    padding: 20px 10px;
}
.enquire-form-container select, .enquire-form-container select:hover, .enquire-form-container select:focus, .enquire-form-container select:active{
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 15px;
}
.enquire-form-container textarea, .enquire-form-container textarea:hover, .enquire-form-container textarea:focus, .enquire-form-container textarea:active {
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 15px;
    padding: 20px 10px;
}
.enquire-form-container .submit-btn, .enquire-form-container .submit-btn:hover, .enquire-form-container .submit-btn:focus, .enquire-form-container .submit-btn:active {
  background: white;
  color: black;
}
.enquire-form-container #country_code {
  background: rgba(255, 255, 255, 0.75);
  height: 65px;
}
.enquire-form-container label {
  color: white;
}
@media only screen and (max-width:575px) {
    #enquiryform{
        padding: 30px;
    }
}
.careers-section .h2-title{
    text-align:center;
    margin: 15px 0 30px 0 !important;
}
.careers-section p{
    font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
      margin: 0 0 15px 0 !important;
      line-height: 1.8;
      text-align:justify;
}
.careers-section p a{
    color: rgba(0, 0, 0, 0.75);
  font-weight: bold;
}
.careers-section h3{
    font-size: 18px;
  margin: 0 0 15px 0;
  color: #11497b;
  font-weight: bold;
}

.request-form-container{
    display:flex;
    justify-content:center;
    align-items:center;
}
.request-form-container input, .request-form-container input:hover, .request-form-container input:focus, .request-form-container input:active {
    width: 100%;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid black;
    height: 25px;
    padding: 15px 0;
}
.request-form-container select, .request-form-container select:hover, .request-form-container select:focus, .request-form-container select:active {
    width: 100%;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid black;
    height: 40px;
  padding: 7px;
  background: transparent;
}
.request-form-container textarea, .request-form-container textarea:hover, .request-form-container textarea:focus, .request-form-container textarea:active {
    width: 100%;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid black;
    padding: 15px 0;
}
.request-form-container select, .request-form-container select:hover, .request-form-container select:focus, .request-form-container select:active {
    width: 100%;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid black;
    color:black;
    font-size: 12px;
    padding:7px 0;
}
.request-form-container select:checked{
    background-color:#2C3A96;
    color:white;
}
.request-section h1{
    font-size: 24px;
    margin: 7px 0;
}
.request-section p{
    margin:0;
}


.contactus-form-container{
    display:flex;
    justify-content:center;
    align-items:center;
}
.contactus-form-container input, .contactus-form-container input:hover, .contactus-form-container input:focus, .contactus-form-container input:active {
    width: 100%;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid black;
    height: 25px;
    padding: 15px 0;
}
.contactus-form-container textarea, .contactus-form-container textarea:hover, .contactus-form-container textarea:focus, .contactus-form-container textarea:active {
    width: 100%;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid black;
    padding: 15px 0;
}
.contactus-section h1{
    font-size: 24px;
    margin: 7px 0;
}
.contactus-section p{
    margin:0;
}
@media only screen and (max-width: 992px) {
    .service-content h2 {
        font-size: 22px;
    }
    .service-content p {
      font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .service-content{
        padding-left: 0;
    }
    .service-content h2 {
      font-size: 18px;
    }
}
@media only screen and (min-width: 768px) {
    .d-sm-flex{
        display:flex;
    }
}

@media only screen and (max-width: 575px) {
    .product-description-container table tbody tr td{
        color:black;
        font-size:12px;
    }
    .top-header .top-menu > li > a > img, .product-share-btn img, .product-call-btn img{
        width: 20px !important;
    }
    .help-form-container textarea, .help-form-container textarea:hover, .help-form-container textarea:focus, .help-form-container textarea:active {
        font-size:12px;
    }
    .checkout-address-container{
        padding: 15px 15px 7px 15px;
    }
    .cart-payment-details-section {
      margin-top: 30px;
    }
    .address-action-right-container-left{
        width:55%;
    }
    .address-action-right p:nth-child(2) {
        font-size: 10px;
    }
    .address-action-right-container-right button, .grand-total-row .grand-total-row-right button {
      font-size: 10px;
      padding: 10px 12px;
    }
    .grand-total-row-right {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .editaddressbtn span{
      left: 55%;
    }
    .help-form-container input, .help-form-container input:hover, .help-form-container input:focus, .help-form-container input:active {
        margin-bottom: 10px;
    }
    .service-content h2 {
        margin: 15px 0 !important;
    }
     .service-content p {
        font-size: 12px;
        line-height: 1.8;    
        margin-bottom: 15px !important;
      }
    .enquirenow-btn, .enquirenow-btn:hover, .enquirenow-btn:focus, .enquirenow-btn:active, .enquirenow-btn:active:hover {
        font-size: 12px;
    }
    .services-section hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .wishlist-btn {
        padding: 4px;
        text-align: center;
        border-radius: 7px;
    }
    .pd-back-btn img {
  width: 20px;
  height: auto;
}
    .product-details-container button {
        padding: 7px 0;
    }
    .wishlist-btn img {
        width: 100%;
    }
    .product-details-container h2 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .product-details-container .p-short-desc {
      font-size: 12px;
        margin: 0 0 10px 0;
    }
    .product-details-container .p-lprice {
      font-size: 16px;
        margin: 0 0 7px 0;
    }
    .product-details-container .p-price {
      font-size: 16px;
    margin: 0 0 20px 0;
    }
    .product-details-section-container .main {
        width: 40%;
        margin-bottom: 15px;
    }
    #productdetailsimagecontainer {
      text-align: center;
    }
    .average-rating-text{
        font-size: 12px;
        margin-bottom: 0;
    }
    .pd-share-text, .pd-call-text{
        font-size: 12px !important;
        margin: 4px 0 0px 7px;
    }
    .why-choose-us-section-container p {
        font-size: 12px;
    }
}
.breadcrumb-section{
  background-color:#2C3A96;
  padding:50px 0;
}
.breadcrumb-section h1{
  color: white;
  font-size: 24px;
  text-align: center;
}
.product-category-section img {
  width: 100%;
  margin-bottom: 20px;
}
.product-category-section p {
  text-align: center;
  width: 75%;
  margin: 0 auto;
  line-height: 1.8;
}
.product-category-content{
  width:100%;
}
.raise-enquiry-btn, .raise-enquiry-btn:hover, .raise-enquiry-btn:focus, .raise-enquiry-btn:active{
  width: 140px;
background: #2C3A96;
color: white;
text-align: center;
padding: 7px;
display: inline-block;
}
.product-category-content-section {
padding: 0 0 40px 0;
}
.product-category-content-section h2{
  font-size: 24px;
  margin-bottom: 15px;
  line-height:1.4;
}
.product-category-content-section .h2-small {
font-size: 18px;
}
.product-category-content-section ul{
  color: #757575;
  list-style: disc;
  margin-left: 15px;
}
.product-category-content-section ul li{
  margin-bottom: 15px;
}
.product-category-content-section table{
  width:100%;
  overflow-x: scroll;
display: block;
}
.product-category-content-section table td, .product-category-content-section table th{
  padding:7px;
}
.product-category-content-section table td{
  color: #757575;
}
.product-category-content-section table thead tr{
  background: whitesmoke;
}
.product-category-content-section table tbody tr{
  border-bottom: 1px solid #eee;
}


.t-and-c-content-section {
padding: 0 0 40px 0;
}
.t-and-c-content-section h2{
  font-size: 24px;
  margin-bottom: 15px;
  line-height:1.4;
  color: #11497b;
font-weight: bold;
}
.t-and-c-content-section .h2-small {
font-size: 18px;
}
.t-and-c-content-section ul{
  color: #757575;
  list-style: disc;
  margin-left: 15px;
}
.t-and-c-content-section ul li{
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.75);
}

.w-50{
  width: 50%;
}
@media only screen and (max-width: 768px) {
  /*.menu, #navbar{
        display:none;
    }*/
    .navigation .menu-title {
      margin: 0;
    }
    .navbar-toggle {
      padding: 0;
      margin-top: 0;
    }
    .mob-flex-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-width: 768px) {
    .d-sm-flex{
        display:flex;
    }
}
@media only screen and (min-width: 992px) {
    .d-md-flex{
        display:flex;
    }
}
    .t-and-c-content-section p {
text-align: justify;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.75);
  }
@media (max-width: 575px) {
  .top-header .user-menu-dropdown {
    max-width: 130px !important;
    min-width: 110px !important;
    padding: 10px 5px;
  }
  .dropdown-menu > li > a {
    font-size: 12px;
    }
    .form-box label, #helpform label, #requestform label {
  font-size: 12px;
}
  .breadcrumb-section h1 {
        font-size: 22px;
  }
  .what-we-do-section-container p {
    font-size: 12px;
  }
  .t-and-c-content-section .h2-small {
      font-size: 16px;
    }
    .t-and-c-content-section p {
        font-size: 12px;
        line-height: 1.8;
    }
    .t-and-c-content-section h2 {
        font-size: 16px;
    }
    .t-and-c-content-section ul li {
      font-size: 12px;
    }
}
.banner-section img{
    width:100%;
    opacity: 0.9;
}
.banner-section h2, .banner-section h1{
    font-size:24px;
    color: white;
}
.home-section-1 .h2-title{
  font-size: 14px;
  margin: 20px 0 50px 0;
}
.section-container{
  padding:0 7rem 0 7rem;
}
.section-container p{
  text-align:justify;
  line-height:1.8;
  font-size:14px;
}
.section-container h2{
  line-height: 1.5;
font-size: 22px;
}
.section-container h3{
  line-height: 1.5;
font-size: 20px;
}
.section-container ul {
color: #757575;
list-style: disc;
margin-left: 15px;
}
.section-container ul li {
margin-bottom: 15px;
}

.product-category-content-section h2 {
font-size: 18px;
margin-bottom: 15px;
line-height: 1.4;
}
.product-category-content-section ul li {
margin-bottom: 10px;
font-size: 14px;
}
.product-category-content-section p {
margin-bottom: 10px;
font-size: 14px;
line-height: 1.8;
text-align: justify;
}
.product-category-content-section table td, .product-category-content-section table th {
  padding: 5px;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  .product-category-content-section h2 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .product-category-content-section ul li {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .product-category-content-section p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
    text-align: justify;
  }
  .product-category-content-section table td, .product-category-content-section table th {
      padding: 5px;
      font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-category-content-section h2 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .product-category-content-section ul li {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .product-category-content-section h2 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .product-category-content-section ul li {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .product-category-content-section h2 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .product-category-content-section ul li {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .section-container{
      padding:0 3rem 0 3rem;
  }
  .section-container h2 {
    font-size: 16px;
    margin-top: 0px;
  }
  .section-container p {
    font-size: 12px;
  }
  .section-container h3 {
    font-size: 14px;
  }
  .section-container ul li {
    font-size: 12px;
    text-align: justify;
    margin-bottom: 10px;
  }
  .product-category-content-section h2 {
      font-size: 14px;
      margin-top: 15px;
      margin-bottom: 10px;
  }
  .product-category-content-section ul li {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: justify;
  }
  .product-category-content-section ul {
    margin-bottom: 15px !important;
  }
  .product-category-content-section p {
      font-size: 12px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 15px !important;
  }
  .product-category-content-section table td, .product-category-content-section table th {
    padding: 5px;
    font-size: 12px;
  }
}
.order-row{
  background: whitesmoke;
  padding: 5px;
  margin-bottom: 30px;
}
.banner-section-row{
  display: flex;
flex-wrap: wrap;
}
.banner-section-col-1{
  width:50%;
}
.banner-section-col-2{
  width:50%;
  padding: 50px;
  background:#2c3a96;
}
.products-section-row{
  display:flex;
  flex-wrap: wrap;
}
.products-section-col-1{
  width:50%;
}
.products-section-col-2{
  width:50%;
  padding: 0px;
}
#navbar{
  width: 100%;
   display: inline-block !important;
  /*overflow-x: hidden !important;*/
}
.pd-image-container {
width: 50%;
text-align: center;
background: #f5f5f5;
}
.pd-image-container img{
width: 75%;
}
.section-1-container{
  padding:0 7rem;
}
.mb-20{
  margin-bottom:20px;
}
.products-row{
  display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.products-row-style-1 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.products-column-style-1 {
width: 20%;
}
.products-column-style-1 .product-card{
  position: relative;
}
.category-buttons{
  display:none;
  margin-bottom:15px;
}
.category-buttons a.left{
  width: 49%;
margin-right: 1%;
}
.category-buttons a.right{
 width: 49%;
margin-left: 1%; 
}
.category-buttons a button {
background: RGBA(44, 58, 150, 0.25);
width: 100%;
padding: 10px;
color: black;
border: 0;
outline: 0;
}
.section-pb-0{
  padding-bottom:0 !important;
}
@media (max-width: 1440px){
  .section-1 .h2-title{
      font-size: 14px;
      padding: 0;
      line-height: 1.8;
      text-align: center;
      margin: 0 220px 40px 220px;
  }
}
@media (max-width: 1200px){
  .banner-section-col-2 h2 {
      font-size: 18px;
      line-height: 1.4;
      text-align: center;
  }
  .section-container p {
    text-align: justify;
    line-height: 1.8;
    font-size: 16px;
  }
  .section-container ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .t-and-c-content-section-container, .why-choose-us-section-container, .what-we-do-section-container{
      padding: 0 140px;
  }
  .who-we-are-section-container, .completed-projects-section-container{
      padding: 0 7.5rem;
  }
  .who-we-are-banner-content, .completed-projects-banner-content {
      padding: 7rem 9rem;
  }
  .section-1 .h2-title{
      font-size: 14px;
      padding: 0;
      line-height: 1.8;
      text-align: center;
      margin: 0 160px 40px 160px;
  }
  .products-banner-content {
    padding: 2rem 5rem;
  }
}
@media (max-width: 1024px){
  .banner-section-col-2 h2 {
      font-size: 20px;
      line-height: 1.4;
      text-align: center;
  }
  .t-and-c-content-section-container, .why-choose-us-section-container, .what-we-do-section-container{
      padding: 0 120px;
  }
  .who-we-are-section-container, .completed-projects-section-container{
      padding: 0 6.5rem;
  }
  .who-we-are-banner-content, .completed-projects-banner-content {
      padding: 6rem 8rem;
  }
  .section-1 .h2-title{
      font-size: 14px;
      padding: 0;
      line-height: 1.8;
      text-align: center;
      margin: 0 150px 40px 150px;
  }
  .products-banner-content {
    padding: 2rem 5rem;
  }
  .section-container h2 {
      font-size: 18px;
      margin-top: 0px;
    }
    .section-container p {
      font-size: 14px;
    }
     .section-container h3 {
      font-size: 16px;
    }
}
@media (max-width: 992px){
  .slider-category-links{
      display:none;
  }
  .products-column-style-1 {
    width: 50%;
  }
  .banner-section-col-2 p {
      font-size: 12px;
      margin-top:10px;
      text-align:center;
  }
  .product-details-container h2 {
font-size: 20px;
  }
  .product-details-container .p-short-desc {
font-size: 11px;
}
.product-details-container .p-price {
font-size: 18px;
}
  .banner-section-col-2 h2 {
      font-size: 18px;
      line-height: 1.4;
      text-align: center;
  }
  .t-and-c-content-section-container, .why-choose-us-section-container, .what-we-do-section-container{
      padding: 0 100px;
  }
  .who-we-are-section-container, .completed-projects-section-container{
      padding: 0 5.5rem;
  }
  .who-we-are-banner-content, .completed-projects-banner-content {
      padding: 5rem 7rem;
  }
  .section-1 .h2-title{
      font-size: 14px;
      padding: 0;
      line-height: 1.8;
      text-align: center;
      margin: 0 120px 40px 120px;
  }
  .products-banner-content {
    padding: 2rem 5rem;
  }
  .products-banner-content h2{
     font-size:22px;
     margin: 5px 0 10px 0;
  }
  .products-banner-content p{
     font-size:11px;
     text-align:justify;
  }
  
  .product-description-container p, .product-description-container ul {
      font-size: 12px !important;
  }
  .product-details-section-container .main {
      width: 50%;
  }
  #productdetailsimagecontainer {
text-align: center;
}
  
  .product-card {
      min-height: 375px;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  }
   .product-card button {
      visibility: visible;
      position: absolute;
      bottom: 15px;
      width: 85%;
    }
    .product-card p {
      font-size: 10px;
    }
    .product-card h2 {
font-size: 14px;
    }
    
  .category-links {
    margin-bottom: 30px;
  }
  .banner-section-col-2 h2 {
      font-size: 16px;
      line-height: 1.4;
      text-align: center;
  }
   .section-container h2 {
      font-size: 16px;
      margin-top: 0px;
    }
    .section-container p {
      font-size: 12px;
    }
     .section-container h3 {
      font-size: 14px;
    }
    .section-container ul li {
        font-size: 16px;
        margin-bottom: 7px;
      }
}
@media (max-width: 768px){
  .home-main-banner-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .banner-section-col-2 p {
      font-size: 12px;
      margin-top:10px;
      text-align:center;
  }
  .product-details-container h2 {
font-size: 16px;
  }
  .product-details-container .p-short-desc {
font-size: 11px;
}
.product-details-container .p-price {
font-size: 18px;
}
  .banner-section-col-2 h2 {
      font-size: 16px;
      line-height: 1.4;
      text-align: center;
  }
  .t-and-c-content-section-container, .why-choose-us-section-container, .what-we-do-section-container{
      padding: 0 80px;
  }
  .who-we-are-section-container, .completed-projects-section-container{
      padding: 0 4.5rem;
  }
  .who-we-are-banner-content, .completed-projects-banner-content {
    padding: 4rem 6rem;
  }
  .banner-section-col-2 {
    width: 50%;
    padding: 30px;
  }
  .products-banner-content {
    padding: 3rem 4rem;
  }
  .products-banner-content h2{
      font-size: 22px;
      margin: 0 0 10px 0;
  }
  .products-banner-content p {
    font-size: 10px;
    margin: 0;
    text-align: justify;
  }
  .products-by-category-section .h2-links {
    margin: 0 0 20px 0;
  }
  .category-links li a {
      font-size: 12px;
  }
  .category-links {
    margin-bottom: 20px;
  }
  .products-by-category-section .h2-category-title {
      font-size: 16px;
  }
  .product-card {
      min-height: 350px;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  }
   .product-card button {
      visibility: visible;
      position: absolute;
      bottom: 15px;
      width: 85%;
    }
    .product-card p {
      font-size: 10px;
    }
    .product-card h2 {
font-size: 14px;
    }
  .products-by-category-section-container {
      padding: 0 30px;
  }
  .section-1 .h2-title{
      font-size: 14px;
      padding: 0;
      line-height: 1.8;
      text-align: center;
      margin: 0 40px 40px 40px;
  }
}
@media (max-width: 575px){
  .completed-projects-section-container h2 {
      font-size: 14px;
  }
  .product-details-section-container .main {
      width: 60%;
  }
  .category-buttons{
      display:flex;
  }
  .d-xs-none{
      display:none !important;
  }
  .error-message{
      font-size:24px;
  }
  .section {
    padding: 50px 0 30px 0 !important;
  }
  .section-xs-pb-0{
      padding-bottom:0 !important;
  }
  .t-and-c-content-section-container, .why-choose-us-section-container, .what-we-do-section-container{
      padding: 0 30px;
  }
  .who-we-are-section-container, .completed-projects-section-container{
      padding: 0 25px;
  }
  .who-we-are-banner-content, .what-we-do-banner-content {
    padding: 15px 40px;
  }
  .completed-projects-banner-content{
      padding:40px;
  }
  .who-we-are-banner-content h2, .completed-projects-banner-content h2, .what-we-do-banner-content h2{
      font-size: 22px;
  }
  .who-we-are-banner-content p, .completed-projects-banner-content p, .who-we-are-section-container p, .what-we-do-banner-content p, .completed-projects-section-container p {
      font-size: 12px;
  }
  .section-1-container{
      padding:0 2rem;
  }
  .section-1 .h2-title{
      font-size: 12px;
      padding: 0;
      line-height: 1.8;
      text-align: justify;
      margin: 20px 0 40px 0;
  }
  .home-main-banner-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .products-section-col-1{
      width:100%;
  }
  .products-section-col-2{
      width:100%;
      padding: 0;
  }
  .products-banner-content {
      padding: 2rem 3rem;
  }
  .products-by-category-section .h2-products-count {
    font-size: 12px;
    margin: 0 0 15px 0;
  }
  .products-by-category-section .h1-title {
      font-size: 18px;
      margin: 0;
  }
  .product-card button {
    visibility: visible;
    position: absolute;
  bottom: 15px;
  width: 85%;
  font-size: 12px;
  }
  .category-buttons a button {
font-size: 12px;
}
  .products-banner-content h2 {
      margin: 0 0 10px 0;
      font-size: 22px;
  }
  .products-banner-content p {
    font-size: 12px;
    margin: 0;
    text-align: justify;
    color: black;
  }
  .products-by-category-section .h2-links {
    margin: 0 0 20px 0;
    font-size: 12px;
  }
  .category-links li a {
      font-size: 16px;
  }
  .category-links {
    margin-bottom: 20px;
  }
  .products-by-category-section .h2-category-title {
      font-size: 18px;
  }
  .product-card {
    min-height: 400px;
    padding: 15px;
  margin-bottom: 15px;
      position: relative;
  }
  .product-card p {
font-size: 10px;
  }
  .product-card h2 {
font-size: 14px;
  }
  .products-by-category-section-container {
      padding: 0 15px;
  }
  .banner-section-col-2 h2 {
      font-size: 18px;
      line-height: 1.4;
      text-align: center;
      margin:0;
  }
  .banner-section-col-2 p {
      font-size: 12px;
      margin-top:10px;
  }
  .banner-section-col-1 {
    width: 100%;
  }
  .banner-section-col-2 {
      width: 100%;
      padding: 50px;
  }
  .section-1 .h2-small-title {
      font-size: 14px;
      margin-bottom: 5px;
  }
  .section-1 p{
      font-size: 12px;
      width: 130px;
  }
  .newsletter-subscribe-section h2 {
    font-size: 14px;
  }
  .newsletter-btn button, .newsletter-btn button:hover, .newsletter-btn button:focus, .newsletter-btn button:active {
      padding: 15px;
      font-size: 10px;
  }
  .newsletter-subscribe-section {
    padding: 0;
  }
  .section-1 {
      padding: 40px 0 0 0;
  }
  .header-top-left-links a {
    font-size: 12px;
  }
  .header-top-left-links {
      margin-bottom: 15px;
  }
}
@media (max-width: 425px) {
  .product-card {
    min-height: 440px;
  }
}
@media (min-width: 768px){
    .mobile-menu-btn{
        display:none !important;
    }
    .menu{
        display:inline-block;
        width: 100%;
    }
}
@media (min-width: 1440px){
    .col-xl-6 {
        width: 50%;
        float: left;
    }
}
#contactusform label{
  color: rgba(0, 0, 0, 0.75);
font-weight: 400;
font-size: 14px;
}

@media (min-width: 1200px){
  .xl-medium-text{
      font-size: 24px !important;
      margin-bottom: 4px;
  }
}
@media (max-width: 1200px){
  .lg-small-text{
    font-size:14px !important;
    margin-bottom: 4px;
}
.lg-medium-text{
    font-size: 20px !important;
    margin-bottom: 4px;
}
.pl-md-5{
    padding-left:5rem;
}
.pr-md-5{
    padding-right:5rem;
}
}
@media (max-width: 992px){
  .md-small-text{
    font-size:12px !important;
    margin-bottom: 4px;
}
.md-medium-text{
    font-size: 20px !important;
    margin-bottom: 4px;
}
.pl-sm-12{
    padding-left:12rem;
}
.pr-sm-12{
    padding-right:12rem;
}
}
@media (max-width: 768px){
  .pl-md-5{
    padding-left:5rem;
}
.pr-md-5{
    padding-right:5rem;
}
.sm-small-text{
    font-size:12px !important;
    margin-bottom: 4px;
}
.sm-medium-text{
    font-size: 20px !important;
    margin-bottom: 4px;
}
.pl-xs-4{
    padding-left:4rem;
}
.pr-xs-4{
    padding-right:4rem;
}
}
@media (max-width: 575px){
  .xs-mob-3{
      margin-bottom:15px;
  }
  #contactusform label{
font-size: 12px;
}
  .footer-section .h2-title {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .footer-section p {
    font-size: 12px;
  }
  .footer-bottom-section p {
      font-size: 10px;
  }
  .pl-2{
      padding-left:2rem;
  }
  .pr-2{
      padding-right:2rem;
  }
  .xs-small-text{
      font-size:12px;
  }
  .xs-medium-text{
      font-size: 18px;
  }
  .form-box select, .form-box select:hover, .form-box select:focus, .form-box select:active {
      font-size: 12px;
      padding: 6px 0;
  }
}
.d-none{
  display:none;
}
.d-block{
  display:block;
}
@media (min-width: 992px){
  .d-md-flex{
      display:flex;
  }
}
@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
.checkbox, .checkbox-alt {
  background-color: #fff;
  display: inline-block;
  height: 30px;
  margin: 0;
  width: 30px;
}
.checkbox label, .checkbox-alt label {
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
}
.checkbox label:after, .checkbox-alt label:after {
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 4px solid rgba(44, 59, 149, 0.25);
  border-top: 4px solid rgba(44, 59, 149, 0.25);
  content: '';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 10px;
}
.checkbox label:hover:after, .checkbox-alt label:hover:after {
  border-color: rgba(44, 59, 149, 0.5);
}
.checkbox input, .checkbox-alt input {
  display: none;
}
.checkbox input:checked + label:after, .checkbox-alt input:checked + label:after {
  -webkit-animation: check 0.8s;
  -moz-animation: check 0.8s;
  -o-animation: check 0.8s;
  animation: check 0.8s;
  border-color: rgba(44, 59, 149, 1);
}
.checkbox.checkbox-alt label:hover:after, .checkbox-alt.checkbox-alt label:hover:after {
  -webkit-animation: check 0.8s ease infinite;
  -moz-animation: check 0.8s ease infinite;
  -o-animation: check 0.8s ease infinite;
  animation: check 0.8s ease infinite;
}
.checkbox.checkbox-alt input:checked + label:after, .checkbox-alt.checkbox-alt input:checked + label:after {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.product-description-container h2{
    font-size:24px;
}
.product-description-container p{
    font-size:12px;
    line-height: 1.8;
    text-align: justify;
    color: rgba(0, 0, 0, 0.75);
}
.product-description-container .table-bordered > tbody > tr > td{
    font-size:12px;
}
.product-description-container ul{
    list-style: disc;
    padding-left: 15px;
    color: #757575;
    line-height: 1.8;
    font-size:12px;
}
.product-share-btn p {
font-size: 14px;
}

.blog-header{
    display: flex;
    justify-content: space-between;
}
.blog-header h2, .blog-header p{
    margin: 0 0 7px 0;
}
.blog-card{
    padding: 0;
    background: whitesmoke;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}
.blog-card .blog-image img{
    width:100%;
    /*border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
}
.blog-card .blog-content{
    padding:15px;
}
.blog-card .blog-content .blog-date{
    font-size: 12px;
  line-height: 1.4;
  margin: 0 0 7px 0;
}
.blog-card .blog-content .blog-title{
    font-size: 18px;
  line-height: 1.4;
  margin: 0 0 7px 0;
}
.blog-card .blog-content .blog-short-desc{
    font-size: 14px;
  line-height: 1.4;
  margin: 0 0 12px 0;
}
.blog-card .blog-content .blog-read-more-btn, .blog-card .blog-content .blog-read-more-btn:hover, .blog-card .blog-content .blog-read-more-btn:focus, .blog-card .blog-content .blog-read-more-btn:active{
    width: 100% !important;
  background: white;
  text-align: center;
  border: 0;
  padding: 7px;
  /*border-radius: 15px;*/
}
.blog-card .blog-content .blog-read-more-btn a{
width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  }
.blog-card .blog-content .blog-read-more-btn a img{
  margin-left: 4px;
  width: 15px;
  height: 15px;
  }

.todays-offer-card {
  background: whitesmoke;
  position:relative;
}
.todays-offer-price {
    position: absolute;
  top: 10px;
  left: 10px;
  background: #2C3A96;
  color: white;
  padding: 2px 7px;
}
.todays-offer-card .todays-offer-card-image a img{
    width:100%;
}
#shopbycategoriesslider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop-by-category-card {
  /*padding: 0 15px;*/
  padding-right: 15px;
}
.shop-by-category-card img{
    width:120px;
    height:auto;
    margin:auto auto 10px auto;
}
.shop-by-category-card.style-1 img{
    width:100%;
    height:auto;
    margin:auto auto 10px auto;
}
.shop-by-category-card h2{
    font-size:14px;
    text-align:center;
    margin: 0;
}

.section-h2-title{
    font-size:24px;
}
@media (max-width: 575px){
    .section-h2-title {
      font-size: 18px;
    }
    .shop-by-category-card img{
        width:100%;
    }
    .product-description-container p {
      font-size: 12px;
    }
    .product-description-container h2 {
      font-size: 18px;
    margin-bottom: 10px;
    }
    .product-description-container ul {
        font-size: 12px;
    }
}

.cart-input, .cart-input:hover, .cart-input:focus, .cart-input:active {
  width: 100% !important;
  padding: 5px 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  outline: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
@media only screen and (max-width: 768px) {
  .top-header .top-menu .top-menu-second{
    width: 10%;
}
}
@media only screen and (min-width: 992px) {
  .d-md-block{
      display:block;
  }
}
.navigation .navbar-nav > li {
  margin-right: 10px;
}
.product-h1-title{
                font-size: 28px;
    color: #11497b;
    font-weight: bold;
    margin: 0 0 15px 0;
      line-height: 1.4;
    }
.service-h1-title{
    font-size: 28px;
    color: #11497b;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.service-details-container h2{
    line-height: 1.5;
  font-size: 24px;
  color: #11497b;
  font-weight: bold;
}
.service-details-container h3{
    line-height: 1.5;
  font-size: 18px;
  color: #11497b;
}
.service-details-container p, .service-details-container ul{
    line-height: 1.5;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 575px) {
    .product-h1-title {
      font-size: 18px;
    }
    .service-details-container h2 {
        font-size: 18px;
    }
    .service-details-container h3{
        font-size: 16px;
    }
    .service-details-container p, .service-details-container ul {
        line-height: 1.8;
        font-size: 14px;
    }
}
.service-card-row{
display: flex;
  flex-wrap: wrap;
  }
  .service-card {
  margin-bottom: 30px;
}
.service-card-img{
    overflow: hidden;
}
.service-card-img img{
    transition: all 2s ease-in-out;
}
.service-card-img img.mb-0{
    margin-bottom:0;
}
.service-card:hover img{
    transform: scale(1.1);
}
.service-card h2{
    line-height: 1.5;
  font-size: 18px;
  color: #11497b;
  margin: 0 0 15px 0;
  font-weight: bold;
}
.service-card button {
  padding: 4px 12px;
  background: #2c3a96;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 7px;
}
.service-card button.enquirenow-btn {
  padding: 0 0 12px 0;
  background: transparent;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid black;
}
.service-card button:hover {
  opacity: 0.75;
}
.service-card button img {
  width: 15px;
}

.blog-desc h1{
    line-height: 1.5;
  font-size: 24px;
  color: black;
}
.blog-desc h3{
    line-height: 1.5;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.75);
}
#messageModalBody p{
  font-size: 16px;
text-align: center;
width: 50%;
margin: 30px auto;
color: black;
}
.offer-banner-main-container {
background: whitesmoke;
padding: 0;
}
.offer-banner-main-container button {
height: 40px;
padding: 0 15px;
background: #2c3a96;
border: 0;
outline: 0;
width: 100%;
margin:30px auto auto auto;
color:white;
}
@media only screen and (max-width: 575px) {
  .offer-banner-main-container {
      padding: 0; /* 40px */
  }
}
.product-category-cards-section {
  padding: 40px 7rem 0 7rem; /* 40px 7rem */
}
.product-category-card {
  margin-bottom: 30px;
}
.product-category-card img{
  
}
.product-category-card-img{
  overflow: hidden;
}
.product-category-card-img img{
  transition: all 2s ease-in-out;
}
.product-category-card:hover img{
  transform: scale(1.1);
}
.product-category-card h2{
  font-size:24px;
  color: #11497b;
  font-weight:bold;
  margin: 20px 0;
}
.product-category-card button{
  padding: 4px 12px;
background: #2c3a96;
border: 0;
outline: 0;
box-shadow: none;
border-radius: 7px;
}
.product-category-card button:hover{
  opacity:0.75;
}
.product-category-card button img{
  width:15px;
}
@media only screen and (max-width: 575px) {
  .product-category-card h2{
      font-size:18px;
  }
  .product-category-cards-section {
      padding: 40px 2rem 0 2rem; /* 40px 2rem */
  }
}