/* Main Header Section -- Start */
.header-main .product_header {
  padding        : 0;
  display        : flex;
  justify-content: space-between;
  list-style     : none;
  margin-top     : 28px;
  margin-bottom  : 0;
}
.client-item, .home-banner-main {
    position: relative;
	width: 100%;
}
.home-banner-main .active{
	background-color: transparent !important;
}
.home-banner-main .center {
  padding-left: 0px;
}

/* Main Header Section -- End */

/* Press Tool Component Section -- Start */
.press_tool_component .container {
  display: flex;
  gap    : 20px;
}

.press_tool_component .product_right {
  display       : flex;
  flex-direction: column;
  gap           : 26px;
  padding       : 0;
  list-style    : none;
  margin        : 0;
}

/* Press Tool Component Section -- End */

/* About Us Section -- Start */
.frame {
  z-index      : -1;
  left         : -94px;
  width        : 510px;
  height       : 546px;
  top          : -37px;
  border-radius: 0px 135px 0px 0px;
  position     : absolute;
  width        : 500px;
}

.starting {
  background   : #fff;
  position     : absolute;
  right        : 0px;
  top          : -30px;
  width        : 138px;
  height       : 80px;
  border-radius: 20px;
  padding      : 15px;
  box-shadow   : 0px 0px 4px 0px #ccc;
  text-align: center;
  z-index: 99;
}

.star {
  width           : 34px;
  height          : 33px;
  top             : 136px;
  left            : 10px;
  background-color: white;
  border-radius   : 5px;
  box-shadow      : 0px 0px 4px 0px #ccc;
  position        : absolute;
  padding         : 5px;
}

.all_certified {
  display    : flex;
  width      : 580px;
  align-items: center;
  margin-top : 50px;
  flex-wrap  : wrap;
  gap        : 10px 12px;
}

.all_certified .border_line_small {
  height: 45px;
}

.about_branches {
  display: flex;
  gap    : 10px;
  width  : 172px;
}

.about_branches img {
  width : 50px;
  height: 50px;
}

.about_branches ul {
  padding   : 0;
  list-style: none;
}

.about_branches ul li:nth-child(1) {
  font-size  : 16px;
  font-weight: 500;
  line-height: 24.59px;
  color      : #e55c28;
}

.about_branches .daimler {
  color      : #9199a3;
  font-size  : 14px;
  font-weight: 500;
  line-height: 21.86px;
}

.about_us .about_left .building {
  width : 475px;
  height: 503px;
}

.text-about p {
  line-height: 28px;
  margin-top : 10px;
}

/* About Us Section -- End */

/* Top Categories Section -- Start */
.categorys_cards {
  background-color: #ffffff;
  padding         : 0;
  border-radius   : 6px;
  text-align      : center;
  width           : 280px;
  height          : 300px;
  transition      : all 0.2s ease-in-out;
  border          : #dbdbdb 1px solid;
  display         : flex;
  flex-direction  : column;
  align-items     : center;
  /*justify-content : space-around;*/
  padding-top     : 15px;
  position: relative;
}
.categorys_cards .category-img{
	object-fit: contain;
    height: 200px;
}
.category_slider{
	width:100%;
}

.category_card {
  display        : flex;
  justify-content: space-between;
  gap            : 20px;
}

.categorys_cards:hover {
  background-color: #fff;
  border          : 1px solid #dbdbdb;

}

