.w2410{
width:100%;
max-width:1000px !important;	
}
.w2410 .social-text{
line-height: 20px;
font-size: 15px;
height: 40px;
overflow: hidden;
margin-bottom: 15px;	
}
.w2410 .social-time{
font-size: 12px;	
}

@media (min-width: 576px) {
.w2410 .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
    }
}

@media (min-width: 576px){
.w2410 .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    }
}

.w2410 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

@media (max-width: 992px){
    .w2410 .social-card {
    flex: 1 0 30% !important;
    display: block;
    margin: 0px auto;
    }
}

.w2410 .card {
    box-shadow: none;
    background-color: #eff1f0;
    border-radius: 4px;
}

.w2410 .social-img {
    max-width: 50px;
    margin-left: -25px;
    margin-bottom: -50px;
    z-index: 100;
}

.w2410 .social-card {
    background-color: #fff !important;
}

.w2410 .ml-auto, .w2410 .mx-auto {
    margin-left: auto!important;
}

.w2410 .insta-bg {
    background-color: #f7504d;
    padding: 5px;
}
.w2410 .social-head {
    color: #fff;
    text-align: center;
    font-size: 16px;
	height:70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.w2410 .social-share-text-i {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    padding: 5px;
    background-color: #f7504d;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    width: 50%;
}

.w2410 .social-share-text-t {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    padding: 5px;
    background-color: #50abf1;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    width: 50%;
}

.w2410 .twitter-bg {
    background-color: #50abf1;
    padding: 5px;
}

.w2410 .social-share-text-f {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    padding: 5px;
    background-color: #4267b2;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    width: 50%;
}

.w2410 .fb-bg {
    background-color: #4267b2;
    padding: 5px;
}

.w2410 .in-bg {
    background-color: #0077b7;
    padding: 5px;
}

.w2410 .social-title {
    margin-bottom: 0px;
}

.w2410 .social-share-text-in {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    padding: 5px;
    background-color: #0077b7;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    width: 50%;
}

@media (min-width: 768px){
.w2410 .container, .w2410 .container-md, .w2410 .container-sm {
    max-width: 1200px;
}
}

@media (min-width: 576px){
.w2410 .container, .w2410 .container-sm {
    max-width: 1200px;
}
}

.w2410 .container, .w2410 .container-fluid, .w2410 .container-lg, .w2410 .container-md, .w2410 .container-sm, .w2410 .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.w2410 .social-body {
    background-color: #eff1f0;
    padding: 12px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.w2410 .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

@media (min-width: 576px){
.w2410 .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
}