﻿* {
    padding: 0px;
    margin: 0px
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

a img {
    border: 0;
}

body {
    word-wrap: break-word;
    background: #f4f3f3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
    background-color: #dce9f7;
    margin: 0;
    padding: 0;
}

.wrapper {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

.main {
    margin-top: 5px;
    text-align: left;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
}

.full-title {
    color: #000080;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: normal;
    font-size: 2em;
}

h1 {
    color: #000080;
    margin-top: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: normal;
    font-size: 2em;
}

h2 {
    color: #000080;
    margin: 10px 0 3px;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-size: 1.5em;
}

h3 {
    color: #000080;
    margin: 10px 0 3px;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-size: 1.5em;
}

hr {
    clear: both;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    color: #d4d4d4;
    height: 1px;
    background-color: #d4d4d4;
    border-right-width: 0px
}

.error {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #FF0000;
}

a {
    color: #000080;
    background-color: inherit;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.logo {
    float: left;
    border: none;
}

.login {
    margin-top: 0;
    font-size: 14px;
}

.b_logo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    color: #809DDF;
    text-align: center;
}

.header {
    overflow: hidden;
    margin-bottom: 0;
}

.footer {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dddddd;
    text-align: center;
    float: left;
    width: 100%;
}

ul.separator {
    list-style: none;
    padding: 0;
    width: 100%;
}

    ul.separator li {
        padding: .5em 0;
        border-bottom: 1px solid #CCC;
    }

        ul.separator li:last-child {
            border-bottom: 0;
        }
#search-form_3 {
    background: #e1e1e1; /* Fallback color for non-css3 browsers */
    width: 100%;
    margin: 10px auto;
    /* Gradients */
    background: -webkit-gradient( linear,left top, left bottom, color-stop(0, rgb(243,243,243)), color-stop(1, rgb(225,225,225)));
    background: -moz-linear-gradient( center top, rgb(243,243,243) 0%, rgb(225,225,225) 100%);
    /* Rounded Corners */
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    /* Shadows */
    box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
}

.search_3 {
    background: #fafafa; /* Fallback color for non-css3 browsers */
    /* Gradients */
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(230,230,230)));
    background: -moz-linear-gradient( center top, rgb(250,250,250) 0%, rgb(230,230,230) 100%);
    border: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid rgba(255,255,255,.8);
    font-size: 16px;
    margin: 2px;
    padding: 2px;
    width: 50%;
    /* Rounded Corners */
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    /* Shadows */
    box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
    -moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
}
.search_4 {
    background: #fafafa; /* Fallback color for non-css3 browsers */
    /* Gradients */
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(230,230,230)));
    background: -moz-linear-gradient( center top, rgb(250,250,250) 0%, rgb(230,230,230) 100%);
    border: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid rgba(255,255,255,.8);
    font-size: 16px;
    margin: 2px;
    padding: 2px;
    width: 25%;
    /* Rounded Corners */
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    /* Shadows */
    box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
    -moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
}
/*** USER IS FOCUSED ON TEXT BOX ***/
.search_3:focus {
    outline: none;
    background: #fff; /* Fallback color for non-css3 browsers */
    /* Gradients */
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
    background: -moz-linear-gradient( center top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
}

.search_4:focus {
    outline: none;
    background: #fff; /* Fallback color for non-css3 browsers */
    /* Gradients */
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
    background: -moz-linear-gradient( center top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
}

.submit_3 {
    background: #44921f; /* Fallback color for non-css3 browsers */
    /* Gradients */
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(79,188,32)), color-stop(0.15, rgb(73,157,34)), color-stop(0.88, rgb(62,135,28)), color-stop(1, rgb(49,114,21)));
    background: -moz-linear-gradient( center top, rgb(79,188,32) 0%, rgb(73,157,34) 15%, rgb(62,135,28) 88%, rgb(49,114,21) 100%);
    border: 0;
    color: #eee;
    cursor: pointer;
    font: 16px 'Raleway', sans-serif;
    font-weight: bold;
    height: 30px;
    width: 18%;
    margin: 4px 4px 0;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    outline: none;
    /* Rounded Corners */
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    /* Shadows */
    box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
    -moz-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
}
    /*** SEARCH BUTTON HOVER ***/
    .submit_3:hover {
        background: #4ea923; /* Fallback color for non-css3 browsers */
        /* Gradients */
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(89,222,27)), color-stop(0.15, rgb(83,179,38)), color-stop(0.8, rgb(66,143,27)), color-stop(1, rgb(54,120,22)));
        background: -moz-linear-gradient( center top, rgb(89,222,27) 0%, rgb(83,179,38) 15%, rgb(66,143,27) 80%, rgb(54,120,22) 100%);
    }
    .submit_3:active {
        background: #4ea923; /* Fallback color for non-css3 browsers */
        /* Gradients */
        background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(89,222,27)), color-stop(0.15, rgb(83,179,38)), color-stop(0.8, rgb(66,143,27)), color-stop(1, rgb(54,120,22)));
        background: -moz-linear-gradient( center bottom, rgb(89,222,27) 0%, rgb(83,179,38) 15%, rgb(66,143,27) 80%, rgb(54,120,22) 100%);
    }
