@media (min-width:993px) and (max-width:1090px){
    nav.navbar .nav-item a.nav-link{
        font-size: 15px;
    }
    .navbar {
        margin-top: 7%;
    }
}
@media (min-width:768px) and (max-width:992px){
    p, li{
        font-size:16px !important;
    }
    ul.navbar-nav.ml-auto.flex-nowrap{
        margin-top: 20px;
    }
    section#banner{
        padding: 60px 0;
    }
    #banner h2, section#different h3{
        font-size: 30px;
        line-height: 35px;
    }
    section#features li h4{
        font-size: 14px;
    }
    .support-list-div p{
        min-height: 190px;
    }
    section#explore p, section#explore li{
        line-height: 30px;
    }
    #explore img{
        width: 100%;
    }
    .call-btn.btn a{
        font-size: 18px;
    }
    section#market-section li{
        width: 19%;
    }
    .footer-list{
        padding-right: 10px;
    }
    footer{
        padding-top: 40px;
    }
    .d-flex.flex-grow-1 .w-100.d-lg-none.d-block{
        display: none !important;
    }
    .navbar {
        margin-top: 7%;
    }
}
@media (max-width:768px){
    .navbar {
        margin-top: 9%;
    }
}
@media (max-width:767px){
    p, li{
        font-size:16px !important;
    }
    ul.navbar-nav.ml-auto.flex-nowrap{
        margin-top: 20px;
    }
    nav.navbar .nav-item a.nav-link{
        font-size: 16px;
    }
    section#banner{
        padding: 50px 0;
    }
    #banner h1, section#support h3, section#different h3{
        font-size: 28px;
    }
    #banner h2{
        font-size: 25px;
        line-height: 30px;
    }
    section#features ul,
    section#market-section ul{
        display: inline-block;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    section#features li,
    section#market-section li{
        width: 100%;
        margin-bottom: 20px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    section#features li h4{
        margin-top: 10px;
    }
    section#features{
        padding-bottom: 10px !important;
    }
    section#features li h4{
        font-size: 16px;
    }
    section#why-settle{
        padding: 40px 0;
        background-image:none;
    }
    section#why-settle h3{
        font-size: 30px;
    }
    .access {
        margin-left: 0;
    }
    section#support, section#retail-section, section#explore,section#market-section,section#different{
        padding: 40px 0;
    }
    .support-list .col-md-4:last-child {
        margin-bottom: 0;
    }
    #retail-section .list h5{
        margin: 10px 0;
    }
    section#retail-section .list {
        margin-bottom: 30px;
    }
    section#explore h3{
        font-size: 28px;
        text-transform: uppercase;
    }
    section#explore p, section#explore li{
        line-height: 30px;
    }
    section#explore img {
        width: 100%;
        margin-top: 30px;
    }
    .call-btn.btn a{
        font-size: 20px;
    }
    /*
    section#market-section ul {
        display: inline-block;
    }
    
    section#market-section li {
        width: 50%;
        float: left;
    }
    */
    section#market-section li h4 {
        min-height: 50px;
    }
    section#market-section li:last-child {
        width: 100%;
    }
    section#market-section li:last-child h4{
        min-height: 0;
    }
    footer{
        padding-top: 40px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-list, .footer-list.legal-list {
        width: 50%;
        padding-left: 10px;
    }
    footer h3{
        margin-bottom: 10px;
    }
    .footer-list {
        margin-bottom: 10px;
    }
    .company-logo ul li{
        margin: 0px 5px;
    }
    .company-logo li img {
        width: 40px;
    }
    .d-flex.flex-grow-1 .w-100.d-lg-none.d-block{
        display: none !important;
    }
}
@media(max-width: 480px){
    .navbar-toggler{
        position: absolute;
        right: 25px;
        top: 18px;
    }
    #banner h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .call-btn.btn a, .call-btn.btn button {
        font-size: 18px;
        padding: 3px !important;
    }
    .footer-disclaimer {
        padding: 35px 0px 20px;
    }
    #common-section-first h3, #common-section-second h3, .common-sections h3 {
        font-size: 24px;
        line-height: 29px;
    }
    .navbar {
        margin-top: 15%;
    }
    .footer-list, .footer-list.legal-list {
        width: 100%;
    }
    .leverage-sec,.leverage-sec ul{
        margin-bottom: 0;
    }
    .tradingview-widget-container iframe {
        animation: scroll-left 15s linear infinite;
    }
}
@media(max-width: 375px){
    .navbar {
        margin-top: 18%;
    }
}