/* =================================================
App Name:  IP Base | IP Location Finder.
Author: Codevion
Design and Developed by: Codevion
https://www.codevion.com

NOTE : 

This app is the sole property of Codevion - https://codecanyon.net/user/codevion.
Unauthorized distribution is strictly prohibited.

Copyright 2021 Codevion.
=================================================== */



/* Responsiveness */
@media (min-width: 320px) and (max-width: 639px) {

    html {
        min-width: 100%;
        overflow-x: hidden;
    }

    .searchbar, .search_input {
        max-width: 100%;
    }

    .search_icon {
        top: 32px;
        right: 24px;
    }
    
    .address-content h3{
        font-size: 18px;
    }

    .address-content p{
        line-height: 25px;
    }

    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        padding-right: 5px !important;
        padding-left: 15px !important;
    }

}

@media (min-width: 640px) and (max-width: 767px){

    html{
        min-width: 100%;
        overflow-x: hidden;
    }

    .searchbar, .search_input{
        max-width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991px){

    html{
        min-width: 100%;
        overflow-x: hidden;
    }

    .address-content h3{
        font-size: 20px;
    }

    .address-content p{
        line-height: 25px;
    }
    
    iframe{
        position: relative;
        top: 30px;
    }

    .list-group-item {
        font-size: 14px !important;
    }
    
}

@media  (max-width: 767px){

    .sidebar{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 45px !important;
    }

}

@media  (max-width: 991px){

    .main-content {
        padding-block: 50px;
    }

    .main-boxes {
        padding-top: 10px;
    }

    .header-content {
        padding: 0 0 25px 0;
    }

    .header-content h1 {
        text-align: center;
        font-size: 40px;
    }
    
    .header-content p {
        font-size: 16px;
        text-align: center;
    }

    .address-content h3{
        font-size: 23px;
    }

    .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        float:left !important;
    }

    .navbar .navbar-nav .nav-item .nav-link:hover:after {
        opacity: 0;
    }

    .navbar .navbar-nav .nav-item {
        padding: 20px 0px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .follow, .quick-links{
        margin-top: 40px !important;
    }

}


@media (min-width: 992px) and (max-width: 1199px){

    html{
        min-width: 100%;
        overflow-x: hidden;
    }
    
}