@media only screen and (min-width: 2560px) {}

@media only screen and (min-width: 1920px) {}

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
     :root {
        --font40: 32px;
        --font22: 20px;
        --font20: 18px;
        --font18: 16px;
        --font16: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1590px) {
     :root {
        --font40: 32px;
        --font22: 20px;
        --font20: 18px;
        --font18: 16px;
        --font16: 15px;
    }
    .topright {
        width: 67%;
    }
    .topleft {
        width: 32%;
        gap: 15px;
    }
    .topleft h1 {
        font-size: var(--font18);
    }
    ul.compare {
        padding-right: 15px;
        margin-right: 15px;
    }
    .compare li input {
        max-width: 200px;
        font-size: 12px !important;
    }
    .percentage {
        font-size: 20px;
    }
    .chart_img {
        width: 42%;
    }
    .list_style_callrail {
        width: 58%;
    }
    .list_style_callrail li {
        margin-bottom: 10px;
    }
    .list_style_google li {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .advertisement {
        margin-bottom: 15px;
    }
    .list_style_callrail li > p {
        font-size: 13px;
    }
    .comnbtn {
        padding: 10px 12px;
    }
    .login_form {
        width: 70%;
    }
    .input_form .profile_icon, .input_form .lock_icon {
        /*background-position: 15px 19px;*/
        background-size: 16px;
        padding: 0 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (max-width: 1190px) {
     :root {
        --font40: 30px;
        --font22: 20px;
        --font20: 18px;
        --font18: 16px;
        --font16: 15px;
    }
    .mobilemenubar {
        margin-right: 25px;
    }
    .mobilemenubar img {
        filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(349deg) brightness(109%) contrast(101%);
    }
    .sidebar.menuclose {
        width: 100%;
    }
    .sidebar {
        width: 100%;
        background: #231f20;
        height: auto;
        bottom: auto;
        overflow: initial;
    }
    .main_wrap_div {
        width: calc(100% - 20px);
        margin: 100px 10px 10px 10px;
    }
    .list-unstyled {
        width: 250px;
        height: calc(100vh - 87px);
        position: fixed;
        top: auto;
        bottom: 0;
        z-index: 111;
        background: #231f20;
        transform: translateX(-100%);
        -moz-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .sidebar.menu .list-unstyled {
        transform: translateX(0);
    }
    .mange_div {
        justify-content: unset;
        padding: 15px;
        margin: 0;
    }
    .sidelogo {
        height: auto;
    }
    .mlogo {
        position: initial;
    }
    .slogo,
    .mange_div::after,
    .userprofile span::before,
    .topright,
    .menubar {
        display: none;
    }
    .profile_right_side {
        margin-left: auto;
    }
    .userprofile span {
        padding-right: 0;
    }
    .mobilemenubar {
        display: block;
    }
    .profile_right_side {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .calendar_btn {
        display: inline-block;
        background: none;
        border: none;
        font-size: var(--font22);
        color: #80bc00;
    }
    /* .btn-check:active+.btn-primary:focus,
    .btn-check:checked+.btn-primary:focus,
    .btn-primary.active:focus,
    .btn-primary:active:focus,
    .show>.btn-primary.dropdown-toggle:focus .calendar_btn.active:focus,
    .calendar_btn:hover,
    .calendar_btn:focus,
    .calendar_btn.active:focus,
    .calendar_btn:hover,
    .calendar_btn:focus {
        background: none;
        border: none;
        box-shadow: none;
    } */
    .durationbox {
        margin-top: 33px;
    }
    .topleft {
        width: auto;
    }
    .modal {
        background: rgb(0 0 0 / 50%);
        backdrop-filter: blur(2px);
    }
    .modal-content {
        background-color: #f5f5f5;
        border: none;
    }
    .modal-backdrop {
        z-index: 1;
        display: none;
    }
    .modal-title {
        margin: auto;
    }
    .btn-close {
        width: 15px;
        height: 15px;
        background: #ef3946 url(../images/close.svg) center / 13px auto no-repeat;
        opacity: 1;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 50px;
        background-position: 9px 9px;
    }
    .compare {
        padding: 0;
        margin: 0;
        border: none;
    }
    .compare li {
        width: 31%;
    }
    .compare li .comnbtn {
        width: 100%;
    }
    .percentage {
        font-size: 18px;
    }
    .add_box {
        border-radius: 15px;
        padding: 15px;
    }
    .chart_img {
        width: 40%;
    }
    .list_style_callrail {
        width: 60%;
    }
    .list_style_callrail li {
        margin-bottom: 10px;
    }
    .list_style_google li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .compare li input {
        max-width: 200px;
        font-size: 12px;
        background-position: 2px 14px;
        padding-left: 24px;
    }
    .login_form {
        width: 90%;
    }
}

@media only screen and (max-width: 990px) {
    .main_wrap_div {
        padding: 15px;
    }
    .mlogo {
        max-width: 160px;
    }
    .mobilemenubar {
        margin-right: 5px;
    }
    .add_box {
        margin-bottom: 15px;
    }
    .fb_add {
        padding: 15px 20px;
    }
    .profile_right_side {
        gap: 15px;
    }
    #downloadpdfbtn {
        margin: 15px 0;
    }
    .nav-tabs.tab_bar .nav-link {
        padding: 10px 6px;
    }
    .fix_div {
        position: initial;
        padding: 15px 20px;
    }
    .login_page {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .admin_login{
        height: auto;
    }
    .logo_img,
    .form_part{
        width: 100%;
    }
    .logo_img{
        padding: 30px;
    }
    .logo_img img {
        max-width: 200px;
    }
    .form_part{
        background: none;
    }
    .login_form {
        width: 60%;
    }
    .input_form input {
       height: 50px;
        margin: 15px 0;
    }

    .input_form .profile_icon{
        background-position: 18px 19px;
        background-size: 20px;
    }
    .input_form .lock_icon{
        background-position: 18px 13px;
    }
    .login_page:after{
        top: 0;
        bottom: unset;
        width: 100%;
    }
    .login_form {
        border-radius: 10px;
    }
    .select2{
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .compare li input {
        padding-right: 4px;
    }
    .login_page {
        align-items: baseline;
    }

}

@media only screen and (max-width: 575px) {
    #myChart {
        margin-bottom: 30px;
    }
    .list_style_callrail,
    .chart_img,
    .compare li input,
    .compare li {
        max-width: 100%;
        width: 100%;
    }
    .compare li input {
        padding-right: 15px;
        padding-left: 40px;
        background-position: 10px 14px;
    }
    .desktop_tab{
        display: none;
    }
    .mobile_dropdown{
        display: block;
        margin-bottom: 15px;
    }
    .mobile_dropdown .dropdown-toggle{
        background: #231f20 !important;

    }
    .mobile_dropdown>.dropdown-toggle:focus{
        box-shadow: none !important;
    }

    .mobile_dropdown .dropdown-menu{
        border: 1px solid #ced4da;
        width: 100%;
    }

    .login_form {
        width: 90%;
        padding: 15px;

    }

}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 320px) {}