@import url("https://fonts.googleapis.com/css?family=Roboto");

/*footer{
    background: rgb(9, 151, 99) !important;
} */

.blink_me {
    animation: blinker 1.4s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.exam-status-box {
    background-color: #0288d1;
    padding: 30% 15px;
    min-height: 315px;
    margin: 0 25px;
}

.exam-status-box h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
}

.exam-status-box p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}



.pricing-block {
    position: relative;
    margin-bottom: 50px;
}

.pricing-block .inner-box {
    position: relative;
    background-color: #f6f6f6;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.pricing-block .inner-box .upper-box {
    position: relative;
    text-align: center;
    padding: 33px 0px 38px;
    background: #083b66;
}

.pricing-block .inner-box .upper-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}

.pricing-block .inner-box .upper-box .pack {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #0288d1;
}

.pricing-block .inner-box .price-box .price {
    position: relative;
    font-size: 45px;
    color: #222;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
}

.pricing-block .inner-box .price-box .price .amount {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.pricing-block .inner-box .price-box .price .month {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.pricing-block .inner-box .lower-box {
    position: relative;
    border: 1px solid #d6d6d6;
    text-align: center;
}

.pricing-block .inner-box .lower-box .check-list {
    position: relative;
    padding: 35px 0;
}

.pricing-block .inner-box .lower-box .check-list li {
    position: relative;
    color: #222;
    font-size: 14px;
    padding-left: 25px;
    font-weight: 600;
    margin: 4px 0;
}

.pricing-block .inner-box .lower-box .check-list li.check span {
    font-size: 14px;
    color: #02b943;
    margin-right: 5px;
}

.pricing-block .inner-box .lower-box .check-list li.cross span {
    font-size: 14px;
    color: #de3406;
    margin-right: 5px;
}

.pricing-block .inner-box .lower-box .link-box {
    text-align: center;
    display: block;
}

.pricing-block .inner-box .lower-box .link-box .buy-now {
    padding: 6px 54px;
    width: 100%;
    color: #fff;
}

.pricing-block .inner-box:hover {
    -webkit-box-shadow: 0px 0px 11px 3px rgba(241, 241, 241, 0.67);
    -moz-box-shadow: 0px 0px 11px 3px rgba(241, 241, 241, 0.67);
    box-shadow: 0px 0px 11px 3px rgba(241, 241, 241, 0.67);
}

.pricing-section .bottom-content {
    text-align: center;
    margin-top: 30px;
}

.pricing-section .bottom-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #888;
    margin-bottom: 10px;
}

.pricing-section .bottom-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
}


/*
==================================
btn Style One
==================================
*/

.btn-style-one {
    position: relative;
    padding: 13px 40px;
    line-height: 24px;
    color: #222;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background: #0288d1;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #0288d1;
    font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover {
    color: #ffffff;
    background: #083b66;
    border-color: #083b66;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.pricing-block {
    position: relative;
    margin-bottom: 50px;
}


.input-group-addon,
.input-group-btn {
    width: auto !important;
}

.certlist {
    border: solid 1px #0288d1;
}

.customNavigation {
    text-align: center;
    margin-bottom: 15px;
}

.certlist-head {
    background-color: #0288d1;
    color: #fff;
    padding: 15px;
    font-weight: 700;
}

.certlink:hover {
    background-color: #0288d1;
    color: #fff;
}

.cert-exam {
    border: 2px solid #0288d1;
    margin-bottom: 15px;
}

.cert-exam-body {
    padding: 20px;
}

.cert-exam-head {
    padding: 10px;
    background-color: #0288d1;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}


.certlink {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #d8d8d8;
    padding: 10px;
    color: #0288d1;
}

.box-container {
    width: 100%;
}

.exam-box {
    box-shadow: 0 0 6px 0px #a5a5a5;
    margin: 10px;
    min-height: 165px;
}

.exam-box-header {
    background-color: #888888;
    padding: 5px 10px;
}

.simplelink {
    background: none !important;
    border: none !important;
    color: #0288d1 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
}

.simplelink:hover {
    background: none !important;
    color: #000 !important;
    text-decoration: none !important;
}


.exam-box-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 35px;
}

.exam-box-header small {
    color: #fff;
    line-height: 36px;
}

.exam-box-body {
    padding: 5px 10px;
}

.exam-box-body p {
    text-align: left;
    font-size: 13px;
}

.exam-box-footer {
    padding: 5px 10px;
}

.modal {
    background-color: #0000006b;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 5%) !important;
    transform: translate(0, 5%) !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800 !important;
        margin: 1.75rem auto !important;
    }
}

.cart-item {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0 0 7px 0px #e4e4e4;
}

.cart-item:hover {
    background-color: #f7f7f7;
}

.imgcol {
    width: 115px;
    float: left;
}

.main-title1 {
    font-size: 28px;
    color: #000;
    text-align: center;
}

.main-title {
    font-size: 24px;
    color: #0288d1;
    font-weight: 600;
}

.desc-col {
    width: calc(100% - 115px);
    float: left;
    padding-top: 18px;
}

.item-dsc h3 {
    font-size: 19px;
    color: #0288d1;
    font-weight: 600;
}

.item-dsc p {
    font-size: 18px;
    margin-top: 15px;
}

.box-text {
    text-align: justify;
    margin-left: 140px;
}

/*--------------------------------
	06 - Top Bar CSS
--------------------------------*/
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.examp-strip {
    padding: 10px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #083b66;
    font-size: 18px;
}

