.tableOuter {
    width: 100%;
    float: left;
    overflow-x: auto;
    padding-bottom: 0;
    box-shadow: 5px 3px 31px 0 #e6eaeb;}

.tableOuter table {
    width: 100%;
    border: 1px solid #cbcbcb;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.titleText h2 {
    float: none;
    width: 100%;
    margin: 0 0 15px; 
    display: inline-block;
	text-align: center;
    /* sanket 21 aug */
    text-transform: uppercase;
    /* sanket 24 sept */
    color: #005596;
    }
.titleText{
    padding: 20px 0 0 0;
    /*position: relative;*/

        }

.titleText .common_discription { 
    color: #000;
    float: left;
    font-family: "Rubik-Regular";
    font-size: 1.8rem;
    font-weight: normal;
    padding: 25px 10px 20px;
    width: 100%;
    text-transform: none;
    line-height: normal;
}

.listingDetails {
    /* margin: 30px auto 0; */
    margin: -1px auto 0;
}

.listing_doubleColoumn {
    /* margin: 30px auto 0; */
    margin: -1px auto 0;
}

.listing-div p {
    color: #000;
}

/* sanket 21 aug */
.listing_doubleColoumn ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.listingDetails ul li {
    font-family: AllianzSans !important; 
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    position: relative !important;
	    padding: 1% !important;
    color: #000 !important;
    margin-bottom:0px !important
}
.listing_doubleColoumn ul li {
    font-family: AllianzSans;
    font-weight: 400;
    font-size: 1.8rem;
    position: relative;
    padding: 15px 1px 1px 17px;
    color: #000;
    margin-bottom:0px;
    /* width: 48%;
    float: left; */
}
.listing_threeColumn li {

    width: 32% !important;

}

.listingDetails ul li:before {
    left: 0;
    background-color: #ff9b41;
}

.listing_doubleColoumn ul li:before {
    left: 0;
    background-color: #ff9b41;
}

.listingDetails ul li:before {
    width: 8px !important;
    height: 8px !important;
    top: 21px !important;
    border-radius: 50% !important;
    position: absolute !important;
    content: '' !important;
    margin-bottom:0px !important
}

.listing_doubleColoumn ul li:before {
    width: 8px;
    height: 8px;
    top: 21px;
    border-radius: 50%;
    position: absolute;
    content: '';
}

.listingDetails ul li h3{
    padding-left:0px !important;

}
/*sanket 11 sept start*/

@media screen and (max-width:1400px) {

	.listingDetails ul li:before {
        top: 19px !important;
    }

    .listingDetails ul li {
        padding: 1% 2% !important;
    }
}

/*sanket 11 sept end*/
/* sanket 28 Aug start */

@media screen and (max-width:1200px) {

    .listingDetails ul li {
    	padding: 1% 2% !important;
    }

    .listingDetails ul li:before {
        top: 17px !important;
    }

}
@media screen and (max-width:992px) {

    .listingDetails ul li:before {
        top: 15px !important;
    }

}
/* sanket 28 Aug end */

@media screen and (max-width:768px) {

    /* sanket 21 aug */
    .listing_doubleColoumn ul{
        display: grid;
        grid-template-columns: auto;
    }


	.listingDetails ul li:before {
        top: 12px !important;
    }
    */

    .listing_doubleColoumn ul li:before {
        top: 11px;
    }

    .listingDetails ul li {
    	margin-bottom: 10px;
    	padding: 1% 4% !important;
    }

    .listing_doubleColoumn ul li {
        margin-bottom: 10px;
    	padding: 1% 4% !important;
    	width:100%;
    }

.listing_threeColumn li {
    width: 100% !important;
}
}
/* sanket 10 sept 2024 start */

@media screen and (max-width:700px){
	.listingDetails ul li:before {
        top: 15px !important;
    }
}
@media screen and (max-width:600px){
	.listingDetails ul li:before {
        top: 11px !important;
    }
}
@media screen and (max-width:400px){
	.listingDetails ul li:before {
        top: 9px !important;
        /* sanket 5 dec 2024  start*/
        left: -10px;
        /* sanket 5 dec 2024 end */
    }
}
/* sanket 10 sept 2024 end */