.rev-doors .container .row .col-lg-6 .classic-revolving-img{
    height: 95%;
}
.revolving-div p{
    font-size: 20px !important;
    font-weight: 400 !important;
}
.revolving-div .section-title {
    /* margin-bottom: 25px !important; */
    text-align: left !important;
}
.revolving-div .section-title span{
    font-size: 24px !important;
}
.ri-check-line.rev-check{
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 30px;
    text-align: center;
    background-color: var(--main-color);
    border-radius: 50%;
    color: var(--white-color);
}
.ri-check-line.rev-check:before{
    position: absolute;
    left: 3px;
    font-size: 15px;
    top: -4px;
}

.contemporary-doors{
    /*background-color: #EFFFFD;*/
}
.revolving-div .section-title{
    margin: 0px 0px 0px 0px;
}
.about-content.revolving-div{
    height: 95%;
}
tr>td{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
@media only screen and (max-width: 600px) {
    .rev-doors .container .row .col-lg-6:last-child{
        margin-top: 30px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .rev-doors .container .row .col-lg-6:last-child{
        margin-top: 30px;
    }
    .security-doors .container .row .col-lg-6 img{
        margin-left: -50px;
    }
    .swingimage img{
        min-width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .rev-doors.contemporary-doors .container .row {
        flex-direction: row-reverse;
    }
}

@media only screen and (min-width: 1200px) {
    .rev-doors.contemporary-doors .container .row {
        flex-direction: row-reverse;
    }
	.sleek-pic{
        margin-left: 80px;
    }
}