* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

::selection {
    background-color: #1bbc9b;
    color: #fff;
}

::-moz-selection {
    background-color: #1bbc9b;
    color: #fff;
}

::-webkit-selection {
    background-color: #1bbc9b;
    color: #fff;
}

@font-face {
    font-family: 'robotoregular';
    font-display: auto;src: url('../font_new/Roboto-Regular-webfont.eot');
    src: url('../font_new/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font_new/Roboto-Regular-webfont.woff') format('woff'), url('../font_new/Roboto-Regular-webfont.ttf') format('truetype'), url('../font_new/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    font-display: auto;src: url('../font_new/Roboto-Bold-webfont.eot');
    src: url('../font_new/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font_new/Roboto-Bold-webfont.woff') format('woff'), url('../font_new/Roboto-Bold-webfont.ttf') format('truetype'), url('../font_new/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    font-display: auto;src: url('../font_new/Roboto-Light-webfont.eot');
    src: url('../font_new/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../font_new/Roboto-Light-webfont.woff') format('woff'), url('../font_new/Roboto-Light-webfont.ttf') format('truetype'), url('../font_new/Roboto-Light-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin';
    font-display: auto;src: url('../font_new/Roboto-Thin-webfont.eot');
    src: url('../font_new/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('../font_new/Roboto-Thin-webfont.woff') format('woff'), url('../font_new/Roboto-Thin-webfont.ttf') format('truetype'), url('../font_new/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    font-display: auto;src: url('../font_new/Roboto-Medium-webfont.eot');
    src: url('../font_new/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../font_new/Roboto-Medium-webfont.woff') format('woff'), url('../font_new/Roboto-Medium-webfont.ttf') format('truetype'), url('../font_new/Roboto-Medium-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

a:focus {
    outline: thin dotted;
    color: #1bbc9b;
}

a:hover {
    color: #1bbc9b;
}

body {
    font: 12px "robotoregular";
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #F7F7F7;
}

body, html {
    height: 100%;
}

.body_wrapper {
    position: relative;
    min-height: 100%;
}

.wrapperNew {
    width: 1100px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.clr {
    clear: both;
}

.hp {
    height: 100%;
}

.active a {
    color: #1bbc9b !important;
}

iframe, .no-border {
    border: none !important;
}

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

.deviceWidth {
    width: 100%;
    background-color: #fff;
}

.font-thin {
    font-family: 'robotothin';
}

h2.font-thin {
    line-height: 1.2;
}

ul.disc {
    list-style: outside disc;
    color: #1bbc9b;
}

.afterHeader {
    padding-top: 112px;
}

.purple {
    background-color: #564267 !important;
}

.red {
    background-color: #d73f31 !important;
}

.yellow {
    background-color: #ed9421 !important;
}

.blue {
    background-color: #0592ba !important;
}

.no-marginTop {
    margin-top: 0;
}

.block {
    display: none !important;
}

.open {
    display: block !important;
}

.mobileAdvisory {
    display: none;
}

.message .error {
    font-size: 1.2em;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.navbar-right li:last-child a:hover, .navbar-right li:last-child a {
    height: 30px;
    border-radius: 2px;
    line-height: 30px;
    padding: 0 15px;
    margin-top: 5px;
    color: #fff;
    background-color: #1bbc9b;
}

.navbar-right li:last-child a:focus {
    background-color: #333;
    color: #fff;
}

.logo {
    display: block;
    margin: 10px 0;
}

.logo img {
    height: 57px;
}

.logo p, .logo:hover p {
    color: #818181;
    letter-spacing: 1px;
}

.fixed {
    position: fixed;
    z-index: 999;
    opacity: 0.98;
}

.banner {
    font-family: 'robotothin';
    background-image: url(../images_new/banner_image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    background-clip: content-box;
}

.banner h1 {
    font-size: 40px;
}

.carousel-inner {
    height: 580px;
}

.item {
    background-color: rgba(0, 0, 0, 0.3);
    height: 230px;
    margin-top: 120px;
}

.bannerArt {
    padding: 12px 0 0 0;
    color: #fff;
    width: 550px;
}

.bannerArt p {
    font-size: 20px;
}

.themeBg {
    background-color: #1bbc9b;
}

.themeColor {
    color: #1bbc9b;
}

.themeBg_grey {
    background-color: #f0f0f0;
}

.btn-theme {
    background-color: #1bbc9b;
    color: #fff;
    border: 1px solid #1aab8c;
}

.tagLine {
    background-image: url(../images_new/mathematics.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.tagLine h2, .tagLine p {
    color: #fff;
    text-align: center;
}

.tagLine h2 {
    font-family: 'robotothin';
}

.tagLine p {
    font-size: 20px;
}

.clientdesck {
    width: 100%;
    float: left;
}

.imgverticCenter {
}

.clientdesck .cBox {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.cBox {
    margin-right: 33.333px;
    margin-bottom: 33.333px;
    overflow: hidden;
    position: relative;
}

.clientdesck .cBox:nth-child(4n) {
    margin-right: 0;
}

ul {
    list-style: none;
}

.abtus .pedagogy {
    margin: 20px 0;
}

p.pedagogy {
    margin: 50px 0;
    text-align: justify;
    font-size: 15px;
    color: #888;
    line-height: 24px;
}

p.pedagogy + p.pedagogy {
    margin-top: -20px;
}

.pedagogy a {
    color: #1bbc9b;
    font-size: 18px;
}

.pedagogyBox h2 {
    font-size: 20px;
    text-align: center;
}

.pedagogyBox p {
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
    padding: 0 20px;
    color: #8a8a8a;
}

.moreDetail {
    margin: 70px 0;
}

.Orclnt {
    margin: 30px 0 30px 0;
    font-size: 30px;
    text-align: center;
}

.midLine {
    width: 80px;
    height: 2px;
    margin: 0 auto;
    background: #1bbc9b;
}

.MobApps h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 30px 0;
    color: #383838;
}

.banImg {
    background-image: url(../images_new/banner_ipad_image.png);
    position: relative;
    height: 488px;
    width: 437px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: -273px;
}

.bannerUltz {
    background-image: url(../images_new/mathematics.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bannerUltz h1 {
    margin: 0;
    color: #fff;
    font-size: 40px;
}

.relative {
    position: relative;
}

.seCnt, .qusBnk, .infReq {
    padding-top: 100px;
    background-repeat: no-repeat;
    background-position: center 10px;
}

.seCnt {
    background-image: url(../images_new/simplified_icon.png);
}

.qusBnk {
    background-image: url(../images_new/question_bank_icon.png);
}

.infReq {
    background-image: url(../images_new/no_infrastructure_icon.png);
}

#caroSlider {
    margin-left: 60px;
    cursor: pointer;
}

.portPolio {
    width: 100%;
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #777;
    float: left;
    overflow: hidden;
}

.avatar img {
    width: 100%;
}

.portDesc {
    float: left;
    width: 474px;
}

.portDesc p {
    font-size: 14px;
    line-height: 24px;
    color: #818181;
}

.q-s, .q-e {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.q-s {
    background: url('../images_new/q_start.png') no-repeat center;
    margin-right: 4px;
}

.q-e {
    background: url('../images_new/q_end.png') no-repeat center;
}

.portDesc h2 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    font-family: 'robotobold';
}

.portDesc h2 span {
    color: #777;
    font-size: 14px;
    font-family: 'robotoregular';
}

.borLft {
    border-left: 1px solid #ddd;
}

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

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

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

.Lavtr {
    width: 150px;
    height: 150px;
    border: 2px solid #777;
    border-radius: 50%;
    background-color: #ccc;
}

.ourTeam {
    text-align: center;
}

.ourTeam h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.ourTeam a.name {
    margin-top: 20px;
    font-size: 18px;
    display: inline-block;
    color: #1bbc9b;
}

.ourTeam h3 ~ a {
    font: 14px 'robotoregular';
    display: inline-block;
    margin: 0 auto;
    padding: 6px 20px;
    color: #1bbc9b;
    border: 1px solid #1bbc9b;
}

.ourTeam h3 ~ a:hover {
    border: 1px solid #f55120;
    color: #f55120;
}

.beforeFooter {
}

footer {
    color: #fff;
    background-image: url(../images_new/dark_mosaic.png);
    border-top: 10px solid #1bbc9b;
    position: absolute;
    width: 100%;
    bottom: 0;
}

footer h2 {
    font-size: 24px;
    margin: 35px 0 25px 0;
}

footer ul li {
    padding: 10px 0;
}

footer ul li a {
    font-size: 14px;
    color: #8c8c8c;
    font-stretch: condensed;
    display: inline-block;
}

.social_links li {
    float: left;
}

.social_links li a {
    display: block;
    color: #8a8a8a;
    height: 27px;
    width: 40px;
    padding-left: 40px;
    line-height: 27px;
    margin: 0 0 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.twit_link {
    background: url(../images_new/twit_icon.png) no-repeat center;
}

.fb_link {
    background: url(../images_new/fb_icon.png) no-repeat center;
}

.gplus_link {
    background: url(../images_new/gplus_icon.png) no-repeat center;
}

.lnkd_link {
    background: url(../images_new/lnkd_icon.png) no-repeat center;
}

.footerBtm {
    border-top: 1px solid #666;
    margin-top: 20px;
    padding: 20px 0;
    color: #aaa;
}

.copy strong {
    color: #fff;
}

.flink a {
    color: #fff;
}

.flink a:first-child {
    margin-right: 15px;
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#caroSlider, #bannerSlider {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

#caroSlider ul, #bannerSlider ul {
    position: relative;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#caroSlider ul li, #bannerSlider ul li {
    float: left;
    text-align: left;
    position: relative;
}

#bannerSlider ul li {
    width: 496px;
}

#bannerSlider {
    background-color: #f2f2f2;
    border: 3px solid #3f967b;
    margin: 0;
}

#bannerSlider h4 {
    text-align: left;
    color: #333;
    padding: 0 20px;
}

.sliderArrow {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 40px;
    height: 20px;
}

a.left, a.right {
    width: 20px;
    height: 20px;
    text-decoration: none;
    float: left;
    color: #333;
    text-align: center;
    line-height: 20px;
}

.sign {
    position: absolute;
    top: 120px;
    font-family: 'robotoregular';
}

a[class*='icon_'] {
    display: inline-block;
    padding-top: 90px;
    margin-right: 10px;
}

a[class*='icon_']:last-child {
    margin: 0;
}

.icon_ios {
    background: url(../images_new/ios_icon.png) no-repeat center top;
}

.icon_and {
    background: url(../images_new/android_icon.png) no-repeat center top;
}

.icon_win {
    background: url(../images_new/windows_icon.png) no-repeat center top;
}

.zigzag h2 {
    font-family: 'robotothin';
    margin: 21px 0;
}

.zigzag p {
    font-size: 18px;
    color: #8a8a8a;
    line-height: 1.5;
}

.amPro div {
    padding: 20px 0;
    text-align: center;
}

.amPro div a {
    display: block;
    color: #333;
    font: 12px "robotoregular";
}

.amPro div a span {
    display: block;
    padding: 5px 0;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.amPro div:hover {
    background-color: #eee;
}

.amProcnt p {
    font-size: 18px;
}

.amProcnt ul {
    margin-bottom: 30px;
}

.amProcnt ul li {
    font-size: 16px;
    margin: 10px 0;
}

.pageTitle {
    text-align: center;
    margin: 100px 0 40px 0;
    font-size: 30px;
}

.pageTitle + .midLine {
    margin-bottom: 100px;
}

.tetCntr {
    text-align: center;
}

.zig * {
    margin-left: 20px !important;
}

.zag {
    text-align: right;
}

.zag * {
    margin-right: 20px !important;
}

.zigzag .Lavtr {
    border: none;
}

.counters {
    width: 52%;
    margin: 15px 0;
    color: #fff;
}

.counters div {
    background-clip: padding-box;
    padding-top: 5px;
    border-right: 4px solid transparent;
}

.counters h2 {
    font-size: 28px;
    height: 30px;
    margin: 10px 0 5px 0;
}

.counters * {
    text-align: center;
    font-family: 'robotoregular';
}

.counters {
    font-size: 16px;
}

.counters p {
    border-bottom: 4px solid #e2e2e2;
    margin: 0;
    padding-bottom: 10px;
}

.counters div:last-child {
    border-right: none;
}

ul.disc li {
    font-size: 18px;
    margin: 15px 0 15px 20px;
}

ul.disc li span {
    color: #8a8a8a;
    display: block;
    margin-left: 10px;
    font-size: 15px;
    line-height: 24px;
}

ul.disc.adjust {
    padding-left: 10px;
}

ul.disc.adjust li span {
    color: #8a8a8a;
    display: block;
    margin-left: 0px;
    font-size: 17px;
    line-height: 24px;
}

.fpright {
    border: 1px solid #ddd;
    background-color: #efefef;
    border-radius: 4px;
    padding: 20px;
}

.fpright h2 {
    margin: 0;
    font-size: 20px;
    font-family: 'robotoregular';
}

.fpright ul.arrow li {
    background: url(../images_new/arrow.png) no-repeat left 5px;
    padding-left: 20px;
}

.fpright ul li {
    margin: 20px 0;
    font-size: 16px;
    font-size: 15px;
    line-height: 24px;
}

.mailBtn {
    font-size: 24px;
}

.mailBtn span {
    font-size: 16px;
    display: block;
}

li.mail {
    font-size: 14px;
    color: #8c8c8c;
}

li.mail a {
    color: #fff;
}

li.mail a:hover {
    color: #1bbc9b;
}

.offset_0 {
    margin-top: 0px !important;
}

.offset_1 {
    margin-top: 10px;
}

.offset_2 {
    margin-top: 20px;
}

.offset_3 {
    margin-top: 30px;
}

.offset_4 {
    margin-top: 40px;
}

.offset_5 {
    margin-top: 50px;
}

.offsetT_30 {
    margin-top: -30px;
}

.offset_b1 {
    margin-bottom: 10px;
}

.offset_b2 {
    margin-bottom: 20px;
}

.offset_b3 {
    margin-bottom: 30px;
}

.offset_b4 {
    margin-bottom: 40px;
}

.offset_b5 {
    margin-bottom: 50px;
}

.offset_l1 {
    margin-left: 10px;
}

.offset_l2 {
    margin-left: 20px;
}

.offset_l3 {
    margin-left: 30px;
}

.offset_l4 {
    margin-left: 40px;
}

.offset_l5 {
    margin-left: 50px;
}

.offset_r1 {
    margin-right: 10px;
}

.offset_r2 {
    margin-right: 20px;
}

.offset_r3 {
    margin-right: 30px;
}

.offset_r4 {
    margin-right: 40px;
}

.offset_r5 {
    margin-right: 50px;
}

.paddingRight {
    padding-right: 40px;
}

.paddingLeft {
    padding-left: 40px;
}

.hiwork .row:nth-child(odd) p {
    margin-right: 40px;
}

.hiwork .row:nth-child(even) h2, .hiwork .row:nth-child(even) p {
    margin-left: 40px;
}

.hiwork h2 {
    text-align: left;
    font-family: 'robotothin';
    margin: 21px 0;
    font-size: 30px;
}

.hiwork p {
    font-size: 18px;
    color: #8a8a8a;
    line-height: 1.5;
}

.hiwork img {
    width: 100%;
}

.TimeLineContain {
    width: 100%;
    height: 600px;
}

.TimelineList {
    height: 550px;
    width: 440px;
    overflow: hidden;
}

ul.tab {
    width: 440px;
    position: relative;
}

ul.tab li {
    height: 200px;
    width: 400px;
    padding-bottom: 50px;
    background: url(../img/timeline.png) no-repeat right 76px bottom 10px;
    cursor: pointer;
}

ul.tab li:last-child {
    background: none;
}

.authDetail {
    width: 250px;
    margin-top: 20px;
}

.authDetail h4 {
    font-family: 'robotobold';
    height: 20px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.authDetail h4, .authDetail p {
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    color: #ababab;
}

.authDetail p {
    font-size: 17px;
    line-height: normal;
}

.now .authDetail h4 {
    color: #1f3345;
    transition: all ease-in-out 0.6s;
}

.now .authDetail p {
    color: #269452;
}

.authDesc {
    display: none;
    padding: 10px 0;
    border: 1px solid #eee;
    overflow: hidden;
    background-clip: content-box;
}

.authDesc p {
    font-size: 14px;
    overflow: hidden;
    color: #ababab;
    margin: 0 10px 10px;
}

.authDesc ul {
    padding-left: 20px;
}

.authDesc ul li {
    line-height: 24px;
    font-size: 14px;
    color: #ababab;
    margin: 5px 10px;
    list-style: disc;
}

.view {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #269452;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.avtr {
    height: 141px;
    width: 141px;
    border: 6px solid #f0f0f0;
    border-radius: 50%;
    position: relative;
}

.avtr::before {
    height: 154px;
    width: 154px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: left top;
    transform: rotate(-180deg);
    left: -13px;
    top: -13px;
}

.active.avtr {
    border-color: transparent;
}

.active.avtr::before {
    -webkit-animation: halfRotate 0.6s forwards;
    -moz-animation: halfRotate 0.6s forwards;
    -ms-animation: halfRotate 0.6s forwards;
    -o-animation: halfRotate 0.6s forwards;
    animation: halfRotate 0.6s forwards;
    background-image: url(../img/circle.png);
}

@-webkit-keyframes halfRotate {
    0% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes halfRotate {
    0% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-ms-keyframes halfRotate {
    0% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-o-keyframes halfRotate {
    0% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes halfRotate {
    0% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.avtr img {
    width: 121px;
    height: 121px;
    border-radius: 50%;
    margin: 4px 0 0 4px;
}

.tabContent {
    width: 500px;
    padding: 10px;
}

.content h4 {
    color: #1f3345;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.content h4 span {
    color: #269452;
    font-size: 16px;
}

.content p {
    text-align: justify;
    line-height: 24px;
    font-size: 15px;
    color: #808080;
    margin: 10px 0;
}

.content ul {
    padding-left: 20px;
}

.content ul li {
    line-height: 24px;
    font-size: 15px;
    color: #808080;
    margin: 5px 0;
    list-style: disc;
}

.subHead {
    text-align: center;
    color: #576569;
    margin-top: 25px;
    line-height: 20px;
}

.hilight {
    width: 350px;
    border-bottom: 1px solid #eee;
}

.hilight div {
    width: 165px;
    background: #ebebeb;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #2c5763;
    text-align: center;
}

figure.hb-col {
    margin: 7px;
    overflow: hidden;
    position: relative;
}

figure img {
    width: 100%;
}

figcaption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.60);
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 17px;
    transition: height 0.22s;
    height: 40px;
    line-height: 40px;
}

figure.hb-col:hover figcaption, a:focus figcaption {
    height: 100%;
    line-height: 252px;
}

.homeBooks a {
    outline: none;
}

figure.hb-col:hover img {
    transform: scale(2);
    transition: all 0.40s;
}

.socialFloat {
    position: absolute;
}

.applink a+a {
    margin-left: 10px;
}

.applink a+a+a {
    margin-left: 0;
}

.applink a+a+a {
    margin: 10px 0 0 0;
}

.Dtable {
    display: table;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    max-height: 100%;
    margin-bottom: 40px;
}

.Dtable-head {
    font-size: 24px;
    padding: 20px 0;
    text-align: center;
    color: #8a8a8a;
    font-family: 'robotoregular';
    border-bottom: 1px solid #ddd;
}

.Dtable-cell {
    width: 50%;
    border-right: 1px solid #ddd;
    margin: 20px 0;
    float: left;
    text-align: center;
}

.Dtable-cell a[class^='std-'] {
    color: #1bbc9b;
    font-size: 18px;
    padding: 10px 0 10px 40px;
    display: block;
    text-align: left;
    margin: 0 0 0 50px;
}

.Dtable-cell:last-of-type {
    border: 0;
}

#trailConfirmation .modal-footer {
    display: block !important;
}

.forgotpassword p {
    margin-top: 2%;
}

.searchHead {
    border-bottom: 1px solid #d9d9d9;
}

.searchHead h1 {
    margin: 15px 0px;
    font-size: 16px;
    color: #344252;
    font-family: 'robotoregular';
}

.searchResult {
    margin: 20px 0px;
}

.searchSortList {
}

.searchSortList h4 {
    font-size: 16px;
    font-family: 'robotoregular';
    color: #344252;
    margin-top: 0px;
    margin-right: 30px;
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
    background: transparent url('../img/downarrow_01.png') top 20px right scroll no-repeat;
}

.searchSortList h4:first-child {
    border-top: none;
    padding-top: 0px;
    background-position: center right;
}

.searchSortList h4:nth-child(2) {
    color: red;
}

.searchSortList ul {
    font-size: 13px;
    font-family: 'robotoregular';
    color: #929292;
    margin-bottom: 15px;
}

.catagoryList {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}

.catagoryList li, .universityList li {
    overflow: hidden;
    clear: both;
}

.searchSortList ul label {
    font-weight: normal;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    line-height: 17px;
}

.searchSortList ul label input {
    font-weight: normal;
    line-height: 20px;
    margin-right: 10px;
}

.catagoryList li span {
    float: left;
    line-height: 23px;
    margin-left: 2px;
}

.searchBooks {
    padding-left: 10px;
    border-left: 1px solid #d9d9d9;
}

.searchedBooks {
    padding: 0px 0px 20px 10px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.searchedBooks:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding: 0px 0px 0px 10px;
}

.searchBookImg {
    height: 180px;
    overflow: hidden;
}

.searchBookImg img {
    width: 100%;
}

.searchBookDetails {
    padding: 0px 20px;
    overflow: hidden;
    height: 180px;
    position: relative;
}

.searchBookDetails h3 {
    font-size: 16px;
    font-family: 'robotomedium';
    color: #1bbc9b;
    margin: 0px 0px 20px;
}

.searchBookDetails p, .searchBookAction p {
    font-family: 'robotoregular';
    font-size: 15px;
    color: #a7a7a7;
}

.searchBookDetails p span {
    color: #7d7d7d;
    margin-left: 10px;
}

.searchBookDetails .couponPart {
    position: absolute;
    bottom: 0px;
}

.couponPart input {
    width: 180px;
    height: 30px;
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    float: left;
    margin-right: 10px;
}

.couponPart button {
}

.searchBookAction {
    text-align: center;
}

.searchBookAction p {
    margin-bottom: 20px;
}

.searchBookAction p span {
    color: #cc1616;
    font-size: 26px;
    font-family: 'robotoregular';
}

.searchBookAction button {
    width: 100%;
    margin-bottom: 17px;
}

.tp_srch_inner {
    padding: 5px;
    background: #0191D6;
    z-index: 0;
    margin-top: 55px;
    display: none;
}

.tp_srch_inner.sticky {
    position: fixed;
    top: -56px;
    width: 100%;
    z-index: 999;
}

.tp_srch {
    padding-left: 37px;
    width: 100%;
    border-radius: 3px;
    background: #fff url(../img_latest/search_icon.png) no-repeat scroll 8px/ 22px 21px;
    line-height: 44px;
    font-size: 15px;
}

.cart_div {
    background: #fff repeat scroll;
    border-radius: 3px;
    box-shadow: 0 1px 2px #ccc;
    display: table;
    margin-bottom: 5px;
    width: 100%;
}

.cart_img {
    float: left;
}

.cart_img {
    width: 30%;
}

.cart_img > img {
    width: 100%;
    padding: 10px;
}

.cart_det > p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.cart_det {
    padding: 5px;
}

.Real_pri {
    color: #b62020 !important;
    font-family: "robotobold";
}

.cart_det p:nth-child(1) {
    color: #000;
    font-family: "robotoregular";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart_div a {
    padding: 7px;
}

.cart_btn a {
    background: #007ee2 none repeat scroll 0 0;
    color: #fff;
    margin: 5px;
    padding: 10px;
    text-align: center;
}

.tot_cart {
    padding: 0 10px;
}

.tot_cart > span {
    color: #007ee2;
    font-family: "robotoregular";
}

.cart_div .cartGrp {
    padding: 0 10px 10px;
}

.cart_div .cartGrp input[type="submit"] {
    background: #007ee2 none repeat scroll 0 0;
}

.cart_div.tot_sum p:nth-child(1) {
    padding: 0 5px 0 43px;
}

.cart_div.tot_sum p:nth-child(2) {
    padding: 0 5px 0 0;
}

.cart_div.tot_sum p:nth-child(3) {
    padding: 0 5px 0 43px;
}

.che_pay a {
    background: #007ee2 none repeat scroll 0 0;
    color: #fff;
    padding: 10px;
}

.che_pay {
    padding: 10px;
    text-align: center;
}

.cart_div {
    display: none;
}

.pay_table {
    display: block;
}

.re_icon {
    float: right;
    padding: 10px;
    display: none;
}

.soc_btns .commonfbbtn {
    width: 45%;
}

.soc_btn_sec {
    display: inline;
}

.soc_btn_sec .commonfbbtn {
    float: left;
    width: 43%;
}

.soc_btn_sec .commongobtn {
    width: 42%;
}

.jobSign .commonbtn {
    width: 90%;
}

.signup_right::before {
    background: #efefef none repeat scroll 0 0;
    content: "";
    display: block;
    height: 260px;
    left: 308px;
    position: absolute;
    top: 6pc;
    width: 1px;
}

#signup_header {
    color: #000;
    font-family: "robotoregular";
    font-size: 21px;
    padding-bottom: 10px;
    padding-left: 70px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .imggallery li {
        margin: 10px 14px;
        display: inline-block;
    }

    .icon_hover {
        width: 130px !important;
    }

    .downloadreaderappspublisherstore {
        display: none;
    }

    .pub_clg_logo {
        padding: 109px 0 !important;
    }

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

    .D_plan > ul {
        padding: 0 !important;
    }

    .S_plan > ul {
        padding: 0 !important;
    }

    .mob_top_corner {
        padding-top: 56px;
    }

    .bar_img_side > img {
        padding-top: 135px !important;
        width: 239px !important;
    }

    .afterHeader {
        padding-top: 0px;
    }

    .homebooklist {
    }
}

@media only screen and (min-width: 1024px) {
    .unir_clg_logo {
        margin-top: 0px;
    }

    .downloadreaderappspublisherstore {
        display: block;
    }

    .pub_clg_logo {
        padding: 51px 0 !important;
    }

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

    .D_plan > ul {
        padding: 0 !important;
    }

    .S_plan > ul {
        padding: 0 !important;
    }

    .mob_top_corner {
        padding-top: 56px;
    }

    .bar_img_side > img {
        padding-top: 50px !important;
        width: 239px !important;
    }

    .afterHeader {
        padding-top: 112px;
    }

    .homebooklist {
    }
}

@media only screen and (max-width: 1600px) and (min-width:1024px) {
    .homebooklist {
        width: 100% !important;
    }

    .homebookshow {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1600px) and (min-width:1336px) {
    .logoaddresscontainer {
    }
}

@media only screen and (max-width: 960px) and (min-width:768px) {
    .cam_offers_left p:nth-child(1) {
        padding: 18px 62px 18px 56px !important;
    }

    .offer_left {
        text-align: left !important;
    }

    .cam_img_1 {
        background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_4.png") no-repeat scroll left center / 44px auto !important;
    }

    .cam_img_2 {
        background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_6.png") no-repeat scroll left center / 44px auto !important;
    }

    .cam_img_3 {
        background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_5.png") no-repeat scroll left center / 44px auto !important;
    }

    .bar_dec_side {
        width: 58% !important;
    }

    .cam_tit_text {
        padding: 24px 30px !important;
    }

    .list_br {
        border-right: 0px !important;
        padding: 19px 0;
    }

    .wrapperNew {
        width: 98%;
    }

    #bannerSlider {
        display: none;
    }

    .logo {
    }

    .portDesc {
        width: 300px;
    }

    a[class*='icon_'] {
        width: 30%;
    }

    a[class*='icon_'] img {
        width: 100%;
    }

    .banImg {
        width: 320px;
        height: 360px;
        background-size: contain;
        top: -238px;
    }

    .bannerArt {
        width: 430px;
    }

    .carousel-inner {
        height: 450px;
    }

    .item {
        margin-top: 70px;
    }

    .sign {
        top: 50px;
    }

    .banner h1 {
        font-size: 37px;
    }

    .navbar-nav {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) and (min-width:641px) {
    .appmob1 {
        display: none;
    }

    .bar_dec_side {
        width: 58% !important;
        font-size: 25px !important;
    }

    .bar_img_side > img {
        padding-top: 84px !important;
        width: 240px !important;
    }

    .tp_srch_inner {
        display: block;
    }

    .hdsearch {
        display: none;
    }

    .wrapperNew {
        width: 98%;
    }

    .navbar {
        margin-top: -60px;
    }

    .banImg {
        display: none;
    }

    .counters {
        width: 100%;
    }

    .appsIcon a {
        width: 33%;
        text-align: center;
        margin: 0;
    }

    .MobApps h2 {
        text-align: center;
    }

    .borLft {
        border-top: 1px solid #ddd;
        border-left: none;
        margin-top: 20px;
    }

    #caroSlider {
        padding-top: 20px;
    }

    .ourTeam a.name, .ourTeam h3 {
        font-size: 18px;
        width: 100%;
        padding: 0 5%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .beforeFooter {
        padding-bottom: 0px;
    }

    footer {
        position: relative;
    }

    .applink a+a+a {
        margin-left: 10px;
    }

    .social_links {
        overflow: hidden;
        clear: both;
    }

    .flink a:first-child {
        margin-right: 0;
    }

    .copy {
        text-align: center;
    }

    .flink {
        margin-top: 10px;
        border-top: 1px solid #333;
        padding-top: 5px;
    }

    .flink a {
        width: 50%;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) and (min-width:481px) {
    .pub_clg_logo .details_pub {
        width: 66%;
    }

    .afterHeader {
        padding-top: 52px;
    }

    .cam_offers_left p:nth-child(1) {
        padding: 18px 62px 18px 56px !important;
    }

    .offer_left {
        text-align: left !important;
    }

    .cam_img_1 {
        background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_4.png") no-repeat scroll left center / 44px auto !important;
    }

    .cam_img_2 {
        background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_6.png") no-repeat scroll left center / 44px auto !important;
    }

    .cam_img_3 {
        background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_5.png") no-repeat scroll left center / 44px auto !important;
    }

    .bar_dec_side {
        width: 50% !important;
        font-size: 22px !important;
    }

    .bar_img_side > img {
        padding-top: 77px !important;
        width: 244px !important;
    }

    .cam_tit_text {
        padding: 24px 30px !important;
    }

    .downloadreaderappspublisherstore {
        display: none;
    }

    .tp_srch_inner {
        display: block;
    }

    .hdsearch {
        display: none;
    }

    .fbox {
        width: calc(33% - 20px) !important;
    }

    .wrapperNew {
        width: 98%;
    }

    .navbar {
        margin-top: -60px;
    }

    header {
        height: auto;
        background-color: #fff;
    }

    .banImg {
        display: none;
    }

    .bannerArt {
        width: 100%;
    }

    .carousel-inner {
        height: 440px;
    }

    .item {
        margin-top: 30px;
    }

    .sign {
        top: 30px;
    }

    .portDesc {
        width: 320px;
    }

    a[class*='icon_'] {
        width: 30%;
        text-align: center;
    }

    .borLft {
        margin-top: 40px;
        border: none;
    }

    .MobApps h2 {
        text-align: center;
        font-size: 30px;
    }

    .flink a:first-child {
        margin-right: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    #signup_header {
        padding-left: 19px;
    }

    ul.tabhome li a {
        padding: 9px 17px 7px !important;
    }

    .unir_clg_logo {
        height: auto !important;
    }

    .unir_clg_logo .details_pub {
        width: auto !important;
    }

    .unr_logosec {
        float: none !important;
        text-align: center !important;
    }

    .details_pub {
        margin-top: 0;
        width: 100%;
    }

    .pub_logosec {
        width: auto;
    }

    .toppubdetails {
        text-align: center;
    }

    .reportLnk {
        float: none !important;
        color: #fff !important;
        background: #1bbc9b;
        padding: 10px 33px;
        display: table;
        margin-left: 34%;
        margin-bottom: 10px;
    }

    .clickVideo img {
        height: 175px !important;
    }

    .ownVideo img {
        height: 175px !important;
    }

    .bk_deta_vid {
        background: #efefef;
    }

    .cart_div {
        display: inline-block;
    }

    .pay_table {
        display: none;
    }

    .homebooklist {
        padding: 0px !important;
    }

    .ins_cnt {
        text-align: center;
    }

    .clg_clg_logo img {
        height: 130px !important;
        margin-top: -40px !important;
        width: 130px !important;
    }

    .details_pub.clg_text {
        width: 47% !important;
        float: left;
    }

    .downloadreaderappspublisherstore {
        display: none;
    }

    .tp_srch_inner {
        display: block;
    }

    .hdsearch {
        display: none;
    }

    .fbox {
        width: calc(50% - 20px) !important;
    }

    .wrapperNew {
        width: 98%;
    }

    .counters h2 {
        font-size: 18px;
    }

    .navbar {
        margin-top: -90px;
    }

    .navbar-collapse {
        margin-top: 38px;
    }

    header {
        height: auto;
    }

    .moreDetail {
        margin: 30px 0;
        width: 100%;
        font-size: 12px;
    }

    a[class*='icon_'] {
        width: 30%;
    }

    a[class*='icon_'] img {
        width: 100%;
    }

    .avatar, .portDesc {
        float: none;
    }

    .avatar {
        margin: 15px auto;
    }

    .portDesc {
        width: 300px;
        margin: 0;
    }

    .portDesc p {
        padding: 10px;
    }

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

    .borLft {
        border: none;
    }

    .banImg {
        display: none;
    }

    .banner h1 {
        font-size: 20px;
        margin-top: 10px;
        text-align: center;
        line-height: 1.3;
    }

    .bannerArt {
        width: 100%;
    }

    .bannerArt p {
        display: none;
    }

    .item {
        height: 80px;
        margin-top: 0px;
    }

    .carousel-inner {
        height: 175px;
    }

    .sign {
        top: 20px;
        left: 50px;
    }

    .Orclnt {
        font-size: 24px;
        margin: 30px 0 15px 0;
    }

    h2 {
        font-size: 24px;
    }

    .pedagogy {
        margin: 18px;
        text-align: justify;
        font-size: 16px;
    }

    .pedagogyBox p {
        text-align: justify;
        font-size: 16px;
    }

    footer h2 {
        text-align: center;
        margin: 20px 0 15px 0;
    }

    footer ul li {
        text-align: center;
    }

    ul.social_links {
        width: 100%;
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
    }

    ul.social_links li {
        -webkit-flex: 1;
        flex: 1;
    }

    ul.social_links li a {
        margin-left: 25px;
    }

    .Lavtr {
        width: 90%;
        height: auto;
    }

    .ourTeam a.name {
        font-size: 13px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ourTeam h3 {
        font-size: 13px;
        height: 30px;
        overflow: hidden;
    }

    .ourTeam h3 ~ a {
        padding: 4px;
        width: 95%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .navbar-nav {
        margin: 0;
    }

    .copy {
        text-align: center;
    }

    .MobApps h2 {
        text-align: center;
        font-size: 30px;
    }

    .pageTitle {
        text-align: center;
        margin: 30px 0 40px 0;
        font-size: 30px;
    }

    .pageTitle + .midLine {
        margin-bottom: 30px;
    }

    .zigzag h2 {
        margin: 10px;
    }

    .bannerUltz .shade {
        top: 20px;
    }

    .shade h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .shade p {
        display: none;
    }

    .beforeFooter {
        padding-bottom: 0px;
    }

    footer {
        position: inherit;
    }

    .counters {
        width: 100%;
        margin: 2px 0;
    }

    .tagLine p {
        font-size: 10px;
    }

    .tagLine h2 {
        font-size: 14px;
        margin-top: 10px;
    }

    .hiwork .col-xs-12 img {
        width: 100%;
    }

    .hiwork .row:nth-child(even) h2, .hiwork .row:nth-child(even) p {
        margin-left: 0;
    }

    .hiwork .row {
        margin: 0;
    }

    .applink a+a {
        margin-left: 10px;
    }

    .applink a+a+a {
        margin-left: 10px;
    }

    .applink a+a+a img {
        margin: 0;
    }

    .flink {
        margin-top: 10px;
        border-top: 1px solid #333;
        padding-top: 5px;
    }

    .flink a {
        width: 50%;
        text-align: center;
    }

    .flink a+a {
        margin-right: 0;
        padding-right: 0;
    }

    .clientdesck .cBox {
        height: 130px;
        margin: 5px;
    }

    figure.hb-col {
        margin: 2px;
    }

    figcaption {
        height: auto;
        line-height: 2;
        font-size: 14px;
    }

    .paddingRight, .paddingLeft {
        padding: 0;
    }

    .termsText ul, .termsText ol {
        text-align: justify;
    }

    .advisoryBord {
        display: none;
    }

    .xs_avtr img {
        width: 100%;
        padding: 2px;
        border: 2px solid #eee;
        border-radius: 50%;
    }

    .authDetail {
        width: auto;
        border-left: 1px solid #eee;
        padding-left: 10px;
        margin-left: 10px;
    }

    .authDetail h4, .authDetail p {
        text-align: left;
    }

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

    .authDetail p {
        font-size: 13px;
    }

    .bannerUltz {
        background-position: top 0px right !important;
    }

    .tagLine {
        background-size: inherit;
    }

    .none {
        display: none;
    }

    .block {
        display: block !important;
    }

    .bannerUltz h1 {
        font-size: 22px;
    }

    .mobileAdvisory {
        display: block;
    }

    ul.navbar-right {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    ul.navbar-right li {
        display: inline-block;
        width: 50%;
        float: left;
    }

    .navbar-right li a {
        text-align: center;
    }

    .flink a:first-child {
        margin-right: 0;
    }

    #facCarosel ul li {
        width: 314px !important;
    }
}

.termsConditions {
    background-color: #0a508f;
    padding: 30px 0;
    margin-bottom: 35px;
}

.termsConditions h2 {
    color: #fff;
    margin: 0;
}

.conditions {
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}

.termsText h4 {
    font-family: "robotoregular";
    font-size: 20px;
    line-height: 25px;
    margin-top: 30px;
    line-height: 1.5;
    background-color: #eee;
    padding-left: 10px;
}

.termsText p {
    font-family: 'robotoregular';
    font-size: 15px;
    line-height: 24px;
    margin: 10px;
}

.termsText ul, .termsText ol {
    margin: 0 20px;
}

.restrictions li ul {
    list-style: circle url(../img/arrow_list.png);
}

.policy {
    background-color: #0a508f;
    padding: 30px 0;
    margin-bottom: 35px;
}

.policy h2 {
    color: #fff;
    margin: 0;
}

.informationList {
    list-style: circle url(../img/arrow_list.png);
}

.contactDetails {
    width: 420px;
}

.headTitel {
}

.headTitel h4 {
    color: #474747;
    font-family: "robotothin";
    font-size: 32px;
    padding: 0 50px;
}

#couponCofirm_popUp .headTitel h4 {
    font-size: 28px;
}

.headTitel_ico {
    background: rgba(0, 0, 0, 0) url("../images_new/contact_us_icon.png") no-repeat scroll 3px center;
}

.modal-header button {
    height: 30px;
    margin: 0;
    position: relative;
    right: -25px;
    top: -21px;
    width: 30px;
    opacity: 1;
}

.modal-header button:hover {
    opacity: 1;
}

form {
    border: medium none;
    margin: 0;
}

fieldset {
    border: medium none;
    padding: 0;
    margin: 0;
}

.formField {
    font-family: "robotoregular";
    font-size: 17px;
    height: auto;
    margin-bottom: 16px;
    width: 100%;
}

.formField:last-child {
}

.formField label {
    display: none;
}

.fl {
    float: left;
}

.formField label {
    margin-left: 5px;
}

.formField input[type=text], .formField input[type=password] {
    border: 1px solid #e1e1e1;
    color: #000;
    font-size: 15px;
    height: 40px;
    //margin: 0 0 10px;
    padding-left: 5px;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 0 0;
}

.formField textarea {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #000;
    font-size: 15px;
    //margin: 10px 0;
    resize: none;
    width: 100%;
    height: 120px;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    padding: 5px;
}

.formField .textarea {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #000;
    font-size: 15px;
    //margin: 10px 0;
    resize: none;
    height: 120px;
    width: 100%;
}

.massage {
    height: 150px !important;
}

.captcha {
    height: 40px;
    width: 100%;
}

.captcha input {
    border: 1px solid #e1e1e1;
    height: 40px;
    margin-right: 14px;
    padding: 0;
    width: 250px;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 0 0 0;
}

.formField input:focus, .formField textarea:focus, .captcha input:focus {
    border: 1px solid #1bbc9b;
}

.captcha #captchaImage {
    border: 1px solid #cccccc;
    height: 40px;
    margin-right: 14px;
    text-align: center;
    width: 160px
}

.captcha #refresh {
    background: #1bbc9b none repeat scroll 0 0;
    height: 40px;
    //margin: 5px;
    //opacity: 0.3;
    text-align: center;
    width: 40px;
}

.captcha #refresh:hover {
    //opacity: 0.7;
    box-shadow: 0 0 5px;
}

.captcha #refresh img {
    margin: 8px;
}

.captcha #refresh:focus, button.contact_us:focus {
    background-color: #333;
}

button.contact_us {
    background: #1bbc9b none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "robotoregular";
    font-size: 20px;
    height: 40px;
    margin: 18px 20px 10px 0;
    padding: 7px;
    width: 98px;
}

@media only screen and (max-width: 480px) {
    .contactDetails {
        width: 93%;
    }

    .headTitel h4 {
        font-size: 28px;
    }

    .captcha {
        height: auto;
    }

    .captcha input {
        width: 100%;
        margin-bottom: 5px;
    }

    .captcha #captchaImage {
        margin: 0 5px 0 0;
        width: 81%;
    }
}

.categoryList li a.select {
    color: #1bbc9b;
}

.category {
    height: auto;
    margin-top: 20px;
    font-family: 'robotoregular';
    margin-bottom: 20px;
}

h3.categoryTitle {
    font-family: "robotoregular";
    font-size: 24px;
    width: 240px;
    color: #343434;
}

ul.categoryList {
    font-family: "robotoregular";
    width: 100%;
}

ul.categoryList li {
    background: url('../img/categories_arrow.png') no-repeat 15px center;
    font-size: 16px;
    border: 1px solid #ddd;
    border-bottom: 0;
}

ul.categoryList li a {
    color: #818181;
    padding: 21px 0 21px 30px;
    display: block;
    border-right: 4px solid transparent;
    padding-right: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.skillslist > li:hover {
    background: #F4F4F4;
}

.skillsgrp ul li a.active {
    background: #F4F4F4;
}

.skillsgrp ul li a span {
    left: 0;
    margin: 0 15px 0 -15px !important;
    position: relative !important;
}

.skilborder {
    border-bottom: 1px solid #cccccc;
    margin-left: 8px;
    margin-right: 27px;
    padding-bottom: 10px;
}

.skilheader {
    margin-top: -58px;
    margin-right: 28px;
    border: 4px solid rgba(0, 0, 0, 0.05);
}

.skilheader input.skillsearch {
    border: #fff !important;
    font: 15px "robotoregular" !important;
    height: 35px !important;
    width: 250px !important;
    background: #fff;
    padding: 5px;
    margin-left: 0px !important;
}

.skilheader .skillsearch input {
    font-size: 15px !important;
    height: 30px !important;
    padding: 5px 8px !important;
    width: 195px !important;
}

.skillsgrp ul li a.active::after {
    top: 14px !important;
}

ul.skillslist li a {
    color: #818181;
    padding: 10px 0 10px 30px;
    display: block;
    border-right: 4px solid transparent;
    padding-right: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

ul.categoryList li a span {
    position: absolute;
    right: 10px;
}

ul.categoryList li:last-child {
    border-bottom: 1px solid #ddd;
}

.categoryList li a {
    font-size: 14px;
    font-family: 'robotoregular';
    color: #868686;
}

.navigator {
}

.naviImg_1 {
    background: rgba(0, 0, 0, 0) url("../img/categories_arrow.png") no-repeat scroll center center;
}

.naviImg_2 {
}

.right-Col {
    padding: 0 20px !important;
}

.right-Col .bookShow .page_1 {
    display: block;
}

.right-Col .bookShow .page_2 {
    display: none;
}

.right-Col .bookShow .page_3 {
    display: none;
}

.right-Col .bookShow .page_4 {
    display: none;
}

.right-Col .bookShow .page_5 {
    display: none;
}

.right-Col .bookShow .page_6 {
    display: none;
}

.right-Col .bookShow .page_7, .right-Col .bookShow .page_8, .right-Col .bookShow .page_9, .right-Col .bookShow .page_10, .right-Col .bookShow .page_11, .right-Col .bookShow .page_12, .right-Col .bookShow .page_13 {
    display: none;
}

.right-Col .bookShow {
    margin-top: 20px;
    height: auto;
    width: 100%;
    //border: 1px solid;
}

.bookBannerClr {
    background-color: #2A5862;
    overflow: hidden;
}

.bookBannerClr2 {
    background-color: #F4EBDA;
    overflow: hidden;
}

.bookBannerClr img {
    position: absolute;
    top: 236px;
    width: 26%;
    left: 4%;
}

.bookBannerCntd {
    width: 62%;
    color: #f0f2f3;
    padding: 10px 0px;
}

.bookBannerAppCntd {
    width: 63%;
    margin-right: 84px;
}

.bookBannerAppCntd p {
    color: #05353f;
    font-size: 17px;
    font-family: 'robotoregular';
    width: 280px;
    text-align: center;
    float: left;
    margin: 0px;
    line-height: 28px;
}

.bookBannerAppCntd span {
    font-size: 24px;
}

.BookCoupon {
    float: right;
    background-color: #54aff0;
    height: 317px;
    width: 200px;
    margin-right: -81px;
}

.BookCoupon p {
    font-family: 'robotoregular';
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding-top: 11%;
    padding-right: 4%;
    padding-left: 2%;
    margin-bottom: 21px;
    line-height: 24px;
}

.BookCouponId ~ p {
    font-size: 22px;
    font-family: 'robotoregular';
    font-style: italic;
    text-align: left;
    margin-left: 13px;
    margin-bottom: -17px;
}

.BookCoupon h1 {
    color: #fff;
    font-family: 'robotoregular';
    font-size: 75px;
    margin-left: 16px;
}

.BookCouponId {
    background-color: #f6ff00;
    margin: 8px;
    padding: 13px 2px;
    text-align: center;
    font-family: 'robotoregular';
    font-size: 20px;
    border: dashed 2px #1a72b0;
    margin-top: 32px;
}

.bookBannerCntd h1 {
    font-family: 'robotothin';
    font-size: 34px;
    line-height: 47px;
    margin-top: 12px;
    display: block;
}

.bookBeniftList {
    font-size: 18px;
    font-family: 'robotoregular';
    list-style: disc;
    line-height: 35px;
    border-top: 1px solid #547880;
    width: 93%;
    margin-top: 20px;
    list-style-position: inside;
    padding-top: 20px;
}

.bookStore_AppLink {
    float: right;
    margin: 14px 0px;
}

.bookStore_MobiNo {
    overflow: hidden;
    padding: 20px 0px 4px;
}

.bookStore_AppLink a {
    margin-right: 10px;
}

.bookStore_AppLink a img {
    max-width: 120px;
}

.bookStore_MobiNo h5 {
    font-family: 'robotoregular';
    font-size: 22px;
    color: #f0f2f3;
    margin: 10px 40px;
    display: inline-block;
}

.bookStore_MobiNo label {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-right: 35px;
    margin-top: 5px;
    font-weight: lighter;
}

.bookStore_MobiNo input {
    height: 30px;
    background-color: rgb(42, 88, 98);
    font-size: 20px;
    color: #f0f2f3;
    border-bottom: 1px solid #547880 !important;
    padding: 0px 15px 5px;
    width: 250px;
    font-family: 'robotothin';
}

.bookStore_MobiNo input.btn[type="button"] {
    background-color: #1bbc9b;
    font-family: 'robotoregular';
    width: auto;
    font-size: 15px;
    border: none !important;
    margin-left: 20px;
    font-weight: 600;
}

.bookShow div.bookCategory {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin: 0;
    font-size: 25px;
    font-family: 'robotoregular';
    overflow: auto;
}

.bookCategory h3 {
    width: 100%;
    float: left;
    margin: 0;
}

.right_box {
}

.right_box input {
    width: 195px;
    height: 30px;
    font-size: 15px;
    padding: 5px 8px;
    border: 1px solid #e1e1e1;
    margin-left: 20px;
    background: url('../img/searchs.png') no-repeat scroll right 5px center;
}

.searchPart {
    width: 280px;
    margin-top: 20px;
}

.searchPart .filterbox {
    font-size: 16px;
    height: 40px;
    width: 100%;
}

.searchPart .filterbox span {
    margin-right: 5px;
}

.searchPart .filterbox select {
    height: 100%;
    font-size: 16px;
    color: #AAA;
    border: 1px solid #E1E1E1;
    width: 100%;
    padding: 6px 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/Down%20Arrow_01.png') no-repeat scroll right 10px center;
}

.searchPart .filterbox select option {
    color: #000;
}

.bookList {
    margin: 20px 0px;
    display: block;
    position: relative;
    height: 100%;
    width: auto;
}

.bookList ul {
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.liPad {
    padding: 9px;
}

img.bookPic {
    outline: 1px solid #f7f7f7;
}

.bookList ul li {
    width: 204px;
    float: left;
    text-align: center;
    border: 1px solid #e1e1e1;
    margin-right: 8%;
    margin-bottom: 14px;
    box-shadow: 0 0 6px #e1e1e1;
    height: auto;
    -o-align-items: baseline;
    -ms-align-items: baseline;
    -moz-align-items: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.bookList ul li:nth-child(3n) {
    margin-right: 0;
}

li div.bookBg {
    background: rgba(0, 0, 0, 0) url('../images_new/book_bg.png') no-repeat scroll center center;
    width: 183px;
    height: 261px;
}

li img.bookBg {
    background: rgba(0, 0, 0, 0) url('../images_new/book_bg.png') no-repeat scroll center center;
    width: 183px;
    height: 261px;
}

.bookBg>img {
    top: 18px;
    position: relative;
}

ul li .bookName {
    height: 67px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

ul li .bookName h2 {
    font-size: 15px;
    font-family: 'robotoregular';
    text-align: left;
    margin-top: 6px;
    margin-bottom: 0;
    color: #535252;
    line-height: 20px;
}

.universityName {
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    height: 60px;
}

div.universityName h2 {
    font-size: 15px;
    font-family: 'robotoregular';
    text-align: left;
    margin: 10px 0;
    color: #888888;
    overflow: hidden;
    line-height: 20px;
    -webkit-flex: 1;
    flex: 1;
}

ul li .price {
    margin: 10px 0 6px;
    font-family: 'robotoregular';
    font-size: 17px;
    color: #1bbc9b;
    text-align: left;
}

a[class^='bkAdd'] {
    font-size: 15px;
    padding-right: 30px;
    color: #1bbc9b;
}

.bkAddCart {
    background: url('../images_new/cart.png') no-repeat scroll right center;
    cursor: pointer;
}

.bkAddCart:hover {
    border-bottom: 1px solid #1bbc9b;
}

.buy_Btn a {
    color: rgba(74, 187, 231, 1);
    font-family: 'robotoregular';
    font-size: 17px;
}

.cart_Btn {
    margin-top: 10px;
}

.cart_Btn a {
    color: #fff;
    font-family: 'robotoregular';
    font-size: 16px;
    background-color: #1bbc9b;
    padding: 4px 10px;
}

.addPerCnt {
    color: rgba(74, 187, 231, 1);
    font-family: 'robotoregular';
    font-size: 17px;
}

ul li button {
    background: #1bbc9b none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: 'robotoregular';
    font-size: 18px;
    height: 31px;
    margin: 3px 0px 0px 0;
    width: 100%;
    float: none;
    padding: 0;
}

@media only screen and (max-width: 900px) {
    .category {
        width: 97%;
    }

    h3.categoryTitle {
        margin: 0 10px;
        width: 91%;
    }

    .bookList ul li {
        width: 32%;
    }

    ul.categoryList {
        margin: 10px 0 0 8px;
        width: 90%;
    }

    .categoryList li a {
        font-size: 13px;
    }

    .searchBookImg {
        width: 25%;
        height: 200px;
    }

    .searchBookDetails {
        width: 75%;
        height: 200px;
    }

    .searchBookAction {
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }

    .searchBookAction p {
        float: left;
        margin: 0px 20px;
    }

    .searchBookAction button {
        display: inline-block;
        width: 21.33%;
        margin: 0px 10px;
    }
}

@media only screen and (max-width: 768px) {
    .category {
        width: auto;
        height: auto;
        margin-top: 20px;
        font-family: 'robotoregular';
    }

    .bookList ul li {
        width: 32%;
    }

    h3.categoryTitle {
        border-bottom: 1px solid #e1e1e1;
        font-family: "robotoregular";
        font-size: 25px;
        margin: 0 20px;
        padding: 10px 0;
        width: 240px;
    }

    .categoryList li a {
        font-size: 14px;
    }

    #bannerSlider {
        display: none;
    }

    .searchPart {
        width: auto;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .cate_list ul {
        display: none;
    }

    .cate_list {
        display: block !important;
        width: 100%;
    }

    ul.categoryList {
        margin: 0px;
        width: 100%;
    }

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

    .mob_top_corner {
        padding-top: 54px;
    }

    ul li .bookName h2 {
        font-size: 13px;
        line-height: 16px;
    }

    .bannerUltz {
    }

    .category {
        width: 280px;
        height: auto;
        border: 1px solid #e1e1e1;
        margin-top: 20px;
        font-family: 'robotoregular';
    }

    .bookList ul li {
        width: 32%;
    }

    h3.categoryTitle {
        font-family: "robotoregular";
        font-size: 25px;
        margin: 0 20px;
        padding: 10px 0;
        width: 240px;
    }

    .categoryList li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .categoryList li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    ul li .bookName h2 {
        font-size: 13px;
        line-height: 15px;
    }

    .bookShow h3.bookCategory {
        font-size: 21px;
    }

    .bookList ul li {
        width: 48%;
    }

    .bookList ul li:nth-child(2n) {
        margin-right: 0;
    }

    .bookList ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .categoryList li a {
        font-size: 14px;
    }
}

.newsImg {
    //background: rgba(0, 0, 0, 0) url("../images_new/arunai.jpg") no-repeat scroll center center / 200px 135px;
    height: 135px;
    margin-right: 10px;
    width: 200px;
}

.newsImg img {
    cursor: pointer;
}

.newsContent {
    //width: 750px;
}

.newsContent h4 {
    color: #333;
    margin-top: 0;
    font-family: "robotoregular";
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}

.newsContent p.date {
    color: #999;
}

.newsContent p {
    color: #333;
    font-family: "robotoregular";
    font-size: 15px;
    line-height: 24px;
}

.blogs ul {
    height: auto;
}

.news {
    margin-top: 70px;
}

.blogs {
    margin-top: 20px;
}

.blogs ul li {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    padding-top: 10px;
}

.initialDetail {
    width: 610px;
}

.intialHead {
    border-bottom: 1px solid #ebebeb;
    margin: 0 auto;
    padding: 0 0 20px !important;
    text-align: center;
    width: 530px;
    font-size: 38px !important;
    font-family: 'robotoregular' !important;
    color: #474747;
}

.intial_Content {
    margin: 0 auto;
    width: 92%;
    text-align: center;
}

.intial_Content img {
    margin: 0 auto 20px;
    background-color: #fff;
}

.intialPara {
    //border-bottom: 1px solid #ebebeb;
    color: #474747;
    font-family: "robotoregular";
    font-size: 23px;
    padding-bottom: 20px;
    text-align: center;
}

#signupNow {
}

._signupNow {
    width: 165px;
    text-align: center;
    background: #1bbc9b none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: "robotoregular";
    font-size: 20px;
    height: 40px;
    padding: 6px;
}

.confirm_btn {
    color: #fff;
    font-family: 'robotoregular';
    font-size: 16px;
    background-color: #1bbc9b;
    padding: 4px 10px;
    border: none;
}

.cnfrmMesg {
    color: #858585;
    font-family: "robotoregular";
    font-size: 16px;
    text-align: center;
}

.signUpPopUp {
    width: 620px;
}

.signinPopUp {
    width: 380px;
}

.publisherContactpopUp {
    width: 380px;
}

.publisherContactpopUp .submitbtn {
    width: 100%;
    margin-top: 0px;
}

.publisherContactpopUp .cancel {
    width: 100%;
}

.publisherContactpopUp .cancel:active {
    background-color: #12816a;
}

.pblshrsuccessCnctpopUp {
    width: 400px;
}

.pblshrsuccessCnctpopUp p {
    font-size: 17px;
}

.dropDwon_ico select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(252, 252, 252, 1) url("../images_new/dropDown.png") no-repeat scroll right 5px center / 13px 13px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    font-size: 15px;
    height: 40px;
    padding: 0 18px 0 1px;
    width: 100%;
}

.signupTitel_ico {
    background: transparent url("../images_new/signup_icon.png") no-repeat scroll 13px center / 25px 30px;
}

.forgotTitel_ico {
    background: rgba(0, 0, 0, 0) url("../images_new/forgot_icon_42 x 42.png") no-repeat scroll 10px center / 33px 33px;
}

.loginTitel_ico {
    background: rgba(0, 0, 0, 0) url("../images_new/login_icon_42 x 42.png") no-repeat scroll 10px center / 30px 30px;
}

.trailConfirmation_ico {
    background: rgba(0, 0, 0, 0) url("../images_new/confirmation.png") no-repeat scroll 10px center / 30px 30px;
}

.chk_err_ico {
    background: rgba(0, 0, 0, 0) url("../images_new/Error.png") no-repeat scroll 55px center / 30px 30px;
}

.place_holder {
    color: #949494;
}

.checkout_pop_title h4 {
    font-size: 22px !important;
    font-weight: 800 !important;
    text-align: center;
}

.form-control option {
    color: #000000;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}

.intialHead_ok {
    border-bottom: 1px solid #ebebeb;
    margin: 0 auto;
    padding: 0 0 20px !important;
    text-align: center;
    //width: 530px;
    font-size: 38px !important;
    font-family: 'robotoregular' !important;
}

input.contact_us {
    background: #1bbc9b none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "robotoregular";
    font-size: 20px;
    height: 40px;
    margin: 18px 20px 10px 0;
    padding: 7px;
    width: 98px;
}

.bukcode1 {
    color: #404141 !important;
    font-size: 14px !important;
    line-height: 16px;
    margin: 6px 0 0 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
}

@media only screen and (max-width: 480px) {
    .initialDetail, .signUpPopUp {
        width: 93%;
    }

    .signinPopUp {
        width: 93%;
    }

    .soc_btns .commonfbbtn {
        width: 40%;
    }

    .intialPara {
        font-size: 15px;
    }

    .intialHead {
        padding: 0px 0px 9px !important;
        width: 93%;
        font-size: 16px !important;
    }

    ._signupNow {
        // margin: 0px 70px !important;
    }

    .form-control option {
        font-size: 14px;
    }
}

.storeiconimg img {
    height: 100px;
    width: 100px;
}

.andappdiv {
    width: 100%;
    height: 400px;
    margin-top: 39px;
    margin-bottom: 0%;
}

.andapp1 {
    height: 400px;
}

.app1left {
    margin-left: 38px;
}

.app1right {
    margin-right: 0px;
}

.andapp1 h1 {
    font-family: 'robotoregular';
    font-size: 20px;
    color: #000000;
    margin-left: 33px;
    margin-top: 50px;
}

.andapp1 p {
    font-family: "robotoregular";
    font-size: 17px;
    color: #737373;
    text-align: center;
    float: left;
}

.andapp2 {
    height: 400px;
}

.andapp2 p {
    font-family: 'robotoregular';
    font-size: 19px;
    color: #1bbc9b;
    margin-top: 57px;
    line-height: 30px;
    margin-bottom: 21px;
}

.iosmid p {
    margin-left: 10%;
}

.andapptxt {
    text-indent: 33px;
}

.andapp3 {
    height: 400px;
}

.martop {
    margin-top: 1%;
}

.andapp3 .qrdiv {
    height: 100%;
    width: 61%;
}

.iosqr {
    float: right;
    height: 100%;
    width: 63%;
}

.iosqr img {
    margin-left: 4%;
}

.iosmid {
    height: 100%;
    width: 80%;
    float: right;
    margin-right: 11%;
}

.andapp3 div img {
    margin-right: 4%;
}

.andapp3 p {
    font-family: "robotoregular";
    font-size: 17px;
    color: #737373;
    float: right;
    text-align: center;
    line-height: 28px;
}

.andapp3 h1 {
    font-family: 'robotoregular';
    font-size: 20px;
    color: #000000;
    margin-right: 40px;
    margin-top: 50px;
}

.iosappdiv {
    width: 100%;
    height: 400px;
    background-color: #f7f7f7;
}

.pcdowndiv {
    width: 100%;
    height: 330px;
}

.pcapp2 {
    height: 400px;
    width: 960px;
    position: absolute;
}

#mobappcarousel {
    height: 100%;
    width: 100%;
}

.appmobile {
    width: 69%;
    height: 81%;
    position: relative;
    display: inline-block;
}

.appmobile img {
    height: 100%;
    width: 100%;
    position: absolute;
    display: inline-block;
}

.app-inner {
    left: 10px;
    top: 11%;
    height: 78%;
    width: 88.6%;
    position: absolute;
    display: inline-block;
}

.iosapp-inner {
    left: 14%;
    top: 13.2%;
    height: 73%;
    width: 74%;
}

.app-inner .item {
    height: 100%;
    width: 100%;
    margin-top: 3px;
}

#mobappcarousel img {
    height: 100%;
}

.iosappmobile {
    width: 86%;
    height: 89%;
    right: -16px;
}

.d_load {
    height: 45px;
    background-color: #25282e;
    color: #fff;
    font-size: 15px;
    line-height: 45px;
    padding: 0 60px 0 20px;
    position: relative;
    margin-bottom: 15px;
}

.d_load {
    width: 78.3% !important;
}

.down_wrapper {
    width: inherit;
}

.d_load a {
    background: url("../images_new/down_arrow_line.png") no-repeat 12px 38px /20px #1bbc9b;
    display: inline-block;
    height: 45px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.d_load_anim {
    background-image: url("../images_new/down_arrow1.png");
    background-size: contain;
    display: block;
    height: 20px;
    margin: 12.5px;
    width: 20px;
}

.d_load a:hover span.d_load_anim {
    animation: 0.8s ease-in-out 0s normal none 1 running download;
    -webkit-animation: 0.8s ease-in-out 0s normal none 1 running download;
}

@keyframes download {
    0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(20px);
    }

    21% {
        opacity: 0;
        transform: translateY(-80px);
    }

    22% {
        opacity: 0;
        transform: translateY(-80px);
    }

    23% {
        opacity: 1;
        transform: translateY(-80px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes download {
    0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(20px);
    }

    21% {
        opacity: 0;
        transform: translateY(-80px);
    }

    22% {
        opacity: 0;
        transform: translateY(-80px);
    }

    23% {
        opacity: 1;
        transform: translateY(-80px);
    }

    100% {
        transform: translateY(0px);
    }
}

.clgAvatar {
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    border-radius: 50%;
    padding: 2px;
    float: left;
    overflow: hidden;
    margin: 0 10px;
}

.clgAvatar img {
    width: 100%;
}

#bannerSlider p {
    float: left;
    line-height: 20px;
    color: #333;
    width: 422px;
    text-align: left;
    padding-bottom: 10px;
    margin-top: 5px;
}

.overlay {
    display: none;
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 9999;
    width: 100%;
    opacity: 0.5;
}

.overlay {
    background: #fff none repeat scroll 0 0;
}

#img-load {
    background-size: 70px 70px;
    left: 42% !important;
    position: absolute;
    top: 43% !important;
}

#signUp_alert_html .success {
    text-align: center;
    font-size: 15px;
    margin: 0px 0px 15px;
}

.loginPopUp {
    width: 440px;
}

.forgot_Password {
    width: 440px;
}

a.forgot-password {
    margin: 0 0 15px;
    color: #1bbc9b;
    font-family: "robotoregular";
    font-size: 14px;
    // display: block;
}

.signup-link {
    font-family: "robotoregular";
    font-size: 14px;
    color: #8a8a8a;
    text-align: center;
}

.signup-link a {
    color: #1bbc9b;
}

.color_g {
    color: #1bbc9b;
    font-family: "robotoregular";
    font-size: 15px;
}

.flashMsg {
    font-family: "robotoregular";
    font-size: 14px;
    color: red;
    text-align: center;
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 480px) and(orientation:landscape) {
    .loginPopUp, .forgot_Password {
        width: 93%;
    }
}

@media only screen and (max-width: 320px) {
    .headTitel h4 {
        font-size: 22px;
    }

    .formField {
        margin-bottom: 10px;
    }

    .formField input {
    }

    .dropDwon_ico select {
        height: 30px;
    }

    .signUpPopUp .modal-body {
        padding-bottom: 0;
    }
}

.popup_newsImg {
    width: auto;
}

.newsImg_body button {
    height: 30px;
    margin: 0;
    opacity: 0.7;
    position: absolute;
    right: -11px;
    top: -8px;
    width: 30px
}

.newsImg_body button:hover {
    opacity: 1;
}

.userNme {
    background: #fff !important;
}

.userNme>a span {
    background: transparent url("../images_new/dropDown.png") no-repeat scroll right center / 13px 13px;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 15px;
}

.cartLst {
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
    width: 112px;
    z-index: 999;
}

li ul.cartLst li {
    border: 1px solid #d4d4d4;
    background: none repeat scroll 0 0 #fff;
    text-align: center;
}

li ul.cartLst li a {
    color: black !important;
    background: #fff !important;
    width: 100%;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    font-family: 'robotoregular';
    font-size: 15px;
    border: none !important;
    color: #333;
    margin: 0;
}

ul.cartLst li a:hover {
    color: #1BBC9B !important;
}

li.headCart {
    width: 30px;
    height: 30px;
    display: block;
}

li.headCart .headCartImg {
    background: url('../images_new/cart_New.png') no-repeat scroll center / 20px 20px;
    padding: 10px;
}

li.headCart .headCartImg span {
    color: red;
    display: block;
    font-family: "robotoregular";
    font-size: 10px;
    position: relative;
    top: -12px;
}

.content {
    padding: 20px 0 0 0;
    margin-bottom: 20px;
}

.cartTable {
    width: 100%;
}

.pay_table {
    overflow-x: auto;
    border: 1px solid #e8e8e8;
}

table caption {
    font-size: 21px;
    padding: 0px 0px 10px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 25px;
    font-family: 'robotoregular';
}

table caption span {
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    display: inline-block;
    vertical-align: top;
}

table caption span a {
    color: #fff;
}

table caption span a:hover {
    color: #fff;
}

.coupenGrp {
    display: inline-block;
}

.coupenGrp * {
    float: left;
}

.coupenGrp input[type=text] {
    width: 150px;
    height: 34px;
    padding: 4px;
    border: 1px solid #ddd;
    border-right: 0;
    font-size: 14px;
}

.coupenGrp input[type=button] {
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #1BBC9B;
    font-size: 16px;
    border: 0;
}

ul.promolist {
    display: block;
    list-style: none;
    overflow: visible;
}

ul.promolist li {
    float: right;
    border: 0;
    list-style: none;
    margin: 0 0 0 10px;
    line-height: 18px;
}

ul.promolist li .remove {
    height: 13px;
    width: 13px;
    border: 0;
    background: url('../img/promocode_cancel.png') no-repeat left center;
    margin-left: 4px;
}

.cartTable, th, td {
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
    background: #fff none repeat scroll 0 0;
}

.center {
    text-align: center;
}

thead th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f7f7f7;
    border-image: none;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    color: #505050;
    font-family: "robotoregular";
    font-size: 14px;
    font-weight: normal;
    padding: 15px 5px;
    text-align: center;
}

tbody td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-left: medium none white;
    border-right: medium none white;
    border-top: medium none white;
    color: #737373;
    font-family: "robotoregular";
    font-size: 14px;
    padding: 16px;
    text-align: left;
    vertical-align: middle;
}

tbody td h3 {
    font-size: 15px;
    padding: 5px;
    margin: 0;
}

tbody td:nth-child(6) h3 {
    text-align: right;
}

tbody td img {
    outline: 1px solid #e8e8e8;
}

tbody td span {
    background: rgba(255, 255, 255, 0) url("../images_new/delete_icon.png") no-repeat;
    width: 30px;
    height: 23px;
    display: block;
    background-position: 8px 0;
    text-align: center;
    cursor: pointer;
}

tbodybody td span:hover {
    background-position: 8px -25px;
}

tfoot td h3 {
    font-size: 16px;
    font-family: 'robotoregular';
    text-align: right;
    padding: 15px;
    margin: 0
}

tfoot td {
    background-color: #f7f7f7;
}

.aplyWallet {
    font-family: "robotoregular";
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    margin-left: 7px;
}

.aplyWallet span {
    color: #000;
    font-weight: 900;
}

.aplyWallet input[type=checkbox] {
    display: none;
}

.aplyWallet .radio {
    border: 2px solid #1bbc9b;
    width: 19px;
    height: 19px;
    padding: 3px;
    display: inline-block;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}

.aplyWallet input[type=checkbox]:checked + .radio {
    background-clip: content-box;
    background-color: #1bbc9b;
}

.cartGrp {
    display: inline-flex;
}

#walletAmt {
    color: #1bbc9b;
    display: inline-block;
    font-size: 18px;
    width: 50px;
    margin-left: 8px;
    font-family: "robotobold";
}

.cartGrp input[type=text] {
    height: 30px;
    line-height: 30px;
    color: #818181;
    border: 1px solid #ddd;
    border-right: 0;
    padding: 0 10px;
    font-size: 15px;
}

.cartGrp input[type=submit] {
    background: #1bbc9b;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    font-size: 15px;
}

.cartGrp span {
    margin: 10px 40px 0 0;
    display: inline-block;
}

.cartGrp span.success {
    color: #1bbc9b;
}

.cartGrp span.error {
    color: red;
}

.cartheader {
    text-align: center;
    font-size: 15px;
    padding: 5px;
}

td a.closeCart {
    color: #000;
}

tr td:last-child {
    text-align: center;
}

.addCartCls {
    background-color: #1bbc9b;
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
    padding: 4px 10px;
}

.emptyCart {
    height: auto;
    margin: 5% auto;
    text-align: center;
}

.emptyCart img {
}

.emptyCart p {
    font-size: 20px;
    margin: 10px 0px;
    color: rgb(109, 109, 109);
}

.emptyCart button {
    width: auto;
    border: none;
    background-color: #00c2a5;
}

.emptyCart button a {
    color: #fff;
    font-size: 17px;
}

a.addCartCls:hover {
    color: #000;
}

.bookDetails {
    margin: 30px 0;
}

.bookDetails .bookImg {
    width: 100%;
}

.bookInfo {
    margin-left: 20px;
    width: 97%;
}

.bookHeaderInfo {
}

.bookName {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dadada;
}

.bookName h3 {
    font-family: 'robotoregular';
    font-size: 19px;
    margin: 0;
    color: #333;
}

.bookDescription {
    width: 97%;
    height: auto;
}

.bookDescription .descHeader {
}

.bookDescription .bigDescription {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-family: "robotoregular";
    color: #6E6E6E;
    margin-left: 10px;
}

.bookDescription .bigDescription p {
    text-indent: 35px;
    text-align: left;
}

.bookDescription .bigDescription p:last-of-type {
    margin-bottom: 20px;
}

.bookDescription .bigDescription h3 {
    font-size: 16px;
    padding: 0 0 10px 0;
    margin: 0;
}

.bookDescription .bigDescription h3 Strong {
}

.BuyBttn {
    width: 97%;
    height: 50px;
}

.BuyBttn .redBtns a {
    font-size: 17px;
    font-family: 'robotoregular';
}

.chkNav {
    height: 65px;
    padding: 19px;
    width: 100%;
    background: #fff;
}

.chkNav span {
    padding: 5px 15px;
    background-color: #1BBC9B;
    height: auto;
    font-size: 16px;
    line-height: 28px;
    font-family: 'robotoregular';
}

.chkNav span.disabled {
    pointer-events: none;
    background-color: #cfcfcf;
}

.chkNav span a {
    color: #fff;
}

.chkNav span a:hover {
    color: #fff;
}

.forgetPassContainer {
    border: 1px solid #ddd;
    margin: 60px auto;
    padding: 20px 71px;
    width: 850px;
}

.forgetPassContainer > p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.rpTitle {
    color: #1bbc9b;
    padding: 5px 0 15px 30px;
    background: url(../img/fp.png) no-repeat 0 10px;
}

.forgetPassContainer .login-form {
    width: 470px;
    margin: 0 auto;
}

.login-form {
    border-bottom: 1px solid #ededed;
}

.form-field {
    padding-bottom: 15px;
    font-size: 13px;
}

.forgetPassContainer .login-form label {
    color: #474747;
    font-size: 16px;
    text-align: left;
    width: 170px;
    display: inline-block;
}

.forgetPassContainer .login-form p {
    color: #757575;
    font-size: 14px;
    display: inline-block;
}

.form-field input[type="text"], .form-field input[type="password"], .selectContent, .areaClass1 {
    width: 200px;
    height: 30px;
    padding: 4px;
    color: #666666;
    border: 1px solid #d1d1d1;
}

.forgetPassContainer .login-form .login-btn {
    width: auto;
    padding: 8px 20px;
    margin: 0;
    border: none;
}

.login-btn {
    color: #fff;
    background: #1bbc9b;
    font-size: 16px;
}

.flasfMsgSuccess {
    color: #1bbc9b;
    font-family: "robotoregular";
    font-size: 14px;
    text-align: center;
}

.moocsCat {
    margin: 30px 0;
}

.moocsCatList {
    padding: 15px 0;
}

.moocsCatList .row {
    display: table;
    width: 100%;
}

div.moocsCatList:first-child {
    border: none;
}

.moocsCatList h4 {
    color: #525252;
}

.moocsCatList p {
    font-size: 15px;
    color: #888;
}

#vdModal button.close {
    position: absolute;
    z-index: 9999;
    right: -10px;
    top: -10px;
}

.logLogo {
    background: url(../img/loglogo.png) no-repeat center;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 170px;
    top: -50px;
}

#login_popUp .modal-header, #enter_Otp .modal-header {
    border: 0;
}

#login_popUp .modal-content, #enter_Otp .modal-content, .loginPopUp .modal-content {
    border-radius: 6px;
    border: 0;
    box-shadow: none;
}

a.close {
    width: 20px;
    height: 20px;
    background: url(../img/close.png) no-repeat center;
}

.login-user, .login-password {
    padding-left: 40px !important;
}

.login-user {
    background: url(../img/uname.png) no-repeat left 5px center;
}

.login-password {
    background: url(../img/password.png) no-repeat left 5px center;
}

p.flashMsg {
    margin-bottom: 0;
}

.TestiMonial h2 {
    padding: 15px 5px 15px 10px;
    background-color: #f7f7f7;
    color: #333;
    font-size: 18px;
    margin-bottom: 0;
    border: 1px solid #eee;
}

.TestiMonial h2 span {
    font-size: 16px;
}

.TestiMonial p {
    padding: 15px;
    font-size: 15px;
    line-height: 24px;
    border: 1px solid #eee;
    border-top: 0;
    color: #818181;
}

.oErList {
    width: 100%;
}

.clickVideo {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.ownVideo {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.playover {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.playover > img {
    left: 27%;
    position: absolute;
    transform: scale(0.5);
    width: 44% !important;
    height: 87px !important;
    top: 22px;
}

.clickVideo img {
    width: 100%;
    max-width: 100%;
    height: 133px;
}

.ownVideo img {
    width: 100%;
    max-width: 100%;
    height: 119px;
}

#oerVideo_popup .modal-body {
    padding: 0;
}

#oerVideo_popup .modal-content {
    background-color: #000;
    box-shadow: none;
    border: 0;
    padding: 10px;
}

#oerVideo_popup .modal-header {
    border: 0;
    padding: 0;
}

#oerVideo_popup .modal-header button {
    position: absolute;
}

#oerVideo_popup.in~.modal-backdrop.in {
    opacity: 0.80;
}

#oerVideo_popup h4.vidTitle {
    color: #fff;
    padding: 0 5px 10px;
    font-size: 16px;
    font-family: 'robotoregular';
}

#oerVideo_popup h5 {
    color: #aaa;
    font-size: 14px;
    font-family: 'robotoregular';
    margin: 5px 0 20px 0;
}

#oerVideo_popup .close {
    background: url(../img/close_icon_white.png) no-repeat center;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 20px;
    height: 20px;
}

#ownVideo_popup .modal-body {
    padding: 0;
}

