﻿.logo img {
    width: 80% !important;
}

span.select2.select2-container.select2-container--default.select2-container--focus {
    width: 600px;
}
/******* media query for laptop *********/
@media (min-width:1600px) and (max-width: 1720px) {
    /**min/st/gov*/
    img.card-img-top-icon {
        margin-left: 65px !important;
    }
}
/******* media query for laptop *********/
@media (min-width:1400px) and (max-width: 1590px) {
    /**min/st/gov*/
    img.card-img-top-icon {
        margin-left: 85px !important;
    }
}
/******* media query for laptop *********/
@media (min-width:1025px) and (max-width: 1200px) {
    /**min/st/gov*/
    img.card-img-top-icon {
        margin-left: 21px !important;
    }
}
/******* media query for laptop *********/
@media (min-width:996px) and (max-width: 1024px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: block;
        }

    .navbar-expand-md .navbar-collapse {
        display: none !important;
    }

    .navbar-expand-md .navbar-toggler {
        display: flex;
    }

    .left_panel {
        width: 25%;
    }

    span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
        width: 300px;
    }
}

@media (min-width:769px) and (max-width: 996px) {
    .logo img {
        width: 70% !important;
    }

    .topbar {
        font-size: 8px !important;
    }

    .navbar-expand-md .navbar-collapse {
        display: none !important;
    }

    .navbar-expand-md .navbar-toggler {
        display: flex;
    }
}

@media (min-width:815px) and (max-width: 990px) {
    .left_panel {
        width: 15%;
    }
}

@media (min-width:769px) and (max-width: 815px) {
    .left_panel {
        width: 100%;
    }
}
/******* media query for mobile *********/
@media (min-width:581px) and (max-width: 768px) {
    .logo img {
        width: 70% !important;
    }

    .tophead_left {
        display: none;
    }

    .topbar {
        font-size: 8px !important;
    }

    .left_panel {
        width: 100%;
    }
    /**m Dept. S Govt.*/
    h5.heading {
        font-size: 1rem;
    }

    img.card-img-top-icon {
        margin-left: 270px !important;
    }

    .text-right {
        text-align: left !important;
    }

    span.select2.select2-container.select2-container--default {
        width: 500px !important;
    }
}

@media (min-width:480px) and (max-width: 580px) {
    .logo img {
        width: 50% !important;
    }

    .tophead_left {
        display: none;
    }

    .title-main h1 {
        margin-top: -66px;
        font-size: 22px;
        margin-left: -2px;
    }

    .title-main {
        margin-left: 283px;
    }

    .head {
        padding-top: 8px;
        margin-bottom: -13px;
    }

    .emailMsg {
        font-size: 12px !important;
    }

    .left_panel {
        width: 100%;
    }
    /**m Dept. S Govt.*/
    h5.heading {
        font-size: 1rem;
    }

    section.sectors {
        width: 100% !important;
    }

    .text-right {
        text-align: left !important;
    }

    span.select2.select2-container.select2-container--default {
        width: 300px !important;
    }

        span.select2.select2-container.select2-container--default.select2-container--focus {
            width: 300px !important;
        }
}

@media (min-width:420px) and (max-width: 480px) {
    .logo img {
        width: 50% !important;
    }

    .tophead_left {
        display: none;
    }

    .title-main h1 {
        margin-top: -58px;
        font-size: 22px;
        margin-left: -75px;
    }

    .title-main {
        margin-left: 283px;
    }

    .head {
        padding-top: 8px;
        margin-bottom: -13px;
    }

    .emailMsg {
        font-size: 11px !important;
    }

    .left_panel {
        width: 100%;
    }

    section.sectors {
        width: 100% !important;
    }
}

@media (min-width:320px) and (max-width: 420px) {
    .logo img {
        width: 30% !important;
    }

    .tophead_left {
        display: none;
    }

    .title-main h1 {
        margin-top: -46px;
        font-size: 18px;
        margin-left: -105px;
    }

    .title-main {
        margin-left: 283px;
    }

    .head {
        padding-top: 8px;
        margin-bottom: -13px;
    }

    .emailMsg {
        font-size: 10px !important;
    }

    .left_panel {
        width: 100%;
    }

    section.sectors {
        width: 100% !important;
    }

    span.select2.select2-container.select2-container--default {
        width: 250px !important;
    }

        span.select2.select2-container.select2-container--default.select2-container--focus {
            width: 250px !important;
        }
}
