ibody {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 14px;
}

html,
body{
  overflow-x: hidden;
  scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.color-gift-title{
  color: #686868;
}

h2{
  font-weight: 600;
}

p{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  color: #5f5f5f;
  text-align: justify;
}

*:focus {
    outline: none;
}

a{
    transition: 0.2s;
}

a:hover{
    color: #e20d1a
}

.btn-white-border-content{
  border: 3px solid #fff;
padding: 10px;
width: 172px;
text-align: center;
border-radius: 10px;
color: #fff;
margin-bottom: 20px;
}

.btn-white-border-content:hover{
  background-color: #fff;
  color: #DD265F;
}


.navbar-expand-lg{
    display: none;
}

.inner-nav-border {
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
}

.inner-nav-wrapper {
    display: flex;
    justify-content:center;
}

.inner-nav-wrapper .navigation-bar {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.inner-nav-wrapper .navigation-bar .nav-link {
    padding: 1em 0px;
    margin: 0px 2.4em;
    transition: 0.15s;
    font-size: 14px;
    font-weight: bold;
    color: #787878;
    text-align: left;
    cursor: pointer;
    line-height: 15px;
}

.nav-link > span {
    font-size: 11px;
    font-weight: 400;
}

.large-screen-show{
  display: block;
}

.company-img-width{
  height: 60px;
  width: 120px;
  margin: 0 auto;
  overflow: hidden;
}

.color-background-red{
  border-radius: 25px;
  background-color: #DD265F;
  padding: 50px;
}

.color-background-yellow{
  border-radius: 25px;
  background-color: #FFB041;
  padding: 50px;
}

.width-value-img-left{
  width: 612px;
}


.position-value-img-left{
  top: -45px;
left: -78px;
}


.width-cus-img-right{
  width: 640px;
}


.position-cus-img-right{
  top: -47px;
    right: -100px;
}



.home-desktop-img-show{
  display: block;
}

.home-mobile-img-show{
  display: none;
}




    .red-bg{
        background-color: #e21616;
        color: #fff;
    }

    .ribbon-vector{
        margin-top: -2.6em;
        width: 100%
    }

    .mobile-footer-search{
        position: relative;
    }

    .mobile-footer-search input{
        border-radius: 8px;
    }

    .mobile-footer-search .search-icon {
		position: absolute;
		right: 170px;
		top: 21%;
		color: #666;
    }

    .text-seach-red-footer{
      text-align: center;
      color: white;
      padding-top: 10px;
    }

    .mobile-footer-search .form-control{
      width: 70%;
      margin: 0 auto;
    }

@media only screen and (max-width: 1400px) {
    .ribbon-vector{
        margin-top: -25px;
        width: 100%
    }
  }


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


  .width-value-img-left{
    width: 555px;
  }


  .position-value-img-left{
    top: 12px;
left: -90px;
  }


  .width-cus-img-right{
    width: 516px;
  }


  .position-cus-img-right{
    top: 12px;
right: -79px;
  }



.large-screen-show{
  display: none;
}

}


.login-fixed{
    position: fixed;
    right: 0;
    top: 30%;
    background-color: #e21616;
    color: #fff;
    padding: 10px 6px;
    text-align: center;
    z-index: 10;
    line-height: 2;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;

}

.login-fixed p{
    margin-bottom: 5px;
}

.login-fixed i{
    font-size: 20px;
}

.title-home-icon-text{
  font-size: 14px;
  text-align: justify;
  text-align-last: center;
  margin-top: 10px;
}

.text-content-align{
  font-size: 14px;
  text-align: justify;

}

.content-width-home{
  width: 70%;
  margin: 0 auto;
}

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

  .width-value-img-left{
    width: 495px;
  }


  .position-value-img-left{
    top: 73px;
    left: -146px;
  }


  .width-cus-img-right{
    width: 467px;
  }


  .position-cus-img-right{
    top: 59px;
right: -114px;
  }



  .content-width-home{
    width: auto;
    margin: 0 auto;
  }

  .text-content-align{
    font-size: 14px;
    text-align: justify;
    text-align-last: left;
  }

  .title-home-icon-text{
    font-size: 14px;
    text-align: justify;
    text-align-last: left;
    margin-top: 10px;
  }

  .mobile-footer-search .search-icon {
	  position: absolute;
	  right: 17%;
	  top: 21%;
	  color: #666;
  }


}


@media only screen and (max-width: 768px) {
  .home-desktop-img-show{
    display: none;
  }

  .home-mobile-img-show{
    display: block;
  }

  .color-background-red {
    border-radius: 25px;
    background-color: #DD265F;
    padding: 18px;
    margin: 10px;
  }

  .color-background-yellow {
    border-radius: 25px;
    background-color: #FFB041;
    padding: 50px 18px 18px;
    margin: 10px;
  }

  .width-cus-img-right{
    width: 348px;
  }


  .position-cus-img-right{
    top: 77px;
    right: -113px;
  }



}

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

  .width-cus-img-right{
    width: 348px;
  }


  .position-cus-img-right{
    top: 249px;
    right: -151px;
  }

}


