@charset "utf-8";

/*** Description for Default Styles
normal font size = 14px;
Default blue color = #0058a3
Default font = Open Sans
Iconic Fonts = glyph icons and font awesome
Grid == bootstrap 3.6 1170px
columns = 12 cols
***/


/** Default css **/

body {
    font-family: 'Open Sans', sans-serif !important;
    background: #fff;
    overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

h1,
h2,
h3 {
    font-weight: 600;
}

a,
a:hover,
a:focus {
    outline: 0 none;
    text-decoration: none;
}

.txt-upper {
    text-transform: uppercase !important;
}

.txt-capt {
    text-transform: capitalize !important;
}

#step1 input[type="text"],
#step2 input[type="text"],
#step3 input[type="text"] {
    text-transform: capitalize;
}

.button-yellow,
.ajs-ok {
    background: #ffcc00;
    padding: 10px 25px;
    display: inline-block;
    color: #000;
    border: 0 none;
    font-size: 16px !important;
}

.button-yellow:hover,
.ajs-ok:hover {
    opacity: 0.9;
}

.button-blue,
.ajs-cancel {
    background: #0058a3;
    padding: 10px 25px;
    display: inline-block;
    color: #fff !important;
    border: 0 none;
    font-size: 16px !important;
}

.button-green{
    background: #3ba948;
    padding: 10px 25px;
    display: inline-block;
    color: #fff !important;
    border: 0 none;
    font-size: 16px !important;
}

.button-green:hover,
.button-blue:hover,
.ajs-cancel:hover,
.btn-refered-ok:hover,
.button-blue-sm:hover,
.button-green-sm:hover,
.button-yellow-sm:hover {
    opacity: 0.7;
}

.bg-btn-blue {
    background: #0058a3 !important;
    color: #fff !important;
}

.btn-refered-ok {
    background: #ffcc00 none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    display: inline-block;
    font-size: 14px;
    min-width: 43px;
    padding: 5px 0;
    text-align: center;
}

.btn-size {
    min-width: 150px;
}

.button-blue-sm {
    background: #0058a3;
    border: 0 none;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
}

.button-green-sm {
    background: #3ba948;
    border: 0 none;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
}

.button-yellow-sm {
    background: #ffcc00;
    font-size: 12px !important;
    padding: 5px 10px;
    display: inline-block;
    color: #000 !important;
    border: 0 none;
}

.link-blue {
    color: #0058a3 !important;
    font-size: 14px;
    text-decoration: none;
}

.link-blue:hover {
    text-decoration: none;
}

.link-yellow {
    color: #ffcc00 !important;
    font-size: 14px;
    text-decoration: none;
}

.link-yellow:hover {
    text-decoration: none;
}

.txt-color {
    color: #fff;
}

.txt-blue {
    color: #0058a3;
}

.txt-gray {
    color: #999;
}

.txt-yellow {
    color: #ffcc00 !important;
}

.txt-red {
    color: #eb3119;
}

.collapsing {
    transition: height 0.7s;
}

.small-txt {
    font-size: 9px;
}

.txt-normal {
    font-weight: normal;
}

.status-green {
    color: #5cb85c;
}

.status-red {
    color: red;
}

.border-style {
    border-bottom: 1px solid #0058a3;
}

.bg-gray {
    background: #eee;
}

.bg-white {
    background: #fff !important;
}

.width-full {
    width: 100%;
}

.minheight-0 {
    min-height: 0 !important;
}

html input[disabled] {
    cursor: no-drop;
    background: #fff;
}

button[disabled],
html select[disabled] {
    cursor: no-drop;
}

.download-invoice {}

.download-invoice a {
    text-decoration: none;
    color: #000;
}

.download-invoice a p i {
    font-size: 40px;
}

.table {
    font-size: 14px;
}

.hidden-data {
    display: hidden;
}

.pointer {
    cursor: pointer;
}

.border-none {
    border: 0 none !important;
}

.border-blue {
    border-right: 2px solid #eee;
}

input[name="postcode"],
input[name="travel_postcode"] {
    text-transform: uppercase !important;
}


/* Paddings */

.padding-0 {
    padding: 0 !important;
}

.padding-btm-0 {
    padding-bottom: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-5 {
    padding: 5px 0;
}

.padding-10 {
    padding: 10px 0;
}

.padding-20 {
    padding: 20px 0;
}

.padding-30 {
    padding: 30px 0;
}

.padding-40 {
    padding: 40px 0;
}

.padding-50 {
    padding: 50px 0;
}

.padding-60 {
    padding: 60px 0;
}

.padding-70 {
    padding: 70px 0;
}

.padding-80 {
    padding: 80px 0;
}

.padding-100 {
    padding: 100px 0;
}

.padding-lft-10 {
    padding-left: 10px
}

.padding-lft-20 {
    padding-left: 20px
}

.padding-lft-30 {
    padding-left: 30px
}

.padding-lft-40 {
    padding-left: 40px
}

.padding-rht-10 {
    padding-right: 10px
}

.padding-rht-20 {
    padding-right: 20px
}

.padding-rht-30 {
    padding-right: 30px
}

.padding-rht-40 {
    padding-right: 40px
}

.padding-btm-10 {
    padding-bottom: 10px;
}

.padding-btm-20 {
    padding-bottom: 20px;
}

.padding-btm-30 {
    padding-bottom: 30px;
}

.padding-btm-40 {
    padding-bottom: 40px;
}

.padding-btm-50 {
    padding-bottom: 50px;
}

.padding-btm-60 {
    padding-bottom: 60px;
}

.padding-btm-70 {
    padding-bottom: 70px;
}

.padding-btm-80 {
    padding-bottom: 80px;
}

.padd-left-0 {
    padding-left: 0 !important;
}

.padd-tp-20 {
    padding-top: 20px;
}


/* Margins */

.margin-0 {
    margin: 0 !important;
}

.margin-10 {
    margin: 10px 0;
}

.margin-20 {
    margin: 20px 0;
}

.margin-30 {
    margin: 30px 0;
}

.margin-40 {
    margin: 40px 0;
}

.margin-50 {
    margin: 50px 0;
}

.margin-60 {
    margin: 60px 0;
}

.margin-70 {
    margin: 70px 0;
}

.margin-80 {
    margin: 80px 0;
}

.margin-100 {
    margin: 100px 0;
}

.margin-lft-10 {
    margin-left: 10px
}

.margin-lft-20 {
    margin-left: 20px
}

.margin-lft-30 {
    margin-left: 30px
}

.margin-lft-40 {
    margin-left: 40px
}

.margin-rht-10 {
    margin-right: 10px
}

.margin-rht-20 {
    margin-right: 20px
}

.margin-rht-30 {
    margin-right: 30px
}

.margin-rht-40 {
    margin-right: 40px
}

.margin-btm-25 {
    margin-bottom: 25px;
}

.margin-btm-50 {
    margin-bottom: 50px;
}

.margin-btm-75 {
    margin-bottom: 75px;
}

.margin-tp-20 {
    margin-top: 20px;
}

.mrg-padd-0 {
    padding-bottom: 0 !important;
}


/** Header Css **/

.header {
    background: #0058a3 !important;
}

.header .navbar {
    min-height: 70px;
    margin-bottom: 11px;
}

.tutor-nav {
    margin-bottom: 0;
}

.tutor-nav .navbar-nav li a {
    color: #fff !important;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 25px 15px 10px 15px;
}

.tutor-nav .navbar-nav li a:hover,
.tutor-nav .navbar-nav li a:focus,
.tutor-nav .navbar-nav li.active a {
    background: 0 none;
    color: #ffcc00 !important;
}

.tutor-nav .navbar-nav {
    margin-top: 10px;
}

.tutor-nav .dropdown-menu>li>a {
    color: #0058a3 !important;
}

.tutor-nav .dropdown-menu>li>a,
.tutor-nav .dropdown-menu>li>a:hover,
.tutor-nav .dropdown-menu>li>a:focus,
.tutor-nav .dropdown-menu>li.active a {
    color: #0058a3 !important;
}

.tutor-nav .navbar-toggle {
    background: #fff;
}

.tutor-nav .navbar-toggle span {
    background: #333
}

.login-register {
    color: #fff;
    /*margin-top: 20px;*/
}

.login-register .button-yellow-sm,
.login-register .loggedIn {
    Margin-top: 30px;
    Font-size: 15px;
    Font-weight: 600;
    Border-radius: 5px
}

.login-register a {
    color: #fff;
}

.login-register a:hover {
    color: #ffcc00;
}

.user-icon img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
    margin-right: 5px;
}