#ownVideo_popup .modal-content {
    background-color: #000;
    box-shadow: none;
    border: 0;
    padding: 10px;
}

#ownVideo_popup .modal-header {
    border: 0;
    padding: 0;
}

#ownVideo_popup.in~.modal-backdrop.in {
    opacity: 0.80;
}

#ownVideo_popup h4.vidTitle {
    color: #fff;
    padding: 0 5px 10px;
    font-size: 16px;
    font-family: 'robotoregular';
}

#ownVideo_popup h5 {
    color: #aaa;
    font-size: 14px;
    font-family: 'robotoregular';
    margin: 5px 0 20px 0;
}

#ownVideo_popup .close {
    background: url(../img/close_icon_white.png) no-repeat center;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 20px;
    height: 20px;
}

.vjs-control-bar button {
    top: auto;
    right: auto
}

#facCarosel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#facCarosel ul {
    position: relative;
    height: 240px;
}

#facCarosel ul li {
    width: 240px;
    float: left;
    padding: 0 10px;
}

#facCarosel a {
    position: absolute;
    height: inherit;
    width: 30px;
}

#facCarosel a.left {
    left: 0;
    background: url(../img/left_arrow.png) no-repeat left center;
}

#facCarosel a.right {
    right: 0;
    background: url(../img/right_arrow.png) no-repeat right center;
}

