/**handles:all**/
@font-face {
    font-family: 'ArialMT';
    src: url('https://ceibatech.mx/wp-content/themes/ceibatech/fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('https://ceibatech.mx/wp-content/themes/ceibatech/fonts/ArialMT.woff') format('woff'),
        url('https://ceibatech.mx/wp-content/themes/ceibatech/fonts/ArialMT.ttf')  format('truetype'),
        url('https://ceibatech.mx/wp-content/themes/ceibatech/fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial-BoldMT';
    src: url('https://ceibatech.mx/wp-content/themes/ceibatech/fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('https://ceibatech.mx/wp-content/themes/ceibatech/fonts/Arial-BoldMT.woff') format('woff'),
        url('https://ceibatech.mx/wp-content/themes/ceibatech/fonts/Arial-BoldMT.ttf')  format('truetype'),
        url('https://ceibatech.mx/wp-content/themes/ceibatech/fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial-BoldItalicMT';
    src: url('https://ceibatech.mx/wp-content/themes/ceibatech/fonts/Arial-BoldItalicMT.eot?#iefix') format('embedded-opentype'),
        url('https://ceibatech.mx/wp-content/themes/ceibatech/fonts/Arial-BoldItalicMT.woff') format('woff'),
        url('https://ceibatech.mx/wp-content/themes/ceibatech/fonts/Arial-BoldItalicMT.ttf')  format('truetype'),
        url('https://ceibatech.mx/wp-content/themes/ceibatech/fonts/Arial-BoldItalicMT.svg#Arial-BoldItalicMT') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'ArialMT';
    background: fixed url('https://ceibatech.mx/wp-content/themes/ceibatech/img/bg.webp') no-repeat center center/cover;
    /*    color: #ffffff;
        background: #222222;*/
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a,
span {
    color: inherit;
    display: inline-block;
}
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    margin: 0;
}
h1 {
    font-size: 36px;
}
h2 {
    color: #076817;
    font-size: 24px;
}
h3 {
    color: #076817;
    font-size: 24px;
}
h4 {
    color: #F69D15;
}
h5 {
    font-size: 14px;
    color: #F69D15;
}
h6 {
}
p {
    color: #585858;
    line-height: 1.2;
}
.cus-row {
    display: flex;
    justify-content: space-between;
}
.cus-link-style {
    color: #F69D15;
    text-decoration: underline;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    position: relative;
}
header .logo {
    display: inline-block;
}
header nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
header nav .menu-main-menu-container > ul > li {
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    position: relative;
}
header nav .menu-main-menu-container > ul > li > a {
    color: #fff;
    background: #076817 url('https://ceibatech.mx/wp-content/themes/ceibatech/img/button-bg.png') center center repeat-x;
    border-left: 1px solid #b0b0b0;
    padding: 4px 45px;
    text-transform: uppercase;
    transition: background-color 0.4s ease 0s;
}
header nav .menu-main-menu-container > ul > li > a:hover,
header nav .menu-main-menu-container > ul > li > a:focus {
    color: #fff;
}
header nav ul ul,
.sub-menu-icon {
    display: none;
}
header nav ul li:hover ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
}
header nav ul ul li a {
    background: #787474;
    padding: 4px;
    color: #fff;
    width: 100%;
    text-align: center;
}
header nav ul ul li a:hover,
header nav ul ul li a.active {
    color: #fff;
    background: #076817 url('https://ceibatech.mx/wp-content/themes/ceibatech/img/button-bg.png') center center repeat-x;
    width: 100%;
}
/*Burger Menu Css Start*/
#nav-menu-icon {
    width: 40px;
    height: 30px;
    position: relative;
    /*margin: 0 auto;*/
    margin: 0 0 0 auto;
    display: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-menu-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #009344;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-menu-icon span:nth-child(1) {
    top: 0px;
}

#nav-menu-icon span:nth-child(2),#nav-menu-icon span:nth-child(3) {
    top: 12px;
}

#nav-menu-icon span:nth-child(4) {
    top: 24px;
}