.loggedIn {
    margin-top: -5px;
}

.loggedIn a {
    font-size: 12px;
    text-transform: uppercase;
}

.list-group-item a .badge {
    float: right;
}

.loggedIn .list-group-item a {
    color: #333 !important;
}

.tutor-nav .list-group>li>a {
    color: #333 !important;
}

.tutor-nav .list-group>li>a,
.tutor-nav .list-group>li>a:hover,
.tutor-nav .list-group>li>a:focus,
.tutor-nav .list-group>li.active a {
    color: #333 !important;
}

.loggedIn .list-group-item a i {
    margin-right: 10px;
    font-size: 12px;
    color: #000 !important;
}

.list-group li a {
    padding: 0 !important;
}

.list-group .list-group-item {
    border: 0;
    background: #fafafa;
    padding: 0;
}

.loggedIn .list-group-item a {
    padding: 10px 15px !important;
}

.list-group-item:hover {
    background: #eee !important;
}

.loggedIn .list-group {
    min-width: 200px !important;
    background: #fafafa
}

.loggedIn .dropdown-menu>li>a:focus,
.loggedIn .dropdown-menu>li>a:hover {
    background: none;
}


/** Login and Register screen css **/

.heading h3 {
    font-size: 34px;
    color: #0058a3;
    margin: 0 0 35px 0;
    font-weight: 600;
}

.login-register-section {
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 #ccc;
}

.login-form h3 {
    margin: 15px 0;
    color: #0058a3;
    font-weight: 600;
    text-align: center;
}

.looking-for-tutor {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0
}

.become-tutor {
    padding: 20px 0
}

.become-tutor-form,
.login-form {
    margin-top: 20px;
    padding: 0 24%;
}

.become-tutor a,
.looking-for-tutor a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.become-tutor .label,
.looking-for-tutor .label {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    min-width: 120px;
    text-align: left;
}

.remember-me {}

.remember-me .checkbox {
    margin: 0;
}

.remember-me span {
    display: inline-block;
    text-align: right !important;
}

.forget-pass a,
.checkbox label {
    font-size: 12px;
}

.forget-pass a {
    margin-left: 10px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    width: 100%
}

.icon-toggl i {
    font-size: 24px
}

.toggl-btn {
    font-size: 20px !important;
    display: block;
}

input:focus~.floating-label {
    top: 0px;
    left: 10px;
    font-size: 10px;
    opacity: 1;
    color: #999;
}

.inputText {
    font-size: 14px;
    height: 42px;
    padding: 0 0 0 10px;
    border: 1px solid #999;
    width: 100%;
}

.select {
    color: #999;
}

.floating-label {
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 10px;
    transition: all 0.2s ease 0s;
    color: #999;
}

.input-focusout {
    top: 0px;
    left: 10px;
    font-size: 10px;
    opacity: 1;
    color: #999;
}

.position-r {
    position: relative;
    min-height: 60px;
    margin-bottom: 8px;
    z-index: 9;
}

.error {
    color: red;
    font-weight: normal;
    font-size: 12px;
    margin: 0;
}

#agree-error,
#Cagree-error {
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
}

.position-r .help-block {
    color: red;
    display: block;
    margin: 0;
}

.hidden-desktop {
    display: none;
}

.hidden-mobile {
    display: block;
}


/** Profile steps **/

.form-title {
    margin-bottom: 20px;
}

.form-title-cstm {
    margin-bottom: 5px;
}

.form-title-cstm h3 {
    font-size: 16px;
    color: #0058a3;
}

.form-title h3 {
    font-size: 26px;
    color: #0058a3;
    text-transform: capitalize;
    font-weight: 600;
}

.address {
    max-height: 100px;
    min-height: 100px;
    width: 100%;
    resize: none;
    padding: 5px;
    overflow-x: hidden;
}

.checkbox-settings span {
    padding-right: 20px;
}

.profile-tabs .checkbox-settings span {
    min-width: 80px;
    display: inline-block;
}

.listbox_controls ul li.add,
.listbox_controls ul li.remove {
    background: #0058a3;
}

.arrow-price {
    font-size: 26px;
}

.steps-tabs {
    margin-bottom: 40px;
}

.step1-tab {
    background: #0058a3;
    padding: 20px;
    text-align: center;
}

.step1-tab h3 {
    color: #fff;
    margin: 0;
}

.active-tab {
    background: #ffcc00 !important;
    color: #000 !important;
}

.add-new-btn {
    color: #0058a3;
    font-size: 24px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border-radius: 0 !important;
    cursor: text;
    min-height: 42px !important;
    border: 1px solid #999 !important;
}

.select2-container {
    width: 100% !important;
}

.still-studying label {
    color: #fff;
    font-weight: normal;
}

.qualification-info ul {
    list-style: none;
    padding: 0;
}

.qualification-info ul li {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #999;
    position: relative;
}

.qualification-info ul li p {
    margin-bottom: 10px;
}

.qualification-info ul li h4 {
    font-weight: bold;
    margin: 0 0 10px 0;
}

.qualification-info ul li:hover {
    background: #E9F4FF;
    cursor: pointer
}

.qualification-info ul li .del-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0 !important;
    color: #333 !important;
    display: none;
    background: none;
}

.qualification-info ul li:hover .del-btn {
    position: absolute;
    right: 20px;
    top: 0px;
    color: #333 !important;
    border: 0 !important;
    display: block !important;
    background: none !important;
}

.qualification-info ul li:hover .del-btn a:hover,
.qualification-info ul li:hover .del-btn a {
    border: 0 !important;
    color: #333 !important;
    background: none !important;
}

.qualification-info .label-font-normal {
    background: #0058a3 !important;
    font-size: 10px !important;
    font-weight: bold !important;
}

