.heading
{
    color: #a544d2;
    text-align: center;
}

.p2-content
{
    position: absolute;
    bottom: 30px;
}
.app-download-btn
{
    font-size: 18px;
    color: #fff;
    background-color: #a544d2;
    padding: 6px 10px;
    width: 250px;
    border-radius: 6px;
    border: none;
    margin-right: 6px;
    box-shadow: 2px 3px 6px 1px rgba(115,115,115,0.60)
}
.app-download-btn-div
{
    text-align: center;
    
}
.download-btn-dtext
{
    font-size: 18px;
    color: #fff;
}
.store-icon-div
{
    padding-top: 0px;
}
.download-btn-stext
{
    font-size: 18px;
    color: #fff;
}


#features
{
    margin: 5% 0 5% 0;
    text-align: center;
}
.icons
{
    width: 30%;
}
#feature-details
{
    margin-top: 5%;
}
.feature-heading
{
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    color: #131313;
}
.feature-details-text
{
    color: #131313;
    font-weight: 200;
    font-size: 14px;


    line-height: 134%;
    font-family: tahoma;
    letter-spacing: 2px;
    font-style: normal;
}
#contact-us
{
    background-color: #efefef;
    padding: 4% 0;
}
#contact-us-form
{
    background-color: #262931;
    padding: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.contact-form-input
{
    height: 50px;
    border-radius: 0;
    border: 1px solid #979797;
    width: 100%;
    padding-left: 10px;
    font-weight: 600;
    font-size: 1.3em;

}
.contact-form-input:focus
{
    border: 1px solid #a544d2;
}
.contact-form-input::placeholder
{
    color: #000000;
    font-weight: 500;
    font-size: 1em;
    margin-left: 10px;
}
.contact-form-textarea
{
    height: 200px;
    border-radius: 0;
    border: 1px solid #979797;
    width: 100%;
    padding: 10px 0 0 10px;
    font-weight: 600;
    font-size: 1.3em;
}
.contact-form-textarea::placeholder
{
    color: #000000;
    font-weight: 500;
    font-size: 1em;
    margin-left: 10px;
}
.contact-form-textarea:focus
{
    border: 1px solid #0780d2;
}
#contact-form-button
{
    background-color: #f75b16;
    color: #fff;
    padding: 15px 60px;
    border-radius: 3px;
    font-weight: 600;
    border: none;
    font-size: 18px;
    box-shadow: 2px 3px 8px 1px rgba(118,111,111,0.57)
}
#contact-form-button-div
{
    text-align: center;
}
#footer-right
{
    background-color: #176cc1;
    padding: 3% 0;
    color: #fff;
    font-weight: 600;
    text-align: left
}
#footer-left
{
    padding: 3% 0;
}
footer
{
    padding: 0 !important; 
}
#footer-right ul
{
    margin-top: 15%;
    list-style-type: none;
    padding: 0;
}
#footer-right ul li
{
    padding: 3% 0;
}
.heading-left-align
{
    color: #a544d2;
}
#trial-div .container
{
    padding-top: 100px;
}
.sub-heading
{
    font-weight: 600;
    margin-top: -5px;
}
@media screen and (min-width: 768px){
    #banner-left{
        padding: 0 20px 0 60px;
    }
}
#section-two
{
    padding-top: 0;
}
.nav.navbar-nav li a {
    color:#fff;
    font-weight: 600;
}
.nav.navbar-nav.navbar-right li a :hover{
    color:#000;
}
nav > li > a:focus, .nav > li > a:hover
{
    background-color: transparent;
}
@media (max-width: 768px) {
    body
    {
        text-align: center;
    }
    .details-text
    {
        text-align: justify;
    }
}
body
{
    clear: both;
}
.navbar, .navbar-default
{
    background-color: transparent;
    border: none;
}
section
{
    height: auto !important;
}

#phone1
{
    max-width: 62%;
}

@media screen and (max-width: 767px) {
    
    #phone1 { 
    max-width: 42%;
    max-height: 350px;
    }
    h1{
        font-size:2em !important;
    }
    h2{
        font-size:1.8em !important;
    }
    h3{
        font-size:1.5em !important;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px) {
    
    h1{
        font-size:2em !important;
    }
    h2{
        font-size:1.8em !important;
    }
    h3{
        font-size:1.6em !important;
    }
    .feature-details-text
    {
        font-size: 0.9em;
    }

} 
@media screen and (min-width: 992px) {
    #nav-left
    {
        padding: 0 0 0 60px;
    }
    #nav-div
    {
        padding: 20px 0 0 0;
    }
    #banner-left
    {
        padding: 0 0 0 100px;
    }
}

#description-one
{
    margin-top: 3%;
}
#description-one-text
{
    margin-top: 2%;
}
#features .col-md-2
{
    padding: 0;
}
@media screen and (min-width: 768px) {
    
    #banner-row
    {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


@media screen and (min-width: 480px) {
    
    #description-one-text-row
    {
        display: flex;
        align-items: center;
    }
    #description-two-text-row
    {
        display: flex;
        align-items: center;
    }
}
@media screen and (min-width: 480px) and (max-width : 767px) {
    .col-xxs-6
    {
        width: 50%;
        float: left;
        padding: 0 10px !important;
    }
    .col-xxs-4
    {
        width: 33.3333%;
        float: left;
        padding: 0 10px !important;
    }
    .col-xxs-8
    {
        width: 66.66667%;
        float: left;
        padding: 0 10px !important;
    }
    .hidden-xxs
    {
        display: none;
    }
    .col-xxs-push-6
    {
        left: 50%
    }
    .col-xxs-pull-6
    {
        right: 50%
    }

    .feature-details-text
    {
        font-size: 0.8em !important;
    }
    h2
    {
        font-size: 1.2em !important;
    }
   
}
@media screen and (max-width:479px) {
    .feature-details-text
    {
        font-size: 0.8em !important;
        font-weight: 500;
    }
    h2
    {
        font-size: 1.3em !important;
    }
  
    #footer-right ul
    {
        margin: 3% 0 6% 0;
    }
}

@media screen and (max-width: 479px) {
    #nav-left
    {
        padding-top: 10px;
    }
}

@media screen and (max-width: 660px) {
    #nav-left
    {
        padding-top: 10px;
    }
}

@media screen and (min-width: 661px) and (max-width: 800px) {
    #nav-left
    {
        padding-top: 10px;
    }
}

@media screen and (min-width: 801px) and (max-width: 900px) {
    #nav-left
    {
        padding-top: 10px;
    }
}
@media screen and (min-width: 901px) and (max-width: 1050px) {
    #nav-left
    {
        padding-top: 10px;
    }
}
@media screen and (max-width: 480px) {
    #contact-us-form
    {
        padding: 8% 5% 5% 5%;
    }
}
@media screen and (max-width: 767px) {
    #contact-us-form
    {
        margin-top: 10%;
    }
}