/*pop-up*/

.img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.bts-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.bts-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;

}

/*
.bts-popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    margin: 0 auto;
    max-width: 60%;
    height: 60vh;
    border-radius: 30px;
    padding: 80px;
    background-color: #fff;
    vertical-align: middle;
    margin: 4em auto;
    background: #a0cff1;
    border-radius: none;
    text-align: center;
     box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.popup-logo {
    width: 65%;
    margin-bottom: 80px;
}


.bts-popup-container input {
    width: 65%;
    background-color: #f3f3f3;
    padding: 10px 25px;
    border: 0;
    border-radius: 30px;
}

.bts-popup-container input::placeholder {
    color: #636363;
}

.bts-popup-container .main-btn {
    display: block;
    margin: 0 auto;
}

.bts-popup-container .bts-popup-button {
    padding: 5px 25px;
    border: 2px solid white;
    display: inline-block;
    margin-bottom: 10px;
}


.bts-popup-container .bts-popup-close {
    position: absolute;
    top: 20px;
    right: 40px;
}

.bts-popup-container .bts-popup-close i {
    font-size: 18px;
    margin-top: 5px;
    text-align: center;
}

@media (max-width: 575px) {
    .bts-popup-container {
        max-width: 75%;
    }

}


*/

.font-12 {
    font-size: 12px;
}


.white-text {
    color: #fff;
}

.a-row {
    /* padding: 0; */
}

.a-row > .row {
    display: flex;
    align-items: center;
}

.sign-in-btn {
  background-color: #e20d1a;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  margin-right: -15px;

}

.main-logo {
    margin-top: 3px;
}

.search-wrapper,
.ccs-wrapper {
    display: flex;
    align-items: flex-end;
    background: white;
}

.cs-input {
    width: 100%;
    background-color: #e0e0e0;
    padding: 10px 25px;
    border: 0;
    border-radius: 30px;
    font-size: 13px;
}

.cs-input.textarea{
    border-radius: 5px;
}

.cs-input::placeholder {
    color: #636363;
}

.select-wrapper {
    position: relative;
}

.cs-select {
    width: 100%;
    background-color: #e0e0e0;
    color: #636363;
    padding: 8px 25px;
    border: 0;
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 13px;
}

.select-wrapper::after {
    font-family: FontAwesome;
    content: '\f0dd';
    font-size: 18px;
    position: absolute;
    top: 13%;
    right: 25px;
    color: #636363;
    pointer-events: none;
    display: none;
}

.search-box label{
  font-size: 14px;
}

.product-text-height{
   min-height:50px ;
   text-align: center;
   margin-bottom: 15px;
}

.main-btn {
  /* background-color: #e20d1a; */
    background-color: #ff5963;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 16px;
    /* width: 90%; */
    /* min-width: 200px; */
}

.main-btn:hover {
    background-color: #a0000a;
}

.border-btn {
  border: 1px solid #e21616;
  color: #ea1313;
  background-color: transparent;
  padding: 8px 20px;
  border-radius: 30px;
}

.border-btn:hover {
    background-color: #a0000a;
    color: #fff;
    border-color: #a0000a
}

.red-text {
    color: #de0f0f;
}

.home-banner {
    background-position: 100% 10% !important;
    background-size: cover;
}

.home-banner h1 {
    font-size: 3.5em;
}

.home-banner-search {
    margin-top: 40px;
}

.home-search-wrapper .cs-input,
.home-search-wrapper .cs-select {
    background-color: #f3f3f3;
    border: 1px solid #727272;
}

/*
.owl-carousel .owl-item img{
    height: 300px;
}
*/

.owl-item .cs-title {
    background-color: #f3f3f3;
    color: #000;
    padding-top: 20px;
    min-height: 78px;
    font-weight: bold;
    text-align: center;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    background-color: unset !important;
    color: #e20d1a !important;
    font-size: 24px !important;
    z-index: 2;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    background-color: unset !important;
    color: #e20d1a !important;
    font-size: 24px !important;
    z-index: 2;
}

.imt {
    margin-top: 250px
}

.ictgr-context {
    padding: 15px 30px 50px;
    /*background-color: #f3f3f3;*/
    text-align: left;
    margin: 0px auto;
    height: 80px;
    display: flex;
    align-items: normal;
    justify-content: center;
}

.ictgr-context p{
    /*font-weight: bold;*/
    line-height: 16px;
    font-size: 12px;
    text-align: left;
    width: 92px;
}