.ajs-header {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.alertify .ajs-dialog,
.alertify .ajs-footer,
.alertify .ajs-header {
    background: #333;
}

.ajs-content {
    color: #fff;
}

.btn-padd {
    padding: 10px 12px !important;
    border: 1px solid #999;
}

.has_listing .pre-populated-text {
    display: none;
}

.listboxswap .listbox_search input {
    background: none;
}


/** Tutor Dashboard css **/

.heading h2 {
    font-size: 32px;
    font-weight: 600;
}

.dashboard-sidebar ul {
    list-style: none;
    padding: 0;
}

.dashboard-sidebar ul li {
    margin-bottom: 2px;
    text-align: center;
    position: relative;
}

.dashboard-sidebar ul li a .msg-tag {
    background: red none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
}

.dashboard-sidebar ul li a {
    background: #0058a3;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    padding: 10px;
    display: block;
}

.dashboard-sidebar ul li a:hover,
.dashboard-sidebar ul li a.active-nav {
    background: #ffcc00;
}

.profile-placeholder img {
    border: 4px solid #eee;
    border-radius: 5px;
    width: 100%;
    background: #fafafa;
}

.profile-details {
    padding-top: 0;
}

.profile-details ul {
    list-style: none;
}

.profile-details ul li .label-txt {
    display: inline-flex;
    font-weight: bold;
    max-width: 100px;
    min-width: 80px;
}

.profile-details ul li {
    margin-bottom: 15px;
}

.statistics-section {}

.statistics-section ul {
    list-style: none;
    overflow: hidden;
    padding: 0 0 0 5px;
}

.statistics-section ul li {
    width: 18%;
    float: left;
    background: #fff;
    min-height: 180px;
    padding: 15px 10px;
    margin: 0 1%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #eee;
}

.statistics-section ul li:hover {
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 4px 0 #ccc;
}

.statistics-section ul li p,
.statistics-section ul li h3 {
    margin-bottom: 5px;
}

.file {
    visibility: hidden;
    position: absolute;
}

.list-head-details h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.list-head-details h4 {
    font-size: 16px;
}

.lsiting-desc {
    margin: 15px 0;
}

.lsiting-desc p {
    font-size: 14px;
    color: #666;
}

.job-listing {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.right-content {
    /*margin-top:30px; */
}

.preview-image-wrap {
    margin-top: 20px;
}


/** Become a tutor main page **/

.inner-page-banner {
    /*background: url(https://www.tutorfinder.co.uk/assets/images/inner-banner.jpg) no-repeat center center;*/
    background-size: cover;
    padding:0;
    background-color:#7facd1;
}

.inner-page-banner-online {
    background: url(../images/online.png) no-repeat center center;
    background-size: cover;
    padding: 5% 0;
}

.heading-inner h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 15px;
}

.heading-inner h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.tutor-block {
    background: #fff;
    padding: 25px 15px;
    transition: all ease-in .3s;
}

.tutor-block p i {
    color: #0058a3;
}

.tutor-block h3 {
    font-size: 24px;
    color: #0058a3;
    margin: 15px 0
}

.tutor-block p {
    font-size: 14px;
    color: #444;
}

.tutor-block:hover {
    background: #0058a3;
    transition: all ease-out .3s;
}

.tutor-block:hover p i {
    color: #fff;
}

.tutor-block:hover h3 {
    font-size: 24px;
    color: #fff;
    margin: 15px 0
}

.tutor-block:hover p {
    font-size: 14px;
    color: #fff;
}

.section-heading {
    padding: 0 0 50px 0;
}

.section-heading h2 {
    font-size: 36px;
    color: #0058a3;
}

.steps-block {
    background: #0058a3;
    padding: 45px 15px;
    transition: all ease-in .3s;
}

.steps-block p i {
    color: #fff;
}

.steps-block h3 {
    font-size: 24px;
    color: #fff;
    margin: 15px 0
}

.steps-block p {
    font-size: 14px;
    color: #fff;
}

.steps-block:hover {
    background: #ffcc00;
    transition: all ease-out .3s;
}

.steps-block:hover p i {
    color: #000;
}

.steps-block:hover h3 {
    font-size: 24px;
    color: #000;
    margin: 15px 0
}

.steps-block:hover p {
    font-size: 14px;
    color: #000;
}

.form-body-main {
    padding: 15px;
    border: 1px solid #0058a3;
    box-shadow: 0 0px 4px 0 #0058a3;
    background: #fff;
}

.form-heading h3 {
    font-size: 24px;
    color: #0058a3;
    margin-bottom: 20px;
}

.form-body-main #agree-error {
    position: absolute;
    bottom: 15px !important;
}

.txt-color-black {
    color: #000;
}

.results-wrap {
    position: relative;
}

.address-results {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 0 0 4px 4px;
    left: 0;
    max-height: 230px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 10;
}

.address-results ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.address-results ul li {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer
}

.address-results ul li:hover {
    background: #eee;
}

#user-postcode.showItem {
    display: block;
}


/** Tutor Listing Page **/

.glyphicon {
    margin-right: 5px;
}

#products .list-group-item .thumbnail {
    display: inline-flex;
    width: 100%;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.4s ease 0s;
}

.thumbnail:hover {
    background: #E9F4FF;
    transition: all 0.4s ease 0s;
}

#products .item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 0 15px 0 15px;
}

#products .item.list-group-item:nth-of-type(odd):hover,
.item.list-group-item:hover {
    background: none !important;
}

#products .item.list-group-item .list-group-image {
    margin-right: 10px;
}

#products .item.list-group-item .thumbnail {
    margin-bottom: 0px;
    padding: 15px;
}

#products .item.list-group-item .caption {
    padding: 0 0 0 20px !important;
    width: 77%;
    /*width:100% */
}

#products .item.list-group-item:nth-of-type(odd) {}

#products .item.list-group-item:before,
#products .item.list-group-item:after {
    display: table;
    content: " ";
}

#products .item.list-group-item:after {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 11px;
}

.switch-btns-main {
    padding: 20px 0;
}

.total-results {
    padding-top: 10px;
}

.total-results span {
    font-size: 20px;
}

.active-view {
    background: #ffcc00 !important;
    color: #000 !important;
    text-decoration: none;
}

.list-thumb {
    max-width: 180px;
    min-width: 180px;
    overflow: hidden;
    min-height: 180px;
    border: 2px solid #eee;
    box-shadow: 0 0 4px 0 #666;
}

.list-thumb img {
    width: 100%;
}

.description {
    width: 70%;
    padding-right: 0%;
}

.response-section {
    width: 28%;
    border-left: 1px solid #ccc;
    padding: 9px 5px 0 5px;
    min-height: 130px;
}

.is-grid .response-section {
    border: 0;
    padding: 0;
}

.list-heading h3 {
    font-weight: 600;
}

.list-heading h3,
.description h4,
.description p,
.response-section p {
    margin-bottom: 10px;
}

.is-grid .list-price {
    margin-bottom: 15px;
}

.list-price {
    margin-bottom: 10px;
}

.list-price strong {
    font-size: 22px;
}

.list-price .small {
    font-size: 12px !important;
    font-weight: normal;
}

.search-heading {
    padding: 40px 0 0;
}

.single_date {
    font-size: 12px;
    font-weight: bold;
    color: #0058a3;
}


/* Grid View css */

.is-grid .caption,
.is-grid .image-holder {
    float: none !important;
}

.is-grid .caption {
    clear: both;
    overflow: hidden
}

.is-grid .distance,
.is-grid .response-time {
    display: none;
}

.is-grid .list-thumb {
    min-width: 90px;
    max-width: 90px;
    min-height: auto;
}

.is-grid .list-heading,
.is-grid .rating-price {
    float: none !important;
    text-align: center;
}

.is-grid .jq-ry-container {
    display: inline-block;
}

.is-grid .description {
    display: none;
}

.is-grid .response-section {
    float: none;
    width: 100%;
}

.is-grid .list-heading h3 {
    font-size: 20px;
}

.list-group-item,
.is-grid {
    transition: all 0.4s ease 0s;
}

.listing-sidebar-main {
    margin-top: 42px;
}

.listing-sidebar {
    background: #fafafa;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 7px;
    margin-bottom: 20px;
    box-shadow: 0 0 2px 0 #ccc;
}

.sidebar-heading {
    border-bottom: 1px solid #0058a3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar-widget ul {
    list-style: none;
    padding: 0;
}

.sidebar-widget ul li {
    width: 100%;
}

.sidebar-widget ul li a {
    text-decoration: none;
    padding: 5px;
    color: #000;
    display: block;
    border-bottom: 1px solid #eee;
}

.sidebar-widget ul li a:hover {
    background: #0058a3;
    color: #fff;
}


/** Client Side Css **/

