﻿/*--------large mobile phone----------*/
/*@media (max-width:425px)*/
/*@media (min-width: 768px)*/

/*@media only screen and (max-width: 600px)*/
/*@media (max-width:425px)*/
/*@media only screen and (max-width:480px)*/
/*@media (max-width:767px)*/
/*@media only screen (max-width: 768px) and (min-width: 320px) {*/
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
    /* Styles */
    .txtheight {
        height: 80px !important;
        font-size: 35px !important;
    }

    .label-size {
        font-size: 15px;
    }

    img {
        /*height: 373px;*/
        height: 32px;
    }

    .mgb-40{
        margin-bottom:40px;
    }

    .mgb-60 {
        margin-bottom: 60px;
    }

    fieldset {
        padding: 60px;
    }

    .btn {
        font-size: 15px !important;
        padding: 20px,30px !important;
    }

    img.img-fluid-1 {
        height: 120px !important;
    }

    /*ul.nav.navbar-nav {
        display: flex;
    }*/
    /*ulalign {
        margin-left: -49px !important;
    }*/

    footer {
        bottom: 0;
        position: fixed;
        width: 100%;
    }

    .input-group[class*=col-] {
        float: none;
        padding-right: 15px;
        padding-left: 15px;
    }

    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
    }

    .boxwidth {
        width: 100% !important;
    }

    .footerlogo{
        height:25px !important;
        width:50% !important;
    }
}

/*.boxwidth {
    width: 70.666667% !important;
}*/

.navbar-inverse {
    background-color: white !important;
    border-color: white !important;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #2a2661 !important;
    }

        .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
            color: #fff !important;
            background-color: #e61407 !important;
            /*  background-color: #0b1b4e !important;*/
        }

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #292561 !important;
        background-color: transparent !important;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: black !important;
    }

.input-group[class*=col-] {
    float: left !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

/*@media (max-width: 320px){
    .label-size {
        font-size: 40px;
    }
}*/
.modal-backdrop {
    opacity: 0.75 !important;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5rem;
    /*background: #022718;
    border: 1px solid #c8b328;*/
    text-align: center;
}

.btn {
    border-radius: 0 !important;
    color: #c8b328;
    /*border: 2px solid #c8b328 !important;*/
    padding: .5rem 3rem !important;
}

    .btn:hover {
        background: #c8b328;
        color: #022718;
       /* border: 2px solid #fff !important;*/
        padding: .5rem 3rem !important;

    }

@media (max-width:768px) {
    .mobile-margin-bottom {
        margin-bottom: .5rem;
    }
}

