/*
Theme Name: OldSchoolUniform
Theme URI: http://202.166.207.19/c/sameen/singolo/
Description: 
Author: Cyclone Nepal Info Tech Pvt. Ltd.
Author URI: http://oldschooluniform.co.uk/
Tags: html, html5, css, css3, Bootstrap
License: 
License URI: 
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Elements
3.0 Forms
4.0 Navigation
4.1 Links
4.2 Typography
4.3 Menus
5.0 Breadcrumb Section
6.0 Alignments
12.0 Miscellaneous
12.1 Basic Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Philosopher', sans-serif;
}
html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box;
    /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
a img {
    border: 0;
}
/** Generated by FG **/
@font-face {
    font-family: 'Philosopher', sans-serif;
    src: url('..//fonts/OpenSans-Regular-webfont.eot');
    src: url('..//fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('..//fonts/OpenSans-Regular-webfont.woff') format('woff'),
        url('..//fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('..//fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
span {
    font-family: 'Philosopher', sans-serif;
    font-size: 14px;
}
/*toggle button on my account*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-left: 22px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked+.slider {
    background-color: #2196F3;
}
input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
/*------------------------*/
/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
ul,
ol {
    margin: 0 0 5px 15px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
ul {
    margin: 0;
}
li {
    list-style: none;
    float: left;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
/*--------------------------------------------------------------
3.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 2px;
    border: none;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 18px;
    line-height: 1;
    padding: 10px 20px;
    color: #fff;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    opacity: 0.7;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 8px 10px;
}
textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
}
input[type="text"],
input[type="password"],
textarea,
input[type="email"],
select {
    border: 1px solid #ddd;
    border-radius: 0 0 0 0;
    color: #414042;
    line-height: 20px;
    padding: 5px;
    width: 100%;
    background: transparent;
}
::-moz-placeholder {
    color: #8f8989;
    opacity: 1;
    font-weight: 400;
}
::-webkit-input-placeholder {
    color: #8f8989;
    font-weight: 400;
}
/*--------------------------------------------------------------
4.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 Links
--------------------------------------------------------------*/
a:focus {
    outline: 0;
}
a {
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Philosopher', sans-serif;
}
a,
a:hover {
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
    color: #fff;
}
.carousel-inner a:hover {
    opacity: 1;
}
/*--------------------------------------------------------------
4.2 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea,
option {
    color: #7e63a7;
    font-family: 'Philosopher', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
h1>strong,
h2>strong,
h3>strong,
h4>strong,
h5>strong,
h6 h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    color: #000;
    font-family: 'Philosopher', sans-serif;
    text-align: left;
    letter-spacing: -0.6px;
}
li {
    font-family: 'Philosopher', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    list-style: none;
}
.desc li {
    list-style-type: circle !important;
    float: none !important;
    margin-left: 35px !important;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    font-size: 16px;
    color: #2f2f2f;
    line-height: 1.5;
    font-family: 'Philosopher', sans-serif;
    text-align: left;
}
/*--------------------------------------------------------------
4.3 Menus
--------------------------------------------------------------*/
.main-navigation {
    float: right;
}
.main-navigation:before,
.main-navigation:after {
    clear: both;
    content: "";
    display: block;
}
.main-navigation ul {}
.main-navigation ul ul {
    display: none;
    left: 0;
    margin: 0;
    min-width: 170px;
    position: absolute;
    top: 50px;
    z-index: 9999;
    background: #f1f1f1;
}
.main-navigation ul ul ul {
    left: 100%;
    top: -1px;
}
.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 18px 0;
}
.main-navigation li li {
    float: none;
    display: block;
    padding: 0px 0;
}
.main-navigation li li li {}
.main-navigation li li li li {}
.main-navigation li:hover ul {
    display: block;
}
.main-navigation li:hover li ul {
    display: none;
}
.main-navigation li li:hover ul {
    display: block;
}
.main-navigation li li:hover li ul {
    display: none;
}
.main-navigation li li li:hover ul {
    display: block;
}
.main-navigation li li li:hover li ul {
    display: none;
}
.main-navigation li li li li:hover>ul {
    display: block;
}
.main-navigation ul li a {
    color: #fff;
    display: block;
    font-family: 'Philosopher', sans-serif;
    font-size: 14px;
    padding: 0px 11px;
    font-weight: normal;
}
.main-navigation ul li:last-child a {
    padding-right: 0;
}
.icon-help {
    padding: 9px;
    background: dodgerblue;
    color: white;
    min-width: 30px;
    text-align: center;
}
.main-navigation li li li a {}
.main-navigation li li li li a {}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
    color: rgb(255, 255, 1);
}
.main-navigation li li a:hover,
.main-navigation li li.current-menu-item>a {}
.main-navigation li li li a:hover {}
.main-navigation li li li li a:hover {}
.main-navigation li.current-menu-item>a {}
.main-navigation li li.current-menu-item>a {}
.main-navigation li li li.current-menu-item>a {}
.main-navigation li li li li.current-menu-item>a {}
.main-navigation li.current-menu-item li a:hover {}
.main-navigation li li.current-menu-item li a:hover {}
.main-navigation li li li.current-menu-item li a:hover {}
.main-navigation ul ul a {
    height: auto;
    padding: 5px 0px 5px 15px;
    text-align: left;
    font-size: 14px;
    color: #222222 !important;
    width: 100%;
    font-family: 'Philosopher', sans-serif;
}
.main-navigation ul li ul li a:hover {
    color: #000 !important;
    background: rgba(0, 0, 0, 0.1);
}
.main-navigation ul li.menu-item-has-children>a {
    padding-left: 30px;
}
.main-navigation li li.current_page_item a:after,
.main-navigation ul li li a:hover:after {
    display: none;
}
.main-navigation li a:hover,
.main-navigation li.current-menu-item a,
.main-navigation li.current_page_item a {
    color: #00daff;
    opacity: 1;
    transition: all ease 0.3s;
}
.main-navigation .menu>li:hover:after,
.main-navigation li.current-menu-item:after,
.main-navigation .menu ul>li:hover:after,
.main-navigation li.current_page_item:after {
    width: 100%;
}
.main-navigation .menu>li:after,
.main-navigation ul li:after,
.main-navigation li.current-menu-item:after,
.main-navigation .menu ul>li:after,
.main-navigation li.current_page_item:after {
    bottom: 0px;
    content: "";
    /*display: block;*/
    display: none;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transition: width 0.25s ease 0s;
    width: 0;
    z-index: 88;
}
.main-navigation ul li li:after {
    display: none;
}
.main-navigation li.current-menu-item:after,
.main-navigation ul li.current_page_item:after {
    width: 100%;
}
/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
/*-------------------------------------- 
12.1 Basic Styles
----------------------------------------*/
abbr {
    color: red;
}
body {
    background: rgba(230, 230, 230, 0.50);
    background-repeat: repeat;
    color: #474747;
    font-family: 'Philosopher', sans-serif;
    line-height: 1.5;
    font-size: 16px;
}
.container {
    width: 1000px;
}
/*Header section*/
.head-up {
    background: #3a9cf6;
    padding: 10px 0;
    /*border-bottom: 1px solid #0078e7;*/
}
.head-up li:first-child:before {
    content: "";
    color: transparent;
}
.head-up li:nth-child(4):before {
    content: "";
    color: transparent;
}
.head-up li:before {
    padding: 0 5px;
    display: inline-block;
    content: "|";
    color: #fff;
}
.li-line:before {
    content: "";
    color: transparent;
}
.head-mid {
    padding: 15px 0;
    background: #000;
}
.head-mid h1.logo {
    margin: 0;
    line-height: 0;
    width: 80%;
}
.head-mid.search input[type="text"],
.head-mid.search select,
.search .btn {
    border: 1px solid #404040;
    background: #f3f3f3;
    border-radius: 0px;
}
.search a {
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 2px 0px #d35400;
    -moz-box-shadow: 0px 2px 0px #d35400;
    box-shadow: 2px 3px 3px rgb(20, -1, 131);
    background-color: #3a9cf6 !important;
    padding: 7px 12px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.search .col-sm-6 {
    padding-right: 0px;
}


.benefits_li li{
    list-style-type: disc !important;
    background-color: #f2f2f2 !important;
    list-style-type: disc !important;
    border: none !important;
    display: list-item;
    padding: 8px 0px 0px 10px !important;
    color: #2f2f2f !important;
    font-size: 16px !important;
}
.select_filter {
    /* position: absolute; */
    display: inline;
    border-radius: 0px;
    width: auto;
    border: 1px solid;
    border-color: #c2c2c2;
}
/*Featured banner section*/
.featured-banner {
    border-bottom: 1px solid #7d7d7d;
    position: relative;
    width: 100%;
    background: #f3f3f3;
}
/*.item{
	height: 400px;
}*/
.item .col-sm-4 {
    padding: 58px 0;
}
.item img {
    width: 100%;
}
.item h3 {
    font-size: 60px;
    line-height: 1;
}
.item p {
    font-size: 22px;
    margin: 10px 0;
    font-style: italic;
}
.item a {
    background: rgba(0, 0, 0, 0.8);
    padding: 8px 18px;
    text-align: center;
    color: #fff;
}
.featured-banner .item a {
    display: block;
    padding: 0;
}
.centered {
    position: absolute;
    top: 232px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(54 9 9 / 40%);
    width: 80%;
    text-transform: uppercase;
    padding: 8px;
    color: #ffffff;
}

.centered-detail {
    position: absolute;
    bottom: 82px;
    left: 37.5%;
    transform: translate(-50%, -50%);
    background-color: rgb(54 9 9 / 40%);
    width: 61.5%;
    text-transform: uppercase;
    padding: 8px;
    color: #ffffff;
}
.carousel-control.right {
    background-image: none;
    left: auto;
    right: 0px;
}
.carousel-control {
    font-size: 36px;
    text-shadow: none;
    opacity: 1;
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    color: rgba(0, 0, 0, 0.5);
}
.carousel-control .fa-chevron-left {
    left: 60px;
    margin-right: 10px;
    position: absolute;
    top: 180px;
}
.carousel-control .fa-chevron-right {
    right: 60px;
    margin-right: 10px;
    position: absolute;
    top: 180px;
}
/*products*/
.featured-product {
    padding-top: 25px;
}
.entry-title {
    background: #fafafa;
    padding: 4px 0;
    border-bottom: 3px solid #3a9cf6;
    position: relative;
}
.entry-title h2 {
    color: #666;
    font-weight: normal;
    padding-left: 80px;
    font-size: 21px;
}
.entry-title .tag {
    background-color: #3a9cf6;
    position: absolute;
    left: 0;
    top: -5px;
    padding: 7px;
    text-align: center;
}
.entry-title h1 {
    color: #666;
    font-weight: normal;
    padding-left: 80px;
    font-size: 21px;
}
/*.entry-title .tag img{
	width: 80%;
}*/
.featured-product .row {
    margin: 15px 0px;
    background: #fff;
    padding: 15px 0;
}
.entry-content {
    padding: 10px;
    text-align: center;
    transition: all ease-in-out 0.5s;
}
.login .col-sm-3 img {
    border: 8px solid #fff;
    box-shadow: 0 2px 5px #ccc;
    margin-bottom: 10px;
}
.login .col-sm-3 img {
    margin-top: 10px;
    width: 100%;
}
.login input[type="submit"] {
    display: block;
    margin: 10px 0 0;
}
.entry-content span {
    color: #00a8ff;
    font-size: 22px;
}
.entry-content a,
.login a.submit {
    background: #2f2f2f;
    text-align: center;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
}
.shop a {
    color: #484848;
    background: transparent;
    display: block;
    padding: 0px;
    margin: 0;
    font-weight: bold;
}
div.shop a:hover {
    color: #0e60ac;
    background: transparent;
}
.entry-content a:hover,
.login a.submit:hover {
    background: #0e60ac;
    opacity: 1;
}
.entry-content h3,
.entry-content p {
    text-align: center;
}
.entry-content:hover {
    text-align: center;
    background: #fafafa;
    transition: all ease-in-out 0.5s;
    box-shadow: 0 2px 5px #ccc;
}
.news-testi {
    padding-top: 35px;
}
.news img {
    float: left;
    display: inline-block;
    margin-right: 15px;
}
.news .row {
    margin-bottom: 15px;
}
.news .col-sm-9 {
    background: #fafafa;
    padding: 8px;
    border: 1px solid #e5e5e5;
}
.news .date {
    background: #0e60ac;
    padding: 14px 0;
}
.news .date p {
    font-size: 22px;
    text-align: center;
    color: #fff;
}
.news .date p b {
    font-size: 25px;
    display: block;
}
.news h3,
.testimonial h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.blog {
    width: 73%;
    float: right;
}
.blog h4 {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #0e60ac;
}
.blog p {
    text-align: right;
}
/*Footer section*/
footer {
    padding: 25px 0;
    text-align: center;
    background: #3a9cf6;
    margin-top: 15px;
}
footer .social-icon {
    display: inline-block;
}
footer p {
    text-align: center;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
    font-size: 19px;
}
footer .social-icon i {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 22px;
    background: #f2f2f2;
    padding: 14px;
    color: #767676;
    margin-right: 15px;
    font-weight: bold;
}
footer .social-icon i:hover {
    background: #f3f3f3;
}
/*innerpages*/
.login {
    padding-top: 30px;
}
.login .entry-title {
    margin-bottom: 15px;
    padding: 8px 0 !important;
}
.textfield {
    margin: 25px 0;
}
.login .row {
    margin: 0px 0 15px;
    width: 100%;
}
.textfield input[type="text"],
.textfield input[type="password"],
.textfield input[type="number"],
.textfield select,
.textfield textarea {
    border: 1px solid rgba(189, 189, 189, 0.4);
    background: rgba(241, 241, 241, 0.2);
    color: #000;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: none;
    padding: 6px;
    width: 100%;
}
.textfield input[type="text"]:focus,
.textfield select:focus,
.textfield textarea:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.4);
}
.textfield select option {
    color: #000;
}
.textfield input[type="checkbox"] {
    position: relative;
    top: 3px;
}
.login .col-sm-7 span {
    padding-left: 15px;
    display: block;
}
.login p {
    display: inline-block;
}
.description-detail p {
    display: block !important;
}
.login a {
    color: #2f2f2f;
}
.login a.submit {
    margin-top: 0;
    float: right;
}
.login li a.submit {
    margin-top: 10px;
}
.login li a i {
    padding-right: 10px;
}
.accounts .col-sm-6 {
    padding: 0px;
}
.pro-left li a i,
.pro-right a.submit i {
    padding-right: 0px;
    font-size: 20px;
}
.pro-right a.submit:first-child {
    padding-left: 0px;
}
.pro-left .submit {
    padding: 10px 15px;
}
.pro-left ul {
    width: 100%;
    float: right;
}
.image-left {
    width: 70%;
    float: left;
}
.image-right {
    float: right;
    width: 29%;
}
.list {
    padding-bottom: 5px;
}
.myaccount-sec {
    background: rgb(250, 250, 250);
    padding: 10px;
    display: inline-block;
    width: 99%;
    margin-left: 0.5%;
}
.account:first-child .myaccount-sec {
    margin-left: 0px;
}
.accounts {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.accounts p {
    padding-bottom: 15px;
}
.accounts h3 {
    padding-bottom: 5px;
    color: #0e60ac;
    border-bottom: 1px solid rgba(14, 96, 172, 0.68);
    width: 55%;
    display: inline-block;
    margin-bottom: 10px;
}
.accounts ul li {
    margin-right: 12px;
    float: left;
}
.accounts img {
    margin-bottom: 10px;
}
.accounts ul li:last-child {
    margin-right: 0px;
}
.ui-menu-item {
    float: none;
}
#school-details a {
    text-decoration: none;
    color: #080808 !important;
}
#example-enableCaseInsensitiveFiltering {
    color: azure !important;
}
/*.dropdown-menu>.active>a , .dropdown-menu>li>a { background-color:white; color: black}*/
.open .multiselect-container>li,
.open .multiselect-container>li>a>label {
    width: 100%;
}
.open .multiselect-container>li>a>label {
    padding: 0px;
}
.dropdown-menu>li>a {
    background-color: #fff;
    color: #333;
    float: left;
    padding-left: 25px;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'Philosopher', sans-serif;
    width: 100%;
    text-align: left;
}
.multiselect-container {
    overflow-y: scroll;
    max-height: 300px;
}
#school-search-button {
    background-color: black;
    margin-top: -10px;
    margin-left: -25px;
}
.ind-notice {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 3px solid #999;
    box-shadow: 1px 1px 10px #ccc;
}
#main-content-notice {
    margin-top: 13px;
}
input.btn.btn-success {
    padding: 4px 10px !important;
    margin-top: 0px !important;
    border-radius: 0px !important;
    font-size: 14px;
}
input[type="button"].btn.btn-success {
    border-radius: 5px !important;
}
#primary .table {
    background: rgba(82, 82, 82, 0.02);
}
#primary .table>tbody>tr>td {
    border: none;
    padding: 10px;
    /*width: 100%;*/
}
.breadcrum {
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.2);
    font-size: 14px;
}
div.back a {
    float: right;
    margin-top: 10px;
    margin-left: 3px;
}
.back a:hover {
    cursor: pointer;
}
.back a i {
    padding-right: 5px;
}
.back1 a {
    float: right;
    margin-top: 10px;
    margin-left: 3px;
}
.back1 a {
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(top, #ffffff 0%, #efefef 100%);
}
.back1 a:hover {
    cursor: pointer;
}
.back1 a i {
    padding-right: 5px;
}
#MainPaginationArea {
    width: 100%;
    margin-top: 2%;
    text-align: center;
}
.simple-pagination ul {
    display: inline-block;
}
/*div.light-theme .current{
	background: #3a9cf6;
	padding: 3px 10px;
	border:none;
	border-radius: 0px;
	box-shadow: none;
}
div.light-theme a{
	border-radius: 0px;
	padding: 2px 10px;
	box-shadow: none;
	
}*/
#welcome-msg {
    padding: 10px 0 25px;
}
span.redlist {
    color: #ee0101;
    padding: 10px 0;
    font-style: italic;
    display: inline-block;
}
span.redlist.status_3 {
    color: black;
}
span.redlist.status_2 {
    color: green;
}
span.redlist.status_1 {
    color: orange;
}
span.redlist.status_0 {
    color: #ee0101;
}
.pro-left a.submit,
.pro-right a.submit,
.view-products a.submit {
    background: transparent;
    color: #3a9cf6;
    padding: 0px;
}
.pro-left a.submit i,
.pro-right a.submit i,
.view-products a.submit i {
    padding-right: 5px;
}
.view-products a.submit {
    font-size: 15px;
}
.view-products a.submit i {
    font-size: 20px;
}
.pro-left a.submit:hover,
.pro-right a.submit:hover,
.view-products a.submit:hover {
    color: #666;
    background: transparent;
}
#poposuccess {
    background-color: #96ceff !important;
}
#popofail {}
/* product details*/
.prd-detail .col-sm-3 img {
    margin-top: 0px;
}
.inr-details {
    background: #fafafa;
    display: inline-block;
    padding: 15px 0;
}
.prd-detail .col-sm-12 {
    padding-right: 0px;
}
#primary .prd-detail .table>tbody>tr>td {
    width: auto;
    padding: 3px !important;
}
/*view products*/
.accounts.view-products .col-sm-6 {
    padding: 0 15px;
}
.accounts.view-products .overview {
    min-height: 150px;
    overflow: hidden;
    min-height: 420px;
}
.accounts.view-products .overview img {
    width: 100%;
}
.product-naming ul li {
    display: block;
    line-height: 2;
    width: 100%;
    color: #2f2f2f;
}
/*404 error*/
.errors {
    padding: 15px;
    background: #fafafa;
}
.errors h1 {
    color: #3a9cf6;
    font-size: 60px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    line-height: 1.5;
}
.errors span {
    display: block;
    width: 100%;
    color: #666;
    text-align: center;
    font-size: 28px;
    font-style: italic;
}
.errors i {
    text-align: center;
    display: block;
}
/*notice page*/
.search-btn {
    padding-left: 0px;
}
/*schools page*/
.welcome-msg {
    padding: 25px 0;
}
/*homepage*/
.latest-img {
    height: 250px;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 0 0px 5px rgba(204, 204, 204, 0.5);
    margin-bottom: 15px;
    
}
.pta-img{
	position: absolute;
    top: 8px;
    right: 15px;
    width: 65px;
}
.pta-img-detail{
    position: absolute;
    top: 40px;
    left: 2px;
    width: 65px;
}
.club-img{
    position: absolute;
    top: 11px;
    right: 25px;
    width: 29px;
}
.club-img-detail{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 28px;
}
/*contact*/
.login abbr {
    padding-left: 5px;
}
.contact .col-sm-3 {
    padding-left: 0px;
}
.ind-notice .help-button a.submit {
    float: right;
}
.notice-btn input,
.help-button a.submit,
input.btn.btn-success,
.prd-detail a.submit,
.modal-content input[type="submit"],
.back a {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(top, #ffffff 0%, #efefef 100%);
}
.notice-btn input:hover,
.help-button a.submit:hover,
.prd-detail a.submit:hover,
.modal-content input[type="submit"]:hover,
.back a:hover {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
}
.prd-detail a.submit {
    float: right;
}
.shop h3 a {
    font-size: large;
    font-weight: bold;
}
h3.modal-title,
h4.modal-title {
    color: #3a9cf6;
}
label.modal-label {
    padding-bottom: 10px;
}
.modal-content .modal-footer {
    border: none;
}
.modal-content .modal-body {
    display: inline-block;
    width: 100%;
}
.pro-info {
    padding: 15px 0 0;
}
ul.overview-list {
    float: left;
}
#advanceBottom input[type="radio"] {
    margin: 0px 10px 20px 0px !important;
}
#advanceBottom p {
    padding-bottom: 15px;
    font-size: 16px;
}
#advanceBottom .priceto,
#advanceBottom .pricefrom {
    width: 26%;
    border: 1px solid #ddd;
    border-radius: 0 0 0 0;
    color: #414042;
    line-height: 20px;
    padding: 5px;
    background: transparent;
}
/*latest product detail page*/
.jumper {
    margin-top: 30px;
    padding: 0 15px;
}
.jumper img {
    margin-top: 15px;
}
.viewproductul {
    width: 100% !important;
    float: left;
}
#top-menu li {
    float: left;
}
.alert-msg-main {
    margin-top: 18px;
    width: 50%;
    margin-left: 20%;
    color: black
}
.privacypolicy {
    font-size: 17px !important;
    margin-left: 10px !important;
}
.faq {
    font-size: 17px !important;
}
.condition {
    margin-left: 10px !important;
    font-size: 17px !important;
}
#advancesubmit {
    display: none;
     !important;
}
#search-product {
    height: 35px !important;
}
#category-advance {
    color: black !important;
}
.advance-searchbutton {
    background-color: transparent;
    font-size: 12px !important;
}
#search_result {
    background-color: #0e60ac !important;
    position: absolute !important;
    top: 25% !important;
    left: 18% !important;
    padding: 0px 100px 0px 0px !important;
}
.featured-banner {
    position: static !important;
}
.intro-text {
    /*width: 970px;*/
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
.intro_video{
	 margin: 20px auto;
    text-align: center;
}
.home-image {
    width: 30%;
    margin: 0 auto;
    padding: 20px 0px;
}
.intro-text h1,
.intro-text h2 {
    text-align: center !important;
}
.carousel-control {
    height: 10px !important;
}
.school-name-home {
    font-weight: 600 !important;
}
.head-mid {
    margin-top: 1px !important;
}
.hide-row-home {
    display: none !important;
}
/*--------------- Google Translator --------------------------*/
div#google_translate_element {
    float: none;
    display: inline-block;
}
/*--------------- Google Translator end --------------------------*/
.subscription_form {
    display: inline-block;
    width: 50%;
}
.subscribe_button {
    border-radius: 3px;
    box-shadow: 1px 9px 5px #888888;
    padding: 10px 20px;
    background-color: rgb(58, 156, 246);
    color: white;
}
.subscribe_button:hover {
    background-color: rgba(58, 156, 246, 0.55);
    box-shadow: 1px 5px 5px #888888;
}
.subscribe_button h3 {
    font-weight: 900;
    color: white;
}
.subscription_groups {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.panel-grid .row {
    margin: 70px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
div.step_number_res {
    display: none;
}
.panel-grid h3 {
    font-weight: 600;
    margin-bottom: 10px;
}
.how_work_image {
    position: relative;
    transition: all 1.5s ease-in-out;
}
.how_work_image:hover {
    opacity: 0.5;
    transform: scale(1.1);
}
.step_number {
    width: 93px;
    height: 93px;
    background-color: #3a9cf6;
    border-radius: 50%;
    text-align: center;
    line-height: 93px;
    margin: 0 auto 23px;
    position: relative;
    font-size: xx-large;
    font-weight: 700;
    z-index: 1;
    color: white;
}
.step_number:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #3a9cf6;
    border-radius: 50%;
    padding: 8px;
    z-index: -1;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
}
.step_number_wrapper:hover .step_number:before {
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -moz-transform: scale(1.14);
}
.cc_banner.cc_container.cc_container--open {
    background-color: black;
    color: white;
}
.cc_container .cc_message {
    margin-top: 0.5em;
    color: white;
}
#poposuccess {
    background-color: #b0f496 !important;
    border: 1px solid #d9d9d9;
    width: 70%;
    margin: 50px auto;
    position: relative;
    border-radius: 0;
    padding: 20px;
    font-family: 'Philosopher', sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    color: #253b6b;
}
#poposuccess a.close {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    background: #393939;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    position: absolute;
    right: -10px;
    top: -10px;
}
.aboutus-content {
    padding: 20px 0 50px;
}
.aboutus-content h4 {
    margin: 0 0 20px;
}
.about-image {
    float: left;
    width: 35%;
    margin: 6px 30px 21px 0;
}
.thumbnail-img,
.thumbnail-img img {
    width: 100%;
}
.aboutus-content p {
    display: inherit !important;
}
.entry-title h2 {
    font-weight: normal !important;
    font-size: 21px !important;
    margin-top: 0 !important;
}
.entry-title h1 {
    font-weight: normal !important;
    font-size: 21px !important;
    margin-top: 0 !important;
}
.page-content a {
    color: #3a9cf6;
}
.page-content {
    padding: 20px 0px;
}
.carousel-slider {
    height: 400px !important;
}
.overview .viewproductul {
    float: none;
}
.topright {
    position: absolute;
    top: 9px;
    right: 24px;
    font-size: 18px;
    color: white;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 100px 0;
    border-color: transparent #007bff transparent transparent;
}
.topright span {
    position: absolute;
    top: 23px;
    width: 100px;
    left: 14px;
    text-align: center;
    font-size: 16px;
    transform: rotate(45deg);
    display: block;
    color: white;
}
.submit-button {
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 2px 0px #d35400;
    -moz-box-shadow: 0px 2px 0px #d35400;
    box-shadow: 2px 3px 3px rgb(20, 0, 131);
    background-color: #3a9cf6 !important;
    padding: 7px 12px;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Philosopher', sans-serif;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
    #myCarousel .carousel-slider {
        height: auto !important;
    }
    .pta-img-detail{
        right: 15px;
    }
    .centered-detail {
        left: 50%;
        width: 77%;
    }
    /*.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    height: 268px!important;
    }*/
}
.container.login form {
    margin: 0 auto;
    background: #fff;
    padding: 67px 10px;
    box-shadow: 1px 1px 7px #9e9e9e;
    margin-bottom: 100px;
}
body {
    overflow-x: hidden;
}
.margin_class_left {
    margin-left: 30px;
}
@media screen and (max-width: 856px) {
    #myCarousel .carousel-slider {
        height: auto !important;
    }
    .select_filter {
        position: relative;
        border-radius: 0px;
        width: 100%;
        border: 1px solid;
        border-color: #c2c2c2;
    }
    .margin_class_left {
        margin-left: 0px;
    }
    .margin_top_custom {
        margin-top: 50px;
    }
    .margin_top_custom_10 {
        margin-top: 10px;
    }
    .pta-img-detail{
        right: 15px;
    }
    .centered-detail {
        left: 50%;
        width: 77%;
    }
    /*.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    height: 268px!important;
    }*/
}
.remove-tb-margins{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.remove-tb-paddings{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/****************************************************           Developer Two ***********/
.edProdSingleBox {
    display: flex;
    align-items: start;
    justify-content: space-between;
    background: white;
    padding: 10px 10px 25px;
    margin-bottom: 15px;
    position: relative;
}
.edProdSingleBox:after {
    content: '';
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1;
}
.edProdSingleBox .imgBox {
    max-width: 200px;
    margin-right: 20px;
}
.edProdSingleBox .leftArea {
    display: flex;
    align-items: start;
    padding-right: 30px;
}
.edProdSingleBox .textArea h1 {
    color: #0e60ac;
    margin-bottom: 10px;
    font-size: 20px;
}
.edProdSingleBox .textArea > * {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
.edProdSingleBox .textArea h1 span.badge {
    background: #0e60ac;
    padding: 3px 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 2px;
    vertical-align: middle;
}
.edProdSingleBox .imgBox img {
    margin: 0;
    /*max-width: 100%;*/
    max-width: 150px;
    height: auto;
}
.school_name a{
  font-size: 17px;
  color: #3c9cf6;
}
.p_status{
  margin-right: 35px;
}
.publish_li{
  border:1px solid green;
  padding-bottom: 10px;
  border-radius: 4px;
 
 
}
.unpublish_li{
  border:1px solid red;
  padding-bottom: 10px;
  border-radius: 4px;
  
}
.copy_li{
   margin-top: 10px;
   border:1px solid #2196F3;
   padding-bottom: 10px;
   border-radius: 4px;
   
}
.publish_li a{
   margin-left: 4px;
   font-weight: normal !important;
   font-size: 13px !important;
    text-decoration: none !important;
    font-family: 'Philosopher', sans-serif;
}
.unpublish_li a{
   margin-left: 4px;
   font-weight: normal !important;
    font-size: 13px !important;
    text-decoration: none !important;
    font-family: 'Philosopher', sans-serif;
}
.copy_li a{
   margin-left: 4px;
   font-weight: normal !important;
    font-size: 13px !important;
    text-decoration: none !important;
    font-family: 'Philosopher', sans-serif;
}
div#carouselEdTestimonials .left.carousel-control {
    left: -15px;
    height: 30px !important;
    width: 30px;
    background: transparent;
    opacity: 1;
    margin: auto 0;
    top: 0;
    bottom: 0;
    color: #3a9cf6;
}
div#carouselEdTestimonials .right.carousel-control {
    right: -15px;
    height: 30px !important;
    width: 30px;
    background: transparent;
    opacity: 1;
    margin: auto 0;
    top: 0;
    bottom: 0;
    color: #3a9cf6;
}
div#carouselEdTestimonials {
    padding: 0 30px;
}
.chatEdStyle {
    /* width: 300px;
    border: solid 1px #EEE; */
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.chatEdStyle .messages {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.chatEdStyle .message {
    border-radius: 20px;
    padding: 8px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.chatEdStyle .yours {
    align-items: flex-start;
}
.chatEdStyle .yours .message {
    margin-right: 25%;
    background-color: #eee;
    position: relative;
}
.chatEdStyle .yours .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -7px;
    height: 20px;
    width: 20px;
    background: #eee;
    border-bottom-right-radius: 15px;
}
.chatEdStyle .yours .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
}
.chatEdStyle .mine {
    align-items: flex-end;
}
.chatEdStyle .mine .message {
    color: white;
    margin-left: 25%;
    background: linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);
    background-attachment: fixed;
    position: relative;
}
.chatEdStyle .mine .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -8px;
    height: 20px;
    width: 20px;
    background: linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);
    background-attachment: fixed;
    border-bottom-left-radius: 15px;
}
.chatEdStyle .mine .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
}
.chatEdStyle .mine .message p {
    font-size: 12px;
    color: #eee;
    line-height: 1;
    margin: 6px 0 0;
}
.chatEdStyle .yours .message p {
    font-size: 12px;
    color: #000;
    line-height: 1;
    margin: 6px 0 0;
}