.statistics-section-client {}

.statistics-section-client ul {
    list-style: none;
    overflow: hidden;
    padding: 0 0 0 5px;
}

.statistics-section-client ul li {
    width: 18%;
    float: left;
    background: #fff;
    padding: 15px 10px;
    margin: 0 1%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #eee;
}

.statistics-section-client ul li:hover {
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 4px 0 #ccc;
}

.statistics-section-client ul li p,
.statistics-section ul li h3 {
    margin-bottom: 5px;
}

#tutor-availability-form .fc-content {
    color: #fff;
    cursor: pointer;
}

#tutor-availability-form .fc-content::after {
    content: "\f00d";
    bottom: 1px;
    font-family: "FontAwesome";
    position: absolute;
    right: 2px;
}


/** modals **/

.black-bg {
    background: #333;
}

.black-bg .modal-title {
    color: #fff;
    font-size: 20px;
}

.black-bg .modal-header {
    border: 0;
}

.form-body {
    padding: 0 20%;
}

.black-bg .close {
    color: #fff;
}

.user-verification-modal .modal-body {
    color: #fff;
}

.user-verification-modal .modal-body h3 {
    margin: 0 0 15px 0;
}

.user-verification-modal .modal-body p {
    margin-bottom: 10px;
}


/** Footer **/

.footer {
    background: #0058a3;
}

.searches-footer {
    background: #2777b0;
}

.footer-grid {
    list-style: none;
    padding: 0;
}

.footer-grid li {
    padding-bottom: 10px;
}

.footer-grid li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-grid li a:hover {
    color: #ffcc00;
}

.searches-footer-grid {
    list-style: none;
}

.searches-footer-grid li {
    padding-bottom: 10px;
}

.searches-footer-grid li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.searches-footer-grid li a:hover {
    color: #ffcc00;
}

.ftitle {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ffcc00;
    padding: 10px 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.secondary-ftitle {
    margin: 25px 0;
}

.secondary-ftitle span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
    border-bottom: 2px solid #ffcc00;
    padding-bottom: 10px;
}

.searches-ftitle {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 2px solid #ffcc00;
    padding: 10px 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.ftitle-connected {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.sicons {
    margin-top: 20px;
}

.sicons a {
    color: #fff;
    font-size: 24px;
    padding: 0 8px;
}

.sicons a:hover {
    color: #ffcc00;
}


/**** Admin css ****/

.admin-login {
    border: 1px solid #eee;
    box-shadow: 0 0 2px 0 #666;
}


/**** Client dashboard ****/

.search-module {
    background: #7facd1;
    padding: 20px;
}

.search-inner form {
    margin: 0;
}

.status {
    margin-top: 10px;
}

.list-row {
    margin: 20px 0;
}

.list-row {
    background: #fff;
    transition: all 200ms ease-in;
    border: 1px solid #E9F4FF;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #999;
    padding: 12px;
}

.list-row:hover {
    border: 1px solid #E9F4FF;
    background: #E9F4FF;
    transition: all 200ms ease-out;
}

.lesson-details {
    list-style: none;
    padding: 0;
}

.lesson-details li {
    padding: 10px 0;
}

.lesson-details li strong {
    display: inline-block;
    min-width: 120px;
}

#client-lessons-calender .cancelled span.after-text::after {
    content: "Cancelled";
}

#client-lessons-calender .reserved span.after-text::after {
    content: "Reserved";
}

#client-lessons-calender .booked span.after-text::after {
    content: "Booked";
}

#client-lessons-calender .upcoming span.after-text::after {
    content: "Upcoming";
}

#client-lessons-calender .rejected span.after-text::after {
    content: "Rejected";
}

#client-lessons-calender .cancelled {
    background-color: red;
    border: 1px solid red !important;
}

#client-lessons-calender .reserved {
    background-color: orange;
    border: 1px solid orange !important;
}

#client-lessons-calender .booked {
    background-color: green;
    border: 1px solid green !important;
}

#client-lessons-calender .upcoming {
    background-color: #ffcc00;
    border: 1px solid #ffcc00 !important;
}

#client-lessons-calender .rejected {
    background-color: red;
    border: 1px solid #ffcc00 !important;
}


/*#booking-calendar .cancelled span.after-text::after { content: "Cancelled"; }
#booking-calendar .reserved span.after-text::after { content: "Reserved"; }
#booking-calendar .booked span.after-text::after { content: "Booked"; }
#booking-calendar .upcoming span.after-text::after { content: "Upcoming"; }
#booking-calendar .rejected span.after-text::after { content: "Rejected"; }*/

#booking-calendar .cancelled {
    background-color: red;
    border: 1px solid red !important;
}

#booking-calendar .reserved {
    background-color: orange;
    border: 1px solid orange !important;
}

#booking-calendar .booked {
    background-color: green;
    border: 1px solid green !important;
}

#booking-calendar .upcoming {
    background-color: #ffcc00;
    border: 1px solid #ffcc00 !important;
}

#booking-calendar .rejected {
    background-color: red;
    border: 1px solid #ffcc00 !important;
}

.fav-thumbnail img {
    border: 4px solid #eee;
    border-radius: 5px;
    background: #fafafa;
    width: 100%;
}

.disable-pointer span {
    pointer-events: none;
}

.star-rating {
    line-height: 32px;
    font-size: 1.25em;
}

.star-rating .fa-star {
    color: #ffcc00;
}

.pricing p strong {
    font-size: 40px;
}

.fav-subheading,
.fav-subjects {
    margin-bottom: 20px;
}

.favourites-list {
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 2px 0 #999;
    background: #fff;
    border-radius: 4px;
    transition: all 200ms ease-out;
}

.favourites-list:hover {
    background: #E9F4FF;
    transition: all 200ms ease-out;
}

.fav-icon {
    font-size: 20px;
    color: #50C732;
}


/** fixes **/

#main-login {
    min-height: 700px;
    padding-top: 150px;
}

.alert {
    text-transform: capitalize;
}

.img-holder {
    float: left;
    max-width: 200px;
    max-height: 200px;
    border: 3px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 #555;
    overflow: hidden;
}

.browse {
    background: #ffcc00;
}

.browse:hover {
    opacity: 0.8;
}

.input-group label.error,
.input-group span.error {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}

.checkbox label.error {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
}

.select-day label.error {
    left: -42px;
    min-width: 300px;
    position: absolute;
    right: 0;
    top: 23px;
}

.dbs_preview {
    margin-top: 20px;
}

.dbs_preview img,
.identity_preview img {
    width: 100%;
}

.preview-thumb {
    position: relative;
}

.main-preview-thumb .preview-thumb {
    max-height: 100px;
    min-height: 100px;
}

.main-preiview-upload .identity_preview img {
    max-width: 200px;
    height: auto;
    float: left;
    border: 3px solid #fff;
    box-shadow: 0 0 4px 0 #555;
}

.main-preview-thumb .preview-thumb .delete-attachment {
    position: absolute;
    right: -10px;
    top: -10px;
}

.main-preview-thumb .preview-thumb .delete-attachment a {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    text-align: center;
    width: 20px;
}

.disable-pointer {
    pointer-events: none;
}

.alertify-notifier .ajs-message.ajs-error {
    color: #fff !important;
}

.min-hw {
    min-height: 42px;
    min-width: 60px;
}