#sidebar {
    height: auto;
    width: 29%;
    padding: 0px 5px 0px 5px;
    float: left;
    border: solid 1px #cfcfcf;
}

.mLogo a {
    display: none;
    position: absolute;
    top: 10px;
    left: 8px;
    color: #330099;
    font-size: 25px;
}

ol {
    padding-left: 15px;
}

ul {
    padding-left: 15px;
}

    ul.nav-list {
        list-style: none;
    }

.adBox {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 5px;
}

.gvBox {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mAds {
    padding-top: 5px;
    padding-bottom: 5px;
}

.topAds {
    background: #FFF;
    padding: 10px;
}

.bottomAds {
    background: #FFF;
    padding-left: 10px;
    padding-top: 5px;
}

.box {
    padding: 5px;
}

.full-post {
    background: #FFF;
    padding: 0px 5px 0px 5px;
    text-align: left;
    width: 71%;
    float: left;
    border-right: 1px dashed #ccc;
}

.full-test {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #4C4C4C;
}

.social-button {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 100px;
    height: 20px;
}

.social {
    margin: 0 0 1em .5em;
}

    .social::before {
        content: "Share: ";
        vertical-align: middle;
    }

    .ad::before, .social::before {
        font-size: large;
        color: #777;
    }

.fraction {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.01em;
    text-align: center;
}

#search-box {
    width: 100%;
    padding: 10px;
}

#pagination {
    padding-bottom: 20px;
}

.eq-c {
    padding: 5px 0px;
    text-align: left;
}

    .eq-c i {
        letter-spacing: 1px;
    }

.fraction > span {
    display: block;
    padding: 0.2em;
}

.fraction span.fdn {
    border-top: thin solid black;
}

.fraction span.bar {
    display: none;
}

pre {
    white-space: pre-wrap;
}