.cctgr-context {
    padding: 15px 10px;
    background-color: #f3f3f3;
    text-align: center;
    margin-bottom: 50px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pagination.gc-pagination li {
    margin: 0px 10px;
    font-size: 20px;
    font-weight: bold;
}

.border-box {
    border: 1px solid #cecece;
    box-shadow: 0px 0px 13px 0px #cecece;
    height: 200px;
    object-fit: contain;
	border-radius: 20px;
  background-color: white;
  padding: 15px;
}

.border-box.smaller{
	height: 150px;
}

img.img-responsive{
  width: 100%;
}

.info-icon {

    width: 65px;
    margin-right: 10px;
}

.c-wrapper,
.k-wrapper {
    display: flex;
    flex-wrap: wrap
}

.c-bg {
    background-color: #00a8d3;
    color: #fff;
    padding: 9px 15px;
    border-radius: 30px;
    margin-right: 5px;
    font-size: 13px;
    margin-bottom: 20px;
    display: inline-block;
}

.c-bg:hover{
  color: #fff;
  background-color: #0095bb;
}

.c-bg a:hover{
  color: #fff;
}

.k-bg {
  background-color: #ec9400;
  color: #fff;
  padding: 9px 15px;
  border-radius: 30px;
  margin-right: 5px;
  font-size: 13px;
  margin-bottom: 20px;
  display: inline-block;
}

.k-bg:hover{
  color: #fff;
  background-color: #d48700;
}

.k-bg a:hover{
  color: #fff;
}


.c-product {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly ; */
}

.c-product .item {
    /* flex: 0 1 30%;
	margin: 0 1.66%; */
    border: 1px solid #f3f3f3;
    padding: 20px 15px;
    text-align: center;
    height: 100%;
    /* <-- adjusting for margin */
    /* flex-flow: column;
    align-items: stretch; */
}

.c-product .item a{
	display: block;
}

.c-product .company-profile-img{
    border: 1px solid #f3f3f3;
    width: 100%;
}

.c-product .company-logo-img{
   height: 75px;
   margin: 15px 0;
}

ul.nav.d-lg-block {
    font-size: 12px;
    line-height: 15px;
}


.login-bg{
    background-image: url('../../../data/editor/main-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

@media only screen and (max-width: 1396px) {
  .login-bg{
      background-image: url('../../../data/editor/main-bg.jpg');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;

  }

}


.login-logo{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.login-cs-input {
  width: 70%;
  background-color: #e0e0e0;
  padding: 10px 19px;
  border: 0;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
.login-cs-input::placeholder {
    color: #636363;
}

.member-login{
    margin-bottom: 200px;
}


.mobile-context{
    display: none;
}


footer{
    background-color: #404041;
    color: #fff;
    font-size: 14px;
}

footer p{
    font-size: 14px;
    text-align: left;
  }


.footer-sm-icon{
    font-size: 24px;
}

footer h6 {
    font-weight: bold;
    color: #fff
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #fff;
    font-size: 14px;
}

.mobile-footer{
    display: none;
}

.mobile-search-block{
    display: none;
}




.more-btn {
    background-color: unset;
    color: red;
    border: 2px solid red;
    border-radius: 10px;
	min-width: 150px;
}
.more-btn:hover {
    background-color: red;
    color: white;
}

.no-style-btn{
	background-color: transparent;
	border: 0px;
	box-shadow: unset;
	outline: unset;
}
.no-style-btn:hover,
.no-style-btn:focus{
	background-color: transparent;
	border: 0px;
	box-shadow: unset;
	outline: 0px;
}
.cctgr-wrapper img {
    height: 250px;
    object-fit: contain;
}

footer .breadcrumbs{
	padding-left: 0px;
}
footer .breadcrumbs .first-logo-link{
	font-size: 20px;
}

.mobile-header-search{
  font-size: 24px;
  color: #e21616;
  cursor: pointer;
}

.mobile-search-block{
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in;
  margin-top: 25px;
}

.mobile-search-block.show{
  height: auto;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
    .company_data_wrapper{
      display: none;
    }


      .popup-logo {
          width: 80%;
          margin-bottom: 25px;
      }

      .bts-popup-container {
          /*padding: 25px;*/
      }

      .bts-popup-container h2 {
          font-size: 1.5em
      }

      .bts-popup-container input {
          width: 100%
      }

      .main-logo {
          margin-bottom: 50px;
      }

      .a-row{
          padding-left: 15px;
      }


      .home-banner h1 {
          font-size: 2.5em;
      }

      .imt {
          margin-top: 50px;
      }


      .desktop-context{
          display: none;
      }

      .mobile-context{
          display: block;
      }

      .mobile-home-title{
          display: flex;
          align-items: center;
          margin-bottom: 15px;
      }

      .mobile-home-title img{
          width: 65px;
          margin-right: 10px;
      }

      .mobile-home-title h4{
          display: inline-block;
          font-weight: bold;
          font-size: 1.25rem;
      }

      .box-shadow{
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
          padding: 15px;
          border-radius: 15px;
          margin-bottom: 50px;
      }

      .desktop-footer{
          display: none;
      }

      .mobile-footer{
          display:block;
      }

      .footer-sm-icon{
          font-size: 24px;
      }

      .cp-text{
          font-size: 14px;
          margin-bottom: 25px;
          color: #666;
      }

      .ictgr-context{
          height: auto;
      }

  }



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



.main-btn{
    min-width: unset;
}
}