.text-ellipsis {
    max-width: 395px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.expired-cart-item {
    background: #f5afaf !important;
}

.terms-listing-items ol {
    counter-reset: item
}

.terms-listing-items li {
    display: block
}

.terms-listing-items li:before {
    content: counters(item, ".") ": ";
    counter-increment: item;
    font-weight: bold;
    color: #0058a3;
}

.terms-listing-items .first-main {
    padding: 0 !important;
}

.terms-listing-items .heading-details {
    padding: 5px 15px;
}


/*** Jquery range css **/

.range-slider .range-values span {
    color: #ffcc00;
    display: inline;
    font-weight: bold;
    font-size: 18px;
}

.range-values {
    margin-bottom: 20px;
}

.heading-modal h3 {
    color: #fff;
    font-size: 20px;
}

.noUi-connect {
    background: #0058a3 none repeat scroll 0 0;
}


/** Tutor listing detail page **/

.tutor-detail-sidebar .list-thumb {
    margin: 0 auto;
}

.add-favourite a {
    text-decoration: none;
    color: #0058a3;
}

.add-favourite .fav-icon {
    color: #0058a3;
    font-size: 20px;
}

.rating-price {
    margin-right: 5%;
}

.about-tutor p {
    margin-bottom: 15px;
}

.details-content .sub-heading {
    padding: 20px 0;
}

.thead-blue {
    background: #0058a3
}

.thead-blue tr th {
    color: #fff
}

.heading-qua h4 {
    font-size: 22px;
}

.profile-detiail-page .heading-qua h4 {
    font-weight: bold;
    text-align: center;
}

.wrap-bg {
    background: #fafafa none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 #999;
    padding: 15px 15px;
}

.tutor-messaging .address {
    border: 1px solid #999;
}

#select-multi .select2-container .select2-selection--single {
    height: 42px !important;
    padding-top: 5px;
}

#select-multi .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px!important;
    padding-top: 5px;
}

#t-request-select .select2-container .select2-selection--single {
    height: 42px !important;
    border-radius: 0 !important;
    padding-top: 5px;
}

#t-request-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px!important;
    padding-top: 5px;
}

.sidebar-tooltip {
    float: right;
    padding-top: 5px;
}

#location-breadcrumbs {
    margin-bottom: 10px;
}


/** client side message view **/

.messages-module {
    margin-top: 0 !important;
}

.message-list .image-holder {
    width: 15%;
    float: left;
}

.message-list .list-thumb {
    border: 2px solid #eee;
    box-shadow: 0 0 4px 0 #666;
    max-width: 85px;
    min-height: 80px;
    min-width: 120px;
    overflow: hidden;
}

.initial-message-details {
    width: 84%;
    float: left;
    padding-left: 2%;
}

.date-button {
    padding-top: 15px;
}

.message-list-initial {
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 2px 0 #999;
    background: #fff;
    border-radius: 4px;
    transition: all 200ms ease-out;
    position: relative;
}

.conditional-text {
    margin-bottom: 30px;
}

.message-list-initial:hover {
    background: #E9F4FF;
    transition: all 200ms ease-out;
}

.add-to-fav .fav-icon {
    color: #0058a3;
    font-size: 20px;
}

#added-to-favourite .list-thumb {
    border: 2px solid #eee;
    box-shadow: 0 0 4px 0 #666;
    margin: 0 auto;
    max-width: 120px;
    min-height: 120px;
    min-width: 120px;
    overflow: hidden;
}

.tutor-added-to-fav p {
    font-size: 18px;
    color: #fff;
    padding-top: 40px;
}

.icon_minim {
    padding: 2px 10px;
}

.msg_container_base {
    margin: 0;
    padding: 0 10px 10px;
    max-height: 600px;
    overflow-x: hidden;
}

.msg_container .col-md-2,
.msg_container .col-md-10 {
    padding: 0;
}

.top-bar {
    background: #666;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.msg_receive {
    padding-left: 0;
    margin-left: 0;
    background: #e9f4ff !important;
}

.msg_sent {
    margin-right: 0;
}

.messages {
    background: white;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}

.messages>p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
}

.messages>time {
    font-size: 11px;
    color: #ccc;
}

.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

.avatar {
    position: relative;
}

.base_receive>.avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
    justify-content: flex-end;
    align-items: flex-end;
}

.base_sent>.avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2);
}

.msg_sent>time {
    float: left;
}

.msg_container_base::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.btn-group.dropup {
    position: fixed;
    left: 0px;
    bottom: 0;
}

.message-area .message-box {
    min-height: 150px;
    max-height: 150px;
    resize: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}

.warning-message i {
    color: #0058a3 !important;
    font-size: 20px;
}

.lesson-added ul,
.messages ul {
    list-style: none;
    padding: 0;
}

.lesson-added ul li,
.messages ul li {
    background: #fff;
    border: 1px solid #ccc;
    display: inline-flex;
    padding: 20px 15px;
    width: 100%;
    margin-bottom: 15px;
}

.lesson-added ul li span,
.messages ul li span {
    display: table-cell;
    width: 33%;
}

.refer-message-list .list-thumb {
    border: 2px solid #eee;
    box-shadow: 0 0 4px 0 #666;
    max-width: 60px;
    min-height: 60px;
    min-width: 60px;
    overflow: hidden;
}

.refer-message-list .image-holder {
    float: left;
    width: 8%;
}

.refer-message-list .initial-message-details {
    float: left;
    padding-left: 20px;
    width: 92%;
}

#accordion {
    border-radius: 5px;
    overflow: hidden;
}

.accordion-style a {
    color: #0058a3;
    font-size: 22px;
    padding: 25px 10px;
    display: block;
}

.border-top {
    border-top: 1px solid #ccc;
}

.accordion-style .render-cal.collapsed {
    background: #fff !important;
}

.accordion-style .render-cal {
    background: #eee;
}

.panel-collapse .well {
    border-radius: 0;
}

.inline-display span {
    display: inline;
}

#report-message-form #report_message-error {
    left: 0;
    position: absolute;
    top: -20px;
}


/** main page css **/

.search-tutor .search-module {
    background: none !important;
}

.search-tutor {
    /*background: rgba(0, 88, 163, 0.8);*/
}

.main-heading h1 {
    font-size: 50px;
    font-weight: bold;
}

.browse-subject-list ul {
    list-style: none;
    padding: 0;
}

.browse-subject-list ul li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #eee;
    float: left;
    margin: 0 1% 30px;
    padding: 15px 10px;
    width: 23%;
    transition: all 200ms ease-in;
}

.browse-subject-list ul li:hover {
    box-shadow: 0 0 4px 0 #999;
    transition: all 200ms ease-out;
}

.map-uk img {
    margin: 0 auto;
    width: 100%
}

.locations-nav {
    background: #0058a3;
}

.locations-nav ul {
    list-style: none;
    padding: 15px 0;
    margin-bottom: 25px;
}

.locations-nav ul li {
    display: inline-flex;
    border-right: 2px solid #ccc;
}

.locations-nav ul li:last-child {
    border: 0;
}

.locations-nav ul li a {
    font-size: 14px;
    margin: 0 20px;
    color: #fff;
    border: 0;
}

.locations-nav ul li a:hover,
.active-location a {
    color: #ffcc00 !important
}

.locations-nav ul li a:hover,
.locations-nav ul li a:focus,
.locations-nav ul li.active a {
    background: none !important;
    background-color: none !important;
    color: #ffcc00 !important;
    border: 0 none !important;
}

.tutors-area-specific {
    list-style: none;
    padding: 0;
}

.tutors-area-specific li a {
    color: #0058a3;
    display: inline-block;
    padding: 8px 0;
    font-size: 15px;
}

.tutors-area-specific li a i {
    color: #999;
}

.report-message {
    padding-right: 5px;
}

.tutors-area-specific li a span {
    float: left;
    height: 35px;
    display: inline-block;
    padding-right: 10px;
}

.tutors-area-specific li {
    min-height: 60px;
}

.cr-boundary {
    position: relative;
}