.quiz-bar {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.t-cat {
    margin: 0 0 15px;
    padding: 0;
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
}

.wspace {
    padding-left: 5px;
}

.t-Explain {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.top-bar {
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    color: gray;
    background-color: #fdfdfd;
    border-bottom: 1px solid #f2f2f2;
    padding: 3px;
    padding-left: 5px;
}

    .top-bar a {
        padding-left: 13px;
        width: 100%;
        background-image: url('/images/dash.png');
        background-repeat: no-repeat;
        background-position: left;
    }

ul.test {
    padding-left: 5px;
    margin-left: 0px;
    margin-top: 10px;
}

.question {
    margin-bottom: 5px;
    color: silver;
    font-weight: bold;
}

.t-cat li {
    list-style: none;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    padding-left: 5px;
}

.nav {
    margin: 0 auto;
    display: inline-block;
    background-color: #809DDF;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    text-align: center;
    width: 100%;
    left: 0;
}

.nav-list {
    background-color: #809DDF;
}

.nav-item {
    display: inline-block;
}

    .nav-item a {
        display: block;
        padding: 0px 8px;
        color: #f5f5f5;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        line-height: 40px;
        font-weight: bold;
    }

.nav-in a {
    padding: 5px 5px;
}

.nav-item a:hover {
    background: lightsteelblue;
    text-decoration: none;
}

.nav .nav-item:hover a:before {
    width: 8px;
    height: 8px;
}

.nav .nav-mobile:before {
    content: "Menu";
    font-size: 14px;
    color: #FFF;
    position: absolute;
    top: 10px;
    right: 45px;
    border-radius: 5px;
}

.nav-mobile {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 8px;
    background: #34495E url(../images/nav.png) no-repeat center center;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-submit {
    color: #ffffff;
    background-color: #2fa4e7;
    border-color: #2fa4e7;
    width: auto;
}

.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

ul.pagination {
    list-style-type: none;
    padding-left: 0;
}

    ul.pagination li {
        padding: 1px;
        margin: 1px;
        text-align: center;
        float: left;
    }

        ul.pagination li.current {
            padding: 2px 2px 2px 2px;
            font-weight: bold;
            float: left;
        }

        ul.pagination li.disabled {
            padding: 2px 2px 2px 2px;
        }

#site-search {
    margin-top: 10px;
}

#search_now {
    margin-bottom: 5px;
    margin-top: 5px;
    white-space: nowrap;
}

.searchhit {
    border: none;
    color: #999;
    vertical-align: bottom;
}

.shareit {
    border: none;
    color: #999;
    vertical-align: middle;
}

.search {
    outline: none;
    background-repeat: no-repeat;
    color: #999;
    padding-left: 2px;
    width: 200px;
    height: 20px;
    border: solid #CCC 1px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.cwrapper div {
    padding: 10px;
}

#mCont {
    float: left;
    width: 50%;
    margin-right: 20px;
    border-right: 2px solid #DDD;
}

#aCont {
    margin: 10px;
}

.btn-submit {
    color: #ffffff;
    background-color: #2fa4e7;
    border-color: #2fa4e7;
    width: auto;
}

.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.share-buttons {
    list-style: none;
}

    .share-buttons li {
        display: inline;
    }

.c-info {
    height: auto;
}

    .c-info ul {
        list-style: none;
    }

    .c-info li {
        width: 95%;
        list-style: none;
        border-bottom: solid #e6e6e6 1px;
        box-sizing: border-box;
    }

.clt {
    color: #212121;
}

.c-logo-box {
    height: auto;
    margin: 5px 1%;
    width: 31.3%;
    float: left;
    padding: 10px 0px;
    background: url(/images/c-line.png) no-repeat bottom;
}

    .c-logo-box .c-logo {
        height: 60px;
        width: 60px;
        float: left;
        margin-right: 10px;
    }

        .c-logo-box .c-logo img {
            height: 100%;
            width: 100%;
        }

    .c-logo-box .c-detail {
        display: block;
        position: relative;
        width: 180px;
        height: 120px;
        overflow: hidden;
    }

.prlisting {
    -webkit-border-radius: 0px 21px 0px 0px;
    -moz-border-radius: 0px 21px 0px 0px;
    border-radius: 0px 21px 0px 0px;
    border-left: 1px solid grey;
    border-top: 1px solid grey;
    border-right: 4px solid blue;
    border-bottom: 4px solid blue;
    background-color: #c1e2b3;
    padding: 4px 8px 4px 10px;
    width: 180px;
    height: 120px;
    font-weight: bold;
    overflow: hidden;
}

.cat-cities {
    float: left;
}

    .cat-cities ul {
        list-style: none;
    }

    .cat-cities li {
        border-bottom: 1px solid #CFCFCF;
        color: #B0B0B0;
        float: left;
        list-style: none outside none;
    }

.searchbox {
    background-color: lightsteelblue;
}

.blueWidget {
    background-color: #f5f8ff;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #d8d8d8;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 20px;
}

    .blueWidget p {
        color: #707070;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .blueWidget .blueBtn {
        padding: 10px 30px;
    }

.infoReviewText {
    color: #707070;
    float: left;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    width: 100%;
}