.top-bar {
    background: linear-gradient(90deg, #f2f3f5 70%, #0288d1 30%);
    position: relative;
}

==================================================================Funfacts section==================================================================***/ .funfact-section {
    position: relative;
}

.counter-block {
    position: relative;
}

.counter-block .inner-box {
    position: relative;
    text-align: center;
    background-color: #ededed;
    padding: 50px 15px;
    margin-bottom: 50px;
    min-height: 325px;
}

.counter-block .inner-box:before {
    position: absolute;
    content: '';
    background-color: #0288d1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    transition: .5s ease;
}

.counter-block .inner-box:hover:before {
    height: 100%;
}

.counter-block .count-text {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    transition: .5s ease;
}

.counter-block .inner-box:hover .count-text {
    color: #fff;
}

.counter-block .inner-box:hover .count-heading {
    color: #fff;
}

.counter-block h5 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    text-align: justify;
    margin-bottom: 35px;
    position: relative;
    line-height: 1.5;
}

.counter-block .icon-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 100px;
    line-height: 98px;
    background: #fff;
    text-align: center;
    border: 2px solid #0288d1;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    transform: translate(-50%, 50%);
}

.funfact-section .bottom-content {
    text-align: center;
    margin-top: 30px;
}

.funfact-section .bottom-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #888;
    margin-bottom: 10px;
}

.funfact-section .bottom-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
}


/* Counter block two */

.counter-block-two {
    position: relative;
}

.counter-block-two .inner-box {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}

.counter-block-two .count-text {
    position: relative;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    transition: .5s ease;
}

.counter-block-two .number-prefix {
    position: relative;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #222;
}

.counter-block-two h5 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}



/*
==================================
btn Style One
==================================
*/

/*Btn Style six*/

.btn-style-six {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #222;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    height: 45px;
    line-height: 22px;
}

.btn-style-six:hover {
    color: #ffffff;
    background: #0288d1;
    border-color: #0288d1;
}


/*Btn Style nine*/

.btn-style-nine {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #192546;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #192546;
    border-radius: 10px;
    height: 45px;
    line-height: 22px;
}

.btn-style-nine:hover {
    color: #ffffff;
    background: #0288d1;
    border-color: #0288d1;
}









.navbar-light .navbar-nav .nav-link a {
    color: #FFFFFF;
}

.top-bar .left-side,
.top-bar .right-side {
    padding: 5px 0px;
}

.top-bar ul a,
.top-bar ul li {
    font-family: 'Roboto', sans-serif;
}

ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-bar ul i {
    margin-right: 10px;
}

.top-bar .left-side ul li:last-child,
.top-bar .right-side ul li:last-child {
    margin-right: 0;
}

.top-bar .right-side {
    position: relative;
}

.top-bar .right-side:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0px;
    border-bottom: 53px solid #0288d1;
    border-left: 50px solid transparent;
}

.top-bar .left-side ul li {
    margin-right: 38px;
}

.top-bar .left-side ul li a {
    color: #777777;
}

.top-bar .left-side ul li a:hover {
    color: #0288d1;
}

.top-bar .left-side ul li:last-child {
    margin-right: 0px;
}

.top-bar .right-side ul li a {
    color: #ffffff;
}

.top-bar .right-side ul li a:hover {
    color: #444444;
}

.top-bar .right-side ul li {
    margin-right: 20px;
}

.top-bar .right-side ul li:nth-child(-n+2) a i {
    margin-right: 0px;
}


/*--------------------------------
	Top Bar CSS Ends
--------------------------------*/


/*--------------------------------
	07 - header CSS
--------------------------------*/

.header {
    position: relative;
    background-color: #ffffff;
    padding: 0px;
}

.info-container {
    position: relative;
    float: none;
    padding: 27px 0px;
}

.icon-box,
.info-side,
.icon-side {
    float: left;
}

.info-side p {
    margin-bottom: 0;
    line-height: 19px;
    color: #777777;
}

.info-side p,
.info-side p strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.info-side p {
    font-size: 1.5rem;
}

.info-side p strong {
    font-size: 1.2rem;
    color: #afafaf;
    letter-spacing: 0.01rem;
}

.icon-side img {
    margin-right: 16px;
}

.icon-box {
    margin-right: 52px;
}

.icon-box:last-child {
    margin-right: 0;
}

.logo {
    padding: 2px 0px;
}


/*--------------------------------
	header CSS Ends
--------------------------------*/


/*--------------------------------
	08 - Nav Bar CSS
--------------------------------*/

.fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}