.upload-result {
    position: absolute;
    bottom: 28px;
    right: 38px;
    z-index: 9;
}


/** 404 page **/

.error-404 {
    background: url("../images/error-bg.jpg") no-repeat scroll center top / 100% auto;
}

.error-content {
    min-height: 700px;
}

.error-content h1 {
    font-size: 160px;
    font-weight: bold;
    color: #0058a3;
    padding-top: 20%;
}

.error-content h2 {
    font-size: 40px;
    font-weight: bold;
    color: #0058a3;
    padding-top: 10px;
}


/** animated icon new message **/

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-ring {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

.new-message-alert {
    font-size: 22px;
    left: -10px;
    position: absolute;
    top: -10px;
}

.heading-contact h3 {
    color: #0058a3;
    font-size: 34px;
    margin: 0 0 20px;
}


/** Contact css **/

.contact-boxes {
    background: #0058a3;
    border-radius: 5px;
    min-height: 300px;
}

.contact-boxes:hover {
    box-shadow: 0 0 4px 0 #ccc;
}

.call-us p {
    color: #fff;
    margin-bottom: 12px;
}

.call-us p a {}

.call-us {
    padding-top: 10%;
}

.call-us h4 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.address-text {
    max-height: 100px;
    min-height: 100px;
    padding: 5px;
    resize: none;
    width: 100%;
    border: 1px solid #999
}

.message-section {
    background: url("../images/uk-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.message-form .heading h3 {
    color: #fff !important
}


/** How it works **/

.button-play {
    background: #ffcc00 none repeat scroll 0 0;
    border-radius: 32px;
    color: #0058a3;
    display: inline-block;
    font-size: 32px;
    min-width: 200px;
    padding: 10px 20px;
}

.button-play:hover {
    opacity: 0.8;
}

.button-play i {
    font-size: 42px;
}

.hiw-steps {
    min-height: 220px;
    background-color: #0058a3;
    padding: 17px 15px;
    margin: 15px 0;
    border-radius: 5px;
}

.hiw-steps:hover {
    box-shadow: 0 0 4px 0 #ccc;
}

.hiw-steps i,
.hiw-steps h4,
.hiw-steps p {
    color: #fff;
    margin-bottom: 10px;
}

.hiw-findTutor .search-module {
    background: 0 none;
}

.get-started-box h3 {
    margin-bottom: 20px;
}

.get-started-box {
    background-color: #0058a3;
    padding: 25px;
    margin: 15px 0;
    border-radius: 5px;
}

.get-started-box ul {
    list-style: disc inside;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden
}

.get-started-box ul li {
    color: #ffcc00;
    font-size: 16px;
    margin-bottom: 10px;
}

.get-started-box ul li span {
    color: #fff;
}


/** Checkout **/

.tutor-details-checkout ul {
    list-style: none;
    padding: 0;
}

.tutor-details-checkout ul li {
    margin-bottom: 15px;
}

.tutor-details-checkout ul li span:first-child {
    width: 150px;
    display: inline-block;
}

.payment-icons span {}


/** Availability calender **/

.fc-event-container .cancelled {
    background-color: red;
    border: 0;
}

.fc-event-container .reserved {
    background-color: orange;
    border: 0;
}

.fc-event-container .booked {
    background-color: green;
    border: 0;
}

.fc-event-container .upcoming {
    background-color: #ffcc00;
    border: 0;
}

.available-col {
    background-color: #3a87ad;
}

#availability-calender .cancelled,
#suggest-calender .cancelled,
.cancelled-col {
    background-color: red;
    border: 1px solid red !important;
}

#availability-calender .reserved,
#suggest-calender .reserved,
.reserved-col {
    background-color: orange;
    border: 1px solid orange !important;
    pointer-events: none;
}

#availability-calender .booked,
#suggest-calender .booked,
.booked-col {
    background-color: green;
    border: 1px solid green !important;
    pointer-events: none;
}

#availability-calender .upcoming,
#suggest-calender .upcoming,
.upcoming-col {
    background-color: #ffcc00;
    border: 1px solid #ffcc00 !important;
    pointer-events: none;
}

#availability-calender .processed {
    pointer-events: none;
}

.bg-white {
    background: #fff !important;
    border: 1px solid #ccc !important;
}

.cancelled-col,
.reserved-col,
.booked-col,
.upcoming-col,
.available-col {
    display: inline-block;
    height: 20px;
    margin-bottom: -5px;
    margin-left: 5px;
    margin-top: 10px;
    width: 30px;
}


/** cart css **/

.basket-actions-wrapper.added .add-to-basket-btn {
    display: none;
}

.basket-actions-wrapper.added .remove-to-basket-btn {
    display: inline-block;
}

.basket-actions-wrapper .remove-to-basket-btn {
    display: none;
}

#cancel-lesson-form #cancel_lesson-error {
    left: 0;
    position: absolute;
    top: -20px;
}


/** Calender availability **/

.avail-calndr {
    border: none;
}

.avail-calndr tbody tr td {
    padding: 5px !important;
}

.table.avail-calndr tbody td.sel {
    background: #3a87ad;
    color: #fff !important
}

#availability-show-wrapper .time-slot {
    color: transparent;
}

.time-slots th,
.day-slots th {
    border: 0 !important;
    background-color: transparent;
    border-bottom-width: 0;
    font-weight: normal;
}

td.time-slot {
    background: #fff;
}

.avail-calndr>tbody>tr>td,
.avail-calndr>tbody>tr>th,
.avail-calndr>tfoot>tr>td,
.avail-calndr>tfoot>tr>th,
.avail-calndr>thead>tr>td,
.avail-calndr>thead>tr>th {
    padding: 5px !important;
}

.calendar-header {
    background: #0058a3;
    padding: 10px;
}

#availCalndr {
    position: relative;
}

#loading {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#loading i {
    top: 45%;
    position: relative;
    z-index: 999999;
    left: 48%;
    color: #fafafa;
    right: auto;
    margin: 0 auto;
    text-align: center;
}

.avail-calender .label-default {
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 13px;
}

.calenderv2 table .sel {
    color: #fff;
}

.time-slot div {
    visibility: hidden;
}

.sel div {
    visibility: visible !important;
}


/** qulaification tabs on profile **/

.qualification-tabs {
    position: relative;
}

.qualification-tabs ul.nav-tabs li.active a,
.qualification-tabs ul li:hover a {
    border: 1px solid #3a87ad !important;
    background: #0058a3 !important;
    color: #fff !important;
}

.qualification-tabs ul.nav-tabs li a {
    background: #fff !important;
    color: #333 !important;
    margin-right: 10px;
    border: 1px solid #ddd;
}


/** Faq section **/

.faq-content .panel-heading a h4 {
    color: #333;
    font-weight: bold;
}

.faq-content .panel-default {
    margin-bottom: 20px;
}


/** Request a tutor **/

.generic-multi-select .select2-container .select2-selection--single {
    height: 42px !important;
    border-radius: 0 !important;
    padding-top: 5px;
}

.generic-multi-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px!important;
    padding-top: 5px;
}


/** inline copied from browse subjects page **/

.heading-contact p {
    font-size: 22px;
}

.f-22 p {
    font-size: 22px;
}

.tutors-area-specific li {
    min-height: 60px;
}

.select-day span {
    font-weight: bold;
}