#nav-menu-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-menu-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/*Burger Menu Css Finished*/
.banner-slider {
    margin-bottom: 50px;
}
.banner-slider .container {
    position: relative;
}
.banner-slider .owl-carousel {
    border-radius: 2px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    overflow: hidden;
    background: #b0b0b0;
    position: relative;
}
.banner-slider .owl-carousel a {
    display: block;
}
.banner-slider h1,
.banner-slider .owl-dots,
#counter,
#counter1 {
    position: absolute;
    bottom: 0;
    z-index: 5;
}
.banner-slider h1 {
    padding: 15px;
    color: #ffb414;
    max-width: 330px;
    font-family: 'Arial-BoldItalicMT';
    line-height: 1.4;
}
.banner-slider .owl-dots,
.home-small-slider .owl-dots {
    display: none;
}
#counter {
    right: 30px;
    bottom: 10px;
}
.home-bottom-sec {}
.home-bottom-sec .cus-row {
    position: relative;
    align-items: flex-start;
}
.home-bottom-sec .cus-col {
    width: 48%;
    padding: 15px 0 0;
    border-top: 2px dotted #b0b0b0;
}
.home-bottom-sec .verti-bor {
    width: 1px;
    height: 100%;
    background: rgba(176, 176, 176, 0.6);
    position: absolute;
    left: 50%;
}
.home-bottom-sec h5 {
    color: #076817;
    font-weight: 700;
    margin-bottom: 10px;
}
.home-bottom-sec p {
    color: #787474;
}
.home-bottom-sec .cus-text-col {
    display: flex;
    justify-content: space-between;
}
.home-bottom-sec .cus-text-col figure {
    min-width: 210px;
    background: no-repeat center center/cover;
}
.home-bottom-sec .cus-text-col a {
    color: #F69D15;
    font-size: 16px;
    margin-top: 15px;
}
.home-bottom-sec .cus-slider-col {
    position: relative;
}
.home-bottom-sec .cus-slider-col a {
    display: block;
}
#counter1 {
    right: 15px;
    bottom: 10px;
}
.footer {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    padding-top: 25px;
    border-top: 2px dotted #b0b0b0;
    font-size: 12px;
}
.foot-phone {
    display: block;
}
.products-sec-inner,
.contact-sec-inner,
.about-sec-inner,
.two-cols-inner,
.three-cols-inner,
.abrasive-sec-inner,
.ceramic-sec-inner,
.cus-ceramic-sec-inner,
.pcb-sec-inner,
.pads-sec-inner,
.pva-sec-inner,
.cus-cer-detail-inner {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}
.products-sec .cus-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 25px;
}
.products-sec .cus-col {
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);*/
    margin-left: 1%;
    width: 24%;
}
.products-sec .cus-col a {
    display: block;
}
.products-sec .cus-col figure {
    position: relative;
}
.products-sec .cus-col figure img {
    position: relative;
    z-index: 2;
    width: 100%;
}
.products-sec .cus-col figure .cus-image {
    background: no-repeat center center/cover;
    padding-bottom: 75%;
    position: relative;
    z-index: 2;
}
.products-sec .cus-col figure:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    background: rgba(88, 88, 88, 0.6);
    opacity: 0;
    transition: opacity 0.4s ease 0s;
}
.products-sec .cus-col a:hover figure:before {
    opacity: 1;
}
.products-sec .cus-col figure:after {
    content: "";
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    position: absolute;
    /*width: 100%;*/
    height: 3px;
    bottom: 0;
    left: 2px;
    right: 2px;
    z-index: 1;
}
.products-sec .cus-col span {
    display: block;
    padding: 15px 0 30px;
    color: #787474;
}
.green-heading {
    background: #076817;
    border-radius: 2px;  
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    display: inline-block;
    padding: 10px 25px 10px 50px;
    min-width: 250px;
    color: #fff;
    position: relative;
    left: -15px;
    margin: 30px 0 15px;
    font-size: 24px;
}
.in-grn-head {
    left: -40px;
    margin: 0 0 15px;
}
.about-sec-inner {
    border: 1px solid #b0b0b0;
}
.about-detail,
.contact-form {
    padding: 20px;
}
.about-detail figure {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.about-detail figure:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 500px;
    width: 100%;
    margin: auto;
    border-bottom: 2px dotted #b0b0b0;
}
.about-detail figure img {
    width: 100%;
}
.about-detail p {
    padding: 5px;
}
.contact-form input:not([type="submit"]),
.contact-form textarea,
.contact-form .forminator-value {
    background-color: rgba(176, 176, 176, 0.14) !important;
    border: 1px solid rgba(176, 176, 176, 0.13) !important;
    color: #585858 !important;
    margin: 0 0 5px !important;
    width: 100% !important;
    font-size: 16px !important;
    border-radius: 2px !important;
    padding: 5px !important;
    resize: none !important;
}
.contact-form .forminator-row {
    margin-bottom: 0 !important;
}
.contact-form textarea {
    min-height: 130px;
    resize: none;
}
.contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A9A9A9;
}
.contact-form input::-moz-placeholder { /* Firefox 19+ */
    color: #A9A9A9;
}
.contact-form input:-ms-input-placeholder { /* IE 10+ */
    color: #A9A9A9;
}
.contact-form input:-moz-placeholder { /* Firefox 18- */
    color: #A9A9A9;
}
.contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A9A9A9;
}
.contact-form textarea::-moz-placeholder { /* Firefox 19+ */
    color: #A9A9A9;
}
.contact-form textarea:-ms-input-placeholder { /* IE 10+ */
    color: #A9A9A9;
}
.contact-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #A9A9A9;
}
.contact-form input[type=submit] {
    background-color: #f69d15;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border: none;
    padding: 5px;
    border-radius: 2px;
}
#submit .forminator-button {
    background-color: #f69d15;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border: none;
    padding: 5px;
    border-radius: 2px;
    display: block;
    margin-left: auto;
    margin-top: 15px;
}
.contact-form .inp-submit {
    text-align: right;
}
.contact-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.contact-row:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 675px;
    width: 100%;
    margin: auto;
    border-bottom: 2px dotted #b0b0b0;
}
.contact-row .verti-bor {
    position: absolute;
    left: 690px;
    top: 10px;
    bottom: 90px;
    background: rgba(176, 176, 176, 0.6);
    width: 1px;
}
.contact-row form {
    max-width: 660px;
}
.contact-row h4 {
    color: #F69D15;
}
.contact-row ul {
    color: #585858;
    font-size: 12px;
    margin-top: 15px;
}
.contact-form p {
    font-size: 16px;
    max-width: 600px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.map-area iframe {
    width: 100%;
    height: 375px;
}
.two-cols-inner,
.three-cols-inner,
.abrasive-sec-inner,
.ceramic-sec-inner,
.cus-ceramic-sec-inner,
.pcb-sec-inner,
.pads-sec-inner,
.pva-sec-inner,
.cus-cer-detail-inner {
    padding: 25px;
}
.two-cols-row,
.ceramic-top-row,
.cer-in-row,
.ceramic-bot-row,
.ceramic-detail-row,
.cus-ceramic-top-row,
.cus-ceramic-bot-row,
.cus-cer-inner-row,
.pcb-bot-row,
.heading-logo,
.pads-mid-row,
.pads-bot-row,
.pads-bot-col:first-child,
.pva-two-three-row,
.pva-one-three-row,
.cus-cer-detail-row {
    display: flex;
    justify-content: space-between;
}
.two-cols-col,
.ceramic-top-col,
.cer-in-col,
.ceramic-bot-col,
.cus-ceramic-top-col,
.cus-cer-inner-col,
.pads-bot-col,
.pads-bot-col:first-child figure{
    width: 48%;
}
.two-cols-inner h2 {
    margin-bottom: 25px;
}
.two-cols-col ul,
.three-cols-row ul,
.cer-in-col ul,
.ceramic-bot-col ul,
.cus-ceramic-top-sec ul,
.cus-ceramic-bot-sec ul,
.pads-mid-sec ul,
.pva-sec-inner ul,
.abrasive-row ul {
    margin: 15px 0;
    padding-left: 20px;
}
.two-cols-col ul li,
.three-cols-row ul li,
.cer-in-col  ul li,
.ceramic-bot-col ul li,
.cus-ceramic-top-sec ul li,
.cus-ceramic-bot-sec ul li,
.pads-mid-sec ul li,
.pva-sec-inner ul li,
.abrasive-row ul li {
    list-style-type: disc; 
}
.two-cols-col h4 {
    margin: 25px 0 15px;
}
.two-cols-col h5 {
    margin: 15px 0;
}
.two-cols-col figure {
    margin-bottom: 15px;
}
.inquire-btn a {
    position: relative;
    color: #fff;
    padding: 10px 25px;
    background: #f69d15;
    margin: 25px 0 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.inquire-btn a:after {
    content: "";
    background: url('https://ceibatech.mx/wp-content/themes/ceibatech/img/shadow.png') no-repeat 100% 0/cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -26px;
    height: 26px;
}
.three-cols-row,
.ceramic-detail-row,
.cus-ceramic-bot-row {
    border-top: 2px dotted #b0b0b0;
    padding: 25px 0;
    margin: 25px 0;
    display: flex;
}
.three-cols-main .three-cols-row:last-child,
.ceramic-detail-row:last-child {
    border-bottom: 2px dotted #b0b0b0;
}
.three-cols-main > .inquire-btn a {
    margin-top: 0;
}
.three-cols-main > .inquire-btn:last-child {
    display: none;
}
.three-cols-row figure {
    min-width: 250px;
}
.three-cols-row figure img,
.ceramic-detail-col figure img {
    margin: auto;
}
.three-second-col {
    min-width: 300px;
    width: 300px;
    padding: 0 25px;
}
.three-second-col h4 {
    color: #076817;
}
.abrasive-row {
    border-bottom: 2px dotted #b0b0b0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.abrasive-row h2,
.abrasive-inner-row .abrasive-col h4,
.cus-ceramic-sec-inner h4,
.ceramic-page h2,
.three-cols-page h2,
.three-second-col h4,
.three-third-col h4,
.pcb-sec h2,
.pads-mid-sec h2,
.pads-mid-row,
.pva-bot-sec h2,
.pva-bot-sec h4,
.pva-bot-sec h5,
.pva-top-row {
    margin-bottom: 15px;
}
.abrasive-inner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abrasive-inner-row .abrasive-col,
.ceramic-detail-col {
    width: 32%;
}
.abrasive-inner-row .abrasive-col {
    margin: 15px 0;
}
.abrasive-full-row .abrasive-col {
    width: 100%;
}
.abrasive-one-three-row .abrasive-col {
    width: 60%;
}
.abrasive-inner-row .abrasive-col figure {
    filter: grayscale(100%);
}
.abrasive-inner-row .abrasive-col span {
    color: #F69D15;
}
.ceramic-sec p a,
.cus-ceramic-top-col p a,
.ceramic-bot-col ul a {
    color: #076817;
    text-decoration: underline;
}
.ceramic-bot-col:first-child ul,
.pads-mid-row ul:last-child {
    column-count: 2;
    -webkit-column-count: 2;
}
.ceramic-detail-row {
    align-items: center;
    padding: 50px 0;
}
.ceramic-detail-col figure {
    text-align: center;
}
.ceramic-detail-col h4 {
    color: #076817;
}
.ceramic-detail-col p {
    max-width: 250px;
}
.go-top {
    text-align: center;
}
.go-top a {
    color: #076817;
    font-size: 18px;
    text-decoration: underline;
}
.cus-ceramic-sec-inner h2,
.pcb-sec .pcb-top-row p {
    margin-bottom: 25px;
}
.cus-ceramic-bot-col {
    width: 36%;
}
.cus-ceramic-bot-col:first-child {
    width: 61%;
}
.cus-ceramic-bot-col:first-child figure {
    border: 2px solid #000;
    margin-top: 20px;
}
.cus-ceramic-bot-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.cus-ceramic-bot-sec .cus-cer-inner-col:first-child h4 {
    color: #076817;
}
.cus-ceramic-sec-inner .cus-ceramic-top-sec h4,
.ceramic-page h4 {
    margin: 15px 0;
}
.pcb-top-row a {
    color: #F69D15;
    text-decoration: underline;
}
.pcb-bot-row {
    align-items: center;
    border-top: 2px dotted #b0b0b0;
    padding: 20px 0;
}
.pcb-bot-row:last-child,
.pads-bot-row:last-child,
.pva-bot-bot-row {
    border-bottom: 2px dotted #b0b0b0;
    margin-bottom: 15px;
}
.pcb-bot-row .pcb-bot-col {
    width: calc(100% - 150px);
}
.pcb-bot-row .pcb-bot-col:first-child {
    width: 130px;
}
.pcb-bot-row .pcb-bot-col p {
    margin-bottom: 0;
}
.heading-logo {
    align-items: center;
    margin-bottom: 15px;
}
.heading-logo figure {
    margin-bottom: 15px;
}
.pads-top-row {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px dotted #b0b0b0;
}
.pads-mid-row .pads-mid-col {
    width: 57%;
}
.pads-mid-row .pads-mid-col:first-child,
.abrasive-one-three-row .abrasive-col:first-child {
    width: 38%;
}
.pads-mid-sec h4 {
    margin: 15px 0;
}
.pads-bot-sec {
    margin: 25px 0;
}
.pads-bot-col:first-child {
    width: 49%;
}
.pads-bot-sec h4 {
    margin-bottom: 15px;
    color: #076817;
}
.pads-bot-row,
.pva-bot-top-row,
.pva-bot-mid-row,
.pva-bot-bot-row {
    border-top: 2px dotted #b0b0b0;
    padding: 25px 0;
}
.pva-two-three-row {
    margin: 25px 0;
}
.pva-two-three-col {
    width: 54%;
}
.pva-two-three-col:first-child {
    width: 42%;
}
.pva-one-three-col {
    width: 72%;
}
.pva-one-three-col:first-child {
    width: 22%;
}
.cus-cer-detail-row {
    align-items: flex-start;
}
.cus-cer-sidebar-menu {
    width: 300px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    padding: 15px;
}
.cus-cer-sidebar-menu h2 {
    font-size: 19px;
}
.cus-cer-sidebar-menu h2:first-child {
    font-weight: 700;
    margin-bottom: 25px;
}
.cus-cer-sidebar-menu figure {
    margin: 15px 0;
}
.cus-cer-sidebar-menu figure img {
    margin: auto;
}
.cus-cer-sidebar-menu ul li a {
    text-decoration: underline;
    margin-top: 10px;
}
.cus-cer-table {
    width: 60%;
}
.cus-ser-inner-table {
    width: 510px;
}
.cus-cer-table .nav-pills>li+li {
    margin-left: 3px;
}
.cus-cer-table .nav-pills>li>a,
.cus-cer-table .nav-pills>li>a:focus,
.cus-cer-table .nav-pills>li>a:hover {
    padding: 8px 0;
    color: #fff;
    width: 125px;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 2.19px 2.05px 10px 0px rgba(0,0,0,0.33);
    background: #076817 url('https://ceibatech.mx/wp-content/themes/ceibatech/img/button-bg.png') 50% 50% repeat-x;
}
.cus-cer-table .nav-pills>li.contact-tab-btn a {
    background: #f69d15;
}
.cus-ser-inner-table .tab-content {
    margin-top: 25px;
}
.cus-cer-table figure {
    border: 2px solid #000;
    margin-bottom: 15px;
}
.cus-cer-table figure img {
    width: 100%;
}
.edge-top-row figure {
    max-width: 200px;
}
.error-404-sec h1 {
    color: #0a7e40;
    margin: 25px 0;
    font-weight: bold;
}
.error-404-sec p {
    font-size: 16px;
}
.reparacion-page h3 {
    text-align: center;
}
.reparacion-page .reparacion-row {
    border-bottom: 2px dotted #b0b0b0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.reparacion-page .reparacion-row:last-child {
    margin: 0;
}
.reparacion-page .three-cols-row {
    border: none;
    padding-bottom: 0;
}
.reparacion-page .three-cols-row figure {
    min-width: 33%;
}
.reparacion-page .reparacion-slider {
    border: none;
    padding-bottom: 25px;
    margin-top: 0;
}
.reparacion-page .reparacion-slider figure {
    padding: 0 15px;
    min-width: 0;
    display: flex;
    align-items: center;
    height: 100px;
}
.reparacion-page .bl-heading {
    color: #000000;
}
.reparacion-slider .owl-item img {
    width: auto;
    max-height: 100%;
}
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 30px;
    }
    /*    p {
            font-size: 12px;
        }*/
    nav {
        display: none;
        position: absolute;
        right: 0;
        left: 0;
        top: 100%;
        z-index: 9;
    }
    #nav-menu-icon {
        margin: 0 0 0 auto;
        display: block;
    }
    header nav ul {
        flex-direction: column;
    }
    header nav ul li,
    header nav ul li a {
        width: 100%;
    }
    .menu-main-menu-container,
    header nav .menu-main-menu-container > ul > li > a:focus,
    header nav .menu-main-menu-container > ul > li > a:hover,
    header nav .menu-main-menu-container > ul > li > a {
        background: #787474;
    }
    header nav .menu-main-menu-container > ul > li {
        box-shadow: none;
        position: relative;
        border-bottom: 1px solid #fff;
    }
    header nav ul ul li a {
        text-align: left;
        padding-left: 75px;
    }
    header nav ul li:hover ul {
        display: none;
        position: static;
    }
    .sub-menu-icon {
        font-size: 20px;
        color: #fff;
        padding: 3px 5px 2px;
        border-left: 1px solid #fff;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        z-index: 9;
        border-bottom: 1px solid #fff;
    }
    .home-bottom-sec .cus-row {
        flex-direction: column;
    }
    .home-bottom-sec .cus-col {
        width: 100%;
        margin: 10px auto;
    }
    .home-bottom-sec .verti-bor {
        display: none;
    }
    .home-bottom-sec .cus-text-col figure {
        min-width: 40%;
        padding-bottom: 25%;
    }
    .contact-row,
    .ceramic-top-row,
    .ceramic-bot-row,
    .cus-ceramic-top-row,
    .cus-ceramic-bot-row,
    .cus-cer-inner-row,
    .three-cols-row,
    .pads-mid-row,
    .pva-two-three-row,
    .pva-one-three-row,
    .cus-cer-detail-row {
        flex-direction: column;
    }
    .contact-row .verti-bor {
        display: none;
    }
    .contact-row form {
        max-width: none;
    }
    .abrasive-one-three-row .abrasive-col:first-child,
    .abrasive-inner-row .abrasive-col,
    .ceramic-top-col,
    .ceramic-bot-col,
    .cus-ceramic-top-col,
    .cus-ceramic-bot-col,
    .cus-ceramic-bot-col:first-child,
    .cus-cer-inner-col,
    .three-second-col,
    .pads-mid-row .pads-mid-col,
    .pads-mid-row .pads-mid-col:first-child,
    .pva-two-three-col,
    .pva-two-three-col:first-child,
    .pva-one-three-col,
    .pva-one-three-col:first-child,
    .cus-cer-sidebar-menu,
    .cus-cer-table,
    .cus-ser-inner-table {
        width: 100%;
    }
    .cus-ceramic-bot-col,
    .pva-two-three-col:first-child,
    .pva-one-three-col,
    .cus-cer-table {
        margin: 15px 0;
    }
    .cus-ceramic-bot-row {
        padding: 10px 0;
        margin: 10px 0;
    }
    .three-second-col {
        padding: 15px 0;
        min-width: 0;
    }
    .cus-cer-sidebar-menu figure {
        width: 48%;
        display: inline-block;
    }
    .cus-cer-table .nav-pills>li>a,
    .cus-cer-table .nav-pills>li>a:focus,
    .cus-cer-table .nav-pills>li>a:hover {
        width: auto;
    }
    .nav {
        display: flex;
    }
    .nav-pills>li {
        float: none;
        width: 25%;
    }
    .reparacion-page .three-cols-row {
        margin-bottom: 0;
    }
    .reparacion-page .reparacion-slider {
        margin-bottom: 25px;
    }
    .reparacion-page .three-cols-row figure {
        margin: 15px 0;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 20px;
    }
    header nav .menu-main-menu-container > ul > li > a {
        padding: 4px 20px;
    }
    header nav ul ul li a {
        padding-left: 35px;
    }
    .banner-slider {
        margin-bottom: 15px;
    }
    .footer {
        margin-top: 15px;
        padding-top: 15px;
        flex-direction: column;
        align-items: center;
    }
    .products-sec .cus-col {
        width: 32%;
    }
    .green-heading {
        min-width: 200px;
        font-size: 20px;
    }
    .map-area iframe {
        height: 300px;
    }
    .two-cols-inner,
    .three-cols-inner,
    .abrasive-sec-inner,
    .ceramic-sec-inner,
    .cus-ceramic-sec-inner,
    .pcb-sec-inner,
    .pads-sec-inner,
    .pva-sec-inner,
    .cus-cer-detail-inner {
        padding: 15px;
    }
    .two-cols-row,
    .ceramic-detail-row,
    .pads-bot-row {
        flex-direction: column;
    }
    .two-cols-col,
    .ceramic-detail-col,
    .pads-bot-col,
    .pads-bot-col:first-child,
    .cus-ser-inner-table {
        width: 100%;
    }
    .ceramic-detail-col figure {
        text-align: left;
    }
    .ceramic-detail-col figure img {
        margin-right: auto;
        margin-left: 0;
    }
    .pads-bot-col:first-child {
        margin-bottom: 15px;
    }
    .cus-cer-table .nav-pills>li>a,
    .cus-cer-table .nav-pills>li>a:focus,
    .cus-cer-table .nav-pills>li>a:hover {
        font-size: 13px;
    }
    .edge-top-row figure {
        max-width: 175px;
    }
}
@media (max-width: 500px) {
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 18px;
    }
    .banner-slider h1 {
        padding: 5px;
        max-width: 225px;
        line-height: 1.2;
    }
    .home-bottom-sec .cus-col {
        flex-direction: column;
    }
    .home-bottom-sec .cus-text-col figure {
        margin: 15px 0;
        padding-bottom: 70%;
    }
    .products-sec .cus-col {
        width: 47%;
    }
    .map-area iframe {
        height: 275px;
    }
    .cer-in-row,
    .pcb-bot-row {
        flex-direction: column;
    }
    .cer-in-col,
    .pcb-bot-col,
    .pcb-bot-row .pcb-bot-col {
        width: 100%;
    }
    .ceramic-bot-col:first-child ul {
        column-count: 1;
        -webkit-column-count: 1;
    }
    .pcb-bot-col figure {
        margin: 0 0 25px;
    }
    .nav {
        flex-direction: column;
    }
    .nav-pills>li {
        width: 100%;
    }
    .cus-cer-table .nav-pills>li+li {
        margin-left: 0;
    }
    .heading-logo {
        flex-wrap: wrap;
    }
}