.dBtn {
    background: rgba(33,87,177,.5);
    min-width: 203px;
    max-width: 300px;
    clear: both;
    text-align: center;
    border-radius: 4px;
    padding: 7px 0;
    color: #fff;
    border-bottom: double;
}

.c-address, .c-email, .c-phone, .c-town, .c-web,
.dislike, .like {
    display: inline-block;
    background: url('/images/icons/c_sprite.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.c-address {
    background-position: -0px -0px;
    width: 20px;
    height: 20px;
}

.c-email {
    background-position: -0px -20px;
    width: 20px;
    height: 20px;
}

.c-phone {
    background-position: -0px -40px;
    width: 20px;
    height: 20px;
}

.c-town {
    background-position: -0px -60px;
    width: 20px;
    height: 20px;
}

.c-web {
    background-position: -0px -80px;
    width: 20px;
    height: 20px;
}

.dislike {
    background-position: -0px -100px;
    width: 16px;
    height: 16px;
}

.like {
    background-position: -0px -116px;
    width: 16px;
    height: 16px;
}

.buttonadd {
    font: bold 1em/1.5em sans-serif;
    text-decoration: none;
    color: white;
    padding: 0.2em 0.5em;
    background: green;
    background: -moz-linear-gradient(top, #b8c6df 0%, #6d88b7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8c6df), color-stop(100%,#6d88b7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8c6df', endColorstr='#6d88b7',GradientType=0);
    zoom: 1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

    .buttonadd:hover {
        background: #d8e6ff;
        background: -moz-linear-gradient(top, #d8e6ff 0%, #8da8d7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8e6ff), color-stop(100%,#8da8d7));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8e6ff', endColorstr='#8da8d7',GradientType=0);
    }

.blue_box {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-style: normal;
    font-size: 14px;
    color: royalblue;
    text-align: left;
    padding: 20px 20px 10px 20px;
    margin-top: 3px;
    margin-bottom: 3px;
    border-style: double;
    border-radius: 15px;
    border-color: #C4D3F2;
}

#right-bar {
    float: right;
    width: 300px;
}

    #right-bar * {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 14px;
    }

    #right-bar .rightbar-container {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 11px;
        padding: 0;
        padding-bottom: 5px;
        line-height: 16px;
        overflow: visible;
        padding-left: 5px;
    }

#wrap {
    overflow: hidden;
}

#social-connect {
    background: rgba(33,87,177,.5);
    min-width: 203px;
    max-width: 300px;
    clear: both;
    text-align: center;
    border-radius: 4px;
    padding: 7px 0;
    color: #fff
}

ul.social-list {
    display: block;
    overflow: auto;
}

    ul.social-list li {
        font-size: 11px;
        height: 23px;
        margin-right: 5px;
        float: left;
        display: inline-block
    }

        ul.social-list li.label {
            margin: 0 8px;
            line-height: 23px
        }

        ul.social-list li.social-icon {
            min-width: 23px;
            float: right
        }

            ul.social-list li.social-icon a {
                display: block;
                width: 100%;
                height: 100%
            }

                ul.social-list li.social-icon a.facebook {
                    background: url('/images/icons/facebook.png');
                    background-size: contain
                }

                ul.social-list li.social-icon a.twitter {
                    background: url('/images/icons/twitter.png');
                    background-size: contain
                }

                ul.social-list li.social-icon a.gplus {
                    background: url('/images/icons/gplus.png');
                    background-size: contain
                }

