
.close-animatedModal{ color:#fff; text-align:right; font-size:30px; padding:10px 10px 0px 20px; cursor:pointer;}
.close-animatedModal i{ font-weight:normal;}

.card_popupdesign{ color:#fff;}

.tab-content{}
.tab-content .tab-pane{}

.animatedModal-on {overflow: hidden !important;}

.card_popupdesign .personal_cards_content ul{max-width:90%;}
.card_popupdesign .personal_cards_content{max-width:90%; padding-bottom:160px;}
.card_popupdesign .personal_cards_content h6, .card_popupdesign .personal_cards_content h1, .card_popupdesign .personal_cards_content p{ color:#fff;}

.tab-content {overflow: hidden;}

.tab-pane.active {
    animation: fadeInDown 0.5s ease-out;
}

@keyframes slide-down {
    0% { opacity: 0; transform: translateY(100%); }
    100% { opacity: 1; transform: translateY(0); }
}




@media only screen and (min-width:1201px) and (max-width:1400px) {


}

@media only screen and (min-width:992px) and (max-width:1200px) {

}
@media only screen and (min-width:768px) and (max-width:991px) {


}
@media only screen and (min-width:480px) and (max-width:767px) {
.animatedModal-on {overflow: auto !important;}
.card_popupdesign .personal_cards_content{padding-bottom:20px;}


}
@media only screen and (max-width:479px) {
.animatedModal-on {overflow: auto !important;}
.card_popupdesign .personal_cards_content{padding-bottom:20px;}



}


