/*---------common style---------*/
body {
    margin: 0;
    background-color: #f1f4f9;
    padding: 0;
}

html, body, h1, h2, h3, p, th, td, li, dd, dt {
    font-family: 'Source Sans Pro', sans-serif;
}

a{
    color:#2f7ccc;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}

div.Body {
    background-color: Transparent;
    padding-top: 100px;
}

div.Footer {
    position: relative;
}
/*---------selectbox---------*/
.styleSelect {
    margin: 25px auto;
    padding-left: 15px;
    width: 95%;
    height: 50px;
    overflow: hidden;
    background: url("img/navright.png") no-repeat right #fff;
    background-position: right;
    border-radius: 1.625rem;
    font-weight: 400;
    line-height: 50px;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.styleSelect select {
    background: transparent;
    width: 105%;
    padding: 2px;
    font-size: 16px;
    line-height: 1;
    border: none;
    border-radius: 0;
    height: 45px;
    -webkit-appearance: none;
    color: #0C2C4E;
    outline: none;
}
/*---------button---------*/
a.Btn {
    padding: 11px 15px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
    background-position: bottom;
    background-color: #e45c20 !important;
    border: 1px solid #e45c20;
    border-radius: 0.25rem;
}

    a.Btn:hover {
        background-color: #f46222 !important;
        border: 1px solid #f46222;
    }

/*------ New css for the custom structure nearly similar to the new parent portal responsive theme -------*/
.Header {
    background-color: #fff !important;
    position: relative;
    z-index: 100;
    height: 55px;
}

.Header .header-top-inner {
    border-bottom: 2px solid #dee2e6 !important;
    background-color: #fff !important;
    top: 0 !important;
    text-align: center !important;
    width: 100% !important;
    position: fixed !important;
    display: block;
    padding-top:8px;
}

.Header .header-top-inner img {
    padding: 10px 0 !important;
}

.d-inline-flex {
    display: inline-flex;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.mx-auto {
    margin: 0 auto !important;
}

.mx-2 {
    margin: 0 10px !important;
}

.pr-1 {
    padding-right: 5px !important;
}

.my-auto {
    margin: auto 0 !important;
}

.ml-auto {
    margin-left: auto !important;
}

.px-1 {
    padding: 0 8px !important;
}

.pl-1 {
    padding-left: 8px !important;
}

.px-2 {
    padding: 0 16px !important;
}
.mb-1 {
    margin-bottom: 9px !important;
}
.mb-3 {
    margin-bottom: 15px !important;
}
.text-center {
    text-align: center !important;
}
.text-gray{
    color:#7a7a7a;
}

.text-left {
    text-align: left !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.clearfix {
    clear: both !important;
}

.w-10 {
    width: 18rem;
}

.btn-play {
    background-color: #504e4e !important;
    color: #fff;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 5px;
    display: inline-flex !important;
    text-decoration:none !important;
}

.btn-play img {
    border-radius: 50%;
    padding: 5px;
}

.btn-play div {
    line-height: 15px;
    font-weight: 700 !important;
    padding: 5px 15px 5px 5px;
    font-size: 20px;
}

.btn-play small {
    font-size: 15px;
    font-weight: 400 !important;
}
.btn-play:hover{
    background-color:#262525!important;
}

.footer-cont {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer-cont-inner {
    width: 98%;
    padding: 2px 1%;
    background-color: #fff;
    border-top: 1px solid #dee2e6 !important;
}

.card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.07);
    box-shadow: 0 1px 0 #ced4da;
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
}

.text-md{
    font-size:18px!important;

}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.order-0 {
    order: 0;
}
.gplay-store{
    height: 76px;    
    width: 180px;
}
.apple-store{
    height: 74px;    
    width: 160px;
}
/*--------- Responsive classes ----------*/
@media (max-width: 575.99px) {
    .mx-xs-2{
        margin:0 15px;
    }
    .styleSelect{
        padding-left:10px!important;
    }
    .card{
        display:block!important;
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.99px) {
    .text-sm-left {
        text-align: left !important;
    }
    .card{
        display:block!important;
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .d-md-inline-flex {
        display: inline-flex;
    }

    .text-md-left {
        text-align: left !important;
    }
    .styleSelect{
        width:450px!important;
    }
}

@media (min-width: 992px) {
    div.Body{
        padding-top:170px;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .d-lg-inline-flex {
        display: inline-flex;
    }
    .styleSelect{
        width:550px!important;
    }
}
@media  (max-height: 700px) {
    div.Body {
        padding-top: 100px;
    }
}
@media (max-width: 991px) and (max-height: 700px) {
    .footer-cont{
        position:static;
        padding-top:50px;
    }
}
@media (min-width: 768px) and (max-height: 575px) {
    .footer-cont{
        position:static;
        padding-top:50px;
    }
}
