﻿/*===================================
    (c) 2025 DevArt Software Co.
    Client : Sashri Global LLC
====================================*/

body
{
    background: #ffffff;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    height: auto;
}

h1, h2, h3, h4
{
    font-weight: bold;
    letter-spacing: 2px;
}

.heading
{
    font-size: 20px;
}

.subheading
{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 60px;
}

.bold
{
    font-weight: bold;
}

p
{
    line-height: 28px;
    font-size: 15px;
}

a
{
    outline: none !important;
    color: inherit;
}

a:hover
{
    color: inherit;
}

hr
{
    width: 180px;
    border-color: #CCC;
}

.section-title strong
{
    color: #894a9b;
    font-size: 56px;
}

.section-title h1
{
    font-size: 24px;
}

.section-title
{
    padding-bottom: 32px;
    text-align: center;
}

.medium-icon
{
    font-size: 32px !important;
}

#work, #about, #team, #dynamic, #products,
#portfolio, #pricing, #contact
{
    padding-top: 100px;
    padding-bottom: 100px;
}

.ColoredTitle
{
    color: #ee4bb6;
    text-shadow: 1px 1px 2px #000;
}

.Hide
{
    display: none !important;
}

.Show
{
    display: block !important;
}

.Justify
{
    text-align: justify;
}

.MobileOnly
{
    display: none;
}

.DesktopOnly
{
    display: inline;
}

@keyframes HeartBeat
{
    0%, 100%
    {
        transform: scale(1);
    }

    25%
    {
        transform: scale(1.2);
    }

    50%
    {
        transform: scale(1);
    }

    75%
    {
        transform: scale(1.2);
    }
}

/* ==========================================================================
preloader section
========================================================================== */
.preloader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.preloader img
{
    width: auto;
    position: absolute;
    top: 100px;
}

@media all and (max-width: 480px)
{
    .preloader img
    {
        width: 90%;
    }
}

.sk-spinner-circle.sk-spinner
{
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 100px;
}

