/*Header Section Starts */
nav.navbar.navbar-expand-md.navheader {
  padding: 5px 10px;
}
ul.navbar-nav.mr-center {
  margin: auto;
  text-align: center;
}
.navbar-expand-md.navheader .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.nav-link:hover {
  color: #000;
}
.form-control:focus {
  box-shadow: none;
}
.form-control.form-search {
  padding: 10px 0;
  border-radius: 20px;
  height: 30px;
  text-align: center;
  width: 100%;
  border: 1px solid #7eb542;
}
/*Header Section Ends*/
/*Category page starts*/
.carousel-banner-one {
  background: url("../images/category/banner.png") no-repeat;
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.carousel-banner-two {
  background: url("../images/category/categorybanner2.png") no-repeat;
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.carouse-content-section  {
  width: 50%;
  position: relative;
  align-items: center;
  padding: 80px 0px 0px 0px;
}
.carouse-content-section .english_lang  {
  
  position: relative;
  align-items: center;
  padding: 80px 0px 0px 0px;
}
.carouse-content-section h5 {
  font-size: 25px;
  font-weight: 400;
  margin: 0px;
  color:#000;
  padding: 0px 0px 0px 0px;
}
.carouse-content-section .english_lang h1 {
  font-size: 40px;
  font-weight: 600;
  color:#034e99;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.carouse-content-section h1,
.project_top_content h1 {
  font-size: 40px;
  color: #034e99;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-weight: 700;
}
.carouse-content-section .english_lang h1 span{
    font-size: 40px;
  color: #034e99;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-weight: 700;
}
.carouse-content-section {
    font-size: 40px;
  color: #034e99;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-weight: 700;
}
.carouse-content-section .english_lang p {
  font-size: 20px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 400;
  color:#000;
}
.carouse-content-section p span {
  display: block;
}
.call_us_link {
  background: #7eb542;
  margin: 10px 0px;
  display: inline-block;

  border-radius: 50px;
  border: 1px solid #7eb542;
  cursor: pointer;
}
.call_us_link a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 20px;
  display: block;
  cursor: pointer;
}
.call_us_link a:hover {
  text-decoration: none;
}
.call_us_link a img {
  width: 35px;
  padding-right: 10px;
}
.call_us_link.no_border {
  background: #fff;
}
.call_us_link.no_border a {
  color: #000;
}
.carousel-bottom-content {
  position: relative;
  bottom: 0;
  width: 100%;
}
.button_group_sec ul {
  padding: 0px;
  margin: 0px;
}
.button_group_sec ul li {
  background: #fff;
  margin: 10px 10px;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 50px;
  border: 1px solid #7eb542;
  width: 20%;
  text-align: center;
  transition: all 0.5s ease-in-out;
  vertical-align: text-top;
}
.button_group_sec ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  display: block;
}
.button_group_sec ul li:hover {
  background: #7eb542;
  color: #fff;
}
.button_group_sec ul li:hover a {
  color: #fff;
}
.banner_bottom p {
  font-size: 18px;
  color: #034e99;
  margin-top:1rem;
}
.banner_bottom {
  padding: 0px 5px 0px 0px;
}
.homesectiontwo {
  background: #e9eaea;
  width: 100%;
  height: auto;
  padding: 50px 0px;
  position: relative;
}
.title_head h2,.title_head_p1 {
  font-size: 25px;
  font-weight: 400;
  position: relative;
}
.title_head h2 span,.title_head_p1 span{
  color: #7eb542;
  font-weight: 700;
}
.aligncenter {
  align-items: center;
}
.tools_list_details.products ul li {
  width: 19%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.tools_list_details ul li {
  transition: all 1s ease-in-out;
  position: relative;
  top: 0px;
}
.tools_list_details ul li:hover {
  top: -10px;
}
a.link_btn {
  transition: all 0.5s ease-in-out;
}
.cement_product_slider_content {
  cursor: pointer;
}
.cement_product_slider_content img.tool_icons {
  transition: all 0.5s ease-in-out;
  transform: scale(0.8);
}
.cement_product_slider_content img.tool_icons:hover {
  transform: scale(1.01);
}
.tools_list_details.products ul li a.link_btn {
  padding: 10px 20px;
}
.tools_list_details.products ul li img.tool_icons {
  width: 120px;
}
.tools_list_details.products h3 {
  height: 60px;
}
.tools_list_details.products p {
  height: 100px;
}
.homesectionthree {
  background: #034e99;
  width: 100%;
  padding: 50px 0px 0px 0px;
  position: relative;
}
.title_head.title_color {
  color: #fff;
}
.product_materials_boxes {
  display: flex;
  margin: 50px 0px 0px 0px;
}
.material_unit {
  width: 20%;
  color: #fff;
  text-align: center;
  padding: 0px 0px;
  height: 350px;
  /* display: flex;*/
  border: 0px solid #034e99;
  box-shadow: 0px 0px 2px #2c2826;
  vertical-align: middle;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  position: relative;
  background: rgba(0, 0, 0, 1);
}

.material_unit_full_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.material_unit_full_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
.material_single_content {
  position: absolute;
  top: 42%;
  left: 0px;
  right: 0px;
  display: block;
}
.material_unit:hover {
  width: 30%;
  /*background: transparent;*/
}
.material_single_content {
  align-items: center;
  margin: auto;
}

.material_single_content h2, .material_single_content h3{
  font-size: 18px;
  margin: 0px;
  padding: 10px 0px;
  font-weight: 500;
}
.material_single_content p {
  font-size: 14px;
  margin: 0px;
  font-weight: 400;
  opacity: 0;
  /*transition: all 1s ease-in-out;*/
  height: 0px;
  padding: 0px 20px;
}
.material_unit:hover p {
  opacity: 1;
  height: auto;
}
.button_link_center ul {
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.button_link_center ul li {
  background: #7eb542;
  margin: 10px;
  display: inline-block;
  border-radius: 30px;
}
.button_link_center ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 10px 30px;
}
.button_link_center {
  padding: 50px 0px 30px 0px;
}
.homesectionfour {
  background: url("https://www.jkcement.com/wp-content/uploads/2024/10/cementbanner.webp") no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  padding: 80px 0px 0px 0px;
  background-size:cover
}
.title_color_two h2 span,.title_head_p1 span{
  color: #034e99;
}
.tools_list_details.cement_products ul li img.tool_icons {
  width: auto;
  margin: 0px;
}
.tools_list_details.cement_products {
  padding: 80px 0px 30px 0px;
}
body:not(.page-template-template-content-homebuilder) .tools_list_details.cement_products p {
  /*height: 100px;*/
  padding: 0px 10px;
}
.homesectionfive {
  background: #154887;
  width: 100%;
  padding: 50px 0px;
  position: relative;
}
.title_pad {
  width: 80%;
}
a.link_btn.link_green_btn {
  background: #7eb542;
  border: 2px solid #7eb542;
}
.homesectionsix {
  background: #e9eaea;
  width: 100%;
  height: auto;
  padding: 50px 0px;
  position: relative;
}
.project_name {
  background: #f7f7f7;
  width: 100%;
  padding: 10px 10px;
  color: #7eb542;
}
.project_slide_box {
  padding: 15px;
  cursor: pointer;
}
.product-slider-section {
  padding: 30px 20px;
}
.slick-prev:before,
.slick-next:before {
  opacity: 1;
}
.product-slider-section .slick-prev:before,
.cement_product_slider .slick-prev:before,
.product_slider_box .slick-prev:before {
  content: "";
  background: url("../images/category/leftarrow.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: block;
}
.product-slider-section .slick-next:before,
.cement_product_slider .slick-next:before,
.product_slider_box .slick-next:before {
  content: "";
  background: url("../images/category/rightarrow.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: block;
}
.homesectionseven {
  background: #fff;
  width: 100%;
  position: relative;
  padding: 50px 0px;
}
.read_more {
  text-decoration: none;
  background: #034e99;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 30px;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #034e99;
  text-align: center;
  margin: 20px 0px;
  display: inline-block;
}
.read_more a {
  color: #fff;
  text-decoration: none;
}
.product-slider-section.blogsection .project_name {
  background: #fff;
  height: 70px;
}
.homesectioneight {
  background: #154887;
  width: 100%;
  padding: 50px 0px 0px 0px;
  position: relative;
}
.video_sec {
  position: relative;
}
.video_play {
  position: absolute;
  top: 45%;
  left: auto;
  right: auto;
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.video_play img {
  width: 60px;
  margin: auto;
}
.video_slide_box a,
.video_slide_box a:hover {
  text-decoration: none;
  color: #fff;
}
.video_slide_box a h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0px;
  padding: 20px 10px;
}
.video_slider_Sec {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.video_slide_box {
  padding: 0px 0px;
}
#field_30_4.phone_field .ginput_container_phone {
  position: relative;
}
#field_30_4.phone_field .ginput_container_phone:before {
  content: "+91";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 15px;
}
.gform_wrapper.gravity-theme #field_30_4.phone_field input[type="tel"] {
  padding-left: 30px;
}

#field_32_4.phone_field .ginput_container_phone {
  position: relative;
}
#field_32_4.phone_field .ginput_container_phone:before {
  content: "+91";
  position: absolute;
  color:#fff;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 12px;
}
.gform_wrapper.gravity-theme #field_32_4.phone_field input[type="tel"] {
  padding-left: 30px;
}
/*.slick-center.slick-active .video_slide_box
{
	-moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08);
}
.video_slide_box
{
	transform: scale(.8);
}*/
.homesectionnine {
  background: #e9eaea;
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0px;
}
.feedback_slider {
  width: 80%;
  display: block;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.feedback_content {
  padding: 30px 0px 70px 0px;
  text-align: center;
}
.feedback_content p {
  font-size: 16px;
  padding: 10px 0px;
  margin: 0px;
}
.feedback_content p.feedback-title {
  font-size: 17px;
  margin: 0px;
  font-weight: 600;
  padding: 0;
}
.testimonials_head img {
  width: 200px;
  text-align: right;
  position: relative;
  z-index: 1;
  margin-right: -25px;
}
.testimonials_head {
  text-align: right;
}
.testimonials_head h2 {
  font-size: 25px;
  font-weight: 400;
  position: relative;
  padding: 0px 15px;
}
.testimonials_head h2 span {
  display: block;
  font-weight: 700;
  color: #154887;
}
.feedback_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #154887;
}
.feedback_section .carousel-indicators li.active {
  background: #154887;
}
.mobile_banner {
  display: none;
}
/*Category Page Ends */
/*Product page start*/
.project_top_banner {
  position: relative;
}
.product_bodium_image {
  padding: 9% 5% 5% 5%;
}
.project_section_one {
  position: relative;
  background: url("../images/product/productbannerpodium.webp") no-repeat;
  width: 100%;
  height: 640px;
  background-size: cover;
  background-position: top center;
  overflow:hidden;
}
.project_top_content {
  color: #fff;
  padding: 0px 10px;
}
.project_top_content h1 {
  color: #fff;
  padding: 0px 0px 10px 0px;
  font-size: 28px;
}
.project_top_content p {
  font-size: 16px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.product_slide_image img {
  width: 200px;
  margin: auto;
}
a.link_btn.green_btn {
  background: #7eb542;
  border: 2px solid #7eb542;
}
.project_section_two {
  background: #e9eaea;
  width: 100%;
  height: auto;
  padding: 50px 0px;
  position: relative;
}
.product_inner_slider_box {
  padding: 50px 20px 0px 20px;
}
.product_cement_head {
  padding: 0px 20px 0px 0px;
}
.product_cement_head h3{
    font-size: 18px;
  color: #7eb542;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 700;
}
.product_cement_head h2 {
  font-size: 18px;
  color: #7eb542;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 700;
}
.product_cement_head p {
  font-size: 15px;
  color: #000;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 400;
}
.project_section_three {
  background: url("../images/product/aboutusbg.webp") no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: top center;
  padding: 80px 0px;
}
.product_about_us_content {
  width: 45%;
  color: #fff;
}
.product_about_us_content h2 {
  font-size: 25px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.product_about_us_content p {
  font-size: 16px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.project_section_benefits {
  background: url("../images/product/benefitsbg.webp") no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: top center;
  padding: 50px 0px;
}
.benfits_images {
  position: relative;
  width: 280px;
  margin: 50px auto;
  display: block;
}
.benefits_product_sect {
  position: relative;
}
.benefits_box {
  background: #034e99;
  padding: 10px;
  border-radius: 20px;
  margin: 10px 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  position: relative;
}

.benefits_box:after {
  content: "";
  position: absolute;
  background: #000;
  width: 80px;
  height: 2px;
  top: 50%;
  left: auto;
  right: -78px;
}
.left .benefits_box:after {
  right: -84px;
  left: auto;
}
.right .benefits_box:after {
  right: auto;
  left: -84px;
}
.benefits_top_list {
  position: absolute;
  width: 33%;
  top: 10%;
}
.benefits_bottom_list {
  position: absolute;
  bottom: 10%;
  width: 30%;
}
.left {
  left: 0px;
  right: auto;
}
.right {
  right: 0px;
  left: auto;
}
.product_application_section {
  background: url("../images/product/application-bg.jpg") no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0px;
  background-position: top center;
  background-size: cover;
}
.application_box {
  width: 100%;
  height: auto;
  margin: 30px 0px;
}
.application_box ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.application_box ul li {
  width: 40%;
  display: inline-block;
  background: #fff;
  padding: 15px;
  margin: 40px 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
}
.app_box {
  background: #034e99;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  left: auto;
  text-align: center;
  top: 50%;
  display: flex;
  transform: translateY(-50%) translateX(50%);
  right: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.app_box img {
  max-width: 70px;
  margin-bottom: 0;
}
.app_box p {
  font-size: 11px;
  line-height: 1;
  margin-bottom: 0;
}
.app_box_content {
  text-align: center;
  width: 80%;
  margin: auto;
  font-size: 15px;
}
.app_box_content>p {
    line-height: 1.5;
    margin-bottom: 0;
}
.cement_vide_bg_section,
.cement_video_section {
  position: relative;
}
.video_btn {
  position: relative;
  top: auto;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  padding: 20px 10px;
}
.product_other_section {
  background: url("../images/product/projects_other_bg.png") no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0px;
}
.others_products_list {
  padding: 40px 0px;
  text-align: center;
}
.others_products_list ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.others_products_list ul li {
  display: inline-block;
  width: 33%;
  padding: 20px 20px;
  list-style: none;
  vertical-align: text-top;
}
.others_products_content img {
  transform: scale(0.9);
  margin: auto;
  transition: all 1s ease-in-out;
}
.others_products_content:hover img {
  transform: scale(1.01);
}
.others_products_content h5 span {
  display: block;
}
.others_products_content h5,.others_products_content p {
  font-size: 20px;
  font-weight: 500;
  color: #034e99;
  margin: 0px;
  padding: 15px 0px;
}
.cement_video_section {
  background: url("../images/product/video_bg.png") no-repeat;
  width: 100%;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.mobilebanner {
  display: none;
}
.costcontainer {
  width: 75%;
  margin: auto;
  display: block;
  position: relative;
}
.costform .col-sm-4 {
  padding: 0px 15px;
}
.calculator-section-one {
  background: url("../images/cost/cost-banner-new.webp") no-repeat;
  width: 100%;
  height: 400px;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.calculator-content-sec {
  width: 100%;
  text-align: center;
  margin: auto;
  display: block;
  padding: 100px 20px 0px 20px;
  color: #fff;
}
.calculator-content-sec h2 {
  font-size: 17px;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  color: #fff;
}
.calculator-content-sec h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}
.calculator-content-sec h1 span {
  font-weight: 400;
}
.calculator-content-sec p {
  font-size: 18px;
  margin: 0px;
  padding: 0px 0px 20px 10px;
}
.calculator-content-sec p span {
  display: block;
}
.cost-form-section {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 10px #ccc;
  border-radius: 20px;
  padding: 50px 50px 40px 50px;
  width: 100%;
  margin: auto;
  display: block;
}
.calculator-section-two {
  margin: -150px 0px 50px 0px;
  position: relative;
}
.disclaimer_text {
  width: 80%;
  margin: auto;
  padding: 20px 10px;
  font-size: 15px;
}
span.formtext {
  color: #7eb542;
  font-weight: 700;
  font-size: 20px;
  display: block;
  padding: 0px 0px 3px 0px;
}
.costform .form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  border-radius: 0px;
  padding: 6px 0px;
  font-size: 16px;
  height: auto !important;
}
.costform .form-control:focus {
  box-shadow: none;
}
.costform .form-group {
  width: 100%;
}
.btn.btnsubmit {
  display: block;
  margin: 30px auto 0px auto;
  background: #034e99;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 50px;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #034e99;
  text-align: center;
}
#total_cost_dispaly,
#detailed_mat_cost {
  display: none;
}
.head_title_section {
  font-size: 30px;
  font-weight: 700;
  color: #034e99;
  padding: 25px 0px;
  margin: 0px;
}
.head_title_section span {
  font-size: 30px;
  color: #58595b;
  font-weight: 400;
}
.total_cost_content p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0px;
  padding: 0px 0px 3px 0px;
}
.display-cost {
  font-size: 25px;
  font-weight: 700;
  color: #7eb542;
  border-bottom: 2px solid #ccc;
  padding: 0px 0px 1px 0px;
}
.total_cost_content {
  margin: 0px 0px 25px 0px;
  width: 95%;
}
.display-color-sec ul {
  list-style: none;
  margin: 0px;
  text-align: left;
  padding: 20px 0px;
}
.display-color-sec ul li {
  display: inline-block;
  padding: 0px 10px;
  text-align: left;
}
.display-color-sec ul li div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #7eb542;
  margin: auto;
  text-align: center;
  padding: 10px 0px;
}
.display-color-sec ul li p {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}
.display-color-sec ul li div.mat_clr {
  background: #7eb542;
}
.display-color-sec ul li div.lab_clr {
  background: #92d14c;
}
.display-color-sec ul li div.planning_clr {
  background: #034e99;
}
.display-color-sec ul li div.finishing_clr {
  background: #0463c2;
}
.display-color-sec ul li div.fitting_clr {
  background: #1f68a3;
}
.display-color-sec ul li div.max_clr {
  background: #5d90c2;
}
.costcontainer .row {
  margin: 0px;
}
.cost-calculator-section-four {
  background: #fff;
  padding: 40px 0px;
  position: relative;
}
.material-cost-section {
  background: #f2f2f2;
  width: 80%;
  margin: auto;
  display: block;
  padding: 40px 25px;
  position: relative;
  border-radius: 30px;
}
.mat_icons {
  width: 38%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.mat_icons img {
  text-align: center;
  width: 70px;
  height: auto;
}
.mat_text {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
.mat_text p {
  font-size: 24px;
  font-weight: 700;
  color: #7eb542;
  padding: 0px 0px;
  margin: 0px;
}
.mat_line {
  font-size: 30px;
  font-weight: 700;
  color: #7eb542;
  border-bottom: 3px solid #ccc;
  padding: 0px 0px 1px 0px;
}
.row.row_mat_details {
  align-items: center;
  margin: 20px 0px;
}
.cost-calculator-section-five {
  padding: 60px 0px 40px 0px;
  margin: 30px 0px;
  background: #f2f2f2;
}
.tools_content {
  width: 100%;
}
.tools_content p {
  font-size: 16px;
}
.tools_content p span {
  display: block;
}
.tools_list_details {
  padding: 30px 0px;
  width: 100%;
  list-style: none;
  text-align: center;
}
.tools_list_details ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.tools_list_details ul li {
  width: 32%;
  display: inline-block;
  padding: 0px 10px;
  vertical-align: text-top;
}
.tools_list_details ul li img.tool_icons {
  width: 150px;
  margin: 20px auto;
  display: block;
}
.tools_list_details ul li h3 {
  color: #7eb542;
  font-size: 16px;
  margin: 0px;
  font-weight: 700;
  padding: 10px 0px;
}
a.link_btn {
  text-decoration: none;
  background: #034e99;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #034e99;
  text-align: center;
  margin: 20px 0px;
  display: inline-block;
}
body:not(.page-template-template-content-homebuilder) .tools_list_details p {
  height: 60px;
  font-size: 16px;
}
.side_box {
  background: #034e99;
  width: 85px;
  color: #fff;
  margin: 10px 0px;
  height: auto;
  text-align: center;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.side_box img {
  width: 30px;
  margin: auto;
  display: block;
  text-align: center;
  padding: 5px 0px;
}
.side_box a {
  text-decoration: none;
}
.side_box a p {
  color: #fff;
  font-size: 10px;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}
.side_box a p span {
  display: block;
}
.cost_side_nav {
  position: fixed;
  top: 30%;
  left: auto;
  right: 0px;
  z-index: 999;
}
.row.align-center {
  align-items: center;
}
div#CostChart {
  width: 100%;
  max-width: 100%;
  height: 500px;
}
.display_error_msg {
  color: red;
  font-weight: bold;
}
.estimate-content {
  padding: 20px 10px 0px 10px;
}
.material_head {
  text-align: center;
}
.material_head img,
.material_head h4 {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 5px;
}
.material_head img {
  width: 50px;
}
.material_head h4 {
  color: #7eb542;
  font-weight: 700;
  font-size: 20px;
  margin: 0px;
}
.mat_line_text,
.mat_line_amount {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 8px;
  font-weight: 700;
  font-size: 16px;
}
.mat_line_amount {
  color: #7eb542;
  border-bottom: 2px solid #ccc;
  padding: 0px 0px 1px 0px;
}
.mat_line_text {
  width: 46%;
}
.mat_line_amount {
  width: 48%;
  text-align: left;
}
.rowmatpad {
  padding: 30px 0px;
  margin: 0px;
}
.rowmatpad .col-sm-4 {
  padding: 0px;
}
.material_cost_display {
  padding: 20px 0px;
}
.material-mobile-display {
  width: 100%;
}
.tool_link {
  display: none;
}
.tools_list_text h4 {
  color: #7eb542;
  font-size: 16px;
  margin: 0px;
  font-weight: 700;
  padding: 10px 0px;
}
.tools_list_text a,
.tools_list_text a:hover {
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.tools_list_text p {
  font-size: 16px;
  color: #000;
}
.link_btn {
  text-decoration: none;
  background: #034e99;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #034e99;
  text-align: center;
  margin: 20px 0px;
  display: inline-block;
}
.link_btn a{
    color: #fff;
}
/*Model Popup Starte */
.contact_modal_head {
  background: #034e99;
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.productmodel .modal-body {
  padding: 0px 25px 25px 25px;
}
.productmodel .modal-header {
  border-bottom: 0px;
}
.close:focus,
.close:hover {
  opacity: 1;
}
.contact_modal_body {
  background: #fff;
  padding: 30px;
  border: 1px solid #034e99;
}
.contact_modal_body .form-control {
  height: 45px;
}
.btn.btnsubmitpopup,
body .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
  background: #7eb542;
  border: 1px solid #7eb542;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  width: 100%;
}
img.closebtn {
  width: 40px;
  float: right;
}
.modal-header .close {
  opacity: 1;
}
/*Model popup Ends*/
.quick-links a {
  text-decoration: none;
}
.panel-collapse.collapse.in {
  display: block;
}
.hindi_lang {
  display: none;
}
.benefits_box p {
  margin: 0px;
}
.mobile_buttons {
  display: none;
}
.mobile_buttons img {
  display: inline-block;
  padding: 0px 5px;
  cursor: pointer;
  width: 30px;
}
.benefits_points_section .benefits_top_list:nth-child(2),
.benefits_points_section .benefits_top_list:nth-child(4) {
  top: 76%;
}
.benefits_points_section .benefits_top_list:nth-child(1),
.benefits_points_section .benefits_top_list:nth-child(3) {
  top: 5%;
}
.benefits_points_section .benefits_top_list:nth-child(3),
.benefits_points_section .benefits_top_list:nth-child(4) {
  left: auto;
  right: 0px;
}
.benfit_icon {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
}
.benfit_icon_content {
  width: 76%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.benefits_box p {
  font-size: 14px;
}
.benefits_box {
  display: flex;
  align-items: center;
  border-radius: 50px;
}
.benefits_points_section .benefits_top_list:nth-child(3) .benefits_box,
.benefits_points_section .benefits_top_list:nth-child(4) .benefits_box {
  flex-direction: row-reverse;
}
.benefits_points_section .benefits_top_list:nth-child(3) .benefits_box:after,
.benefits_points_section .benefits_top_list:nth-child(4) .benefits_box:after {
  left: -80px;
  right: auto;
}

.item.slick-slide {
  width: 550px;
  height: 550px !important;
  transition: transform 0.4s;
  position: relative;
  display: flex;
  align-items: center;
}

.item.slick-slide {
  transform: scale(0.7) translate(640px);
}

.item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.7) translate(-350px);
  z-index: 10;
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.4) translate(-1340px);
  z-index: 5;
}

.item.slick-slide.slick-active {
  transform: scale(0.7) translate(350px);
}

.item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1.2);
  z-index: 30;
  z-index: 30;
}