.facebook-share, .google-share, .linkedin-share, .twitter-share {
    display: inline-block;
    background: url('/images/social/share_sprite.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.facebook-share {
    background-position: -0px -0px;
    width: 24px;
    height: 24px;
}

.google-share {
    background-position: -24px -0px;
    width: 24px;
    height: 24px;
}

.linkedin-share {
    background-position: -0px -24px;
    width: 24px;
    height: 24px;
}

.twitter-share {
    background-position: -24px -24px;
    width: 24px;
    height: 24px;
}

.test-questions {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    color: #808080;
    border-bottom: 1px dashed #808080;
    width: 100%;
}

div.table {
    border: 1px dashed #ccc;
    display: table;
    width: 100%;
}

div.tr {
    border: 1px dashed #ccc;
    display: table-row;
}

div.td {
    border: 1px dashed #ccc;
    display: table-cell;
}

div.table1 {
    display: table;
    width: 100%;
}

div.tr1 {
    display: table-row;
}

div.td1 {
    border-bottom: solid #e6e6e6 1px;
    display: table-cell;
}

.find-institute {
    height: 600px;
    width: 80%;
    float: left;
    margin: 0 5px 30px
}

    .find-institute .ins-form-box {
        width: 90%;
        padding: 5%;
        float: left
    }

.ins-form-box input[type=text] {
    border: 1px solid #d3dbe7;
    padding: 3% 5%;
    width: 90%;
    margin-bottom: 10px
}

.ins-form-box select {
    padding: 3% 5%;
    width: 100%;
    margin-bottom: 10px
}

.ins-form-box input[type=submit] {
    background: #2c4fa1;
    border: #fff;
    color: #fff;
    margin-top: 20px;
    padding: 5%;
    width: 100%;
    cursor: pointer;
    border-radius: 4px
}

.find-institute1 {
    height: 600px;
    width: 60%;
    float: left;
    margin: 0 5px 30px
}

.find-institute .ins-form-box {
    width: 90%;
    padding: 5%;
    float: left
}

.ins-form-box input[type=text] {
    border: 1px solid #d3dbe7;
    padding: 1% 1%;
    width: 90%;
    margin-bottom: 10px
}

.ins-form-box select {
    padding: 1% 1%;
    width: 90%;
    margin-bottom: 10px
}

.ins-form-box input[type=submit] {
    background: #2c4fa1;
    border: #fff;
    color: #fff;
    margin-top: 20px;
    padding: 5%;
    width: 90%;
    cursor: pointer;
    border-radius: 4px
}

ul.ins-cat {
    width: 100%;
    background: #fff;
    height: 104px;
    overflow-y: scroll
}

    ul.ins-cat li {
        display: block;
        font-size: 12px
    }

.crs-inquiry input[type=text] {
    border: 1px solid #ccc;
    height: 20px;
    width: 136px;
    padding: 5px;
    margin: 5px 0
}

.ins {
    color: #191818;
    font-size: 22px;
    line-height: 30px;
}

.errormsg {
    padding: 5px;
    background-color: #efefef;
    width: 100px;
    background-image: url(../images/error.gif);
    background-position: 0 50%;
    background-repeat: no-repeat;
    text-decoration: none;
}

.button span {
    padding-left: 25px;
    color: #000;
    font-weight: bold;
}

.aleft {
    float: left
}

.aright {
    float: right
}

.home-ad {
    height: 250px;
}

.home-ad-box {
    height: 250px;
    width: 49%
}

.homebox {
    height: 240px;
    width: 49%
}

.pcbox {
    height: 380px;
    width: 49%
}

.ptbox {
    height: 400px;
    width: 49%
}

.rightAd {
    height: 250px;
    width: 300px;
}

.home-heading {
    height: auto;
    background: url(/images/h-line.gif) bottom repeat-x
}

.home-content {
    height: 170px;
    width: 100%;
    float: left;
    padding: 10px 0
}

.inlist li, .studyoption li {
    list-style-type: square;
    color: #388ae0;
    line-height: 16px
}

.studyoption {
    width: 94%;
    padding: 0 3%;
    float: left
}

    .studyoption ul {
        line-height: 18px;
        display: block
    }

    .studyoption li {
        float: left;
        padding-right: 1%;
        width: 49%
    }

.home-imgbox {
    height: 170px;
    width: 170px;
    float: left;
    margin-right: 10px
}

#lnk1 {
    margin-top: 5px;
}

.l-all a {
    color: #c4c4c4;
    font-size: 14px
}

    .l-all a:hover {
        color: #F60
    }

.l-all:hover {
    color: #c4c4c4;
}

.inlist {
    width: auto;
    padding: 0 3%;
}

    .inlist ul {
        line-height: 18px;
        display: block
    }
/*jump*/
a.jump:after {
    content: '\25b2';
}