.sk-spinner-circle .sk-circle
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-spinner-circle .sk-circle:before
{
    content: '';
    display: block;
    margin: 0 auto;
    width: 20%;
    height: 20%;
    background-color: #894a9b;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2
{
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3
{
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4
{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5
{
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6
{
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7
{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8
{
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9
{
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10
{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11
{
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12
{
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before
{
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before
{
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before
{
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before
{
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before
{
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before
{
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before
{
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before
{
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before
{
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before
{
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before
{
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay
{
    0%, 80%, 100%
    {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay
{
    0%, 80%, 100%
    {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* ==========================================================================
common
========================================================================== */
.MeriendaOne
{
    font-family: 'Merienda One';
    text-shadow: 2px 2px 2px #000;
}

.FontXXL
{
    font-size: 48px !important;
}

@media (min-width:1280px)
{
    .container
    {
        width: 1280px;
    }
}

/* ==========================================================================
navigation section
========================================================================== */
.custom-navbar
{
    margin-bottom: 0;
    background: transparent!important;
}

.custom-navbar .navbar-brand, #LogoLarge
{
    color: #ee4bb6;
    font-weight: 600;
    font-size: 26px;
    font-family: 'Love ya like a sister';
    text-shadow: 1px 1px 2px #000;
}

#LogoLarge img,
.navbar-header img
{
    background: #ffffff;
    padding: 3px 25px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 4px solid #ee4bb6;
}

.custom-navbar .navbar-brand
{
    display: none;
}

.navbar-brand
{
    height: auto !important;
    padding: 0 !important;
}

.custom-navbar .navbar-brand .navbar-toggle
{
    background: #fff;
    padding: 4px 6px;
    font-size: 16px;
    color: #ee4bb6;
}

.custom-navbar .nav li a,
.custom-navbar .nav li a:focus
{
    font-size: 15px;
    font-weight: 500;
    margin-left: 20px;
    padding: 15px;
    text-align: center;
    border: 4px solid #ffffff;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #ffffff;
    background: transparent;
}

.custom-navbar .nav > li > a:focus
{
    border-color: #fff;
    color: #fff;
}

.custom-navbar .nav li a:hover,
.custom-navbar .nav li.active > a,
.custom-navbar .nav li.active > a:focus
{
    border-color: #fff;
    background: #ee4bb6;
    color: #fff;
}

.custom-navbar .navbar-toggle
{
    border: none;
    padding-top: 10px;
    border: 2px solid transparent;
}

.custom-navbar .navbar-toggle .icon-bar
{
    background: #ffffff;
}


.custom-navbar .navbar-toggle:focus,
.custom-navbar .navbar-toggle:hover
{
    background: #ee4bb6;
    border: 2px solid #ffffff;
}

#MenuBar
{
    background: #0000008a !important;
    backdrop-filter: blur(5px);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    visibility: hidden;
}

#TopMenu
{
    float: right;
    background: transparent !important;
}

#LnkBrand,
.Menu,
#TopMenu,
#MenuBar
{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.CartButton
{
    min-width: 50px !important;
    border: 0 !important;
    font-size: 32px !important;
}

.CartButton span
{
    animation: pulse 1s infinite;
}

@media(min-width:992px)
{
    .custom-navbar
    {
        background: #fff;
        border-bottom: 0;
        background: 0 0;
    }

    .custom-navbar.top-nav-collapse
    {
        padding: 8px;
        background: #fff;
        box-shadow: rgba(213, 136, 232, 0.5) -5px 15px 50px;
    }
}


/* ==========================================================================
home section
========================================================================== */
#home
{
    background-size: cover;
    background-position: center;
    color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    position: relative;
    z-index: 10;
}

#home h1
{
    font-size: 40px;
    color: #ffffff;
}

#home h3
{
    font-size: 14px;
}

#home hr
{
    width: 240px;
}

#home .btn,
.StoreButton
{
    background: #894a9b8e;
    border: 4px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 20px 60px;
    margin-top: 40px;
    transition: all 0.5s ease-in-out;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    backdrop-filter: blur(5px);
}

#home .btn:hover,
.StoreButton:hover
{
    background: linear-gradient(180deg, rgb(237, 58, 176) 0%, #590888 150%) !important;
    border-color: #ffffff;
    color: #ffffff;
}

#home .btn i,
.StoreButton i
{
    font-size: 24px;
}

#home .btn-danger
{
    background: #ee4bb6;
    border-color: transparent;
}

#home .btn-danger:hover
{
    border: 4px solid #ffffff;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
}

.Menu
{
    width: 300px;
    float: right;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    background: rgba(0, 0, 0, 0.4) !important;
    z-index: 11;
    background: #0000008a !important;
    backdrop-filter: blur(5px);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    box-shadow: rgba(213, 136, 232, 0.5) 0px 2px 5px;
}

#DivContactTop
{
    font-weight: 600;
    font-size: 22px;
    font-family: 'Merienda One';
    position: relative;
    z-index: 11;
    color: #49D3CD;
    margin-top: 40px;
    margin-bottom: 25px;
    text-decoration: wavy;
    text-shadow: 0px 1px 0px #000;
}

#DivContactTop span
{
    color: #ee4bb6;
}

#DivContactTop hr
{
    margin-bottom: 10px;
}

#DivContactTop span
{
    font-weight: bold;
}

.Menu ul
{
    margin: 20px !important;
    float: none !important;
}

.Menu ul li
{
    width: 100% !important;
    margin-bottom: 20px !important;
}

.Menu ul li a
{
    margin-left: 0 !important;
    padding: 20px !important;
    font-size: 16px !important;
}

#LogoLarge
{
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-size: 32px;
    width: 100%;
}

/* ==========================================================================
work section
========================================================================== */
#work
{
    text-align: center;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(182,237,235,1) 100%);
}

#work .medium-icon
{
    font-size: 48px !important;
    color: #ee4bb6;
}

#work .col-md-4
{
    padding: 28px;
    position: relative;
    transition: all 0.4s ease-in-out;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 4px solid transparent;
}

#work .col-md-4:hover
{
    background-color: #ffffff;
    border-color: #49D3CD;
}

#work h3
{
    font-size: 18px;
}

/*.ProductRow,
.LoaderInline
{
    margin-top: 30px;
    margin-bottom: 30px;
}*/

.ProductRow a:hover
{
    text-decoration: none;
}

#DivLatest
{
    margin-top: 50px;
}

.ProdItem
{
    margin-bottom: 30px;
    border: 4px solid #590888;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
}

#work .col-md-4:hover,
.ProdItem:hover
{
    box-shadow: 0px 2px 10px 0px rgba(132,47,154,0.80);
}

.ProdItem span
{
    float: left;
    position: absolute;
    top: 15px;
    line-height: 1.5;
    padding: 8px 12px 6px 7px;
    background-color: #49D3CD;
    color: #ffffff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.ProdItem img
{
    width: 100%;
    border-top-right-radius: 36px;
}

.ProdItem div
{
    color: #ffffff;
    background: linear-gradient(90deg, #590888 0%, rgb(237, 58, 176) 150%);
    padding: 10px;
    overflow: hidden;
    border-bottom-left-radius: 35px;
    max-height: 56px;
    line-height: 1.5;
    text-align: center;
}


/* ==========================================================================
about section
========================================================================== */
#about
{
    background: #894a9b;
    background: linear-gradient(0deg, rgba(182,237,235,1) 0%, rgba(255,255,255,1) 80%);
}

#about video
{
    border: 4px solid #49D3CD;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #49D3CD;
    width: 100%;
}

.nav-tabs
{
    margin-top: 20px;
    border-bottom: 1px solid #606060;
}

.nav-tabs > li
{
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a
{
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
}

.nav-tabs > li > a:hover
{
    background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
    color: #ee4bb6;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}

.tab-content
{
    padding-top: 20px;
}

.tab-content a
{
    color: #0CC;
}

.tab-content a:hover, .tab-content a:link
{
    color: #FF0;
    text-decoration: none;
}

/* ==========================================================================
dynamic section
========================================================================== */
#dynamic .section-title
{
    text-align: center;
}

#errorrow
{
    padding: 10%;
    background: rgba(132,47,154,0.60);
    border-radius: 20px;
    color: #fff;
    margin: 5% auto;
}

/* ==========================================================================
contact section
========================================================================== */
#contact
{
    background: #3B3B3B url('../images/contact-bg.jpg') no-repeat center center;
    background-size: cover;
    color: #ffffff;
}

#contact .Content
{
    background: rgba(0, 0, 0, 0.4);
    padding: 30px 15px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

#contact h1,
#contact h2
{
    padding-bottom: 20px;
    color: #49D3CD;
}

#contact h3
{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #49D3CD;
}

#contact .medium-icon
{
    padding-top: 10px;
    padding-right: 10px;
}

#contact .contact-info div
{
    padding-top: 14px;
    padding-bottom: 14px;
}

#contact form
{
    padding-top: 0px;
}

#contact .form-control
{
    border: 4px solid #49D3CD;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
    border-radius: 0px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

#contact .form-control:focus
{
    box-shadow: 2px 2px 15px #49d3cd40;
}

#contact input
{
    height: 60px;
}

#contact button, 
.ButtonClose
{
    background: #49d3cd9e;
    border: 4px solid #fff;
    letter-spacing: 1px;
    margin-top: 18px;
    height: 60px;
    color: #eeeeee;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    background: #00c6d77b;
    backdrop-filter: blur(3px);
}

#contact button:hover
{
    background: #49D3CD;
    font-weight: bold;
    color: #ffffff;
}


/* Phone */
#contact .iti__country-list
{
    background-color: #00000099 !important;
    backdrop-filter: blur(10px);
    max-height: 400px;
    left: -45px;
    transition: var(--Transition);
}

#contact .iti__country.iti__highlight
{
    background-color: #00c6d748;
}

#contact .iti--allow-dropdown .iti__flag-container .iti__selected-flag
{
    max-height: 60px;
    background-color: #49D3CD;
    transition: var(--Transition);
    border-bottom-left-radius: 20px;
}

#contact .iti--allow-dropdown .iti__flag-container .iti__selected-flag div
{
    transition: var(--Transition);
}

#contact .iti.iti--allow-dropdown.iti--separate-dial-code
{
    width: 100%;
    margin-top: 10px;
}

#contact .iti.iti--allow-dropdown.iti--separate-dial-code .form-control
{
    margin-bottom: 10px;
}

#contact .iti__country-name
{
    color: #fff;
}

#contact .iti__dial-code
{
    color: #ccc;
}

#contact .CaptchaHolder
{
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 10px 0;
    border: 4px solid #49d3cd;
    transition: all 0.5s ease-in-out;
    background: #49d3cd;
    text-align: center;
    height: 60px;
}

#contact .CaptchaHolder img
{
    transition: all 0.5s ease-in-out;
}



/* ==========================================================================
footer section
========================================================================== */
footer
{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #894a9b;
    color: #fff;
}

footer p
{
    padding-top: 20px;
}

.social-icon
{
    padding: 0;
    margin: 0;
}

.social-icon li
{
    list-style: none;
    display: inline-block;
    padding: 6px;
}

.social-icon li a
{
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
    color: #808080;
    font-size: 20px;
    width: 56px;
    height: 56px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.social-icon li a:hover
{
    color: #ee4bb6;
}

.DevArt
{
    font-size: 10px;
}

/* ==========================================================================
Map section
========================================================================== */
#map
{
    background: #894a9b;
    max-height: 400px;
}

#map iframe, .Iframe
{
    width: 100% !important;
    height: 400px !important;
    border: 0;
}


/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 480px)
{
    #home
    {
        padding-top: 320px;
        padding-bottom: 320px;
    }

        #home h1
        {
            font-size: 22px;
        }

        #home h3
        {
            font-size: 12px;
        }

    .top-nav-collapse .navbar-brand, .top-nav-collapse .navbar-brand img, .custom-navbar .navbar-brand
    {
        display: inline;
        font-size: 20px;
    }
}


/* ==========================================================================
media quires for 768p
========================================================================== */
@media (max-width: 768px)
{
    .navbar-header
    {
        min-width: 345px;
    }

    .navbar-brand
    {
        min-width: 280px;
        overflow: hidden;
    }

    .custom-navbar .navbar-brand
    {
        display: inline;
    }

    #contact .contact-info div
    {
        text-align: center;
    }

    .StoreButton
    {
        max-width: 340px;
    }
}


/* ==========================================================================
media quires for 992p+
========================================================================== */
@media (min-width: 992px)
{
    .custom-navbar .navbar-brand, .custom-navbar .navbar-brand img
    {
        font-size: 22px;
        display: inline;
    }

    #home, .backstretch
    {
        min-height: 740px !important;
    }
}

/* ==========================================================================
media quires for 1200+
========================================================================== */
@media (min-width: 1200px)
{
    .custom-navbar .navbar-brand, navbar-brand
    {
        font-size: 26px;
    }

    .custom-navbar .nav li a
    {
        min-width: 150px;
    }
}

@media (max-width: 1200px)
{
    .navbar .container
    {
        width: 100% !important;
    }
}

@media (max-width: 1099px)
{
    .custom-navbar .nav li a
    {
        padding: 15px 10px;
    }
}

/* ==========================================================================
media quires for 991p
========================================================================== */
@media (max-width: 991px)
{
    .navbar-fixed-top .navbar-collapse.collapse
    {
        width: 310px;
        position: absolute;
        right: 35px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .navbar-header
    {
        padding: 10px 0 10px 10px;
    }

    .navbar-fixed-top .navbar-collapse.collapse.in
    {
        background: rgba(0,0,0,0.9);
    }

    .custom-navbar .navbar-brand img
    {
        display: inline !important;
    }

    #DivMenu, #DivMenu1
    {
        display: none !important;
        font-size: 22px !important;
    }

    .custom-navbar .navbar-brand
    {
        display: inline;
    }

    #MenuBar
    {
        visibility: visible !important;
    }

    #TopMenu
    {
        max-height: none;
        float: none;
        position: relative;
        right:auto;
        width: 100vw;
    }

    #TopMenu ul
    {
        padding-top: 20px;
    }

    #TopMenu ul li a
    {
        margin-bottom: 20px !important;
        margin-right: 20px !important;
    }

    .navbar .container
    {
        width: 100%;
    }

    .MobileOnly
    {
        display: inline;
    }

    .DesktopOnly
    {
        display: none;
    }

    .StoreButton
    {
        padding: 20px 30px;
    }

    #about video
    {
        margin-bottom: 30px;
    }

    .CartButton span
    {
        font-style: normal;
        font-size: 24px;
        margin-left: 10px;
        margin-right: 10px;
    }
}


/* ==========================================================================
media quires for 768p
========================================================================== */
@media all and (max-width:345px)
{
    .navbar-fixed-top .navbar-collapse.collapse
    {
        width: 100%;
        position: relative;
        right: 0;
        margin: 0;
    }
}


/* ==========================================================================
Alerts
========================================================================== */
.ModalBackground
{
    filter: alpha(opacity=70);
    opacity: 0.7;
    background-color: #000;
    top: 0px;
    left: 0px;
    height: 100%;
}

.MsgOuter
{
    width: 100%;
    vertical-align: middle;
    z-index: 1050;
    azimuth: center;
    position: fixed;
}

.MsgMain
{
    bottom: 0 !important;
    background: #fff;
}

.ButtonClose
{
    border-radius: 0px;
    margin: 5px 10px 5px 5px !important;
    float: right !important;
    padding: 5px 10px !important;
    width: auto !important;
    height: auto !important;
}

.ButtonClose i
{
    vertical-align: middle;
    font-size: 16px;
}

.MsgHeading
{
    margin-bottom: 0;
    float: left;
    background-color: #842f9a;
    width: 100%;
    color: #fff;
}

.MsgHeading h5
{
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}

.MsgBody
{
    float: left !important;
    margin: 20px;
    text-align: left;
}

.PhoneHolder, #SpnPhone, #SpnName
{
    height: 20px !important;
}