.navigation .dropdown .dropdown-menu {
    width: 250px;
    top: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.navigation .navbar .dropdown-item {
    position: relative;
    width: 100%;
    padding: 12px 30px;
    border-top: 1px solid #1c345a;
    transition: all 500ms ease;
    background-color: #f2f5f8;
}

.navigation .navbar .dropdown-item:hover {
    background-color: #1c345a;
    color: #0288d1;
}

.navigation .dropdown-item:focus {
    background-color: transparent;
}

.navigation {
    position: relative;
    background-color: #0288d1;
    transition: all 400ms ease-in-out;
    padding: 0px;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.navigation .navbar {
    padding: 0;
}

.navigation .dropdown-toggle::after {
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #f7f7f7;
}

.navigation .navbar-light .navbar-nav .nav-link:focus,
.nav-icon a:hover,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0288d1;
}

.navigation .navbar a {
    font-weight: 600;
    letter-spacing: 0.01em;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.navbar .navbar-toggler .icon-bar {
    background: #ffffff;
    height: 2px;
    width: 29px;
    display: block;
    margin: 6px 6px;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
    padding: 13px 0px;
}


/*--------------------------------
	Nav Bar CSS Ends
--------------------------------*/

.member-area .top {
    margin-top: 15px;
    background-color: #0288d1 !important;
}

.btn-danger {
    background-color: #0288d1 !important;
    border-color: #0288d1 !important;
}

.banner h2 {
    color: #ffffff !important;
}

body.category aside {
    background: rgb(207, 217, 224) !important;
}

body {
    font-family: 'Roboto', sans-serif;
    background: white;
    overflow-x: hidden;
}

body .position-relative {
    position: relative;
}

body .striked {
    text-decoration: line-through;
}

body .blu {
    color: #10b3ec;
}

body .txt20 {
    font-size: 22px;
}

body .btn-primary,
body .btn-primary:hover,
body .btn-primary:focus {
    text-decoration: none;
    background: #10b3ec;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 1.000em;
    text-align: center;
}

body:not(.member-area) .btn-success {
    display: inline-block;
    width: 210px;
    height: 53px;
    background: #0288d1;
    font-size: 16px;
    color: #f7f7f7;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    text-transform: uppercase;
    text-align: center;
    padding-top: 17px;
    border-radius: 3px;
    border: 0;
    padding: 17px;
}

body .btn-custom {
    width: 100%;
    border: 0;
    float: left;
    text-decoration: none;
    text-align: center;
    font-size: 1.000em;
    font-weight: bold;
    color: #453602;
    padding: 10px;
    border-radius: 3px;
    box-shadow: none;
    background: #f1e767;
    background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f1e767), color-stop(100%, #feb645));
    background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
    background: -o-linear-gradient(top, #f1e767 0%, #feb645 100%);
    background: -ms-linear-gradient(top, #f1e767 0%, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
}

body .btn-custom:hover {
    color: black;
    background: #f1e767;
    background: -moz-radial-gradient(center, ellipse cover, #f1e767 0%, #feb645 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f1e767), color-stop(100%, #feb645));
    background: -webkit-radial-gradient(center, ellipse cover, #f1e767 0%, #feb645 100%);
    background: -o-radial-gradient(center, ellipse cover, #f1e767 0%, #feb645 100%);
    background: -ms-radial-gradient(center, ellipse cover, #f1e767 0%, #feb645 100%);
    background: radial-gradient(ellipse at center, #f1e767 0%, #feb645 100%);
}

body .color-secondary {
    color: #0288d1;
}

body a {
    color: #10b3ec;
}

body header {
    background: white;
}

@media screen and (max-width: 991px) {
    body header .topbarNavWrap .head-row {
        width: 100%;
        display: block;
        clear: both;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {

    body header .topbarNavWrap .head-row .homeLink,
    body header .topbarNavWrap .head-row .navDropper,
    body header .topbarNavWrap .head-row .cart {
        display: inline-block !important;
        float: none !important;
    }
}

@media screen and (max-width: 991px) {
    body header .topbarNavWrap .head-row .categories {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {
    body header .topbarNavWrap .head-row .cart {
        width: 25%;
    }
}

@media screen and (max-width: 500px) {
    body header .topbarNavWrap .head-row .categories {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    body header .topbarNavWrap .head-row .cart {
        width: 20%;
        padding: 10px !important;
    }
}

@media screen and (max-width: 991px) {
    body header .topbarNavWrap .head-row .searchWrap {
        width: 100% !Important;
    }
}

@media screen and (max-width: 991px) {
    body header .topbarNavWrap .head-row .accountLinks {
        width: 100% !Important;
        float: none !Important;
        display: block;
    }
}

body header .topbarNavWrap .topbarNav {
    padding: 20px 0;
}

@media screen and (max-width: 991px) {
    body header .topbarNavWrap .topbarNav .logo a {
        display: block;
        margin-bottom: 20px;
    }

    body header .topbarNavWrap .topbarNav .logo a img {
        display: block;
        margin: 0 auto;
    }
}

body header .topbarNavWrap .topbarNav .logo img {
    max-width: 100%;
    height: auto;
}

body header .topbarNavWrap .topbarNav .navigation * {
    background: white;
}

body header .topbarNavWrap .topbarNav .navigation .accountLinks {
    width: 200px;
    display: block;
    float: left;
    padding-top: 5px;
}

body header .topbarNavWrap .topbarNav .navigation a.cart {
    font-size: 16px;
    float: left;
    margin-right: 10px;
    color: black;
    text-decoration: none;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 20px;
}

body header .topbarNavWrap .topbarNav .navigation a.cart i {
    font-size: 18px;
}

body header .topbarNavigation {
    background: #0288d1;
    padding: 13px 0;
    display: block;
}

body header .topbarNavigation a {
    font-size: 20px;
    color: white;
    text-decoration: none;
    line-height: 34px;
    display: inline-block;
}

body header .topbarNavigation a::after {
    content: '|';
    margin: 0 10px;
}

body header .topbarNavigation a:last-of-type::after {
    content: '';
    margin: 0;
}

body header .topbarNavigation .searchWrap .form-group {
    margin: 0;
}

body.home .headerBanner {
    background: #0288d1;
    background: url("./../uploads/header_bg.png");
    background-size: cover;
    background-position: center center;
    padding: 20px 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

body.home .headerBanner .banner h1 {
    font-size: 33px;
    color: #fff;
    margin-bottom: 14px;
}

body.home .headerBanner .banner p {
    font-size: 12px;
    color: #fff;
    padding-right: 110px;
    text-align: justify;
    margin-bottom: 20px;
}

body.home .headerBanner .banner ul {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 0px;
}

body.home .headerBanner .banner ul li {
    color: #fff;
    font-size: 15px !important;
    background-image: url(./../uploads/tic.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    list-style: none;
    line-height: 25px;
}

body.home .headerBanner .quickDemo .hot-vendors {
    width: 100%;
    height: auto;
    float: left;
    background: rgba(202, 202, 202, 0.43);
    padding-top: 7px;
}

body.home .headerBanner .quickDemo .hot-vendors .hot_vendor {
    font-size: 18px !important;
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
    padding-top: 14px;
}

body.home .headerBanner .quickDemo .hot-vendors p {
    color: #a6a6a6;
    font-size: 11px;
    text-align: center;
}

body.home .headerBanner .quickDemo .hot-vendors .cust {
    width: 100%;
    height: auto;
    float: left;
}

body.home .headerBanner .quickDemo .hot-vendors .cust .cust-box {
    display: block;
    font-size: 14px;
    color: #03F;
    text-align: center;
    padding-top: 20px;
}

body.home .headerBanner .quickDemo .hot-vendors .cust .cust-box img {
    padding-bottom: 4px;
    border-radius: 50px;
}

body.home .headerBanner .quickDemo .hot-vendors .cust .cust-box span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

body.home .headerBanner .quickDemo .hot-vendors .hot-vendor-mail {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 22px;
}

body.home .headerBanner .quickDemo .hot-vendors .hot-vendor-mail ul {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 0px;
}

body.home .headerBanner .quickDemo .hot-vendors .hot-vendor-mail ul li {
    float: left;
    list-style: none;
}

body.home .headerBanner .quickDemo .hot-vendors .hot-vendor-mail ul li select {
    border: none;
    border-right: 1px solid #cfcfcf;
    font-size: 12px;
    width: 105px;
    height: 34px;
    border-radius: 0;
}

body.home .headerBanner .quickDemo .hot-vendors .hot-vendor-mail ul li input {
    border: none;
    padding: 8.5px;
    font-size: 12px;
    width: 157px;
}

body.home .headerBanner .quickDemo .hot-vendors .hot-vendor-mail ul li .download-demo-btn {
    border: none;
    padding: 8.5px;
    background-color: #0288d1;
    color: #fff;
    font-size: 12px;
    border-radius: 0px 3px 3px 0px;
}

body.home .faqnupdate {
    margin-top: 20px;
}

body.home .faqnupdate .faq .content {
    padding: 20px;
}

body.home .faqnupdate .vendors .content #vendorTabs .resp-tab-active,
body.home .faqnupdate .vendors .content #vendorTabs .resp-tab-content {
    border-color: #ccc;
}

body.home .faqnupdate .vendors .content #vendorTabs .resp-tabs-container a {
    width: 30%;
    padding: 5px;
    border: 2px solid #CFD3D6;
    border-radius: 3px;
    margin-right: 3px;
    margin-left: 3px;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    color: #8D9FB0;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.home .testimonialbox {
    margin: 20px auto;
}

body.home .testimonialbox .box .content {
    padding-bottom: 36px;
}

body .row.listingWrap {
    background: #e1e1e1;
}

body .row.listingWrap .container.listing {
    margin-top: 30px;
    padding-bottom: 70px;
}

body .row.listingWrap .container.listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

body .row.listingWrap .container.listing ul li {
    list-style: none;
    margin-bottom: 10px;
}

body .row.listingWrap .container.listing ul li a {
    text-decoration: none;
    color: black;
    display: block;
    background: white;
    padding-top: 1px;
    min-height: 165px;
    position: relative;
}

@media screen and (min-width: 768px) {
    body .row.listingWrap .container.listing ul li a {
        margin-left: -12px;
        margin-right: -12px;
    }
}

body .row.listingWrap .container.listing ul li a:hover .seedetail {
    background: #d53115;
}

body .row.listingWrap .container.listing ul li a h3 {
    color: #0288d1;
}

body .row.listingWrap .container.listing ul li a p {
    font-size: 0.875em;
    padding: 0 3px;
}

body .row.listingWrap .container.listing ul li a .seedetail {
    background: #0288d1;
    height: 48px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.000em;
    font-weight: bold;
    padding-top: 12px;
    display: block;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
}

body .breadcrumb {
    background: #083b66;
    color: #fff;
    border-radius: 0;
}

body .breadcrumb ul {
    padding: 0;
    margin: 0;
}

body .breadcrumb ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

body .breadcrumb ul li a {
    color: #fff;
    text-decoration: none;
}

body .breadcrumb ul li:not(:last-of-type)::after {
    content: ' > ';
    padding-left: 10px;
}

body.member-area {
    background: #e1e1e1;
}

body.member-area .breadcrumb {
    display: none;
}

body.member-area main .container {
    background: white;
}

body.member-area main .container .top {
    background: #0288d1;
    color: white;
    padding: 10px 20px;
}

@media screen and (max-width: 991px) {
    body.member-area main .container .top {
        text-align: center;
    }
}

body.member-area main .container .top .title {
    display: block;
    margin: 0;
    padding-top: 10px;
}

@media screen and (max-width: 991px) {
    body.member-area main .container .top .title {
        float: none !Important;
        margin-bottom: 20px !important;
        text-align: center;
    }
}

body.member-area main .container .top .settings {
    display: block;
    color: white;
    margin: 0;
    margin-right: 20px;
}

body.member-area main .container .top .settings a {
    display: block;
    color: white;
    margin: 0;
    font-size: 30px;
}

@media screen and (max-width: 991px) {
    body.member-area main .container .top .settings {
        margin: inherit !important;
        display: inline-block !important;
        text-align: center;
        float: none !Important;
    }
}

body.member-area main .container .top .profile {
    position: relative;
}

@media screen and (max-width: 991px) {
    body.member-area main .container .top .profile {
        margin: inherit !important;
        text-align: center;
        display: inline-block !important;
        float: none !Important;
    }
}

body.member-area main .container .top .profile a {
    color: white;
    text-decoration: none;
}

body.member-area main .container .top .profile a span.fa {
    position: relative;
    top: -5px;
    font-size: 29px;
}

body.member-area main .container .top .profile a img {
    position: relative;
    top: -10px;
}

body.member-area main .container .top .profile a .right {
    display: inline-block;
    padding-left: 10px;
}

body.member-area main .container .top .profile a .right span.name {
    font-weight: 500;
}

body.member-area main .container .top .profile a .right span.role {
    font-size: 12px;
    color: #bde8fd;
    font-style: italic;
}

body.member-area main .container .top .profile:hover ul {
    display: block;
}

body.member-area main .container .top .profile ul {
    display: none;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    z-index: 1;
}

body.member-area main .container .top .profile ul li {
    list-style: none;
    text-align: center;
}

body.member-area main .container .top .profile ul li a {
    color: black;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

body.member-area main .container .top .profile ul li a:hover {
    background: #0288d1;
    color: #fff;
}

body.member-area main .container .main #accountTabs .resp-tabs-list {
    background: #f2f2f2;
    min-height: 90vh;
    width: 25%;
}

body.member-area main .container .main #accountTabs .resp-tabs-list li.resp-tab-item {
    display: block;
    padding: 23px 23px 20px 75px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    border-top: 1px solid #e0e0e0;
    color: #9a9999;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    background-repeat: no-repeat;
}

body.member-area main .container .main #accountTabs .resp-tabs-list li.resp-tab-item.resp-tab-active {
    border: 1px solid #e0e0e0;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 23px 23px 20px 75px !important;
    color: #000000;
}

body.member-area main .container .main #accountTabs .resp-tabs-list li.resp-tab-item.dashboard {
    background-image: url(./../uploads/dash1-hover.png);
    background-position: 10% 45%;
}

body.member-area main .container .main #accountTabs .resp-tabs-list li.resp-tab-item.orders {
    background-image: url(./../uploads/dash5-icon.png);
    background-position: 10% 65%;
}

body.member-area main .container .main #accountTabs .resp-tabs-list li.resp-tab-item.invoices {
    background-image: url(./../uploads/dash6-icon.png);
    background-position: 10% 65%;
}

body.member-area main .container .main #accountTabs .resp-tabs-list li.resp-tab-item.download-history {
    background-image: url(./../uploads/dash7-icon.png);
    background-position: 10% 65%;
}

body.member-area main .container .main .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    border-radius: 0px;
    clear: none;
    border-right: 0px;
    border-left: 0px;
    padding-left: 2%;
    padding-right: 1%;
    padding-top: 15px;
    border-bottom: 0;
    padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
    body.member-area main .container .main .resp-tabs-container {
        width: 71.7%;
    }
}

@media screen and (max-width: 991px) {
    body.member-area main .container .main .resp-tabs-container {
        padding: 0;
    }
}

body.member-area main .container .main .resp-tabs-container .resp-tab-content {
    padding: 0;
}

body.member-area main .container .main .resp-tabs-container .tabTitle {
    font-size: 28px;
    color: #0288d1;
}

@media screen and (max-width: 991px) {
    body.member-area main .container .main .resp-tabs-container .tabTitle {
        text-align: center;
        margin: 10px auto;
        display: block;
    }
}

body.member-area main .container .main .resp-tabs-container .error {
    color: red;
}

body.member-area main .container .main .resp-tabs-container .MemberBox {
    margin: 0 auto;
    width: 589px;
    height: auto;
    margin-top: 77px;
}

@media screen and (max-width: 991px) {
    body.member-area main .container .main .resp-tabs-container .MemberBox {
        margin: 0 auto;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm {
    float: left;
    width: 100%;
    height: auto;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li {
    width: 50%;
    float: left;
}

@media screen and (max-width: 991px) {
    body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li {
        width: 100%;
        float: left;
    }
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li:nth-child(3n) a,
body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li:nth-child(4n) a {
    padding-top: 45px;
}

@media screen and (max-width: 991px) {

    body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li:nth-child(3n) a,
    body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li:nth-child(4n) a {
        float: left;
        width: 99.7%;
        height: 127px;
        text-decoration: none;
        padding-top: 20px;
        border-bottom: 1px solid #e4ede4;
    }
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a {
    float: left;
    width: 99.7%;
    height: 127px;
    text-decoration: none;
    padding-top: 10px;
}

@media screen and (max-width: 991px) {
    body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a {
        float: left;
        width: 99.7%;
        height: 127px;
        text-decoration: none;
        padding-top: 20px;
        border-bottom: 1px solid #e4ede4;
    }
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a:hover {
    background: #fcfcfc;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a .DashImg1 {
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(./../uploads/histry1-icon.png);
    height: 70px;
    display: inline-block;
    width: 100px;
    padding-left: 65px;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a .Font40 {
    font-size: 40px;
    font-family: "Myriad Pro";
    color: #000000;
    line-height: 22px;
    float: left;
    width: 100%;
    margin-top: 12px;
    text-align: left !important;
    padding-left: 0px;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a .Font20 {
    font-size: 20px;
    font-family: "Myriad Pro";
    color: #0f0f0f;
    text-align: left !important;
    float: left;
    width: 80%;
    padding-left: 5px;
    margin-top: 3px;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a.DAhBdBtm1 {
    border-bottom: 1px solid #e4ede4;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a.DAhBdRht1 {
    border-right: 1px solid #e4ede4;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a .DashImg2 {
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(./../uploads/histry2-icon.png);
    height: 70px;
    display: inline-block;
    width: 145px;
    padding-left: 104px;
    margin-left: 20px;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a .DashImg3 {
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(./../uploads/histry3-icon.png);
    height: 75px;
    display: inline-block;
    width: 140px;
    padding-left: 85px;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a .DashImg4 {
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(./../uploads/histry4-icon.png);
    height: 70px;
    display: inline-block;
    width: 227px;
    padding-left: 75px;
}

body.profile main form,
body.changepass main form {
    width: 400px;
    padding-top: 50px;
}

body.profile main form .form-control,
body.changepass main form .form-control {
    margin-bottom: 10px;
}

body.category main {
    margin-bottom: 70px;
}

body.category main .examsnsubs .VenderBD1 {
    float: left;
    width: 100%;
    border-top: 1px solid #ececec;
    margin-top: 20px;
}

body.category main .examsnsubs .VenderBD1 .VendCol {
    float: left;
    width: 35%;
    min-height: 548px;
    border-right: 1px solid #ececec;
    margin-top: 9px;
}

body.category main .examsnsubs .VenderBD1 .VendCol .content1 {
    overflow: auto;
    margin: 0px;
    max-width: 100%;
    height: 500px;
}

body.category main .examsnsubs .VenderBD1 .VendCol .content1 .mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

body.category main .examsnsubs .VenderBD1 .VendCol .content1 .mCustomScrollBox .mCSB_container {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 18px;
    overflow: hidden;
    width: auto;
    height: auto;
    padding: 0px;
}

body.category main .examsnsubs .VenderBD1 .VendCol .content1 .mCustomScrollBox .mCSB_container ul {
    float: left;
    margin: 0px;
    padding: 0px;
}

body.category main .examsnsubs .VenderBD1 .VendCol .content1 .mCustomScrollBox .mCSB_container ul li {
    float: left;
    list-style: none;
    width: 100%;
}

body.category main .examsnsubs .VenderBD1 .VendCol .content1 .mCustomScrollBox .mCSB_container ul li a {
    background: url(./../uploads/vendlink-icon.jpg) no-repeat left center;
    color: #0288d1;
    font-size: 15px;
    padding-left: 0px;
    text-decoration: none;
}

body.category main .examsnsubs .VenderBD1 .VendCol+.VendCol1 a {
    width: 100% !important;
    clear: both !important;
    border: 0 !Important;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 {
    float: left;
    width: 381px;
    padding-top: 10px;
    padding-left: 22px;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 {
    overflow: auto;
    margin: 0px;
    max-width: 100%;
    height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a {
    display: block;
    height: 150px;
    position: relative;
    color: black;
    text-decoration: none;
    width: 48%;
    float: left;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a:nth-child(odd) {
    border-right: 1px solid #0288d1;
    padding-right: 2%;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a:nth-child(even) {
    padding-left: 2%;
}

@media screen and (max-width: 768px) {
    body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a {
        width: 100%;
        float: none;
        border: 0 !important;
        padding: 0;
    }
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a .title {
    font-size: 19px;
    margin-bottom: 40px;
    font-weight: bold;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a .count {
    float: left;
    color: #0288d1;
    font-size: 13px;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a .link {
    float: right;
    padding: 7px 20px;
    background: #0288d1;
    color: white;
    position: relative;
    top: -20px;
}

@media screen and (min-width: 768px) {
    body.category main .examsnsubs .VenderBD1 .VendCol+.VendCol1 a.SeeLink {
        right: 20px !important;
    }
}

body.category main .examsnsubs .VenderBD1.fullwidth {
    border: 0;
}

body.category main .examsnsubs .VenderBD1.fullwidth .VendCol1 {
    width: 100%;
}

body.category main .examsnsubs .VenderBD1.fullwidth .VendCol1 .BluBgSmlRow:hover {
    background: url(./../uploads/blu-hover.jpg) repeat-y !important;
}

body.category main .testimonialbox {
    margin-top: 20px;
}

body.category main .testimonialbox .box .content {
    padding-bottom: 36px;
}

body.category main .testimonialbox .box .video {
    background: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

body.category main .testimonialbox .box .video video {
    max-width: 100%;
    height: auto;
}

body.category aside {
    background: rgba(236, 65, 36, 0.39);
    padding: 20px;
    padding-top: 1px;
}

body.category aside .avatarImg img {
    display: block;
    margin: 0 auto;
}

body.category aside .hotexams .HotBd1 {
    border-bottom: 1px solid #dddddd;
    padding-top: 15px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

body.category aside .hotexams .HotBd1 .ExamCodClm {
    float: left;
    width: 59px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Myriad Pro";
    color: #2a323a;
}

body.category aside .hotexams .HotBd1 .SupportClm {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #57616a;
    margin-top: 5px;
}

body.category aside .hotexams .HotBd1 .UpRow {
    color: #fc0000;
    font-size: 10px;
    text-transform: uppercase;
    float: left;
    margin-top: 9px;
}

body.category aside .popularCerts ul,
body.category aside .popularExams ul {
    padding: 0;
    margin: 0;
}

body.category aside .popularCerts ul li,
body.category aside .popularExams ul li {
    width: 50%;
    float: left;
    list-style: none;
}

body.category .container-fluid {
    margin-top: 30px;
    padding-bottom: 70px;
    background: #e1e1e1;
}

body.category .container-fluid .updates ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

body.category .container-fluid .updates ul li {
    list-style: none;
    margin-bottom: 10px;
}

body.category .container-fluid .updates ul li a {
    text-decoration: none;
    color: black;
    display: block;
    background: white;
    padding-top: 1px;
    min-height: 150px;
    position: relative;
}

body.category .container-fluid .updates ul li a:hover .seedetail {
    background: #d53115;
}

body.category .container-fluid .updates ul li a h3 {
    color: #0288d1;
}

body.category .container-fluid .updates ul li a p {
    font-size: 0.875em;
    padding: 0 3px;
}

body.category .container-fluid .updates ul li a .seedetail {
    background: #0288d1;
    height: 43px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.000em;
    font-weight: bolder;
    padding-top: 9px;
    display: block;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
}

body.exam main form {
    display: inline;
}

body.exam main .btn-cart {
    border-radius: 2px;
    border: 0;
    margin-right: 14px;
    cursor: pointer;
    text-transform: none;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    margin-right: 20px;
}

body.exam main .btn-link {
    display: inline-block;
    border-radius: 2px;
    background-color: #fff;
    width: 140px;
    height: 40px;
    border: 2px solid #0288d1;
    cursor: pointer;
    color: #0288d1;
}

body.exam main .image .logo-prod {
    position: relative;
    margin: 0 auto;
}

body.exam main .image .logo-prod img {
    max-width: 100%;
    height: auto;
}

body.exam main .image .logo-prod p {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 144px;
    height: 67px;
    padding-top: 12px;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    padding-top: 17px;
}

@media screen and (max-width: 1024px) {
    body.exam main .image .logo-prod p {
        top: 0px;
        right: -13px;
    }
}

@media screen and (max-width: 768px) {
    body.exam main .image .logo-prod p {
        top: 15px;
        right: 31%;
    }
}

@media screen and (max-width: 425px) {
    body.exam main .image .logo-prod p {
        top: 15px;
        right: 14%;
    }
}

@media screen and (max-width: 375px) {
    body.exam main .image .logo-prod p {
        right: 30px;
    }
}

@media screen and (max-width: 320px) {
    body.exam main .image .logo-prod p {
        right: 5px;
    }
}

body.exam main .testimonialbox {
    margin-top: 20px;
}

body.exam main .testimonialbox .box .content {
    padding-bottom: 36px;
}

body.exam main .testimonialbox .box .video {
    background: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

body.exam main .testimonialbox .box .video video {
    max-width: 100%;
    height: auto;
}

body.exam main .faqnupdate {
    margin-top: 20px;
}

body.exam main .faqnupdate .faq .content {
    padding: 20px;
}

body.exam main .faqnupdate .updates .content #updatesAccordian ul li {
    text-align: center;
}

body.exam main .faqnupdate .updates .content #updatesAccordian ul li a {
    text-decoration: none;
}

body.exam main .faqnupdate .updates .content #updatesAccordian ul li a .red {
    color: red;
}

body.exam main .faqnupdate .updates .content #updatesAccordian .resp-tabs-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.exam main .faqnupdate .updates .content #updatesAccordian .resp-tabs-container ul li {
    list-style: none;
}

body.exam .container-fluid {
    margin-top: 30px;
    padding-bottom: 70px;
    background: #e1e1e1;
}

body.exam .container-fluid .updates ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

body.exam .container-fluid .updates ul li {
    list-style: none;
    margin-bottom: 10px;
}

body.exam .container-fluid .updates ul li a {
    text-decoration: none;
    color: black;
    display: block;
    background: white;
    padding-top: 1px;
    min-height: 150px;
    position: relative;
}

body.exam .container-fluid .updates ul li a:hover .seedetail {
    background: #d53115;
}

body.exam .container-fluid .updates ul li a h3 {
    color: #0288d1;
}

body.exam .container-fluid .updates ul li a p {
    font-size: 0.875em;
    padding: 0 3px;
}

body.exam .container-fluid .updates ul li a .seedetail {
    background: #0288d1;
    height: 43px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.000em;
    font-weight: bolder;
    padding-top: 9px;
    display: block;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
}

body.exam .container-fluid .relatedexams ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

body.exam .container-fluid .relatedexams ul li {
    list-style: none;
    margin-bottom: 10px;
}

body.exam .container-fluid .relatedexams ul li a {
    text-decoration: none;
    color: black;
    display: block;
    background: white;
    padding-top: 1px;
    min-height: 150px;
    position: relative;
}

body.exam .container-fluid .relatedexams ul li a h3 {
    color: #0288d1;
}

body.exam .container-fluid .relatedexams ul li a p {
    font-size: 0.875em;
    padding: 0 3px;
}

body.exam .container-fluid .relatedexams ul li a .seedetail {
    background: #0288d1;
    height: 43px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.000em;
    font-weight: bolder;
    padding-top: 9px;
    display: block;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
}

body.all .container.main {
    padding-bottom: 30px;
}

body.all .container.main a {
    background: #fff;
    color: #ff4d8e;
    /*padding: 5px 7px;*/
    font-size: 20px;
    border-radius: 3px;
    margin: 10px 5px;
    width: 40px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 18%;
    display: inline-block;
    text-align: center;
}

body .content-row .col-content {
    height: 290px;
    border: 1px #e0e0e0 solid;
    margin-top: 5%;
    margin-left: 1%;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #ebebeb;
    padding: 10px;
    clear: both;
    text-align: center;
}

body .content-row .col-content img {
    display: block;
    margin: 0 auto;
}

body .content-row .col-content p b {
    font-size: 0.900em;
    color: #2a323a;
    display: block;
    padding-bottom: 15px;
}

body.cart main {
    margin-bottom: 50px;
}

body.cart main .cart_wrapper .cart_inner table {
    font-size: 16px;
}

body.cart main .checkout .gateways .tabs li {
    width: 50%;
    margin: 0;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    body.cart main .checkout .gateways .tabs li {
        width: 100%;
        margin-bottom: 5px;
    }
}

body.cart main .checkout .gateways .tabs li a {
    color: black;
    background-color: white;
    border: 1px solid #efefef;
    border-radius: 0;
    font-size: 17px;
}

body.cart main .checkout .gateways .tabs li a:hover {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
}

body.cart main .checkout .gateways .tabs li a img {
    max-width: 100%;
}

body.cart main .checkout .gateways .tabs li.active a {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
}

body.cart main .checkout .gateways .checkoutContainer .item {
    margin-top: 20px;
    border: 1px solid #efefef;
    padding: 20px 10px;
}

body.cart main .checkout .gateways .checkoutContainer .item .col {
    width: 50%;
    float: left;
    border-right: 1px solid #efefef;
    padding: 0 10px;
}

body.cart main .checkout .gateways .checkoutContainer .item .col:nth-child(2) {
    border: 0;
}

@media screen and (max-width: 768px) {
    body.cart main .checkout .gateways .checkoutContainer .item .col {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #efefef;
    }

    body.cart main .checkout .gateways .checkoutContainer .item .col:nth-child(2) {
        border: 0;
    }
}

body.page main {
    margin-bottom: 100px;
}

body main {
    min-height: 60vh;
}


/* body footer {
    background: #606362 !important;
    background: rgba(236, 65, 36, 0.8);
    color: #fff;
    padding: 30px 0px;
    padding-bottom: 0; }
    body footer a {
      color: white; }
      body footer a:hover, body footer a:focus {
        color: white;
        text-decoration: none; }
    body footer h3 {
      display: block;
      color: #FFFFFF;
      font-size: 18px;
      line-height: 20px;
      margin-top: 20px;
      margin-bottom: 10px; }
    body footer .menuWrap ul {
      padding-left: 13px; }
    body footer .footer-serch {
      width: 100%;
      height: auto;
      float: left;
      padding-bottom: 25px;
      margin-top: 20px; }
      body footer .footer-serch .search-txtbx1 {
        background-color: #fff;
        border: 3px solid;
        border-color: #363636;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        float: left;
        font-size: 12px;
        height: 50px;
        line-height: 12px;
        outline: medium none;
        padding: 0 10px;
        width: 73%;
        color: black; }
      body footer .footer-serch .search-btn1 {
        width: 27%;
        height: 50px;
        float: left;
        background: #363636;
        transition: all 0.3s ease;
        padding-top: 0px;
        text-align: center;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
        color: #FFF !important;
        text-transform: uppercase;
        font-weight: bold;
        border: 0px; }
    body footer .footer-copyright {
      background: #363636;
      padding: 20px;
      color: #9c9c9c; } */


/*# sourceMappingURL=main.css.map */

#testimonial-slider .owl-nav {
    float: right;
}

#testimonial-slider .owl-nav .owl-prev {}

#testimonial-slider .owl-nav .owl-prev span {}

#testimonial-slider .owl-nav .owl-next {}

#testimonial-slider .owl-nav .owl-next span {}

.cart_inner a.btn.btn-danger.btn-sm.pull-right {
    padding: 10px 25px;
    font-size: 17px;
}


/* ==============
    Footer CSS
==================================== */

.footer-area {
    background-image: url(../../assets/img/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.footer-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00446a;
}

.contact-information-box {
    background: #fff;
    position: relative;
    padding: 30px 60px;
    border-radius: 100px;
    z-index: 1;
    top: 0;
    margin-bottom: 95px;
    margin-top: -185px;
    border: 2px solid #f2eee2;
}

.contact-information-box .single-box i {
    font-size: 50px;
    color: #ff007d;
}

.contact-information-box .single-box p {
    margin-bottom: 0;
    line-height: 25px;
}

.contact-information-box .single-box p a {
    display: inline-block;
    color: #666666;
}

.contact-information-box .single-box p a:hover {
    color: #ff007d;
}

.single-footer-widget.pl-30 {
    padding-left: 30px;
}

.single-footer-widget h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 25px;
}

.single-footer-widget p {
    color: #d8d8d8;
    margin-top: 20px;
}

.single-footer-widget ul {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin: 0;
}

.single-footer-widget .quick-menu li a {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    color: #d8d8d8;
}

.single-footer-widget .quick-menu li a:hover {
    color: #ff007d;
}

.single-footer-widget .quick-menu li:first-child a {
    margin-top: 0;
}

.single-footer-widget .instagram-feed li {
    float: left;
    width: 25%;
    padding: 3px;
}

.single-footer-widget .instagram-feed li img {
    width: 100%;
}

.newsletter form {
    position: relative;
    margin-top: 20px;
}

.newsletter .form-control {
    background-color: transparent;
    border-radius: 0;
    height: 40px;
    padding: 6px 15px;
    color: #fff;
}

.newsletter .form-control:focus {
    border-color: #ff007d;
}

.newsletter form .submit-btn {
    background-color: #ff007d;
    border: 1px solid #ff007d;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    font-size: 30px;
    padding: 0 10px;
    line-height: 25px;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
}

.newsletter form .submit-btn:hover {
    background-color: #e0177a;
    border: 1px solid #e0177a;
}


/* ==============
    End Footer CSS
==================================== */


/* ==============
    End Footer CSS
==================================== */

.bottom-footer {
    padding: 15px 0;
    /*border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;*/
    background: #0288d1;
}

.bottom-footer p {
    margin: 0;
    color: #fff;
}

.bottom-footer p a {
    color: #ff007d;
}

.bottom-footer p a:hover {
    text-decoration: underline;
}

.social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.social-links li {
    display: inline-block;
    margin-left: 10px;
}

.social-links li i {
    background-color: #ff007d;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
}

.social-links li i:hover {
    background-color: #333;
    color: #fff;
}

.help-block ul.list-unstyled li {
    color: #ff0000;
    margin-top: 10px;
}

#map iframe {
    height: 450px;
    width: 100%;
    border: 0;
}

.chat_live {
    background: #cc8f33;
    padding: 10px;
    font-size: 18px;
    color: #000;
    text-decoration: none !important;
}

.border_foter {
    height: 250px;
    border-right: 1px solid #d8d8d8;
}


/* ==============
    End Footer CSS
==================================== */

.padding_0 {
    padding: 0px;
}