.tf-loading {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    z-index: 999999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.tf-loading span {
    top: 45%;
    position: relative;
    color: #ffcc00;
}

.dt-button {
    height: 40px;
    background: #0058a3;
    line-height: 40px;
    display: inline-block;
    min-width: 80px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.dt-button:hover {
    color: #fff;
}

.button-red {
    background-color: red;
}

.showMore.disable {
    display: none;
}


/** faq sidebar **/

.faq-sidebar ul {
    list-style: none;
    border: 1px solid #ccc;
    padding: 0;
}

.faq-sidebar ul li {
    border-bottom: 1px solid #cbd2d6;
}

.faq-sidebar ul li a.active-faq {
    background-color: #f5f7fa;
    border-left: 3px solid #0468b5;
    color: #0468b5;
}

.faq-sidebar ul li a:hover {
    text-decoration: none;
    background-color: #f5f7fa;
    border-left: 3px solid #0468b5;
    color: #0468b5;
}

.faq-sidebar ul li a {
    color: #000000;
    display: inline-block;
    font-size: 15px;
    padding: 20px;
    font-weight: bold;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-left: 3px solid transparent;
}

.commen-questions ul {
    list-style: none;
    padding-left: 0;
}

.commen-questions ul li {
    padding-bottom: 10px;
}

.faq-accordion {
    width: 100%;
    margin: 0 auto;
}

.accordion-toggle {
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    margin: 0;
    padding: 20px 0;
    position: relative;
}

.accordion-toggle.active:after {
    content: "";
    position: absolute;
    right: 0;
    top: 45%;
    width: 0;
    height: 0;
    border-bottom: 5px solid #0058a3;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
}

.accordion-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    top: 45%;
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
}

.accordion-toggle.active:before {
    display: none;
}

.accordion-content {
    display: none;
}

.accordion-toggle.active {
    color: #0058a3;
}

.accordion-content ul {
    list-style: none;
    padding-left: 10px;
    margin: 10px 0;
}

.accordion-content ul li {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.acc-breadcrumb {
    margin-top: 15px;
}


/*.acc-breadcrumb p a{ font-weight:600; padding:0 10px 0 0;}*/

.faq-details-navbar {
    border-bottom: 1px solid #ccc;
    margin: 15px 0
}

.faq-details-navbar a {
    color: #000;
    padding: 15px 25px;
    display: inline-block;
    font-size: 16px;
    border-bottom: 3px solid transparent;
}

.faq-details-navbar a:hover,
.faq-details-navbar a.active {
    color: #0058a3;
    border-bottom: 3px solid #0058a3;
}

.category-content p {
    margin-bottom: 10px;
    line-height: 24px;
}

.feedback-btn p {
    margin-bottom: 10px;
}

.faq-search-bar {
    background: #0058a3;
    padding: 40px 0;
    border-top: 1px solid #679CC8;
}

.faq-heading-top h1 {
    color: #fff;
    font-size: 38px;
}

.navbar-brand {
    padding: 7.5px 15px;
}

.commen-questions,
.faq-content-main,
.faq-accordion a {
    font-size: 12pt !important;
    font-family: 'Open Sans', sans-serif !important;
}


/*========================================================
					login page buttons are hide on desktop and show on mob 
 				 =========================================================*/

.mob-button {
    display: none;
}

#tutor-type-label {
    padding-top: 7px;
    color: white;
}

#tutor-in-label {
    padding: 0px 33px;
    color: white;
}

.radio-toolbar {
    margin: 10px 0;
    position: relative;
}

.radio-toolbar input[type="radio"] {
    opacity: 1;
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 25px;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ffcc00;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    width: 100%;
    border: 2px solid #ffcc00;
    text-align: center;
    opacity: 0.7;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 5px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 5px;
}

.radio-toolbar input[type="radio"]:checked+label {
    opacity: 1;
}

#closeCookieConsent:hover {
    color: #FFF;
}

#cookieAccept:hover {
    color: #FFF;
}

.cookiePolicyStyle {
    color: white;
    /*background-color: #0058BD;*/
    background-color: rgba(20, 20, 20, 0.8);
    z-index: 4000 !important;
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 15px !important;
}

.cookiePolicyLink {
    color: white;
    text-decoration: underline !important;
}

.cookiePolicyLink:hover {
    color: #F1D600;
}

#closeCookieConsent {
    background-color: #ffcc00;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    /*float: right;*/
    margin: 0 0 0 10px;
}

#cookieAccept {
    background-color: #ffcc00;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    /*float: right;*/
    margin: 0 0 0 10px;
}

.cookiePolicyStyle a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    /*float: right;*/
    margin: 0 60px 0 10px;
}


/*==========Custom Checkbox and radio button style===========*/

.control {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: normal;
    margin: 10px 0;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #747474;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control--checkbox .control__indicator:after {
    left: 2px;
    top: -3px;
    width: 17px;
    height: 17px;
    background: url("../images/arrow-checkbox.png") no-repeat;
    background-size: 100% 100%;
}

.control input:checked~.control__indicator:after {
    display: block;
}


/*.control--checkbox input:disabled ~ .control__indicator:after {*/


/*background: url("../images/arrow-checkbox.png") no-repeat;*/


/*background-size: 100% 100%;*/


/*display: block;*/


/*}*/

.control--radio .control__indicator:after {
    left: 2px;
    top: 2px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #409690;
}

.control--radio input:disabled~.control__indicator:after {
    background: #a9a9a9;
    display: block;
}


/*==========Custom Checkbox and radio button style===========*/

.datepicker {
    z-index: 999999;
}


/*==========Online tutoring main page Time line style========*/

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #0058a3;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 85%;
    z-index: 400;
}

ul.timeline>li {
    margin: 45px 0;
    padding-left: 20px;
}

ul.timeline>li:nth-child(1):before {
    content: '1';
    background: #0058a3;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0058a3;
    left: 12px;
    width: 35px;
    height: 35px;
    z-index: 9999;
    text-align: center;
    padding: 2px;
    color: white;
}

ul.timeline>li:nth-child(2):before {
    content: '2';
    background: #0058a3;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0058a3;
    left: 12px;
    width: 35px;
    height: 35px;
    z-index: 9999;
    text-align: center;
    padding: 2px;
    color: white;
}

ul.timeline>li:nth-child(3):before {
    content: '3';
    background: #0058a3;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0058a3;
    left: 12px;
    width: 35px;
    height: 35px;
    z-index: 9999;
    text-align: center;
    padding: 2px;
    color: white;
}

ul.timeline>li:nth-child(4):before {
    content: '4';
    background: #0058a3;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0058a3;
    left: 12px;
    width: 35px;
    height: 35px;
    z-index: 9999;
    text-align: center;
    padding: 2px;
    color: white;
}

ul.properties {
    float: left;
    width: 100%;
    padding: 0;
    margin: 5px 0 15px 0;
    list-style: none;
}

ul.properties li {
    float: left;
    margin-right: 10px;
    font-size: 18px;
    width: 80px;
}

ul.properties li figure {
    margin: 0 0 8px 0;
}

#messege-me-bottom-btn {
    display: none;
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

#show-on-sm {
    display: none;
}

.header-btn-borders {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.search-tutor-borders {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#profile-sidebar {
    /*position: -webkit-sticky;*/
    /*position: fixed;*/
    /*top: 0;*/
}

.main-page-banner {
    display: block;
    margin: auto;
    max-width: 500px
}

.listing-search-header section {
    background: #7facd1;
}

.listing-search-header .search-tutor {
    background: none;
}

.custom-nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    background: #0058a3;
    list-style: none;
    display: none;
    box-shadow: 0 10px 10px -5px;
    padding: 5px;
}

.custom-nav li:last-child ul {
    left: auto;
    right: 0;
}

.tutor-nav .navbar-nav.custom-nav li ul a {
    color: #fff !important;
    display: block;
    padding: 5px;
}

.tutor-nav .navbar-nav.custom-nav li:hover ul {
    display: block;
}

.tutor-nav .navbar-nav.custom-nav li ul a:hover {
    color: #ffcc00 !important;
}


/*========================================
        Tutors update Listing style
=========================================*/