.categorys_cards .btn {
  padding: 10px 0;
  width  : 100%;
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.categorys_cards:hover .btn {
  background-color: #e55c28;
  color           : #fff;
}

.serv-click-learn img {
  width: 16px;
}

/* Top Categories Section -- End */

/* Popular Product Section -- Start */
.populars_cards {
  display        : flex;
  justify-content: space-between;
  flex-wrap      : wrap;
  width          : 100%;
  margin         : auto;
  gap            : 34px;
}

.popular_card {
  border       : 1px solid #dbdbdb;
  padding      : 0;
  margin       : 0px;
  text-align   : center;
  font-size    : 14px;
  width        : 270px;
  border-radius: 8px;
}

.popular_card img {
  margin: 20px 0;
}

.popular_card_images {
  height: 220px;
}

.populars_cards_content {
  text-align     : start;
  padding        : 15px;
  border-top     : 1px solid #dbdbdb;
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
  height         : 110px;
  align-items: center;
}

.populars_cards_content p:nth-child(1) {
  font-size    : 12px;
  font-weight  : 500;
  line-height  : 16.39px;
  color        : #9199a3;
  margin-bottom: 5px;
}

.populars_cards_content p:nth-child(2) {
  margin-bottom: 15px;
  font-size    : 14px;
  font-weight  : 500;
  line-height  : 19.12px;
}

.get-quote {
  color           : #e55c28;
  border          : 1px solid #e55c28;
  background-color: white;
  height          : 36px;
  width           : 120px;
  border-radius   : 5px;
  text-align      : center;
  padding         : 5px;
}

.get-quote:hover {
  background-color: #e55c28;
  color           : white;
  content         : "\2192";
}

.popular_product_see_all {
  display        : flex;
  justify-content: center;
  margin-top     : 30px;
}

/* Popular Product Section -- End */

/* Our Customer Section -- Start */
.our_customer .our_customer_logos {
  display        : flex;
  flex-wrap      : wrap;
  justify-content: center;
  gap            : 15px;
}

.our_customer .our_customer_logos img {
  width: 168px;
}
.customer-border{
	border-right: 1px solid #dbdbdb;
	padding-right:50px;
}

/* Our Customer Section -- End */

/* Customers Story Section -- Start */
.customers_story {
  position: relative;
  height  : 400px;
}

.customers_story .customers_story_bg {
  position: absolute;
  right   : 0;
  bottom  : 25px;
  width   : 830px;


}

.customers_story .customer_part .client-item {
  width        : 367px;
  margin       : 0 auto;
  padding      : 17px;
  background   : #ffffff;
  border-radius: 10px;
  border       : 1px solid #005dcf7a !important;
}

.customer_part .owl-stage-outer {
  position: absolute;
}

.client_name_position_logo {
  display        : flex;
  justify-content: space-between;
  align-items    : end;
}

.client_name_position {
  display    : flex;
  gap        : 5px;
  align-items: center;
}

.client_details {
  margin-top: 18px;
  font-size : 14.6px;
}

.client_name_position p {
  margin     : 0;
  line-height: 0;
}

.popular_card:hover {
  border: 1px solid #e55c28;
  ;
}

.client_name_position p span:nth-child(1) {
  font-size  : 16px;
  font-weight: 500;
  line-height: 21.86px;
  color      : #e55c28;
}

.client_name_position p span:nth-child(3) {
  font-family: Manrope;
  font-size  : 12px;
  font-weight: 500;
  line-height: 16.39px;
  text-align : left;
  color      : #9199a3;
}

.customers_story .owl-theme .owl-nav {
  position: absolute;
  top     : -70px;
  right   : 0px;
}

.client_name_position_logo .customer_logo {
  width: 130px;
}

.customer_section_logo {
  width          : 170px;
  height         : 40px;
  display        : flex;
  justify-content: end;
  align-items    : center;
}

/* Customers Story Section -- End */


.danlyindia_work {
    background: #FFEEDB;
    position  : relative;
}

.danlyindia_work_head {
    display       : flex;
    align-items   : center;
    padding-bottom: 40px;
}

.danlyindia_work_head h3 {
    width       : 65%;
    padding-left: 28px;
}

.danlyindia_work_head p {
    color      : #111;
    font-size  : 14px;
    font-weight: 400;
    line-height: 27px;
}

.danlyindia_work_card {
    background-image   : url("../image/blk_dot_line.png");
    background-repeat  : no-repeat;
    background-size    : 50%;
    background-position: 50% 50%;
    position           : relative;
	margin-left: 40px;
}

.danlyindia_work_card .delivery_cards {
    width        : 340px;
    flex-shrink  : 0;
    border-radius: 8px;
    background   : #FFF;
    padding      : 32px;
    gap          : 4px;
    z-index      : 8;
    position     : relative;
    display      : grid;
	min-height: 230px;
	align-items: flex-start;
}

.danlyindia_work_card .delivery_cards h3 {
    color      : #121212;
    font-size  : 16px;
    font-weight: 600;
    padding    : 0;
}

.danlyindia_work_card .delivery_cards h6 {
    color      : #F6911D;
    font-size  : 14px;
    font-weight: 500;
}

.danlyindia_work_card .delivery_cards p {
    color      : #111;
    font-size  : 14px;
    font-weight: 400;
    line-height: 20px;
}

.Blk_rht_tri_2::before,
.Blk_rht_tri_1::before {
    background-image : url("../image/blk_rht_tri.svg");
    background-repeat: no-repeat;
    background-size  : 100%;
    content          : "";
    position         : absolute;
    bottom           : 124px;
    right            : -22px;
    width            : 10px;
    height           : 8px;
    animation        : blkrhttri linear 2s infinite;
    -webkit-animation: blkrhttri linear 2s infinite;
    transform        : rotate(227deg);
    -webkit-transform: rotate(227deg);
    -moz-transform   : rotate(227deg);
    -ms-transform    : rotate(227deg);
    -o-transform     : rotate(227deg);
}

@keyframes blkrhttri {
    from {
        transform        : translateX(-150%) rotate(270deg);
        -webkit-transform: translateX(-150%) rotate(270deg);
        -moz-transform   : translateX(-150%) rotate(270deg);
        -ms-transform    : translateX(-150%) rotate(270deg);
        -o-transform     : translateX(-150%) rotate(270deg);
    }

    to {
        transform        : translateX(500%) rotate(270deg);
        -webkit-transform: translateX(500%) rotate(270deg);
        -moz-transform   : translateX(500%) rotate(270deg);
        -ms-transform    : translateX(500%) rotate(270deg);
        -o-transform     : translateX(500%) rotate(270deg);
    }
}

.Blk_rht_tri_2::before {
    left  : 350px;
    bottom: 128px;
}

.select-categories{
	display: flex;
    gap: 10px;
	align-items: flex-end;
}
.danlyindia_work_card .delivery_cards ul{
	padding: 0;
	margin:0px;
	margin-top: 10px;
}
.danlyindia_work_card .delivery_cards ul li{
	padding: 5px 0;
	font-size: 14px;
	list-style: inside;
	color:#000;
}

.danlyindia_work_card.select_product .delivery_cards{
	width: 90%;
}

.how-does-work{
	margin-top:100px;
	background: #FFEEDB;
	padding:50px 0px;
}
.how-to-select-tab{
	text-align:center;	
}
.how-to-select-tab .nav-pills{
	display: flex;
    justify-content: center;
}
.how-to-select-tab .nav-pills li .nav-link{
	border: 1px solid #e55c28;
    padding: 10px 36px;
    border-radius: 7px;
    background: #fff;
    color: #e55c28;
	margin-right: 15px;
    font-size: 15px;
    border-radius: 50px;
}
.how-to-select-tab .nav-pills li .nav-link.active{
	border: 1px solid #e55c28;
    padding: 10px 36px;
    border-radius: 7px;
    background: #ffe6dc !important;
    color: #e55c28 !important;
	border-radius: 50px;
}
.danlyindia_work_card.select_product .Blk_rht_tri_1::before{
	bottom: 111px;
}
.danlyindia_work_card.select_product .Blk_rht_tri_2::before{
	display:none;
}
.danlyindia_work_card.select_dimension .delivery_cards{
	min-height: 260px;
}
.danlyindia_work_card.select_dimension .Blk_rht_tri_2::before {
    left: 350px;
    bottom: 126px;
}
.danlyindia_work_card.select_dimension .Blk_rht_tri_1::before {
    bottom: 126px;
}
.about-banner-main .active {
    background-color:transparent !important;
    border: none;
    color: #fff !important;
}



/* resposive */
@media screen and (max-width:980px) {

  .product_header li {
    text-align: center;
  }

  .black_btn .dropdown-menu li {
    margin-bottom: 15px;
  }

  .press_tool_component .product_right {
    display       : flex;
    flex-direction: row;
    gap           : 11px;
    padding       : 0;
    list-style    : none;
    margin        : 0;
  }

  .product_right img {
    height: 185px;
  }

  .about_left {
    text-align: center;
  }

  .about_left .frame {
    display: none;
  }

  .starting {
    display: none;
  }

  .star {
    display: none;
  }

  h2 span {
    font-size: 26px !important;
  }

  .text-about {
    width  : 100%;
    padding: 10px;
  }

  .section_header {
    font-size: 26px !important;
  }

  .all_certified {
    display        : flex;
    justify-content: space-between;
    width          : 96% !important;
    align-items    : center;
    margin-top     : 50px !important;
    margin         : 17px;
  }

  .popular_card {
    border       : 1px solid #dbdbdb;
    padding      : 0;
    margin       : 0px;
    text-align   : center;
    font-size    : 14px;
    width        : 241px;
    border-radius: 8px;
  }
  .our_customer .our_customer_logos{
	      padding: 0;
  }
  .our_customer .our_customer_logos img {
    width: 135px;
}
}

@media screen and (max-width:780px) {

  /*.categorys_cards {
    background-color: #dbdbdb;
    padding         : 0;
    border-radius   : 6px;
    text-align      : center;
    width           : 256.1px;
    height          : 189px !important;
  }*/
  
  .categorys_cards {
	  width: 95%;
	  height: 218px
  }
  .categorys_cards .category-img{
	  height: 138px;
      width: 146px;
  }

  .popular_card {
    border       : 1px solid #dbdbdb;
    padding      : 0;
    margin       : 0px;
    text-align   : center;
    font-size    : 14px;
    width        : 48%;
    border-radius: 8px;
  }
  .popular_card img{
	height: 180px;
    width: 164px;
  }
  .how-does-work{
	margin-top: 0;
  }
  .how-to-select-tab .nav-pills li{
	  margin-bottom:10px;
  }
  .danlyindia_work_card .delivery_cards{
	  margin-bottom:20px;
  }
  .Blk_rht_tri_2::before, .Blk_rht_tri_1::before{
	  display:none;
  }
}

@media screen and (max-width: 980px) {


  .category_card {
    display        : flex;
    justify-content: space-around;
    gap            : 20px;
    flex-wrap      : wrap;

  }

  .all_certified {
    display        : flex;
    justify-content: space-between;
    width          : 96% !important;
    align-items    : center;
    margin-top     : 50px !important;
    margin         : 17px;
    flex-wrap      : wrap;
  }

  .header-main .product_header {
    padding        : 0;
    display        : flex;
    justify-content: space-between;
    list-style     : none;
    margin-top     : 28px;
    margin-bottom  : 0;
    flex-wrap      : wrap;
  }
}

@media screen and (max-width: 450px) {
  .populars_cards {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
    width          : 100%;
    margin         : auto;
    gap            : 15px;
  }

  .border_line_small {
    display: none;
  }

  .about_us .about_left .building {
    width: 100%;
  }

  .press_tool_component img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 550px) {
  .press_tool_component .product_right {
    display       : flex;
    flex-direction: column;
  }

  .all_certified {
    width: 88% !important;
  }
}