a.jump, a.jump-bottom {
    color: #777777;
    position: fixed;
    text-decoration: none;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: .8em;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    z-index: 100
}

a.jump {
    bottom: 12em;
    right: 0;
}

    a.jump:hover {
        background-color: rgba(135, 135, 135, 0.50);
        color: #ffffff;
    }

a.jump-bottom:after {
    content: '\25bc';
}

a.jump-bottom {
    bottom: 8.5em;
    right: 0;
}

    a.jump-bottom:hover {
        background-color: rgba(135, 135, 135, 0.50);
        color: #ffffff;
    }

.vcenter {
    display: inline-block;
    vertical-align: middle;
}

.modal-dialog {
    margin: 30px auto;
    width: 500px;
}

.rightside-categories {
    border: 1px solid #e8e8e8;
    color: #0e2233;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 15px 8px;
}

.rightsocialbox {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #272c2f;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #2d6bd2;
    padding: 15px 8px
}

.rate-bg {
    background: #bdbdbd;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: left;
    padding: 1px 4px;
    font-size: 13px;
    width: 30px;
    text-align: center
}

    .rate-bg sub {
        font-size: 10px
    }

.rate-bg {
    display: inline-block;
    float: none
}

.blisting {
    list-style-image: url('/images/icons/b-arrow.gif');
}

.limheight {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style-image: url('/images/icons/b-arrow.gif');
}

    .limheight li {
        padding-left: 5px;
        border-bottom: solid #e6e6e6 1px;
    }

        .limheight li a {
            color: rgb(0, 162, 232);
        }