#facCarosel a.left, #facCarosel a.right {
    top: 0;
}

.facCaro_avtr {
    width: 155px;
    height: 155px;
    background: url(../images_new/avathar_image.png) no-repeat center;
    background-size: contain;
    border-radius: 50%;
    border: 3px solid #ddd;
    margin: auto;
    overflow: hidden;
}

.facCaro_avtr img {
    width: 100%;
}

#facCarosel h2, #facCarosel p {
    text-align: center;
}

#facCarosel h2 {
    font-size: 20px;
}

#facCarosel p {
    font-size: 14px;
}

.individualBook > * {
    margin-left: 40px !important;
}

.individualBook h1 {
    line-height: 32px;
    color: #000000;
    font-size: 23px;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.individualBook >p {
    color: #000000;
    font-family: "robotoregular";
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px
}

.individualBook p span, p.bookPrice span {
    color: #989898;
    font-size: 14px;
    font-weight: normal;
}

p.bookPrice span:first-child {
}

.individualBook .bookPrice {
    width: 100%;
}

p.bookPrice span.rupeeSympol {
    color: #b62020;
    font-size: 27px;
}

.individualBook p.error {
    font-size: 16px;
    color: #f22;
    margin-top: -30px;
}

.individualDesc h5 {
    font-family: 'robotobold';
    font-size: 20px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.individualDesc p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

p.bookPrice {
    color: #b62020;
    font-weight: bold;
    font-size: 37px;
    margin: auto auto 17px;
}

.bookPrice input[type=text] {
    font-size: 14px;
    border: 1px solid #ddd;
    color: #333;
    padding: 0 4px;
    line-height: 2;
    vertical-align: top;
    font-family: "robotoregular";
}

.bookPrice input[type=button] {
    vertical-align: top;
}

.topicsContain {
    max-height: 300px;
    overflow: auto;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
    padding-top: 10px;
}

.topicsContain h6 {
    color: #333;
    font-size: 16px;
    font-family: 'robotobold';
    color: #333;
    padding: 4px 0 4px 10px;
}

.topicsContain p {
    padding-left: 20px;
    border: 0;
    padding-bottom: 0;
    color: #515151;
    overflow: auto;
}

.topicsContain p b {
    width: 20%;
    display: inline-block;
    float: left;
}

.topicsContain p b + span {
    width: 80%;
    float: left;
}

ul.relatedBooks li {
    width: 140px;
    float: left;
    margin-bottom: 15px;
    margin-right: 30px;
}

ul.relatedBooks li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    padding: 4px;
}

ul.relatedBooks li a img {
    width: 100%;
    height: 180px;
}

ul.relatedBooks li a strong {
    color: #333;
    display: block;
    font-family: "robotoregular";
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coloredHedline h2 {
    font-family: 'robotoregular';
    font-size: 17px;
    color: #1bbc9b;
}

.Orappdown {
    font-family: 'robotoregular';
    font-size: 17px;
    color: #1bbc9b;
    padding-left: 36%;
}

.appDownloadGuid {
}

.appDownloadGuid p {
    font-family: 'robotoregular';
    font-size: 14px;
    padding-left: 60px;
    color: #818181;
    line-height: 24px;
}

.appDownloadGuid h2 {
    font-family: 'robotoregular';
    font-size: 20px;
    color: #1bbc9b;
}

.appDownloadGuid p strong, p.noTes strong {
    float: left;
    margin-left: -60px;
    color: #333;
}

p.noTes a {
    color: #1bbc9b;
    font-family: 'robotoregular';
}

p.noTes a:hover {
    color: #12816a;
}

.appDownloadGuid p:last-child, p.noTes {
    padding: 10px 0 10px 60px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 20px;
}

.address, .e_mail, .mobile {
    padding-left: 80px;
    margin-bottom: 30px;
    font-size: 16px;
    overflow: auto;
}

.support {
    padding-left: 80px;
    font-size: 16px;
}

.address p, .e_mail p {
    margin-bottom: 5px;
}

.mobile p, {
    margin-bottom: 5px;
    margin-top: 15px;
}

.support P {
    padding-top: 10px;
    color: #333;
}

.support span {
    color: #818181;
}

.e_mail span {
    color: #818181;
}

.e_mail a {
    color: #333;
}

.address {
    background: url(../img/location_icon.png) no-repeat 5px center;
}

.mobile {
    background: url(../img/mobile_icon.png) no-repeat 5px center;
    height: 46px;
}

.e_mail {
    background: url(../img/mail_icon.png) no-repeat left center;
}

.support {
    background: url(../img/technical-support-line.png) no-repeat 5px center;
    height: 41px
}

.userNme a {
    max-width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px !important;
}

.palainPage {
    overflow: hidden;
    border-top: 1px solid #ddd;
}

.palainPage > h2 {
    font-size: 22px;
    line-height: 1;
    color: #505050;
    margin: 0;
    padding: 30px 0 15px;
    border-bottom: 1px solid #ddd;
}

.accordian {
    margin-bottom: 10px;
}

.accordianMenu {
    padding: 0 50px 0 20px;
    background: url(../img/accright_arrow.png) no-repeat right 15px center #ebebeb;
    border: 1px solid #ddd;
}

.accordianMenu.dropD {
    background: url(../img/accdown_arrow.png) no-repeat right 15px center #ebebeb;
    border-bottom: 0;
}

.accordianMenu h5 {
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
}

.accordianMenu h5 span {
    font-size: 12px;
    color: #a6a6a6;
}

.accordianMenu h5 span.orderId {
    font-family: 'robotomedium';
    font-size: 14px;
    color: #505050;
    margin-right: 40px;
}

.contable {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-top: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
    font-size: 14px;
    color: #505050;
}

.conRow {
    display: table-row;
}

.conCell {
    display: table-cell;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
}

.serialNo {
    width: 55px;
}

.bookPrice {
    width: 100px;
}

.orderRemove {
    width: 40px;
}

.conCell img {
    margin: 10px 30px 10px 10px;
}

.conCell img ~ * {
    text-align: left;
}

.conCell h6 {
    font-size: 15px;
    color: #505050;
}

.conCell h6+p {
    font-size: 13px;
    color: #a4a4a4;
}

.conRow.last {
    color: #1b1b1b;
    font-size: 15px;
}

.conCell button {
    background: transparent;
    border: 0;
}

.conCell button img {
    margin: 0;
}

.accordianContent {
    display: none;
    border-bottom: 1px solid #ddd;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
}

.commonPage h2 {
    margin: 30px 0;
    font-family: 'robotoregular';
    font-weight: normal;
}

.commonPage p {
    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 28px;
}

.div-3 {
    width: 32%;
    float: left;
    position: relative;
}

.div-3 span {
    display: block;
    width: 80px;
    height: 80px;
    border: 8px solid #fff;
    border-radius: 50%;
    margin: 0 auto -40px auto;
}

.div-3 img {
    width: 100%;
    border-radius: 6px 6px 0 0;
    position: relative;
    z-index: -1;
}

.row-3 .div-3:nth-of-type(2) {
    margin: 0 2%;
}

.div-3 h3 {
    padding: 30px 0;
    text-align: center;
    font-family: 'robotoregular';
    font-size: 20px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0;
}

.div-3 p {
    height: 110px;
    margin: 0;
    font-family: 'robotoregular';
    font-size: 15px;
    line-height: 20px;
    padding: 0 20px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    color: #818181;
}

.highlight {
    background: #ddd;
    padding: 20px 0;
    font-family: 'robotomedium';
    font-size: 16px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 6px 6px;
}

.goSection a {
    height: 20px;
    margin-top: 8px;
    overflow: hidden;
    text-indent: 22px;
    width: 20px;
}

.totalNo {
    font-size: 14px;
    margin-top: 8px;
}

.fNO, .lNO {
    color: #1bbc9b;
}

.color-gray {
    width: 290px;
    padding: 20px;
    background: #f0f1f2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.color-gray h3 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 30px;
}

.Waikawa_Gray {
    background: #59749e;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
}

.Waikawa_Gray > img {
    margin: 25px 0 5px 0;
}

.Waikawa_Gray > h6 {
    color: #fff;
    font-size: 16px;
    font-family: 'robotomedium';
    margin: 10px 0 10px;
}

.Waikawa_Gray > img + h6 {
    margin-bottom: 21px;
}

.dArrow {
    width: 100%;
    background: url('../img/arrow_down.png') no-repeat center;
    height: 40px;
}

.rArrow {
    width: 50px;
    background: url('../img/arrow_right.png') no-repeat center;
    height: 40px;
    margin-top: 140px;
}

.Waikawa_Gray p {
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
}

.colorWhite {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 10px 1px;
}

.col-2 {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #59749e;
}

.col-2 > div {
    width: 50%;
    text-align: center;
    border-right: 1px solid #59749e;
}

.col-2 > div p {
    color: #59749e;
}

.col-2 > div.fr {
    border: 0;
}

.colorWhite h6 {
    color: #59749e;
    font-size: 16px;
    font-family: 'robotoregular';
    margin: 10px 0 10px;
}

.BurntSienna, .asparagus {
    height: 190px;
    padding-top: 136px;
    border-radius: 10px;
    line-height: 40px;
    color: #fff;
    font-family: 'robotomedium';
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.BurntSienna {
    background: #f2724b url('../img/uicon_9.png') no-repeat center top 10px/62%;
}

.asparagus {
    background: #699c4c url('../img/uicon_8.png') no-repeat center top 10px;
}

.withIndex {
    overflow: hidden;
}

.withIndex blockquote {
    height: 100px;
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 17px;
    color: #818181;
    line-height: 24px;
}

.chain {
    height: 100%;
    float: left;
    width: 52px;
    display: inline-block;
    margin-right: 20px;
}

.chain > span {
    display: block;
    position: relative;
    width: 52px;
    height: 52px;
    border: 2px solid #1bbc9b;
    color: #1bbc9b;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-family: 'robotomedium';
}

.chain > span:after, .chain > span:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #1bbc9b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 20px;
}

.chain > span:after {
    bottom: -5px;
}

.chain > span:before {
    top: -5px;
}

.withIndex blockquote:first-of-type .chain > span:before {
    display: none;
}

.withIndex blockquote:last-of-type .chain > span:after {
    display: none;
}

.chain > span > span {
    width: 1px;
    height: 50px;
    top: 52px;
    left: 24px;
    background: #1bbc9b;
    position: absolute;
}

.withIndex blockquote:last-of-type .chain > span > span {
    display: none;
}

.large-btn {
    height: auto !important;
    line-height: 30px;
    font-size: 20px !important;
    display: inline-block;
    margin: auto;
    padding: 15px !important;
}

.large-btn strong {
    border-bottom: 1px solid #fff;
    font-size: 22px;
}

[class^="std-"] span {
    width: 36px;
    height: 36px;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 -40px;
}

.signUpin {
    padding: 10px 10px 10px 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 70px;
}

.signUpin:hover {
    background-color: #12816a;
    color: #fff;
}

.carouselContainor {
    margin: 40px auto;
}

.f_fullWidth li {
    display: inline-block;
}

.no-top-padd {
    padding-top: 0;
}

.tabBox {
    padding: 0 15px;
}

#loginFrm fieldset {
    padding: 0 20px;
}

.tabmEnu {
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.tabmEnu li {
    float: left;
}

.tabmEnu li a {
    display: block;
    color: #A9A9A9;
    border-bottom: 2px solid #fff;
    margin-right: 30px;
    font: 18px 'robotoregular';
    padding-bottom: 3px;
}

.tabmEnu li a.currenT {
    color: #333;
    border-bottom-color: #1BBC9B;
}

.tcon {
    display: none;
    overflow: hidden;
}

.tcon.currenT {
    display: block;
}

.fieldGrp {
    padding-top: 30px;
    position: relative;
}

.fieldGrp label {
    font-size: 14px;
    position: absolute;
    color: #A9A9A9;
    top: 35px;
    font: 14px 'robotoregular';
    transition: all ease-in-out 0.3s;
}

.fieldGrp label.scope {
    top: 8px;
    color: green;
}

.fieldGrp input[type=text], .fieldGrp input[type=password] {
    border-bottom: 1px solid #D9D9D9;
    height: 30px;
    padding-bottom: 4px;
    width: 100%;
    color: #A9A9A9;
    font: 14px 'robotoregular';
}

.sLider {
    transition: all cubic-bezier(0, 0, 0.01, 0.99) 0.3s;
}

.sLider .slideItem {
    padding: 0 20px;
    float: left;
    background: #fff;
}

.formAction {
    margin-top }

.formAction input[type="button"] {
    width: 100%;
    border: 0;
    background-color: #1BBC9B;
    color: #fff;
    height: 48px;
    text-align: center;
    font: 18px/48px 'robotoregular';
}

[class^="slideItem"] {
    display: none;
}

[class^="slideItem"] p {
    text-align: center;
    color: #A9A9A9;
}

.genPass p {
    font: 14px/20px 'robotoregular';
}

.genPass p a {
    color: #1BBC9B;
    text-decoration: underline;
}

[class^="slideItem"] p.succMsg {
    color: #1BBC9B;
    font: 30px/40px 'robotoregular';
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.succMsg span {
    font-size: 18px;
}

.norm {
    font: 16px/20px 'robotoregular';
}

[class^="slideItem"] ul {
    width: 100%;
    text-align: center;
    margin: 0;
}

[class^="slideItem"] ul li {
    display: inline-block;
    margin: 10px;
}

.slideItem-1 {
    display: block;
}

.navigate {
    width: 100%;
    float: left;
    margin: 0;
}

.navigate li {
    float: left;
}

.navigate li.line {
    width: calc(50% - 40px);
    height: 4px;
    background-color: #CFCFCF;
    margin-top: 8px;
}

.navigate li.curRent {
    background: #fff;
    border: 1px solid #1BBC9B;
    padding: 2px;
    border-radius: 50%;
    margin-top: -2px;
}

.navigate li span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #CFCFCF;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #CFCFCF;
}

.navigate li.curRent span {
    background: #1BBC9B;
    color: #fff;
}

.loginPopUp .modal-footer {
    display: none;
}

.skillBanner {
    overflow: hidden;
    background: url(../img/skillbannerbg.png) no-repeat center / cover;
}

.sbimg {
    width: 35%;
}

.sbimg img {
    width: 100%;
}

.skillBannerCont {
    width: 65%;
    color: #fff;
    font-family: 'robotoregular';
}

.skillBannerCont h1 {
    font-size: 30px;
    margin: 80px 0 25px;
}

.skillBannerCont ul {
    list-style: disc inside;
    margin-left: 10px;
}

.skillBannerCont ul li {
    margin: 15px 0;
    font-size: 18px;
}

.skillBannerCont a {
    background: #034F66;
    padding: 12px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 20px 0 0 30px;
}

.filterMenu {
    text-align: center;
}

.filterMenu label {
    font: 16px 'robotoregular';
    cursor: pointer;
    padding: 0 30px;
    border-right: 1px solid #878787;
    color: #878787;
    height: 16px;
    line-height: 1;
}

.filterMenu label:last-of-type {
    border: 0;
}

.filterMenu .filtmenu:checked + label {
    color: #1391b7;
}

.filterBoxcon {
    overflow: hidden;
}

.bottomContnt {
    margin: 10px 30px 3px 10px;
}

.skillsgrp {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 6px #e1e1e1;
}

.homebooksell {
    padding-left: 12px;
}

.fbox {
    float: left;
    width: calc(33% - 20px);
    margin: 8px 5px;
    height: 290px;
    background: #fff;
    overflow: hidden;
    position: relative;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition: transform ease-in-out 0.3s;
    -webkit-transition: transform ease-in-out 0.3s;
    -moz-transition: transform ease-in-out 0.3s;
    -ms-transition: transform ease-in-out 0.3s;
    -o-transition: transform ease-in-out 0.3s;
    box-shadow: 0 0 6px #e1e1e1;
    border: 1px solid #e1e1e1;
}

.fbox:hover {
    box-shadow: 2px 1px 2px #ccc;
}

.fbox.scale {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    width: 0;
    margin: 0;
}

.fbox h4 a {
    color: #2d2d2d;
    padding: 0 20px;
    font: 14px 'roboto regular';
}

.fboxby {
    color: #1BBC9B !important;
    font-size: 14px !important;
    padding-right: 0 !important;
}

.fbox h4 span {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.skill-h4 a:nth-child(1) {
    font-size: 16px !important;
}

.skill-h4 span {
    font-size: 14px !important;
}

.fbox h4 a:nth-child(1) {
    font-family: "robotomedium";
    font-size: 13px;
}

.priCe {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font: 16px 'robotomedium';
    color: #049204;
}

.jobBanner {
    background: rgba(0, 0, 0, 0) url("../images_new/bannerImgs/jobs_banner.png") no-repeat scroll left top / cover;
    background-size: cover;
    overflow: hidden;
}

.jobBanner h1 {
    font: 43px/43px 'robotoregular';
    color: #fff;
    margin: 0;
}

.jobBanner .requ-sign {
    padding: 6px 4%;
    background-color: #de8f2f;
    color: #fff;
    font: 25px 'robotoregular';
    float: right;
    margin-top: 12px;
}

.jobBanner .requ-sign span {
    font-style: italic;
    font-family: 'robotoregular';
    font-size: 15px;
    display: block;
    text-align: center;
}

.jbbannerStrip {
}

.jbbannerStrip p {
    font-family: 'robotoregular';
    font-size: 19px;
    line-height: 32px;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
    color: #fff;
    margin-top: 20px;
}

.jobBannerBlackStrip {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.80);
    margin-top: 40px;
}

.jobBannerBlackStrip ul {
    margin: 0;
}

.jobBannerBlackStrip li {
    padding: 0 20px 0 60px;
    display: inline-block;
    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 53px;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
    color: #fff;
}

.jobBannerBlackStrip li:first-child {
    background: url('../img/editicon.png') no-repeat left center;
}

.jobBannerBlackStrip li:nth-child(2) {
    background: url('../img/profileicon.png') no-repeat left center;
}

.jobBannerBlackStrip li:last-child {
    background: url('../img/searchicon.png') no-repeat left center;
}

.jobSign {
    background: #fff none repeat scroll 0 0;
    float: right;
    margin-top: -262px;
    width: 264px;
}

.jobSign h2 {
    font-size: 21px;
    font-family: 'robotoregular';
    font-weight: normal;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    background-color: #0091d4;
    margin: 0;
}

.jobSign .radiogrp {
    padding: 15px;
}

.job_ad_bannar {
    background: rgba(25, 25, 25, 0.9) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.job_ad_bannar .add_ban {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 100px;
}

.close_add {
    color: #fff;
    font-size: 21px;
    padding: 10px;
    position: fixed;
    right: 0;
    cursor: pointer;
}

.radiogrp label {
    cursor: pointer;
    width: 50%;
    padding-right: 15px;
    border-right: 1px solid #d1d1d1;
    float: left;
    font-size: 13px;
    color: #8d8d8d;
    text-align: center;
    font-family: 'robotoregular';
    font-weight: normal;
}

.radiogrp label + label {
    border: 0;
    padding-right: 0px;
    padding-left: 15px;
}

.radiogrp label input {
    display: none;
}

.radiogrp label input + span {
    color: #0191d7;
    font-size: 16px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: left;
    margin-bottom: 5px;
}

.radiogrp label input + span:before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #0091d4;
    padding: 3px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    margin-right: 10px;
    float: left;
}

.radiogrp label input:checked + span:before {
    background-clip: content-box;
    background-color: #0091d4;
}

.fieldgrourp {
    margin: 30px 30px 15px;
}

.fieldgrourp input {
    width: 100%;
    margin-bottom: 15px;
}

.fieldgrourp input[type="text"] {
    padding: 10px;
    color: #b8b8b8;
    font: 15px 'robotoregular';
    border: 1px solid #d1d1d1;
}

.fieldgrourp input[type="button"] {
    font: 15px 'robotoregular';
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    background-color: #0091d4;
    color: #fff;
}

.fieldgrourp input.alert-red {
    border-color: red;
}

.jobSearchStrip {
    background: url(../img/jpsc.png) no-repeat center / cover;
    padding: 15px 0;
    position: relative;
    bottom: 8px;
    width: 100%;
}

.jobSearch {
    width: 80%;
    margin: auto;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.20);
}

.jobSearch .multisearch, .jobSearch .locationsearch {
    padding: 10px 10px 10px 40px;
    font: 15px 'robotoregular';
    margin-right: 10px;
    float: left;
}

.jobSearch .multisearch {
    width: calc(60% - 10px);
    background: url(../img/input_search.png) no-repeat 10px center #fff;
}

.locationsearch {
    width: calc(20% - 5px);
    background: url(../img/location.png) no-repeat 10px center #fff;
}

.jobSearch [type="button"] {
    width: calc(20% - 5px);
    float: left;
    background: #0091d4;
    padding: 8px;
    text-align: center;
    color: #fff;
    font: 17px 'robotoregular';
}

.jobAside {
    border: 1px solid #efefef;
}

.jobAside h1 {
    font-family: 'robotoregular';
    color: #090909;
    font-size: 24px;
    padding: 15px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #efefef;
    text-align: center;
    margin: 0;
}

.catList {
    margin: 5px 0;
    overflow: hidden;
    height: calc(100% - 55px);
}

.catList li {
    padding: 10px 5px 10px 15px;
}

.catList li a {
    font-family: 'robotoregular';
    font-size: 15px;
    color: #0091d4;
    left: 2px;
    display: block;
}

.campList {
    overflow: hidden;
    padding: 10px 15px;
    margin: 0;
    height: calc(100% - 55px);
}

.campList li {
    width: calc(100%);
    float: left;
    border: 1px solid #ddd;
    margin: 5px 10px 5px 0;
    text-align: center;
}

.campList li:nth-child(2n) {
    margin-right: 0;
}

.centerlineHeader {
    position: relative;
    height: 50px;
    z-index: 2;
    text-align: center;
}

.centerlineHeader hr {
    position: absolute;
    left: 0;
    top: 25px;
    height: 1px;
    background: #f19005;
    width: 80%;
    display: block;
    z-index: -1;
    left: 10%;
    margin: 0;
}

.centerlineHeader h1 {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #fff;
    color: #f19005;
    display: inline-block;
    margin: 0;
}

.jobList {
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 5px;
    padding: 8px;
    overflow: hidden;
    border-bottom: 2px solid #ddd;
}

.jobList:hover {
    border-bottom: 2px solid #0091d4;
}

.jobList h4 {
    color: #309df4;
    font-family: 'robotoregular';
    font-size: 15px;
    margin: 0px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobList h5 {
    margin: 0px;
    color: #f19005;
    font-family: 'robotoregular';
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobList p {
    margin-top: 10px;
    font-family: 'robotoregular';
    font-size: 14px;
    color: #6f6f6f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobList p span {
    font-size: 14px;
}

.jobList p span:first-of-type {
    font-size: 13px;
    color: #9a9a9a;
    margin-right: 5px;
}

.jobList > span {
    float: right;
    font-family: 'robotoregular';
    font-size: 13px;
    color: #9a9a9a;
    padding-right: 5px;
}

.seal {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.jobpagelogin {
    text-align: center !important;
    background: #fff;
}

.jobtext {
    line-height: 0 !important;
    padding: 4.5%;
}

@media screen and (max-width: 1279px) {
    .jobSign {
        width: 25%;
    }
}

@media screen and (max-width: 800px) {
    .jobSign {
        margin: 10px auto;
        width: 80%;
        float: none;
    }

    .individualBook > * {
        margin-left: 0 !important;
    }

    .fl.showingresult {
        margin-top: 4px !important;
    }

    .homebookshow {
        width: 100% !important;
    }
}

.modal-body h2 {
    margin: 0;
}

.recSignupPopUp {
    width: 680px;
}

.recSignupPopUp .modal-title {
    height: 50px;
    background: #0091d4;
    line-height: 50px;
    color: #fff;
    width: calc(100% + 30px);
    margin: -15px 0 0 -15px;
    padding-left: 20px;
    font-size: 24px;
}

.recSignupPopUp .modal-header {
    border: 0;
}

.recSignupPopUp a.close {
    color: #fff;
    background: none;
}

.recSignupPopUp .fieldTitle {
    border-bottom: 1px solid #efefef;
    margin-top: 10px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.recSignupPopUp fieldset {
    padding: 0 5% 20px;
}

.fieldTitle h2 {
    color: #585858;
    font-size: 18px;
    font-family: 'robotoregular';
    border-bottom: 3px solid #0191D8;
    padding: 5px 5px 15px 5px;
    display: inline-block;
    float: left;
}

.fieldGrp-by1, .fieldGrp-by2 {
    padding: 0 2%;
    float: left;
    padding-top: 30px;
    position: relative;
}

.fieldGrp-by1 label, .fieldGrp-by2 label {
    position: absolute;
    top: 35px;
    margin: 0;
    font: 12px 'robotoregular';
    color: #a1a1a1;
    transition: top ease-in-out 0.3s;
    -webkit-transition: top ease-in-out 0.3s;
    -moz-transition: top ease-in-out 0.3s;
    -ms-transition: top ease-in-out 0.3s;
    -o-transition: top ease-in-out 0.3s;
}

.fieldGrp-by1 label.scoped, .fieldGrp-by2 label.scoped {
    top: 5px;
}

.fieldGrp-by2 label.noabs {
    top: 0;
}

.fieldGrp-by2 label.noabs ~ label {
    position: static;
    font-size: 14px;
    margin-right: 10px;
}

.fieldGrp-by2 label.noabs ~ label input[type=radio] {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.fieldGrp-by1 {
    width: 100%;
}

.fieldGrp-by2 {
    width: 50%;
}

.fieldGrp-by2 input[type=text], .fieldGrp-by1 input[type=text], .fieldGrp-by2 input[type=password], .fieldGrp-by2 select {
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
    height: 30px;
    font: 14px 'robotoregular';
    color: #818181;
}

.medium, .mini {
    float: left;
}

.medium {
    width: 60%;
    margin-right: 10%;
}

.mini {
    width: 30%;
}

.fact {
    text-align: center;
}

.fact input {
    padding: 10px 10%;
    background-color: #F76819;
    color: #fff;
    font: 16px 'robotoregular';
}

label.alert-red {
    color: red;
}

label.alert-red + input {
    border-bottom-color: red !important;
}

.skillregistCon {
    padding: 0 30px;
}

.jobOtp {
    padding: 0 25px;
}

.jobOtp p {
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #A9A9A9;
}

.jobOtp p a {
    color: #1BBC9B;
    text-decoration: underline;
}

.onlyCoupen {
    color: #989898;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}

.colon-right {
    float: right;
    margin-right: 20px;
}

.forgattext {
    color: #1bbc9b;
    font-family: "robotoregular" !important;
    font-size: 14px;
    font-weight: normal;
    margin-left: 20%;
}

#skill-load {
    background-size: 70px 70px;
    left: 50% !important;
    position: fixed;
    top: 43% !important;
}

.supportfr {
    background: #000 none repeat scroll 0 0;
    float: right;
    width: 100%;
}

.supportfr ul {
    margin-bottom: 0px;
    float: right;
}

.supportfr ul li {
    display: inline;
    padding: 0 10px;
}

.hdsearch li {
    display: inline;
    font-size: 14px;
    padding: 0px 28px;
}

.hdsearch ul {
    padding-bottom: 15px;
    padding-top: 25px;
}

.searchbtn {
    background: #00acff url("../img/search_web1.png") no-repeat scroll 17px center / 27px 23px;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    height: 34px;
    padding: 0 22px 0 50px;
    text-shadow: 2px 2px 0 rgba(63, 107, 169, 0.37);
    font-family: "robotoregular";
}

.srch_outer {
    border: 4px solid #ededed;
}

.srch_txt {
    border: 0px;
    border-radius: 0;
}

.homebookshow {
    margin-top: 20px;
    padding: 10px 10px 10px 2px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: 0 0 6px #e1e1e1;
    width: 820px !important;
    background: #fff;
}

.homebanner {
    margin-top: 20px;
    box-shadow: 0 0 6px #e1e1e1;
    border-radius: 3px;
    height: 267px;
}

.homebanner >img {
    width: 100%;
    height: 205px
}

.signinpart {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 6px #e1e1e1;
    border-radius: 3px;
    margin-left: 10px;
    text-align: center !important;
    background: #fff;
}

.greenhd {
    color: #18c5ac !important;
    font-size: 15px;
    font-family: robotomedium;
    padding: 20px 0 0;
    text-align: center !important;
}

.commontxt {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
    width: 90%;
    line-height: normal;
}

.commonbtn {
    background: #007ee2 none repeat scroll 0 0;
    color: #fff;
    margin: 8px;
    padding: 10px;
    width: 94%;
    display: inline;
    font-size: 15px;
}

.commonanchor {
    color: #8d8d8d;
    padding: 0;
    margin: 0;
}

.Forpwd {
    padding: 10px 0px 0px;
    margin: 0px;
    color: #007ee2;
    cursor: pointer;
    font-family: robotoregular;
    text-decoration: underline;
}

.commonfbbtn {
    background: #3c5a98 none repeat scroll 0 0;
    color: #fff !important;
    padding: 10px;
    width: 40%;
    margin: 10px;
    text-align: center;
}

.commongobtn {
    background: #DB4639 none repeat scroll 0 0;
    color: #fff !important;
    padding: 10px;
    width: 40%;
    margin: 10px;
    text-align: center;
}

.homebooklist {
    width: auto;
    border: 0;
    box-shadow: none;
    padding: 10px;
    height: 336px;
}

.homebooklist:hover {
    box-shadow: 0 0 6px #e1e1e1;
    z-index: 1;
}

.fbox.homebooklist img {
    height: 215px;
}

.fbox.homebooklist > h4 {
    border: 0 none;
    color: #676767;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 8px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
}

.bukcode {
    color: #a3a3a3 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    margin: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
}

.bukprice {
    color: #b62020 !important;
    font: 16px "robotoregular" !important;
    left: 10px;
    position: absolute;
    width: 100%;
}

.carthome {
    left: 19px;
    position: relative;
    top: 15px;
}

.carthome {
    float: left;
    font-size: 17px;
    font-weight: bolder;
    position: relative;
    width: 59px;
    top: 17px;
    padding-bottom: 8px;
}

.`signinbox:hover {
    background: #3e3e3e none repeat scroll 0 0;
    border-top: 3px solid #1bbc9b;
    color: #fff;
    cursor: pointer;
}

.fr.viewbtn {
    color: #1db79b;
    font-weight: 800;
}

.fl.bookseltitle {
    font-weight: bold;
    font-size: 14px;
}

.publi_lst {
    padding: 8px;
}

.smsdiv {
    background: rgba(25, 25, 25, 0.5) none repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    color: yellow;
    font-weight: lighter;
    padding: 10px 0 1px 15px;
    position: absolute;
    z-index: 9;
    text-align: center;
    font-size: 15px;
    top: 207px;
    width: 100%;
    bottom: 0;
}

.cap_ref {
    cursor: pointer;
    left: 12px;
    position: relative;
    top: -26px;
    width: 20px;
}

.err_cap {
    color: red;
    font-size: 12px;
}

.smstext {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid yellow;
    color: yellow;
    padding: 10px 12px 10px 35px;
    position: relative;
    left: -34px;
}

.smsdiv > span {
    left: 18px;
    position: relative;
}

.smsbtn {
    background: #1DBC9C;
    color: #fff;
    padding: 10px;
    font-family: "robotoregular";
    font-size: 15px;
}

.submenu {
    background: #3e3e3e none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    position: fixed;
    right: 6.5%;
    width: 14%;
    z-index: 99;
    top: 160px;
}

.submenu.fr li {
    padding: 14px 9px 4px;
}

.loginbtn {
    background: #007ee2 none repeat scroll 0 0;
    color: #fff;
    padding: 10px;
    width: 100%;
}

.homebanner > img {
    border-radius: 3px 3px 0 0;
}

.homecategory {
    max-height: 719px;
    min-height: 821px;
    overflow: auto;
}

.Appsad {
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 6px #e1e1e1;
    width: 100%;
    border-radius: 3px;
}

.apptitle {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    padding: 1px 0;
}

.Appsad > img {
    height: 210px;
    width: 100%;
}

.Appsad > p {
    font-size: 18px;
    line-height: 25px;
    padding: 18px 70px;
    text-align: center;
}

.Appsad > div {
    color: #a3a3a3;
    text-align: center;
}

.appStoreIcon.homestore img {
    width: 75px;
}

.homestore {
    padding: 10px 0;
}

.signhder {
    font: 17px "robotoregular";
    margin: -5px 10px;
}

.log_txt {
    float: right;
    padding-top: 13px;
}

.signinbox.dropdown li {
    display: block;
}

.dropdown > li {
}

.dropdown a {
    color: #fff;
    display: block;
    padding: 10px;
}

.mySlides > img {
    border-radius: 3px 3px 0 0;
    height: 267px;
    width: 100%;
}

.mySlides {
    display: none
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.allog_btn {
    background: #007ee2 url(../img_latest/arrow.png) no-repeat scroll right 6px center;
    color: #fff;
    font-size: 14px;
    padding: 14px 10px 14px 11px;
    width: 100%;
    text-align: justify;
}

.allog_btn:hover {
    color: #fff
}

p.err_log {
    color: red;
    font-size: 15px;
    text-align: center;
    padding: 0 15px;
    line-height: 20px;
}

.text {
    color: #000;
    font-family: sans-serif !important;
    font-size: xx-large;
    font-weight: bold;
    left: 10px;
    line-height: 22px;
    padding: 8px 12px;
    position: absolute;
    top: 10px;
    width: 73%;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

.carthome.signinbox li {
    background: rgba(0, 0, 0, 0) url("../img_latest/profile_down_arrow.png") no-repeat scroll right 0 center;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 114px;
    cursor: pointer;
    padding-right: 10px;
}

.signhd_block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: #fff;
    border-top: 0px;
    background: #fff none repeat scroll 0 0;
    border-color: currentcolor currentcolor #e1e1e1 #e1e1e1;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    box-shadow: 0 1px 2px #e1e1e1;
    font-family: "robotoregular";
    font-size: 13px;
    font-weight: normal;
    padding: 15px 15px 8px;
    position: absolute;
    right: -80px;
    top: 49px;
    width: 298px;
    z-index: 999;
    display: none;
}

.signhd_block img {
    border-radius: 50% !important;
    width: 81px !important;
    height: 81px;
}

.signhd_block > a {
    width: 100%;
}

.signhd_block > p {
    display: inline-block;
    width: 100%;
}

#signUp_alert_html > span {
    color: red;
}

.signup_head {
    text-align: center;
    padding: 20px 0px 0px 18px;
}

.skillslist > p {
    font-size: 17px;
    margin-top: 8px;
    padding: 12px 13px;
}

.carthome.signinbox img {
    border-radius: 50%;
    width: 30%;
    vertical-align: middle;
}

.homecommonbuk {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: 0 0 6px #e1e1e1;
    margin-top: 10px;
    padding: 10px;
    background: #fff;
    width: 1112px;
}

.unver_tit img {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.unver_bkclr {
    background: #bbe9ff none repeat scroll 0 0;
    margin-bottom: 10px;
}

.unver_inbk {
    background: #fff;
    padding: 18px 0px;
    max-height: 400px;
    height: 315px;
    overflow: auto;
}

.publi_bkclr {
    background: #dee4df none repeat scroll 0 0;
    margin-bottom: 10px;
}

.publi_inn {
    background: #fff;
    height: 240px;
    max-height: 260px;
    overflow: auto;
    text-align: center;
}

.descr_txt {
    font: 19px/40px "robotoregular";
}

.unver_lst {
    color: #3e3e3e;
    font-family: "robotoregular";
    opacity: 0.75;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 32px;
}

.unver_lst > a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.publi_tit img {
    vertical-align: text-bottom;
    margin-right: 5px;
    height: 25px;
}

.publi_tit {
    color: #67766b;
    font-family: "robotoregular";
    font-size: 16px;
}

.unver_tit {
    color: #065d86;
    font-family: "robotoregular";
    font-size: 16px;
}

.homecommonimg > img {
    height: 352px;
    width: 97%;
    border-radius: 3px;
}

.loginbtn {
    text-align: center;
}

.dropdown a {
    color: #fff;
    display: block;
}

.dropdown img {
    height: 20px;
    width: 22px !important;
}

.fbox img {
    width: 100%;
}

.searchlist {
    padding-left: 22px;
}

.searchcate {
    margin: 10px !important;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.for_search {
    border: medium none;
}

.searchcateend {
    border-bottom: 1px solid #ccc;
    margin: 10px !important;
    padding: 10px;
}

#homecategory > p {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 0 10px;
}

.sortlistbox {
    border: 1px solid #ccc;
    color: #000;
}

.sortlistbox {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("../img/down-arr-xs.png") no-repeat 90% 50%;
    width: 180px;
}

.sortlistbox select {
    padding: 5px 12px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.sort_title {
    width: 820px;
}

.sortlistbox select:focus {
    outline: none;
}

.fr.viewbtn > span {
    display: inline-block;
    position: relative;
    top: 10px;
}

.fl.showingresult {
    font-size: medium;
    margin-top: 14px;
}

.fr.viewbtn.sort {
    color: #000;
    font-size: medium;
    font-weight: normal;
    width: 30%;
}

.homecommonimg > p {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-left: -20px;
    margin-top: -105px;
    position: relative;
    text-align: center;
}

.free_title {
    margin-top: -44px !important;
}

#homecategory > input {
    border-bottom: 1px solid #ccc;
    margin-left: 21px;
    padding: 8px 10px;
    width: 80%;
}

.text li {
    color: #000 !important;
    font-size: medium;
    font-weight: normal;
    line-height: 28px !important;
}

.cartnum {
    background-color: #ed4747;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-family: "robotoregular";
    font-size: 10px;
    height: 15px;
    left: 29px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 15px;
}

.appmob1 {
    text-align: center;
}

.errormn {
    color: red !important;
    text-align: center !important;
}

.successmn {
    color: yellow !important;
    text-align: center !important;
}

.homecommonimg > div {
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
    padding: 0 25px 12px;
    line-height: 18px;
    text-align: center;
}

.bukdetails {
    background: #1bbc9b none repeat scroll 0 0;
    float: right;
    font-size: 13px !important;
    font-weight: bold;
    padding: 0 10px;
}

.bukdetails a {
    color: #fff !important;
}

.bukpriceorder {
    color: #b62020 !important;
    font: 16px "robotoregular" !important;
    left: 10px;
    position: absolute;
    margin-top: 10px;
    width: 100%;
}

.bukdetailsorder {
    float: right;
    font-size: 13px !important;
    font-weight: bold;
    background: #1bbc9b none repeat scroll 0 0;
    margin-top: 10px;
    padding: 5px 10px;
}

.bukdetailsorder a {
    color: #fff !important;
}

.Dec_popup {
    background: rgba(0, 0, 0, 0) url("../images_new/popupbg.png") no-repeat scroll 0 0;
    bottom: 0;
    display: flex;
    height: 128px;
    left: 25%;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.Dec_popup > img {
    bottom: 0;
    position: absolute;
}

.Decclose {
    left: 670px;
    position: relative;
    top: -13px;
    cursor: pointer;
}

.Dectext {
    color: yellow;
    font-size: 24px;
    font-weight: lighter;
    left: 215px;
    position: relative;
    top: 38px;
}

.Decbtn {
    position: relative;
    right: 310px;
    top: 82px;
}

.proDecbtn {
    background: #5C5A5B none repeat scroll 0 0;
    color: #fff;
    padding: 7px;
    border-radius: 3px;
}

.commonlogtext {
    line-height: 0 !important;
    padding: 8.5%;
}

.signhover {
    background: rgba(0, 0, 0, 0) url("../img_latest/signhome.png") no-repeat scroll 0 0;
    height: 40px;
    left: 0px;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.signhover > span {
    left: 40px;
    position: relative;
    top: 13px;
}

.reg_li {
    font-weight: inherit;
    text-align: center;
    border-top: 1px solid rgba(180, 180, 180, 0.2);
    padding: 5px;
}

.reg_li > a {
    font-weight: normal;
    cursor: pointer;
}

.thumpImage img {
    height: 225px;
    width: 100%;
}

.col-md-2.com_book_section {
    background: #fff none repeat scroll 0 0;
    padding-right: 10px;
}

.sub_view {
    position: relative;
    right: 15px;
    top: -30px;
}

.col-md-8.hdsearch a {
    color: #656565;
}

.opttext {
    color: #b4b4b4;
    font-size: 12px;
    position: relative;
    top: 5px;
}

.bookPop.bookapphover {
    width: 100%;
}

.thumpImage:hover .bookapphover {
    top: 0 !important;
}

.fbox.homebooklist.thumpImage > a {
    display: inline;
}

.notepart {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 6px #e1e1e1;
    border-radius: 3px;
    margin-left: 10px;
    text-align: center !important;
    background: #fff;
}

.noteimg > img {
    width: 100%;
}

.notetext {
    color: #26c281;
    font-family: "robotoregular" !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
}

.notedetbtn {
    margin: 10px;
}

.viewdetbtn {
    background: #656565 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff !important;
    padding: 12.5px;
    width: 100%;
}

.dwlapp > a {
    color: #000;
}

.bookcategoriesshow {
    margin-top: 20px;
}

.afterProLogo {
    padding: 5px;
    width: 45px !important;
    height: 45px;
    margin-top: -4px;
}

.fbox.homebooklist.thumpImage h4 a {
    color: #676767;
    font-weight: normal;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
}

.supportfr .innerWrapper a {
    color: #fff;
    height: 40px;
    padding: 10px;
}

.col-md-5.hdsearch {
    top: 15px;
}

.text > p {
    font-size: medium;
    font-weight: normal;
    margin: 9px 0 5px;
}

.ban_img {
    position: relative;
    right: -60%;
    top: -198px;
    width: 38% !important;
    z-index: 0;
}

.ban_app_ad {
    float: right;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    position: relative;
    right: -200px;
    text-align: center;
    top: -169px;
}

.col-md-4.unvar_img > img {
    width: 97%;
    border-radius: 3px;
}

.unver_min_tit {
    color: #065d86;
    font-family: "robotoregular";
    font-size: 16px;
}

.unver_dat {
    border-bottom: 1px solid #ccc;
    margin-left: 14px;
    width: 96%;
}

.unver_dat img {
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 28px 20px;
    width: 115px;
    height: 115px;
}

.unver_inner_dat {
    padding: 40px 5px;
}

.uver_inn_vmre {
    text-align: center;
}

.publi_lst img {
    height: 100px;
    width: 100%;
}

.uver_vmre {
    background: #cce8fe none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 2px;
    padding: 10px;
}

.col-md-12.uver_inn_vmre {
    padding: 20px;
}

.unver_inner_dat p:nth-child(1) {
    font-family: "robotoregular";
    font-size: 16px;
}

.unver_inner_dat p:nth-child(2) {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    opacity: 0.5;
}

.univer_det {
    border-bottom: 1px solid;
    padding-bottom: 13px;
}

.tit_inner_unver {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 14px 0 5px 4px;
}

.unver_min_tit img {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.unver_outer {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 6px #e1e1e1;
    margin: 10px;
}

.ban_app_ad > a {
    margin-bottom: 8px;
    width: 100%;
}

.ban_app_ad img {
    height: 40px;
}

.electricalbg {
    background: #c2cae1 none repeat scroll 0 0;
}

.mechanicalbg {
    background: #97e1e6 none repeat scroll 0 0;
}

.computerbg {
    background: #b4cff5 none repeat scroll 0 0;
}

.impor_qus {
    background: #F7C2AA none repeat scroll 0 0;
}

.home_syllabus {
    background: #D8B1ED none repeat scroll 0 0;
}

.flo-contect > b {
    font-size: 13px;
}

.flo-contect {
    line-height: 16px !important;
    text-align: center !important;
}

.ban_app_ad > p {
    margin-top: -4px;
}

.homecategory ul li a:hover {
    color: #007EE1 !important;
}

.signname {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.homecategory .select.active {
    border-right: 4px solid #007ee1;
    border-bottom: 0 solid transparent !important;
    border-top: 0 solid transparent !important;
}

.bukcode > a {
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
}

.fbox.homebooklist.thumpImage h4 {
    color: #3e3e3e;
    font-weight: normal;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    border-bottom: 0px solid #eee;
    font-size: 16px;
    height: 20px;
    line-height: 12px;
    margin-bottom: 0px;
}

.hdsearch {
    top: 12px;
    margin-left: 110px;
}

.supportfl > p {
    position: relative;
    top: 14px;
    font-size: 13px;
    color: yellow;
    line-height: 16px;
}

.supportfl span {
    font-size: 13px;
    font-weight: bold;
    color: ye;
}

.supportfl {
    width: 30%;
}

.mo_icon {
    background: rgba(0, 0, 0, 0) url("../img_latest/apphome.png") no-repeat scroll left center;
    padding-left: 23px !important;
}

#forgotPassSuccss {
    color: #1DBC9C !important;
}

.searchcateend li {
    padding: 10px 5px;
    cursor: pointer;
}

.activesearch {
    background: #f4f4f4 none repeat scroll 0 0;
    border-right: 2px solid #007ee2;
    color: #007EE2;
}

.searchcateend li:hover {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #007EE2;
}

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

.row.book_det_outer {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 0 6px #e1e1e1;
    margin-top: 32px;
    padding: 10px;
}

.Det_price {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px #e1e1e1;
    margin-top: 0px;
    padding: 6px 0 22px 25px;
}

.price_column {
    background-color: #007ee2 !important;
    border-radius: 0px !important;
    color: #fff !important;
    height: 30px;
    line-height: 0px !important;
    margin-top: 11px;
    padding: 15px !important;
    width: 90%;
    border: 0px;
}

.det_contant {
    color: #000 !important;
    margin-bottom: 20px;
    font-weight: normal !important;
}

.price_apply {
    background-color: #007ee2 !important;
    border-radius: 0px !important;
    color: #fff !important;
    height: 30px;
    line-height: 0px !important;
    padding: 13px !important;
}

.col-md-9.individualBook.offset_b2 > p {
    color: #1cbbe9;
    margin-bottom: 20px;
}

.buy_btn {
    background: #2c3339 none repeat scroll 0 0 !important;
}

.searchcateend li span {
    float: none;
    line-height: 23px;
    margin-left: 0;
    margin-right: 5px;
}

.realprice {
    margin-left: 2px;
    margin-right: 5px;
    text-decoration: line-through;
}

.book_descri > p {
    font-weight: normal;
}

.col-md-6.book_descri {
    line-height: 20px;
    padding-left: 40px;
}

.searchcateend {
    max-height: 400px;
}

.bukcoup {
    color: #a3a3a3 !important;
    font: 14px "robotoregular" !important;
    left: 10px;
    position: absolute;
    margin-top: 10px;
    width: 100%;
}

.price_pos {
    margin-left: 65px;
}

.realpricehome {
    color: #aeaeae;
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 15px;
}

ul.tabhome {
    list-style-type: none;
    margin-top: 16px;
    padding: 0;
    overflow: hidden;
    width: 820px;
}

ul.tabhome li {
    float: left;
    list-style: outside none none;
}

ul.tabhome li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 9px 25px 7px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

ul.tabhome li a:focus, .activetabs {
    background-color: #fff;
    border-top: 2px solid #007ee1;
    box-shadow: 0 0 6px #e1e1e1;
    color: #007ee1 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-top: -2px !important;
    box-shadow: 0 0 6px #e1e1e1;
}

ul.tabhome li a:focus span {
    display: none;
}

.tab_viewall {
    float: right ! important;
    background: rgb(29, 188, 156) none repeat scroll 0% 0%;
    border-radius: 3px;
    margin-top: 0px;
    height: 32px;
}

.tab_viewall a {
    border-right: 0px none ! important;
    color: rgb(255, 255, 255) ! important;
    padding-top: 4px ! important;
}

.tabcontent {
    display: none;
    margin-top: -36px;
}

.tab_inner {
    border: 0 none;
    border-top-left-radius: 0;
    box-shadow: 0 3px 6px #e1e1e1;
    margin-top: -15px;
    height: 372px;
}

.perp_tab_inner {
    border: 0 none;
    border-top-left-radius: 0;
    box-shadow: 0 3px 6px #e1e1e1;
    margin-top: -15px;
}

.tabhome span {
    border-right: 1px solid #ccc;
}

.off_price {
    border: 1px solid #a3a3a3;
    font-size: 10px !important;
    font-weight: normal !important;
    padding: 2px 4px;
    color: #a3a3a3;
}

.supportfr .innerWrapper li a:not(last-child):hover {
    border-bottom: 3px solid #00ACFF;
}

.activemenu {
    border-bottom: 3px solid #00ACFF;
}

.check_title {
    background: #635173 none repeat scroll 0 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-size: large;
    font-weight: normal;
    padding: 15px;
    width: 100%;
    float: left;
}

.check_title .fr {
    color: #60ffde;
}

.check_title p {
    color: #fff;
    font-size: large;
    font-weight: normal;
    margin: 0;
}

.checkout_table tr th:nth-child(1) {
    width: 0%;
}

.checkout_table tr th:nth-child(2) {
    width: 0%;
}

.checkout_table tr th:nth-child(3) {
    width: 50%;
}

.checkout_table tr th:nth-child(4) {
    width: 10%;
}

.checkout_table tr th:nth-child(5) {
    width: 10%;
}

.checkout_table tr th:nth-child(6) {
    width: 10%;
}

.checkout_table tr th:nth-child(7) {
    width: 10%;
}

.checkout_table tbody td h3 {
    color: #000;
    font-size: 18px;
    padding: 0;
}

.cartTable.checkout_table p {
    margin: 0;
}

.checkout_table td {
    padding: 16px 0px;
    text-align: center;
    vertical-align: top;
}

.pricegray {
    color: #6c6c6c;
    font-size: 16px !important;
}

.bldtot {
    font-size: 18px !important;
    color: #000;
}

.checkout_table tbody td h3 {
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
}

.sub_title {
    font-size: 12px !important;
}

.sub_code {
    color: #000 !important;
    font-size: 18px !important;
    margin-bottom: 13px !important;
}

.disco_price {
    color: #000 !important;
    text-align: center !important;
}

.disco_title {
    color: #1bbc9b !important;
    font-size: 12px !important;
    text-align: center !important;
}

.foot_pos {
    padding: 10px 45px;
    background: #F1EFF0;
}

.foot_pos p {
    color: #000;
    margin-bottom: 5px !important;
}

.no-border > h3 {
    font-family: "robotoregular";
    font-size: 16px !important;
    font-weight: normal !important;
}

.top_arr {
    background: #007ee2 url(../img/go-to-top.png) no-repeat scroll center center;
    border-radius: 50%;
    height: 45px;
    right: 17px;
    padding: 15px;
    position: fixed;
    text-align: center;
    width: 45px;
    float: right;
    bottom: 40px;
    box-shadow: 0px 0px 8px 0px #ccc;
    z-index: 1;
}

.cartGrp input[type="button"] {
    background: #1bbc9b none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
}

.cartTable.checkout_table .sub_title {
    font-family: 'robotoregular';
    font-size: 14px !important;
}

.disblock {
    display: block;
}

.ucash {
    float: left;
    width: 17px;
    height: 17px;
    margin: 10px 5px 0 !important;
}

.uc1 {
    line-height: 2.5 !important;
}

.uc2 {
    color: #1bbc9b !important;
    font-size: 13px !important;
    margin: -22px 22px 0px !important;
    font-family: 'robotomedium';
}

.uc3 {
    color: #1bbc9b !important;
    font-size: 13px !important;
    margin: 0px !important;
    font-family: 'robotomedium';
    text-align: center !important;
    margin-top: 8px !important;
}

.coupen {
    float: left;
    background: #eeeeee;
    text-align: center;
    color: #1bbc9b !important;
    line-height: 1.5;
    padding: 2px 8px;
    font-family: 'robotomedium';
    border-radius: 5px;
    margin-top: 9px !important;
    float: left;
}

.coupen span {
    background: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #646464;
    line-height: 0.8;
    color: #000;
    margin: 2px 0px 0 20px;
    float: right;
    line-height: 1;
}

.aval_cash {
    background: #fff none repeat scroll 0 0;
    border: 1px dashed #ccc;
    padding: 12px 20px;
}

.aval_test {
    text-align: center;
}

.aval_test > p {
    text-align: center;
    margin: auto;
    font-family: "robotoregular";
}

.aval_bal {
    float: right;
    margin-top: -30px;
}

.aval_hint {
    font-size: 9px;
    margin-left: 95px;
    color: #989898;
}

.aval_con {
    margin-left: -34px;
    position: relative;
    top: 4px;
    color: #686868;
}

.aval_details {
    margin-left: 79px;
}

.Earn_hint {
    margin-left: 19px !important;
}

.newsupdate1 {
    border: 1px solid #ccc;
    bottom: -143px;
    padding: 10px 9px;
    position: relative;
    width: 300px;
}

.wel_success {
    color: #1bbc9b;
    padding: 5px;
}

.text > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.edu_cir {
    background: #F15F64 none repeat scroll 0 0;
    border-radius: 50%;
    height: 100px;
    padding: 10px;
    text-align: center;
    width: 100px;
    margin: 10px;
}

.edu_cir > img {
    position: relative;
    top: 15px;
}

.ski_cir {
    background: #F2B24C none repeat scroll 0 0;
    border-radius: 50%;
    height: 100px;
    padding: 10px;
    text-align: center;
    width: 100px;
    margin: 10px;
}

.ski_cir > img {
    position: relative;
    top: 10px;
}

.job_cir {
    background: #955BA5 none repeat scroll 0 0;
    border-radius: 50%;
    height: 100px;
    padding: 10px;
    text-align: center;
    width: 100px;
    margin: 10px;
}

.job_cir > img {
    position: relative;
    top: 15px;
}

.ban_circle > li {
    padding: 2px 37px;
    cursor: pointer;
}

.topdetails {
    background: #cee1f5 none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}

.pub_logosec {
    float: left;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

.clg_logosec {
    float: left;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
    height: 150px;
    width: 150px;
}

.unr_logosec {
    float: left;
    text-align: left;
    vertical-align: middle;
}

.pub_clg_logo {
    padding: 48px 0;
    height: 188px;
}

.unir_clg_logo {
    padding: 20px 0;
    height: 188px;
}

.unir_clg_logo img {
    vertical-align: middle;
}

.unir_clg_logo .details_pub {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width: 55%;
}

.clg_clg_logo {
    height: 188px;
    padding: 62px 0;
}

.clg_clg_logo img {
    height: initial;
    margin-top: -55px;
    vertical-align: middle;
    width: initial;
}

.clg_clg_logo .details_pub {
    display: inline-block;
    margin-left: 30px;
    margin-top: -28px;
    vertical-align: middle;
    width: 36%;
}

.details_pub {
    color: #1c77d6;
    position: relative;
    text-align: left;
}

.logoaddresscontainer {
}

.pub_clg_logo img {
    margin-top: -49px;
    vertical-align: middle;
    width: 90%;
}

.details_pub.clg_text {
    width: 65%;
}

.pub_clg_logo .details_pub {
    display: inline-block;
    margin-left: 12px;
    margin-top: -28px;
    vertical-align: middle;
    width: 36%;
}

.appstorelogospublisher {
    display: inline-block;
    float: right;
    width: 32%;
    padding: 20px 0;
    margin-top: -188px;
}

.appstorelogospublisher {
    text-align: center;
    font-size: 15px;
    font-family: 'robotoregular';
}

.downloadreaderappspublisherstore {
    width: 86%;
    float: left;
}

.publisherstorereadericon img {
    display: block;
    width: 98%;
}

.publisherstorereadericon p {
    text-align: center;
    width: 91px;
    display: inline-block;
    font-family: 'robotoregular';
    font-size: 14px;
    color: #000;
}

.icon_hover {
    display: inline-block;
    margin: 10px 0;
    vertical-align: middle;
    width: 145px;
}

.icon_hover span {
    position: absolute;
    width: 86px;
    height: 86px;
    border-radius: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    box-sizing: border-box;
    margin: auto;
}

.icon_hover1:hover span {
    border: 4px solid #8FC201;
    transform: scale(1.1);
    opacity: 0;
    transition: opacity ease 0.8s, transform ease 0.5s, border ease 0.5s;
}

.icon_hover2:hover span {
    border: 4px solid #909090;
    transform: scale(1.1);
    opacity: 0;
    transition: opacity ease 0.8s, transform ease 0.5s, border ease 0.5s;
}

.icon_hover3:hover span {
    border: 4px solid #51B7EF;
    transform: scale(1.1);
    opacity: 0;
    transition: opacity ease 0.8s, transform ease 0.5s, border ease 0.5s;
}

.details_pub p:nth-child(1) {
    font-size: 22px;
    color: #333333;
}

.details_pub p:nth-child(2) {
    color: #333333;
    opacity: 0.7;
    font-family: 'robotoregular';
    line-height: 17px;
    width: 55%;
}

.details_pub a {
    font-size: 14px;
    font-family: 'robotoregular';
    text-decoration: underline;
}

*::before, *::after {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}

.testprep_ban {
    background: rgba(0, 0, 0, 0) url("../images_new/bannerImgs/testprep_bg.jpg") no-repeat scroll left top / cover;
    margin: 0;
    padding: 65px 0 0;
}

.SkilsHM_ban {
    background: rgba(0, 0, 0, 0) url("../images_new/bannerImgs/skills_banner_img.png") no-repeat scroll left top / cover !important;
}

.bookHM_ban {
    background: rgba(0, 0, 0, 0) url("../images_new/bannerImgs/books_banner_img.png") no-repeat scroll left top / cover !important;
}

.OersHM_ban {
    background: rgba(0, 0, 0, 0) url("../images_new/bannerImgs/oers_bg.jpg") no-repeat scroll left top / cover !important;
}

.camHM_ban {
    background: rgba(0, 0, 0, 0) url("../images_new/bannerImgs/bg_img.png") no-repeat scroll left top / cover !important;
    height: 520px;
    position: relative;
}

.pro_jobcon {
    background: rgba(0, 0, 0, 0) url("../images_new/bannerImgs/pro_img.png") no-repeat scroll left top / cover;
    height: 177px;
}

.test_tp {
    color: #fff;
    width: 55%;
}

.test_tp {
    font: 43px/55px "robotoregular";
}

.testpr_login {
    box-shadow: none;
    margin-bottom: 4%;
    position: absolute;
    top: 145px;
    width: 23%;
}

.testpr_app {
    display: flex;
    margin-top: 2%;
    margin-bottom: 2%;
}

.testpr_app > a {
    margin-right: 18px;
}

.test_bt {
    color: #fff;
    font-family: "robotoregular";
    font-size: 19px;
    line-height: 32px;
    margin-top: 20px;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    width: 50%;
}

.test_ban_2 {
    color: #fcee18;
    font-size: 17px;
    margin: 0;
    line-height: 24px;
}

.test_strip {
    background: rgba(25, 25, 25, 0.50) none repeat scroll 0 0;
    text-align: center;
    padding: 10px 0px;
    color: yellow;
    font-size: 19px;
}

.test_more {
    background: #007ee2 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-family: "robotoregular";
    font-size: 15px;
    margin-left: 43%;
    padding: 10px;
}

.test_strip a:nth-child(3) {
    background: #dcdcdc none repeat scroll 0 0;
    border-radius: 3px;
    color: #000;
    padding: 10px;
}

.test_ban_1 {
    font-family: "robotoregular";
    font-size: 15px;
    color: #fff;
    line-height: 24px;
}

.pubbgbanner {
    background: url('../img/publisher/search_publisher_banner_bg.png')no-repeat center;
    background-size: cover;
}

.skillbgbanner {
    background: url('../img/publisher/skillbanner_img-1.jpg')no-repeat center;
    background-size: cover;
}

.clgbgbanner {
    background: url('../img/publisher/campub_bg.jpg')no-repeat center;
    background-size: cover;
}

.unverbgbanner {
    background: url('../img/publisher/uLektz_unversity_banner.png')no-repeat center;
    background-size: cover;
}

.search_tit {
    font-family: "robotoregular";
    font-size: 15px;
    padding: 10px 0;
}

.pub_clg_logo {
    width: 66%;
    display: inline-block;
}

.toppubdetails {
    margin: 0;
    padding: 0;
}

.puber_clg_details {
    background: #2E5576 none repeat scroll 0 0;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.clg_text > p {
    color: #fff !important;
}

.edu_txt {
    text-align: center;
    line-height: 25px;
    font: 18px/18px "robotoregular";
}

.ski_txt {
    text-align: center;
    line-height: 25px;
    font: 18px/18px "robotoregular";
}

.job_txt {
    text-align: center;
    line-height: 25px;
    font: 18px/18px "robotoregular";
}

.jobpostAct {
    margin-bottom: 40px;
    margin-top: -22px;
}

.jobPostCont {
    border-color: #e3e3e3 #e3e3e3 #e3e3e3;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 2px;
    margin-bottom: 10px;
    padding: 10px;
    color: #8A8A8A;
    font-family: "robotoregular";
    margin-right: 15px;
}

.rel_part {
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 3px;
    margin-top: 30px;
}

.related_job > h4 {
    color: #0191d5;
}

.job_cmyname {
    color: #fc9316;
}

.jobPostCont:hover {
    border-color: #e3e3e3 #e3e3e3 #0191d5;
    border-width: 1px 1px 2px;
}

.re_title {
    font-family: "robotoregular";
    margin: 0;
    padding-bottom: 8px;
}

.crt_title {
    font-family: "robotoregular";
    margin: 0;
    padding-bottom: 12px;
}

.related_job {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
}

.jobPostCont > h4 {
    color: #0191d5;
}

.jobsr_des {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 72%;
}

.rel_des {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #8a8a8a;
}

.epub_btn {
    background: #15be48 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-family: "robotoregular";
    font-size: 10px;
    padding: 2px 10px;
    position: relative;
    top: 5px;
}

.epub_btn {
    color: #fff !important;
}

.Mock_btn {
    background: #2873F0 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-family: "robotoregular";
    font-size: 10px;
    padding: 2px 10px;
    position: relative;
    top: 5px;
}

.Mock_btn {
    color: #fff !important;
}

.edu_cir:hover +.edu_txt, .job_cir:hover +.job_txt, .ski_cir:hover +.ski_txt {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.job_cir:hover, .edu_cir:hover, .ski_cir:hover {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.pay_details {
    left: 26%;
    position: relative;
    text-align: center;
    width: 50%;
    padding: 25px 0px;
    box-shadow: 0 0 6px #e1e1e1;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
}

.pay_details img {
    padding: 10px;
    width: 66px;
}

.pay_details .success {
    color: #75c446;
    font-family: "robotoregular";
    font-size: 25px;
    text-align: center;
    margin: auto;
}

.pay_details .error {
    color: #E82E2E;
    font-family: "robotoregular";
    font-size: 25px;
    text-align: center;
    margin: auto;
}

.pay_details > p {
    color: #000;
    font-family: "robotoregular";
    text-align: center;
}

.pay_details span {
    color: #007ee2;
}

.pay_details a {
    background: #007ee2 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-family: "robotoregular";
    font-size: 18px;
    padding: 10px;
    margin-top: 25px
}

.summaryAccordian {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #8a8a8e;
    margin-bottom: 10px;
}

.bR6 {
    border-radius: 6px;
}

.sec_faq .header.accOpen {
    background: #b2d9f6 url("../img_latest/accdown_arrow.png") no-repeat scroll right 10px center;
}

.sec_faq .header {
    background: #EBEFF2 url("../img_latest/accright_arrow.png") no-repeat scroll right 10px center;
    cursor: default;
}

.sec_faq {
    width: 100%;
    border: 1px solid #EBEFF2;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
}

.sec_faq div {
    width: 100%;
}

.sec_faq .header {
    background-color: #f2f2f2;
    padding: 8px 15px;
    cursor: pointer;
    font-weight: bold;
}

.sec_faq .Sec_faq_contant {
    display: none;
    padding: 15px;
    margin-bottom: 0px;
    font-family: "robotoregular";
}

.sec_faq .Sec_faq_contant ol {
    padding: 0 18px;
    margin-bottom: 0px;
}

.Sec_faq_contant ul li {
    list-style: outside none disc;
}

.Sec_faq_contant ul {
    padding-left: 15px;
}

.guide_img {
    margin-left: 5px;
    margin-right: 15px;
    width: 100%;
}

.faq_image {
    background: #f2f2f2 none repeat scroll 0 0;
    height: auto;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}

.guide_img ul {
    display: inline-flex;
}

.guide_img ul li {
    display: inline-flex;
    width: 250px;
}

.guide_img ul li img {
    width: 250px;
    margin-right: 10px;
    box-shadow: 0 0 6px #e1e1e1;
}

.pagefound_inner {
    box-shadow: 0 3px 6px #e1e1e1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 50px;
    background: #fff;
    border-radius: 6px;
}

.Pfound-text p:nth-child(1) {
    color: #007ee2;
    font-family: "roboto";
    font-size: 23px;
}

.Pfound-text p:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
}

.Pfound-img {
    text-align: center;
}

.Pfound-text > a {
    background: #007ee2 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
}

.Pfound-text {
    margin-top: 40px;
}

.hom_tp_ban {
    padding: 2px 12px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 4px #ccc;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.hom_tp_ban .logo {
    width: 105px;
    margin-top: 0;
}

.hom_tp_ban p {
    padding-left: 8px;
    font-size: 13px;
    padding-top: 16px;
    font-family: "robotobold";
}

.hom_tp_text {
    margin-top: 5px;
    margin-left: 15px;
    cursor: pointer;
}

.hom_tp_ban_img {
    background: rgba(0, 0, 0, 0) url("../images_new/welcome%2520page_img/banner_bg.png") no-repeat scroll left top / cover !important;
    margin-top: 58px;
}

.ban_top_text {
    font-family: "robotoregular";
    font-size: 45px;
    padding: 60px 1px 5px;
}

.bannar_inner {
    text-align: center;
}

.ban_sec_text {
    font-size: 17px;
    padding: 10px 5px;
}

.btn_hm_sign {
    border-radius: 3px;
    color: #fff;
    font-family: "robotobold";
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: 23px;
    padding: 12px 43px;
    border: 2px solid #007ee2;
}

.btn_hm_sign:hover {
    background: rgba(0, 126, 226, 0.58);
}

.ban_th_text {
    font-family: "robotoregular";
    font-size: 15px;
    padding-bottom: 50px;
}

.list_br {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.list_ban {
    padding-bottom: 16px;
    height: 60px;
}

.list_br p {
    font-family: "robotoregular";
    font-size: 15px;
    color: #fff;
}

.list_br_la p {
    font-family: "robotoregular";
    font-size: 15px;
    color: #fff;
}

.hom_ban_strip {
    background: rgba(0, 0, 0, 0) url("../images_new/welcome%2520page_img/img.png") no-repeat scroll left top / cover !important;
    padding: 25px;
    color: #fff;
    font-size: 26px;
    margin-top: 30px;
}

.hom_bansc_strip {
    background: #D4EBF9;
    padding: 10px;
}

.hom_bansc_text {
    font-family: "robotoregular";
    font-size: 15px;
    line-height: 24px;
    padding: 38px 0;
    text-align: justify;
}

.det_header {
    font-family: "robotoregular";
    font-size: 24px;
    text-align: center;
    padding: 30px 0;
}

.row.detail_div {
    font-family: "robotoregular";
    text-align: center;
}

.edu_details {
    font-family: "robotoregular";
    font-size: 22px;
    padding: 5px 0;
}

.edu_text {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    opacity: 0.5;
    padding: 0 19px;
    text-align: justify;
}

.edu_sub {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 720px;
    margin-bottom: 100px;
}

.edu_img {
    padding: 18px 42px;
}

.home_new_footer {
    background: #131313 none repeat scroll 0 0;
    border-top: 7px solid #007ee2;
}

.skill_new_footer {
    background: #131313 none repeat scroll 0 0;
}

.foot_tit {
    color: #fff;
    font-family: "robotoregular";
    font-size: 20px;
    padding: 30px 0 10px 0;
}

.foot_sub_tit {
    color: #fff;
    font-size: 17px;
    padding: 0 0 15px;
}

.soc_icn a {
    padding-right: 8px;
}

.filterCon .fbox img {
    height: inherit;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.filterCon .fbox > a {
    height: 138px;
    overflow: hidden;
}

.filterCon .fbox img:hover {
    transform: scale(1.3);
}

.innerfot_p a {
    color: #fff;
    opacity: 0.90;
    padding-bottom: 10px;
    position: relative;
}

.innerfot_p a:after {
    width: 0;
    position: absolute;
    bottom: 0;
    transition: width 0.5s;
    height: 2px;
    content: "";
    background: #007ee2;
    left: 0;
    display: block;
}

.innerfot_p a:hover:after {
    width: 100%;
}

.innerfot_p a {
    color: #fff;
    opacity: 0.90;
    padding-bottom: 10px;
    position: relative;
}

.innerfot_p {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
}

.mainsubhad {
    padding-right: 50px;
}

.footer_part1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    padding: 0 0 15px;
}

.btn_foot {
    background: #007ee2 none repeat scroll 0 0 !important;
    border-radius: 3px;
    margin-top: 2px;
}

.footer_part2 {
    margin-bottom: 26px !important;
}

.col-md-12.url_footer {
    background: #000 none repeat scroll 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.terms_dv {
    color: #fff;
    margin-top: 10px;
    opacity: 0.62;
}

.terms_dv a {
    color: #fff;
    opacity: 0.62;
}

.int_foot {
    background: rgba(46, 47, 58, 0.56) none repeat scroll 0 0;
    border: 1px solid #000 !important;
    border-radius: 3px;
    color: #fff;
    height: 33px !important;
    margin-right: 3px;
}

.fot_re_text {
    margin-top: 10px;
}

.col_text p {
    color: #000;
    font-family: "robotoregular";
    font-size: 18px;
    margin-left: 35%;
    padding-bottom: 36px;
    padding-left: 23px;
    padding-top: 26px;
}

.col_text img {
    margin-top: -8px;
}

.cam_Hm_img img {
    border: 1px solid #ddd;
    float: left;
    padding: 4px;
}

.cam_Hm_img_ri img {
    border: 1px solid #ddd;
    float: right;
    padding: 4px;
}

.spacecam {
    padding: 23px 0;
}

.cam_textHM {
    margin-top: 15px;
}

.cam_dem_img img {
    border: 1px solid #ddd;
    padding: 4px;
    width: 95%;
}

.cam_dem_text {
    border: 1px solid #ddd;
    padding: 18px;
    height: 255px;
}

.cam_dem_text p {
    font-size: 16px !important;
}

.camp_name {
    border-bottom: 1px solid #ddd;
    color: #000 !important;
    font-family: "robotoregular" !important;
    font-size: 25px !important;
    padding-bottom: 15px;
}

.camp_logo {
    padding: 13px;
    text-align: center;
    height: 100px;
}

.cam_auth {
    color: #279a92 !important;
    font-size: 19px !important;
}

.unverglob_logo {
    background: #d9edf9;
}

.campuscntn {
    color: #000;
}

.hom_tp_text img {
    border-radius: 50%;
    width: 25%;
    margin-right: 10px;
    height: 38px;
}

.proname {
    color: #000;
    font-family: "robotoregular";
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75px;
    font-size: 15px;
}

.prodiv {
    width: 154px;
    background: rgba(0, 0, 0, 0) url("../img_latest/profile_down_arrow.png") no-repeat scroll right 5px center;
    padding-bottom: 8px;
}

.prwel {
    color: #000;
    opacity: 0.47 !important;
}

.signout_block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: currentcolor currentcolor #e1e1e1 #e1e1e1;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    box-shadow: 0 3px 6px #e1e1e1;
    padding: 15px 15px 8px;
    position: fixed;
    right: 0;
    top: 56px;
    width: 298px;
    z-index: 999;
    display: none;
}

.signout_block img {
    border-radius: 50%;
    width: 81px;
    height: 81px;
}

.mob_subid {
    border-bottom: 2px solid #a1a1a1 !important;
}

.mobsignout_block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: currentcolor currentcolor #e1e1e1 #e1e1e1;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    box-shadow: 0 3px 6px #e1e1e1;
    padding: 15px 15px 8px;
    position: fixed;
    right: 0;
    top: 56px;
    width: 298px;
    z-index: 999;
}

.mobsignout_block img {
    border-radius: 50%;
    width: 81px;
}

.prewel {
    color: #000;
    opacity: 0.45;
    padding: 10px 6px;
    width: 60%;
}

.prewelbef {
    color: #000;
    opacity: 0.6;
    padding: 25px 6px;
    text-align: center;
    width: 60%;
}

.sup_proname {
    padding: 0 7px 7px;
    width: 67%;
    font-family: "robotoregular";
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sup_progmail {
    padding: 2px 6px;
    width: 67%;
    color: #000;
    opacity: 0.73;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn_signout {
    background: #007ee2 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff !important;
    float: left;
    margin: 10px 5px 0;
    padding: 10px;
    text-align: center;
    width: 46%;
}

.signout_block > a {
    width: 100%;
}

.signout_block > p {
    display: inline-block;
    width: 100%;
}

.arr_imgban {
    background: rgba(0, 0, 0, 0) url("../images_new/bannerImgs/banner_arrow.png") no-repeat;
}

.list_ban:hover {
    -webkit-transform: scale(1.10);
    transform: scale(1.10);
    transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

.innerfot_p span {
    position: relative;
    right: -7px;
    top: 1px;
}

.linehd {
    border-top: 3px solid #007ee2;
    margin-bottom: 17px;
    margin-left: 40%;
    width: 20%;
}

.ul_nav {
    float: left;
    font-size: 23px;
    padding: 16px 13px 0px 0px;
    display: none;
}

.ulsub_menu {
    background: #fff none repeat scroll 0 0;
    left: -800px;
    position: absolute;
    top: 55px;
    width: 60%;
    transition: 1s;
    height: 800px;
    display: none;
    color: #000;
    font-size: 15px;
}

.ulsub_menuclick {
    transition: 1s;
    left: 0px !important;
}

.ulsub_menu span {
    margin-right: 10px;
}

.ulsub_menu li {
    border-bottom: 1px solid #e3e3e3;
    padding-left: 14px;
}

.backop {
    display: none;
}

.backoprig {
    display: none;
}

.ulsubrig_menu {
    background: #fff none repeat scroll 0 0;
    right: -1000px;
    position: absolute;
    width: 80%;
    transition: 1s;
    display: none;
    margin: 20px auto;
    text-align: center;
    padding: 15px 0 0 0;
    position: relative;
    border-radius: 4px;
    border-top: 5px solid #007ee2;
}

.ulsubrig_menuclick {
    transition: 1s;
    right: -44px !important;
}

.ulsubrig_menu li {
    border-bottom: 1px solid #afafaf;
    padding: 18px 8px;
}

.backopclick {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    opacity: 0.5;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 54px;
    bottom: 0;
    right: 0;
    display: block;
}

.list_apps p {
    font-family: "robotoregular";
    font-size: 14px;
    opacity: 0.68;
    color: #000;
}

.list_apps {
    margin-bottom: 13px;
}

.head_ri_icon > img {
    float: right;
    margin-left: 17px;
    margin-top: 19px;
    width: 18px;
    display: none;
}

.ulsub_menu a {
    color: #000;
    height: 50px;
    line-height: 50px;
    width: 82%;
}

.gb_ar {
    animation: 0.2s ease 0s normal none 1 running gb__a;
    border-color: transparent transparent #007ee2;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: block;
    height: 0;
    position: absolute;
    right: 87px;
    top: -12px;
    width: 0;
    z-index: 1;
}

.candi_det {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: -48px;
    text-align: center;
    display: table;
}

.img_procir {
    margin-bottom: 20px;
}

.img_procir img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    margin-top: -63px;
    padding: 5px;
    width: 17%;
}

.jobpagepro {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin: 10px 0;
    box-shadow: 0 0 6px #e1e1e1;
    text-align: center;
    background: #fff;
}

.candi_det p:nth-child(2) {
    font-family: "robotoregular";
    font-size: 21px;
}

.candi_det p:nth-child(3) {
    font-family: "robotoregular";
    font-size: 15px;
    opacity: 0.8;
}

.candi_det p:nth-child(4) {
    font-family: "robotoregular";
    font-size: 15px;
    opacity: 0.8;
}

.candi_summ {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    margin-bottom: 10px;
}

.full_part1 {
    padding-right: 10px;
}

.candi_tit {
    font-size: 20px;
    font-family: "robotoregular";
    text-transform: uppercase;
    padding: 15px;
    margin: 0px;
    background: #f9f9f9;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.candi_edu_det p:nth-child(1) {
    color: #434649;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 6px 0px;
    background: none;
}

.candi_edu_det p:nth-child(2) {
    color: #434649;
    font-size: 15px;
    background: none;
}

.candi_edu_det p:last-child {
    margin-top: 25px;
}

.pro_ex_mon {
    padding: 6px 70px;
    float: left;
    width: 50%;
    border-color: #efefef;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    font-size: 15px;
    font-family: "robotoregular";
    background: #fff url(../images_new/campus_sub_side/pro_cel.png) no-repeat scroll left 20px center;
    cursor: pointer;
    margin-bottom: 10px;
}

.dwl_icon {
    color: #10adf5;
    font-size: 15px;
    margin-bottom: 9px;
    font-family: "robotoregular";
}

.dwl_icon p img {
    width: 38px;
}

.dwl_icon p a {
    color: #10adf5;
}

.pro_ex_emil {
    padding: 6px 70px;
    float: left;
    width: 50%;
    border-color: #efefef;
    border-width: 1px 0px 1px 0;
    border-style: solid;
    font-size: 15px;
    font-family: "robotoregular";
    background: #fff url(../images_new/campus_sub_side/pro_emil.png) no-repeat scroll left 20px center;
    cursor: pointer;
    margin-bottom: 10px;
}

.pro_ex_emil p {
    text-align: left;
    padding-top: 8px;
}

.pro_ex_mon p {
    text-align: left;
    padding-top: 8px;
}

.candi_progress {
    font-size: 18px;
    padding-bottom: 10px;
    font-family: "robotoregular";
    text-transform: uppercase;
}

.candi_summ p:nth-child(2) {
    line-height: 20px;
    color: #757879;
    font-family: "robotoregular";
    font-size: 14px;
    padding: 15px;
}

.candi_edu {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    margin-bottom: 10px;
}

.resultbx {
    background: #fff none repeat scroll 0 0;
    background: #d45b5b;
    float: left;
    margin-bottom: 10px;
    padding: 6px 12px;
    width: 49%;
    cursor: pointer;
    color: #fff;
}

.bR6 {
    border-radius: 6px;
}

.ver_div {
    background: #734ba9 !important;
}

.lefap_can p {
    font-size: 13px;
    padding: 6px 0;
}

.lefap_can {
    float: left;
    font-size: 16px;
    padding: 20px 10px 0px 10px;
    font-family: "robotobold";
}

.rigapp_can {
    float: right;
    font-size: 32px;
    text-align: center;
    padding: 12px 0;
    font-family: "robotobold";
}

.rigapp_can > span {
    font-size: 17px;
    opacity: 0.5;
}

.candi_edu_det {
    border-bottom: 1px solid #e8e9eb;
    border-radius: 5px;
    box-shadow: none;
    padding: 15px;
}

.candi_edu_det:last-child {
    border: 0;
}

.candi_edu_det p:nth-child(1) {
    font-family: "robotoregular";
    font-size: 15px;
}

.candi_edu_det p:not(:first-child) {
    color: #757879;
    font-family: "robotoregular";
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 19px;
}

.stu_prolis {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    padding: 15px;
    margin-top: 10px;
}

.per_img > img {
    width: 100%;
}

.per_deta p:nth-child(1) {
    color: #1DBC9C;
}

.per_deta {
    padding: 5px;
}

.cus_radio {
    opacity: 0;
    position: absolute;
}

.cus_radio, .cus_label {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}

.cus_radio, .cus_label {
}

.cus_radio + .cus_label::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 14px;
    border-radius: 50%;
}

.cus_radio:checked + .cus_label::before {
    background: #1DBC9C none repeat scroll 0 0;
    border: 3px solid #ccc;
    color: #fff;
    border-radius: 50%;
    height: 14px;
    width: 14px;
}

.cus_chk {
    opacity: 0;
    position: absolute;
}

.cus_chk, .cus_chk_label {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}

.login_al {
    color: #007ee2;
    text-decoration: underline;
    font-size: 13px;
    padding: 0 7px;
    cursor: pointer;
}

.cus_chk, .cus_chk_label {
    position: relative;
}

.cus_chk + .cus_chk_label::before {
    border: 1px solid #ccc;
    content: "\2716";
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    text-align: center;
    height: 17px;
    width: 17px;
    border-radius: 3px;
    color: #75e4b8;
}

.cus_chk:checked + .cus_chk_label::before {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #1DBC9C;
    content: "\2714";
    display: inline-block;
    text-align: center;
    height: 17px;
    width: 17px;
}

.profilecircle div {
    line-height: 136px !important;
    font-size: 24px !important;
    color: #87ceec !important;
    font-weight: bold;
    font-size: 25px;
}

.circle div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    padding: 0% 0%;
}

.circle {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    height: 100%;
    cursor: pointer;
}

.progressbar-large {
    min-height: 150px;
}

.clgevent {
    padding-left: 20px;
}

.clgeventinner {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px #e1e1e1;
    padding: 10px;
}

.clgent_tit {
    border-bottom: 1px solid #e1e1e1;
    font-family: "robotoregular";
    font-size: 16px;
    padding: 5px 0 15px;
}

.clgent_tit img {
    height: 40px;
    margin-right: 5px;
    vertical-align: middle;
}

.clg-dec {
    height: 35px;
    line-height: 16px;
    overflow: hidden;
    opacity: 0.8;
}

.clg_mview {
    font-family: "robotoregular";
    font-style: italic;
}

.clgtp-sec {
    padding-bottom: 5px;
}

.clg_msg {
    bottom: 0;
    height: 300px;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 100px;
}

.clg_msg > p {
    font-size: 23px;
    opacity: 0.5;
}

.clg_msg > a {
    background: #006ec6 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
}

.clgimg_msg img {
    width: 100%;
    border-radius: 100%;
}

.clg_det_msg {
    padding-left: 10px;
}

.clgimg_cov {
    border-bottom: 1px solid #efefef;
    padding: 10px;
}

.clg_det_msg p:nth-child(1) {
    font-family: "robotoregular";
    font-size: 15px;
}

.clg_det_msg p:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    line-height: 18px;
}

.clg_det_msg p:nth-child(2):hover {
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
}

.clgimg_covlast {
    padding: 10px;
}

.ins_img img {
    border: 1px solid #ccc;
    border-radius: 100%;
    margin-right: 10px;
    width: 100px;
    height: 100px;
}

.ins_cnt > p {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ins_img {
    text-align: center;
}

.ins_cnt h4 {
    color: #000;
    font-size: 16px;
}

.insbtn {
    background: #0091d4 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font: 17px "robotoregular";
    padding: 9px;
    text-align: center;
    width: calc(20% - 5px);
}

.sign_up_ulek {
    display: table;
    width: 100%;
}

.signup_right {
    float: left;
    width: 50%;
    text-align: center;
    padding: 20px;
    border-radius: 0px 6px 6px 0px;
    background: #198be5 url(../img/signup_bg.png) no-repeat;
}

.crt_success {
    background: #fff url("../img/tick.png") no-repeat scroll left 55px top 0 / 29px auto;
    margin: 20px 0 32px;
}

.signuplft {
    float: left;
    width: 50%;
    text-align: center;
    padding: 15px 20px 20px 20px;
}

.signinlft {
    text-align: center;
    padding: 20px;
    float: left;
    width: 100%;
}

.signin-up {
    background: #FBAB14;
    color: #fff;
    padding: 12px 0;
    display: inline-block;
    width: 94%;
    margin: 10px 0;
    cursor: pointer;
    font-size: 15px;
}

.soc_btns {
    margin: 0;
    display: inline;
}

.log_tit {
    margin-bottom: 24px;
}

.soc_btns .commongobtn {
    width: 42%;
}

.signinlft p:nth-child(2) {
    font-family: "robotoregular";
    font-size: 22px;
    padding: 5px 22px;
}

#forget_login ul {
    margin-bottom: 27px;
}

.crt_success1 {
    background: #fff url("../img/tick.png") no-repeat scroll left 11px top 10px / 28px auto;
    margin: 10px 0 5px;
    padding-left: 39px !important;
}

.re_btn a {
    color: #007ee2;
    font-family: "robotoregular";
}

.sign_in_placeholder {
    position: relative;
    text-align: left;
    top: -28px;
    padding: 7px 0 3px;
    pointer-events: none;
    color: #aaa;
    transition: all 200ms;
    margin-left: 10px;
}

.join_placeholder {
    position: relative;
    text-align: left;
    top: -28px;
    padding: 7px 0 3px;
    pointer-events: none;
    color: #aaa;
    transition: all 200ms;
}

.bor_sign {
    border-bottom: 1px solid #ccc;
    padding: 8px 0px;
    width: 100%;
    line-height: 15px;
    color: #007ee2;
}

.mgbtm .bor_sign,.mob_sec .bor_sign,.mgbtm2 .selectrole {
    border: 1px solid #e2e2e2;
}

.bor_sign:focus ~ .sign_in_placeholder, .bor_sign:valid ~ .sign_in_placeholder {
    color: #aaa;
    font-size: 100%;
    left: 0px;
    top: -48px;
}

.signup_verf {
    font-family: "robotoregular";
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.signup_dec {
    font-family: "robotoregular";
    line-height: 15px;
    opacity: 1;
    color: #fff;
    /* width: 94%; */
    text-align: center;
    padding: 0 20px;
}

.dot_sign {
    background-color: rgba(0, 0, 0, 0.33);
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    margin: 0px 2px;
    width: 8px;
}

.otp_page {
    padding: 0 0 58px;
}

.grp_txt {
    padding: 0 14px;
    text-align: left;
}

.grp_txt span {
    color: red;
    float: left;
    position: relative;
    top: -2px;
    width: 150%;
}

.re_btn {
    float: right !important;
}

.mob_show {
    display: none;
}

.mob_show > img {
    width: 65%;
}

.signuplft button {
    display: none;
}

.fieldGrup.scope label {
    color: #18ba9a;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
}

.fieldGrup label {
    color: #a9abab;
    font-family: "robotoregular";
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 10px;
}

.fieldGrup {
    border-bottom: 1px solid #efefef;
    float: left;
    padding: 30px 0 5px;
    position: relative;
    width: 100%;
}

.bar_dec_side {
    color: #fff;
    font-size: 50px;
    line-height: 63px;
    text-align: center;
    vertical-align: sub;
    font-family: "robotoregular";
    transform: translate(0, 25%);
}

.bar_dec_side a {
    color: #fff;
    font-size: 14px;
    padding: 0 22px;
    border-radius: 3px;
    margin-top: 24px;
    text-transform: uppercase;
    line-height: 37px;
}

.bar_dec_side p:nth-child(2) {
    font-size: 18px;
    font-family: "robotoregular";
    line-height: 32px;
}

.bar_img_side {
    text-align: right;
}

.bar_img_side > img {
    padding-top: 40px;
    width: 285px;
}

.bar_mob_img {
    display: table;
    width: 100%;
}

.cam_des_text {
    font-size: 15px !important;
    line-height: 24px;
    text-align: justify;
    padding: 0px 63px 38px 63px !important;
    margin: 0;
    font-family: "robotoregular";
    color: #000;
}

.cam_tit_text span a {
    background: #0191d6 none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    font-family: "robotoregular";
    font-size: 18px;
    padding: 0 22px;
    margin-top: 20px;
}

.plan_ul span a {
    background: #0191d6 none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    font-family: "robotoregular";
    font-size: 18px;
    padding: 13px 28px;
    margin-top: 20px;
}

.cam_tit_text {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-family: "robotoregular";
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 19px;
    padding: 24px 238px;
    text-align: center;
}

.campuscntnlist {
    padding: 29px 0;
    background: rgba(0, 0, 0, 0) url("../images_new/bannerImgs/campus_bg_mob.png") no-repeat scroll left top / cover !important;
    background: rgba(0, 0, 0, 0) url("../images_new/bannerImgs/campus_bg_mob.png") no-repeat scroll left top / cover !important;
}

.cam_offers_left {
    padding: 5px 10px;
    background: rgba(0, 0, 0,0.1);
    margin: 0 10px 10px 0;
    height: 190px;
    color: #000;
}

.offer_left {
    color: #fff;
}

.offer_right {
    color: #fff;
}

.cam_offers_left p:nth-child(1) {
    font-family: "robotoregular";
    font-size: 17px;
    padding: 12px 0px 18px 56px;
}

.cam_offers_left p:nth-child(2) {
    font-size: 15px;
    line-height: 22px;
    opacity: 0.8;
    font-family: "robotoregular";
}

.cam_img_1 {
    background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_4.png") no-repeat scroll left center / 44px auto;
}

.cam_img_2 {
    background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_6.png") no-repeat scroll left center / 44px auto;
}

.cam_img_3 {
    background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_5.png") no-repeat scroll left center / 44px auto;
}

.cam_offers_right {
    padding: 5px 10px;
    background: rgba(0, 0, 0,0.1);
    margin: 0 0px 10px 0;
    height: 190px;
    color: #000;
}

.cam_offers_right p:nth-child(1) {
    font-family: "robotoregular";
    font-size: 17px;
    padding: 12px 0px 18px 56px;
}

.cam_offers_right p:nth-child(2) {
    font-size: 15px;
    line-height: 22px;
    opacity: 0.8;
    font-family: "robotoregular";
}

.cam_img_4 {
    background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_1.png") no-repeat scroll left center / 44px auto;
}

.cam_img_5 {
    background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_2.png") no-repeat scroll left center / 44px auto;
}

.cam_img_6 {
    background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_3.png") no-repeat scroll left center / 44px auto;
}

.offer_mob_cen {
    text-align: center;
    margin-top: 70px;
}

input:required {
    box-shadow: none;
}

input:invalid {
    box-shadow: 0;
}

.ule_plan {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 25px;
}

.plan_ul {
    font-family: "robotoregular";
    font-size: 27px;
    padding: 25px 50px;
    text-align: center;
}

.B_plan > ul {
    padding: 0 10px;
}

.B_plan li {
    background: #fff none repeat scroll 0 0;
    font-size: 15px;
    padding: 20px;
}

.B_plan li:nth-child(1) {
    background: #4fbe79 none repeat scroll 0 0;
    color: #fff;
    font-family: "robotoregular";
    font-size: 19px;
    padding: 11px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(63, 107, 169, 0.37);
}

.B_plan ul li span {
    color: #4fbe79;
    font-family: "robotobold";
}

.S_plan > ul {
    padding: 0 10px;
}

.S_plan li {
    background: #fff none repeat scroll 0 0;
    font-size: 15px;
    padding: 20px;
}

.S_plan li:nth-child(1) {
    background: #2997D2 none repeat scroll 0 0;
    color: #fff;
    font-family: "robotoregular";
    font-size: 19px;
    padding: 11px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(63, 107, 169, 0.37);
}

.S_plan ul li span {
    color: #2997D2;
    font-family: "robotobold";
}

.G_plan > ul {
    padding: 0 10px;
}

.G_plan li {
    background: #fff none repeat scroll 0 0;
    font-size: 15px;
    padding: 20px;
}

.G_plan li:nth-child(1) {
    background: #EAAD43 none repeat scroll 0 0;
    color: #fff;
    font-family: "robotoregular";
    font-size: 19px;
    padding: 11px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(63, 107, 169, 0.37);
}

.G_plan ul li span {
    color: #EAAD43;
    font-family: "robotobold";
}

.D_plan > ul {
    padding-left: 10px;
}

.D_plan li {
    background: #fff none repeat scroll 0 0;
    font-size: 15px;
    padding: 20px;
}

.D_plan li:nth-child(1) {
    background: #EA6E6E none repeat scroll 0 0;
    color: #fff;
    font-family: "robotoregular";
    font-size: 19px;
    padding: 11px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(63, 107, 169, 0.37);
}

.D_plan ul li span {
    color: #EA6E6E;
    font-family: "robotobold";
}

.B_plan ul li:nth-child(2)::after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: -21px;
    position: relative;
    top: 18px;
    width: 71%;
}

.B_plan ul li:nth-child(3)::after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: -21px;
    position: relative;
    top: 18px;
    width: 71%;
    margin-bottom: 15px;
}

.S_plan ul li:nth-child(2)::after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: -21px;
    position: relative;
    top: 18px;
    width: 71%;
}

.S_plan ul li:nth-child(3)::after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: -21px;
    position: relative;
    top: 18px;
    width: 71%;
    margin-bottom: 15px;
}

.G_plan ul li:nth-child(2)::after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: -21px;
    position: relative;
    top: 18px;
    width: 71%;
}

.G_plan ul li:nth-child(3)::after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: -21px;
    position: relative;
    top: 18px;
    width: 71%;
    margin-bottom: 15px;
}

.D_plan ul li:nth-child(2)::after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: -21px;
    position: relative;
    top: 18px;
    width: 71%;
}

.D_plan ul li:nth-child(3)::after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: -21px;
    position: relative;
    top: 18px;
    width: 71%;
    margin-bottom: 15px;
}

.note_txt {
    font-size: 15px;
    padding: 30px;
    text-align: center;
}

.appmob1 > img {
    margin-top: 26px !important;
    position: relative;
    width: 23px;
}

.ulsubrig_menuclick1 {
    left: 33%;
    transition: all 1s ease 0s;
    display: block !important;
}

.signinbox {
    left: 0px;
}

.ulsubrig_menu1 {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    border-top: 5px solid #007ee2;
    margin: 11px auto;
    padding: 15px 0 0;
    position: absolute;
    text-align: center;
    top: 65px;
    transition: all 1s ease 0s;
    width: 314px;
    display: none;
}

.linehd1 {
    border-top: 3px solid #007ee2;
    margin-left: 40%;
    margin-top: 23px;
    width: 20%;
}

#overlay {
    z-index: 999;
}

.for_text img {
    vertical-align: middle;
    width: 16px;
    margin-right: 5px;
}

.for_text {
    color: #000 !important;
}

.typ_text {
    color: #ffffff !important;
    font-family: "robotobold";
    background: rgba(237,148,33,0.92);
    padding: 4px 10px;
    border-radius: 3px;
}

@media screen and (max-width: 768px) {
    .list_br {
        border-right: 0px;
        margin-bottom: 35px;
    }

    .edu_sub {
        border-right: 0px;
        height: auto;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 700px) {
    .signup_dec {
            padding: 0 20px;
        text-align: center;
    }
    .sign_up_ulek
    {
            display: inline-block;
    }
    .pop_sign
    {
            padding-right: 0px !important;
    }
    .signagree
    {
            width: 100% !important;
            line-height: 20px !important;
            margin: 0px 0px 10px 0px !important;
    }
    .img_procir img {
        width: 32%;
    }

    .pro_ex_mon {
        width: 100%;
        margin: 0;
    }

    .pro_ex_emil {
        width: 100%;
        margin-bottom: 9px;
    }

    .dwl_icon {
        text-align: left;
        padding-left: 19px;
    }

    .dwl_icon p img {
        width: 38px;
        margin-right: 12px;
    }

    .crt_success {
        background: #fff url("../img/tick.png") no-repeat scroll left 0 top 10px / 29px auto;
        margin: 20px 0 32px;
    }

    .moblie_view {
        width: 94% !important;
    }

    .imggallery li:hover .imgcaption {
        bottom: 0px !important;
    }

    .imggallery li {
        margin: 10px -7px !important;
        display: block !important;
    }

    .plan_ul {
        padding: 25px 0px;
    }

    .searchlist {
        padding-left: 0px;
    }

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

    .cartSuccess {
        width: 100% !important;
    }

    #cart_popUp .headTitel h4, #coupon_popUp .headTitel h4 {
        background: rgba(0, 0, 0, 0) url("../img/cart.png") no-repeat scroll 2px center / 72px auto !important;
        padding: 0 0 0 75px !important;
    }

    #cart_popUp .modal-body button, #coupon_popUp .modal-body button, #limitExceed .modal-body button {
        width: 140px !important;
    }

    .appmob1 {
        display: none;
    }

    .pub_clg_logo {
        width: auto;
        height: auto;
        text-align: center;
    }

    .pub_clg_logo .details_pub {
        margin-top: 0px;
        text-align: center;
        width: auto;
    }

    .details_pub p:nth-child(2) {
        width: auto;
    }

    .pub_logosec {
        text-align: center;
        float: none;
    }

    .homebookshow {
        display: table;
        width: 100% !important;
    }

    .afterHeader {
        padding-top: 54px;
    }

    .G_plan > ul {
        padding: 0px;
    }

    .D_plan > ul {
        padding: 0px;
    }

    .S_plan > ul {
        padding: 0px;
    }

    .B_plan > ul {
        padding: 0px;
    }

    .mob_top_corner {
        padding-top: 54px;
    }

    .cam_offers_left p:nth-child(1) {
        padding: 18px 62px 18px 56px !important;
        line-height: 20px;
    }

    .offer_left {
        text-align: left !important;
    }

    .cam_img_1 {
        background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_4.png") no-repeat scroll left center / 44px auto !important;
    }

    .cam_img_2 {
        background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_6.png") no-repeat scroll left center / 44px auto !important;
    }

    .cam_img_3 {
        background: rgba(0, 0, 0, 0) url("../img/campus_img/camp_5.png") no-repeat scroll left center / 44px auto !important;
    }

    .cam_tit_text {
        padding: 24px 30px !important;
    }

    .bar_dec_side {
        width: 100%;
        font-size: 23px;
        line-height: 30px;
    }

    .bar_img_side > img {
        width: 190px;
    }

    .bar_img_side {
        text-align: center;
    }

    .cam_tit_text {
        padding: 38px 0;
    }

    .signuplft button {
        display: block;
    }

    .otp_page {
        padding: 0;
    }

    .mob_show {
        display: block;
    }

    .signuplft {
        width: 100%;
    }

    .signup_right {
        display: none;
    }

    .re_icon {
        display: block;
    }

    .reportLnk {
        display: none;
    }

    button.contact_us {
        margin-top: 18px !important;
    }

    .loginPopUp, .forgot_Password {
        width: 93%;
    }

    .chk_err_ico {
        background: rgba(0, 0, 0, 0) url("../images_new/Error.png") no-repeat scroll 8px center / 30px 30px;
    }

    .bk_deta_vid {
        background: #efefef;
    }

    .allog_btn {
        background: #007ee2 url("../img_latest/arrow.png") no-repeat scroll right 16px center;
        font-size: 14px;
    }

    .thumpImage:hover .bookPop {
        top: 0 !important;
    }

    .bookPop {
        width: 100% !important;
    }

    .cam_Hm_img {
        text-align: center;
    }

    .cam_Hm_img_ri {
        text-align: center;
    }

    .cam_Hm_img img {
        float: none;
    }

    .cam_Hm_img_ri img {
        float: none;
    }

    .add_ban {
        width: 100%;
        padding: 10px;
    }

    .clgevent {
        padding-left: 0px;
    }

    .clgimg_msg img {
        width: 25%;
    }

    .clgimg_msg {
        text-align: center;
    }

    .resultbx {
        width: 100%;
    }

    .jobSign {
        display: none;
    }

    .head_ri_icon > img {
        display: block;
    }

    .carthome {
        display: none;
    }

    .carthome.signinbox {
        display: none;
    }

    .ios_img, .and_img, .win_img, .sigup_hd {
        display: none;
    }

    .list_br {
        border-right: 0px;
        margin-bottom: 35px;
    }

    .edu_sub {
        border-right: 0px;
        height: auto;
        margin-bottom: 0px;
    }

    .hom_tp_ban p {
        font-size: 13px;
        padding-top: 11px;
        font-family: "robotobold";
        padding-left: 0px;
    }

    .ban_top_text {
        font-size: 26px;
        line-height: 1.25;
    }

    .ban_sec_text {
        font-size: 16px;
        line-height: 24px;
    }

    .list_ban {
        height: 59px;
    }

    .hom_tp_ban {
        padding: 2px 12px 2px 6px;
    }

    .hom_ban_strip {
        font-size: 20px;
        line-height: 1.26;
    }

    header {
        height: 54px;
    }

    .supportfr {
        display: none !important;
    }

    .logo.fl > img {
        height: 30px;
    }

    .signhover {
        top: 2px;
    }

    .ul_nav {
        display: block;
    }

    .ulsubrig_menu {
        display: block;
    }

    .ulsub_menu {
        display: block;
    }

    .height_he {
        height: 0px;
    }

    .test_tp {
        font: 27px/37px "robotoregular";
    }

    .test_tp {
        color: #fff;
        width: 100%;
    }

    .testpr_app img {
        width: 89%;
    }

    .arr_imgban {
        display: none;
    }

    .tabcontent {
        margin-top: 39px;
    }

    .homecategory, .category {
        display: none;
    }

    .multisearch, .locationsearch, .jobSearch [type="button"] {
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    .insbtn {
        width: 100%;
    }

    .test_bt {
        font-size: 17px;
        width: 100%;
    }

    .per_img {
        float: left;
        margin-right: 5px;
        width: 21%;
    }

    .cam_des_text {
        padding: 0px 25px 38px 25px !important;
    }

    .cam_offers_right p:nth-child(1) {
        line-height: 20px;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 800px) {
    .homebookshow {
        width: 100% !important;
    }

    .imggallery li img {
        width: 284px !important;
    }

    .imgcaption {
        width: 284px !important;
    }

    .appmob1 {
        display: none;
    }

    .tp_srch_inner {
        display: block;
    }

    .hdsearch {
        display: none;
    }

    .jobSign {
        display: none;
    }

    .ulsubrig_menuclick {
        transition: 1s;
        right: -72px !important;
        top: -4px;
    }

    .head_ri_icon > img {
        display: block;
    }

    .carthome {
        display: none;
    }

    .carthome.signinbox {
        display: none;
    }

    .ios_img, .and_img, .win_img, .sigup_hd {
        display: none;
    }

    .list_br {
        border-right: 0px;
        margin-bottom: 35px;
    }

    .edu_sub {
        border-right: 0px;
        height: auto;
        margin-bottom: 0px;
    }

    .hom_tp_ban p {
        font-size: 13px;
        padding-top: 11px;
        font-family: "robotobold";
        padding-left: 0px;
    }

    .ban_top_text {
        font-size: 26px;
        line-height: 1.25;
    }

    .ban_sec_text {
        font-size: 16px;
        line-height: 24px;
    }

    .list_ban {
        height: 59px;
    }

    .hom_tp_ban {
        padding: 2px 12px 2px 6px;
    }

    .hom_ban_strip {
        font-size: 20px;
        line-height: 1.26;
    }

    header {
        height: 54px;
    }

    .supportfr {
        display: block;
    }

    .logo.fl > img {
        height: 30px;
        margin-top: 8px;
    }

    .signhover {
        top: 2px;
    }

    .ul_nav {
        display: block;
    }

    .ulsubrig_menu {
        display: block;
    }

    .ulsub_menu {
        display: block;
    }

    .AdvBrd img {
        padding: 0;
    }

    .height_he {
        height: 11px;
    }

    .test_tp {
        font: 27px/37px "robotoregular";
    }

    .test_tp {
        color: #fff;
        width: 100%;
    }

    .testpr_app img {
        width: 89%;
    }

    .test_bt {
        font-size: 17px;
        width: 100%;
    }

    .arr_imgban {
        display: none;
    }

    .tabcontent {
        margin-top: 39px;
    }
}

@media only screen and (max-width: 320px) {
    .appmob1 {
        display: none;
    }

    .jobSign {
        display: none;
    }

    .head_ri_icon > img {
        display: block;
    }

    .carthome {
        display: none;
    }

    .carthome.signinbox {
        display: none;
    }

    .ios_img, .and_img, .win_img, .sigup_hd {
        display: none;
    }

    .list_br {
        border-right: 0px;
        margin-bottom: 35px;
    }

    .edu_sub {
        border-right: 0px;
        height: auto;
        margin-bottom: 0px;
    }

    .hom_tp_ban p {
        font-size: 13px;
        padding-top: 16px;
        font-family: "robotobold";
        padding-left: 0px;
    }

    .ban_top_text {
        font-size: 26px;
        line-height: 1.25;
    }

    .ban_sec_text {
        font-size: 16px;
        line-height: 24px;
    }

    .list_ban {
        height: 59px;
    }

    .hom_tp_ban {
        padding: 2px 12px 2px 6px;
    }

    .hom_ban_strip {
        font-size: 20px;
        line-height: 1.26;
    }

    header {
        height: 54px;
    }

    .supportfr {
        display: none;
    }

    .logo.fl > img {
        margin-top: 8px;
    }

    .signhover {
        top: 2px;
    }

    .ul_nav {
        display: block;
    }

    .ulsubrig_menu {
        display: block;
    }

    .ulsub_menu {
        display: block;
    }

    .height_he {
        height: 11px;
    }

    .test_tp {
        font: 27px/37px "robotoregular";
    }

    .test_tp {
        color: #fff;
        width: 100%;
    }

    .testpr_app img {
        width: 89%;
    }

    .test_bt {
        font-size: 17px;
        width: 100% !important;
    }

    .arr_imgban {
        display: none;
    }

    .tabcontent {
        margin-top: 39px;
    }

    .homecategory, .category {
        display: none;
    }
}

.aplybtn {
    background: #b79c00;
    color: #000000;
    padding: 4px 10px;
    border: none;
    font-weight: bold;
    border-radius: 2px;
}

.interpgm {
    background-color: #fbc665;
    width: 100%;
    z-index: 999;
    font-size: 15px;
    font-family: "robotoregular";
}

.interpgm p {
    text-align: center;
    margin-top: 6px;
    color: black;
}

.pgg {
    float: right;
    font-size: 17px;
    background-color: #b79c00;
    padding: 10px;
    border: none;
    margin-top: -5px;
}

.head_imporant {
    background: url(../img_latest/important.png) no-repeat;
}

.head_student {
    background: url(../img_latest/student.png) no-repeat;
}

.head_faculty {
    background: url(../img_latest/faculty.png) no-repeat;
}

.head_general {
    background: url(../img_latest/general.png) no-repeat;
}

.head_books {
    background: url(../img_latest/books.png) no-repeat;
}

.head_wallet {
    background: url(../img_latest/wallet.png) no-repeat;
}

.head_Campus {
    background: url(../img_latest/campus.png) no-repeat;
}

.head_imporant h4,.head_student h4,.head_faculty h4,.head_general h4,.head_books h4,.head_wallet h4,.head_Campus h4 {
    margin-left: 50px;
    padding-top: 8px;
}

.head_imporant,.head_student,.head_faculty,.head_general,.head_books,.head_wallet,.head_Campus {
    height: 50px;
    margin-top: 30px;
}

.flashMsg .success {
    background: #f1f5df;
    border: 1px solid #c7f086;
    color: #7ea100;
}

.flashMsg .error {
    background: #fcedeb url(../img/flash-erroricon.png) no-repeat 12px bottom;
    border: 1px solid #fcbebd;
    color: #c7504e;
}

.flashMsg {
    cursor: pointer;
    font-size: 13px;
    line-height: 30px;
    width: 100%;
}

@media screen and (max-width: 500px) {
    .abtusP {
        padding: 0px 8px !important;
        font-size: 13px !important;
    }
}

#inter_stu {
    color: black;
    font-weight: bold;
    color: yellow;
}

@media only screen and (min-width: 250px) and (max-width: 450px) {
    .candi_tit,.profHeader {
        font-size: 16px !important;
        line-height: 22px;
    }

    .adblu {
        padding: 10px 0px 00px !important;
    }

    .commonbtn {
        font-size: 15px !important;
    }
}

.newinp {
    border: 1px solid #c7c7c7;
    margin-top: 7px;
    padding-left: 10px;
}

.re_btn {
    width: auto !important;
}

.ins-wid-8 {
    margin-top: 23px;
}

#homeOtp,#forgotPass,#new_pass,#con_Password,#forgotOtp,#loginEmail,#loginPass,#homeSignupOtp {
    border: none;
    border-bottom: 1px solid #ccc;
}

.re_btn a:hover {
    color: #007ee2;
}

.candi_edu_det pre {
    padding: initial;
    margin: inherit;
    background-color: inherit;
    border: none;
}

.candi_edu_det pre p {
    padding: 0 !important;
}

.orlogin {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.selrole1 label {
    padding-left: 13px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'robotoregular'
}

.selrole1 {
    padding: 20px 25px 12px;
    box-shadow: 0px 0px 1px 1px #cccccc;
    margin: 0px 30px 0px 0px;
    background: #fff;
}

.headpp {
    color: #000;
    font-size: 16px;
    margin-bottom: 18px;
    font-family: 'robotomedium';
}

.selrole1 input[type="checkbox"] {
    margin: 0;
}

.schins {
    background: url(../img/search-gray.png) no-repeat scroll 10px center / 15px 15px;
    padding-left: 35px;
    height: 37px;
    width: 100%;
    border: 1px solid #dcdcdc;
    margin-bottom: 16px;
    border-radius: 2px;
}

.hei10pp {
    max-height: 150px;
    overflow-y: auto;
}

.hei10pp::-webkit-scrollbar {
    width: 5px;
}

.hei10pp::-webkit-scrollbar-track {
    background: #fff;
}

.hei10pp::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 10px;
}

.searchcomplete {
    display: none;
}

.suj_cde {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px !important;
}

.ulcash {
    width: 98px;
    margin-top: 8px !important;
    text-align: left;
    float: left;
}

#checkOut {
    height: auto;
    border-radius: 3px;
}

.usecash {
    width: 17px;
    height: 16px;
    float: left;
    margin: 8px 6px !important;
}

.pay_table th {
    font-family: 'robotomedium';
    color: #000;
}

.top10 {
    margin-top: 6px;
}

.pay_table {
    margin-bottom: 30px;
}

.message .success {
    font-size: 1.2em;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #48a942;
    background-color: #def2eb;
    border-color: #ccebd6;
}


/* 1/13/2021 New Contact Form */

:root { --shadow: rgba(0, 0, 0, 0.2);--primary-bg: #007ee2;--primary-bghover: #0076e1; }
* {box-sizing: border-box;font-family: 'Roboto', sans-serif;}
.container { width: 1200px;margin: 0 auto;padding: 0 15px; }
.contact-sect {width: 100%;float: left;/* background: url(../images/new-contact/main_bg.png) no-repeat; */background-size: cover;padding: 78px 0;position: relative;}
.top-bg {width: 100%;float: left;background: url(../images/new-contact/contact_us_bg.png) no-repeat;height: 305px;background-size: cover;display: flex;align-items: center;margin-top: 75px;}
.top-bg h1 { width: 100%;color: #fff;font-size: 50px;text-align: center;margin: 0;text-transform: uppercase; }
.main-formdiv { background: #fff;border-radius: 6px;box-shadow: 0 1px 2px var(--shadow);padding: 25px 20px;margin-top: 15px;width: 100%;float: left;border-top: 1px solid #f2f2f2; }
img.build-left { width: 100%; }
.left-cnt { width: 500px;padding: 0 15px;float: left; }
.right-cnt { width: calc(100% - 500px);float: left;padding: 0 15px; }
.address-div { width: 100%;float: left; }
.address-div-inside { display: flex;width: 100%;float: left;padding: 20px 0;position: relative; }
.address-div-inside:after { content: "";width: 100%;position: absolute;bottom: 0;height: 1px;background: #ddd; }
.address-div-inside:after { content: "";width: calc(100% - 40px);position: absolute;bottom: 0;height: 1px;right: 0;background: #ddd; }
.address-div .address-div-inside:last-child:after { bottom: 12px; }
.address-div-inside img { width: 30px;height: 30px;position: relative;top: -7px; }
.address-list { margin-left: 10px; }
.address-list h5 { margin: 0 0 6px 0;font-size: 18px;font-weight: 500;color: #000; }
.address-list p { margin: 0;font-size: 14px;color: #777;line-height: 20px; }
.address-list ul { list-style: none;padding: 0;margin: 0; }
.address-list ul li { padding-bottom: 8px;float: left;width: 100%;color: #000;font-weight: 500;font-size: 14px; }
.address-list ul li:last-child { padding-bottom: 0; }
.address-list ul li em { font-style: normal;color: #777;font-weight: 400;width: 120px;float: left;position: relative;margin-right: 10px; }
.address-list ul li em:after { content: ":";float: right; }
.right-cnt h4 { font-size: 25px;font-weight: 500;margin: 0 0 15px 0;color: #000; }
.right-cnt .form-group { float: left;width: 100%;margin-bottom: 20px; }
.intl-tel-input .flag-container { bottom: 17px !important; }
.right-cnt .form-group input {width: 100%;height: 50px;text-indent: 10px;border: 1px solid #959595;border-radius: 0;font-size: 14px;padding: 6px 12px;}
.right-cnt .form-group input:focus { outline: none; }
.right-cnt .form-group a { background: var(--primary-bg);color: #fff;text-decoration: none;border-radius: 4px;padding: 10px 35px;font-size: 15px; }
.right-cnt .form-group a:hover { background: var(--primary-bghover); }
.overall-location { width: 100%;float: left;padding: 20px 18px 0px 20px;border-radius: 6px;box-shadow: 0 1px 2px var(--shadow);margin-top: 15px;background: #fff; }
.overall-location h3 {font-size: 32px;font-weight: 500;text-align: center;color: #000;margin-bottom: 40px;}
.overall-list { float: left;width: 100%; }
.overall-list-inside {width: calc(25% - 15px);float: left;border: 1px solid #ddd;padding: 20px 25px;margin-right: 20px;margin-bottom: 20px;min-height: 330px;}
.overall-list-inside img { margin: 0 auto;float: none;display: table; }
.overall-list-inside:nth-child(4) { margin-right: 0 !important; }
.overall-list-inside h4 { font-size: 22px;font-weight: 500;margin: 20px 0 0; }
.overall-list-inside p {margin: 10px 0 0 0;color: #666;line-height: 22px;font-size: 15px;}
section.contact-sect:after { background: url(../images/new-contact/main_bg.png) no-repeat;content: "";width: 100%;height: 330px;background-size: cover;position: absolute;top: 0;left: 0;z-index: -1; }

/* 1/13/2021 New Contact Form */