main#main {
    padding-top: 0;
    padding-bottom: 0;
}
.avada-page-titlebar-wrapper {
    display: none;
}
.bi-feature .fusion-column-wrapper {
    justify-content: space-between;
}
.bi-feature .fusion-image-element {
    margin: 0px 0px 0px 0px;
    padding: 50px 30px 20px 30px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    height: 260px;
    width: 250px;
    position:relative;
    transition:.3s;
}
.bi-feature .fusion-image-element:hover{
    background-color:#720202 !important;
    color:#fff !important;
}
.bi-feature .fusion-image-element:hover img{
    filter: invert(1)
}
.bi-feature .fusion-image-element:before {
    content:'';
    z-index: 9;
    content: '';
    width: 44px;
    height: 45px;
    position: absolute;
    right: -23px;
    top: -24px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
}
.bi-feature .fusion-image-element:after {
    z-index: 9;
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: -23px;
    left: -22px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #000;
    transform: rotate(225deg);
}

.bi-feature .awb-imageframe-caption-title {
    margin-top: 17px;
}
.fusion-form-3349 .fusion-form-field{
    margin:10px !important;
}
.fusion-form-3349 :is(input,select) {
    border: none;
    height:60px !important;
    font-family:'Raleway', sans-serif;
    font-size:16px !important;
}


/* slider css start */
.service__content :is(h3,p) {
    font-family: 'Raleway', sans-serif;
}
        .service__wrapper {
            max-width: 1315px;
            margin: auto;
            font-family: 'Raleway', sans-serif !important;
        }

        .testimonial__wrapper {
            margin: auto;
            font-family: 'Raleway', sans-serif !important;
        }

        .service__items,
        .testimonial__item {
            margin: 0 20px;
            position: relative;
        }

        .testimonial__item {
            padding: 40px;
            background-color: #970303;
            position: relative;
            clip-path: polygon(0 0, 92% 0, 100% 9%, 100% 100%, 9% 100%, 0 93%);
            text-align: center;
						height:417px !important;
        }

        .testimonial__item:before {
            content: "";
            background-color: #fff;
            width: 99%;
            height: 99%;
            position: absolute;
            top: 0;
            left: 0;
            margin: auto;
            bottom: 0;
            right: 0;
            z-index: -1;
            clip-path: polygon(0 0, 92% 0, 100% 9%, 100% 100%, 9% 100%, 0 93%);
        }

        .service__thumbnail {
            width: 100%-webkit-fill-available position: relative;
        }

        .service__thumbnail img {
            width: 100%;
        }



        .service__content {
            position: relative;
            clip-path: polygon(0 0, 90% 0, 100% 12%, 100% 100%, 9% 100%, 0 89%);
            margin: auto;
            margin-top: -150px;
            background-color: #f5f5f5;
            width: 90%;
            padding: 5px 15px 30px 30px;
        }

        a.service__btn {
            font-size: 20px;
            text-decoration: underline;
            font-weight: 500;
        }

        ul.slick-dots li {
            list-style: none;
        }

        ul.slick-dots li.slick-active button {
            background-color: red;
        }

        ul.slick-dots li button {
            font-size: 0;
            padding: 0;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: none;
        }

        ul.slick-dots {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }

        .testimonial__author {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px
        }

        .testimonial__content {
            font-size: 18px;
            line-height: 1.4em;
            color: #848484;
        }

        .testimonial__author h3 {
            font-size: 30px;
            font-weight: 500;
        }
/* slider css end */


/*  */

.service__content  h3 {
    color: #000000;
    font-family: "Raleway", Sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.service__content li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    position: relative;
}

.service__content ul li:before {
    content: "✔";
    position: absolute;
    width: 10px;
    height: 10px;
    left: -20px;
    top: 0;
    font-size: 13px;
}

.service__content ul li::marker {
    font-size: 0;
}

.service__content ul {
        padding-left: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service__content a.service__btn {
    font-size: 16px;
    font-weight: 600;
}

.service__content a.service__btn:hover {
    color: #970303;
}
.service__items:hover .service__content {
    background: #970303;
    transition: all .5s;
}

.service__items {
    /* transition: all .5s; */
}

.service__items:hover .service__content h3 {
    color: #fff;
}

.service__items:hover .service__content li {
    color: #fff;
}

.service__items:hover .service__content a {
    color: #fff;
}
/*  */
.inner-banner {
    position: relative;
}

.inner-banner:before {
    content: '';
    position: absolute;
    background-color: #000000a1;
    inset: 0;
}

.appointment-btn{
background:#720202;	
}


.appointment-btn:hover{
background:#720202;	
}

.blog_btn{
background:#720202;		
}

.blog_btn:hover{
	background:#000;
}
.service__slider2 {
    display: flex;
    margin-top: 50px;
	flex-wrap:wrap;
}
.post__items .service__content {
    margin-top: -40px;
    width: 100%;
    padding-top: 50px;
    z-index: 1;
}
.post__items :is(p,ol,ul,li) {
    display: none;
}
.bi-feature .fusion-image-element:hover .awb-imageframe-caption-title {
    color: #fff;
}
.testimonial__content :is(p,ul) {
    text-align: left;
    color: #000 !important;
    margin-top: 20px;
}



.vdo {
	color:#cd2220;
	text-transform: capitalize;
	text-decoration:underline;
}

.vdo:hover{
color:#cd2220;
text-decoration:underline;	
}

.vdo2{
color:#cd2220;
text-decoration:underline;	
}

.vdo2:hover{
color:#cd2220;
	text-decoration:underline;
}

.feature-sec{
	display:none;
}

/* .setup{
	font-size:12px;
} */

.service__slider2 .service__items.post__items {
    width: 29%!important;
    margin-bottom: 4rem!important;
}
 
.main__blog .service__thumbnail img {
    width: 100%;
    height: 300px;
} 

ul.awb-menu__sub-ul.awb-menu__sub-ul_main {
    top: 56px;
}


.ph{
color:#000;	
	
}


.ph:hover{
color:#000;	
}

.scan{
font-size:14px;
padding-left:10px;
}	
	
	
.contactUs{
text-decoration:none;
color:#fff!important;	
}
.left-border {
    border-left: 4px solid #fff;
    padding: 0 20px;
    margin-bottom: 40px;
}

.elementor-element-943020a {
    background-color: #970303;
    clip-path: polygon(0 0, 94% 0, 100% 29%, 100% 100%, 6% 100%, 0 76%);
    padding: 24px 30px;
    color: #fff !important;
}
.elementor-element-943020a a {
    color: #000 !important;
    font-weight: 900;
}
.post__items .service__content {
   
    min-height: 250px;
}