.slick-center:after {
  opacity: 0;
}
.video_slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 1rem auto;
  max-width: 1000px;
  width: 100%;
}
.video_item {
  position: relative;
  z-index: 1000;
}
.mobile_slider {
  display: none;
}
.rowreverse {
  flex-direction: row-reverse;
}
/*Architech page starts*/
.architechbannersectionone {
  background: url("../images/architech/desktopbanner.png") no-repeat;
  width: 100%;
  height: 630px;
  background-position: top center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
.architbannercontent {
  color: #fff;
  width: 100%;
}
.architbannercontent h1 {
  font-size: 25px;
  font-weight: 400;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
.architbannercontent h1 span {
  display: block;
  font-size: 40px;
  font-weight: 700;
}
.architbannercontent p {
  font-size: 18px;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
.knowbutton {
  background: #7eb542;
  margin: 10px 0px 0px 0px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #7eb542;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 50px;
}
 .app-btn-width{
   width:310px;
   text-align:center;
 }
.knowbutton:hover {
  text-decoration: none;
}
.architechsectiontwo {
  background: #e9eaea;
  width: 100%;
  height: auto;
  padding: 50px 0px;
  position: relative;
}
.architcontent h2 {
  color: #58595b;
  font-size: 25px;
  padding: 0px 0px 10px 0px;
}
.architcontent p {
  font-size: 16px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.architect_news_section {
  padding: 50px 0px 0px 0px;
}
.news_slider_img {
  position: relative;
}
.news_date,
.news_date img {
  position: relative;
}
.news_date p {
  position: absolute;
  color: #fff;
  font-size: 16px;
  top: 0px;
  right: 0px;
}
.news_date {
  position: absolute;
  top: 0px;
  right: 0px;
}
.new_slider_one {
  position: relative;
  padding: 0px 20px;
}
.news_content {
  padding: 20px 0px 20px 0px;
}
.news_content h3 {
  color: #7eb542;
  font-size: 18px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 600;
}
.news_content p {
  font-size: 16px;
}
.slick-prev:before {
  content: "";
  /*background: url("../images/category/leftarrow.png") no-repeat;*/
  background: url("https://www.jkcement.com/wp-content/uploads/2023/12/left-arrow-w.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: block;
}
.slick-next:before {
  content: "";
  /*background: url("../images/category/rightarrow.png") no-repeat;*/
  background: url("https://www.jkcement.com/wp-content/uploads/2023/12/right-arrow-w.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: block;
}
.architcontent h2 span {
  color: #034e99;
  font-weight: 700;
}
.architechsectionthree {
  background: #fff;
  padding: 50px 0px;
  position: relative;
}
.awards_year_list {
  padding: 30px 0px;
  text-align: center;
}
.awards_year_list ul {
  padding: 0px;
  margin: 0px;
  border: 0px;
  align-items: center;
  width: 100%;
  margin: auto;
  display: block;
}
.awards_year_list ul li {
  display: inline-block;
  padding: 0px 0px;
}
.awards_year_list ul li .nav-link {
  border: 0px;
  border-radius: 0px;
  padding: 0px 40px;
  display: inline-block;
}
.awards_year_list ul li a,
.awards_year_list ul li a:hover {
  text-decoration: none;
  color: #495057;
  position: relative;
}
.awards_year_list ul li a.active {
  color: #7eb542 !important;
  font-size: 18px;
  font-weight: bold;
}
.event_slider_box {
  background: #e9eaea;
  padding: 20px;
  width: 90%;
  margin: auto;
}
.event_details {
  padding: 20px 0px 0px 0px;
  text-align: center;
}
.event_details h4 {
  color: #7eb542;
  font-size: 18px;
  font-weight: 600;
}
.event_details p {
  font-size: 16px;
}
.awards_year_list ul li a:after {
  content: "";
  position: absolute;
  background: #034e99;
  width: 80px;
  height: 2px;
  right: auto;
  top: 12px;
}
.know_btn {
  margin: 20px auto;
  text-align: center;
}
.knowbutton:hover {
  color: #fff;
}
.architechsectionfour {
  background: #fff;
  width: 100%;
  padding: 50px 0px;
}
.building_section_details {
  padding: 50px 20px 70px 0px;
}
.building_head h2 {
  color: #7eb542;
  padding: 0px 0px 20px 0px;
  font-size: 20px;
  font-weight: 700;
}
.build_slide_cont h4 {
  color: #034e99;
  font-weight: 700;
  font-size: 18px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.build_slide_cont p {
  font-size: 16px;
}
.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  border: 2px solid #034e99;
  width: 13px;
  height: 13px;
}
.slick-dots li button:before {
  display: none;
}
li.slick-active button {
  background: #034e99;
}
.awards_year_tab_content .tab-content > .tab-pane {
  display: block;
  height: 0px;
  overflow: hidden;
}
.awards_year_tab_content .tab-content > .active {
  height: auto;
}
.building_section_details.construction .row {
  flex-direction: row-reverse;
}
/*Architech page ends*/
.tools_list_text h2,.tools_list_text .blog-product-title {
  color: #7eb542;
  font-size: 16px;
  margin: 0px;
  font-weight: 700;
  padding: 10px 0px;
}
.tools_list_text p{
 font-size: 16px;
  color: #000;
  height: 100px;
  font-weight: 400;   
}
/*.tools_list_text h2,.tools_list_text .blog-product-subtitle {*/
/*  font-size: 16px;*/
/*  color: #000;*/
/*  height: 100px;*/
/*  font-weight: 400;*/
/*}*/
.tools_list_text h3 {
    color: #7eb542;
    font-size: 16px;
    margin: 0px;
    font-weight: 700;
    padding: 10px 0px;
}
.tools_list_text .blog-product-title{
    height:auto;
}
.project_top_content h2 {
  font-size: 16px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}
.tools_list_text {
  padding: 0px 20px;
}
/*Dealer page Starts*/
.dealer_form_section {
  background: #fff;
  padding: 20px;
  width: 80%;
  margin: auto;
}
.dealer_form_content h2 {
  color: #7eb542;
  font-size: 18px;
  text-align: center;
  margin: 0px 0px 20px 0px;
}
.architechbannersectionone.dealertopsection .row {
  align-items: center;
}
.dealer_section_two {
  background: #e9eaea;
  padding: 50px 0px;
  position: relative;
}
.dealer_banner_one {
  background: #e9eaea;
  width: 100%;
}
.dealer_section_two {
  background: url("../images/dealer/dealerbannertwo.png") no-repeat;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: top center;
  position: relative;
  display: flex;
  align-items: center;
}
.dealer_profile_content {
  padding: 0px 20px;
}
.dealer_profile_content h4 {
  font-size: 20px;
  color: #68686a;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  line-height: 30px;
  font-weight: 400;
  line-height: 1.5;
}
.dealer_profile_content h4 span {
  color: #034ea1;
  display: block;
  font-weight: 900;
}
.dealer_profile_content.dealer_right_txt {
  color: #fff;
  text-align: right;
}
.dealer_profile_content.dealer_right_txt h4 span,
.dealer_profile_content.dealer_right_txt h4 {
  color: #fff;
}
.dealer_right_txt .knowbutton {
  background: #034ea1;
  border: 2px solid #034ea1;
}
.dealer_section_three {
  background: #fff;
  width: 100%;
  height: auto;
  padding: 50px 0px 0px 0px;
  position: relative;
}
.new_app_development_sec .row {
  align-items: center;
  padding: 0px 0px 0px 0px;
}
.download_app_content {
  padding: 0px 20px;
}
.architcontent.dealer h2 {
  font-weight: 900;
}
.download_app_content h3 {
  color: #034e99;
  font-weight: 900;
  font-size: 27px;
  margin: 0px 0px 15px 0px;
}
.download_app_content h4 {
  color: #58595b;
  font-size: 20px;
  font-weight: 400;
}
.insight_dealer_sec {
  padding: 20px 0px 20px 0px;
}
.new_app_development_sec p {
  font-size: 16px;
  padding: 20px 0px 0px 0px;
}
.download_app_image_sec img {
  width: 250px;
}
.dealer_section_four {
  background: #e9eaea;
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0px;
}
.insight_dealer_cont {
  padding: 20px;
}
.insight_dealer_cont h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0px 10px 0px;
  margin: 0px;
  color: #7eb542;
}
.insight_dealer_cont p {
  font-size: 16px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.insight_dealer_cont a {
  color: #034e99;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
.dealer_section_three.kuberapp {
  padding: 50px 0px;
}
.dealer_review_section {
  background: url("../images/dealer/testimonialbg.png") no-repeat;
  width: 100%;
  height: auto;
  padding: 50px 0px;
  position: relative;
  background-size: cover;
  background-position: top center;
}
.dealer_review_head {
  color: #fff;
}
.dealer_review_head h2 {
  font-size: 25px;
  font-weight: 400;
}
.dealer_review_head h2 span {
  font-weight: 900;
}
.dealer_mobile_banner {
  display: none;
}
.awards_year_section {
  padding: 30px 0px;
}
.news_date p {
  padding: 5px;
}
.mobile_display {
  display: none;
}
a.knowbutton {
  cursor: pointer;
  color: #fff !important;
}
a.knowbutton:hover {
  color: #fff;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 50px !important;
}
section.architechbannersectionone {
  height: auto;
  min-height: 650px;
  padding: 40px 0px;
}
.dealer_section_three.kuberapp {
  background: #e9eaea;
}
.event_slider_section {
  padding: 0px 30px;
}
.architbannercontent .hindi_lang h1 {
  line-height: 50px;
  padding-bottom: 35px;
}
.getpad {
  padding-top: 25px !important;
}
/*Dealer page ends*/
/*thankyou page starts*/
.thankyou {
  padding: 150px 20px;
  text-align: center;
  background: #e9eaea;
}
.thankyou_content h1 {
  font-size: 35px;
  color: #034e99;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.thankyou_content p {
  color: #000;
  font-size: 18px;
}
/*thankyou page ends*/
/* Media queries */
@media (min-width: 1601px) and (max-width: 3000px) {
}
@media (min-width: 1600px) and (max-width: 1600px) {
}

@media (min-width: 1400px) and (max-width: 1560px) {
}

@media (min-width: 1200px) and (max-width: 1330px) {
}

@media (min-width: 993px) and (max-width: 1199px) {
  .costcontainer {
    width: 90%;
  }
  .display-color-sec ul li {
    padding: 0px 5px;
  }
  .carouse-content-section h1,
  .carouse-content-section h5 {
    font-size: 30px;
  }
  nav.navbar.navbar-expand-md.navheader {
    padding: 5px 10px;
  }
  .navbar-expand-md.navheader .navbar-nav .nav-link {
    font-size: 12px;
    padding: 0px 5px;
  }
  img.Logo {
    width: 120px;
  }
  .tools_list_details.products ul li a.link_btn {
    padding: 10px;
  }
  .button_group_sec ul li {
    padding: 3px 5px;
  }
  .project_top_content {
    width: 50%;
    top: 30%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .costcontainer {
    width: 90%;
  }
  .display-color-sec ul li {
    padding: 0px 5px;
  }
  .calculator-content-sec p {
    font-size: 17px;
  }
  .tools_list_details ul li {
    width: 40%;
  }
  .tools_list_details ul li h3 {
    font-size: 18px;
  }
  .material-cost-section {
    width: 100%;
  }
  .cost-form-section,
  .disclaimer_text {
    width: 100%;
  }
  .head_title_section {
    font-size: 25px;
  }
  nav.navbar.navbar-expand-md.navheader {
    padding: 5px 10px;
  }
  .navbar-expand-md.navheader .navbar-nav .nav-link {
    font-size: 12px;
    padding: 0px 5px;
  }
  img.Logo {
    width: 120px;
  }
  .tools_list_details.products ul li a.link_btn {
    padding: 10px 10px;
    font-size: 12px;
  }
  .tools_list_text p {
    font-size: 14px;
  }
  .tools_list_details.products h3 {
    height: 80px;
  }
  .carouse-content-section h1,
  .carouse-content-section h5 {
    font-size: 30px;
  }
  .product_cement_head {
    padding: 10px;
  }
  .product_cement_head h2 {
    font-size: 14px;
  }
  .product_cement_head p {
    font-size: 12px;
  }
  .project_top_content {
    width: 50%;
    top: 10%;
  }
}

@media (max-width: 767px) {
    .app_box_content>p {
    padding-bottom: 10px;
    }
  .costcontainer {
    width: 100%;
  }
  div#CostChart {
    max-width: 100%;
    height: 300px;
  }
  .calculator-section-one {
    padding: 50px 0px;
    height: 350px;
  }
  .calculator-content-sec {
    padding: 50px 10px;
  }
  .calculator-section-two {
    margin: -140px 0px 10px 0px;
    padding: 40px 10px;
  }

  .calculator-content-sec h1 {
    font-size: 30px;
  }
  .calculator-content-sec h2 {
    font-size: 16px;
  }
  .cost-form-section {
    padding: 30px 15px;
  }
  .material-cost-section {
    width: 100%;
    padding: 20px 10px;
  }
  .tools_list_details ul li {
    width: 100%;
    padding: 10px 10px;
  }
  .tools_list_details ul li h3 {
    height: auto;
  }
  .tools_list_details p {
    height: auto !important;
  }
  .tools_list_details ul li h3 {
    font-size: 16px;
  }
  .tools_list_details ul li img {
    display: inline-block;
    vertical-align: middle;
  }
  .tools_list_details ul li img.tool_icons {
    width: 100px;
    margin: 10px auto;
    display: inline-block;
    vertical-align: middle;
  }
  .tool_link {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
  }
  .tools_list_details ul li .tools_list_text {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 0px 5px;
  }
  .tools_list_details ul li a.link_btn {
    padding: 10px 15px;
    border-radius: 25px;
    display: none;
  }
  .tools_list_details ul li {
    border-bottom: 2px solid #ccc;
  }
  .head_title_section {
    font-size: 25px;
    text-align: center;
    padding: 20px 0px;
  }
  .cost_side_nav {
    position: fixed;
    top: auto;
    left: auto;
    right: auto;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: #f2f2f2;
    z-index: 10;
  }
  .side_box {
    width: calc(33.3337% - 10px);
    display: inline-block;
    height: 80px;
    vertical-align: text-bottom;
    border-radius: 0px;
    padding: 5px;
  }
  .calculator-content-sec p {
    font-size: 18px;
  }
  .calculator-content-sec p span,
  .tools_content p span {
    display: inline;
  }
  .mat_icons img {
    width: 50px;
  }
  .mat_text p {
    font-size: 20px;
  }
  .tools_content {
    padding: 0px 15px;
  }
  .head_title_section span {
    font-size: 30px;
  }
  .tools_list_details {
    padding: 0px 0px 30px 0px;
  }
  .display-color-sec ul {
    text-align: center;
  }
  .display-color-sec ul li {
    padding: 10px;
  }
  .total_cost_content {
    margin: 20px 10px;
    width: 42%;
    display: inline-block;
    vertical-align: text-top;
  }
  .total_cost_content p {
    height: 80px;
    font-size: 16px;
  }
  .display-cost {
    font-size: 25px;
  }
  .mat_line {
    font-size: 20px;
  }
  .material-cost-section .col-6 {
    padding: 0px;
  }
  .mat_text {
    width: 58%;
  }
  .disclaimer_text {
    width: 100%;
  }
  .cost-calculator-section-four {
    padding-bottom: 20px;
  }
  .total_cost_details {
    width: 100%;
  }
  .total_cost_content p {
    height: auto;
    font-size: 16px;
    width: 43%;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px;
  }
  .display-cost {
    font-size: 25px;
    width: 55%;
    display: inline-block;
    vertical-align: middle;
  }
  .total_cost_content {
    width: 100%;
    margin: 20px 0px;
  }

  .material_cost_display {
    padding: 10px 0px 0px 0px;
    border-bottom: 2px solid #ccc;
  }
  .mat_line_text {
    width: 40%;
  }
  .rowmatpad .col-sm-4 {
    padding: 5px 0px;
  }
  .cost-calculator-section-four {
    padding: 20px 0px;
  }
  .mat_line_amount {
    text-align: center;
    font-style: 20px;
  }
  /*Category page start*/
  .carouse-content-section {
    width: 100%;
    text-align: center;
    padding: 20px 5px;
  }
  .carousel-banner-one {
    height: auto;
    background: #f1f3f6;
  }
  .carousel-bottom-content {
    position: relative;
    bottom: 0px;
    width: 100%;
    background: #fdfcfc;
    padding: 0px 0px;
    margin: -10px 0px 0px 0px;
  }
  .carouse-content-section h1,
  .carouse-content-section h5 {
    font-size: 25px;
  }
  .button_group_sec ul li {
    width: 47%;
    padding: 3px 5px;
    text-align: center;
    margin: 10px 0px;
  }
  .button_group_sec ul li a {
    font-size: 12px;
    display: block;
  }
  .carouse-content-section p {
    font-size: 16px;
  }
  .carousel-bottom-content {
    text-align: center;
  }
  .call_us_link a {
    font-size: 14px;
  }
  .carouse-content-section p span {
    display: inline;
  }
  .homesectiontwo .title_head,
  .homesectiontwo .title_content {
    text-align: center;
  }
  .title_head h2 {
    font-size: 20px;
  }
  .title_content p,
  .tools_list_details p,
  .title_head p,
  .button_link_center ul li a,
  .banner_bottom p {
    font-size: 14px;
    margin: 0px;
  }
  .tools_list_details.products ul li {
    width: 100%;
  }
  .tools_list_details.products ul li img.tool_icons {
    width: 96px;
  }
  .tools_list_details.products p {
    height: auto;
  }
  .tools_list_details.products h3 {
    height: auto;
  }
  .material_unit {
    width: 100%;
    height: 330px;
    display: block;
  }
  .material_unit:hover {
    width: 100%;
    height: auto;
  }
  .product_materials_boxes {
    display: block;
  }
  .material_single_content p {
    padding: 10px 0px 30px 0px;
  }
  .button_link_center {
    padding: 20px 0px;
  }
  .homesectionfour {
    height: auto;
  }
  .tools_list_details.cement_products {
    padding: 10px 0px 0px 0px;
  }
  .title_pad {
    width: 100%;
    text-align: center;
  }
  .testimonials_head img {
    right: 0px;
  }
  .testimonials_head {
    text-align: center;
  }
  .feedback_slider {
    width: 100%;
  }
  .product-slider-section {
    padding: 20px 20px 0px 20px;
  }
  .mobile_banner {
    display: block;
    margin: -40px 0px 0px 0px;
  }
  .homesectionfour {
    background: url(../images/category/cement-mobile-banner.webp) no-repeat;
    width: 100%;
    height: auto;
    background-position: top center;
    position: relative;
    background-size: cover;
    padding: 20px 0px;
  }
  .tools_list_details.cement_products ul li .tools_list_text {
    width: 100%;
    text-align: center;
  }
  .tools_list_details.cement_products {
    padding: 30px 20px;
  }
  /*category page ends*/
  /*product page start*/
  .project_top_content {
    position: absolute;
    left: auto;
    top: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
  }
  .product_about_us_content {
    width: 100%;
  }
  .others_products_list ul li {
    width: 48%;
  }
  .application_box ul li {
    width: 100%;
    padding: 0px;
    margin: 40px 0px 0px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .app_box {
    background: #034e99;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 0px;
    color: #fff;
    left: 0px;
    text-align: center;
    top: 0;
    display: block;
    padding: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transform: none;
    margin-bottom: 10px;
  }
  .app_box_content {
    width: 100%;
    padding: 0px;
    margin: 0px 0px;
  }
  .app_box p {
    text-align: center;
    font-size: 14px;
  }
  .product_slider_box {
    padding: 0px 20px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -5px;
  }
  .product_about_us_content {
    text-align: center;
  }
  .benefits_top_list {
    position: relative;
    width: 100%;
    top: auto;
  }
  .benefits_bottom_list {
    position: relative;
    bottom: auto;
    width: 100%;
  }
  .benefits_box:after {
    display: none;
  }
  .left {
    left: 0px;
    right: 0px;
  }
  .right {
    right: 0px;
    left: 0px;
  }
  .mobilebanner {
    display: block;
  }
  .desktopbanner {
    display: none;
  }
  .project_top_content h1 {
    font-size: 25px;
  }
  /*product page ends*/
  .panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
  }

  .panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .panel-default > .panel-heading a {
    cursor: pointer;
  }
  .panel-collapse.collapse.in {
    display: none;
  }
  .panel-collapse.collapse.in.show {
    display: block;
  }
  .footer-bottom .col {
    padding: 0px 5px;
    width: 100%;
    flex-basis: unset;
  }
  .footer-bottom {
    padding: 30px 0px 50px 0px;
  }
  .padboth {
    padding: 0px;
  }
  .footer-top-head {
    margin-bottom: 0px;
    padding: 20px 0px 5px 0px;
    text-align: center;
  }
  .mobile_buttons {
    display: block;
  }
  .navbar-brand {
    margin: 0px;
  }
  .mobile_buttons img {
    width: 35px;
    cursor: pointer;
  }
  .material_single_content {
    top: 30%;
  }
  .carousel-banner-two {
    background: #f1f3f6;
  }
  .mobile_hidden {
    display: none;
  }
  .tools_list_details.products .english_lang {
    width: 67%;
    display: inline;
  }
  .tools_list_details .hindi_lang.in {
    width: 67%;
    display: inline !important;
  }
  .video_slider {
    width: 100%;
  }
  .item.slick-slide {
    width: auto;
    height: auto;
    transform: none;
    display: block;
  }
  .mobile_slider {
    display: block;
    padding: 40px 20px;
  }
  .video_slider_Sec.mobile {
    display: none;
  }
  .video_slide_box {
    padding: 0px 10px;
  }
  .banner_bottom {
    padding: 10px 5px 5px 0px;
  }
  .project_section_one {
    height: 550px;
  }
  .product_bodium_image {
    padding: 23px;
    margin: -38px 0px 0px 0px;
  }
  .project_top_content {
    position: relative;
    top: 0px;
  }
  .benefits_points_section .benefits_top_list:nth-child(3) .benefits_box,
  .benefits_points_section .benefits_top_list:nth-child(4) .benefits_box {
    flex-direction: unset;
  }
  .cement_video_section {
    height: 300px;
  }
  .others_products_list {
    padding: 20px;
  }
  .product_inner_slider_box {
    padding: 20px 35px;
  }
  .product_slide_image img {
    width: 100%;
  }
  .product_cement_head {
    padding: 20px 0px 0px 0px;
    text-align: center;
  }

  .feedback_content p,
  .product_about_us_content p {
    font-size: 15px;
  }
  .feedback_content {
    padding: 0px;
  }
  .mobilehidden {
    display: inline-block;
  }
  .tools_list_details.cost ul li img.tool_icons {
    width: 96px;
  }
  .tools_list_details.cost .english_lang {
    width: 67%;
    display: inline;
  }
  .cost-calculator-section-five
    .tools_list_details
    ul
    li:nth-child(1)
    .link_btn.mobilehidden,
  .cost-calculator-section-five
    .tools_list_details
    ul
    li:nth-child(2)
    .link_btn.mobilehidden {
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
  }
  .tools_list_details.products ul li:nth-child(2) .link_btn.mobilehidden,
  .tools_list_details.products ul li:nth-child(4) .link_btn.mobilehidden {
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
  }
  /*Architech and Dealer page starts*/
  .architechbannersectionone {
    height: auto;
    position: relative;
    padding: 0px 0px 0px 0px;
    display: block;
  }
  .architbannercontent {
    color: #fff;
    width: 100%;
    padding: 20px 10px 0px 10px;
  }
  .architbannercontent p{
      display:none;
  }
  .dealer_section_two {
    height: auto;
    background: #e9eaea;
    display: block;
    padding: 0px;
  }
  .dealer_bg_one {
    background: url("../images/dealer/dealerbgone.png") no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: top center;
    padding: 20px 0px;
  }
  .dealer_bg_two {
    background: url("../images/dealer/dealerbgtwo.png") no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: top center;
    padding: 20px 0px;
  }
  .dealer_section_two .container {
    padding: 0px;
  }
  .dealer_mobile_banner {
    display: block;
  }
  .architbannercontent h1 span {
    font-size: 30px;
  }
  .architect_news_section {
    padding: 50px 20px 20px 20px;
  }
  .architechbannersectionone {
    background: #175fa5;
  }
  .architechsectiontwo {
    padding: 50px 0px 0px 0px;
  }
  .news_content {
    text-align: center;
  }
  .event_slider_section {
    padding: 0px 10px;
  }
  .mobile_display {
    display: block;
    width: 100%;
  }
  .mobile_hidden_head {
    display: none;
  }
  .building_mat_img {
    padding: 0px 0px 20px 0px;
  }
  .building_section_details {
    padding: 30px 0px 30px 0px;
  }
  .dealer_form_section {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .knowbutton {
    padding: 10px 25px;
  }
  .app-btn-width{
          width:270px;

  }
  .download_app_image_sec img {
    width: 70%;
    margin: 20px auto 0px auto;
    text-align: center;
    display: block;
  }
  .dealer_review_head {
    padding: 0px 0px 20px 0px;
  }
  .download_app_content h3 {
    font-size: 25px;
  }
  .download_app_content {
    padding: 0px 0px 0px 10px;
    text-align: left;
  }
  .new_app_development_sec p,
  .new_app_development_sec {
    text-align: center;
  }
  .dealer_profile_content h4 span,
  .architbannercontent h1 span {
    display: inline-block;
  }
  .dealer_mobile_banner {
    margin: -100px 0px 0px 0px;
  }
  section.architechbannersectionone.dealertopsection {
    height: auto;
    padding: 20px 0px 0px 0px;
  }
  .dealer_bg_one,
  .dealer_bg_two {
    padding: 50px 0px;
  }
  section.architechbannersectionone {
    height: auto;
    min-height: auto;
    padding: 40px 0px 0px 0px;
  }
  .architbannercontent {
    text-align: center;
  }
  .architbannercontent h1 {
    font-size: 20px;
  }
  /*Architech and Dealer page ends*/
}

/*Contact us CTA*/
a.link_btn-c {
  text-decoration: none;
  background: #7eb542;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 52.5px;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #7eb542;
  text-align: center;
  margin: 20px 0px;
  display: inline-block;
}
a.link_btn-c:hover{
    cursor: pointer;
} 
@media (max-width: 768px){
.project_top_content a.link_btn {
    margin: 7px 0px;
}
}

/* LP pages styles */

.architbannercontent .lp-content h1 {
  color: #264896;
  font-weight: 600;
  padding-top: 60px;
}
.architbannercontent .lp-content p {
  display: block;
  color: #000;
  font-size: 13px;
}
.architbannercontent .lp-content p strong {
  font-size: 15px;
}
.architbannercontent .lp-content-sec {
  padding-top: 100px;
}
.architbannercontent .lp-content-sec .row {
  align-items: normal;
}
.architbannercontent .lp-content-sec .lp-left-img img {
  /* position: relative;
  top: 13.8%; */
  position: absolute;
  width: 21%;
  left: 2%;
  bottom: 0;
}
.otp-div .btn-disable {
  opacity: 0.8;
  cursor: not-allowed;
}
.btn-disable {
  opacity: 0.6;
  cursor: not-allowed;
}
.Enquire-btn-disabled {
  background: #7eb542;
  border: 1px solid #7eb542;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  width: 100%;
}
/* .gform_wrapper.gravity-theme input[type="text"] {
  padding: 4px;
} */
.product-rating p {
  font-size: 24px;
  font-weight: 300;
}
.product-rating p span {
  font-weight: 600;
}
@media (max-width: 768px) {
  .architbannercontent .lp-content-sec {
    padding-top: 0px;
  }
}
@media (max-width: 600px) {
  .architbannercontent .lp-content-sec .lp-left-img {
    position: relative;
  }
  .architbannercontent .lp-content-sec .lp-left-img img {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .architbannercontent .lp-content h1 {
    padding-top: 0;
    font-size: 20px;
  }
  #gform_32 input,
  #gform_32 select,
  #gform_32 textarea {
    padding: 6px;
    font-size: 12px;
  }
  .architbannercontent .lp-content-sec .right-content{
      padding:0px;
  }
}
@media (max-width: 376px) {
  .architbannercontent .lp-content p {
    font-size: 9px;
  }
  .architbannercontent .lp-content p strong {
    font-size: 10px;
  }
  .architbannercontent .lp-content h1 {
    font-size: 11px;
  }
  /* .architbannercontent .flex-cont .spec-tile {
    width: 100%;
  } */
  /* .architbannercontent .flex-cont .spec-tile-1 img {
    width: 69%;
  } */
  .architbannercontent .flex-cont .spec-tile-2 img,
  .architbannercontent .flex-cont .spec-tile-3 img {
    width: 76%;
  }
  
}
@media (max-width:400px){
    .product_bodium_image {
    padding: 23px;
    margin: -65px 0px 0px 0px;
  }
}