a.btn_list {
    background: #f93;
    background-image: -webkit-linear-gradient(top,#f93,#ea892e);
    background-image: -moz-linear-gradient(top,#f93,#ea892e);
    background-image: -ms-linear-gradient(top,#f93,#ea892e);
    background-image: -o-linear-gradient(top,#f93,#ea892e);
    background-image: linear-gradient(to bottom,#f93,#ea892e);
    -webkit-border-radius: 11;
    -moz-border-radius: 11;
    border-radius: 11px;
    font-family: "Open Sans",sans-serif;
    color: #fff;
    font-size: 18px;
    width: 95%;
    padding: 10px 10px;
    text-decoration: none;
    float: left;
    position: relative;
    text-align: center;
}

.keenl {
    color: green;
}
.noc {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.addpaper {
    position: relative;
    width: 90%;
    z-index: 1;
    background-color: #dcffdf;
    border: 1px solid #0ed000;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 0px;
}

.tNotes {
    position: relative;
    width: 250px;
    z-index: 1;
    background-color: #dcffdf;
    border: 1px solid #0ed000;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 0px;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa {
    display: inline-block
}

.doc-stats {
    line-height: 30px;
    display: inline-block;
    width: 25%
}

span.documentstats {
    font-size: 16px;
    color: #919191;
    font-weight: 400
}

.fa-eye:before {
    content: "\f06e"
}

.fa-download:before {
    content: "\f019"
}

@media (min-width:1200px) {
    .wrapper {
        width: 1100px;
    }
}

@media (max-width:1067px) {
    home-imgbox {
        width: 122px;
        height: 205px;
    }

    .home-imgbox img {
        width: 100%;
        height: auto;
    }

    .home-content {
        height: 210px;
    }

    .homebox {
        height: 255px;
    }

    .pcbox {
        height: 355px;
    }

    .ptbox {
        height: 375px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .topAds {
        background: #FFF;
        width: 100%;
        padding: 0;
    }

    .rightside-categories {
        float: left;
        width: 90%;
    }

    .rightsocialbox {
        float: left;
        width: 90%;
    }

    .full-post {
        width: 95%;
        padding-left: 2px;
    }

    .wrapper {
        width: 100%;
        padding: 0;
    }

    #right-bar {
        float: left;
    }

    #left-bar {
        float: right;
        width: 100%;
    }
}

@media only screen and (max-width:769px) {
    .nav-mobile {
        display: block;
    }

    .search_3 {
        width: 60%;
    }

    .search {
        width: 140px;
    }

    .wrapper {
        width: 100%;
        padding: 0;
    }

    .logo a {
        position: absolute;
        top: 10px;
        left: 8px;
    }

    #right-bar {
        float: left;
    }

    #left-bar {
        float: right;
        width: 100%;
    }

    .homebox {
        width: 100%;
    }

    .pcbox {
        width: 100%;
    }

    .ptbox {
        width: 100%;
    }

    .inlist {
        float: left;
    }

    .c-logo-box {
        width: 100%;
    }

        .c-logo-box .c-detail {
            width: 100%;
            height: auto;
        }

    .country-container a {
        width: 20%
    }

    .prlisting {
        width: 96%;
        height: auto;
    }

    .nav {
        width: 100%;
        padding: 35px 0 0;
        border: none;
        text-align: left;
        overflow: auto;
    }

    .nav-list {
        display: none;
    }

    .nav-item {
        width: 100%;
        float: none;
    }

        .nav-item a {
            background: #34495E;
        }

    .nav-active {
        display: block;
    }

    .nav-mobile-open {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }

    #search_now {
        top: 0;
    }

    .topAds {
        background: #FFF;
        width: 100%;
        clear: both;
    }

    .full-title {
        color: #000080;
        font-size: 18px;
        margin: 0;
        padding: 0;
    }

    .full-post {
        width: 95%;
        padding-left: 2px;
    }

    h1,
    h2,
    h3 {
        color: #000080;
        font-size: 18px;
        margin: 0;
    }

    .homebox {
        height: 215px;
    }

    .pcbox {
        height: 315px;
    }

    .ptbox {
        height: 335px;
    }

    .limheight {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.myButton {
    background-color: #ffc477;
    border-radius: 28px;
    border: 1px solid #eeb44f;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    padding: 3px 11px;
    text-decoration: none;
    text-shadow: 0 1px 0 #cc9f52;
}
.myButton:hover {
    background-color: #fb9e25;
    text-decoration: none;
}
.myButton:active {
    position: relative;
    top: 1px;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .topAds {
        background: #FFF;
        padding: 0;
        width: 100%;
    }

    .rightside-categories {
        float: right
    }

    .rightsocialbox {
        float: right
    }
}

@media only screen and (max-width:640px) {
    .nav-mobile {
        display: block;
    }

    .nav-active {
        display: block;
    }

    #search_now {
        top: 0;
    }

    .homebox {
        height: 215px;
    }

    .pcbox {
        height: 315px;
    }

    .ptbox {
        height: 335px;
    }
}

@media only screen and (max-width:480px) {
    .footer-content {
        float: left;
        height: 180px;
        padding: 10px;
        width: 40%;
    }

    .homebox {
        height: 275px;
    }

    .pcbox {
        height: 375px;
    }

    .ptbox {
        height: 395px;
    }

    .home-imgbox {
        height: 170px;
        width: 150px;
        float: left;
        margin-right: 10px
    }
}

@media only screen and (max-width:320px) {
    .nav-mobile {
        display: block;
    }

    .wrapper {
        width: 300px;
    }

    #search_now {
        top: 0;
    }

    .searchhit {
        border: none;
        color: #999;
    }

    .home-content {
        height: 210px;
    }

    .homebox {
        height: 285px;
    }

    .pcbox {
        height: 385px;
    }

    .ptbox {
        height: 405px;
    }
}

@media only screen and (max-width:250px) {
    .wrapper {
        width: 240px;
    }

    .mLogo a {
        font-size: 16px;
    }

    .nav .nav-mobile:before {
        content: "";
        position: absolute;
    }

    #search_now {
        top: 0;
    }

    .topAds {
        background: #FFF;
        padding: 0;
        width: 100%;
        clear: both
    }

    .home-content {
        height: 265px;
    }

    .homebox {
        height: 340px;
    }

    .pcbox {
        height: 440px;
    }

    .ptbox {
        height: 460px;
    }

    .home-imgbox {
        height: 170px;
        width: 200px;
        float: left;
        margin-right: 10px
    }
}

@media only screen and (max-width:480px) {
    a {
        font-size: 100%;
        line-height: 10px;
        padding-right: 0 !important;
    }
}
