.map-content ul li{
    /* list-style: inherit; */
    list-style-type: square;
}
.image-slider-item {
    padding: 0;
    margin: 0 10px!important;
}
.common-space {
    padding: 40px 0;
    margin: 0;
}
.text-and-image {
    padding: 0 0 20px 0;
    margin: 0 auto;
}
.text-and-image img {
    padding: 0;
    margin: 0;
    /* width: 100%; */
    height: 100%;
    border-radius: 8px;
}
.small img {
    width: 89% !important;
    display: block;
    margin: auto !important;
}
.medium img {
    width: 80% !important;
    display: block;
    margin: auto !important;
}
.large img {
    width: 100% !important;
    display: block;
}
.text-and-image-mobile img{
    width: 100%;
    height: 100%;
}
.text-and-image-content {
    margin: 0 auto;
}
.txtimg-empty {
    background-color: transparent;
}
.txtimg-icon {
    padding: 0;
    margin: auto;
}
.txtimg-icon .img-icon {
    padding: 10px;
    margin: 0 auto;
    display: table;
    border-radius: 50%}
.txtimg-icon .img-icon i {
    font-size: 78px;
    background-color: transparent;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}
.text-and-image-content p {
    padding: 0 0 15px 0;
    margin: 0;
}
.text-and-image-content ul li {
    padding: 0 0 10px 18px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
/* .text-and-image-content ul li:after {
    position: absolute;
    left: 0;
    top: 3px;
    content: '\f052';
    font-family: FontAwesome;
    font-size: 13px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
} */
@media (min-width:280px) and (max-width:767px) {
    .text-and-image-content {
    padding: 0 0;
}
.nt-bottom-space {
    /* padding-bottom: 30px!important; */
    padding: 20px 0px;
    margin: 20px 0px;
}
.text-and-image-content p span {
    font-size: 17px!important;
    line-height: 24px;
}
.text-and-image-content span {
    line-height: 28px;
}
.text-and-image-content ul li h1 span, .text-and-image-content ul li h2 span, .text-and-image-content ul li h3 span, .text-and-image-content ul li h4 span, .text-and-image-content ul li h5 span, .text-and-image-content ul li h6 span {
    font-size: 18px!important;
}
.text-and-image-content ul li p span {
    font-size: 18px!important;
}
.text-and-image-content ul li span {
    font-size: 18px!important;
    line-height: 24px;
}
}@media (min-width:768px) and (max-width:1199px) {
    .text-and-image-content {
    padding: 10px;
}
.nt-bottom-space {
    padding-bottom: 30px!important;
}
.text-and-image-content p span {
    font-size: 17px!important;
    line-height: 24px!important;
}
.text-and-image-content span {
    line-height: 28px;
}
.text-and-image-content ul li h1 span, .text-and-image-content ul li h2 span, .text-and-image-content ul li h3 span, .text-and-image-content ul li h4 span, .text-and-image-content ul li h5 span, .text-and-image-content ul li h6 span {
    font-size: 18px!important;
}
.text-and-image-content ul li p span {
    font-size: 18px!important;
}
.text-and-image-content ul li span {
    font-size: 18px!important;
    line-height: 24px;
}
}@media (min-width:1200px) and (max-width:4000px) {
    .nt-bottom-space {
    /* margin-bottom: 20px!important; */
    padding: 10px;
}
}
.left-align {
    text-align: left;
}
.right-align {
    text-align: right;
}
.common-btn {
    padding: 10px 40px 10px 30px;
    margin: 0;
    font-size: 16px;
    display: table;
    position: relative;
}
.common-btn:after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 16px;
    right: 16px;
    position: absolute;
    top: 11px;
    font-weight: 300;
}
.oval {
    border-radius: 50px !important;
}
@media (min-width: 280px) and (max-width: 767px){
    /* .text-and-image{
        display: none;
    } */
    .text_image_alphabet_three {
        padding: 5px 0px !important;
    }
    .text-and-image-mobile{
        display: block !important;
        width: 100%;
    }
    .text-and-image-mobile img{
        display: block !important;
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 4000px){
    .text-and-image-mobile{
        display: none !important;
        
    }
    .text-and-image{
        display: block;
    }
}
.bg-img-common, .common-space, .common-text-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.txtimg1 {
    display: flex;
    align-items: center;
}
.rite_sid {
    flex-direction: row-reverse;
}
.left_sid {
    flex-direction: row;
}

/* .text_image_alphabet_three {
    padding: 85px 0px;
}
.text_image_img_con {
    padding: 130px 0px;
}
.text_image_alphabet_one {
    padding: 55px 0px;
} */

@media only screen and (max-width: 991px) {
    .txtimg1  {
        display: block;
    }
}