@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;800&display=swap');

*,

*::before,

*::after {

    padding: 0;

    margin: 0;

    box-sizing: border-box;

    scroll-behavior: smooth;

    text-decoration: none;

    list-style: none;

    /* font-family: 'Poppins', sans-serif; */

}

.zz {

    border: 2px solid red;

}

.z-center {

    display: flex;

    align-items: center;

    justify-content: center;

}

.z-center-down {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

}

img {

    width: 100%;

}

a {

    text-decoration: none;

    color: unset;

}



.z-new-table-img-check{

    width: 15px;

}

.z-new-table-img-close{

    width: 12px;

    filter: contrast(0.2);

}

tbody tr:nth-last-of-type(even){

    background: #e0e0e0;

}

.z--table-private tr th{

    font-weight: 600;

}

.z--table-private tr th, .z--table-private-body tr td{

    text-align: center;

}

.z--table-private-body tr td h6{

    text-align: start;

    width: 300px;

}

.z--width-td{

    width: 200px;

}









.z--hr-border-bottom{

    border: 2px solid red;

    align-self: baseline;

    width: 100px;

    opacity: 1;

}

.z--small-division{

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

}

.z--small-division-img{

    width: 30%;

}

.dwncatlnk img{

    width: unset !important;

}

.z--benefit-selling h6{

    line-height: 1.5;

}



.z--small-division-button{

    padding: 10px 20px;

    margin: 0 10px;

    border: 2px solid red;

}

.z--animated-section-card.z-border{

    border: 0 1px 0 1px solid red;



}

.z--btn-private-label{

    background-color: #ac2e37;

    color: #fff;

    /* max-width: 175px; */

    display: flex;

    font-size: 15px;

    padding: 15px 40px;

    align-items: center;

    justify-content: center;

    transition: .30s all ease;



}

.z--btn-private-label:hover{

    background-color: #000;

}

.z--private-section-ul li{

    border: 1px solid rgb(34, 34, 34);

    padding: 20px;

    display: flex;

    align-items: center;

    margin: 20px 0;

}

.z--private-section-ul-img{

    background-color: #ac2e37;

    padding: 10px;

    margin: 0 20px;

}





.z--private-section-ul-img img{

    width: 20px;

}





/* service page strays heade */



.z--service-hr{

    width: 200px;

}

.z--service-coloured-heading{

    color: #ac2e37;

}



.carousel-wrap {

    /* margin: 90px auto; */

    /* padding: 0 5%; */

    /* width: 80%; */

    position: relative;

}



.owl-carousel .item {

    position: relative;

    z-index: 100;

    -webkit-backface-visibility: hidden;

}



.owl-nav > div {

    margin-top: -26px;

    position: absolute;

    top: 50%;

    color: #cdcbcd;

}



.owl-nav i {

    font-size: 52px;

}



.owl-nav .owl-prev {

    left: -30px;

}



.owl-nav .owl-next {

    right: -30px;

}

.z--service-caraousel{

    /* background: #f2f2f2; */

    border-radius: 20px;

    position: relative;

    /* height: 250px; */

}

.z--product-service-content{

    position: absolute;

    top: 25%;

    right: 0;

    padding: 0 20px;

    width: 58%;

    

}

.z--service-number-box{

    background:#ac2e37;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    margin-bottom: 10px;

    margin-left: auto;

    margin-right: 10px;

}





.owl-carousel .owl-nav .owl-prev{

    width: 50px;

    height: 50px;

    background-image: url("../images/z--service-left-arrow.png");

}

.owl-carousel .owl-nav .owl-prev{

    width: 20px;

    height: 40px;

    background-image: url("../images/z--service-right-arrow.png");

    background-size: 100%;

    background-repeat: no-repeat;

}

.owl-carousel .owl-nav .owl-next{

    width: 20px;

    height: 40px;

    background-image: url("../images/z--service-left-arrow.png");

    background-size: 100%;

    background-repeat: no-repeat;

}

.owl-nav i{

    display: none;

}



.z--service-caraousel{

    transition: .30s all ease;

    overflow: hidden;

    

}



.z--service-caraousel:hover  .z--service-caraosel-img{

    animation: both zaheer-zz 1s;

    transition: .30s all ease;

    

}

@keyframes zaheer-zz {

    0%{

        transform: scale(1);

    }

    100%{

        transform: scale(1.05);

    }

}

.z--coloured-section{

    background: #f0f0f0;

}

/*.z---service-button{

    padding: 12px 20px;

    font-size: 14px;

    line-height: 18px;

    width: 80%;

    text-transform: capitalize;

    color: #FFF;

    background:#ac2e37;

}*/

.z-ready-to-begin{

    display: flex;

    align-items: center;

    min-height: 25px;

    flex-direction: column;

}

.z--service-pen {

    display: flex;

    align-items: center;

    justify-content: center;

}

.z--service-pen img{

    width: 60%;

}   

.z--service-table tr td{

    border: 1px solid rgb(187, 187, 187);

    padding: 20px 10px;

    text-align: center;

}

.z--service-table tr:nth-last-child(even){

    padding: 10px;





}