/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.msgg {
    color: #FFF;
    font-weight: 700;
    font-size: 17px;
    text-align: justify;
}
.panel.panel-pink {
    margin-top: 20px;
    box-shadow: 0px 0px 10px #888;
    border-color: #EF5160;
}
.panel.panel-pink .panel-heading {
    font-weight: 700;
    border-radius: 0px;
    color: #FFF;
    background-color: #EF5160;
    font-size: 18px;
    letter-spacing: .5px;
}
.panel.panel-pink .panel-body {
  background-color: #F2F2F2;
  color: #4D4D4D;
	 font-size: 15px;
	font-weight: 700;
}
.text-theme-color-2, .widget .twitter-feed li::after, .work-gallery .gallery-bottom-part .title {
    color: #F2184F;
}
i.fa.fa-whatsapp.upper {
    color: #25D366;
    font-size: 18px;
}
.enrollbt {
    position: absolute;
    right: 25px;
    top: 190px;
    width: 171px;
    height: 81px;
    display: block;
    z-index: 99999;
}
.font-13 {
    font-size: 16px!important;
}
.font-14 {
    font-size: 16px!important;
}
@media only screen and (max-width: 768px) {
.navbar-nav>li {
    padding: 5px 16px;
    border-right: 1px solid #dadada;
}
.navbar-brand>img {
    display: block;
    width: 100%;
    margin-top: 8px;
    height: 55px;
    object-fit: scale-down;
}
}
@media only screen and (max-width: 767px) {
	.enrollbt {
    position: absolute;
    right: 15px;
    top: 145px !important;
    width: 166px;
    z-index: 9999;
    height: 81px;
    display: block;
}
.navbar-brand>img {
    display: block;
    width: 45%;
    margin-top: 15px;
    object-fit: inherit;
    height: auto;
}	
.header-right-info h4 {
    font-size: 14px;
}
.header-right-info .single-header-right .icon-box .inner {
    margin-right: 6px;
}
.header-right-info .single-header-right .icon-box, .header-right-info .single-header-right .text-box {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0;
    float: left;
}
.header-right-info .single-header-right + .single-header-right {
    margin-left: 0;
    margin-top: 10px;
}
}