﻿
.exp_top_wrapper
{
    margin-top: 15px;
    margin-bottom: 35px;
}
.android_apple
{
    margin-bottom: 30px;
}
.exp-top-main-section-heading
{
    border-bottom: 1px solid #000000;
    text-align: center;
    margin-bottom: 15px;
    height: 20px;
    margin-top: 23px;
}

.exp-top-main-section-heading h2
{
    display: inline-block;
    padding: 0px 25px;
    margin: 0px 0px -20px 0px;
    background: #efefef;
    color: #c9171e;
}
.exp_top_txt
{
    color: #151515;
    margin-bottom: 5%;
    text-align: center;
}

@media screen and (max-width : 598px) and (orientation :landscape)
{
    .exp_top_txt
    {
        margin: 3% 0%;
    }
}
@media screen and (max-width : 360px) and (orientation :portrait)
{
    .exp_top_txt
    {
        margin: 3% 0%;
    }
    .exp-top-main-section-heading
    {
        height: auto;
        border-bottom:none;
    }
    .exp_top_wrapper
    {
        margin-top: 0px;
    }
}
@media screen and (max-width: 603px) and (orientation: portrait)
{
    .exp_top_txt
    {
        margin: 3% 0%;
    }
    .exp-top-main-section-heading
    {
        height: auto;
    }
    .exp_top_wrapper
    {
        margin-top: 0px;
    }

}
@media screen and (max-width : 360px) and (orientation :portrait)
{
    .exp-top-main-section-heading
    {
       height:auto;
    }

}
@media screen and (max-width : 768px)
{
    .exp-top-main-section-heading
{
    margin-bottom: 10px;
}
} 