.sidebar-heading h3 {
    font-weight: bold;
}

body .sidebar-heading {
    border-bottom: 3px #ffcc00 solid;
    max-width: 167px;
    margin: auto;
}

.slider-heading {
    display: flex;
}

.slider-heading h3 {
    color: #0058a3;
    font-size: 18px;
    font-weight: 600;
}

.range-price {
    color: #0058a3;
    margin-left: 16px;
}

.slider-heading {
    display: flex;
    padding: 20px 0px 0px;
}

.listing-sidebar {
    background-color: white;
    max-width: 220px;
}

.noUi-handle.noUi-handle-lower,
.sidebar-filter .noUi-handle {
    width: 20px;
    height: 20px;
    background: #ffcc00;
    cursor: pointer;
    border-radius: 100%;
    top: -7px;
    border: black 2px solid;
}

.noUi-handle:after,
.sidebar-filter .noUi-handle:before {
    display: none;
}

.sidebar-filter .noUi-horizontal {
    height: 10px;
}

.filter-gender h3 {
    color: #0058a3;
    text-align: left;
}

.filter-gender .checkbox-inline {
    display: block;
    color: #0058a3;
    margin-left: inherit;
    font-weight: 600;
    padding-left: inherit;
    text-align: left;
}


/*.filter-gender input[type=radio] {
  padding: 0.5em;
  -webkit-appearance: none;
  outline: 0.1em solid black;
  outline-offset: 0.1em;
}
.filter-gender input[type=radio]:checked {
    display: inline-block;
    background-color: #0058a3;
    border-radius: 100px;
}*/

.tutor-type .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.tutor-type .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.tutor-type .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    background-color: white;
    border: 2px #0058a3 solid;
    width: 18px;
    height: 18px;
    border-radius: 5px;
}


/* On mouse-over, add a grey background color */

.tutor-type .container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.tutor-type .container input:checked~.checkmark {
    background-color: white;
    border: 2px #0058a3 solid;
    width: 18px;
    height: 18px;
    border-radius: 5px;
}


/* Create the checkmark/indicator (hidden when not checked) */

.tutor-type .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.tutor-type .container input:checked~.checkmark:after {
    display: block;
}

.tutor-type .container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ffcc00;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #0058a3 !important;
    outline: none;
    -webkit-transition: .2s;
    border-radius: 10px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #ffcc00;
    cursor: pointer;
    border: black 2px solid;
    border-radius: 100%;
}

.range-slider-miles {
    padding: 16px 0px 0px;
}

#list,
#grid {
    display: none;
}

.view-switch-btns .btn-group:nth-child(1) {
    display: none;
    background-color: white;
    color: #0058a3 !important;
    border: 1px solid;
    font-weight: 600;
}

body {
    background-color: #cccccc75;
}

.search-tggle {
    display: none;
}

.search-icon {
    float: right;
}

.search-icon i {
    background-color: #ffcc00;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 21px;
}

.search-tggle h4 label {
    color: white;
    font-weight: 600;
}

.search-tggle .fa-times {
    display: none;
}

.active-time {
    display: block !important;
}

.active-search {
    display: none;
}

.tf-start-rating-wrapper {
    display: flex;
}

.tf-start-rating-wrapper span {
    color: #0058a3;
    font-weight: 600;
    font-size: 16px;
}

.list-price.text-center span {
    font-size: 16px !important;
    font-weight: 600;
}

.map-marker i {
    color: #0058a3;
    font-size: 25px;
}

.map-marker {
    padding-bottom: 20px;
}

.map-marker p span {
    color: #0058a3;
}

.map-marker p {
    font-size: 16px;
    font-weight: 600;
    padding-top: 2px;
}

.response-section .button-blue-sm {
    border-radius: 5px;
    font-weight: 600;
    padding: 6px 18px;
}

.pagination>li>a,
.pagination>li>span {
    background-color: inherit;
    border: none;
    font-weight: 600;
}

.pagination>.disabled>span {
    background-color: inherit;
}

.pagination .active span {
    border-radius: 100%;
}

.pagination li:nth-child(13) a,
.pagination li:nth-child(1) a {
    color: #e7e7e7;
}

.pagination li:nth-child(13) span {
    color: #337ab7;
    right: -232px;
    position: absolute;
}

.pagination li:nth-child(13) span i,
.pagination li:nth-child(1) span i {
    border: 1px #337ab7 solid;
    padding: 8px;
    border-radius: 100%;
    margin-left: 10px;
}

.pagination li:nth-child(13) a:hover,
.pagination li:nth-child(1) a:hover {
    background-color: inherit;
}

.pagination li:nth-child(1) span {
    color: #337ab7;
    left: -232px;
    position: absolute;
}

.pagination li:nth-child(1) span i {
    margin-right: 10px;
    margin-left: 0px;
}

#products .item.list-group-item {
    padding: inherit;
    border-radius: 7px;
}

#products .item.list-group-item .thumbnail {
    border-radius: 7px;
}

.tutor-type-popup {
    display: flex;
}

.tutor-type-popup .container input:checked~.checkmark {
    background-color: inherit !important;
}

.tutor-type-popup .checkmark {
    background-color: inherit;
}

button#listing-filter-btn {
    font-weight: bold;
    border-radius: 5px;
}

.black-bg hr {
    max-width: 128px;
    margin-top: inherit;
    border: 1px solid white;
}

.list-heading.pull-left {
    display: flex;
}

.sidebar-filter-popup .noUi-target {
    border: none;
}

.section640 {
    display: none;
}

.arrow-section {
    display: none;
}

.clearfix.switch-btns-main h4 {
    font-size: 22px;
    font-weight: 600;
}

.sidebar-filter .noUi-horizontal {
    border: inherit !important;
}

.status2 {
    background-color: green;
    color: white;
    padding: 5px;
    margin-left: 10px;
    width: 24px;
    height: 23px;
    border-radius: 100%;
}

@media only screen and (max-width: 480px) {
    .tutor_listing_discription {
        display: none !important;
    }
}

.disableClick {
    pointer-events: none;
    cursor: not-allowed;
}

.left_nav_disable_link {
    cursor: not-allowed;
}

@media only screen and (max-width: 480px) {
    .listing-sidebar {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 764px) {
    .listing-sidebar {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    .listing-sidebar .image-holder {
        margin-bottom: 0;
    }
}
@media (max-width: 414px){

	html, body {
	  overflow-x: hidden;
	}

	.search-tutor{
		width: 100%
	}
	div#select-multi {
		margin-left: -10px;
	}
	div#select-level {
	    margin-left: 6px;
	}
	div#searchPostcode {
		margin-left: 2px;
	}
	.container {
	    width: 100%;
	}
	.row.cat {
		margin-left: 10px;
	}	
	select#cat-select {
		width: 50%;
	}
	.post-grid  {
	    width: unset!important;
	}
	.card {
		width: unset!important;
	    margin: 20px 40px;
	}
	.ads {
	    width: unset!important;
	    margin: 30px;
	    padding: 13px;
	    height: 200px;
	}
	.ad2{
		height: 230px!important;
	}
	hr{
		margin-left: unset;
	}
	.back-btn {
	    height: 32px;
	    padding: 6px 15px;
	}
	.s-post {
	    width: 100%;
	    margin: 3%!important;
	}
	.single-content {
    	padding-right: 25px;
	    text-align: justify;
	}
	.recent {
	    width: unset!important; 
	    margin: 3%;
	}
	.recent img {
	    width: 100%!important;
	    height: 200px!important;
	}
} 

@media (max-width: 375px){
	.ads, .ad2 {
	    height: 250px!important;
	}
	select#cat-select {
		width: 45%;
	}
}