@media only screen and (max-width:767px) {
.content {
    padding-top: 25px !important;
}
.flush-xs {
    padding-right: 0px;
    padding-left: 0px;
} 

.navbar-toggler {
    line-height: 1;
    padding: 0;
    border-radius: 0;
}
.navbar-toggler.menu-icon {
    width:35px;
    padding:0;
    cursor: pointer;
    position: relative;
    border:0px;
}
.navbar-toggler.menu-icon span {
    width: 100%;
    height:3px;
    display: block;
    background-color: #000;
    margin: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
}
.navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: none;
} 
.right-side-menu {
    width: auto;
}
.show_theme {
    height: auto;
}
body.hide_height section.content {
    display: none;
}
.visible-xs {
    display: inline-block;
}

.xs-100 {
    width: 100%;
}

.navbar-light .navbar-brand {
    width:75%;
}

.navbar-light .navbar-brand img {
    max-height: 100px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

.underlined::after {
    left: 50%;
    margin-left: -35px;
    width: 70px;
}

.row-eq-height {
    display:inline-block;
}

.dropdown-toggle {
    font-size: 8px;
    border: 1px solid #ebebec;
    padding: 3px 8px;
}

.header .menu {
    margin-left:0px !important;
}

.header .menu img {
    height:30px;
}

.header {
    position:relative;
}


.dashboard-plan h6 {
    font-size: 15px;
}

.account-settings .filename {
    padding: 6px 10px;
    font-size: 9px;
    text-align:center;
}

.account-settings .uploadFile .btn-default {
    float: right;
    margin-top: -9px;
    margin-right: -16px;
    min-width: 100px;
    font-size: 14px;
}

.header h4 {
    font-size:16px;
}

.general-dropdown .dropdown-toggle {
    font-size:8px;
}

.general-dropdown .dropdown-toggle img {
    float: right;
    margin-top: -3px;
    filter: brightness(0) invert(1);
}

.btn-default {
    margin:10px 5px;
}

table th {
    font-size:11px;
}

.table-responsive td {
    font-size: 11px;
}

.table-responsive td .fa {
    margin:2px;
}

.custom-domain .filed label {
    word-break: break-all;
}

.f-right {
    float: right;
    margin-top: 0px;
}

.modal .form-control {
    margin-bottom:10px;
}

.card {
    margin-bottom:15px;
}

.Support-ul ul li {
    width:100%;
    padding:15px 0px !important;
    margin:2px 0px !important;
    text-align:center;
}

.nav-tabs .nav-link {
    margin:10px 0px;
}

.img-card {
    margin-bottom:15px;
    height:auto;
}

.select-theme .btn.btn-secondary {
    margin:5px 0px;
}

.select-theme .uploadFile .btn-default {
    float: left;
    margin-top: -12px;
    margin-right: 0px;
    margin-left: -13px;
    min-width: auto !important;
}

.select-theme .uploadFile,.select-theme .filename  {
    text-align:center;
    font-size:12px;
}

.header a img {
    height: auto;
    margin-top: 12px;
}

}

@media only screen and (min-width:768px) and (max-width:992px) {
.nav-link, .navbar-expand-md .navbar-nav .nav-link, .header a {
    font-size:13px;
    padding-left: 10px;
    padding-right: 10px;
} 

.nav-tabs li {
    display:inline-block;
    width:auto;
    padding:5px ;
}

.card h6 {
    font-size: 20px;
}

.card .card-body p {
    color: #85878b;
    font-size: 12px;
}

.card .card-body ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 12px;
    background: url(../img/tick.png) 0px 1px no-repeat;
    padding-left: 25px;
}

.card .card-body ul li.disabled {
    color: #85878b;
    background: url(../img/close-tick.png) 0px 1px no-repeat;
}

.card .btn-default {
    min-width: 100%;
    font-size: 11px;
}

.header h4 {
    font-size:16px;
}

.navbar-toggler.menu-icon {
    width:35px;
    padding:0;
    cursor: pointer;
    position: relative;
    border:0px;
}
.navbar-toggler.menu-icon span {
    width: 100%;
    height:3px;
    display: block;
    background-color: #000;
    margin: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
}
.navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: none;
} 

.header .nav-item {
    margin: 0px 5px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}


.header {
    position:relative;
}

.dropdown-toggle {
    font-size: 12px;
    padding: 10px 12px;
}

.menu img{
    height:24px;
}


.menu {
    margin-left:0px !important;
}

.btn-default {
    margin:10px 5px;
}

table th {
    font-size:11px;
}

.table-responsive td {
    font-size: 11px;
}

.table-responsive td .fa {
    margin:2px;
}

.general-dropdown .dropdown-toggle {
    font-size:11px;
}

}

@media only screen and (min-width:993px) and (max-width:1169px) {

.header h4 {
    font-size:20px;
}    

.dropdown-toggle {
    font-size: 13px;
}

a.menu {
    margin-left:0px !important;
}

a.menu img {
    height:20px;
}

.general-dropdown .dropdown-toggle {
    font-size: 14px;
}    

.dashboard-plan h6 {
    font-size: 14px;
    font-weight: 600;
}
}

@media only screen and (min-width:1170px) and (max-width:1396px) { 
    a.menu {
        margin-left:0px !important;
    }
    .general-dropdown .dropdown-toggle {
        font-size: 14px;
    } 
    .dashboard-plan h6 {
        font-size: 14px;
        font-weight: 600;
    }
}
