 /*---------------------------------------------------------------------------------
 Theme Name:   jd dialysis
 Theme URI:
 Description:  Child theme of jd dialysis
 Author:      jd dialysis
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/
 #et-main-area {
     overflow: hidden;
 }

 body {
     font-family: "Poppins", sans-serif;
     line-height: 1.7;
 }

 /*banner*/

 .site_width {
     width: 100% !important;
     max-width: 1440px !important;
 }

 .mb30 {
     margin-bottom: 30px !important;
 }

 .pd0 {
     padding: 0 !important;
 }

 .site_padding.pdb0 {
     padding-bottom: 0 !important;
 }

 .site_padding {
     padding: 70px 0px !important;
 }

 .banner_section .et_pb_slide {
     height: 750px;
 }

 .banner_text {
     font-size: 60px;
     color: #fff;
     font-weight: 800;
     text-shadow: 0px 4px 4px #000;
 }

 .banner_text_inner {
     font-size: 24px;
     color: #fff;
     font-weight: 600;
 }

 /* about us */
 .section_main_title {
     font-size: 36px;
     text-align: center;
     color: #074068;
     font-weight: 700;
     text-transform: capitalize;
 }

 .site_des span {
     font-size: 16px;
     display: block;
     padding-bottom: 10px;
     color: #000;
 }

 .abt_img img {
     height: 500px;
     object-fit: cover;
 }

 .inner_page_banner {
     height: 300px;
     display: flex;
     text-align: center;
     font-size: 33px;
     color: #074068;
     font-weight: 700;
 }

 .page_banner_box {
     text-align: center !important;
 }

 /* product main */
 .main-categories {
     display: flex;
     flex-wrap: wrap;
 }

 .cat-box {
     width: 25% !important;
 }

 .cat-box-inner img {
     height: 300px;
     transition: 1s !important;

     object-fit: cover;
     width: 100%;

 }

 .cat-box-inner:hover img {
     transform: scale(1.1);
     transition: 1s !important;
 }

 .cat-box-inner h3 {
     font-size: 22px;
     color: #000;
     text-align: center;
     font-weight: 500;
     padding-top: 10px;
 }

 .cat-box-inner {
     margin: 10px;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 }

 .cat-box-inner-img {
     line-height: 0;
     overflow: hidden;
 }

 /* end */

 .main_box_text {
     font-size: 36px;
     color: #fff;
     font-weight: 700;
 }

 .main_box_text_inner {
     font-size: 20px;
     color: #fff;
 }

 .main_box_inner {
     text-align: center;
 }

 .main_contact_form_main_inner_row1 input {
     font-size: 16px;
     color: #000;
     height: 45px;
     padding: 10px;
 }

 .main_contact_form_main_inner_row1 {
     display: flex;
 }

 .main_contact_form_main textarea {
     width: 100%;
     font-size: 16px;
     color: #000;
     height: 150px;
     resize: none;
 }

 .main_contact_form_main input {
     width: 100%;
 }

 .main_contact_form_main button {
     width: 160px;
     border: none;
     margin: auto;
 }

 .main_contact_form_main {
     text-align: center;
     padding: 10px;
     width: 100%;
 }

 .dis_center {
     display: flex;
     align-items: center;
 }

 .adg_site_header_fixed {
     position: fixed !important;
     width: 100%;
     top: 0;
 }

 .header_btn .et_pb_code_inner {
     display: flex;
     align-items: center;
 }

 .site_padding {
     padding: 60px 30px !important;
 }

 span.wpcf7-spinner {
     position: absolute;
 }

 @media all and (min-width: 320px) and (max-width: 767px) {
	 .site_des span{
		 font-size:14px !important;
	 }

     .banner_section .et_pb_slide {
         height: 500px;
     }

     .banner_text {
         font-size: 34px;
     }

     .banner_text_inner {
         font-size: 20px;
     }

     .cat-box-inner h3 {
         font-size: 18px;
     }

     .site_padding {
         padding: 40px 15px !important;
     }

     .cat-box-inner img {
         height: 250px;
     }

     .section_main_title {
         font-size: 26px;
         line-height: 1.3;
     }

     .about_section {
         text-align: center;
     }

     .cat-box {
         width: 100% !important;
     }

     .main-categories {
         justify-content: center;
     }

     .ft_copy_right {
         margin-top: 30px !important;
     }

     .abt_img img {
         height: 400px;
     }

     .contact_form_row {
         width: 100%;
     }

     .main_contact_form_main_inner_row1 {
         display: block;
     }
 }

 @media all and (min-width: 481px) and (max-width: 767px) {
     .cat-box {
         width: 50% !important;
     }

 }

 @media all and (min-width: 768px) and (max-width: 980px) {

     .banner_section .et_pb_slide {
         height: 500px;
     }

     .cat-box-inner h3 {
         font-size: 18px;
     }

     .site_padding {
         padding: 50px 30px !important;
     }

     .cat-box-inner img {
         height: 250px;
     }

     .section_main_title {
         font-size: 30px;
     }

     .cat-box {
         width: 33.33% !important;
     }

     .main-categories {
         justify-content: center;
     }

     .ft_copy_right {
         margin-top: 30px !important;
     }

     .abt_img img {
         height: 400px;
     }

     .contact_form_row {
         width: 100%;
     }
 }

 @media only screen and (min-width: 981px) and (max-width: 1024px) {
     .section_main_title {
         font-size: 30px;
     }

     .header_col2 {
         width: 60% !important;
     }

     .header_col3 {
         width: 30% !important;
     }

     .site_button {
         width: 150px;
     }

     .banner_section .et_pb_slide {
         height: 550px;
     }

     .cat-box-inner h3 {
         font-size: 18px;
     }

     .site_padding {
         padding: 50px 30px !important;
     }

     .cat-box-inner img {
         height: 250px;
     }
 }

 @media all and (min-width: 1025px) and (max-width: 1140px) {
     .header_col2 {
         width: 60% !important;
     }

     .header_col3 {
         width: 30% !important;
     }

     .site_button {
         width: 150px;
     }

     .banner_section .et_pb_slide {
         height: 550px;
     }

     .cat-box-inner h3 {
         font-size: 18px;
     }
 }

 @media all and (min-width: 1141px) and (max-width: 1280px) {
     .header_col2 {
         width: 60% !important;
     }

     .header_col3 {
         width: 30% !important;
     }

     .banner_section .et_pb_slide {
         height: 600px;
     }

     .cat-box-inner h3 {
         font-size: 18px;
     }
 }

 @media all and (min-width: 1281px) and (max-width: 1440px) {
     .header_col2 {
         width: 60% !important;
     }

     .header_col3 {
         width: 30% !important;
     }

     .banner_section .et_pb_slide {
         height: 600px;
     }

     .cat-box-inner h3 {
         font-size: 18px;
     }
 }

 @media all and (min-width: 1441px) and (max-width: 1680px) {}

 @media all and (min-width: 1681px) and (max-width: 1880px) {}


 @media all and (min-width: 981px) and (max-width: 3000px) {}